KeyDB icon indicating copy to clipboard operation
KeyDB copied to clipboard

[BUG] 6.3.1 higher fragmentation and memory comsumption compared to previous versions

Open inakisoriamrf opened this issue 3 years ago • 8 comments

Describe the bug

After upgrading to 6.3.1 the memory usage is higher than with previous versions.

Also, fragmentation rises to 1.3 from the usual 1.05 with previous versions, the workload is the same

after enabling defrag, memory rises really fast and fragmentation rises compared to its tween server without active defrag image

To reproduce I don't have a clue on how to reproduce it, our ussage is the following Each shard of our cluster has about 470M keys, with a long key like ( r:1567:{d2}0c5731-d778-4b2b-9a57-3daf9926fd8e ) and stores only a 4-digit integer MEMORY USAGE r:1567:{d2}0c5731-d778-4b2b-9a57-3daf9926fd8e (integer) 104

About 40k read qps

About 7% of the keys are deleted each day, and about 60% of the keys are updated every day

Expected behavior Similar memory consumption and fragmentation compared to previous versions

Additional information

Any additional information that is relevant to the problem.

inakisoriamrf avatar Jul 05 '22 08:07 inakisoriamrf

Thanks for this. It will take a bit of time to analyze this as there were a large number of changes between 6.3 and 6.2 but we definitely want to have good memory efficiency.

JohnSully avatar Jul 06 '22 03:07 JohnSully

Thanks @JohnSully

If you need any further information I'm 100% available

inakisoriamrf avatar Jul 06 '22 12:07 inakisoriamrf

Just curious what data types you are using. Is it simple strings, or hashes, lists, etc? Are you using expires?

JohnSully avatar Jul 06 '22 21:07 JohnSully

Hi @JohnSully We use simple strings like r:1567:{d2}0c5731-d778-4b2b-9a57-3daf9926fd8e (expiring) or e:123:912ec803b2ce49e4a541068d495ab570 (not expiring). About 5% of the keys never expire, the other 95% expire in 48 hours although most of them ( >90%) are updated before expiring.

We have a cluster with 9 servers, and 3 shards.

Our workload is:

  • masters: about 6 hours with 60k sets per second, the other 18h with about 10k sets/s. 0 gets
  • slaves: about 70k gets/mgets per second all the day.

Another important thing is how after activating activedefrag, memory fragmentation and usage rise really fast instead of going down

This is how a server memory looks (without activedefrag):

# Memory
used_memory:89379529976
used_memory_human:83.24G
used_memory_rss:118480355328
used_memory_rss_human:110.34G
used_memory_peak:91906954936
used_memory_peak_human:85.60G
used_memory_peak_perc:97.25%
used_memory_overhead:36564107640
used_memory_startup:3793568
used_memory_dataset:52815422336
used_memory_dataset_perc:59.09%
allocator_allocated:89380124608
allocator_active:116554457088
allocator_resident:118502715392
total_system_memory:134983364608
total_system_memory_human:125.71G
used_memory_lua:40960
used_memory_lua_human:40.00K
used_memory_scripts:1000
used_memory_scripts_human:1000B
number_of_cached_scripts:1
maxmemory:103079215104
maxmemory_human:96.00G
maxmemory_policy:noeviction
allocator_frag_ratio:1.30
allocator_frag_bytes:27174332480
allocator_rss_ratio:1.02
allocator_rss_bytes:1948258304
rss_overhead_ratio:1.00
rss_overhead_bytes:-22360064
mem_fragmentation_ratio:1.33
mem_fragmentation_bytes:29100827152
mem_not_counted_for_evict:5368709120
mem_replication_backlog:5368709120
mem_clients_slaves:0
mem_clients_normal:9450296
mem_aof_buffer:0
mem_allocator:jemalloc-5.2.1
active_defrag_running:0
lazyfree_pending_objects:0
lazyfreed_objects:0
storage_provider:none

And a MEMORY MALLOC-STATS of that server, maybe it gives you some hints

___ Begin jemalloc statistics ___
Version: "5.2.1-0-g0"
Build-time option settings
  config.cache_oblivious: true
  config.debug: false
  config.fill: true
  config.lazy_lock: false
  config.malloc_conf: ""
  config.opt_safety_checks: false
  config.prof: false
  config.prof_libgcc: false
  config.prof_libunwind: false
  config.stats: true
  config.utrace: false
  config.xmalloc: false
Run-time option settings
  opt.abort: false
  opt.abort_conf: false
  opt.confirm_conf: false
  opt.retain: true
  opt.dss: "secondary"
  opt.narenas: 48
  opt.percpu_arena: "disabled"
  opt.oversize_threshold: 8388608
  opt.metadata_thp: "disabled"
  opt.background_thread: false (background_thread: true)
  opt.dirty_decay_ms: 10000 (arenas.dirty_decay_ms: 10000)
  opt.muzzy_decay_ms: 0 (arenas.muzzy_decay_ms: 0)
  opt.lg_extent_max_active_fit: 6
  opt.junk: "false"
  opt.zero: false
  opt.tcache: true
  opt.lg_tcache_max: 15
  opt.thp: "default"
  opt.stats_print: false
  opt.stats_print_opts: ""
Arenas: 49
Quantum size: 8
Page size: 4096
Maximum thread-cached size class: 32768
Number of bin size classes: 39
Number of thread-cache bin size classes: 44
Number of large size classes: 196
Allocated: 90900479424, active: 116329529344, metadata: 1939950376 (n_thp 0), resident: 118274142208, mapped: 118381293568, retained: 8497451008
Background threads: 4, num_runs: 525369, run_interval: 9241937075 ns
                           n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
background_thread            23687153      19               0       0               0       0              10       0               0         0               0           0
ctl                          47374267      39               0       0               0       0               2       0               0         0               0           0
prof                                0       0               0       0               0       0               0       0               0         0               0           0
Merged arenas stats:
assigned threads: 9
uptime: 1213882908403366
dss allocation precedence: "N/A"
decaying:  time       npages       sweeps     madvises       purged
   dirty:   N/A         1207       511520      8252403    129934470
   muzzy:   N/A            0            0            0            0
                            allocated         nmalloc (#/sec)         ndalloc (#/sec)       nrequests   (#/sec)           nfill   (#/sec)          nflush   (#/sec)
small:                    80644820416     14852828380   12235     12704327105   10465    239833385982    197575       841776911       693       389674579       321
large:                    10255659008       358316068     295       358313866     295       379626022       312       358316068       295               0         0
total:                    90900479424     15211144448   12530     13062640971   10761    240213012004    197888      1200092979       988       389674579       321
                                     
active:                  116329529344
mapped:                  118381293568
retained:                  8497451008
base:                      1939651432
internal:                      298944
metadata_thp:                       0
tcache_bytes:                   68648
resident:                118274142208
abandoned_vm:                       0
extent_avail:                   19780
                           n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
large                       118435671      97               0       0               0       0              11       0               0         0               0           0
extent_avail                246218905     202               1       0             292       0        40121083      33               0         0               0           1
extents_dirty               977725648     805              51       0           17093       0        71741821      59               0         0               0           1
extents_muzzy               118435671      97               0       0               0       0              11       0               0         0               0           0
extents_retained            173177872     142               1       0             457       0         3358558       2               0         0               0           1
decay_dirty                 142623413     117               2       0              35       0         4687171       3               0         0               0           1
decay_muzzy                 152513531     125               0       0              17       0         4624195       3               0         0               0           0
base                        250188919     206               0       0               0       0            1878       0               0         0               0           0
tcache_list                 118435680      97               0       0               0       0              18       0               0         0               0           0
bins:           size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests   (#/sec)  nshards      curregs     curslabs  nonfull_slabs regs pgs   util       nfills (#/sec)     nflushes (#/sec)       nslabs     nreslabs (#/sec)      n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
                   8   0   3041306248    641104932     528    260941651     214  21733700980     17904        1    380163281       954450         689463  512   1  0.777     59368227      48     26040464      21      1032919     19673778      16       211533382     174               0       0              12       0        36093397      29               0         0               0           0
                  16   1   6760650608  10612027351    8742  10189486688    8394 129388899743    106591        1    422540663      2169745        1422248  256   1  0.760    216361943     178    119674215      98      3357304   6330116695    5214       472980723     389               3       0             247       0        36656666      30               0         0               0           1
                  24   2  10816606944    898865777     740    448173821     369  14375478049     11842        1    450691956      1125013         828247  512   3  0.782     99602220      82     24312203      20      1288923    115385987      95       252018453     207               0       0              46       0        26242211      21               0         0               0           0
                  32   3   2034545152    145014841     119     81435305      67   6789153171      5592        1     63579536       577043         219493  128   1  0.860     35023999      28     21228170      17       689643     30589556      25       180082063     148               1       0              36       0        26380448      21               0         0               0           1
                  40   4   1534785920    305350645     251    266980997     219  30353014560     25004        1     38369648       108955          69392  512   5  0.687    124690253     102     26073396      21       144210    145717904     120       274281286     225               0       0              36       0        33904488      27               0         0               0           0
                  48   5  16755062160    547969463     451    198905668     163   2812267521      2316        1    349063795      1725659        1274760  256   3  0.790     36493742      30     22817365      18      1882038     18735827      15       186008064     153               0       0              21       0        27913166      22               0         0               0           0
                  56   6  13936000344    538082934     443    289225785     238  22724902777     18720        1    248857149       632440         472323  512   7  0.768     84060050      69     22334013      18       724649     97338841      80       231681292     190               1       0              46       0        27010854      22               0         0               0           1
                  64   7   8715073280    820819114     676    684646094     564   7522562443      6197        1    136173020      2825346        1838824   64   1  0.753     48952652      40     26976586      22      4583095    379958136     313       205765810     169               1       0              41       0        24078480      19               0         0               0           1
                  80   8    390759520     39697232      32     34812738      28    554564852       456        1      4884494        29888          23013  256   5  0.638     22143178      18     13738726      11        59187     14677137      12       156389774     128               0       0              23       0        13732081      11               0         0               0           0
                  96   9    345516672     26607806      21     23008674      18    403517544       332        1      3599132        44469          26163  128   3  0.632     14899219      12      9692279       7       114482      7898725       6       144847667     119               0       0              13       0        15638617      12               0         0               0           0
                 112  10    309523200     45544899      37     42781299      35     84292862        69        1      2763600        17961          10434  256   7  0.601     16997731      14     12051901       9        31931     13441102      11       149010389     122               0       0              15       0        20106837      16               0         0               0           0
                 128  11    167651712      8537626       7      7227847       5     14890843        12        1      1309779        73100          38995   32   1  0.559      3837792       3      4433222       3       137666      3244022       2       127918523     105               0       0               2       0         4265518       3               0         0               0           0
                 160  12   1012635520     25316726      20     18987754      15     79245612        65        1      6328972       115704         107109  128   5  0.427      2252392       1      4900177       4       122352      1777107       1       128691442     106               0       0               0       0         1036805       0               0         0               0           0
                 192  13     11234304      4241276       3      4182764       3     21855002        18        1        58512         1555            753   64   3  0.587      3032455       2      2811389       2         4785      3263077       2       124499939     102               0       0               0       0         1985824       1               0         0               0           0
                 224  14     27297760      5934120       4      5812255       4     48600037        40        1       121865         1570            689  128   7  0.606      3766608       3      3276272       2         4498      5337730       4       125731747     103               0       0               3       0         1365587       1               0         0               0           0
                 256  15   2556779520     39633130      32     29645710      24    153781187       126        1      9987420      1129601        1074947   16   1  0.552      7645320       6      8225956       6      1230711      7890245       6       139447786     114               0       0               2       0         2163172       1               0         0               0           0
                 320  16    430197440     20072095      16     18727728      15    412508703       339        1      1344367        37523          23535   64   5  0.559     11799365       9      6963607       5        62517     15837514      13       138101892     113               0       0               1       0         4824070       3               0         0               0           0
                 384  17   8361493248     53513143      44     31738421      26    868594322       715        1     21774722       742127         425030   32   3  0.916     14838606      12      7828518       6       934324     19792634      16       143674044     118               0       0               1       0         1008158       0               0         0               0           0
                 448  18   1158657024     21309145      17     18722857      15    779019555       641        1      2586288        71367          39324   64   7  0.566     11564762       9      6157775       5       109328     16152873      13       137587080     113               0       0               1       0         1093269       0               0         0               0           0
                 512  19   1936336384     31301365      25     27519458      22    460745193       379        1      3781907       617601         237385    8   1  0.765     10192618       8      7432369       6      1973399     14868960      12       140073481     115               0       0               2       0         1791826       1               0         0               0           0
                 640  20    314147200     10567056       8     10076201       8    223626081       184        1       490855        20057           5296   32   5  0.764      4841475       3      3643762       3        93837      6397133       5       127445229     104               0       0               1       0          968745       0               0         0               0           0
                 768  21     16549632      2096195       1      2074646       1     10427800         8        1        21549         1436            102   16   3  0.937      1356431       1      1410625       1        28215      1378133       1       121426063     100               0       0               1       0          964103       0               0         0               0           0
                 896  22      2212224       818683       0       816214       0      1988006         1        1         2469           83             11   32   7  0.929       581315       0       658507       0        53383       329801       0       119940926      98               0       0               0       0         1416585       1               0         0               0           0
                1024  23      1931264      1960266       1      1958380       1      6528743         5        1         1886          490             34    4   1  0.962      1791875       1       963712       0        53242      1640320       1       121454455     100               0       0               1       0         1159967       0               0         0               0           0
                1280  24      3109120       586069       0       583640       0      2050429         1        1         2429          159             18   16   5  0.954       395820       0       472897       0        95840       128005       0       119652882      98               0       0               0       0         1416826       1               0         0               0           0
                1536  25      1064448       322959       0       322266       0       698051         0        1          693           89              8    8   3  0.973       216603       0       296529       0       100345        66554       0       119302867      98               0       0               0       0          938866       0               0         0               0           0
                1792  26       372736       537733       0       537525       0       517285         0        1          208           16              4   16   7  0.812       363783       0       441911       0       182287        89508       0       119754578      98               0       0               1       0         1380909       1               0         0               0           0
                2048  27        83968       452575       0       452534       0       345150         0        1           41           24              4    2   1  0.854       306696       0       380276       0       233604        74767       0       119728998      98               0       0               0       0         1204597       0               0         0               0           0
                2560  28       122880       377402       0       377354       0       433073         0        1           48            8              1    8   5  0.750       252386       0       291868       0        73484        34953       0       119191094      98               0       0               0       0          891255       0               0         0               0           0
                3072  29      2946048       450535       0       449576       0       476834         0        1          959          240              0    4   3  0.998       449548       0       449524       0       449044            1       0       120232591      99               0       0               0       0              11       0               0         0               0           0
                3584  30            0           20       0           20       0            2         0        1            0            0              0    8   7      1            2       0            4       0            4            0       0       118435685      97               0       0               0       0              11       0               0         0               0           0
                4096  31        69632          283       0          266       0          177         0        1           17           17              0    1   1      1          141       0          144       0          283            0       0       118436505      97               0       0               0       0              15       0               0         0               0           0
                5120  32            0      2014970       1      2014970       1      2626246         2        1            0            0              0    4   5      1      2011234       1      2009667       1      2008782            0       0       126474136     104               0       0               0       0          487323       0               0         0               0           0
                6144  33        67584      1565660       1      1565649       1      1950423         1        1           11            6              1    2   3  0.916      1564529       1      1564587       1        99920         1201       0       121764621     100               0       0               0       0              11       0               0         0               0           0
                7168  34        14336           12       0           10       0            2         0        1            2            1              0    4   7  0.500            2       0            3       0            3            1       0       118435681      97               0       0               0       0              11       0               0         0               0           0
                8192  35        16384           33       0           31       0            4         0        1            2            2              0    1   2      1            5       0            8       0           33            0       0       118435748      97               0       0               0       0              15       0               0         0               0           0
               10240  36            0         8456       0         8456       0         6169         0        1            0            0              0    2   5      1         6067       0         6077       0         6087            0       0       118459989      97               0       0               0       0           17869       0               0         0               0           0
               12288  37            0       125853       0       125853       0       116551         0        1            0            0              0    1   3      1       115867       0       115875       0       125853            0       0       118919119      97               0       0               0       0          347691       0               0         0               0           0
               14336  38            0            0       0            0       0            0         0        1            0            0              0    2   7      1            0       0            0       0            0            0       0       118435671      97               0       0               0       0              11       0               0         0               0           0
                     ---
large:          size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests (#/sec)  curlextents
               16384  39            0            4       0            4       0            4       0            0
               20480  40     37580800     18784613      15     18782778      15     40094567      33         1835
                     ---
               32768  43       327680           13       0            3       0           13       0           10
               40960  44     13844480    339531403     279    339531065     279    339531403     279          338
                     ---
               65536  47            0            3       0            3       0            3       0            0
               81920  48       409600            5       0            0       0            5       0            5
                     ---
              131072  51       655360            6       0            1       0            6       0            5
                     ---
              262144  55            0            1       0            1       0            1       0            0
              327680  56      1638400            5       0            0       0            5       0            5
                     ---
              524288  59            0            1       0            1       0            1       0            0
              655360  60       655360            1       0            0       0            1       0            1
                     ---
             1048576  63            0            1       0            1       0            1       0            0
                     ---
             2097152  67            0            1       0            1       0            1       0            0
             2621440  68            0            1       0            1       0            1       0            0
                     ---
             4194304  71            0            1       0            1       0            1       0            0
                     ---
             8388608  75            0            1       0            1       0            1       0            0
                     ---
            16777216  79            0            1       0            1       0            1       0            0
                     ---
            33554432  83            0            1       0            1       0            1       0            0
                     ---
            67108864  87            0            1       0            1       0            1       0            0
                     ---
           134217728  91            0            1       0            1       0            1       0            0
                     ---
           268435456  95            0            1       0            1       0            1       0            0
                     ---
           536870912  99    536870912            1       0            0       0            1       0            1
                     ---
          4294967296 111   4294967296            1       0            0       0            1       0            1
          5368709120 112   5368709120            1       0            0       0            1       0            1
                     ---
extents:        size ind       ndirty        dirty       nmuzzy        muzzy    nretained     retained       ntotal        total
                4096   0            5        20480            0            0       162720    666501120       162725    666521600
                8192   1            1         8192            0            0        32948    269910016        32949    269918208
               12288   2            9       110592            0            0        12549    154202112        12558    154312704
               16384   3            1        16384            0            0        10039    164478976        10040    164495360
               20480   4           35       716800            0            0        49196   1007534080        49231   1008250880
               24576   5           20       491520            0            0         2304     56623104         2324     57114624
               28672   6            0            0            0            0          549     15740928          549     15740928
               32768   7            0            0            0            0          116      3801088          116      3801088
               40960   8            0            0            0            0          123      4800512          123      4800512
               49152   9           31      1400832            0            0          296     13570048          327     14970880
               57344  10            0            0            0            0            5       274432            5       274432
               65536  11            3       192512            0            0           12       765952           15       958464
               81920  12            3       208896            0            0          270     18849792          273     19058688
               98304  13            8       720896            0            0           52      4759552           60      5480448
              114688  14            1       114688            0            0           14      1597440           15      1712128
              131072  15            0            0            0            0            6       729088            6       729088
              163840  16            3       425984            0            0          127     17883136          130     18309120
              196608  17            0            0            0            0           15      2650112           15      2650112
              229376  18            1       225280            0            0           12      2633728           13      2859008
              262144  19            0            0            0            0            3       741376            3       741376
              327680  20            1       290816            0            0           26      7798784           27      8089600
              393216  21            0            0            0            0           27      9728000           27      9728000
              458752  22            0            0            0            0           28     12193792           28     12193792
              524288  23            0            0            0            0           40     19349504           40     19349504
              655360  24            0            0            0            0            2      1114112            2      1114112
                     ---
             1310720  28            0            0            0            0            1      1294336            1      1294336
             1572864  29            0            0            0            0            1      1531904            1      1531904
             1835008  30            0            0            0            0            1      1695744            1      1695744
             2097152  31            0            0            0            0            5     10272768            5     10272768
             2621440  32            0            0            0            0            1      2461696            1      2461696
             3145728  33            0            0            0            0            1      2863104            1      2863104
             3670016  34            0            0            0            0            1      3342336            1      3342336
             4194304  35            0            0            0            0            1      3903488            1      3903488
             5242880  36            0            0            0            0            1      4456448            1      4456448
             6291456  37            0            0            0            0            2     10928128            2     10928128
             7340032  38            0            0            0            0            1      7065600            1      7065600
             8388608  39            0            0            0            0            2     16744448            2     16744448
            10485760  40            0            0            0            0            3     30904320            3     30904320
            12582912  41            0            0            0            0            2     24858624            2     24858624
            14680064  42            0            0            0            0            5     70377472            5     70377472
            16777216  43            0            0            0            0            2     33554432            2     33554432
                     ---
           536870912  63            0            0            0            0            1    528506880            1    528506880
                     ---
           805306368  65            0            0            0            0            1    730976256            1    730976256
                     ---
          1073741824  67            0            0            0            0            1   1073737728            1   1073737728
                     ---
          3758096384  74            0            0            0            0            1   3479744512            1   3479744512
                     ---
arenas[0]:
assigned threads: 1
uptime: 1213882908403366
dss allocation precedence: "secondary"
decaying:  time       npages       sweeps     madvises       purged
   dirty: 10000            0        29985       329524       527653
   muzzy:     0            0            0            0            0
                            allocated         nmalloc (#/sec)         ndalloc (#/sec)       nrequests   (#/sec)           nfill   (#/sec)          nflush   (#/sec)
small:                    49170391176      2063270118    1699       698485064     575      3785139573      3118        27257513        22         5816742         4
large:                        3756032           50118       0           50088       0           50425         0           50118         0           10603         0
total:                    49174147208      2063320236    1699       698535152     575      3785189998      3118        27307631        22         5827345         4
                                     
active:                   74488991744
mapped:                   75931832320
retained:                  4956368896
base:                      1426277384
internal:                      298944
metadata_thp:                       0
tcache_bytes:                   51160
resident:                 75915272192
abandoned_vm:                       0
extent_avail:                   11048
                           n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
large                        11843568       9               0       0               0       0               2       0               0         0               0           0
extent_avail                 21208819      17               1       0              13       0           13207       0               0         0               0           1
extents_dirty                24357904      20               3       0            3911       0           68774       0               0         0               0           1
extents_muzzy                11843568       9               0       0               0       0               2       0               0         0               0           0
extents_retained             30185673      24               0       0              28       0           60037       0               0         0               0           0
decay_dirty                  13758697      11               0       0               4       0          251422       0               0         0               0           0
decay_muzzy                  14015518      11               0       0               4       0          251272       0               0         0               0           0
base                         32996974      27               0       0               0       0              13       0               0         0               0           0
tcache_list                  11843569       9               0       0               0       0               2       0               0         0               0           0
bins:           size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests   (#/sec)  nshards      curregs     curslabs  nonfull_slabs regs pgs   util       nfills (#/sec)     nflushes (#/sec)       nslabs     nreslabs (#/sec)      n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
                   8   0   1947116584    351817540     289    108427967      89    703418267       579        1    243389573       687028         687027  512   1  0.691      3548521       2        27400       0       687095        35136       0        22601730      18               0       0               0       0           12798       0               0         0               0           0
                  16   1   4171144368    393496900     324    132800377     109    553930319       456        1    260696523      1537094        1416307  256   1  0.662      3934969       3           10       0      1537094          330       0        30938765      25               0       0               1       0           32297       0               0         0               0           0
                  24   2   7010559216    417310216     343    125203582     103    481522828       396        1    292106634       814946         814943  512   3  0.700      4198717       3        23286       0       815067         7818       0        24787061      20               0       0               1       0           55949       0               0         0               0           0
                  32   3   1633875680     64831735      53     13773120      11    131521583       108        1     51058615       479213         219470  128   1  0.832       764405       0       169391       0       506502        26115       0        17663565      14               0       0               0       0           28813       0               0         0               0           0
                  40   4    714133680     37907748      31     20054406      16     60738371        50        1     17853342        68873          68872  512   5  0.506       473017       0       132268       0        74057        10370       0        17264376      14               0       0               0       0           15756       0               0         0               0           0
                  48   5  11075262816    323764650     266     93030008      76    745671713       614        1    230734642      1262563        1262559  256   3  0.713      3252530       2        29657       0      1264679         2296       0        22615418      18               0       0               0       0               2       0               0         0               0           0
                  56   6   9344716640    241852024     199     74982084      61    372510247       306        1    166869940       472306         472305  512   7  0.690      2443070       2        19823       0       472351         3263       0        20551475      16               0       0               0       0           32581       0               0         0               0           0
                  64   7   4498643584    114344385      94     44053079      36    130730757       107        1     70291306      1786273        1786272   64   1  0.614      1798766       1        11431       0      1786595         3159       0        20332872      16               0       0               0       0           10884       0               0         0               0           0
                  80   8    139840000      7133162       5      5385162       4     16617540        13        1      1748000        17280          17279  256   5  0.395       312632       0       261345       0        27243       225736       0        14278256      11               0       0               0       0            9802       0               0         0               0           0
                  96   9    120291552      5658360       4      4405323       3    363857393       299        1      1253037        26137          26136  128   3  0.374       317064       0       259292       0        42647       254952       0        13950349      11               0       0               0       0            7706       0               0         0               0           0
                 112  10     93376528      4516138       3      3682419       3      8777810         7        1       833719        10406          10405  256   7  0.312       311885       0       257085       0        16951       242498       0        13734399      11               0       0               0       0            2067       0               0         0               0           0
                 128  11     27706624      2332278       1      2115820       1      6100964         5        1       216458        38839          38838   32   1  0.174       351515       0       251256       0        63211       434555       0        13376146      11               0       0               0       0            4449       0               0         0               0           0
                 160  12    857390720     21338957      17     15980265      13     71933241        59        1      5358692       108121         107095  128   5  0.387       303222       0       442013       0       108125       114237       0        15506755      12               0       0               0       0           12425       0               0         0               0           0
                 192  13       247488       178038       0       176749       0       137184         0        1         1289          627            626   64   3  0.032        91335       0        87646       0         2223         9316       0        12066782       9               0       0               0       0             248       0               0         0               0           0
                 224  14       302848       360031       0       358679       0       302098         0        1         1352          611            610  128   7  0.017       157584       0       146223       0         2504         3071       0        12229474      10               0       0               0       0             412       0               0         0               0           0
                 256  15   2332953856     31828420      26     22715319      18     62833230        51        1      9113101      1074941        1074895   16   1  0.529      2090548       1      1214709       1      1142345      1210168       0        20003086      16               0       0               0       0            9595       0               0         0               0           0
                 320  16     17677760      1954302       1      1899059       1      3116311         2        1        55243        16671          16670   64   5  0.051       239511       0       237144       0        30488        10204       0        13007922      10               0       0               0       0            3199       0               0         0               0           0
                 384  17   4706306304     21551605      17      9295599       7     48249133        39        1     12256006       444664         425003   32   3  0.861       731773       0       339993       0       449253       792454       0        14655003      12               0       0               0       0            5453       0               0         0               0           0
                 448  18     78977024      3690639       3      3514351       2      3060379         2        1       176288        32903          32902   64   7  0.083       252639       0       251625       0        57774        21188       0        13553556      11               0       0               0       0            4014       0               0         0               0           0
                 512  19    385076224     12875233      10     12123131       9     16405188        13        1       752102       238870         237361    8   1  0.393      1316119       1      1188166       0      1209610       549015       0        16977831      13               0       0               0       0           15998       0               0         0               0           0
                 640  20     11534080      3999213       3      3981191       3      3423170         2        1        18022         5276           5276   32   5  0.106       267421       0       306688       0        69326        99726       0        12749655      10               0       0               0       0             528       0               0         0               0           0
                 768  21       108288       490626       0       490485       0       264714         0        1          141           94             94   16   3  0.093        84137       0       139920       0        24259        17033       0        12126496       9               0       0               0       0              52       0               0         0               0           0
                 896  22         3584        19770       0        19766       0         7142         0        1            4            1              1   32   7  0.125         6753       0        10794       0          441          533       0        11863998       9               0       0               0       0              14       0               0         0               0           0
                1024  23         5120         4365       0         4360       0         2282         0        1            5            5              5    4   1  0.250         2250       0         2322       0         1033          181       0        11851750       9               0       0               0       0              10       0               0         0               0           0
                1280  24            0         6291       0         6291       0         3353         0        1            0            0              0   16   5      1         3085       0         3098       0          400          114       0        11852393       9               0       0               0       0              10       0               0         0               0           0
                1536  25            0         1707       0         1707       0          930         0        1            0            0              0    8   3      1          917       0          936       0          210           52       0        11846474       9               0       0               0       0               4       0               0         0               0           0
                1792  26         7168          895       0          891       0          546         0        1            4            2              1   16   7  0.125          510       0          535       0           44           39       0        11844896       9               0       0               0       0               4       0               0         0               0           0
                2048  27        12288          293       0          287       0          212         0        1            6            4              2    2   1  0.750          197       0          222       0          128           35       0        11844281       9               0       0               0       0               2       0               0         0               0           0
                2560  28        76800         2133       0         2103       0         1376         0        1           30            5              1    8   5  0.750         1185       0         1220       0          188          165       0        11846360       9               0       0               0       0               2       0               0         0               0           0
                3072  29      2946048         1926       0          967       0          959         0        1          959          240              0    4   3  0.998          959       0          960       0          481            1       0        11846209       9               0       0               0       0               2       0               0         0               0           0
                3584  30            0           10       0           10       0            1         0        1            0            0              0    8   7      1            1       0            2       0            2            0       0        11843575       9               0       0               0       0               2       0               0         0               0           0
                4096  31        69632          261       0          244       0          174         0        1           17           17              0    1   1      1          138       0          139       0          261            0       0        11844350       9               0       0               0       0               2       0               0         0               0           0
                5120  32            0            0       0            0       0            0         0        1            0            0              0    4   5      1            0       0            0       0            0            0       0        11843568       9               0       0               0       0               2       0               0         0               0           0
                     ---
                6144  33         6144           10       0            9       0            1         0        1            1            1              1    2   3  0.500            1       0            2       0            5            0       0        11843580       9               0       0               0       0               2       0               0         0               0           0
                7168  34        14336           12       0           10       0            2         0        1            2            1              0    4   7  0.500            2       0            3       0            3            1       0        11843578       9               0       0               0       0               2       0               0         0               0           0
                8192  35         8192           11       0           10       0            1         0        1            1            1              0    1   2      1            2       0            3       0           11            0       0        11843594       9               0       0               0       0               2       0               0         0               0           0
               10240  36            0          234       0          234       0          154         0        1            0            0              0    2   5      1          133       0          135       0          137            0       0        11844110       9               0       0               0       0               2       0               0         0               0           0
               12288  37            0            0       0            0       0            0         0        1            0            0              0    1   3      1            0       0            0       0            0            0       0        11843568       9               0       0               0       0               2       0               0         0               0           0
               14336  38            0            0       0            0       0            0         0        1            0            0              0    2   7      1            0       0            0       0            0            0       0        11843568       9               0       0               0       0               2       0               0         0               0           0
                     ---
large:          size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests (#/sec)  curlextents
               16384  39            0            2       0            2       0            2       0            0
               20480  40       102400        24925       0        24920       0        25232       0            5
                     ---
               32768  43       294912           10       0            1       0           10       0            9
               40960  44            0        25157       0        25157       0        25157       0            0
                     ---
               65536  47            0            1       0            1       0            1       0            0
               81920  48       409600            5       0            0       0            5       0            5
                     ---
              131072  51       655360            6       0            1       0            6       0            5
                     ---
              262144  55            0            1       0            1       0            1       0            0
              327680  56      1638400            5       0            0       0            5       0            5
                     ---
              524288  59            0            1       0            1       0            1       0            0
              655360  60       655360            1       0            0       0            1       0            1
                     ---
             1048576  63            0            1       0            1       0            1       0            0
                     ---
             2097152  67            0            1       0            1       0            1       0            0
             2621440  68            0            1       0            1       0            1       0            0
                     ---
             4194304  71            0            1       0            1       0            1       0            0
                     ---
extents:        size ind       ndirty        dirty       nmuzzy        muzzy    nretained     retained       ntotal        total
                4096   0            0            0            0            0       128262    525361152       128262    525361152
                8192   1            0            0            0            0         6207     50847744         6207     50847744
               12288   2            0            0            0            0         2787     34246656         2787     34246656
               16384   3            0            0            0            0          169      2768896          169      2768896
               20480   4            0            0            0            0        33510    686284800        33510    686284800
               24576   5            0            0            0            0         2171     53354496         2171     53354496
               28672   6            0            0            0            0          501     14364672          501     14364672
               32768   7            0            0            0            0           76      2490368           76      2490368
               40960   8            0            0            0            0           20       778240           20       778240
               49152   9            0            0            0            0          267     12234752          267     12234752
               57344  10            0            0            0            0            2       106496            2       106496
                     ---
               81920  12            0            0            0            0          265     18481152          265     18481152
               98304  13            0            0            0            0           46      4218880           46      4218880
              114688  14            0            0            0            0           12      1376256           12      1376256
              131072  15            0            0            0            0            5       610304            5       610304
              163840  16            0            0            0            0          119     16728064          119     16728064
              196608  17            0            0            0            0           11      1929216           11      1929216
              229376  18            0            0            0            0            9      1990656            9      1990656
              262144  19            0            0            0            0            2       483328            2       483328
              327680  20            0            0            0            0           22      6627328           22      6627328
              393216  21            0            0            0            0           24      8683520           24      8683520
              458752  22            0            0            0            0           28     12193792           28     12193792
              524288  23            0            0            0            0           40     19349504           40     19349504
              655360  24            0            0            0            0            2      1114112            2      1114112
                     ---
          3758096384  74            0            0            0            0            1   3479744512            1   3479744512
                     ---
arenas[1]:
assigned threads: 1
uptime: 1213882904403529
dss allocation precedence: "secondary"
decaying:  time       npages       sweeps     madvises       purged
   dirty: 10000            0            1            1            1
   muzzy:     0            0            0            0            0
                            allocated         nmalloc (#/sec)         ndalloc (#/sec)       nrequests   (#/sec)           nfill   (#/sec)          nflush   (#/sec)
small:                             80             300       0             297       0           18868         0               3         0              12         0
large:                              0               0       0               0       0               0         0               0         0               0         0
total:                             80             300       0             297       0           18868         0               3         0              12         0
                                     
active:                         16384
mapped:                       2113536
retained:                     2080768
base:                           43216
internal:                           0
metadata_thp:                       0
tcache_bytes:                      32
resident:                       61440
abandoned_vm:                       0
extent_avail:                       0
                           n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
large                        11843567       9               0       0               0       0               1       0               0         0               0           0
extent_avail                 11843571       9               0       0               0       0               4       0               0         0               0           0
extents_dirty                11843572       9               0       0               0       0               8       0               0         0               0           0
extents_muzzy                11843567       9               0       0               0       0               1       0               0         0               0           0
extents_retained             11843574       9               0       0               0       0               6       0               0         0               0           0
decay_dirty                  12111802       9               0       0               4       0          252116       0               0         0               0           0
decay_muzzy                  12245918      10               0       0               3       0          252116       0               0         0               0           0
base                         23687139      19               0       0               0       0               4       0               0         0               0           0
tcache_list                  11843568       9               0       0               0       0               2       0               0         0               0           0
bins:           size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests   (#/sec)  nshards      curregs     curslabs  nonfull_slabs regs pgs   util       nfills (#/sec)     nflushes (#/sec)       nslabs     nreslabs (#/sec)      n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
                   8   0            0          100       0          100       0            1         0        1            0            0              0  512   1      1            1       0            4       0            1            0       0        11843575       9               0       0               0       0              12       0               0         0               0           0
                  16   1           32          100       0           98       0        18866         0        1            2            1              0  256   1  0.007            1       0            4       0            1            0       0        11843573       9               0       0               0       0              11       0               0         0               0           0
                  24   2            0            0       0            0       0            0         0        1            0            0              0  512   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  32   3            0            0       0            0       0            0         0        1            0            0              0  128   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  40   4            0            0       0            0       0            0         0        1            0            0              0  512   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
                  48   5           48          100       0           99       0            1         0        1            1            1              0  256   3  0.003            1       0            4       0            1            0       0        11843573       9               0       0               0       0              10       0               0         0               0           0
                  56   6            0            0       0            0       0            0         0        1            0            0              0  512   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  64   7            0            0       0            0       0            0         0        1            0            0              0   64   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  80   8            0            0       0            0       0            0         0        1            0            0              0  256   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  96   9            0            0       0            0       0            0         0        1            0            0              0  128   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 112  10            0            0       0            0       0            0         0        1            0            0              0  256   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 128  11            0            0       0            0       0            0         0        1            0            0              0   32   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 160  12            0            0       0            0       0            0         0        1            0            0              0  128   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 192  13            0            0       0            0       0            0         0        1            0            0              0   64   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 224  14            0            0       0            0       0            0         0        1            0            0              0  128   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 256  15            0            0       0            0       0            0         0        1            0            0              0   16   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 320  16            0            0       0            0       0            0         0        1            0            0              0   64   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 384  17            0            0       0            0       0            0         0        1            0            0              0   32   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 448  18            0            0       0            0       0            0         0        1            0            0              0   64   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 512  19            0            0       0            0       0            0         0        1            0            0              0    8   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 640  20            0            0       0            0       0            0         0        1            0            0              0   32   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 768  21            0            0       0            0       0            0         0        1            0            0              0   16   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 896  22            0            0       0            0       0            0         0        1            0            0              0   32   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1024  23            0            0       0            0       0            0         0        1            0            0              0    4   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1280  24            0            0       0            0       0            0         0        1            0            0              0   16   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1536  25            0            0       0            0       0            0         0        1            0            0              0    8   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1792  26            0            0       0            0       0            0         0        1            0            0              0   16   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                2048  27            0            0       0            0       0            0         0        1            0            0              0    2   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                2560  28            0            0       0            0       0            0         0        1            0            0              0    8   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                3072  29            0            0       0            0       0            0         0        1            0            0              0    4   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                3584  30            0            0       0            0       0            0         0        1            0            0              0    8   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                4096  31            0            0       0            0       0            0         0        1            0            0              0    1   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                5120  32            0            0       0            0       0            0         0        1            0            0              0    4   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                6144  33            0            0       0            0       0            0         0        1            0            0              0    2   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                7168  34            0            0       0            0       0            0         0        1            0            0              0    4   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                8192  35            0            0       0            0       0            0         0        1            0            0              0    1   2      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               10240  36            0            0       0            0       0            0         0        1            0            0              0    2   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               12288  37            0            0       0            0       0            0         0        1            0            0              0    1   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               14336  38            0            0       0            0       0            0         0        1            0            0              0    2   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
large:          size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests (#/sec)  curlextents
                     ---
extents:        size ind       ndirty        dirty       nmuzzy        muzzy    nretained     retained       ntotal        total
                4096   0            0            0            0            0            1         4096            1         4096
                     ---
             2097152  31            0            0            0            0            1      2076672            1      2076672
                     ---
arenas[2]:
assigned threads: 1
uptime: 1213882904403529
dss allocation precedence: "secondary"
decaying:  time       npages       sweeps     madvises       purged
   dirty: 10000            0            0            0            0
   muzzy:     0            0            0            0            0
                            allocated         nmalloc (#/sec)         ndalloc (#/sec)       nrequests   (#/sec)           nfill   (#/sec)          nflush   (#/sec)
small:                             96             200       0             196       0           18244         0               2         0           76974         0
large:                              0               0       0               0       0               0         0               0         0               0         0
total:                             96             200       0             196       0           18244         0               2         0           76974         0
                                     
active:                         16384
mapped:                       2113536
retained:                     2080768
base:                           43088
internal:                           0
metadata_thp:                       0
tcache_bytes:                    6176
resident:                       61440
abandoned_vm:                       0
extent_avail:                       0
                           n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
large                        11843567       9               0       0               0       0               1       0               0         0               0           0
extent_avail                 11843570       9               0       0               0       0               2       0               0         0               0           0
extents_dirty                11843569       9               0       0               0       0               2       0               0         0               0           0
extents_muzzy                11843567       9               0       0               0       0               1       0               0         0               0           0
extents_retained             11843571       9               0       0               0       0               2       0               0         0               0           0
decay_dirty                  12112835       9               0       0               3       0          252176       0               0         0               0           0
decay_muzzy                  12247469      10               0       0               2       0          252176       0               0         0               0           0
base                         23687138      19               0       0               0       0               2       0               0         0               0           0
tcache_list                  11843568       9               0       0               0       0               2       0               0         0               0           0
bins:           size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests   (#/sec)  nshards      curregs     curslabs  nonfull_slabs regs pgs   util       nfills (#/sec)     nflushes (#/sec)       nslabs     nreslabs (#/sec)      n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
                   8   0            0            0       0            0       0            0         0        1            0            0              0  512   1      1            0       0            1       0            0            0       0        11843568       9               0       0               0       0               3       0               0         0               0           0
                     ---
                  16   1           48          100       0           97       0        18243         0        1            3            1              0  256   1  0.011            1       0            4       0            1            0       0        11843573       9               0       0               0       0              10       0               0         0               0           0
                  24   2            0            0       0            0       0            0         0        1            0            0              0  512   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  32   3            0            0       0            0       0            0         0        1            0            0              0  128   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  40   4            0            0       0            0       0            0         0        1            0            0              0  512   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
                  48   5           48          100       0           99       0            1         0        1            1            1              0  256   3  0.003            1       0            4       0            1            0       0        11843573       9               0       0               0       0              10       0               0         0               0           0
                  56   6            0            0       0            0       0            0         0        1            0            0              0  512   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  64   7            0            0       0            0       0            0         0        1            0            0              0   64   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  80   8            0            0       0            0       0            0         0        1            0            0              0  256   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  96   9            0            0       0            0       0            0         0        1            0            0              0  128   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 112  10            0            0       0            0       0            0         0        1            0            0              0  256   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 128  11            0            0       0            0       0            0         0        1            0            0              0   32   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 160  12            0            0       0            0       0            0         0        1            0            0              0  128   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 192  13            0            0       0            0       0            0         0        1            0            0              0   64   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 224  14            0            0       0            0       0            0         0        1            0            0              0  128   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 256  15            0            0       0            0       0            0         0        1            0            0              0   16   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 320  16            0            0       0            0       0            0         0        1            0            0              0   64   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 384  17            0            0       0            0       0            0         0        1            0            0              0   32   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 448  18            0            0       0            0       0            0         0        1            0            0              0   64   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 512  19            0            0       0            0       0            0         0        1            0            0              0    8   1      1            0       0        76965       0            0            0       0        11920532       9               0       0               0       0          153931       0               0         0               0           0
                 640  20            0            0       0            0       0            0         0        1            0            0              0   32   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 768  21            0            0       0            0       0            0         0        1            0            0              0   16   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 896  22            0            0       0            0       0            0         0        1            0            0              0   32   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1024  23            0            0       0            0       0            0         0        1            0            0              0    4   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1280  24            0            0       0            0       0            0         0        1            0            0              0   16   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1536  25            0            0       0            0       0            0         0        1            0            0              0    8   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1792  26            0            0       0            0       0            0         0        1            0            0              0   16   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                2048  27            0            0       0            0       0            0         0        1            0            0              0    2   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                2560  28            0            0       0            0       0            0         0        1            0            0              0    8   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                3072  29            0            0       0            0       0            0         0        1            0            0              0    4   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                3584  30            0            0       0            0       0            0         0        1            0            0              0    8   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                4096  31            0            0       0            0       0            0         0        1            0            0              0    1   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                5120  32            0            0       0            0       0            0         0        1            0            0              0    4   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                6144  33            0            0       0            0       0            0         0        1            0            0              0    2   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                7168  34            0            0       0            0       0            0         0        1            0            0              0    4   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                8192  35            0            0       0            0       0            0         0        1            0            0              0    1   2      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               10240  36            0            0       0            0       0            0         0        1            0            0              0    2   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               12288  37            0            0       0            0       0            0         0        1            0            0              0    1   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               14336  38            0            0       0            0       0            0         0        1            0            0              0    2   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
large:          size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests (#/sec)  curlextents
                     ---
extents:        size ind       ndirty        dirty       nmuzzy        muzzy    nretained     retained       ntotal        total
                     ---
             2097152  31            0            0            0            0            1      2080768            1      2080768
                     ---
arenas[3]:
assigned threads: 1
uptime: 1213882904403529
dss allocation precedence: "secondary"
decaying:  time       npages       sweeps     madvises       purged
   dirty: 10000            0            0            0            0
   muzzy:     0            0            0            0            0
                            allocated         nmalloc (#/sec)         ndalloc (#/sec)       nrequests   (#/sec)           nfill   (#/sec)          nflush   (#/sec)
small:                             96             300       0             297       0           18866         0               3         0              14         0
large:                              0               0       0               0       0               0         0               0         0               0         0
total:                             96             300       0             297       0           18866         0               3         0              14         0
                                     
active:                         20480
mapped:                       2117632
retained:                     2076672
base:                           43216
internal:                           0
metadata_thp:                       0
tcache_bytes:                      32
resident:                       65536
abandoned_vm:                       0
extent_avail:                       0
                           n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
large                        11843567       9               0       0               0       0               1       0               0         0               0           0
extent_avail                 11843571       9               0       0               0       0               4       0               0         0               0           0
extents_dirty                11843570       9               0       0               0       0               4       0               0         0               0           0
extents_muzzy                11843567       9               0       0               0       0               1       0               0         0               0           0
extents_retained             11843573       9               0       0               0       0               4       0               0         0               0           0
decay_dirty                  12092711       9               1       0               2       0          246782       0               0         0               0           1
decay_muzzy                  12217283      10               0       0               2       0          246782       0               0         0               0           0
base                         23687139      19               0       0               0       0               4       0               0         0               0           0
tcache_list                  11843568       9               0       0               0       0               2       0               0         0               0           0
bins:           size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests   (#/sec)  nshards      curregs     curslabs  nonfull_slabs regs pgs   util       nfills (#/sec)     nflushes (#/sec)       nslabs     nreslabs (#/sec)      n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
                   8   0            0            0       0            0       0            0         0        1            0            0              0  512   1      1            0       0            1       0            0            0       0        11843568       9               0       0               0       0               3       0               0         0               0           0
                     ---
                  16   1           16          100       0           99       0        18863         0        1            1            1              0  256   1  0.003            1       0            4       0            1            0       0        11843573       9               0       0               0       0              11       0               0         0               0           0
                  24   2            0            0       0            0       0            0         0        1            0            0              0  512   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
                  32   3           32          100       0           99       0            1         0        1            1            1              0  128   1  0.007            1       0            4       0            1            0       0        11843573       9               0       0               0       0              10       0               0         0               0           0
                  40   4            0            0       0            0       0            0         0        1            0            0              0  512   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
                  48   5           48          100       0           99       0            2         0        1            1            1              0  256   3  0.003            1       0            4       0            1            0       0        11843573       9               0       0               0       0              10       0               0         0               0           0
                  56   6            0            0       0            0       0            0         0        1            0            0              0  512   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  64   7            0            0       0            0       0            0         0        1            0            0              0   64   1      1            0       0            1       0            0            0       0        11843568       9               0       0               0       0               3       0               0         0               0           0
                  80   8            0            0       0            0       0            0         0        1            0            0              0  256   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  96   9            0            0       0            0       0            0         0        1            0            0              0  128   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 112  10            0            0       0            0       0            0         0        1            0            0              0  256   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 128  11            0            0       0            0       0            0         0        1            0            0              0   32   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 160  12            0            0       0            0       0            0         0        1            0            0              0  128   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 192  13            0            0       0            0       0            0         0        1            0            0              0   64   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 224  14            0            0       0            0       0            0         0        1            0            0              0  128   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 256  15            0            0       0            0       0            0         0        1            0            0              0   16   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 320  16            0            0       0            0       0            0         0        1            0            0              0   64   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 384  17            0            0       0            0       0            0         0        1            0            0              0   32   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 448  18            0            0       0            0       0            0         0        1            0            0              0   64   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 512  19            0            0       0            0       0            0         0        1            0            0              0    8   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 640  20            0            0       0            0       0            0         0        1            0            0              0   32   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 768  21            0            0       0            0       0            0         0        1            0            0              0   16   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 896  22            0            0       0            0       0            0         0        1            0            0              0   32   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1024  23            0            0       0            0       0            0         0        1            0            0              0    4   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1280  24            0            0       0            0       0            0         0        1            0            0              0   16   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1536  25            0            0       0            0       0            0         0        1            0            0              0    8   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1792  26            0            0       0            0       0            0         0        1            0            0              0   16   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                2048  27            0            0       0            0       0            0         0        1            0            0              0    2   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                2560  28            0            0       0            0       0            0         0        1            0            0              0    8   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                3072  29            0            0       0            0       0            0         0        1            0            0              0    4   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                3584  30            0            0       0            0       0            0         0        1            0            0              0    8   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                4096  31            0            0       0            0       0            0         0        1            0            0              0    1   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                5120  32            0            0       0            0       0            0         0        1            0            0              0    4   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                6144  33            0            0       0            0       0            0         0        1            0            0              0    2   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                7168  34            0            0       0            0       0            0         0        1            0            0              0    4   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                8192  35            0            0       0            0       0            0         0        1            0            0              0    1   2      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               10240  36            0            0       0            0       0            0         0        1            0            0              0    2   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               12288  37            0            0       0            0       0            0         0        1            0            0              0    1   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               14336  38            0            0       0            0       0            0         0        1            0            0              0    2   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
large:          size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests (#/sec)  curlextents
                     ---
extents:        size ind       ndirty        dirty       nmuzzy        muzzy    nretained     retained       ntotal        total
                     ---
             2097152  31            0            0            0            0            1      2076672            1      2076672
                     ---
arenas[4]:
assigned threads: 1
uptime: 1213882904403529
dss allocation precedence: "secondary"
decaying:  time       npages       sweeps     madvises       purged
   dirty: 10000            0            0            0            0
   muzzy:     0            0            0            0            0
                            allocated         nmalloc (#/sec)         ndalloc (#/sec)       nrequests   (#/sec)           nfill   (#/sec)          nflush   (#/sec)
small:                             80             200       0             197       0           18869         0               2         0               8         0
large:                              0               0       0               0       0               0         0               0         0               0         0
total:                             80             200       0             197       0           18869         0               2         0               8         0
                                     
active:                         16384
mapped:                       2113536
retained:                     2080768
base:                           43088
internal:                           0
metadata_thp:                       0
tcache_bytes:                      32
resident:                       61440
abandoned_vm:                       0
extent_avail:                       0
                           n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
large                        11843567       9               0       0               0       0               1       0               0         0               0           0
extent_avail                 11843570       9               0       0               0       0               4       0               0         0               0           0
extents_dirty                11843569       9               0       0               0       0               4       0               0         0               0           0
extents_muzzy                11843567       9               0       0               0       0               1       0               0         0               0           0
extents_retained             11843571       9               0       0               0       0               4       0               0         0               0           0
decay_dirty                  12107567       9               0       0               2       0          249820       0               0         0               0           0
decay_muzzy                  12239611      10               0       0               0       0          249820       0               0         0               0           0
base                         23687138      19               0       0               0       0               4       0               0         0               0           0
tcache_list                  11843568       9               0       0               0       0               2       0               0         0               0           0
bins:           size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests   (#/sec)  nshards      curregs     curslabs  nonfull_slabs regs pgs   util       nfills (#/sec)     nflushes (#/sec)       nslabs     nreslabs (#/sec)      n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
                   8   0            0            0       0            0       0            0         0        1            0            0              0  512   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
                  16   1           32          100       0           98       0        18868         0        1            2            1              0  256   1  0.007            1       0            4       0            1            0       0        11843573       9               0       0               0       0              11       0               0         0               0           0
                  24   2            0            0       0            0       0            0         0        1            0            0              0  512   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  32   3            0            0       0            0       0            0         0        1            0            0              0  128   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  40   4            0            0       0            0       0            0         0        1            0            0              0  512   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
                  48   5           48          100       0           99       0            1         0        1            1            1              0  256   3  0.003            1       0            4       0            1            0       0        11843573       9               0       0               0       0              10       0               0         0               0           0
                  56   6            0            0       0            0       0            0         0        1            0            0              0  512   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  64   7            0            0       0            0       0            0         0        1            0            0              0   64   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  80   8            0            0       0            0       0            0         0        1            0            0              0  256   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  96   9            0            0       0            0       0            0         0        1            0            0              0  128   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 112  10            0            0       0            0       0            0         0        1            0            0              0  256   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 128  11            0            0       0            0       0            0         0        1            0            0              0   32   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 160  12            0            0       0            0       0            0         0        1            0            0              0  128   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 192  13            0            0       0            0       0            0         0        1            0            0              0   64   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 224  14            0            0       0            0       0            0         0        1            0            0              0  128   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 256  15            0            0       0            0       0            0         0        1            0            0              0   16   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 320  16            0            0       0            0       0            0         0        1            0            0              0   64   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 384  17            0            0       0            0       0            0         0        1            0            0              0   32   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 448  18            0            0       0            0       0            0         0        1            0            0              0   64   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 512  19            0            0       0            0       0            0         0        1            0            0              0    8   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 640  20            0            0       0            0       0            0         0        1            0            0              0   32   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 768  21            0            0       0            0       0            0         0        1            0            0              0   16   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 896  22            0            0       0            0       0            0         0        1            0            0              0   32   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1024  23            0            0       0            0       0            0         0        1            0            0              0    4   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1280  24            0            0       0            0       0            0         0        1            0            0              0   16   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1536  25            0            0       0            0       0            0         0        1            0            0              0    8   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1792  26            0            0       0            0       0            0         0        1            0            0              0   16   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                2048  27            0            0       0            0       0            0         0        1            0            0              0    2   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                2560  28            0            0       0            0       0            0         0        1            0            0              0    8   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                3072  29            0            0       0            0       0            0         0        1            0            0              0    4   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                3584  30            0            0       0            0       0            0         0        1            0            0              0    8   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                4096  31            0            0       0            0       0            0         0        1            0            0              0    1   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                5120  32            0            0       0            0       0            0         0        1            0            0              0    4   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                6144  33            0            0       0            0       0            0         0        1            0            0              0    2   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                7168  34            0            0       0            0       0            0         0        1            0            0              0    4   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                8192  35            0            0       0            0       0            0         0        1            0            0              0    1   2      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               10240  36            0            0       0            0       0            0         0        1            0            0              0    2   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               12288  37            0            0       0            0       0            0         0        1            0            0              0    1   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               14336  38            0            0       0            0       0            0         0        1            0            0              0    2   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
large:          size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests (#/sec)  curlextents
                     ---
extents:        size ind       ndirty        dirty       nmuzzy        muzzy    nretained     retained       ntotal        total
                     ---
             2097152  31            0            0            0            0            1      2080768            1      2080768
                     ---
arenas[5]:
assigned threads: 1
uptime: 1212722307569963
dss allocation precedence: "secondary"
decaying:  time       npages       sweeps     madvises       purged
   dirty: 10000          494       127717      2140154     34077614
   muzzy:     0            0            0            0            0
                            allocated         nmalloc (#/sec)         ndalloc (#/sec)       nrequests   (#/sec)           nfill   (#/sec)          nflush   (#/sec)
small:                        2954168       110959810      91       110923026      91     35659770368     29404        56261341        46        32824974        27
large:                       11038720        89174033      73        89173552      73        94650926        78        89174033        73         1338639         1
total:                       13992888       200133843     165       200096578     164     35754421294     29482       145435374       119        34163613        28
                                     
active:                      16478208
mapped:                      20598784
retained:                    79015936
base:                          593616
internal:                           0
metadata_thp:                       0
tcache_bytes:                    1832
resident:                    19095552
abandoned_vm:                       0
extent_avail:                    2921
                           n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
large                        11843567       9               0       0               0       0               1       0               0         0               0           0
extent_avail                 39226214      32               0       0              86       0        13378869      11               0         0               0           0
extents_dirty               216384831     178              12       0            4208       0        23815918      19               0         0               0           1
extents_muzzy                11843567       9               0       0               0       0               1       0               0         0               0           0
extents_retained             21155001      17               0       0             134       0         1032241       0               0         0               0           0
decay_dirty                  12984824      10               0       0               7       0          975561       0               0         0               0           0
decay_muzzy                  12960400      10               0       0               0       0          954650       0               0         0               0           0
base                         23691439      19               0       0               0       0             644       0               0         0               0           0
tcache_list                  11843568       9               0       0               0       0               2       0               0         0               0           0
bins:           size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests   (#/sec)  nshards      curregs     curslabs  nonfull_slabs regs pgs   util       nfills (#/sec)     nflushes (#/sec)       nslabs     nreslabs (#/sec)      n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
                   8   0        17456     26307014      21     26304832      21   5202127171      4289        1         2182            6              5  512   1  0.710     10694193       8      3990813       3          240      2515494       2        26551143      21               0       0               4       0        12048906       9               0         0               0           0
                  16   1        50640     21340291      17     21337126      17  22373588931     18449        1         3165           22             13  256   1  0.561     10635100       8      3997042       3           63      4932659       4        26564140      21               0       0              55       0        12198391      10               0         0               0           0
                  24   2       176904      7270400       5      7263029       5   1314596161      1084        1         7371           17              6  512   3  0.846      3879031       3      2731928       2          137      1610887       1        18536752      15               0       0              17       0         8717747       7               0         0               0           0
                  32   3       166432      5892761       4      5887560       4    251543025       207        1         5201           44             11  128   1  0.923      2860225       2      2752619       2          268      2348572       1        17518890      14               0       0              10       0         8773583       7               0         0               0           0
                  40   4        47920      8706690       7      8705492       7   1288337854      1062        1         1198            3              2  512   5  0.779      5620019       4      3551925       2           32       489261       0        21058515      17               0       0               7       0        11310019       9               0         0               0           0
                  48   5        62064     11994942       9     11993649       9    439304153       362        1         1293            7              4  256   3  0.721      4672707       3      3004794       2          300      1334258       1        19521661      16               0       0               7       0         9330360       7               0         0               0           0
                  56   6       269696      6331463       5      6326647       5   3782616463      3119        1         4816           10              1  512   7  0.940      4013866       3      2756982       2          200       739179       0        18682640      15               0       0              16       0         8989060       7               0         0               0           0
                  64   7       111040      5773201       4      5771466       4    861752004       710        1         1735           32             13   64   1  0.847      2998527       2      2445693       2          146      2855823       2        17331150      14               1       0              14       0         8029720       6               0         0               0           1
                  80   8       153600      2521503       2      2519583       2    120237955        99        1         1920            8              3  256   5  0.937      2130237       1      1458534       1          985       877458       0        15474636      12               0       0               9       0         4558921       3               0         0               0           0
                  96   9       153504      3317270       2      3315671       2      4505175         3        1         1599           13              6  128   3  0.960      3007661       2      1577505       1         4945      1072787       0        16479972      13               0       0               6       0         5205507       4               0         0               0           0
                 112  10       179312      8265643       6      8264042       6     16775741        13        1         1601            9              6  256   7  0.694      3490736       2      2127018       1           69      1051923       0        17506642      14               0       0               5       0         6681337       5               0         0               0           0
                 128  11       113920       443131       0       442241       0       756880         0        1          890           28              2   32   1  0.993       341040       0       363875       0         2500        98436       0        12595563      10               0       0               2       0         1399642       1               0         0               0           0
                 160  12        47040       110151       0       109857       0        77292         0        1          294            3              2  128   5  0.765        56550       0        77926       0          153         2797       0        12020433       9               0       0               0       0          315897       0               0         0               0           0
                 192  13         9792       230787       0       230736       0       822568         0        1           51            3              2   64   3  0.265       163290       0       160120       0          392         2126       0        12210710      10               0       0               0       0          633918       0               0         0               0           0
                 224  14        11872       165439       0       165386       0       163162         0        1           53            2              1  128   7  0.207        84443       0       105763       0            9            1       0        12075788       9               0       0               1       0          427101       0               0         0               0           0
                 256  15       143360       227095       0       226535       0       321746         0        1          560           40             17   16   1  0.875       153783       0       174949       0         3273        83529       0        12220983      10               0       0               0       0          694035       0               0         0               0           0
                 320  16        64320       725353       0       725152       0      1208618         0        1          201            5              4   64   5  0.628       543570       0       402185       0          540       254555       0        12833618      10               0       0               0       0         1583082       1               0         0               0           0
                 384  17       566400        82262       0        80787       0        62192         0        1         1475           47              2   32   3  0.980        54508       0        75529       0          877        27481       0        12014936       9               0       0               0       0          307136       0               0         0               0           0
                 448  18       137088        94806       0        94500       0        69501         0        1          306            6              2   64   7  0.796        63017       0        83462       0          273        25150       0        12030613       9               0       0               0       0          337723       0               0         0               0           0
                 512  19       371200       141502       0       140777       0       103257         0        1          725           92              6    8   1  0.985        95259       0       115631       0         5607        60789       0        12104514       9               0       0               1       0          462881       0               0         0               0           0
                 640  20        79360        78997       0        78873       0        58112         0        1          124            5              2   32   5  0.775        52612       0        72616       0          172        19957       0        12008892       9               0       0               0       0          297091       0               0         0               0           0
                 768  21        14592        78169       0        78150       0        57404         0        1           19            2              1   16   3  0.593        51901       0        71908       0          286         6585       0        12007168       9               0       0               0       0          293993       0               0         0               0           0
                 896  22            0       135020       0       135020       0        98378         0        1            0            0              0   32   7      1        90613       0       110384       0        20098            0       0        12123748       9               0       0               0       0          445556       0               0         0               0           0
                1024  23         2048       104057       0       104055       0        78497         0        1            2            1              0    4   1  0.500        69794       0        89963       0        11420         6583       0        12064737       9               0       0               1       0          360536       0               0         0               0           0
                1280  24         2560       135496       0       135494       0        98432         0        1            2            1              0   16   5  0.125        90967       0       110840       0        27815            0       0        12140158      10               0       0               0       0          448982       0               0         0               0           0
                1536  25            0        75526       0        75526       0        56015         0        1            0            0              0    8   3      1        50501       0        70703       0        36776            0       0        12076419       9               0       0               0       0          287506       0               0         0               0           0
                1792  26            0       131149       0       131149       0        94712         0        1            0            0              0   16   7      1        88438       0       107858       0        54429            0       0        12185587      10               0       0               0       0          435455       0               0         0               0           0
                2048  27         2048       111081       0       111080       0        80720         0        1            1            1              0    2   1  0.500        75200       0        93561       0        70486         5973       0        12187744      10               0       0               0       0          377973       0               0         0               0           0
                2560  28            0        94026       0        94026       0       106460         0        1            0            0              0    8   5      1        62253       0        71542       0        21748            1       0        12037143       9               0       0               0       0          287388       0               0         0               0           0
                3072  29            0            0       0            0       0            0         0        1            0            0              0    4   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                3584  30            0            0       0            0       0            0         0        1            0            0              0    8   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                4096  31            0            0       0            0       0            0         0        1            0            0              0    1   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
                5120  32            0        40917       0        40917       0        41034         0        1            0            0              0    4   5      1        40761       0        40763       0        40763            0       0        12006617       9               0       0               0       0          162869       0               0         0               0           0
                6144  33            0            0       0            0       0            0         0        1            0            0              0    2   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                7168  34            0            0       0            0       0            0         0        1            0            0              0    4   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                8192  35            0            0       0            0       0            0         0        1            0            0              0    1   2      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
               10240  36            0         1601       0         1601       0         1537         0        1            0            0              0    2   5      1         1512       0         1514       0         1516            0       0        11849625       9               0       0               0       0            6053       0               0         0               0           0
               12288  37            0        32067       0        32067       0        29218         0        1            0            0              0    1   3      1        29027       0        29029       0        32067            0       0        11965757       9               0       0               0       0          115957       0               0         0               0           0
               14336  38            0            0       0            0       0            0         0        1            0            0              0    2   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
large:          size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests (#/sec)  curlextents
                     ---
               20480  40      8663040      4545955       3      4545532       3     10022848       8          423
                     ---
               40960  44      2375680     84628078      69     84628020      69     84628078      69           58
                     ---
extents:        size ind       ndirty        dirty       nmuzzy        muzzy    nretained     retained       ntotal        total
                4096   0            0            0            0            0           91       372736           91       372736
                8192   1            0            0            0            0           51       417792           51       417792
               12288   2            2        24576            0            0           46       565248           48       589824
               16384   3            0            0            0            0           62      1015808           62      1015808
               20480   4            6       122880            0            0          107      2191360          113      2314240
               24576   5           20       491520            0            0           29       712704           49      1204224
               28672   6            0            0            0            0           10       286720           10       286720
               32768   7            0            0            0            0            4       131072            4       131072
               40960   8            0            0            0            0           10       397312           10       397312
               49152   9           13       589824            0            0            8       368640           21       958464
               57344  10            0            0            0            0            1        57344            1        57344
               65536  11            1        65536            0            0            3       196608            4       262144
               81920  12            3       208896            0            0            1        69632            4       278528
               98304  13            3       270336            0            0            2       188416            5       458752
              114688  14            1       114688            0            0            2       221184            3       335872
              131072  15            0            0            0            0            1       118784            1       118784
              163840  16            1       135168            0            0            3       442368            4       577536
              196608  17            0            0            0            0            1       192512            1       192512
              229376  18            0            0            0            0            1       212992            1       212992
              262144  19            0            0            0            0            1       258048            1       258048
                     ---
              393216  21            0            0            0            0            2       692224            2       692224
                     ---
             1310720  28            0            0            0            0            1      1294336            1      1294336
                     ---
             1835008  30            0            0            0            0            1      1695744            1      1695744
                     ---
             2621440  32            0            0            0            0            1      2461696            1      2461696
             3145728  33            0            0            0            0            1      2863104            1      2863104
                     ---
             7340032  38            0            0            0            0            1      7065600            1      7065600
                     ---
            10485760  40            0            0            0            0            1     10485760            1     10485760
            12582912  41            0            0            0            0            1     12582912            1     12582912
            14680064  42            0            0            0            0            1     14680064            1     14680064
            16777216  43            0            0            0            0            1     16777216            1     16777216
                     ---
arenas[6]:
assigned threads: 1
uptime: 1212722307569963
dss allocation precedence: "secondary"
decaying:  time       npages       sweeps     madvises       purged
   dirty: 10000          189       128278      2157975     34045521
   muzzy:     0            0            0            0            0
                            allocated         nmalloc (#/sec)         ndalloc (#/sec)       nrequests   (#/sec)           nfill   (#/sec)          nflush   (#/sec)
small:                        2993216       110003810      90       109966774      90     35370269242     29166        55621946        45        32575418        26
large:                       13557760        88570042      73        88569473      73        94042759        77        88570042        73         1331075         1
total:                       16550976       198573852     163       198536247     163     35464312001     29243       144191988       118        33906493        27
                                     
active:                      19443712
mapped:                      22315008
retained:                    77299712
base:                          597584
internal:                           0
metadata_thp:                       0
tcache_bytes:                    1888
resident:                    20815872
abandoned_vm:                       0
extent_avail:                    2896
                           n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
large                        11843567       9               0       0               0       0               1       0               0         0               0           0
extent_avail                 39013968      32               0       0              97       0        13316727      10               0         0               0           0
extents_dirty               215042079     177              18       0            4272       0        23835221      19               0         0               0           1
extents_muzzy                11843567       9               0       0               0       0               1       0               0         0               0           0
extents_retained             21182750      17               0       0             114       0         1035726       0               0         0               0           0
decay_dirty                  12980357      10               0       0               3       0          970801       0               0         0               0           0
decay_muzzy                  12956233      10               0       0               1       0          948879       0               0         0               0           0
base                         23691470      19               0       0               0       0             584       0               0         0               0           0
tcache_list                  11843568       9               0       0               0       0               2       0               0         0               0           0
bins:           size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests   (#/sec)  nshards      curregs     curslabs  nonfull_slabs regs pgs   util       nfills (#/sec)     nflushes (#/sec)       nslabs     nreslabs (#/sec)      n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
                   8   0        18120     26031883      21     26029618      21   5161342300      4255        1         2265            7              3  512   1  0.631     10513762       8      3952511       3          170      2420496       1        26331984      21               0       0               4       0        11981093       9               0         0               0           0
                  16   1        52880     21156408      17     21153103      17  22190110637     18297        1         3305           21             12  256   1  0.614     10512010       8      3964692       3           82      4944584       4        26408607      21               0       0              42       0        12115864       9               0         0               0           0
                  24   2       173256      7213699       5      7206480       5   1304192512      1075        1         7219           17              2  512   3  0.829      3845198       3      2710249       2          118      1588445       1        18481120      15               0       0              14       0         8654082       7               0         0               0           0
                  32   3       163424      5854244       4      5849137       4    254198295       209        1         5107           43              4  128   1  0.927      2834126       2      2734432       2          226      2290286       1        17474525      14               0       0              12       0         8723102       7               0         0               0           0
                  40   4        43400      8611729       7      8610644       7   1277330087      1053        1         1085            3              2  512   5  0.706      5556099       4      3520394       2            7       121132       0        20962552      17               0       0              12       0        11228822       9               0         0               0           0
                  48   5        69552     11909497       9     11908048       9    435318972       358        1         1449            7              1  256   3  0.808      4613744       3      2983481       2          202      1317576       1        19441189      16               0       0               6       0         9274136       7               0         0               0           0
                  56   6       267064      6265846       5      6261077       5   3749095602      3091        1         4769           10              6  512   7  0.931      3970422       3      2732023       2          170       564517       0        18614329      15               0       0              12       0         8918488       7               0         0               0           0
                  64   7       117888      5726771       4      5724929       4    853968621       704        1         1842           34              6   64   1  0.846      2960859       2      2424885       1          225      2827849       2        17272360      14               0       0              13       0         7965042       6               0         0               0           0
                  80   8       154800      2505073       2      2503138       2    119167271        98        1         1935            8              4  256   5  0.944      2117593       1      1448822       1          517       860032       0        15451740      12               0       0               4       0         4535680       3               0         0               0           0
                  96   9       152064      3290726       2      3289142       2      4456535         3        1         1584           13              8  128   3  0.951      2983311       2      1564342       1        14207      1077685       0        16461153      13               0       0               4       0         5164631       4               0         0               0           0
                 112  10       186144      8212542       6      8210880       6     16718264        13        1         1662           11              4  256   7  0.590      3466105       2      2117733       1          154      1035792       0        17472849      14               0       0               4       0         6658124       5               0         0               0           0
                 128  11       119296       439247       0       438315       0       746240         0        1          932           30              3   32   1  0.970       337741       0       360421       0         3185       104009       0        12590065      10               0       0               0       0         1387645       1               0         0               0           0
                 160  12        50880       110289       0       109971       0        77027         0        1          318            3              1  128   5  0.828        56449       0        77634       0          206         8010       0        12020285       9               0       0               0       0          315646       0               0         0               0           0
                 192  13         7296       229747       0       229709       0       821727         0        1           38            3              2   64   3  0.197       162291       0       159781       0           46          950       0        12208400      10               0       0               0       0          632850       0               0         0               0           0
                 224  14        16576       163896       0       163822       0       162558         0        1           74            2              1  128   7  0.289        84252       0       105405       0           49           83       0        12075056       9               0       0               0       0          425972       0               0         0               0           0
                 256  15       134656       225171       0       224645       0       320122         0        1          526           37             13   16   1  0.888       153354       0       174663       0         2633        79408       0        12218656      10               0       0               1       0          691935       0               0         0               0           0
                 320  16        74560       721515       0       721282       0      1207977         0        1          233            5              1   64   5  0.728       539121       0       399907       0         1836       270945       0        12829697      10               0       0               0       0         1576139       1               0         0               0           0
                 384  17       598656        82872       0        81313       0        62473         0        1         1559           49              2   32   3  0.994        54818       0        75555       0         1107        27769       0        12015946       9               0       0               0       0          308279       0               0         0               0           0
                 448  18       123200        94251       0        93976       0        69412         0        1          275            5              2   64   7  0.859        62813       0        83402       0          232        26698       0        12029914       9               0       0               0       0          336902       0               0         0               0           0
                 512  19       367104       141916       0       141199       0       103124         0        1          717           90              1    8   1  0.995        95218       0       115432       0         5220        61378       0        12103648       9               0       0               0       0          462919       0               0         0               0           0
                 640  20        70400        78657       0        78547       0        57862         0        1          110            5              2   32   5  0.687        52451       0        72454       0          252        18415       0        12008429       9               0       0               1       0          296711       0               0         0               0           0
                 768  21        17664        78174       0        78151       0        57640         0        1           23            3              2   16   3  0.479        51978       0        72350       0          152         4796       0        12007403       9               0       0               1       0          295065       0               0         0               0           0
                 896  22         3584       135116       0       135112       0        98866         0        1            4            1              0   32   7  0.125        90894       0       110789       0        15088            0       0        12114510       9               0       0               0       0          447095       0               0         0               0           0
                1024  23         1024       104582       0       104581       0        78469         0        1            1            1              0    4   1  0.250        69924       0        89649       0        25745         1907       0        12093426       9               0       0               0       0          361012       0               0         0               0           0
                1280  24            0       133790       0       133790       0        97512         0        1            0            0              0   16   5      1        90214       0       110055       0        41882            0       0        12166190      10               0       0               0       0          445770       0               0         0               0           0
                1536  25            0        74946       0        74946       0        55724         0        1            0            0              0    8   3      1        50191       0        70083       0        36449            1       0        12074540       9               0       0               0       0          285360       0               0         0               0           0
                1792  26            0       131683       0       131683       0        94717         0        1            0            0              0   16   7      1        88542       0       107875       0        57308            0       0        12191770      10               0       0               0       0          436124       0               0         0               0           0
                2048  27         2048       111681       0       111680       0        80698         0        1            1            1              0    2   1  0.500        75220       0        93334       0        71035         5612       0        12188715      10               0       0               0       0          377849       0               0         0               0           0
                2560  28         7680        92657       0        92654       0       106080         0        1            3            1              0    8   5  0.375        61820       0        71633       0        21641            0       0        12036245       9               0       0               0       0          286461       0               0         0               0           0
                3072  29            0            0       0            0       0            0         0        1            0            0              0    4   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                3584  30            0            0       0            0       0            0         0        1            0            0              0    8   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                4096  31            0            0       0            0       0            0         0        1            0            0              0    1   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
                5120  32            0        40910       0        40910       0        41049         0        1            0            0              0    4   5      1        40770       0        40772       0        40772            0       0        12006653       9               0       0               0       0          162939       0               0         0               0           0
                6144  33            0            0       0            0       0            0         0        1            0            0              0    2   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                7168  34            0            0       0            0       0            0         0        1            0            0              0    4   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                8192  35            0            0       0            0       0            0         0        1            0            0              0    1   2      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
               10240  36            0         2287       0         2287       0         1531         0        1            0            0              0    2   5      1         1508       0         1510       0         1512            0       0        11849609       9               0       0               0       0            6037       0               0         0               0           0
               12288  37            0        32005       0        32005       0        29338         0        1            0            0              0    1   3      1        29148       0        29150       0        32005            0       0        11965875       9               0       0               0       0          116487       0               0         0               0           0
               14336  38            0            0       0            0       0            0         0        1            0            0              0    2   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
large:          size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests (#/sec)  curlextents
                     ---
               20480  40      9748480      4521925       3      4521449       3      9994642       8          476
                     ---
               40960  44      3809280     84048117      69     84048024      69     84048117      69           93
                     ---
extents:        size ind       ndirty        dirty       nmuzzy        muzzy    nretained     retained       ntotal        total
                4096   0            2         8192            0            0           86       352256           88       360448
                8192   1            1         8192            0            0           45       368640           46       376832
               12288   2            5        61440            0            0           66       811008           71       872448
               16384   3            0            0            0            0           46       753664           46       753664
               20480   4            8       163840            0            0          108      2211840          116      2375680
               24576   5            0            0            0            0           29       712704           29       712704
               28672   6            0            0            0            0           11       315392           11       315392
               32768   7            0            0            0            0           13       425984           13       425984
               40960   8            0            0            0            0           21       827392           21       827392
               49152   9            4       180224            0            0            0            0            4       180224
                     ---
               65536  11            1        61440            0            0            0            0            1        61440
                     ---
              163840  16            0            0            0            0            2       282624            2       282624
              196608  17            0            0            0            0            1       180224            1       180224
                     ---
              327680  20            1       290816            0            0            1       299008            2       589824
                     ---
             1572864  29            0            0            0            0            1      1531904            1      1531904
                     ---
             3670016  34            0            0            0            0            1      3342336            1      3342336
             4194304  35            0            0            0            0            1      3903488            1      3903488
             5242880  36            0            0            0            0            1      4456448            1      4456448
             6291456  37            0            0            0            0            1      5574656            1      5574656
                     ---
            10485760  40            0            0            0            0            1      9932800            1      9932800
                     ---
            14680064  42            0            0            0            0            3     41017344            3     41017344
                     ---
arenas[7]:
assigned threads: 1
uptime: 1212722307569963
dss allocation precedence: "secondary"
decaying:  time       npages       sweeps     madvises       purged
   dirty: 10000           36       100135      1470550     27192452
   muzzy:     0            0            0            0            0
                            allocated         nmalloc (#/sec)         ndalloc (#/sec)       nrequests   (#/sec)           nfill   (#/sec)          nflush   (#/sec)
small:                    31465498320     12457587574   10272     11673982357    9626    129500778117    106785       646703251       533       285682233       235
large:                       14061568        91780936      75        91780365      75        96670196        79        91780936        75         1842894         1
total:                    31479559888     12549368510   10348     11765762722    9701    129597448313    106864       738484187       608       287525127       237
                                     
active:                   31585611776
mapped:                   32172961792
retained:                  1688702976
base:                       511381984
internal:                           0
metadata_thp:                       0
tcache_bytes:                    5488
resident:                 32097144832
abandoned_vm:                       0
extent_avail:                      94
                           n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
large                        11843567       9               0       0               0       0               1       0               0         0               0           0
extent_avail                 48843818      40               0       0              18       0          193265       0               0         0               0           0
extents_dirty               247682145     204               3       0            1004       0          210500       0               0         0               0           1
extents_muzzy                11843567       9               0       0               0       0               1       0               0         0               0           0
extents_retained             20286102      16               1       0              62       0          199991       0               0         0               0           1
decay_dirty                  29269003      24               1       0               3       0          272334       0               0         0               0           1
decay_muzzy                  38440771      31               0       0               1       0          269610       0               0         0               0           0
base                         27681971      22               0       0               0       0               1       0               0         0               0           0
tcache_list                  11843568       9               0       0               0       0               1       0               0         0               0           0
bins:           size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests   (#/sec)  nshards      curregs     curslabs  nonfull_slabs regs pgs   util       nfills (#/sec)     nflushes (#/sec)       nslabs     nreslabs (#/sec)      n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
                   8   0   1094136488    210677235     173     73910174      60   5483933370      4522        1    136767061       267404           2426  512   1  0.998     24026673      19     14099389      11       345324     12362947      10        50409642      41               0       0               1       0           33496       0               0         0               0           0
                  16   1   2589348848  10154405317    8373   9992571014    8239  61988589512     51115        1    161834303       632584           5907  256   1  0.999    180696988     149    107728870      88      1819554   6315276384    5207       303351881     250               3       0             118       0          150947       0               0         0               0           1
                  24   2   3805523472    459818906     379    301255428     248   9966017733      8217        1    158563478       310017          13294  512   3  0.998     83818223      69     16125761      13       473522    110621678      91       112488325      92               0       0               5       0          126794       0               0         0               0           0
                  32   3    400170368     62556327      51     50051003      41   5898872941      4864        1     12505324        97699              6  128   1  0.999     25718487      21     12828863      10       182447     23599950      19        50711792      41               1       0               3       0          106843       0               0         0               0           1
                  40   4    820512800    241470974     199    220958154     182  26443544503     21805        1     20512820        40073            514  512   5  0.999    107459091      88     15332901      12        69506    144130579     118       134772451     111               0       0               2       0           75724       0               0         0               0           0
                  48   5   5679597840    188323089     155     69998134      57    754438565       622        1    118324955       463071          12194  256   3  0.998     19301290      15     13804051      11       616623     14754064      12        45719084      37               0       0               0       0               3       0               0         0               0           0
                  56   6   4590475736    277344653     228    195371872     161  11054974480      9115        1     81972781       160104              9  512   7  0.999     69645258      57     14080482      11       251870     95287385      78        95971243      79               0       0               7       0          116234       0               0         0               0           0
                  64   7   4216088640    689219971     568    623343586     514   4818103880      3972        1     65876385      1038977          52529   64   1  0.990     38215579      31     19661239      16      2795903    371456438     306        74312566      61               0       0               4       0           78182       0               0         0               0           0
                  80   8    250464080     25021112      20     21890311      18    178842607       147        1      3130801        12584           5724  256   5  0.971     15454537      12      9115065       7        30258     12052734       9        36499552      30               0       0               4       0           76721       0               0         0               0           0
                  96   9    224773056     11044895       9      8703509       7     26235497        21        1      2341386        18293              6  128   3  0.999      5600413       4      4721897       3        39916      4360397       3        22267825      18               0       0               1       0           80575       0               0         0               0           0
                 112  10    215593392     16286891      13     14361950      11     25249646        20        1      1924941         7527             17  256   7  0.998      6243205       5      5425912       4        14699     10075909       8        23579513      19               0       0               3       0           89233       0               0         0               0           0
                 128  11    139601024      4883336       4      3792703       3      6547106         5        1      1090633        34175            144   32   1  0.997      2468880       2      3095850       2        67065      2508011       2        17549644      14               0       0               0       0           82468       0               0         0               0           0
                 160  12    155098880      3646402       3      2677034       2      7080854         5        1       969368         7574              9  128   5  0.999      1779374       1      4224436       3        13433      1647811       1        17904277      14               0       0               0       0           74965       0               0         0               0           0
                 192  13     10958976      3373086       2      3316008       2     19254392        15        1        57078          920            122   64   3  0.969      2453042       2      2244257       1         2049      3249910       2        16587347      13               0       0               0       0           86304       0               0         0               0           0
                 224  14     26948768      5080088       4      4959781       4     47809526        39        1       120307          953             76  128   7  0.986      3355852       2      2813132       2         1931      5334575       4        18057856      14               0       0               2       0           84491       0               0         0               0           0
                 256  15    223410176      7126576       5      6253880       5     89987699        74        1       872696        54545             13   16   1  0.999      5094806       4      6487449       5        79106      6434875       5        23567972      19               0       0               1       0           76701       0               0         0               0           0
                 320  16    412308800     15949811      13     14661346      12    405768278       334        1      1288465        20837           6857   64   5  0.966      9936011       8      5523679       4        28937     15046526      12        27383195      22               0       0               0       0           85548       0               0         0               0           0
                 384  17   3653405568     31713460      26     22199383      18    820157973       676        1      9514077       297316             22   32   3  0.999     13942637      11      7261933       5       482169     18918111      15        33754601      27               0       0               1       0           78676       0               0         0               0           0
                 448  18   1079280832     17334844      14     14925735      12    775750808       639        1      2409109        38447           6415   64   7  0.979     11123408       9      5656299       4        50807     16055664      13        28725221      23               0       0               1       0           77365       0               0         0               0           0
                 512  19   1550181376     18000962      14     14973264      12    444030433       366        1      3027698       378465             14    8   1  0.999      8590733       7      5820790       4       748087     14132311      11        27489748      22               0       0               1       0          233477       0               0         0               0           0
                 640  20    302395520      6332190       5      5859697       4    220029258       181        1       472493        14766             13   32   5  0.999      4416903       3      3119459       2        23821      6237017       5        19452534      16               0       0               0       0           79260       0               0         0               0           0
                 768  21     16390656      1370804       1      1349462       1      9890182         8        1        21342         1335              4   16   3  0.999      1116130       0      1054261       0         3086      1340305       1        14058701      11               0       0               0       0           79558       0               0         0               0           0
                 896  22      2202368       394419       0       391961       0      1685234         1        1         2458           80             10   32   7  0.960       302575       0       316234       0          204       329268       0        12502366      10               0       0               0       0           79082       0               0         0               0           0
                1024  23      1922048      1643280       1      1641403       1      6291279         5        1         1877          482             29    4   1  0.973      1580335       1       692406       0         1593      1620189       1        14158387      11               0       0               0       0           78482       0               0         0               0           0
                1280  24      3106560       176951       0       174524       0      1753838         1        1         2427          158             18   16   5  0.960       121654       0       138788       0          492       127891       0        12143663      10               0       0               0       0           77432       0               0         0               0           0
                1536  25      1064448        94273       0        93580       0       528876         0        1          693           89              8    8   3  0.973        63923       0        83847       0          523        66495       0        12030761       9               0       0               0       0           76694       0               0         0               0           0
                1792  26       361984       142947       0       142745       0       232740         0        1          202           13              3   16   7  0.971        98056       0       118095       0          428        89469       0        12098023       9               0       0               1       0           74684       0               0         0               0           0
                2048  27        67584       117950       0       117917       0       102950         0        1           33           18              2    2   1  0.916        80897       0        99690       0        18994        59129       0        12097481       9               0       0               0       0           70490       0               0         0               0           0
                2560  28        38400        96394       0        96379       0       113745         0        1           15            2              0    8   5  0.937        65567       0        76008       0         8179        34785       0        12017504       9               0       0               0       0           32005       0               0         0               0           0
                3072  29            0       448609       0       448609       0       475875         0        1            0            0              0    4   3      1       448589       0       448564       0       448563            0       0        13637846      11               0       0               0       0               1       0               0         0               0           0
                3584  30            0           10       0           10       0            1         0        1            0            0              0    8   7      1            1       0            2       0            2            0       0        11843574       9               0       0               0       0               1       0               0         0               0           0
                4096  31            0           12       0           12       0            2         0        1            0            0              0    1   1      1            2       0            3       0           12            0       0        11843596       9               0       0               0       0               1       0               0         0               0           0
                5120  32            0      1892382       1      1892382       1      2503469         2        1            0            0              0    4   5      1      1889280       1      1887707       1      1886822            0       0        19394198      15               0       0               0       0               1       0               0         0               0           0
                6144  33        61440      1565650       1      1565640       1      1950422         1        1           10            5              0    2   3      1      1564528       1      1564585       1        99915         1201       0        15172505      12               0       0               0       0               1       0               0         0               0           0
                7168  34            0            0       0            0       0            0         0        1            0            0              0    4   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
                8192  35         8192           12       0           11       0            2         0        1            1            1              0    1   2      1            2       0            3       0           12            0       0        11843595       9               0       0               0       0               1       0               0         0               0           0
               10240  36            0         2254       0         2254       0         1482         0        1            0            0              0    2   5      1         1471       0         1473       0         1475            0       0        11849461       9               0       0               0       0               1       0               0         0               0           0
               12288  37            0        31502       0        31502       0        28959         0        1            0            0              0    1   3      1        28851       0        28853       0        31502            0       0        11964275       9               0       0               0       0               1       0               0         0               0           0
               14336  38            0            0       0            0       0            0         0        1            0            0              0    2   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
large:          size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests (#/sec)  curlextents
               16384  39            0            1       0            1       0            1       0            0
               20480  40      9318400      5147197       4      5146742       4     10036457       8          455
                     ---
               32768  43        32768            2       0            1       0            2       0            1
               40960  44      4710400     86633735      71     86633620      71     86633735      71          115
                     ---
               65536  47            0            1       0            1       0            1       0            0
                     ---
extents:        size ind       ndirty        dirty       nmuzzy        muzzy    nretained     retained       ntotal        total
                4096   0            1         4096            0            0        34195    140062720        34196    140066816
                8192   1            0            0            0            0        26598    217890816        26598    217890816
               12288   2            2        24576            0            0         9594    117891072         9596    117915648
               16384   3            1        16384            0            0         9709    159072256         9710    159088640
               20480   4            5       102400            0            0        15347    314306560        15352    314408960
               24576   5            0            0            0            0           49      1204224           49      1204224
               28672   6            0            0            0            0           15       430080           15       430080
               32768   7            0            0            0            0           18       589824           18       589824
               40960   8            0            0            0            0           60      2330624           60      2330624
               49152   9            0            0            0            0           18       831488           18       831488
               57344  10            0            0            0            0            2       110592            2       110592
               65536  11            0            0            0            0            8       503808            8       503808
               81920  12            0            0            0            0            4       299008            4       299008
               98304  13            0            0            0            0            4       352256            4       352256
                     ---
              163840  16            0            0            0            0            3       430080            3       430080
              196608  17            0            0            0            0            2       348160            2       348160
              229376  18            0            0            0            0            2       430080            2       430080
                     ---
              327680  20            0            0            0            0            1       290816            1       290816
              393216  21            0            0            0            0            1       352256            1       352256
                     ---
           805306368  65            0            0            0            0            1    730976256            1    730976256
                     ---
arenas[8]:
assigned threads: 1
uptime: 1212722307569963
dss allocation precedence: "secondary"
decaying:  time       npages       sweeps     madvises       purged
   dirty: 10000          488       125404      2154193     33962199
   muzzy:     0            0            0            0            0
                            allocated         nmalloc (#/sec)         ndalloc (#/sec)       nrequests   (#/sec)           nfill   (#/sec)          nflush   (#/sec)
small:                        2983184       111006068      91       110968897      91     35517353835     29287        55932850        46        32698204        26
large:                       12697600        88740930      73        88740382      73        94211707        77        88740930        73         1334910         1
total:                       15680784       199746998     164       199709279     164     35611565542     29364       144673780       119        34033114        28
                                     
active:                      18374656
mapped:                      22470656
retained:                    77144064
base:                          584784
internal:                           0
metadata_thp:                       0
tcache_bytes:                    2008
resident:                    20959232
abandoned_vm:                       0
extent_avail:                    2821
                           n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
large                        11843567       9               0       0               0       0               1       0               0         0               0           0
extent_avail                 38708221      31               0       0              78       0        13218999      10               0         0               0           0
extents_dirty               215040827     177              15       0            3698       0        23811388      19               0         0               0           1
extents_muzzy                11843567       9               0       0               0       0               1       0               0         0               0           0
extents_retained             21150461      17               0       0             119       0         1030545       0               0         0               0           0
decay_dirty                  12965996      10               0       0               6       0          966334       0               0         0               0           0
decay_muzzy                  12950721      10               0       0               3       0          949080       0               0         0               0           0
base                         23691370      19               0       0               0       0             620       0               0         0               0           0
tcache_list                  11843568       9               0       0               0       0               2       0               0         0               0           0
bins:           size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests   (#/sec)  nshards      curregs     curslabs  nonfull_slabs regs pgs   util       nfills (#/sec)     nflushes (#/sec)       nslabs     nreslabs (#/sec)      n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
                   8   0        17600     26271160      21     26268960      21   5182879871      4273        1         2200            5              2  512   1  0.859     10585077       8      3970345       3           89      2339705       1        26421038      21               0       0               3       0        12017084       9               0         0               0           0
                  16   1        53744     21628035      17     21624676      17  22282605504     18374        1         3359           20              9  256   1  0.656     10582872       8      3983585       3          507      4962738       4        26499471      21               0       0              31       0        12159123      10               0         0               0           0
                  24   2       174096      7252556       5      7245302       5   1309148815      1079        1         7254           16              2  512   3  0.885      3861051       3      2720979       2           79      1557159       1        18507360      15               0       0               9       0         8687634       7               0         0               0           0
                  32   3       169216      5879674       4      5874386       4    253017326       208        1         5288           43              2  128   1  0.960      2846755       2      2742861       2          199      2324633       1        17495450      14               0       0              11       0         8748093       7               0         0               0           0
                  40   4        48120      8653504       7      8652301       7   1283063745      1058        1         1203            3              2  512   5  0.783      5582027       4      3535908       2          608       966562       0        21005557      17               0       0              15       0        11274162       9               0         0               0           0
                  48   5        69696     11976885       9     11975433       9    437534113       360        1         1452            7              2  256   3  0.810      4653467       3      2995366       2          230      1327633       1        19492853      16               0       0               8       0         9308624       7               0         0               0           0
                  56   6       271208      6288948       5      6284105       5   3765705985      3105        1         4843           10              2  512   7  0.945      3987434       3      2744703       2           58       744497       0        18643770      15               1       0              11       0         8954486       7               0         0               0           1
                  64   7       112128      5754786       4      5753034       4    858007181       707        1         1752           30              4   64   1  0.912      2978921       2      2433337       2          226      2814867       2        17299026      14               0       0              10       0         7994645       6               0         0               0           0
                  80   8       147040      2516382       2      2514544       2    119699479        98        1         1838            8              3  256   5  0.897      2128179       1      1454960       1          184       661177       0        15467755      12               0       0               6       0         4550952       3               0         0               0           0
                  96   9       146496      3296555       2      3295029       2      4462944         3        1         1526           13              7  128   3  0.917      2990770       2      1569243       1        12767      1132904       0        16470533      13               0       0               2       0         5180193       4               0         0               0           0
                 112  10       187824      8263685       6      8262008       6     16771401        13        1         1677            8              2  256   7  0.818      3485800       2      2124153       1           58      1034980       0        17499151      14               0       0               3       0         6676071       5               0         0               0           0
                 128  11       110848       439634       0       438768       0       739653         0        1          866           28              8   32   1  0.966       338616       0       361820       0         1705        99011       0        12589270      10               0       0               0       0         1391309       1               0         0               0           0
                 160  12        48000       110927       0       110627       0        77198         0        1          300            3              2  128   5  0.781        56797       0        78168       0          435         4252       0        12021857       9               0       0               0       0          317867       0               0         0               0           0
                 192  13        10752       229618       0       229562       0       819131         0        1           56            2              1   64   3  0.437       162497       0       159585       0           75          775       0        12208865      10               0       0               0       0          632499       0               0         0               0           0
                 224  14        17696       164666       0       164587       0       162693         0        1           79            2              1  128   7  0.308        84477       0       105749       0            5            0       0        12075738       9               0       0               0       0          427606       0               0         0               0           0
                 256  15       137472       225868       0       225331       0       318390         0        1          537           38              9   16   1  0.883       152829       0       174186       0         3354        82265       0        12219254      10               0       0               0       0          690901       0               0         0               0           0
                 320  16        72000       721114       0       720889       0      1207519         0        1          225            5              3   64   5  0.703       541152       0       400692       0          716       255284       0        12829625      10               0       0               1       0         1576097       1               0         0               0           0
                 384  17       616320        82944       0        81339       0        62551         0        1         1605           51              1   32   3  0.983        54870       0        75508       0          918        26819       0        12015723       9               0       0               0       0          308609       0               0         0               0           0
                 448  18       138880        94605       0        94295       0        69455         0        1          310            6              3   64   7  0.807        62885       0        82987       0          242        24173       0        12029941       9               0       0               0       0          337260       0               0         0               0           0
                 512  19       340480       141752       0       141087       0       103191         0        1          665           84              3    8   1  0.989        95289       0       115385       0         4875        65467       0        12102940       9               0       0               0       0          462616       0               0         0               0           0
                 640  20        67840        77999       0        77893       0        57679         0        1          106            5              3   32   5  0.662        52088       0        72545       0          266        22018       0        12007884       9               0       0               0       0          295150       0               0         0               0           0
                 768  21        18432        78422       0        78398       0       157860         0        1           24            2              1   16   3  0.750        52285       0        72186       0          432         9414       0        12008460       9               0       0               0       0          295430       0               0         0               0           0
                 896  22         2688       134358       0       134355       0        98386         0        1            3            1              0   32   7  0.093        90480       0       110306       0        17552            0       0        12118469       9               0       0               0       0          444833       0               0         0               0           0
                1024  23         1024       103982       0       103981       0        78216         0        1            1            1              0    4   1  0.250        69572       0        89372       0        13451        11460       0        12068320       9               0       0               0       0          359922       0               0         0               0           0
                1280  24            0       133541       0       133541       0        97294         0        1            0            0              0   16   5      1        89900       0       110116       0        25251            0       0        12132643      10               0       0               0       0          444627       0               0         0               0           0
                1536  25            0        76507       0        76507       0        56506         0        1            0            0              0    8   3      1        51071       0        70960       0        26387            6       0        12056838       9               0       0               0       0          289297       0               0         0               0           0
                1792  26         3584       131059       0       131057       0        94570         0        1            2            1              0   16   7  0.125        88237       0       107548       0        70078            0       0        12216467      10               0       0               0       0          434637       0               0         0               0           0
                2048  27            0       111570       0       111570       0        80570         0        1            0            0              0    2   1      1        75182       0        93469       0        72961         4018       0        12192942      10               0       0               0       0          378278       0               0         0               0           0
                2560  28            0        92192       0        92192       0       105412         0        1            0            0              0    8   5      1        61561       0        71465       0        21728            2       0        12036007       9               0       0               0       0          285394       0               0         0               0           0
                3072  29            0            0       0            0       0            0         0        1            0            0              0    4   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                3584  30            0            0       0            0       0            0         0        1            0            0              0    8   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
                4096  31            0           10       0           10       0            1         0        1            0            0              0    1   1      1            1       0            2       0           10            0       0        11843590       9               0       0               0       0               5       0               0         0               0           0
                5120  32            0        40761       0        40761       0        40694         0        1            0            0              0    4   5      1        40423       0        40425       0        40425            0       0        12005265       9               0       0               0       0          161507       0               0         0               0           0
                6144  33            0            0       0            0       0            0         0        1            0            0              0    2   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                7168  34            0            0       0            0       0            0         0        1            0            0              0    4   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
                8192  35            0           10       0           10       0            1         0        1            0            0              0    1   2      1            1       0            2       0           10            0       0        11843590       9               0       0               0       0               5       0               0         0               0           0
               10240  36            0         2080       0         2080       0         1465         0        1            0            0              0    2   5      1         1443       0         1445       0         1447            0       0        11849349       9               0       0               0       0            5771       0               0         0               0           0
               12288  37            0        30279       0        30279       0        29036         0        1            0            0              0    1   3      1        28841       0        28843       0        30279            0       0        11961809       9               0       0               0       0          115239       0               0         0               0           0
               14336  38            0            0       0            0       0            0         0        1            0            0              0    2   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
large:          size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests (#/sec)  curlextents
               16384  39            0            1       0            1       0            1       0            0
               20480  40      9748480      4544611       3      4544135       3     10015388       8          476
                     ---
               32768  43            0            1       0            1       0            1       0            0
               40960  44      2949120     84196316      69     84196244      69     84196316      69           72
                     ---
               65536  47            0            1       0            1       0            1       0            0
                     ---
extents:        size ind       ndirty        dirty       nmuzzy        muzzy    nretained     retained       ntotal        total
                4096   0            2         8192            0            0           85       348160           87       356352
                8192   1            0            0            0            0           47       385024           47       385024
               12288   2            0            0            0            0           56       688128           56       688128
               16384   3            0            0            0            0           53       868352           53       868352
               20480   4           16       327680            0            0          124      2539520          140      2867200
               24576   5            0            0            0            0           26       638976           26       638976
               28672   6            0            0            0            0           12       344064           12       344064
               32768   7            0            0            0            0            5       163840            5       163840
               40960   8            0            0            0            0           12       466944           12       466944
               49152   9           14       630784            0            0            3       135168           17       765952
                     ---
               65536  11            1        65536            0            0            1        65536            2       131072
                     ---
               98304  13            5       450560            0            0            0            0            5       450560
                     ---
              163840  16            2       290816            0            0            0            0            2       290816
                     ---
              229376  18            1       225280            0            0            0            0            1       225280
                     ---
              327680  20            0            0            0            0            2       581632            2       581632
                     ---
             2097152  31            0            0            0            0            1      1957888            1      1957888
                     ---
             6291456  37            0            0            0            0            1      5353472            1      5353472
                     ---
             8388608  39            0            0            0            0            1      8388608            1      8388608
            10485760  40            0            0            0            0            1     10485760            1     10485760
            12582912  41            0            0            0            0            1     12275712            1     12275712
            14680064  42            0            0            0            0            1     14680064            1     14680064
            16777216  43            0            0            0            0            1     16777216            1     16777216
                     ---
arenas[48]:
assigned threads: 0
uptime: 1213882904403529
dss allocation precedence: "secondary"
decaying:  time       npages       sweeps     madvises       purged
   dirty:     0            0            0            6       129030
   muzzy:     0            0            0            0            0
                            allocated         nmalloc (#/sec)         ndalloc (#/sec)       nrequests   (#/sec)           nfill   (#/sec)          nflush   (#/sec)
small:                              0               0       0               0       0               0         0               0         0               0         0
large:                    10200547328               9       0               6       0               9         0               9         0               0         0
total:                    10200547328               9       0               6       0               9         0               9         0               0         0
                                     
active:                   10200559616
mapped:                   10202656768
retained:                  1610600448
base:                           43472
internal:                           0
metadata_thp:                       0
tcache_bytes:                       0
resident:                 10200604672
abandoned_vm:                       0
extent_avail:                       0
                           n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
large                        11843567       9               0       0               0       0               1       0               0         0               0           0
extent_avail                 11843583       9               0       0               0       0               2       0               0         0               0           0
extents_dirty                11843582       9               0       0               0       0               2       0               0         0               0           0
extents_muzzy                11843567       9               0       0               0       0               1       0               0         0               0           0
extents_retained             11843596       9               0       0               0       0               2       0               0         0               0           0
decay_dirty                  12239621      10               0       0               1       0          249825       0               0         0               0           0
decay_muzzy                  12239607      10               0       0               1       0          249810       0               0         0               0           0
base                         23687141      19               0       0               0       0               2       0               0         0               0           0
tcache_list                  11843567       9               0       0               0       0               1       0               0         0               0           0
bins:           size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests   (#/sec)  nshards      curregs     curslabs  nonfull_slabs regs pgs   util       nfills (#/sec)     nflushes (#/sec)       nslabs     nreslabs (#/sec)      n_lock_ops (#/sec)       n_waiting (#/sec)      n_spin_acq (#/sec)  n_owner_switch (#/sec)   total_wait_ns   (#/sec)     max_wait_ns  max_n_thds
                   8   0            0            0       0            0       0            0         0        1            0            0              0  512   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  16   1            0            0       0            0       0            0         0        1            0            0              0  256   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  24   2            0            0       0            0       0            0         0        1            0            0              0  512   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  32   3            0            0       0            0       0            0         0        1            0            0              0  128   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  40   4            0            0       0            0       0            0         0        1            0            0              0  512   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  48   5            0            0       0            0       0            0         0        1            0            0              0  256   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  56   6            0            0       0            0       0            0         0        1            0            0              0  512   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  64   7            0            0       0            0       0            0         0        1            0            0              0   64   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  80   8            0            0       0            0       0            0         0        1            0            0              0  256   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                  96   9            0            0       0            0       0            0         0        1            0            0              0  128   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 112  10            0            0       0            0       0            0         0        1            0            0              0  256   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 128  11            0            0       0            0       0            0         0        1            0            0              0   32   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 160  12            0            0       0            0       0            0         0        1            0            0              0  128   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 192  13            0            0       0            0       0            0         0        1            0            0              0   64   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 224  14            0            0       0            0       0            0         0        1            0            0              0  128   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 256  15            0            0       0            0       0            0         0        1            0            0              0   16   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 320  16            0            0       0            0       0            0         0        1            0            0              0   64   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 384  17            0            0       0            0       0            0         0        1            0            0              0   32   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 448  18            0            0       0            0       0            0         0        1            0            0              0   64   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 512  19            0            0       0            0       0            0         0        1            0            0              0    8   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 640  20            0            0       0            0       0            0         0        1            0            0              0   32   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 768  21            0            0       0            0       0            0         0        1            0            0              0   16   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                 896  22            0            0       0            0       0            0         0        1            0            0              0   32   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1024  23            0            0       0            0       0            0         0        1            0            0              0    4   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1280  24            0            0       0            0       0            0         0        1            0            0              0   16   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1536  25            0            0       0            0       0            0         0        1            0            0              0    8   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                1792  26            0            0       0            0       0            0         0        1            0            0              0   16   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                2048  27            0            0       0            0       0            0         0        1            0            0              0    2   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                2560  28            0            0       0            0       0            0         0        1            0            0              0    8   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                3072  29            0            0       0            0       0            0         0        1            0            0              0    4   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                3584  30            0            0       0            0       0            0         0        1            0            0              0    8   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                4096  31            0            0       0            0       0            0         0        1            0            0              0    1   1      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                5120  32            0            0       0            0       0            0         0        1            0            0              0    4   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                6144  33            0            0       0            0       0            0         0        1            0            0              0    2   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                7168  34            0            0       0            0       0            0         0        1            0            0              0    4   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                8192  35            0            0       0            0       0            0         0        1            0            0              0    1   2      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               10240  36            0            0       0            0       0            0         0        1            0            0              0    2   5      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               12288  37            0            0       0            0       0            0         0        1            0            0              0    1   3      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
               14336  38            0            0       0            0       0            0         0        1            0            0              0    2   7      1            0       0            0       0            0            0       0        11843567       9               0       0               0       0               1       0               0         0               0           0
                     ---
large:          size ind    allocated      nmalloc (#/sec)      ndalloc (#/sec)    nrequests (#/sec)  curlextents
                     ---
             8388608  75            0            1       0            1       0            1       0            0
                     ---
            16777216  79            0            1       0            1       0            1       0            0
                     ---
            33554432  83            0            1       0            1       0            1       0            0
                     ---
            67108864  87            0            1       0            1       0            1       0            0
                     ---
           134217728  91            0            1       0            1       0            1       0            0
                     ---
           268435456  95            0            1       0            1       0            1       0            0
                     ---
           536870912  99    536870912            1       0            0       0            1       0            1
                     ---
          4294967296 111   4294967296            1       0            0       0            1       0            1
          5368709120 112   5368709120            1       0            0       0            1       0            1
                     ---
extents:        size ind       ndirty        dirty       nmuzzy        muzzy    nretained     retained       ntotal        total
                     ---
             8388608  39            0            0            0            0            1      8355840            1      8355840
                     ---
           536870912  63            0            0            0            0            1    528506880            1    528506880
                     ---
          1073741824  67            0            0            0            0            1   1073737728            1   1073737728
                     ---
--- End jemalloc statistics ---

inakisoriamrf avatar Jul 07 '22 06:07 inakisoriamrf

Any updates on this?

We are experiencing the same issue after migrating to 6.3.1 in cluster mode. Far more fragmentation (we have a lot of short expiration keys in an environment with a lot of writes) and the same issue with the activedefrag setting

It is a severe problem for us. We have to reload servers every three days to keep the fragmentation at bay.

JustHarris avatar Jul 13 '22 13:07 JustHarris

Hi @JohnSully , any update on this? We may have a way to reproduce it or at least some hints on what's happening

we moved from 9 servers 3 shards to 15 servers 5 shards, which made the fragmentation grow slower. One of the new shards has 10% more keys than the others and is the most affected. It seems like going through the barrier of 260 million keys makes a difference in fragmentation. In the shard that has more than 260M keys, fragmentation goes from the restart to 50% in 3 days, while in others it's growing slowly to 5% in the same period

inakisoriamrf avatar Jul 19 '22 07:07 inakisoriamrf

It's getting worse. Fragmentation grows crazy at some point taking the shard down

Reported memory usage: image

Real memory usage: image

inakisoriamrf avatar Jul 20 '22 08:07 inakisoriamrf

Are there any updates on this? I intend to package and ship KeyDB for Fedora and EPEL but this is pretty much a blocker.

jonathanspw avatar Dec 13 '22 22:12 jonathanspw

Active defrag does not trigger if there is a background save in progress, in 6.3 we added forkless background saving, however this is a lot slower than regular background save with fork, the result is active defrag does not trigger due to background saving taking too long. Should be able to work around this by disabling forkless background saving using the config "use-fork yes", until we can fix this in the next release.

msotheeswaran-sc avatar Feb 02 '23 07:02 msotheeswaran-sc

Indirectly fixed by #558 which allows active defrag to run during forkless background save.

msotheeswaran-sc avatar Mar 09 '23 07:03 msotheeswaran-sc

@msotheeswaran 6.3.3 please

splitice avatar Mar 09 '23 07:03 splitice