This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Heap fragmentation (Was: Debugging "Leaks" With Boehm-GC)


Hi Hans,

Just stumpled across this old thread - seems that I'm beginning to run
into fragmentation problems - bot being able to allocate memory for some
things.
I have set GC_MAXIMUM_HEAP_SIZE to 14000000 (14mb), but I wonder where I
can configure GC_free_space_divisor? In "alloc.c" it seems - but there
it's set to 3, whereas "gc.h" says it's initially 4?!
We set GC_free_space_divisor before calling JvRunMain.  I don't know
what happens if you call it after the runtime is already started.

That should be OK. It should control future GC/heap expansion decisions.


Moreover, is 20 a super value? Or is this trial-and-error?
Trial and error.
The larger the divisor, the more time spent in GC, but the less likely
you are to end up in the pathological situation where there is plenty of
free memory, but it is all in pools for objects of a size other than you
are trying to allocate.

I think the default value is probably appropiate for cases where there
is no upper bound on memory size.  For bounded memory size, we have
found that a larger divisor is needed.
If the issue here is really fragentation, it would be nice to understand it
better.  A call to GC_dump() or setting the GC_DUMP_REGULARLY environment
variable should tell you what's in the heap.  Really fragmentation per
se can only occur if either:

Here goes Hans - attached is a dump from GC when it crashes followed by a GC-dump after the client gave up it's attempt to do the "RPC-operation".


I can provide you plenty of dumps :-)

Regards,
 Martin Egholm
GC Warning: Out of Memory!  Trying to continue ...
Initiating full world-stop collection 53 after 0 allocd bytes
--> Marking for collection 53 after 0 allocd bytes + 0 wasted bytes
Collection 52 finished ---> heapsize = 13680640 bytes
World-stopped marking took 430 msecs
***Static roots:
>From 0x105583a8 to 0x1077a854  (temporary)
>From 0xffef224 to 0xffefc70  (temporary)
>From 0xfe93000 to 0xffc25b8  (temporary)
>From 0xf9ad5a0 to 0xf9e5150  (temporary)
>From 0xf90b560 to 0xf91274c  (temporary)
>From 0xf8dbe38 to 0xf8dc1e8  (temporary)
>From 0xf897260 to 0xf8b9860  (temporary)
>From 0xf75e8ac to 0xf75f0c4  (temporary)
>From 0xf734000 to 0xf7341c4  (temporary)
>From 0xf711d88 to 0xf711f4c  (temporary)
>From 0xf6ef000 to 0xf6ef1c4  (temporary)
>From 0xf6cc0a8 to 0xf6cc26c  (temporary)
>From 0xf6a9000 to 0xf6a91c4  (temporary)
>From 0xf686000 to 0xf6861c4  (temporary)
>From 0xf663310 to 0xf6634d8  (temporary)
Total size: 3887220

***Heap sections:
Total heap size: 13680640
Section 0 from 0x1079b000 to 0x107ab000 0/16 blacklisted
Section 1 from 0x107bb000 to 0x107cb000 0/16 blacklisted
Section 2 from 0x107cd000 to 0x107dd000 0/16 blacklisted
Section 3 from 0x1081c000 to 0x1082d000 0/17 blacklisted
Section 4 from 0x1082d000 to 0x10843000 0/22 blacklisted
Section 5 from 0x10843000 to 0x10876000 0/51 blacklisted
Section 6 from 0x10876000 to 0x108a8000 0/50 blacklisted
Section 7 from 0x108a8000 to 0x108eb000 0/67 blacklisted
Section 8 from 0x108eb000 to 0x10943000 1/88 blacklisted
Section 9 from 0x10943000 to 0x109ba000 0/119 blacklisted
Section 10 from 0x109cd000 to 0x10a68000 1/155 blacklisted
Section 11 from 0x1078b000 to 0x10793000 0/8 blacklisted
Section 12 from 0x10a95000 to 0x10b66000 1/209 blacklisted
Section 13 from 0x10b76000 to 0x10c8d000 0/279 blacklisted
Section 14 from 0x10c8d000 to 0x10e02000 0/373 blacklisted
Section 15 from 0x10e12000 to 0x110aa000 6/664 blacklisted
Section 16 from 0x10a85000 to 0x10a95000 0/16 blacklisted
Section 17 from 0x11118000 to 0x113eb000 5/723 blacklisted
Section 18 from 0x1140b000 to 0x1147c000 2/113 blacklisted
Section 19 from 0x1147c000 to 0x114ed000 1/113 blacklisted
Section 20 from 0x114ed000 to 0x115ce000 1/225 blacklisted

***Free blocks:
Free list 1 (Total size 925696):
        0x11507000 size 4096 not black listed
        0x1150f000 size 4096 not black listed
        0x11519000 size 4096 not black listed
        0x1151b000 size 4096 not black listed
        0x1151e000 size 4096 not black listed
        0x11529000 size 4096 not black listed
        0x11537000 size 4096 not black listed
        0x11540000 size 4096 not black listed
        0x1159a000 size 4096 not black listed
        0x1159c000 size 4096 not black listed
        0x115b8000 size 4096 start black listed
        0x11009000 size 4096 not black listed
        0x11081000 size 4096 not black listed
        0x110a3000 size 4096 not black listed
        0x1111f000 size 4096 not black listed
        0x11162000 size 4096 not black listed
        0x11178000 size 4096 not black listed
        0x1117e000 size 4096 not black listed
        0x11185000 size 4096 not black listed
        0x111b3000 size 4096 not black listed
        0x111d2000 size 4096 not black listed
        0x11275000 size 4096 not black listed
        0x112b6000 size 4096 not black listed
        0x112be000 size 4096 not black listed
        0x112c3000 size 4096 not black listed
        0x112c5000 size 4096 not black listed
        0x11324000 size 4096 not black listed
        0x1132f000 size 4096 not black listed
        0x1134c000 size 4096 not black listed
        0x11391000 size 4096 not black listed
        0x11393000 size 4096 not black listed
        0x113b6000 size 4096 not black listed
        0x113be000 size 4096 not black listed
        0x113e6000 size 4096 not black listed
        0x10c03000 size 4096 not black listed
        0x10c2b000 size 4096 not black listed
        0x10c2e000 size 4096 not black listed
        0x10c30000 size 4096 not black listed
        0x10c33000 size 4096 not black listed
        0x10c35000 size 4096 not black listed
        0x10c3a000 size 4096 not black listed
        0x10c41000 size 4096 not black listed
        0x10c55000 size 4096 not black listed
        0x10c57000 size 4096 not black listed
        0x10c5e000 size 4096 not black listed
        0x10c63000 size 4096 not black listed
        0x10c7a000 size 4096 not black listed
        0x10c83000 size 4096 not black listed
        0x10c85000 size 4096 not black listed
        0x10c8d000 size 4096 not black listed
        0x10c95000 size 4096 not black listed
        0x10c98000 size 4096 not black listed
        0x10ca4000 size 4096 not black listed
        0x10ca7000 size 4096 not black listed
        0x10ca9000 size 4096 not black listed
        0x10cac000 size 4096 not black listed
        0x10cc7000 size 4096 not black listed
        0x10cec000 size 4096 not black listed
        0x10d00000 size 4096 not black listed
        0x10d10000 size 4096 not black listed
        0x10d2b000 size 4096 not black listed
        0x10d36000 size 4096 not black listed
        0x10d43000 size 4096 not black listed
        0x10d53000 size 4096 not black listed
        0x10d56000 size 4096 not black listed
        0x10d5c000 size 4096 not black listed
        0x10d61000 size 4096 not black listed
        0x10d63000 size 4096 not black listed
        0x10d65000 size 4096 not black listed
        0x10d67000 size 4096 not black listed
        0x10d6f000 size 4096 not black listed
        0x10d71000 size 4096 not black listed
        0x10d74000 size 4096 not black listed
        0x10d77000 size 4096 not black listed
        0x10d7f000 size 4096 not black listed
        0x10d88000 size 4096 not black listed
        0x10d8c000 size 4096 not black listed
        0x10d9e000 size 4096 not black listed
        0x10da5000 size 4096 not black listed
        0x10da8000 size 4096 not black listed
        0x10dab000 size 4096 not black listed
        0x10dbb000 size 4096 not black listed
        0x10dc0000 size 4096 not black listed
        0x10dd5000 size 4096 not black listed
        0x10dd7000 size 4096 not black listed
        0x10ddd000 size 4096 not black listed
        0x10de3000 size 4096 not black listed
        0x10ded000 size 4096 not black listed
        0x10def000 size 4096 not black listed
        0x10dfc000 size 4096 not black listed
        0x10dfe000 size 4096 not black listed
        0x10e12000 size 4096 start black listed
        0x10ec2000 size 4096 not black listed
        0x10ece000 size 4096 not black listed
        0x10ed4000 size 4096 not black listed
        0x10ed9000 size 4096 not black listed
        0x10edc000 size 4096 not black listed
        0x10ede000 size 4096 not black listed
        0x10ee0000 size 4096 not black listed
        0x10ee5000 size 4096 not black listed
        0x10eed000 size 4096 not black listed
        0x10f00000 size 4096 not black listed
        0x10f07000 size 4096 not black listed
        0x10f24000 size 4096 not black listed
        0x10f26000 size 4096 not black listed
        0x10f29000 size 4096 not black listed
        0x10f68000 size 4096 not black listed
        0x10f6a000 size 4096 not black listed
        0x10fa3000 size 4096 not black listed
        0x10fa5000 size 4096 not black listed
        0x10fb2000 size 4096 not black listed
        0x10fcc000 size 4096 not black listed
        0x1081e000 size 4096 not black listed
        0x10823000 size 4096 not black listed
        0x1084c000 size 4096 not black listed
        0x10864000 size 4096 not black listed
        0x1088a000 size 4096 not black listed
        0x108b8000 size 4096 not black listed
        0x108be000 size 4096 not black listed
        0x108c5000 size 4096 not black listed
        0x108f0000 size 4096 not black listed
        0x108f4000 size 4096 not black listed
        0x108f8000 size 4096 not black listed
        0x108fa000 size 4096 not black listed
        0x10906000 size 4096 not black listed
        0x1091e000 size 4096 not black listed
        0x10925000 size 4096 not black listed
        0x10933000 size 4096 not black listed
        0x1094f000 size 4096 not black listed
        0x10951000 size 4096 not black listed
        0x10953000 size 4096 not black listed
        0x10962000 size 4096 not black listed
        0x10978000 size 4096 not black listed
        0x1097b000 size 4096 not black listed
        0x1097d000 size 4096 not black listed
        0x1098b000 size 4096 not black listed
        0x1098d000 size 4096 not black listed
        0x10990000 size 4096 not black listed
        0x10995000 size 4096 not black listed
        0x10998000 size 4096 not black listed
        0x109a8000 size 4096 not black listed
        0x109ad000 size 4096 not black listed
        0x109ea000 size 4096 not black listed
        0x109f0000 size 4096 not black listed
        0x109f2000 size 4096 not black listed
        0x109f4000 size 4096 not black listed
        0x109fe000 size 4096 not black listed
        0x10a04000 size 4096 not black listed
        0x10a06000 size 4096 not black listed
        0x10a0a000 size 4096 not black listed
        0x10a0d000 size 4096 not black listed
        0x10a3f000 size 4096 not black listed
        0x10a57000 size 4096 not black listed
        0x10a59000 size 4096 not black listed
        0x10a5b000 size 4096 not black listed
        0x10a8a000 size 4096 not black listed
        0x10a93000 size 4096 not black listed
        0x10a95000 size 4096 not black listed
        0x10a9a000 size 4096 not black listed
        0x10a9c000 size 4096 not black listed
        0x10a9f000 size 4096 not black listed
        0x10aa9000 size 4096 not black listed
        0x10abb000 size 4096 not black listed
        0x10ac2000 size 4096 not black listed
        0x10ac4000 size 4096 not black listed
        0x10ac7000 size 4096 not black listed
        0x10adb000 size 4096 not black listed
        0x10add000 size 4096 not black listed
        0x10adf000 size 4096 not black listed
        0x10ae2000 size 4096 not black listed
        0x10ae8000 size 4096 not black listed
        0x10af1000 size 4096 not black listed
        0x10af3000 size 4096 not black listed
        0x10af8000 size 4096 not black listed
        0x10afd000 size 4096 not black listed
        0x10aff000 size 4096 not black listed
        0x10b03000 size 4096 not black listed
        0x10b0e000 size 4096 not black listed
        0x10b11000 size 4096 not black listed
        0x10b1c000 size 4096 not black listed
        0x10b22000 size 4096 not black listed
        0x10b24000 size 4096 not black listed
        0x10b26000 size 4096 not black listed
        0x10b28000 size 4096 not black listed
        0x10b2a000 size 4096 not black listed
        0x10b2f000 size 4096 not black listed
        0x10b39000 size 4096 not black listed
        0x10b3b000 size 4096 not black listed
        0x10b3d000 size 4096 not black listed
        0x10b45000 size 4096 not black listed
        0x10b52000 size 4096 not black listed
        0x10b57000 size 4096 not black listed
        0x10b5a000 size 4096 not black listed
        0x10b61000 size 4096 not black listed
        0x10b65000 size 4096 not black listed
        0x10b7e000 size 4096 not black listed
        0x10b82000 size 4096 not black listed
        0x10b8d000 size 4096 not black listed
        0x10b93000 size 4096 not black listed
        0x10b96000 size 4096 not black listed
        0x10b98000 size 4096 not black listed
        0x10b9a000 size 4096 not black listed
        0x10b9c000 size 4096 not black listed
        0x10b9f000 size 4096 not black listed
        0x10ba4000 size 4096 not black listed
        0x10ba8000 size 4096 not black listed
        0x10bac000 size 4096 not black listed
        0x10bb0000 size 4096 not black listed
        0x10bb4000 size 4096 not black listed
        0x10bb6000 size 4096 not black listed
        0x10bb9000 size 4096 not black listed
        0x10bc1000 size 4096 not black listed
        0x10bc4000 size 4096 not black listed
        0x10bc8000 size 4096 not black listed
        0x10bce000 size 4096 not black listed
        0x10bd6000 size 4096 not black listed
        0x10bd8000 size 4096 not black listed
        0x10bda000 size 4096 not black listed
        0x10bdd000 size 4096 not black listed
        0x10be3000 size 4096 not black listed
        0x10be6000 size 4096 not black listed
        0x10bed000 size 4096 not black listed
        0x10bf4000 size 4096 not black listed
        0x10bf6000 size 4096 not black listed
        0x10bff000 size 4096 not black listed
        0x107d3000 size 4096 not black listed
Free list 2 (Total size 360448):
        0x11509000 size 8192 not black listed
        0x11560000 size 8192 not black listed
        0x11569000 size 8192 not black listed
        0x11022000 size 8192 not black listed
        0x11083000 size 8192 not black listed
        0x11086000 size 8192 not black listed
        0x1109d000 size 8192 not black listed
        0x11182000 size 8192 not black listed
        0x11190000 size 8192 not black listed
        0x11193000 size 8192 not black listed
        0x111cd000 size 8192 not black listed
        0x111d6000 size 8192 not black listed
        0x111d9000 size 8192 not black listed
        0x111f6000 size 8192 not black listed
        0x11272000 size 8192 not black listed
        0x1139b000 size 8192 not black listed
        0x113c6000 size 8192 not black listed
        0x113c9000 size 8192 not black listed
        0x113d7000 size 8192 not black listed
        0x10c06000 size 8192 not black listed
        0x10c26000 size 8192 not black listed
        0x10c37000 size 8192 not black listed
        0x10cde000 size 8192 not black listed
        0x10d1b000 size 8192 not black listed
        0x10d90000 size 8192 not black listed
        0x10dd9000 size 8192 not black listed
        0x10df2000 size 8192 not black listed
        0x10eea000 size 8192 not black listed
        0x10ef0000 size 8192 not black listed
        0x10f11000 size 8192 not black listed
        0x10faf000 size 8192 not black listed
        0x10fb5000 size 8192 not black listed
        0x10fb9000 size 8192 not black listed
        0x10fc9000 size 8192 not black listed
        0x1083b000 size 8192 not black listed
        0x1083f000 size 8192 not black listed
        0x109aa000 size 8192 not black listed
        0x109e1000 size 8192 not black listed
        0x10aa3000 size 8192 not black listed
        0x10ab3000 size 8192 not black listed
        0x10acb000 size 8192 not black listed
        0x10bcb000 size 8192 not black listed
        0x10bfa000 size 8192 not black listed
        0x10791000 size 8192 not black listed
Free list 3 (Total size 331776):
        0x11565000 size 12288 not black listed
        0x115b4000 size 12288 not black listed
        0x1102c000 size 12288 not black listed
        0x1105d000 size 12288 not black listed
        0x111ad000 size 12288 not black listed
        0x111c5000 size 12288 not black listed
        0x111c9000 size 12288 not black listed
        0x111dd000 size 12288 not black listed
        0x112a1000 size 12288 not black listed
        0x1139e000 size 12288 not black listed
        0x113a4000 size 12288 not black listed
        0x113d3000 size 12288 not black listed
        0x113e8000 size 12288 not black listed
        0x10c7e000 size 12288 not black listed
        0x10ca0000 size 12288 not black listed
        0x10ccc000 size 12288 not black listed
        0x10cf0000 size 12288 not black listed
        0x10cf4000 size 12288 not black listed
        0x10d14000 size 12288 not black listed
        0x10db1000 size 12288 not black listed
        0x10ec4000 size 12288 not black listed
        0x10f02000 size 12288 not black listed
        0x10f16000 size 12288 not black listed
        0x10f87000 size 12288 not black listed
        0x108ec000 size 12288 not black listed
        0x10957000 size 12288 not black listed
        0x10a00000 size 12288 not black listed
Free list 4 (Total size 311296):
        0x11547000 size 16384 not black listed
        0x1154c000 size 16384 not black listed
        0x11595000 size 16384 not black listed
        0x1100b000 size 16384 not black listed
        0x110a5000 size 16384 not black listed
        0x11147000 size 16384 not black listed
        0x11157000 size 16384 not black listed
        0x111ec000 size 16384 not black listed
        0x111f1000 size 16384 not black listed
        0x112a5000 size 16384 not black listed
        0x112b9000 size 16384 not black listed
        0x113b1000 size 16384 not black listed
        0x113ce000 size 16384 not black listed
        0x113e1000 size 16384 not black listed
        0x10c0c000 size 16384 not black listed
        0x10cf8000 size 16384 not black listed
        0x10f09000 size 16384 not black listed
        0x10f6e000 size 16384 not black listed
        0x10f9e000 size 16384 not black listed
Free list 5 (Total size 450560):
        0x11412000 size 20480 not black listed
        0x11520000 size 20480 not black listed
        0x1159f000 size 20480 not black listed
        0x115c7000 size 20480 not black listed
        0x1101c000 size 20480 not black listed
        0x11065000 size 20480 not black listed
        0x1114c000 size 20480 not black listed
        0x1115c000 size 20480 not black listed
        0x11164000 size 20480 not black listed
        0x11172000 size 20480 not black listed
        0x11189000 size 20480 not black listed
        0x113ab000 size 20480 not black listed
        0x113b8000 size 20480 not black listed
        0x113c0000 size 20480 not black listed
        0x113db000 size 20480 not black listed
        0x10f1a000 size 20480 not black listed
        0x10fce000 size 20480 not black listed
        0x10fdc000 size 20480 not black listed
        0x10fe2000 size 20480 not black listed
        0x10842000 size 20480 not black listed
        0x10a8d000 size 20480 not black listed
        0x1078b000 size 20480 not black listed
Free list 6 (Total size 368640):
        0x1140b000 size 24576 not black listed
        0x11512000 size 24576 not black listed
        0x11539000 size 24576 not black listed
        0x11559000 size 24576 not black listed
        0x1158e000 size 24576 not black listed
        0x11056000 size 24576 not black listed
        0x1113c000 size 24576 not black listed
        0x1116b000 size 24576 not black listed
        0x1119d000 size 24576 not black listed
        0x111a5000 size 24576 not black listed
        0x11307000 size 24576 not black listed
        0x11332000 size 24576 not black listed
        0x11382000 size 24576 not black listed
        0x10fa7000 size 24576 not black listed
        0x10fd5000 size 24576 not black listed
Free list 7 (Total size 86016):
        0x114fe000 size 28672 not black listed
        0x11551000 size 28672 not black listed
        0x11326000 size 28672 not black listed
Free list 8 (Total size 65536):
        0x11094000 size 32768 not black listed
        0x10f93000 size 32768 not black listed
Free list 9 (Total size 258048):
        0x11376000 size 36864 not black listed
        0x10cae000 size 36864 not black listed
        0x10d1f000 size 36864 not black listed
        0x11012000 size 36864 not black listed
        0x11268000 size 36864 not black listed
        0x10fe9000 size 36864 not black listed
        0x10831000 size 36864 not black listed
Free list 10 (Total size 122880):
        0x111e1000 size 40960 not black listed
        0x1134f000 size 40960 not black listed
        0x10fbd000 size 40960 not black listed
Free list 11 (Total size 180224):
        0x1152b000 size 45056 not black listed
        0x112aa000 size 45056 not black listed
        0x115ba000 size 45056 not black listed
        0x11369000 size 45056 not black listed
Free list 13 (Total size 159744):
        0x112ca000 size 53248 not black listed
        0x1133b000 size 53248 not black listed
        0x115a6000 size 53248 not black listed
Free list 14 (Total size 114688):
        0x11032000 size 57344 not black listed
        0x1135a000 size 57344 not black listed
Free list 17 (Total size 139264):
        0x1106b000 size 69632 not black listed
        0x11044000 size 69632 not black listed
Free list 19 (Total size 77824):
        0x10f73000 size 77824 not black listed
Free list 21 (Total size 86016):
        0x1130e000 size 86016 not black listed
Free list 23 (Total size 94208):
        0x11124000 size 94208 not black listed
Free list 32 (Total size 131072):
        0x1156d000 size 131072 not black listed
Free list 33 (Total size 348160):
        0x11277000 size 163840 not black listed
        0x112d9000 size 184320 not black listed
Free list 38 (Total size 344064):
        0x114a9000 size 344064 not black listed
Free list 41 (Total size 450560):
        0x111f9000 size 450560 not black listed
Total of 5406720 bytes on free list

***Blocks in use:
(kind(0=ptrfree,1=normal,2=unc.,3=stubborn):size_in_bytes, #_marks_set)
(4:56,19)(1:24,170)(0:8,53)(4:16,240)(4:16,256)(4:16,256)(4:16,185)(0:96,30)(4:1
6,250)(1:176,8)(1:1024,1)(0:112,36)(0:584,4)(0:2056,1)(4:32,76)(0:256,6)(0:176,1
5)(1:112,7)(0:128,15)(4:24,120)(1:512,3)(1:56,72)(4:40,102)(4:16,256)(0:64,64)(0
:96,42)(0:56,73)(1:256,3)(0:152,26)(4:128,32)(1:128,4)(1:64,9)(1:32,63)(1:16,172
)(0:80,51)(0:48,82)(1:24,166)(1:8,221)(0:24,153)(4:8,447)(4:16,244)(0:40,98)(0:3
2,124)(0:16,94)(0:2052,1)(0:2052,1)(0:2052,1)(0:2056,1)(0:24,16)(1:56,73)(0:80,1
1)(1:24,16)(0:128,2)(0:40,17)(0:584,4)(0:256,2)(0:1360,1)(4:24,9)(0:176,1)(4:16,
198)(4:32,27)(0:48,4)(4:24,46)(0:32,9)(0:40,17)(4:24,21)(0:24,20)(4:16,174)(0:20
0,2)(0:112,9)(0:1024,2)(0:1024,1)(0:16,64)(0:2048,1)(0:152,2)(4:16,248)(4:16,248
)(0:152,2)(4:24,14)(4:16,188)(1:16,11)(4:16,52)(4:24,2)(0:40,12)(0:80,6)(0:152,5
)(1:56,73)(4:32,7)(0:152,5)(0:128,2)(0:312,1)(0:312,2)(0:32,2)(4:32,20)(0:80,8)(
4:24,37)(4:16,34)(0:96,1)(0:40,9)(0:48,5)(0:816,3)(0:1024,1)(0:152,2)(0:816,2)(4
:80,50)(0:56,1)(0:256,2)(0:816,2)(0:80,22)(0:128,1)(0:312,2)(0:256,2)(4:24,30)(4
:16,94)(4:24,44)(1:16,44)(0:80,12)(0:816,1)(0:1360,1)(0:112,21)(0:40,11)(0:312,4
)(0:24,31)(4:24,32)(0:32,8)(4:16,72)(0:40,4)(4:24,24)(4:32,39)(0:16,75)(0:128,8)
(4:24,40)(0:80,7)(4:24,17)(0:40,4)(0:152,15)(4:16,8)(0:816,3)(0:816,1)(0:816,2)(
0:1360,1)(4:24,1)(0:152,19)(4:40,2)(4:24,2)(0:816,1)(4:24,35)(4:48,55)(0:200,2)(
4:56,8)(0:80,5)(0:312,3)(1:48,7)(0:32,5)(4:40,37)(0:40,2)(0:176,3)(0:152,4)(0:80
,7)(0:40,8)(4:16,68)(0:32,24)(0:80,3)(4:8,476)(0:312,2)(0:1360,1)(0:48,9)(4:24,2
6)(0:128,2)(4:16,37)(4:32,48)(4:48,71)(0:40,7)(0:152,5)(0:96,22)(0:24,23)(4:24,1
5)(0:80,2)(4:24,15)(0:56,18)(0:816,2)(0:1360,2)(4:24,66)(0:40,29)(0:24,15)(0:152
,2)(4:16,18)(0:80,3)(4:24,3)(0:312,3)(0:80,11)(0:40,2)(4:24,39)(4:16,57)(4:8,1)(
4:128,30)(4:24,3)(0:80,2)(0:56,20)(0:176,1)(0:16,57)(4:16,32)(0:32,11)(0:312,2)(
0:128,2)(0:816,1)(0:152,2)(0:80,3)(4:24,3)(0:48,3)(4:24,35)(1:24,61)(0:40,12)(4:
32,48)(4:24,2)(0:112,8)(0:1360,2)(0:24,15)(4:24,27)(4:16,15)(4:24,18)(0:80,3)(0:
152,3)(0:8204,1)(1:16,45)(0:152,6)(0:8104,1)(0:40,4)(0:80,6)(0:96,24)(0:32,1)(0:
176,1)(0:80,5)(0:80,4)(0:816,2)(0:64,38)(0:200,5)(0:312,4)(0:40,1)(0:80,4)(4:24,
20)(0:32,35)(0:24,30)(0:40,10)(4:16,24)(0:96,3)(0:128,1)(0:200,17)(4:48,83)(4:32
,24)(0:80,6)(0:816,5)(0:16,54)(0:1360,1)(0:816,2)(0:8104,1)(4:16,26)(4:24,29)(0:
40,7)(0:64,12)(4:24,14)(0:24,23)(4:24,32)(4:16,41)(0:32,19)(4:24,4)(0:40,1)(1:48
,7)(0:56,23)(0:40,5)(4:24,1)(0:80,9)(0:2056,1)(0:584,4)(0:80,41)(0:40,7)(0:24,15
)(0:48,9)(0:512,1)(0:40,6)(0:80,31)(0:152,8)(0:584,5)(0:40,8)(4:40,32)(0:8204,1)
(4:24,35)(0:40,10)(4:16,22)(0:128,1)(4:32,20)(0:56,2)(0:152,3)(0:1024,2)(0:2048,
1)(0:2056,1)(4:16,215)(4:16,222)(4:24,12)(4:32,11)(0:312,2)(4:48,29)(4:16,45)(4:
24,28)(0:40,4)(0:80,3)(0:312,9)(0:584,1)(0:128,4)(0:368,3)(1:816,2)(0:128,25)(0:
128,32)(0:80,1)(0:32,3)(1:8204,1)(0:80,1)(0:80,3)(0:40,57)(0:152,9)(4:40,68)(4:4
0,102)(0:40,26)(1:448,1)(4:16,52)(4:24,31)(4:32,25)(4:24,14)(0:40,18)(1:512,1)(0
:1360,2)(0:152,1)(0:32,1)(4:24,19)(0:24,14)(0:112,36)(4:16,54)(4:24,49)(0:40,19)
(0:152,23)(0:80,48)(0:40,24)(4:40,99)(0:64,64)(4:24,62)(0:16,37)(0:40,18)(0:152,
26)(4:16,27)(4:24,54)(0:40,7)(1:80,27)(4:32,11)(0:80,51)(0:40,15)(4:24,30)(0:32,
38)(4:16,46)(0:128,32)(4:24,3)(4:24,1)(0:112,29)(4:24,24)(0:40,8)(1:16,15)(4:16,
33)(4:16,243)(0:24,10)(1:24,143)(0:96,38)(0:152,22)(0:40,28)(1:56,73)(4:24,71)(0
:16,37)(0:80,41)(0:40,45)(4:40,102)(4:16,96)(1:24,167)(4:24,77)(0:40,25)(4:16,11
5)(0:152,26)(0:40,25)(0:56,53)(0:512,4)(4:16,147)(0:48,39)(1:24,170)(0:80,36)(4:
24,61)(0:3504,1)(0:3564,1)(0:3172,1)(0:3328,1)(0:3276,1)(0:56,4)(0:152,9)(0:40,4
4)(4:16,212)(0:32,53)(4:24,32)(1:312,1)(0:584,4)(0:2056,1)(0:8104,1)(4:32,16)(0:
256,3)(4:24,10)(1:24,153)(0:24,13)(0:40,13)(4:24,13)(4:24,23)(0:2812,1)(0:2336,1
)(0:2812,1)(0:96,40)(0:80,21)(4:40,29)(0:112,23)(0:80,14)(4:16,65)(1:48,23)(0:20
56,1)(0:152,21)(0:80,3)(4:56,2)(0:2048,1)(4:24,65)(0:40,19)(0:112,29)(0:64,43)(0
:152,20)(0:48,74)(4:16,172)(0:80,33)(1:24,167)(0:32,78)(0:56,65)(1:24,170)(4:40,
34)(0:128,26)(4:16,233)(0:96,42)(4:16,191)(4:40,19)(1:32,108)(1:80,46)(0:368,1)(
4:40,26)(4:24,83)(0:24,33)(4:40,102)(4:40,102)(1:24,170)(0:40,55)(0:24,38)(0:16,
42)(0:24,46)(0:40,9)(0:32,18)(0:32,91)(4:24,15)(0:80,45)(0:80,13)(0:312,9)(0:56,
5)(0:112,9)(0:16,53)(0:152,1)(1:56,67)(4:24,25)(4:16,47)(0:40,24)(0:48,18)(0:312
,4)(4:32,29)(1:32,2)(0:152,1)(0:816,2)(0:1024,1)(4:48,85)(1:56,66)(0:48,2)(0:256
,1)(0:128,12)(0:80,18)(0:1024,1)(0:1360,2)(4:24,18)(0:80,37)(1:152,2)(0:2472,1)(
0:2488,1)(0:2048,2)(0:2156,1)(0:2544,1)(0:2456,1)(0:2048,2)(0:2308,1)(0:2048,2)(
0:2308,1)(0:176,16)(0:152,3)(0:40,12)(0:80,16)(4:16,111)(4:40,102)(4:40,102)(4:2
4,6)(0:24,15)(0:152,7)(0:40,17)(0:16,44)(0:32,79)(0:32768,1)(0:48,73)(4:24,30)(4
:16,146)(4:16,197)(0:816,1)(4:40,102)(4:40,102)(1:56,67)(0:80,22)(0:1024,1)(4:11
2,36)(4:8,36)(4:16,58)(0:256,2)(0:152,25)(0:128,2)(0:24,27)(4:24,47)(4:16,191)(4
:16,256)(0:32,9)(0:312,5)(1:24,154)(0:56,60)(0:2048,2)(0:2424,1)(0:2156,1)(1:24,
89)(0:2156,1)(0:3188,1)(0:2276,1)(0:2336,1)(0:2336,1)(0:2352,1)(0:2316,1)(0:2472
,1)(4:24,37)(1:24,155)(0:80,45)(0:40,60)(4:16,210)(0:128,12)(0:96,42)(4:128,32)(
1:1024,3)(1:4508,1)(0:152,26)(0:80,47)(4:24,109)(4:40,102)(1:24,165)(0:112,27)(1
:512,2)(0:64,61)(4:16,248)(0:24,32)(0:40,54)(0:32,8)(4:16,138)(4:24,29)(0:40,26)
(0:152,3)(4:24,116)(1:24,152)(0:80,38)(0:80,33)(4:24,5)(0:48,10)(0:24,23)(4:16,8
5)(4:16,256)(4:32,12)(0:48,56)(4:16,148)(4:16,256)(1:16,11)(4:16,236)(4:16,256)(
1:3076,1)(4:16,254)(1:24,161)(0:40,82)(1:24,170)(0:32,112)(0:32,8)(0:40,37)(1:24
,153)(0:816,3)(0:96,4)(0:40,102)(0:312,4)(0:152,2)(0:24,34)(4:40,4)(0:40,30)(0:3
2,7)(0:152,5)(4:16,67)(4:24,34)(4:32,25)(0:816,2)(0:80,30)(0:1024,2)(4:40,13)(0:
3896,1)(0:4532,1)(0:3732,1)(0:3904,1)(0:2668,1)(0:2568,1)(0:8204,1)(0:56,55)(1:2
4,170)(0:65544,1)(0:1360,3)(0:1360,3)(0:1360,3)(4:16,238)(4:16,255)(4:16,256)(1:
200,2)(0:48,78)(0:80,50)(4:112,36)(4:8,48)(4:112,36)(0:128,29)(1:24,168)(4:24,25
)(0:80,51)(0:64,59)(0:96,39)(4:96,40)(1:24,165)(0:152,26)(0:2336,1)(0:2544,1)(0:
2676,1)(0:4060,1)(0:2668,1)(0:3000,1)(0:2976,1)(4:16,196)(4:152,25)(0:128,30)(0:
2984,1)(0:3068,1)(0:4236,1)(0:2848,1)(0:2716,1)(4:16,120)(0:152,26)(0:80,50)(0:2
56,3)(4:16,233)(0:32,125)(1:24,162)(1:96,11)(0:40,77)(0:1360,2)(0:112,35)(0:2780
,1)(0:2660,1)(0:2992,1)(0:2228,1)(0:2668,1)(0:2992,1)(0:2228,1)(0:2048,2)(0:2652
,1)(0:2984,1)(0:2236,1)(0:2652,1)(0:2992,1)(0:2228,1)(0:80,43)(4:24,23)(0:256,8)
(1:24,103)(4:112,36)(4:112,36)(4:96,20)(4:8,397)(4:16,196)(0:96,41)(0:200,15)(1:
24,169)(4:16,234)(4:80,50)(1:3076,1)(4:16,248)(0:16,2)(4:16,256)(4:80,51)(0:1638
4,1)(0:56,65)(0:48,71)(1:24,168)(0:40,58)(0:48,85)(0:56,73)(1:24,170)(0:64,62)(0
:56,73)(0:96,42)(0:80,51)(1:80,48)(0:80,13)(0:56,19)(4:24,67)(0:96,36)(4:16,221)
(4:64,61)(0:312,10)(0:152,23)(4:24,32)(0:112,22)(0:64,43)(1:24,168)(0:80,42)(4:2
4,46)(4:16,198)(0:48,83)(1:24,166)(0:152,23)(0:512,5)(0:24,72)(0:512,8)(0:512,8)
(4:24,128)(0:512,8)(0:512,8)(0:24,123)(4:24,35)(0:152,6)(0:32,35)(0:40,33)(4:16,
222)(4:16,256)(4:16,256)(4:8,89)(0:56,5)(0:16,4)(1:96,2)(4:16,256)(0:80,35)(4:48
,84)(0:40,52)(1:24,167)(1:152,12)(1:40,30)(0:2048,2)(0:1024,3)(0:96,42)(1:24,169
)(0:24,125)(1:24,170)(0:24,170)(1:24,170)(1:24,170)(0:32,113)(0:312,4)(1:48,37)(
0:65536,1)(1:32,106)(4:56,1)(0:256,1)(0:40,14)(1:24,1)(4:16,5)(0:16,2)(0:2056,1)
(4:24,1)(0:8104,1)(0:80,31)(0:3476,1)(4:32,2)(4:16,19)(0:32,2)(0:2056,1)(0:448,1
)(4:24,13)(0:2056,1)(0:32,9)(0:80,21)(0:24,1)(1:2680,1)(0:152,1)(0:40,18)(0:32,4
)(0:3380,1)(4:8,10)(4:24,46)(4:32,68)(4:24,170)(4:112,2)(4:16,146)(4:16,12)(0:80
,9)(0:40,1)(0:56,9)(1:32,118)(4:16,2)(1:80,30)(0:229516,1)(4:24,1)(4:112,36)(4:1
12,36)(4:112,36)(4:112,36)(4:24,1)(4:24,4)(0:32,2)(0:312,1)(0:4104,1)(0:2056,1)(
0:512,1)(4:16,11)(0:32,2)(1:24,72)(0:80,2)(1:24,5)(0:56,1)(0:80,13)(0:128,1)(0:8
0,2)(4:24,10)(4:16,70)(0:2056,1)(4:48,1)(4:16,239)(0:112,8)(0:96,15)(1:24,158)(0
:128,25)(0:64,14)(0:56,27)(0:176,5)(4:16,247)(0:40,37)(0:96,33)(0:176,1)(4:24,54
)(1:16,64)(1:56,6)(0:128,11)(4:24,25)(4:16,49)(0:40,14)(0:80,5)(0:112,28)(1:24,1
26)(4:24,1)(4:24,45)(4:56,3)(4:16,2)(0:32,5)(4:40,4)(4:24,28)(4:8,19)(0:56,7)(0:
32,11)(4:16,143)(4:24,26)(4:32,81)(4:16,114)(4:16,237)(4:16,219)(1:16,89)(0:32,1
1)(4:24,1)(0:56,4)(4:24,7)(4:16,112)(4:24,10)(0:24,5)(4:32,16)(1:24,15)(4:16,35)
(4:24,12)(4:16,246)(6:688136,1)(0:80,21)(0:40,14)(0:64,24)(0:56,5)(0:32,15)(0:96
,12)(0:176,4)(4:24,34)(0:40,34)(4:16,171)(4:24,133)(4:16,223)(4:16,234)(4:24,35)
(4:16,198)(0:112,8)(1:16,155)(4:24,26)(4:16,236)(4:16,239)(1:16,167)(4:16,237)(4
:24,95)(4:24,12)(4:24,33)(4:16,146)(0:32,1)(4:40,38)(0:56,11)(4:24,108)(4:16,75)
(4:24,113)(4:24,11)(4:16,93)(1:16,216)(4:56,6)(1:16,174)(4:16,4)(0:96,20)(4:16,2
28)(4:32,6)(4:24,119)(1:584,2)(4:16,239)(4:16,238)(4:24,143)(4:16,197)(4:24,170)
(4:16,119)(0:1360,1)(0:16,22)(0:112,9)(4:24,145)(4:24,24)(4:32,1)(4:16,154)(4:16
,31)(4:16,109)(4:112,36)(4:96,18)(4:152,19)(4:96,42)(4:96,42)(0:80,7)(0:40,41)(0
:152,3)(4:24,105)(4:32,15)(0:1360,1)(0:256,5)(1:24,136)(0:152,5)(0:24,71)(0:80,1
0)(0:816,2)(0:1024,1)(4:24,53)(0:40,35)(4:16,166)(0:32,6)(4:24,52)(0:176,15)(4:1
52,21)(4:96,42)(4:16,111)(4:112,36)(4:16,148)(0:32,1)(4:24,67)(0:584,5)(0:80,9)(
4:32,30)(1:48,2)(0:152,7)(0:56,1)(0:56,5)(0:48,21)(0:40,21)(0:256,4)(1:32,92)(4:
24,101)(4:16,219)(0:80,9)(0:24,59)(0:16,146)(4:32,28)(0:816,3)(1:24,151)(4:24,74
)(0:40,27)(4:40,77)(0:128,30)(0:816,1)(0:1024,1)(0:152,3)(0:80,4)(0:40,26)(4:48,
76)(0:128,30)(1:80,8)(4:24,86)(0:32,6)(4:24,17)(0:80,4)(4:24,29)(4:24,6)(0:152,1
)(4:16,204)(4:40,102)(0:40,30)(0:24,77)(0:48,34)(0:80,4)(4:24,67)(0:64,23)(4:32,
24)(0:816,2)(0:1024,2)(4:32,30)(0:152,9)(4:96,42)(4:8,112)(4:152,26)(4:96,42)(0:
152,6)(0:80,7)(0:2056,1)(0:40,33)(0:312,1)(4:32,14)(4:16,45)(4:8,197)(4:16,65)(4
:16,132)(4:24,65)(0:368,3)(0:80,39)(4:16,204)(4:24,97)(1:56,73)(0:16,151)(0:200,
5)(4:24,4)(4:40,1)(4:24,72)(0:256,2)(0:40,40)(4:24,47)(0:24,39)(0:152,1)(0:56,5)
(4:16,238)(4:32,32)(0:48,45)(0:40,36)(0:80,6)(0:816,2)(0:1024,1)(4:24,85)(0:80,9
)(4:24,6)(0:312,1)(0:2056,1)(0:256,5)(0:128,32)(0:56,9)(0:312,2)(0:40,57)(4:48,8
5)(0:368,1)(0:80,12)(0:32,4)(0:2056,1)(4:24,114)(4:16,177)(0:24,86)(4:24,91)(0:8
0,4)(0:40,34)(4:24,68)(4:32,31)(0:16,110)(0:152,2)(0:80,8)(0:816,2)(0:1024,2)(0:
40,34)(0:312,2)(0:40,29)(1:48,19)(0:80,11)(0:24,91)(0:128,32)(4:8,411)(4:24,96)(
0:256,6)(0:152,6)(0:80,8)(0:816,3)(4:16,78)(4:40,66)(1:24,169)(0:48,7)(0:80,9)(0
:32,16)(0:40,14)(1:56,57)(0:80,8)(0:152,3)(0:2056,1)(0:56,8)(4:24,94)(1:16,208)(
0:112,10)(0:24,112)(4:24,82)(4:16,57)(4:24,60)(0:152,5)(0:584,3)(0:80,6)(4:40,78
)(0:152,5)(4:32,44)(0:80,1)(4:24,46)(0:56,21)(0:80,12)(0:200,14)(4:56,26)(0:48,2
9)(0:80,35)(4:24,87)(0:80,10)(4:16,73)(0:816,3)(0:816,3)(0:2048,1)(1:16,190)(4:2
4,58)(0:80,5)(4:24,4)(0:16,65)(4:32,2)(0:312,5)(4:32,37)(0:24,41)(0:80,1)(0:32,1
3)(0:80,1)(4:24,96)(4:112,8)(0:816,3)(0:1024,2)(4:16,110)(0:584,5)(4:96,42)(4:16
,135)(4:8,367)(4:96,42)(0:152,4)(0:584,5)(0:256,7)(0:2056,1)(4:24,95)(0:80,4)(0:
2056,1)(0:176,16)(4:16,5)(4:16,36)(0:312,2)(4:32,62)(1:368,1)(0:80,8)(0:48,22)(0
:152,1)(4:24,87)(0:2056,1)(0:584,5)(0:1024,2)(0:112,4)(4:64,13)(0:816,1)(0:2056,
1)(0:4104,1)(4:16,93)(0:80,14)(0:152,4)(4:112,36)(4:40,95)(4:16,214)(4:80,44)(0:
24,107)(4:24,121)(1:24,2)(0:80,13)(4:40,75)(0:448,1)(0:2056,1)(4:32,8)(4:32,76)(
0:32,7)(4:24,163)(0:24,57)(4:24,121)(0:152,4)(0:448,2)(0:152,6)(0:2476,1)(0:64,5
3)(0:80,12)(0:48,29)(0:56,43)(0:96,10)(0:24,93)(0:112,9)(4:64,64)(1:24,127)(0:24
,52)(0:128,25)(1:32,65)(0:512,2)(0:816,3)(4:64,24)(0:312,3)(0:40,25)(4:64,53)(0:
112,18)(4:16,109)(0:32,22)(0:80,13)(0:312,4)(4:16,4)(4:32,73)(0:16,85)(0:32,6)(0
:80,30)(4:24,29)(0:176,9)(4:16,3)(4:40,45)(0:312,6)(0:24,45)(4:24,126)(0:40,36)(
0:24,74)(1:152,7)(0:32,59)(4:24,129)(0:2056,1)(4:32,71)(0:128,25)(4:16,243)(4:24
,123)(0:128,4)(1:24,80)(0:448,4)(0:80,29)(0:152,20)(0:816,3)(0:1024,2)(0:2056,1)
(0:152,9)(0:1024,1)(0:40,60)(0:48,38)(4:56,10)(0:96,26)(0:152,6)(0:256,3)(4:24,1
24)(0:584,6)(1:48,2)(4:24,27)(4:24,63)(4:24,20)(0:40,9)(1:16,155)(0:40,14)(4:24,
28)(0:80,14)(4:16,13)(4:16,13)(4:24,32)(1:112,3)(4:16,101)(4:40,2)(0:2056,1)(0:5
6,6)(0:32,12)(4:56,19)(1:8204,1)(0:8104,1)(0:152,4)(0:56,7)(0:32,12)(4:16,1)(4:2
4,22)(4:40,83)(0:80,20)(1:48,32)(0:16,2)(0:80,34)(0:80,49)(0:80,38)(0:80,39)(0:8
0,11)(0:80,19)(1:48,36)(4:112,4)(4:40,51)(1:16,33)(0:80,41)(0:32,27)(1:24,5)(0:8
104,1)(0:32,33)(0:56,13)(0:32,8)(4:112,10)(0:64,2)(1:24,55)(0:8,22)(0:16,1)(1:56
,8)(0:4104,1)(0:8104,1)(4:96,27)(4:8,276)(0:312,3)(0:32,1)(0:152,4)(0:2056,1)(4:
8,182)(4:40,28)(1:56,5)(0:2056,1)(4:152,6)(0:152,5)(0:32,4)(4:112,1)(0:80,13)(1:
48,42)(4:96,2)(1:56,3)(0:8104,1)(1:56,5)(1:24,3)(0:80,2)(0:64,4)(0:56,4)(0:2056,
1)(0:312,2)(0:40,12)(1:48,2)(0:80,10)(4:16,18)(4:40,32)(4:152,12)(4:16,24)(0:56,
5)(4:16,44)(4:40,8)(0:40,26)(4:40,8)(1:24,11)(0:80,5)(4:56,12)(0:2056,1)(0:32,8)
(1:24,13)(4:40,49)(1:65536,1)(0:32,25)(0:8104,1)(4:40,100)(0:152,9)(1:48,37)(0:9
6,9)(4:40,102)(0:152,20)(4:152,25)(0:80,5)(0:40,3)(0:2056,1)(0:56,2)(0:64,2)(0:1
28,29)(0:312,6)(0:96,13)(0:32,21)(0:2056,1)(0:16,42)(1:24,9)(0:64,7)(0:2056,1)(0
:312,2)(0:152,2)(4:40,4)(4:16,47)(4:64,55)(0:128,1)(0:32,11)(0:16,117)(4:64,64)(
0:112,12)(0:40,2)(4:48,6)(0:96,9)(1:48,14)(0:96,15)(0:8204,1)(4:40,100)(0:64,10)
(4:200,2)(0:56,7)(0:8104,1)(0:312,4)(0:152,24)(4:8,147)(0:8104,1)(0:152,13)(4:16
,93)(0:8204,1)(4:16,59)(0:152,1)(0:152,1)(0:2056,1)(0:32,1)(4:16,126)(1:24,8)(0:
4104,1)(0:96,6)(0:312,6)(0:2056,1)(0:80,3)(1:8204,1)(0:8104,1)(0:312,2)(1:312,13
)(0:312,1)(0:56,4)(0:40,1)(1:24,14)(4:16,59)(4:24,58)(0:8104,1)(4:8,132)(4:8,80)
(1:16,92)(0:4104,1)(0:32,1)(1:48,17)(4:16,85)(0:80,4)(0:312,5)(4:56,19)(4:16,76)
(4:40,42)(1:80,24)(0:2056,1)(4:16,135)(0:16392,1)(1:24,8)(0:8104,1)(0:312,4)(1:5
6,11)(0:4104,1)(0:368,2)(1:24,62)(1:8,109)(0:312,4)(4:16,161)(4:32,65)(4:40,99)(
4:24,48)(0:2056,1)(4:16,24)(4:16,32)(0:48,21)(0:16,10)(1:24,27)(1:48,11)(1:24,11
1)(0:56,2)(4:40,20)(4:24,25)(4:24,15)(4:24,1)(0:96,3)(4:24,4)(4:24,16)(0:96,1)(4
:24,6)(0:4104,1)(0:2056,1)(1:24,118)(1:96,12)(4:40,56)(1:48,4)(0:16392,1)(1:24,8
8)(4:16,34)(1:56,35)(0:56,11)(0:32,24)(1:8204,1)(1:24,77)(0:96,3)(0:16,9)(4:64,1
5)(0:2056,1)(0:32,2)(4:128,2)(4:16,57)(0:64,2)(0:4104,1)(0:448,1)(1:24,72)(4:8,1
13)(4:48,46)(1:56,18)(0:589828,1)(0:48,8)(1:24,63)
blocks = 1545, bytes = 8273920

***Finalization statistics:
6353 finalization table entries; 23 disappearing links
423 objects are eligible for immediate finalization
Complete collection took 790 msecs
GC Warning: Out of Memory!  Returning NIL!
Initiating full world-stop collection 54 after 4725588 allocd bytes
--> Marking for collection 54 after 4725588 allocd bytes + 1129188 wasted bytes
Collection 53 finished ---> heapsize = 13680640 bytes
World-stopped marking took 450 msecs
***Static roots:
>From 0x105583a8 to 0x1077a854  (temporary)
>From 0xffef224 to 0xffefc70  (temporary)
>From 0xfe93000 to 0xffc25b8  (temporary)
>From 0xf9ad5a0 to 0xf9e5150  (temporary)
>From 0xf90b560 to 0xf91274c  (temporary)
>From 0xf8dbe38 to 0xf8dc1e8  (temporary)
>From 0xf897260 to 0xf8b9860  (temporary)
>From 0xf75e8ac to 0xf75f0c4  (temporary)
>From 0xf734000 to 0xf7341c4  (temporary)
>From 0xf711d88 to 0xf711f4c  (temporary)
>From 0xf6ef000 to 0xf6ef1c4  (temporary)
>From 0xf6cc0a8 to 0xf6cc26c  (temporary)
>From 0xf6a9000 to 0xf6a91c4  (temporary)
>From 0xf686000 to 0xf6861c4  (temporary)
>From 0xf663310 to 0xf6634d8  (temporary)
Total size: 3887220

***Heap sections:
Total heap size: 13680640
Section 0 from 0x1079b000 to 0x107ab000 0/16 blacklisted
Section 1 from 0x107bb000 to 0x107cb000 0/16 blacklisted
Section 2 from 0x107cd000 to 0x107dd000 0/16 blacklisted
Section 3 from 0x1081c000 to 0x1082d000 0/17 blacklisted
Section 4 from 0x1082d000 to 0x10843000 0/22 blacklisted
Section 5 from 0x10843000 to 0x10876000 0/51 blacklisted
Section 6 from 0x10876000 to 0x108a8000 0/50 blacklisted
Section 7 from 0x108a8000 to 0x108eb000 0/67 blacklisted
Section 8 from 0x108eb000 to 0x10943000 1/88 blacklisted
Section 9 from 0x10943000 to 0x109ba000 0/119 blacklisted
Section 10 from 0x109cd000 to 0x10a68000 1/155 blacklisted
Section 11 from 0x1078b000 to 0x10793000 0/8 blacklisted
Section 12 from 0x10a95000 to 0x10b66000 1/209 blacklisted
Section 13 from 0x10b76000 to 0x10c8d000 0/279 blacklisted
Section 14 from 0x10c8d000 to 0x10e02000 0/373 blacklisted
Section 15 from 0x10e12000 to 0x110aa000 6/664 blacklisted
Section 16 from 0x10a85000 to 0x10a95000 0/16 blacklisted
Section 17 from 0x11118000 to 0x113eb000 5/723 blacklisted
Section 18 from 0x1140b000 to 0x1147c000 2/113 blacklisted
Section 19 from 0x1147c000 to 0x114ed000 1/113 blacklisted
Section 20 from 0x114ed000 to 0x115ce000 1/225 blacklisted

***Free blocks:
Free list 3 (Total size 12288):
        0x1103d000 size 12288 not black listed
Free list 14 (Total size 57344):
        0x1135a000 size 57344 not black listed
Free list 17 (Total size 139264):
        0x1106b000 size 69632 not black listed
        0x11044000 size 69632 not black listed
Free list 19 (Total size 77824):
        0x10f73000 size 77824 not black listed
Free list 21 (Total size 86016):
        0x1130e000 size 86016 not black listed
Free list 23 (Total size 94208):
        0x11124000 size 94208 not black listed
Free list 32 (Total size 131072):
        0x1156d000 size 131072 not black listed
Free list 33 (Total size 348160):
        0x11277000 size 163840 not black listed
        0x112d9000 size 184320 not black listed
Free list 38 (Total size 344064):
        0x114a9000 size 344064 not black listed
Free list 41 (Total size 450560):
        0x111f9000 size 450560 not black listed
Total of 1740800 bytes on free list

***Blocks in use:
(kind(0=ptrfree,1=normal,2=unc.,3=stubborn):size_in_bytes, #_marks_set)
(4:56,19)(1:24,170)(0:8,53)(4:16,240)(4:16,256)(4:16,256)(4:16,185)(0:96,30)(4:1
6,250)(0:2056,0)(1:176,8)(1:1024,1)(0:112,36)(0:584,4)(0:2056,1)(4:32,76)(0:256,
6)(0:176,15)(1:112,5)(0:128,15)(4:24,120)(1:512,3)(1:56,72)(4:40,102)(4:16,256)(
0:64,64)(0:96,42)(0:56,73)(1:256,3)(0:152,26)(4:128,32)(1:128,4)(1:64,9)(1:32,63
)(1:16,172)(0:80,51)(0:48,82)(1:24,166)(1:8,220)(0:24,153)(4:8,447)(4:16,244)(0:
40,98)(0:32,124)(0:16,94)(0:2052,1)(0:2052,1)(0:2052,1)(0:312,0)(0:312,0)(0:2056
,1)(0:16392,0)(0:2056,0)(0:24,16)(1:56,73)(0:80,11)(0:312,0)(0:312,0)(1:24,16)(0
:128,2)(0:40,17)(0:2056,0)(0:584,4)(0:2056,0)(0:256,2)(0:1360,1)(4:24,9)(0:176,1
)(4:16,198)(4:32,27)(0:2056,0)(0:48,4)(4:24,46)(0:32,9)(0:40,17)(4:24,21)(0:24,2
0)(0:2056,0)(4:16,174)(0:200,2)(0:2056,0)(0:112,9)(0:1024,2)(0:1024,1)(0:16,64)(
0:2048,1)(0:312,0)(0:152,2)(4:16,248)(0:2056,0)(4:16,248)(0:312,0)(0:152,2)(0:20
56,0)(4:24,14)(4:16,188)(1:16,11)(4:16,52)(4:24,2)(0:40,12)(0:80,6)(0:128,0)(0:1
52,5)(0:312,0)(0:312,0)(1:56,73)(4:32,7)(0:2056,0)(0:152,5)(0:128,2)(0:312,1)(0:
2056,0)(0:312,2)(0:32,5)(0:2056,0)(4:32,20)(0:80,8)(4:24,37)(4:16,34)(0:96,1)(0:
40,9)(0:48,5)(0:2056,0)(0:816,3)(0:1024,1)(0:2056,0)(0:152,2)(0:2056,0)(0:816,2)
(4:80,50)(0:56,1)(0:2056,0)(0:256,2)(0:816,2)(0:80,22)(0:2056,0)(0:128,1)(0:312,
2)(0:256,2)(0:2056,0)(4:24,30)(4:16,94)(4:24,44)(0:2056,0)(1:16,44)(0:80,12)(0:8
16,1)(0:1360,1)(0:2056,0)(0:112,21)(0:40,11)(0:2056,0)(0:312,4)(0:312,0)(0:24,31
)(0:2056,0)(4:24,32)(0:2056,0)(0:32,19)(4:16,72)(0:2056,0)(0:40,4)(4:24,24)(4:32
,39)(0:16,75)(0:128,8)(0:2056,0)(4:24,40)(0:80,7)(4:24,17)(0:40,4)(0:152,15)(4:1
6,8)(0:816,3)(0:816,1)(0:816,2)(0:1360,1)(0:128,0)(4:24,1)(0:152,19)(4:40,2)(0:2
056,0)(4:24,2)(0:816,1)(4:24,35)(4:48,55)(0:200,2)(4:56,8)(0:80,5)(0:312,3)(0:31
2,0)(1:48,7)(0:32,5)(4:40,37)(0:2056,0)(0:40,2)(0:176,3)(0:152,4)(0:80,7)(0:40,8
)(4:16,68)(0:2056,0)(0:32,24)(0:80,3)(0:2056,0)(4:8,476)(0:312,2)(0:1360,1)(0:48
,9)(0:2056,0)(4:24,26)(0:128,2)(4:16,37)(4:32,48)(4:48,71)(0:40,7)(0:152,5)(0:96
,22)(0:24,23)(4:24,15)(0:80,2)(4:24,15)(0:2056,0)(0:56,18)(0:816,2)(0:1360,2)(4:
24,66)(0:40,29)(0:24,15)(0:152,2)(0:2056,0)(4:16,18)(0:2056,0)(0:80,3)(0:2056,0)
(4:24,3)(0:312,3)(0:80,11)(0:40,2)(4:24,39)(4:16,57)(4:8,1)(4:128,30)(4:24,3)(0:
2056,0)(0:80,2)(0:56,20)(0:176,1)(0:16,57)(0:2056,0)(4:16,32)(0:2056,0)(0:32,11)
(0:2056,0)(0:312,2)(0:2056,0)(0:128,2)(0:2056,0)(0:816,1)(0:152,2)(0:80,3)(4:24,
3)(0:48,3)(0:2056,0)(4:24,35)(1:24,61)(0:40,12)(4:32,48)(4:24,2)(0:112,8)(0:1360
,2)(0:24,15)(4:24,27)(4:16,15)(0:312,0)(4:24,18)(0:80,3)(0:2056,0)(0:152,3)(0:82
04,1)(1:16,45)(0:152,6)(0:8104,1)(0:40,4)(0:80,6)(0:312,0)(0:96,24)(0:32,1)(0:17
6,1)(0:312,0)(0:80,5)(0:312,0)(0:80,4)(0:816,2)(0:64,38)(0:200,5)(0:312,0)(0:312
,4)(0:40,1)(0:80,4)(4:24,20)(0:312,0)(0:32,35)(0:312,0)(0:24,30)(0:40,10)(4:16,2
4)(0:96,3)(0:128,1)(0:200,18)(4:48,83)(4:32,24)(0:312,0)(0:80,6)(0:816,5)(0:16,5
4)(0:1360,1)(0:816,2)(0:312,0)(0:8104,1)(0:312,0)(4:16,26)(0:312,0)(4:24,29)(0:3
12,0)(0:40,7)(0:64,12)(4:24,14)(0:24,23)(4:24,32)(4:16,41)(0:32,19)(4:24,4)(0:40
,1)(1:48,7)(0:56,23)(0:40,5)(4:24,1)(0:80,9)(0:312,0)(0:312,0)(0:2056,1)(0:584,4
)(0:80,41)(0:312,0)(0:40,7)(0:24,15)(0:312,0)(0:48,9)(0:312,0)(0:512,1)(0:40,6)(
0:80,31)(0:152,8)(0:584,5)(0:40,8)(0:312,0)(4:40,32)(0:8204,1)(4:24,35)(0:40,10)
(0:4104,0)(4:16,22)(0:128,1)(4:32,20)(0:56,2)(0:152,3)(0:1024,2)(0:2048,1)(0:205
6,1)(4:16,215)(0:312,0)(4:16,222)(4:24,12)(4:32,11)(0:312,2)(0:2056,0)(0:128,0)(
4:48,29)(4:16,45)(4:24,28)(0:312,0)(0:40,4)(0:80,3)(0:312,0)(0:312,9)(0:312,0)(0
:584,1)(0:128,4)(0:368,3)(1:816,2)(0:312,0)(0:128,0)(0:312,0)(0:128,0)(0:16392,0
)(0:80,1)(0:32,3)(0:312,0)(1:8204,1)(0:80,1)(0:80,3)(0:40,57)(0:152,9)(4:40,68)(
4:40,102)(0:40,26)(1:448,1)(4:16,52)(4:24,31)(4:32,25)(4:24,14)(0:40,18)(1:512,1
)(0:312,0)(0:1360,2)(0:2056,0)(0:152,1)(0:2056,0)(0:32,1)(4:24,19)(0:24,14)(0:11
2,36)(4:16,54)(4:24,49)(0:40,23)(0:152,23)(0:80,48)(0:40,19)(4:40,99)(0:64,64)(4
:24,62)(0:16,37)(0:40,27)(0:152,26)(4:16,27)(4:24,54)(0:40,7)(1:80,27)(4:32,11)(
0:80,51)(0:40,24)(0:2056,0)(4:24,30)(0:32,38)(4:16,46)(0:128,32)(4:24,3)(4:24,1)
(0:112,29)(4:24,24)(0:40,16)(1:16,15)(4:16,33)(4:16,243)(0:24,10)(1:24,142)(0:96
,38)(0:152,22)(0:40,28)(1:56,73)(4:24,71)(0:16,37)(0:80,41)(0:40,45)(4:40,102)(4
:16,96)(1:24,167)(4:24,77)(0:40,25)(4:16,115)(0:152,26)(0:40,25)(0:56,53)(0:512,
4)(4:16,147)(0:48,39)(1:24,170)(0:80,36)(4:24,61)(0:3504,1)(0:3564,1)(0:3172,1)(
0:3328,1)(0:3276,1)(0:56,4)(0:152,9)(0:40,44)(4:16,212)(0:32,53)(4:24,32)(1:312,
1)(0:2056,0)(0:584,4)(0:2056,1)(0:2056,0)(0:8104,1)(4:32,16)(0:2056,0)(0:256,3)(
0:2056,0)(4:24,10)(0:312,0)(0:312,0)(0:312,0)(1:24,153)(0:2056,0)(0:24,13)(0:40,
13)(4:24,13)(4:24,23)(0:2812,1)(0:2336,1)(0:2812,1)(0:96,40)(0:80,21)(0:2056,0)(
4:40,29)(0:2056,0)(0:112,23)(0:2056,0)(0:80,14)(4:16,65)(1:48,23)(0:2056,1)(0:15
2,21)(0:2056,0)(0:80,3)(4:56,2)(0:2048,1)(4:24,65)(0:40,19)(0:112,29)(0:64,43)(0
:2056,0)(0:2056,0)(0:152,20)(0:48,74)(4:16,172)(0:80,33)(1:24,167)(0:32,78)(0:56
,65)(1:24,170)(4:40,34)(0:128,26)(4:16,233)(0:96,42)(4:16,191)(4:40,19)(1:32,108
)(1:80,46)(0:368,1)(4:40,26)(4:24,83)(0:24,33)(4:40,102)(4:40,102)(1:24,170)(0:4
0,55)(0:24,38)(0:16,42)(0:24,46)(0:40,9)(0:32,18)(0:32,91)(4:24,15)(0:80,45)(0:2
056,0)(0:80,13)(0:312,0)(0:2056,0)(0:312,9)(0:2056,0)(0:56,5)(0:112,9)(0:16,53)(
0:152,1)(1:56,67)(4:24,25)(4:16,47)(0:40,27)(0:48,18)(0:312,4)(4:32,29)(1:32,2)(
0:152,1)(0:816,2)(0:1024,2)(0:2056,0)(4:48,85)(1:56,66)(0:2056,0)(0:48,2)(0:256,
1)(0:128,12)(0:80,18)(0:312,0)(0:1024,1)(0:1360,2)(0:2056,0)(4:24,18)(0:2056,0)(
0:80,37)(1:152,2)(0:2472,1)(0:2488,1)(0:2048,2)(0:2156,1)(0:2544,1)(0:2456,1)(0:
2048,2)(0:2308,1)(0:2048,2)(0:2308,1)(0:176,16)(0:2056,0)(0:152,3)(0:2056,0)(0:4
0,21)(0:80,16)(0:2056,0)(4:16,111)(4:40,102)(4:40,102)(4:24,6)(0:24,15)(0:152,7)
(0:40,17)(0:16,44)(0:32,79)(0:32768,1)(0:48,73)(4:24,30)(4:16,146)(4:16,197)(0:2
056,0)(0:816,1)(4:40,102)(4:40,102)(1:56,67)(0:80,22)(0:1024,1)(4:112,36)(4:8,36
)(0:312,0)(0:312,0)(0:312,0)(4:16,58)(0:256,2)(0:152,25)(0:2056,0)(0:128,2)(0:20
56,0)(0:24,27)(0:2056,0)(4:24,47)(4:16,191)(4:16,256)(0:32,9)(0:312,5)(1:24,154)
(0:56,60)(0:2048,2)(0:2424,1)(0:2156,1)(1:24,85)(0:2156,1)(0:3188,1)(0:2276,1)(0
:2336,1)(0:2336,1)(0:2352,1)(0:2316,1)(0:2472,1)(4:24,37)(1:24,145)(0:80,45)(0:4
0,60)(4:16,210)(0:128,12)(0:96,42)(4:128,32)(0:2056,0)(1:1024,3)(1:4508,1)(0:152
,26)(0:80,47)(4:24,109)(4:40,102)(1:24,163)(0:112,27)(1:512,2)(0:64,61)(4:16,248
)(0:24,32)(0:2056,0)(0:40,54)(0:32,8)(4:16,138)(4:24,27)(0:40,26)(0:152,3)(0:205
6,0)(4:24,116)(1:24,142)(0:80,38)(0:80,33)(4:24,5)(0:48,9)(0:24,23)(4:16,85)(4:1
6,256)(4:32,12)(0:48,56)(4:16,148)(4:16,256)(1:16,11)(4:16,236)(4:16,256)(1:3076
,1)(4:16,254)(1:24,157)(0:40,82)(1:24,170)(0:32,112)(0:32,8)(0:2056,0)(0:40,37)(
1:24,153)(0:816,3)(0:96,4)(0:40,102)(0:312,4)(0:152,2)(0:24,34)(4:40,4)(0:40,30)
(0:32,7)(0:2056,0)(0:152,5)(0:2056,0)(4:16,67)(4:24,34)(4:32,25)(0:2056,0)(0:816
,2)(0:80,30)(0:1024,2)(0:2056,0)(4:40,13)(0:312,0)(0:312,0)(0:312,0)(0:3896,1)(0
:4532,1)(0:3732,1)(0:3904,1)(0:2668,1)(0:2568,1)(0:8204,1)(0:56,55)(1:24,170)(0:
65544,1)(0:1360,3)(0:1360,3)(0:1360,3)(4:16,238)(4:16,255)(4:16,256)(1:200,2)(0:
48,78)(0:80,50)(0:2056,0)(4:112,36)(4:8,48)(4:112,36)(0:128,29)(1:24,168)(4:24,2
5)(0:312,0)(0:80,51)(0:64,59)(0:96,39)(4:96,40)(1:24,165)(0:2056,0)(0:152,26)(0:
2336,1)(0:2544,1)(0:2676,1)(0:4060,1)(0:2668,1)(0:3000,1)(0:2976,1)(4:16,196)(4:
152,25)(0:128,30)(0:2984,1)(0:3068,1)(0:4236,1)(0:2848,1)(0:2716,1)(4:16,120)(0:
152,26)(0:80,50)(0:256,3)(4:16,233)(0:32,125)(1:24,162)(1:96,11)(0:40,77)(0:1360
,2)(0:112,35)(0:2780,1)(0:2660,1)(0:2992,1)(0:2228,1)(0:2668,1)(0:2992,1)(0:2228
,1)(0:2048,2)(0:2652,1)(0:2984,1)(0:2236,1)(0:2652,1)(0:2992,1)(0:2228,1)(0:80,4
3)(4:24,23)(0:256,8)(0:2056,0)(1:24,103)(4:112,36)(4:112,36)(4:96,20)(4:8,397)(4
:16,196)(0:96,41)(0:200,15)(1:24,169)(4:16,234)(4:80,50)(1:3076,1)(4:16,248)(0:1
6,2)(4:16,256)(4:80,51)(0:16384,1)(0:56,65)(0:48,71)(1:24,168)(0:40,58)(0:48,85)
(0:56,73)(1:24,170)(0:64,62)(0:56,73)(0:96,42)(0:80,51)(1:80,48)(0:80,13)(0:56,1
9)(4:24,67)(0:96,36)(4:16,221)(0:2056,0)(4:64,61)(0:312,10)(0:152,23)(4:24,32)(0
:112,22)(0:64,43)(1:24,168)(0:80,42)(4:24,46)(4:16,198)(0:48,83)(1:24,166)(0:152
,23)(0:512,5)(0:24,72)(0:512,8)(0:512,8)(4:24,128)(0:512,8)(0:512,8)(0:24,123)(4
:24,35)(0:152,6)(0:2056,0)(0:32,35)(0:40,33)(4:16,222)(4:16,256)(4:16,256)(0:163
92,0)(4:8,89)(0:2056,0)(0:2056,0)(0:56,5)(0:16,4)(0:2056,0)(0:2056,0)(1:96,6)(0:
2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:
2056,0)(4:16,256)(0:80,35)(4:48,84)(0:40,52)(1:24,167)(1:152,12)(1:40,30)(0:2048
,2)(0:1024,3)(0:96,42)(1:24,169)(0:24,125)(1:24,170)(0:2056,0)(0:24,170)(1:24,17
0)(1:24,170)(0:32,113)(0:2056,0)(0:312,4)(1:48,37)(0:65536,1)(1:32,106)(0:2056,0
)(0:56,5)(0:312,0)(0:32,6)(0:4104,0)(0:2056,1)(0:32,0)(0:56,0)(4:56,1)(0:256,1)(
0:16392,0)(0:40,14)(0:16392,0)(1:24,1)(0:312,0)(0:16392,0)(4:16,5)(0:16,2)(0:163
92,0)(0:2056,1)(0:2056,0)(4:24,1)(0:2056,0)(0:2056,0)(0:8104,1)(0:56,2)(0:64,2)(
0:96,3)(0:8,0)(0:584,2)(0:312,0)(0:312,0)(0:312,0)(0:312,0)(0:312,0)(0:80,31)(0:
3476,1)(0:2056,0)(0:2056,0)(4:32,2)(4:16,19)(0:2056,0)(0:2056,0)(0:32,0)(0:2056,
0)(0:2056,0)(0:448,0)(0:2056,0)(0:2056,0)(4:24,13)(0:2056,0)(0:312,0)(0:16392,1)
(0:32,9)(0:2056,0)(0:80,21)(0:2056,0)(0:24,1)(0:2056,0)(0:2056,0)(0:2056,0)(0:20
56,0)(1:2680,1)(0:152,1)(0:40,18)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056
,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:32,4)(0:3380,1)(4:8,10)(4:24,46)(4:32,68)(4:
24,170)(4:112,2)(4:16,146)(4:16,12)(0:312,0)(0:312,0)(0:312,0)(0:80,9)(0:40,1)(0
:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:56,9)(1:32,118)(4:16,2)(0:2056,0)(1:80,
30)(0:2056,0)(0:229516,0)(4:24,1)(4:112,36)(4:112,36)(4:112,36)(4:112,36)(0:2056
,0)(4:24,1)(4:24,4)(0:2056,0)(0:32,2)(0:2056,0)(0:312,1)(0:4104,1)(0:2056,1)(0:5
12,1)(0:16392,0)(4:16,11)(0:312,0)(0:2056,0)(0:2056,0)(0:32,2)(1:24,72)(0:80,2)(
0:312,0)(0:2056,0)(1:24,5)(0:56,1)(0:80,13)(0:128,1)(0:2056,0)(0:2056,0)(0:4104,
0)(0:80,2)(0:2056,0)(4:24,10)(4:16,70)(0:2056,0)(0:312,0)(0:2056,0)(0:2056,1)(0:
312,0)(4:48,1)(4:16,239)(0:112,8)(0:96,15)(1:24,158)(0:128,25)(0:64,15)(0:56,27)
(0:176,5)(4:16,247)(0:40,37)(0:96,33)(0:176,1)(4:24,54)(0:2056,0)(0:2056,0)(1:16
,64)(1:56,1)(0:2056,0)(0:128,6)(0:2056,0)(0:2056,0)(4:24,25)(4:16,49)(0:40,14)(0
:80,5)(0:2056,0)(0:112,28)(1:24,126)(4:24,1)(4:24,45)(0:2056,0)(4:56,3)(0:2056,0
)(4:16,2)(0:2056,0)(0:32,0)(4:40,4)(0:2056,0)(4:24,28)(4:8,27)(0:56,7)(0:32,11)(
0:2056,0)(4:16,143)(4:24,26)(4:32,81)(4:16,114)(4:16,237)(0:2056,0)(4:16,219)(1:
16,89)(0:32,0)(4:24,1)(0:56,0)(4:24,7)(4:16,77)(0:2056,0)(0:2056,0)(0:2056,0)(4:
24,10)(0:2056,0)(0:24,5)(4:32,16)(1:24,15)(4:16,25)(4:24,12)(4:16,246)(6:688136,
1)(0:2056,0)(0:80,3)(0:40,14)(0:64,24)(0:2056,0)(0:56,5)(0:2056,0)(0:32,15)(0:96
,12)(0:176,4)(4:24,34)(0:40,34)(4:16,171)(4:24,133)(4:16,223)(0:2056,0)(0:2056,0
)(4:16,234)(4:24,35)(0:2056,0)(4:16,198)(0:2056,0)(0:112,8)(1:16,155)(4:24,26)(4
:16,236)(4:16,239)(1:16,167)(4:16,237)(4:24,95)(4:24,12)(0:2056,0)(4:24,33)(4:16
,146)(0:32,1)(4:40,38)(0:56,11)(0:2056,0)(4:24,108)(4:16,75)(0:2056,0)(0:2056,0)
(4:24,79)(0:2056,0)(4:24,1)(0:312,0)(4:16,99)(1:16,223)(4:56,6)(1:16,186)(4:16,2
5)(0:96,20)(4:16,228)(4:32,6)(4:24,119)(1:584,2)(4:16,239)(4:16,238)(4:24,143)(4
:16,197)(4:24,170)(4:16,153)(0:1360,1)(0:16,25)(0:112,17)(4:24,145)(0:2056,0)(4:
24,24)(4:32,1)(4:16,162)(4:16,48)(0:312,0)(4:16,113)(4:112,36)(4:96,18)(4:152,19
)(4:96,42)(4:96,42)(0:80,2)(0:2056,0)(0:2056,0)(0:2056,0)(0:40,41)(0:152,3)(4:24
,105)(4:32,15)(0:1360,1)(0:2056,0)(0:256,4)(1:24,136)(0:2056,0)(0:152,5)(0:24,71
)(0:2056,0)(0:80,10)(0:816,2)(0:1024,1)(4:24,62)(0:40,35)(4:16,167)(0:2056,0)(0:
32,6)(4:24,61)(0:176,15)(4:152,21)(4:96,42)(4:16,111)(4:112,36)(4:16,148)(0:32,1
)(4:24,82)(0:584,5)(0:80,9)(0:2056,0)(0:2056,0)(4:32,30)(1:48,2)(0:152,7)(0:2056
,0)(0:56,1)(0:56,5)(0:48,21)(0:2056,0)(0:40,21)(0:256,5)(1:32,92)(4:24,113)(4:16
,219)(0:80,9)(0:24,59)(0:16,146)(0:2056,0)(4:32,28)(0:816,3)(1:24,151)(4:24,97)(
0:40,27)(4:40,77)(0:128,4)(0:2056,0)(0:816,1)(0:1024,1)(0:2056,0)(0:152,3)(0:80,
4)(0:2056,0)(0:40,26)(0:2056,0)(4:48,76)(0:128,2)(1:80,8)(4:24,89)(0:32,6)(4:24,
38)(0:80,8)(0:2056,0)(4:24,32)(0:2056,0)(4:24,5)(0:2056,0)(0:152,1)(0:2056,0)(4:
16,204)(4:40,102)(0:40,30)(0:24,77)(0:2056,0)(0:48,30)(0:80,16)(4:24,67)(0:64,23
)(4:32,24)(0:2056,0)(0:816,2)(0:1024,2)(0:2056,0)(4:32,30)(0:152,1)(4:96,42)(4:8
,117)(4:152,26)(4:96,42)(0:152,6)(0:80,16)(0:2056,0)(0:40,33)(0:312,1)(4:32,10)(
4:16,45)(4:8,200)(4:16,65)(0:2056,0)(4:16,132)(4:24,65)(0:368,3)(0:80,40)(4:16,2
04)(4:24,97)(1:56,73)(0:16,151)(0:200,5)(4:24,4)(4:40,1)(4:24,76)(0:2056,0)(0:25
6,2)(0:40,33)(4:24,84)(0:24,39)(0:152,1)(0:56,5)(4:16,238)(4:32,32)(0:48,52)(0:4
0,30)(0:2056,0)(0:80,13)(0:816,2)(0:1024,1)(0:2056,1)(0:56,0)(0:32,0)(0:312,0)(0
:16392,0)(4:24,88)(0:80,9)(0:4104,0)(4:24,6)(0:312,1)(0:2056,1)(0:256,5)(0:2056,
0)(0:2056,0)(0:2056,0)(0:128,6)(0:56,9)(0:312,2)(0:2056,0)(0:40,55)(4:48,85)(0:3
68,1)(0:80,12)(0:32,4)(0:2056,1)(4:24,114)(4:16,180)(0:24,86)(4:24,91)(0:80,4)(0
:40,25)(4:24,68)(4:32,34)(0:16,110)(0:2056,0)(0:152,2)(0:80,8)(0:816,2)(0:1024,2
)(0:32,0)(0:2056,0)(0:56,0)(0:32,0)(0:40,33)(0:2056,0)(0:2056,0)(0:2056,0)(0:312
,2)(0:4104,0)(0:2056,0)(0:40,19)(1:48,15)(0:80,11)(0:2056,0)(0:24,91)(0:128,2)(4
:8,411)(4:24,96)(0:256,5)(0:152,6)(0:80,8)(0:816,3)(4:16,120)(4:40,66)(1:24,169)
(0:48,15)(0:2056,0)(0:312,0)(0:80,22)(0:32,16)(0:40,14)(1:56,58)(0:80,18)(0:152,
3)(0:2056,1)(0:56,8)(4:24,94)(1:16,202)(0:112,13)(0:24,112)(4:24,82)(4:16,57)(4:
24,60)(0:56,0)(0:96,0)(0:2056,0)(0:152,11)(0:584,3)(0:80,6)(4:40,78)(0:2056,0)(0
:152,5)(4:32,49)(0:80,1)(4:24,46)(0:56,21)(0:80,12)(0:200,13)(4:56,26)(0:48,33)(
0:80,35)(4:24,87)(0:80,10)(4:16,73)(0:816,3)(0:816,3)(0:2048,1)(0:2056,0)(0:128,
15)(0:128,0)(0:96,0)(0:16392,0)(1:16,196)(0:2056,0)(4:24,58)(0:80,5)(0:2056,0)(4
:24,4)(0:2056,0)(0:16,65)(4:32,6)(0:2056,0)(0:312,5)(0:312,0)(0:2056,0)(0:2056,0
)(4:32,37)(0:24,41)(0:80,1)(0:32,13)(0:80,1)(4:24,96)(4:112,8)(0:2056,0)(0:816,3
)(0:1024,2)(0:2056,0)(4:16,110)(0:584,1)(4:96,42)(4:16,135)(4:8,367)(4:96,42)(0:
152,4)(0:2056,0)(0:584,4)(0:256,7)(0:2056,1)(4:24,95)(0:80,4)(0:2056,1)(0:176,16
)(0:2056,0)(4:16,5)(0:2056,0)(4:16,36)(0:312,2)(0:2056,0)(0:2056,0)(0:2056,0)(4:
32,62)(1:368,1)(0:80,8)(0:2056,0)(0:48,22)(0:152,3)(4:24,87)(0:2056,0)(0:584,5)(
0:1024,2)(0:112,5)(4:64,13)(0:816,1)(0:2056,1)(0:4104,1)(4:16,93)(0:80,14)(0:152
,10)(4:112,36)(4:40,95)(4:16,214)(4:80,44)(0:24,107)(4:24,121)(1:24,2)(0:2056,0)
(0:80,13)(4:40,75)(0:448,1)(0:2056,1)(0:2056,0)(4:32,4)(4:32,56)(0:32,7)(4:24,16
3)(0:24,57)(4:24,121)(0:2056,0)(0:152,4)(0:2056,0)(0:448,2)(0:152,6)(0:2476,1)(0
:64,53)(0:80,12)(0:48,29)(0:56,43)(0:96,10)(0:24,93)(0:112,8)(4:64,64)(1:24,127)
(0:24,52)(0:128,3)(1:32,65)(0:512,2)(0:816,3)(4:64,24)(0:312,3)(0:2056,0)(0:40,1
4)(4:64,53)(0:112,10)(4:16,109)(0:32,22)(0:80,13)(0:2056,0)(0:312,4)(0:584,0)(0:
128,0)(4:16,4)(0:2056,0)(4:32,70)(0:2056,0)(0:16,85)(0:32,0)(0:2056,0)(0:80,30)(
0:2056,0)(4:24,29)(0:176,9)(0:2056,0)(4:16,3)(4:40,45)(0:312,6)(0:312,0)(0:312,0
)(0:24,45)(4:24,126)(0:40,27)(0:24,74)(1:152,7)(0:32,59)(4:24,129)(0:2056,0)(4:3
2,69)(0:128,1)(4:16,243)(4:24,123)(0:128,4)(1:24,80)(0:448,2)(0:80,29)(0:152,20)
(0:816,3)(0:1024,1)(0:2056,0)(0:152,9)(0:1024,1)(0:2056,0)(0:96,0)(0:2056,0)(0:3
2,0)(0:40,57)(0:48,37)(4:56,18)(0:96,26)(0:312,0)(0:312,0)(0:152,6)(0:256,3)(0:2
056,0)(4:24,124)(0:584,5)(1:48,2)(0:2056,0)(0:2056,0)(0:2056,0)(4:24,27)(0:2056,
0)(4:24,63)(0:56,0)(0:2056,0)(0:2056,0)(0:2056,0)(4:24,7)(0:16392,0)(0:40,2)(1:1
6,155)(0:312,0)(0:312,0)(0:40,14)(0:2056,0)(0:2056,0)(0:2056,0)(4:24,1)(0:128,0)
(0:2056,0)(0:2056,0)(0:2056,0)(0:80,8)(4:16,13)(4:16,13)(0:312,0)(0:312,0)(4:24,
2)(0:2056,0)(0:2056,0)(1:112,5)(0:16392,0)(4:16,101)(0:2056,0)(4:40,4)(0:16392,0
)(0:2056,1)(0:2056,0)(0:56,6)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:32,0)(0:
16392,0)(4:56,31)(1:8204,1)(0:2056,0)(0:2056,0)(0:2056,0)(0:8104,1)(0:152,4)(0:2
056,0)(0:4104,0)(0:56,5)(0:2056,0)(0:2056,0)(0:32,12)(4:16,1)(4:24,4)(4:40,93)(0
:80,14)(1:48,36)(0:16,2)(0:2056,0)(0:80,33)(0:2056,0)(0:80,34)(0:80,38)(0:80,35)
(0:80,6)(0:80,17)(1:48,43)(4:112,4)(4:40,54)(1:16,17)(0:128,32)(0:16392,0)(0:80,
39)(0:32,27)(1:24,4)(0:2056,0)(0:32,0)(0:56,0)(0:584,2)(0:2056,0)(0:2056,0)(0:20
56,0)(0:2056,0)(0:2056,0)(0:8104,1)(0:312,0)(0:2056,1)(0:56,4)(0:32,0)(0:96,7)(0
:128,19)(0:16392,0)(0:32,21)(0:56,8)(0:312,0)(0:312,0)(0:312,0)(0:312,0)(0:312,0
)(0:16392,0)(0:32,3)(4:112,10)(0:2056,0)(0:64,2)(1:24,84)(0:8,20)(0:16,1)(0:2056
,0)(0:56,0)(0:16392,0)(0:2056,0)(0:32,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)
(1:56,32)(0:4104,1)(0:56,0)(0:16392,0)(0:8104,1)(0:2056,0)(4:96,27)(4:8,276)(0:2
056,0)(0:128,0)(0:16392,0)(0:312,0)(0:2056,0)(0:32,1)(0:152,4)(0:128,26)(0:16392
,0)(0:2056,1)(4:8,182)(4:40,34)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0
)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:32,11)(0:4104,0)(1:56,11)(
0:2056,0)(4:152,6)(0:152,3)(0:2056,0)(0:32,3)(0:2056,0)(4:112,1)(0:80,4)(1:48,42
)(4:96,2)(0:2056,0)(1:56,3)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:8104,1)(0:
2056,0)(1:56,5)(0:312,0)(0:2056,0)(0:32,1)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,
0)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(1:24,156)(0:4104,0)(0:2056,0)(0:512,0
)(0:80,2)(0:2056,0)(0:2056,0)(0:128,0)(0:64,4)(0:56,4)(0:2056,1)(0:2056,0)(0:312
,2)(0:2056,0)(0:2056,0)(0:40,2)(0:312,0)(0:32,0)(0:32,0)(0:56,0)(0:2056,0)(0:362
0,0)(0:1360,0)(0:32,0)(0:96,6)(1:48,6)(0:80,10)(0:2056,0)(0:2056,0)(4:16,18)(0:5
6,0)(0:2056,1)(0:128,28)(0:2056,0)(4:40,45)(0:448,1)(0:2056,0)(0:2056,0)(0:2056,
0)(4:152,12)(0:312,0)(0:312,0)(0:2056,0)(0:128,27)(0:32,0)(0:16392,0)(4:16,24)(0
:128,0)(0:2056,0)(0:448,1)(0:56,3)(4:16,12)(0:4104,0)(4:40,8)(0:4104,0)(0:40,24)
(4:40,8)(1:24,139)(0:2056,0)(0:80,3)(4:56,20)(0:2056,0)(0:4104,0)(0:32,0)(0:2056
,0)(0:2056,0)(0:2056,0)(1:24,149)(0:2056,0)(0:2056,0)(0:2056,0)(4:40,49)(1:65536
,1)(0:2056,0)(0:32,21)(0:8104,1)(0:2056,0)(0:2056,0)(0:2056,0)(4:40,100)(0:152,9
)(0:312,0)(0:16392,0)(1:48,37)(0:96,9)(0:128,0)(0:16392,0)(4:40,102)(0:152,14)(4
:152,25)(0:80,5)(0:40,3)(0:2056,0)(0:56,0)(0:64,0)(0:4104,0)(0:128,0)(0:4104,0)(
0:312,6)(0:96,2)(0:16392,0)(0:32,21)(0:2056,1)(0:16,39)(0:2056,0)(1:24,142)(0:41
04,0)(0:64,6)(0:2056,0)(0:312,2)(0:2056,0)(0:152,2)(4:40,4)(4:16,8)(4:64,55)(0:1
28,1)(0:2056,0)(0:32,0)(0:16392,0)(0:16,117)(0:312,0)(0:16392,0)(4:64,64)(0:112,
2)(0:16392,0)(0:40,0)(0:2056,0)(4:48,6)(0:16392,0)(0:96,1)(0:2056,0)(0:2056,0)(0
:2056,0)(0:2056,0)(1:48,14)(0:96,11)(0:8204,1)(4:40,100)(0:16392,0)(0:64,8)(0:20
56,0)(0:2056,0)(0:2056,0)(0:2056,0)(4:200,2)(0:56,7)(0:8104,1)(0:312,4)(0:128,0)
(0:16392,0)(0:152,24)(4:8,146)(0:8104,1)(0:152,13)(0:2056,0)(4:16,5)(0:8204,1)(4
:16,14)(0:152,1)(0:152,1)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:56,2)(0:32,1
)(0:2056,0)(4:16,103)(1:24,119)(0:4104,1)(0:4104,0)(0:96,0)(0:2056,0)(0:32,0)(0:
312,0)(0:16392,0)(0:312,6)(0:2056,1)(0:80,3)(1:8204,1)(0:8104,1)(0:312,2)(1:312,
13)(0:312,1)(0:56,0)(0:4104,0)(0:40,1)(0:4104,0)(1:24,130)(0:2056,0)(4:16,14)(4:
24,44)(0:8104,1)(4:8,128)(4:8,66)(0:16392,0)(1:16,82)(0:4104,1)(0:32,1)(1:48,12)
(0:2056,0)(0:2056,0)(0:2056,0)(4:16,59)(0:2056,0)(0:16392,0)(0:80,4)(0:312,5)(4:
56,14)(4:16,20)(4:40,2)(0:2056,1)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056
,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:4104,0)(1:80,23)(0:2056,1)(4:16,111)(0:2056,
0)(0:2056,0)(0:312,0)(0:16392,0)(1:24,127)(0:8104,1)(0:4104,0)(0:312,4)(0:16392,
0)(1:56,3)(0:312,0)(0:312,0)(0:312,0)(0:312,0)(0:312,0)(0:312,0)(0:312,0)(0:4104
,1)(0:4104,1)(0:368,2)(0:312,0)(0:4104,0)(0:2056,1)(1:24,146)(0:2056,0)(1:8,108)
(0:312,4)(4:16,155)(4:32,65)(4:40,99)(4:24,35)(0:2056,1)(4:16,0)(0:16392,0)(4:16
,1)(0:48,0)(0:312,0)(0:2056,0)(0:128,30)(0:128,32)(0:56,0)(0:16392,0)(0:2056,0)(
0:16,10)(0:2056,0)(1:24,104)(0:4104,0)(0:2056,0)(1:48,1)(0:56,2)(0:2056,1)(0:32,
5)(0:96,3)(0:64,1)(0:312,2)(0:1360,0)(0:312,0)(0:16392,0)(1:24,54)(0:56,0)(0:163
92,0)(4:40,1)(4:24,1)(0:2056,0)(4:24,4)(0:2056,0)(4:24,1)(0:96,3)(0:584,0)(0:312
,0)(0:312,0)(0:96,0)(0:128,0)(0:16392,0)(4:24,4)(4:24,4)(0:96,1)(0:4104,0)(4:24,
9)(0:512,0)(0:584,0)(0:312,0)(0:4104,1)(0:2056,1)(0:4104,0)(1:24,38)(0:312,0)(0:
16392,0)(1:96,4)(0:2056,0)(0:32,0)(0:56,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,
0)(4:40,58)(0:312,0)(0:312,0)(0:312,0)(0:312,0)(1:48,4)(0:312,0)(0:312,0)(0:312,
0)(0:312,0)(0:16392,0)(1:24,87)(0:2056,0)(4:16,0)(0:312,0)(0:16392,0)(1:56,12)(0
:2056,0)(0:56,11)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:2056,0)(0:448,3)(0:4
104,0)(0:2056,1)(0:512,0)(0:32,10)(0:32,24)(0:2056,0)(1:8204,1)(1:24,79)(0:16392
,0)(0:96,3)(0:2056,0)(0:16,9)(4:64,15)(0:2056,0)(0:2056,1)(0:2056,0)(0:32,2)(0:3
12,0)(0:16392,0)(4:128,2)(4:16,3)(0:2056,0)(0:64,0)(0:4104,0)(0:448,0)(0:4104,1)
(1:24,91)(0:2056,1)(4:8,106)(4:48,46)(0:1360,0)(0:312,0)(0:16392,0)(1:56,9)(0:58
9828,0)(0:48,3)(0:16392,0)(1:24,77)(0:2056,0)(0:16392,0)
blocks = 2222, bytes = 11939840

***Finalization statistics:
7744 finalization table entries; 28 disappearing links
0 objects are eligible for immediate finalization
Complete collection took 760 msecs

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]