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-ii32e4.opb
MD5SUM1c0d08e5657c85ec3afe3a7738817cf3
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 364
Optimality of the best value was proved YES
Number of terms in the objective function 774
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 774
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 774
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 benchmark133.09
Number of variables774
Total number of constraints7493
Number of constraints which are clauses7493
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 1790

Launcher Data

LAUNCH ON wulflinc8 THE 2005-09-18 16:41:28 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6013 boxname=wulflinc8 idbench=153 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  1c0d08e5657c85ec3afe3a7738817cf3  /oldhome/oroussel/tmp/wulflinc8/normalized-ii32e4.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc8/normalized-ii32e4.opb
IDLAUNCH: 6013
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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	: 2
cpu MHz		: 451.007
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:        919648 kB
Buffers:         34724 kB
Cached:          55604 kB
SwapCached:        792 kB
Active:          67452 kB
Inactive:        25588 kB
HighTotal:      131008 kB
HighFree:        71540 kB
LowTotal:       903652 kB
LowFree:        848108 kB
SwapTotal:     2097136 kB
SwapFree:      2095876 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5752 kB
Slab:            16488 kB
Committed_AS:    64164 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 17:02:09 (client local time) WITH STATUS 143 IN 1248.87 SECONDS
stats: 6013 0 1248.87 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/wulflinc8/normalized-ii32e4.opb
c reading problem ... done. Time 4.308 ms.
c #vars     774
c #constraints  7493
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 378 		Current CPU time: 9.26 ms
c CURRENT OPTIMUM=                 377 		Current CPU time: 14.89 ms
c CURRENT OPTIMUM=                 376 		Current CPU time: 22.09 ms
c CURRENT OPTIMUM=                 375 		Current CPU time: 37.92 ms
c CURRENT OPTIMUM=                 374 		Current CPU time: 53.82 ms
c CURRENT OPTIMUM=                 371 		Current CPU time: 58.98 ms
c CURRENT OPTIMUM=                 370 		Current CPU time: 169.96 ms
c CURRENT OPTIMUM=                 369 		Current CPU time: 288.47 ms
c starts		: 18
c conflicts		: 1407
c decisions		: 7546
c propagations		: 207767
c inspects		: 3749911
c learnt literals	: 2
c learnt binary clauses	: 10
c learnt ternary clauses	: 8
c learnt clauses	: 1405
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.939589258301795
c non guided choices	2446
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 
c objective function=369
c Total CPU time (ms) : 1238.93

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/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1770981775 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 39 3 38 16 0 23 0
[pid=6354] 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/6354
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=6355
New thread pid=6356
New thread pid=6357
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=6358
New thread pid=6359
New thread pid=6360
New thread pid=6361
New thread pid=6362
New thread pid=6363
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/wulflinc8/normalized-ii32e4.opb
New thread pid=6364

[startup+10.0023 s]
Raw data (loadavg): 1.01 0.97 0.91 2/66 6364
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18147 0 1 0 713 52 0 0 17 0 11 0 1770981775 859844608 21109 4294967295 134512640 134569956 3221224352 3221214300 1078035217 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209923 21109 13129 16 0 209907 0
[pid=6354] vsize: 839692
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (Kb) 839692
One traced child (pid=6364) exited with status: 0
New thread pid=6365
One traced child (pid=6365) exited with status: 0
New thread pid=6366

[startup+20.0021 s]
Raw data (loadavg): 1.01 0.97 0.91 2/66 6366
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18203 3 1 0 1662 53 0 0 17 0 11 0 1770981775 861724672 23249 4294967295 134512640 134569956 3221224352 3221214648 1131474889 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 210382 23249 13129 16 0 210366 0
[pid=6354] vsize: 841528
Current children cumulated CPU time (s) 17.15
Current children cumulated vsize (Kb) 841528
One traced child (pid=6366) exited with status: 0
New thread pid=6367

[startup+30.0029 s]
Raw data (loadavg): 1.01 0.97 0.91 2/66 6367
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18210 3 1 0 2620 53 0 0 25 0 11 0 1770981775 858075136 22519 4294967295 134512640 134569956 3221224352 3221214648 1131475153 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 22519 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 26.73
Current children cumulated vsize (Kb) 837964
One traced child (pid=6367) exited with status: 0
New thread pid=6368

[startup+40.0037 s]
Raw data (loadavg): 1.01 0.97 0.91 2/66 6368
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18220 4 1 0 3571 54 0 0 20 0 11 0 1770981775 858075136 22598 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 22598 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 36.25
Current children cumulated vsize (Kb) 837964

[startup+50.0045 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 6368
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18227 4 1 0 4520 54 0 0 22 0 11 0 1770981775 858075136 22780 4294967295 134512640 134569956 3221224352 3221214768 1131588080 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 22780 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 45.74
Current children cumulated vsize (Kb) 837964
One traced child (pid=6368) exited with status: 0
New thread pid=6369

[startup+60.0053 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 6369
Raw data (/proc/6354/stat): 6354 (java) S 6353 6354 27660 0 -1 0 18235 4 1 0 5456 54 0 0 16 0 11 0 1770981775 858075136 22939 4294967295 134512640 134569956 3221224352 3221213352 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 22939 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 55.1
Current children cumulated vsize (Kb) 837964
One traced child (pid=6369) exited with status: 0
New thread pid=6370

[startup+70.0061 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 6370
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18244 4 1 0 6403 55 0 0 24 0 11 0 1770981775 858075136 23069 4294967295 134512640 134569956 3221224352 3221214632 1131352308 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 23069 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 64.58
Current children cumulated vsize (Kb) 837964

[startup+80.0078 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 6370
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18249 4 1 0 7353 55 0 0 25 0 11 0 1770981775 858075136 23259 4294967295 134512640 134569956 3221224352 3221214648 1131474909 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 23259 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 74.08
Current children cumulated vsize (Kb) 837964

[startup+90.0086 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 6370
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18256 4 1 0 8292 55 0 0 16 0 11 0 1770981775 858075136 23400 4294967295 134512640 134569956 3221224352 3221214744 1131593763 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 23400 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 83.47
Current children cumulated vsize (Kb) 837964

[startup+100.01 s]
Raw data (loadavg): 1.08 0.99 0.92 2/66 6370
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18263 4 1 0 9239 55 0 0 18 0 11 0 1770981775 858075136 23477 4294967295 134512640 134569956 3221224352 3221214744 1131594176 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 23477 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 92.94
Current children cumulated vsize (Kb) 837964

[startup+110.011 s]
Raw data (loadavg): 1.07 0.99 0.92 2/66 6370
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18270 4 1 0 10191 56 0 0 25 0 11 0 1770981775 858075136 23591 4294967295 134512640 134569956 3221224352 3221214632 1131352308 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 23591 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 102.47
Current children cumulated vsize (Kb) 837964

[startup+120.012 s]
Raw data (loadavg): 1.06 0.99 0.92 2/66 6370
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18277 4 1 0 11148 56 0 0 25 0 11 0 1770981775 858075136 23835 4294967295 134512640 134569956 3221224352 3221214672 1131475110 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 23835 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 112.04
Current children cumulated vsize (Kb) 837964

[startup+130.013 s]
Raw data (loadavg): 1.05 0.99 0.92 2/66 6370
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18285 4 1 0 12123 56 0 0 25 0 11 0 1770981775 858075136 23953 4294967295 134512640 134569956 3221224352 3221214632 1131352376 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 23953 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 121.79
Current children cumulated vsize (Kb) 837964

[startup+140.014 s]
Raw data (loadavg): 1.04 0.99 0.92 2/66 6370
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18290 4 1 0 13091 56 0 0 25 0 11 0 1770981775 858075136 23962 4294967295 134512640 134569956 3221224352 3221214744 1131593801 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 23962 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 131.47
Current children cumulated vsize (Kb) 837964

[startup+150.015 s]
Raw data (loadavg): 1.03 0.99 0.92 2/66 6370
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18295 4 1 0 14050 57 0 0 25 0 11 0 1770981775 858075136 23978 4294967295 134512640 134569956 3221224352 3221214632 1131352308 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 23978 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 141.07
Current children cumulated vsize (Kb) 837964

[startup+160.016 s]
Raw data (loadavg): 1.03 0.99 0.92 2/66 6370
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18300 4 1 0 15002 57 0 0 25 0 11 0 1770981775 858075136 24018 4294967295 134512640 134569956 3221224352 3221214616 1131387693 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 24018 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 150.59
Current children cumulated vsize (Kb) 837964

[startup+170.017 s]
Raw data (loadavg): 1.02 0.99 0.92 2/66 6370
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18305 4 1 0 15946 57 0 0 25 0 11 0 1770981775 858075136 24352 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 24352 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 160.03
Current children cumulated vsize (Kb) 837964
One traced child (pid=6370) exited with status: 0
New thread pid=6371

[startup+180.019 s]
Raw data (loadavg): 1.02 0.99 0.92 2/66 6371
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18311 4 1 0 16883 58 0 0 25 0 11 0 1770981775 858075136 24486 4294967295 134512640 134569956 3221224352 3221214744 1131593804 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 24486 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 169.41
Current children cumulated vsize (Kb) 837964

[startup+190.019 s]
Raw data (loadavg): 1.02 0.99 0.92 2/66 6371
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18317 4 1 0 17821 58 0 0 25 0 11 0 1770981775 858075136 24486 4294967295 134512640 134569956 3221224352 3221214740 1131475797 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 24486 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 178.79
Current children cumulated vsize (Kb) 837964

[startup+200.019 s]
Raw data (loadavg): 1.01 0.99 0.92 2/66 6371
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18324 4 1 0 18756 58 0 0 25 0 11 0 1770981775 858075136 24762 4294967295 134512640 134569956 3221224352 3221214744 1131593804 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 24762 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 188.14
Current children cumulated vsize (Kb) 837964

[startup+210.02 s]
Raw data (loadavg): 1.01 0.99 0.92 2/66 6371
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18331 4 1 0 19706 58 0 0 25 0 11 0 1770981775 858075136 25007 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 25007 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 197.64
Current children cumulated vsize (Kb) 837964

[startup+220.021 s]
Raw data (loadavg): 1.01 0.99 0.92 2/66 6371
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18338 4 1 0 20674 59 0 0 21 0 11 0 1770981775 858075136 25277 4294967295 134512640 134569956 3221224352 3221214632 1131353011 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 25277 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 207.33
Current children cumulated vsize (Kb) 837964

[startup+230.022 s]
Raw data (loadavg): 1.01 0.99 0.92 2/66 6371
Raw data (/proc/6354/stat): 6354 (java) S 6353 6354 27660 0 -1 0 18346 4 1 0 21654 59 0 0 25 0 11 0 1770981775 858075136 25310 4294967295 134512640 134569956 3221224352 3221213288 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 25310 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 217.13
Current children cumulated vsize (Kb) 837964

[startup+240.022 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6371
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18355 4 1 0 22625 59 0 0 24 0 11 0 1770981775 858075136 25321 4294967295 134512640 134569956 3221224352 3221214536 1131429124 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 25321 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 226.84
Current children cumulated vsize (Kb) 837964

[startup+250.023 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6371
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18360 4 1 0 23593 59 0 0 23 0 11 0 1770981775 858075136 25327 4294967295 134512640 134569956 3221224352 3221214744 1131593869 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 25327 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 236.52
Current children cumulated vsize (Kb) 837964

[startup+260.024 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6371
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18366 4 1 0 24553 59 0 0 25 0 11 0 1770981775 858075136 25336 4294967295 134512640 134569956 3221224352 3221214648 1131475788 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 25336 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 246.12
Current children cumulated vsize (Kb) 837964

[startup+270.111 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6371
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18376 4 1 0 25496 60 0 0 17 0 11 0 1770981775 858075136 25349 4294967295 134512640 134569956 3221224352 3221214648 1131474801 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 25349 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 255.56
Current children cumulated vsize (Kb) 837964

[startup+280.111 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6371
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18382 4 1 0 26447 60 0 0 25 0 11 0 1770981775 858075136 25363 4294967295 134512640 134569956 3221224352 3221214608 1131355679 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 25363 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 265.07
Current children cumulated vsize (Kb) 837964
One traced child (pid=6371) exited with status: 0
New thread pid=6372

[startup+290.112 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18388 4 1 0 27391 61 0 0 25 0 11 0 1770981775 858075136 25696 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 25696 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 274.52
Current children cumulated vsize (Kb) 837964

[startup+300.112 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18395 4 1 0 28341 61 0 0 25 0 11 0 1770981775 858075136 25758 4294967295 134512640 134569956 3221224352 3221214632 1131352308 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 25758 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 284.02
Current children cumulated vsize (Kb) 837964

[startup+310.113 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18401 4 1 0 29300 61 0 0 25 0 11 0 1770981775 858075136 25772 4294967295 134512640 134569956 3221224352 3221214744 1131594074 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 25772 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 293.61
Current children cumulated vsize (Kb) 837964

[startup+320.114 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18408 4 1 0 30249 61 0 0 19 0 11 0 1770981775 858075136 25781 4294967295 134512640 134569956 3221224352 3221214648 1131474650 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 25781 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 303.1
Current children cumulated vsize (Kb) 837964

[startup+330.115 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18416 4 1 0 31205 61 0 0 25 0 11 0 1770981775 858075136 26109 4294967295 134512640 134569956 3221224352 3221214632 1131352308 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 26109 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 312.66
Current children cumulated vsize (Kb) 837964

[startup+340.116 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18424 4 1 0 32181 62 0 0 25 0 11 0 1770981775 858075136 26219 4294967295 134512640 134569956 3221224352 3221214836 1131503923 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 26219 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 322.43
Current children cumulated vsize (Kb) 837964

[startup+350.117 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18432 4 1 0 33160 62 0 0 16 0 11 0 1770981775 858075136 26236 4294967295 134512640 134569956 3221224352 3221214648 1131475566 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 26236 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 332.22
Current children cumulated vsize (Kb) 837964

[startup+360.118 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18439 4 1 0 34145 63 0 0 25 0 11 0 1770981775 858075136 26269 4294967295 134512640 134569956 3221224352 3221214744 1131593797 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 26269 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (Kb) 837964

[startup+370.119 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18448 4 1 0 35126 63 0 0 25 0 11 0 1770981775 858075136 26280 4294967295 134512640 134569956 3221224352 3221214744 1131593673 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 26280 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 351.89
Current children cumulated vsize (Kb) 837964

[startup+380.12 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18458 4 1 0 36103 64 0 0 24 0 11 0 1770981775 858075136 26287 4294967295 134512640 134569956 3221224352 3221214632 1131352319 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 26287 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 361.67
Current children cumulated vsize (Kb) 837964

[startup+390.122 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18463 4 1 0 37072 64 0 0 25 0 11 0 1770981775 858075136 26291 4294967295 134512640 134569956 3221224352 3221214744 1131594297 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 26291 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 371.36
Current children cumulated vsize (Kb) 837964

[startup+400.123 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18469 4 1 0 38019 64 0 0 25 0 11 0 1770981775 858075136 26297 4294967295 134512640 134569956 3221224352 3221214648 1131475186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 26297 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 380.83
Current children cumulated vsize (Kb) 837964

[startup+410.124 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18474 4 1 0 38971 65 0 0 18 0 11 0 1770981775 858075136 26313 4294967295 134512640 134569956 3221224352 3221214744 1131593804 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 26313 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 390.36
Current children cumulated vsize (Kb) 837964

[startup+420.124 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18480 4 1 0 39912 65 0 0 16 0 11 0 1770981775 858075136 26314 4294967295 134512640 134569956 3221224352 3221214816 1131366361 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 26314 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 399.77
Current children cumulated vsize (Kb) 837964

[startup+430.126 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18486 4 1 0 40854 65 0 0 25 0 11 0 1770981775 858075136 26316 4294967295 134512640 134569956 3221224352 3221214648 1131474593 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 26316 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 409.19
Current children cumulated vsize (Kb) 837964

[startup+440.127 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18494 4 1 0 41788 66 0 0 19 0 11 0 1770981775 858075136 26820 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 26820 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 418.54
Current children cumulated vsize (Kb) 837964

[startup+450.128 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18502 4 1 0 42758 66 0 0 17 0 11 0 1770981775 858075136 27032 4294967295 134512640 134569956 3221224352 3221214648 1131475591 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27032 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 428.24
Current children cumulated vsize (Kb) 837964

[startup+460.13 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18508 4 1 0 43745 67 0 0 25 0 11 0 1770981775 858075136 27046 4294967295 134512640 134569956 3221224352 3221214648 1131474593 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27046 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 438.12
Current children cumulated vsize (Kb) 837964

[startup+470.13 s]
Raw data (loadavg): 1.00 0.99 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18516 4 1 0 44727 67 0 0 25 0 11 0 1770981775 858075136 27065 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27065 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 447.94
Current children cumulated vsize (Kb) 837964

[startup+480.131 s]
Raw data (loadavg): 1.08 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18525 4 1 0 45708 68 0 0 18 0 11 0 1770981775 858075136 27076 4294967295 134512640 134569956 3221224352 3221214648 1131475279 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27076 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 457.76
Current children cumulated vsize (Kb) 837964

[startup+490.132 s]
Raw data (loadavg): 1.07 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18534 4 1 0 46688 68 0 0 25 0 11 0 1770981775 858075136 27080 4294967295 134512640 134569956 3221224352 3221214648 1131475024 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27080 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 467.56
Current children cumulated vsize (Kb) 837964

[startup+500.133 s]
Raw data (loadavg): 1.06 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18539 4 1 0 47675 69 0 0 25 0 11 0 1770981775 858075136 27094 4294967295 134512640 134569956 3221224352 3221214648 1131474755 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27094 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 477.44
Current children cumulated vsize (Kb) 837964

[startup+510.134 s]
Raw data (loadavg): 1.05 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18546 4 1 0 48658 69 0 0 24 0 11 0 1770981775 858075136 27098 4294967295 134512640 134569956 3221224352 3221214816 1131366361 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 27098 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 487.27
Current children cumulated vsize (Kb) 837964

[startup+520.134 s]
Raw data (loadavg): 1.04 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18554 4 1 0 49638 70 0 0 18 0 11 0 1770981775 858075136 27116 4294967295 134512640 134569956 3221224352 3221214816 1131366361 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27116 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 497.08
Current children cumulated vsize (Kb) 837964

[startup+530.136 s]
Raw data (loadavg): 1.03 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18561 4 1 0 50621 71 0 0 25 0 11 0 1770981775 858075136 27117 4294967295 134512640 134569956 3221224352 3221214744 1131593782 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27117 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 506.92
Current children cumulated vsize (Kb) 837964

[startup+540.136 s]
Raw data (loadavg): 1.03 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18568 4 1 0 51604 71 0 0 25 0 11 0 1770981775 858075136 27142 4294967295 134512640 134569956 3221224352 3221214740 1131352288 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 27142 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 516.75
Current children cumulated vsize (Kb) 837964

[startup+550.137 s]
Raw data (loadavg): 1.02 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18577 4 1 0 52584 71 0 0 22 0 11 0 1770981775 858075136 27160 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27160 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 526.55
Current children cumulated vsize (Kb) 837964

[startup+560.137 s]
Raw data (loadavg): 1.02 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18587 4 1 0 53562 72 0 0 25 0 11 0 1770981775 858075136 27172 4294967295 134512640 134569956 3221224352 3221214816 1131366361 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27172 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 536.34
Current children cumulated vsize (Kb) 837964

[startup+570.138 s]
Raw data (loadavg): 1.02 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) S 6353 6354 27660 0 -1 0 18596 4 1 0 54536 72 0 0 25 0 11 0 1770981775 858075136 27182 4294967295 134512640 134569956 3221224352 3221213288 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27182 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 546.08
Current children cumulated vsize (Kb) 837964

[startup+580.139 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18603 4 1 0 55493 73 0 0 24 0 11 0 1770981775 858075136 27202 4294967295 134512640 134569956 3221224352 3221214816 1131366361 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 27202 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 555.66
Current children cumulated vsize (Kb) 837964

[startup+590.14 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18608 4 1 0 56458 73 0 0 25 0 11 0 1770981775 858075136 27212 4294967295 134512640 134569956 3221224352 3221214648 1131474938 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27212 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 565.31
Current children cumulated vsize (Kb) 837964

[startup+600.139 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18614 4 1 0 57416 73 0 0 25 0 11 0 1770981775 858075136 27215 4294967295 134512640 134569956 3221224352 3221214536 1131428994 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27215 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 574.89
Current children cumulated vsize (Kb) 837964

[startup+610.14 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18620 4 1 0 58371 73 0 0 25 0 11 0 1770981775 858075136 27223 4294967295 134512640 134569956 3221224352 3221214632 1131818780 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27223 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 584.44
Current children cumulated vsize (Kb) 837964

[startup+620.141 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18627 4 1 0 59324 74 0 0 25 0 11 0 1770981775 858075136 27420 4294967295 134512640 134569956 3221224352 3221214632 1131617932 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 27420 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 593.98
Current children cumulated vsize (Kb) 837964

[startup+630.142 s]
Raw data (loadavg): 1.08 1.02 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18634 4 1 0 60279 74 0 0 25 0 11 0 1770981775 858075136 27584 4294967295 134512640 134569956 3221224352 3221214632 1131352308 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 27584 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 603.53
Current children cumulated vsize (Kb) 837964

[startup+640.143 s]
Raw data (loadavg): 1.07 1.02 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18642 4 1 0 61239 75 0 0 25 0 11 0 1770981775 858075136 27698 4294967295 134512640 134569956 3221224352 3221214648 1131474585 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27698 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 613.14
Current children cumulated vsize (Kb) 837964

[startup+650.143 s]
Raw data (loadavg): 1.06 1.01 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18650 4 1 0 62205 75 0 0 25 0 11 0 1770981775 858075136 27762 4294967295 134512640 134569956 3221224352 3221214648 1131475788 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27762 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 622.8
Current children cumulated vsize (Kb) 837964

[startup+660.144 s]
Raw data (loadavg): 1.05 1.01 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18658 4 1 0 63175 75 0 0 25 0 11 0 1770981775 858075136 27866 4294967295 134512640 134569956 3221224352 3221214648 1131475036 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27866 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 632.5
Current children cumulated vsize (Kb) 837964

[startup+670.145 s]
Raw data (loadavg): 1.04 1.01 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18666 4 1 0 64157 75 0 0 25 0 11 0 1770981775 858075136 27920 4294967295 134512640 134569956 3221224352 3221214648 1131475153 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27920 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (Kb) 837964

[startup+680.146 s]
Raw data (loadavg): 1.04 1.01 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18674 4 1 0 65139 76 0 0 25 0 11 0 1770981775 858075136 27928 4294967295 134512640 134569956 3221224352 3221214632 1131352311 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 27928 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 652.15
Current children cumulated vsize (Kb) 837964

[startup+690.147 s]
Raw data (loadavg): 1.03 1.01 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18681 4 1 0 66123 76 0 0 25 0 11 0 1770981775 858075136 27934 4294967295 134512640 134569956 3221224352 3221214648 1131475526 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 27934 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 661.99
Current children cumulated vsize (Kb) 837964

[startup+700.146 s]
Raw data (loadavg): 1.02 1.01 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18690 4 1 0 67103 76 0 0 18 0 11 0 1770981775 858075136 27940 4294967295 134512640 134569956 3221224352 3221214648 1131475067 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27940 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 671.79
Current children cumulated vsize (Kb) 837964

[startup+710.147 s]
Raw data (loadavg): 1.02 1.01 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18698 4 1 0 68084 77 0 0 25 0 11 0 1770981775 858075136 27951 4294967295 134512640 134569956 3221224352 3221214648 1131474813 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 27951 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 681.61
Current children cumulated vsize (Kb) 837964

[startup+720.147 s]
Raw data (loadavg): 1.02 1.01 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18707 4 1 0 69064 78 0 0 16 0 11 0 1770981775 858075136 27957 4294967295 134512640 134569956 3221224352 3221214648 1131475529 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 27957 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 691.42
Current children cumulated vsize (Kb) 837964

[startup+730.148 s]
Raw data (loadavg): 1.01 1.01 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18714 4 1 0 70049 78 0 0 25 0 11 0 1770981775 858075136 27979 4294967295 134512640 134569956 3221224352 3221214744 1131593797 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 27979 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 701.27
Current children cumulated vsize (Kb) 837964

[startup+740.149 s]
Raw data (loadavg): 1.01 1.01 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18720 4 1 0 71035 78 0 0 25 0 11 0 1770981775 858075136 27983 4294967295 134512640 134569956 3221224352 3221214648 1131475254 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 27983 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 711.13
Current children cumulated vsize (Kb) 837964

[startup+750.148 s]
Raw data (loadavg): 1.01 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18727 4 1 0 72018 79 0 0 25 0 11 0 1770981775 858075136 27990 4294967295 134512640 134569956 3221224352 3221214744 1131593763 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 27990 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 720.97
Current children cumulated vsize (Kb) 837964

[startup+760.149 s]
Raw data (loadavg): 1.01 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18734 4 1 0 73002 79 0 0 24 0 11 0 1770981775 858075136 27995 4294967295 134512640 134569956 3221224352 3221214744 1131593804 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 27995 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 730.81
Current children cumulated vsize (Kb) 837964

[startup+770.15 s]
Raw data (loadavg): 1.01 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18741 4 1 0 73987 79 0 0 17 0 11 0 1770981775 858075136 28004 4294967295 134512640 134569956 3221224352 3221214648 1131475212 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28004 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 740.66
Current children cumulated vsize (Kb) 837964

[startup+780.151 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18748 4 1 0 74973 79 0 0 17 0 11 0 1770981775 858075136 28020 4294967295 134512640 134569956 3221224352 3221214744 1131594125 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28020 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 750.52
Current children cumulated vsize (Kb) 837964

[startup+790.151 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18755 4 1 0 75958 80 0 0 17 0 11 0 1770981775 858075136 28025 4294967295 134512640 134569956 3221224352 3221214744 1131594102 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28025 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 760.38
Current children cumulated vsize (Kb) 837964

[startup+800.152 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18762 4 1 0 76944 80 0 0 25 0 11 0 1770981775 858075136 28030 4294967295 134512640 134569956 3221224352 3221214740 1131353018 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28030 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 770.24
Current children cumulated vsize (Kb) 837964

[startup+810.153 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18770 4 1 0 77928 80 0 0 24 0 11 0 1770981775 858075136 28034 4294967295 134512640 134569956 3221224352 3221214632 1131352313 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28034 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 780.08
Current children cumulated vsize (Kb) 837964

[startup+820.153 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18778 4 1 0 78913 80 0 0 16 0 11 0 1770981775 858075136 28041 4294967295 134512640 134569956 3221224352 3221214648 1131474980 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28041 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 789.93
Current children cumulated vsize (Kb) 837964

[startup+830.154 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18785 4 1 0 79899 81 0 0 23 0 11 0 1770981775 858075136 28047 4294967295 134512640 134569956 3221224352 3221214744 1131593804 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28047 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 799.8
Current children cumulated vsize (Kb) 837964

[startup+840.154 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18793 4 1 0 80883 81 0 0 25 0 11 0 1770981775 858075136 28052 4294967295 134512640 134569956 3221224352 3221214744 1131594122 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28052 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 809.64
Current children cumulated vsize (Kb) 837964

[startup+850.154 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18801 4 1 0 81868 81 0 0 25 0 11 0 1770981775 858075136 28054 4294967295 134512640 134569956 3221224352 3221214744 1131593804 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28054 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 819.49
Current children cumulated vsize (Kb) 837964

[startup+860.155 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18810 4 1 0 82849 82 0 0 18 0 11 0 1770981775 858075136 28059 4294967295 134512640 134569956 3221224352 3221214632 1131352352 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28059 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 829.31
Current children cumulated vsize (Kb) 837964

[startup+870.156 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18818 4 1 0 83834 82 0 0 18 0 11 0 1770981775 858075136 28068 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28068 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 839.16
Current children cumulated vsize (Kb) 837964

[startup+880.157 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18826 4 1 0 84819 82 0 0 23 0 11 0 1770981775 858075136 28074 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28074 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 849.01
Current children cumulated vsize (Kb) 837964

[startup+890.158 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18835 4 1 0 85801 83 0 0 25 0 11 0 1770981775 858075136 28078 4294967295 134512640 134569956 3221224352 3221214744 1131593804 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28078 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 858.84
Current children cumulated vsize (Kb) 837964

[startup+900.158 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18843 4 1 0 86783 83 0 0 18 0 11 0 1770981775 858075136 28082 4294967295 134512640 134569956 3221224352 3221214632 1131352308 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28082 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 868.66
Current children cumulated vsize (Kb) 837964

[startup+910.159 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18850 4 1 0 87767 83 0 0 22 0 11 0 1770981775 858075136 28087 4294967295 134512640 134569956 3221224352 3221214632 1131352308 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28087 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 878.5
Current children cumulated vsize (Kb) 837964

[startup+920.16 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18857 4 1 0 88749 83 0 0 18 0 11 0 1770981775 858075136 28091 4294967295 134512640 134569956 3221224352 3221214648 1131475788 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28091 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 888.32
Current children cumulated vsize (Kb) 837964

[startup+930.16 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18864 4 1 0 89730 83 0 0 25 0 11 0 1770981775 858075136 28098 4294967295 134512640 134569956 3221224352 3221214648 1131474601 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28098 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 898.13
Current children cumulated vsize (Kb) 837964

[startup+940.16 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18871 4 1 0 90713 83 0 0 20 0 11 0 1770981775 858075136 28115 4294967295 134512640 134569956 3221224352 3221214816 1131366361 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28115 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 907.96
Current children cumulated vsize (Kb) 837964

[startup+950.161 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18879 4 1 0 91694 84 0 0 25 0 11 0 1770981775 858075136 28144 4294967295 134512640 134569956 3221224352 3221214632 1131352308 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28144 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 917.78
Current children cumulated vsize (Kb) 837964

[startup+960.162 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18886 4 1 0 92679 84 0 0 25 0 11 0 1770981775 858075136 28149 4294967295 134512640 134569956 3221224352 3221214632 1131352313 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28149 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 927.63
Current children cumulated vsize (Kb) 837964

[startup+970.161 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18893 4 1 0 93663 84 0 0 25 0 11 0 1770981775 858075136 28160 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28160 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 937.47
Current children cumulated vsize (Kb) 837964

[startup+980.163 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18900 4 1 0 94645 85 0 0 25 0 11 0 1770981775 858075136 28163 4294967295 134512640 134569956 3221224352 3221214744 1131593782 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28163 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 947.3
Current children cumulated vsize (Kb) 837964

[startup+990.164 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18908 4 1 0 95624 86 0 0 24 0 11 0 1770981775 858075136 28168 4294967295 134512640 134569956 3221224352 3221214744 1131593863 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28168 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 957.1
Current children cumulated vsize (Kb) 837964

[startup+1000.16 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18914 4 1 0 96609 86 0 0 25 0 11 0 1770981775 858075136 28172 4294967295 134512640 134569956 3221224352 3221214744 1131593804 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28172 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 966.95
Current children cumulated vsize (Kb) 837964

[startup+1010.16 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18921 4 1 0 97591 87 0 0 25 0 11 0 1770981775 858075136 28190 4294967295 134512640 134569956 3221224352 3221214744 1131593804 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28190 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 976.78
Current children cumulated vsize (Kb) 837964

[startup+1020.17 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18928 4 1 0 98575 87 0 0 21 0 11 0 1770981775 858075136 28192 4294967295 134512640 134569956 3221224352 3221214648 1131474597 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28192 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 986.62
Current children cumulated vsize (Kb) 837964

[startup+1030.17 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18936 4 1 0 99556 88 0 0 25 0 11 0 1770981775 858075136 28198 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28198 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 996.44
Current children cumulated vsize (Kb) 837964

[startup+1040.17 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18944 4 1 0 100537 88 0 0 24 0 11 0 1770981775 858075136 28201 4294967295 134512640 134569956 3221224352 3221214744 1131593804 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28201 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1006.25
Current children cumulated vsize (Kb) 837964

[startup+1050.17 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18951 4 1 0 101520 88 0 0 25 0 11 0 1770981775 858075136 28207 4294967295 134512640 134569956 3221224352 3221214632 1131352308 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28207 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1016.08
Current children cumulated vsize (Kb) 837964

[startup+1060.17 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18959 4 1 0 102502 88 0 0 25 0 11 0 1770981775 858075136 28216 4294967295 134512640 134569956 3221224352 3221214744 1131593863 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28216 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1025.9
Current children cumulated vsize (Kb) 837964

[startup+1070.17 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18966 4 1 0 103486 89 0 0 25 0 11 0 1770981775 858075136 28230 4294967295 134512640 134569956 3221224352 3221214632 1131352308 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28230 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1035.75
Current children cumulated vsize (Kb) 837964

[startup+1080.17 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18974 4 1 0 104468 89 0 0 21 0 11 0 1770981775 858075136 28237 4294967295 134512640 134569956 3221224352 3221214632 1131352323 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28237 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1045.57
Current children cumulated vsize (Kb) 837964

[startup+1090.17 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18982 4 1 0 105451 90 0 0 25 0 11 0 1770981775 858075136 28243 4294967295 134512640 134569956 3221224352 3221214648 1131474619 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28243 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1055.41
Current children cumulated vsize (Kb) 837964

[startup+1100.17 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18990 4 1 0 106433 90 0 0 25 0 11 0 1770981775 858075136 28246 4294967295 134512640 134569956 3221224352 3221214648 1131474679 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28246 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1065.23
Current children cumulated vsize (Kb) 837964

[startup+1110.17 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 18998 4 1 0 107414 91 0 0 25 0 11 0 1770981775 858075136 28255 4294967295 134512640 134569956 3221224352 3221214648 1131474622 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28255 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1075.05
Current children cumulated vsize (Kb) 837964

[startup+1120.17 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19007 4 1 0 108394 91 0 0 19 0 11 0 1770981775 858075136 28259 4294967295 134512640 134569956 3221224352 3221214648 1131475036 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28259 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1084.85
Current children cumulated vsize (Kb) 837964

[startup+1130.17 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19015 4 1 0 109376 91 0 0 25 0 11 0 1770981775 858075136 28274 4294967295 134512640 134569956 3221224352 3221214648 1131474755 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28274 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1094.67
Current children cumulated vsize (Kb) 837964

[startup+1140.17 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19024 4 1 0 110355 92 0 0 17 0 11 0 1770981775 858075136 28287 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28287 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1104.47
Current children cumulated vsize (Kb) 837964

[startup+1150.18 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19033 4 1 0 111337 92 0 0 25 0 11 0 1770981775 858075136 28290 4294967295 134512640 134569956 3221224352 3221214744 1131593673 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28290 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1114.29
Current children cumulated vsize (Kb) 837964

[startup+1160.18 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19041 4 1 0 112320 93 0 0 20 0 11 0 1770981775 858075136 28295 4294967295 134512640 134569956 3221224352 3221214744 1131594297 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28295 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1124.13
Current children cumulated vsize (Kb) 837964

[startup+1170.18 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19049 4 1 0 113303 93 0 0 25 0 11 0 1770981775 858075136 28305 4294967295 134512640 134569956 3221224352 3221214648 1131474622 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28305 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1133.96
Current children cumulated vsize (Kb) 837964

[startup+1180.18 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19057 4 1 0 114287 93 0 0 23 0 11 0 1770981775 858075136 28316 4294967295 134512640 134569956 3221224352 3221214616 1131216239 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28316 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1143.8
Current children cumulated vsize (Kb) 837964

[startup+1190.18 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19066 4 1 0 115269 94 0 0 25 0 11 0 1770981775 858075136 28319 4294967295 134512640 134569956 3221224352 3221214644 1131358112 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28319 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1153.63
Current children cumulated vsize (Kb) 837964

[startup+1200.18 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19075 4 1 0 116249 95 0 0 25 0 11 0 1770981775 858075136 28325 4294967295 134512640 134569956 3221224352 3221214632 1131352308 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28325 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1163.44
Current children cumulated vsize (Kb) 837964

[startup+1210.18 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19084 4 1 0 117229 95 0 0 20 0 11 0 1770981775 858075136 28328 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/6354/statm): 209491 28328 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1173.24
Current children cumulated vsize (Kb) 837964

[startup+1220.18 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19094 4 1 0 118205 96 0 0 24 0 11 0 1770981775 858075136 28349 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28349 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1183.01
Current children cumulated vsize (Kb) 837964

[startup+1230.18 s]
Raw data (loadavg): 1.00 1.00 0.93 3/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19100 4 1 0 119190 96 0 0 25 0 11 0 1770981775 858075136 28352 4294967295 134512640 134569956 3221224352 3221214560 1131358169 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28352 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1192.86
Current children cumulated vsize (Kb) 837964

[startup+1240.18 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19107 4 1 0 120172 96 0 0 25 0 11 0 1770981775 858075136 28365 4294967295 134512640 134569956 3221224352 3221214648 1131475063 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28365 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1202.68
Current children cumulated vsize (Kb) 837964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1240.18 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 6372
Raw data (/proc/6354/stat): 6354 (java) R 6353 6354 27660 0 -1 0 19107 4 1 0 120172 96 0 0 25 0 11 0 1770981775 858075136 28365 4294967295 134512640 134569956 3221224352 3221214744 1131593661 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/6354/statm): 209491 28365 13129 16 0 209475 0
[pid=6354] vsize: 837964
Current children cumulated CPU time (s) 1202.68
Current children cumulated vsize (Kb) 837964

Sending SIGTERM to -6354
Sleeping 2 seconds
New thread pid=6374
New thread pid=6375
One traced child (pid=6375) exited with status: 0
One traced child (pid=6363) exited with status: 0
One traced child (pid=6358) exited with status: 0
One traced child (pid=6355) exited with status: 143
One traced child (pid=6356) exited with status: 143
One traced child (pid=6374) exited with status: 143
One traced child (pid=6357) exited with status: 143
One traced child (pid=6362) exited with status: 143
One traced child (pid=6359) exited with status: 143
One traced child (pid=6361) exited with status: 143
One traced child (pid=6372) exited with status: 143
One traced child (pid=6360) exited with status: 143
One traced child (pid=6354) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1240.32
CPU time (s): 1248.87
CPU user time (s): 1247.03
CPU system time (s): 1.84472
CPU usage (%): 100.689
Max. virtual memory (cumulated for all children) (Kb): 841528

Verifier Data

Verifier:	OK	369