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-ii8a4.opb
MD5SUM8a77190c2eeefb9e88447a9087adfd6f
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 283
Optimality of the best value was proved NO
Number of terms in the objective function 792
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 792
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 792
Number of bits of the biggest sum of numbers10
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.02
Number of variables792
Total number of constraints3194
Number of constraints which are clauses3194
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 constraint8

Trace number 1807

Launcher Data

LAUNCH ON wulflinc30 THE 2005-09-18 16:44:34 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6017 boxname=wulflinc30 idbench=157 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  8a77190c2eeefb9e88447a9087adfd6f  /oldhome/oroussel/tmp/wulflinc30/normalized-ii8a4.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc30/normalized-ii8a4.opb
IDLAUNCH: 6017
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
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.072
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:        908496 kB
Buffers:         37284 kB
Cached:          58760 kB
SwapCached:        788 kB
Active:          65496 kB
Inactive:        33220 kB
HighTotal:      131008 kB
HighFree:        71484 kB
LowTotal:       903652 kB
LowFree:        837012 kB
SwapTotal:     2097892 kB
SwapFree:      2096636 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5732 kB
Slab:            21824 kB
Committed_AS:    64172 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 17:05:14 (client local time) WITH STATUS 143 IN 1237.36 SECONDS
stats: 6017 0 1237.36 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/wulflinc30/normalized-ii8a4.opb
c reading problem ... done. Time 2.608 ms.
c #vars     792
c #constraints  3194
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 383 		Current CPU time: 4.29 ms
c CURRENT OPTIMUM=                 382 		Current CPU time: 5.37 ms
c CURRENT OPTIMUM=                 368 		Current CPU time: 6.57 ms
c CURRENT OPTIMUM=                 367 		Current CPU time: 8.56 ms
c CURRENT OPTIMUM=                 362 		Current CPU time: 43.15 ms
c CURRENT OPTIMUM=                 320 		Current CPU time: 99.55 ms
c CURRENT OPTIMUM=                 319 		Current CPU time: 231.57 ms
c starts		: 13
c conflicts		: 823
c decisions		: 5254
c propagations		: 61101
c inspects		: 1478869
c learnt literals	: 0
c learnt binary clauses	: 3
c learnt ternary clauses	: 5
c learnt clauses	: 823
c root simplifications	: 13
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 5.216291429257894
c non guided choices	533
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 -x697 x698 -x699 x700 -x701 x702 -x703 x704 -x705 x706 x707 -x708 -x709 -x710 -x711 -x712 x713 -x714 -x715 x716 -x717 x718 -x719 x720 -x721 x722 -x723 x724 -x725 x726 -x727 x728 -x729 x730 x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 x740 -x741 x742 x743 -x744 -x745 x746 -x747 x748 -x749 x750 x751 -x752 -x753 x754 -x755 x756 -x757 x758 -x759 x760 -x761 x762 -x763 x764 -x765 x766 x767 -x768 -x769 x770 -x771 x772 -x773 x774 -x775 x776 -x777 x778 x779 -x780 -x781 x782 -x783 x784 -x785 x786 x787 -x788 -x789 x790 -x791 x792 
c objective function=319
c Total CPU time (ms) : 1238.84

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/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1842780591 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 39 3 38 16 0 23 0
[pid=12665] 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/12665
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=12666
New thread pid=12667
New thread pid=12668
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=12669
New thread pid=12670
New thread pid=12671
New thread pid=12672
New thread pid=12673
New thread pid=12674
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/wulflinc30/normalized-ii8a4.opb
New thread pid=12675
One traced child (pid=12675) exited with status: 0
New thread pid=12676
One traced child (pid=12676) exited with status: 0
New thread pid=12677
One traced child (pid=12677) exited with status: 0
New thread pid=12678
One traced child (pid=12678) exited with status: 0
New thread pid=12679

[startup+10.0025 s]
Raw data (loadavg): 1.08 1.03 0.95 2/66 12679
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18190 5 1 0 764 49 0 0 22 0 11 0 1842780591 855994368 20197 4294967295 134512640 134569956 3221224352 3221214768 1131489805 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 208983 20197 13129 16 0 208967 0
[pid=12665] vsize: 835932
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (Kb) 835932

[startup+20.0034 s]
Raw data (loadavg): 1.07 1.03 0.95 2/66 12679
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18199 5 1 0 1683 49 0 0 16 0 11 0 1842780591 855875584 21253 4294967295 134512640 134569956 3221224352 3221214672 1131458437 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 208954 21253 13129 16 0 208938 0
[pid=12665] vsize: 835816
Current children cumulated CPU time (s) 17.32
Current children cumulated vsize (Kb) 835816

[startup+30.0042 s]
Raw data (loadavg): 1.06 1.03 0.95 2/66 12679
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18206 5 1 0 2645 50 0 0 17 0 11 0 1842780591 855670784 21204 4294967295 134512640 134569956 3221224352 3221214768 1131489923 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 208904 21204 13129 16 0 208888 0
[pid=12665] vsize: 835616
Current children cumulated CPU time (s) 26.95
Current children cumulated vsize (Kb) 835616

[startup+40.0049 s]
Raw data (loadavg): 1.05 1.03 0.95 2/66 12679
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18212 5 1 0 3607 50 0 0 18 0 11 0 1842780591 855670784 21205 4294967295 134512640 134569956 3221224352 3221214656 1131478308 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 208904 21205 13129 16 0 208888 0
[pid=12665] vsize: 835616
Current children cumulated CPU time (s) 36.57
Current children cumulated vsize (Kb) 835616
One traced child (pid=12679) exited with status: 0
New thread pid=12680

[startup+50.0058 s]
Raw data (loadavg): 1.04 1.03 0.95 2/66 12680
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18220 5 1 0 4543 50 0 0 16 0 11 0 1842780591 855670784 21205 4294967295 134512640 134569956 3221224352 3221214672 1131458303 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 208904 21205 13129 16 0 208888 0
[pid=12665] vsize: 835616
Current children cumulated CPU time (s) 45.93
Current children cumulated vsize (Kb) 835616

[startup+60.0065 s]
Raw data (loadavg): 1.03 1.02 0.95 2/66 12680
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18228 5 1 0 5481 51 0 0 17 0 11 0 1842780591 855670784 21519 4294967295 134512640 134569956 3221224352 3221214768 1131489448 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 208904 21519 13129 16 0 208888 0
[pid=12665] vsize: 835616
Current children cumulated CPU time (s) 55.32
Current children cumulated vsize (Kb) 835616

[startup+70.0073 s]
Raw data (loadavg): 1.03 1.02 0.95 2/66 12680
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18236 5 1 0 6443 51 0 0 17 0 11 0 1842780591 855670784 21658 4294967295 134512640 134569956 3221224352 3221214656 1131362835 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 208904 21658 13129 16 0 208888 0
[pid=12665] vsize: 835616
Current children cumulated CPU time (s) 64.94
Current children cumulated vsize (Kb) 835616

[startup+80.0081 s]
Raw data (loadavg): 1.02 1.02 0.95 2/66 12680
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18243 5 1 0 7404 52 0 0 17 0 11 0 1842780591 855670784 21762 4294967295 134512640 134569956 3221224352 3221214768 1131489448 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 208904 21762 13129 16 0 208888 0
[pid=12665] vsize: 835616
Current children cumulated CPU time (s) 74.56
Current children cumulated vsize (Kb) 835616

[startup+90.0079 s]
Raw data (loadavg): 1.02 1.02 0.95 2/66 12680
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18251 5 1 0 8368 52 0 0 18 0 11 0 1842780591 855670784 21924 4294967295 134512640 134569956 3221224352 3221214592 1131372148 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 208904 21924 13129 16 0 208888 0
[pid=12665] vsize: 835616
Current children cumulated CPU time (s) 84.2
Current children cumulated vsize (Kb) 835616

[startup+100.009 s]
Raw data (loadavg): 1.02 1.02 0.95 2/66 12680
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18258 5 1 0 9326 52 0 0 16 0 11 0 1842780591 855670784 21933 4294967295 134512640 134569956 3221224352 3221214672 1131458356 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 208904 21933 13129 16 0 208888 0
[pid=12665] vsize: 835616
Current children cumulated CPU time (s) 93.78
Current children cumulated vsize (Kb) 835616
One traced child (pid=12680) exited with status: 0
New thread pid=12681

[startup+110.009 s]
Raw data (loadavg): 1.01 1.02 0.95 2/66 12681
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18265 5 1 0 10284 52 0 0 17 0 11 0 1842780591 855670784 22036 4294967295 134512640 134569956 3221224352 3221214672 1131458547 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 208904 22036 13129 16 0 208888 0
[pid=12665] vsize: 835616
Current children cumulated CPU time (s) 103.36
Current children cumulated vsize (Kb) 835616

[startup+120.011 s]
Raw data (loadavg): 1.01 1.02 0.95 2/66 12681
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18272 5 1 0 11238 52 0 0 16 0 11 0 1842780591 855670784 22145 4294967295 134512640 134569956 3221224352 3221214572 1131057272 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 208904 22145 13129 16 0 208888 0
[pid=12665] vsize: 835616
Current children cumulated CPU time (s) 112.9
Current children cumulated vsize (Kb) 835616

[startup+130.012 s]
Raw data (loadavg): 1.01 1.02 0.95 2/66 12681
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18277 5 1 0 12186 53 0 0 16 0 11 0 1842780591 856719360 22377 4294967295 134512640 134569956 3221224352 3221214672 1131459251 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 22377 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 122.39
Current children cumulated vsize (Kb) 836640

[startup+140.013 s]
Raw data (loadavg): 1.01 1.02 0.95 2/66 12681
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18283 5 1 0 13127 53 0 0 17 0 11 0 1842780591 856719360 22432 4294967295 134512640 134569956 3221224352 3221214768 1131489851 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 22432 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 131.8
Current children cumulated vsize (Kb) 836640

[startup+150.014 s]
Raw data (loadavg): 1.08 1.03 0.96 2/66 12681
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18291 5 1 0 14059 53 0 0 16 0 11 0 1842780591 856719360 22658 4294967295 134512640 134569956 3221224352 3221214672 1131459248 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 22658 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 141.12
Current children cumulated vsize (Kb) 836640

[startup+160.014 s]
Raw data (loadavg): 1.07 1.03 0.96 2/66 12681
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18298 5 1 0 15001 53 0 0 16 0 11 0 1842780591 856719360 22706 4294967295 134512640 134569956 3221224352 3221214768 1131489448 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 22706 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 150.54
Current children cumulated vsize (Kb) 836640

[startup+170.016 s]
Raw data (loadavg): 1.06 1.03 0.96 2/66 12681
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18305 5 1 0 15946 54 0 0 16 0 11 0 1842780591 856719360 23094 4294967295 134512640 134569956 3221224352 3221214768 1131489445 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 23094 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 160
Current children cumulated vsize (Kb) 836640

[startup+180.017 s]
Raw data (loadavg): 1.05 1.03 0.96 2/66 12681
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18312 5 1 0 16910 54 0 0 18 0 11 0 1842780591 856719360 23243 4294967295 134512640 134569956 3221224352 3221214656 1131362804 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 23243 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 169.64
Current children cumulated vsize (Kb) 836640

[startup+190.018 s]
Raw data (loadavg): 1.04 1.03 0.96 2/66 12681
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18319 5 1 0 17871 54 0 0 16 0 11 0 1842780591 856719360 23329 4294967295 134512640 134569956 3221224352 3221214672 1131459112 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 23329 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 179.25
Current children cumulated vsize (Kb) 836640

[startup+200.019 s]
Raw data (loadavg): 1.03 1.03 0.96 2/66 12681
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18326 5 1 0 18814 54 0 0 16 0 11 0 1842780591 856719360 23618 4294967295 134512640 134569956 3221224352 3221214560 1131428586 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 23618 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 188.68
Current children cumulated vsize (Kb) 836640

[startup+210.019 s]
Raw data (loadavg): 1.03 1.02 0.96 2/66 12681
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18331 5 1 0 19759 55 0 0 17 0 11 0 1842780591 856719360 23914 4294967295 134512640 134569956 3221224352 3221214672 1131459145 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 23914 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 198.14
Current children cumulated vsize (Kb) 836640

[startup+220.021 s]
Raw data (loadavg): 1.02 1.02 0.96 2/66 12681
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18337 5 1 0 20699 55 0 0 17 0 11 0 1842780591 856719360 24318 4294967295 134512640 134569956 3221224352 3221214648 1131562128 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 24318 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 207.54
Current children cumulated vsize (Kb) 836640

[startup+230.022 s]
Raw data (loadavg): 1.02 1.02 0.96 2/66 12681
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18343 5 1 0 21649 55 0 0 16 0 11 0 1842780591 856719360 24318 4294967295 134512640 134569956 3221224352 3221214648 1131562064 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 24318 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 217.04
Current children cumulated vsize (Kb) 836640
One traced child (pid=12681) exited with status: 0
New thread pid=12682

[startup+240.022 s]
Raw data (loadavg): 1.02 1.02 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18349 5 1 0 22592 55 0 0 16 0 11 0 1842780591 856719360 24318 4294967295 134512640 134569956 3221224352 3221214672 1131458277 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 24318 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 226.47
Current children cumulated vsize (Kb) 836640

[startup+250.023 s]
Raw data (loadavg): 1.09 1.04 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18358 5 1 0 23509 56 0 0 16 0 11 0 1842780591 856719360 24582 4294967295 134512640 134569956 3221224352 3221214816 1131367705 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 24582 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 235.65
Current children cumulated vsize (Kb) 836640

[startup+260.023 s]
Raw data (loadavg): 1.08 1.04 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) S 12664 12665 5245 0 -1 0 18366 5 1 0 24465 56 0 0 18 0 11 0 1842780591 856719360 24885 4294967295 134512640 134569956 3221224352 3221213312 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 24885 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 245.21
Current children cumulated vsize (Kb) 836640

[startup+270.024 s]
Raw data (loadavg): 1.07 1.03 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18374 5 1 0 25434 56 0 0 17 0 11 0 1842780591 856719360 25083 4294967295 134512640 134569956 3221224352 3221214672 1131459112 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 25083 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 254.9
Current children cumulated vsize (Kb) 836640

[startup+280.025 s]
Raw data (loadavg): 1.06 1.03 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18382 5 1 0 26414 57 0 0 18 0 11 0 1842780591 856719360 25172 4294967295 134512640 134569956 3221224352 3221214288 1131425447 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 25172 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 264.71
Current children cumulated vsize (Kb) 836640

[startup+290.026 s]
Raw data (loadavg): 1.05 1.03 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18390 5 1 0 27395 57 0 0 20 0 11 0 1842780591 856719360 25190 4294967295 134512640 134569956 3221224352 3221214656 1131362804 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25190 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 274.52
Current children cumulated vsize (Kb) 836640

[startup+300.027 s]
Raw data (loadavg): 1.04 1.03 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18398 5 1 0 28376 57 0 0 18 0 11 0 1842780591 856719360 25213 4294967295 134512640 134569956 3221224352 3221214672 1131458768 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 25213 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 284.33
Current children cumulated vsize (Kb) 836640

[startup+310.027 s]
Raw data (loadavg): 1.03 1.03 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18406 5 1 0 29356 57 0 0 19 0 11 0 1842780591 856719360 25256 4294967295 134512640 134569956 3221224352 3221214672 1131459169 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25256 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 294.13
Current children cumulated vsize (Kb) 836640

[startup+320.028 s]
Raw data (loadavg): 1.03 1.03 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18413 5 1 0 30338 58 0 0 17 0 11 0 1842780591 856719360 25302 4294967295 134512640 134569956 3221224352 3221214672 1131459248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25302 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 303.96
Current children cumulated vsize (Kb) 836640

[startup+330.029 s]
Raw data (loadavg): 1.02 1.03 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18421 5 1 0 31319 58 0 0 20 0 11 0 1842780591 856719360 25333 4294967295 134512640 134569956 3221224352 3221214656 1131362804 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25333 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 313.77
Current children cumulated vsize (Kb) 836640

[startup+340.03 s]
Raw data (loadavg): 1.02 1.02 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18430 5 1 0 32295 58 0 0 17 0 11 0 1842780591 856719360 25350 4294967295 134512640 134569956 3221224352 3221214672 1131458654 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 25350 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 323.53
Current children cumulated vsize (Kb) 836640

[startup+350.031 s]
Raw data (loadavg): 1.02 1.02 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18437 5 1 0 33276 59 0 0 18 0 11 0 1842780591 856719360 25397 4294967295 134512640 134569956 3221224352 3221214536 1131363442 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25397 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 333.35
Current children cumulated vsize (Kb) 836640

[startup+360.031 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18444 5 1 0 34258 59 0 0 23 0 11 0 1842780591 856719360 25442 4294967295 134512640 134569956 3221224352 3221214768 1131489811 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25442 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 343.17
Current children cumulated vsize (Kb) 836640

[startup+370.032 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18452 5 1 0 35238 59 0 0 21 0 11 0 1842780591 856719360 25475 4294967295 134512640 134569956 3221224352 3221214656 1131362809 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 25475 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 352.97
Current children cumulated vsize (Kb) 836640

[startup+380.033 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18460 5 1 0 36220 60 0 0 23 0 11 0 1842780591 856719360 25510 4294967295 134512640 134569956 3221224352 3221214672 1131458612 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 25510 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 362.8
Current children cumulated vsize (Kb) 836640

[startup+390.033 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18468 5 1 0 37202 60 0 0 19 0 11 0 1842780591 856719360 25543 4294967295 134512640 134569956 3221224352 3221214600 1131466179 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25543 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 372.62
Current children cumulated vsize (Kb) 836640

[startup+400.034 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18475 5 1 0 38184 60 0 0 17 0 11 0 1842780591 856719360 25578 4294967295 134512640 134569956 3221224352 3221214672 1131458334 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 25578 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 382.44
Current children cumulated vsize (Kb) 836640

[startup+410.034 s]
Raw data (loadavg): 1.00 1.02 0.96 3/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18483 5 1 0 39164 60 0 0 17 0 11 0 1842780591 856719360 25608 4294967295 134512640 134569956 3221224352 3221214552 1131428374 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25608 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 392.24
Current children cumulated vsize (Kb) 836640

[startup+420.035 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18489 5 1 0 40147 60 0 0 25 0 11 0 1842780591 856719360 25624 4294967295 134512640 134569956 3221224352 3221214672 1131458831 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25624 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (Kb) 836640

[startup+430.036 s]
Raw data (loadavg): 1.00 1.02 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18496 5 1 0 41127 61 0 0 17 0 11 0 1842780591 856719360 25644 4294967295 134512640 134569956 3221224352 3221214560 1131428712 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25644 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 411.88
Current children cumulated vsize (Kb) 836640

[startup+440.037 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18504 5 1 0 42104 61 0 0 17 0 11 0 1842780591 856719360 25718 4294967295 134512640 134569956 3221224352 3221214572 1131057201 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 25718 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 421.65
Current children cumulated vsize (Kb) 836640

[startup+450.038 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18512 5 1 0 43081 62 0 0 17 0 11 0 1842780591 856719360 25747 4294967295 134512640 134569956 3221224352 3221214768 1131489899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25747 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 431.43
Current children cumulated vsize (Kb) 836640

[startup+460.038 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18518 5 1 0 44064 62 0 0 19 0 11 0 1842780591 856719360 25781 4294967295 134512640 134569956 3221224352 3221214656 1131362923 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 25781 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 441.26
Current children cumulated vsize (Kb) 836640

[startup+470.04 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18526 5 1 0 45038 62 0 0 17 0 11 0 1842780591 856719360 25827 4294967295 134512640 134569956 3221224352 3221214672 1131458675 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25827 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 451
Current children cumulated vsize (Kb) 836640

[startup+480.041 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18534 5 1 0 46012 62 0 0 17 0 11 0 1842780591 856719360 25893 4294967295 134512640 134569956 3221224352 3221214768 1131489568 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25893 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 460.74
Current children cumulated vsize (Kb) 836640

[startup+490.041 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18541 5 1 0 46990 63 0 0 21 0 11 0 1842780591 856719360 25929 4294967295 134512640 134569956 3221224352 3221214456 1131641842 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 25929 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 470.53
Current children cumulated vsize (Kb) 836640

[startup+500.042 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18548 5 1 0 47968 64 0 0 17 0 11 0 1842780591 856719360 25966 4294967295 134512640 134569956 3221224352 3221214656 1131362804 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 25966 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 480.32
Current children cumulated vsize (Kb) 836640

[startup+510.042 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18556 5 1 0 48947 64 0 0 17 0 11 0 1842780591 856719360 26039 4294967295 134512640 134569956 3221224352 3221214648 1131562081 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 26039 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 490.11
Current children cumulated vsize (Kb) 836640

[startup+520.043 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18563 5 1 0 49929 65 0 0 18 0 11 0 1842780591 856719360 26080 4294967295 134512640 134569956 3221224352 3221214648 1131597087 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 26080 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 499.94
Current children cumulated vsize (Kb) 836640

[startup+530.045 s]
Raw data (loadavg): 1.00 1.01 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18569 5 1 0 50912 65 0 0 18 0 11 0 1842780591 856719360 26098 4294967295 134512640 134569956 3221224352 3221214764 1131363528 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 26098 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 509.77
Current children cumulated vsize (Kb) 836640

[startup+540.045 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18576 5 1 0 51890 65 0 0 17 0 11 0 1842780591 856719360 26147 4294967295 134512640 134569956 3221224352 3221214672 1131458691 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 26147 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 519.55
Current children cumulated vsize (Kb) 836640

[startup+550.045 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18584 5 1 0 52866 65 0 0 18 0 11 0 1842780591 856719360 26168 4294967295 134512640 134569956 3221224352 3221214720 1131615338 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 26168 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 529.31
Current children cumulated vsize (Kb) 836640

[startup+560.046 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18590 5 1 0 53837 66 0 0 17 0 11 0 1842780591 856719360 26245 4294967295 134512640 134569956 3221224352 3221214672 1131458922 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 26245 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 539.03
Current children cumulated vsize (Kb) 836640

[startup+570.048 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18596 5 1 0 54800 66 0 0 16 0 11 0 1842780591 856719360 26245 4294967295 134512640 134569956 3221224352 3221214672 1131459100 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 26245 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 548.66
Current children cumulated vsize (Kb) 836640

[startup+580.049 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18602 5 1 0 55755 66 0 0 16 0 11 0 1842780591 856719360 26345 4294967295 134512640 134569956 3221224352 3221214768 1131489816 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 26345 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 558.21
Current children cumulated vsize (Kb) 836640

[startup+590.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18608 5 1 0 56699 66 0 0 16 0 11 0 1842780591 856719360 26387 4294967295 134512640 134569956 3221224352 3221214536 1131363488 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 26387 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 567.65
Current children cumulated vsize (Kb) 836640

[startup+600.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18613 5 1 0 57647 67 0 0 17 0 11 0 1842780591 856719360 26485 4294967295 134512640 134569956 3221224352 3221214768 1131489411 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 26485 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 577.14
Current children cumulated vsize (Kb) 836640

[startup+610.05 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18619 5 1 0 58584 67 0 0 17 0 11 0 1842780591 856719360 26675 4294967295 134512640 134569956 3221224352 3221214456 1131641642 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 26675 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 586.51
Current children cumulated vsize (Kb) 836640

[startup+620.051 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18625 5 1 0 59523 67 0 0 16 0 11 0 1842780591 856719360 26867 4294967295 134512640 134569956 3221224352 3221214536 1131363042 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 26867 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 595.9
Current children cumulated vsize (Kb) 836640

[startup+630.052 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18631 5 1 0 60468 68 0 0 16 0 11 0 1842780591 856719360 26921 4294967295 134512640 134569956 3221224352 3221214560 1131428537 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 26921 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 605.36
Current children cumulated vsize (Kb) 836640

[startup+640.053 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18637 5 1 0 61415 68 0 0 17 0 11 0 1842780591 856719360 27227 4294967295 134512640 134569956 3221224352 3221214656 1131362912 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 27227 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 614.83
Current children cumulated vsize (Kb) 836640

[startup+650.054 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) S 12664 12665 5245 0 -1 0 18644 5 1 0 62371 68 0 0 17 0 11 0 1842780591 856719360 27368 4294967295 134512640 134569956 3221224352 3221213272 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 27368 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 624.39
Current children cumulated vsize (Kb) 836640

[startup+660.054 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18650 5 1 0 63331 69 0 0 16 0 11 0 1842780591 856719360 27562 4294967295 134512640 134569956 3221224352 3221214648 1131469655 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 27562 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 634
Current children cumulated vsize (Kb) 836640

[startup+670.056 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18656 5 1 0 64299 69 0 0 17 0 11 0 1842780591 856719360 27721 4294967295 134512640 134569956 3221224352 3221214672 1131458778 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 27721 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 643.68
Current children cumulated vsize (Kb) 836640

[startup+680.057 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18661 5 1 0 65272 69 0 0 18 0 11 0 1842780591 856719360 27808 4294967295 134512640 134569956 3221224352 3221214560 1131428492 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 27808 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 653.41
Current children cumulated vsize (Kb) 836640

[startup+690.057 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18666 5 1 0 66244 70 0 0 16 0 11 0 1842780591 856719360 27873 4294967295 134512640 134569956 3221224352 3221214672 1131458698 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 27873 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 663.14
Current children cumulated vsize (Kb) 836640

[startup+700.057 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18673 5 1 0 67208 70 0 0 17 0 11 0 1842780591 856719360 27970 4294967295 134512640 134569956 3221224352 3221214768 1131489445 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 27970 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 672.78
Current children cumulated vsize (Kb) 836640

[startup+710.059 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18678 5 1 0 68176 70 0 0 18 0 11 0 1842780591 856719360 28044 4294967295 134512640 134569956 3221224352 3221214672 1131458631 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 28044 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 682.46
Current children cumulated vsize (Kb) 836640

[startup+720.06 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18686 5 1 0 69128 70 0 0 16 0 11 0 1842780591 856719360 28132 4294967295 134512640 134569956 3221224352 3221214672 1131458706 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 28132 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 691.98
Current children cumulated vsize (Kb) 836640

[startup+730.061 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18693 5 1 0 70091 70 0 0 17 0 11 0 1842780591 856719360 28237 4294967295 134512640 134569956 3221224352 3221214672 1131458565 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 28237 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 701.61
Current children cumulated vsize (Kb) 836640

[startup+740.062 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18701 5 1 0 71050 70 0 0 16 0 11 0 1842780591 856719360 28475 4294967295 134512640 134569956 3221224352 3221214672 1131458633 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 28475 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 711.2
Current children cumulated vsize (Kb) 836640

[startup+750.062 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18707 5 1 0 72022 71 0 0 17 0 11 0 1842780591 856719360 28643 4294967295 134512640 134569956 3221224352 3221214672 1131458306 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 28643 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 720.93
Current children cumulated vsize (Kb) 836640

[startup+760.062 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18713 5 1 0 73002 71 0 0 25 0 11 0 1842780591 856719360 28678 4294967295 134512640 134569956 3221224352 3221214656 1131362838 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 28678 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 730.73
Current children cumulated vsize (Kb) 836640

[startup+770.064 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18720 5 1 0 73978 72 0 0 16 0 11 0 1842780591 856719360 28696 4294967295 134512640 134569956 3221224352 3221214560 1131428492 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 28696 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 740.5
Current children cumulated vsize (Kb) 836640

[startup+780.065 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18727 5 1 0 74953 72 0 0 18 0 11 0 1842780591 856719360 28762 4294967295 134512640 134569956 3221224352 3221214560 1131429214 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 28762 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 750.25
Current children cumulated vsize (Kb) 836640

[startup+790.065 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18734 5 1 0 75929 72 0 0 18 0 11 0 1842780591 856719360 28816 4294967295 134512640 134569956 3221224352 3221214560 1131428374 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 28816 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 760.01
Current children cumulated vsize (Kb) 836640

[startup+800.065 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18740 5 1 0 76906 72 0 0 16 0 11 0 1842780591 856719360 28873 4294967295 134512640 134569956 3221224352 3221214624 1131476139 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 28873 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 769.78
Current children cumulated vsize (Kb) 836640

[startup+810.066 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18746 5 1 0 77882 73 0 0 17 0 11 0 1842780591 856719360 28906 4294967295 134512640 134569956 3221224352 3221214768 1131489346 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 28906 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 779.55
Current children cumulated vsize (Kb) 836640

[startup+820.067 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18754 5 1 0 78847 73 0 0 17 0 11 0 1842780591 856719360 28969 4294967295 134512640 134569956 3221224352 3221214768 1131489933 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 28969 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 789.2
Current children cumulated vsize (Kb) 836640

[startup+830.068 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18760 5 1 0 79820 74 0 0 18 0 11 0 1842780591 856719360 29027 4294967295 134512640 134569956 3221224352 3221214768 1131490593 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 29027 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 798.94
Current children cumulated vsize (Kb) 836640

[startup+840.069 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18767 5 1 0 80789 75 0 0 17 0 11 0 1842780591 856719360 29096 4294967295 134512640 134569956 3221224352 3221214672 1131458764 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 29096 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 808.64
Current children cumulated vsize (Kb) 836640

[startup+850.069 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18772 5 1 0 81767 75 0 0 20 0 11 0 1842780591 856719360 29254 4294967295 134512640 134569956 3221224352 3221214456 1131641915 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 29254 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 818.42
Current children cumulated vsize (Kb) 836640

[startup+860.07 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18777 5 1 0 82746 75 0 0 17 0 11 0 1842780591 856719360 29299 4294967295 134512640 134569956 3221224352 3221214648 1131597084 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 29299 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 828.21
Current children cumulated vsize (Kb) 836640

[startup+870.071 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18781 5 1 0 83729 75 0 0 19 0 11 0 1842780591 856719360 29353 4294967295 134512640 134569956 3221224352 3221214536 1131362807 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 29353 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 838.04
Current children cumulated vsize (Kb) 836640

[startup+880.072 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18786 5 1 0 84710 75 0 0 20 0 11 0 1842780591 856719360 29367 4294967295 134512640 134569956 3221224352 3221214632 1131482033 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 29367 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 847.85
Current children cumulated vsize (Kb) 836640

[startup+890.072 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18792 5 1 0 85684 76 0 0 25 0 11 0 1842780591 856719360 29437 4294967295 134512640 134569956 3221224352 3221214672 1131458675 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 29437 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 857.6
Current children cumulated vsize (Kb) 836640

[startup+900.073 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18796 5 1 0 86667 76 0 0 23 0 11 0 1842780591 856719360 29503 4294967295 134512640 134569956 3221224352 3221214552 1131428592 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 29503 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 867.43
Current children cumulated vsize (Kb) 836640

[startup+910.074 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18801 5 1 0 87648 76 0 0 17 0 11 0 1842780591 856719360 29572 4294967295 134512640 134569956 3221224352 3221214560 1131428620 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 29572 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 877.24
Current children cumulated vsize (Kb) 836640

[startup+920.075 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18804 5 1 0 88638 76 0 0 25 0 11 0 1842780591 856719360 29572 4294967295 134512640 134569956 3221224352 3221214648 1131424998 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 29572 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 887.14
Current children cumulated vsize (Kb) 836640

[startup+930.076 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18812 5 1 0 89612 77 0 0 18 0 11 0 1842780591 856719360 29804 4294967295 134512640 134569956 3221224352 3221214560 1131428537 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 29804 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 896.89
Current children cumulated vsize (Kb) 836640

[startup+940.077 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18817 5 1 0 90596 78 0 0 20 0 11 0 1842780591 856719360 29804 4294967295 134512640 134569956 3221224352 3221214600 1131466241 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 29804 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 906.74
Current children cumulated vsize (Kb) 836640

[startup+950.077 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18824 5 1 0 91570 78 0 0 17 0 11 0 1842780591 856719360 29947 4294967295 134512640 134569956 3221224352 3221214560 1131428374 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 29947 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 916.48
Current children cumulated vsize (Kb) 836640

[startup+960.078 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18829 5 1 0 92551 78 0 0 17 0 11 0 1842780591 856719360 29994 4294967295 134512640 134569956 3221224352 3221214432 1131646872 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 29994 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 926.29
Current children cumulated vsize (Kb) 836640

[startup+970.079 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18834 5 1 0 93533 79 0 0 21 0 11 0 1842780591 856719360 29995 4294967295 134512640 134569956 3221224352 3221214536 1131362894 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 29995 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 936.12
Current children cumulated vsize (Kb) 836640

[startup+980.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18841 5 1 0 94507 79 0 0 17 0 11 0 1842780591 856719360 30139 4294967295 134512640 134569956 3221224352 3221214560 1131428494 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 30139 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 945.86
Current children cumulated vsize (Kb) 836640

[startup+990.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18846 5 1 0 95488 79 0 0 19 0 11 0 1842780591 856719360 30170 4294967295 134512640 134569956 3221224352 3221214504 1131521561 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 30170 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 955.67
Current children cumulated vsize (Kb) 836640

[startup+1000.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18850 5 1 0 96474 79 0 0 18 0 11 0 1842780591 856719360 30233 4294967295 134512640 134569956 3221224352 3221214560 1131428655 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 30233 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 965.53
Current children cumulated vsize (Kb) 836640

[startup+1010.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18855 5 1 0 97458 80 0 0 25 0 11 0 1842780591 856719360 30322 4294967295 134512640 134569956 3221224352 3221214368 1131632193 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 30322 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 975.38
Current children cumulated vsize (Kb) 836640

[startup+1020.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18859 5 1 0 98447 80 0 0 25 0 11 0 1842780591 856719360 30347 4294967295 134512640 134569956 3221224352 3221214688 1131512224 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 30347 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 985.27
Current children cumulated vsize (Kb) 836640

[startup+1030.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18864 5 1 0 99432 80 0 0 18 0 11 0 1842780591 856719360 30347 4294967295 134512640 134569956 3221224352 3221214632 1131482525 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 30347 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 995.12
Current children cumulated vsize (Kb) 836640

[startup+1040.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18870 5 1 0 100414 81 0 0 19 0 11 0 1842780591 856719360 30465 4294967295 134512640 134569956 3221224352 3221214576 1131363273 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 30465 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1004.95
Current children cumulated vsize (Kb) 836640

[startup+1050.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18875 5 1 0 101398 81 0 0 18 0 11 0 1842780591 856719360 30465 4294967295 134512640 134569956 3221224352 3221214672 1131458337 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 30465 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1014.79
Current children cumulated vsize (Kb) 836640

[startup+1060.08 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18883 5 1 0 102372 81 0 0 17 0 11 0 1842780591 856719360 30520 4294967295 134512640 134569956 3221224352 3221214560 1131428655 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 30520 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1024.53
Current children cumulated vsize (Kb) 836640

[startup+1070.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18887 5 1 0 103357 82 0 0 25 0 11 0 1842780591 856719360 30520 4294967295 134512640 134569956 3221224352 3221214560 1131428655 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 30520 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1034.39
Current children cumulated vsize (Kb) 836640

[startup+1080.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18893 5 1 0 104338 82 0 0 18 0 11 0 1842780591 856719360 30689 4294967295 134512640 134569956 3221224352 3221214560 1131428625 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 30689 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1044.2
Current children cumulated vsize (Kb) 836640

[startup+1090.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18898 5 1 0 105321 83 0 0 19 0 11 0 1842780591 856719360 30706 4294967295 134512640 134569956 3221224352 3221214560 1131428374 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 30706 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1054.04
Current children cumulated vsize (Kb) 836640

[startup+1100.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18903 5 1 0 106306 83 0 0 18 0 11 0 1842780591 856719360 30808 4294967295 134512640 134569956 3221224352 3221214768 1131489430 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 30808 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1063.89
Current children cumulated vsize (Kb) 836640

[startup+1110.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18911 5 1 0 107283 83 0 0 16 0 11 0 1842780591 856719360 30856 4294967295 134512640 134569956 3221224352 3221214672 1131458277 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 30856 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1073.66
Current children cumulated vsize (Kb) 836640

[startup+1120.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18919 5 1 0 108260 84 0 0 18 0 11 0 1842780591 856719360 30857 4294967295 134512640 134569956 3221224352 3221214672 1131458356 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 30857 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1083.44
Current children cumulated vsize (Kb) 836640

[startup+1130.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18926 5 1 0 109238 84 0 0 17 0 11 0 1842780591 856719360 31033 4294967295 134512640 134569956 3221224352 3221214764 1131362784 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 31033 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1093.22
Current children cumulated vsize (Kb) 836640

[startup+1140.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18934 5 1 0 110216 84 0 0 18 0 11 0 1842780591 856719360 31118 4294967295 134512640 134569956 3221224352 3221214768 1131489448 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 31118 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1103
Current children cumulated vsize (Kb) 836640

[startup+1150.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18941 5 1 0 111197 84 0 0 17 0 11 0 1842780591 856719360 31143 4294967295 134512640 134569956 3221224352 3221214672 1131458273 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 31143 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1112.81
Current children cumulated vsize (Kb) 836640

[startup+1160.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18948 5 1 0 112177 84 0 0 18 0 11 0 1842780591 856719360 31165 4294967295 134512640 134569956 3221224352 3221214768 1131489448 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 31165 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1122.61
Current children cumulated vsize (Kb) 836640

[startup+1170.09 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18956 5 1 0 113154 85 0 0 18 0 11 0 1842780591 856719360 31211 4294967295 134512640 134569956 3221224352 3221214768 1131489448 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 31211 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1132.39
Current children cumulated vsize (Kb) 836640

[startup+1180.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18964 5 1 0 114133 85 0 0 17 0 11 0 1842780591 856719360 31240 4294967295 134512640 134569956 3221224352 3221214672 1131458907 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 31240 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1142.18
Current children cumulated vsize (Kb) 836640

[startup+1190.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18971 5 1 0 115114 85 0 0 17 0 11 0 1842780591 856719360 31296 4294967295 134512640 134569956 3221224352 3221214672 1131458675 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 31296 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1151.99
Current children cumulated vsize (Kb) 836640

[startup+1200.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18978 5 1 0 116097 86 0 0 21 0 11 0 1842780591 856719360 31329 4294967295 134512640 134569956 3221224352 3221214624 1131476080 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 31329 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1161.83
Current children cumulated vsize (Kb) 836640

[startup+1210.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18985 5 1 0 117078 86 0 0 19 0 11 0 1842780591 856719360 31349 4294967295 134512640 134569956 3221224352 3221214816 1131367705 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 31349 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1171.64
Current children cumulated vsize (Kb) 836640

[startup+1220.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18991 5 1 0 118062 87 0 0 22 0 11 0 1842780591 856719360 31365 4294967295 134512640 134569956 3221224352 3221214672 1131458424 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 31365 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1181.49
Current children cumulated vsize (Kb) 836640

[startup+1230.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 18998 5 1 0 119043 87 0 0 17 0 11 0 1842780591 856719360 31410 4294967295 134512640 134569956 3221224352 3221214368 1131632348 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/12665/statm): 209160 31410 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1191.3
Current children cumulated vsize (Kb) 836640

[startup+1240.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 19004 5 1 0 120026 87 0 0 17 0 11 0 1842780591 856719360 31430 4294967295 134512640 134569956 3221224352 3221214672 1131458851 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 31430 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1201.13
Current children cumulated vsize (Kb) 836640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1240.1 s]
Raw data (loadavg): 1.00 1.00 0.96 2/66 12682
Raw data (/proc/12665/stat): 12665 (java) R 12664 12665 5245 0 -1 0 19004 5 1 0 120026 87 0 0 17 0 11 0 1842780591 856719360 31430 4294967295 134512640 134569956 3221224352 3221214768 1131489309 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/12665/statm): 209160 31430 13129 16 0 209144 0
[pid=12665] vsize: 836640
Current children cumulated CPU time (s) 1201.13
Current children cumulated vsize (Kb) 836640

Sending SIGTERM to -12665
Sleeping 2 seconds
New thread pid=12684
New thread pid=12685
One traced child (pid=12685) exited with status: 0
One traced child (pid=12674) exited with status: 0
One traced child (pid=12669) exited with status: 0
One traced child (pid=12666) exited with status: 143
One traced child (pid=12667) exited with status: 143
One traced child (pid=12668) exited with status: 143
One traced child (pid=12673) exited with status: 143
One traced child (pid=12670) exited with status: 143
One traced child (pid=12672) exited with status: 143
One traced child (pid=12671) exited with status: 143
One traced child (pid=12682) exited with status: 143
One traced child (pid=12684) exited with status: 143
One traced child (pid=12665) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1240.22
CPU time (s): 1237.36
CPU user time (s): 1235.88
CPU system time (s): 1.48177
CPU usage (%): 99.7694
Max. virtual memory (cumulated for all children) (Kb): 836640

Verifier Data

Verifier:	OK	319