Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namesubmitted/manquinho/primes-dimacs-cnf/normalized-ii32c2.opb
MD5SUMb78d16df5ec546c41fce5f9f07c0fd92
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 207
Optimality of the best value was proved YES
Number of terms in the objective function 498
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 498
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 498
Number of bits of the biggest sum of numbers9
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark698.131
Number of variables498
Total number of constraints2431
Number of constraints which are clauses2431
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint32

Trace number 1780

Launcher Data

LAUNCH ON wulflinc26 THE 2005-09-18 16:32:35 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6005 boxname=wulflinc26 idbench=145 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  b78d16df5ec546c41fce5f9f07c0fd92  /oldhome/oroussel/tmp/wulflinc26/normalized-ii32c2.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc26/normalized-ii32c2.opb
IDLAUNCH: 6005
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.061
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.061
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        922492 kB
Buffers:         35364 kB
Cached:          49924 kB
SwapCached:        868 kB
Active:          64732 kB
Inactive:        23168 kB
HighTotal:      131008 kB
HighFree:        78428 kB
LowTotal:       903652 kB
LowFree:        844064 kB
SwapTotal:     2097892 kB
SwapFree:      2096540 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5700 kB
Slab:            18752 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 16:53:26 (client local time) WITH STATUS 143 IN 1258.91 SECONDS
stats: 6005 0 1258.91 143

Solver Data

c SAT4J: a SATisfiability library for Java (c) 2004-2005 Daniel Le Berre
c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
c version JAVA5.1.1.31
c --- Begin Solver configuration ---
c org.sat4j.minisat.uip.FirstUIP@a20892
c org.sat4j.minisat.constraints.PBMinDataStructure@1e0bc08
c org.sat4j.minisat.learning.MiniSATLearning@158b649
c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=0.5 initConflictBound=100 
c VSIDS like heuristics from MiniSAT using a sorted array
c No reason simplification
c --- End Solver configuration ---
c solving /oldhome/oroussel/tmp/wulflinc26/normalized-ii32c2.opb
c reading problem ... done. Time 2.772 ms.
c #vars     498
c #constraints  2431
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 237 		Current CPU time: 5.74 ms
c CURRENT OPTIMUM=                 236 		Current CPU time: 22.72 ms
c CURRENT OPTIMUM=                 216 		Current CPU time: 24.10 ms
c CURRENT OPTIMUM=                 215 		Current CPU time: 123.33 ms
c CURRENT OPTIMUM=                 211 		Current CPU time: 675.33 ms
c starts		: 16
c conflicts		: 1953
c decisions		: 8536
c propagations		: 104039
c inspects		: 4212862
c learnt literals	: 0
c learnt binary clauses	: 4
c learnt ternary clauses	: 7
c learnt clauses	: 1953
c root simplifications	: 16
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 1933
c speed (decisions/second)	: 14.884798010710218
c non guided choices	779
c random choices	0
s SATISFIABLE
v -x1 -x2 x3 -x4 -x5 x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 -x33 -x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 x49 -x50 -x51 x52 -x53 x54 x55 -x56 x57 -x58 x59 -x60 x61 -x62 -x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 -x91 x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 -x101 x102 x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 x111 -x112 x113 -x114 -x115 -x116 x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 x125 -x126 x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 x139 -x140 x141 -x142 -x143 -x144 -x145 x146 x147 -x148 x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 x161 -x162 -x163 x164 x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 x182 x183 -x184 -x185 -x186 x187 -x188 x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 x207 -x208 x209 -x210 -x211 -x212 x213 -x214 -x215 x216 -x217 -x218 x219 -x220 x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 x235 -x236 x237 -x238 -x239 -x240 x241 -x242 -x243 -x244 x245 -x246 -x247 x248 x249 -x250 x251 -x252 x253 -x254 -x255 -x256 x257 -x258 x259 -x260 -x261 x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 -x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 -x335 x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 -x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 -x381 x382 x383 -x384 -x385 x386 -x387 x388 x389 -x390 -x391 x392 -x393 x394 x395 -x396 -x397 x398 -x399 x400 x401 -x402 -x403 x404 -x405 x406 x407 -x408 -x409 x410 -x411 x412 x413 -x414 -x415 x416 -x417 x418 x419 -x420 -x421 x422 x423 -x424 -x425 x426 x427 -x428 -x429 x430 -x431 x432 -x433 x434 -x435 x436 x437 -x438 -x439 x440 -x441 x442 x443 -x444 -x445 x446 -x447 x448 x449 -x450 -x451 x452 -x453 x454 x455 -x456 x457 -x458 -x459 x460 -x461 x462 -x463 x464 -x465 x466 x467 -x468 -x469 x470 -x471 x472 x473 -x474 -x475 x476 -x477 x478 x479 -x480 x481 -x482 -x483 x484 -x485 x486 -x487 x488 -x489 x490 x491 -x492 -x493 x494 -x495 x496 x497 -x498 
c objective function=211
c Total CPU time (ms) : 1248.827

Watcher Data

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGTERM then SIGKILL): 921600 Kb
Enforcing VSIZE limit: 994918400 bytes
Current StackSize limit: 67108864 bytes
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1842732053 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 39 3 38 16 0 23 0
[pid=23111] vsize: 156
open syscall for file /etc/ld.so.preload
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libpthread.so.0
open syscall for file tls/i686/mmx/libdl.so.2
open syscall for file tls/i686/libdl.so.2
open syscall for file tls/mmx/libdl.so.2
open syscall for file tls/libdl.so.2
open syscall for file i686/mmx/libdl.so.2
open syscall for file i686/libdl.so.2
open syscall for file mmx/libdl.so.2
open syscall for file libdl.so.2
open syscall for file /oldhome/oroussel/lib/libdl.so.2
open syscall for file /lib/libdl.so.2
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/jvm.cfg
execve syscall for /oldhome/oroussel/jre1.5.0_05/bin/java executable
open syscall for file /etc/ld.so.preload
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/../lib/i386/libpthread.so.0
open syscall for file tls/i686/mmx/libpthread.so.0
open syscall for file tls/i686/libpthread.so.0
open syscall for file tls/mmx/libpthread.so.0
open syscall for file tls/libpthread.so.0
open syscall for file i686/mmx/libpthread.so.0
open syscall for file i686/libpthread.so.0
open syscall for file mmx/libpthread.so.0
open syscall for file libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/i686/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/mmx/libpthread.so.0
open syscall for file /oldhome/oroussel/lib/libpthread.so.0
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libpthread.so.0
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libdl.so.2
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libdl.so.2
open syscall for file tls/i686/mmx/libdl.so.2
open syscall for file tls/i686/libdl.so.2
open syscall for file tls/mmx/libdl.so.2
open syscall for file tls/libdl.so.2
open syscall for file i686/mmx/libdl.so.2
open syscall for file i686/libdl.so.2
open syscall for file mmx/libdl.so.2
open syscall for file libdl.so.2
open syscall for file /oldhome/oroussel/lib/libdl.so.2
open syscall for file /lib/libdl.so.2
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libc.so.6
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libc.so.6
open syscall for file tls/i686/mmx/libc.so.6
open syscall for file tls/i686/libc.so.6
open syscall for file tls/mmx/libc.so.6
open syscall for file tls/libc.so.6
open syscall for file i686/mmx/libc.so.6
open syscall for file i686/libc.so.6
open syscall for file mmx/libc.so.6
open syscall for file libc.so.6
open syscall for file /oldhome/oroussel/lib/libc.so.6
open syscall for file /lib/tls/libc.so.6
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/jvm.cfg
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libjvm.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libm.so.6
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libm.so.6
open syscall for file tls/i686/mmx/libm.so.6
open syscall for file tls/i686/libm.so.6
open syscall for file tls/mmx/libm.so.6
open syscall for file tls/libm.so.6
open syscall for file i686/mmx/libm.so.6
open syscall for file i686/libm.so.6
open syscall for file mmx/libm.so.6
open syscall for file libm.so.6
open syscall for file /oldhome/oroussel/lib/libm.so.6
open syscall for file /etc/ld.so.cache
open syscall for file /lib/tls/libm.so.6
open syscall for file /etc/mtab
open syscall for file /proc/stat
open syscall for file /etc/mtab
open syscall for file /proc/meminfo
open syscall for file .hotspotrc
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/endorsed
open syscall for file /etc/mtab
open syscall for file /proc/stat
open syscall for file /proc/self/maps
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/native_threads/libhpi.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/libnsl.so.1
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libnsl.so.1
open syscall for file tls/i686/mmx/libnsl.so.1
open syscall for file tls/i686/libnsl.so.1
open syscall for file tls/mmx/libnsl.so.1
open syscall for file tls/libnsl.so.1
open syscall for file i686/mmx/libnsl.so.1
open syscall for file i686/libnsl.so.1
open syscall for file mmx/libnsl.so.1
open syscall for file libnsl.so.1
open syscall for file /oldhome/oroussel/lib/libnsl.so.1
open syscall for file /etc/ld.so.cache
open syscall for file /lib/libnsl.so.1
socket syscall socket(PF_UNIX,SOCK_STREAM,0)=4
socket syscall connect(4,{sa_family=AF_UNIX,path=/var/run/.nscd_socket},110)
open syscall for file /tmp/hsperfdata_oroussel
open syscall for file /tmp/hsperfdata_oroussel/23111
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libverify.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libjava.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/libzip.so
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/rt.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/jsse.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/jce.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/charsets.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/i386/server/classes.jsa
open syscall for file .hotspot_compiler
New thread pid=23112
New thread pid=23113
New thread pid=23114
socket syscall socket(PF_UNIX,SOCK_STREAM,0)=4
socket syscall connect(4,{sa_family=AF_UNIX,path=/var/run/.nscd_socket},110)
open syscall for file /etc/localtime
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext
New thread pid=23115
New thread pid=23116
New thread pid=23117
New thread pid=23118
New thread pid=23119
New thread pid=23120
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunjce_provider.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunpkcs11.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/dnsns.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/localedata.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/security/java.security
open syscall for file /dev/random
open syscall for file /dev/urandom
open syscall for file /oldhome/oroussel/tmp/wulflinc26/normalized-ii32c2.opb
New thread pid=23121
One traced child (pid=23121) exited with status: 0
New thread pid=23122

[startup+10.0025 s]
Raw data (loadavg): 1.01 0.97 0.96 3/66 23122
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18184 4 1 0 670 56 0 0 24 0 11 0 1842732053 863408128 21396 4294967295 134512640 134569956 3221224352 3221214592 1131485402 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210793 21396 13129 16 0 210777 0
[pid=23111] vsize: 843172
Current children cumulated CPU time (s) 7.26
Current children cumulated vsize (Kb) 843172

[startup+20.0031 s]
Raw data (loadavg): 1.01 0.97 0.96 2/66 23122
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18192 4 1 0 1608 57 0 0 22 0 11 0 1842732053 860282880 21713 4294967295 134512640 134569956 3221224352 3221214624 1131642328 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 21713 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 16.65
Current children cumulated vsize (Kb) 840120
One traced child (pid=23122) exited with status: 0
New thread pid=23123
One traced child (pid=23123) exited with status: 0
New thread pid=23124

[startup+30.0038 s]
Raw data (loadavg): 1.00 0.97 0.96 2/66 23124
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18200 4 1 0 2548 58 0 0 25 0 11 0 1842732053 860282880 22459 4294967295 134512640 134569956 3221224352 3221214672 1131578031 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 22459 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 26.06
Current children cumulated vsize (Kb) 840120

[startup+40.0045 s]
Raw data (loadavg): 1.00 0.97 0.96 2/66 23124
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18208 4 1 0 3496 58 0 0 22 0 11 0 1842732053 860282880 22459 4294967295 134512640 134569956 3221224352 3221214672 1131577070 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 22459 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 35.54
Current children cumulated vsize (Kb) 840120

[startup+50.0062 s]
Raw data (loadavg): 1.00 0.97 0.96 2/66 23124
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18217 4 1 0 4437 58 0 0 21 0 11 0 1842732053 860282880 22459 4294967295 134512640 134569956 3221224352 3221214672 1131580637 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 22459 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 44.95
Current children cumulated vsize (Kb) 840120

[startup+60.0059 s]
Raw data (loadavg): 1.00 0.97 0.96 2/66 23124
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18222 4 1 0 5385 59 0 0 25 0 11 0 1842732053 860282880 22637 4294967295 134512640 134569956 3221224352 3221214580 1131299996 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 22637 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 54.44
Current children cumulated vsize (Kb) 840120

[startup+70.0066 s]
Raw data (loadavg): 1.00 0.97 0.96 2/66 23124
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18228 4 1 0 6320 59 0 0 18 0 11 0 1842732053 860282880 22774 4294967295 134512640 134569956 3221224352 3221214560 1131341939 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 22774 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 63.79
Current children cumulated vsize (Kb) 840120

[startup+80.0082 s]
Raw data (loadavg): 1.07 0.99 0.97 2/66 23124
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18233 4 1 0 7270 60 0 0 24 0 11 0 1842732053 860282880 22979 4294967295 134512640 134569956 3221224352 3221214608 1131512752 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 22979 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 73.3
Current children cumulated vsize (Kb) 840120

[startup+90.0079 s]
Raw data (loadavg): 1.06 0.99 0.97 2/66 23124
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18239 4 1 0 8219 60 0 0 18 0 11 0 1842732053 860282880 23120 4294967295 134512640 134569956 3221224352 3221214672 1131576613 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 23120 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 82.79
Current children cumulated vsize (Kb) 840120

[startup+100.009 s]
Raw data (loadavg): 1.05 0.99 0.97 2/66 23124
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18244 4 1 0 9174 60 0 0 21 0 11 0 1842732053 860282880 23187 4294967295 134512640 134569956 3221224352 3221214640 1131491184 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 23187 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 92.34
Current children cumulated vsize (Kb) 840120

[startup+110.009 s]
Raw data (loadavg): 1.04 0.99 0.97 2/66 23124
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18249 4 1 0 10127 60 0 0 25 0 11 0 1842732053 860282880 23364 4294967295 134512640 134569956 3221224352 3221214560 1131341893 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 23364 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (Kb) 840120

[startup+120.011 s]
Raw data (loadavg): 1.04 0.99 0.97 2/66 23124
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18255 4 1 0 11076 60 0 0 25 0 11 0 1842732053 860282880 23531 4294967295 134512640 134569956 3221224352 3221214560 1131341812 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 23531 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 111.36
Current children cumulated vsize (Kb) 840120
One traced child (pid=23124) exited with status: 0
New thread pid=23125

[startup+130.012 s]
Raw data (loadavg): 1.03 0.99 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) S 23110 23111 16528 0 -1 0 18262 4 1 0 12009 61 0 0 25 0 11 0 1842732053 860282880 23656 4294967295 134512640 134569956 3221224352 3221213416 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 23656 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 120.7
Current children cumulated vsize (Kb) 840120

[startup+140.012 s]
Raw data (loadavg): 1.02 0.99 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18269 4 1 0 12948 61 0 0 17 0 11 0 1842732053 860282880 23807 4294967295 134512640 134569956 3221224352 3221214560 1131341812 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 23807 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 130.09
Current children cumulated vsize (Kb) 840120

[startup+150.013 s]
Raw data (loadavg): 1.10 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18276 4 1 0 13882 61 0 0 24 0 11 0 1842732053 860282880 23989 4294967295 134512640 134569956 3221224352 3221214672 1131582642 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 23989 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 139.43
Current children cumulated vsize (Kb) 840120

[startup+160.014 s]
Raw data (loadavg): 1.08 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18282 4 1 0 14829 61 0 0 25 0 11 0 1842732053 860282880 24149 4294967295 134512640 134569956 3221224352 3221214560 1131341939 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 24149 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 148.9
Current children cumulated vsize (Kb) 840120

[startup+170.014 s]
Raw data (loadavg): 1.07 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18290 4 1 0 15765 61 0 0 24 0 11 0 1842732053 860282880 24350 4294967295 134512640 134569956 3221224352 3221214632 1131568134 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 24350 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 158.26
Current children cumulated vsize (Kb) 840120

[startup+180.014 s]
Raw data (loadavg): 1.06 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18296 4 1 0 16725 62 0 0 25 0 11 0 1842732053 860282880 24573 4294967295 134512640 134569956 3221224352 3221214584 1131372120 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 24573 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 167.87
Current children cumulated vsize (Kb) 840120

[startup+190.015 s]
Raw data (loadavg): 1.05 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18305 4 1 0 17690 62 0 0 25 0 11 0 1842732053 860282880 24689 4294967295 134512640 134569956 3221224352 3221214672 1131576613 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 24689 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 177.52
Current children cumulated vsize (Kb) 840120

[startup+200.015 s]
Raw data (loadavg): 1.04 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18313 4 1 0 18656 62 0 0 25 0 11 0 1842732053 860282880 24799 4294967295 134512640 134569956 3221224352 3221214544 1131421890 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 24799 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 187.18
Current children cumulated vsize (Kb) 840120

[startup+210.015 s]
Raw data (loadavg): 1.04 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18320 4 1 0 19608 63 0 0 16 0 11 0 1842732053 860282880 24834 4294967295 134512640 134569956 3221224352 3221214672 1131580871 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 24834 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 196.71
Current children cumulated vsize (Kb) 840120

[startup+220.017 s]
Raw data (loadavg): 1.03 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18327 4 1 0 20556 64 0 0 25 0 11 0 1842732053 860282880 24907 4294967295 134512640 134569956 3221224352 3221214560 1131341812 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 24907 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 206.2
Current children cumulated vsize (Kb) 840120

[startup+230.018 s]
Raw data (loadavg): 1.02 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18334 4 1 0 21498 64 0 0 25 0 11 0 1842732053 860282880 24935 4294967295 134512640 134569956 3221224352 3221214668 1131372135 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 24935 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 215.62
Current children cumulated vsize (Kb) 840120

[startup+240.017 s]
Raw data (loadavg): 1.02 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18341 4 1 0 22435 64 0 0 25 0 11 0 1842732053 860282880 25031 4294967295 134512640 134569956 3221224352 3221214672 1131582517 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 25031 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 224.99
Current children cumulated vsize (Kb) 840120

[startup+250.018 s]
Raw data (loadavg): 1.02 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18347 4 1 0 23386 64 0 0 25 0 11 0 1842732053 860282880 25328 4294967295 134512640 134569956 3221224352 3221214560 1131341880 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 25328 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 234.5
Current children cumulated vsize (Kb) 840120

[startup+260.019 s]
Raw data (loadavg): 1.01 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18353 4 1 0 24344 64 0 0 25 0 11 0 1842732053 860282880 25428 4294967295 134512640 134569956 3221224352 3221214560 1131341812 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 25428 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 244.08
Current children cumulated vsize (Kb) 840120

[startup+270.019 s]
Raw data (loadavg): 1.01 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18360 4 1 0 25292 65 0 0 25 0 11 0 1842732053 860282880 25510 4294967295 134512640 134569956 3221224352 3221214672 1131576489 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 25510 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 253.57
Current children cumulated vsize (Kb) 840120

[startup+280.02 s]
Raw data (loadavg): 1.01 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18367 4 1 0 26248 65 0 0 25 0 11 0 1842732053 860282880 25670 4294967295 134512640 134569956 3221224352 3221214728 1131523020 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 25670 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 263.13
Current children cumulated vsize (Kb) 840120

[startup+290.021 s]
Raw data (loadavg): 1.01 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18373 4 1 0 27208 66 0 0 25 0 11 0 1842732053 860282880 25738 4294967295 134512640 134569956 3221224352 3221214608 1131512752 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 25738 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 272.74
Current children cumulated vsize (Kb) 840120

[startup+300.021 s]
Raw data (loadavg): 1.01 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18380 4 1 0 28165 66 0 0 25 0 11 0 1842732053 860282880 25866 4294967295 134512640 134569956 3221224352 3221214560 1131341815 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 25866 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (Kb) 840120

[startup+310.022 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18387 4 1 0 29130 66 0 0 25 0 11 0 1842732053 860282880 26020 4294967295 134512640 134569956 3221224352 3221214672 1131582524 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 26020 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 291.96
Current children cumulated vsize (Kb) 840120

[startup+320.024 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18396 4 1 0 30093 67 0 0 25 0 11 0 1842732053 860282880 26068 4294967295 134512640 134569956 3221224352 3221214580 1131361403 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 26068 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 301.6
Current children cumulated vsize (Kb) 840120

[startup+330.024 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18403 4 1 0 31045 68 0 0 25 0 11 0 1842732053 860282880 26208 4294967295 134512640 134569956 3221224352 3221214672 1131576616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 26208 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 311.13
Current children cumulated vsize (Kb) 840120

[startup+340.025 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18410 4 1 0 31990 68 0 0 25 0 11 0 1842732053 860282880 26242 4294967295 134512640 134569956 3221224352 3221214672 1131576397 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 26242 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 320.58
Current children cumulated vsize (Kb) 840120

[startup+350.027 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18416 4 1 0 32942 69 0 0 25 0 11 0 1842732053 860282880 26273 4294967295 134512640 134569956 3221224352 3221214672 1131577045 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 26273 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 330.11
Current children cumulated vsize (Kb) 840120

[startup+360.027 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18423 4 1 0 33886 69 0 0 25 0 11 0 1842732053 860282880 26285 4294967295 134512640 134569956 3221224352 3221214672 1131576489 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 26285 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 339.55
Current children cumulated vsize (Kb) 840120

[startup+370.028 s]
Raw data (loadavg): 1.07 1.02 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18430 4 1 0 34834 69 0 0 25 0 11 0 1842732053 860282880 26439 4294967295 134512640 134569956 3221224352 3221214668 1131421587 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 26439 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 349.03
Current children cumulated vsize (Kb) 840120

[startup+380.029 s]
Raw data (loadavg): 1.06 1.02 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18437 4 1 0 35812 70 0 0 25 0 11 0 1842732053 860282880 26849 4294967295 134512640 134569956 3221224352 3221214672 1131579878 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 26849 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 358.82
Current children cumulated vsize (Kb) 840120

[startup+390.029 s]
Raw data (loadavg): 1.05 1.01 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18446 4 1 0 36793 71 0 0 25 0 11 0 1842732053 860282880 26877 4294967295 134512640 134569956 3221224352 3221214672 1131576625 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 26877 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 368.64
Current children cumulated vsize (Kb) 840120

[startup+400.031 s]
Raw data (loadavg): 1.04 1.01 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18453 4 1 0 37760 71 0 0 21 0 11 0 1842732053 860282880 26892 4294967295 134512640 134569956 3221224352 3221214672 1131580675 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 26892 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 378.31
Current children cumulated vsize (Kb) 840120

[startup+410.032 s]
Raw data (loadavg): 1.04 1.01 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18460 4 1 0 38707 72 0 0 17 0 11 0 1842732053 860282880 26905 4294967295 134512640 134569956 3221224352 3221214556 1131057182 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 26905 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 387.79
Current children cumulated vsize (Kb) 840120

[startup+420.034 s]
Raw data (loadavg): 1.03 1.01 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18467 4 1 0 39647 72 0 0 25 0 11 0 1842732053 860282880 26920 4294967295 134512640 134569956 3221224352 3221214632 1131568092 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 26920 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 397.19
Current children cumulated vsize (Kb) 840120

[startup+430.034 s]
Raw data (loadavg): 1.02 1.01 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18473 4 1 0 40581 72 0 0 18 0 11 0 1842732053 860282880 27170 4294967295 134512640 134569956 3221224352 3221214536 1131422534 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 27170 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 406.53
Current children cumulated vsize (Kb) 840120

[startup+440.035 s]
Raw data (loadavg): 1.02 1.01 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18479 4 1 0 41515 73 0 0 21 0 11 0 1842732053 860282880 27245 4294967295 134512640 134569956 3221224352 3221214624 1131642312 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 27245 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 415.88
Current children cumulated vsize (Kb) 840120

[startup+450.036 s]
Raw data (loadavg): 1.02 1.01 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18485 4 1 0 42450 73 0 0 21 0 11 0 1842732053 860282880 27381 4294967295 134512640 134569956 3221224352 3221214512 1131341805 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 27381 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 425.23
Current children cumulated vsize (Kb) 840120

[startup+460.037 s]
Raw data (loadavg): 1.01 1.01 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) S 23110 23111 16528 0 -1 0 18490 4 1 0 43389 73 0 0 16 0 11 0 1842732053 860282880 27559 4294967295 134512640 134569956 3221224352 3221213416 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 27559 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 434.62
Current children cumulated vsize (Kb) 840120

[startup+470.039 s]
Raw data (loadavg): 1.01 1.01 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) S 23110 23111 16528 0 -1 0 18496 4 1 0 44334 73 0 0 17 0 11 0 1842732053 860282880 27747 4294967295 134512640 134569956 3221224352 3221213376 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 27747 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 444.07
Current children cumulated vsize (Kb) 840120

[startup+480.041 s]
Raw data (loadavg): 1.01 1.01 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18505 4 1 0 45277 74 0 0 20 0 11 0 1842732053 860282880 28029 4294967295 134512640 134569956 3221224352 3221214672 1131580675 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 28029 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 453.51
Current children cumulated vsize (Kb) 840120

[startup+490.041 s]
Raw data (loadavg): 1.01 1.00 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) S 23110 23111 16528 0 -1 0 18513 4 1 0 46240 74 0 0 25 0 11 0 1842732053 860282880 28238 4294967295 134512640 134569956 3221224352 3221213312 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 28239 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 463.14
Current children cumulated vsize (Kb) 840120

[startup+500.042 s]
Raw data (loadavg): 1.01 1.00 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18519 4 1 0 47224 75 0 0 25 0 11 0 1842732053 860282880 28338 4294967295 134512640 134569956 3221224352 3221214672 1131579499 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 28338 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 472.99
Current children cumulated vsize (Kb) 840120

[startup+510.043 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18525 4 1 0 48211 75 0 0 25 0 11 0 1842732053 860282880 28358 4294967295 134512640 134569956 3221224352 3221214672 1131577076 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 28358 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 482.86
Current children cumulated vsize (Kb) 840120

[startup+520.044 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18531 4 1 0 49199 75 0 0 25 0 11 0 1842732053 860282880 28371 4294967295 134512640 134569956 3221224352 3221214672 1131576594 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 28371 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 492.74
Current children cumulated vsize (Kb) 840120

[startup+530.045 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18537 4 1 0 50188 76 0 0 25 0 11 0 1842732053 860282880 28392 4294967295 134512640 134569956 3221224352 3221214672 1131576616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 28392 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 502.64
Current children cumulated vsize (Kb) 840120

[startup+540.046 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18544 4 1 0 51176 76 0 0 25 0 11 0 1842732053 860282880 28408 4294967295 134512640 134569956 3221224352 3221214672 1131580675 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 28408 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 512.52
Current children cumulated vsize (Kb) 840120

[startup+550.046 s]
Raw data (loadavg): 1.16 1.03 0.99 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18552 4 1 0 52163 77 0 0 24 0 11 0 1842732053 860282880 28418 4294967295 134512640 134569956 3221224352 3221214560 1131341812 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 28418 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 522.4
Current children cumulated vsize (Kb) 840120

[startup+560.047 s]
Raw data (loadavg): 1.14 1.03 0.99 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18558 4 1 0 53153 77 0 0 25 0 11 0 1842732053 860282880 28427 4294967295 134512640 134569956 3221224352 3221214672 1131577897 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 28427 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 532.3
Current children cumulated vsize (Kb) 840120

[startup+570.049 s]
Raw data (loadavg): 1.11 1.03 0.99 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18566 4 1 0 54139 77 0 0 25 0 11 0 1842732053 860282880 28433 4294967295 134512640 134569956 3221224352 3221214560 1131341843 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 28433 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 542.16
Current children cumulated vsize (Kb) 840120

[startup+580.049 s]
Raw data (loadavg): 1.10 1.03 0.99 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18575 4 1 0 55123 78 0 0 25 0 11 0 1842732053 860282880 28440 4294967295 134512640 134569956 3221224352 3221214672 1131576616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 28440 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 552.01
Current children cumulated vsize (Kb) 840120

[startup+590.049 s]
Raw data (loadavg): 1.08 1.03 0.99 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18582 4 1 0 56109 78 0 0 25 0 11 0 1842732053 860282880 28444 4294967295 134512640 134569956 3221224352 3221214672 1131576616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 28444 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 561.87
Current children cumulated vsize (Kb) 840120

[startup+600.05 s]
Raw data (loadavg): 1.07 1.03 0.99 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18590 4 1 0 57093 78 0 0 19 0 11 0 1842732053 860282880 28453 4294967295 134512640 134569956 3221224352 3221214560 1131341812 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 28453 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 571.71
Current children cumulated vsize (Kb) 840120

[startup+610.051 s]
Raw data (loadavg): 1.06 1.03 0.99 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18596 4 1 0 58080 78 0 0 25 0 11 0 1842732053 860282880 28458 4294967295 134512640 134569956 3221224352 3221214672 1131579878 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 28458 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 581.58
Current children cumulated vsize (Kb) 840120

[startup+620.051 s]
Raw data (loadavg): 1.05 1.02 0.99 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18605 4 1 0 59062 78 0 0 25 0 11 0 1842732053 860282880 28479 4294967295 134512640 134569956 3221224352 3221214672 1131582517 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 28479 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 591.4
Current children cumulated vsize (Kb) 840120

[startup+630.053 s]
Raw data (loadavg): 1.04 1.02 0.99 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18613 4 1 0 60043 79 0 0 17 0 11 0 1842732053 860282880 28499 4294967295 134512640 134569956 3221224352 3221214672 1131577045 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 28499 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 601.22
Current children cumulated vsize (Kb) 840120

[startup+640.053 s]
Raw data (loadavg): 1.03 1.02 0.99 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18621 4 1 0 61014 79 0 0 16 0 11 0 1842732053 860282880 28507 4294967295 134512640 134569956 3221224352 3221214536 1131421726 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 28507 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 610.93
Current children cumulated vsize (Kb) 840120

[startup+650.054 s]
Raw data (loadavg): 1.03 1.02 0.99 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18627 4 1 0 61983 79 0 0 24 0 11 0 1842732053 860282880 28516 4294967295 134512640 134569956 3221224352 3221214608 1131512752 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 28516 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 620.62
Current children cumulated vsize (Kb) 840120

[startup+660.055 s]
Raw data (loadavg): 1.02 1.02 0.99 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18633 4 1 0 62947 79 0 0 25 0 11 0 1842732053 860282880 28527 4294967295 134512640 134569956 3221224352 3221214544 1131421816 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 28527 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 630.26
Current children cumulated vsize (Kb) 840120

[startup+670.056 s]
Raw data (loadavg): 1.02 1.02 0.99 2/66 23125
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18640 4 1 0 63901 80 0 0 25 0 11 0 1842732053 860282880 28588 4294967295 134512640 134569956 3221224352 3221214536 1131421933 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 28588 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 639.81
Current children cumulated vsize (Kb) 840120
One traced child (pid=23125) exited with status: 0
New thread pid=23126

[startup+680.056 s]
Raw data (loadavg): 1.02 1.02 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18647 4 1 0 64864 80 0 0 25 0 11 0 1842732053 860282880 28651 4294967295 134512640 134569956 3221224352 3221214672 1131576489 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 28651 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 649.44
Current children cumulated vsize (Kb) 840120

[startup+690.057 s]
Raw data (loadavg): 1.01 1.02 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18655 4 1 0 65815 81 0 0 25 0 11 0 1842732053 860282880 28818 4294967295 134512640 134569956 3221224352 3221214672 1131579469 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 28818 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 658.96
Current children cumulated vsize (Kb) 840120

[startup+700.059 s]
Raw data (loadavg): 1.01 1.02 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18661 4 1 0 66783 81 0 0 25 0 11 0 1842732053 860282880 28914 4294967295 134512640 134569956 3221224352 3221214672 1131582569 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 28914 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 668.64
Current children cumulated vsize (Kb) 840120

[startup+710.058 s]
Raw data (loadavg): 1.01 1.02 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18669 4 1 0 67746 81 0 0 25 0 11 0 1842732053 860282880 29005 4294967295 134512640 134569956 3221224352 3221214672 1131577835 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29005 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 678.27
Current children cumulated vsize (Kb) 840120

[startup+720.059 s]
Raw data (loadavg): 1.01 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18675 4 1 0 68722 82 0 0 25 0 11 0 1842732053 860282880 29097 4294967295 134512640 134569956 3221224352 3221214672 1131577879 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29097 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 688.04
Current children cumulated vsize (Kb) 840120

[startup+730.061 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18683 4 1 0 69698 82 0 0 25 0 11 0 1842732053 860282880 29148 4294967295 134512640 134569956 3221224352 3221214672 1131576616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29148 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 697.8
Current children cumulated vsize (Kb) 840120

[startup+740.06 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18690 4 1 0 70678 83 0 0 25 0 11 0 1842732053 860282880 29231 4294967295 134512640 134569956 3221224352 3221214672 1131579564 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 29231 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 707.61
Current children cumulated vsize (Kb) 840120

[startup+750.061 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18698 4 1 0 71660 83 0 0 25 0 11 0 1842732053 860282880 29242 4294967295 134512640 134569956 3221224352 3221214672 1131581548 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 29242 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 717.43
Current children cumulated vsize (Kb) 840120

[startup+760.062 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18704 4 1 0 72644 83 0 0 25 0 11 0 1842732053 860282880 29262 4294967295 134512640 134569956 3221224352 3221214560 1131341869 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 29262 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 727.27
Current children cumulated vsize (Kb) 840120

[startup+770.062 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18713 4 1 0 73622 83 0 0 25 0 11 0 1842732053 860282880 29271 4294967295 134512640 134569956 3221224352 3221214336 1085806334 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29271 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 737.05
Current children cumulated vsize (Kb) 840120

[startup+780.063 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18719 4 1 0 74593 84 0 0 25 0 11 0 1842732053 860282880 29272 4294967295 134512640 134569956 3221224352 3221214104 1131795984 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29272 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 746.77
Current children cumulated vsize (Kb) 840120

[startup+790.063 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18726 4 1 0 75547 84 0 0 25 0 11 0 1842732053 860282880 29313 4294967295 134512640 134569956 3221224352 3221214560 1131341874 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29313 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 756.31
Current children cumulated vsize (Kb) 840120

[startup+800.063 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) S 23110 23111 16528 0 -1 0 18734 4 1 0 76501 85 0 0 25 0 11 0 1842732053 860282880 29344 4294967295 134512640 134569956 3221224352 3221213312 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29344 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 765.86
Current children cumulated vsize (Kb) 840120

[startup+810.064 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18741 4 1 0 77457 85 0 0 25 0 11 0 1842732053 860282880 29348 4294967295 134512640 134569956 3221224352 3221214672 1131580637 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 29348 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 775.42
Current children cumulated vsize (Kb) 840120

[startup+820.065 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18750 4 1 0 78409 85 0 0 17 0 11 0 1842732053 860282880 29677 4294967295 134512640 134569956 3221224352 3221214672 1131582517 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29677 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 784.94
Current children cumulated vsize (Kb) 840120

[startup+830.066 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18758 4 1 0 79391 86 0 0 21 0 11 0 1842732053 860282880 29716 4294967295 134512640 134569956 3221224352 3221214560 1131341812 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29716 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 794.77
Current children cumulated vsize (Kb) 840120

[startup+840.066 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18766 4 1 0 80373 86 0 0 25 0 11 0 1842732053 860282880 29733 4294967295 134512640 134569956 3221224352 3221214672 1131580675 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 29733 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 804.59
Current children cumulated vsize (Kb) 840120

[startup+850.067 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18775 4 1 0 81353 86 0 0 18 0 11 0 1842732053 860282880 29754 4294967295 134512640 134569956 3221224352 3221214668 1131371040 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29754 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 814.39
Current children cumulated vsize (Kb) 840120

[startup+860.068 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18782 4 1 0 82337 87 0 0 25 0 11 0 1842732053 860282880 29766 4294967295 134512640 134569956 3221224352 3221214560 1131341817 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29766 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 824.24
Current children cumulated vsize (Kb) 840120

[startup+870.068 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18790 4 1 0 83317 87 0 0 23 0 11 0 1842732053 860282880 29783 4294967295 134512640 134569956 3221224352 3221214672 1131579558 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 29783 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 834.04
Current children cumulated vsize (Kb) 840120

[startup+880.069 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18798 4 1 0 84297 87 0 0 25 0 11 0 1842732053 860282880 29799 4294967295 134512640 134569956 3221224352 3221214672 1131582267 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29799 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 843.84
Current children cumulated vsize (Kb) 840120

[startup+890.069 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18804 4 1 0 85280 88 0 0 20 0 11 0 1842732053 860282880 29808 4294967295 134512640 134569956 3221224352 3221214672 1131576613 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29808 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 853.68
Current children cumulated vsize (Kb) 840120

[startup+900.07 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18812 4 1 0 86261 88 0 0 25 0 11 0 1842732053 860282880 29847 4294967295 134512640 134569956 3221224352 3221214672 1131579574 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29847 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 863.49
Current children cumulated vsize (Kb) 840120

[startup+910.071 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18818 4 1 0 87247 88 0 0 25 0 11 0 1842732053 860282880 29870 4294967295 134512640 134569956 3221224352 3221214672 1131576616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 29870 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 873.35
Current children cumulated vsize (Kb) 840120

[startup+920.072 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18825 4 1 0 88232 89 0 0 25 0 11 0 1842732053 860282880 29898 4294967295 134512640 134569956 3221224352 3221214672 1131576609 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29898 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 883.21
Current children cumulated vsize (Kb) 840120

[startup+930.073 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18834 4 1 0 89215 89 0 0 25 0 11 0 1842732053 860282880 29905 4294967295 134512640 134569956 3221224352 3221214712 1131361433 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 29905 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 893.04
Current children cumulated vsize (Kb) 840120

[startup+940.074 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18841 4 1 0 90197 90 0 0 17 0 11 0 1842732053 860282880 29908 4294967295 134512640 134569956 3221224352 3221214672 1131582517 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29908 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 902.87
Current children cumulated vsize (Kb) 840120

[startup+950.075 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18849 4 1 0 91179 90 0 0 25 0 11 0 1842732053 860282880 29941 4294967295 134512640 134569956 3221224352 3221214672 1131576616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 29941 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 912.69
Current children cumulated vsize (Kb) 840120

[startup+960.075 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18857 4 1 0 92158 90 0 0 25 0 11 0 1842732053 860282880 29946 4294967295 134512640 134569956 3221224352 3221214672 1131576616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29946 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 922.48
Current children cumulated vsize (Kb) 840120

[startup+970.076 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18866 4 1 0 93133 91 0 0 16 0 11 0 1842732053 860282880 29949 4294967295 134512640 134569956 3221224352 3221214536 1131421933 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 29949 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 932.24
Current children cumulated vsize (Kb) 840120

[startup+980.077 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18873 4 1 0 94115 91 0 0 18 0 11 0 1842732053 860282880 30004 4294967295 134512640 134569956 3221224352 3221214672 1131576613 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30004 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (Kb) 840120

[startup+990.077 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18881 4 1 0 95096 92 0 0 25 0 11 0 1842732053 860282880 30029 4294967295 134512640 134569956 3221224352 3221214672 1131576616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 30029 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 951.88
Current children cumulated vsize (Kb) 840120

[startup+1000.08 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18889 4 1 0 96074 92 0 0 25 0 11 0 1842732053 860282880 30047 4294967295 134512640 134569956 3221224352 3221214672 1131579802 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 30047 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 961.66
Current children cumulated vsize (Kb) 840120

[startup+1010.08 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18896 4 1 0 97053 93 0 0 25 0 11 0 1842732053 860282880 30065 4294967295 134512640 134569956 3221224352 3221214032 1085759268 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30065 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 971.46
Current children cumulated vsize (Kb) 840120

[startup+1020.08 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18905 4 1 0 98025 94 0 0 17 0 11 0 1842732053 860282880 30088 4294967295 134512640 134569956 3221224352 3221214672 1131580675 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30088 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 981.19
Current children cumulated vsize (Kb) 840120

[startup+1030.08 s]
Raw data (loadavg): 1.07 1.02 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18914 4 1 0 98999 94 0 0 25 0 11 0 1842732053 860282880 30124 4294967295 134512640 134569956 3221224352 3221214672 1131580675 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30124 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 990.93
Current children cumulated vsize (Kb) 840120

[startup+1040.08 s]
Raw data (loadavg): 1.06 1.02 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18921 4 1 0 99980 94 0 0 25 0 11 0 1842732053 860282880 30159 4294967295 134512640 134569956 3221224352 3221214672 1131579708 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 30159 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1000.74
Current children cumulated vsize (Kb) 840120

[startup+1050.08 s]
Raw data (loadavg): 1.05 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) S 23110 23111 16528 0 -1 0 18928 4 1 0 100961 95 0 0 25 0 11 0 1842732053 860282880 30196 4294967295 134512640 134569956 3221224352 3221213312 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30196 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1010.56
Current children cumulated vsize (Kb) 840120

[startup+1060.08 s]
Raw data (loadavg): 1.04 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18934 4 1 0 101937 95 0 0 25 0 11 0 1842732053 860282880 30216 4294967295 134512640 134569956 3221224352 3221214560 1131341933 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 30216 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1020.32
Current children cumulated vsize (Kb) 840120

[startup+1070.08 s]
Raw data (loadavg): 1.04 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18941 4 1 0 102907 95 0 0 20 0 11 0 1842732053 860282880 30232 4294967295 134512640 134569956 3221224352 3221214672 1131576616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 30232 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1030.02
Current children cumulated vsize (Kb) 840120

[startup+1080.09 s]
Raw data (loadavg): 1.03 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18948 4 1 0 103877 96 0 0 25 0 11 0 1842732053 860282880 30249 4294967295 134512640 134569956 3221224352 3221214672 1131576616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30249 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1039.73
Current children cumulated vsize (Kb) 840120

[startup+1090.09 s]
Raw data (loadavg): 1.02 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18955 4 1 0 104838 96 0 0 25 0 11 0 1842732053 860282880 30309 4294967295 134512640 134569956 3221224352 3221214672 1131580871 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30309 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1049.34
Current children cumulated vsize (Kb) 840120

[startup+1100.09 s]
Raw data (loadavg): 1.02 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18962 4 1 0 105792 96 0 0 25 0 11 0 1842732053 860282880 30414 4294967295 134512640 134569956 3221224352 3221214608 1131514969 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30414 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1058.88
Current children cumulated vsize (Kb) 840120

[startup+1110.09 s]
Raw data (loadavg): 1.02 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18969 4 1 0 106749 97 0 0 25 0 11 0 1842732053 860282880 30479 4294967295 134512640 134569956 3221224352 3221214672 1131576664 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 30479 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1068.46
Current children cumulated vsize (Kb) 840120

[startup+1120.09 s]
Raw data (loadavg): 1.01 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18974 4 1 0 107716 97 0 0 20 0 11 0 1842732053 860282880 30484 4294967295 134512640 134569956 3221224352 3221214672 1131577927 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30484 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1078.13
Current children cumulated vsize (Kb) 840120

[startup+1130.09 s]
Raw data (loadavg): 1.01 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) S 23110 23111 16528 0 -1 0 18982 4 1 0 108666 97 0 0 25 0 11 0 1842732053 860282880 30521 4294967295 134512640 134569956 3221224352 3221213272 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30521 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1087.63
Current children cumulated vsize (Kb) 840120

[startup+1140.09 s]
Raw data (loadavg): 1.01 1.01 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18988 4 1 0 109630 98 0 0 25 0 11 0 1842732053 860282880 30793 4294967295 134512640 134569956 3221224352 3221214424 1131787996 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30793 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1097.28
Current children cumulated vsize (Kb) 840120

[startup+1150.09 s]
Raw data (loadavg): 1.01 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 18996 4 1 0 110599 98 0 0 25 0 11 0 1842732053 860282880 30845 4294967295 134512640 134569956 3221224352 3221214672 1131582360 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 30845 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1106.97
Current children cumulated vsize (Kb) 840120

[startup+1160.09 s]
Raw data (loadavg): 1.01 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 19001 4 1 0 111574 98 0 0 22 0 11 0 1842732053 860282880 30892 4294967295 134512640 134569956 3221224352 3221214672 1131576616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30892 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1116.72
Current children cumulated vsize (Kb) 840120

[startup+1170.09 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 19009 4 1 0 112534 99 0 0 25 0 11 0 1842732053 860282880 30923 4294967295 134512640 134569956 3221224352 3221214672 1131576895 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30923 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1126.33
Current children cumulated vsize (Kb) 840120

[startup+1180.09 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 19015 4 1 0 113489 99 0 0 25 0 11 0 1842732053 860282880 30987 4294967295 134512640 134569956 3221224352 3221214672 1131580675 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 30987 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1135.88
Current children cumulated vsize (Kb) 840120

[startup+1190.09 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 19021 4 1 0 114433 99 0 0 20 0 11 0 1842732053 860282880 31008 4294967295 134512640 134569956 3221224352 3221214672 1131583501 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 31008 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1145.32
Current children cumulated vsize (Kb) 840120

[startup+1200.1 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 19029 4 1 0 115353 99 0 0 23 0 11 0 1842732053 860282880 31104 4294967295 134512640 134569956 3221224352 3221214672 1131582656 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 31104 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1154.52
Current children cumulated vsize (Kb) 840120

[startup+1210.1 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 19038 4 1 0 116281 100 0 0 25 0 11 0 1842732053 860282880 31226 4294967295 134512640 134569956 3221224352 3221214672 1131579574 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 31226 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1163.81
Current children cumulated vsize (Kb) 840120

[startup+1220.1 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 19045 4 1 0 117224 100 0 0 24 0 11 0 1842732053 860282880 31610 4294967295 134512640 134569956 3221224352 3221214672 1131576492 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 31610 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1173.24
Current children cumulated vsize (Kb) 840120

[startup+1230.1 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 19052 4 1 0 118186 101 0 0 17 0 11 0 1842732053 860282880 31753 4294967295 134512640 134569956 3221224352 3221214672 1131580675 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23111/statm): 210030 31753 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1182.87
Current children cumulated vsize (Kb) 840120

[startup+1240.1 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 19059 4 1 0 119148 101 0 0 25 0 11 0 1842732053 860282880 31758 4294967295 134512640 134569956 3221224352 3221214572 1131057207 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 31758 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1192.49
Current children cumulated vsize (Kb) 840120

[startup+1250.1 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 19066 4 1 0 120106 102 0 0 25 0 11 0 1842732053 860282880 31772 4294967295 134512640 134569956 3221224352 3221214672 1131577933 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 31772 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1202.08
Current children cumulated vsize (Kb) 840120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.1 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23126
Raw data (/proc/23111/stat): 23111 (java) R 23110 23111 16528 0 -1 0 19066 4 1 0 120106 102 0 0 25 0 11 0 1842732053 860282880 31772 4294967295 134512640 134569956 3221224352 3221214672 1131576616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23111/statm): 210030 31772 13129 16 0 210014 0
[pid=23111] vsize: 840120
Current children cumulated CPU time (s) 1202.08
Current children cumulated vsize (Kb) 840120

Sending SIGTERM to -23111
Sleeping 2 seconds
New thread pid=23128
New thread pid=23129
One traced child (pid=23129) exited with status: 0
One traced child (pid=23120) exited with status: 0
One traced child (pid=23115) exited with status: 0
One traced child (pid=23112) exited with status: 143
One traced child (pid=23128) exited with status: 143
One traced child (pid=23113) exited with status: 143
One traced child (pid=23114) exited with status: 143
One traced child (pid=23119) exited with status: 143
One traced child (pid=23116) exited with status: 143
One traced child (pid=23118) exited with status: 143
One traced child (pid=23117) exited with status: 143
One traced child (pid=23126) exited with status: 143
One traced child (pid=23111) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.22
CPU time (s): 1258.91
CPU user time (s): 1256.89
CPU system time (s): 2.01169
CPU usage (%): 100.694
Max. virtual memory (cumulated for all children) (Kb): 843172

Verifier Data

Verifier:	OK	211