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-ii32e2.opb
MD5SUM4e882bbd92f288daf6e68ac3de757136
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 235
Optimality of the best value was proved YES
Number of terms in the objective function 534
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 534
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 534
Number of bits of the biggest sum of numbers10
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark1019.9
Number of variables534
Total number of constraints3013
Number of constraints which are clauses3013
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 1788

Launcher Data

LAUNCH ON wulflinc25 THE 2005-09-18 16:40:47 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6011 boxname=wulflinc25 idbench=151 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  4e882bbd92f288daf6e68ac3de757136  /oldhome/oroussel/tmp/wulflinc25/normalized-ii32e2.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc25/normalized-ii32e2.opb
IDLAUNCH: 6011
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.220
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.220
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:        918176 kB
Buffers:         35160 kB
Cached:          54520 kB
SwapCached:        896 kB
Active:          65828 kB
Inactive:        26492 kB
HighTotal:      131008 kB
HighFree:        75068 kB
LowTotal:       903652 kB
LowFree:        843108 kB
SwapTotal:     2097892 kB
SwapFree:      2096496 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5716 kB
Slab:            18572 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 17:01:37 (client local time) WITH STATUS 143 IN 1258.62 SECONDS
stats: 6011 0 1258.62 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/wulflinc25/normalized-ii32e2.opb
c reading problem ... done. Time 2.813 ms.
c #vars     534
c #constraints  3013
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 264 		Current CPU time: 3.72 ms
c CURRENT OPTIMUM=                 238 		Current CPU time: 3.98 ms
c CURRENT OPTIMUM=                 237 		Current CPU time: 168.72 ms
c CURRENT OPTIMUM=                 236 		Current CPU time: 323.20 ms
c starts		: 16
c conflicts		: 2571
c decisions		: 8341
c propagations		: 207334
c inspects		: 4108071
c learnt literals	: 0
c learnt binary clauses	: 3
c learnt ternary clauses	: 5
c learnt clauses	: 2571
c root simplifications	: 16
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 1118
c speed (decisions/second)	: 9.011666223700217
c non guided choices	363
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 x499 -x500 -x501 x502 -x503 x504 x505 -x506 -x507 x508 -x509 x510 -x511 x512 -x513 x514 x515 -x516 -x517 x518 x519 -x520 -x521 -x522 -x523 x524 -x525 x526 x527 -x528 x529 -x530 -x531 x532 -x533 x534 
c objective function=236
c Total CPU time (ms) : 1248.802

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/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1842797459 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 39 3 38 16 0 23 0
[pid=13296] 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/13296
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=13297
New thread pid=13298
New thread pid=13299
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=13300
New thread pid=13301
New thread pid=13302
New thread pid=13303
New thread pid=13304
New thread pid=13305
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/wulflinc25/normalized-ii32e2.opb
New thread pid=13306
One traced child (pid=13306) exited with status: 0
New thread pid=13307
One traced child (pid=13307) exited with status: 0
New thread pid=13308

[startup+10.0023 s]
Raw data (loadavg): 1.15 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18176 3 1 0 779 49 0 0 18 0 11 0 1842797459 857341952 20423 4294967295 134512640 134569956 3221224352 3221214660 1131370464 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 20423 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (Kb) 837248

[startup+20.0029 s]
Raw data (loadavg): 1.13 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18185 3 1 0 1696 50 0 0 21 0 11 0 1842797459 859979776 21747 4294967295 134512640 134569956 3221224352 3221214680 1131479207 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209956 21747 13129 16 0 209940 0
[pid=13296] vsize: 839824
Current children cumulated CPU time (s) 17.46
Current children cumulated vsize (Kb) 839824

[startup+30.0045 s]
Raw data (loadavg): 1.11 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18193 3 1 0 2636 50 0 0 19 0 11 0 1842797459 858476544 21946 4294967295 134512640 134569956 3221224352 3221214680 1131479207 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209589 21946 13129 16 0 209573 0
[pid=13296] vsize: 838356
Current children cumulated CPU time (s) 26.86
Current children cumulated vsize (Kb) 838356

[startup+40.0051 s]
Raw data (loadavg): 1.09 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18198 3 1 0 3598 51 0 0 25 0 11 0 1842797459 858476544 21946 4294967295 134512640 134569956 3221224352 3221214632 1131608271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209589 21946 13129 16 0 209573 0
[pid=13296] vsize: 838356
Current children cumulated CPU time (s) 36.49
Current children cumulated vsize (Kb) 838356

[startup+50.0067 s]
Raw data (loadavg): 1.08 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18203 3 1 0 4550 51 0 0 25 0 11 0 1842797459 857341952 21669 4294967295 134512640 134569956 3221224352 3221214624 1131528117 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 21669 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 46.01
Current children cumulated vsize (Kb) 837248

[startup+60.0073 s]
Raw data (loadavg): 1.07 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18208 3 1 0 5497 52 0 0 17 0 11 0 1842797459 857341952 21805 4294967295 134512640 134569956 3221224352 3221214624 1131528485 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 21805 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 55.49
Current children cumulated vsize (Kb) 837248

[startup+70.0079 s]
Raw data (loadavg): 1.06 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18212 3 1 0 6454 52 0 0 25 0 11 0 1842797459 857341952 21990 4294967295 134512640 134569956 3221224352 3221214680 1131479295 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 21990 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 65.06
Current children cumulated vsize (Kb) 837248

[startup+80.0085 s]
Raw data (loadavg): 1.05 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18217 3 1 0 7399 52 0 0 25 0 11 0 1842797459 857341952 22126 4294967295 134512640 134569956 3221224352 3221214628 1131342304 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 22126 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 74.51
Current children cumulated vsize (Kb) 837248

[startup+90.0081 s]
Raw data (loadavg): 1.04 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18222 3 1 0 8346 52 0 0 20 0 11 0 1842797459 857341952 22249 4294967295 134512640 134569956 3221224352 3221214544 1131431676 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 22249 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 83.98
Current children cumulated vsize (Kb) 837248

[startup+100.009 s]
Raw data (loadavg): 1.03 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18227 3 1 0 9292 52 0 0 25 0 11 0 1842797459 857341952 22374 4294967295 134512640 134569956 3221224352 3221214528 1131431756 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 22374 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 93.44
Current children cumulated vsize (Kb) 837248

[startup+110.009 s]
Raw data (loadavg): 1.03 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18231 3 1 0 10250 53 0 0 25 0 11 0 1842797459 857341952 22485 4294967295 134512640 134569956 3221224352 3221214292 1078903640 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 22485 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 103.03
Current children cumulated vsize (Kb) 837248

[startup+120.01 s]
Raw data (loadavg): 1.02 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18236 3 1 0 11200 53 0 0 19 0 11 0 1842797459 857341952 22632 4294967295 134512640 134569956 3221224352 3221214760 1131504931 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 22632 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 112.53
Current children cumulated vsize (Kb) 837248

[startup+130.01 s]
Raw data (loadavg): 1.02 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18240 3 1 0 12164 53 0 0 25 0 11 0 1842797459 857341952 22771 4294967295 134512640 134569956 3221224352 3221214520 1131342401 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 22771 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 122.17
Current children cumulated vsize (Kb) 837248

[startup+140.01 s]
Raw data (loadavg): 1.02 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18245 3 1 0 13123 54 0 0 25 0 11 0 1842797459 857341952 22947 4294967295 134512640 134569956 3221224352 3221214680 1131479772 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 22947 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 131.77
Current children cumulated vsize (Kb) 837248

[startup+150.011 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18250 3 1 0 14085 54 0 0 17 0 11 0 1842797459 857341952 23077 4294967295 134512640 134569956 3221224352 3221214680 1131479165 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 23077 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 141.39
Current children cumulated vsize (Kb) 837248

[startup+160.011 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18255 3 1 0 15042 54 0 0 25 0 11 0 1842797459 857341952 23196 4294967295 134512640 134569956 3221224352 3221214680 1131479415 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 23196 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 150.96
Current children cumulated vsize (Kb) 837248
One traced child (pid=13308) exited with status: 0

[startup+170.011 s]
Raw data (loadavg): 1.01 1.00 0.92 2/65 13308
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18262 3 1 0 15973 55 0 0 25 0 10 0 1842797459 857341952 23330 4294967295 134512640 134569956 3221224352 3221214968 1131378073 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 23330 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 160.28
Current children cumulated vsize (Kb) 837248
New thread pid=13309

[startup+180.011 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18269 3 1 0 16908 55 0 0 25 0 11 0 1842797459 857341952 23425 4294967295 134512640 134569956 3221224352 3221214728 1131509806 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 23425 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 169.63
Current children cumulated vsize (Kb) 837248

[startup+190.012 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18277 3 1 0 17830 55 0 0 17 0 11 0 1842797459 857341952 23673 4294967295 134512640 134569956 3221224352 3221214680 1131479734 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 23673 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 178.85
Current children cumulated vsize (Kb) 837248

[startup+200.012 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18284 3 1 0 18757 55 0 0 17 0 11 0 1842797459 857341952 23777 4294967295 134512640 134569956 3221224352 3221214760 1131321795 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 23777 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 188.12
Current children cumulated vsize (Kb) 837248

[startup+210.012 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18290 3 1 0 19694 55 0 0 24 0 11 0 1842797459 857341952 24013 4294967295 134512640 134569956 3221224352 3221214816 1131378073 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 24013 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 197.49
Current children cumulated vsize (Kb) 837248

[startup+220.013 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18298 3 1 0 20630 56 0 0 19 0 11 0 1842797459 857341952 24229 4294967295 134512640 134569956 3221224352 3221214776 1131490934 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 24229 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 206.86
Current children cumulated vsize (Kb) 837248

[startup+230.013 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18305 3 1 0 21585 56 0 0 16 0 11 0 1842797459 857341952 24497 4294967295 134512640 134569956 3221224352 3221214624 1131528025 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 24497 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 216.41
Current children cumulated vsize (Kb) 837248

[startup+240.014 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18311 3 1 0 22549 57 0 0 25 0 11 0 1842797459 857341952 24608 4294967295 134512640 134569956 3221224352 3221214648 1131342358 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 24608 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 226.06
Current children cumulated vsize (Kb) 837248

[startup+250.016 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18318 3 1 0 23510 57 0 0 23 0 11 0 1842797459 857341952 24732 4294967295 134512640 134569956 3221224352 3221214760 1131321795 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 24732 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 235.67
Current children cumulated vsize (Kb) 837248

[startup+260.015 s]
Raw data (loadavg): 1.07 1.02 0.93 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18325 3 1 0 24461 57 0 0 17 0 11 0 1842797459 857341952 24752 4294967295 134512640 134569956 3221224352 3221214576 1131370512 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 24752 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 245.18
Current children cumulated vsize (Kb) 837248

[startup+270.016 s]
Raw data (loadavg): 1.06 1.02 0.93 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18331 3 1 0 25413 57 0 0 19 0 11 0 1842797459 857341952 24770 4294967295 134512640 134569956 3221224352 3221214648 1131342420 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 24770 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 254.7
Current children cumulated vsize (Kb) 837248

[startup+280.016 s]
Raw data (loadavg): 1.13 1.03 0.93 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18337 3 1 0 26369 58 0 0 25 0 11 0 1842797459 857341952 24904 4294967295 134512640 134569956 3221224352 3221214776 1131490937 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 24904 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 264.27
Current children cumulated vsize (Kb) 837248

[startup+290.016 s]
Raw data (loadavg): 1.11 1.03 0.93 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) S 13295 13296 4419 0 -1 0 18345 3 1 0 27326 58 0 0 25 0 11 0 1842797459 857341952 25022 4294967295 134512640 134569956 3221224352 3221213320 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 25022 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 273.84
Current children cumulated vsize (Kb) 837248

[startup+300.016 s]
Raw data (loadavg): 1.09 1.03 0.93 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18352 3 1 0 28284 58 0 0 18 0 11 0 1842797459 857341952 25308 4294967295 134512640 134569956 3221224352 3221214680 1131479207 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 25308 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 283.42
Current children cumulated vsize (Kb) 837248

[startup+310.016 s]
Raw data (loadavg): 1.08 1.03 0.93 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18359 3 1 0 29267 59 0 0 20 0 11 0 1842797459 857341952 25346 4294967295 134512640 134569956 3221224352 3221214776 1131490949 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 25346 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 293.26
Current children cumulated vsize (Kb) 837248

[startup+320.016 s]
Raw data (loadavg): 1.07 1.03 0.93 2/66 13309
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18366 3 1 0 30249 60 0 0 19 0 11 0 1842797459 857341952 25358 4294967295 134512640 134569956 3221224352 3221214760 1131321832 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 25358 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 303.09
Current children cumulated vsize (Kb) 837248
One traced child (pid=13309) exited with status: 0
New thread pid=13310

[startup+330.017 s]
Raw data (loadavg): 1.06 1.02 0.93 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18374 3 1 0 31223 61 0 0 25 0 11 0 1842797459 857341952 25367 4294967295 134512640 134569956 3221224352 3221214648 1131342347 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 25367 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 312.84
Current children cumulated vsize (Kb) 837248

[startup+340.016 s]
Raw data (loadavg): 1.05 1.02 0.93 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18381 3 1 0 32190 62 0 0 25 0 11 0 1842797459 857341952 25377 4294967295 134512640 134569956 3221224352 3221214816 1131378073 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 25377 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 322.52
Current children cumulated vsize (Kb) 837248

[startup+350.016 s]
Raw data (loadavg): 1.04 1.02 0.93 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18388 3 1 0 33153 62 0 0 25 0 11 0 1842797459 857341952 25402 4294967295 134512640 134569956 3221224352 3221214760 1131321795 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 25402 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 332.15
Current children cumulated vsize (Kb) 837248

[startup+360.016 s]
Raw data (loadavg): 1.03 1.02 0.93 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18395 3 1 0 34110 62 0 0 25 0 11 0 1842797459 857341952 25435 4294967295 134512640 134569956 3221224352 3221214760 1131321795 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 25435 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 341.72
Current children cumulated vsize (Kb) 837248

[startup+370.017 s]
Raw data (loadavg): 1.03 1.02 0.93 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18402 3 1 0 35066 63 0 0 25 0 11 0 1842797459 857341952 25528 4294967295 134512640 134569956 3221224352 3221214648 1131342324 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 25528 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 351.29
Current children cumulated vsize (Kb) 837248

[startup+380.017 s]
Raw data (loadavg): 1.02 1.02 0.93 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18409 3 1 0 36024 63 0 0 25 0 11 0 1842797459 857341952 25639 4294967295 134512640 134569956 3221224352 3221214648 1131342324 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 25639 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 360.87
Current children cumulated vsize (Kb) 837248

[startup+390.018 s]
Raw data (loadavg): 1.02 1.02 0.93 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18417 3 1 0 36986 63 0 0 16 0 11 0 1842797459 857341952 25743 4294967295 134512640 134569956 3221224352 3221214680 1131478843 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 25743 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 370.49
Current children cumulated vsize (Kb) 837248

[startup+400.018 s]
Raw data (loadavg): 1.02 1.02 0.93 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18424 3 1 0 37960 64 0 0 22 0 11 0 1842797459 857341952 25823 4294967295 134512640 134569956 3221224352 3221214680 1131478909 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 25823 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 380.24
Current children cumulated vsize (Kb) 837248

[startup+410.018 s]
Raw data (loadavg): 1.01 1.02 0.93 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18432 3 1 0 38939 64 0 0 25 0 11 0 1842797459 857341952 25929 4294967295 134512640 134569956 3221224352 3221214648 1131342414 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 25929 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 390.03
Current children cumulated vsize (Kb) 837248

[startup+420.019 s]
Raw data (loadavg): 1.01 1.02 0.93 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18439 3 1 0 39920 64 0 0 23 0 11 0 1842797459 857341952 25976 4294967295 134512640 134569956 3221224352 3221214776 1131490789 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 25976 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 399.84
Current children cumulated vsize (Kb) 837248

[startup+430.021 s]
Raw data (loadavg): 1.01 1.02 0.93 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18446 3 1 0 40891 65 0 0 21 0 11 0 1842797459 857341952 25986 4294967295 134512640 134569956 3221224352 3221214680 1131478749 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 25986 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 409.56
Current children cumulated vsize (Kb) 837248

[startup+440.021 s]
Raw data (loadavg): 1.01 1.01 0.93 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18454 3 1 0 41855 65 0 0 24 0 11 0 1842797459 857341952 25992 4294967295 134512640 134569956 3221224352 3221214772 1131321772 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 25992 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 419.2
Current children cumulated vsize (Kb) 837248

[startup+450.022 s]
Raw data (loadavg): 1.00 1.01 0.93 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18461 3 1 0 42817 65 0 0 24 0 11 0 1842797459 857341952 25999 4294967295 134512640 134569956 3221224352 3221214680 1131479369 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 25999 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 428.82
Current children cumulated vsize (Kb) 837248

[startup+460.022 s]
Raw data (loadavg): 1.16 1.05 0.94 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) S 13295 13296 4419 0 -1 0 18468 3 1 0 43773 66 0 0 17 0 11 0 1842797459 857341952 26113 4294967295 134512640 134569956 3221224352 3221213424 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 26113 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 438.39
Current children cumulated vsize (Kb) 837248

[startup+470.022 s]
Raw data (loadavg): 1.13 1.04 0.94 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18475 3 1 0 44738 66 0 0 24 0 11 0 1842797459 857341952 26219 4294967295 134512640 134569956 3221224352 3221214648 1131342324 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 26219 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 448.04
Current children cumulated vsize (Kb) 837248

[startup+480.022 s]
Raw data (loadavg): 1.11 1.04 0.94 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18482 3 1 0 45702 66 0 0 20 0 11 0 1842797459 857341952 26273 4294967295 134512640 134569956 3221224352 3221214680 1131478753 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 26273 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 457.68
Current children cumulated vsize (Kb) 837248

[startup+490.024 s]
Raw data (loadavg): 1.09 1.04 0.94 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18489 3 1 0 46668 67 0 0 25 0 11 0 1842797459 857341952 26359 4294967295 134512640 134569956 3221224352 3221214760 1131321795 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 26359 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 467.35
Current children cumulated vsize (Kb) 837248

[startup+500.024 s]
Raw data (loadavg): 1.08 1.04 0.94 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18496 3 1 0 47634 67 0 0 22 0 11 0 1842797459 857341952 26429 4294967295 134512640 134569956 3221224352 3221214636 1131431443 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 26429 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 477.01
Current children cumulated vsize (Kb) 837248

[startup+510.024 s]
Raw data (loadavg): 1.07 1.04 0.94 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18503 3 1 0 48602 67 0 0 25 0 11 0 1842797459 857341952 26510 4294967295 134512640 134569956 3221224352 3221214816 1131378073 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 26510 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 486.69
Current children cumulated vsize (Kb) 837248

[startup+520.025 s]
Raw data (loadavg): 1.36 1.10 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18510 3 1 0 49568 67 0 0 25 0 11 0 1842797459 857341952 26563 4294967295 134512640 134569956 3221224352 3221214680 1131479119 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 26563 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 496.35
Current children cumulated vsize (Kb) 837248

[startup+530.025 s]
Raw data (loadavg): 1.30 1.10 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18517 3 1 0 50531 68 0 0 16 0 11 0 1842797459 857341952 26585 4294967295 134512640 134569956 3221224352 3221214680 1131479207 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 26585 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 505.99
Current children cumulated vsize (Kb) 837248

[startup+540.026 s]
Raw data (loadavg): 1.26 1.09 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18523 3 1 0 51498 68 0 0 25 0 11 0 1842797459 857341952 26652 4294967295 134512640 134569956 3221224352 3221214648 1131342329 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 26652 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 515.66
Current children cumulated vsize (Kb) 837248

[startup+550.027 s]
Raw data (loadavg): 1.22 1.09 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18530 3 1 0 52458 68 0 0 19 0 11 0 1842797459 857341952 26736 4294967295 134512640 134569956 3221224352 3221214592 1131370502 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 26736 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 525.26
Current children cumulated vsize (Kb) 837248

[startup+560.027 s]
Raw data (loadavg): 1.18 1.08 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18537 3 1 0 53421 68 0 0 25 0 11 0 1842797459 857341952 26801 4294967295 134512640 134569956 3221224352 3221214776 1131491239 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 26801 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 534.89
Current children cumulated vsize (Kb) 837248

[startup+570.028 s]
Raw data (loadavg): 1.15 1.08 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18544 3 1 0 54384 69 0 0 17 0 11 0 1842797459 857341952 26872 4294967295 134512640 134569956 3221224352 3221214772 1131321772 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 26872 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 544.53
Current children cumulated vsize (Kb) 837248

[startup+580.029 s]
Raw data (loadavg): 1.13 1.08 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18551 3 1 0 55351 69 0 0 21 0 11 0 1842797459 857341952 26961 4294967295 134512640 134569956 3221224352 3221214680 1131479165 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 26961 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 554.2
Current children cumulated vsize (Kb) 837248

[startup+590.028 s]
Raw data (loadavg): 1.11 1.08 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18559 3 1 0 56320 69 0 0 20 0 11 0 1842797459 857341952 27060 4294967295 134512640 134569956 3221224352 3221214680 1131479260 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 27060 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 563.89
Current children cumulated vsize (Kb) 837248

[startup+600.029 s]
Raw data (loadavg): 1.09 1.07 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18567 3 1 0 57293 70 0 0 25 0 11 0 1842797459 857341952 27099 4294967295 134512640 134569956 3221224352 3221214776 1131490949 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27099 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 573.63
Current children cumulated vsize (Kb) 837248

[startup+610.03 s]
Raw data (loadavg): 1.08 1.07 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18575 3 1 0 58270 70 0 0 25 0 11 0 1842797459 857341952 27170 4294967295 134512640 134569956 3221224352 3221214756 1131342304 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27170 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 583.4
Current children cumulated vsize (Kb) 837248

[startup+620.03 s]
Raw data (loadavg): 1.06 1.07 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18582 3 1 0 59251 70 0 0 25 0 11 0 1842797459 857341952 27185 4294967295 134512640 134569956 3221224352 3221214816 1131378073 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27185 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 593.21
Current children cumulated vsize (Kb) 837248

[startup+630.032 s]
Raw data (loadavg): 1.05 1.06 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18590 3 1 0 60227 71 0 0 23 0 11 0 1842797459 857341952 27197 4294967295 134512640 134569956 3221224352 3221214592 1131370508 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27197 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 602.98
Current children cumulated vsize (Kb) 837248

[startup+640.032 s]
Raw data (loadavg): 1.05 1.06 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18598 3 1 0 61205 71 0 0 25 0 11 0 1842797459 857341952 27219 4294967295 134512640 134569956 3221224352 3221214776 1131490789 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27219 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 612.76
Current children cumulated vsize (Kb) 837248

[startup+650.032 s]
Raw data (loadavg): 1.04 1.06 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18605 3 1 0 62183 71 0 0 25 0 11 0 1842797459 857341952 27237 4294967295 134512640 134569956 3221224352 3221214776 1131490949 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27237 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 622.54
Current children cumulated vsize (Kb) 837248

[startup+660.032 s]
Raw data (loadavg): 1.03 1.06 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18613 3 1 0 63158 72 0 0 19 0 11 0 1842797459 857341952 27269 4294967295 134512640 134569956 3221224352 3221214648 1131342386 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 27269 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 632.3
Current children cumulated vsize (Kb) 837248

[startup+670.033 s]
Raw data (loadavg): 1.03 1.05 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18620 3 1 0 64136 72 0 0 25 0 11 0 1842797459 857341952 27292 4294967295 134512640 134569956 3221224352 3221214680 1131479207 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27292 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (Kb) 837248

[startup+680.034 s]
Raw data (loadavg): 1.02 1.05 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18628 3 1 0 65109 72 0 0 19 0 11 0 1842797459 857341952 27308 4294967295 134512640 134569956 3221224352 3221214680 1131478836 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27308 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 651.81
Current children cumulated vsize (Kb) 837248

[startup+690.034 s]
Raw data (loadavg): 1.02 1.05 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18635 3 1 0 66084 72 0 0 23 0 11 0 1842797459 857341952 27354 4294967295 134512640 134569956 3221224352 3221214760 1131321795 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27354 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 661.56
Current children cumulated vsize (Kb) 837248

[startup+700.035 s]
Raw data (loadavg): 1.02 1.05 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18643 3 1 0 67057 73 0 0 20 0 11 0 1842797459 857341952 27380 4294967295 134512640 134569956 3221224352 3221214776 1131490789 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27380 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 671.3
Current children cumulated vsize (Kb) 837248

[startup+710.035 s]
Raw data (loadavg): 1.01 1.05 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) S 13295 13296 4419 0 -1 0 18650 3 1 0 68029 73 0 0 16 0 11 0 1842797459 857341952 27422 4294967295 134512640 134569956 3221224352 3221213408 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27423 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 681.02
Current children cumulated vsize (Kb) 837248

[startup+720.036 s]
Raw data (loadavg): 1.01 1.04 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18658 3 1 0 69004 73 0 0 18 0 11 0 1842797459 857341952 27454 4294967295 134512640 134569956 3221224352 3221214680 1131479207 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 27454 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 690.77
Current children cumulated vsize (Kb) 837248

[startup+730.037 s]
Raw data (loadavg): 1.01 1.04 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18665 3 1 0 69973 74 0 0 20 0 11 0 1842797459 857341952 27484 4294967295 134512640 134569956 3221224352 3221214776 1131491224 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 27484 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 700.47
Current children cumulated vsize (Kb) 837248

[startup+740.038 s]
Raw data (loadavg): 1.01 1.04 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18672 3 1 0 70938 74 0 0 20 0 11 0 1842797459 857341952 27515 4294967295 134512640 134569956 3221224352 3221214648 1131342324 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27515 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 710.12
Current children cumulated vsize (Kb) 837248

[startup+750.038 s]
Raw data (loadavg): 1.00 1.04 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18681 3 1 0 71896 75 0 0 24 0 11 0 1842797459 857341952 27548 4294967295 134512640 134569956 3221224352 3221214760 1131321795 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27548 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 719.71
Current children cumulated vsize (Kb) 837248

[startup+760.038 s]
Raw data (loadavg): 1.00 1.04 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18687 3 1 0 72862 75 0 0 25 0 11 0 1842797459 857341952 27580 4294967295 134512640 134569956 3221224352 3221214680 1131479165 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27580 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 729.37
Current children cumulated vsize (Kb) 837248

[startup+770.039 s]
Raw data (loadavg): 1.00 1.04 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18695 3 1 0 73816 76 0 0 16 0 11 0 1842797459 857341952 27698 4294967295 134512640 134569956 3221224352 3221214680 1131479628 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 27698 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 738.92
Current children cumulated vsize (Kb) 837248

[startup+780.039 s]
Raw data (loadavg): 1.00 1.03 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18702 3 1 0 74783 76 0 0 18 0 11 0 1842797459 857341952 27795 4294967295 134512640 134569956 3221224352 3221214772 1131321851 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27795 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 748.59
Current children cumulated vsize (Kb) 837248

[startup+790.04 s]
Raw data (loadavg): 1.00 1.03 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18709 3 1 0 75757 76 0 0 25 0 11 0 1842797459 857341952 27850 4294967295 134512640 134569956 3221224352 3221214776 1131490949 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 27850 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 758.33
Current children cumulated vsize (Kb) 837248

[startup+800.04 s]
Raw data (loadavg): 1.00 1.03 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18717 3 1 0 76730 77 0 0 20 0 11 0 1842797459 857341952 27903 4294967295 134512640 134569956 3221224352 3221214776 1131490779 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 27903 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 768.07
Current children cumulated vsize (Kb) 837248

[startup+810.04 s]
Raw data (loadavg): 1.00 1.03 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18725 3 1 0 77705 77 0 0 16 0 11 0 1842797459 857341952 27941 4294967295 134512640 134569956 3221224352 3221214680 1131479775 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 27941 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 777.82
Current children cumulated vsize (Kb) 837248

[startup+820.04 s]
Raw data (loadavg): 1.00 1.03 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18732 3 1 0 78683 77 0 0 22 0 11 0 1842797459 857341952 27980 4294967295 134512640 134569956 3221224352 3221214772 1131486304 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 27980 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 787.6
Current children cumulated vsize (Kb) 837248

[startup+830.04 s]
Raw data (loadavg): 1.00 1.03 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18739 3 1 0 79660 77 0 0 25 0 11 0 1842797459 857341952 27986 4294967295 134512640 134569956 3221224352 3221214680 1131479760 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 27986 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 797.37
Current children cumulated vsize (Kb) 837248

[startup+840.041 s]
Raw data (loadavg): 1.00 1.03 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18747 3 1 0 80632 78 0 0 23 0 11 0 1842797459 857341952 28005 4294967295 134512640 134569956 3221224352 3221214680 1131479628 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 28005 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 807.1
Current children cumulated vsize (Kb) 837248

[startup+850.042 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18754 3 1 0 81609 78 0 0 18 0 11 0 1842797459 857341952 28057 4294967295 134512640 134569956 3221224352 3221214760 1131321795 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 28057 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 816.87
Current children cumulated vsize (Kb) 837248

[startup+860.042 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18761 3 1 0 82579 79 0 0 25 0 11 0 1842797459 857341952 28084 4294967295 134512640 134569956 3221224352 3221214392 1078034759 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 28084 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 826.58
Current children cumulated vsize (Kb) 837248

[startup+870.043 s]
Raw data (loadavg): 1.08 1.04 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18768 3 1 0 83537 79 0 0 25 0 11 0 1842797459 857341952 28126 4294967295 134512640 134569956 3221224352 3221214680 1131479649 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 28126 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 836.16
Current children cumulated vsize (Kb) 837248

[startup+880.043 s]
Raw data (loadavg): 1.07 1.04 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18774 3 1 0 84483 79 0 0 25 0 11 0 1842797459 857341952 28140 4294967295 134512640 134569956 3221224352 3221214772 1131321772 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 28140 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 845.62
Current children cumulated vsize (Kb) 837248

[startup+890.044 s]
Raw data (loadavg): 1.06 1.04 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18780 3 1 0 85426 80 0 0 25 0 11 0 1842797459 857341952 28149 4294967295 134512640 134569956 3221224352 3221214816 1131378073 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 28149 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 855.06
Current children cumulated vsize (Kb) 837248

[startup+900.045 s]
Raw data (loadavg): 1.05 1.03 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18787 3 1 0 86362 80 0 0 25 0 11 0 1842797459 857341952 28175 4294967295 134512640 134569956 3221224352 3221214680 1131478944 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 28175 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 864.42
Current children cumulated vsize (Kb) 837248

[startup+910.045 s]
Raw data (loadavg): 1.04 1.03 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18793 3 1 0 87305 80 0 0 25 0 11 0 1842797459 857341952 28358 4294967295 134512640 134569956 3221224352 3221214640 1131484838 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 28358 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 873.85
Current children cumulated vsize (Kb) 837248

[startup+920.045 s]
Raw data (loadavg): 1.03 1.03 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18798 3 1 0 88261 80 0 0 25 0 11 0 1842797459 857341952 28686 4294967295 134512640 134569956 3221224352 3221214624 1131528019 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 28686 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 883.41
Current children cumulated vsize (Kb) 837248

[startup+930.045 s]
Raw data (loadavg): 1.03 1.03 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18803 3 1 0 89224 81 0 0 25 0 11 0 1842797459 857341952 28777 4294967295 134512640 134569956 3221224352 3221214776 1131491202 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 28777 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 893.05
Current children cumulated vsize (Kb) 837248

[startup+940.047 s]
Raw data (loadavg): 1.02 1.03 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18809 3 1 0 90179 82 0 0 21 0 11 0 1842797459 857341952 28795 4294967295 134512640 134569956 3221224352 3221214680 1131478836 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 28795 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 902.61
Current children cumulated vsize (Kb) 837248

[startup+950.048 s]
Raw data (loadavg): 1.02 1.03 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18816 3 1 0 91125 82 0 0 17 0 11 0 1842797459 857341952 28810 4294967295 134512640 134569956 3221224352 3221214772 1131321851 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 28810 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 912.07
Current children cumulated vsize (Kb) 837248

[startup+960.048 s]
Raw data (loadavg): 1.02 1.03 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18822 3 1 0 92078 82 0 0 25 0 11 0 1842797459 857341952 28971 4294967295 134512640 134569956 3221224352 3221214760 1131321785 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 28971 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 921.6
Current children cumulated vsize (Kb) 837248

[startup+970.049 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18828 3 1 0 93040 83 0 0 25 0 11 0 1842797459 857341952 29068 4294967295 134512640 134569956 3221224352 3221214680 1131479281 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 29068 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 931.23
Current children cumulated vsize (Kb) 837248

[startup+980.049 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18836 3 1 0 94004 83 0 0 25 0 11 0 1842797459 857341952 29264 4294967295 134512640 134569956 3221224352 3221214680 1131479207 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 29264 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 940.87
Current children cumulated vsize (Kb) 837248

[startup+990.05 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18843 3 1 0 94979 84 0 0 25 0 11 0 1842797459 857341952 29321 4294967295 134512640 134569956 3221224352 3221214604 1131378032 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 29321 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 950.63
Current children cumulated vsize (Kb) 837248

[startup+1000.05 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18849 3 1 0 95954 84 0 0 22 0 11 0 1842797459 857341952 29369 4294967295 134512640 134569956 3221224352 3221214680 1131479628 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 29369 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 960.38
Current children cumulated vsize (Kb) 837248

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18856 3 1 0 96927 84 0 0 24 0 11 0 1842797459 857341952 29382 4294967295 134512640 134569956 3221224352 3221214680 1131479053 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 29382 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 970.11
Current children cumulated vsize (Kb) 837248

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18863 3 1 0 97899 85 0 0 25 0 11 0 1842797459 857341952 29397 4294967295 134512640 134569956 3221224352 3221214648 1131342906 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 29397 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 979.84
Current children cumulated vsize (Kb) 837248

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18870 3 1 0 98872 85 0 0 25 0 11 0 1842797459 857341952 29404 4294967295 134512640 134569956 3221224352 3221214760 1131505344 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 29404 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 989.57
Current children cumulated vsize (Kb) 837248

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18878 3 1 0 99841 85 0 0 16 0 11 0 1842797459 857341952 29537 4294967295 134512640 134569956 3221224352 3221214680 1131479701 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 29537 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 999.26
Current children cumulated vsize (Kb) 837248

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18884 3 1 0 100820 85 0 0 25 0 11 0 1842797459 857341952 29540 4294967295 134512640 134569956 3221224352 3221214648 1131342324 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 29540 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1009.05
Current children cumulated vsize (Kb) 837248

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18891 3 1 0 101792 85 0 0 25 0 11 0 1842797459 857341952 29554 4294967295 134512640 134569956 3221224352 3221214736 1131486355 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 29554 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1018.77
Current children cumulated vsize (Kb) 837248

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18898 3 1 0 102760 86 0 0 25 0 11 0 1842797459 857341952 29563 4294967295 134512640 134569956 3221224352 3221214624 1131528375 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 29563 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1028.46
Current children cumulated vsize (Kb) 837248

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18903 3 1 0 103732 86 0 0 25 0 11 0 1842797459 857341952 29634 4294967295 134512640 134569956 3221224352 3221214680 1131478845 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 29634 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1038.18
Current children cumulated vsize (Kb) 837248

[startup+1090.06 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18910 3 1 0 104696 87 0 0 25 0 11 0 1842797459 857341952 29676 4294967295 134512640 134569956 3221224352 3221214048 1085806237 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 29676 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1047.83
Current children cumulated vsize (Kb) 837248

[startup+1100.05 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18918 3 1 0 105653 87 0 0 24 0 11 0 1842797459 857341952 29728 4294967295 134512640 134569956 3221224352 3221214528 1131431880 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 29728 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1057.4
Current children cumulated vsize (Kb) 837248

[startup+1110.06 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18925 3 1 0 106613 87 0 0 21 0 11 0 1842797459 857341952 29797 4294967295 134512640 134569956 3221224352 3221214680 1131479207 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 29797 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1067
Current children cumulated vsize (Kb) 837248

[startup+1120.05 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18931 3 1 0 107580 87 0 0 25 0 11 0 1842797459 857341952 29883 4294967295 134512640 134569956 3221224352 3221214568 1131830874 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 29883 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1076.67
Current children cumulated vsize (Kb) 837248

[startup+1130.06 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18937 3 1 0 108547 88 0 0 25 0 11 0 1842797459 857341952 29990 4294967295 134512640 134569956 3221224352 3221214664 1131478940 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 29990 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1086.35
Current children cumulated vsize (Kb) 837248

[startup+1140.06 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18944 3 1 0 109507 88 0 0 25 0 11 0 1842797459 857341952 30045 4294967295 134512640 134569956 3221224352 3221214664 1131431797 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 30045 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1095.95
Current children cumulated vsize (Kb) 837248

[startup+1150.06 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18952 3 1 0 110463 89 0 0 24 0 11 0 1842797459 857341952 30186 4294967295 134512640 134569956 3221224352 3221214680 1131478924 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 30186 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1105.52
Current children cumulated vsize (Kb) 837248

[startup+1160.06 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18957 3 1 0 111437 89 0 0 25 0 11 0 1842797459 857341952 30196 4294967295 134512640 134569956 3221224352 3221214416 1131827659 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 30196 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1115.26
Current children cumulated vsize (Kb) 837248

[startup+1170.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18963 3 1 0 112406 89 0 0 21 0 11 0 1842797459 857341952 30274 4294967295 134512640 134569956 3221224352 3221214816 1131378073 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 30274 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1124.95
Current children cumulated vsize (Kb) 837248

[startup+1180.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18970 3 1 0 113371 90 0 0 23 0 11 0 1842797459 857341952 30411 4294967295 134512640 134569956 3221224352 3221214680 1131479207 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 30411 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1134.61
Current children cumulated vsize (Kb) 837248

[startup+1190.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18975 3 1 0 114348 90 0 0 25 0 11 0 1842797459 857341952 30497 4294967295 134512640 134569956 3221224352 3221214776 1131490963 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 30497 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1144.38
Current children cumulated vsize (Kb) 837248

[startup+1200.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18983 3 1 0 115307 91 0 0 24 0 11 0 1842797459 857341952 30492 4294967295 134512640 134569956 3221224352 3221214680 1131479222 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 30492 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1153.98
Current children cumulated vsize (Kb) 837248

[startup+1210.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18989 3 1 0 116278 91 0 0 22 0 11 0 1842797459 857341952 30629 4294967295 134512640 134569956 3221224352 3221214680 1131479207 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 30629 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1163.69
Current children cumulated vsize (Kb) 837248

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 18995 3 1 0 117252 91 0 0 25 0 11 0 1842797459 857341952 30711 4294967295 134512640 134569956 3221224352 3221214760 1131321795 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 30711 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1173.43
Current children cumulated vsize (Kb) 837248

[startup+1230.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 19002 3 1 0 118225 92 0 0 25 0 11 0 1842797459 857341952 30761 4294967295 134512640 134569956 3221224352 3221214280 1085806342 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 30761 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1183.17
Current children cumulated vsize (Kb) 837248

[startup+1240.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 19008 3 1 0 119204 92 0 0 25 0 11 0 1842797459 857341952 30862 4294967295 134512640 134569956 3221224352 3221214648 1131342324 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/13296/statm): 209312 30862 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1192.96
Current children cumulated vsize (Kb) 837248

[startup+1250.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 19015 3 1 0 120182 92 0 0 22 0 11 0 1842797459 857341952 30898 4294967295 134512640 134569956 3221224352 3221214756 1131342304 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 30898 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1202.74
Current children cumulated vsize (Kb) 837248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 13310
Raw data (/proc/13296/stat): 13296 (java) R 13295 13296 4419 0 -1 0 19015 3 1 0 120182 92 0 0 22 0 11 0 1842797459 857341952 30898 4294967295 134512640 134569956 3221224352 3221214776 1131490804 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/13296/statm): 209312 30898 13129 16 0 209296 0
[pid=13296] vsize: 837248
Current children cumulated CPU time (s) 1202.74
Current children cumulated vsize (Kb) 837248

Sending SIGTERM to -13296
Sleeping 2 seconds
New thread pid=13312
New thread pid=13313
One traced child (pid=13313) exited with status: 0
One traced child (pid=13305) exited with status: 0
One traced child (pid=13300) exited with status: 0
One traced child (pid=13297) exited with status: 143
One traced child (pid=13310) exited with status: 143
One traced child (pid=13298) exited with status: 143
One traced child (pid=13299) exited with status: 143
One traced child (pid=13304) exited with status: 143
One traced child (pid=13301) exited with status: 143
One traced child (pid=13303) exited with status: 143
One traced child (pid=13302) exited with status: 143
One traced child (pid=13312) exited with status: 143
One traced child (pid=13296) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.21
CPU time (s): 1258.62
CPU user time (s): 1256.78
CPU system time (s): 1.84572
CPU usage (%): 100.673
Max. virtual memory (cumulated for all children) (Kb): 839824

Verifier Data

Verifier:	OK	236