Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sonots/9304344 to your computer and use it in GitHub Desktop.
Save sonots/9304344 to your computer and use it in GitHub Desktop.
fluentd w/ ruby 2.1.1 における、GC.stat および ObjectSpace を見て取って来た使用量上位15のクラス

https://gist.github.com/sonots/9284182 における RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR=0.9 + ruby 2.1.1 + fluentd v0.10.44 + cool.io v1.2.1 + msgpack v0.5.8 の内部状態。

それぞれ、以下の役割を持つ fluentd ノードからプロセスを1つピックアップして持ってきた 補足: これらのノードをいっしょくたにした箱(ホスト)を複数並べて分散運用している。

  • deliver ノード。各ホストから送られてくるログを左から右(worker) に受け流すだけのノード。CPU負荷は低いがデータが詰まってメモリ使用量があがったりすることがある。
  • worker ノード。fluent-plugin-datacounter などを用いて実際の集計処理をしているノード. 一番CPU負荷が高い
  • serializer ノード。fluentd:worker が計算した結果をさらにマージしてアラートを飛ばしたりグラフツールにpostしたりするノード。worker に比べたら負荷は小さいがそこそこ負荷をかけている
2014-03-02 17:00:36 +0900 debug.gc: {"count":2517,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146856,"heap_free_slot":1907,"heap_final_slot":0,"heap_swept_slot":31778,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":194903880,"total_freed_object":194757024,"malloc_increase":145240,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2516,"remembered_shady_object":10503,"remembered_shady_object_limit":9452,"old_object":55949,"old_object_limit":50354,"oldmalloc_increase":145688,"oldmalloc_limit":16777216}
2014-03-02 17:00:36 +0900 debug.object_space: {"String":39360,"Array":13384,"Mutex":8598,"RubyVM::InstructionSequence":6048,"Time":3606,"Hash":2416,"Proc":1759,"RubyVM::Env":1635,"Class":1012,"Gem::Requirement":712,"MessagePack::Buffer":625,"Regexp":583,"MessagePack::Packer":570,"Fluent::OneEventStream":550,"Gem::Version":481}
2014-03-02 17:01:36 +0900 debug.gc: {"count":2527,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146927,"heap_free_slot":1836,"heap_final_slot":0,"heap_swept_slot":34401,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":195677358,"total_freed_object":195530431,"malloc_increase":113216,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2526,"remembered_shady_object":10564,"remembered_shady_object_limit":9507,"old_object":55977,"old_object_limit":50379,"oldmalloc_increase":113664,"oldmalloc_limit":16777216}
2014-03-02 17:01:36 +0900 debug.object_space: {"String":40278,"Array":14513,"Mutex":8648,"RubyVM::InstructionSequence":6046,"Time":4303,"Hash":2424,"Proc":1787,"RubyVM::Env":1682,"Class":1012,"Gem::Requirement":712,"MessagePack::Buffer":651,"MessagePack::Packer":590,"Regexp":583,"Fluent::OneEventStream":579,"Gem::Version":481}
2014-03-02 17:02:36 +0900 debug.gc: {"count":2538,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":78867,"heap_free_slot":69896,"heap_final_slot":0,"heap_swept_slot":78438,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":196497069,"total_freed_object":196418202,"malloc_increase":752,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2537,"remembered_shady_object":10642,"remembered_shady_object_limit":9577,"old_object":56066,"old_object_limit":50459,"oldmalloc_increase":1200,"oldmalloc_limit":16777216}
2014-03-02 17:02:36 +0900 debug.object_space: {"String":30328,"Mutex":8665,"Array":8432,"RubyVM::InstructionSequence":6044,"Hash":2240,"Proc":1313,"RubyVM::Env":1230,"Class":1012,"Time":903,"Gem::Requirement":712,"Regexp":583,"Gem::Version":481,"Gem::Dependency":450,"Fluent::Config::Element":276,"Method":273}
2014-03-02 17:03:36 +0900 debug.gc: {"count":2548,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146855,"heap_free_slot":1908,"heap_final_slot":0,"heap_swept_slot":40304,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":197295148,"total_freed_object":197148293,"malloc_increase":466968,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2547,"remembered_shady_object":10691,"remembered_shady_object_limit":9621,"old_object":56138,"old_object_limit":50524,"oldmalloc_increase":467416,"oldmalloc_limit":16777216}
2014-03-02 17:03:36 +0900 debug.object_space: {"String":42790,"Array":15610,"Mutex":8754,"RubyVM::InstructionSequence":6046,"Time":4853,"Hash":2473,"Proc":1901,"RubyVM::Env":1796,"Class":1012,"MessagePack::Buffer":761,"Gem::Requirement":712,"MessagePack::Packer":691,"Fluent::OneEventStream":676,"Regexp":583,"Gem::Version":481}
2014-03-02 17:04:36 +0900 debug.gc: {"count":2559,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146967,"heap_free_slot":1796,"heap_final_slot":0,"heap_swept_slot":10578,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":198108115,"total_freed_object":197961148,"malloc_increase":350224,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2558,"remembered_shady_object":10846,"remembered_shady_object_limit":9761,"old_object":56151,"old_object_limit":50535,"oldmalloc_increase":350672,"oldmalloc_limit":16777216}
2014-03-02 17:04:36 +0900 debug.object_space: {"String":30769,"Array":9138,"Mutex":8808,"RubyVM::InstructionSequence":6044,"Hash":2230,"Time":1400,"Proc":1319,"RubyVM::Env":1235,"Class":1012,"Gem::Requirement":712,"Regexp":583,"Gem::Version":481,"Gem::Dependency":450,"MessagePack::Buffer":283,"Fluent::Config::Element":276}
2014-03-02 17:05:36 +0900 debug.gc: {"count":2569,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146964,"heap_free_slot":1799,"heap_final_slot":0,"heap_swept_slot":72201,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":198932428,"total_freed_object":198785464,"malloc_increase":213368,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2568,"remembered_shady_object":10881,"remembered_shady_object_limit":9792,"old_object":56115,"old_object_limit":50503,"oldmalloc_increase":213816,"oldmalloc_limit":16777216}
2014-03-02 17:05:36 +0900 debug.object_space: {"String":55766,"Array":21777,"Mutex":8942,"Time":7824,"RubyVM::InstructionSequence":6048,"Proc":2928,"Hash":2899,"RubyVM::Env":2803,"MessagePack::Buffer":1691,"MessagePack::Packer":1571,"Fluent::OneEventStream":1525,"Class":1012,"Range":818,"Fluent::OutputChain":770,"Gem::Requirement":712}
2014-03-02 17:06:36 +0900 debug.gc: {"count":2580,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146789,"heap_free_slot":1974,"heap_final_slot":0,"heap_swept_slot":53966,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":199752804,"total_freed_object":199606015,"malloc_increase":258736,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2579,"remembered_shady_object":11036,"remembered_shady_object_limit":9932,"old_object":56189,"old_object_limit":50570,"oldmalloc_increase":259184,"oldmalloc_limit":16777216}
2014-03-02 17:06:36 +0900 debug.object_space: {"String":48311,"Array":18256,"Mutex":9026,"Time":6134,"RubyVM::InstructionSequence":6048,"Hash":2677,"Proc":2408,"RubyVM::Env":2283,"MessagePack::Buffer":1217,"MessagePack::Packer":1111,"Fluent::OneEventStream":1078,"Class":1012,"Gem::Requirement":712,"Range":595,"Regexp":583}
2014-03-02 17:07:36 +0900 debug.gc: {"count":2591,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146809,"heap_free_slot":1954,"heap_final_slot":0,"heap_swept_slot":43335,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":200579359,"total_freed_object":200432550,"malloc_increase":4264,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2590,"remembered_shady_object":11025,"remembered_shady_object_limit":9922,"old_object":56161,"old_object_limit":50544,"oldmalloc_increase":4712,"oldmalloc_limit":16777216}
2014-03-02 17:07:36 +0900 debug.object_space: {"String":44032,"Array":15957,"Mutex":9049,"RubyVM::InstructionSequence":6044,"Time":4908,"Hash":2533,"Proc":2028,"RubyVM::Env":1943,"Class":1012,"MessagePack::Buffer":937,"MessagePack::Packer":846,"Fluent::OneEventStream":813,"Gem::Requirement":712,"Regexp":583,"Gem::Version":481}
2014-03-02 17:08:36 +0900 debug.gc: {"count":2602,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":117041,"heap_free_slot":31722,"heap_final_slot":0,"heap_swept_slot":77897,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":201420556,"total_freed_object":201303515,"malloc_increase":752,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2601,"remembered_shady_object":11061,"remembered_shady_object_limit":9954,"old_object":56191,"old_object_limit":50571,"oldmalloc_increase":1200,"oldmalloc_limit":16777216}
2014-03-02 17:08:36 +0900 debug.object_space: {"String":45598,"Array":17006,"Mutex":9059,"RubyVM::InstructionSequence":6046,"Time":5631,"Hash":2549,"Proc":2101,"RubyVM::Env":1997,"Class":1012,"MessagePack::Buffer":974,"MessagePack::Packer":871,"Fluent::OneEventStream":836,"Gem::Requirement":712,"Regexp":583,"Gem::Version":481}
2014-03-02 17:09:36 +0900 debug.object_space: {"String":49149,"Array":18433,"Mutex":9106,"Time":6083,"RubyVM::InstructionSequence":6048,"Hash":2708,"Proc":2509,"RubyVM::Env":2384,"MessagePack::Buffer":1312,"MessagePack::Packer":1187,"Fluent::OneEventStream":1146,"Class":1012,"Gem::Requirement":712,"Range":629,"Regexp":583}
2014-03-02 17:09:36 +0900 debug.gc: {"count":2613,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":125594,"heap_free_slot":23169,"heap_final_slot":0,"heap_swept_slot":77793,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":202265214,"total_freed_object":202139620,"malloc_increase":12496,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2612,"remembered_shady_object":11130,"remembered_shady_object_limit":10017,"old_object":56186,"old_object_limit":50567,"oldmalloc_increase":12944,"oldmalloc_limit":16777216}
2014-03-02 17:10:36 +0900 debug.gc: {"count":2624,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146917,"heap_free_slot":1846,"heap_final_slot":0,"heap_swept_slot":59343,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":203104529,"total_freed_object":202957612,"malloc_increase":304104,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2623,"remembered_shady_object":11084,"remembered_shady_object_limit":9975,"old_object":56066,"old_object_limit":50459,"oldmalloc_increase":304552,"oldmalloc_limit":16777216}
2014-03-02 17:10:36 +0900 debug.object_space: {"String":50308,"Array":19773,"Mutex":9103,"Time":7152,"RubyVM::InstructionSequence":6046,"Hash":2647,"Proc":2336,"RubyVM::Env":2231,"MessagePack::Buffer":1167,"MessagePack::Packer":1060,"Fluent::OneEventStream":1032,"Class":1012,"Gem::Requirement":712,"Regexp":583,"Range":572}
2014-03-02 17:11:36 +0900 debug.gc: {"count":2635,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":126405,"heap_free_slot":22358,"heap_final_slot":0,"heap_swept_slot":77965,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":203940236,"total_freed_object":203813831,"malloc_increase":6936,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2634,"remembered_shady_object":11091,"remembered_shady_object_limit":9981,"old_object":56105,"old_object_limit":50494,"oldmalloc_increase":7384,"oldmalloc_limit":16777216}
2014-03-02 17:11:36 +0900 debug.object_space: {"String":49496,"Array":18986,"Mutex":9114,"Time":6583,"RubyVM::InstructionSequence":6046,"Hash":2648,"Proc":2340,"RubyVM::Env":2236,"MessagePack::Buffer":1162,"MessagePack::Packer":1061,"Fluent::OneEventStream":1034,"Class":1012,"Gem::Requirement":712,"Regexp":583,"Range":573}
2014-03-02 17:12:36 +0900 debug.gc: {"count":2646,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":126830,"heap_free_slot":21933,"heap_final_slot":0,"heap_swept_slot":78031,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":204778394,"total_freed_object":204651564,"malloc_increase":752,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2645,"remembered_shady_object":11062,"remembered_shady_object_limit":9955,"old_object":55958,"old_object_limit":50362,"oldmalloc_increase":1200,"oldmalloc_limit":16777216}
2014-03-02 17:12:36 +0900 debug.object_space: {"String":49666,"Array":18887,"Mutex":9131,"Time":6446,"RubyVM::InstructionSequence":6046,"Hash":2646,"Proc":2349,"RubyVM::Env":2244,"MessagePack::Buffer":1154,"MessagePack::Packer":1054,"Fluent::OneEventStream":1025,"Class":1012,"Gem::Requirement":712,"Regexp":583,"Range":568}
2014-03-02 17:13:36 +0900 debug.gc: {"count":2657,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":109666,"heap_free_slot":39097,"heap_final_slot":0,"heap_swept_slot":77884,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":205598899,"total_freed_object":205489233,"malloc_increase":2736,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2656,"remembered_shady_object":11152,"remembered_shady_object_limit":10036,"old_object":56042,"old_object_limit":50437,"oldmalloc_increase":3184,"oldmalloc_limit":16777216}
2014-03-02 17:13:36 +0900 debug.object_space: {"String":42343,"Array":15245,"Mutex":9167,"RubyVM::InstructionSequence":6046,"Time":4507,"Hash":2515,"Proc":2030,"RubyVM::Env":1926,"Class":1012,"MessagePack::Buffer":879,"MessagePack::Packer":784,"Fluent::OneEventStream":763,"Gem::Requirement":712,"Regexp":583,"Gem::Version":481}
2014-03-02 17:14:36 +0900 debug.gc: {"count":2668,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146748,"heap_free_slot":2015,"heap_final_slot":0,"heap_swept_slot":35455,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":206431232,"total_freed_object":206284484,"malloc_increase":424744,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2667,"remembered_shady_object":11191,"remembered_shady_object_limit":10071,"old_object":56104,"old_object_limit":50493,"oldmalloc_increase":425192,"oldmalloc_limit":16777216}
2014-03-02 17:14:36 +0900 debug.object_space: {"String":41067,"Array":14277,"Mutex":9188,"RubyVM::InstructionSequence":6046,"Time":3982,"Hash":2469,"Proc":1900,"RubyVM::Env":1797,"Class":1012,"MessagePack::Buffer":766,"Gem::Requirement":712,"MessagePack::Packer":683,"Fluent::OneEventStream":669,"Regexp":583,"Gem::Version":481}
2014-03-02 17:15:36 +0900 debug.object_space: {"String":40541,"Array":14048,"Mutex":9195,"RubyVM::InstructionSequence":6042,"Time":3935,"Hash":2447,"Proc":1806,"RubyVM::Env":1742,"Class":1012,"MessagePack::Buffer":754,"Gem::Requirement":712,"MessagePack::Packer":677,"Fluent::OneEventStream":657,"Regexp":583,"Gem::Version":481}
2014-03-02 17:15:36 +0900 debug.gc: {"count":2679,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":104575,"heap_free_slot":44188,"heap_final_slot":0,"heap_swept_slot":77885,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":207267034,"total_freed_object":207162459,"malloc_increase":11264,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2678,"remembered_shady_object":11168,"remembered_shady_object_limit":10051,"old_object":56085,"old_object_limit":50476,"oldmalloc_increase":11712,"oldmalloc_limit":16777216}
2014-03-02 17:16:36 +0900 debug.gc: {"count":2690,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":98475,"heap_free_slot":50288,"heap_final_slot":0,"heap_swept_slot":77996,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":208098794,"total_freed_object":208000319,"malloc_increase":752,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2689,"remembered_shady_object":11141,"remembered_shady_object_limit":10026,"old_object":56025,"old_object_limit":50422,"oldmalloc_increase":1200,"oldmalloc_limit":16777216}
2014-03-02 17:16:36 +0900 debug.object_space: {"String":38049,"Array":12962,"Mutex":9186,"RubyVM::InstructionSequence":6044,"Time":3325,"Hash":2403,"Proc":1729,"RubyVM::Env":1644,"Class":1012,"Gem::Requirement":712,"MessagePack::Buffer":640,"Regexp":583,"MessagePack::Packer":575,"Fluent::OneEventStream":563,"Gem::Version":481}
2014-03-02 17:17:36 +0900 debug.gc: {"count":2701,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146975,"heap_free_slot":1788,"heap_final_slot":0,"heap_swept_slot":24207,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":208932487,"total_freed_object":208785512,"malloc_increase":277896,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2700,"remembered_shady_object":11191,"remembered_shady_object_limit":10071,"old_object":56091,"old_object_limit":50481,"oldmalloc_increase":278344,"oldmalloc_limit":16777216}
2014-03-02 17:17:36 +0900 debug.object_space: {"String":36442,"Array":11951,"Mutex":9212,"RubyVM::InstructionSequence":6044,"Time":2801,"Hash":2375,"Proc":1652,"RubyVM::Env":1567,"Class":1012,"Gem::Requirement":712,"MessagePack::Buffer":583,"Regexp":583,"MessagePack::Packer":517,"Fluent::OneEventStream":503,"Gem::Version":481}
2014-03-02 17:18:36 +0900 debug.gc: {"count":2714,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146263,"heap_free_slot":2500,"heap_final_slot":0,"heap_swept_slot":67501,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":209956649,"total_freed_object":209810386,"malloc_increase":675336,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2713,"remembered_shady_object":11333,"remembered_shady_object_limit":10199,"old_object":56207,"old_object_limit":50586,"oldmalloc_increase":675784,"oldmalloc_limit":16777216}
2014-03-02 17:18:36 +0900 debug.object_space: {"String":54462,"Array":19157,"Mutex":9352,"RubyVM::InstructionSequence":6048,"Time":5979,"Proc":3254,"RubyVM::Env":3130,"Hash":3076,"MessagePack::Buffer":2020,"MessagePack::Packer":1909,"Fluent::OneEventStream":1878,"Class":1012,"Range":995,"Fluent::OutputChain":947,"Gem::Requirement":712}
2014-03-02 17:19:36 +0900 debug.object_space: {"String":37951,"Array":12399,"Mutex":9439,"RubyVM::InstructionSequence":6042,"Time":2949,"Hash":2462,"Proc":1828,"RubyVM::Env":1763,"Class":1012,"MessagePack::Buffer":775,"Gem::Requirement":712,"MessagePack::Packer":703,"Fluent::OneEventStream":687,"Regexp":583,"Gem::Version":481}
2014-03-02 17:19:36 +0900 debug.gc: {"count":2728,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":98702,"heap_free_slot":50061,"heap_final_slot":0,"heap_swept_slot":77487,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":210971861,"total_freed_object":210873159,"malloc_increase":11264,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2727,"remembered_shady_object":11457,"remembered_shady_object_limit":10311,"old_object":56162,"old_object_limit":50545,"oldmalloc_increase":11712,"oldmalloc_limit":16777216}
2014-03-02 17:20:36 +0900 debug.object_space: {"String":47239,"Array":16784,"Mutex":9470,"RubyVM::InstructionSequence":6046,"Time":4994,"Hash":2753,"Proc":2547,"RubyVM::Env":2442,"MessagePack::Buffer":1362,"MessagePack::Packer":1269,"Fluent::OneEventStream":1246,"Class":1012,"Gem::Requirement":712,"Range":680,"Fluent::OutputChain":631}
2014-03-02 17:20:36 +0900 debug.gc: {"count":2741,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":120880,"heap_free_slot":27883,"heap_final_slot":0,"heap_swept_slot":77538,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":211974149,"total_freed_object":211853269,"malloc_increase":11376,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2740,"remembered_shady_object":11433,"remembered_shady_object_limit":10289,"old_object":56127,"old_object_limit":50514,"oldmalloc_increase":11824,"oldmalloc_limit":16777216}
2014-03-02 17:21:36 +0900 debug.gc: {"count":2754,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146419,"heap_free_slot":2344,"heap_final_slot":0,"heap_swept_slot":42361,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":212945182,"total_freed_object":212798763,"malloc_increase":528152,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2753,"remembered_shady_object":11515,"remembered_shady_object_limit":10363,"old_object":56141,"old_object_limit":50526,"oldmalloc_increase":528600,"oldmalloc_limit":16777216}
2014-03-02 17:21:36 +0900 debug.object_space: {"String":43987,"Array":14977,"Mutex":9540,"RubyVM::InstructionSequence":6044,"Time":4107,"Hash":2643,"Proc":2264,"RubyVM::Env":2179,"MessagePack::Buffer":1144,"MessagePack::Packer":1057,"Fluent::OneEventStream":1029,"Class":1012,"Gem::Requirement":712,"Regexp":583,"Range":571}
2014-03-02 17:22:36 +0900 debug.gc: {"count":2767,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":106691,"heap_free_slot":42072,"heap_final_slot":0,"heap_swept_slot":77443,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":213918057,"total_freed_object":213811366,"malloc_increase":2664,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2766,"remembered_shady_object":11522,"remembered_shady_object_limit":10369,"old_object":56173,"old_object_limit":50555,"oldmalloc_increase":3112,"oldmalloc_limit":16777216}
2014-03-02 17:22:36 +0900 debug.object_space: {"String":41498,"Array":13838,"Mutex":9561,"RubyVM::InstructionSequence":6046,"Time":3475,"Hash":2605,"Proc":2177,"RubyVM::Env":2072,"MessagePack::Buffer":1040,"Class":1012,"MessagePack::Packer":963,"Fluent::OneEventStream":937,"Gem::Requirement":712,"Regexp":583,"Range":524}
2014-03-02 17:23:36 +0900 debug.gc: {"count":2780,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146376,"heap_free_slot":2387,"heap_final_slot":0,"heap_swept_slot":43761,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":214902227,"total_freed_object":214755851,"malloc_increase":6792,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2779,"remembered_shady_object":11623,"remembered_shady_object_limit":10460,"old_object":56172,"old_object_limit":50554,"oldmalloc_increase":7240,"oldmalloc_limit":16777216}
2014-03-02 17:23:36 +0900 debug.object_space: {"String":44658,"Array":14833,"Mutex":9658,"RubyVM::InstructionSequence":6044,"Time":3967,"Hash":2708,"Proc":2380,"RubyVM::Env":2296,"MessagePack::Buffer":1277,"MessagePack::Packer":1187,"Fluent::OneEventStream":1157,"Class":1012,"Gem::Requirement":712,"Range":635,"Fluent::OutputChain":586}
2014-03-02 17:24:36 +0900 debug.object_space: {"String":39170,"Array":13094,"Mutex":9724,"RubyVM::InstructionSequence":6044,"Time":3185,"Hash":2474,"Proc":1888,"RubyVM::Env":1803,"Class":1012,"MessagePack::Buffer":801,"Gem::Requirement":712,"MessagePack::Packer":711,"Fluent::OneEventStream":693,"Regexp":583,"Gem::Version":481}
2014-03-02 17:24:36 +0900 debug.gc: {"count":2793,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":102044,"heap_free_slot":46719,"heap_final_slot":0,"heap_swept_slot":77021,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":215866415,"total_freed_object":215764371,"malloc_increase":12408,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2792,"remembered_shady_object":11760,"remembered_shady_object_limit":10584,"old_object":56275,"old_object_limit":50647,"oldmalloc_increase":12856,"oldmalloc_limit":16777216}
2014-03-02 17:25:36 +0900 debug.gc: {"count":2805,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":122719,"heap_free_slot":26044,"heap_final_slot":0,"heap_swept_slot":76921,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":216786023,"total_freed_object":216663304,"malloc_increase":3544,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2804,"remembered_shady_object":11795,"remembered_shady_object_limit":10615,"old_object":56386,"old_object_limit":50747,"oldmalloc_increase":3992,"oldmalloc_limit":16777216}
2014-03-02 17:25:36 +0900 debug.object_space: {"String":47606,"Array":18394,"Mutex":9798,"Time":6236,"RubyVM::InstructionSequence":6046,"Hash":2570,"Proc":2173,"RubyVM::Env":2068,"Class":1012,"MessagePack::Buffer":1011,"MessagePack::Packer":912,"Fluent::OneEventStream":873,"Gem::Requirement":712,"Regexp":583,"Range":492}
2014-03-02 17:26:36 +0900 debug.object_space: {"String":45897,"Array":17954,"Mutex":9820,"Time":6132,"RubyVM::InstructionSequence":6044,"Hash":2464,"Proc":1930,"RubyVM::Env":1845,"Class":1012,"MessagePack::Buffer":808,"MessagePack::Packer":714,"Gem::Requirement":712,"Fluent::OneEventStream":672,"Regexp":583,"Gem::Version":481}
2014-03-02 17:26:36 +0900 debug.gc: {"count":2815,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":119277,"heap_free_slot":29486,"heap_final_slot":0,"heap_swept_slot":76960,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":217536333,"total_freed_object":217417056,"malloc_increase":11392,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2814,"remembered_shady_object":11784,"remembered_shady_object_limit":10605,"old_object":56333,"old_object_limit":50699,"oldmalloc_increase":11840,"oldmalloc_limit":16777216}
2014-03-02 17:27:36 +0900 debug.gc: {"count":2825,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":147022,"heap_free_slot":1741,"heap_final_slot":0,"heap_swept_slot":43029,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":218285428,"total_freed_object":218138406,"malloc_increase":354512,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2824,"remembered_shady_object":11773,"remembered_shady_object_limit":10595,"old_object":56312,"old_object_limit":50680,"oldmalloc_increase":354960,"oldmalloc_limit":16777216}
2014-03-02 17:27:36 +0900 debug.object_space: {"String":43804,"Array":16525,"Mutex":9806,"RubyVM::InstructionSequence":6042,"Time":5560,"Hash":2437,"Proc":1817,"RubyVM::Env":1753,"Class":1012,"MessagePack::Buffer":735,"Gem::Requirement":712,"MessagePack::Packer":660,"Fluent::OneEventStream":627,"Regexp":583,"Gem::Version":481}
2014-03-02 17:28:36 +0900 debug.gc: {"count":2835,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":113531,"heap_free_slot":35232,"heap_final_slot":0,"heap_swept_slot":76970,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":219039828,"total_freed_object":218926297,"malloc_increase":752,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2834,"remembered_shady_object":11787,"remembered_shady_object_limit":10608,"old_object":56334,"old_object_limit":50700,"oldmalloc_increase":1200,"oldmalloc_limit":16777216}
2014-03-02 17:28:36 +0900 debug.object_space: {"String":43658,"Array":16560,"Mutex":9810,"RubyVM::InstructionSequence":6044,"Time":5636,"Hash":2433,"Proc":1831,"RubyVM::Env":1747,"Class":1012,"MessagePack::Buffer":730,"Gem::Requirement":712,"MessagePack::Packer":645,"Fluent::OneEventStream":611,"Regexp":583,"Gem::Version":481}
2014-03-02 17:29:36 +0900 debug.gc: {"count":2845,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":112648,"heap_free_slot":36115,"heap_final_slot":0,"heap_swept_slot":77191,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":219793694,"total_freed_object":219681046,"malloc_increase":3360,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2844,"remembered_shady_object":11721,"remembered_shady_object_limit":10548,"old_object":56206,"old_object_limit":50585,"oldmalloc_increase":3808,"oldmalloc_limit":16777216}
2014-03-02 17:29:36 +0900 debug.object_space: {"String":43185,"Array":16684,"Mutex":9804,"RubyVM::InstructionSequence":6044,"Time":5743,"Hash":2386,"Proc":1722,"RubyVM::Env":1638,"Class":1012,"Gem::Requirement":712,"MessagePack::Buffer":621,"Regexp":583,"MessagePack::Packer":553,"Fluent::OneEventStream":518,"Gem::Version":481}
2014-03-02 17:30:36 +0900 debug.gc: {"count":2857,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146563,"heap_free_slot":2200,"heap_final_slot":0,"heap_swept_slot":20452,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":220673898,"total_freed_object":220527335,"malloc_increase":630496,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2856,"remembered_shady_object":11817,"remembered_shady_object_limit":10635,"old_object":56288,"old_object_limit":50659,"oldmalloc_increase":630944,"oldmalloc_limit":16777216}
2014-03-02 17:30:36 +0900 debug.object_space: {"String":35163,"Array":11096,"Mutex":9807,"RubyVM::InstructionSequence":6042,"Time":2540,"Hash":2360,"Proc":1590,"RubyVM::Env":1525,"Class":1012,"Gem::Requirement":712,"Regexp":583,"MessagePack::Buffer":536,"Gem::Version":481,"MessagePack::Packer":475,"Fluent::OneEventStream":468}
2014-03-02 17:31:36 +0900 debug.gc: {"count":2869,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146512,"heap_free_slot":2251,"heap_final_slot":0,"heap_swept_slot":41791,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":221594501,"total_freed_object":221447989,"malloc_increase":406744,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2868,"remembered_shady_object":11756,"remembered_shady_object_limit":10580,"old_object":56149,"old_object_limit":50534,"oldmalloc_increase":407192,"oldmalloc_limit":16777216}
2014-03-02 17:31:36 +0900 debug.object_space: {"String":43856,"Array":15009,"Mutex":9842,"RubyVM::InstructionSequence":6042,"Time":4081,"Hash":2611,"Proc":2178,"RubyVM::Env":2113,"MessagePack::Buffer":1047,"Class":1012,"MessagePack::Packer":986,"Fluent::OneEventStream":967,"Gem::Requirement":712,"Regexp":583,"Range":539}
2014-03-02 17:32:36 +0900 debug.object_space: {"String":40337,"Array":13358,"Mutex":9864,"RubyVM::InstructionSequence":6042,"Time":3392,"Hash":2535,"Proc":1995,"RubyVM::Env":1930,"Class":1012,"MessagePack::Buffer":899,"MessagePack::Packer":832,"Fluent::OneEventStream":818,"Gem::Requirement":712,"Regexp":583,"Gem::Version":481}
2014-03-02 17:32:36 +0900 debug.gc: {"count":2881,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":104674,"heap_free_slot":44089,"heap_final_slot":0,"heap_swept_slot":77171,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":222490142,"total_freed_object":222385468,"malloc_increase":11264,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2880,"remembered_shady_object":11805,"remembered_shady_object_limit":10624,"old_object":56038,"old_object_limit":50434,"oldmalloc_increase":11712,"oldmalloc_limit":16777216}
2014-03-02 17:33:36 +0900 debug.gc: {"count":2893,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146729,"heap_free_slot":2034,"heap_final_slot":0,"heap_swept_slot":13912,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":223374303,"total_freed_object":223227574,"malloc_increase":6040,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2892,"remembered_shady_object":11753,"remembered_shady_object_limit":10577,"old_object":56000,"old_object_limit":50400,"oldmalloc_increase":6488,"oldmalloc_limit":16777216}
2014-03-02 17:33:36 +0900 debug.object_space: {"String":32242,"Mutex":9866,"Array":9808,"RubyVM::InstructionSequence":6042,"Hash":2211,"Time":1837,"Proc":1236,"RubyVM::Env":1171,"Class":1012,"Gem::Requirement":712,"Regexp":583,"Gem::Version":481,"Gem::Dependency":450,"Fluent::Config::Element":276,"Method":274}
2014-03-02 17:34:36 +0900 debug.gc: {"count":2905,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146468,"heap_free_slot":2295,"heap_final_slot":0,"heap_swept_slot":49918,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":224313310,"total_freed_object":224166842,"malloc_increase":404336,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2904,"remembered_shady_object":11838,"remembered_shady_object_limit":10654,"old_object":56136,"old_object_limit":50522,"oldmalloc_increase":404784,"oldmalloc_limit":16777216}
2014-03-02 17:34:36 +0900 debug.object_space: {"String":46977,"Array":16537,"Mutex":9890,"RubyVM::InstructionSequence":6044,"Time":4934,"Hash":2760,"Proc":2482,"RubyVM::Env":2397,"MessagePack::Buffer":1330,"MessagePack::Packer":1269,"Fluent::OneEventStream":1257,"Class":1012,"Gem::Requirement":712,"Range":684,"Fluent::OutputChain":636}
2014-03-02 17:35:36 +0900 debug.object_space: {"String":55404,"Array":20223,"Mutex":9923,"Time":6862,"RubyVM::InstructionSequence":6044,"Proc":3042,"Hash":3012,"RubyVM::Env":2959,"MessagePack::Buffer":1849,"MessagePack::Packer":1786,"Fluent::OneEventStream":1768,"Class":1012,"Range":940,"Fluent::OutputChain":891,"Gem::Requirement":712}
2014-03-02 17:35:36 +0900 debug.gc: {"count":2918,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":139999,"heap_free_slot":8764,"heap_final_slot":0,"heap_swept_slot":77144,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":225309348,"total_freed_object":225169349,"malloc_increase":13944,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2917,"remembered_shady_object":11814,"remembered_shady_object_limit":10632,"old_object":56120,"old_object_limit":50508,"oldmalloc_increase":14392,"oldmalloc_limit":16777216}
2014-03-02 17:36:36 +0900 debug.gc: {"count":2931,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146804,"heap_free_slot":1959,"heap_final_slot":0,"heap_swept_slot":75407,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":226290256,"total_freed_object":226143452,"malloc_increase":831984,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2930,"remembered_shady_object":11861,"remembered_shady_object_limit":10674,"old_object":56100,"old_object_limit":50490,"oldmalloc_increase":832432,"oldmalloc_limit":16777216}
2014-03-02 17:36:36 +0900 debug.object_space: {"String":57981,"Array":21202,"Mutex":9950,"Time":7231,"RubyVM::InstructionSequence":6046,"Proc":3331,"RubyVM::Env":3227,"Hash":3116,"MessagePack::Buffer":2054,"MessagePack::Packer":1984,"Fluent::OneEventStream":1967,"Range":1040,"Class":1012,"Fluent::OutputChain":991,"Gem::Requirement":712}
2014-03-02 17:37:36 +0900 debug.gc: {"count":2945,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146532,"heap_free_slot":2231,"heap_final_slot":0,"heap_swept_slot":27452,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":227293521,"total_freed_object":227146989,"malloc_increase":627896,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2944,"remembered_shady_object":11904,"remembered_shady_object_limit":10713,"old_object":56101,"old_object_limit":50490,"oldmalloc_increase":628344,"oldmalloc_limit":16777216}
2014-03-02 17:37:36 +0900 debug.object_space: {"String":38343,"Array":11598,"Mutex":9968,"RubyVM::InstructionSequence":6044,"Hash":2514,"Time":2274,"Proc":1941,"RubyVM::Env":1857,"Class":1012,"MessagePack::Buffer":829,"MessagePack::Packer":776,"Fluent::OneEventStream":772,"Gem::Requirement":712,"Regexp":583,"Gem::Version":481}
2014-03-02 17:38:36 +0900 debug.gc: {"count":2958,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146518,"heap_free_slot":2245,"heap_final_slot":0,"heap_swept_slot":75977,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":228314272,"total_freed_object":228167754,"malloc_increase":821896,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2957,"remembered_shady_object":11997,"remembered_shady_object_limit":10797,"old_object":56057,"old_object_limit":50451,"oldmalloc_increase":822344,"oldmalloc_limit":16777216}
2014-03-02 17:38:36 +0900 debug.object_space: {"String":58065,"Array":21174,"Mutex":10057,"Time":7235,"RubyVM::InstructionSequence":6048,"Proc":3391,"RubyVM::Env":3266,"Hash":3134,"MessagePack::Buffer":2099,"MessagePack::Packer":2010,"Fluent::OneEventStream":1991,"Range":1051,"Class":1012,"Fluent::OutputChain":1003,"Gem::Requirement":712}
2014-03-02 17:39:36 +0900 debug.gc: {"count":2972,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146311,"heap_free_slot":2452,"heap_final_slot":0,"heap_swept_slot":67503,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":229351537,"total_freed_object":229205226,"malloc_increase":644496,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2971,"remembered_shady_object":12069,"remembered_shady_object_limit":10862,"old_object":56131,"old_object_limit":50517,"oldmalloc_increase":644944,"oldmalloc_limit":16777216}
2014-03-02 17:39:36 +0900 debug.object_space: {"String":54210,"Array":19734,"Mutex":10119,"Time":6570,"RubyVM::InstructionSequence":6048,"Proc":3157,"Hash":3040,"RubyVM::Env":3032,"MessagePack::Buffer":1902,"MessagePack::Packer":1825,"Fluent::OneEventStream":1809,"Class":1012,"Range":960,"Fluent::OutputChain":911,"Gem::Requirement":712}
2014-03-02 17:40:36 +0900 debug.gc: {"count":2988,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":145958,"heap_free_slot":2805,"heap_final_slot":0,"heap_swept_slot":61665,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":230534848,"total_freed_object":230388890,"malloc_increase":459224,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":2987,"remembered_shady_object":12166,"remembered_shady_object_limit":10949,"old_object":56124,"old_object_limit":50511,"oldmalloc_increase":459672,"oldmalloc_limit":16777216}
2014-03-02 17:40:36 +0900 debug.object_space: {"String":52588,"Array":16972,"Mutex":10222,"RubyVM::InstructionSequence":6048,"Time":4634,"Proc":3392,"RubyVM::Env":3268,"Hash":3184,"MessagePack::Buffer":2182,"MessagePack::Packer":2104,"Fluent::OneEventStream":2093,"Range":1102,"Fluent::OutputChain":1054,"Class":1012,"Gem::Requirement":712}
2014-03-02 17:41:36 +0900 debug.gc: {"count":3006,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":145946,"heap_free_slot":2817,"heap_final_slot":0,"heap_swept_slot":4780,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":231810953,"total_freed_object":231665007,"malloc_increase":21080,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3005,"remembered_shady_object":12360,"remembered_shady_object_limit":11124,"old_object":56275,"old_object_limit":50647,"oldmalloc_increase":21528,"oldmalloc_limit":16777216}
2014-03-02 17:41:36 +0900 debug.object_space: {"String":29144,"Mutex":10316,"Array":7292,"RubyVM::InstructionSequence":6042,"Hash":2150,"Proc":1168,"RubyVM::Env":1104,"Class":1012,"Gem::Requirement":712,"Regexp":583,"Gem::Version":481,"Gem::Dependency":450,"Time":383,"Fluent::Config::Element":276,"Method":272}
2014-03-02 17:42:36 +0900 debug.gc: {"count":3023,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":145751,"heap_free_slot":3012,"heap_final_slot":0,"heap_swept_slot":19559,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":233083723,"total_freed_object":232937972,"malloc_increase":327592,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3022,"remembered_shady_object":12327,"remembered_shady_object_limit":11094,"old_object":56140,"old_object_limit":50526,"oldmalloc_increase":328040,"oldmalloc_limit":16777216}
2014-03-02 17:42:36 +0900 debug.object_space: {"String":35780,"Array":10684,"Mutex":10333,"RubyVM::InstructionSequence":6044,"Hash":2450,"Time":2027,"Proc":1784,"RubyVM::Env":1700,"Class":1012,"MessagePack::Buffer":718,"Gem::Requirement":712,"MessagePack::Packer":660,"Fluent::OneEventStream":645,"Regexp":583,"Gem::Version":481}
2014-03-02 17:43:36 +0900 debug.gc: {"count":3040,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":145971,"heap_free_slot":2792,"heap_final_slot":0,"heap_swept_slot":32498,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":234355811,"total_freed_object":234209840,"malloc_increase":409920,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3039,"remembered_shady_object":12360,"remembered_shady_object_limit":11124,"old_object":56248,"old_object_limit":50623,"oldmalloc_increase":410368,"oldmalloc_limit":16777216}
2014-03-02 17:43:36 +0900 debug.object_space: {"String":40018,"Array":12655,"Mutex":10357,"RubyVM::InstructionSequence":6042,"Time":3051,"Hash":2608,"Proc":2113,"RubyVM::Env":2049,"MessagePack::Buffer":1056,"Class":1012,"MessagePack::Packer":992,"Fluent::OneEventStream":976,"Gem::Requirement":712,"Regexp":583,"Range":546}
2014-03-02 17:44:36 +0900 debug.gc: {"count":3057,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":146078,"heap_free_slot":2685,"heap_final_slot":0,"heap_swept_slot":64504,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":235644246,"total_freed_object":235498168,"malloc_increase":910248,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3056,"remembered_shady_object":12349,"remembered_shady_object_limit":11114,"old_object":56194,"old_object_limit":50574,"oldmalloc_increase":910696,"oldmalloc_limit":16777216}
2014-03-02 17:44:36 +0900 debug.object_space: {"String":53324,"Array":17927,"Mutex":10387,"RubyVM::InstructionSequence":6052,"Time":5238,"Proc":3524,"RubyVM::Env":3360,"Hash":3195,"MessagePack::Buffer":2202,"MessagePack::Packer":2120,"Fluent::OneEventStream":2096,"Range":1102,"Fluent::OutputChain":1056,"Class":1012,"Gem::Requirement":712}
2014-03-02 17:45:36 +0900 debug.gc: {"count":3077,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":145390,"heap_free_slot":3373,"heap_final_slot":0,"heap_swept_slot":55079,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":237108139,"total_freed_object":236962749,"malloc_increase":2301600,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3076,"remembered_shady_object":12386,"remembered_shady_object_limit":11147,"old_object":56248,"old_object_limit":50623,"oldmalloc_increase":2302048,"oldmalloc_limit":16777216}
2014-03-02 17:45:36 +0900 debug.object_space: {"String":49022,"Array":16050,"Mutex":10389,"RubyVM::InstructionSequence":6050,"Time":4496,"Proc":3163,"Hash":3047,"RubyVM::Env":3019,"MessagePack::Buffer":1905,"MessagePack::Packer":1821,"Fluent::OneEventStream":1809,"Class":1012,"Range":960,"Fluent::OutputChain":912,"Gem::Requirement":712}
2014-03-02 17:46:36 +0900 debug.gc: {"count":3098,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":145707,"heap_free_slot":3056,"heap_final_slot":0,"heap_swept_slot":6433,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":238607981,"total_freed_object":238462274,"malloc_increase":163224,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3097,"remembered_shady_object":12388,"remembered_shady_object_limit":11149,"old_object":56251,"old_object_limit":50625,"oldmalloc_increase":163672,"oldmalloc_limit":16777216}
2014-03-02 17:46:36 +0900 debug.object_space: {"String":29700,"Mutex":10366,"Array":7951,"RubyVM::InstructionSequence":6042,"Hash":2225,"Proc":1328,"RubyVM::Env":1264,"Class":1012,"Time":847,"Gem::Requirement":712,"Regexp":583,"Gem::Version":481,"Gem::Dependency":450,"MessagePack::Buffer":335,"Fluent::OneEventStream":285}
2014-03-02 17:47:36 +0900 debug.object_space: {"String":41153,"Array":12349,"Mutex":10378,"RubyVM::InstructionSequence":6042,"Hash":2697,"Time":2461,"Proc":2293,"RubyVM::Env":2229,"MessagePack::Buffer":1223,"MessagePack::Packer":1166,"Fluent::OneEventStream":1153,"Class":1012,"Gem::Requirement":712,"Range":634,"Regexp":583}
2014-03-02 17:47:36 +0900 debug.gc: {"count":3117,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":105199,"heap_free_slot":43564,"heap_final_slot":0,"heap_swept_slot":76602,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":240037498,"total_freed_object":239932299,"malloc_increase":12472,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3116,"remembered_shady_object":12363,"remembered_shady_object_limit":11126,"old_object":56196,"old_object_limit":50576,"oldmalloc_increase":12920,"oldmalloc_limit":16777216}
2014-03-02 17:48:36 +0900 debug.gc: {"count":3135,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":145909,"heap_free_slot":2854,"heap_final_slot":0,"heap_swept_slot":56326,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":241389705,"total_freed_object":241243796,"malloc_increase":1488288,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3134,"remembered_shady_object":12365,"remembered_shady_object_limit":11128,"old_object":56271,"old_object_limit":50643,"oldmalloc_increase":1488736,"oldmalloc_limit":16777216}
2014-03-02 17:48:36 +0900 debug.object_space: {"String":50414,"Array":16208,"Mutex":10390,"RubyVM::InstructionSequence":6050,"Time":4222,"Proc":3201,"RubyVM::Env":3057,"Hash":3054,"MessagePack::Buffer":1918,"MessagePack::Packer":1837,"Fluent::OneEventStream":1826,"Class":1012,"Range":968,"Fluent::OutputChain":920,"Gem::Requirement":712}
2014-03-02 17:49:36 +0900 debug.gc: {"count":3154,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":81806,"heap_free_slot":66957,"heap_final_slot":0,"heap_swept_slot":76318,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":242747252,"total_freed_object":242665446,"malloc_increase":7544,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3153,"remembered_shady_object":12419,"remembered_shady_object_limit":11177,"old_object":56413,"old_object_limit":50771,"oldmalloc_increase":7992,"oldmalloc_limit":16777216}
2014-03-02 17:49:36 +0900 debug.object_space: {"String":31250,"Mutex":10388,"Array":7863,"RubyVM::InstructionSequence":6042,"Hash":2291,"Proc":1456,"RubyVM::Env":1392,"Class":1012,"Gem::Requirement":712,"Regexp":583,"Time":534,"Gem::Version":481,"MessagePack::Buffer":476,"Gem::Dependency":450,"MessagePack::Packer":427}
2014-03-02 17:50:36 +0900 debug.gc: {"count":3172,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":145826,"heap_free_slot":2937,"heap_final_slot":0,"heap_swept_slot":16759,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":244083431,"total_freed_object":243937605,"malloc_increase":452008,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3171,"remembered_shady_object":12383,"remembered_shady_object_limit":11144,"old_object":56213,"old_object_limit":50591,"oldmalloc_increase":452456,"oldmalloc_limit":16777216}
2014-03-02 17:50:36 +0900 debug.object_space: {"String":33596,"Mutex":10430,"Array":9485,"RubyVM::InstructionSequence":6044,"Hash":2405,"Proc":1698,"RubyVM::Env":1613,"Time":1323,"Class":1012,"Gem::Requirement":712,"MessagePack::Buffer":628,"Regexp":583,"MessagePack::Packer":579,"Fluent::OneEventStream":560,"Gem::Version":481}
2014-03-02 17:51:36 +0900 debug.object_space: {"String":51506,"Array":16533,"Mutex":10520,"RubyVM::InstructionSequence":6044,"Time":4470,"Proc":3293,"RubyVM::Env":3209,"Hash":3141,"MessagePack::Buffer":2120,"MessagePack::Packer":2040,"Fluent::OneEventStream":2028,"Range":1071,"Fluent::OutputChain":1022,"Class":1012,"Gem::Requirement":712}
2014-03-02 17:51:36 +0900 debug.gc: {"count":3192,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":130107,"heap_free_slot":18656,"heap_final_slot":0,"heap_swept_slot":76264,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":245596582,"total_freed_object":245466475,"malloc_increase":12408,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3191,"remembered_shady_object":12528,"remembered_shady_object_limit":11275,"old_object":56233,"old_object_limit":50609,"oldmalloc_increase":12856,"oldmalloc_limit":16777216}
2014-03-02 17:52:36 +0900 debug.gc: {"count":3213,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":145324,"heap_free_slot":3439,"heap_final_slot":0,"heap_swept_slot":25127,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":247105445,"total_freed_object":246960121,"malloc_increase":741848,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3212,"remembered_shady_object":12545,"remembered_shady_object_limit":11290,"old_object":56230,"old_object_limit":50607,"oldmalloc_increase":742296,"oldmalloc_limit":16777216}
2014-03-02 17:52:36 +0900 debug.object_space: {"String":36851,"Array":11241,"Mutex":10548,"RubyVM::InstructionSequence":6044,"Hash":2464,"Time":2397,"Proc":1829,"RubyVM::Env":1744,"Class":1012,"MessagePack::Buffer":738,"Gem::Requirement":712,"MessagePack::Packer":680,"Fluent::OneEventStream":675,"Regexp":583,"Gem::Version":481}
2014-03-02 17:53:36 +0900 debug.gc: {"count":3236,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":145653,"heap_free_slot":3110,"heap_final_slot":0,"heap_swept_slot":6050,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":248774052,"total_freed_object":248628399,"malloc_increase":51816,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3235,"remembered_shady_object":12637,"remembered_shady_object_limit":11373,"old_object":56296,"old_object_limit":50666,"oldmalloc_increase":52264,"oldmalloc_limit":16777216}
2014-03-02 17:53:36 +0900 debug.object_space: {"String":29666,"Mutex":10578,"Array":7708,"RubyVM::InstructionSequence":6042,"Hash":2198,"Proc":1265,"RubyVM::Env":1200,"Class":1012,"Gem::Requirement":712,"Time":695,"Regexp":583,"Gem::Version":481,"Gem::Dependency":450,"MessagePack::Buffer":287,"Fluent::Config::Element":276}
2014-03-02 17:54:36 +0900 debug.gc: {"count":3261,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":81126,"heap_free_slot":67637,"heap_final_slot":0,"heap_swept_slot":75953,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":250604611,"total_freed_object":250523485,"malloc_increase":768,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3260,"remembered_shady_object":12716,"remembered_shady_object_limit":11444,"old_object":56370,"old_object_limit":50733,"oldmalloc_increase":1216,"oldmalloc_limit":16777216}
2014-03-02 17:54:36 +0900 debug.object_space: {"String":30732,"Mutex":10623,"Array":8086,"RubyVM::InstructionSequence":6044,"Hash":2253,"Proc":1366,"RubyVM::Env":1282,"Class":1012,"Time":761,"Gem::Requirement":712,"Regexp":583,"Gem::Version":481,"Gem::Dependency":450,"MessagePack::Buffer":354,"Fluent::OneEventStream":287}
2014-03-02 17:55:36 +0900 debug.gc: {"count":3286,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":79049,"heap_free_slot":69714,"heap_final_slot":0,"heap_swept_slot":75884,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":252426930,"total_freed_object":252347881,"malloc_increase":8480,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3285,"remembered_shady_object":12811,"remembered_shady_object_limit":11529,"old_object":56339,"old_object_limit":50705,"oldmalloc_increase":8928,"oldmalloc_limit":16777216}
2014-03-02 17:55:36 +0900 debug.object_space: {"String":29494,"Mutex":10736,"Array":7729,"RubyVM::InstructionSequence":6044,"Hash":2170,"Proc":1242,"RubyVM::Env":1159,"Class":1012,"Time":714,"Gem::Requirement":712,"Regexp":583,"Gem::Version":481,"Gem::Dependency":450,"Fluent::Config::Element":276,"Method":273}
2014-03-02 17:56:36 +0900 debug.object_space: {"String":29054,"Mutex":10764,"Array":7200,"RubyVM::InstructionSequence":6042,"Hash":2208,"Proc":1276,"RubyVM::Env":1212,"Class":1012,"Gem::Requirement":712,"Regexp":583,"Gem::Version":481,"Gem::Dependency":450,"MessagePack::Buffer":304,"Time":277,"Fluent::Config::Element":276}
2014-03-02 17:56:36 +0900 debug.gc: {"count":3311,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":77637,"heap_free_slot":71126,"heap_final_slot":0,"heap_swept_slot":75889,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":254249874,"total_freed_object":254172237,"malloc_increase":11680,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3310,"remembered_shady_object":12843,"remembered_shady_object_limit":11558,"old_object":56329,"old_object_limit":50696,"oldmalloc_increase":12128,"oldmalloc_limit":16777216}
2014-03-02 17:57:36 +0900 debug.gc: {"count":3336,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":99897,"heap_free_slot":48866,"heap_final_slot":0,"heap_swept_slot":76012,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":256096784,"total_freed_object":255996887,"malloc_increase":752,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3335,"remembered_shady_object":12831,"remembered_shady_object_limit":11547,"old_object":56234,"old_object_limit":50610,"oldmalloc_increase":1200,"oldmalloc_limit":16777216}
2014-03-02 17:57:36 +0900 debug.object_space: {"String":38409,"Array":11158,"Mutex":10805,"RubyVM::InstructionSequence":6046,"Hash":2692,"Proc":2318,"RubyVM::Env":2214,"Time":1888,"MessagePack::Buffer":1187,"MessagePack::Packer":1110,"Fluent::OneEventStream":1100,"Class":1012,"Gem::Requirement":712,"Range":604,"Regexp":583}
2014-03-02 17:58:36 +0900 debug.gc: {"count":3360,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":123208,"heap_free_slot":25555,"heap_final_slot":0,"heap_swept_slot":75978,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":257871101,"total_freed_object":257747893,"malloc_increase":752,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3359,"remembered_shady_object":12854,"remembered_shady_object_limit":11568,"old_object":56265,"old_object_limit":50638,"oldmalloc_increase":1200,"oldmalloc_limit":16777216}
2014-03-02 17:58:36 +0900 debug.object_space: {"String":48405,"Array":15242,"Mutex":10829,"RubyVM::InstructionSequence":6048,"Time":3721,"Proc":3230,"RubyVM::Env":3105,"Hash":3102,"MessagePack::Buffer":2015,"MessagePack::Packer":1926,"Fluent::OneEventStream":1911,"Class":1012,"Range":1009,"Fluent::OutputChain":965,"Gem::Requirement":712}
2014-03-02 17:59:36 +0900 debug.gc: {"count":3386,"heap_used":365,"heap_length":480,"heap_increment":0,"heap_live_slot":145587,"heap_free_slot":3176,"heap_final_slot":0,"heap_swept_slot":14125,"heap_eden_page_length":365,"heap_tomb_page_length":0,"total_allocated_object":259726943,"total_freed_object":259581356,"malloc_increase":782120,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":3385,"remembered_shady_object":12915,"remembered_shady_object_limit":11623,"old_object":56416,"old_object_limit":50774,"oldmalloc_increase":782568,"oldmalloc_limit":16777216}
2014-03-02 17:59:36 +0900 debug.object_space: {"String":33325,"Mutex":10852,"Array":8786,"RubyVM::InstructionSequence":6044,"Hash":2439,"Proc":1774,"RubyVM::Env":1690,"Class":1012,"Time":805,"MessagePack::Buffer":717,"Gem::Requirement":712,"Fluent::OneEventStream":654,"MessagePack::Packer":652,"Regexp":583,"Gem::Version":481}
2014-03-02 17:00:23 +0900 debug.object_space: {"String":89761,"Array":51631,"Time":18980,"RubyVM::InstructionSequence":6044,"Hash":5478,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2781,"RubyVM::Env":2671,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":939}
2014-03-02 17:00:23 +0900 debug.gc: {"count":1035,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":214191,"heap_free_slot":53603,"heap_final_slot":0,"heap_swept_slot":136360,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":132647692,"total_freed_object":132433501,"malloc_increase":30000,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1034,"remembered_shady_object":4043,"remembered_shady_object_limit":3638,"old_object":118971,"old_object_limit":107073,"oldmalloc_increase":30448,"oldmalloc_limit":16777216}
2014-03-02 17:01:23 +0900 debug.gc: {"count":1042,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267530,"heap_free_slot":264,"heap_final_slot":0,"heap_swept_slot":34127,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":133552405,"total_freed_object":133284875,"malloc_increase":113256,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1041,"remembered_shady_object":4029,"remembered_shady_object_limit":3626,"old_object":118981,"old_object_limit":107082,"oldmalloc_increase":113704,"oldmalloc_limit":16777216}
2014-03-02 17:01:23 +0900 debug.object_space: {"String":72393,"Array":31939,"Time":8268,"RubyVM::InstructionSequence":6044,"Hash":5327,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2737,"RubyVM::Env":2628,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":935}
2014-03-02 17:02:23 +0900 debug.object_space: {"String":102415,"Array":66059,"Time":26807,"RubyVM::InstructionSequence":6044,"Hash":5650,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2840,"RubyVM::Env":2730,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":948}
2014-03-02 17:02:23 +0900 debug.gc: {"count":1048,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":249897,"heap_free_slot":17897,"heap_final_slot":0,"heap_swept_slot":136363,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":134454236,"total_freed_object":134204339,"malloc_increase":16808,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1047,"remembered_shady_object":4028,"remembered_shady_object_limit":3625,"old_object":118982,"old_object_limit":107083,"oldmalloc_increase":17320,"oldmalloc_limit":16777216}
2014-03-02 17:03:23 +0900 debug.gc: {"count":1055,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":199097,"heap_free_slot":68697,"heap_final_slot":0,"heap_swept_slot":136388,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":135356914,"total_freed_object":135157817,"malloc_increase":7616,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1054,"remembered_shady_object":4023,"remembered_shady_object_limit":3620,"old_object":118968,"old_object_limit":107071,"oldmalloc_increase":8064,"oldmalloc_limit":16777216}
2014-03-02 17:03:23 +0900 debug.object_space: {"String":84217,"Array":45472,"Time":15583,"RubyVM::InstructionSequence":6044,"Hash":5495,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2789,"RubyVM::Env":2679,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":942}
2014-03-02 17:04:23 +0900 debug.gc: {"count":1062,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":156167,"heap_free_slot":111627,"heap_final_slot":0,"heap_swept_slot":136469,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":136267524,"total_freed_object":136111357,"malloc_increase":10136,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1061,"remembered_shady_object":4023,"remembered_shady_object_limit":3620,"old_object":118884,"old_object_limit":106995,"oldmalloc_increase":10584,"oldmalloc_limit":16777216}
2014-03-02 17:04:23 +0900 debug.object_space: {"String":69192,"Array":28137,"Time":6141,"RubyVM::InstructionSequence":6044,"Hash":5135,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2702,"RubyVM::Env":2593,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":931}
2014-03-02 17:05:23 +0900 debug.gc: {"count":1068,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":243336,"heap_free_slot":24458,"heap_final_slot":0,"heap_swept_slot":136368,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":137172020,"total_freed_object":136928684,"malloc_increase":4904,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1067,"remembered_shady_object":4038,"remembered_shady_object_limit":3634,"old_object":118969,"old_object_limit":107072,"oldmalloc_increase":5352,"oldmalloc_limit":16777216}
2014-03-02 17:05:23 +0900 debug.object_space: {"String":99844,"Array":63551,"Time":25586,"RubyVM::InstructionSequence":6044,"Hash":5649,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2846,"RubyVM::Env":2736,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":947}
2014-03-02 17:06:23 +0900 debug.gc: {"count":1075,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267455,"heap_free_slot":339,"heap_final_slot":0,"heap_swept_slot":62803,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":138076151,"total_freed_object":137808696,"malloc_increase":14104,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1074,"remembered_shady_object":4041,"remembered_shady_object_limit":3636,"old_object":118980,"old_object_limit":107082,"oldmalloc_increase":14552,"oldmalloc_limit":16777216}
2014-03-02 17:06:23 +0900 debug.object_space: {"String":82460,"Array":43678,"Time":14809,"RubyVM::InstructionSequence":6044,"Hash":5379,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2724,"RubyVM::Env":2614,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":933}
2014-03-02 17:07:23 +0900 debug.gc: {"count":1082,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":142763,"heap_free_slot":125031,"heap_final_slot":0,"heap_swept_slot":136388,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":138978448,"total_freed_object":138835685,"malloc_increase":8816,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1081,"remembered_shady_object":4038,"remembered_shady_object_limit":3634,"old_object":118919,"old_object_limit":107027,"oldmalloc_increase":9264,"oldmalloc_limit":16777216}
2014-03-02 17:07:23 +0900 debug.object_space: {"String":64497,"Array":22942,"RubyVM::InstructionSequence":6044,"Hash":4918,"Fluent::Config::Element":4294,"Time":3597,"Regexp":2871,"Proc":2638,"RubyVM::Env":2529,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Mutex":927}
2014-03-02 17:08:23 +0900 debug.gc: {"count":1088,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":227296,"heap_free_slot":40498,"heap_final_slot":0,"heap_swept_slot":136326,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":139880371,"total_freed_object":139653075,"malloc_increase":8488,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1087,"remembered_shady_object":4043,"remembered_shady_object_limit":3638,"old_object":119001,"old_object_limit":107100,"oldmalloc_increase":8936,"oldmalloc_limit":16777216}
2014-03-02 17:08:23 +0900 debug.object_space: {"String":94286,"Array":57125,"Time":22132,"RubyVM::InstructionSequence":6044,"Hash":5517,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2784,"RubyVM::Env":2674,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":940}
2014-03-02 17:09:23 +0900 debug.gc: {"count":1095,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":183880,"heap_free_slot":83914,"heap_final_slot":0,"heap_swept_slot":136335,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":140790398,"total_freed_object":140606518,"malloc_increase":10224,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1094,"remembered_shady_object":4039,"remembered_shady_object_limit":3635,"old_object":118999,"old_object_limit":107099,"oldmalloc_increase":10688,"oldmalloc_limit":16777216}
2014-03-02 17:09:23 +0900 debug.object_space: {"String":79212,"Array":39371,"Time":12254,"RubyVM::InstructionSequence":6044,"Hash":5321,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2714,"RubyVM::Env":2605,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":932}
2014-03-02 17:10:23 +0900 debug.gc: {"count":1102,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":134174,"heap_free_slot":133620,"heap_final_slot":0,"heap_swept_slot":136329,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":141694054,"total_freed_object":141559880,"malloc_increase":2512,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1101,"remembered_shady_object":4039,"remembered_shady_object_limit":3635,"old_object":118920,"old_object_limit":107028,"oldmalloc_increase":2960,"oldmalloc_limit":16777216}
2014-03-02 17:10:23 +0900 debug.object_space: {"String":61764,"Array":19469,"RubyVM::InstructionSequence":6044,"Hash":4722,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2636,"RubyVM::Env":2527,"Time":1690,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Mutex":927}
2014-03-02 17:11:23 +0900 debug.gc: {"count":1108,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267387,"heap_free_slot":407,"heap_final_slot":0,"heap_swept_slot":99284,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":142595321,"total_freed_object":142327934,"malloc_increase":87472,"malloc_limit":22570686,"minor_gc_count":1,"major_gc_count":1107,"remembered_shady_object":4023,"remembered_shady_object_limit":3620,"old_object":118979,"old_object_limit":107081,"oldmalloc_increase":87920,"oldmalloc_limit":16777216}
2014-03-02 17:11:23 +0900 debug.object_space: {"String":95737,"Array":58418,"Time":22743,"RubyVM::InstructionSequence":6044,"Hash":5492,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2755,"RubyVM::Env":2645,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":938}
2014-03-02 17:12:23 +0900 debug.object_space: {"String":76160,"Array":36427,"Time":10885,"RubyVM::InstructionSequence":6044,"Hash":5284,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2699,"RubyVM::Env":2589,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":930}
2014-03-02 17:12:23 +0900 debug.gc: {"count":1115,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":176426,"heap_free_slot":91368,"heap_final_slot":0,"heap_swept_slot":136405,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":143495313,"total_freed_object":143318887,"malloc_increase":12592,"malloc_limit":19594186,"minor_gc_count":1,"major_gc_count":1114,"remembered_shady_object":4023,"remembered_shady_object_limit":3620,"old_object":118952,"old_object_limit":107056,"oldmalloc_increase":13040,"oldmalloc_limit":16777216}
2014-03-02 17:13:23 +0900 debug.gc: {"count":1121,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267534,"heap_free_slot":260,"heap_final_slot":0,"heap_swept_slot":129666,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":144397192,"total_freed_object":144129658,"malloc_increase":430992,"malloc_limit":17357357,"minor_gc_count":1,"major_gc_count":1120,"remembered_shady_object":4048,"remembered_shady_object_limit":3643,"old_object":118986,"old_object_limit":107087,"oldmalloc_increase":431440,"oldmalloc_limit":16777216}
2014-03-02 17:13:23 +0900 debug.object_space: {"String":106580,"Array":70706,"Time":29431,"RubyVM::InstructionSequence":6044,"Hash":5621,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2827,"RubyVM::Env":2717,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":945}
2014-03-02 17:14:23 +0900 debug.gc: {"count":1128,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267469,"heap_free_slot":325,"heap_final_slot":0,"heap_swept_slot":87224,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":145307965,"total_freed_object":145040496,"malloc_increase":857296,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1127,"remembered_shady_object":4044,"remembered_shady_object_limit":3639,"old_object":118991,"old_object_limit":107091,"oldmalloc_increase":857744,"oldmalloc_limit":16777216}
2014-03-02 17:14:23 +0900 debug.object_space: {"String":91381,"Array":53484,"Time":19934,"RubyVM::InstructionSequence":6044,"Hash":5532,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2789,"RubyVM::Env":2680,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":941}
2014-03-02 17:15:23 +0900 debug.gc: {"count":1135,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":169358,"heap_free_slot":98436,"heap_final_slot":0,"heap_swept_slot":136329,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":146212356,"total_freed_object":146042998,"malloc_increase":10216,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1134,"remembered_shady_object":4048,"remembered_shady_object_limit":3643,"old_object":118995,"old_object_limit":107095,"oldmalloc_increase":10664,"oldmalloc_limit":16777216}
2014-03-02 17:15:23 +0900 debug.object_space: {"String":74063,"Array":33515,"Time":9104,"RubyVM::InstructionSequence":6044,"Hash":5252,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2697,"RubyVM::Env":2588,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":930}
2014-03-02 17:16:23 +0900 debug.gc: {"count":1141,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":256043,"heap_free_slot":11751,"heap_final_slot":0,"heap_swept_slot":136361,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":147116212,"total_freed_object":146860169,"malloc_increase":8840,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1140,"remembered_shady_object":4028,"remembered_shady_object_limit":3625,"old_object":118984,"old_object_limit":107085,"oldmalloc_increase":9288,"oldmalloc_limit":16777216}
2014-03-02 17:16:23 +0900 debug.object_space: {"String":104602,"Array":68774,"Time":28442,"RubyVM::InstructionSequence":6044,"Hash":5629,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2814,"RubyVM::Env":2704,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":946}
2014-03-02 17:17:23 +0900 debug.gc: {"count":1148,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":205725,"heap_free_slot":62069,"heap_final_slot":0,"heap_swept_slot":136363,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":148019374,"total_freed_object":147813649,"malloc_increase":6240,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1147,"remembered_shady_object":4029,"remembered_shady_object_limit":3626,"old_object":118991,"old_object_limit":107091,"oldmalloc_increase":6688,"oldmalloc_limit":16777216}
2014-03-02 17:17:23 +0900 debug.object_space: {"String":86671,"Array":48324,"Time":17259,"RubyVM::InstructionSequence":6044,"Hash":5437,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2758,"RubyVM::Env":2649,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":938}
2014-03-02 17:18:23 +0900 debug.gc: {"count":1155,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":153980,"heap_free_slot":113814,"heap_final_slot":0,"heap_swept_slot":136376,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":148921291,"total_freed_object":148767311,"malloc_increase":752,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1154,"remembered_shady_object":4063,"remembered_shady_object_limit":3656,"old_object":118930,"old_object_limit":107037,"oldmalloc_increase":1200,"oldmalloc_limit":16777216}
2014-03-02 17:18:23 +0900 debug.object_space: {"String":68587,"Array":27626,"Time":6079,"RubyVM::InstructionSequence":6044,"Hash":5040,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2658,"RubyVM::Env":2549,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Mutex":928}
2014-03-02 17:19:23 +0900 debug.gc: {"count":1161,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":247323,"heap_free_slot":20471,"heap_final_slot":0,"heap_swept_slot":136287,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":149831778,"total_freed_object":149584455,"malloc_increase":5240,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1160,"remembered_shady_object":4039,"remembered_shady_object_limit":3635,"old_object":119025,"old_object_limit":107122,"oldmalloc_increase":5688,"oldmalloc_limit":16777216}
2014-03-02 17:19:23 +0900 debug.object_space: {"String":101591,"Array":65285,"Time":26558,"RubyVM::InstructionSequence":6044,"Hash":5552,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2788,"RubyVM::Env":2679,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":942}
2014-03-02 17:20:23 +0900 debug.gc: {"count":1168,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267441,"heap_free_slot":353,"heap_final_slot":0,"heap_swept_slot":65676,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":150734842,"total_freed_object":150467401,"malloc_increase":112248,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1167,"remembered_shady_object":4018,"remembered_shady_object_limit":3616,"old_object":118970,"old_object_limit":107073,"oldmalloc_increase":112696,"oldmalloc_limit":16777216}
2014-03-02 17:20:23 +0900 debug.object_space: {"String":83599,"Array":44802,"Time":15347,"RubyVM::InstructionSequence":6044,"Hash":5407,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2732,"RubyVM::Env":2622,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":935}
2014-03-02 17:21:23 +0900 debug.gc: {"count":1175,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":146659,"heap_free_slot":121135,"heap_final_slot":0,"heap_swept_slot":136423,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":151638310,"total_freed_object":151491651,"malloc_increase":9160,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1174,"remembered_shady_object":4038,"remembered_shady_object_limit":3634,"old_object":118910,"old_object_limit":107019,"oldmalloc_increase":9608,"oldmalloc_limit":16777216}
2014-03-02 17:21:23 +0900 debug.object_space: {"String":65627,"Array":24475,"RubyVM::InstructionSequence":6044,"Hash":5029,"Time":4419,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2650,"RubyVM::Env":2540,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Mutex":928}
2014-03-02 17:22:23 +0900 debug.gc: {"count":1181,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":229888,"heap_free_slot":37906,"heap_final_slot":0,"heap_swept_slot":136345,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":152539001,"total_freed_object":152309113,"malloc_increase":6992,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1180,"remembered_shady_object":4034,"remembered_shady_object_limit":3630,"old_object":118993,"old_object_limit":107093,"oldmalloc_increase":7440,"oldmalloc_limit":16777216}
2014-03-02 17:22:23 +0900 debug.object_space: {"String":95399,"Array":58295,"Time":22841,"RubyVM::InstructionSequence":6044,"Hash":5458,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2750,"RubyVM::Env":2641,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":936}
2014-03-02 17:23:23 +0900 debug.gc: {"count":1188,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":176178,"heap_free_slot":91616,"heap_final_slot":0,"heap_swept_slot":136374,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":153439046,"total_freed_object":153262868,"malloc_increase":5072,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1187,"remembered_shady_object":4029,"remembered_shady_object_limit":3626,"old_object":118975,"old_object_limit":107077,"oldmalloc_increase":5520,"oldmalloc_limit":16777216}
2014-03-02 17:23:23 +0900 debug.object_space: {"String":76076,"Array":36558,"Time":11076,"RubyVM::InstructionSequence":6044,"Hash":5281,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2697,"RubyVM::Env":2588,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":930}
2014-03-02 17:24:23 +0900 debug.gc: {"count":1194,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":266766,"heap_free_slot":1028,"heap_final_slot":0,"heap_swept_slot":136375,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":154347108,"total_freed_object":154080342,"malloc_increase":513144,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1193,"remembered_shady_object":4029,"remembered_shady_object_limit":3626,"old_object":118974,"old_object_limit":107076,"oldmalloc_increase":513592,"oldmalloc_limit":16777216}
2014-03-02 17:24:23 +0900 debug.object_space: {"String":98784,"Array":62178,"Time":24876,"RubyVM::InstructionSequence":6044,"Hash":5381,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2731,"RubyVM::Env":2622,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":935}
2014-03-02 17:25:23 +0900 debug.gc: {"count":1201,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":237848,"heap_free_slot":29946,"heap_final_slot":0,"heap_swept_slot":136362,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":155249055,"total_freed_object":155011207,"malloc_increase":5064,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1200,"remembered_shady_object":4029,"remembered_shady_object_limit":3626,"old_object":118985,"old_object_limit":107086,"oldmalloc_increase":5512,"oldmalloc_limit":16777216}
2014-03-02 17:25:23 +0900 debug.object_space: {"String":98213,"Array":61468,"Time":24494,"RubyVM::InstructionSequence":6044,"Hash":5539,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2773,"RubyVM::Env":2664,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":940}
2014-03-02 17:26:23 +0900 debug.gc: {"count":1208,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267619,"heap_free_slot":175,"heap_final_slot":0,"heap_swept_slot":55947,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":156152170,"total_freed_object":155884551,"malloc_increase":88464,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1207,"remembered_shady_object":4023,"remembered_shady_object_limit":3620,"old_object":118953,"old_object_limit":107057,"oldmalloc_increase":88912,"oldmalloc_limit":16777216}
2014-03-02 17:26:23 +0900 debug.object_space: {"String":80409,"Array":41001,"Time":13325,"RubyVM::InstructionSequence":6044,"Hash":5295,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2705,"RubyVM::Env":2595,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":931}
2014-03-02 17:27:23 +0900 debug.gc: {"count":1215,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267482,"heap_free_slot":312,"heap_final_slot":0,"heap_swept_slot":4808,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":157054746,"total_freed_object":156787264,"malloc_increase":96680,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1214,"remembered_shady_object":4022,"remembered_shady_object_limit":3619,"old_object":118890,"old_object_limit":107001,"oldmalloc_increase":97144,"oldmalloc_limit":16777216}
2014-03-02 17:27:23 +0900 debug.object_space: {"String":62695,"Array":20122,"RubyVM::InstructionSequence":6044,"Hash":4717,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2638,"RubyVM::Env":2528,"Time":1877,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Mutex":927}
2014-03-02 17:28:23 +0900 debug.object_space: {"String":93814,"Array":56617,"Time":21965,"RubyVM::InstructionSequence":6044,"Hash":5440,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2741,"RubyVM::Env":2631,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":935}
2014-03-02 17:28:23 +0900 debug.gc: {"count":1221,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":226006,"heap_free_slot":41788,"heap_final_slot":0,"heap_swept_slot":136346,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":157958025,"total_freed_object":157732019,"malloc_increase":18120,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1220,"remembered_shady_object":4028,"remembered_shady_object_limit":3625,"old_object":118997,"old_object_limit":107097,"oldmalloc_increase":18568,"oldmalloc_limit":16777216}
2014-03-02 17:29:23 +0900 debug.gc: {"count":1228,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":181577,"heap_free_slot":86217,"heap_final_slot":0,"heap_swept_slot":136380,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":158867200,"total_freed_object":158685623,"malloc_increase":9872,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1227,"remembered_shady_object":4024,"remembered_shady_object_limit":3621,"old_object":118974,"old_object_limit":107076,"oldmalloc_increase":10320,"oldmalloc_limit":16777216}
2014-03-02 17:29:23 +0900 debug.object_space: {"String":78272,"Array":38450,"Time":11781,"RubyVM::InstructionSequence":6044,"Hash":5325,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2716,"RubyVM::Env":2607,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":933}
2014-03-02 17:30:23 +0900 debug.gc: {"count":1235,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":131560,"heap_free_slot":136234,"heap_final_slot":0,"heap_swept_slot":136456,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":159770781,"total_freed_object":159639221,"malloc_increase":8816,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1234,"remembered_shady_object":4018,"remembered_shady_object_limit":3616,"old_object":118886,"old_object_limit":106997,"oldmalloc_increase":9264,"oldmalloc_limit":16777216}
2014-03-02 17:30:23 +0900 debug.object_space: {"String":60683,"Array":18317,"RubyVM::InstructionSequence":6044,"Hash":4730,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2635,"RubyVM::Env":2525,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Time":1080,"Class":1009,"Mutex":927}
2014-03-02 17:31:23 +0900 debug.gc: {"count":1241,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":229632,"heap_free_slot":38162,"heap_final_slot":0,"heap_swept_slot":136348,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":160674931,"total_freed_object":160445299,"malloc_increase":9152,"malloc_limit":22120168,"minor_gc_count":1,"major_gc_count":1240,"remembered_shady_object":4029,"remembered_shady_object_limit":3626,"old_object":118997,"old_object_limit":107097,"oldmalloc_increase":9600,"oldmalloc_limit":16777216}
2014-03-02 17:31:23 +0900 debug.object_space: {"String":95331,"Array":57946,"Time":22342,"RubyVM::InstructionSequence":6044,"Hash":5565,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2801,"RubyVM::Env":2692,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":943}
2014-03-02 17:32:23 +0900 debug.object_space: {"String":78194,"Array":38472,"Time":11908,"RubyVM::InstructionSequence":6044,"Hash":5276,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2694,"RubyVM::Env":2584,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":930}
2014-03-02 17:32:23 +0900 debug.gc: {"count":1248,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":181644,"heap_free_slot":86150,"heap_final_slot":0,"heap_swept_slot":136319,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":161580384,"total_freed_object":161398740,"malloc_increase":20152,"malloc_limit":19203079,"minor_gc_count":1,"major_gc_count":1247,"remembered_shady_object":4043,"remembered_shady_object_limit":3638,"old_object":119007,"old_object_limit":107106,"oldmalloc_increase":20600,"oldmalloc_limit":16777216}
2014-03-02 17:33:23 +0900 debug.object_space: {"String":60825,"Array":18584,"RubyVM::InstructionSequence":6044,"Hash":4710,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2635,"RubyVM::Env":2525,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Time":1266,"Class":1009,"Mutex":927}
2014-03-02 17:33:23 +0900 debug.gc: {"count":1255,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":132249,"heap_free_slot":135545,"heap_final_slot":0,"heap_swept_slot":136470,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":162484527,"total_freed_object":162352278,"malloc_increase":24328,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1254,"remembered_shady_object":4023,"remembered_shady_object_limit":3620,"old_object":118866,"old_object_limit":106979,"oldmalloc_increase":24776,"oldmalloc_limit":16777216}
2014-03-02 17:34:23 +0900 debug.object_space: {"String":96309,"Array":59258,"Time":23205,"RubyVM::InstructionSequence":6044,"Hash":5529,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2784,"RubyVM::Env":2674,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":942}
2014-03-02 17:34:23 +0900 debug.gc: {"count":1261,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":233244,"heap_free_slot":34550,"heap_final_slot":0,"heap_swept_slot":136350,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":163395966,"total_freed_object":163162722,"malloc_increase":35592,"malloc_limit":21249899,"minor_gc_count":1,"major_gc_count":1260,"remembered_shady_object":4033,"remembered_shady_object_limit":3629,"old_object":118992,"old_object_limit":107092,"oldmalloc_increase":36040,"oldmalloc_limit":16777216}
2014-03-02 17:35:23 +0900 debug.gc: {"count":1268,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":184751,"heap_free_slot":83043,"heap_final_slot":0,"heap_swept_slot":136308,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":164300821,"total_freed_object":164116070,"malloc_increase":11176,"malloc_limit":18447576,"minor_gc_count":1,"major_gc_count":1267,"remembered_shady_object":4049,"remembered_shady_object_limit":3644,"old_object":119014,"old_object_limit":107112,"oldmalloc_increase":11624,"oldmalloc_limit":16777216}
2014-03-02 17:35:23 +0900 debug.object_space: {"String":79263,"Array":39695,"Time":12535,"RubyVM::InstructionSequence":6044,"Hash":5344,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2731,"RubyVM::Env":2622,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":934}
2014-03-02 17:36:23 +0900 debug.gc: {"count":1275,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":136337,"heap_free_slot":131457,"heap_final_slot":0,"heap_swept_slot":136312,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":165205755,"total_freed_object":165069418,"malloc_increase":21960,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1274,"remembered_shady_object":4047,"remembered_shady_object_limit":3642,"old_object":118914,"old_object_limit":107022,"oldmalloc_increase":22408,"oldmalloc_limit":16777216}
2014-03-02 17:36:23 +0900 debug.object_space: {"String":62266,"Array":20075,"RubyVM::InstructionSequence":6044,"Hash":4748,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2647,"RubyVM::Env":2537,"Time":1972,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Mutex":927}
2014-03-02 17:37:23 +0900 debug.gc: {"count":1281,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":239926,"heap_free_slot":27868,"heap_final_slot":0,"heap_swept_slot":136281,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":166109010,"total_freed_object":165869084,"malloc_increase":14148368,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1280,"remembered_shady_object":4063,"remembered_shady_object_limit":3656,"old_object":119023,"old_object_limit":107120,"oldmalloc_increase":14148816,"oldmalloc_limit":16777216}
2014-03-02 17:37:23 +0900 debug.object_space: {"String":98659,"Array":62272,"Time":24897,"RubyVM::InstructionSequence":6044,"Hash":5652,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2859,"RubyVM::Env":2749,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":949}
2014-03-02 17:38:23 +0900 debug.gc: {"count":1288,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267403,"heap_free_slot":391,"heap_final_slot":0,"heap_swept_slot":71423,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":167012313,"total_freed_object":166744910,"malloc_increase":169760,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1287,"remembered_shady_object":4052,"remembered_shady_object_limit":3646,"old_object":118993,"old_object_limit":107093,"oldmalloc_increase":170208,"oldmalloc_limit":16777216}
2014-03-02 17:38:23 +0900 debug.object_space: {"String":85685,"Array":46987,"Time":16381,"RubyVM::InstructionSequence":6044,"Hash":5471,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2775,"RubyVM::Env":2665,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":940}
2014-03-02 17:39:23 +0900 debug.gc: {"count":1295,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":159528,"heap_free_slot":108266,"heap_final_slot":0,"heap_swept_slot":136516,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":167922740,"total_freed_object":167763212,"malloc_increase":752,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1294,"remembered_shady_object":4023,"remembered_shady_object_limit":3620,"old_object":118843,"old_object_limit":106958,"oldmalloc_increase":1200,"oldmalloc_limit":16777216}
2014-03-02 17:39:23 +0900 debug.object_space: {"String":70336,"Array":29820,"Time":7327,"RubyVM::InstructionSequence":6044,"Hash":5102,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2674,"RubyVM::Env":2565,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Mutex":928}
2014-03-02 17:40:23 +0900 debug.gc: {"count":1301,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":247031,"heap_free_slot":20763,"heap_final_slot":0,"heap_swept_slot":136311,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":168827418,"total_freed_object":168580387,"malloc_increase":7896,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1300,"remembered_shady_object":4053,"remembered_shady_object_limit":3647,"old_object":119004,"old_object_limit":107103,"oldmalloc_increase":8344,"oldmalloc_limit":16777216}
2014-03-02 17:40:23 +0900 debug.object_space: {"String":101351,"Array":65058,"Time":26347,"RubyVM::InstructionSequence":6044,"Hash":5616,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2829,"RubyVM::Env":2719,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":946}
2014-03-02 17:41:23 +0900 debug.gc: {"count":1308,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267507,"heap_free_slot":287,"heap_final_slot":0,"heap_swept_slot":66054,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":169731083,"total_freed_object":169463576,"malloc_increase":35560,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1307,"remembered_shady_object":4059,"remembered_shady_object_limit":3653,"old_object":119007,"old_object_limit":107106,"oldmalloc_increase":36008,"oldmalloc_limit":16777216}
2014-03-02 17:41:23 +0900 debug.object_space: {"String":83593,"Array":44888,"Time":15472,"RubyVM::InstructionSequence":6044,"Hash":5403,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2758,"RubyVM::Env":2649,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":935}
2014-03-02 17:42:23 +0900 debug.object_space: {"String":65152,"Array":24058,"RubyVM::InstructionSequence":6044,"Hash":4986,"Fluent::Config::Element":4294,"Time":4277,"Regexp":2871,"Proc":2638,"RubyVM::Env":2528,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Mutex":928}
2014-03-02 17:42:23 +0900 debug.gc: {"count":1315,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":145593,"heap_free_slot":122201,"heap_final_slot":0,"heap_swept_slot":136444,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":170633038,"total_freed_object":170487445,"malloc_increase":12048,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1314,"remembered_shady_object":4048,"remembered_shady_object_limit":3643,"old_object":118880,"old_object_limit":106992,"oldmalloc_increase":12496,"oldmalloc_limit":16777216}
2014-03-02 17:43:23 +0900 debug.gc: {"count":1321,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":229831,"heap_free_slot":37963,"heap_final_slot":0,"heap_swept_slot":136317,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":171534607,"total_freed_object":171304776,"malloc_increase":8304,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1320,"remembered_shady_object":4043,"remembered_shady_object_limit":3638,"old_object":119010,"old_object_limit":107109,"oldmalloc_increase":8752,"oldmalloc_limit":16777216}
2014-03-02 17:43:23 +0900 debug.object_space: {"String":95297,"Array":58078,"Time":22557,"RubyVM::InstructionSequence":6044,"Hash":5520,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2794,"RubyVM::Env":2684,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":942}
2014-03-02 17:44:23 +0900 debug.gc: {"count":1328,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267325,"heap_free_slot":469,"heap_final_slot":0,"heap_swept_slot":54365,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":172443645,"total_freed_object":172176320,"malloc_increase":8392,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1327,"remembered_shady_object":4028,"remembered_shady_object_limit":3625,"old_object":118968,"old_object_limit":107071,"oldmalloc_increase":8840,"oldmalloc_limit":16777216}
2014-03-02 17:44:23 +0900 debug.object_space: {"String":79918,"Array":40153,"Time":12786,"RubyVM::InstructionSequence":6044,"Hash":5268,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2700,"RubyVM::Env":2590,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":930}
2014-03-02 17:45:23 +0900 debug.gc: {"count":1335,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":134408,"heap_free_slot":133386,"heap_final_slot":0,"heap_swept_slot":136303,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":173346210,"total_freed_object":173211802,"malloc_increase":6880,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1334,"remembered_shady_object":4057,"remembered_shady_object_limit":3651,"old_object":118940,"old_object_limit":107046,"oldmalloc_increase":7328,"oldmalloc_limit":16777216}
2014-03-02 17:45:23 +0900 debug.object_space: {"String":61930,"Array":19442,"RubyVM::InstructionSequence":6044,"Hash":4729,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2637,"RubyVM::Env":2527,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Time":1594,"Class":1009,"Mutex":927}
2014-03-02 17:46:23 +0900 debug.gc: {"count":1341,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":232472,"heap_free_slot":35322,"heap_final_slot":0,"heap_swept_slot":136340,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":174250781,"total_freed_object":174018309,"malloc_increase":9752,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1340,"remembered_shady_object":4043,"remembered_shady_object_limit":3638,"old_object":118992,"old_object_limit":107092,"oldmalloc_increase":10200,"oldmalloc_limit":16777216}
2014-03-02 17:46:23 +0900 debug.object_space: {"String":96209,"Array":58966,"Time":22791,"RubyVM::InstructionSequence":6044,"Hash":5654,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2839,"RubyVM::Env":2729,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":948}
2014-03-02 17:47:23 +0900 debug.gc: {"count":1348,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":183162,"heap_free_slot":84632,"heap_final_slot":0,"heap_swept_slot":136365,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":175154746,"total_freed_object":174971584,"malloc_increase":5168,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1347,"remembered_shady_object":4033,"remembered_shady_object_limit":3629,"old_object":118979,"old_object_limit":107081,"oldmalloc_increase":5616,"oldmalloc_limit":16777216}
2014-03-02 17:47:23 +0900 debug.object_space: {"String":79167,"Array":39072,"Time":12011,"RubyVM::InstructionSequence":6044,"Hash":5310,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2706,"RubyVM::Env":2596,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":931}
2014-03-02 17:48:23 +0900 debug.gc: {"count":1355,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267431,"heap_free_slot":363,"heap_final_slot":0,"heap_swept_slot":3451,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":176059673,"total_freed_object":175792242,"malloc_increase":142672,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1354,"remembered_shady_object":4052,"remembered_shady_object_limit":3646,"old_object":118928,"old_object_limit":107035,"oldmalloc_increase":143120,"oldmalloc_limit":16777216}
2014-03-02 17:48:23 +0900 debug.object_space: {"String":62234,"Array":19552,"RubyVM::InstructionSequence":6044,"Hash":4727,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2636,"RubyVM::Env":2526,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Time":1546,"Class":1009,"Mutex":927}
2014-03-02 17:49:23 +0900 debug.object_space: {"String":100010,"Array":63425,"Time":25400,"RubyVM::InstructionSequence":6044,"Hash":5649,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2830,"RubyVM::Env":2720,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":946}
2014-03-02 17:49:23 +0900 debug.gc: {"count":1361,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":243672,"heap_free_slot":24122,"heap_final_slot":0,"heap_swept_slot":136304,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":176972639,"total_freed_object":176728967,"malloc_increase":27832,"malloc_limit":22571417,"minor_gc_count":1,"major_gc_count":1360,"remembered_shady_object":4043,"remembered_shady_object_limit":3638,"old_object":119023,"old_object_limit":107120,"oldmalloc_increase":28280,"oldmalloc_limit":16777216}
2014-03-02 17:50:23 +0900 debug.gc: {"count":1368,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":193945,"heap_free_slot":73849,"heap_final_slot":0,"heap_swept_slot":136278,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":177876146,"total_freed_object":177682201,"malloc_increase":9016,"malloc_limit":19594820,"minor_gc_count":1,"major_gc_count":1367,"remembered_shady_object":4058,"remembered_shady_object_limit":3652,"old_object":119031,"old_object_limit":107127,"oldmalloc_increase":9464,"oldmalloc_limit":16777216}
2014-03-02 17:50:23 +0900 debug.object_space: {"String":82570,"Array":43650,"Time":14836,"RubyVM::InstructionSequence":6044,"Hash":5340,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2708,"RubyVM::Env":2598,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":930}
2014-03-02 17:51:23 +0900 debug.gc: {"count":1375,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267407,"heap_free_slot":387,"heap_final_slot":0,"heap_swept_slot":13833,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":178780626,"total_freed_object":178513219,"malloc_increase":29688,"malloc_limit":17010760,"minor_gc_count":1,"major_gc_count":1374,"remembered_shady_object":4033,"remembered_shady_object_limit":3629,"old_object":118885,"old_object_limit":106996,"oldmalloc_increase":30136,"oldmalloc_limit":16777216}
2014-03-02 17:51:23 +0900 debug.object_space: {"String":64962,"Array":23924,"RubyVM::InstructionSequence":6044,"Hash":4997,"Fluent::Config::Element":4294,"Time":4247,"Regexp":2871,"Proc":2640,"RubyVM::Env":2530,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Mutex":928}
2014-03-02 17:52:23 +0900 debug.gc: {"count":1381,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267506,"heap_free_slot":288,"heap_final_slot":0,"heap_swept_slot":102464,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":179686687,"total_freed_object":179419181,"malloc_increase":444496,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1380,"remembered_shady_object":4038,"remembered_shady_object_limit":3634,"old_object":119009,"old_object_limit":107108,"oldmalloc_increase":444944,"oldmalloc_limit":16777216}
2014-03-02 17:52:23 +0900 debug.object_space: {"String":96560,"Array":59564,"Time":23205,"RubyVM::InstructionSequence":6044,"Hash":5638,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2859,"RubyVM::Env":2749,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":950}
2014-03-02 17:53:23 +0900 debug.gc: {"count":1388,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267424,"heap_free_slot":370,"heap_final_slot":0,"heap_swept_slot":53294,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":180590911,"total_freed_object":180323487,"malloc_increase":61472,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1387,"remembered_shady_object":4033,"remembered_shady_object_limit":3629,"old_object":118976,"old_object_limit":107078,"oldmalloc_increase":61920,"oldmalloc_limit":16777216}
2014-03-02 17:53:23 +0900 debug.object_space: {"String":79249,"Array":39743,"Time":12657,"RubyVM::InstructionSequence":6044,"Hash":5306,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2713,"RubyVM::Env":2603,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":932}
2014-03-02 17:54:23 +0900 debug.gc: {"count":1395,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267290,"heap_free_slot":504,"heap_final_slot":0,"heap_swept_slot":10529,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":181501429,"total_freed_object":181234139,"malloc_increase":157960,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1394,"remembered_shady_object":4038,"remembered_shady_object_limit":3634,"old_object":118895,"old_object_limit":107005,"oldmalloc_increase":158408,"oldmalloc_limit":16777216}
2014-03-02 17:54:23 +0900 debug.object_space: {"String":64468,"Array":22347,"RubyVM::InstructionSequence":6044,"Hash":4845,"Fluent::Config::Element":4294,"Time":3064,"Regexp":2871,"Proc":2659,"RubyVM::Env":2549,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Mutex":928}
2014-03-02 17:55:23 +0900 debug.gc: {"count":1401,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":227807,"heap_free_slot":39987,"heap_final_slot":0,"heap_swept_slot":136359,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":182404959,"total_freed_object":182177152,"malloc_increase":4000,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1400,"remembered_shady_object":4033,"remembered_shady_object_limit":3629,"old_object":118984,"old_object_limit":107085,"oldmalloc_increase":4448,"oldmalloc_limit":16777216}
2014-03-02 17:55:23 +0900 debug.object_space: {"String":94350,"Array":57314,"Time":22135,"RubyVM::InstructionSequence":6044,"Hash":5600,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2828,"RubyVM::Env":2718,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":946}
2014-03-02 17:56:23 +0900 debug.gc: {"count":1408,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":177107,"heap_free_slot":90687,"heap_final_slot":0,"heap_swept_slot":136372,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":183307656,"total_freed_object":183130549,"malloc_increase":5968,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1407,"remembered_shady_object":4018,"remembered_shady_object_limit":3616,"old_object":118991,"old_object_limit":107091,"oldmalloc_increase":6416,"oldmalloc_limit":16777216}
2014-03-02 17:56:23 +0900 debug.object_space: {"String":76585,"Array":36730,"Time":10977,"RubyVM::InstructionSequence":6044,"Hash":5313,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2710,"RubyVM::Env":2600,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":931}
2014-03-02 17:57:23 +0900 debug.gc: {"count":1414,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267498,"heap_free_slot":296,"heap_final_slot":0,"heap_swept_slot":132327,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":184211232,"total_freed_object":183943734,"malloc_increase":35392,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1413,"remembered_shady_object":4053,"remembered_shady_object_limit":3647,"old_object":119022,"old_object_limit":107119,"oldmalloc_increase":35840,"oldmalloc_limit":16777216}
2014-03-02 17:57:23 +0900 debug.object_space: {"String":107323,"Array":71696,"Time":29898,"RubyVM::InstructionSequence":6044,"Hash":5717,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2868,"RubyVM::Env":2758,"Fluent::GlobMatchPattern":1634,"Fluent::Match":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":951}
2014-03-02 17:58:23 +0900 debug.gc: {"count":1421,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267452,"heap_free_slot":342,"heap_final_slot":0,"heap_swept_slot":84844,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":185117033,"total_freed_object":184849581,"malloc_increase":290488,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1420,"remembered_shady_object":4044,"remembered_shady_object_limit":3639,"old_object":119005,"old_object_limit":107104,"oldmalloc_increase":291000,"oldmalloc_limit":16777216}
2014-03-02 17:58:23 +0900 debug.object_space: {"String":90404,"Array":52473,"Time":19363,"RubyVM::InstructionSequence":6044,"Hash":5553,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2814,"RubyVM::Env":2705,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":944}
2014-03-02 17:59:23 +0900 debug.gc: {"count":1428,"heap_used":657,"heap_length":744,"heap_increment":0,"heap_live_slot":267603,"heap_free_slot":191,"heap_final_slot":0,"heap_swept_slot":42374,"heap_eden_page_length":657,"heap_tomb_page_length":0,"total_allocated_object":186028126,"total_freed_object":185760523,"malloc_increase":139096,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":1427,"remembered_shady_object":4048,"remembered_shady_object_limit":3643,"old_object":119011,"old_object_limit":107109,"oldmalloc_increase":139544,"oldmalloc_limit":16777216}
2014-03-02 17:59:23 +0900 debug.object_space: {"String":75596,"Array":35388,"Time":10252,"RubyVM::InstructionSequence":6044,"Hash":5251,"Fluent::Config::Element":4294,"Regexp":2871,"Proc":2713,"RubyVM::Env":2603,"Fluent::Match":1634,"Fluent::GlobMatchPattern":1634,"Fluent::CopyOutput":1627,"Fluent::StdoutOutput":1616,"Class":1009,"Method":930}
2014-03-02 17:00:32 +0900 debug.gc: {"count":12105,"heap_used":657,"heap_length":932,"heap_increment":55,"heap_live_slot":185630,"heap_free_slot":82168,"heap_final_slot":0,"heap_swept_slot":164425,"heap_eden_page_length":602,"heap_tomb_page_length":55,"total_allocated_object":1317288845,"total_freed_object":1317103215,"malloc_increase":2440,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12104,"remembered_shady_object":3878,"remembered_shady_object_limit":3490,"old_object":94785,"old_object_limit":85306,"oldmalloc_increase":2888,"oldmalloc_limit":16777216}
2014-03-02 17:00:32 +0900 debug.object_space: {"String":101607,"Array":25097,"RubyVM::InstructionSequence":6199,"Hash":5435,"Proc":3591,"RubyVM::Env":3419,"Time":2836,"Regexp":2640,"Fluent::Config::Element":1813,"Class":1025,"Fluent::OneEventStream":1025,"Mutex":995,"Fluent::OutputChain":782,"Fluent::GlobMatchPattern":740,"Fluent::Match":740}
2014-03-02 17:01:32 +0900 debug.object_space: {"String":154592,"Array":36442,"Hash":7634,"RubyVM::InstructionSequence":6199,"Proc":5018,"RubyVM::Env":4848,"Time":3325,"Regexp":2640,"Fluent::OneEventStream":2055,"Fluent::Config::Element":1813,"Fluent::OutputChain":1596,"MatchData":1501,"Range":1361,"Class":1025,"Mutex":1002}
2014-03-02 17:01:32 +0900 debug.gc: {"count":12135,"heap_used":657,"heap_length":932,"heap_increment":1,"heap_live_slot":266643,"heap_free_slot":1155,"heap_final_slot":0,"heap_swept_slot":164410,"heap_eden_page_length":656,"heap_tomb_page_length":1,"total_allocated_object":1322287737,"total_freed_object":1322021094,"malloc_increase":814832,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12134,"remembered_shady_object":3881,"remembered_shady_object_limit":3492,"old_object":94784,"old_object_limit":85305,"oldmalloc_increase":815280,"oldmalloc_limit":16777216}
2014-03-02 17:02:32 +0900 debug.object_space: {"String":97065,"Array":23464,"RubyVM::InstructionSequence":6199,"Hash":5304,"Proc":3417,"RubyVM::Env":3245,"Regexp":2640,"Time":2108,"Fluent::Config::Element":1813,"Class":1025,"Mutex":1000,"Fluent::OneEventStream":919,"Fluent::GlobMatchPattern":740,"Fluent::Match":740,"Fluent::CopyOutput":734}
2014-03-02 17:02:32 +0900 debug.gc: {"count":12167,"heap_used":657,"heap_length":932,"heap_increment":64,"heap_live_slot":177152,"heap_free_slot":90646,"heap_final_slot":0,"heap_swept_slot":164490,"heap_eden_page_length":593,"heap_tomb_page_length":64,"total_allocated_object":1327443510,"total_freed_object":1327266358,"malloc_increase":33304,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12166,"remembered_shady_object":3852,"remembered_shady_object_limit":3466,"old_object":94750,"old_object_limit":85275,"oldmalloc_increase":33752,"oldmalloc_limit":16777216}
2014-03-02 17:03:32 +0900 debug.object_space: {"String":103120,"Array":24664,"RubyVM::InstructionSequence":6199,"Hash":5533,"Proc":3530,"RubyVM::Env":3358,"Regexp":2640,"Time":2047,"Fluent::Config::Element":1813,"Class":1025,"Mutex":996,"Fluent::OneEventStream":992,"Fluent::OutputChain":785,"MatchData":759,"Fluent::Match":740}
2014-03-02 17:03:32 +0900 debug.gc: {"count":12199,"heap_used":657,"heap_length":932,"heap_increment":52,"heap_live_slot":185833,"heap_free_slot":81965,"heap_final_slot":0,"heap_swept_slot":164541,"heap_eden_page_length":605,"heap_tomb_page_length":52,"total_allocated_object":1332700590,"total_freed_object":1332514757,"malloc_increase":24384,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12198,"remembered_shady_object":3844,"remembered_shady_object_limit":3459,"old_object":94701,"old_object_limit":85230,"oldmalloc_increase":24832,"oldmalloc_limit":16777216}
2014-03-02 17:04:32 +0900 debug.object_space: {"String":77637,"Array":18172,"RubyVM::InstructionSequence":6199,"Hash":4488,"Proc":2805,"Regexp":2640,"RubyVM::Env":2634,"Fluent::Config::Element":1813,"Class":1025,"Mutex":999,"Time":992,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712}
2014-03-02 17:04:32 +0900 debug.gc: {"count":12230,"heap_used":657,"heap_length":932,"heap_increment":52,"heap_live_slot":144936,"heap_free_slot":122862,"heap_final_slot":0,"heap_swept_slot":164358,"heap_eden_page_length":605,"heap_tomb_page_length":52,"total_allocated_object":1337744278,"total_freed_object":1337599342,"malloc_increase":15616,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12229,"remembered_shady_object":3844,"remembered_shady_object_limit":3459,"old_object":94880,"old_object_limit":85392,"oldmalloc_increase":16064,"oldmalloc_limit":16777216}
2014-03-02 17:05:32 +0900 debug.object_space: {"String":133606,"Array":32532,"Hash":6757,"RubyVM::InstructionSequence":6199,"Proc":4403,"RubyVM::Env":4232,"Time":3651,"Regexp":2640,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1594,"Fluent::OutputChain":1249,"MatchData":1191,"Range":1055,"Class":1025,"Mutex":995}
2014-03-02 17:05:32 +0900 debug.gc: {"count":12260,"heap_used":657,"heap_length":932,"heap_increment":49,"heap_live_slot":235431,"heap_free_slot":32367,"heap_final_slot":0,"heap_swept_slot":164496,"heap_eden_page_length":608,"heap_tomb_page_length":49,"total_allocated_object":1342756568,"total_freed_object":1342521137,"malloc_increase":24512,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12259,"remembered_shady_object":3817,"remembered_shady_object_limit":3435,"old_object":94780,"old_object_limit":85302,"oldmalloc_increase":24960,"oldmalloc_limit":16777216}
2014-03-02 17:06:32 +0900 debug.object_space: {"String":124190,"Array":29883,"Hash":6413,"RubyVM::InstructionSequence":6199,"Proc":4232,"RubyVM::Env":4061,"Time":3008,"Regexp":2640,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1480,"Fluent::OutputChain":1144,"MatchData":1068,"Class":1025,"Range":1007,"Mutex":998}
2014-03-02 17:06:32 +0900 debug.gc: {"count":12291,"heap_used":657,"heap_length":932,"heap_increment":58,"heap_live_slot":220367,"heap_free_slot":47431,"heap_final_slot":0,"heap_swept_slot":164467,"heap_eden_page_length":599,"heap_tomb_page_length":58,"total_allocated_object":1347826835,"total_freed_object":1347606468,"malloc_increase":32280,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12290,"remembered_shady_object":3813,"remembered_shady_object_limit":3431,"old_object":94800,"old_object_limit":85320,"oldmalloc_increase":32744,"oldmalloc_limit":16777216}
2014-03-02 17:07:32 +0900 debug.object_space: {"String":141608,"Array":35666,"Hash":7058,"RubyVM::InstructionSequence":6199,"Time":5016,"Proc":4602,"RubyVM::Env":4433,"Regexp":2640,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1730,"Fluent::OutputChain":1360,"MatchData":1310,"Range":1136,"Class":1025,"Mutex":1000}
2014-03-02 17:07:32 +0900 debug.gc: {"count":12318,"heap_used":657,"heap_length":932,"heap_increment":41,"heap_live_slot":250579,"heap_free_slot":17219,"heap_final_slot":0,"heap_swept_slot":164523,"heap_eden_page_length":616,"heap_tomb_page_length":41,"total_allocated_object":1352285145,"total_freed_object":1352034566,"malloc_increase":74128,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12317,"remembered_shady_object":3802,"remembered_shady_object_limit":3421,"old_object":94743,"old_object_limit":85268,"oldmalloc_increase":74576,"oldmalloc_limit":16777216}
2014-03-02 17:08:32 +0900 debug.gc: {"count":12339,"heap_used":657,"heap_length":932,"heap_increment":43,"heap_live_slot":143074,"heap_free_slot":124724,"heap_final_slot":0,"heap_swept_slot":164514,"heap_eden_page_length":614,"heap_tomb_page_length":43,"total_allocated_object":1355622170,"total_freed_object":1355479096,"malloc_increase":2608,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12338,"remembered_shady_object":3827,"remembered_shady_object_limit":3444,"old_object":94730,"old_object_limit":85257,"oldmalloc_increase":3072,"oldmalloc_limit":16777216}
2014-03-02 17:08:32 +0900 debug.object_space: {"String":74450,"Array":18815,"RubyVM::InstructionSequence":6199,"Hash":4365,"Proc":2805,"Regexp":2640,"RubyVM::Env":2633,"Time":2091,"Fluent::Config::Element":1813,"Class":1025,"Mutex":1002,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712}
2014-03-02 17:09:32 +0900 debug.gc: {"count":12362,"heap_used":657,"heap_length":932,"heap_increment":58,"heap_live_slot":219699,"heap_free_slot":48099,"heap_final_slot":0,"heap_swept_slot":164512,"heap_eden_page_length":599,"heap_tomb_page_length":58,"total_allocated_object":1359470309,"total_freed_object":1359250610,"malloc_increase":9072,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12361,"remembered_shady_object":3846,"remembered_shady_object_limit":3461,"old_object":94713,"old_object_limit":85241,"oldmalloc_increase":9520,"oldmalloc_limit":16777216}
2014-03-02 17:09:32 +0900 debug.object_space: {"String":124516,"Array":29815,"Hash":6386,"RubyVM::InstructionSequence":6199,"Proc":4107,"RubyVM::Env":3935,"Time":2885,"Regexp":2640,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1381,"Fluent::OutputChain":1095,"MatchData":1067,"Class":1025,"Mutex":998,"Range":903}
2014-03-02 17:10:32 +0900 debug.gc: {"count":12393,"heap_used":657,"heap_length":932,"heap_increment":49,"heap_live_slot":108590,"heap_free_slot":159208,"heap_final_slot":0,"heap_swept_slot":164297,"heap_eden_page_length":608,"heap_tomb_page_length":49,"total_allocated_object":1364441142,"total_freed_object":1364332552,"malloc_increase":10568,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12392,"remembered_shady_object":3859,"remembered_shady_object_limit":3473,"old_object":94874,"old_object_limit":85386,"oldmalloc_increase":11016,"oldmalloc_limit":16777216}
2014-03-02 17:10:32 +0900 debug.object_space: {"String":54397,"Array":12828,"RubyVM::InstructionSequence":6199,"Hash":3527,"Regexp":2640,"Proc":2193,"RubyVM::Env":2021,"Fluent::Config::Element":1813,"Class":1025,"Mutex":989,"Fluent::GlobMatchPattern":740,"Fluent::Match":740,"Fluent::CopyOutput":734,"Gem::Requirement":712,"Fluent::GrepOutput":650}
2014-03-02 17:11:32 +0900 debug.gc: {"count":12423,"heap_used":657,"heap_length":932,"heap_increment":37,"heap_live_slot":252183,"heap_free_slot":15615,"heap_final_slot":0,"heap_swept_slot":164398,"heap_eden_page_length":620,"heap_tomb_page_length":37,"total_allocated_object":1369503479,"total_freed_object":1369251296,"malloc_increase":736912,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12422,"remembered_shady_object":3842,"remembered_shady_object_limit":3457,"old_object":94816,"old_object_limit":85334,"oldmalloc_increase":737360,"oldmalloc_limit":16777216}
2014-03-02 17:11:32 +0900 debug.object_space: {"String":144533,"Array":35014,"Hash":7220,"RubyVM::InstructionSequence":6199,"Proc":4693,"RubyVM::Env":4521,"Time":3889,"Regexp":2640,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1800,"Fluent::OutputChain":1416,"MatchData":1363,"Range":1176,"Class":1025,"Mutex":998}
2014-03-02 17:12:32 +0900 debug.gc: {"count":12453,"heap_used":657,"heap_length":932,"heap_increment":41,"heap_live_slot":199305,"heap_free_slot":68493,"heap_final_slot":0,"heap_swept_slot":164361,"heap_eden_page_length":616,"heap_tomb_page_length":41,"total_allocated_object":1374368128,"total_freed_object":1374168823,"malloc_increase":2696,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12452,"remembered_shady_object":3871,"remembered_shady_object_limit":3483,"old_object":94822,"old_object_limit":85339,"oldmalloc_increase":3144,"oldmalloc_limit":16777216}
2014-03-02 17:12:32 +0900 debug.object_space: {"String":110726,"Array":27168,"RubyVM::InstructionSequence":6199,"Hash":5807,"Proc":3735,"RubyVM::Env":3563,"Time":3057,"Regexp":2640,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1129,"Class":1025,"Mutex":999,"Fluent::OutputChain":891,"MatchData":859,"Range":758}
2014-03-02 17:13:32 +0900 debug.gc: {"count":12483,"heap_used":657,"heap_length":932,"heap_increment":50,"heap_live_slot":215997,"heap_free_slot":51801,"heap_final_slot":0,"heap_swept_slot":164350,"heap_eden_page_length":607,"heap_tomb_page_length":50,"total_allocated_object":1379303219,"total_freed_object":1379087222,"malloc_increase":11032,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12482,"remembered_shady_object":3851,"remembered_shady_object_limit":3465,"old_object":94854,"old_object_limit":85368,"oldmalloc_increase":11480,"oldmalloc_limit":16777216}
2014-03-02 17:13:32 +0900 debug.object_space: {"String":121955,"Array":29438,"Hash":6315,"RubyVM::InstructionSequence":6199,"Proc":4061,"RubyVM::Env":3889,"Time":2997,"Regexp":2640,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1351,"Fluent::OutputChain":1072,"MatchData":1043,"Class":1025,"Mutex":995,"Range":886}
2014-03-02 17:14:32 +0900 debug.gc: {"count":12516,"heap_used":657,"heap_length":932,"heap_increment":43,"heap_live_slot":123034,"heap_free_slot":144764,"heap_final_slot":0,"heap_swept_slot":164335,"heap_eden_page_length":614,"heap_tomb_page_length":43,"total_allocated_object":1384617578,"total_freed_object":1384494544,"malloc_increase":10080,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12515,"remembered_shady_object":3858,"remembered_shady_object_limit":3472,"old_object":94869,"old_object_limit":85382,"oldmalloc_increase":10528,"oldmalloc_limit":16777216}
2014-03-02 17:14:32 +0900 debug.object_space: {"String":63162,"Array":15145,"RubyVM::InstructionSequence":6199,"Hash":3869,"Regexp":2640,"Proc":2410,"RubyVM::Env":2238,"Fluent::Config::Element":1813,"Class":1025,"Mutex":996,"Time":958,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712}
2014-03-02 17:15:32 +0900 debug.object_space: {"String":61985,"Array":15044,"RubyVM::InstructionSequence":6199,"Hash":3853,"Regexp":2640,"Proc":2472,"RubyVM::Env":2300,"Fluent::Config::Element":1813,"Class":1025,"Mutex":999,"Time":979,"Fluent::GlobMatchPattern":740,"Fluent::Match":740,"Fluent::CopyOutput":734,"Gem::Requirement":712}
2014-03-02 17:15:32 +0900 debug.gc: {"count":12548,"heap_used":657,"heap_length":932,"heap_increment":47,"heap_live_slot":123188,"heap_free_slot":144610,"heap_final_slot":0,"heap_swept_slot":164399,"heap_eden_page_length":610,"heap_tomb_page_length":47,"total_allocated_object":1389858980,"total_freed_object":1389735792,"malloc_increase":70216,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12547,"remembered_shady_object":3852,"remembered_shady_object_limit":3466,"old_object":94813,"old_object_limit":85331,"oldmalloc_increase":70664,"oldmalloc_limit":16777216}
2014-03-02 17:16:32 +0900 debug.object_space: {"String":86337,"Array":20103,"RubyVM::InstructionSequence":6199,"Hash":4895,"Proc":3270,"RubyVM::Env":3099,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1263,"Class":1025,"Mutex":1002,"Fluent::OneEventStream":885,"Fluent::GlobMatchPattern":740,"Fluent::Match":740,"Fluent::CopyOutput":734}
2014-03-02 17:16:32 +0900 debug.gc: {"count":12581,"heap_used":657,"heap_length":932,"heap_increment":58,"heap_live_slot":160217,"heap_free_slot":107581,"heap_final_slot":0,"heap_swept_slot":164340,"heap_eden_page_length":599,"heap_tomb_page_length":58,"total_allocated_object":1395300252,"total_freed_object":1395140035,"malloc_increase":46528,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12580,"remembered_shady_object":3863,"remembered_shady_object_limit":3476,"old_object":94867,"old_object_limit":85380,"oldmalloc_increase":46976,"oldmalloc_limit":16777216}
2014-03-02 17:17:32 +0900 debug.object_space: {"String":122029,"Array":29425,"Hash":6405,"RubyVM::InstructionSequence":6199,"Proc":4603,"RubyVM::Env":4431,"Time":3260,"Regexp":2640,"Fluent::OneEventStream":1882,"Fluent::Config::Element":1813,"Range":1460,"Fluent::OutputChain":1306,"Class":1025,"Mutex":1004,"MatchData":959}
2014-03-02 17:17:32 +0900 debug.gc: {"count":12613,"heap_used":657,"heap_length":932,"heap_increment":54,"heap_live_slot":219835,"heap_free_slot":47963,"heap_final_slot":0,"heap_swept_slot":164433,"heap_eden_page_length":603,"heap_tomb_page_length":54,"total_allocated_object":1400599818,"total_freed_object":1400379983,"malloc_increase":13840,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12612,"remembered_shady_object":3861,"remembered_shady_object_limit":3474,"old_object":94781,"old_object_limit":85302,"oldmalloc_increase":14288,"oldmalloc_limit":16777216}
2014-03-02 17:18:32 +0900 debug.gc: {"count":12644,"heap_used":657,"heap_length":932,"heap_increment":35,"heap_live_slot":252647,"heap_free_slot":15151,"heap_final_slot":0,"heap_swept_slot":164301,"heap_eden_page_length":622,"heap_tomb_page_length":35,"total_allocated_object":1405709303,"total_freed_object":1405456656,"malloc_increase":869760,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12643,"remembered_shady_object":3856,"remembered_shady_object_limit":3470,"old_object":94889,"old_object_limit":85400,"oldmalloc_increase":870208,"oldmalloc_limit":16777216}
2014-03-02 17:18:32 +0900 debug.object_space: {"String":141468,"Array":35013,"Hash":7215,"RubyVM::InstructionSequence":6199,"Proc":5120,"RubyVM::Env":4948,"Time":4813,"Regexp":2640,"Fluent::OneEventStream":2252,"Fluent::Config::Element":1813,"Range":1682,"Fluent::OutputChain":1601,"MatchData":1251,"Class":1025,"Mutex":1002}
2014-03-02 17:19:32 +0900 debug.gc: {"count":12675,"heap_used":657,"heap_length":932,"heap_increment":18,"heap_live_slot":259535,"heap_free_slot":8263,"heap_final_slot":0,"heap_swept_slot":164431,"heap_eden_page_length":639,"heap_tomb_page_length":18,"total_allocated_object":1410791850,"total_freed_object":1410532315,"malloc_increase":997096,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12674,"remembered_shady_object":3854,"remembered_shady_object_limit":3468,"old_object":94769,"old_object_limit":85292,"oldmalloc_increase":997560,"oldmalloc_limit":16777216}
2014-03-02 17:19:32 +0900 debug.object_space: {"String":149932,"Array":35350,"Hash":7485,"RubyVM::InstructionSequence":6199,"Proc":4989,"RubyVM::Env":4817,"Time":3284,"Regexp":2640,"Fluent::OneEventStream":2047,"Fluent::Config::Element":1813,"Fluent::OutputChain":1565,"MatchData":1431,"Range":1389,"Class":1025,"Mutex":1006}
2014-03-02 17:20:32 +0900 debug.object_space: {"String":56896,"Array":13570,"RubyVM::InstructionSequence":6199,"Hash":3646,"Regexp":2640,"Proc":2260,"RubyVM::Env":2089,"Fluent::Config::Element":1813,"Class":1025,"Mutex":1003,"Fluent::GlobMatchPattern":740,"Fluent::Match":740,"Fluent::CopyOutput":734,"Gem::Requirement":712,"Fluent::GrepOutput":650}
2014-03-02 17:20:32 +0900 debug.gc: {"count":12709,"heap_used":657,"heap_length":932,"heap_increment":39,"heap_live_slot":113133,"heap_free_slot":154665,"heap_final_slot":0,"heap_swept_slot":164310,"heap_eden_page_length":618,"heap_tomb_page_length":39,"total_allocated_object":1416212678,"total_freed_object":1416099545,"malloc_increase":17616,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12708,"remembered_shady_object":3889,"remembered_shady_object_limit":3500,"old_object":94848,"old_object_limit":85363,"oldmalloc_increase":18064,"oldmalloc_limit":16777216}
2014-03-02 17:21:32 +0900 debug.gc: {"count":12743,"heap_used":657,"heap_length":932,"heap_increment":47,"heap_live_slot":144998,"heap_free_slot":122800,"heap_final_slot":0,"heap_swept_slot":164407,"heap_eden_page_length":610,"heap_tomb_page_length":47,"total_allocated_object":1421812586,"total_freed_object":1421667588,"malloc_increase":9128,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12742,"remembered_shady_object":3867,"remembered_shady_object_limit":3480,"old_object":94792,"old_object_limit":85312,"oldmalloc_increase":9576,"oldmalloc_limit":16777216}
2014-03-02 17:21:32 +0900 debug.object_space: {"String":77483,"Array":18254,"RubyVM::InstructionSequence":6199,"Hash":4482,"Proc":2815,"RubyVM::Env":2645,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1096,"Class":1025,"Mutex":1005,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712}
2014-03-02 17:22:32 +0900 debug.gc: {"count":12778,"heap_used":657,"heap_length":932,"heap_increment":36,"heap_live_slot":248509,"heap_free_slot":19289,"heap_final_slot":0,"heap_swept_slot":164367,"heap_eden_page_length":621,"heap_tomb_page_length":36,"total_allocated_object":1427647827,"total_freed_object":1427399318,"malloc_increase":707064,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12777,"remembered_shady_object":3879,"remembered_shady_object_limit":3491,"old_object":94829,"old_object_limit":85346,"oldmalloc_increase":707512,"oldmalloc_limit":16777216}
2014-03-02 17:22:32 +0900 debug.object_space: {"String":141863,"Array":33500,"Hash":7227,"RubyVM::InstructionSequence":6199,"Proc":4977,"RubyVM::Env":4805,"Time":3217,"Regexp":2640,"Fluent::OneEventStream":2130,"Fluent::Config::Element":1813,"Fluent::OutputChain":1552,"Range":1542,"MatchData":1284,"Class":1025,"Mutex":1003}
2014-03-02 17:23:32 +0900 debug.gc: {"count":12818,"heap_used":657,"heap_length":932,"heap_increment":37,"heap_live_slot":235330,"heap_free_slot":32468,"heap_final_slot":0,"heap_swept_slot":164179,"heap_eden_page_length":620,"heap_tomb_page_length":37,"total_allocated_object":1434182560,"total_freed_object":1433947230,"malloc_increase":9008,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12817,"remembered_shady_object":3885,"remembered_shady_object_limit":3496,"old_object":94988,"old_object_limit":85489,"oldmalloc_increase":9472,"oldmalloc_limit":16777216}
2014-03-02 17:23:32 +0900 debug.object_space: {"String":134995,"Array":31887,"Hash":6867,"RubyVM::InstructionSequence":6199,"Proc":4418,"RubyVM::Env":4247,"Time":2723,"Regexp":2640,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1605,"Fluent::OutputChain":1274,"MatchData":1239,"Range":1039,"Class":1025,"Mutex":1009}
2014-03-02 17:24:32 +0900 debug.gc: {"count":12858,"heap_used":657,"heap_length":932,"heap_increment":46,"heap_live_slot":184844,"heap_free_slot":82954,"heap_final_slot":0,"heap_swept_slot":164334,"heap_eden_page_length":611,"heap_tomb_page_length":46,"total_allocated_object":1440682253,"total_freed_object":1440497409,"malloc_increase":2536,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12857,"remembered_shady_object":3875,"remembered_shady_object_limit":3487,"old_object":94838,"old_object_limit":85354,"oldmalloc_increase":2984,"oldmalloc_limit":16777216}
2014-03-02 17:24:32 +0900 debug.object_space: {"String":102387,"Array":23934,"RubyVM::InstructionSequence":6199,"Hash":5585,"Proc":3746,"RubyVM::Env":3575,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1620,"Fluent::OneEventStream":1213,"Class":1025,"Mutex":1002,"Range":905,"Fluent::OutputChain":884,"Fluent::GlobMatchPattern":740}
2014-03-02 17:25:32 +0900 debug.object_space: {"String":61625,"Array":14286,"RubyVM::InstructionSequence":6199,"Hash":3853,"Regexp":2640,"Proc":2423,"RubyVM::Env":2251,"Fluent::Config::Element":1813,"Class":1025,"Mutex":1002,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712,"Fluent::GrepOutput":650}
2014-03-02 17:25:32 +0900 debug.gc: {"count":12904,"heap_used":657,"heap_length":932,"heap_increment":37,"heap_live_slot":119714,"heap_free_slot":148084,"heap_final_slot":0,"heap_swept_slot":164303,"heap_eden_page_length":620,"heap_tomb_page_length":37,"total_allocated_object":1448149857,"total_freed_object":1448030143,"malloc_increase":12840,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12903,"remembered_shady_object":3877,"remembered_shady_object_limit":3489,"old_object":94883,"old_object_limit":85394,"oldmalloc_increase":13288,"oldmalloc_limit":16777216}
2014-03-02 17:26:32 +0900 debug.gc: {"count":12961,"heap_used":657,"heap_length":932,"heap_increment":43,"heap_live_slot":120342,"heap_free_slot":147456,"heap_final_slot":0,"heap_swept_slot":164173,"heap_eden_page_length":614,"heap_tomb_page_length":43,"total_allocated_object":1457481636,"total_freed_object":1457361294,"malloc_increase":7952,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":12960,"remembered_shady_object":3917,"remembered_shady_object_limit":3525,"old_object":94955,"old_object_limit":85459,"oldmalloc_increase":8400,"oldmalloc_limit":16777216}
2014-03-02 17:26:32 +0900 debug.object_space: {"String":60215,"Array":14268,"RubyVM::InstructionSequence":6199,"Hash":3868,"Proc":2698,"Regexp":2640,"RubyVM::Env":2528,"Fluent::Config::Element":1813,"Class":1025,"Mutex":1004,"Time":853,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712}
2014-03-02 17:27:32 +0900 debug.object_space: {"String":62502,"Array":14463,"RubyVM::InstructionSequence":6199,"Hash":3884,"Regexp":2640,"Proc":2406,"RubyVM::Env":2237,"Fluent::Config::Element":1813,"Class":1025,"Mutex":1003,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712,"Fluent::GrepOutput":650}
2014-03-02 17:27:32 +0900 debug.gc: {"count":13020,"heap_used":657,"heap_length":932,"heap_increment":50,"heap_live_slot":120875,"heap_free_slot":146923,"heap_final_slot":0,"heap_swept_slot":164170,"heap_eden_page_length":607,"heap_tomb_page_length":50,"total_allocated_object":1467138509,"total_freed_object":1467017634,"malloc_increase":13688,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13019,"remembered_shady_object":3908,"remembered_shady_object_limit":3517,"old_object":94965,"old_object_limit":85468,"oldmalloc_increase":14136,"oldmalloc_limit":16777216}
2014-03-02 17:28:32 +0900 debug.object_space: {"String":96435,"Array":22502,"RubyVM::InstructionSequence":6199,"Hash":5299,"Proc":3346,"RubyVM::Env":3174,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1323,"Class":1025,"Mutex":1002,"Fluent::OneEventStream":847,"Fluent::GlobMatchPattern":740,"Fluent::Match":740,"Fluent::CopyOutput":734}
2014-03-02 17:28:32 +0900 debug.gc: {"count":13070,"heap_used":657,"heap_length":932,"heap_increment":55,"heap_live_slot":174295,"heap_free_slot":93503,"heap_final_slot":0,"heap_swept_slot":164277,"heap_eden_page_length":602,"heap_tomb_page_length":55,"total_allocated_object":1475378033,"total_freed_object":1475203738,"malloc_increase":16240,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13069,"remembered_shady_object":3862,"remembered_shady_object_limit":3475,"old_object":94920,"old_object_limit":85428,"oldmalloc_increase":16688,"oldmalloc_limit":16777216}
2014-03-02 17:29:32 +0900 debug.gc: {"count":13133,"heap_used":657,"heap_length":932,"heap_increment":43,"heap_live_slot":158361,"heap_free_slot":109437,"heap_final_slot":0,"heap_swept_slot":164133,"heap_eden_page_length":614,"heap_tomb_page_length":43,"total_allocated_object":1485674487,"total_freed_object":1485516126,"malloc_increase":9032,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13132,"remembered_shady_object":3916,"remembered_shady_object_limit":3524,"old_object":95003,"old_object_limit":85502,"oldmalloc_increase":9480,"oldmalloc_limit":16777216}
2014-03-02 17:29:32 +0900 debug.object_space: {"String":86339,"Array":19905,"RubyVM::InstructionSequence":6199,"Hash":4858,"Proc":3123,"RubyVM::Env":2951,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1049,"Class":1025,"Mutex":1003,"Fluent::OneEventStream":749,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734}
2014-03-02 17:30:32 +0900 debug.gc: {"count":13184,"heap_used":657,"heap_length":932,"heap_increment":50,"heap_live_slot":220411,"heap_free_slot":47387,"heap_final_slot":0,"heap_swept_slot":164232,"heap_eden_page_length":607,"heap_tomb_page_length":50,"total_allocated_object":1494087501,"total_freed_object":1493867090,"malloc_increase":23584,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13183,"remembered_shady_object":3897,"remembered_shady_object_limit":3507,"old_object":94936,"old_object_limit":85442,"oldmalloc_increase":24032,"oldmalloc_limit":16777216}
2014-03-02 17:30:32 +0900 debug.object_space: {"String":125747,"Array":29857,"Hash":6492,"RubyVM::InstructionSequence":6199,"Proc":4131,"RubyVM::Env":3960,"Regexp":2640,"Time":2534,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1392,"Fluent::OutputChain":1116,"MatchData":1106,"Class":1025,"Mutex":1006,"Range":894}
2014-03-02 17:31:32 +0900 debug.object_space: {"String":80274,"Array":18248,"RubyVM::InstructionSequence":6199,"Hash":4615,"Proc":2892,"RubyVM::Env":2721,"Regexp":2640,"Fluent::Config::Element":1813,"Class":1025,"Mutex":1002,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712,"Fluent::GrepOutput":650}
2014-03-02 17:31:32 +0900 debug.gc: {"count":13236,"heap_used":657,"heap_length":932,"heap_increment":42,"heap_live_slot":147843,"heap_free_slot":119955,"heap_final_slot":0,"heap_swept_slot":164179,"heap_eden_page_length":615,"heap_tomb_page_length":42,"total_allocated_object":1502527727,"total_freed_object":1502379884,"malloc_increase":34904,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13235,"remembered_shady_object":3891,"remembered_shady_object_limit":3501,"old_object":94991,"old_object_limit":85491,"oldmalloc_increase":35352,"oldmalloc_limit":16777216}
2014-03-02 17:32:32 +0900 debug.object_space: {"String":62222,"Array":14389,"RubyVM::InstructionSequence":6199,"Hash":3871,"Regexp":2640,"Proc":2398,"RubyVM::Env":2226,"Fluent::Config::Element":1813,"Class":1025,"Mutex":1005,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712,"Fluent::GrepOutput":650}
2014-03-02 17:32:32 +0900 debug.gc: {"count":13286,"heap_used":657,"heap_length":932,"heap_increment":40,"heap_live_slot":120426,"heap_free_slot":147372,"heap_final_slot":0,"heap_swept_slot":164206,"heap_eden_page_length":617,"heap_tomb_page_length":40,"total_allocated_object":1510686071,"total_freed_object":1510565645,"malloc_increase":15880,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13285,"remembered_shady_object":3907,"remembered_shady_object_limit":3516,"old_object":94939,"old_object_limit":85445,"oldmalloc_increase":16344,"oldmalloc_limit":16777216}
2014-03-02 17:33:32 +0900 debug.gc: {"count":13336,"heap_used":657,"heap_length":932,"heap_increment":37,"heap_live_slot":251967,"heap_free_slot":15831,"heap_final_slot":0,"heap_swept_slot":164112,"heap_eden_page_length":620,"heap_tomb_page_length":37,"total_allocated_object":1519002108,"total_freed_object":1518750141,"malloc_increase":694432,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13335,"remembered_shady_object":3929,"remembered_shady_object_limit":3536,"old_object":95024,"old_object_limit":85521,"oldmalloc_increase":694880,"oldmalloc_limit":16777216}
2014-03-02 17:33:32 +0900 debug.object_space: {"String":145507,"Array":34214,"Hash":7317,"RubyVM::InstructionSequence":6199,"Proc":4763,"RubyVM::Env":4592,"Time":3012,"Regexp":2640,"Fluent::OneEventStream":1869,"Fluent::Config::Element":1813,"Fluent::OutputChain":1458,"MatchData":1383,"Range":1235,"Class":1025,"Mutex":1004}
2014-03-02 17:34:32 +0900 debug.object_space: {"String":53671,"Array":12560,"RubyVM::InstructionSequence":6199,"Hash":3574,"Regexp":2640,"Proc":2412,"RubyVM::Env":2241,"Fluent::Config::Element":1813,"Class":1025,"Mutex":1006,"Fluent::GlobMatchPattern":740,"Fluent::Match":740,"Fluent::CopyOutput":734,"Gem::Requirement":712,"Fluent::GrepOutput":650}
2014-03-02 17:34:32 +0900 debug.gc: {"count":13389,"heap_used":657,"heap_length":932,"heap_increment":45,"heap_live_slot":109095,"heap_free_slot":158703,"heap_final_slot":0,"heap_swept_slot":164146,"heap_eden_page_length":612,"heap_tomb_page_length":45,"total_allocated_object":1527531281,"total_freed_object":1527422186,"malloc_increase":32384,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13388,"remembered_shady_object":3918,"remembered_shady_object_limit":3526,"old_object":94985,"old_object_limit":85486,"oldmalloc_increase":32832,"oldmalloc_limit":16777216}
2014-03-02 17:35:32 +0900 debug.object_space: {"String":93711,"Array":21736,"RubyVM::InstructionSequence":6199,"Hash":5172,"Proc":3252,"RubyVM::Env":3081,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1189,"Class":1025,"Mutex":1008,"Fluent::OneEventStream":788,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734}
2014-03-02 17:35:32 +0900 debug.gc: {"count":13440,"heap_used":657,"heap_length":932,"heap_increment":28,"heap_live_slot":169694,"heap_free_slot":98104,"heap_final_slot":0,"heap_swept_slot":164072,"heap_eden_page_length":629,"heap_tomb_page_length":28,"total_allocated_object":1535935269,"total_freed_object":1535765575,"malloc_increase":14696,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13439,"remembered_shady_object":3938,"remembered_shady_object_limit":3544,"old_object":95044,"old_object_limit":85539,"oldmalloc_increase":15160,"oldmalloc_limit":16777216}
2014-03-02 17:36:32 +0900 debug.gc: {"count":13490,"heap_used":657,"heap_length":932,"heap_increment":33,"heap_live_slot":245011,"heap_free_slot":22787,"heap_final_slot":0,"heap_swept_slot":164023,"heap_eden_page_length":624,"heap_tomb_page_length":33,"total_allocated_object":1544188354,"total_freed_object":1543943343,"malloc_increase":4944,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13489,"remembered_shady_object":3917,"remembered_shady_object_limit":3525,"old_object":95109,"old_object_limit":85598,"oldmalloc_increase":5392,"oldmalloc_limit":16777216}
2014-03-02 17:36:32 +0900 debug.object_space: {"String":142266,"Array":33083,"Hash":7220,"RubyVM::InstructionSequence":6199,"Proc":4574,"RubyVM::Env":4402,"Regexp":2640,"Time":2452,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1718,"Fluent::OutputChain":1377,"MatchData":1367,"Range":1089,"Class":1025,"Mutex":1010}
2014-03-02 17:37:32 +0900 debug.object_space: {"String":65089,"Array":15274,"RubyVM::InstructionSequence":6199,"Hash":4004,"Regexp":2640,"Proc":2471,"RubyVM::Env":2299,"Fluent::Config::Element":1813,"Class":1025,"Mutex":997,"Fluent::GlobMatchPattern":740,"Fluent::Match":740,"Fluent::CopyOutput":734,"Gem::Requirement":712,"Time":660}
2014-03-02 17:37:32 +0900 debug.gc: {"count":13543,"heap_used":657,"heap_length":932,"heap_increment":28,"heap_live_slot":125414,"heap_free_slot":142384,"heap_final_slot":0,"heap_swept_slot":164044,"heap_eden_page_length":629,"heap_tomb_page_length":28,"total_allocated_object":1552738308,"total_freed_object":1552612894,"malloc_increase":13392,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13542,"remembered_shady_object":3936,"remembered_shady_object_limit":3542,"old_object":95051,"old_object_limit":85545,"oldmalloc_increase":13840,"oldmalloc_limit":16777216}
2014-03-02 17:38:32 +0900 debug.object_space: {"String":95425,"Array":21727,"RubyVM::InstructionSequence":6199,"Hash":5317,"Proc":3478,"RubyVM::Env":3308,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1040,"Fluent::OneEventStream":1035,"Class":1025,"Mutex":1005,"Range":784,"Fluent::OutputChain":756,"Fluent::GlobMatchPattern":740}
2014-03-02 17:38:32 +0900 debug.gc: {"count":13603,"heap_used":657,"heap_length":932,"heap_increment":37,"heap_live_slot":172706,"heap_free_slot":95092,"heap_final_slot":0,"heap_swept_slot":163906,"heap_eden_page_length":620,"heap_tomb_page_length":37,"total_allocated_object":1562593346,"total_freed_object":1562420640,"malloc_increase":31616,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13602,"remembered_shady_object":3900,"remembered_shady_object_limit":3510,"old_object":95210,"old_object_limit":85689,"oldmalloc_increase":32064,"oldmalloc_limit":16777216}
2014-03-02 17:39:32 +0900 debug.gc: {"count":13660,"heap_used":657,"heap_length":932,"heap_increment":0,"heap_live_slot":254323,"heap_free_slot":13475,"heap_final_slot":0,"heap_swept_slot":22516,"heap_eden_page_length":625,"heap_tomb_page_length":32,"total_allocated_object":1571845844,"total_freed_object":1571591521,"malloc_increase":17736,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13659,"remembered_shady_object":3917,"remembered_shady_object_limit":3525,"old_object":95198,"old_object_limit":85678,"oldmalloc_increase":18184,"oldmalloc_limit":16777216}
2014-03-02 17:39:32 +0900 debug.object_space: {"String":57673,"Array":13479,"RubyVM::InstructionSequence":6199,"Hash":3687,"Regexp":2640,"Proc":2276,"RubyVM::Env":2106,"Fluent::Config::Element":1813,"Class":1025,"Mutex":1002,"Fluent::GlobMatchPattern":740,"Fluent::Match":740,"Fluent::CopyOutput":734,"Gem::Requirement":712,"Fluent::GrepOutput":650}
2014-03-02 17:40:32 +0900 debug.object_space: {"String":53369,"Array":12525,"RubyVM::InstructionSequence":6199,"Hash":3529,"Regexp":2640,"Proc":2169,"RubyVM::Env":1999,"Fluent::Config::Element":1813,"Class":1025,"Mutex":1007,"Fluent::GlobMatchPattern":740,"Fluent::Match":740,"Fluent::CopyOutput":734,"Gem::Requirement":712,"Fluent::GrepOutput":650}
2014-03-02 17:40:32 +0900 debug.gc: {"count":13712,"heap_used":657,"heap_length":932,"heap_increment":45,"heap_live_slot":107118,"heap_free_slot":160680,"heap_final_slot":0,"heap_swept_slot":163904,"heap_eden_page_length":612,"heap_tomb_page_length":45,"total_allocated_object":1580335531,"total_freed_object":1580228413,"malloc_increase":12104,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13711,"remembered_shady_object":3908,"remembered_shady_object_limit":3517,"old_object":95201,"old_object_limit":85680,"oldmalloc_increase":12552,"oldmalloc_limit":16777216}
2014-03-02 17:41:32 +0900 debug.object_space: {"String":107571,"Array":25057,"RubyVM::InstructionSequence":6199,"Hash":5806,"Proc":3842,"RubyVM::Env":3670,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1754,"Fluent::OneEventStream":1281,"Class":1025,"Mutex":1018,"Fluent::OutputChain":947,"Range":935,"MatchData":803}
2014-03-02 17:41:32 +0900 debug.gc: {"count":13766,"heap_used":657,"heap_length":932,"heap_increment":42,"heap_live_slot":193046,"heap_free_slot":74752,"heap_final_slot":0,"heap_swept_slot":164006,"heap_eden_page_length":615,"heap_tomb_page_length":42,"total_allocated_object":1589245234,"total_freed_object":1589052188,"malloc_increase":14136,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13765,"remembered_shady_object":3904,"remembered_shady_object_limit":3513,"old_object":95140,"old_object_limit":85626,"oldmalloc_increase":14584,"oldmalloc_limit":16777216}
2014-03-02 17:42:32 +0900 debug.gc: {"count":13820,"heap_used":657,"heap_length":932,"heap_increment":31,"heap_live_slot":221585,"heap_free_slot":46213,"heap_final_slot":0,"heap_swept_slot":163928,"heap_eden_page_length":626,"heap_tomb_page_length":31,"total_allocated_object":1598098410,"total_freed_object":1597876825,"malloc_increase":3080,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13819,"remembered_shady_object":3897,"remembered_shady_object_limit":3507,"old_object":95224,"old_object_limit":85701,"oldmalloc_increase":3528,"oldmalloc_limit":16777216}
2014-03-02 17:42:32 +0900 debug.object_space: {"String":125897,"Array":29873,"Hash":6544,"RubyVM::InstructionSequence":6199,"Proc":4255,"RubyVM::Env":4083,"Regexp":2640,"Time":2319,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1513,"Fluent::OutputChain":1171,"MatchData":1113,"Class":1025,"Range":1022,"Mutex":1018}
2014-03-02 17:43:32 +0900 debug.gc: {"count":13874,"heap_used":657,"heap_length":932,"heap_increment":38,"heap_live_slot":160878,"heap_free_slot":106920,"heap_final_slot":0,"heap_swept_slot":163813,"heap_eden_page_length":619,"heap_tomb_page_length":38,"total_allocated_object":1606858076,"total_freed_object":1606697198,"malloc_increase":26872,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13873,"remembered_shady_object":3937,"remembered_shady_object_limit":3543,"old_object":95276,"old_object_limit":85748,"oldmalloc_increase":27320,"oldmalloc_limit":16777216}
2014-03-02 17:43:32 +0900 debug.object_space: {"String":87392,"Array":20758,"RubyVM::InstructionSequence":6199,"Hash":4928,"Proc":3081,"RubyVM::Env":2912,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1439,"Class":1025,"Mutex":1024,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712}
2014-03-02 17:44:32 +0900 debug.gc: {"count":13928,"heap_used":657,"heap_length":932,"heap_increment":30,"heap_live_slot":195115,"heap_free_slot":72683,"heap_final_slot":0,"heap_swept_slot":163779,"heap_eden_page_length":627,"heap_tomb_page_length":30,"total_allocated_object":1615710681,"total_freed_object":1615515566,"malloc_increase":5400,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13927,"remembered_shady_object":3935,"remembered_shady_object_limit":3541,"old_object":95334,"old_object_limit":85800,"oldmalloc_increase":5848,"oldmalloc_limit":16777216}
2014-03-02 17:44:32 +0900 debug.object_space: {"String":110612,"Array":25375,"RubyVM::InstructionSequence":6199,"Hash":5855,"Proc":3669,"RubyVM::Env":3497,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1491,"Fluent::OneEventStream":1099,"Mutex":1027,"Class":1025,"MatchData":883,"Fluent::OutputChain":880,"Fluent::Match":740}
2014-03-02 17:45:32 +0900 debug.gc: {"count":13978,"heap_used":657,"heap_length":932,"heap_increment":31,"heap_live_slot":134600,"heap_free_slot":133198,"heap_final_slot":0,"heap_swept_slot":163858,"heap_eden_page_length":626,"heap_tomb_page_length":31,"total_allocated_object":1623821866,"total_freed_object":1623687266,"malloc_increase":9096,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":13977,"remembered_shady_object":3928,"remembered_shady_object_limit":3535,"old_object":95256,"old_object_limit":85730,"oldmalloc_increase":9544,"oldmalloc_limit":16777216}
2014-03-02 17:45:32 +0900 debug.object_space: {"String":69729,"Array":17183,"RubyVM::InstructionSequence":6199,"Hash":4198,"Regexp":2640,"Proc":2605,"RubyVM::Env":2434,"Fluent::Config::Element":1813,"Time":1451,"Mutex":1032,"Class":1025,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712}
2014-03-02 17:46:32 +0900 debug.object_space: {"String":101268,"Array":24253,"RubyVM::InstructionSequence":6199,"Hash":5527,"Proc":3479,"RubyVM::Env":3308,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1603,"Mutex":1029,"Class":1025,"Fluent::OneEventStream":942,"MatchData":792,"Fluent::OutputChain":755,"Fluent::GlobMatchPattern":740}
2014-03-02 17:46:32 +0900 debug.gc: {"count":14028,"heap_used":657,"heap_length":932,"heap_increment":29,"heap_live_slot":183333,"heap_free_slot":84465,"heap_final_slot":0,"heap_swept_slot":163740,"heap_eden_page_length":628,"heap_tomb_page_length":29,"total_allocated_object":1632042873,"total_freed_object":1631859540,"malloc_increase":16016,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14027,"remembered_shady_object":3940,"remembered_shady_object_limit":3546,"old_object":95359,"old_object_limit":85823,"oldmalloc_increase":16464,"oldmalloc_limit":16777216}
2014-03-02 17:47:32 +0900 debug.object_space: {"String":98003,"Array":23952,"RubyVM::InstructionSequence":6199,"Hash":5329,"Proc":3432,"RubyVM::Env":3261,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1513,"Mutex":1033,"Class":1025,"Fluent::OneEventStream":851,"MatchData":747,"Fluent::Match":740,"Fluent::GlobMatchPattern":740}
2014-03-02 17:47:32 +0900 debug.gc: {"count":14077,"heap_used":657,"heap_length":932,"heap_increment":22,"heap_live_slot":179350,"heap_free_slot":88448,"heap_final_slot":0,"heap_swept_slot":163789,"heap_eden_page_length":635,"heap_tomb_page_length":22,"total_allocated_object":1640045301,"total_freed_object":1639865951,"malloc_increase":18984,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14076,"remembered_shady_object":3937,"remembered_shady_object_limit":3543,"old_object":95328,"old_object_limit":85795,"oldmalloc_increase":19432,"oldmalloc_limit":16777216}
2014-03-02 17:48:32 +0900 debug.object_space: {"String":98044,"Array":23939,"RubyVM::InstructionSequence":6199,"Hash":5380,"Proc":3438,"RubyVM::Env":3266,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1448,"Mutex":1031,"Class":1025,"Fluent::OneEventStream":875,"MatchData":762,"Fluent::Match":740,"Fluent::GlobMatchPattern":740}
2014-03-02 17:48:32 +0900 debug.gc: {"count":14127,"heap_used":657,"heap_length":932,"heap_increment":32,"heap_live_slot":180110,"heap_free_slot":87688,"heap_final_slot":0,"heap_swept_slot":163811,"heap_eden_page_length":625,"heap_tomb_page_length":32,"total_allocated_object":1648217994,"total_freed_object":1648037884,"malloc_increase":64888,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14126,"remembered_shady_object":3915,"remembered_shady_object_limit":3523,"old_object":95329,"old_object_limit":85796,"oldmalloc_increase":65336,"oldmalloc_limit":16777216}
2014-03-02 17:49:32 +0900 debug.gc: {"count":14176,"heap_used":657,"heap_length":932,"heap_increment":29,"heap_live_slot":174419,"heap_free_slot":93379,"heap_final_slot":0,"heap_swept_slot":163885,"heap_eden_page_length":628,"heap_tomb_page_length":29,"total_allocated_object":1656222461,"total_freed_object":1656048042,"malloc_increase":2680,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14175,"remembered_shady_object":3909,"remembered_shady_object_limit":3518,"old_object":95253,"old_object_limit":85727,"oldmalloc_increase":3128,"oldmalloc_limit":16777216}
2014-03-02 17:49:32 +0900 debug.object_space: {"String":96540,"Array":22569,"RubyVM::InstructionSequence":6199,"Hash":5330,"Proc":3337,"RubyVM::Env":3166,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1424,"Mutex":1028,"Class":1025,"Fluent::OneEventStream":859,"Fluent::GlobMatchPattern":740,"Fluent::Match":740,"Fluent::CopyOutput":734}
2014-03-02 17:50:32 +0900 debug.object_space: {"String":91487,"Array":21635,"RubyVM::InstructionSequence":6199,"Hash":5087,"Proc":3200,"RubyVM::Env":3029,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1239,"Mutex":1032,"Class":1025,"Fluent::OneEventStream":742,"Fluent::GlobMatchPattern":740,"Fluent::Match":740,"Fluent::CopyOutput":734}
2014-03-02 17:50:32 +0900 debug.gc: {"count":14225,"heap_used":657,"heap_length":932,"heap_increment":38,"heap_live_slot":167423,"heap_free_slot":100375,"heap_final_slot":0,"heap_swept_slot":163664,"heap_eden_page_length":619,"heap_tomb_page_length":38,"total_allocated_object":1664222763,"total_freed_object":1664055340,"malloc_increase":18544,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14224,"remembered_shady_object":3964,"remembered_shady_object_limit":3567,"old_object":95402,"old_object_limit":85861,"oldmalloc_increase":19008,"oldmalloc_limit":16777216}
2014-03-02 17:51:32 +0900 debug.gc: {"count":14277,"heap_used":657,"heap_length":932,"heap_increment":27,"heap_live_slot":178370,"heap_free_slot":89428,"heap_final_slot":0,"heap_swept_slot":163888,"heap_eden_page_length":630,"heap_tomb_page_length":27,"total_allocated_object":1672732644,"total_freed_object":1672554274,"malloc_increase":2504,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14276,"remembered_shady_object":3936,"remembered_shady_object_limit":3542,"old_object":95236,"old_object_limit":85712,"oldmalloc_increase":2952,"oldmalloc_limit":16777216}
2014-03-02 17:51:32 +0900 debug.object_space: {"String":99613,"Array":23028,"RubyVM::InstructionSequence":6199,"Hash":5419,"Proc":3386,"RubyVM::Env":3214,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1349,"Mutex":1031,"Class":1025,"Fluent::OneEventStream":893,"Fluent::GlobMatchPattern":740,"Fluent::Match":740,"Fluent::CopyOutput":734}
2014-03-02 17:52:32 +0900 debug.gc: {"count":14329,"heap_used":657,"heap_length":932,"heap_increment":25,"heap_live_slot":105860,"heap_free_slot":161938,"heap_final_slot":0,"heap_swept_slot":163773,"heap_eden_page_length":632,"heap_tomb_page_length":25,"total_allocated_object":1681160483,"total_freed_object":1681054623,"malloc_increase":5424,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14328,"remembered_shady_object":3936,"remembered_shady_object_limit":3542,"old_object":95333,"old_object_limit":85799,"oldmalloc_increase":5888,"oldmalloc_limit":16777216}
2014-03-02 17:52:32 +0900 debug.object_space: {"String":52661,"Array":12501,"RubyVM::InstructionSequence":6199,"Hash":3486,"Regexp":2640,"Proc":2137,"RubyVM::Env":1965,"Fluent::Config::Element":1813,"Mutex":1032,"Class":1025,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712,"Fluent::GrepOutput":650}
2014-03-02 17:53:32 +0900 debug.object_space: {"String":63148,"Array":14561,"RubyVM::InstructionSequence":6199,"Hash":3925,"Regexp":2640,"Proc":2417,"RubyVM::Env":2245,"Fluent::Config::Element":1813,"Mutex":1031,"Class":1025,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712,"Fluent::GrepOutput":650}
2014-03-02 17:53:32 +0900 debug.gc: {"count":14382,"heap_used":657,"heap_length":932,"heap_increment":24,"heap_live_slot":121952,"heap_free_slot":145846,"heap_final_slot":0,"heap_swept_slot":163754,"heap_eden_page_length":633,"heap_tomb_page_length":24,"total_allocated_object":1689838687,"total_freed_object":1689716735,"malloc_increase":21520,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14381,"remembered_shady_object":3953,"remembered_shady_object_limit":3557,"old_object":95334,"old_object_limit":85800,"oldmalloc_increase":21968,"oldmalloc_limit":16777216}
2014-03-02 17:54:32 +0900 debug.gc: {"count":14435,"heap_used":657,"heap_length":932,"heap_increment":41,"heap_live_slot":218709,"heap_free_slot":49089,"heap_final_slot":0,"heap_swept_slot":163836,"heap_eden_page_length":616,"heap_tomb_page_length":41,"total_allocated_object":1698598167,"total_freed_object":1698379458,"malloc_increase":11552,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14434,"remembered_shady_object":3934,"remembered_shady_object_limit":3540,"old_object":95269,"old_object_limit":85742,"oldmalloc_increase":12000,"oldmalloc_limit":16777216}
2014-03-02 17:54:32 +0900 debug.object_space: {"String":123470,"Array":29910,"Hash":6416,"RubyVM::InstructionSequence":6199,"Proc":4127,"RubyVM::Env":3955,"Regexp":2640,"Time":2056,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1344,"MatchData":1124,"Fluent::OutputChain":1079,"Mutex":1035,"Class":1025,"Range":864}
2014-03-02 17:55:32 +0900 debug.gc: {"count":14484,"heap_used":657,"heap_length":932,"heap_increment":30,"heap_live_slot":186642,"heap_free_slot":81156,"heap_final_slot":0,"heap_swept_slot":163851,"heap_eden_page_length":627,"heap_tomb_page_length":30,"total_allocated_object":1706574899,"total_freed_object":1706388257,"malloc_increase":13888,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14483,"remembered_shady_object":3889,"remembered_shady_object_limit":3500,"old_object":95317,"old_object_limit":85785,"oldmalloc_increase":14336,"oldmalloc_limit":16777216}
2014-03-02 17:55:32 +0900 debug.object_space: {"String":104472,"Array":24279,"RubyVM::InstructionSequence":6199,"Hash":5641,"Proc":3552,"RubyVM::Env":3380,"Regexp":2640,"Fluent::Config::Element":1813,"Time":1292,"Mutex":1031,"Class":1025,"Fluent::OneEventStream":992,"MatchData":820,"Fluent::OutputChain":795,"Fluent::GlobMatchPattern":740}
2014-03-02 17:56:32 +0900 debug.object_space: {"String":72200,"Array":17095,"RubyVM::InstructionSequence":6199,"Hash":4283,"Proc":2646,"Regexp":2640,"RubyVM::Env":2474,"Fluent::Config::Element":1813,"Time":1068,"Mutex":1038,"Class":1025,"Fluent::Match":740,"Fluent::GlobMatchPattern":740,"Fluent::CopyOutput":734,"Gem::Requirement":712}
2014-03-02 17:56:32 +0900 debug.gc: {"count":14519,"heap_used":657,"heap_length":932,"heap_increment":28,"heap_live_slot":137034,"heap_free_slot":130764,"heap_final_slot":0,"heap_swept_slot":163844,"heap_eden_page_length":629,"heap_tomb_page_length":28,"total_allocated_object":1712246765,"total_freed_object":1712109731,"malloc_increase":17568,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14518,"remembered_shady_object":3911,"remembered_shady_object_limit":3519,"old_object":95304,"old_object_limit":85773,"oldmalloc_increase":18032,"oldmalloc_limit":16777216}
2014-03-02 17:57:32 +0900 debug.object_space: {"String":147064,"Array":35705,"Hash":7390,"RubyVM::InstructionSequence":6199,"Proc":4766,"RubyVM::Env":4594,"Time":3106,"Regexp":2640,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1784,"MatchData":1492,"Fluent::OutputChain":1431,"Range":1128,"Mutex":1045,"Class":1025}
2014-03-02 17:57:32 +0900 debug.gc: {"count":14557,"heap_used":657,"heap_length":932,"heap_increment":22,"heap_live_slot":256685,"heap_free_slot":11113,"heap_final_slot":0,"heap_swept_slot":163748,"heap_eden_page_length":635,"heap_tomb_page_length":22,"total_allocated_object":1718573817,"total_freed_object":1718317132,"malloc_increase":174696,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14556,"remembered_shady_object":3948,"remembered_shady_object_limit":3553,"old_object":95364,"old_object_limit":85827,"oldmalloc_increase":175144,"oldmalloc_limit":16777216}
2014-03-02 17:58:32 +0900 debug.gc: {"count":14609,"heap_used":657,"heap_length":932,"heap_increment":18,"heap_live_slot":223738,"heap_free_slot":44060,"heap_final_slot":0,"heap_swept_slot":163704,"heap_eden_page_length":639,"heap_tomb_page_length":18,"total_allocated_object":1727029289,"total_freed_object":1726805551,"malloc_increase":11064,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14608,"remembered_shady_object":3960,"remembered_shady_object_limit":3564,"old_object":95386,"old_object_limit":85847,"oldmalloc_increase":11512,"oldmalloc_limit":16777216}
2014-03-02 17:58:32 +0900 debug.object_space: {"String":126201,"Array":30828,"Hash":6556,"RubyVM::InstructionSequence":6199,"Proc":4208,"RubyVM::Env":4036,"Regexp":2640,"Time":2633,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1403,"MatchData":1173,"Fluent::OutputChain":1126,"Mutex":1040,"Class":1025,"Range":900}
2014-03-02 17:59:32 +0900 debug.gc: {"count":14656,"heap_used":657,"heap_length":932,"heap_increment":31,"heap_live_slot":201282,"heap_free_slot":66516,"heap_final_slot":0,"heap_swept_slot":163678,"heap_eden_page_length":626,"heap_tomb_page_length":31,"total_allocated_object":1734679488,"total_freed_object":1734478206,"malloc_increase":7552,"malloc_limit":16777216,"minor_gc_count":1,"major_gc_count":14655,"remembered_shady_object":3936,"remembered_shady_object_limit":3542,"old_object":95428,"old_object_limit":85885,"oldmalloc_increase":8000,"oldmalloc_limit":16777216}
2014-03-02 17:59:32 +0900 debug.object_space: {"String":111505,"Array":27503,"RubyVM::InstructionSequence":6199,"Hash":6009,"Proc":3861,"RubyVM::Env":3691,"Regexp":2640,"Time":2132,"Fluent::Config::Element":1813,"Fluent::OneEventStream":1155,"Mutex":1039,"Class":1025,"MatchData":993,"Fluent::OutputChain":927,"Range":750}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment