Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

terminate called after throwing an instance of 'std::bad_alloc' #716

Closed
eXcuvator opened this issue Sep 6, 2019 · 29 comments
Closed

terminate called after throwing an instance of 'std::bad_alloc' #716

eXcuvator opened this issue Sep 6, 2019 · 29 comments

Comments

@eXcuvator
Copy link

eXcuvator commented Sep 6, 2019

Environment

  • TeXstudio 2.12.6 (hg 6631:16db084dae24)
  • Using Qt Version 5.9.5, compiled with Qt 5.9.3 R
  • OS: Linux (Ubuntu 18.04 LTS)
  • TeX distribution: texlive-full

TexStudio randomly crashes, sometimes even when there's no file opened. In the following debugging session, I simply opened a file and waited a bit. Reinstalling via apt-get, deleting .config folder did not help.

Debugging and backtrace

$ gdb texstudio
GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from texstudio...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/texstudio 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe8a66700 (LWP 7129)]
[New Thread 0x7fffde60a700 (LWP 7130)]
[New Thread 0x7fffdde09700 (LWP 7131)]
[New Thread 0x7fffd7de3700 (LWP 7132)]
[New Thread 0x7fffc7d49700 (LWP 7134)]
[New Thread 0x7fffbf548700 (LWP 7135)]
[New Thread 0x7fffc7548700 (LWP 7136)]
[New Thread 0x7fffc6d47700 (LWP 7137)]
[New Thread 0x7fffc6546700 (LWP 7138)]
[New Thread 0x7fffc5d45700 (LWP 7139)]
[New Thread 0x7fffc5544700 (LWP 7140)]
[New Thread 0x7fffc4d43700 (LWP 7141)]
[New Thread 0x7fffbed47700 (LWP 7142)]
[New Thread 0x7fffbdc9c700 (LWP 7143)]
[Thread 0x7fffbdc9c700 (LWP 7143) exited]
[New Thread 0x7fffbdc9c700 (LWP 7153)]
[New Thread 0x7fffbd3fd700 (LWP 7154)]
[New Thread 0x7fffbcbfc700 (LWP 7155)]
[New Thread 0x7fff8f7cb700 (LWP 7157)]
[New Thread 0x7fff8efca700 (LWP 7158)]
[New Thread 0x7fff8e7c9700 (LWP 7159)]
[New Thread 0x7fff8db59700 (LWP 7161)]
Gtk-Message: 15:54:16.700: GtkDialog mapped without a transient parent. This is discouraged.
[Thread 0x7fff8e7c9700 (LWP 7159) exited]
[Thread 0x7fff8efca700 (LWP 7158) exited]
[Thread 0x7fffbd3fd700 (LWP 7154) exited]
[Thread 0x7fffbcbfc700 (LWP 7155) exited]
[Thread 0x7fffbdc9c700 (LWP 7153) exited]
[New Thread 0x7fffbdc9c700 (LWP 7167)]
[Thread 0x7fffbdc9c700 (LWP 7167) exited]
[New Thread 0x7fffbdc9c700 (LWP 7168)]
[Thread 0x7fff8f7cb700 (LWP 7157) exited]
[New Thread 0x7fff8f7cb700 (LWP 7173)]
[Thread 0x7fff8f7cb700 (LWP 7173) exited]
[New Thread 0x7fff8f7cb700 (LWP 7176)]
[Thread 0x7fffbdc9c700 (LWP 7168) exited]
[New Thread 0x7fffbdc9c700 (LWP 7180)]
[New Thread 0x7fffbcbfc700 (LWP 7182)]
inconsistent command arguments: "\\hyperref" "hyperref.cwl"
inconsistent command arguments: "\\hyperref" "hyperref.cwl"
[New Thread 0x7fffbd3fd700 (LWP 7185)]
[New Thread 0x7fff8efca700 (LWP 7186)]
[New Thread 0x7fff8c9fa700 (LWP 7187)]
[Thread 0x7fff8efca700 (LWP 7186) exited]
[Thread 0x7fff8f7cb700 (LWP 7176) exited]
[Thread 0x7fff8c9fa700 (LWP 7187) exited]
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc

Thread 28 "LatexStyleParse" received signal SIGABRT, Aborted.
[Switching to Thread 0x7fffbcbfc700 (LWP 7182)]
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
51	../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) backtrace
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#1  0x00007ffff3e93801 in __GI_abort () at abort.c:79
#2  0x00007ffff4886957 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3  0x00007ffff488cab6 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4  0x00007ffff488caf1 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#5  0x00007ffff488cd24 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6  0x00007ffff4e34412 in qBadAlloc() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007ffff4ec64c5 in QString::QString(int, Qt::Initialization) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x00007ffff508efbd in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x00007ffff4ecad12 in QString::fromUtf8_helper(char const*, int) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x00005555558ccb8f in LatexStyleParser::readPackageTracing(QString) const ()
#11 0x00005555558d11d0 in LatexStyleParser::run() ()
#12 0x00007ffff4e4e17d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x00007ffff4b8a6db in start_thread (arg=0x7fffbcbfc700) at pthread_create.c:463
#14 0x00007ffff3f7488f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

@MeanSquaredError
Copy link
Contributor

MeanSquaredError commented Sep 6, 2019

It seems that TexStudio runs out of memory. I am not sure how Ubuntu manages virtual memory limits but you can try opening a shell, then type
ulimit -v
to see what is your current limit of virtual memory. If it is not "unlimited" then try
ulimit -v unlimited
then run TexStudio from the shell prompt, e.g.
/usr/bin/texstudio
And then see if it will crash when run this way. If it does not crash then you should find a way to remove the virtual memory limit when you run TexStudio from the desktop.

@eXcuvator
Copy link
Author

@MeanSquaredError Unfortunately, that seems not to be the issue:

$ ulimit -v
unlimited

@MeanSquaredError
Copy link
Contributor

Try starting TS in gdb while sending a copy of the output to a file, e.g.
gdb /usr/bin/texstudio | tee output.txt

Then set a breakpoint at qBadAlloc
break qBadAlloc

Then run TexStudio
run

Then once the breakpoint is called try getting memory allocation information by using the following two commands
call malloc_stats()
call malloc_info(0, stdout)

Then terminate TexStudio and post here the contents of output.txt

@MeanSquaredError
Copy link
Contributor

Actually can you post here what you get when you type from shell
ulimit -a

@eXcuvator
Copy link
Author

@MeanSquaredError Here you go:

$ ulimit -a
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 256839
max locked memory       (kbytes, -l) 16384
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 256839
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited

@eXcuvator
Copy link
Author

GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/texstudio...(no debugging symbols found)...done.
(gdb) 
(gdb) break qBadAlloc
Breakpoint 1 at 0x1475b0
(gdb) 
Note: breakpoint 1 also set at pc 0x1475b0.
Breakpoint 2 at 0x1475b0
(gdb) run
Starting program: /usr/bin/texstudio 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe8a66700 (LWP 20827)]
[New Thread 0x7fffde60a700 (LWP 20828)]
[New Thread 0x7fffdde09700 (LWP 20829)]
[New Thread 0x7fffd7de3700 (LWP 20830)]
[New Thread 0x7fffc7d49700 (LWP 20832)]
[New Thread 0x7fffc7548700 (LWP 20833)]
[New Thread 0x7fffc6d47700 (LWP 20834)]
[New Thread 0x7fffc6546700 (LWP 20835)]
[New Thread 0x7fffc5d45700 (LWP 20836)]
[New Thread 0x7fffc5544700 (LWP 20837)]
[New Thread 0x7fffc4d43700 (LWP 20838)]
[New Thread 0x7fffaffff700 (LWP 20839)]
[New Thread 0x7fffaefc8700 (LWP 20840)]
[New Thread 0x7fffae67e700 (LWP 20841)]
[New Thread 0x7fffade7d700 (LWP 20843)]
[New Thread 0x7fffad67c700 (LWP 20847)]
[New Thread 0x7fffacc3a700 (LWP 20848)]
[New Thread 0x7fff8bfff700 (LWP 20849)]
[New Thread 0x7fff8b7fe700 (LWP 20850)]
[New Thread 0x7fff8affd700 (LWP 20851)]
[New Thread 0x7fff8a7fc700 (LWP 20852)]
[New Thread 0x7fff89ffb700 (LWP 20853)]
[New Thread 0x7fff897fa700 (LWP 20854)]
[New Thread 0x7fff88ff9700 (LWP 20855)]
[New Thread 0x7fff6bd72700 (LWP 20858)]
[New Thread 0x7fff6b571700 (LWP 20859)]
[Thread 0x7fff6bd72700 (LWP 20858) exited]
[New Thread 0x7fff6bd72700 (LWP 20865)]
[Thread 0x7fff6bd72700 (LWP 20865) exited]
[New Thread 0x7fff6bd72700 (LWP 20873)]
[New Thread 0x7fff6a4c6700 (LWP 20874)]
[New Thread 0x7fff69cc5700 (LWP 20875)]
[New Thread 0x7fff694c4700 (LWP 20876)]
[New Thread 0x7fff68cc3700 (LWP 20877)]
[New Thread 0x7fff53fff700 (LWP 20878)]
[New Thread 0x7fff537fe700 (LWP 20879)]
[New Thread 0x7fff52ffd700 (LWP 20880)]
[New Thread 0x7fff51d91700 (LWP 20881)]
[Thread 0x7fff537fe700 (LWP 20879) exited]
[Thread 0x7fff53fff700 (LWP 20878) exited]
[Thread 0x7fff694c4700 (LWP 20876) exited]
[Thread 0x7fff69cc5700 (LWP 20875) exited]
[Thread 0x7fff6a4c6700 (LWP 20874) exited]
[Thread 0x7fff52ffd700 (LWP 20880) exited]
[Thread 0x7fff6bd72700 (LWP 20873) exited]
[New Thread 0x7fff6bd72700 (LWP 20884)]
[Thread 0x7fff68cc3700 (LWP 20877) exited]
[New Thread 0x7fff68cc3700 (LWP 20885)]
[Thread 0x7fff6bd72700 (LWP 20884) exited]
[New Thread 0x7fff6bd72700 (LWP 20886)]
[Thread 0x7fff6bd72700 (LWP 20886) exited]
[New Thread 0x7fff6bd72700 (LWP 20887)]
[New Thread 0x7fff52ffd700 (LWP 20889)]
[Thread 0x7fff52ffd700 (LWP 20889) exited]
[Thread 0x7fff68cc3700 (LWP 20885) exited]
[Thread 0x7fff6b571700 (LWP 20859) exited]
[Switching to Thread 0x7fffade7d700 (LWP 20843)]

Thread 16 "LatexStyleParse" hit Breakpoint 1, 0x00007ffff4e343e0 in qBadAlloc() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
(gdb) call malloc_stats()
(gdb) call malloc_info(0, stdout)
<malloc version="1">
<heap nr="0">
<sizes>
							        <size from="17" to="32" total="928" count="29"/>
							        <size from="33" to="48" total="1440" count="30"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="33" to="33" total="8481" count="257"/>
							        <size from="49" to="49" total="3626" count="74"/>
							        <size from="65" to="65" total="1170" count="18"/>
							        <size from="97" to="97" total="4947" count="51"/>
							        <size from="113" to="113" total="4972" count="44"/>
							        <size from="129" to="129" total="6063" count="47"/>
							        <size from="145" to="145" total="435" count="3"/>
							        <size from="161" to="161" total="1449" count="9"/>
							        <size from="241" to="241" total="12773" count="53"/>
							        <size from="257" to="257" total="17733" count="69"/>
							        <size from="273" to="273" total="2184" count="8"/>
							        <size from="289" to="289" total="2601" count="9"/>
							        <size from="497" to="497" total="1491" count="3"/>
							        <size from="513" to="513" total="19494" count="38"/>
							        <size from="529" to="529" total="3703" count="7"/>
							        <size from="545" to="545" total="1635" count="3"/>
							        <size from="561" to="561" total="1122" count="2"/>
							        <size from="577" to="577" total="3462" count="6"/>
							        <size from="609" to="609" total="609" count="1"/>
							        <size from="705" to="705" total="705" count="1"/>
							        <size from="721" to="721" total="2163" count="3"/>
							        <size from="753" to="753" total="2259" count="3"/>
							        <size from="769" to="769" total="12304" count="16"/>
							        <size from="785" to="785" total="785" count="1"/>
							        <size from="801" to="801" total="2403" count="3"/>
							        <size from="833" to="833" total="833" count="1"/>
							        <size from="929" to="929" total="929" count="1"/>
							        <size from="945" to="945" total="945" count="1"/>
							        <size from="961" to="961" total="1922" count="2"/>
							        <size from="977" to="977" total="977" count="1"/>
							        <size from="1009" to="1009" total="2018" count="2"/>
							        <size from="1025" to="1073" total="120085" count="117"/>
							        <size from="1089" to="1121" total="3331" count="3"/>
							        <size from="1153" to="1201" total="9368" count="8"/>
							        <size from="1233" to="1233" total="2466" count="2"/>
							        <size from="1281" to="1313" total="5172" count="4"/>
							        <size from="1409" to="1425" total="5684" count="4"/>
							        <size from="1473" to="1521" total="7525" count="5"/>
							        <size from="1537" to="1537" total="38425" count="25"/>
							        <size from="1793" to="1793" total="1793" count="1"/>
							        <size from="2049" to="2049" total="122940" count="60"/>
							        <size from="2561" to="2561" total="7683" count="3"/>
							        <size from="3073" to="3073" total="15365" count="5"/>
							        <size from="3585" to="3841" total="54031" count="15"/>
							        <size from="4097" to="4097" total="40970" count="10"/>
							        <size from="5633" to="5633" total="67596" count="12"/>
							        <size from="6145" to="6193" total="24644" count="4"/>
							        <size from="7169" to="7457" total="43494" count="6"/>
							        <size from="7681" to="7761" total="38485" count="5"/>
							        <size from="8641" to="8641" total="8641" count="1"/>
							        <size from="9217" to="9441" total="37092" count="4"/>
							        <size from="9729" to="9729" total="38916" count="4"/>
							        <size from="10401" to="10721" total="42164" count="4"/>
							        <size from="10753" to="11841" total="101273" count="9"/>
							        <size from="12561" to="14849" total="174605" count="13"/>
							        <size from="16385" to="18945" total="156793" count="9"/>
							        <size from="20481" to="22529" total="64003" count="3"/>
							        <size from="34273" to="34273" total="34273" count="1"/>
  <unsorted from="49" to="65553" total="168286" count="158"/>
</sizes>
<total type="fast" count="60" size="2464"/>
<total type="rest" count="1232" size="1561296"/>
<system type="current" size="42102784"/>
<system type="max" size="42102784"/>
<aspace type="total" size="42102784"/>
<aspace type="mprotect" size="42102784"/>
</heap>
<heap nr="1">
<sizes>
							        <size from="17" to="32" total="160" count="5"/>
							        <size from="33" to="48" total="192" count="4"/>
							        <size from="65" to="80" total="80" count="1"/>
							        <size from="97" to="112" total="112" count="1"/>
							        <size from="113" to="128" total="128" count="1"/>
							        <size from="33" to="33" total="132" count="4"/>
							        <size from="49" to="49" total="49" count="1"/>
							        <size from="65" to="65" total="195" count="3"/>
							        <size from="81" to="81" total="81" count="1"/>
							        <size from="97" to="97" total="97" count="1"/>
</sizes>
<total type="fast" count="12" size="672"/>
<total type="rest" count="10" size="554"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="2">
<sizes>
							        <size from="17" to="32" total="256" count="8"/>
							        <size from="33" to="48" total="48" count="1"/>
							        <size from="49" to="64" total="448" count="7"/>
							        <size from="65" to="80" total="560" count="7"/>
							        <size from="81" to="96" total="384" count="4"/>
							        <size from="97" to="112" total="448" count="4"/>
							        <size from="113" to="128" total="640" count="5"/>
							        <size from="33" to="33" total="33" count="1"/>
							        <size from="49" to="49" total="49" count="1"/>
							        <size from="65" to="65" total="65" count="1"/>
							        <size from="81" to="81" total="162" count="2"/>
							        <size from="177" to="177" total="354" count="2"/>
							        <size from="385" to="385" total="385" count="1"/>
							        <size from="641" to="641" total="641" count="1"/>
							        <size from="689" to="689" total="689" count="1"/>
  <unsorted from="401" to="3665" total="16320" count="16"/>
</sizes>
<total type="fast" count="36" size="2784"/>
<total type="rest" count="26" size="18698"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="3">
<sizes>
							        <size from="17" to="32" total="480" count="15"/>
							        <size from="33" to="48" total="48" count="1"/>
							        <size from="49" to="64" total="128" count="2"/>
							        <size from="65" to="80" total="160" count="2"/>
							        <size from="81" to="96" total="192" count="2"/>
							        <size from="97" to="112" total="112" count="1"/>
							        <size from="33" to="33" total="33" count="1"/>
							        <size from="97" to="97" total="97" count="1"/>
							        <size from="193" to="193" total="193" count="1"/>
							        <size from="385" to="385" total="385" count="1"/>
  <unsorted from="433" to="2865" total="9319" count="7"/>
</sizes>
<total type="fast" count="23" size="1120"/>
<total type="rest" count="11" size="10027"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="4">
<sizes>
							        <size from="513" to="513" total="513" count="1"/>
							        <size from="2865" to="2865" total="2865" count="1"/>
  <unsorted from="289" to="3329" total="6341" count="5"/>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="7" size="9719"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="5">
<sizes>
							        <size from="17" to="32" total="416" count="13"/>
							        <size from="33" to="48" total="288" count="6"/>
							        <size from="49" to="64" total="192" count="3"/>
							        <size from="65" to="80" total="240" count="3"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="97" to="112" total="784" count="7"/>
							        <size from="113" to="128" total="128" count="1"/>
							        <size from="33" to="33" total="132" count="4"/>
							        <size from="49" to="49" total="147" count="3"/>
							        <size from="65" to="65" total="65" count="1"/>
							        <size from="113" to="113" total="226" count="2"/>
							        <size from="177" to="177" total="354" count="2"/>
							        <size from="209" to="209" total="209" count="1"/>
							        <size from="225" to="225" total="225" count="1"/>
							        <size from="241" to="241" total="241" count="1"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="353" to="353" total="353" count="1"/>
							        <size from="401" to="401" total="401" count="1"/>
							        <size from="433" to="433" total="433" count="1"/>
							        <size from="513" to="513" total="513" count="1"/>
							        <size from="625" to="625" total="625" count="1"/>
							        <size from="977" to="977" total="977" count="1"/>
							        <size from="5665" to="5665" total="5665" count="1"/>
							        <size from="6513" to="6513" total="6513" count="1"/>
  <unsorted from="193" to="27137" total="49458" count="18"/>
</sizes>
<total type="fast" count="34" size="2144"/>
<total type="rest" count="42" size="66810"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="6">
<sizes>
							        <size from="17" to="32" total="320" count="10"/>
							        <size from="33" to="48" total="48" count="1"/>
							        <size from="49" to="64" total="64" count="1"/>
							        <size from="65" to="80" total="160" count="2"/>
							        <size from="81" to="96" total="192" count="2"/>
							        <size from="97" to="112" total="784" count="7"/>
							        <size from="33" to="33" total="33" count="1"/>
							        <size from="49" to="49" total="49" count="1"/>
							        <size from="97" to="97" total="97" count="1"/>
							        <size from="129" to="129" total="129" count="1"/>
							        <size from="241" to="241" total="241" count="1"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="289" to="289" total="289" count="1"/>
  <unsorted from="417" to="3889" total="7941" count="5"/>
</sizes>
<total type="fast" count="23" size="1568"/>
<total type="rest" count="12" size="9052"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="7">
<sizes>
							        <size from="17" to="32" total="256" count="8"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="97" to="112" total="112" count="1"/>
							        <size from="65" to="65" total="65" count="1"/>
  <unsorted from="33" to="2865" total="13465" count="25"/>
</sizes>
<total type="fast" count="10" size="464"/>
<total type="rest" count="26" size="13530"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="8">
<sizes>
							        <size from="17" to="32" total="192" count="6"/>
							        <size from="33" to="48" total="192" count="4"/>
  <unsorted from="65" to="2865" total="13025" count="17"/>
</sizes>
<total type="fast" count="10" size="384"/>
<total type="rest" count="17" size="13025"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="9">
<sizes>
							        <size from="17" to="32" total="32" count="1"/>
							        <size from="33" to="48" total="144" count="3"/>
							        <size from="49" to="64" total="128" count="2"/>
							        <size from="65" to="80" total="320" count="4"/>
							        <size from="97" to="112" total="224" count="2"/>
							        <size from="113" to="128" total="256" count="2"/>
  <unsorted from="49" to="3265" total="9265" count="17"/>
</sizes>
<total type="fast" count="14" size="1104"/>
<total type="rest" count="17" size="9265"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="10">
<sizes>
							        <size from="17" to="32" total="21536" count="673"/>
							        <size from="33" to="48" total="1248" count="26"/>
							        <size from="49" to="64" total="192" count="3"/>
							        <size from="65" to="80" total="160" count="2"/>
							        <size from="81" to="96" total="16512" count="172"/>
							        <size from="97" to="112" total="224" count="2"/>
							        <size from="113" to="128" total="128" count="1"/>
  <unsorted from="145" to="53217" total="53362" count="2"/>
</sizes>
<total type="fast" count="879" size="40000"/>
<total type="rest" count="2" size="53362"/>
<system type="current" size="876544"/>
<system type="max" size="876544"/>
<aspace type="total" size="876544"/>
<aspace type="mprotect" size="876544"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="11">
<sizes>
							        <size from="17" to="32" total="160" count="5"/>
							        <size from="33" to="48" total="576" count="12"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="49" to="49" total="784" count="16"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="337" to="337" total="1685" count="5"/>
							        <size from="353" to="353" total="706" count="2"/>
							        <size from="369" to="369" total="738" count="2"/>
							        <size from="401" to="401" total="401" count="1"/>
							        <size from="433" to="433" total="433" count="1"/>
							        <size from="465" to="465" total="465" count="1"/>
							        <size from="497" to="497" total="497" count="1"/>
							        <size from="529" to="529" total="1058" count="2"/>
							        <size from="561" to="561" total="561" count="1"/>
							        <size from="577" to="577" total="577" count="1"/>
							        <size from="593" to="593" total="593" count="1"/>
							        <size from="609" to="609" total="609" count="1"/>
							        <size from="625" to="625" total="625" count="1"/>
							        <size from="641" to="641" total="641" count="1"/>
							        <size from="673" to="673" total="673" count="1"/>
							        <size from="705" to="705" total="705" count="1"/>
							        <size from="737" to="737" total="737" count="1"/>
							        <size from="785" to="785" total="785" count="1"/>
							        <size from="801" to="801" total="1602" count="2"/>
							        <size from="817" to="817" total="1634" count="2"/>
							        <size from="833" to="833" total="833" count="1"/>
							        <size from="849" to="849" total="1698" count="2"/>
							        <size from="865" to="865" total="865" count="1"/>
							        <size from="897" to="897" total="897" count="1"/>
							        <size from="961" to="961" total="961" count="1"/>
							        <size from="977" to="977" total="977" count="1"/>
							        <size from="993" to="993" total="1986" count="2"/>
							        <size from="1041" to="1041" total="4164" count="4"/>
							        <size from="1105" to="1137" total="4484" count="4"/>
							        <size from="1169" to="1201" total="7110" count="6"/>
							        <size from="1249" to="1265" total="6293" count="5"/>
							        <size from="1345" to="1393" total="2738" count="2"/>
							        <size from="1409" to="1409" total="1409" count="1"/>
							        <size from="1569" to="1569" total="1569" count="1"/>
							        <size from="1617" to="1649" total="3266" count="2"/>
							        <size from="1713" to="1713" total="1713" count="1"/>
							        <size from="1777" to="1777" total="1777" count="1"/>
							        <size from="1825" to="1825" total="1825" count="1"/>
							        <size from="1857" to="1857" total="1857" count="1"/>
							        <size from="1937" to="1937" total="1937" count="1"/>
							        <size from="2017" to="2033" total="6067" count="3"/>
							        <size from="2049" to="2081" total="12422" count="6"/>
							        <size from="2161" to="2161" total="4322" count="2"/>
							        <size from="2193" to="2209" total="4402" count="2"/>
							        <size from="2305" to="2337" total="4642" count="2"/>
							        <size from="2385" to="2401" total="4786" count="2"/>
							        <size from="2449" to="2449" total="2449" count="1"/>
							        <size from="2529" to="2545" total="5074" count="2"/>
							        <size from="2609" to="2609" total="2609" count="1"/>
							        <size from="2705" to="2721" total="5426" count="2"/>
							        <size from="2945" to="2945" total="2945" count="1"/>
							        <size from="3137" to="3537" total="30377" count="9"/>
							        <size from="3697" to="4065" total="11747" count="3"/>
							        <size from="4129" to="4513" total="25974" count="6"/>
							        <size from="4609" to="4897" total="28374" count="6"/>
							        <size from="5153" to="5569" total="21060" count="4"/>
							        <size from="6033" to="6033" total="6033" count="1"/>
							        <size from="6145" to="6385" total="25076" count="4"/>
							        <size from="6753" to="6881" total="20419" count="3"/>
							        <size from="7185" to="7473" total="14658" count="2"/>
							        <size from="8113" to="8113" total="8113" count="1"/>
							        <size from="8673" to="8673" total="8673" count="1"/>
							        <size from="8769" to="8769" total="8769" count="1"/>
							        <size from="9649" to="9649" total="9649" count="1"/>
							        <size from="10177" to="10177" total="10177" count="1"/>
							        <size from="10417" to="10417" total="10417" count="1"/>
							        <size from="11969" to="11969" total="11969" count="1"/>
							        <size from="12689" to="15665" total="70693" count="5"/>
							        <size from="17457" to="19377" total="54755" count="3"/>
							        <size from="25473" to="27233" total="132229" count="5"/>
							        <size from="34337" to="34337" total="34337" count="1"/>
							        <size from="40417" to="40417" total="40417" count="1"/>
							        <size from="44465" to="54705" total="152915" count="3"/>
							        <size from="67729" to="93585" total="396565" count="5"/>
							        <size from="326577" to="326577" total="326577" count="1"/>
  <unsorted from="97" to="525665" total="948240" count="16"/>
</sizes>
<total type="fast" count="18" size="832"/>
<total type="rest" count="194" size="2528498"/>
<system type="current" size="3473408"/>
<system type="max" size="3473408"/>
<aspace type="total" size="3473408"/>
<aspace type="mprotect" size="3473408"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="12">
<sizes>
							        <size from="17" to="32" total="128" count="4"/>
							        <size from="33" to="48" total="192" count="4"/>
							        <size from="81" to="96" total="192" count="2"/>
							        <size from="49" to="49" total="882" count="18"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="353" to="353" total="353" count="1"/>
							        <size from="369" to="369" total="738" count="2"/>
							        <size from="385" to="385" total="385" count="1"/>
							        <size from="401" to="401" total="401" count="1"/>
							        <size from="417" to="417" total="834" count="2"/>
							        <size from="433" to="433" total="1299" count="3"/>
							        <size from="481" to="481" total="481" count="1"/>
							        <size from="497" to="497" total="994" count="2"/>
							        <size from="529" to="529" total="1058" count="2"/>
							        <size from="545" to="545" total="1090" count="2"/>
							        <size from="593" to="593" total="593" count="1"/>
							        <size from="641" to="641" total="641" count="1"/>
							        <size from="657" to="657" total="1314" count="2"/>
							        <size from="753" to="753" total="753" count="1"/>
							        <size from="769" to="769" total="769" count="1"/>
							        <size from="785" to="785" total="1570" count="2"/>
							        <size from="817" to="817" total="817" count="1"/>
							        <size from="849" to="849" total="849" count="1"/>
							        <size from="945" to="945" total="945" count="1"/>
							        <size from="993" to="993" total="993" count="1"/>
							        <size from="1009" to="1009" total="1009" count="1"/>
							        <size from="1041" to="1073" total="4196" count="4"/>
							        <size from="1089" to="1137" total="7751" count="7"/>
							        <size from="1201" to="1201" total="2402" count="2"/>
							        <size from="1249" to="1265" total="3779" count="3"/>
							        <size from="1281" to="1297" total="2578" count="2"/>
							        <size from="1393" to="1393" total="1393" count="1"/>
							        <size from="1441" to="1457" total="2898" count="2"/>
							        <size from="1473" to="1521" total="4483" count="3"/>
							        <size from="1617" to="1617" total="3234" count="2"/>
							        <size from="1793" to="1841" total="5459" count="3"/>
							        <size from="1873" to="1873" total="1873" count="1"/>
							        <size from="2049" to="2081" total="12406" count="6"/>
							        <size from="2145" to="2161" total="4306" count="2"/>
							        <size from="2305" to="2337" total="6947" count="3"/>
							        <size from="2449" to="2481" total="7395" count="3"/>
							        <size from="2497" to="2497" total="2497" count="1"/>
							        <size from="2561" to="2577" total="5138" count="2"/>
							        <size from="2641" to="2673" total="7971" count="3"/>
							        <size from="2689" to="2737" total="8147" count="3"/>
							        <size from="2817" to="2865" total="5682" count="2"/>
							        <size from="2913" to="2929" total="5842" count="2"/>
							        <size from="2945" to="2977" total="8899" count="3"/>
							        <size from="3025" to="3025" total="3025" count="1"/>
							        <size from="3105" to="3105" total="3105" count="1"/>
							        <size from="3233" to="3505" total="10067" count="3"/>
							        <size from="3873" to="4081" total="15908" count="4"/>
							        <size from="4289" to="4465" total="17460" count="4"/>
							        <size from="4737" to="5089" total="24517" count="5"/>
							        <size from="5169" to="5329" total="10498" count="2"/>
							        <size from="6273" to="6369" total="12642" count="2"/>
							        <size from="6753" to="6881" total="27316" count="4"/>
							        <size from="7313" to="7441" total="22083" count="3"/>
							        <size from="8145" to="8145" total="8145" count="1"/>
							        <size from="8305" to="8305" total="8305" count="1"/>
							        <size from="9585" to="9585" total="9585" count="1"/>
							        <size from="10385" to="10385" total="10385" count="1"/>
							        <size from="10865" to="11537" total="22402" count="2"/>
							        <size from="13169" to="15585" total="71573" count="5"/>
							        <size from="16401" to="19537" total="92245" count="5"/>
							        <size from="20769" to="20769" total="20769" count="1"/>
							        <size from="24737" to="24817" total="49554" count="2"/>
							        <size from="28689" to="32289" total="152085" count="5"/>
							        <size from="32881" to="34977" total="67858" count="2"/>
							        <size from="46913" to="64593" total="111506" count="2"/>
							        <size from="82129" to="82129" total="82129" count="1"/>
  <unsorted from="129" to="494449" total="892534" count="6"/>
</sizes>
<total type="fast" count="10" size="512"/>
<total type="rest" count="173" size="1880013"/>
<system type="current" size="3444736"/>
<system type="max" size="3444736"/>
<aspace type="total" size="3444736"/>
<aspace type="mprotect" size="3444736"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="13">
<sizes>
							        <size from="17" to="32" total="173888" count="5434"/>
							        <size from="33" to="48" total="20160" count="420"/>
							        <size from="65" to="80" total="88640" count="1108"/>
							        <size from="81" to="96" total="76320" count="795"/>
							        <size from="97" to="112" total="1344" count="12"/>
							        <size from="33" to="33" total="33" count="1"/>
							        <size from="65" to="65" total="65" count="1"/>
							        <size from="145" to="145" total="108170" count="746"/>
							        <size from="161" to="161" total="483" count="3"/>
							        <size from="209" to="209" total="108471" count="519"/>
							        <size from="225" to="225" total="450" count="2"/>
							        <size from="401" to="401" total="401" count="1"/>
							        <size from="529" to="529" total="3703" count="7"/>
							        <size from="673" to="673" total="673" count="1"/>
							        <size from="737" to="737" total="1474" count="2"/>
							        <size from="1185" to="1185" total="1185" count="1"/>
							        <size from="1345" to="1345" total="1345" count="1"/>
							        <size from="1537" to="1537" total="1537" count="1"/>
							        <size from="1617" to="1617" total="4851" count="3"/>
							        <size from="24273" to="24481" total="48754" count="2"/>
							        <size from="25073" to="27217" total="52290" count="2"/>
							        <size from="35249" to="35249" total="35249" count="1"/>
							        <size from="37249" to="37249" total="37249" count="1"/>
							        <size from="47057" to="61745" total="276693" count="5"/>
							        <size from="82305" to="82305" total="82305" count="1"/>
							        <size from="536641" to="536641" total="536641" count="1"/>
  <unsorted from="145" to="34337" total="197907" count="579"/>
</sizes>
<total type="fast" count="7769" size="360352"/>
<total type="rest" count="1881" size="1499929"/>
<system type="current" size="3383296"/>
<system type="max" size="3383296"/>
<aspace type="total" size="3383296"/>
<aspace type="mprotect" size="3383296"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="14">
<sizes>
							        <size from="17" to="32" total="224" count="7"/>
							        <size from="33" to="48" total="480" count="10"/>
							        <size from="65" to="80" total="160" count="2"/>
							        <size from="81" to="96" total="288" count="3"/>
							        <size from="49" to="49" total="735" count="15"/>
							        <size from="545" to="545" total="545" count="1"/>
							        <size from="561" to="561" total="1683" count="3"/>
							        <size from="577" to="577" total="2308" count="4"/>
							        <size from="593" to="593" total="1779" count="3"/>
							        <size from="625" to="625" total="625" count="1"/>
							        <size from="641" to="641" total="641" count="1"/>
							        <size from="657" to="657" total="1314" count="2"/>
							        <size from="673" to="673" total="1346" count="2"/>
							        <size from="705" to="705" total="705" count="1"/>
							        <size from="721" to="721" total="721" count="1"/>
							        <size from="753" to="753" total="753" count="1"/>
							        <size from="801" to="801" total="801" count="1"/>
							        <size from="817" to="817" total="817" count="1"/>
							        <size from="833" to="833" total="833" count="1"/>
							        <size from="881" to="881" total="881" count="1"/>
							        <size from="897" to="897" total="1794" count="2"/>
							        <size from="913" to="913" total="913" count="1"/>
							        <size from="929" to="929" total="929" count="1"/>
							        <size from="945" to="945" total="945" count="1"/>
							        <size from="977" to="977" total="2931" count="3"/>
							        <size from="993" to="993" total="2979" count="3"/>
							        <size from="1009" to="1009" total="2018" count="2"/>
							        <size from="1041" to="1073" total="7383" count="7"/>
							        <size from="1105" to="1137" total="4468" count="4"/>
							        <size from="1185" to="1201" total="4772" count="4"/>
							        <size from="1233" to="1265" total="6197" count="5"/>
							        <size from="1297" to="1297" total="1297" count="1"/>
							        <size from="1345" to="1377" total="4067" count="3"/>
							        <size from="1409" to="1409" total="1409" count="1"/>
							        <size from="1633" to="1649" total="3282" count="2"/>
							        <size from="1697" to="1697" total="1697" count="1"/>
							        <size from="1729" to="1777" total="7012" count="4"/>
							        <size from="1793" to="1825" total="7236" count="4"/>
							        <size from="1921" to="1953" total="3874" count="2"/>
							        <size from="2017" to="2017" total="2017" count="1"/>
							        <size from="2049" to="2081" total="14487" count="7"/>
							        <size from="2177" to="2225" total="8852" count="4"/>
							        <size from="2241" to="2257" total="6739" count="3"/>
							        <size from="2369" to="2417" total="7171" count="3"/>
							        <size from="2449" to="2449" total="4898" count="2"/>
							        <size from="2593" to="2609" total="7795" count="3"/>
							        <size from="2673" to="2673" total="2673" count="1"/>
							        <size from="2753" to="2753" total="2753" count="1"/>
							        <size from="2849" to="2865" total="5714" count="2"/>
							        <size from="2961" to="2993" total="8931" count="3"/>
							        <size from="3057" to="3057" total="3057" count="1"/>
							        <size from="3073" to="3121" total="24824" count="8"/>
							        <size from="3153" to="3521" total="16677" count="5"/>
							        <size from="3745" to="4049" total="26983" count="7"/>
							        <size from="4273" to="4577" total="35032" count="8"/>
							        <size from="4641" to="5073" total="14467" count="3"/>
							        <size from="5137" to="5361" total="15651" count="3"/>
							        <size from="5793" to="5889" total="11682" count="2"/>
							        <size from="6817" to="7025" total="13842" count="2"/>
							        <size from="7793" to="7793" total="7793" count="1"/>
							        <size from="8209" to="8497" total="25139" count="3"/>
							        <size from="8993" to="8993" total="8993" count="1"/>
							        <size from="9665" to="9665" total="9665" count="1"/>
							        <size from="9969" to="10065" total="30083" count="3"/>
							        <size from="10593" to="10673" total="21266" count="2"/>
							        <size from="10817" to="12241" total="46276" count="4"/>
							        <size from="12689" to="16241" total="113352" count="8"/>
							        <size from="16449" to="19681" total="54419" count="3"/>
							        <size from="20497" to="23633" total="87316" count="4"/>
							        <size from="25137" to="27713" total="104404" count="4"/>
							        <size from="29361" to="31313" total="90371" count="3"/>
							        <size from="33601" to="33601" total="33601" count="1"/>
							        <size from="40801" to="40801" total="40801" count="1"/>
							        <size from="42977" to="63585" total="268693" count="5"/>
							        <size from="71665" to="82417" total="154082" count="2"/>
							        <size from="99841" to="99841" total="99841" count="1"/>
							        <size from="396801" to="396801" total="396801" count="1"/>
  <unsorted from="177" to="1029025" total="1033012" count="4"/>
</sizes>
<total type="fast" count="22" size="1152"/>
<total type="rest" count="211" size="2941843"/>
<system type="current" size="5353472"/>
<system type="max" size="5353472"/>
<aspace type="total" size="5353472"/>
<aspace type="mprotect" size="5353472"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="15">
<sizes>
							        <size from="17" to="32" total="224" count="7"/>
							        <size from="33" to="48" total="384" count="8"/>
							        <size from="97" to="112" total="112" count="1"/>
							        <size from="33" to="33" total="330" count="10"/>
							        <size from="49" to="49" total="686" count="14"/>
							        <size from="65" to="65" total="780" count="12"/>
							        <size from="97" to="97" total="679" count="7"/>
							        <size from="113" to="113" total="113" count="1"/>
							        <size from="129" to="129" total="129" count="1"/>
							        <size from="145" to="145" total="290" count="2"/>
							        <size from="209" to="209" total="627" count="3"/>
							        <size from="225" to="225" total="900" count="4"/>
							        <size from="241" to="241" total="241" count="1"/>
							        <size from="273" to="273" total="3276" count="12"/>
							        <size from="289" to="289" total="867" count="3"/>
							        <size from="305" to="305" total="2135" count="7"/>
							        <size from="321" to="321" total="321" count="1"/>
							        <size from="337" to="337" total="2696" count="8"/>
							        <size from="353" to="353" total="4236" count="12"/>
							        <size from="369" to="369" total="1845" count="5"/>
							        <size from="385" to="385" total="1155" count="3"/>
							        <size from="401" to="401" total="2807" count="7"/>
							        <size from="417" to="417" total="1251" count="3"/>
							        <size from="433" to="433" total="433" count="1"/>
							        <size from="449" to="449" total="449" count="1"/>
							        <size from="465" to="465" total="930" count="2"/>
							        <size from="497" to="497" total="994" count="2"/>
							        <size from="529" to="529" total="1058" count="2"/>
							        <size from="545" to="545" total="545" count="1"/>
							        <size from="561" to="561" total="561" count="1"/>
							        <size from="577" to="577" total="1154" count="2"/>
							        <size from="593" to="593" total="1779" count="3"/>
							        <size from="609" to="609" total="609" count="1"/>
							        <size from="625" to="625" total="1875" count="3"/>
							        <size from="641" to="641" total="1923" count="3"/>
							        <size from="657" to="657" total="1314" count="2"/>
							        <size from="673" to="673" total="673" count="1"/>
							        <size from="689" to="689" total="2067" count="3"/>
							        <size from="705" to="705" total="705" count="1"/>
							        <size from="737" to="737" total="1474" count="2"/>
							        <size from="785" to="785" total="785" count="1"/>
							        <size from="817" to="817" total="2451" count="3"/>
							        <size from="849" to="849" total="1698" count="2"/>
							        <size from="865" to="865" total="865" count="1"/>
							        <size from="881" to="881" total="1762" count="2"/>
							        <size from="913" to="913" total="1826" count="2"/>
							        <size from="977" to="977" total="977" count="1"/>
							        <size from="993" to="993" total="1986" count="2"/>
							        <size from="1009" to="1009" total="1009" count="1"/>
							        <size from="1041" to="1041" total="3123" count="3"/>
							        <size from="1105" to="1137" total="7831" count="7"/>
							        <size from="1153" to="1201" total="8295" count="7"/>
							        <size from="1233" to="1249" total="3715" count="3"/>
							        <size from="1281" to="1329" total="9127" count="7"/>
							        <size from="1345" to="1393" total="4099" count="3"/>
							        <size from="1409" to="1425" total="5652" count="4"/>
							        <size from="1473" to="1505" total="7445" count="5"/>
							        <size from="1537" to="1585" total="4707" count="3"/>
							        <size from="1617" to="1649" total="6564" count="4"/>
							        <size from="1665" to="1697" total="13528" count="8"/>
							        <size from="1729" to="1777" total="10518" count="6"/>
							        <size from="1841" to="1841" total="1841" count="1"/>
							        <size from="1873" to="1905" total="3778" count="2"/>
							        <size from="1937" to="1937" total="1937" count="1"/>
							        <size from="1985" to="2033" total="8052" count="4"/>
							        <size from="2065" to="2065" total="2065" count="1"/>
							        <size from="4113" to="4113" total="4113" count="1"/>
							        <size from="5025" to="5025" total="5025" count="1"/>
							        <size from="5281" to="5361" total="10642" count="2"/>
							        <size from="5793" to="6113" total="23956" count="4"/>
							        <size from="6145" to="6385" total="37526" count="6"/>
							        <size from="7073" to="7153" total="14226" count="2"/>
							        <size from="7313" to="7313" total="7313" count="1"/>
							        <size from="8193" to="8689" total="25155" count="3"/>
							        <size from="10593" to="10593" total="10593" count="1"/>
							        <size from="11377" to="12017" total="46452" count="4"/>
							        <size from="12737" to="15729" total="82086" count="6"/>
							        <size from="16465" to="20369" total="129239" count="7"/>
							        <size from="20497" to="23009" total="173944" count="8"/>
							        <size from="29729" to="29729" total="29729" count="1"/>
							        <size from="35713" to="35713" total="35713" count="1"/>
							        <size from="36913" to="36913" total="36913" count="1"/>
							        <size from="356705" to="356705" total="356705" count="1"/>
  <unsorted from="481" to="1043777" total="1054341" count="5"/>
</sizes>
<total type="fast" count="16" size="720"/>
<total type="rest" count="286" size="2243214"/>
<system type="current" size="4829184"/>
<system type="max" size="4829184"/>
<aspace type="total" size="4829184"/>
<aspace type="mprotect" size="4829184"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="16">
<sizes>
							        <size from="17" to="32" total="96" count="3"/>
							        <size from="33" to="48" total="336" count="7"/>
							        <size from="81" to="96" total="192" count="2"/>
							        <size from="49" to="49" total="1078" count="22"/>
							        <size from="225" to="225" total="675" count="3"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="305" to="305" total="2135" count="7"/>
							        <size from="321" to="321" total="321" count="1"/>
							        <size from="337" to="337" total="674" count="2"/>
							        <size from="353" to="353" total="706" count="2"/>
							        <size from="369" to="369" total="369" count="1"/>
							        <size from="385" to="385" total="385" count="1"/>
							        <size from="401" to="401" total="401" count="1"/>
							        <size from="417" to="417" total="417" count="1"/>
							        <size from="433" to="433" total="1299" count="3"/>
							        <size from="465" to="465" total="465" count="1"/>
							        <size from="481" to="481" total="962" count="2"/>
							        <size from="497" to="497" total="994" count="2"/>
							        <size from="513" to="513" total="1539" count="3"/>
							        <size from="529" to="529" total="2116" count="4"/>
							        <size from="561" to="561" total="1122" count="2"/>
							        <size from="577" to="577" total="1154" count="2"/>
							        <size from="593" to="593" total="593" count="1"/>
							        <size from="625" to="625" total="625" count="1"/>
							        <size from="641" to="641" total="1282" count="2"/>
							        <size from="657" to="657" total="657" count="1"/>
							        <size from="673" to="673" total="2019" count="3"/>
							        <size from="705" to="705" total="705" count="1"/>
							        <size from="721" to="721" total="721" count="1"/>
							        <size from="737" to="737" total="1474" count="2"/>
							        <size from="785" to="785" total="785" count="1"/>
							        <size from="801" to="801" total="801" count="1"/>
							        <size from="817" to="817" total="1634" count="2"/>
							        <size from="833" to="833" total="1666" count="2"/>
							        <size from="865" to="865" total="865" count="1"/>
							        <size from="897" to="897" total="1794" count="2"/>
							        <size from="913" to="913" total="913" count="1"/>
							        <size from="929" to="929" total="929" count="1"/>
							        <size from="945" to="945" total="945" count="1"/>
							        <size from="977" to="977" total="977" count="1"/>
							        <size from="993" to="993" total="993" count="1"/>
							        <size from="1025" to="1057" total="7271" count="7"/>
							        <size from="1153" to="1201" total="8263" count="7"/>
							        <size from="1233" to="1265" total="5028" count="4"/>
							        <size from="1281" to="1313" total="9127" count="7"/>
							        <size from="1361" to="1393" total="2754" count="2"/>
							        <size from="1425" to="1457" total="5764" count="4"/>
							        <size from="1473" to="1505" total="2978" count="2"/>
							        <size from="1537" to="1569" total="3106" count="2"/>
							        <size from="1697" to="1697" total="6788" count="4"/>
							        <size from="1729" to="1729" total="1729" count="1"/>
							        <size from="1825" to="1825" total="1825" count="1"/>
							        <size from="1873" to="1873" total="1873" count="1"/>
							        <size from="1921" to="1953" total="5811" count="3"/>
							        <size from="2033" to="2033" total="2033" count="1"/>
							        <size from="2065" to="2097" total="6227" count="3"/>
							        <size from="2145" to="2145" total="6435" count="3"/>
							        <size from="2193" to="2193" total="2193" count="1"/>
							        <size from="2241" to="2241" total="2241" count="1"/>
							        <size from="2305" to="2337" total="4642" count="2"/>
							        <size from="2385" to="2385" total="2385" count="1"/>
							        <size from="2481" to="2481" total="2481" count="1"/>
							        <size from="2513" to="2529" total="5042" count="2"/>
							        <size from="2609" to="2609" total="2609" count="1"/>
							        <size from="2689" to="2689" total="2689" count="1"/>
							        <size from="2833" to="2833" total="5666" count="2"/>
							        <size from="3009" to="3057" total="6066" count="2"/>
							        <size from="3281" to="3489" total="13476" count="4"/>
							        <size from="3681" to="3681" total="3681" count="1"/>
							        <size from="4273" to="4417" total="21701" count="5"/>
							        <size from="4769" to="4993" total="14547" count="3"/>
							        <size from="6177" to="6385" total="12562" count="2"/>
							        <size from="7409" to="7409" total="7409" count="1"/>
							        <size from="11233" to="11233" total="11233" count="1"/>
							        <size from="12577" to="14305" total="52964" count="4"/>
							        <size from="19249" to="19249" total="19249" count="1"/>
							        <size from="21329" to="23553" total="44882" count="2"/>
							        <size from="28801" to="28801" total="28801" count="1"/>
							        <size from="35729" to="36481" total="72210" count="2"/>
							        <size from="37105" to="38641" total="75746" count="2"/>
							        <size from="50209" to="50209" total="50209" count="1"/>
							        <size from="81937" to="81937" total="81937" count="1"/>
							        <size from="296577" to="446481" total="743058" count="2"/>
  <unsorted from="113" to="1029025" total="1032372" count="4"/>
</sizes>
<total type="fast" count="12" size="624"/>
<total type="rest" count="190" size="2436526"/>
<system type="current" size="5443584"/>
<system type="max" size="5443584"/>
<aspace type="total" size="5443584"/>
<aspace type="mprotect" size="5443584"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="17">
<sizes>
							        <size from="17" to="32" total="160" count="5"/>
							        <size from="33" to="48" total="336" count="7"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="49" to="49" total="294" count="6"/>
							        <size from="65" to="65" total="390" count="6"/>
							        <size from="177" to="177" total="531" count="3"/>
							        <size from="193" to="193" total="772" count="4"/>
							        <size from="209" to="209" total="1881" count="9"/>
							        <size from="225" to="225" total="675" count="3"/>
							        <size from="257" to="257" total="1542" count="6"/>
							        <size from="273" to="273" total="3549" count="13"/>
							        <size from="289" to="289" total="867" count="3"/>
							        <size from="305" to="305" total="2440" count="8"/>
							        <size from="321" to="321" total="2247" count="7"/>
							        <size from="337" to="337" total="2359" count="7"/>
							        <size from="353" to="353" total="3530" count="10"/>
							        <size from="369" to="369" total="1107" count="3"/>
							        <size from="385" to="385" total="1925" count="5"/>
							        <size from="401" to="401" total="1203" count="3"/>
							        <size from="417" to="417" total="1251" count="3"/>
							        <size from="433" to="433" total="2598" count="6"/>
							        <size from="449" to="449" total="898" count="2"/>
							        <size from="465" to="465" total="1860" count="4"/>
							        <size from="481" to="481" total="1443" count="3"/>
							        <size from="497" to="497" total="1988" count="4"/>
							        <size from="513" to="513" total="2052" count="4"/>
							        <size from="529" to="529" total="2116" count="4"/>
							        <size from="545" to="545" total="3815" count="7"/>
							        <size from="561" to="561" total="1122" count="2"/>
							        <size from="577" to="577" total="577" count="1"/>
							        <size from="593" to="593" total="1779" count="3"/>
							        <size from="609" to="609" total="609" count="1"/>
							        <size from="625" to="625" total="2500" count="4"/>
							        <size from="657" to="657" total="1971" count="3"/>
							        <size from="673" to="673" total="673" count="1"/>
							        <size from="689" to="689" total="1378" count="2"/>
							        <size from="705" to="705" total="2820" count="4"/>
							        <size from="721" to="721" total="721" count="1"/>
							        <size from="753" to="753" total="1506" count="2"/>
							        <size from="769" to="769" total="2307" count="3"/>
							        <size from="801" to="801" total="801" count="1"/>
							        <size from="817" to="817" total="1634" count="2"/>
							        <size from="833" to="833" total="833" count="1"/>
							        <size from="849" to="849" total="1698" count="2"/>
							        <size from="865" to="865" total="865" count="1"/>
							        <size from="881" to="881" total="1762" count="2"/>
							        <size from="897" to="897" total="897" count="1"/>
							        <size from="913" to="913" total="1826" count="2"/>
							        <size from="929" to="929" total="929" count="1"/>
							        <size from="945" to="945" total="945" count="1"/>
							        <size from="977" to="977" total="1954" count="2"/>
							        <size from="993" to="993" total="2979" count="3"/>
							        <size from="1041" to="1041" total="4164" count="4"/>
							        <size from="1121" to="1137" total="3379" count="3"/>
							        <size from="1169" to="1201" total="5941" count="5"/>
							        <size from="1249" to="1265" total="5044" count="4"/>
							        <size from="1297" to="1329" total="5236" count="4"/>
							        <size from="1345" to="1393" total="9671" count="7"/>
							        <size from="1409" to="1457" total="4291" count="3"/>
							        <size from="1473" to="1505" total="4451" count="3"/>
							        <size from="1553" to="1569" total="3122" count="2"/>
							        <size from="1617" to="1649" total="3266" count="2"/>
							        <size from="1681" to="1681" total="1681" count="1"/>
							        <size from="1729" to="1761" total="5219" count="3"/>
							        <size from="1809" to="1841" total="3650" count="2"/>
							        <size from="1857" to="1889" total="7476" count="4"/>
							        <size from="1969" to="1969" total="1969" count="1"/>
							        <size from="1985" to="2033" total="10069" count="5"/>
							        <size from="2065" to="2081" total="10357" count="5"/>
							        <size from="2145" to="2161" total="6467" count="3"/>
							        <size from="2177" to="2177" total="2177" count="1"/>
							        <size from="2241" to="2289" total="6787" count="3"/>
							        <size from="2305" to="2337" total="9300" count="4"/>
							        <size from="2401" to="2417" total="4818" count="2"/>
							        <size from="2449" to="2465" total="9828" count="4"/>
							        <size from="2497" to="2529" total="5026" count="2"/>
							        <size from="2657" to="2657" total="2657" count="1"/>
							        <size from="2801" to="2801" total="2801" count="1"/>
							        <size from="2833" to="2849" total="5682" count="2"/>
							        <size from="2945" to="2945" total="2945" count="1"/>
							        <size from="3025" to="3041" total="6066" count="2"/>
							        <size from="3105" to="3121" total="9347" count="3"/>
							        <size from="3233" to="3521" total="20310" count="6"/>
							        <size from="3649" to="3985" total="30408" count="8"/>
							        <size from="4113" to="4273" total="8386" count="2"/>
							        <size from="4609" to="4945" total="23877" count="5"/>
							        <size from="5121" to="5377" total="31478" count="6"/>
							        <size from="5649" to="6049" total="29461" count="5"/>
							        <size from="6193" to="6305" total="12498" count="2"/>
							        <size from="6897" to="6977" total="13874" count="2"/>
							        <size from="8209" to="8465" total="49814" count="6"/>
							        <size from="9409" to="9617" total="19026" count="2"/>
							        <size from="10433" to="10705" total="42052" count="4"/>
							        <size from="10769" to="11681" total="33347" count="3"/>
							        <size from="12417" to="16193" total="116136" count="8"/>
							        <size from="16785" to="16929" total="33714" count="2"/>
							        <size from="21521" to="24305" total="160183" count="7"/>
							        <size from="29361" to="29873" total="59234" count="2"/>
							        <size from="34561" to="34561" total="34561" count="1"/>
							        <size from="49521" to="49521" total="49521" count="1"/>
							        <size from="82417" to="82417" total="82417" count="1"/>
							        <size from="119825" to="119825" total="119825" count="1"/>
							        <size from="132545" to="132545" total="132545" count="1"/>
							        <size from="485745" to="485745" total="485745" count="1"/>
  <unsorted from="81" to="1029025" total="1031092" count="4"/>
</sizes>
<total type="fast" count="13" size="592"/>
<total type="rest" count="346" size="2860810"/>
<system type="current" size="5271552"/>
<system type="max" size="5271552"/>
<aspace type="total" size="5271552"/>
<aspace type="mprotect" size="5271552"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="18">
<sizes>
							        <size from="17" to="32" total="32" count="1"/>
							        <size from="33" to="48" total="192" count="4"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="49" to="49" total="196" count="4"/>
							        <size from="449" to="449" total="449" count="1"/>
							        <size from="817" to="817" total="817" count="1"/>
							        <size from="833" to="833" total="833" count="1"/>
							        <size from="865" to="865" total="2595" count="3"/>
							        <size from="897" to="897" total="897" count="1"/>
							        <size from="993" to="993" total="993" count="1"/>
							        <size from="1025" to="1073" total="2098" count="2"/>
							        <size from="1169" to="1169" total="1169" count="1"/>
							        <size from="1233" to="1249" total="2482" count="2"/>
							        <size from="1617" to="1617" total="1617" count="1"/>
							        <size from="1937" to="1937" total="1937" count="1"/>
							        <size from="2049" to="2065" total="4114" count="2"/>
							        <size from="2177" to="2225" total="4402" count="2"/>
							        <size from="2417" to="2417" total="2417" count="1"/>
							        <size from="2593" to="2593" total="2593" count="1"/>
							        <size from="2977" to="2977" total="2977" count="1"/>
							        <size from="3105" to="3105" total="3105" count="1"/>
							        <size from="3489" to="3489" total="3489" count="1"/>
							        <size from="3841" to="3841" total="3841" count="1"/>
							        <size from="4209" to="4209" total="4209" count="1"/>
							        <size from="4769" to="4769" total="4769" count="1"/>
							        <size from="6145" to="6209" total="12354" count="2"/>
							        <size from="6817" to="6817" total="6817" count="1"/>
							        <size from="7553" to="7649" total="15202" count="2"/>
							        <size from="10817" to="10817" total="10817" count="1"/>
							        <size from="13281" to="15457" total="57460" count="4"/>
							        <size from="20705" to="21633" total="63843" count="3"/>
							        <size from="25889" to="25889" total="25889" count="1"/>
							        <size from="30705" to="30705" total="30705" count="1"/>
							        <size from="82289" to="82289" total="82289" count="1"/>
							        <size from="154529" to="154529" total="154529" count="1"/>
  <unsorted from="49" to="1361953" total="1380358" count="6"/>
</sizes>
<total type="fast" count="6" size="320"/>
<total type="rest" count="54" size="1892262"/>
<system type="current" size="2998272"/>
<system type="max" size="2998272"/>
<aspace type="total" size="2998272"/>
<aspace type="mprotect" size="2998272"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="19">
<sizes>
							        <size from="17" to="32" total="192" count="6"/>
							        <size from="33" to="48" total="720" count="15"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="33" to="33" total="198" count="6"/>
  <unsorted from="2657" to="2657" total="2657" count="1"/>
</sizes>
<total type="fast" count="22" size="1008"/>
<total type="rest" count="7" size="2855"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="20">
<sizes>
							        <size from="33" to="33" total="132" count="4"/>
							        <size from="65" to="65" total="260" count="4"/>
							        <size from="81" to="81" total="405" count="5"/>
							        <size from="113" to="113" total="113" count="1"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="401" to="401" total="802" count="2"/>
							        <size from="16497" to="16497" total="16497" count="1"/>
							        <size from="260753" to="260753" total="260753" count="1"/>
							        <size from="30809729" to="67108801" total="1594924761" count="25"/>
  <unsorted from="4097" to="4097" total="4097" count="1"/>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="45" size="1595208093"/>
<system type="current" size="1599594496"/>
<system type="max" size="1599594496"/>
<aspace type="total" size="1599594496"/>
<aspace type="mprotect" size="1599594496"/>
<aspace type="subheaps" size="24"/>
</heap>
<heap nr="21">
<sizes>
							        <size from="17" to="32" total="192" count="6"/>
							        <size from="33" to="33" total="1023" count="31"/>
							        <size from="49" to="49" total="392" count="8"/>
							        <size from="65" to="65" total="520" count="8"/>
							        <size from="81" to="81" total="405" count="5"/>
							        <size from="97" to="97" total="1649" count="17"/>
							        <size from="113" to="113" total="1243" count="11"/>
							        <size from="129" to="129" total="1677" count="13"/>
							        <size from="145" to="145" total="3190" count="22"/>
							        <size from="161" to="161" total="5635" count="35"/>
							        <size from="177" to="177" total="885" count="5"/>
							        <size from="193" to="193" total="9264" count="48"/>
							        <size from="209" to="209" total="1672" count="8"/>
							        <size from="225" to="225" total="66150" count="294"/>
							        <size from="241" to="241" total="1687" count="7"/>
							        <size from="257" to="257" total="2827" count="11"/>
							        <size from="273" to="273" total="2730" count="10"/>
							        <size from="289" to="289" total="6069" count="21"/>
							        <size from="305" to="305" total="1830" count="6"/>
							        <size from="321" to="321" total="2568" count="8"/>
							        <size from="337" to="337" total="7751" count="23"/>
							        <size from="353" to="353" total="1059" count="3"/>
							        <size from="369" to="369" total="3690" count="10"/>
							        <size from="385" to="385" total="3080" count="8"/>
							        <size from="401" to="401" total="5614" count="14"/>
							        <size from="417" to="417" total="1251" count="3"/>
							        <size from="433" to="433" total="2598" count="6"/>
							        <size from="449" to="449" total="3143" count="7"/>
							        <size from="465" to="465" total="8370" count="18"/>
							        <size from="481" to="481" total="1443" count="3"/>
							        <size from="497" to="497" total="1491" count="3"/>
</sizes>
<total type="fast" count="6" size="192"/>
<total type="rest" count="666" size="150906"/>
<system type="current" size="299008"/>
<system type="max" size="299008"/>
<aspace type="total" size="299008"/>
<aspace type="mprotect" size="299008"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="22">
<sizes>
							        <size from="17" to="32" total="45248" count="1414"/>
							        <size from="33" to="48" total="30192" count="629"/>
							        <size from="49" to="64" total="320" count="5"/>
							        <size from="65" to="80" total="19680" count="246"/>
							        <size from="81" to="96" total="28128" count="293"/>
							        <size from="97" to="112" total="560" count="5"/>
							        <size from="113" to="128" total="256" count="2"/>
							        <size from="209" to="209" total="418" count="2"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="529" to="529" total="5819" count="11"/>
  <unsorted from="145" to="289" total="1786" count="10"/>
</sizes>
<total type="fast" count="2594" size="124384"/>
<total type="rest" count="24" size="8296"/>
<system type="current" size="606208"/>
<system type="max" size="606208"/>
<aspace type="total" size="606208"/>
<aspace type="mprotect" size="606208"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="23">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="24">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="25">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="26">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="27">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="28">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="29">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="30">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="31">
<sizes>
							        <size from="17" to="32" total="480" count="15"/>
							        <size from="33" to="48" total="96" count="2"/>
							        <size from="49" to="64" total="960" count="15"/>
							        <size from="65" to="80" total="400" count="5"/>
							        <size from="97" to="112" total="448" count="4"/>
							        <size from="113" to="128" total="768" count="6"/>
</sizes>
<total type="fast" count="47" size="3152"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="32">
<sizes>
							        <size from="17" to="32" total="4160" count="130"/>
							        <size from="33" to="48" total="2208" count="46"/>
							        <size from="49" to="64" total="320" count="5"/>
							        <size from="65" to="80" total="400" count="5"/>
							        <size from="81" to="96" total="480" count="5"/>
							        <size from="97" to="112" total="1008" count="9"/>
							        <size from="113" to="128" total="256" count="2"/>
							        <size from="177" to="177" total="354" count="2"/>
							        <size from="193" to="193" total="193" count="1"/>
							        <size from="4113" to="4113" total="4113" count="1"/>
  <unsorted from="145" to="1329" total="3958" count="6"/>
</sizes>
<total type="fast" count="202" size="8832"/>
<total type="rest" count="10" size="8618"/>
<system type="current" size="159744"/>
<system type="max" size="159744"/>
<aspace type="total" size="159744"/>
<aspace type="mprotect" size="159744"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="33">
<sizes>
							        <size from="49" to="64" total="256" count="4"/>
							        <size from="65" to="80" total="80" count="1"/>
</sizes>
<total type="fast" count="5" size="336"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="34">
<sizes>
							        <size from="17" to="32" total="608" count="19"/>
							        <size from="33" to="48" total="1152" count="24"/>
							        <size from="49" to="64" total="128" count="2"/>
							        <size from="65" to="80" total="160" count="2"/>
							        <size from="81" to="96" total="288" count="3"/>
							        <size from="257" to="257" total="257" count="1"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="321" to="321" total="321" count="1"/>
							        <size from="385" to="385" total="385" count="1"/>
							        <size from="433" to="433" total="433" count="1"/>
							        <size from="513" to="513" total="513" count="1"/>
  <unsorted from="97" to="97" total="97" count="1"/>
</sizes>
<total type="fast" count="50" size="2336"/>
<total type="rest" count="7" size="2279"/>
<system type="current" size="147456"/>
<system type="max" size="147456"/>
<aspace type="total" size="147456"/>
<aspace type="mprotect" size="147456"/>
<aspace type="subheaps" size="1"/>
</heap>
<total type="fast" count="11893" size="558$1 = 0
(gdb) 
048"/>
<total type="rest" count="5496" size="1615429480"/>
<total type="mmap" count="4" size="1864617984"/>
<system type="current" size="1680687104"/>
<system type="max" size="1680687104"/>
<aspace type="total" size="1680687104"/>
<aspace type="mprotect" size="1680687104"/>
</malloc>
<malloc version="1">
<heap nr="0">
<sizes>
							        <size from="17" to="32" total="928" count="29"/>
							        <size from="33" to="48" total="1440" count="30"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="33" to="33" total="8481" count="257"/>
							        <size from="49" to="49" total="3626" count="74"/>
							        <size from="65" to="65" total="1170" count="18"/>
							        <size from="97" to="97" total="4947" count="51"/>
							        <size from="113" to="113" total="4972" count="44"/>
							        <size from="129" to="129" total="6063" count="47"/>
							        <size from="145" to="145" total="435" count="3"/>
							        <size from="161" to="161" total="1449" count="9"/>
							        <size from="241" to="241" total="12773" count="53"/>
							        <size from="257" to="257" total="17733" count="69"/>
							        <size from="273" to="273" total="2184" count="8"/>
							        <size from="289" to="289" total="2601" count="9"/>
							        <size from="497" to="497" total="1491" count="3"/>
							        <size from="513" to="513" total="19494" count="38"/>
							        <size from="529" to="529" total="3703" count="7"/>
							        <size from="545" to="545" total="1635" count="3"/>
							        <size from="561" to="561" total="1122" count="2"/>
							        <size from="577" to="577" total="3462" count="6"/>
							        <size from="609" to="609" total="609" count="1"/>
							        <size from="705" to="705" total="705" count="1"/>
							        <size from="721" to="721" total="2163" count="3"/>
							        <size from="753" to="753" total="2259" count="3"/>
							        <size from="769" to="769" total="12304" count="16"/>
							        <size from="785" to="785" total="785" count="1"/>
							        <size from="801" to="801" total="2403" count="3"/>
							        <size from="833" to="833" total="833" count="1"/>
							        <size from="929" to="929" total="929" count="1"/>
							        <size from="945" to="945" total="945" count="1"/>
							        <size from="961" to="961" total="1922" count="2"/>
							        <size from="977" to="977" total="977" count="1"/>
							        <size from="1009" to="1009" total="2018" count="2"/>
							        <size from="1025" to="1073" total="120085" count="117"/>
							        <size from="1089" to="1121" total="3331" count="3"/>
							        <size from="1153" to="1201" total="9368" count="8"/>
							        <size from="1233" to="1233" total="2466" count="2"/>
							        <size from="1281" to="1313" total="5172" count="4"/>
							        <size from="1409" to="1425" total="5684" count="4"/>
							        <size from="1473" to="1521" total="7525" count="5"/>
							        <size from="1537" to="1537" total="38425" count="25"/>
							        <size from="1793" to="1793" total="1793" count="1"/>
							        <size from="2049" to="2049" total="122940" count="60"/>
							        <size from="2561" to="2561" total="7683" count="3"/>
							        <size from="3073" to="3073" total="15365" count="5"/>
							        <size from="3585" to="3841" total="54031" count="15"/>
							        <size from="4097" to="4097" total="40970" count="10"/>
							        <size from="5633" to="5633" total="67596" count="12"/>
							        <size from="6145" to="6193" total="24644" count="4"/>
							        <size from="7169" to="7457" total="43494" count="6"/>
							        <size from="7681" to="7761" total="38485" count="5"/>
							        <size from="8641" to="8641" total="8641" count="1"/>
							        <size from="9217" to="9441" total="37092" count="4"/>
							        <size from="9729" to="9729" total="38916" count="4"/>
							        <size from="10401" to="10721" total="42164" count="4"/>
							        <size from="10753" to="11841" total="101273" count="9"/>
							        <size from="12561" to="14849" total="174605" count="13"/>
							        <size from="16385" to="18945" total="156793" count="9"/>
							        <size from="20481" to="22529" total="64003" count="3"/>
							        <size from="34273" to="34273" total="34273" count="1"/>
  <unsorted from="49" to="65553" total="168286" count="158"/>
</sizes>
<total type="fast" count="60" size="2464"/>
<total type="rest" count="1232" size="1561296"/>
<system type="current" size="42102784"/>
<system type="max" size="42102784"/>
<aspace type="total" size="42102784"/>
<aspace type="mprotect" size="42102784"/>
</heap>
<heap nr="1">
<sizes>
							        <size from="17" to="32" total="160" count="5"/>
							        <size from="33" to="48" total="192" count="4"/>
							        <size from="65" to="80" total="80" count="1"/>
							        <size from="97" to="112" total="112" count="1"/>
							        <size from="113" to="128" total="128" count="1"/>
							        <size from="33" to="33" total="132" count="4"/>
							        <size from="49" to="49" total="49" count="1"/>
							        <size from="65" to="65" total="195" count="3"/>
							        <size from="81" to="81" total="81" count="1"/>
							        <size from="97" to="97" total="97" count="1"/>
</sizes>
<total type="fast" count="12" size="672"/>
<total type="rest" count="10" size="554"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="2">
<sizes>
							        <size from="17" to="32" total="256" count="8"/>
							        <size from="33" to="48" total="48" count="1"/>
							        <size from="49" to="64" total="448" count="7"/>
							        <size from="65" to="80" total="560" count="7"/>
							        <size from="81" to="96" total="384" count="4"/>
							        <size from="97" to="112" total="448" count="4"/>
							        <size from="113" to="128" total="640" count="5"/>
							        <size from="33" to="33" total="33" count="1"/>
							        <size from="49" to="49" total="49" count="1"/>
							        <size from="65" to="65" total="65" count="1"/>
							        <size from="81" to="81" total="162" count="2"/>
							        <size from="177" to="177" total="354" count="2"/>
							        <size from="385" to="385" total="385" count="1"/>
							        <size from="641" to="641" total="641" count="1"/>
							        <size from="689" to="689" total="689" count="1"/>
  <unsorted from="401" to="3665" total="16320" count="16"/>
</sizes>
<total type="fast" count="36" size="2784"/>
<total type="rest" count="26" size="18698"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="3">
<sizes>
							        <size from="17" to="32" total="480" count="15"/>
							        <size from="33" to="48" total="48" count="1"/>
							        <size from="49" to="64" total="128" count="2"/>
							        <size from="65" to="80" total="160" count="2"/>
							        <size from="81" to="96" total="192" count="2"/>
							        <size from="97" to="112" total="112" count="1"/>
							        <size from="33" to="33" total="33" count="1"/>
							        <size from="97" to="97" total="97" count="1"/>
							        <size from="193" to="193" total="193" count="1"/>
							        <size from="385" to="385" total="385" count="1"/>
  <unsorted from="433" to="2865" total="9319" count="7"/>
</sizes>
<total type="fast" count="23" size="1120"/>
<total type="rest" count="11" size="10027"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="4">
<sizes>
							        <size from="513" to="513" total="513" count="1"/>
							        <size from="2865" to="2865" total="2865" count="1"/>
  <unsorted from="289" to="3329" total="6341" count="5"/>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="7" size="9719"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="5">
<sizes>
							        <size from="17" to="32" total="416" count="13"/>
							        <size from="33" to="48" total="288" count="6"/>
							        <size from="49" to="64" total="192" count="3"/>
							        <size from="65" to="80" total="240" count="3"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="97" to="112" total="784" count="7"/>
							        <size from="113" to="128" total="128" count="1"/>
							        <size from="33" to="33" total="132" count="4"/>
							        <size from="49" to="49" total="147" count="3"/>
							        <size from="65" to="65" total="65" count="1"/>
							        <size from="113" to="113" total="226" count="2"/>
							        <size from="177" to="177" total="354" count="2"/>
							        <size from="209" to="209" total="209" count="1"/>
							        <size from="225" to="225" total="225" count="1"/>
							        <size from="241" to="241" total="241" count="1"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="353" to="353" total="353" count="1"/>
							        <size from="401" to="401" total="401" count="1"/>
							        <size from="433" to="433" total="433" count="1"/>
							        <size from="513" to="513" total="513" count="1"/>
							        <size from="625" to="625" total="625" count="1"/>
							        <size from="977" to="977" total="977" count="1"/>
							        <size from="5665" to="5665" total="5665" count="1"/>
							        <size from="6513" to="6513" total="6513" count="1"/>
  <unsorted from="193" to="27137" total="49458" count="18"/>
</sizes>
<total type="fast" count="34" size="2144"/>
<total type="rest" count="42" size="66810"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="6">
<sizes>
							        <size from="17" to="32" total="320" count="10"/>
							        <size from="33" to="48" total="48" count="1"/>
							        <size from="49" to="64" total="64" count="1"/>
							        <size from="65" to="80" total="160" count="2"/>
							        <size from="81" to="96" total="192" count="2"/>
							        <size from="97" to="112" total="784" count="7"/>
							        <size from="33" to="33" total="33" count="1"/>
							        <size from="49" to="49" total="49" count="1"/>
							        <size from="97" to="97" total="97" count="1"/>
							        <size from="129" to="129" total="129" count="1"/>
							        <size from="241" to="241" total="241" count="1"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="289" to="289" total="289" count="1"/>
  <unsorted from="417" to="3889" total="7941" count="5"/>
</sizes>
<total type="fast" count="23" size="1568"/>
<total type="rest" count="12" size="9052"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="7">
<sizes>
							        <size from="17" to="32" total="256" count="8"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="97" to="112" total="112" count="1"/>
							        <size from="65" to="65" total="65" count="1"/>
  <unsorted from="33" to="2865" total="13465" count="25"/>
</sizes>
<total type="fast" count="10" size="464"/>
<total type="rest" count="26" size="13530"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="8">
<sizes>
							        <size from="17" to="32" total="192" count="6"/>
							        <size from="33" to="48" total="192" count="4"/>
  <unsorted from="65" to="2865" total="13025" count="17"/>
</sizes>
<total type="fast" count="10" size="384"/>
<total type="rest" count="17" size="13025"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="9">
<sizes>
							        <size from="17" to="32" total="32" count="1"/>
							        <size from="33" to="48" total="144" count="3"/>
							        <size from="49" to="64" total="128" count="2"/>
							        <size from="65" to="80" total="320" count="4"/>
							        <size from="97" to="112" total="224" count="2"/>
							        <size from="113" to="128" total="256" count="2"/>
  <unsorted from="49" to="3265" total="9265" count="17"/>
</sizes>
<total type="fast" count="14" size="1104"/>
<total type="rest" count="17" size="9265"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="10">
<sizes>
							        <size from="17" to="32" total="21536" count="673"/>
							        <size from="33" to="48" total="1248" count="26"/>
							        <size from="49" to="64" total="192" count="3"/>
							        <size from="65" to="80" total="160" count="2"/>
							        <size from="81" to="96" total="16512" count="172"/>
							        <size from="97" to="112" total="224" count="2"/>
							        <size from="113" to="128" total="128" count="1"/>
  <unsorted from="145" to="53217" total="53362" count="2"/>
</sizes>
<total type="fast" count="879" size="40000"/>
<total type="rest" count="2" size="53362"/>
<system type="current" size="876544"/>
<system type="max" size="876544"/>
<aspace type="total" size="876544"/>
<aspace type="mprotect" size="876544"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="11">
<sizes>
							        <size from="17" to="32" total="160" count="5"/>
							        <size from="33" to="48" total="576" count="12"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="49" to="49" total="784" count="16"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="337" to="337" total="1685" count="5"/>
							        <size from="353" to="353" total="706" count="2"/>
							        <size from="369" to="369" total="738" count="2"/>
							        <size from="401" to="401" total="401" count="1"/>
							        <size from="433" to="433" total="433" count="1"/>
							        <size from="465" to="465" total="465" count="1"/>
							        <size from="497" to="497" total="497" count="1"/>
							        <size from="529" to="529" total="1058" count="2"/>
							        <size from="561" to="561" total="561" count="1"/>
							        <size from="577" to="577" total="577" count="1"/>
							        <size from="593" to="593" total="593" count="1"/>
							        <size from="609" to="609" total="609" count="1"/>
							        <size from="625" to="625" total="625" count="1"/>
							        <size from="641" to="641" total="641" count="1"/>
							        <size from="673" to="673" total="673" count="1"/>
							        <size from="705" to="705" total="705" count="1"/>
							        <size from="737" to="737" total="737" count="1"/>
							        <size from="785" to="785" total="785" count="1"/>
							        <size from="801" to="801" total="1602" count="2"/>
							        <size from="817" to="817" total="1634" count="2"/>
							        <size from="833" to="833" total="833" count="1"/>
							        <size from="849" to="849" total="1698" count="2"/>
							        <size from="865" to="865" total="865" count="1"/>
							        <size from="897" to="897" total="897" count="1"/>
							        <size from="961" to="961" total="961" count="1"/>
							        <size from="977" to="977" total="977" count="1"/>
							        <size from="993" to="993" total="1986" count="2"/>
							        <size from="1041" to="1041" total="4164" count="4"/>
							        <size from="1105" to="1137" total="4484" count="4"/>
							        <size from="1169" to="1201" total="7110" count="6"/>
							        <size from="1249" to="1265" total="6293" count="5"/>
							        <size from="1345" to="1393" total="2738" count="2"/>
							        <size from="1409" to="1409" total="1409" count="1"/>
							        <size from="1569" to="1569" total="1569" count="1"/>
							        <size from="1617" to="1649" total="3266" count="2"/>
							        <size from="1713" to="1713" total="1713" count="1"/>
							        <size from="1777" to="1777" total="1777" count="1"/>
							        <size from="1825" to="1825" total="1825" count="1"/>
							        <size from="1857" to="1857" total="1857" count="1"/>
							        <size from="1937" to="1937" total="1937" count="1"/>
							        <size from="2017" to="2033" total="6067" count="3"/>
							        <size from="2049" to="2081" total="12422" count="6"/>
							        <size from="2161" to="2161" total="4322" count="2"/>
							        <size from="2193" to="2209" total="4402" count="2"/>
							        <size from="2305" to="2337" total="4642" count="2"/>
							        <size from="2385" to="2401" total="4786" count="2"/>
							        <size from="2449" to="2449" total="2449" count="1"/>
							        <size from="2529" to="2545" total="5074" count="2"/>
							        <size from="2609" to="2609" total="2609" count="1"/>
							        <size from="2705" to="2721" total="5426" count="2"/>
							        <size from="2945" to="2945" total="2945" count="1"/>
							        <size from="3137" to="3537" total="30377" count="9"/>
							        <size from="3697" to="4065" total="11747" count="3"/>
							        <size from="4129" to="4513" total="25974" count="6"/>
							        <size from="4609" to="4897" total="28374" count="6"/>
							        <size from="5153" to="5569" total="21060" count="4"/>
							        <size from="6033" to="6033" total="6033" count="1"/>
							        <size from="6145" to="6385" total="25076" count="4"/>
							        <size from="6753" to="6881" total="20419" count="3"/>
							        <size from="7185" to="7473" total="14658" count="2"/>
							        <size from="8113" to="8113" total="8113" count="1"/>
							        <size from="8673" to="8673" total="8673" count="1"/>
							        <size from="8769" to="8769" total="8769" count="1"/>
							        <size from="9649" to="9649" total="9649" count="1"/>
							        <size from="10177" to="10177" total="10177" count="1"/>
							        <size from="10417" to="10417" total="10417" count="1"/>
							        <size from="11969" to="11969" total="11969" count="1"/>
							        <size from="12689" to="15665" total="70693" count="5"/>
							        <size from="17457" to="19377" total="54755" count="3"/>
							        <size from="25473" to="27233" total="132229" count="5"/>
							        <size from="34337" to="34337" total="34337" count="1"/>
							        <size from="40417" to="40417" total="40417" count="1"/>
							        <size from="44465" to="54705" total="152915" count="3"/>
							        <size from="67729" to="93585" total="396565" count="5"/>
							        <size from="326577" to="326577" total="326577" count="1"/>
  <unsorted from="97" to="525665" total="948240" count="16"/>
</sizes>
<total type="fast" count="18" size="832"/>
<total type="rest" count="194" size="2528498"/>
<system type="current" size="3473408"/>
<system type="max" size="3473408"/>
<aspace type="total" size="3473408"/>
<aspace type="mprotect" size="3473408"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="12">
<sizes>
							        <size from="17" to="32" total="128" count="4"/>
							        <size from="33" to="48" total="192" count="4"/>
							        <size from="81" to="96" total="192" count="2"/>
							        <size from="49" to="49" total="882" count="18"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="353" to="353" total="353" count="1"/>
							        <size from="369" to="369" total="738" count="2"/>
							        <size from="385" to="385" total="385" count="1"/>
							        <size from="401" to="401" total="401" count="1"/>
							        <size from="417" to="417" total="834" count="2"/>
							        <size from="433" to="433" total="1299" count="3"/>
							        <size from="481" to="481" total="481" count="1"/>
							        <size from="497" to="497" total="994" count="2"/>
							        <size from="529" to="529" total="1058" count="2"/>
							        <size from="545" to="545" total="1090" count="2"/>
							        <size from="593" to="593" total="593" count="1"/>
							        <size from="641" to="641" total="641" count="1"/>
							        <size from="657" to="657" total="1314" count="2"/>
							        <size from="753" to="753" total="753" count="1"/>
							        <size from="769" to="769" total="769" count="1"/>
							        <size from="785" to="785" total="1570" count="2"/>
							        <size from="817" to="817" total="817" count="1"/>
							        <size from="849" to="849" total="849" count="1"/>
							        <size from="945" to="945" total="945" count="1"/>
							        <size from="993" to="993" total="993" count="1"/>
							        <size from="1009" to="1009" total="1009" count="1"/>
							        <size from="1041" to="1073" total="4196" count="4"/>
							        <size from="1089" to="1137" total="7751" count="7"/>
							        <size from="1201" to="1201" total="2402" count="2"/>
							        <size from="1249" to="1265" total="3779" count="3"/>
							        <size from="1281" to="1297" total="2578" count="2"/>
							        <size from="1393" to="1393" total="1393" count="1"/>
							        <size from="1441" to="1457" total="2898" count="2"/>
							        <size from="1473" to="1521" total="4483" count="3"/>
							        <size from="1617" to="1617" total="3234" count="2"/>
							        <size from="1793" to="1841" total="5459" count="3"/>
							        <size from="1873" to="1873" total="1873" count="1"/>
							        <size from="2049" to="2081" total="12406" count="6"/>
							        <size from="2145" to="2161" total="4306" count="2"/>
							        <size from="2305" to="2337" total="6947" count="3"/>
							        <size from="2449" to="2481" total="7395" count="3"/>
							        <size from="2497" to="2497" total="2497" count="1"/>
							        <size from="2561" to="2577" total="5138" count="2"/>
							        <size from="2641" to="2673" total="7971" count="3"/>
							        <size from="2689" to="2737" total="8147" count="3"/>
							        <size from="2817" to="2865" total="5682" count="2"/>
							        <size from="2913" to="2929" total="5842" count="2"/>
							        <size from="2945" to="2977" total="8899" count="3"/>
							        <size from="3025" to="3025" total="3025" count="1"/>
							        <size from="3105" to="3105" total="3105" count="1"/>
							        <size from="3233" to="3505" total="10067" count="3"/>
							        <size from="3873" to="4081" total="15908" count="4"/>
							        <size from="4289" to="4465" total="17460" count="4"/>
							        <size from="4737" to="5089" total="24517" count="5"/>
							        <size from="5169" to="5329" total="10498" count="2"/>
							        <size from="6273" to="6369" total="12642" count="2"/>
							        <size from="6753" to="6881" total="27316" count="4"/>
							        <size from="7313" to="7441" total="22083" count="3"/>
							        <size from="8145" to="8145" total="8145" count="1"/>
							        <size from="8305" to="8305" total="8305" count="1"/>
							        <size from="9585" to="9585" total="9585" count="1"/>
							        <size from="10385" to="10385" total="10385" count="1"/>
							        <size from="10865" to="11537" total="22402" count="2"/>
							        <size from="13169" to="15585" total="71573" count="5"/>
							        <size from="16401" to="19537" total="92245" count="5"/>
							        <size from="20769" to="20769" total="20769" count="1"/>
							        <size from="24737" to="24817" total="49554" count="2"/>
							        <size from="28689" to="32289" total="152085" count="5"/>
							        <size from="32881" to="34977" total="67858" count="2"/>
							        <size from="46913" to="64593" total="111506" count="2"/>
							        <size from="82129" to="82129" total="82129" count="1"/>
  <unsorted from="129" to="494449" total="892534" count="6"/>
</sizes>
<total type="fast" count="10" size="512"/>
<total type="rest" count="173" size="1880013"/>
<system type="current" size="3444736"/>
<system type="max" size="3444736"/>
<aspace type="total" size="3444736"/>
<aspace type="mprotect" size="3444736"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="13">
<sizes>
							        <size from="17" to="32" total="173888" count="5434"/>
							        <size from="33" to="48" total="20160" count="420"/>
							        <size from="65" to="80" total="88640" count="1108"/>
							        <size from="81" to="96" total="76320" count="795"/>
							        <size from="97" to="112" total="1344" count="12"/>
							        <size from="33" to="33" total="33" count="1"/>
							        <size from="65" to="65" total="65" count="1"/>
							        <size from="145" to="145" total="108170" count="746"/>
							        <size from="161" to="161" total="483" count="3"/>
							        <size from="209" to="209" total="108471" count="519"/>
							        <size from="225" to="225" total="450" count="2"/>
							        <size from="401" to="401" total="401" count="1"/>
							        <size from="529" to="529" total="3703" count="7"/>
							        <size from="673" to="673" total="673" count="1"/>
							        <size from="737" to="737" total="1474" count="2"/>
							        <size from="1185" to="1185" total="1185" count="1"/>
							        <size from="1345" to="1345" total="1345" count="1"/>
							        <size from="1537" to="1537" total="1537" count="1"/>
							        <size from="1617" to="1617" total="4851" count="3"/>
							        <size from="24273" to="24481" total="48754" count="2"/>
							        <size from="25073" to="27217" total="52290" count="2"/>
							        <size from="35249" to="35249" total="35249" count="1"/>
							        <size from="37249" to="37249" total="37249" count="1"/>
							        <size from="47057" to="61745" total="276693" count="5"/>
							        <size from="82305" to="82305" total="82305" count="1"/>
							        <size from="536641" to="536641" total="536641" count="1"/>
  <unsorted from="145" to="34337" total="197907" count="579"/>
</sizes>
<total type="fast" count="7769" size="360352"/>
<total type="rest" count="1881" size="1499929"/>
<system type="current" size="3383296"/>
<system type="max" size="3383296"/>
<aspace type="total" size="3383296"/>
<aspace type="mprotect" size="3383296"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="14">
<sizes>
							        <size from="17" to="32" total="224" count="7"/>
							        <size from="33" to="48" total="480" count="10"/>
							        <size from="65" to="80" total="160" count="2"/>
							        <size from="81" to="96" total="288" count="3"/>
							        <size from="49" to="49" total="735" count="15"/>
							        <size from="545" to="545" total="545" count="1"/>
							        <size from="561" to="561" total="1683" count="3"/>
							        <size from="577" to="577" total="2308" count="4"/>
							        <size from="593" to="593" total="1779" count="3"/>
							        <size from="625" to="625" total="625" count="1"/>
							        <size from="641" to="641" total="641" count="1"/>
							        <size from="657" to="657" total="1314" count="2"/>
							        <size from="673" to="673" total="1346" count="2"/>
							        <size from="705" to="705" total="705" count="1"/>
							        <size from="721" to="721" total="721" count="1"/>
							        <size from="753" to="753" total="753" count="1"/>
							        <size from="801" to="801" total="801" count="1"/>
							        <size from="817" to="817" total="817" count="1"/>
							        <size from="833" to="833" total="833" count="1"/>
							        <size from="881" to="881" total="881" count="1"/>
							        <size from="897" to="897" total="1794" count="2"/>
							        <size from="913" to="913" total="913" count="1"/>
							        <size from="929" to="929" total="929" count="1"/>
							        <size from="945" to="945" total="945" count="1"/>
							        <size from="977" to="977" total="2931" count="3"/>
							        <size from="993" to="993" total="2979" count="3"/>
							        <size from="1009" to="1009" total="2018" count="2"/>
							        <size from="1041" to="1073" total="7383" count="7"/>
							        <size from="1105" to="1137" total="4468" count="4"/>
							        <size from="1185" to="1201" total="4772" count="4"/>
							        <size from="1233" to="1265" total="6197" count="5"/>
							        <size from="1297" to="1297" total="1297" count="1"/>
							        <size from="1345" to="1377" total="4067" count="3"/>
							        <size from="1409" to="1409" total="1409" count="1"/>
							        <size from="1633" to="1649" total="3282" count="2"/>
							        <size from="1697" to="1697" total="1697" count="1"/>
							        <size from="1729" to="1777" total="7012" count="4"/>
							        <size from="1793" to="1825" total="7236" count="4"/>
							        <size from="1921" to="1953" total="3874" count="2"/>
							        <size from="2017" to="2017" total="2017" count="1"/>
							        <size from="2049" to="2081" total="14487" count="7"/>
							        <size from="2177" to="2225" total="8852" count="4"/>
							        <size from="2241" to="2257" total="6739" count="3"/>
							        <size from="2369" to="2417" total="7171" count="3"/>
							        <size from="2449" to="2449" total="4898" count="2"/>
							        <size from="2593" to="2609" total="7795" count="3"/>
							        <size from="2673" to="2673" total="2673" count="1"/>
							        <size from="2753" to="2753" total="2753" count="1"/>
							        <size from="2849" to="2865" total="5714" count="2"/>
							        <size from="2961" to="2993" total="8931" count="3"/>
							        <size from="3057" to="3057" total="3057" count="1"/>
							        <size from="3073" to="3121" total="24824" count="8"/>
							        <size from="3153" to="3521" total="16677" count="5"/>
							        <size from="3745" to="4049" total="26983" count="7"/>
							        <size from="4273" to="4577" total="35032" count="8"/>
							        <size from="4641" to="5073" total="14467" count="3"/>
							        <size from="5137" to="5361" total="15651" count="3"/>
							        <size from="5793" to="5889" total="11682" count="2"/>
							        <size from="6817" to="7025" total="13842" count="2"/>
							        <size from="7793" to="7793" total="7793" count="1"/>
							        <size from="8209" to="8497" total="25139" count="3"/>
							        <size from="8993" to="8993" total="8993" count="1"/>
							        <size from="9665" to="9665" total="9665" count="1"/>
							        <size from="9969" to="10065" total="30083" count="3"/>
							        <size from="10593" to="10673" total="21266" count="2"/>
							        <size from="10817" to="12241" total="46276" count="4"/>
							        <size from="12689" to="16241" total="113352" count="8"/>
							        <size from="16449" to="19681" total="54419" count="3"/>
							        <size from="20497" to="23633" total="87316" count="4"/>
							        <size from="25137" to="27713" total="104404" count="4"/>
							        <size from="29361" to="31313" total="90371" count="3"/>
							        <size from="33601" to="33601" total="33601" count="1"/>
							        <size from="40801" to="40801" total="40801" count="1"/>
							        <size from="42977" to="63585" total="268693" count="5"/>
							        <size from="71665" to="82417" total="154082" count="2"/>
							        <size from="99841" to="99841" total="99841" count="1"/>
							        <size from="396801" to="396801" total="396801" count="1"/>
  <unsorted from="177" to="1029025" total="1033012" count="4"/>
</sizes>
<total type="fast" count="22" size="1152"/>
<total type="rest" count="211" size="2941843"/>
<system type="current" size="5353472"/>
<system type="max" size="5353472"/>
<aspace type="total" size="5353472"/>
<aspace type="mprotect" size="5353472"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="15">
<sizes>
							        <size from="17" to="32" total="224" count="7"/>
							        <size from="33" to="48" total="384" count="8"/>
							        <size from="97" to="112" total="112" count="1"/>
							        <size from="33" to="33" total="330" count="10"/>
							        <size from="49" to="49" total="686" count="14"/>
							        <size from="65" to="65" total="780" count="12"/>
							        <size from="97" to="97" total="679" count="7"/>
							        <size from="113" to="113" total="113" count="1"/>
							        <size from="129" to="129" total="129" count="1"/>
							        <size from="145" to="145" total="290" count="2"/>
							        <size from="209" to="209" total="627" count="3"/>
							        <size from="225" to="225" total="900" count="4"/>
							        <size from="241" to="241" total="241" count="1"/>
							        <size from="273" to="273" total="3276" count="12"/>
							        <size from="289" to="289" total="867" count="3"/>
							        <size from="305" to="305" total="2135" count="7"/>
							        <size from="321" to="321" total="321" count="1"/>
							        <size from="337" to="337" total="2696" count="8"/>
							        <size from="353" to="353" total="4236" count="12"/>
							        <size from="369" to="369" total="1845" count="5"/>
							        <size from="385" to="385" total="1155" count="3"/>
							        <size from="401" to="401" total="2807" count="7"/>
							        <size from="417" to="417" total="1251" count="3"/>
							        <size from="433" to="433" total="433" count="1"/>
							        <size from="449" to="449" total="449" count="1"/>
							        <size from="465" to="465" total="930" count="2"/>
							        <size from="497" to="497" total="994" count="2"/>
							        <size from="529" to="529" total="1058" count="2"/>
							        <size from="545" to="545" total="545" count="1"/>
							        <size from="561" to="561" total="561" count="1"/>
							        <size from="577" to="577" total="1154" count="2"/>
							        <size from="593" to="593" total="1779" count="3"/>
							        <size from="609" to="609" total="609" count="1"/>
							        <size from="625" to="625" total="1875" count="3"/>
							        <size from="641" to="641" total="1923" count="3"/>
							        <size from="657" to="657" total="1314" count="2"/>
							        <size from="673" to="673" total="673" count="1"/>
							        <size from="689" to="689" total="2067" count="3"/>
							        <size from="705" to="705" total="705" count="1"/>
							        <size from="737" to="737" total="1474" count="2"/>
							        <size from="785" to="785" total="785" count="1"/>
							        <size from="817" to="817" total="2451" count="3"/>
							        <size from="849" to="849" total="1698" count="2"/>
							        <size from="865" to="865" total="865" count="1"/>
							        <size from="881" to="881" total="1762" count="2"/>
							        <size from="913" to="913" total="1826" count="2"/>
							        <size from="977" to="977" total="977" count="1"/>
							        <size from="993" to="993" total="1986" count="2"/>
							        <size from="1009" to="1009" total="1009" count="1"/>
							        <size from="1041" to="1041" total="3123" count="3"/>
							        <size from="1105" to="1137" total="7831" count="7"/>
							        <size from="1153" to="1201" total="8295" count="7"/>
							        <size from="1233" to="1249" total="3715" count="3"/>
							        <size from="1281" to="1329" total="9127" count="7"/>
							        <size from="1345" to="1393" total="4099" count="3"/>
							        <size from="1409" to="1425" total="5652" count="4"/>
							        <size from="1473" to="1505" total="7445" count="5"/>
							        <size from="1537" to="1585" total="4707" count="3"/>
							        <size from="1617" to="1649" total="6564" count="4"/>
							        <size from="1665" to="1697" total="13528" count="8"/>
							        <size from="1729" to="1777" total="10518" count="6"/>
							        <size from="1841" to="1841" total="1841" count="1"/>
							        <size from="1873" to="1905" total="3778" count="2"/>
							        <size from="1937" to="1937" total="1937" count="1"/>
							        <size from="1985" to="2033" total="8052" count="4"/>
							        <size from="2065" to="2065" total="2065" count="1"/>
							        <size from="4113" to="4113" total="4113" count="1"/>
							        <size from="5025" to="5025" total="5025" count="1"/>
							        <size from="5281" to="5361" total="10642" count="2"/>
							        <size from="5793" to="6113" total="23956" count="4"/>
							        <size from="6145" to="6385" total="37526" count="6"/>
							        <size from="7073" to="7153" total="14226" count="2"/>
							        <size from="7313" to="7313" total="7313" count="1"/>
							        <size from="8193" to="8689" total="25155" count="3"/>
							        <size from="10593" to="10593" total="10593" count="1"/>
							        <size from="11377" to="12017" total="46452" count="4"/>
							        <size from="12737" to="15729" total="82086" count="6"/>
							        <size from="16465" to="20369" total="129239" count="7"/>
							        <size from="20497" to="23009" total="173944" count="8"/>
							        <size from="29729" to="29729" total="29729" count="1"/>
							        <size from="35713" to="35713" total="35713" count="1"/>
							        <size from="36913" to="36913" total="36913" count="1"/>
							        <size from="356705" to="356705" total="356705" count="1"/>
  <unsorted from="481" to="1043777" total="1054341" count="5"/>
</sizes>
<total type="fast" count="16" size="720"/>
<total type="rest" count="286" size="2243214"/>
<system type="current" size="4829184"/>
<system type="max" size="4829184"/>
<aspace type="total" size="4829184"/>
<aspace type="mprotect" size="4829184"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="16">
<sizes>
							        <size from="17" to="32" total="96" count="3"/>
							        <size from="33" to="48" total="336" count="7"/>
							        <size from="81" to="96" total="192" count="2"/>
							        <size from="49" to="49" total="1078" count="22"/>
							        <size from="225" to="225" total="675" count="3"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="305" to="305" total="2135" count="7"/>
							        <size from="321" to="321" total="321" count="1"/>
							        <size from="337" to="337" total="674" count="2"/>
							        <size from="353" to="353" total="706" count="2"/>
							        <size from="369" to="369" total="369" count="1"/>
							        <size from="385" to="385" total="385" count="1"/>
							        <size from="401" to="401" total="401" count="1"/>
							        <size from="417" to="417" total="417" count="1"/>
							        <size from="433" to="433" total="1299" count="3"/>
							        <size from="465" to="465" total="465" count="1"/>
							        <size from="481" to="481" total="962" count="2"/>
							        <size from="497" to="497" total="994" count="2"/>
							        <size from="513" to="513" total="1539" count="3"/>
							        <size from="529" to="529" total="2116" count="4"/>
							        <size from="561" to="561" total="1122" count="2"/>
							        <size from="577" to="577" total="1154" count="2"/>
							        <size from="593" to="593" total="593" count="1"/>
							        <size from="625" to="625" total="625" count="1"/>
							        <size from="641" to="641" total="1282" count="2"/>
							        <size from="657" to="657" total="657" count="1"/>
							        <size from="673" to="673" total="2019" count="3"/>
							        <size from="705" to="705" total="705" count="1"/>
							        <size from="721" to="721" total="721" count="1"/>
							        <size from="737" to="737" total="1474" count="2"/>
							        <size from="785" to="785" total="785" count="1"/>
							        <size from="801" to="801" total="801" count="1"/>
							        <size from="817" to="817" total="1634" count="2"/>
							        <size from="833" to="833" total="1666" count="2"/>
							        <size from="865" to="865" total="865" count="1"/>
							        <size from="897" to="897" total="1794" count="2"/>
							        <size from="913" to="913" total="913" count="1"/>
							        <size from="929" to="929" total="929" count="1"/>
							        <size from="945" to="945" total="945" count="1"/>
							        <size from="977" to="977" total="977" count="1"/>
							        <size from="993" to="993" total="993" count="1"/>
							        <size from="1025" to="1057" total="7271" count="7"/>
							        <size from="1153" to="1201" total="8263" count="7"/>
							        <size from="1233" to="1265" total="5028" count="4"/>
							        <size from="1281" to="1313" total="9127" count="7"/>
							        <size from="1361" to="1393" total="2754" count="2"/>
							        <size from="1425" to="1457" total="5764" count="4"/>
							        <size from="1473" to="1505" total="2978" count="2"/>
							        <size from="1537" to="1569" total="3106" count="2"/>
							        <size from="1697" to="1697" total="6788" count="4"/>
							        <size from="1729" to="1729" total="1729" count="1"/>
							        <size from="1825" to="1825" total="1825" count="1"/>
							        <size from="1873" to="1873" total="1873" count="1"/>
							        <size from="1921" to="1953" total="5811" count="3"/>
							        <size from="2033" to="2033" total="2033" count="1"/>
							        <size from="2065" to="2097" total="6227" count="3"/>
							        <size from="2145" to="2145" total="6435" count="3"/>
							        <size from="2193" to="2193" total="2193" count="1"/>
							        <size from="2241" to="2241" total="2241" count="1"/>
							        <size from="2305" to="2337" total="4642" count="2"/>
							        <size from="2385" to="2385" total="2385" count="1"/>
							        <size from="2481" to="2481" total="2481" count="1"/>
							        <size from="2513" to="2529" total="5042" count="2"/>
							        <size from="2609" to="2609" total="2609" count="1"/>
							        <size from="2689" to="2689" total="2689" count="1"/>
							        <size from="2833" to="2833" total="5666" count="2"/>
							        <size from="3009" to="3057" total="6066" count="2"/>
							        <size from="3281" to="3489" total="13476" count="4"/>
							        <size from="3681" to="3681" total="3681" count="1"/>
							        <size from="4273" to="4417" total="21701" count="5"/>
							        <size from="4769" to="4993" total="14547" count="3"/>
							        <size from="6177" to="6385" total="12562" count="2"/>
							        <size from="7409" to="7409" total="7409" count="1"/>
							        <size from="11233" to="11233" total="11233" count="1"/>
							        <size from="12577" to="14305" total="52964" count="4"/>
							        <size from="19249" to="19249" total="19249" count="1"/>
							        <size from="21329" to="23553" total="44882" count="2"/>
							        <size from="28801" to="28801" total="28801" count="1"/>
							        <size from="35729" to="36481" total="72210" count="2"/>
							        <size from="37105" to="38641" total="75746" count="2"/>
							        <size from="50209" to="50209" total="50209" count="1"/>
							        <size from="81937" to="81937" total="81937" count="1"/>
							        <size from="296577" to="446481" total="743058" count="2"/>
  <unsorted from="113" to="1029025" total="1032372" count="4"/>
</sizes>
<total type="fast" count="12" size="624"/>
<total type="rest" count="190" size="2436526"/>
<system type="current" size="5443584"/>
<system type="max" size="5443584"/>
<aspace type="total" size="5443584"/>
<aspace type="mprotect" size="5443584"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="17">
<sizes>
							        <size from="17" to="32" total="160" count="5"/>
							        <size from="33" to="48" total="336" count="7"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="49" to="49" total="294" count="6"/>
							        <size from="65" to="65" total="390" count="6"/>
							        <size from="177" to="177" total="531" count="3"/>
							        <size from="193" to="193" total="772" count="4"/>
							        <size from="209" to="209" total="1881" count="9"/>
							        <size from="225" to="225" total="675" count="3"/>
							        <size from="257" to="257" total="1542" count="6"/>
							        <size from="273" to="273" total="3549" count="13"/>
							        <size from="289" to="289" total="867" count="3"/>
							        <size from="305" to="305" total="2440" count="8"/>
							        <size from="321" to="321" total="2247" count="7"/>
							        <size from="337" to="337" total="2359" count="7"/>
							        <size from="353" to="353" total="3530" count="10"/>
							        <size from="369" to="369" total="1107" count="3"/>
							        <size from="385" to="385" total="1925" count="5"/>
							        <size from="401" to="401" total="1203" count="3"/>
							        <size from="417" to="417" total="1251" count="3"/>
							        <size from="433" to="433" total="2598" count="6"/>
							        <size from="449" to="449" total="898" count="2"/>
							        <size from="465" to="465" total="1860" count="4"/>
							        <size from="481" to="481" total="1443" count="3"/>
							        <size from="497" to="497" total="1988" count="4"/>
							        <size from="513" to="513" total="2052" count="4"/>
							        <size from="529" to="529" total="2116" count="4"/>
							        <size from="545" to="545" total="3815" count="7"/>
							        <size from="561" to="561" total="1122" count="2"/>
							        <size from="577" to="577" total="577" count="1"/>
							        <size from="593" to="593" total="1779" count="3"/>
							        <size from="609" to="609" total="609" count="1"/>
							        <size from="625" to="625" total="2500" count="4"/>
							        <size from="657" to="657" total="1971" count="3"/>
							        <size from="673" to="673" total="673" count="1"/>
							        <size from="689" to="689" total="1378" count="2"/>
							        <size from="705" to="705" total="2820" count="4"/>
							        <size from="721" to="721" total="721" count="1"/>
							        <size from="753" to="753" total="1506" count="2"/>
							        <size from="769" to="769" total="2307" count="3"/>
							        <size from="801" to="801" total="801" count="1"/>
							        <size from="817" to="817" total="1634" count="2"/>
							        <size from="833" to="833" total="833" count="1"/>
							        <size from="849" to="849" total="1698" count="2"/>
							        <size from="865" to="865" total="865" count="1"/>
							        <size from="881" to="881" total="1762" count="2"/>
							        <size from="897" to="897" total="897" count="1"/>
							        <size from="913" to="913" total="1826" count="2"/>
							        <size from="929" to="929" total="929" count="1"/>
							        <size from="945" to="945" total="945" count="1"/>
							        <size from="977" to="977" total="1954" count="2"/>
							        <size from="993" to="993" total="2979" count="3"/>
							        <size from="1041" to="1041" total="4164" count="4"/>
							        <size from="1121" to="1137" total="3379" count="3"/>
							        <size from="1169" to="1201" total="5941" count="5"/>
							        <size from="1249" to="1265" total="5044" count="4"/>
							        <size from="1297" to="1329" total="5236" count="4"/>
							        <size from="1345" to="1393" total="9671" count="7"/>
							        <size from="1409" to="1457" total="4291" count="3"/>
							        <size from="1473" to="1505" total="4451" count="3"/>
							        <size from="1553" to="1569" total="3122" count="2"/>
							        <size from="1617" to="1649" total="3266" count="2"/>
							        <size from="1681" to="1681" total="1681" count="1"/>
							        <size from="1729" to="1761" total="5219" count="3"/>
							        <size from="1809" to="1841" total="3650" count="2"/>
							        <size from="1857" to="1889" total="7476" count="4"/>
							        <size from="1969" to="1969" total="1969" count="1"/>
							        <size from="1985" to="2033" total="10069" count="5"/>
							        <size from="2065" to="2081" total="10357" count="5"/>
							        <size from="2145" to="2161" total="6467" count="3"/>
							        <size from="2177" to="2177" total="2177" count="1"/>
							        <size from="2241" to="2289" total="6787" count="3"/>
							        <size from="2305" to="2337" total="9300" count="4"/>
							        <size from="2401" to="2417" total="4818" count="2"/>
							        <size from="2449" to="2465" total="9828" count="4"/>
							        <size from="2497" to="2529" total="5026" count="2"/>
							        <size from="2657" to="2657" total="2657" count="1"/>
							        <size from="2801" to="2801" total="2801" count="1"/>
							        <size from="2833" to="2849" total="5682" count="2"/>
							        <size from="2945" to="2945" total="2945" count="1"/>
							        <size from="3025" to="3041" total="6066" count="2"/>
							        <size from="3105" to="3121" total="9347" count="3"/>
							        <size from="3233" to="3521" total="20310" count="6"/>
							        <size from="3649" to="3985" total="30408" count="8"/>
							        <size from="4113" to="4273" total="8386" count="2"/>
							        <size from="4609" to="4945" total="23877" count="5"/>
							        <size from="5121" to="5377" total="31478" count="6"/>
							        <size from="5649" to="6049" total="29461" count="5"/>
							        <size from="6193" to="6305" total="12498" count="2"/>
							        <size from="6897" to="6977" total="13874" count="2"/>
							        <size from="8209" to="8465" total="49814" count="6"/>
							        <size from="9409" to="9617" total="19026" count="2"/>
							        <size from="10433" to="10705" total="42052" count="4"/>
							        <size from="10769" to="11681" total="33347" count="3"/>
							        <size from="12417" to="16193" total="116136" count="8"/>
							        <size from="16785" to="16929" total="33714" count="2"/>
							        <size from="21521" to="24305" total="160183" count="7"/>
							        <size from="29361" to="29873" total="59234" count="2"/>
							        <size from="34561" to="34561" total="34561" count="1"/>
							        <size from="49521" to="49521" total="49521" count="1"/>
							        <size from="82417" to="82417" total="82417" count="1"/>
							        <size from="119825" to="119825" total="119825" count="1"/>
							        <size from="132545" to="132545" total="132545" count="1"/>
							        <size from="485745" to="485745" total="485745" count="1"/>
  <unsorted from="81" to="1029025" total="1031092" count="4"/>
</sizes>
<total type="fast" count="13" size="592"/>
<total type="rest" count="346" size="2860810"/>
<system type="current" size="5271552"/>
<system type="max" size="5271552"/>
<aspace type="total" size="5271552"/>
<aspace type="mprotect" size="5271552"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="18">
<sizes>
							        <size from="17" to="32" total="32" count="1"/>
							        <size from="33" to="48" total="192" count="4"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="49" to="49" total="196" count="4"/>
							        <size from="449" to="449" total="449" count="1"/>
							        <size from="817" to="817" total="817" count="1"/>
							        <size from="833" to="833" total="833" count="1"/>
							        <size from="865" to="865" total="2595" count="3"/>
							        <size from="897" to="897" total="897" count="1"/>
							        <size from="993" to="993" total="993" count="1"/>
							        <size from="1025" to="1073" total="2098" count="2"/>
							        <size from="1169" to="1169" total="1169" count="1"/>
							        <size from="1233" to="1249" total="2482" count="2"/>
							        <size from="1617" to="1617" total="1617" count="1"/>
							        <size from="1937" to="1937" total="1937" count="1"/>
							        <size from="2049" to="2065" total="4114" count="2"/>
							        <size from="2177" to="2225" total="4402" count="2"/>
							        <size from="2417" to="2417" total="2417" count="1"/>
							        <size from="2593" to="2593" total="2593" count="1"/>
							        <size from="2977" to="2977" total="2977" count="1"/>
							        <size from="3105" to="3105" total="3105" count="1"/>
							        <size from="3489" to="3489" total="3489" count="1"/>
							        <size from="3841" to="3841" total="3841" count="1"/>
							        <size from="4209" to="4209" total="4209" count="1"/>
							        <size from="4769" to="4769" total="4769" count="1"/>
							        <size from="6145" to="6209" total="12354" count="2"/>
							        <size from="6817" to="6817" total="6817" count="1"/>
							        <size from="7553" to="7649" total="15202" count="2"/>
							        <size from="10817" to="10817" total="10817" count="1"/>
							        <size from="13281" to="15457" total="57460" count="4"/>
							        <size from="20705" to="21633" total="63843" count="3"/>
							        <size from="25889" to="25889" total="25889" count="1"/>
							        <size from="30705" to="30705" total="30705" count="1"/>
							        <size from="82289" to="82289" total="82289" count="1"/>
							        <size from="154529" to="154529" total="154529" count="1"/>
  <unsorted from="49" to="1361953" total="1380358" count="6"/>
</sizes>
<total type="fast" count="6" size="320"/>
<total type="rest" count="54" size="1892262"/>
<system type="current" size="2998272"/>
<system type="max" size="2998272"/>
<aspace type="total" size="2998272"/>
<aspace type="mprotect" size="2998272"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="19">
<sizes>
							        <size from="17" to="32" total="192" count="6"/>
							        <size from="33" to="48" total="720" count="15"/>
							        <size from="81" to="96" total="96" count="1"/>
							        <size from="33" to="33" total="198" count="6"/>
  <unsorted from="2657" to="2657" total="2657" count="1"/>
</sizes>
<total type="fast" count="22" size="1008"/>
<total type="rest" count="7" size="2855"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="20">
<sizes>
							        <size from="33" to="33" total="132" count="4"/>
							        <size from="65" to="65" total="260" count="4"/>
							        <size from="81" to="81" total="405" count="5"/>
							        <size from="113" to="113" total="113" count="1"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="401" to="401" total="802" count="2"/>
							        <size from="16497" to="16497" total="16497" count="1"/>
							        <size from="260753" to="260753" total="260753" count="1"/>
							        <size from="30809729" to="67108801" total="1594924761" count="25"/>
  <unsorted from="4097" to="4097" total="4097" count="1"/>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="45" size="1595208093"/>
<system type="current" size="1599594496"/>
<system type="max" size="1599594496"/>
<aspace type="total" size="1599594496"/>
<aspace type="mprotect" size="1599594496"/>
<aspace type="subheaps" size="24"/>
</heap>
<heap nr="21">
<sizes>
							        <size from="17" to="32" total="192" count="6"/>
							        <size from="33" to="33" total="1023" count="31"/>
							        <size from="49" to="49" total="392" count="8"/>
							        <size from="65" to="65" total="520" count="8"/>
							        <size from="81" to="81" total="405" count="5"/>
							        <size from="97" to="97" total="1649" count="17"/>
							        <size from="113" to="113" total="1243" count="11"/>
							        <size from="129" to="129" total="1677" count="13"/>
							        <size from="145" to="145" total="3190" count="22"/>
							        <size from="161" to="161" total="5635" count="35"/>
							        <size from="177" to="177" total="885" count="5"/>
							        <size from="193" to="193" total="9264" count="48"/>
							        <size from="209" to="209" total="1672" count="8"/>
							        <size from="225" to="225" total="66150" count="294"/>
							        <size from="241" to="241" total="1687" count="7"/>
							        <size from="257" to="257" total="2827" count="11"/>
							        <size from="273" to="273" total="2730" count="10"/>
							        <size from="289" to="289" total="6069" count="21"/>
							        <size from="305" to="305" total="1830" count="6"/>
							        <size from="321" to="321" total="2568" count="8"/>
							        <size from="337" to="337" total="7751" count="23"/>
							        <size from="353" to="353" total="1059" count="3"/>
							        <size from="369" to="369" total="3690" count="10"/>
							        <size from="385" to="385" total="3080" count="8"/>
							        <size from="401" to="401" total="5614" count="14"/>
							        <size from="417" to="417" total="1251" count="3"/>
							        <size from="433" to="433" total="2598" count="6"/>
							        <size from="449" to="449" total="3143" count="7"/>
							        <size from="465" to="465" total="8370" count="18"/>
							        <size from="481" to="481" total="1443" count="3"/>
							        <size from="497" to="497" total="1491" count="3"/>
</sizes>
<total type="fast" count="6" size="192"/>
<total type="rest" count="666" size="150906"/>
<system type="current" size="299008"/>
<system type="max" size="299008"/>
<aspace type="total" size="299008"/>
<aspace type="mprotect" size="299008"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="22">
<sizes>
							        <size from="17" to="32" total="45248" count="1414"/>
							        <size from="33" to="48" total="30192" count="629"/>
							        <size from="49" to="64" total="320" count="5"/>
							        <size from="65" to="80" total="19680" count="246"/>
							        <size from="81" to="96" total="28128" count="293"/>
							        <size from="97" to="112" total="560" count="5"/>
							        <size from="113" to="128" total="256" count="2"/>
							        <size from="209" to="209" total="418" count="2"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="529" to="529" total="5819" count="11"/>
  <unsorted from="145" to="289" total="1786" count="10"/>
</sizes>
<total type="fast" count="2594" size="124384"/>
<total type="rest" count="24" size="8296"/>
<system type="current" size="606208"/>
<system type="max" size="606208"/>
<aspace type="total" size="606208"/>
<aspace type="mprotect" size="606208"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="23">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="24">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="25">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="26">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="27">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="28">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="29">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="30">
<sizes>
</sizes>
<total type="fast" count="0" size="0"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="31">
<sizes>
							        <size from="17" to="32" total="480" count="15"/>
							        <size from="33" to="48" total="96" count="2"/>
							        <size from="49" to="64" total="960" count="15"/>
							        <size from="65" to="80" total="400" count="5"/>
							        <size from="97" to="112" total="448" count="4"/>
							        <size from="113" to="128" total="768" count="6"/>
</sizes>
<total type="fast" count="47" size="3152"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="32">
<sizes>
							        <size from="17" to="32" total="4160" count="130"/>
							        <size from="33" to="48" total="2208" count="46"/>
							        <size from="49" to="64" total="320" count="5"/>
							        <size from="65" to="80" total="400" count="5"/>
							        <size from="81" to="96" total="480" count="5"/>
							        <size from="97" to="112" total="1008" count="9"/>
							        <size from="113" to="128" total="256" count="2"/>
							        <size from="177" to="177" total="354" count="2"/>
							        <size from="193" to="193" total="193" count="1"/>
							        <size from="4113" to="4113" total="4113" count="1"/>
  <unsorted from="145" to="1329" total="3958" count="6"/>
</sizes>
<total type="fast" count="202" size="8832"/>
<total type="rest" count="10" size="8618"/>
<system type="current" size="159744"/>
<system type="max" size="159744"/>
<aspace type="total" size="159744"/>
<aspace type="mprotect" size="159744"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="33">
<sizes>
							        <size from="49" to="64" total="256" count="4"/>
							        <size from="65" to="80" total="80" count="1"/>
</sizes>
<total type="fast" count="5" size="336"/>
<total type="rest" count="0" size="0"/>
<system type="current" size="135168"/>
<system type="max" size="135168"/>
<aspace type="total" size="135168"/>
<aspace type="mprotect" size="135168"/>
<aspace type="subheaps" size="1"/>
</heap>
<heap nr="34">
<sizes>
							        <size from="17" to="32" total="608" count="19"/>
							        <size from="33" to="48" total="1152" count="24"/>
							        <size from="49" to="64" total="128" count="2"/>
							        <size from="65" to="80" total="160" count="2"/>
							        <size from="81" to="96" total="288" count="3"/>
							        <size from="257" to="257" total="257" count="1"/>
							        <size from="273" to="273" total="273" count="1"/>
							        <size from="321" to="321" total="321" count="1"/>
							        <size from="385" to="385" total="385" count="1"/>
							        <size from="433" to="433" total="433" count="1"/>
							        <size from="513" to="513" total="513" count="1"/>
  <unsorted from="97" to="97" total="97" count="1"/>
</sizes>
<total type="fast" count="50" size="23$2 = 0
(gdb) quit

@MeanSquaredError
Copy link
Contributor

The malloc_stats() seems to go to standard error, so it is missing from the output. Can you please run again texstudio from gdb but redirect the stderr to stdout and then get the malloc_stats output. That is

rm output.txt
gdb /usr/bin/texstudio 2>&1 | tee output.txt

Then inside GDB

break qBadAlloc
run

Then once the breakpoint is called
call malloc_stats()

Then terminate TexStudio and post here the contents of output.txt

@sunderme
Copy link
Member

sunderme commented Sep 6, 2019 via email

@eXcuvator
Copy link
Author

eXcuvator commented Sep 7, 2019

@MeanSquaredError here you go:

GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/texstudio...(no debugging symbols found)...done.
(gdb) break qBadAlloc
Breakpoint 1 at 0x1475b0
(gdb) run
Starting program: /usr/bin/texstudio 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe8a66700 (LWP 31058)]
[New Thread 0x7fffde60a700 (LWP 31059)]
[New Thread 0x7fffdde09700 (LWP 31060)]
[New Thread 0x7fffd7de3700 (LWP 31061)]
[New Thread 0x7fffc7d49700 (LWP 31063)]
[New Thread 0x7fffc7548700 (LWP 31064)]
[New Thread 0x7fffc6d47700 (LWP 31065)]
[New Thread 0x7fffc6546700 (LWP 31066)]
[New Thread 0x7fffc5d45700 (LWP 31067)]
[New Thread 0x7fffc5544700 (LWP 31068)]
[New Thread 0x7fffc4d43700 (LWP 31069)]
[New Thread 0x7fffa7fff700 (LWP 31070)]
[New Thread 0x7fffa6fc8700 (LWP 31071)]
[New Thread 0x7fffa667e700 (LWP 31072)]
inconsistent command arguments: "\\begin{frame}" "class-beamer.cwl"
inconsistent command arguments: "\\begin{frame}" "class-beamer.cwl"
inconsistent command arguments: "\\begin{frame}" "class-beamer.cwl"
inconsistent command arguments: "\\begin{frame}" "class-beamer.cwl"
inconsistent command arguments: "\\begin{frame}" "class-beamer.cwl"
inconsistent command arguments: "\\begin{block}" "class-beamer.cwl"
inconsistent command arguments: "\\begin{altenv}" "class-beamer.cwl"
inconsistent command arguments: "\\defbeamertemplate" "class-beamer.cwl"
inconsistent command arguments: "\\defbeamertemplate" "class-beamer.cwl"
inconsistent command arguments: "\\defbeamertemplate" "class-beamer.cwl"
inconsistent command arguments: "\\x" "infwarerr.cwl"
inconsistent command arguments: "\\x" "ltxcmds.cwl"
inconsistent command arguments: "\\x" "atbegshi.cwl"
inconsistent command arguments: "\\hyperref" "hyperref.cwl"
inconsistent command arguments: "\\hyperref" "hyperref.cwl"
inconsistent command arguments: "\\x" "intcalc.cwl"
inconsistent command arguments: "\\x" "intcalc.cwl"
inconsistent command arguments: "\\x" "etexcmds.cwl"
inconsistent command arguments: "\\x" "kvsetkeys.cwl"
inconsistent command arguments: "\\x" "kvdefinekeys.cwl"
inconsistent command arguments: "\\x" "pdftexcmds.cwl"
inconsistent command arguments: "\\x" "luatex-loader.cwl"
inconsistent command arguments: "\\x" "pdfescape.cwl"
inconsistent command arguments: "\\x" "bigintcalc.cwl"
inconsistent command arguments: "\\x" "bigintcalc.cwl"
[New Thread 0x7fffa5e7d700 (LWP 31074)]
inconsistent command arguments: "\\x" "uniquecounter.cwl"
inconsistent command arguments: "\\x" "refcount.cwl"
inconsistent command arguments: "\\x" "kvoptions.cwl"
inconsistent command arguments: "\\x" "epstopdf-base.cwl"
inconsistent command arguments: "\\x" "grfext.cwl"
inconsistent command arguments: "\\x" "gettitlestring.cwl"
inconsistent command arguments: "\\hyperref" "hyperref.cwl"
inconsistent command arguments: "\\hyperref" "hyperref.cwl"
[New Thread 0x7fffa567c700 (LWP 31078)]
[New Thread 0x7fffa4c3a700 (LWP 31079)]
[New Thread 0x7fff8ffff700 (LWP 31080)]
[New Thread 0x7fff8f7fe700 (LWP 31081)]
[New Thread 0x7fff8effd700 (LWP 31082)]
[New Thread 0x7fff8e7fc700 (LWP 31083)]
[New Thread 0x7fff8dffb700 (LWP 31084)]
[New Thread 0x7fff8d7fa700 (LWP 31085)]
[New Thread 0x7fff8cff9700 (LWP 31086)]
[New Thread 0x7fff6fd72700 (LWP 31089)]
[New Thread 0x7fff6f571700 (LWP 31090)]
[Thread 0x7fff6fd72700 (LWP 31089) exited]
[New Thread 0x7fff6fd72700 (LWP 31095)]
[Thread 0x7fff6fd72700 (LWP 31095) exited]
[New Thread 0x7fff6fd72700 (LWP 31104)]
[New Thread 0x7fff6e4c6700 (LWP 31105)]
[New Thread 0x7fff6dcc5700 (LWP 31106)]
[New Thread 0x7fff6d4c4700 (LWP 31107)]
[New Thread 0x7fff6ccc3700 (LWP 31108)]
[New Thread 0x7fff53a03700 (LWP 31109)]
[New Thread 0x7fff52d93700 (LWP 31110)]
Gtk-Message: 12:30:29.084: GtkDialog mapped without a transient parent. This is discouraged.
[Thread 0x7fff6ccc3700 (LWP 31108) exited]
[Thread 0x7fff6d4c4700 (LWP 31107) exited]
[Thread 0x7fff6fd72700 (LWP 31104) exited]
[Thread 0x7fff6e4c6700 (LWP 31105) exited]
[Thread 0x7fff53a03700 (LWP 31109) exited]
[New Thread 0x7fff53a03700 (LWP 31115)]
[Thread 0x7fff6dcc5700 (LWP 31106) exited]
[New Thread 0x7fff6dcc5700 (LWP 31116)]
[Thread 0x7fff6dcc5700 (LWP 31116) exited]
[New Thread 0x7fff6dcc5700 (LWP 31117)]
[Thread 0x7fff6dcc5700 (LWP 31117) exited]
[New Thread 0x7fff6dcc5700 (LWP 31118)]
inconsistent command arguments: "\\hyperref" "hyperref.cwl"
inconsistent command arguments: "\\hyperref" "hyperref.cwl"
[New Thread 0x7fff6e4c6700 (LWP 31120)]
[Thread 0x7fff6e4c6700 (LWP 31120) exited]
[Thread 0x7fff6f571700 (LWP 31090) exited]
[Thread 0x7fff53a03700 (LWP 31115) exited]
[Switching to Thread 0x7fffa5e7d700 (LWP 31074)]

Thread 16 "LatexStyleParse" hit Breakpoint 1, 0x00007ffff4e343e0 in qBadAlloc() () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
(gdb) call malloc_stats()
Arena 0:
system bytes     =   41517056
in use bytes     =   40856288
Arena 1:
system bytes     =     135168
in use bytes     =      18016
Arena 2:
system bytes     =     135168
in use bytes     =      10272
Arena 3:
system bytes     =     135168
in use bytes     =      15520
Arena 4:
system bytes     =     135168
in use bytes     =       4992
Arena 5:
system bytes     =     135168
in use bytes     =      25872
Arena 6:
system bytes     =     135168
in use bytes     =      21120
Arena 7:
system bytes     =     135168
in use bytes     =      10144
Arena 8:
system bytes     =     876544
in use bytes     =     710480
Arena 9:
system bytes     =    4538368
in use bytes     =    2002176
Arena 10:
system bytes     =    5435392
in use bytes     =    2429584
Arena 11:
system bytes     =    3211264
in use bytes     =    1343968
Arena 12:
system bytes     =    3375104
in use bytes     =    1348704
Arena 13:
system bytes     =    5943296
in use bytes     =    2992816
Arena 14:
system bytes     =    3497984
in use bytes     =    1773088
Arena 15:
system bytes     =    4972544
in use bytes     =    2177920
Arena 16:
system bytes     =    2998272
in use bytes     =    1102848
Arena 17:
system bytes     =     135168
in use bytes     =      62016
Arena 18:
system bytes     = 1615269888
in use bytes     =    4379248
Arena 19:
system bytes     =     290816
in use bytes     =     138240
Arena 20:
system bytes     =     602112
in use bytes     =     470272
Arena 21:
system bytes     =     135168
in use bytes     =       2832
Arena 22:
system bytes     =     135168
in use bytes     =       2832
Arena 23:
system bytes     =     135168
in use bytes     =       2832
Arena 24:
system bytes     =     135168
in use bytes     =       2832
Arena 25:
system bytes     =     135168
in use bytes     =       2832
Arena 26:
system bytes     =     135168
in use bytes     =       2832
Arena 27:
system bytes     =     135168
in use bytes     =       2832
Arena 28:
system bytes     =     135168
in use bytes     =       2832
Arena 29:
system bytes     =     135168
in use bytes     =      93280
Arena 30:
system bytes     =     176128
in use bytes     =     155888
Arena 31:
system bytes     =     135168
in use bytes     =       6896
Arena 32:
system bytes     =     147456
in use bytes     =      68448
Total (incl. mmap):
system bytes     = 3567632384
in use bytes     = 1934587888
max mmap regions =          7
max mmap bytes   = 1872347136
(gdb) 
Arena 0:
system bytes     =   41517056
in use bytes     =   40933104
Arena 1:
system bytes     =     135168
in use bytes     =      18016
Arena 2:
system bytes     =     135168
in use bytes     =      10272
Arena 3:
system bytes     =     135168
in use bytes     =      15520
Arena 4:
system bytes     =     135168
in use bytes     =       4992
Arena 5:
system bytes     =     135168
in use bytes     =      25872
Arena 6:
system bytes     =     135168
in use bytes     =      21120
Arena 7:
system bytes     =     135168
in use bytes     =      10144
Arena 8:
system bytes     =     876544
in use bytes     =     710480
Arena 9:
system bytes     =    4538368
in use bytes     =    2002176
Arena 10:
system bytes     =    5435392
in use bytes     =    2429584
Arena 11:
system bytes     =    3211264
in use bytes     =    1343968
Arena 12:
system bytes     =    3375104
in use bytes     =    1348704
Arena 13:
system bytes     =    5943296
in use bytes     =    2992816
Arena 14:
system bytes     =    3497984
in use bytes     =    1773088
Arena 15:
system bytes     =    4972544
in use bytes     =    2177920
Arena 16:
system bytes     =    2998272
in use bytes     =    1102848
Arena 17:
system bytes     =     135168
in use bytes     =      62016
Arena 18:
system bytes     = 1615269888
in use bytes     =    4379248
Arena 19:
system bytes     =     290816
in use bytes     =     138240
Arena 20:
system bytes     =     602112
in use bytes     =     470272
Arena 21:
system bytes     =     135168
in use bytes     =       2832
Arena 22:
system bytes     =     135168
in use bytes     =       2832
Arena 23:
system bytes     =     135168
in use bytes     =       2832
Arena 24:
system bytes     =     135168
in use bytes     =       2832
Arena 25:
system bytes     =     135168
in use bytes     =       2832
Arena 26:
system bytes     =     135168
in use bytes     =       2832
Arena 27:
system bytes     =     135168
in use bytes     =       2832
Arena 28:
system bytes     =     135168
in use bytes     =       2832
Arena 29:
system bytes     =     135168
in use bytes     =      93280
Arena 30:
system bytes     =     176128
in use bytes     =     155888
Arena 31:
system bytes     =     135168
in use bytes     =       6896
Arena 32:
system bytes     =     147456
in use bytes     =      70224
Total (incl. mmap):
system bytes     = 3567632384
in use bytes     = 1934666480
max mmap regions =          7
max mmap bytes   = 1872347136
(gdb) 

@eXcuvator
Copy link
Author

@sunderme Unfortunately since txs terminates after random time it's hard for me to isolate packages that cause the issue. Here's the whole header of the document that is loaded (but not compiled!)

\usepackage{geometry}                % See geometry.pdf to learn the layout options. There are lots.
\geometry{letterpaper}                   % ... or a4paper or a5paper or ... 
\usepackage{dcolumn}
%\usepackage[parfill]{parskip}    % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{amsmath}

\newcommand{\mbeq}{\overset{!}{=}}

\usepackage{epstopdf}
\usepackage[utf8]{inputenc}
\usepackage{marginnote}
\renewcommand*{\marginfont}{\color{red}\sffamily}
\usepackage[backgroundcolor=green, linecolor=green]{todonotes}
\usepackage[activate={true,nocompatibility},final,tracking=true,kerning=true,spacing=true,factor=1100,stretch=10,shrink=10]{microtype}
\microtypecontext{spacing=nonfrench}

\usepackage{MinionPro}
%\addfontfeatures{Numbers={Monospaced,OldStyle}}

% comment the following if you want to hide labels (equations, references etc)
%\usepackage[notref]{showkeys}  
%\usepackage{layouts}

\usepackage{filecontents}
\usepackage{amsthm}
\newtheorem{prop}{Proposition} 
\newtheorem{theo}{Theorem} 
\newtheorem{ass}{Assumption} 
\newtheorem{deff}{Definition} 

\usepackage{siunitx}

\usepackage[
    backend=biber,
    style=authoryear,
    sortlocale=de_DE,
    natbib=true,
    url=false, 
    doi=false,
    eprint=false
]{biblatex}
\DeclareFieldFormat{titlecase}{\MakeSentenceCase{#1}}


\usepackage[export]{adjustbox}

% for sidewaystable
\usepackage{rotating} % Rotating table


%\bibliography{../long}
\newcommand\numberthis{\addtocounter{equation}{1}\tag{\theequation}}

\usepackage[section]{placeins} 



\usepackage{adjustbox}
\usepackage{booktabs}
\newsavebox{\tablebox}

\def\sym#1{\ifmmode^{#1}\else\(^{#1}\)\fi}

\usepackage{setspace}   %Allows double spacing with the \doublespacing command
%\linespread{1.2}
\onehalfspacing

75dacd/}



\usepackage[
      colorlinks=true,    %no frame around URL
      urlcolor=black,    %no colors
      menucolor=black,    %no colors
      linkcolor=black,    %no colors
      citecolor=black,
      bookmarks=true,    %tree-like TOC
      bookmarksopen=true,    %expanded when starting
      hyperfootnotes=false,    %no referencing of footnotes, does not compile
      pdfpagemode=UseOutlines    %show the bookmar%ks when starting the pdf viewer
]{hyperref}
 \urlstyle{same}
\usepackage{booktabs}

@muzimuzhi
Copy link
Contributor

Using \documentclass{article} and simple document environment, the preamble works ok under macOS, except that the lines loading package MinionPro (since MinionPro is not included by either TeX Live or MikTeX) and containing characters 75dacd/} are both commented.

PS: when pasting very long contents, using an HTML element summary (doc on MDN) may save some scroll bar space, if uploading a file is not convenient enough. For example:

short summary loooooooong contents
// for example
<details>
    <summary>short summary</summary>
    loooooooong contents
</details>

@MeanSquaredError
Copy link
Contributor

I did pretty much the same test as @muzimuzhi on Fedora 30 and the preamble worked fine.
I had to comment out
\usepackage{MinionPro}
since I don't have that font and also removed the line
75dacd/}
which looks like a copy&paste error.

I looked into the code and it seems that LatexStyleParser::run is called in a separate background thread only when TexStudio comes across an import of a package for which it does not have an existing .cwl file (either manually or automatically built).

So I suspect that it could be \usepackage{MinionPro} that is causing the problem.

@eXcuvator can you try the following:

  1. Quit TexStudio
  2. Rename the file that TexStudio tries to load automatically so that it would not find it on the next run.
  3. Copy that .tex file under a different name.
  4. Use some other editor to open and edit that run, remove the line which says \usepackage{MinionPro}
    save the modified file and quit the editor.
  5. Start TexStudio and open the modified file in TexStudio

Then see if it will crash or if it will work normally with the modified file.

@eXcuvator
Copy link
Author

@MeanSquaredError @muzimuzhi

Indeed, the file works fine when excluding MinionPro.

@MeanSquaredError
Copy link
Contributor

The memory information during crash looks OK, just fragmented, but maybe that's OK too depending on the preamble being used. So I would guess that it just runs out of memory while parsing MinionPro.sty. If that's the case indeed then probably the most reasonable approach would be to catch the memory allocation exception during parsing and skip loading the .sty file that caused the out-of-memory error.

@eXcuvator Is MinionPro.sty a large file? Can you upload it to some file sharing service and post the link here?

@eXcuvator
Copy link
Author

@MeanSquaredError Here you go: https://gofile.io/?c=aITjtt

@MeanSquaredError
Copy link
Contributor

@eXcuvator
Thanks for the file. It requires MinionPro-FontDef.sty
Can you upload that file too?

@eXcuvator
Copy link
Author

@MeanSquaredError There you go: https://gofile.io/?c=6GR4eZ

@MeanSquaredError
Copy link
Contributor

Thanks for the file. The new file in turn needs otfontdef.sty
Please upload that file too.
Actually if MinionPro is kept in a separate directory of its own, please zip and upload the whole directory as one archive, since I suspect there might be other files missing too.

@eXcuvator
Copy link
Author

@MeanSquaredError Hopefully this is all: https://gofile.io/?c=0yKax2

@MeanSquaredError
Copy link
Contributor

MeanSquaredError commented Sep 9, 2019

The archive contains an empty directory usr/local/share/texmf/tex/latex/MinionPro/
zip probably needs needs the -r option

root@localhost:~/archive/downloads# unzip -v mp.zip
Archive: mp.zip
Length Method Size Cmpr Date Time CRC-32 Name


    0  Stored        0   0% 09-04-2019 17:16 00000000  usr/local/share/texmf/tex/latex/MinionPro/

   0                0   0%                            1 file

root@localhost:~/archive/downloads#

@eXcuvator
Copy link
Author

@MeanSquaredError I'm terribly sorry. This one should do: https://gofile.io/?c=OnQEf6

@MeanSquaredError
Copy link
Contributor

@eXcuvator thank you for the archive. We are almost there with the installation of the font.
I installed the font files and we are almost there. It still needs some font .tfm file(s). I am getting the error
! Font OT1/MinionPro-OsF/m/n/10=MinionPro-Regular-osf-ot1 at 10.0pt not loadable: Metric (TFM) file not found.

So I guess it lacks the corresponding .tfm file. I guess it should be located in
/usr/local/share/texmf/fonts/tfm/*/minionpro/
or in some other similar directory. Can you please zip and upload that directory too?

@eXcuvator
Copy link
Author

@MeanSquaredError This is a quite large folder, but here you go: https://gofile.io/?c=LITlth

For future reference, I installed the font following the steps detailed here: https://www.clarkdonley.com/post/2015-03-installing-minionpro-for-latex-on-mac-os-x-yosemite/

@MeanSquaredError
Copy link
Contributor

It still needs some other files, so using that font from pdflatex with a sample .tex file fails.
I will try this weekend to install MinionPro from the link that you gave and will see if I will be able to reproduce the crash.

@MeanSquaredError
Copy link
Contributor

MeanSquaredError commented Sep 12, 2019

I managed to install the MinionPro font in latex and tested it on a couple of Linux machines (64-bit Intel).

Normally TXS uses about 1.6 GB of VSS (total RAM+SWAP) out of which about 210 MB are RSS (real RAM). However when it starts autogenerating the CWL files MinionPro.cwl and MinionPro-FontDef.cwl
its memory usage spikes up.

For the first file the memory usage increases modestly by about 100 MB or so, however for the second file MinionPro-FontDef.cwl the total RAM (VSS) usage jumped slighly over 3 GB and real RAM (RSS) went to about 1.6 - 1.7 GB.

This almost brought the first box which had only 4 GB to a grinding halt, it started swapping heavily and became unresponsive. However after a while it recovered. The second box which had more RAM handled it better - it still used more than 3 GB to generate the .cwl but it was fully usable while it generated the .cwl file.

So my guess is that either your box does not have sufficient RAM+swap or maybe Ubuntu has placed some kind of memory allocation limit on TexStudio.

  1. Is it a 64-bit machine or a 32-bit machine?
  2. If you open shell and type "free" (without the quotes) what does it show?
  3. If you start TexStudio and then open a shell and type
    prlimit --pid `pidof texstudio`
    what does it show?
  4. Do you have any memory limits set in /etc/cgconfig.conf ?

@eXcuvator
Copy link
Author

Hej @MeanSquaredError , it is a 64 bit machine. I don't have any /etc/cgconfig.conf file.

$ free
              total        used        free      shared  buff/cache   available
Mem:       65798696    12275940    22617416      878708    30905340    51916460
Swap:       2097148           0     2097148

Here are the limits:

$ prlimit --pid `pidof texstudio`
RESOURCE   DESCRIPTION                             SOFT      HARD UNITS
AS         address space limit                unlimited unlimited bytes
CORE       max core file size                         0 unlimited bytes
CPU        CPU time                           unlimited unlimited seconds
DATA       max data size                      unlimited unlimited bytes
FSIZE      max file size                      unlimited unlimited bytes
LOCKS      max number of file locks held      unlimited unlimited locks
MEMLOCK    max locked-in-memory address space  16777216  16777216 bytes
MSGQUEUE   max bytes in POSIX mqueues            819200    819200 bytes
NICE       max nice prio allowed to raise             0         0 
NOFILE     max number of open files                1024   1048576 files
NPROC      max number of processes               256839    256839 processes
RSS        max resident set size              unlimited unlimited bytes
RTPRIO     max real-time priority                     0         0 
RTTIME     timeout for real-time tasks        unlimited unlimited microsecs
SIGPENDING max number of pending signals         256839    256839 signals
STACK      max stack size                       8388608 unlimited bytes

@sunderme
Copy link
Member

If it is just a corner case, we can just add minionpro.cwl to txs and avoid the scan process of that problematic package.

@MeanSquaredError
Copy link
Contributor

@sunderme Adding the .cwl files for MinionPro is probably the most reasonable approach if it works.

@eXcuvator I have uploaded the .cwl files for MinionPro as a zip archive here
https://gofile.io/?c=L3eGCs
Please extract the two files from the archive
MinionPro.cwl
MinionPro-FontDef.cwl
and then place them in the location for TexStudio user-defined .cwl files. On my machine Fedora/KDE the directory is
~/.config/texstudio/completion/user/
I am not sure about Ubuntu, but I guess it is a similar location.
Does placing the .cwl files prevent the TexStudio crash?

@eXcuvator
Copy link
Author

@MeanSquaredError Seems to work, no more crashes so far!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants