a2354668685
服务器每次稳定tps19.7,但是玩一会瞬间又卡 掉到了18-16之间,
服务器生成hs_err_pid几十G文件

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000006cdfa0c5, pid=63828, tid=0x000000000000a024
#
# JRE version: Java(TM) SE Runtime Environment (8.0_144-b01) (build 1.8.0_144-b01)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.144-b01 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C  [sqlite-3.16.1-7bed4de4-e276-4e44-88f7-163fcf828f06-sqlitejdbc.dll+0x7a0c5]
#
# Core dump written. Default location: D:\BC\[202]生存服务端\hs_err_pid63828.mdmp
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x0000000028c00800):  JavaThread "Craft Scheduler Thread - 455" [_thread_in_native, id=40996, stack(0x0000000039900000,0x0000000039a00000)]

siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000018

Registers:
RAX=0x0000000000000000, RBX=0x000000002d15b5c8, RCX=0x000000002d15b5c8, RDX=0x00000000399ff1e0
RSP=0x00000000399ff180, RBP=0x00000000399ff220, RSI=0x0000000000000000, RDI=0x000000002ef44438
R8 =0x000000002d15b5c8, R9 =0x00000000277a1b40, R10=0x0000000000000000, R11=0x0000000000000000
R12=0x0000000000000000, R13=0x00000000399ff210, R14=0x00000000399ff1e0, R15=0x0000000028c00800
RIP=0x000000006cdfa0c5, EFLAGS=0x0000000000010202

Top of Stack: (sp=0x00000000399ff180)
0x00000000399ff180:   000000002ef44438 0000000002f48809
0x00000000399ff190:   0000000028c00800 00000006eda30f48
0x00000000399ff1a0:   00000007c087fd80 00000006eda30f48
0x00000000399ff1b0:   00000007c087fd80 0000000002f48683
0x00000000399ff1c0:   00000007030bcd48 00000006e65196a8
0x00000000399ff1d0:   0000000000000001 000000000291809d
0x00000000399ff1e0:   00000006eda30f48 00000000075822bb
0x00000000399ff1f0:   000000000291809d 00000007030bd010
0x00000000399ff200:   00000007030bd538 0000000004e7a949
0x00000000399ff210:   0000000000000003 00000000399ff260
0x00000000399ff220:   00000000399ff338 0000000004c76ce4
0x00000000399ff230:   0000004600000024 000000147ffffff7
0x00000000399ff240:   000000000000000c 0000001800000010
0x00000000399ff250:   0000000000000004 000000070000000e
0x00000000399ff260:   00000007030bd520 00000007030bb480
0x00000000399ff270:   0000000700000020 0000000000000005

Instructions: (pc=0x000000006cdfa0c5)
0x000000006cdfa0a5:   48 83 c4 38 c3 66 0f 1f 44 00 00 56 53 48 83 ec
0x000000006cdfa0b5:   28 48 85 c9 0f 84 b1 00 00 00 48 8b 31 48 89 cb
0x000000006cdfa0c5:   48 8b 4e 18 48 85 c9 74 06 ff 15 74 df 04 00 48
0x000000006cdfa0d5:   83 bb b0 00 00 00 00 7e 0b 48 89 da 48 89 f1 e8


Register to memory mapping:

RAX=0x0000000000000000 is an unknown value
RBX=0x000000002d15b5c8 is an unknown value
RCX=0x000000002d15b5c8 is an unknown value
RDX=0x00000000399ff1e0 is pointing into the stack for thread: 0x0000000028c00800
RSP=0x00000000399ff180 is pointing into the stack for thread: 0x0000000028c00800
RBP=0x00000000399ff220 is pointing into the stack for thread: 0x0000000028c00800
RSI=0x0000000000000000 is an unknown value
RDI=0x000000002ef44438 is pointing into metadata
R8 =0x000000002d15b5c8 is an unknown value
R9 =0x00000000277a1b40 is an unknown value
R10=0x0000000000000000 is an unknown value
R11=0x0000000000000000 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x00000000399ff210 is pointing into the stack for thread: 0x0000000028c00800
R14=0x00000000399ff1e0 is pointing into the stack for thread: 0x0000000028c00800
R15=0x0000000028c00800 is a thread


Stack: [0x0000000039900000,0x0000000039a00000],  sp=0x00000000399ff180,  free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [sqlite-3.16.1-7bed4de4-e276-4e44-88f7-163fcf828f06-sqlitejdbc.dll+0x7a0c5]
C  0x0000000002f48683

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 6413  org.sqlite.core.NativeDB.reset(J)I (0 bytes) @ 0x0000000002f4853b [0x0000000002f48500+0x3b]
J 29238 C2 org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate()I (57 bytes) @ 0x0000000004c76ce4 [0x0000000004c76c60+0x84]
j  de.Keyle.MyPet.repository.types.SqLiteRepository$9.run()V+296
J 18300 C2 org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftAsyncTask.run()V (739 bytes) @ 0x0000000005563de0 [0x00000000055638a0+0x540]
J 24828 C2 java.util.concurrent.ThreadPoolExecutor.runWorker(Ljava/util/concurrent/ThreadPoolExecutor$Worker;)V (225 bytes) @ 0x000000000706d5ec [0x000000000706d440+0x1ac]
J 33616 C1 java.util.concurrent.ThreadPoolExecutor$Worker.run()V (9 bytes) @ 0x0000000008766dcc [0x0000000008766cc0+0x10c]
J 33942 C1 java.lang.Thread.run()V (17 bytes) @ 0x0000000003b694c4 [0x0000000003b69380+0x144]
v  ~StubRoutines::call_stub

---------------  P R O C E S S  ---------------

Java Threads: ( => current thread )
  0x0000000028e47000 JavaThread "Craft Scheduler Thread - 460" [_thread_blocked, id=44712, stack(0x000000003a200000,0x000000003a300000)]
  0x0000000028e46000 JavaThread "Craft Scheduler Thread - 459" [_thread_blocked, id=37128, stack(0x000000003a030000,0x000000003a130000)]
  0x0000000028e45800 JavaThread "Craft Scheduler Thread - 458" [_thread_blocked, id=7428, stack(0x0000000039ec0000,0x0000000039fc0000)]
  0x0000000028c02000 JavaThread "Craft Scheduler Thread - 457" [_thread_blocked, id=20392, stack(0x0000000039d00000,0x0000000039e00000)]
  0x0000000028c01000 JavaThread "Craft Scheduler Thread - 456" [_thread_blocked, id=76844, stack(0x0000000039b70000,0x0000000039c70000)]
=>0x0000000028c00800 JavaThread "Craft Scheduler Thread - 455" [_thread_in_native, id=40996, stack(0x0000000039900000,0x0000000039a00000)]
  0x0000000028bff800 JavaThread "Craft Scheduler Thread - 454" [_thread_blocked, id=24384, stack(0x0000000039a20000,0x0000000039b20000)]
  0x0000000028bff000 JavaThread "Craft Scheduler Thread - 453" [_thread_blocked, id=75072, stack(0x0000000037e60000,0x0000000037f60000)]
  0x000000002727f800 JavaThread "Craft Scheduler Thread - 452" [_thread_blocked, id=44036, stack(0x00000000397d0000,0x00000000398d0000)]
  0x0000000027281000 JavaThread "Craft Scheduler Thread - 451" [_thread_blocked, id=49444, stack(0x00000000396c0000,0x00000000397c0000)]
  0x0000000033f7d000 JavaThread "Craft Scheduler Thread - 450" [_thread_blocked, id=160, stack(0x0000000034990000,0x0000000034a90000)]
  0x0000000033894800 JavaThread "Craft Scheduler Thread - 449" [_thread_blocked, id=65408, stack(0x0000000039490000,0x0000000039590000)]
  0x0000000033894000 JavaThread "Craft Scheduler Thread - 448" [_thread_blocked, id=49588, stack(0x0000000039360000,0x0000000039460000)]
  0x0000000033893000 JavaThread "Craft Scheduler Thread - 447" [_thread_blocked, id=38648, stack(0x0000000035bf0000,0x0000000035cf0000)]
  0x0000000027bbb000 JavaThread "Craft Scheduler Thread - 446" [_thread_blocked, id=45564, stack(0x0000000036ce0000,0x0000000036de0000)]
  0x0000000033892800 JavaThread "Craft Scheduler Thread - 445" [_thread_blocked, id=43280, stack(0x00000000391a0000,0x00000000392a0000)]
  0x0000000033891800 JavaThread "Craft Scheduler Thread - 444" [_thread_blocked, id=51676, stack(0x0000000039030000,0x0000000039130000)]
  0x0000000027bba800 JavaThread "Craft Scheduler Thread - 443" [_thread_in_native, id=30040, stack(0x0000000030930000,0x0000000030a30000)]
  0x0000000027bb9800 JavaThread "Craft Scheduler Thread - 442" [_thread_in_native, id=38592, stack(0x0000000031900000,0x0000000031a00000)]
  0x0000000027bb9000 JavaThread "Craft Scheduler Thread - 441" [_thread_in_native, id=73660, stack(0x0000000034870000,0x0000000034970000)]
  0x0000000027bb8000 JavaThread "Craft Scheduler Thread - 440" [_thread_blocked, id=35812, stack(0x00000000346e0000,0x00000000347e0000)]
  0x000000003210b000 JavaThread "Craft Scheduler Thread - 439" [_thread_in_native, id=50736, stack(0x0000000030da0000,0x0000000030ea0000)]
  0x0000000032109000 JavaThread "Craft Scheduler Thread - 438" [_thread_blocked, id=38796, stack(0x000000002e1e0000,0x000000002e2e0000)]
  0x0000000032108000 JavaThread "Craft Scheduler Thread - 437" [_thread_in_native, id=2648, stack(0x0000000030ee0000,0x0000000030fe0000)]
  0x000000002469c800 JavaThread "Craft Scheduler Thread - 436" [_thread_in_native, id=36512, stack(0x0000000030c80000,0x0000000030d80000)]
  0x000000002469d800 JavaThread "Craft Scheduler Thread - 435" [_thread_blocked, id=47144, stack(0x000000002dfc0000,0x000000002e0c0000)]
  0x000000002469f000 JavaThread "Craft Scheduler Thread - 434" [_thread_in_native, id=9232, stack(0x000000002f770000,0x000000002f870000)]
  0x000000002469e000 JavaThread "Craft Scheduler Thread - 433" [_thread_in_native, id=20808, stack(0x000000002f250000,0x000000002f350000)]
  0x0000000032c4e000 JavaThread "Async Chat Thread - #20" daemon [_thread_blocked, id=51232, stack(0x0000000030210000,0x0000000030310000)]
  0x0000000027b51800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=51484, stack(0x000000002ec80000,0x000000002ed80000)]
  0x0000000027280800 JavaThread "Craft Scheduler Thread - 432" [_thread_in_native, id=40232, stack(0x000000002fce0000,0x000000002fde0000)]
  0x0000000028b37000 JavaThread "Craft Scheduler Thread - 431" [_thread_in_native, id=61824, stack(0x000000002f5f0000,0x000000002f6f0000)]
  0x0000000027282000 JavaThread "Craft Scheduler Thread - 430" [_thread_in_native, id=34516, stack(0x000000002fbb0000,0x000000002fcb0000)]
  0x0000000024522000 JavaThread "Craft Scheduler Thread - 429" [_thread_in_native, id=39656, stack(0x0000000030080000,0x0000000030180000)]
  0x0000000032109800 JavaThread "Craft Scheduler Thread - 428" [_thread_in_native, id=64500, stack(0x0000000026910000,0x0000000026a10000)]
  0x0000000033f63000 JavaThread "Craft Scheduler Thread - 427" [_thread_in_native, id=29688, stack(0x0000000030470000,0x0000000030570000)]
  0x000000003269e800 JavaThread "Craft Scheduler Thread - 426" [_thread_in_native, id=42044, stack(0x000000002e830000,0x000000002e930000)]
  0x0000000024520800 JavaThread "Craft Scheduler Thread - 414" [_thread_in_native, id=31004, stack(0x0000000030b50000,0x0000000030c50000)]
  0x00000000275f1800 JavaThread "Craft Scheduler Thread - 404" [_thread_in_native, id=35728, stack(0x0000000028240000,0x0000000028340000)]
  0x0000000032c4d000 JavaThread "Craft Scheduler Thread - 375" [_thread_in_native, id=64432, stack(0x0000000030360000,0x0000000030460000)]
  0x0000000023f5a000 JavaThread "Craft Scheduler Thread - 336" [_thread_in_native, id=42616, stack(0x0000000035ad0000,0x0000000035bd0000)]
  0x0000000024164800 JavaThread "AACTiming-Executor" daemon [_thread_blocked, id=53244, stack(0x0000000031e30000,0x0000000031f30000)]
  0x0000000024165800 JavaThread "pool-12-thread-1" [_thread_blocked, id=50940, stack(0x000000002bd40000,0x000000002be40000)]
  0x0000000022c99000 JavaThread "Chunk I/O Executor Thread-1" daemon [_thread_blocked, id=57552, stack(0x0000000020230000,0x0000000020330000)]
  0x0000000024164000 JavaThread "pool-16-thread-1" [_thread_blocked, id=9444, stack(0x0000000031a10000,0x0000000031b10000)]
  0x0000000024161800 JavaThread "pool-11-thread-1" [_thread_blocked, id=64136, stack(0x0000000031560000,0x0000000031660000)]
  0x0000000024160000 JavaThread "File IO Thread" [_thread_blocked, id=59868, stack(0x0000000030a50000,0x0000000030b50000)]
  0x000000002216c800 JavaThread "Craft Scheduler Thread - 3" [_thread_blocked, id=70272, stack(0x000000002e950000,0x000000002ea50000)]
  0x0000000022169800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=52984, stack(0x000000002e310000,0x000000002e410000)]
  0x0000000022169000 JavaThread "RxIoScheduler-1 (Evictor)" daemon [_thread_blocked, id=28344, stack(0x000000002e0c0000,0x000000002e1c0000)]
  0x0000000022168000 JavaThread "RxScheduledExecutorPool-2" daemon [_thread_blocked, id=54440, stack(0x000000002b980000,0x000000002ba80000)]
  0x0000000022167800 JavaThread "RxScheduledExecutorPool-1" daemon [_thread_blocked, id=14736, stack(0x000000002c820000,0x000000002c920000)]
  0x0000000022caa800 JavaThread "pool-13-thread-1" [_thread_blocked, id=56924, stack(0x000000002b100000,0x000000002b200000)]
  0x0000000022c94000 JavaThread "AAC-DebugWriter" [_thread_blocked, id=53432, stack(0x000000002c100000,0x000000002c200000)]
  0x0000000022c99800 JavaThread "AAC-LogWriter" [_thread_blocked, id=50416, stack(0x000000002a7a0000,0x000000002a8a0000)]
  0x0000000022c98000 JavaThread "ProtocolLib-StructureCompiler 0" daemon [_thread_blocked, id=59168, stack(0x000000002b850000,0x000000002b950000)]
  0x0000000022c97000 JavaThread "ImageOnMap-Image Renderer" [_thread_blocked, id=76424, stack(0x000000002b660000,0x000000002b760000)]
  0x0000000022c96800 JavaThread "ImageOnMap-Image IO" [_thread_blocked, id=23428, stack(0x000000002b500000,0x000000002b600000)]
  0x0000000022c95800 JavaThread "Thread-49" [_thread_blocked, id=54552, stack(0x000000002b200000,0x000000002b300000)]
  0x0000000022c95000 JavaThread "Thread-48" [_thread_blocked, id=18832, stack(0x000000002b000000,0x000000002b100000)]
  0x0000000022c93800 JavaThread "pool-10-thread-1" [_thread_blocked, id=35248, stack(0x0000000029360000,0x0000000029460000)]
  0x00000000233cf800 JavaThread "Timer-1" daemon [_thread_blocked, id=53964, stack(0x000000002a900000,0x000000002aa00000)]
  0x00000000233ce800 JavaThread "Timer-0" [_thread_blocked, id=12096, stack(0x000000002a670000,0x000000002a770000)]
  0x00000000233ce000 JavaThread "Abandoned connection cleanup thread" daemon [_thread_blocked, id=4324, stack(0x0000000029ea0000,0x0000000029fa0000)]
  0x00000000233cb800 JavaThread "Thread-44" [_thread_blocked, id=51764, stack(0x0000000029ad0000,0x0000000029bd0000)]
  0x00000000233cd000 JavaThread "Netty Server IO #3" daemon [_thread_in_native, id=61004, stack(0x0000000026c70000,0x0000000026d70000)]
  0x00000000233cc800 JavaThread "Netty Server IO #2" daemon [_thread_in_native, id=56740, stack(0x0000000029700000,0x0000000029800000)]
  0x00000000233cb000 JavaThread "pool-4-thread-1" [_thread_blocked, id=2468, stack(0x0000000027ec0000,0x0000000027fc0000)]
  0x00000000233ca000 JavaThread "Netty Server IO #1" daemon [_thread_in_native, id=58732, stack(0x00000000265c0000,0x00000000266c0000)]
  0x0000000022f2a800 JavaThread "Netty Server IO #0" daemon [_thread_in_native, id=9752, stack(0x00000000260b0000,0x00000000261b0000)]
  0x000000002146e000 JavaThread "Spigot Metrics Thread" daemon [_thread_blocked, id=13792, stack(0x0000000025950000,0x0000000025a50000)]
  0x000000002182d800 JavaThread "Spigot Watchdog Thread" [_thread_blocked, id=60304, stack(0x0000000025aa0000,0x0000000025ba0000)]
  0x00000000218ec000 JavaThread "Server console handler" daemon [_thread_in_native, id=62104, stack(0x0000000025600000,0x0000000025700000)]
  0x0000000023b2f800 JavaThread "Thread-5" [_thread_blocked, id=10596, stack(0x00000000252f0000,0x00000000253f0000)]
  0x000000000254c000 JavaThread "DestroyJavaVM" [_thread_blocked, id=51516, stack(0x0000000002810000,0x0000000002910000)]
  0x00000000221e7000 JavaThread "Server thread" [_thread_in_native, id=44396, stack(0x0000000025500000,0x0000000025600000)]
  0x0000000022de2000 JavaThread "Server Infinisleeper" daemon [_thread_blocked, id=46008, stack(0x00000000253f0000,0x00000000254f0000)]
  0x0000000021e22800 JavaThread "NonBlockingInputStreamThread" daemon [_thread_blocked, id=12604, stack(0x00000000251f0000,0x00000000252f0000)]
  0x0000000021bad000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=6336, stack(0x00000000227d0000,0x00000000228d0000)]
  0x000000001f583000 JavaThread "Service Thread" daemon [_thread_blocked, id=53016, stack(0x00000000211c0000,0x00000000212c0000)]
  0x000000001f4fb000 JavaThread "C1 CompilerThread2" daemon [_thread_blocked, id=54088, stack(0x00000000210c0000,0x00000000211c0000)]
  0x000000001f4fa000 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=8384, stack(0x0000000020ef0000,0x0000000020ff0000)]
  0x000000001f4f4000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=21112, stack(0x0000000020980000,0x0000000020a80000)]
  0x000000001f4f2800 JavaThread "Attach Listener" daemon [_thread_blocked, id=26520, stack(0x0000000020cb0000,0x0000000020db0000)]
  0x000000001f4ee800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=51488, stack(0x0000000020aa0000,0x0000000020ba0000)]
  0x000000001f4ee000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=41760, stack(0x0000000020830000,0x0000000020930000)]
  0x000000001f4c2000 JavaThread "Finalizer" daemon [_thread_blocked, id=52116, stack(0x0000000020630000,0x0000000020730000)]
  0x000000001f4bc000 JavaThread "Reference Handler" daemon [_thread_blocked, id=9268, stack(0x0000000020510000,0x0000000020610000)]

Other Threads:
  0x000000001f472000 VMThread [stack: 0x0000000020330000,0x0000000020430000] [id=75760]
  0x000000001f5df000 WatcherThread [stack: 0x0000000020ba0000,0x0000000020ca0000] [id=48836]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap:
garbage-first heap   total 655360K, used 557568K [0x00000006e5400000, 0x00000006e5501400, 0x00000007c0000000)
  region size 1024K, 217 young (222208K), 4 survivors (4096K)
Metaspace       used 114213K, capacity 121520K, committed 121800K, reserved 1157120K
  class space    used 12585K, capacity 14507K, committed 14592K, reserved 1048576K

Heap Regions: (Y=young(eden), SU=young(survivor), HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, TS=gc time stamp, PTAMS=previous top-at-mark-start, NTAMS=next top-at-mark-start)
AC   0  O    TS     0 PTAMS 0x00000006e5500000 NTAMS 0x00000006e5500000 space 1024K, 100% used [0x00000006e5400000, 0x00000006e5500000)
AC   0  O    TS     0 PTAMS 0x00000006e5600000 NTAMS 0x00000006e5600000 space 1024K, 100% used [0x00000006e5500000, 0x00000006e5600000)
AC   0  O    TS     0 PTAMS 0x00000006e5700000 NTAMS 0x00000006e5700000 space 1024K, 100% used [0x00000006e5600000, 0x00000006e5700000)
AC   0  O    TS     0 PTAMS 0x00000006e5800000 NTAMS 0x00000006e5800000 space 1024K, 100% used [0x00000006e5700000, 0x00000006e5800000)
AC   0  O    TS     0 PTAMS 0x00000006e5900000 NTAMS 0x00000006e5900000 space 1024K, 100% used [0x00000006e5800000, 0x00000006e5900000)
AC   0  O    TS     0 PTAMS 0x00000006e5a00000 NTAMS 0x00000006e5a00000 space 1024K, 100% used [0x00000006e5900000, 0x00000006e5a00000)
AC   0  O    TS     0 PTAMS 0x00000006e5b00000 NTAMS 0x00000006e5b00000 space 1024K, 100% used [0x00000006e5a00000, 0x00000006e5b00000)
AC   0  O    TS     0 PTAMS 0x00000006e5c00000 NTAMS 0x00000006e5c00000 space 1024K, 100% used [0x00000006e5b00000, 0x00000006e5c00000)
AC   0  O    TS     0 PTAMS 0x00000006e5d00000 NTAMS 0x00000006e5d00000 space 1024K, 100% used [0x00000006e5c00000, 0x00000006e5d00000)
AC   0  O    TS     0 PTAMS 0x00000006e5e00000 NTAMS 0x00000006e5e00000 space 1024K, 100% used [0x00000006e5d00000, 0x00000006e5e00000)
AC   0  O    TS     0 PTAMS 0x00000006e5f00000 NTAMS 0x00000006e5f00000 space 1024K, 100% used [0x00000006e5e00000, 0x00000006e5f00000)
AC   0  O    TS     0 PTAMS 0x00000006e6000000 NTAMS 0x00000006e6000000 space 1024K, 100% used [0x00000006e5f00000, 0x00000006e6000000)
AC   0  O    TS     0 PTAMS 0x00000006e6100000 NTAMS 0x00000006e6100000 space 1024K, 100% used [0x00000006e6000000, 0x00000006e6100000)
AC   0  O    TS     0 PTAMS 0x00000006e6200000 NTAMS 0x00000006e6200000 space 1024K, 100% used [0x00000006e6100000, 0x00000006e6200000)
AC   0  O    TS     0 PTAMS 0x00000006e6300000 NTAMS 0x00000006e6300000 space 1024K, 100% used [0x00000006e6200000, 0x00000006e6300000)
AC   0  O    TS     0 PTAMS 0x00000006e63ffff8 NTAMS 0x00000006e63ffff8 space 1024K,  99% used [0x00000006e6300000, 0x00000006e6400000)
AC   0  O    TS     0 PTAMS 0x00000006e6500000 NTAMS 0x00000006e6500000 space 1024K, 100% used [0x00000006e6400000, 0x00000006e6500000)
AC   0  O    TS     0 PTAMS 0x00000006e6600000 NTAMS 0x00000006e6600000 space 1024K, 100% used [0x00000006e6500000, 0x00000006e6600000)
AC   0  O    TS     0 PTAMS 0x00000006e6700000 NTAMS 0x00000006e6700000 space 1024K, 100% used [0x00000006e6600000, 0x00000006e6700000)
AC   0  O    TS     0 PTAMS 0x00000006e6800000 NTAMS 0x00000006e6800000 space 1024K, 100% used [0x00000006e6700000, 0x00000006e6800000)
AC   0  O    TS     0 PTAMS 0x00000006e6900000 NTAMS 0x00000006e6900000 space 1024K, 100% used [0x00000006e6800000, 0x00000006e6900000)
AC   0  O    TS     0 PTAMS 0x00000006e6a00000 NTAMS 0x00000006e6a00000 space 1024K, 100% used [0x00000006e6900000, 0x00000006e6a00000)
AC   0  O    TS     0 PTAMS 0x00000006e6b00000 NTAMS 0x00000006e6b00000 space 1024K, 100% used [0x00000006e6a00000, 0x00000006e6b00000)
AC   0  O    TS     0 PTAMS 0x00000006e6c00000 NTAMS 0x00000006e6c00000 space 1024K, 100% used [0x00000006e6b00000, 0x00000006e6c00000)
AC   0  O    TS     0 PTAMS 0x00000006e6d00000 NTAMS 0x00000006e6d00000 space 1024K, 100% used [0x00000006e6c00000, 0x00000006e6d00000)
AC   0  O    TS     0 PTAMS 0x00000006e6e00000 NTAMS 0x00000006e6e00000 space 1024K, 100% used [0x00000006e6d00000, 0x00000006e6e00000)
AC   0  O    TS     0 PTAMS 0x00000006e6f00000 NTAMS 0x00000006e6f00000 space 1024K, 100% used [0x00000006e6e00000, 0x00000006e6f00000)
AC   0  O    TS     0 PTAMS 0x00000006e7000000 NTAMS 0x00000006e7000000 space 1024K, 100% used [0x00000006e6f00000, 0x00000006e7000000)
AC   0  O    TS     0 PTAMS 0x00000006e7100000 NTAMS 0x00000006e7100000 space 1024K, 100% used [0x00000006e7000000, 0x00000006e7100000)
AC   0  O    TS     0 PTAMS 0x00000006e7200000 NTAMS 0x00000006e7200000 space 1024K, 100% used [0x00000006e7100000, 0x00000006e7200000)
AC   0  O    TS     0 PTAMS 0x00000006e7300000 NTAMS 0x00000006e7300000 space 1024K, 100% used [0x00000006e7200000, 0x00000006e7300000)
AC   0  O    TS     0 PTAMS 0x00000006e7400000 NTAMS 0x00000006e7400000 space 1024K, 100% used [0x00000006e7300000, 0x00000006e7400000)
AC   0  O    TS     0 PTAMS 0x00000006e7500000 NTAMS 0x00000006e7500000 space 1024K, 100% used [0x00000006e7400000, 0x00000006e7500000)
AC   0  O    TS     0 PTAMS 0x00000006e7600000 NTAMS 0x00000006e7600000 space 1024K, 100% used [0x00000006e7500000, 0x00000006e7600000)
AC   0  O    TS     0 PTAMS 0x00000006e7700000 NTAMS 0x00000006e7700000 space 1024K, 100% used [0x00000006e7600000, 0x00000006e7700000)
AC   0  O    TS     0 PTAMS 0x00000006e7800000 NTAMS 0x00000006e7800000 space 1024K, 100% used [0x00000006e7700000, 0x00000006e7800000)
AC   0  O    TS     0 PTAMS 0x00000006e7900000 NTAMS 0x00000006e7900000 space 1024K, 100% used [0x00000006e7800000, 0x00000006e7900000)
AC   0  O    TS     0 PTAMS 0x00000006e7a00000 NTAMS 0x00000006e7a00000 space 1024K, 100% used [0x00000006e7900000, 0x00000006e7a00000)
AC   0  O    TS     0 PTAMS 0x00000006e7b00000 NTAMS 0x00000006e7b00000 space 1024K, 100% used [0x00000006e7a00000, 0x00000006e7b00000)
AC   0  O    TS     0 PTAMS 0x00000006e7c00000 NTAMS 0x00000006e7c00000 space 1024K, 100% used [0x00000006e7b00000, 0x00000006e7c00000)
AC   0  O    TS     0 PTAMS 0x00000006e7d00000 NTAMS 0x00000006e7d00000 space 1024K, 100% used [0x00000006e7c00000, 0x00000006e7d00000)
AC   0  O    TS     0 PTAMS 0x00000006e7e00000 NTAMS 0x00000006e7e00000 space 1024K, 100% used [0x00000006e7d00000, 0x00000006e7e00000)
AC   0  O    TS     0 PTAMS 0x00000006e7f00000 NTAMS 0x00000006e7f00000 space 1024K, 100% used [0x00000006e7e00000, 0x00000006e7f00000)
AC   0  O    TS     0 PTAMS 0x00000006e8000000 NTAMS 0x00000006e8000000 space 1024K, 100% used [0x00000006e7f00000, 0x00000006e8000000)
AC   0  F    TS     0 PTAMS 0x00000006e8000000 NTAMS 0x00000006e8000000 space 1024K,   0% used [0x00000006e8000000, 0x00000006e8100000)
AC   0  O    TS     0 PTAMS 0x00000006e8200000 NTAMS 0x00000006e8200000 space 1024K, 100% used [0x00000006e8100000, 0x00000006e8200000)
AC   0  O    TS     0 PTAMS 0x00000006e8300000 NTAMS 0x00000006e8300000 space 1024K, 100% used [0x00000006e8200000, 0x00000006e8300000)
AC   0  O    TS     0 PTAMS 0x00000006e8400000 NTAMS 0x00000006e8400000 space 1024K, 100% used [0x00000006e8300000, 0x00000006e8400000)
AC   0  O    TS     0 PTAMS 0x00000006e8500000 NTAMS 0x00000006e8500000 space 1024K, 100% used [0x00000006e8400000, 0x00000006e8500000)
AC   0  O    TS     0 PTAMS 0x00000006e8600000 NTAMS 0x00000006e8600000 space 1024K, 100% used [0x00000006e8500000, 0x00000006e8600000)
AC   0  O    TS     0 PTAMS 0x00000006e8700000 NTAMS 0x00000006e8700000 space 1024K, 100% used [0x00000006e8600000, 0x00000006e8700000)
AC   0  O    TS     0 PTAMS 0x00000006e8800000 NTAMS 0x00000006e8800000 space 1024K, 100% used [0x00000006e8700000, 0x00000006e8800000)
AC   0  O    TS     0 PTAMS 0x00000006e8900000 NTAMS 0x00000006e8900000 space 1024K, 100% used [0x00000006e8800000, 0x00000006e8900000)
AC   0  O    TS     0 PTAMS 0x00000006e8a00000 NTAMS 0x00000006e8a00000 space 1024K, 100% used [0x00000006e8900000, 0x00000006e8a00000)
AC   0  O    TS     0 PTAMS 0x00000006e8b00000 NTAMS 0x00000006e8b00000 space 1024K, 100% used [0x00000006e8a00000, 0x00000006e8b00000)
AC   0  O    TS     0 PTAMS 0x00000006e8c00000 NTAMS 0x00000006e8c00000 space 1024K, 100% used [0x00000006e8b00000, 0x00000006e8c00000)
AC   0  O    TS     0 PTAMS 0x00000006e8d00000 NTAMS 0x00000006e8d00000 space 1024K, 100% used [0x00000006e8c00000, 0x00000006e8d00000)
AC   0  O    TS     0 PTAMS 0x00000006e8e00000 NTAMS 0x00000006e8e00000 space 1024K, 100% used [0x00000006e8d00000, 0x00000006e8e00000)
AC   0  O    TS     0 PTAMS 0x00000006e8f00000 NTAMS 0x00000006e8f00000 space 1024K, 100% used [0x00000006e8e00000, 0x00000006e8f00000)
AC   0  O    TS     0 PTAMS 0x00000006e9000000 NTAMS 0x00000006e9000000 space 1024K, 100% used [0x00000006e8f00000, 0x00000006e9000000)
AC   0  O    TS     0 PTAMS 0x00000006e9100000 NTAMS 0x00000006e9100000 space 1024K, 100% used [0x00000006e9000000, 0x00000006e9100000)
AC   0  O    TS     0 PTAMS 0x00000006e9200000 NTAMS 0x00000006e9200000 space 1024K, 100% used [0x00000006e9100000, 0x00000006e9200000)
AC   0  O    TS     0 PTAMS 0x00000006e9300000 NTAMS 0x00000006e9300000 space 1024K, 100% used [0x00000006e9200000, 0x00000006e9300000)
AC   0  O    TS     0 PTAMS 0x00000006e9400000 NTAMS 0x00000006e9400000 space 1024K, 100% used [0x00000006e9300000, 0x00000006e9400000)
AC   0  O    TS     0 PTAMS 0x00000006e9500000 NTAMS 0x00000006e9500000 space 1024K, 100% used [0x00000006e9400000, 0x00000006e9500000)
AC   0  O    TS     0 PTAMS 0x00000006e9600000 NTAMS 0x00000006e9600000 space 1024K, 100% used [0x00000006e9500000, 0x00000006e9600000)
AC   0  O    TS     0 PTAMS 0x00000006e9700000 NTAMS 0x00000006e9700000 space 1024K, 100% used [0x00000006e9600000, 0x00000006e9700000)
AC   0  O    TS     0 PTAMS 0x00000006e9800000 NTAMS 0x00000006e9800000 space 1024K, 100% used [0x00000006e9700000, 0x00000006e9800000)
AC   0  O    TS     0 PTAMS 0x00000006e9900000 NTAMS 0x00000006e9900000 space 1024K, 100% used [0x00000006e9800000, 0x00000006e9900000)
AC   0  O    TS     0 PTAMS 0x00000006e9a00000 NTAMS 0x00000006e9a00000 space 1024K, 100% used [0x00000006e9900000, 0x00000006e9a00000)
AC   0  O    TS     0 PTAMS 0x00000006e9b00000 NTAMS 0x00000006e9b00000 space 1024K, 100% used [0x00000006e9a00000, 0x00000006e9b00000)
AC   0  O    TS     0 PTAMS 0x00000006e9c00000 NTAMS 0x00000006e9c00000 space 1024K, 100% used [0x00000006e9b00000, 0x00000006e9c00000)
AC   0  O    TS     0 PTAMS 0x00000006e9d00000 NTAMS 0x00000006e9d00000 space 1024K, 100% used [0x00000006e9c00000, 0x00000006e9d00000)
AC   0  O    TS     0 PTAMS 0x00000006e9e00000 NTAMS 0x00000006e9e00000 space 1024K, 100% used [0x00000006e9d00000, 0x00000006e9e00000)
AC   0  O    TS     0 PTAMS 0x00000006e9f00000 NTAMS 0x00000006e9f00000 space 1024K, 100% used [0x00000006e9e00000, 0x00000006e9f00000)
AC   0  O    TS     0 PTAMS 0x00000006ea000000 NTAMS 0x00000006ea000000 space 1024K, 100% used [0x00000006e9f00000, 0x00000006ea000000)
AC   0  O    TS     0 PTAMS 0x00000006ea100000 NTAMS 0x00000006ea100000 space 1024K, 100% used [0x00000006ea000000, 0x00000006ea100000)
AC   0  O    TS     0 PTAMS 0x00000006ea200000 NTAMS 0x00000006ea200000 space 1024K, 100% used [0x00000006ea100000, 0x00000006ea200000)
AC   0  O    TS     0 PTAMS 0x00000006ea300000 NTAMS 0x00000006ea300000 space 1024K, 100% used [0x00000006ea200000, 0x00000006ea300000)
AC   0  O    TS     0 PTAMS 0x00000006ea400000 NTAMS 0x00000006ea400000 space 1024K, 100% used [0x00000006ea300000, 0x00000006ea400000)
AC   0  O    TS     0 PTAMS 0x00000006ea500000 NTAMS 0x00000006ea500000 space 1024K, 100% used [0x00000006ea400000, 0x00000006ea500000)
AC   0  O    TS     0 PTAMS 0x00000006ea600000 NTAMS 0x00000006ea600000 space 1024K, 100% used [0x00000006ea500000, 0x00000006ea600000)
AC   0  O    TS     0 PTAMS 0x00000006ea700000 NTAMS 0x00000006ea700000 space 1024K, 100% used [0x00000006ea600000, 0x00000006ea700000)
AC   0  O    TS     0 PTAMS 0x00000006ea800000 NTAMS 0x00000006ea800000 space 1024K, 100% used [0x00000006ea700000, 0x00000006ea800000)
AC   0  O    TS     0 PTAMS 0x00000006ea900000 NTAMS 0x00000006ea900000 space 1024K, 100% used [0x00000006ea800000, 0x00000006ea900000)
AC   0  O    TS     0 PTAMS 0x00000006eaa00000 NTAMS 0x00000006eaa00000 space 1024K, 100% used [0x00000006ea900000, 0x00000006eaa00000)
AC   0  O    TS     0 PTAMS 0x00000006eab00000 NTAMS 0x00000006eab00000 space 1024K, 100% used [0x00000006eaa00000, 0x00000006eab00000)
AC   0  O    TS     0 PTAMS 0x00000006eac00000 NTAMS 0x00000006eac00000 space 1024K, 100% used [0x00000006eab00000, 0x00000006eac00000)
AC   0  O    TS     0 PTAMS 0x00000006ead00000 NTAMS 0x00000006ead00000 space 1024K, 100% used [0x00000006eac00000, 0x00000006ead00000)
AC   0  F    TS     0 PTAMS 0x00000006ead00000 NTAMS 0x00000006ead00000 space 1024K,   0% used [0x00000006ead00000, 0x00000006eae00000)
AC   0  O    TS     0 PTAMS 0x00000006eaf00000 NTAMS 0x00000006eaf00000 space 1024K, 100% used [0x00000006eae00000, 0x00000006eaf00000)
AC   0  O    TS     0 PTAMS 0x00000006eb000000 NTAMS 0x00000006eb000000 space 1024K, 100% used [0x00000006eaf00000, 0x00000006eb000000)
AC   0  O    TS     0 PTAMS 0x00000006eb100000 NTAMS 0x00000006eb100000 space 1024K, 100% used [0x00000006eb000000, 0x00000006eb100000)
AC   0  O    TS     0 PTAMS 0x00000006eb200000 NTAMS 0x00000006eb200000 space 1024K, 100% used [0x00000006eb100000, 0x00000006eb200000)
AC   0  O    TS     0 PTAMS 0x00000006eb300000 NTAMS 0x00000006eb300000 space 1024K, 100% used [0x00000006eb200000, 0x00000006eb300000)
AC   0  O    TS     0 PTAMS 0x00000006eb400000 NTAMS 0x00000006eb400000 space 1024K, 100% used [0x00000006eb300000, 0x00000006eb400000)
AC   0  O    TS     0 PTAMS 0x00000006eb500000 NTAMS 0x00000006eb500000 space 1024K, 100% used [0x00000006eb400000, 0x00000006eb500000)
AC   0  O    TS     0 PTAMS 0x00000006eb600000 NTAMS 0x00000006eb600000 space 1024K, 100% used [0x00000006eb500000, 0x00000006eb600000)
AC   0  O    TS     0 PTAMS 0x00000006eb700000 NTAMS 0x00000006eb700000 space 1024K, 100% used [0x00000006eb600000, 0x00000006eb700000)
AC   0  O    TS     0 PTAMS 0x00000006eb800000 NTAMS 0x00000006eb800000 space 1024K, 100% used [0x00000006eb700000, 0x00000006eb800000)
AC   0  O    TS     0 PTAMS 0x00000006eb900000 NTAMS 0x00000006eb900000 space 1024K, 100% used [0x00000006eb800000, 0x00000006eb900000)
AC   0  O    TS     0 PTAMS 0x00000006eba00000 NTAMS 0x00000006eba00000 space 1024K, 100% used [0x00000006eb900000, 0x00000006eba00000)
AC   0  O    TS     0 PTAMS 0x00000006ebb00000 NTAMS 0x00000006ebb00000 space 1024K, 100% used [0x00000006eba00000, 0x00000006ebb00000)
AC   0  O    TS     0 PTAMS 0x00000006ebc00000 NTAMS 0x00000006ebc00000 space 1024K, 100% used [0x00000006ebb00000, 0x00000006ebc00000)
AC   0  O    TS     0 PTAMS 0x00000006ebd00000 NTAMS 0x00000006ebd00000 space 1024K, 100% used [0x00000006ebc00000, 0x00000006ebd00000)
AC   0  O    TS     0 PTAMS 0x00000006ebe00000 NTAMS 0x00000006ebe00000 space 1024K, 100% used [0x00000006ebd00000, 0x00000006ebe00000)
AC   0  O    TS     0 PTAMS 0x00000006ebf00000 NTAMS 0x00000006ebf00000 space 1024K, 100% used [0x00000006ebe00000, 0x00000006ebf00000)
AC   0  O    TS     0 PTAMS 0x00000006ec000000 NTAMS 0x00000006ec000000 space 1024K, 100% used [0x00000006ebf00000, 0x00000006ec000000)
AC   0  O    TS     0 PTAMS 0x00000006ec100000 NTAMS 0x00000006ec100000 space 1024K, 100% used [0x00000006ec000000, 0x00000006ec100000)
AC   0  O    TS     0 PTAMS 0x00000006ec200000 NTAMS 0x00000006ec200000 space 1024K, 100% used [0x00000006ec100000, 0x00000006ec200000)
AC   0  O    TS     0 PTAMS 0x00000006ec300000 NTAMS 0x00000006ec300000 space 1024K, 100% used [0x00000006ec200000, 0x00000006ec300000)
AC   0  O    TS     0 PTAMS 0x00000006ec400000 NTAMS 0x00000006ec400000 space 1024K, 100% used [0x00000006ec300000, 0x00000006ec400000)
AC   0  O    TS     0 PTAMS 0x00000006ec500000 NTAMS 0x00000006ec500000 space 1024K, 100% used [0x00000006ec400000, 0x00000006ec500000)
AC   0  O    TS     0 PTAMS 0x00000006ec600000 NTAMS 0x00000006ec600000 space 1024K, 100% used [0x00000006ec500000, 0x00000006ec600000)
AC   0  O    TS     0 PTAMS 0x00000006ec700000 NTAMS 0x00000006ec700000 space 1024K, 100% used [0x00000006ec600000, 0x00000006ec700000)
AC   0  O    TS     0 PTAMS 0x00000006ec800000 NTAMS 0x00000006ec800000 space 1024K, 100% used [0x00000006ec700000, 0x00000006ec800000)
AC   0  O    TS     3 PTAMS 0x00000006ec800000 NTAMS 0x00000006ec800000 space 1024K, 100% used [0x00000006ec800000, 0x00000006ec900000)
AC   0  O    TS     0 PTAMS 0x00000006eca00000 NTAMS 0x00000006eca00000 space 1024K, 100% used [0x00000006ec900000, 0x00000006eca00000)
AC   0  O    TS     0 PTAMS 0x00000006ecb00000 NTAMS 0x00000006ecb00000 space 1024K, 100% used [0x00000006eca00000, 0x00000006ecb00000)
AC   0  O    TS     0 PTAMS 0x00000006ecc00000 NTAMS 0x00000006ecc00000 space 1024K, 100% used [0x00000006ecb00000, 0x00000006ecc00000)
AC   0  O    TS     0 PTAMS 0x00000006ecd00000 NTAMS 0x00000006ecd00000 space 1024K, 100% used [0x00000006ecc00000, 0x00000006ecd00000)
AC   0  O    TS     0 PTAMS 0x00000006ece00000 NTAMS 0x00000006ece00000 space 1024K, 100% used [0x00000006ecd00000, 0x00000006ece00000)
AC   0  O    TS     0 PTAMS 0x00000006ecf00000 NTAMS 0x00000006ecf00000 space 1024K, 100% used [0x00000006ece00000, 0x00000006ecf00000)
AC   0  O    TS     0 PTAMS 0x00000006ed000000 NTAMS 0x00000006ed000000 space 1024K, 100% used [0x00000006ecf00000, 0x00000006ed000000)
AC   0  O    TS     0 PTAMS 0x00000006ed100000 NTAMS 0x00000006ed100000 space 1024K, 100% used [0x00000006ed000000, 0x00000006ed100000)
AC   0  O    TS     0 PTAMS 0x00000006ed200000 NTAMS 0x00000006ed200000 space 1024K, 100% used [0x00000006ed100000, 0x00000006ed200000)
AC   0  O    TS     0 PTAMS 0x00000006ed300000 NTAMS 0x00000006ed300000 space 1024K, 100% used [0x00000006ed200000, 0x00000006ed300000)
AC   0  O    TS     0 PTAMS 0x00000006ed400000 NTAMS 0x00000006ed400000 space 1024K, 100% used [0x00000006ed300000, 0x00000006ed400000)
AC   0  O    TS     0 PTAMS 0x00000006ed500000 NTAMS 0x00000006ed500000 space 1024K, 100% used [0x00000006ed400000, 0x00000006ed500000)
AC   0  O    TS     0 PTAMS 0x00000006ed600000 NTAMS 0x00000006ed600000 space 1024K, 100% used [0x00000006ed500000, 0x00000006ed600000)
AC   0  O    TS     0 PTAMS 0x00000006ed700000 NTAMS 0x00000006ed700000 space 1024K, 100% used [0x00000006ed600000, 0x00000006ed700000)
AC   0  O    TS     0 PTAMS 0x00000006ed800000 NTAMS 0x00000006ed800000 space 1024K, 100% used [0x00000006ed700000, 0x00000006ed800000)
AC   0  O    TS     0 PTAMS 0x00000006ed900000 NTAMS 0x00000006ed900000 space 1024K, 100% used [0x00000006ed800000, 0x00000006ed900000)
AC   0  O    TS     0 PTAMS 0x00000006eda00000 NTAMS 0x00000006eda00000 space 1024K, 100% used [0x00000006ed900000, 0x00000006eda00000)
AC   0  O    TS     0 PTAMS 0x00000006edb00000 NTAMS 0x00000006edb00000 space 1024K, 100% used [0x00000006eda00000, 0x00000006edb00000)
AC   0  O    TS     0 PTAMS 0x00000006edc00000 NTAMS 0x00000006edc00000 space 1024K, 100% used [0x00000006edb00000, 0x00000006edc00000)
AC   0  O    TS     0 PTAMS 0x00000006edd00000 NTAMS 0x00000006edd00000 space 1024K, 100% used [0x00000006edc00000, 0x00000006edd00000)
AC   0  O    TS     0 PTAMS 0x00000006ede00000 NTAMS 0x00000006ede00000 space 1024K, 100% used [0x00000006edd00000, 0x00000006ede00000)
AC   0  O    TS     0 PTAMS 0x00000006edf00000 NTAMS 0x00000006edf00000 space 1024K, 100% used [0x00000006ede00000, 0x00000006edf00000)
AC   0  O    TS     0 PTAMS 0x00000006ee000000 NTAMS 0x00000006ee000000 space 1024K, 100% used [0x00000006edf00000, 0x00000006ee000000)
AC   0  O    TS     0 PTAMS 0x00000006ee100000 NTAMS 0x00000006ee100000 space 1024K, 100% used [0x00000006ee000000, 0x00000006ee100000)
AC   0  O    TS     0 PTAMS 0x00000006ee200000 NTAMS 0x00000006ee200000 space 1024K, 100% used [0x00000006ee100000, 0x00000006ee200000)
AC   0  O    TS     0 PTAMS 0x00000006ee300000 NTAMS 0x00000006ee300000 space 1024K, 100% used [0x00000006ee200000, 0x00000006ee300000)
AC   0  O    TS     0 PTAMS 0x00000006ee400000 NTAMS 0x00000006ee400000 space 1024K, 100% used [0x00000006ee300000, 0x00000006ee400000)
AC   0  O    TS     0 PTAMS 0x00000006ee500000 NTAMS 0x00000006ee500000 space 1024K, 100% used [0x00000006ee400000, 0x00000006ee500000)
AC   0  O    TS     0 PTAMS 0x00000006ee600000 NTAMS 0x00000006ee600000 space 1024K, 100% used [0x00000006ee500000, 0x00000006ee600000)
AC   0  O    TS     0 PTAMS 0x00000006ee700000 NTAMS 0x00000006ee700000 space 1024K, 100% used [0x00000006ee600000, 0x00000006ee700000)
AC   0  O    TS     0 PTAMS 0x00000006ee800000 NTAMS 0x00000006ee800000 space 1024K, 100% used [0x00000006ee700000, 0x00000006ee800000)
AC   0  O    TS     0 PTAMS 0x00000006ee900000 NTAMS 0x00000006ee900000 space 1024K, 100% used [0x00000006ee800000, 0x00000006ee900000)
AC   0  O    TS     0 PTAMS 0x00000006eea00000 NTAMS 0x00000006eea00000 space 1024K, 100% used [0x00000006ee900000, 0x00000006eea00000)
AC   0  O    TS     0 PTAMS 0x00000006eeb00000 NTAMS 0x00000006eeb00000 space 1024K, 100% used [0x00000006eea00000, 0x00000006eeb00000)
AC   0  O    TS     0 PTAMS 0x00000006eec00000 NTAMS 0x00000006eec00000 space 1024K, 100% used [0x00000006eeb00000, 0x00000006eec00000)
AC   0  O    TS     0 PTAMS 0x00000006eed00000 NTAMS 0x00000006eed00000 space 1024K, 100% used [0x00000006eec00000, 0x00000006eed00000)
AC   0  O    TS     0 PTAMS 0x00000006eee00000 NTAMS 0x00000006eee00000 space 1024K, 100% used [0x00000006eed00000, 0x00000006eee00000)
AC   0  O    TS     0 PTAMS 0x00000006eef00000 NTAMS 0x00000006eef00000 space 1024K, 100% used [0x00000006eee00000, 0x00000006eef00000)
AC   0  O    TS     0 PTAMS 0x00000006ef000000 NTAMS 0x00000006ef000000 space 1024K, 100% used [0x00000006eef00000, 0x00000006ef000000)
AC   0  O    TS     0 PTAMS 0x00000006ef100000 NTAMS 0x00000006ef100000 space 1024K, 100% used [0x00000006ef000000, 0x00000006ef100000)
AC   0  O    TS     0 PTAMS 0x00000006ef200000 NTAMS 0x00000006ef200000 space 1024K, 100% used [0x00000006ef100000, 0x00000006ef200000)
AC   0  O    TS     0 PTAMS 0x00000006ef300000 NTAMS 0x00000006ef300000 space 1024K, 100% used [0x00000006ef200000, 0x00000006ef300000)
AC   0  O    TS     0 PTAMS 0x00000006ef400000 NTAMS 0x00000006ef400000 space 1024K, 100% used [0x00000006ef300000, 0x00000006ef400000)
AC   0  O    TS     0 PTAMS 0x00000006ef500000 NTAMS 0x00000006ef500000 space 1024K, 100% used [0x00000006ef400000, 0x00000006ef500000)
AC   0  O    TS     0 PTAMS 0x00000006ef600000 NTAMS 0x00000006ef600000 space 1024K, 100% used [0x00000006ef500000, 0x00000006ef600000)
AC   0  O    TS     0 PTAMS 0x00000006ef700000 NTAMS 0x00000006ef700000 space 1024K, 100% used [0x00000006ef600000, 0x00000006ef700000)
AC   0  O    TS     0 PTAMS 0x00000006ef800000 NTAMS 0x00000006ef800000 space 1024K, 100% used [0x00000006ef700000, 0x00000006ef800000)
AC   0  O    TS     0 PTAMS 0x00000006ef900000 NTAMS 0x00000006ef900000 space 1024K, 100% used [0x00000006ef800000, 0x00000006ef900000)
AC   0  O    TS     0 PTAMS 0x00000006efa00000 NTAMS 0x00000006efa00000 space 1024K, 100% used [0x00000006ef900000, 0x00000006efa00000)
AC   0  F    TS     0 PTAMS 0x00000006efa00000 NTAMS 0x00000006efa00000 space 1024K,   0% used [0x00000006efa00000, 0x00000006efb00000)
AC   0  O    TS     0 PTAMS 0x00000006efc00000 NTAMS 0x00000006efc00000 space 1024K, 100% used [0x00000006efb00000, 0x00000006efc00000)
AC   0  F    TS     0 PTAMS 0x00000006efc00000 NTAMS 0x00000006efc00000 space 1024K,   0% used [0x00000006efc00000, 0x00000006efd00000)
AC   0  O    TS     0 PTAMS 0x00000006efe00000 NTAMS 0x00000006efe00000 space 1024K, 100% used [0x00000006efd00000, 0x00000006efe00000)
AC   0  O    TS     0 PTAMS 0x00000006eff00000 NTAMS 0x00000006eff00000 space 1024K, 100% used [0x00000006efe00000, 0x00000006eff00000)
AC   0  O    TS     0 PTAMS 0x00000006f0000000 NTAMS 0x00000006f0000000 space 1024K, 100% used [0x00000006eff00000, 0x00000006f0000000)
AC   0  O    TS     0 PTAMS 0x00000006f0100000 NTAMS 0x00000006f0100000 space 1024K, 100% used [0x00000006f0000000, 0x00000006f0100000)
AC   0  O    TS     0 PTAMS 0x00000006f0200000 NTAMS 0x00000006f0200000 space 1024K, 100% used [0x00000006f0100000, 0x00000006f0200000)
AC   0  O    TS     0 PTAMS 0x00000006f0300000 NTAMS 0x00000006f0300000 space 1024K, 100% used [0x00000006f0200000, 0x00000006f0300000)
AC   0  O    TS     0 PTAMS 0x00000006f0400000 NTAMS 0x00000006f0400000 space 1024K, 100% used [0x00000006f0300000, 0x00000006f0400000)
AC   0  O    TS     0 PTAMS 0x00000006f0500000 NTAMS 0x00000006f0500000 space 1024K, 100% used [0x00000006f0400000, 0x00000006f0500000)
AC   0  O    TS     0 PTAMS 0x00000006f0600000 NTAMS 0x00000006f0600000 space 1024K, 100% used [0x00000006f0500000, 0x00000006f0600000)
AC   0  O    TS     0 PTAMS 0x00000006f0700000 NTAMS 0x00000006f0700000 space 1024K, 100% used [0x00000006f0600000, 0x00000006f0700000)
AC   0  O    TS     0 PTAMS 0x00000006f0800000 NTAMS 0x00000006f0800000 space 1024K, 100% used [0x00000006f0700000, 0x00000006f0800000)
AC   0  F    TS     0 PTAMS 0x00000006f0800000 NTAMS 0x00000006f0800000 space 1024K,   0% used [0x00000006f0800000, 0x00000006f0900000)
AC   0  O    TS     0 PTAMS 0x00000006f0a00000 NTAMS 0x00000006f0a00000 space 1024K, 100% used [0x00000006f0900000, 0x00000006f0a00000)
AC   0  O    TS     0 PTAMS 0x00000006f0b00000 NTAMS 0x00000006f0b00000 space 1024K, 100% used [0x00000006f0a00000, 0x00000006f0b00000)
AC   0  O    TS     0 PTAMS 0x00000006f0c00000 NTAMS 0x00000006f0c00000 space 1024K, 100% used [0x00000006f0b00000, 0x00000006f0c00000)
AC   0  O    TS     0 PTAMS 0x00000006f0d00000 NTAMS 0x00000006f0d00000 space 1024K, 100% used [0x00000006f0c00000, 0x00000006f0d00000)
AC   0  O    TS     0 PTAMS 0x00000006f0e00000 NTAMS 0x00000006f0e00000 space 1024K, 100% used [0x00000006f0d00000, 0x00000006f0e00000)
AC   0  O    TS     0 PTAMS 0x00000006f0f00000 NTAMS 0x00000006f0f00000 space 1024K, 100% used [0x00000006f0e00000, 0x00000006f0f00000)
AC   0  O    TS     0 PTAMS 0x00000006f1000000 NTAMS 0x00000006f1000000 space 1024K, 100% used [0x00000006f0f00000, 0x00000006f1000000)
AC   0  O    TS     0 PTAMS 0x00000006f1100000 NTAMS 0x00000006f1100000 space 1024K, 100% used [0x00000006f1000000, 0x00000006f1100000)
AC   0  O    TS     0 PTAMS 0x00000006f1200000 NTAMS 0x00000006f1200000 space 1024K, 100% used [0x00000006f1100000, 0x00000006f1200000)
AC   0  O    TS     0 PTAMS 0x00000006f1300000 NTAMS 0x00000006f1300000 space 1024K, 100% used [0x00000006f1200000, 0x00000006f1300000)
AC   0  O    TS     0 PTAMS 0x00000006f1400000 NTAMS 0x00000006f1400000 space 1024K, 100% used [0x00000006f1300000, 0x00000006f1400000)
AC   0  F    TS     0 PTAMS 0x00000006f1400000 NTAMS 0x00000006f1400000 space 1024K,   0% used [0x00000006f1400000, 0x00000006f1500000)
AC   0  O    TS     0 PTAMS 0x00000006f1600000 NTAMS 0x00000006f1600000 space 1024K, 100% used [0x00000006f1500000, 0x00000006f1600000)
AC   0  O    TS     0 PTAMS 0x00000006f1700000 NTAMS 0x00000006f1700000 space 1024K, 100% used [0x00000006f1600000, 0x00000006f1700000)
AC   0  O    TS     0 PTAMS 0x00000006f1800000 NTAMS 0x00000006f1800000 space 1024K, 100% used [0x00000006f1700000, 0x00000006f1800000)
AC   0  F    TS     0 PTAMS 0x00000006f1800000 NTAMS 0x00000006f1800000 space 1024K,   0% used [0x00000006f1800000, 0x00000006f1900000)
AC   0  O    TS     0 PTAMS 0x00000006f1a00000 NTAMS 0x00000006f1a00000 space 1024K, 100% used [0x00000006f1900000, 0x00000006f1a00000)
AC   0  O    TS     0 PTAMS 0x00000006f1b00000 NTAMS 0x00000006f1b00000 space 1024K, 100% used [0x00000006f1a00000, 0x00000006f1b00000)
AC   0  O    TS     0 PTAMS 0x00000006f1c00000 NTAMS 0x00000006f1c00000 space 1024K, 100% used [0x00000006f1b00000, 0x00000006f1c00000)
AC   0  O    TS     0 PTAMS 0x00000006f1d00000 NTAMS 0x00000006f1d00000 space 1024K, 100% used [0x00000006f1c00000, 0x00000006f1d00000)
AC   0  O    TS     0 PTAMS 0x00000006f1e00000 NTAMS 0x00000006f1e00000 space 1024K, 100% used [0x00000006f1d00000, 0x00000006f1e00000)
AC   0  O    TS     0 PTAMS 0x00000006f1f00000 NTAMS 0x00000006f1f00000 space 1024K, 100% used [0x00000006f1e00000, 0x00000006f1f00000)
AC   0  O    TS     0 PTAMS 0x00000006f2000000 NTAMS 0x00000006f2000000 space 1024K, 100% used [0x00000006f1f00000, 0x00000006f2000000)
AC   0  O    TS     0 PTAMS 0x00000006f2100000 NTAMS 0x00000006f2100000 space 1024K, 100% used [0x00000006f2000000, 0x00000006f2100000)
AC   0  O    TS     0 PTAMS 0x00000006f2200000 NTAMS 0x00000006f2200000 space 1024K, 100% used [0x00000006f2100000, 0x00000006f2200000)
AC   0  O    TS     0 PTAMS 0x00000006f2300000 NTAMS 0x00000006f2300000 space 1024K, 100% used [0x00000006f2200000, 0x00000006f2300000)
AC   0  O    TS     0 PTAMS 0x00000006f2400000 NTAMS 0x00000006f2400000 space 1024K, 100% used [0x00000006f2300000, 0x00000006f2400000)
AC   0  O    TS     0 PTAMS 0x00000006f2500000 NTAMS 0x00000006f2500000 space 1024K, 100% used [0x00000006f2400000, 0x00000006f2500000)
AC   0  O    TS     0 PTAMS 0x00000006f2600000 NTAMS 0x00000006f2600000 space 1024K, 100% used [0x00000006f2500000, 0x00000006f2600000)
AC   0  F    TS     0 PTAMS 0x00000006f2600000 NTAMS 0x00000006f2600000 space 1024K,   0% used [0x00000006f2600000, 0x00000006f2700000)
AC   0  F    TS     0 PTAMS 0x00000006f2700000 NTAMS 0x00000006f2700000 space 1024K,   0% used [0x00000006f2700000, 0x00000006f2800000)
AC   0  O    TS     0 PTAMS 0x00000006f2900000 NTAMS 0x00000006f2900000 space 1024K, 100% used [0x00000006f2800000, 0x00000006f2900000)
AC   0  O    TS     0 PTAMS 0x00000006f2a00000 NTAMS 0x00000006f2a00000 space 1024K, 100% used [0x00000006f2900000, 0x00000006f2a00000)
AC   0  O    TS     0 PTAMS 0x00000006f2b00000 NTAMS 0x00000006f2b00000 space 1024K, 100% used [0x00000006f2a00000, 0x00000006f2b00000)
AC   0  F    TS     0 PTAMS 0x00000006f2b00000 NTAMS 0x00000006f2b00000 space 1024K,   0% used [0x00000006f2b00000, 0x00000006f2c00000)
AC   0  O    TS     0 PTAMS 0x00000006f2d00000 NTAMS 0x00000006f2d00000 space 1024K, 100% used [0x00000006f2c00000, 0x00000006f2d00000)
AC   0  O    TS     0 PTAMS 0x00000006f2e00000 NTAMS 0x00000006f2e00000 space 1024K, 100% used [0x00000006f2d00000, 0x00000006f2e00000)
AC   0  O    TS     0 PTAMS 0x00000006f2f00000 NTAMS 0x00000006f2f00000 space 1024K, 100% used [0x00000006f2e00000, 0x00000006f2f00000)
AC   0  O    TS     0 PTAMS 0x00000006f3000000 NTAMS 0x00000006f3000000 space 1024K, 100% used [0x00000006f2f00000, 0x00000006f3000000)
AC   0  O    TS     0 PTAMS 0x00000006f3100000 NTAMS 0x00000006f3100000 space 1024K, 100% used [0x00000006f3000000, 0x00000006f3100000)
AC   0  O    TS     0 PTAMS 0x00000006f3200000 NTAMS 0x00000006f3200000 space 1024K, 100% used [0x00000006f3100000, 0x00000006f3200000)
AC   0  F    TS     0 PTAMS 0x00000006f3200000 NTAMS 0x00000006f3200000 space 1024K,   0% used [0x00000006f3200000, 0x00000006f3300000)
AC   0  O    TS     0 PTAMS 0x00000006f3400000 NTAMS 0x00000006f3400000 space 1024K, 100% used [0x00000006f3300000, 0x00000006f3400000)
AC   0  O    TS     0 PTAMS 0x00000006f3500000 NTAMS 0x00000006f3500000 space 1024K, 100% used [0x00000006f3400000, 0x00000006f3500000)
AC   0  O    TS     0 PTAMS 0x00000006f3600000 NTAMS 0x00000006f3600000 space 1024K, 100% used [0x00000006f3500000, 0x00000006f3600000)
AC   0  O    TS     0 PTAMS 0x00000006f3700000 NTAMS 0x00000006f3700000 space 1024K, 100% used [0x00000006f3600000, 0x00000006f3700000)
AC   0  O    TS     0 PTAMS 0x00000006f3800000 NTAMS 0x00000006f3800000 space 1024K, 100% used [0x00000006f3700000, 0x00000006f3800000)
AC   0  O    TS     0 PTAMS 0x00000006f3900000 NTAMS 0x00000006f3900000 space 1024K, 100% used [0x00000006f3800000, 0x00000006f3900000)
AC   0  O    TS     0 PTAMS 0x00000006f3a00000 NTAMS 0x00000006f3a00000 space 1024K, 100% used [0x00000006f3900000, 0x00000006f3a00000)
AC   0  O    TS     0 PTAMS 0x00000006f3b00000 NTAMS 0x00000006f3b00000 space 1024K, 100% used [0x00000006f3a00000, 0x00000006f3b00000)
AC   0  O    TS     0 PTAMS 0x00000006f3c00000 NTAMS 0x00000006f3c00000 space 1024K, 100% used [0x00000006f3b00000, 0x00000006f3c00000)
AC   0  F    TS     0 PTAMS 0x00000006f3c00000 NTAMS 0x00000006f3c00000 space 1024K,   0% used [0x00000006f3c00000, 0x00000006f3d00000)
AC   0  O    TS     0 PTAMS 0x00000006f3e00000 NTAMS 0x00000006f3e00000 space 1024K, 100% used [0x00000006f3d00000, 0x00000006f3e00000)
AC   0  O    TS     0 PTAMS 0x00000006f3f00000 NTAMS 0x00000006f3f00000 space 1024K, 100% used [0x00000006f3e00000, 0x00000006f3f00000)
AC   0  O    TS     0 PTAMS 0x00000006f4000000 NTAMS 0x00000006f4000000 space 1024K, 100% used [0x00000006f3f00000, 0x00000006f4000000)
AC   0  F    TS     0 PTAMS 0x00000006f4000000 NTAMS 0x00000006f4000000 space 1024K,   0% used [0x00000006f4000000, 0x00000006f4100000)
AC   0  O    TS     0 PTAMS 0x00000006f4200000 NTAMS 0x00000006f4200000 space 1024K, 100% used [0x00000006f4100000, 0x00000006f4200000)
AC   0  F    TS     0 PTAMS 0x00000006f4200000 NTAMS 0x00000006f4200000 space 1024K,   0% used [0x00000006f4200000, 0x00000006f4300000)
AC   0  F    TS     0 PTAMS 0x00000006f4300000 NTAMS 0x00000006f4300000 space 1024K,   0% used [0x00000006f4300000, 0x00000006f4400000)
AC   0  O    TS     0 PTAMS 0x00000006f4500000 NTAMS 0x00000006f4500000 space 1024K, 100% used [0x00000006f4400000, 0x00000006f4500000)
AC   0  F    TS     0 PTAMS 0x00000006f4500000 NTAMS 0x00000006f4500000 space 1024K,   0% used [0x00000006f4500000, 0x00000006f4600000)
AC   0  O    TS     0 PTAMS 0x00000006f4700000 NTAMS 0x00000006f4700000 space 1024K, 100% used [0x00000006f4600000, 0x00000006f4700000)
AC   0  O    TS     0 PTAMS 0x00000006f4800000 NTAMS 0x00000006f4800000 space 1024K, 100% used [0x00000006f4700000, 0x00000006f4800000)
AC   0  O    TS     0 PTAMS 0x00000006f4900000 NTAMS 0x00000006f4900000 space 1024K, 100% used [0x00000006f4800000, 0x00000006f4900000)
AC   0  O    TS     0 PTAMS 0x00000006f4a00000 NTAMS 0x00000006f4a00000 space 1024K, 100% used [0x00000006f4900000, 0x00000006f4a00000)
AC   0  O    TS     0 PTAMS 0x00000006f4b00000 NTAMS 0x00000006f4b00000 space 1024K, 100% used [0x00000006f4a00000, 0x00000006f4b00000)
AC   0  O    TS     0 PTAMS 0x00000006f4c00000 NTAMS 0x00000006f4c00000 space 1024K, 100% used [0x00000006f4b00000, 0x00000006f4c00000)
AC   0  O    TS     0 PTAMS 0x00000006f4d00000 NTAMS 0x00000006f4d00000 space 1024K, 100% used [0x00000006f4c00000, 0x00000006f4d00000)
AC   0  O    TS     0 PTAMS 0x00000006f4e00000 NTAMS 0x00000006f4e00000 space 1024K, 100% used [0x00000006f4d00000, 0x00000006f4e00000)
AC   0  O    TS     0 PTAMS 0x00000006f4f00000 NTAMS 0x00000006f4f00000 space 1024K, 100% used [0x00000006f4e00000, 0x00000006f4f00000)
AC   0  O    TS     0 PTAMS 0x00000006f5000000 NTAMS 0x00000006f5000000 space 1024K, 100% used [0x00000006f4f00000, 0x00000006f5000000)
AC   0  F    TS     0 PTAMS 0x00000006f5000000 NTAMS 0x00000006f5000000 space 1024K,   0% used [0x00000006f5000000, 0x00000006f5100000)
AC   0  O    TS     0 PTAMS 0x00000006f5200000 NTAMS 0x00000006f5200000 space 1024K, 100% used [0x00000006f5100000, 0x00000006f5200000)
AC   0  O    TS     0 PTAMS 0x00000006f5300000 NTAMS 0x00000006f5300000 space 1024K, 100% used [0x00000006f5200000, 0x00000006f5300000)
AC   0  F    TS     0 PTAMS 0x00000006f5300000 NTAMS 0x00000006f5300000 space 1024K,   0% used [0x00000006f5300000, 0x00000006f5400000)
AC   0  F    TS     0 PTAMS 0x00000006f5400000 NTAMS 0x00000006f5400000 space 1024K,   0% used [0x00000006f5400000, 0x00000006f5500000)
AC   0  F    TS     0 PTAMS 0x00000006f5500000 NTAMS 0x00000006f5500000 space 1024K,   0% used [0x00000006f5500000, 0x00000006f5600000)
AC   0  O    TS     0 PTAMS 0x00000006f5700000 NTAMS 0x00000006f5700000 space 1024K, 100% used [0x00000006f5600000, 0x00000006f5700000)
AC   0  O    TS     0 PTAMS 0x00000006f5800000 NTAMS 0x00000006f5800000 space 1024K, 100% used [0x00000006f5700000, 0x00000006f5800000)
AC   0  O    TS     0 PTAMS 0x00000006f5900000 NTAMS 0x00000006f5900000 space 1024K, 100% used [0x00000006f5800000, 0x00000006f5900000)
AC   0  O    TS     0 PTAMS 0x00000006f5a00000 NTAMS 0x00000006f5a00000 space 1024K, 100% used [0x00000006f5900000, 0x00000006f5a00000)
AC   0  F    TS     0 PTAMS 0x00000006f5a00000 NTAMS 0x00000006f5a00000 space 1024K,   0% used [0x00000006f5a00000, 0x00000006f5b00000)
AC   0  O    TS     0 PTAMS 0x00000006f5c00000 NTAMS 0x00000006f5c00000 space 1024K, 100% used [0x00000006f5b00000, 0x00000006f5c00000)
AC   0  F    TS     0 PTAMS 0x00000006f5c00000 NTAMS 0x00000006f5c00000 space 1024K,   0% used [0x00000006f5c00000, 0x00000006f5d00000)
AC   0  O    TS     0 PTAMS 0x00000006f5e00000 NTAMS 0x00000006f5e00000 space 1024K, 100% used [0x00000006f5d00000, 0x00000006f5e00000)
AC   0  O    TS     0 PTAMS 0x00000006f5f00000 NTAMS 0x00000006f5f00000 space 1024K, 100% used [0x00000006f5e00000, 0x00000006f5f00000)
AC   0  O    TS     0 PTAMS 0x00000006f6000000 NTAMS 0x00000006f6000000 space 1024K, 100% used [0x00000006f5f00000, 0x00000006f6000000)
AC   0  O    TS     0 PTAMS 0x00000006f6100000 NTAMS 0x00000006f6100000 space 1024K, 100% used [0x00000006f6000000, 0x00000006f6100000)
AC   0  O    TS     0 PTAMS 0x00000006f6200000 NTAMS 0x00000006f6200000 space 1024K, 100% used [0x00000006f6100000, 0x00000006f6200000)
AC   0  O    TS     0 PTAMS 0x00000006f6300000 NTAMS 0x00000006f6300000 space 1024K, 100% used [0x00000006f6200000, 0x00000006f6300000)
AC   0  F    TS     0 PTAMS 0x00000006f6300000 NTAMS 0x00000006f6300000 space 1024K,   0% used [0x00000006f6300000, 0x00000006f6400000)
AC   0  O    TS     0 PTAMS 0x00000006f6500000 NTAMS 0x00000006f6500000 space 1024K, 100% used [0x00000006f6400000, 0x00000006f6500000)
AC   0  O    TS     0 PTAMS 0x00000006f6600000 NTAMS 0x00000006f6600000 space 1024K, 100% used [0x00000006f6500000, 0x00000006f6600000)
AC   0  O    TS     3 PTAMS 0x00000006f66bce00 NTAMS 0x00000006f66bce00 space 1024K, 100% used [0x00000006f6600000, 0x00000006f6700000)
AC   0  O    TS     0 PTAMS 0x00000006f6800000 NTAMS 0x00000006f6800000 space 1024K, 100% used [0x00000006f6700000, 0x00000006f6800000)
AC   0  O    TS     0 PTAMS 0x00000006f6900000 NTAMS 0x00000006f6900000 space 1024K, 100% used [0x00000006f6800000, 0x00000006f6900000)
AC   0  O    TS     0 PTAMS 0x00000006f6a00000 NTAMS 0x00000006f6a00000 space 1024K, 100% used [0x00000006f6900000, 0x00000006f6a00000)
AC   0  O    TS     0 PTAMS 0x00000006f6b00000 NTAMS 0x00000006f6b00000 space 1024K, 100% used [0x00000006f6a00000, 0x00000006f6b00000)
AC   0  O    TS     0 PTAMS 0x00000006f6c00000 NTAMS 0x00000006f6c00000 space 1024K, 100% used [0x00000006f6b00000, 0x00000006f6c00000)
AC   0  O    TS     0 PTAMS 0x00000006f6d00000 NTAMS 0x00000006f6d00000 space 1024K, 100% used [0x00000006f6c00000, 0x00000006f6d00000)
AC   0  O    TS     0 PTAMS 0x00000006f6e00000 NTAMS 0x00000006f6e00000 space 1024K, 100% used [0x00000006f6d00000, 0x00000006f6e00000)
AC   0  F    TS     0 PTAMS 0x00000006f6e00000 NTAMS 0x00000006f6e00000 space 1024K,   0% used [0x00000006f6e00000, 0x00000006f6f00000)
AC   0  O    TS     0 PTAMS 0x00000006f7000000 NTAMS 0x00000006f7000000 space 1024K, 100% used [0x00000006f6f00000, 0x00000006f7000000)
AC   0  O    TS     0 PTAMS 0x00000006f7100000 NTAMS 0x00000006f7100000 space 1024K, 100% used [0x00000006f7000000, 0x00000006f7100000)
AC   0  O    TS     0 PTAMS 0x00000006f7200000 NTAMS 0x00000006f7200000 space 1024K, 100% used [0x00000006f7100000, 0x00000006f7200000)
AC   0  O    TS     0 PTAMS 0x00000006f7300000 NTAMS 0x00000006f7300000 space 1024K, 100% used [0x00000006f7200000, 0x00000006f7300000)
AC   0  O    TS     0 PTAMS 0x00000006f7400000 NTAMS 0x00000006f7400000 space 1024K, 100% used [0x00000006f7300000, 0x00000006f7400000)
AC   0  O    TS     0 PTAMS 0x00000006f7500000 NTAMS 0x00000006f7500000 space 1024K, 100% used [0x00000006f7400000, 0x00000006f7500000)
AC   0  O    TS     3 PTAMS 0x00000006f7500000 NTAMS 0x00000006f7500000 space 1024K, 100% used [0x00000006f7500000, 0x00000006f7600000)
AC   0  O    TS     0 PTAMS 0x00000006f7700000 NTAMS 0x00000006f7700000 space 1024K, 100% used [0x00000006f7600000, 0x00000006f7700000)
AC   0  O    TS     3 PTAMS 0x00000006f7700000 NTAMS 0x00000006f7700000 space 1024K, 100% used [0x00000006f7700000, 0x00000006f7800000)
AC   0  F    TS     0 PTAMS 0x00000006f7800000 NTAMS 0x00000006f7800000 space 1024K,   0% used [0x00000006f7800000, 0x00000006f7900000)
AC   0  O    TS     3 PTAMS 0x00000006f7900000 NTAMS 0x00000006f7900000 space 1024K, 100% used [0x00000006f7900000, 0x00000006f7a00000)
AC   0  O    TS     3 PTAMS 0x00000006f7a00000 NTAMS 0x00000006f7a00000 space 1024K, 100% used [0x00000006f7a00000, 0x00000006f7b00000)
AC   0  O    TS     3 PTAMS 0x00000006f7b00000 NTAMS 0x00000006f7b00000 space 1024K, 100% used [0x00000006f7b00000, 0x00000006f7c00000)
AC   0  O    TS     3 PTAMS 0x00000006f7c00000 NTAMS 0x00000006f7c00000 space 1024K, 100% used [0x00000006f7c00000, 0x00000006f7d00000)
AC   0  O    TS     0 PTAMS 0x00000006f7e00000 NTAMS 0x00000006f7e00000 space 1024K, 100% used [0x00000006f7d00000, 0x00000006f7e00000)
AC   0  O    TS     3 PTAMS 0x00000006f7e00000 NTAMS 0x00000006f7e00000 space 1024K, 100% used [0x00000006f7e00000, 0x00000006f7f00000)
AC   0  O    TS     3 PTAMS 0x00000006f7f00000 NTAMS 0x00000006f7f00000 space 1024K, 100% used [0x00000006f7f00000, 0x00000006f8000000)
AC   0  O    TS     0 PTAMS 0x00000006f8100000 NTAMS 0x00000006f8100000 space 1024K, 100% used [0x00000006f8000000, 0x00000006f8100000)
AC   0  O    TS     0 PTAMS 0x00000006f8200000 NTAMS 0x00000006f8200000 space 1024K, 100% used [0x00000006f8100000, 0x00000006f8200000)
AC   0  O    TS     0 PTAMS 0x00000006f8300000 NTAMS 0x00000006f8300000 space 1024K, 100% used [0x00000006f8200000, 0x00000006f8300000)
AC   0  O    TS     3 PTAMS 0x00000006f8300000 NTAMS 0x00000006f8300000 space 1024K, 100% used [0x00000006f8300000, 0x00000006f8400000)
AC   0  O    TS     3 PTAMS 0x00000006f8400000 NTAMS 0x00000006f8400000 space 1024K, 100% used [0x00000006f8400000, 0x00000006f8500000)
AC   0  O    TS     3 PTAMS 0x00000006f8500000 NTAMS 0x00000006f8500000 space 1024K, 100% used [0x00000006f8500000, 0x00000006f8600000)
AC   0  O    TS     0 PTAMS 0x00000006f8700000 NTAMS 0x00000006f8700000 space 1024K, 100% used [0x00000006f8600000, 0x00000006f8700000)
AC   0  O    TS     3 PTAMS 0x00000006f8700000 NTAMS 0x00000006f8700000 space 1024K, 100% used [0x00000006f8700000, 0x00000006f8800000)
AC   0  O    TS     3 PTAMS 0x00000006f8800000 NTAMS 0x00000006f8800000 space 1024K, 100% used [0x00000006f8800000, 0x00000006f8900000)
AC   0  O    TS     0 PTAMS 0x00000006f8a00000 NTAMS 0x00000006f8a00000 space 1024K, 100% used [0x00000006f8900000, 0x00000006f8a00000)
AC   0  O    TS     0 PTAMS 0x00000006f8b00000 NTAMS 0x00000006f8b00000 space 1024K, 100% used [0x00000006f8a00000, 0x00000006f8b00000)
AC   0  O    TS     0 PTAMS 0x00000006f8c00000 NTAMS 0x00000006f8c00000 space 1024K, 100% used [0x00000006f8b00000, 0x00000006f8c00000)
AC   0  O    TS     0 PTAMS 0x00000006f8d00000 NTAMS 0x00000006f8d00000 space 1024K, 100% used [0x00000006f8c00000, 0x00000006f8d00000)
AC   0  O    TS     0 PTAMS 0x00000006f8e00000 NTAMS 0x00000006f8e00000 space 1024K, 100% used [0x00000006f8d00000, 0x00000006f8e00000)
AC   0  O    TS     0 PTAMS 0x00000006f8f00000 NTAMS 0x00000006f8f00000 space 1024K, 100% used [0x00000006f8e00000, 0x00000006f8f00000)
AC   0  O    TS     0 PTAMS 0x00000006f9000000 NTAMS 0x00000006f9000000 space 1024K, 100% used [0x00000006f8f00000, 0x00000006f9000000)
AC   0  F    TS     0 PTAMS 0x00000006f9000000 NTAMS 0x00000006f9000000 space 1024K,   0% used [0x00000006f9000000, 0x00000006f9100000)
AC   0  O    TS     0 PTAMS 0x00000006f9200000 NTAMS 0x00000006f9200000 space 1024K, 100% used [0x00000006f9100000, 0x00000006f9200000)
AC   0  O    TS     0 PTAMS 0x00000006f9300000 NTAMS 0x00000006f9300000 space 1024K, 100% used [0x00000006f9200000, 0x00000006f9300000)
AC   0  O    TS     3 PTAMS 0x00000006f9300000 NTAMS 0x00000006f9300000 space 1024K, 100% used [0x00000006f9300000, 0x00000006f9400000)
AC   0  O    TS     0 PTAMS 0x00000006f9500000 NTAMS 0x00000006f9500000 space 1024K, 100% used [0x00000006f9400000, 0x00000006f9500000)
AC   0  O    TS     3 PTAMS 0x00000006f9500000 NTAMS 0x00000006f9500000 space 1024K, 100% used [0x00000006f9500000, 0x00000006f9600000)
AC   0  O    TS     0 PTAMS 0x00000006f9700000 NTAMS 0x00000006f9700000 space 1024K, 100% used [0x00000006f9600000, 0x00000006f9700000)
AC   0  O    TS     0 PTAMS 0x00000006f9800000 NTAMS 0x00000006f9800000 space 1024K, 100% used [0x00000006f9700000, 0x00000006f9800000)
AC   0  O    TS     0 PTAMS 0x00000006f9900000 NTAMS 0x00000006f9900000 space 1024K, 100% used [0x00000006f9800000, 0x00000006f9900000)
AC   0  O    TS     3 PTAMS 0x00000006f9900000 NTAMS 0x00000006f9900000 space 1024K, 100% used [0x00000006f9900000, 0x00000006f9a00000)
AC   0  O    TS     0 PTAMS 0x00000006f9b00000 NTAMS 0x00000006f9b00000 space 1024K, 100% used [0x00000006f9a00000, 0x00000006f9b00000)
AC   0  O    TS     0 PTAMS 0x00000006f9c00000 NTAMS 0x00000006f9c00000 space 1024K, 100% used [0x00000006f9b00000, 0x00000006f9c00000)
AC   0  O    TS     3 PTAMS 0x00000006f9c00000 NTAMS 0x00000006f9c00000 space 1024K, 100% used [0x00000006f9c00000, 0x00000006f9d00000)
AC   0  F    TS     0 PTAMS 0x00000006f9d00000 NTAMS 0x00000006f9d00000 space 1024K,   0% used [0x00000006f9d00000, 0x00000006f9e00000)
AC   0  O    TS     0 PTAMS 0x00000006f9f00000 NTAMS 0x00000006f9f00000 space 1024K, 100% used [0x00000006f9e00000, 0x00000006f9f00000)
AC   0  O    TS     0 PTAMS 0x00000006fa000000 NTAMS 0x00000006fa000000 space 1024K, 100% used [0x00000006f9f00000, 0x00000006fa000000)
AC   0  O    TS     3 PTAMS 0x00000006fa000000 NTAMS 0x00000006fa000000 space 1024K, 100% used [0x00000006fa000000, 0x00000006fa100000)
AC   0  O    TS     3 PTAMS 0x00000006fa100000 NTAMS 0x00000006fa100000 space 1024K, 100% used [0x00000006fa100000, 0x00000006fa200000)
AC   0  O    TS     3 PTAMS 0x00000006fa200000 NTAMS 0x00000006fa200000 space 1024K, 100% used [0x00000006fa200000, 0x00000006fa300000)
AC   0  O    TS     3 PTAMS 0x00000006fa300000 NTAMS 0x00000006fa300000 space 1024K, 100% used [0x00000006fa300000, 0x00000006fa400000)
AC   0  O    TS     3 PTAMS 0x00000006fa400000 NTAMS 0x00000006fa400000 space 1024K,  50% used [0x00000006fa400000, 0x00000006fa500000)
AC   0  O    TS     0 PTAMS 0x00000006fa600000 NTAMS 0x00000006fa600000 space 1024K, 100% used [0x00000006fa500000, 0x00000006fa600000)
AC   0  O    TS     0 PTAMS 0x00000006fa700000 NTAMS 0x00000006fa700000 space 1024K, 100% used [0x00000006fa600000, 0x00000006fa700000)
AC   0  F    TS     0 PTAMS 0x00000006fa700000 NTAMS 0x00000006fa700000 space 1024K,   0% used [0x00000006fa700000, 0x00000006fa800000)
AC   0  F    TS     0 PTAMS 0x00000006fa800000 NTAMS 0x00000006fa800000 space 1024K,   0% used [0x00000006fa800000, 0x00000006fa900000)
AC   0  F    TS     0 PTAMS 0x00000006fa900000 NTAMS 0x00000006fa900000 space 1024K,   0% used [0x00000006fa900000, 0x00000006faa00000)
AC   0  O    TS     0 PTAMS 0x00000006fab00000 NTAMS 0x00000006fab00000 space 1024K, 100% used [0x00000006faa00000, 0x00000006fab00000)
AC   0  O    TS     0 PTAMS 0x00000006fac00000 NTAMS 0x00000006fac00000 space 1024K, 100% used [0x00000006fab00000, 0x00000006fac00000)
AC   0  F    TS     0 PTAMS 0x00000006fac00000 NTAMS 0x00000006fac00000 space 1024K,   0% used [0x00000006fac00000, 0x00000006fad00000)
AC   0  F    TS     0 PTAMS 0x00000006fad00000 NTAMS 0x00000006fad00000 space 1024K,   0% used [0x00000006fad00000, 0x00000006fae00000)
AC   0  F    TS     0 PTAMS 0x00000006fae00000 NTAMS 0x00000006fae00000 space 1024K,   0% used [0x00000006fae00000, 0x00000006faf00000)
AC   0  O    TS     0 PTAMS 0x00000006fb000000 NTAMS 0x00000006fb000000 space 1024K, 100% used [0x00000006faf00000, 0x00000006fb000000)
AC   0  O    TS     0 PTAMS 0x00000006fb100000 NTAMS 0x00000006fb100000 space 1024K, 100% used [0x00000006fb000000, 0x00000006fb100000)
AC   0  O    TS     0 PTAMS 0x00000006fb200000 NTAMS 0x00000006fb200000 space 1024K, 100% used [0x00000006fb100000, 0x00000006fb200000)
AC   0  F    TS     0 PTAMS 0x00000006fb200000 NTAMS 0x00000006fb200000 space 1024K,   0% used [0x00000006fb200000, 0x00000006fb300000)
AC   0  O    TS     0 PTAMS 0x00000006fb400000 NTAMS 0x00000006fb400000 space 1024K, 100% used [0x00000006fb300000, 0x00000006fb400000)
AC   0  F    TS     0 PTAMS 0x00000006fb400000 NTAMS 0x00000006fb400000 space 1024K,   0% used [0x00000006fb400000, 0x00000006fb500000)
AC   0  O    TS     0 PTAMS 0x00000006fb600000 NTAMS 0x00000006fb600000 space 1024K, 100% used [0x00000006fb500000, 0x00000006fb600000)
AC   0  O    TS     0 PTAMS 0x00000006fb700000 NTAMS 0x00000006fb700000 space 1024K, 100% used [0x00000006fb600000, 0x00000006fb700000)
AC   0  F    TS     0 PTAMS 0x00000006fb700000 NTAMS 0x00000006fb700000 space 1024K,   0% used [0x00000006fb700000, 0x00000006fb800000)
AC   0  F    TS     0 PTAMS 0x00000006fb800000 NTAMS 0x00000006fb800000 space 1024K,   0% used [0x00000006fb800000, 0x00000006fb900000)
AC   0  F    TS     0 PTAMS 0x00000006fb900000 NTAMS 0x00000006fb900000 space 1024K,   0% used [0x00000006fb900000, 0x00000006fba00000)
AC   0  F    TS     0 PTAMS 0x00000006fba00000 NTAMS 0x00000006fba00000 space 1024K,   0% used [0x00000006fba00000, 0x00000006fbb00000)
AC   0  O    TS     0 PTAMS 0x00000006fbc00000 NTAMS 0x00000006fbc00000 space 1024K, 100% used [0x00000006fbb00000, 0x00000006fbc00000)
AC   0  F    TS     0 PTAMS 0x00000006fbc00000 NTAMS 0x00000006fbc00000 space 1024K,   0% used [0x00000006fbc00000, 0x00000006fbd00000)
AC   0  F    TS     0 PTAMS 0x00000006fbd00000 NTAMS 0x00000006fbd00000 space 1024K,   0% used [0x00000006fbd00000, 0x00000006fbe00000)
AC   0  F    TS     0 PTAMS 0x00000006fbe00000 NTAMS 0x00000006fbe00000 space 1024K,   0% used [0x00000006fbe00000, 0x00000006fbf00000)
AC   0  F    TS     0 PTAMS 0x00000006fbf00000 NTAMS 0x00000006fbf00000 space 1024K,   0% used [0x00000006fbf00000, 0x00000006fc000000)
AC   0  F    TS     0 PTAMS 0x00000006fc000000 NTAMS 0x00000006fc000000 space 1024K,   0% used [0x00000006fc000000, 0x00000006fc100000)
AC   0  F    TS     0 PTAMS 0x00000006fc100000 NTAMS 0x00000006fc100000 space 1024K,   0% used [0x00000006fc100000, 0x00000006fc200000)
AC   0  F    TS     0 PTAMS 0x00000006fc200000 NTAMS 0x00000006fc200000 space 1024K,   0% used [0x00000006fc200000, 0x00000006fc300000)
AC   0  O    TS     0 PTAMS 0x00000006fc400000 NTAMS 0x00000006fc400000 space 1024K, 100% used [0x00000006fc300000, 0x00000006fc400000)
AC   0  O    TS     0 PTAMS 0x00000006fc500000 NTAMS 0x00000006fc500000 space 1024K, 100% used [0x00000006fc400000, 0x00000006fc500000)
AC   0  F    TS     0 PTAMS 0x00000006fc500000 NTAMS 0x00000006fc500000 space 1024K,   0% used [0x00000006fc500000, 0x00000006fc600000)
AC   0  F    TS     0 PTAMS 0x00000006fc600000 NTAMS 0x00000006fc600000 space 1024K,   0% used [0x00000006fc600000, 0x00000006fc700000)
AC   0  F    TS     0 PTAMS 0x00000006fc700000 NTAMS 0x00000006fc700000 space 1024K,   0% used [0x00000006fc700000, 0x00000006fc800000)
AC   0  F    TS     0 PTAMS 0x00000006fc800000 NTAMS 0x00000006fc800000 space 1024K,   0% used [0x00000006fc800000, 0x00000006fc900000)
AC   0  O    TS     0 PTAMS 0x00000006fca00000 NTAMS 0x00000006fca00000 space 1024K, 100% used [0x00000006fc900000, 0x00000006fca00000)
AC   0  F    TS     0 PTAMS 0x00000006fca00000 NTAMS 0x00000006fca00000 space 1024K,   0% used [0x00000006fca00000, 0x00000006fcb00000)
AC   0  O    TS     0 PTAMS 0x00000006fcc00000 NTAMS 0x00000006fcc00000 space 1024K, 100% used [0x00000006fcb00000, 0x00000006fcc00000)
AC   0  F    TS     0 PTAMS 0x00000006fcc00000 NTAMS 0x00000006fcc00000 space 1024K,   0% used [0x00000006fcc00000, 0x00000006fcd00000)
AC   0  F    TS     0 PTAMS 0x00000006fcd00000 NTAMS 0x00000006fcd00000 space 1024K,   0% used [0x00000006fcd00000, 0x00000006fce00000)
AC   0  F    TS     0 PTAMS 0x00000006fce00000 NTAMS 0x00000006fce00000 space 1024K,   0% used [0x00000006fce00000, 0x00000006fcf00000)
AC   0  F    TS     0 PTAMS 0x00000006fcf00000 NTAMS 0x00000006fcf00000 space 1024K,   0% used [0x00000006fcf00000, 0x00000006fd000000)
AC   0  F    TS     0 PTAMS 0x00000006fd000000 NTAMS 0x00000006fd000000 space 1024K,   0% used [0x00000006fd000000, 0x00000006fd100000)
AC   0  F    TS     0 PTAMS 0x00000006fd100000 NTAMS 0x00000006fd100000 space 1024K,   0% used [0x00000006fd100000, 0x00000006fd200000)
AC   0  F    TS     0 PTAMS 0x00000006fd200000 NTAMS 0x00000006fd200000 space 1024K,   0% used [0x00000006fd200000, 0x00000006fd300000)
AC   0  F    TS     0 PTAMS 0x00000006fd300000 NTAMS 0x00000006fd300000 space 1024K,   0% used [0x00000006fd300000, 0x00000006fd400000)
AC   0  O    TS     0 PTAMS 0x00000006fd500000 NTAMS 0x00000006fd500000 space 1024K, 100% used [0x00000006fd400000, 0x00000006fd500000)
AC   0  F    TS     0 PTAMS 0x00000006fd500000 NTAMS 0x00000006fd500000 space 1024K,   0% used [0x00000006fd500000, 0x00000006fd600000)
AC   0  F    TS     0 PTAMS 0x00000006fd600000 NTAMS 0x00000006fd600000 space 1024K,   0% used [0x00000006fd600000, 0x00000006fd700000)
AC   0  O    TS     0 PTAMS 0x00000006fd800000 NTAMS 0x00000006fd800000 space 1024K, 100% used [0x00000006fd700000, 0x00000006fd800000)
AC   0  F    TS     0 PTAMS 0x00000006fd800000 NTAMS 0x00000006fd800000 space 1024K,   0% used [0x00000006fd800000, 0x00000006fd900000)
AC   0  O    TS     0 PTAMS 0x00000006fda00000 NTAMS 0x00000006fda00000 space 1024K, 100% used [0x00000006fd900000, 0x00000006fda00000)
AC   0  F    TS     0 PTAMS 0x00000006fda00000 NTAMS 0x00000006fda00000 space 1024K,   0% used [0x00000006fda00000, 0x00000006fdb00000)
AC   0  F    TS     0 PTAMS 0x00000006fdb00000 NTAMS 0x00000006fdb00000 space 1024K,   0% used [0x00000006fdb00000, 0x00000006fdc00000)
AC   0  F    TS     0 PTAMS 0x00000006fdc00000 NTAMS 0x00000006fdc00000 space 1024K,   0% used [0x00000006fdc00000, 0x00000006fdd00000)
AC   0  F    TS     0 PTAMS 0x00000006fdd00000 NTAMS 0x00000006fdd00000 space 1024K,   0% used [0x00000006fdd00000, 0x00000006fde00000)
AC   0  F    TS     0 PTAMS 0x00000006fde00000 NTAMS 0x00000006fde00000 space 1024K,   0% used [0x00000006fde00000, 0x00000006fdf00000)
AC   0  F    TS     0 PTAMS 0x00000006fdf00000 NTAMS 0x00000006fdf00000 space 1024K,   0% used [0x00000006fdf00000, 0x00000006fe000000)
AC   0  F    TS     0 PTAMS 0x00000006fe000000 NTAMS 0x00000006fe000000 space 1024K,   0% used [0x00000006fe000000, 0x00000006fe100000)
AC   0  F    TS     0 PTAMS 0x00000006fe100000 NTAMS 0x00000006fe100000 space 1024K,   0% used [0x00000006fe100000, 0x00000006fe200000)
AC   0  F    TS     0 PTAMS 0x00000006fe200000 NTAMS 0x00000006fe200000 space 1024K,   0% used [0x00000006fe200000, 0x00000006fe300000)
AC   0  F    TS     0 PTAMS 0x00000006fe300000 NTAMS 0x00000006fe300000 space 1024K,   0% used [0x00000006fe300000, 0x00000006fe400000)
AC   0  F    TS     0 PTAMS 0x00000006fe400000 NTAMS 0x00000006fe400000 space 1024K,   0% used [0x00000006fe400000, 0x00000006fe500000)
AC   0  F    TS     0 PTAMS 0x00000006fe500000 NTAMS 0x00000006fe500000 space 1024K,   0% used [0x00000006fe500000, 0x00000006fe600000)
AC   0  F    TS     0 PTAMS 0x00000006fe600000 NTAMS 0x00000006fe600000 space 1024K,   0% used [0x00000006fe600000, 0x00000006fe700000)
AC   0  F    TS     1 PTAMS 0x00000006fe700000 NTAMS 0x00000006fe700000 space 1024K,   0% used [0x00000006fe700000, 0x00000006fe800000)
AC   0  F    TS     1 PTAMS 0x00000006fe800000 NTAMS 0x00000006fe800000 space 1024K,   0% used [0x00000006fe800000, 0x00000006fe900000)
AC   0  F    TS     1 PTAMS 0x00000006fe900000 NTAMS 0x00000006fe900000 space 1024K,   0% used [0x00000006fe900000, 0x00000006fea00000)
AC   0  F    TS     1 PTAMS 0x00000006fea00000 NTAMS 0x00000006fea00000 space 1024K,   0% used [0x00000006fea00000, 0x00000006feb00000)
AC   0  F    TS     1 PTAMS 0x00000006feb00000 NTAMS 0x00000006feb00000 space 1024K,   0% used [0x00000006feb00000, 0x00000006fec00000)
AC   0  F    TS     1 PTAMS 0x00000006fec00000 NTAMS 0x00000006fec00000 space 1024K,   0% used [0x00000006fec00000, 0x00000006fed00000)
AC   0  F    TS     1 PTAMS 0x00000006fed00000 NTAMS 0x00000006fed00000 space 1024K,   0% used [0x00000006fed00000, 0x00000006fee00000)
AC   0  O    TS     0 PTAMS 0x00000006fef00000 NTAMS 0x00000006fef00000 space 1024K, 100% used [0x00000006fee00000, 0x00000006fef00000)
AC   0  F    TS     1 PTAMS 0x00000006fef00000 NTAMS 0x00000006fef00000 space 1024K,   0% used [0x00000006fef00000, 0x00000006ff000000)
AC   0  F    TS     0 PTAMS 0x00000006ff000000 NTAMS 0x00000006ff000000 space 1024K,   0% used [0x00000006ff000000, 0x00000006ff100000)
AC   0  F    TS     0 PTAMS 0x00000006ff100000 NTAMS 0x00000006ff100000 space 1024K,   0% used [0x00000006ff100000, 0x00000006ff200000)
AC   0  F    TS     0 PTAMS 0x00000006ff200000 NTAMS 0x00000006ff200000 space 1024K,   0% used [0x00000006ff200000, 0x00000006ff300000)
AC   0  F    TS     0 PTAMS 0x00000006ff300000 NTAMS 0x00000006ff300000 space 1024K,   0% used [0x00000006ff300000, 0x00000006ff400000)
AC   0  F    TS     0 PTAMS 0x00000006ff400000 NTAMS 0x00000006ff400000 space 1024K,   0% used [0x00000006ff400000, 0x00000006ff500000)
AC   0  F    TS     0 PTAMS 0x00000006ff500000 NTAMS 0x00000006ff500000 space 1024K,   0% used [0x00000006ff500000, 0x00000006ff600000)
AC   0  F    TS     0 PTAMS 0x00000006ff600000 NTAMS 0x00000006ff600000 space 1024K,   0% used [0x00000006ff600000, 0x00000006ff700000)
AC   0  F    TS     0 PTAMS 0x00000006ff700000 NTAMS 0x00000006ff700000 space 1024K,   0% used [0x00000006ff700000, 0x00000006ff800000)
AC   0  F    TS     0 PTAMS 0x00000006ff800000 NTAMS 0x00000006ff800000 space 1024K,   0% used [0x00000006ff800000, 0x00000006ff900000)
AC   0  F    TS     0 PTAMS 0x00000006ff900000 NTAMS 0x00000006ff900000 space 1024K,   0% used [0x00000006ff900000, 0x00000006ffa00000)
AC   0  F    TS     0 PTAMS 0x00000006ffa00000 NTAMS 0x00000006ffa00000 space 1024K,   0% used [0x00000006ffa00000, 0x00000006ffb00000)
AC   0  E    TS     0 PTAMS 0x00000006ffb00000 NTAMS 0x00000006ffb00000 space 1024K,  69% used [0x00000006ffb00000, 0x00000006ffc00000)
AC   0  E CS TS     0 PTAMS 0x00000006ffc00000 NTAMS 0x00000006ffc00000 space 1024K, 100% used [0x00000006ffc00000, 0x00000006ffd00000)
AC   0  E CS TS     0 PTAMS 0x00000006ffd00000 NTAMS 0x00000006ffd00000 space 1024K, 100% used [0x00000006ffd00000, 0x00000006ffe00000)
AC   0  E CS TS     0 PTAMS 0x00000006ffe00000 NTAMS 0x00000006ffe00000 space 1024K, 100% used [0x00000006ffe00000, 0x00000006fff00000)
AC   0  E CS TS     0 PTAMS 0x00000006fff00000 NTAMS 0x00000006fff00000 space 1024K, 100% used [0x00000006fff00000, 0x0000000700000000)
AC   0  E CS TS     0 PTAMS 0x0000000700000000 NTAMS 0x0000000700000000 space 1024K, 100% used [0x0000000700000000, 0x0000000700100000)
AC   0  E CS TS     0 PTAMS 0x0000000700100000 NTAMS 0x0000000700100000 space 1024K, 100% used [0x0000000700100000, 0x0000000700200000)
AC   0  E CS TS     0 PTAMS 0x0000000700200000 NTAMS 0x0000000700200000 space 1024K, 100% used [0x0000000700200000, 0x0000000700300000)
AC   0  E CS TS     0 PTAMS 0x0000000700300000 NTAMS 0x0000000700300000 space 1024K, 100% used [0x0000000700300000, 0x0000000700400000)
AC   0  E CS TS     0 PTAMS 0x0000000700400000 NTAMS 0x0000000700400000 space 1024K, 100% used [0x0000000700400000, 0x0000000700500000)
AC   0  E CS TS     0 PTAMS 0x0000000700500000 NTAMS 0x0000000700500000 space 1024K, 100% used [0x0000000700500000, 0x0000000700600000)
AC   0  E CS TS     0 PTAMS 0x0000000700600000 NTAMS 0x0000000700600000 space 1024K, 100% used [0x0000000700600000, 0x0000000700700000)
AC   0  E CS TS     0 PTAMS 0x0000000700700000 NTAMS 0x0000000700700000 space 1024K, 100% used [0x0000000700700000, 0x0000000700800000)
AC   0  E CS TS     0 PTAMS 0x0000000700800000 NTAMS 0x0000000700800000 space 1024K, 100% used [0x0000000700800000, 0x0000000700900000)
AC   0  E CS TS     0 PTAMS 0x0000000700900000 NTAMS 0x0000000700900000 space 1024K, 100% used [0x0000000700900000, 0x0000000700a00000)
AC   0  E CS TS     0 PTAMS 0x0000000700a00000 NTAMS 0x0000000700a00000 space 1024K, 100% used [0x0000000700a00000, 0x0000000700b00000)
AC   0  E CS TS     0 PTAMS 0x0000000700b00000 NTAMS 0x0000000700b00000 space 1024K, 100% used [0x0000000700b00000, 0x0000000700c00000)
AC   0  E CS TS     0 PTAMS 0x0000000700c00000 NTAMS 0x0000000700c00000 space 1024K, 100% used [0x0000000700c00000, 0x0000000700d00000)
AC   0  E CS TS     0 PTAMS 0x0000000700d00000 NTAMS 0x0000000700d00000 space 1024K, 100% used [0x0000000700d00000, 0x0000000700e00000)
AC   0  E CS TS     0 PTAMS 0x0000000700e00000 NTAMS 0x0000000700e00000 space 1024K, 100% used [0x0000000700e00000, 0x0000000700f00000)
AC   0  E CS TS     0 PTAMS 0x0000000700f00000 NTAMS 0x0000000700f00000 space 1024K, 100% used [0x0000000700f00000, 0x0000000701000000)
AC   0  E CS TS     0 PTAMS 0x0000000701000000 NTAMS 0x0000000701000000 space 1024K, 100% used [0x0000000701000000, 0x0000000701100000)
AC   0  E CS TS     0 PTAMS 0x0000000701100000 NTAMS 0x0000000701100000 space 1024K, 100% used [0x0000000701100000, 0x0000000701200000)
AC   0  E CS TS     0 PTAMS 0x0000000701200000 NTAMS 0x0000000701200000 space 1024K, 100% used [0x0000000701200000, 0x0000000701300000)
AC   0  E CS TS     0 PTAMS 0x0000000701300000 NTAMS 0x0000000701300000 space 1024K, 100% used [0x0000000701300000, 0x0000000701400000)
AC   0  E CS TS     0 PTAMS 0x0000000701400000 NTAMS 0x0000000701400000 space 1024K, 100% used [0x0000000701400000, 0x0000000701500000)
AC   0  E CS TS     0 PTAMS 0x0000000701500000 NTAMS 0x0000000701500000 space 1024K, 100% used [0x0000000701500000, 0x0000000701600000)
AC   0  E CS TS     0 PTAMS 0x0000000701600000 NTAMS 0x0000000701600000 space 1024K, 100% used [0x0000000701600000, 0x0000000701700000)
AC   0  E CS TS     0 PTAMS 0x0000000701700000 NTAMS 0x0000000701700000 space 1024K, 100% used [0x0000000701700000, 0x0000000701800000)
AC   0  E CS TS     0 PTAMS 0x0000000701800000 NTAMS 0x0000000701800000 space 1024K, 100% used [0x0000000701800000, 0x0000000701900000)
AC   0  E CS TS     0 PTAMS 0x0000000701900000 NTAMS 0x0000000701900000 space 1024K, 100% used [0x0000000701900000, 0x0000000701a00000)
AC   0  E CS TS     0 PTAMS 0x0000000701a00000 NTAMS 0x0000000701a00000 space 1024K, 100% used [0x0000000701a00000, 0x0000000701b00000)
AC   0  E CS TS     0 PTAMS 0x0000000701b00000 NTAMS 0x0000000701b00000 space 1024K, 100% used [0x0000000701b00000, 0x0000000701c00000)
AC   0  E CS TS     0 PTAMS 0x0000000701c00000 NTAMS 0x0000000701c00000 space 1024K, 100% used [0x0000000701c00000, 0x0000000701d00000)
AC   0  E CS TS     0 PTAMS 0x0000000701d00000 NTAMS 0x0000000701d00000 space 1024K, 100% used [0x0000000701d00000, 0x0000000701e00000)
AC   0  E CS TS     0 PTAMS 0x0000000701e00000 NTAMS 0x0000000701e00000 space 1024K, 100% used [0x0000000701e00000, 0x0000000701f00000)
AC   0  E CS TS     0 PTAMS 0x0000000701f00000 NTAMS 0x0000000701f00000 space 1024K, 100% used [0x0000000701f00000, 0x0000000702000000)
AC   0  E CS TS     0 PTAMS 0x0000000702000000 NTAMS 0x0000000702000000 space 1024K, 100% used [0x0000000702000000, 0x0000000702100000)
AC   0  E CS TS     0 PTAMS 0x0000000702100000 NTAMS 0x0000000702100000 space 1024K, 100% used [0x0000000702100000, 0x0000000702200000)
AC   0  E CS TS     0 PTAMS 0x0000000702200000 NTAMS 0x0000000702200000 space 1024K, 100% used [0x0000000702200000, 0x0000000702300000)
AC   0  E CS TS     0 PTAMS 0x0000000702300000 NTAMS 0x0000000702300000 space 1024K, 100% used [0x0000000702300000, 0x0000000702400000)
AC   0  E CS TS     0 PTAMS 0x0000000702400000 NTAMS 0x0000000702400000 space 1024K, 100% used [0x0000000702400000, 0x0000000702500000)
AC   0  E CS TS     0 PTAMS 0x0000000702500000 NTAMS 0x0000000702500000 space 1024K, 100% used [0x0000000702500000, 0x0000000702600000)
AC   0  E CS TS     0 PTAMS 0x0000000702600000 NTAMS 0x0000000702600000 space 1024K, 100% used [0x0000000702600000, 0x0000000702700000)
AC   0  E CS TS     0 PTAMS 0x0000000702700000 NTAMS 0x0000000702700000 space 1024K, 100% used [0x0000000702700000, 0x0000000702800000)
AC   0  E CS TS     0 PTAMS 0x0000000702800000 NTAMS 0x0000000702800000 space 1024K, 100% used [0x0000000702800000, 0x0000000702900000)
AC   0  E CS TS     0 PTAMS 0x0000000702900000 NTAMS 0x0000000702900000 space 1024K, 100% used [0x0000000702900000, 0x0000000702a00000)
AC   0  E CS TS     0 PTAMS 0x0000000702a00000 NTAMS 0x0000000702a00000 space 1024K, 100% used [0x0000000702a00000, 0x0000000702b00000)
AC   0  E CS TS     0 PTAMS 0x0000000702b00000 NTAMS 0x0000000702b00000 space 1024K, 100% used [0x0000000702b00000, 0x0000000702c00000)
AC   0  E CS TS     0 PTAMS 0x0000000702c00000 NTAMS 0x0000000702c00000 space 1024K, 100% used [0x0000000702c00000, 0x0000000702d00000)
AC   0  E CS TS     0 PTAMS 0x0000000702d00000 NTAMS 0x0000000702d00000 space 1024K, 100% used [0x0000000702d00000, 0x0000000702e00000)
AC   0  E CS TS     0 PTAMS 0x0000000702e00000 NTAMS 0x0000000702e00000 space 1024K, 100% used [0x0000000702e00000, 0x0000000702f00000)
AC   0  E CS TS     0 PTAMS 0x0000000702f00000 NTAMS 0x0000000702f00000 space 1024K, 100% used [0x0000000702f00000, 0x0000000703000000)
AC   0  E CS TS     0 PTAMS 0x0000000703000000 NTAMS 0x0000000703000000 space 1024K, 100% used [0x0000000703000000, 0x0000000703100000)
AC   0  E CS TS     0 PTAMS 0x0000000703100000 NTAMS 0x0000000703100000 space 1024K, 100% used [0x0000000703100000, 0x0000000703200000)
AC   0  E CS TS     0 PTAMS 0x0000000703200000 NTAMS 0x0000000703200000 space 1024K, 100% used [0x0000000703200000, 0x0000000703300000)
AC   0  E CS TS     0 PTAMS 0x0000000703300000 NTAMS 0x0000000703300000 space 1024K, 100% used [0x0000000703300000, 0x0000000703400000)
AC   0  E CS TS     0 PTAMS 0x0000000703400000 NTAMS 0x0000000703400000 space 1024K, 100% used [0x0000000703400000, 0x0000000703500000)
AC   0  E CS TS     0 PTAMS 0x0000000703500000 NTAMS 0x0000000703500000 space 1024K, 100% used [0x0000000703500000, 0x0000000703600000)
AC   0  E CS TS     0 PTAMS 0x0000000703600000 NTAMS 0x0000000703600000 space 1024K, 100% used [0x0000000703600000, 0x0000000703700000)
AC   0  E CS TS     0 PTAMS 0x0000000703700000 NTAMS 0x0000000703700000 space 1024K, 100% used [0x0000000703700000, 0x0000000703800000)
AC   0  E CS TS     0 PTAMS 0x0000000703800000 NTAMS 0x0000000703800000 space 1024K, 100% used [0x0000000703800000, 0x0000000703900000)
AC   0  E CS TS     0 PTAMS 0x0000000703900000 NTAMS 0x0000000703900000 space 1024K, 100% used [0x0000000703900000, 0x0000000703a00000)
AC   0  E CS TS     0 PTAMS 0x0000000703a00000 NTAMS 0x0000000703a00000 space 1024K, 100% used [0x0000000703a00000, 0x0000000703b00000)
AC   0  E CS TS     0 PTAMS 0x0000000703b00000 NTAMS 0x0000000703b00000 space 1024K, 100% used [0x0000000703b00000, 0x0000000703c00000)
AC   0  E CS TS     0 PTAMS 0x0000000703c00000 NTAMS 0x0000000703c00000 space 1024K, 100% used [0x0000000703c00000, 0x0000000703d00000)
AC   0  E CS TS     0 PTAMS 0x0000000703d00000 NTAMS 0x0000000703d00000 space 1024K, 100% used [0x0000000703d00000, 0x0000000703e00000)
AC   0  E CS TS     0 PTAMS 0x0000000703e00000 NTAMS 0x0000000703e00000 space 1024K, 100% used [0x0000000703e00000, 0x0000000703f00000)
AC   0  E CS TS     0 PTAMS 0x0000000703f00000 NTAMS 0x0000000703f00000 space 1024K, 100% used [0x0000000703f00000, 0x0000000704000000)
AC   0  E CS TS     0 PTAMS 0x0000000704000000 NTAMS 0x0000000704000000 space 1024K, 100% used [0x0000000704000000, 0x0000000704100000)
AC   0  E CS TS     0 PTAMS 0x0000000704100000 NTAMS 0x0000000704100000 space 1024K, 100% used [0x0000000704100000, 0x0000000704200000)
AC   0  E CS TS     0 PTAMS 0x0000000704200000 NTAMS 0x0000000704200000 space 1024K, 100% used [0x0000000704200000, 0x0000000704300000)
AC   0  E CS TS     0 PTAMS 0x0000000704300000 NTAMS 0x0000000704300000 space 1024K, 100% used [0x0000000704300000, 0x0000000704400000)
AC   0  E CS TS     0 PTAMS 0x0000000704400000 NTAMS 0x0000000704400000 space 1024K, 100% used [0x0000000704400000, 0x0000000704500000)
AC   0  E CS TS     0 PTAMS 0x0000000704500000 NTAMS 0x0000000704500000 space 1024K, 100% used [0x0000000704500000, 0x0000000704600000)
AC   0  E CS TS     0 PTAMS 0x0000000704600000 NTAMS 0x0000000704600000 space 1024K, 100% used [0x0000000704600000, 0x0000000704700000)
AC   0  E CS TS     0 PTAMS 0x0000000704700000 NTAMS 0x0000000704700000 space 1024K, 100% used [0x0000000704700000, 0x0000000704800000)
AC   0  E CS TS     0 PTAMS 0x0000000704800000 NTAMS 0x0000000704800000 space 1024K, 100% used [0x0000000704800000, 0x0000000704900000)
AC   0  E CS TS     0 PTAMS 0x0000000704900000 NTAMS 0x0000000704900000 space 1024K, 100% used [0x0000000704900000, 0x0000000704a00000)
AC   0  E CS TS     0 PTAMS 0x0000000704a00000 NTAMS 0x0000000704a00000 space 1024K, 100% used [0x0000000704a00000, 0x0000000704b00000)
AC   0  E CS TS     0 PTAMS 0x0000000704b00000 NTAMS 0x0000000704b00000 space 1024K, 100% used [0x0000000704b00000, 0x0000000704c00000)
AC   0  E CS TS     0 PTAMS 0x0000000704c00000 NTAMS 0x0000000704c00000 space 1024K, 100% used [0x0000000704c00000, 0x0000000704d00000)
AC   0  E CS TS     0 PTAMS 0x0000000704d00000 NTAMS 0x0000000704d00000 space 1024K, 100% used [0x0000000704d00000, 0x0000000704e00000)
AC   0  E CS TS     0 PTAMS 0x0000000704e00000 NTAMS 0x0000000704e00000 space 1024K, 100% used [0x0000000704e00000, 0x0000000704f00000)
AC   0  E CS TS     0 PTAMS 0x0000000704f00000 NTAMS 0x0000000704f00000 space 1024K, 100% used [0x0000000704f00000, 0x0000000705000000)
AC   0  E CS TS     0 PTAMS 0x0000000705000000 NTAMS 0x0000000705000000 space 1024K, 100% used [0x0000000705000000, 0x0000000705100000)
AC   0  E CS TS     0 PTAMS 0x0000000705100000 NTAMS 0x0000000705100000 space 1024K, 100% used [0x0000000705100000, 0x0000000705200000)
AC   0  E CS TS     0 PTAMS 0x0000000705200000 NTAMS 0x0000000705200000 space 1024K, 100% used [0x0000000705200000, 0x0000000705300000)
AC   0  E CS TS     0 PTAMS 0x0000000705300000 NTAMS 0x0000000705300000 space 1024K, 100% used [0x0000000705300000, 0x0000000705400000)
AC   0  E CS TS     0 PTAMS 0x0000000705400000 NTAMS 0x0000000705400000 space 1024K, 100% used [0x0000000705400000, 0x0000000705500000)
AC   0  E CS TS     0 PTAMS 0x0000000705500000 NTAMS 0x0000000705500000 space 1024K, 100% used [0x0000000705500000, 0x0000000705600000)
AC   0  E CS TS     0 PTAMS 0x0000000705600000 NTAMS 0x0000000705600000 space 1024K, 100% used [0x0000000705600000, 0x0000000705700000)
AC   0  E CS TS     0 PTAMS 0x0000000705700000 NTAMS 0x0000000705700000 space 1024K, 100% used [0x0000000705700000, 0x0000000705800000)
AC   0  E CS TS     0 PTAMS 0x0000000705800000 NTAMS 0x0000000705800000 space 1024K, 100% used [0x0000000705800000, 0x0000000705900000)
AC   0  E CS TS     0 PTAMS 0x0000000705900000 NTAMS 0x0000000705900000 space 1024K, 100% used [0x0000000705900000, 0x0000000705a00000)
AC   0  E CS TS     0 PTAMS 0x0000000705a00000 NTAMS 0x0000000705a00000 space 1024K, 100% used [0x0000000705a00000, 0x0000000705b00000)
AC   0  E CS TS     0 PTAMS 0x0000000705b00000 NTAMS 0x0000000705b00000 space 1024K, 100% used [0x0000000705b00000, 0x0000000705c00000)
AC   0  E CS TS     0 PTAMS 0x0000000705c00000 NTAMS 0x0000000705c00000 space 1024K, 100% used [0x0000000705c00000, 0x0000000705d00000)
AC   0  E CS TS     0 PTAMS 0x0000000705d00000 NTAMS 0x0000000705d00000 space 1024K, 100% used [0x0000000705d00000, 0x0000000705e00000)
AC   0  E CS TS     0 PTAMS 0x0000000705e00000 NTAMS 0x0000000705e00000 space 1024K, 100% used [0x0000000705e00000, 0x0000000705f00000)
AC   0  E CS TS     0 PTAMS 0x0000000705f00000 NTAMS 0x0000000705f00000 space 1024K, 100% used [0x0000000705f00000, 0x0000000706000000)
AC   0  E CS TS     0 PTAMS 0x0000000706000000 NTAMS 0x0000000706000000 space 1024K, 100% used [0x0000000706000000, 0x0000000706100000)
AC   0  E CS TS     0 PTAMS 0x0000000706100000 NTAMS 0x0000000706100000 space 1024K, 100% used [0x0000000706100000, 0x0000000706200000)
AC   0  E CS TS     0 PTAMS 0x0000000706200000 NTAMS 0x0000000706200000 space 1024K, 100% used [0x0000000706200000, 0x0000000706300000)
AC   0  E CS TS     0 PTAMS 0x0000000706300000 NTAMS 0x0000000706300000 space 1024K, 100% used [0x0000000706300000, 0x0000000706400000)
AC   0  E CS TS     0 PTAMS 0x0000000706400000 NTAMS 0x0000000706400000 space 1024K, 100% used [0x0000000706400000, 0x0000000706500000)
AC   0  E CS TS     0 PTAMS 0x0000000706500000 NTAMS 0x0000000706500000 space 1024K, 100% used [0x0000000706500000, 0x0000000706600000)
AC   0  E CS TS     0 PTAMS 0x0000000706600000 NTAMS 0x0000000706600000 space 1024K, 100% used [0x0000000706600000, 0x0000000706700000)
AC   0  E CS TS     0 PTAMS 0x0000000706700000 NTAMS 0x0000000706700000 space 1024K, 100% used [0x0000000706700000, 0x0000000706800000)
AC   0  E CS TS     0 PTAMS 0x0000000706800000 NTAMS 0x0000000706800000 space 1024K, 100% used [0x0000000706800000, 0x0000000706900000)
AC   0  E CS TS     0 PTAMS 0x0000000706900000 NTAMS 0x0000000706900000 space 1024K, 100% used [0x0000000706900000, 0x0000000706a00000)
AC   0  E CS TS     0 PTAMS 0x0000000706a00000 NTAMS 0x0000000706a00000 space 1024K, 100% used [0x0000000706a00000, 0x0000000706b00000)
AC   0  E CS TS     0 PTAMS 0x0000000706b00000 NTAMS 0x0000000706b00000 space 1024K, 100% used [0x0000000706b00000, 0x0000000706c00000)
AC   0  E CS TS     0 PTAMS 0x0000000706c00000 NTAMS 0x0000000706c00000 space 1024K, 100% used [0x0000000706c00000, 0x0000000706d00000)
AC   0  E CS TS     0 PTAMS 0x0000000706d00000 NTAMS 0x0000000706d00000 space 1024K, 100% used [0x0000000706d00000, 0x0000000706e00000)
AC   0  E CS TS     0 PTAMS 0x0000000706e00000 NTAMS 0x0000000706e00000 space 1024K, 100% used [0x0000000706e00000, 0x0000000706f00000)
AC   0  E CS TS     0 PTAMS 0x0000000706f00000 NTAMS 0x0000000706f00000 space 1024K, 100% used [0x0000000706f00000, 0x0000000707000000)
AC   0  E CS TS     0 PTAMS 0x0000000707000000 NTAMS 0x0000000707000000 space 1024K, 100% used [0x0000000707000000, 0x0000000707100000)
AC   0  E CS TS     0 PTAMS 0x0000000707100000 NTAMS 0x0000000707100000 space 1024K, 100% used [0x0000000707100000, 0x0000000707200000)
AC   0  E CS TS     0 PTAMS 0x0000000707200000 NTAMS 0x0000000707200000 space 1024K, 100% used [0x0000000707200000, 0x0000000707300000)
AC   0  E CS TS     0 PTAMS 0x0000000707300000 NTAMS 0x0000000707300000 space 1024K, 100% used [0x0000000707300000, 0x0000000707400000)
AC   0  E CS TS     0 PTAMS 0x0000000707400000 NTAMS 0x0000000707400000 space 1024K, 100% used [0x0000000707400000, 0x0000000707500000)
AC   0  E CS TS     0 PTAMS 0x0000000707500000 NTAMS 0x0000000707500000 space 1024K, 100% used [0x0000000707500000, 0x0000000707600000)
AC   0  E CS TS     0 PTAMS 0x0000000707600000 NTAMS 0x0000000707600000 space 1024K, 100% used [0x0000000707600000, 0x0000000707700000)
AC   0  E CS TS     0 PTAMS 0x0000000707700000 NTAMS 0x0000000707700000 space 1024K, 100% used [0x0000000707700000, 0x0000000707800000)
AC   0  E CS TS     0 PTAMS 0x0000000707800000 NTAMS 0x0000000707800000 space 1024K, 100% used [0x0000000707800000, 0x0000000707900000)
AC   0  E CS TS     0 PTAMS 0x0000000707900000 NTAMS 0x0000000707900000 space 1024K, 100% used [0x0000000707900000, 0x0000000707a00000)
AC   0  E CS TS     0 PTAMS 0x0000000707a00000 NTAMS 0x0000000707a00000 space 1024K, 100% used [0x0000000707a00000, 0x0000000707b00000)
AC   0  E CS TS     0 PTAMS 0x0000000707b00000 NTAMS 0x0000000707b00000 space 1024K, 100% used [0x0000000707b00000, 0x0000000707c00000)
AC   0  E CS TS     0 PTAMS 0x0000000707c00000 NTAMS 0x0000000707c00000 space 1024K, 100% used [0x0000000707c00000, 0x0000000707d00000)
AC   0  E CS TS     0 PTAMS 0x0000000707d00000 NTAMS 0x0000000707d00000 space 1024K, 100% used [0x0000000707d00000, 0x0000000707e00000)
AC   0  E CS TS     0 PTAMS 0x0000000707e00000 NTAMS 0x0000000707e00000 space 1024K, 100% used [0x0000000707e00000, 0x0000000707f00000)
AC   0  E CS TS     0 PTAMS 0x0000000707f00000 NTAMS 0x0000000707f00000 space 1024K, 100% used [0x0000000707f00000, 0x0000000708000000)
AC   0  E CS TS     0 PTAMS 0x0000000708000000 NTAMS 0x0000000708000000 space 1024K, 100% used [0x0000000708000000, 0x0000000708100000)
AC   0  E CS TS     0 PTAMS 0x0000000708100000 NTAMS 0x0000000708100000 space 1024K, 100% used [0x0000000708100000, 0x0000000708200000)
AC   0  E CS TS     0 PTAMS 0x0000000708200000 NTAMS 0x0000000708200000 space 1024K, 100% used [0x0000000708200000, 0x0000000708300000)
AC   0  E CS TS     0 PTAMS 0x0000000708300000 NTAMS 0x0000000708300000 space 1024K, 100% used [0x0000000708300000, 0x0000000708400000)
AC   0  E CS TS     0 PTAMS 0x0000000708400000 NTAMS 0x0000000708400000 space 1024K, 100% used [0x0000000708400000, 0x0000000708500000)
AC   0  E CS TS     0 PTAMS 0x0000000708500000 NTAMS 0x0000000708500000 space 1024K, 100% used [0x0000000708500000, 0x0000000708600000)
AC   0  E CS TS     0 PTAMS 0x0000000708600000 NTAMS 0x0000000708600000 space 1024K, 100% used [0x0000000708600000, 0x0000000708700000)
AC   0  E CS TS     0 PTAMS 0x0000000708700000 NTAMS 0x0000000708700000 space 1024K, 100% used [0x0000000708700000, 0x0000000708800000)
AC   0  E CS TS     0 PTAMS 0x0000000708800000 NTAMS 0x0000000708800000 space 1024K, 100% used [0x0000000708800000, 0x0000000708900000)
AC   0  E CS TS     0 PTAMS 0x0000000708900000 NTAMS 0x0000000708900000 space 1024K, 100% used [0x0000000708900000, 0x0000000708a00000)
AC   0  E CS TS     0 PTAMS 0x0000000708a00000 NTAMS 0x0000000708a00000 space 1024K, 100% used [0x0000000708a00000, 0x0000000708b00000)
AC   0  E CS TS     0 PTAMS 0x0000000708b00000 NTAMS 0x0000000708b00000 space 1024K, 100% used [0x0000000708b00000, 0x0000000708c00000)
AC   0  E CS TS     0 PTAMS 0x0000000708c00000 NTAMS 0x0000000708c00000 space 1024K, 100% used [0x0000000708c00000, 0x0000000708d00000)
AC   0  E CS TS     0 PTAMS 0x0000000708d00000 NTAMS 0x0000000708d00000 space 1024K, 100% used [0x0000000708d00000, 0x0000000708e00000)
AC   0  E CS TS     0 PTAMS 0x0000000708e00000 NTAMS 0x0000000708e00000 space 1024K, 100% used [0x0000000708e00000, 0x0000000708f00000)
AC   0  E CS TS     0 PTAMS 0x0000000708f00000 NTAMS 0x0000000708f00000 space 1024K, 100% used [0x0000000708f00000, 0x0000000709000000)
AC   0  E CS TS     0 PTAMS 0x0000000709000000 NTAMS 0x0000000709000000 space 1024K, 100% used [0x0000000709000000, 0x0000000709100000)
AC   0  E CS TS     0 PTAMS 0x0000000709100000 NTAMS 0x0000000709100000 space 1024K, 100% used [0x0000000709100000, 0x0000000709200000)
AC   0  E CS TS     0 PTAMS 0x0000000709200000 NTAMS 0x0000000709200000 space 1024K, 100% used [0x0000000709200000, 0x0000000709300000)
AC   0  E CS TS     0 PTAMS 0x0000000709300000 NTAMS 0x0000000709300000 space 1024K, 100% used [0x0000000709300000, 0x0000000709400000)
AC   0  E CS TS     0 PTAMS 0x0000000709400000 NTAMS 0x0000000709400000 space 1024K, 100% used [0x0000000709400000, 0x0000000709500000)
AC   0  E CS TS     0 PTAMS 0x0000000709500000 NTAMS 0x0000000709500000 space 1024K, 100% used [0x0000000709500000, 0x0000000709600000)
AC   0  E CS TS     0 PTAMS 0x0000000709600000 NTAMS 0x0000000709600000 space 1024K, 100% used [0x0000000709600000, 0x0000000709700000)
AC   0  E CS TS     0 PTAMS 0x0000000709700000 NTAMS 0x0000000709700000 space 1024K, 100% used [0x0000000709700000, 0x0000000709800000)
AC   0  E CS TS     0 PTAMS 0x0000000709800000 NTAMS 0x0000000709800000 space 1024K, 100% used [0x0000000709800000, 0x0000000709900000)
AC   0  E CS TS     0 PTAMS 0x0000000709900000 NTAMS 0x0000000709900000 space 1024K, 100% used [0x0000000709900000, 0x0000000709a00000)
AC   0  E CS TS     0 PTAMS 0x0000000709a00000 NTAMS 0x0000000709a00000 space 1024K, 100% used [0x0000000709a00000, 0x0000000709b00000)
AC   0  E CS TS     0 PTAMS 0x0000000709b00000 NTAMS 0x0000000709b00000 space 1024K, 100% used [0x0000000709b00000, 0x0000000709c00000)
AC   0  E CS TS     0 PTAMS 0x0000000709c00000 NTAMS 0x0000000709c00000 space 1024K, 100% used [0x0000000709c00000, 0x0000000709d00000)
AC   0  E CS TS     0 PTAMS 0x0000000709d00000 NTAMS 0x0000000709d00000 space 1024K, 100% used [0x0000000709d00000, 0x0000000709e00000)
AC   0  E CS TS     0 PTAMS 0x0000000709e00000 NTAMS 0x0000000709e00000 space 1024K, 100% used [0x0000000709e00000, 0x0000000709f00000)
AC   0  E CS TS     0 PTAMS 0x0000000709f00000 NTAMS 0x0000000709f00000 space 1024K, 100% used [0x0000000709f00000, 0x000000070a000000)
AC   0  E CS TS     0 PTAMS 0x000000070a000000 NTAMS 0x000000070a000000 space 1024K, 100% used [0x000000070a000000, 0x000000070a100000)
AC   0  E CS TS     0 PTAMS 0x000000070a100000 NTAMS 0x000000070a100000 space 1024K, 100% used [0x000000070a100000, 0x000000070a200000)
AC   0  E CS TS     0 PTAMS 0x000000070a200000 NTAMS 0x000000070a200000 space 1024K, 100% used [0x000000070a200000, 0x000000070a300000)
AC   0  E CS TS     0 PTAMS 0x000000070a300000 NTAMS 0x000000070a300000 space 1024K, 100% used [0x000000070a300000, 0x000000070a400000)
AC   0  E CS TS     0 PTAMS 0x000000070a400000 NTAMS 0x000000070a400000 space 1024K, 100% used [0x000000070a400000, 0x000000070a500000)
AC   0  E CS TS     0 PTAMS 0x000000070a500000 NTAMS 0x000000070a500000 space 1024K, 100% used [0x000000070a500000, 0x000000070a600000)
AC   0  E CS TS     0 PTAMS 0x000000070a600000 NTAMS 0x000000070a600000 space 1024K, 100% used [0x000000070a600000, 0x000000070a700000)
AC   0  E CS TS     0 PTAMS 0x000000070a700000 NTAMS 0x000000070a700000 space 1024K, 100% used [0x000000070a700000, 0x000000070a800000)
AC   0  E CS TS     0 PTAMS 0x000000070a800000 NTAMS 0x000000070a800000 space 1024K, 100% used [0x000000070a800000, 0x000000070a900000)
AC   0  E CS TS     0 PTAMS 0x000000070a900000 NTAMS 0x000000070a900000 space 1024K, 100% used [0x000000070a900000, 0x000000070aa00000)
AC   0  E CS TS     0 PTAMS 0x000000070aa00000 NTAMS 0x000000070aa00000 space 1024K, 100% used [0x000000070aa00000, 0x000000070ab00000)
AC   0  E CS TS     0 PTAMS 0x000000070ab00000 NTAMS 0x000000070ab00000 space 1024K, 100% used [0x000000070ab00000, 0x000000070ac00000)
AC   0  E CS TS     0 PTAMS 0x000000070ac00000 NTAMS 0x000000070ac00000 space 1024K, 100% used [0x000000070ac00000, 0x000000070ad00000)
AC   0  E CS TS     0 PTAMS 0x000000070ad00000 NTAMS 0x000000070ad00000 space 1024K, 100% used [0x000000070ad00000, 0x000000070ae00000)
AC   0  E CS TS     0 PTAMS 0x000000070ae00000 NTAMS 0x000000070ae00000 space 1024K, 100% used [0x000000070ae00000, 0x000000070af00000)
AC   0  E CS TS     0 PTAMS 0x000000070af00000 NTAMS 0x000000070af00000 space 1024K, 100% used [0x000000070af00000, 0x000000070b000000)
AC   0  E CS TS     0 PTAMS 0x000000070b000000 NTAMS 0x000000070b000000 space 1024K, 100% used [0x000000070b000000, 0x000000070b100000)
AC   0  E CS TS     0 PTAMS 0x000000070b100000 NTAMS 0x000000070b100000 space 1024K, 100% used [0x000000070b100000, 0x000000070b200000)
AC   0  E CS TS     0 PTAMS 0x000000070b200000 NTAMS 0x000000070b200000 space 1024K, 100% used [0x000000070b200000, 0x000000070b300000)
AC   0  E CS TS     0 PTAMS 0x000000070b300000 NTAMS 0x000000070b300000 space 1024K, 100% used [0x000000070b300000, 0x000000070b400000)
AC   0  E CS TS     0 PTAMS 0x000000070b400000 NTAMS 0x000000070b400000 space 1024K, 100% used [0x000000070b400000, 0x000000070b500000)
AC   0  E CS TS     0 PTAMS 0x000000070b500000 NTAMS 0x000000070b500000 space 1024K, 100% used [0x000000070b500000, 0x000000070b600000)
AC   0  E CS TS     0 PTAMS 0x000000070b600000 NTAMS 0x000000070b600000 space 1024K, 100% used [0x000000070b600000, 0x000000070b700000)
AC   0  E CS TS     0 PTAMS 0x000000070b700000 NTAMS 0x000000070b700000 space 1024K, 100% used [0x000000070b700000, 0x000000070b800000)
AC   0  S CS TS     3 PTAMS 0x000000070b800000 NTAMS 0x000000070b800000 space 1024K, 100% used [0x000000070b800000, 0x000000070b900000)
AC   0  S CS TS     3 PTAMS 0x000000070b900000 NTAMS 0x000000070b900000 space 1024K, 100% used [0x000000070b900000, 0x000000070ba00000)
AC   0  S CS TS     3 PTAMS 0x000000070ba00000 NTAMS 0x000000070ba00000 space 1024K, 100% used [0x000000070ba00000, 0x000000070bb00000)
AC   0  S CS TS     3 PTAMS 0x000000070bb00000 NTAMS 0x000000070bb00000 space 1024K, 100% used [0x000000070bb00000, 0x000000070bc00000)
AC   0  E CS TS     0 PTAMS 0x000000070bc00000 NTAMS 0x000000070bc00000 space 1024K, 100% used [0x000000070bc00000, 0x000000070bd00000)
AC   0  E CS TS     0 PTAMS 0x000000070bd00000 NTAMS 0x000000070bd00000 space 1024K, 100% used [0x000000070bd00000, 0x000000070be00000)
AC   0  E CS TS     0 PTAMS 0x000000070be00000 NTAMS 0x000000070be00000 space 1024K, 100% used [0x000000070be00000, 0x000000070bf00000)
AC   0  E CS TS     0 PTAMS 0x000000070bf00000 NTAMS 0x000000070bf00000 space 1024K, 100% used [0x000000070bf00000, 0x000000070c000000)
AC   0  E CS TS     0 PTAMS 0x000000070c000000 NTAMS 0x000000070c000000 space 1024K, 100% used [0x000000070c000000, 0x000000070c100000)
AC   0  E CS TS     0 PTAMS 0x000000070c100000 NTAMS 0x000000070c100000 space 1024K, 100% used [0x000000070c100000, 0x000000070c200000)
AC   0  E CS TS     0 PTAMS 0x000000070c200000 NTAMS 0x000000070c200000 space 1024K, 100% used [0x000000070c200000, 0x000000070c300000)
AC   0  E CS TS     0 PTAMS 0x000000070c300000 NTAMS 0x000000070c300000 space 1024K, 100% used [0x000000070c300000, 0x000000070c400000)
AC   0  E CS TS     0 PTAMS 0x000000070c400000 NTAMS 0x000000070c400000 space 1024K, 100% used [0x000000070c400000, 0x000000070c500000)
AC   0  E CS TS     0 PTAMS 0x000000070c500000 NTAMS 0x000000070c500000 space 1024K, 100% used [0x000000070c500000, 0x000000070c600000)
AC   0  E CS TS     0 PTAMS 0x000000070c600000 NTAMS 0x000000070c600000 space 1024K, 100% used [0x000000070c600000, 0x000000070c700000)
AC   0  E CS TS     0 PTAMS 0x000000070c700000 NTAMS 0x000000070c700000 space 1024K, 100% used [0x000000070c700000, 0x000000070c800000)
AC   0  E CS TS     0 PTAMS 0x000000070c800000 NTAMS 0x000000070c800000 space 1024K, 100% used [0x000000070c800000, 0x000000070c900000)
AC   0  E CS TS     0 PTAMS 0x000000070c900000 NTAMS 0x000000070c900000 space 1024K, 100% used [0x000000070c900000, 0x000000070ca00000)
AC   0  E CS TS     0 PTAMS 0x000000070ca00000 NTAMS 0x000000070ca00000 space 1024K, 100% used [0x000000070ca00000, 0x000000070cb00000)
AC   0  E CS TS     0 PTAMS 0x000000070cb00000 NTAMS 0x000000070cb00000 space 1024K, 100% used [0x000000070cb00000, 0x000000070cc00000)
AC   0  E CS TS     0 PTAMS 0x000000070cc00000 NTAMS 0x000000070cc00000 space 1024K, 100% used [0x000000070cc00000, 0x000000070cd00000)
AC   0  E CS TS     0 PTAMS 0x000000070cd00000 NTAMS 0x000000070cd00000 space 1024K, 100% used [0x000000070cd00000, 0x000000070ce00000)
AC   0  E CS TS     0 PTAMS 0x000000070ce00000 NTAMS 0x000000070ce00000 space 1024K, 100% used [0x000000070ce00000, 0x000000070cf00000)
AC   0  E CS TS     0 PTAMS 0x000000070cf00000 NTAMS 0x000000070cf00000 space 1024K, 100% used [0x000000070cf00000, 0x000000070d000000)
AC   0  E CS TS     0 PTAMS 0x000000070d000000 NTAMS 0x000000070d000000 space 1024K, 100% used [0x000000070d000000, 0x000000070d100000)
AC   0  E CS TS     0 PTAMS 0x000000070d100000 NTAMS 0x000000070d100000 space 1024K, 100% used [0x000000070d100000, 0x000000070d200000)
AC   0  E CS TS     0 PTAMS 0x000000070d200000 NTAMS 0x000000070d200000 space 1024K, 100% used [0x000000070d200000, 0x000000070d300000)
AC   0  E CS TS     0 PTAMS 0x000000070d300000 NTAMS 0x000000070d300000 space 1024K, 100% used [0x000000070d300000, 0x000000070d400000)

Card table byte_map: [0x0000000014470000,0x0000000014b50000] byte_map_base: 0x0000000010d46000

Marking Bits (Prev, Next): (CMBitMap*) 0x00000000025bc090, (CMBitMap*) 0x00000000025bc038
Prev Bits: [0x00000000188e0000, 0x000000001bf90000)
Next Bits: [0x0000000015230000, 0x00000000188e0000)

Polling page: 0x0000000000130000

CodeCache: size=245760Kb used=111423Kb max_used=111701Kb free=134336Kb
bounds [0x0000000002910000, 0x0000000009730000, 0x0000000011910000]
total_blobs=25036 nmethods=24086 adapters=856
compilation: enabled

Compilation events (10 events):
Event: 14891.755 Thread 0x000000001f4fb000 38120       3       io.netty.util.internal.OneTimeTask::value (5 bytes)
Event: 14891.755 Thread 0x000000001f4fb000 nmethod 38120 0x000000000331d290 code [0x000000000331d3e0, 0x000000000331d610]
Event: 14891.757 Thread 0x000000001f4fb000 38121       1       com.google.common.collect.MapMakerInternalMap$WeakEntry::getHash (5 bytes)
Event: 14891.758 Thread 0x000000001f4fb000 nmethod 38121 0x00000000049497d0 code [0x0000000004949920, 0x0000000004949a30]
Event: 14891.763 Thread 0x000000001f4fb000 38122       3       me.konsolas.aac.cV::a (20 bytes)
Event: 14891.764 Thread 0x000000001f4fb000 nmethod 38122 0x0000000006146e90 code [0x0000000006147000, 0x0000000006147398]
Event: 14892.654 Thread 0x000000001f4fb000 38123  s    3       org.bukkit.event.HandlerList::unregister (99 bytes)
Event: 14892.656 Thread 0x000000001f4fb000 nmethod 38123 0x0000000005051850 code [0x0000000005051aa0, 0x0000000005052bd8]
Event: 14892.659 Thread 0x000000001f4fb000 38124       3       de.Keyle.MyPet.compat.v1_11_R1.util.inventory.CustomInventory::close (56 bytes)
Event: 14892.660 Thread 0x000000001f4fb000 nmethod 38124 0x0000000004a898d0 code [0x0000000004a89ac0, 0x0000000004a8a4f8]

GC Heap History (10 events):
Event: 14868.266 GC heap before
{Heap before GC invocations=3589 (full 0):
garbage-first heap   total 655360K, used 353389K [0x00000006e5400000, 0x00000006e5501400, 0x00000007c0000000)
  region size 1024K, 32 young (32768K), 3 survivors (3072K)
Metaspace       used 114178K, capacity 121504K, committed 121800K, reserved 1157120K
  class space    used 12583K, capacity 14503K, committed 14592K, reserved 1048576K
Event: 14868.282 GC heap after
Heap after GC invocations=3590 (full 0):
garbage-first heap   total 655360K, used 322983K [0x00000006e5400000, 0x00000006e5501400, 0x00000007c0000000)
  region size 1024K, 3 young (3072K), 3 survivors (3072K)
Metaspace       used 114178K, capacity 121504K, committed 121800K, reserved 1157120K
  class space    used 12583K, capacity 14503K, committed 14592K, reserved 1048576K
}
Event: 14872.102 GC heap before
{Heap before GC invocations=3590 (full 0):
garbage-first heap   total 655360K, used 585127K [0x00000006e5400000, 0x00000006e5501400, 0x00000007c0000000)
  region size 1024K, 259 young (265216K), 3 survivors (3072K)
Metaspace       used 114183K, capacity 121510K, committed 121800K, reserved 1157120K
  class space    used 12584K, capacity 14504K, committed 14592K, reserved 1048576K
Event: 14872.135 GC heap after
Heap after GC invocations=3591 (full 0):
garbage-first heap   total 655360K, used 355327K [0x00000006e5400000, 0x00000006e5501400, 0x00000007c0000000)
  region size 1024K, 33 young (33792K), 33 survivors (33792K)
Metaspace       used 114183K, capacity 121510K, committed 121800K, reserved 1157120K
  class space    used 12584K, capacity 14504K, committed 14592K, reserved 1048576K
}
Event: 14876.175 GC heap before
{Heap before GC invocations=3591 (full 0):
garbage-first heap   total 655360K, used 556031K [0x00000006e5400000, 0x00000006e5501400, 0x00000007c0000000)
  region size 1024K, 229 young (234496K), 33 survivors (33792K)
Metaspace       used 114183K, capacity 121510K, committed 121800K, reserved 1157120K
  class space    used 12584K, capacity 14504K, committed 14592K, reserved 1048576K
Event: 14876.193 GC heap after
Heap after GC invocations=3592 (full 0):
garbage-first heap   total 655360K, used 348403K [0x00000006e5400000, 0x00000006e5501400, 0x00000007c0000000)
  region size 1024K, 7 young (7168K), 7 survivors (7168K)
Metaspace       used 114183K, capacity 121510K, committed 121800K, reserved 1157120K
  class space    used 12584K, capacity 14504K, committed 14592K, reserved 1048576K
}
Event: 14883.829 GC heap before
{Heap before GC invocations=3593 (full 0):
garbage-first heap   total 655360K, used 573683K [0x00000006e5400000, 0x00000006e5501400, 0x00000007c0000000)
  region size 1024K, 228 young (233472K), 7 survivors (7168K)
Metaspace       used 114183K, capacity 121510K, committed 121800K, reserved 1157120K
  class space    used 12584K, capacity 14504K, committed 14592K, reserved 1048576K
Event: 14883.844 GC heap after
Heap after GC invocations=3594 (full 0):
garbage-first heap   total 655360K, used 348915K [0x00000006e5400000, 0x00000006e5501400, 0x00000007c0000000)
  region size 1024K, 8 young (8192K), 8 survivors (8192K)
Metaspace       used 114183K, capacity 121510K, committed 121800K, reserved 1157120K
  class space    used 12584K, capacity 14504K, committed 14592K, reserved 1048576K
}
Event: 14884.732 GC heap before
{Heap before GC invocations=3594 (full 0):
garbage-first heap   total 655360K, used 373491K [0x00000006e5400000, 0x00000006e5501400, 0x00000007c0000000)
  region size 1024K, 32 young (32768K), 8 survivors (8192K)
Metaspace       used 114183K, capacity 121510K, committed 121800K, reserved 1157120K
  class space    used 12584K, capacity 14504K, committed 14592K, reserved 1048576K
Event: 14884.752 GC heap after
Heap after GC invocations=3595 (full 0):
garbage-first heap   total 655360K, used 340480K [0x00000006e5400000, 0x00000006e5501400, 0x00000007c0000000)
  region size 1024K, 4 young (4096K), 4 survivors (4096K)
Metaspace       used 114183K, capacity 121510K, committed 121800K, reserved 1157120K
  class space    used 12584K, capacity 14504K, committed 14592K, reserved 1048576K
}

Deoptimization events (10 events):
Event: 14842.493 Thread 0x00000000221e7000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000063a7898 method=net.minecraft.server.v1_11_R1.PlayerConnection.a(Lnet/minecraft/server/v1_11_R1/PacketPlayInEntityAction;)V @ 338
Event: 14842.609 Thread 0x00000000221e7000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000055e2fc8 method=net.minecraft.server.v1_11_R1.PlayerConnection.F_()V @ 244
Event: 14842.659 Thread 0x00000000221e7000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00000000055e2fc8 method=net.minecraft.server.v1_11_R1.PlayerConnection.F_()V @ 244
Event: 14843.715 Thread 0x00000000221e7000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000063a7898 method=net.minecraft.server.v1_11_R1.PlayerConnection.a(Lnet/minecraft/server/v1_11_R1/PacketPlayInEntityAction;)V @ 338
Event: 14845.391 Thread 0x00000000221e7000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00000000063a7898 method=net.minecraft.server.v1_11_R1.PlayerConnection.a(Lnet/minecraft/server/v1_11_R1/PacketPlayInEntityAction;)V @ 338
Event: 14892.646 Thread 0x00000000221e7000 Uncommon trap: reason=unstable_if action=reinterpret pc=0x00000000053d3f94 method=net.minecraft.server.v1_11_R1.MinecraftServer.run()V @ 243
Event: 14892.652 Thread 0x00000000221e7000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000005a3ae78 method=com.google.common.collect.Iterables.iterators(Ljava/lang/Iterable;)Ljava/util/Iterator; @ 5
Event: 14892.652 Thread 0x00000000221e7000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000005a3ae78 method=com.google.common.collect.Iterables.iterators(Ljava/lang/Iterable;)Ljava/util/Iterator; @ 5
Event: 14892.659 Thread 0x00000000221e7000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000005a3ae78 method=com.google.common.collect.Iterables.iterators(Ljava/lang/Iterable;)Ljava/util/Iterator; @ 5
Event: 14892.659 Thread 0x00000000221e7000 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x0000000005a3ae78 method=com.google.common.collect.Iterables.iterators(Ljava/lang/Iterable;)Ljava/util/Iterator; @ 5

Internal exceptions (10 events):
Event: 14881.610 Thread 0x00000000221e7000 Implicit null exception at 0x00000000067eec46 to 0x00000000067ef2c6
Event: 14881.610 Thread 0x00000000221e7000 Exception <a 'java/lang/NullPointerException'> (0x000000070376f158) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 14882.213 Thread 0x00000000221e7000 Implicit null exception at 0x00000000067eec46 to 0x00000000067ef2c6
Event: 14882.213 Thread 0x00000000221e7000 Exception <a 'java/lang/NullPointerException'> (0x0000000702333ce8) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 14882.734 Thread 0x00000000221e7000 Implicit null exception at 0x00000000067eec46 to 0x00000000067ef2c6
Event: 14882.734 Thread 0x00000000221e7000 Exception <a 'java/lang/NullPointerException'> (0x00000007014ff1c0) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 14883.529 Thread 0x00000000221e7000 Implicit null exception at 0x00000000067eec46 to 0x00000000067ef2c6
Event: 14883.529 Thread 0x00000000221e7000 Exception <a 'java/lang/NullPointerException'> (0x00000006ff990f30) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]
Event: 14883.529 Thread 0x00000000221e7000 Implicit null exception at 0x00000000067eec46 to 0x00000000067ef2c6
Event: 14883.529 Thread 0x00000000221e7000 Exception <a 'java/lang/NullPointerException'> (0x00000006ff994a00) thrown at [C:\re\workspace\8-2-build-windows-amd64-cygwin\jdk8u144\9417\hotspot\src\share\vm\runtime\sharedRuntime.cpp, line 605]

Events (10 events):
Event: 14892.653 loading class com/gmail/filoghost/holographicdisplays/api/Hologram
Event: 14892.653 loading class com/gmail/filoghost/holographicdisplays/api/Hologram done
Event: 14892.653 loading class com/gmail/filoghost/holographicdisplays/api/Hologram
Event: 14892.653 loading class com/gmail/filoghost/holographicdisplays/api/Hologram done
Event: 14892.659 Thread 0x00000000221e7000 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x0000000005a3ae78
Event: 14892.659 Thread 0x00000000221e7000 DEOPT PACKING pc=0x0000000005a3ae78 sp=0x00000000255fe4e0
Event: 14892.659 Thread 0x00000000221e7000 DEOPT UNPACKING pc=0x000000000295556a sp=0x00000000255fe408 mode 2
Event: 14892.659 Thread 0x00000000221e7000 Uncommon trap: trap_request=0xffffffc6 fr.pc=0x0000000005a3ae78
Event: 14892.659 Thread 0x00000000221e7000 DEOPT PACKING pc=0x0000000005a3ae78 sp=0x00000000255fe4e0
Event: 14892.659 Thread 0x00000000221e7000 DEOPT UNPACKING pc=0x000000000295556a sp=0x00000000255fe408 mode 2


Dynamic libraries:
0x000000013fe70000 - 0x000000013fea7000         C:\ProgramData\Oracle\Java\javapath\java.exe
0x00000000774e0000 - 0x000000007768a000         C:\Windows\SYSTEM32\ntdll.dll
0x00000000773c0000 - 0x00000000774df000         C:\Windows\system32\kernel32.dll
0x000007fefd730000 - 0x000007fefd79a000         C:\Windows\system32\KERNELBASE.dll
0x000007feff3d0000 - 0x000007feff4ab000         C:\Windows\system32\ADVAPI32.dll
0x000007fefe4a0000 - 0x000007fefe53f000         C:\Windows\system32\msvcrt.dll
0x000007fefe540000 - 0x000007fefe55f000         C:\Windows\SYSTEM32\sechost.dll
0x000007fefdc30000 - 0x000007fefdd5d000         C:\Windows\system32\RPCRT4.dll
0x00000000772c0000 - 0x00000000773ba000         C:\Windows\system32\USER32.dll
0x000007fefd9e0000 - 0x000007fefda47000         C:\Windows\system32\GDI32.dll
0x000007fefdeb0000 - 0x000007fefdebe000         C:\Windows\system32\LPK.dll
0x000007fefdec0000 - 0x000007fefdf8a000         C:\Windows\system32\USP10.dll
0x000007fefbec0000 - 0x000007fefc0b4000         C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fefe170000 - 0x000007fefe1e1000         C:\Windows\system32\SHLWAPI.dll
0x000007fefdd60000 - 0x000007fefdd8e000         C:\Windows\system32\IMM32.DLL
0x000007fefdf90000 - 0x000007fefe099000         C:\Windows\system32\MSCTF.dll
0x0000000074220000 - 0x00000000742f2000         C:\Program Files\Java\jre1.8.0_144\bin\msvcr100.dll
0x0000000072530000 - 0x0000000072dcd000         C:\Program Files\Java\jre1.8.0_144\bin\server\jvm.dll
0x000007fef5190000 - 0x000007fef5199000         C:\Windows\system32\WSOCK32.dll
0x000007fefe1f0000 - 0x000007fefe23d000         C:\Windows\system32\WS2_32.dll
0x000007fefe0c0000 - 0x000007fefe0c8000         C:\Windows\system32\NSI.dll
0x000007fef68b0000 - 0x000007fef68eb000         C:\Windows\system32\WINMM.dll
0x000007fefc580000 - 0x000007fefc58c000         C:\Windows\system32\VERSION.dll
0x00000000776a0000 - 0x00000000776a7000         C:\Windows\system32\PSAPI.DLL
0x0000000074210000 - 0x000000007421f000         C:\Program Files\Java\jre1.8.0_144\bin\verify.dll
0x00000000741e0000 - 0x0000000074209000         C:\Program Files\Java\jre1.8.0_144\bin\java.dll
0x0000000074190000 - 0x00000000741a6000         C:\Program Files\Java\jre1.8.0_144\bin\zip.dll
0x000007fefe640000 - 0x000007feff3c8000         C:\Windows\system32\SHELL32.dll
0x000007feff4b0000 - 0x000007feff6b3000         C:\Windows\system32\ole32.dll
0x000007fefd3f0000 - 0x000007fefd3ff000         C:\Windows\system32\profapi.dll
0x000007fefccc0000 - 0x000007fefccd8000         C:\Windows\system32\CRYPTSP.dll
0x000007fefc9c0000 - 0x000007fefca07000         C:\Windows\system32\rsaenh.dll
0x000007fefc770000 - 0x000007fefc78e000         C:\Windows\system32\USERENV.dll
0x000007fefd320000 - 0x000007fefd32f000         C:\Windows\system32\CRYPTBASE.dll
0x0000000074170000 - 0x000000007418a000         C:\Program Files\Java\jre1.8.0_144\bin\net.dll
0x000007fefcc60000 - 0x000007fefccb5000         C:\Windows\system32\mswsock.dll
0x000007fefcc50000 - 0x000007fefcc57000         C:\Windows\System32\wship6.dll
0x000007fefb220000 - 0x000007fefb247000         C:\Windows\system32\IPHLPAPI.DLL
0x000007fefb210000 - 0x000007fefb21b000         C:\Windows\system32\WINNSI.DLL
0x000007fefb0b0000 - 0x000007fefb0c1000         C:\Windows\system32\dhcpcsvc6.DLL
0x000007fefb090000 - 0x000007fefb0a8000         C:\Windows\system32\dhcpcsvc.DLL
0x0000000074150000 - 0x0000000074161000         C:\Program Files\Java\jre1.8.0_144\bin\nio.dll
0x000007fef94a0000 - 0x000007fef94aa000         C:\Users\Administrator\AppData\Local\Temp\1\jansi-64-git-Spigot-3fb9445-6e3cec8-7797927125296075362.dll
0x0000000073c80000 - 0x0000000073c8d000         C:\Program Files\Java\jre1.8.0_144\bin\management.dll
0x000007fefbdd0000 - 0x000007fefbde5000         C:\Windows\system32\NLAapi.dll
0x000007fef9470000 - 0x000007fef9485000         C:\Windows\system32\napinsp.dll
0x000007fefcae0000 - 0x000007fefcb3b000         C:\Windows\system32\DNSAPI.dll
0x000007fef9410000 - 0x000007fef941b000         C:\Windows\System32\winrnr.dll
0x000007fefc650000 - 0x000007fefc657000         C:\Windows\System32\wshtcpip.dll
0x000007fef97c0000 - 0x000007fef97c8000         C:\Windows\system32\rasadhlp.dll
0x000007fefb0d0000 - 0x000007fefb123000         C:\Windows\System32\fwpuclnt.dll
0x00000000741b0000 - 0x00000000741d4000         C:\Program Files\Java\jre1.8.0_144\bin\sunec.dll
0x000000006cd80000 - 0x000000006ce70000         C:\Users\Administrator\AppData\Local\Temp\1\sqlite-3.16.1-7bed4de4-e276-4e44-88f7-163fcf828f06-sqlitejdbc.dll
0x0000000074140000 - 0x000000007414b000         C:\Program Files\Java\jre1.8.0_144\bin\sunmscapi.dll
0x000007fefd520000 - 0x000007fefd68d000         C:\Windows\system32\CRYPT32.dll
0x000007fefd4d0000 - 0x000007fefd4df000         C:\Windows\system32\MSASN1.dll
0x0000000072390000 - 0x0000000072528000         C:\Program Files\Java\jre1.8.0_144\bin\awt.dll
0x000007fefe560000 - 0x000007fefe63a000         C:\Windows\system32\OLEAUT32.dll
0x000007fef6650000 - 0x000007fef6775000         C:\Windows\system32\DBGHELP.DLL

VM Arguments:
jvm_args: -Xmx3500m -XX:+UseG1GC -XX:MaxGCPauseMillis=50 -XX:+AggressiveOpts -XX:+UseCompressedOops
java_command: Server.jar
java_class_path (initial): Server.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
USERNAME=Administrator
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 63 Stepping 2, GenuineIntel



---------------  S Y S T E M  ---------------

OS: Windows Server 2008 R2 , 64 bit Build 7601 (6.1.7601.23677)

CPU:total 7 (initial active 7) (8 cores per cpu, 1 threads per core) family 6 model 63 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, tsc, bmi1, bmi2

Memory: 4k page, physical 10485304k(3299460k free), swap 20968748k(14774000k free)

vm_info: Java HotSpot(TM) 64-Bit Server VM (25.144-b01) for windows-amd64 JRE (1.8.0_144-b01), built on Jul 21 2017 21:57:33 by "java_re" with MS VC++ 10.0 (VS2010)

time: Thu Jul 26 14:07:02 2018
elapsed time: 14896 seconds (0d 4h 8m 16s)



枫林1
删掉Yum插件管理器插件,然后再删掉这些垃圾文件就行了

GiNYAi
C  [sqlite-3.16.1-7bed4de4-e276-4e44-88f7-163fcf828f06-sqlitejdbc.dll+0x7a0c5]
MyPet插件,sqlite数据库

a2354668685
枫林1 发表于 2018-7-26 17:09
删掉Yum插件管理器插件,然后再删掉这些垃圾文件就行了

我没有加Yum插件

a2354668685
GiNYAi 发表于 2018-7-27 01:15
C  [sqlite-3.16.1-7bed4de4-e276-4e44-88f7-163fcf828f06-sqlitejdbc.dll+0x7a0c5]
MyPet插件,sqlite数据 ...

sqlite数据怎么了

GiNYAi

SQLite的 那个dll中出了什么错误

第一页 上一页 下一页 最后一页