Skip to content

Instantly share code, notes, and snippets.

@Zeno-
Created December 12, 2014 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zeno-/b94fe33284486d2b3834 to your computer and use it in GitHub Desktop.
Save Zeno-/b94fe33284486d2b3834 to your computer and use it in GitHub Desktop.
Server. 20 minutes, 1 client travelling over already generated terrain
desc: --detailed-freq=1000000 --depth=7 --alloc-fn=g_malloc --alloc-fn=g_realloc --alloc-fn=g_try_malloc --alloc-fn=g_malloc0 --alloc-fn=g_mem_chunk_alloc
cmd: /home/crobbins/minetest/bin/minetestserver --config /home/crobbins/.minetest/disktest.conf --world /home/crobbins/.minetest/worlds/disk_test
time_unit: i
#-----------
snapshot=0
#-----------
time=0
mem_heap_B=0
mem_heap_extra_B=0
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=1
#-----------
time=27522553290
mem_heap_B=104013172
mem_heap_extra_B=3316380
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=2
#-----------
time=47436401136
mem_heap_B=115727245
mem_heap_extra_B=5364915
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=3
#-----------
time=71300264305
mem_heap_B=144210537
mem_heap_extra_B=5970423
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=4
#-----------
time=104118368893
mem_heap_B=140228658
mem_heap_extra_B=6305054
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=5
#-----------
time=137175620350
mem_heap_B=144386654
mem_heap_extra_B=7271130
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=6
#-----------
time=156096992461
mem_heap_B=171515535
mem_heap_extra_B=9673441
mem_stacks_B=0
heap_tree=detailed
n9: 171515535 (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
n2: 127680512 0x58FD70: MapBlock::MapBlock(Map*, irr::core::vector3d<short>, IGameDef*, bool) (mapblock.h:125)
n1: 127680512 0x5AE851: MapSector::createBlankBlock(short) (mapsector.cpp:92)
n1: 127680512 0x5893F8: ServerMap::createBlock(irr::core::vector3d<short>) (map.cpp:2670)
n1: 127680512 0x589F74: ServerMap::initBlockMake(BlockMakeData*, irr::core::vector3d<short>) (map.cpp:2202)
n1: 127680512 0x539D8C: EmergeThread::getBlockOrStartGen(irr::core::vector3d<short>, MapBlock**, BlockMakeData*, bool) (emerge.cpp:449)
n1: 127680512 0x53BCB0: EmergeThread::Thread() (emerge.cpp:496)
n0: 127680512 0x460361: JThread::TheThread(void*) (jthread.cpp:160)
n0: 0 in 1 place, below massif's threshold (01.00%)
n3: 11175173 0x69E4EC: luaM_realloc_ (in /home/crobbins/minetest/bin/minetestserver)
n3: 7329120 0x6A552C: setnodevector (in /home/crobbins/minetest/bin/minetestserver)
n1: 4969800 0x6A5CD6: resize (in /home/crobbins/minetest/bin/minetestserver)
n2: 4969800 0x6A6154: newkey (in /home/crobbins/minetest/bin/minetestserver)
n2: 4967240 0x6A7DC1: luaV_settable (in /home/crobbins/minetest/bin/minetestserver)
n2: 3296600 0x696E0C: lua_setfield (in /home/crobbins/minetest/bin/minetestserver)
n0: 2086080 0x485B14: ModApiEnvMod::l_get_node(lua_State*) (l_env.cpp:149)
n0: 1210520 in 33 places, all below massif's threshold (01.00%)
n0: 1670640 in 3 places, all below massif's threshold (01.00%)
n0: 2560 in 3 places, all below massif's threshold (01.00%)
n2: 2359280 0x6A5A2A: luaH_new (in /home/crobbins/minetest/bin/minetestserver)
n1: 2356080 0x6A88B2: luaV_execute (in /home/crobbins/minetest/bin/minetestserver)
n2: 2356080 0x69AA6B: luaD_call (in /home/crobbins/minetest/bin/minetestserver)
n1: 2141680 0x699DF6: luaD_rawrunprotected (in /home/crobbins/minetest/bin/minetestserver)
n0: 2141680 0x69ABD8: luaD_pcall (in /home/crobbins/minetest/bin/minetestserver)
n0: 214400 in 1 place, below massif's threshold (01.00%)
n0: 3200 in 3 places, all below massif's threshold (01.00%)
n0: 40 in 1 place, below massif's threshold (01.00%)
n1: 2879296 0x6A59CF: luaH_new (in /home/crobbins/minetest/bin/minetestserver)
n0: 2879296 in 5 places, all below massif's threshold (01.00%)
n0: 966757 in 23 places, all below massif's threshold (01.00%)
n2: 8766920 0x58CCD3: std::map<irr::core::vector3d<short>, unsigned char, std::less<irr::core::vector3d<short> >, std::allocator<std::pair<irr::core::vector3d<short> const, unsigned char> > >::operator[](irr::core::vector3d<short> const&) (new_allocator.h:104)
n2: 8753200 0x58CDD1: UniqueQueue<irr::core::vector3d<short> >::push_back(irr::core::vector3d<short>) (container.h:54)
n1: 8582400 0x5860C8: ServerMap::finishBlockMake(BlockMakeData*, std::map<irr::core::vector3d<short>, MapBlock*, std::less<irr::core::vector3d<short> >, std::allocator<std::pair<irr::core::vector3d<short> const, MapBlock*> > >&) (map.cpp:2308)
n1: 8582400 0x53BE51: EmergeThread::Thread() (emerge.cpp:513)
n1: 8582400 0x460361: JThread::TheThread(void*) (jthread.cpp:160)
n1: 8582400 0x39E3207EE3: start_thread (in /usr/lib64/libpthread-2.18.so)
n0: 8582400 0x39E2AF4B8B: clone (in /usr/lib64/libc-2.18.so)
n0: 170800 in 6 places, all below massif's threshold (01.00%)
n0: 13720 in 3 places, all below massif's threshold (01.00%)
n0: 5877917 in 473 places, all below massif's threshold (01.00%)
n1: 5619712 0x67A507: VoxelManipulator::addArea(VoxelArea const&) (voxel.cpp:183)
n1: 5619712 0x58A149: ServerMap::initBlockMake(BlockMakeData*, irr::core::vector3d<short>) (map.cpp:3549)
n1: 5619712 0x539D8C: EmergeThread::getBlockOrStartGen(irr::core::vector3d<short>, MapBlock**, BlockMakeData*, bool) (emerge.cpp:449)
n1: 5619712 0x53BCB0: EmergeThread::Thread() (emerge.cpp:496)
n1: 5619712 0x460361: JThread::TheThread(void*) (jthread.cpp:160)
n1: 5619712 0x39E3207EE3: start_thread (in /usr/lib64/libpthread-2.18.so)
n0: 5619712 0x39E2AF4B8B: clone (in /usr/lib64/libc-2.18.so)
n2: 5251920 0x58CDDE: UniqueQueue<irr::core::vector3d<short> >::push_back(irr::core::vector3d<short>) (new_allocator.h:104)
n1: 5149440 0x5860C8: ServerMap::finishBlockMake(BlockMakeData*, std::map<irr::core::vector3d<short>, MapBlock*, std::less<irr::core::vector3d<short> >, std::allocator<std::pair<irr::core::vector3d<short> const, MapBlock*> > >&) (map.cpp:2308)
n1: 5149440 0x53BE51: EmergeThread::Thread() (emerge.cpp:513)
n1: 5149440 0x460361: JThread::TheThread(void*) (jthread.cpp:160)
n1: 5149440 0x39E3207EE3: start_thread (in /usr/lib64/libpthread-2.18.so)
n0: 5149440 0x39E2AF4B8B: clone (in /usr/lib64/libc-2.18.so)
n0: 102480 in 6 places, all below massif's threshold (01.00%)
n1: 2780408 0x35938412D5: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n2: 2780408 0x35938181BD: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n2: 2568216 0x359381CBCA: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n1: 2565120 0x359381CD69: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n1: 2565120 0x359381CFCB: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n2: 2565120 0x3593837B6B: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n0: 2543360 0x3593837FE9: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n0: 21760 in 1 place, below massif's threshold (01.00%)
n0: 3096 in 3 places, all below massif's threshold (01.00%)
n0: 212192 in 18 places, all below massif's threshold (01.00%)
n1: 2495197 0x39E42BE047: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib64/libstdc++.so.6.0.19)
n0: 2495197 in 28 places, all below massif's threshold (01.00%)
n1: 1867776 0x5D9513: std::vector<ContentFeatures, std::allocator<ContentFeatures> >::_M_insert_aux(__gnu_cxx::__normal_iterator<ContentFeatures*, std::vector<ContentFeatures, std::allocator<ContentFeatures> > >, ContentFeatures const&) (new_allocator.h:104)
n1: 1867776 0x5CFB44: CNodeDefManager::allocateId() (stl_vector.h:913)
n1: 1867776 0x5D2A9A: CNodeDefManager::set(std::string const&, ContentFeatures const&) (nodedef.cpp:637)
n1: 1867776 0x48E4F7: ModApiItemMod::l_register_item_raw(lua_State*) (l_item.cpp:500)
n1: 1867776 0x69A656: luaD_precall (in /home/crobbins/minetest/bin/minetestserver)
n1: 1867776 0x6A8D85: luaV_execute (in /home/crobbins/minetest/bin/minetestserver)
n0: 1867776 0x69AA6B: luaD_call (in /home/crobbins/minetest/bin/minetestserver)
#-----------
snapshot=7
#-----------
time=176743157350
mem_heap_B=153776899
mem_heap_extra_B=8634469
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=8
#-----------
time=190515306207
mem_heap_B=144117352
mem_heap_extra_B=9693608
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=9
#-----------
time=212026615471
mem_heap_B=144166361
mem_heap_extra_B=8687943
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=10
#-----------
time=233197872878
mem_heap_B=128464597
mem_heap_extra_B=8643483
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=11
#-----------
time=261312597931
mem_heap_B=150230716
mem_heap_extra_B=9880404
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=12
#-----------
time=280665557033
mem_heap_B=164615632
mem_heap_extra_B=10904200
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=13
#-----------
time=314333864084
mem_heap_B=155222531
mem_heap_extra_B=11173317
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=14
#-----------
time=348080923041
mem_heap_B=151346847
mem_heap_extra_B=12094033
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=15
#-----------
time=367056376605
mem_heap_B=151776565
mem_heap_extra_B=11720235
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=16
#-----------
time=393628536789
mem_heap_B=141722437
mem_heap_extra_B=11439643
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=17
#-----------
time=412423047471
mem_heap_B=143294592
mem_heap_extra_B=12106080
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=18
#-----------
time=427418051187
mem_heap_B=115978602
mem_heap_extra_B=8501854
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=19
#-----------
time=446247293270
mem_heap_B=130829547
mem_heap_extra_B=9811061
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=20
#-----------
time=472819337127
mem_heap_B=130434135
mem_heap_extra_B=10213041
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=21
#-----------
time=491698613033
mem_heap_B=147357258
mem_heap_extra_B=11605950
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=22
#-----------
time=513624697296
mem_heap_B=143896580
mem_heap_extra_B=11191268
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=23
#-----------
time=540742535083
mem_heap_B=154307401
mem_heap_extra_B=11602935
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=24
#-----------
time=560471813583
mem_heap_B=154666273
mem_heap_extra_B=11781887
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=25
#-----------
time=587079015906
mem_heap_B=94338238
mem_heap_extra_B=3591282
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=26
#-----------
time=606594321882
mem_heap_B=95094481
mem_heap_extra_B=2584455
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=27
#-----------
time=633588638042
mem_heap_B=114695176
mem_heap_extra_B=5058184
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=28
#-----------
time=663632900660
mem_heap_B=133572365
mem_heap_extra_B=6155315
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=29
#-----------
time=687344416991
mem_heap_B=153369231
mem_heap_extra_B=7281137
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=30
#-----------
time=714312932254
mem_heap_B=134364634
mem_heap_extra_B=7123950
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=31
#-----------
time=735209276898
mem_heap_B=156743553
mem_heap_extra_B=8599287
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=32
#-----------
time=756883963038
mem_heap_B=147622602
mem_heap_extra_B=6611742
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=33
#-----------
time=782322021274
mem_heap_B=121593271
mem_heap_extra_B=4691513
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=34
#-----------
time=807451039354
mem_heap_B=128996577
mem_heap_extra_B=4877143
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=35
#-----------
time=836718994942
mem_heap_B=127158398
mem_heap_extra_B=6035306
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=36
#-----------
time=853494717103
mem_heap_B=162445711
mem_heap_extra_B=7944553
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=37
#-----------
time=886966365949
mem_heap_B=184158537
mem_heap_extra_B=9113087
mem_stacks_B=0
heap_tree=peak
n8: 184158537 (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
n2: 124895232 0x58FD70: MapBlock::MapBlock(Map*, irr::core::vector3d<short>, IGameDef*, bool) (mapblock.h:125)
n1: 120340480 0x5AE851: MapSector::createBlankBlock(short) (mapsector.cpp:92)
n1: 120340480 0x5893F8: ServerMap::createBlock(irr::core::vector3d<short>) (map.cpp:2670)
n1: 120340480 0x589F74: ServerMap::initBlockMake(BlockMakeData*, irr::core::vector3d<short>) (map.cpp:2202)
n1: 120340480 0x539D8C: EmergeThread::getBlockOrStartGen(irr::core::vector3d<short>, MapBlock**, BlockMakeData*, bool) (emerge.cpp:449)
n1: 120340480 0x53BCB0: EmergeThread::Thread() (emerge.cpp:496)
n0: 120340480 0x460361: JThread::TheThread(void*) (jthread.cpp:160)
n1: 4554752 0x5ADECA: MapSector::createBlankBlockNoInsert(short) (mapsector.cpp:92)
n1: 4554752 0x57E86B: ServerMap::loadBlock(std::string*, irr::core::vector3d<short>, MapSector*, bool) (map.cpp:3397)
n2: 4554752 0x58AF49: ServerMap::loadBlock(irr::core::vector3d<short>) (map.cpp:3450)
n2: 4554752 0x58B589: ServerMap::emergeBlock(irr::core::vector3d<short>, bool) (map.cpp:2688)
n1: 4554752 0x589F3E: ServerMap::initBlockMake(BlockMakeData*, irr::core::vector3d<short>) (map.cpp:2198)
n0: 4554752 0x539D8C: EmergeThread::getBlockOrStartGen(irr::core::vector3d<short>, MapBlock**, BlockMakeData*, bool) (emerge.cpp:449)
n0: 0 in 1 place, below massif's threshold (01.00%)
n0: 0 in 1 place, below massif's threshold (01.00%)
n3: 31086477 0x69E4EC: luaM_realloc_ (in /home/crobbins/minetest/bin/minetestserver)
n3: 21858160 0x6A552C: setnodevector (in /home/crobbins/minetest/bin/minetestserver)
n1: 16150360 0x6A5CD6: resize (in /home/crobbins/minetest/bin/minetestserver)
n2: 16150360 0x6A6154: newkey (in /home/crobbins/minetest/bin/minetestserver)
n3: 16147800 0x6A7DC1: luaV_settable (in /home/crobbins/minetest/bin/minetestserver)
n3: 12183320 0x696E0C: lua_setfield (in /home/crobbins/minetest/bin/minetestserver)
n0: 6106240 0x4888AC: ModApiEnvMod::l_find_node_near(lua_State*) (l_env.cpp:540)
n0: 5286720 0x485B14: ModApiEnvMod::l_get_node(lua_State*) (l_env.cpp:149)
n0: 790360 in 32 places, all below massif's threshold (01.00%)
n1: 3957760 0x6A8932: luaV_execute (in /home/crobbins/minetest/bin/minetestserver)
n0: 3957760 0x69AA6B: luaD_call (in /home/crobbins/minetest/bin/minetestserver)
n0: 6720 in 2 places, all below massif's threshold (01.00%)
n0: 2560 in 3 places, all below massif's threshold (01.00%)
n2: 5707760 0x6A5A2A: luaH_new (in /home/crobbins/minetest/bin/minetestserver)
n1: 5704560 0x6A88B2: luaV_execute (in /home/crobbins/minetest/bin/minetestserver)
n2: 5704560 0x69AA6B: luaD_call (in /home/crobbins/minetest/bin/minetestserver)
n1: 5490160 0x699DF6: luaD_rawrunprotected (in /home/crobbins/minetest/bin/minetestserver)
n0: 5490160 0x69ABD8: luaD_pcall (in /home/crobbins/minetest/bin/minetestserver)
n0: 214400 in 1 place, below massif's threshold (01.00%)
n0: 3200 in 3 places, all below massif's threshold (01.00%)
n0: 40 in 1 place, below massif's threshold (01.00%)
n3: 7929088 0x6A59CF: luaH_new (in /home/crobbins/minetest/bin/minetestserver)
n3: 4848000 0x696C96: lua_createtable (in /home/crobbins/minetest/bin/minetestserver)
n2: 2578880 0x46D843: push_v3s16(lua_State*, irr::core::vector3d<short>) (c_converter.cpp:133)
n1: 2442560 0x4888AC: ModApiEnvMod::l_find_node_near(lua_State*) (l_env.cpp:540)
n1: 2442560 0x69A656: luaD_precall (in /home/crobbins/minetest/bin/minetestserver)
n0: 2442560 0x6A8D85: luaV_execute (in /home/crobbins/minetest/bin/minetestserver)
n0: 136320 in 3 places, all below massif's threshold (01.00%)
n2: 2246528 0x460EE4: pushnode(lua_State*, MapNode const&, INodeDefManager*) (c_content.cpp:572)
n1: 2114688 0x485B14: ModApiEnvMod::l_get_node(lua_State*) (l_env.cpp:149)
n1: 2114688 0x69A656: luaD_precall (in /home/crobbins/minetest/bin/minetestserver)
n0: 2114688 0x6A8D85: luaV_execute (in /home/crobbins/minetest/bin/minetestserver)
n0: 131840 in 1 place, below massif's threshold (01.00%)
n0: 22592 in 26 places, all below massif's threshold (01.00%)
n1: 3080960 0x6A88B2: luaV_execute (in /home/crobbins/minetest/bin/minetestserver)
n2: 3080960 0x69AA6B: luaD_call (in /home/crobbins/minetest/bin/minetestserver)
n1: 2488064 0x699DF6: luaD_rawrunprotected (in /home/crobbins/minetest/bin/minetestserver)
n1: 2488064 0x69ABD8: luaD_pcall (in /home/crobbins/minetest/bin/minetestserver)
n0: 2488064 0x697139: lua_pcall (in /home/crobbins/minetest/bin/minetestserver)
n0: 592896 in 1 place, below massif's threshold (01.00%)
n0: 128 in 3 places, all below massif's threshold (01.00%)
n0: 1299229 in 23 places, all below massif's threshold (01.00%)
n0: 9060349 in 480 places, all below massif's threshold (01.00%)
n1: 5619712 0x67A507: VoxelManipulator::addArea(VoxelArea const&) (voxel.cpp:183)
n1: 5619712 0x58A149: ServerMap::initBlockMake(BlockMakeData*, irr::core::vector3d<short>) (map.cpp:3549)
n1: 5619712 0x539D8C: EmergeThread::getBlockOrStartGen(irr::core::vector3d<short>, MapBlock**, BlockMakeData*, bool) (emerge.cpp:449)
n1: 5619712 0x53BCB0: EmergeThread::Thread() (emerge.cpp:496)
n1: 5619712 0x460361: JThread::TheThread(void*) (jthread.cpp:160)
n1: 5619712 0x39E3207EE3: start_thread (in /usr/lib64/libpthread-2.18.so)
n0: 5619712 0x39E2AF4B8B: clone (in /usr/lib64/libc-2.18.so)
n2: 5160040 0x58CCD3: std::map<irr::core::vector3d<short>, unsigned char, std::less<irr::core::vector3d<short> >, std::allocator<std::pair<irr::core::vector3d<short> const, unsigned char> > >::operator[](irr::core::vector3d<short> const&) (new_allocator.h:104)
n2: 5146320 0x58CDD1: UniqueQueue<irr::core::vector3d<short> >::push_back(irr::core::vector3d<short>) (container.h:54)
n1: 5101760 0x5860C8: ServerMap::finishBlockMake(BlockMakeData*, std::map<irr::core::vector3d<short>, MapBlock*, std::less<irr::core::vector3d<short> >, std::allocator<std::pair<irr::core::vector3d<short> const, MapBlock*> > >&) (map.cpp:2308)
n1: 5101760 0x53BE51: EmergeThread::Thread() (emerge.cpp:513)
n1: 5101760 0x460361: JThread::TheThread(void*) (jthread.cpp:160)
n1: 5101760 0x39E3207EE3: start_thread (in /usr/lib64/libpthread-2.18.so)
n0: 5101760 0x39E2AF4B8B: clone (in /usr/lib64/libc-2.18.so)
n0: 44560 in 6 places, all below massif's threshold (01.00%)
n0: 13720 in 4 places, all below massif's threshold (01.00%)
n2: 3087792 0x58CDDE: UniqueQueue<irr::core::vector3d<short> >::push_back(irr::core::vector3d<short>) (new_allocator.h:104)
n1: 3061056 0x5860C8: ServerMap::finishBlockMake(BlockMakeData*, std::map<irr::core::vector3d<short>, MapBlock*, std::less<irr::core::vector3d<short> >, std::allocator<std::pair<irr::core::vector3d<short> const, MapBlock*> > >&) (map.cpp:2308)
n1: 3061056 0x53BE51: EmergeThread::Thread() (emerge.cpp:513)
n1: 3061056 0x460361: JThread::TheThread(void*) (jthread.cpp:160)
n1: 3061056 0x39E3207EE3: start_thread (in /usr/lib64/libpthread-2.18.so)
n0: 3061056 0x39E2AF4B8B: clone (in /usr/lib64/libc-2.18.so)
n0: 26736 in 6 places, all below massif's threshold (01.00%)
n1: 2780408 0x35938412D5: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n2: 2780408 0x35938181BD: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n2: 2568216 0x359381CBCA: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n1: 2565120 0x359381CD69: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n1: 2565120 0x359381CFCB: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n2: 2565120 0x3593837B6B: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n0: 2543360 0x3593837FE9: ??? (in /usr/lib64/libsqlite3.so.0.8.6)
n0: 21760 in 1 place, below massif's threshold (01.00%)
n0: 3096 in 3 places, all below massif's threshold (01.00%)
n0: 212192 in 18 places, all below massif's threshold (01.00%)
n1: 2468527 0x39E42BE047: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib64/libstdc++.so.6.0.19)
n0: 2468527 in 28 places, all below massif's threshold (01.00%)
#-----------
snapshot=38
#-----------
time=907942621184
mem_heap_B=126015333
mem_heap_extra_B=4044355
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=39
#-----------
time=933269880569
mem_heap_B=131319109
mem_heap_extra_B=6136051
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=40
#-----------
time=958794320402
mem_heap_B=137277634
mem_heap_extra_B=5431582
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=41
#-----------
time=976590997877
mem_heap_B=138306102
mem_heap_extra_B=5071898
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=42
#-----------
time=993950557004
mem_heap_B=154399626
mem_heap_extra_B=6450702
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=43
#-----------
time=1014954055352
mem_heap_B=132143939
mem_heap_extra_B=6124301
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=44
#-----------
time=1033819248784
mem_heap_B=159336262
mem_heap_extra_B=8158674
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=45
#-----------
time=1062023246540
mem_heap_B=155770767
mem_heap_extra_B=9511977
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=46
#-----------
time=1078267278696
mem_heap_B=145631774
mem_heap_extra_B=7903522
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=47
#-----------
time=1102856655627
mem_heap_B=160899194
mem_heap_extra_B=11182438
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=48
#-----------
time=1123894288088
mem_heap_B=168459708
mem_heap_extra_B=8917684
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=49
#-----------
time=1148429459150
mem_heap_B=150380230
mem_heap_extra_B=5501202
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=50
#-----------
time=1149318262095
mem_heap_B=153624540
mem_heap_extra_B=5393828
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=51
#-----------
time=1150206558216
mem_heap_B=145038117
mem_heap_extra_B=5365771
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=52
#-----------
time=1151130070828
mem_heap_B=153232037
mem_heap_extra_B=5773467
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=53
#-----------
time=1152017380843
mem_heap_B=140994339
mem_heap_extra_B=5356901
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=54
#-----------
time=1152904830350
mem_heap_B=142494574
mem_heap_extra_B=5355434
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=55
#-----------
time=1153792080994
mem_heap_B=153859282
mem_heap_extra_B=5380110
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=56
#-----------
time=1154679345092
mem_heap_B=147919161
mem_heap_extra_B=5777207
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=57
#-----------
time=1155568353849
mem_heap_B=139141014
mem_heap_extra_B=5440930
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=58
#-----------
time=1156456082693
mem_heap_B=132304877
mem_heap_extra_B=4317419
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=59
#-----------
time=1157343401371
mem_heap_B=123628357
mem_heap_extra_B=4247291
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=60
#-----------
time=1158232303662
mem_heap_B=118423113
mem_heap_extra_B=3408447
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=61
#-----------
time=1159119551028
mem_heap_B=119781405
mem_heap_extra_B=3111979
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=62
#-----------
time=1160007962360
mem_heap_B=111713293
mem_heap_extra_B=3088291
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=63
#-----------
time=1160896039069
mem_heap_B=116275573
mem_heap_extra_B=3106611
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=64
#-----------
time=1161783378232
mem_heap_B=111617931
mem_heap_extra_B=3172037
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=65
#-----------
time=1162670625422
mem_heap_B=120696577
mem_heap_extra_B=3850055
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=66
#-----------
time=1163559341683
mem_heap_B=123066719
mem_heap_extra_B=4414993
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=67
#-----------
time=1164447516591
mem_heap_B=134595594
mem_heap_extra_B=5393310
mem_stacks_B=0
heap_tree=empty
#-----------
snapshot=68
#-----------
time=1165334847937
mem_heap_B=136017623
mem_heap_extra_B=5397393
mem_stacks_B=0
heap_tree=empty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment