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-ii32b3.opb
MD5SUM2998f4c8b2aa0ba71848641193ef2744
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 331
Optimality of the best value was proved YES
Number of terms in the objective function 696
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 696
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 696
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 benchmark86.9458
Number of variables696
Total number of constraints6082
Number of constraints which are clauses6082
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 1777

Launcher Data

LAUNCH ON wulflinc23 THE 2005-09-18 16:32:03 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6002 boxname=wulflinc23 idbench=142 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  2998f4c8b2aa0ba71848641193ef2744  /oldhome/oroussel/tmp/wulflinc23/normalized-ii32b3.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc23/normalized-ii32b3.opb
IDLAUNCH: 6002
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.037
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	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.037
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	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        916308 kB
Buffers:         32820 kB
Cached:          58324 kB
SwapCached:        792 kB
Active:          41644 kB
Inactive:        52212 kB
HighTotal:      131008 kB
HighFree:        68936 kB
LowTotal:       903652 kB
LowFree:        847372 kB
SwapTotal:     2097136 kB
SwapFree:      2095868 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5692 kB
Slab:            18960 kB
Committed_AS:    64140 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 16:52:44 (client local time) WITH STATUS 143 IN 1246.08 SECONDS
stats: 6002 0 1246.08 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/wulflinc23/normalized-ii32b3.opb
c reading problem ... done. Time 3.82 ms.
c #vars     696
c #constraints  6082
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 345 		Current CPU time: 8.28 ms
c CURRENT OPTIMUM=                 344 		Current CPU time: 9.56 ms
c CURRENT OPTIMUM=                 341 		Current CPU time: 12.35 ms
c CURRENT OPTIMUM=                 332 		Current CPU time: 17.07 ms
c CURRENT OPTIMUM=                 331 		Current CPU time: 181.62 ms
c starts		: 16
c conflicts		: 2633
c decisions		: 7750
c propagations		: 361253
c inspects		: 4777281
c learnt literals	: 1
c learnt binary clauses	: 53
c learnt ternary clauses	: 31
c learnt clauses	: 2632
c root simplifications	: 20
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 7.3308997899106005
c non guided choices	1916
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 -x535 x536 -x537 x538 x539 -x540 -x541 x542 x543 -x544 -x545 x546 -x547 x548 -x549 x550 x551 -x552 -x553 x554 x555 -x556 -x557 x558 -x559 x560 x561 -x562 -x563 x564 -x565 x566 -x567 x568 x569 -x570 -x571 x572 -x573 x574 x575 -x576 -x577 x578 -x579 x580 x581 -x582 -x583 x584 x585 -x586 -x587 x588 -x589 x590 x591 -x592 -x593 x594 -x595 x596 x597 -x598 -x599 x600 -x601 x602 x603 -x604 -x605 x606 -x607 x608 -x609 x610 x611 -x612 -x613 x614 -x615 x616 x617 -x618 -x619 x620 x621 -x622 -x623 x624 -x625 x626 x627 -x628 -x629 x630 -x631 x632 -x633 -x634 x635 -x636 -x637 x638 x639 -x640 -x641 x642 -x643 x644 -x645 x646 x647 -x648 -x649 x650 -x651 x652 x653 -x654 -x655 x656 -x657 x658 x659 -x660 -x661 x662 x663 -x664 -x665 x666 -x667 x668 -x669 x670 x671 -x672 -x673 x674 x675 -x676 -x677 x678 -x679 x680 x681 -x682 -x683 x684 -x685 x686 -x687 x688 x689 -x690 -x691 x692 x693 -x694 -x695 x696 
c objective function=331
c Total CPU time (ms) : 1238.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/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1842728672 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 39 3 38 16 0 23 0
[pid=9262] 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/9262
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=9263
New thread pid=9264
New thread pid=9265
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=9266
New thread pid=9267
New thread pid=9268
New thread pid=9269
New thread pid=9270
New thread pid=9271
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/wulflinc23/normalized-ii32b3.opb
New thread pid=9272
One traced child (pid=9272) exited with status: 0
New thread pid=9273

[startup+10.0031 s]
Raw data (loadavg): 1.01 1.00 0.99 2/66 9273
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18207 4 4 0 735 53 0 0 25 0 11 0 1842728672 855027712 19973 4294967295 134512640 134569956 3221224352 3221214764 1131495404 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 208747 19973 13129 16 0 208731 0
[pid=9262] vsize: 834988
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (Kb) 834988
One traced child (pid=9273) exited with status: 0
New thread pid=9274
One traced child (pid=9274) exited with status: 0
New thread pid=9275
One traced child (pid=9275) exited with status: 0
New thread pid=9276

[startup+20.0027 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18215 4 4 0 1645 53 0 0 18 0 11 0 1842728672 860844032 22539 4294967295 134512640 134569956 3221224352 3221214640 1131343691 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 210167 22539 13129 16 0 210151 0
[pid=9262] vsize: 840668
Current children cumulated CPU time (s) 16.98
Current children cumulated vsize (Kb) 840668

[startup+30.0034 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18224 4 4 0 2610 54 0 0 25 0 11 0 1842728672 859467776 22434 4294967295 134512640 134569956 3221224352 3221214672 1131472243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209831 22434 13129 16 0 209815 0
[pid=9262] vsize: 839324
Current children cumulated CPU time (s) 26.64
Current children cumulated vsize (Kb) 839324

[startup+40.005 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18232 4 4 0 3568 54 0 0 17 0 11 0 1842728672 859467776 22473 4294967295 134512640 134569956 3221224352 3221214668 1131057164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209831 22473 13129 16 0 209815 0
[pid=9262] vsize: 839324
Current children cumulated CPU time (s) 36.22
Current children cumulated vsize (Kb) 839324

[startup+50.0057 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18240 4 4 0 4528 54 0 0 25 0 11 0 1842728672 859467776 22506 4294967295 134512640 134569956 3221224352 3221214672 1131472093 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209831 22506 13129 16 0 209815 0
[pid=9262] vsize: 839324
Current children cumulated CPU time (s) 45.82
Current children cumulated vsize (Kb) 839324

[startup+60.0063 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18248 4 4 0 5489 55 0 0 25 0 11 0 1842728672 859467776 22617 4294967295 134512640 134569956 3221224352 3221214640 1131343687 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209831 22617 13129 16 0 209815 0
[pid=9262] vsize: 839324
Current children cumulated CPU time (s) 55.44
Current children cumulated vsize (Kb) 839324

[startup+70.007 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18256 4 4 0 6456 56 0 0 18 0 11 0 1842728672 859467776 22796 4294967295 134512640 134569956 3221224352 3221214640 1131343668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209831 22796 13129 16 0 209815 0
[pid=9262] vsize: 839324
Current children cumulated CPU time (s) 65.12
Current children cumulated vsize (Kb) 839324

[startup+80.0086 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) S 9261 9262 5299 0 -1 0 18264 4 4 0 7425 56 0 0 25 0 11 0 1842728672 856076288 22047 4294967295 134512640 134569956 3221224352 3221213312 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 22047 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 74.81
Current children cumulated vsize (Kb) 836012

[startup+90.0092 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18271 4 4 0 8399 57 0 0 25 0 11 0 1842728672 856076288 22079 4294967295 134512640 134569956 3221224352 3221214672 1131472097 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 22079 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 84.56
Current children cumulated vsize (Kb) 836012

[startup+100.01 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18280 4 4 0 9369 57 0 0 25 0 11 0 1842728672 856076288 22108 4294967295 134512640 134569956 3221224352 3221214584 1131361362 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 22108 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 94.26
Current children cumulated vsize (Kb) 836012

[startup+110.011 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18287 4 4 0 10343 58 0 0 22 0 11 0 1842728672 856076288 22135 4294967295 134512640 134569956 3221224352 3221214672 1131472544 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 22135 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 104.01
Current children cumulated vsize (Kb) 836012

[startup+120.012 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18294 4 4 0 11316 58 0 0 25 0 11 0 1842728672 856076288 22163 4294967295 134512640 134569956 3221224352 3221214672 1131472101 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 22163 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 113.74
Current children cumulated vsize (Kb) 836012

[startup+130.013 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18302 4 4 0 12287 59 0 0 25 0 11 0 1842728672 856076288 22189 4294967295 134512640 134569956 3221224352 3221214672 1131472571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 22189 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 123.46
Current children cumulated vsize (Kb) 836012

[startup+140.013 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18310 4 4 0 13258 59 0 0 25 0 11 0 1842728672 856076288 22240 4294967295 134512640 134569956 3221224352 3221214752 1131318211 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 22240 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 133.17
Current children cumulated vsize (Kb) 836012

[startup+150.014 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18318 4 4 0 14231 59 0 0 25 0 11 0 1842728672 856076288 22289 4294967295 134512640 134569956 3221224352 3221214752 1131318211 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 22289 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 142.9
Current children cumulated vsize (Kb) 836012

[startup+160.015 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18326 4 4 0 15203 60 0 0 25 0 11 0 1842728672 856076288 22314 4294967295 134512640 134569956 3221224352 3221214768 1131499973 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 22314 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 152.63
Current children cumulated vsize (Kb) 836012

[startup+170.015 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18333 4 4 0 16175 61 0 0 23 0 11 0 1842728672 856076288 22325 4294967295 134512640 134569956 3221224352 3221214668 1131572227 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 22325 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (Kb) 836012

[startup+180.016 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9276
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18339 4 4 0 17139 61 0 0 24 0 11 0 1842728672 856076288 22344 4294967295 134512640 134569956 3221224352 3221214640 1131627215 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 22344 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 172
Current children cumulated vsize (Kb) 836012
One traced child (pid=9276) exited with status: 0
New thread pid=9277

[startup+190.017 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18346 4 4 0 18082 61 0 0 25 0 11 0 1842728672 856076288 22662 4294967295 134512640 134569956 3221224352 3221214640 1131343764 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 22662 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 181.43
Current children cumulated vsize (Kb) 836012

[startup+200.017 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18353 4 4 0 19019 62 0 0 16 0 11 0 1842728672 856076288 22699 4294967295 134512640 134569956 3221224352 3221214768 1131500312 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 22699 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 190.81
Current children cumulated vsize (Kb) 836012

[startup+210.018 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18360 4 4 0 19958 62 0 0 19 0 11 0 1842728672 856076288 22747 4294967295 134512640 134569956 3221224352 3221214672 1131472571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 22747 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 200.2
Current children cumulated vsize (Kb) 836012

[startup+220.018 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18367 4 4 0 20901 63 0 0 25 0 11 0 1842728672 856076288 22816 4294967295 134512640 134569956 3221224352 3221214748 1131344384 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 22816 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 209.64
Current children cumulated vsize (Kb) 836012

[startup+230.019 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18374 4 4 0 21861 63 0 0 25 0 11 0 1842728672 856076288 23306 4294967295 134512640 134569956 3221224352 3221214640 1131343661 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23306 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 219.24
Current children cumulated vsize (Kb) 836012

[startup+240.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18382 4 4 0 22839 63 0 0 25 0 11 0 1842728672 856076288 23339 4294967295 134512640 134569956 3221224352 3221214672 1131472299 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23339 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 229.02
Current children cumulated vsize (Kb) 836012

[startup+250.02 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18390 4 4 0 23815 63 0 0 24 0 11 0 1842728672 856076288 23349 4294967295 134512640 134569956 3221224352 3221214768 1131500054 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23349 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 238.78
Current children cumulated vsize (Kb) 836012

[startup+260.022 s]
Raw data (loadavg): 1.07 1.02 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18397 4 4 0 24794 64 0 0 19 0 11 0 1842728672 856076288 23354 4294967295 134512640 134569956 3221224352 3221214672 1131472571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23354 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 248.58
Current children cumulated vsize (Kb) 836012

[startup+270.023 s]
Raw data (loadavg): 1.06 1.02 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18404 4 4 0 25773 64 0 0 25 0 11 0 1842728672 856076288 23373 4294967295 134512640 134569956 3221224352 3221214640 1131343699 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23373 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 258.37
Current children cumulated vsize (Kb) 836012

[startup+280.024 s]
Raw data (loadavg): 1.05 1.01 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18412 4 4 0 26750 64 0 0 24 0 11 0 1842728672 856076288 23399 4294967295 134512640 134569956 3221224352 3221214672 1131472651 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23399 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 268.14
Current children cumulated vsize (Kb) 836012

[startup+290.026 s]
Raw data (loadavg): 1.04 1.01 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18419 4 4 0 27731 65 0 0 18 0 11 0 1842728672 856076288 23421 4294967295 134512640 134569956 3221224352 3221214752 1131318211 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23421 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 277.96
Current children cumulated vsize (Kb) 836012

[startup+300.027 s]
Raw data (loadavg): 1.04 1.01 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18427 4 4 0 28710 65 0 0 25 0 11 0 1842728672 856076288 23434 4294967295 134512640 134569956 3221224352 3221214672 1131472618 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23434 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 287.75
Current children cumulated vsize (Kb) 836012

[startup+310.028 s]
Raw data (loadavg): 1.03 1.01 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18433 4 4 0 29683 66 0 0 25 0 11 0 1842728672 856076288 23440 4294967295 134512640 134569956 3221224352 3221214752 1131318211 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23440 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 297.49
Current children cumulated vsize (Kb) 836012

[startup+320.029 s]
Raw data (loadavg): 1.02 1.01 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18440 4 4 0 30648 67 0 0 23 0 11 0 1842728672 856076288 23452 4294967295 134512640 134569956 3221224352 3221214672 1131473292 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23452 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 307.15
Current children cumulated vsize (Kb) 836012

[startup+330.031 s]
Raw data (loadavg): 1.02 1.01 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18446 4 4 0 31615 67 0 0 25 0 11 0 1842728672 856076288 23462 4294967295 134512640 134569956 3221224352 3221214584 1131361356 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23462 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 316.82
Current children cumulated vsize (Kb) 836012

[startup+340.031 s]
Raw data (loadavg): 1.02 1.01 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18453 4 4 0 32577 67 0 0 25 0 11 0 1842728672 856076288 23470 4294967295 134512640 134569956 3221224352 3221214672 1131472097 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23470 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 326.44
Current children cumulated vsize (Kb) 836012

[startup+350.031 s]
Raw data (loadavg): 1.01 1.01 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18459 4 4 0 33543 67 0 0 18 0 11 0 1842728672 856076288 23589 4294967295 134512640 134569956 3221224352 3221214768 1131499958 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23589 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 336.1
Current children cumulated vsize (Kb) 836012

[startup+360.032 s]
Raw data (loadavg): 1.01 1.01 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18466 4 4 0 34515 67 0 0 25 0 11 0 1842728672 856076288 23645 4294967295 134512640 134569956 3221224352 3221214768 1131499816 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23645 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 345.82
Current children cumulated vsize (Kb) 836012

[startup+370.033 s]
Raw data (loadavg): 1.01 1.01 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18473 4 4 0 35491 68 0 0 25 0 11 0 1842728672 856076288 23741 4294967295 134512640 134569956 3221224352 3221214752 1131318243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23741 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 355.59
Current children cumulated vsize (Kb) 836012

[startup+380.034 s]
Raw data (loadavg): 1.01 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18481 4 4 0 36464 68 0 0 17 0 11 0 1842728672 856076288 23773 4294967295 134512640 134569956 3221224352 3221214672 1131472243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23773 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 365.32
Current children cumulated vsize (Kb) 836012

[startup+390.035 s]
Raw data (loadavg): 1.01 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18488 4 4 0 37444 68 0 0 25 0 11 0 1842728672 856076288 23793 4294967295 134512640 134569956 3221224352 3221214640 1131343668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23793 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 375.12
Current children cumulated vsize (Kb) 836012

[startup+400.036 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18495 4 4 0 38423 69 0 0 25 0 11 0 1842728672 856076288 23807 4294967295 134512640 134569956 3221224352 3221214752 1131318258 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23807 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 384.92
Current children cumulated vsize (Kb) 836012

[startup+410.037 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18503 4 4 0 39397 69 0 0 25 0 11 0 1842728672 856076288 23822 4294967295 134512640 134569956 3221224352 3221214672 1131473014 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23822 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 394.66
Current children cumulated vsize (Kb) 836012

[startup+420.037 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) S 9261 9262 5299 0 -1 0 18509 4 4 0 40377 69 0 0 25 0 11 0 1842728672 856076288 23837 4294967295 134512640 134569956 3221224352 3221213416 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23837 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 404.46
Current children cumulated vsize (Kb) 836012

[startup+430.039 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18516 4 4 0 41356 70 0 0 25 0 11 0 1842728672 856076288 23857 4294967295 134512640 134569956 3221224352 3221214672 1131472571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23857 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 414.26
Current children cumulated vsize (Kb) 836012

[startup+440.039 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18525 4 4 0 42327 70 0 0 24 0 11 0 1842728672 856076288 23869 4294967295 134512640 134569956 3221224352 3221214768 1131500292 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23869 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 423.97
Current children cumulated vsize (Kb) 836012

[startup+450.04 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18532 4 4 0 43304 70 0 0 24 0 11 0 1842728672 856076288 23887 4294967295 134512640 134569956 3221224352 3221214640 1131343668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23887 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 433.74
Current children cumulated vsize (Kb) 836012

[startup+460.042 s]
Raw data (loadavg): 1.08 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18539 4 4 0 44282 71 0 0 18 0 11 0 1842728672 856076288 23902 4294967295 134512640 134569956 3221224352 3221214768 1131499799 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23902 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 443.53
Current children cumulated vsize (Kb) 836012

[startup+470.041 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18546 4 4 0 45258 72 0 0 16 0 11 0 1842728672 856076288 23924 4294967295 134512640 134569956 3221224352 3221214672 1131472824 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23924 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 453.3
Current children cumulated vsize (Kb) 836012

[startup+480.043 s]
Raw data (loadavg): 1.06 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18553 4 4 0 46237 72 0 0 25 0 11 0 1842728672 856076288 23949 4294967295 134512640 134569956 3221224352 3221214640 1131343668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23949 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 463.09
Current children cumulated vsize (Kb) 836012

[startup+490.045 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18560 4 4 0 47217 73 0 0 25 0 11 0 1842728672 856076288 23960 4294967295 134512640 134569956 3221224352 3221214768 1131499973 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23960 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 472.9
Current children cumulated vsize (Kb) 836012

[startup+500.044 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18568 4 4 0 48193 73 0 0 25 0 11 0 1842728672 856076288 23979 4294967295 134512640 134569956 3221224352 3221214640 1131343668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 23979 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 482.66
Current children cumulated vsize (Kb) 836012

[startup+510.045 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18576 4 4 0 49172 73 0 0 25 0 11 0 1842728672 856076288 23993 4294967295 134512640 134569956 3221224352 3221214768 1131499813 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 23993 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 492.45
Current children cumulated vsize (Kb) 836012

[startup+520.046 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18583 4 4 0 50152 74 0 0 24 0 11 0 1842728672 856076288 24015 4294967295 134512640 134569956 3221224352 3221214768 1131500162 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24015 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 502.26
Current children cumulated vsize (Kb) 836012

[startup+530.047 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18591 4 4 0 51130 75 0 0 25 0 11 0 1842728672 856076288 24022 4294967295 134512640 134569956 3221224352 3221214584 1131361362 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24022 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 512.05
Current children cumulated vsize (Kb) 836012

[startup+540.048 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18598 4 4 0 52109 75 0 0 25 0 11 0 1842728672 856076288 24027 4294967295 134512640 134569956 3221224352 3221214672 1131472571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24027 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 521.84
Current children cumulated vsize (Kb) 836012

[startup+550.049 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18605 4 4 0 53086 76 0 0 25 0 11 0 1842728672 856076288 24034 4294967295 134512640 134569956 3221224352 3221214640 1131343844 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24034 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 531.62
Current children cumulated vsize (Kb) 836012

[startup+560.049 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18613 4 4 0 54060 76 0 0 19 0 11 0 1842728672 856076288 24043 4294967295 134512640 134569956 3221224352 3221214672 1131472154 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24043 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 541.36
Current children cumulated vsize (Kb) 836012

[startup+570.05 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18620 4 4 0 55037 76 0 0 20 0 11 0 1842728672 856076288 24061 4294967295 134512640 134569956 3221224352 3221214640 1131343668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24061 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 551.13
Current children cumulated vsize (Kb) 836012

[startup+580.051 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18627 4 4 0 56014 77 0 0 25 0 11 0 1842728672 856076288 24090 4294967295 134512640 134569956 3221224352 3221214672 1131472608 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24090 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 560.91
Current children cumulated vsize (Kb) 836012

[startup+590.052 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18635 4 4 0 56991 77 0 0 25 0 11 0 1842728672 856076288 24107 4294967295 134512640 134569956 3221224352 3221214672 1131472571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24107 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 570.68
Current children cumulated vsize (Kb) 836012

[startup+600.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18643 4 4 0 57968 78 0 0 24 0 11 0 1842728672 856076288 24128 4294967295 134512640 134569956 3221224352 3221214640 1131343668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24128 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 580.46
Current children cumulated vsize (Kb) 836012

[startup+610.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18651 4 4 0 58947 78 0 0 25 0 11 0 1842728672 856076288 24135 4294967295 134512640 134569956 3221224352 3221214748 1131343648 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24135 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 590.25
Current children cumulated vsize (Kb) 836012

[startup+620.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18658 4 4 0 59927 79 0 0 25 0 11 0 1842728672 856076288 24141 4294967295 134512640 134569956 3221224352 3221214584 1131361338 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24141 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 600.06
Current children cumulated vsize (Kb) 836012

[startup+630.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18667 4 4 0 60902 79 0 0 16 0 11 0 1842728672 856076288 24148 4294967295 134512640 134569956 3221224352 3221214752 1131318211 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24148 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 609.81
Current children cumulated vsize (Kb) 836012

[startup+640.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18674 4 4 0 61882 79 0 0 25 0 11 0 1842728672 856076288 24153 4294967295 134512640 134569956 3221224352 3221214672 1131472544 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24153 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 619.61
Current children cumulated vsize (Kb) 836012

[startup+650.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18682 4 4 0 62857 80 0 0 25 0 11 0 1842728672 856076288 24161 4294967295 134512640 134569956 3221224352 3221214672 1131472562 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24161 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 629.37
Current children cumulated vsize (Kb) 836012

[startup+660.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18689 4 4 0 63836 81 0 0 24 0 11 0 1842728672 856076288 24174 4294967295 134512640 134569956 3221224352 3221214768 1131499958 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24174 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 639.17
Current children cumulated vsize (Kb) 836012

[startup+670.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18697 4 4 0 64810 81 0 0 20 0 11 0 1842728672 856076288 24180 4294967295 134512640 134569956 3221224352 3221214668 1131362404 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24180 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 648.91
Current children cumulated vsize (Kb) 836012

[startup+680.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18704 4 4 0 65787 81 0 0 25 0 11 0 1842728672 856076288 24187 4294967295 134512640 134569956 3221224352 3221214672 1131472571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24187 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 658.68
Current children cumulated vsize (Kb) 836012

[startup+690.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18712 4 4 0 66762 82 0 0 24 0 11 0 1842728672 856076288 24205 4294967295 134512640 134569956 3221224352 3221214672 1131472997 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24205 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 668.44
Current children cumulated vsize (Kb) 836012

[startup+700.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18719 4 4 0 67740 82 0 0 22 0 11 0 1842728672 856076288 24228 4294967295 134512640 134569956 3221224352 3221214752 1131318211 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24228 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 678.22
Current children cumulated vsize (Kb) 836012

[startup+710.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18727 4 4 0 68715 83 0 0 18 0 11 0 1842728672 856076288 24247 4294967295 134512640 134569956 3221224352 3221214672 1131472571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24247 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 687.98
Current children cumulated vsize (Kb) 836012

[startup+720.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18734 4 4 0 69693 83 0 0 18 0 11 0 1842728672 856076288 24255 4294967295 134512640 134569956 3221224352 3221214672 1131472315 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24255 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 697.76
Current children cumulated vsize (Kb) 836012

[startup+730.061 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18741 4 4 0 70670 84 0 0 25 0 11 0 1842728672 856076288 24266 4294967295 134512640 134569956 3221224352 3221214752 1131318211 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24266 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 707.54
Current children cumulated vsize (Kb) 836012

[startup+740.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18748 4 4 0 71648 84 0 0 25 0 11 0 1842728672 856076288 24283 4294967295 134512640 134569956 3221224352 3221214672 1131472101 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24283 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 717.32
Current children cumulated vsize (Kb) 836012

[startup+750.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18756 4 4 0 72623 85 0 0 25 0 11 0 1842728672 856076288 24296 4294967295 134512640 134569956 3221224352 3221214752 1131318211 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24296 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 727.08
Current children cumulated vsize (Kb) 836012

[startup+760.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18764 4 4 0 73600 85 0 0 24 0 11 0 1842728672 856076288 24313 4294967295 134512640 134569956 3221224352 3221214768 1131499958 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24313 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 736.85
Current children cumulated vsize (Kb) 836012

[startup+770.064 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18771 4 4 0 74580 86 0 0 25 0 11 0 1842728672 856076288 24318 4294967295 134512640 134569956 3221224352 3221214672 1131472180 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24318 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 746.66
Current children cumulated vsize (Kb) 836012

[startup+780.064 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18778 4 4 0 75559 86 0 0 21 0 11 0 1842728672 856076288 24325 4294967295 134512640 134569956 3221224352 3221214672 1131472504 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24325 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 756.45
Current children cumulated vsize (Kb) 836012

[startup+790.065 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18785 4 4 0 76538 86 0 0 25 0 11 0 1842728672 856076288 24336 4294967295 134512640 134569956 3221224352 3221214640 1131343668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24336 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 766.24
Current children cumulated vsize (Kb) 836012

[startup+800.066 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18792 4 4 0 77515 86 0 0 25 0 11 0 1842728672 856076288 24346 4294967295 134512640 134569956 3221224352 3221214744 1131496625 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24346 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 776.01
Current children cumulated vsize (Kb) 836012

[startup+810.067 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18800 4 4 0 78488 87 0 0 17 0 11 0 1842728672 856076288 24353 4294967295 134512640 134569956 3221224352 3221214752 1131318211 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24353 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 785.75
Current children cumulated vsize (Kb) 836012

[startup+820.068 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18807 4 4 0 79464 87 0 0 25 0 11 0 1842728672 856076288 24363 4294967295 134512640 134569956 3221224352 3221214768 1131499973 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24363 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 795.51
Current children cumulated vsize (Kb) 836012

[startup+830.068 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18814 4 4 0 80439 88 0 0 25 0 11 0 1842728672 856076288 24381 4294967295 134512640 134569956 3221224352 3221214640 1131343702 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24381 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 805.27
Current children cumulated vsize (Kb) 836012

[startup+840.069 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18822 4 4 0 81411 88 0 0 25 0 11 0 1842728672 856076288 24409 4294967295 134512640 134569956 3221224352 3221214672 1131472391 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24409 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 814.99
Current children cumulated vsize (Kb) 836012

[startup+850.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18828 4 4 0 82379 89 0 0 25 0 11 0 1842728672 856076288 24424 4294967295 134512640 134569956 3221224352 3221214544 1131426794 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24424 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 824.68
Current children cumulated vsize (Kb) 836012

[startup+860.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18834 4 4 0 83324 89 0 0 20 0 11 0 1842728672 856076288 24448 4294967295 134512640 134569956 3221224352 3221214752 1131318211 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24448 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 834.13
Current children cumulated vsize (Kb) 836012

[startup+870.071 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18840 4 4 0 84255 89 0 0 25 0 11 0 1842728672 856076288 24886 4294967295 134512640 134569956 3221224352 3221214628 1131571699 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 24886 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 843.44
Current children cumulated vsize (Kb) 836012

[startup+880.072 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18845 4 4 0 85202 89 0 0 25 0 11 0 1842728672 856076288 24902 4294967295 134512640 134569956 3221224352 3221214672 1131472176 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 24902 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 852.91
Current children cumulated vsize (Kb) 836012

[startup+890.072 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18850 4 4 0 86141 90 0 0 25 0 11 0 1842728672 856076288 25300 4294967295 134512640 134569956 3221224352 3221214752 1131318211 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 25300 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 862.31
Current children cumulated vsize (Kb) 836012

[startup+900.072 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18855 4 4 0 87084 90 0 0 25 0 11 0 1842728672 856076288 25346 4294967295 134512640 134569956 3221224352 3221214624 1131364049 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 25346 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 871.74
Current children cumulated vsize (Kb) 836012

[startup+910.072 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18861 4 4 0 88015 91 0 0 17 0 11 0 1842728672 856076288 25623 4294967295 134512640 134569956 3221224352 3221214616 1131495427 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 25623 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 881.06
Current children cumulated vsize (Kb) 836012

[startup+920.073 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18866 4 4 0 88962 92 0 0 25 0 11 0 1842728672 856076288 25625 4294967295 134512640 134569956 3221224352 3221214720 1131630137 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 25625 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 890.54
Current children cumulated vsize (Kb) 836012

[startup+930.074 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18871 4 4 0 89905 92 0 0 25 0 11 0 1842728672 856076288 25829 4294967295 134512640 134569956 3221224352 3221214768 1131499973 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 25829 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 899.97
Current children cumulated vsize (Kb) 836012

[startup+940.074 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18878 4 4 0 90828 92 0 0 16 0 11 0 1842728672 856076288 25954 4294967295 134512640 134569956 3221224352 3221214544 1131426863 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 25954 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 909.2
Current children cumulated vsize (Kb) 836012

[startup+950.075 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18884 4 4 0 91770 93 0 0 25 0 11 0 1842728672 856076288 26240 4294967295 134512640 134569956 3221224352 3221214544 1131426824 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 26240 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 918.63
Current children cumulated vsize (Kb) 836012

[startup+960.076 s]
Raw data (loadavg): 1.12 1.03 1.01 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18889 4 4 0 92727 93 0 0 25 0 11 0 1842728672 856076288 26347 4294967295 134512640 134569956 3221224352 3221214640 1131343668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 26347 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 928.2
Current children cumulated vsize (Kb) 836012

[startup+970.076 s]
Raw data (loadavg): 1.10 1.03 1.01 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18895 4 4 0 93676 93 0 0 23 0 11 0 1842728672 856076288 26498 4294967295 134512640 134569956 3221224352 3221214640 1131343668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 26498 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 937.69
Current children cumulated vsize (Kb) 836012

[startup+980.078 s]
Raw data (loadavg): 1.08 1.03 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18901 4 4 0 94633 93 0 0 25 0 11 0 1842728672 856076288 26693 4294967295 134512640 134569956 3221224352 3221214640 1131343668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 26693 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 947.26
Current children cumulated vsize (Kb) 836012

[startup+990.079 s]
Raw data (loadavg): 1.07 1.03 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18907 4 4 0 95596 94 0 0 25 0 11 0 1842728672 856076288 26818 4294967295 134512640 134569956 3221224352 3221214640 1131343795 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 26818 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 956.9
Current children cumulated vsize (Kb) 836012

[startup+1000.08 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) S 9261 9262 5299 0 -1 0 18913 4 4 0 96566 94 0 0 25 0 11 0 1842728672 856076288 26894 4294967295 134512640 134569956 3221224352 3221213376 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 26895 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 966.6
Current children cumulated vsize (Kb) 836012

[startup+1010.08 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18920 4 4 0 97541 94 0 0 25 0 11 0 1842728672 856076288 26977 4294967295 134512640 134569956 3221224352 3221214768 1131500292 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 26977 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 976.35
Current children cumulated vsize (Kb) 836012

[startup+1020.08 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18928 4 4 0 98516 96 0 0 25 0 11 0 1842728672 856076288 27035 4294967295 134512640 134569956 3221224352 3221214768 1131499973 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27035 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 986.12
Current children cumulated vsize (Kb) 836012

[startup+1030.08 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18936 4 4 0 99494 96 0 0 25 0 11 0 1842728672 856076288 27054 4294967295 134512640 134569956 3221224352 3221214672 1131472407 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 27054 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 995.9
Current children cumulated vsize (Kb) 836012

[startup+1040.08 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18944 4 4 0 100471 97 0 0 16 0 11 0 1842728672 856076288 27063 4294967295 134512640 134569956 3221224352 3221214768 1131500144 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27063 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1005.68
Current children cumulated vsize (Kb) 836012

[startup+1050.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18952 4 4 0 101450 97 0 0 25 0 11 0 1842728672 856076288 27080 4294967295 134512640 134569956 3221224352 3221214672 1131473011 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27080 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1015.47
Current children cumulated vsize (Kb) 836012

[startup+1060.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18959 4 4 0 102432 98 0 0 25 0 11 0 1842728672 856076288 27092 4294967295 134512640 134569956 3221224352 3221214672 1131472108 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27092 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1025.3
Current children cumulated vsize (Kb) 836012

[startup+1070.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18966 4 4 0 103413 98 0 0 25 0 11 0 1842728672 856076288 27098 4294967295 134512640 134569956 3221224352 3221214672 1131472176 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 27098 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1035.11
Current children cumulated vsize (Kb) 836012

[startup+1080.09 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18972 4 4 0 104396 99 0 0 25 0 11 0 1842728672 856076288 27108 4294967295 134512640 134569956 3221224352 3221214640 1131343661 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27108 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1044.95
Current children cumulated vsize (Kb) 836012

[startup+1090.09 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18978 4 4 0 105378 99 0 0 25 0 11 0 1842728672 856076288 27110 4294967295 134512640 134569956 3221224352 3221214672 1131473114 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 27110 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1054.77
Current children cumulated vsize (Kb) 836012

[startup+1100.09 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18986 4 4 0 106355 100 0 0 22 0 11 0 1842728672 856076288 27123 4294967295 134512640 134569956 3221224352 3221214672 1131472571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27123 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1064.55
Current children cumulated vsize (Kb) 836012

[startup+1110.09 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 18994 4 4 0 107333 100 0 0 17 0 11 0 1842728672 856076288 27136 4294967295 134512640 134569956 3221224352 3221214240 1079762597 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27136 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1074.33
Current children cumulated vsize (Kb) 836012

[startup+1120.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19001 4 4 0 108314 100 0 0 25 0 11 0 1842728672 856076288 27141 4294967295 134512640 134569956 3221224352 3221214672 1131472571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 27141 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1084.14
Current children cumulated vsize (Kb) 836012

[startup+1130.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19009 4 4 0 109292 100 0 0 25 0 11 0 1842728672 856076288 27157 4294967295 134512640 134569956 3221224352 3221214768 1131500269 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 27157 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1093.92
Current children cumulated vsize (Kb) 836012

[startup+1140.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19017 4 4 0 110273 101 0 0 24 0 11 0 1842728672 856076288 27173 4294967295 134512640 134569956 3221224352 3221214640 1131344371 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27173 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1103.74
Current children cumulated vsize (Kb) 836012

[startup+1150.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19024 4 4 0 111257 101 0 0 25 0 11 0 1842728672 856076288 27182 4294967295 134512640 134569956 3221224352 3221214672 1131472581 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 27182 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1113.58
Current children cumulated vsize (Kb) 836012

[startup+1160.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19032 4 4 0 112237 102 0 0 25 0 11 0 1842728672 856076288 27189 4294967295 134512640 134569956 3221224352 3221214640 1131343661 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 27189 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1123.39
Current children cumulated vsize (Kb) 836012

[startup+1170.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19041 4 4 0 113216 102 0 0 25 0 11 0 1842728672 856076288 27195 4294967295 134512640 134569956 3221224352 3221214768 1131499732 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27195 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1133.18
Current children cumulated vsize (Kb) 836012

[startup+1180.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19048 4 4 0 114200 103 0 0 25 0 11 0 1842728672 856076288 27201 4294967295 134512640 134569956 3221224352 3221214640 1131343668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27201 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1143.03
Current children cumulated vsize (Kb) 836012

[startup+1190.1 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19056 4 4 0 115179 103 0 0 25 0 11 0 1842728672 856076288 27208 4294967295 134512640 134569956 3221224352 3221214672 1131472154 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27208 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1152.82
Current children cumulated vsize (Kb) 836012

[startup+1200.1 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19063 4 4 0 116160 104 0 0 25 0 11 0 1842728672 856076288 27214 4294967295 134512640 134569956 3221224352 3221214672 1131472315 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 27214 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1162.64
Current children cumulated vsize (Kb) 836012

[startup+1210.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19070 4 4 0 117141 104 0 0 25 0 11 0 1842728672 856076288 27221 4294967295 134512640 134569956 3221224352 3221214672 1131472571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/9262/statm): 209003 27221 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1172.45
Current children cumulated vsize (Kb) 836012

[startup+1220.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19077 4 4 0 118122 105 0 0 25 0 11 0 1842728672 856076288 27229 4294967295 134512640 134569956 3221224352 3221214672 1131472754 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27229 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (Kb) 836012

[startup+1230.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19085 4 4 0 119100 106 0 0 22 0 11 0 1842728672 856076288 27235 4294967295 134512640 134569956 3221224352 3221214752 1131318211 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27235 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1192.06
Current children cumulated vsize (Kb) 836012

[startup+1240.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19093 4 4 0 120077 106 0 0 21 0 11 0 1842728672 856076288 27251 4294967295 134512640 134569956 3221224352 3221214672 1131472268 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27251 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1201.83
Current children cumulated vsize (Kb) 836012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1240.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9277
Raw data (/proc/9262/stat): 9262 (java) R 9261 9262 5299 0 -1 0 19093 4 4 0 120077 106 0 0 21 0 11 0 1842728672 856076288 27251 4294967295 134512640 134569956 3221224352 3221214640 1131343668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/9262/statm): 209003 27251 13129 16 0 208987 0
[pid=9262] vsize: 836012
Current children cumulated CPU time (s) 1201.83
Current children cumulated vsize (Kb) 836012

Sending SIGTERM to -9262
Sleeping 2 seconds
New thread pid=9279
New thread pid=9280
One traced child (pid=9280) exited with status: 0
One traced child (pid=9271) exited with status: 0
One traced child (pid=9266) exited with status: 0
One traced child (pid=9263) exited with status: 143
One traced child (pid=9264) exited with status: 143
One traced child (pid=9267) exited with status: 143
One traced child (pid=9268) exited with status: 143
One traced child (pid=9270) exited with status: 143
One traced child (pid=9265) exited with status: 143
One traced child (pid=9269) exited with status: 143
One traced child (pid=9277) exited with status: 143
One traced child (pid=9279) exited with status: 143
One traced child (pid=9262) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1240.22
CPU time (s): 1246.08
CPU user time (s): 1244.2
CPU system time (s): 1.87771
CPU usage (%): 100.473
Max. virtual memory (cumulated for all children) (Kb): 840668

Verifier Data

Verifier:	OK	331