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/logic-synthesis/normalized-alu4.b.opb
MD5SUMdb06e7fbd4f70a4af68f8f196fdb3636
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 50
Optimality of the best value was proved NO
Number of terms in the objective function 808
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 808
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 808
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 benchmark1195.2
Number of variables807
Total number of constraints1838
Number of constraints which are clauses1823
Number of constraints which are cardinality constraints (but not clauses)15
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint98

Trace number 1188

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.161
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:        904344 kB
Buffers:         33724 kB
Cached:          69408 kB
SwapCached:        908 kB
Active:          77140 kB
Inactive:        28656 kB
HighTotal:      131008 kB
HighFree:        65492 kB
LowTotal:       903652 kB
LowFree:        838852 kB
SwapTotal:     2097892 kB
SwapFree:      2096472 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5804 kB
Slab:            18992 kB
Committed_AS:    64368 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 14:02:45 (client local time) WITH STATUS 143 IN 1267.45 SECONDS
stats: 5932 0 1267.45 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/wulflinc21/normalized-alu4.b.opb
c reading problem ... done. Time 3.193 ms.
c #vars     808
c #constraints  1823
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                  65 		Current CPU time: 4.26 ms
c CURRENT OPTIMUM=                  64 		Current CPU time: 5.04 ms
c CURRENT OPTIMUM=                  63 		Current CPU time: 6.18 ms
c CURRENT OPTIMUM=                  62 		Current CPU time: 7.35 ms
c CURRENT OPTIMUM=                  61 		Current CPU time: 13.21 ms
c CURRENT OPTIMUM=                  60 		Current CPU time: 27.17 ms
c starts		: 12
c conflicts		: 1661
c decisions		: 43868
c propagations		: 81004
c inspects		: 796282
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 1661
c root simplifications	: 12
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 6849
c speed (decisions/second)	: 35.30413480404386
c non guided choices	4891
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 x793 -x794 x795 x796 -x797 -x798 -x799 -x800 -x801 -x802 x803 -x804 -x805 -x806 x807 -x808 
c objective function=60
c Total CPU time (ms) : 1269.794

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/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1718964778 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 39 3 38 16 0 23 0
[pid=23202] 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/23202
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=23203
New thread pid=23204
New thread pid=23205
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=23206
New thread pid=23207
New thread pid=23208
New thread pid=23209
New thread pid=23210
New thread pid=23211
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/wulflinc21/normalized-alu4.b.opb
New thread pid=23212
One traced child (pid=23212) exited with status: 0
New thread pid=23213
One traced child (pid=23213) exited with status: 0
New thread pid=23214
One traced child (pid=23214) exited with status: 0
New thread pid=23215
One traced child (pid=23215) exited with status: 0
New thread pid=23216

[startup+10.0031 s]
Raw data (loadavg): 1.06 1.04 1.00 2/67 23216
Raw data (/proc/23202/stat): 23202 (java) S 23201 23202 20602 0 -1 0 18193 3 3 0 657 52 0 0 25 0 11 0 1718964778 860610560 22105 4294967295 134512640 134569956 3221224352 3221213040 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 210110 22107 13129 16 0 210094 0
[pid=23202] vsize: 840440
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (Kb) 840440
One traced child (pid=23216) exited with status: 0
New thread pid=23217

[startup+20.0038 s]
Raw data (loadavg): 1.05 1.04 1.00 3/67 23217
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18203 3 3 0 1587 52 0 0 16 0 11 0 1718964778 859889664 23486 4294967295 134512640 134569956 3221224352 3221214616 1131661208 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 23486 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 16.39
Current children cumulated vsize (Kb) 839736
One traced child (pid=23217) exited with status: 0
New thread pid=23218

[startup+30.0034 s]
Raw data (loadavg): 1.05 1.04 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18211 3 3 0 2503 53 0 0 16 0 11 0 1718964778 859889664 23812 4294967295 134512640 134569956 3221224352 3221214680 1131506693 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 23812 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (Kb) 839736

[startup+40.0041 s]
Raw data (loadavg): 1.04 1.04 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18219 3 3 0 3440 53 0 0 25 0 11 0 1718964778 859889664 24467 4294967295 134512640 134569956 3221224352 3221214624 1131409619 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 24467 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 34.93
Current children cumulated vsize (Kb) 839736

[startup+50.0048 s]
Raw data (loadavg): 1.03 1.04 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18227 3 3 0 4372 53 0 0 18 0 11 0 1718964778 859889664 24572 4294967295 134512640 134569956 3221224352 3221214632 1131661164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 24572 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 44.25
Current children cumulated vsize (Kb) 839736

[startup+60.0055 s]
Raw data (loadavg): 1.03 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18234 3 3 0 5299 53 0 0 17 0 11 0 1718964778 859889664 24599 4294967295 134512640 134569956 3221224352 3221214544 1131422666 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 24599 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 53.52
Current children cumulated vsize (Kb) 839736

[startup+70.0061 s]
Raw data (loadavg): 1.02 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18240 3 3 0 6237 53 0 0 17 0 11 0 1718964778 859889664 24599 4294967295 134512640 134569956 3221224352 3221214520 1131422540 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 24599 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 62.9
Current children cumulated vsize (Kb) 839736

[startup+80.0068 s]
Raw data (loadavg): 1.02 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18247 3 3 0 7169 54 0 0 16 0 11 0 1718964778 859889664 24767 4294967295 134512640 134569956 3221224352 3221214568 1131337460 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 24767 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 72.23
Current children cumulated vsize (Kb) 839736

[startup+90.0075 s]
Raw data (loadavg): 1.02 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18254 3 3 0 8103 54 0 0 15 0 11 0 1718964778 859889664 25184 4294967295 134512640 134569956 3221224352 3221214520 1131422581 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 25184 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 81.57
Current children cumulated vsize (Kb) 839736

[startup+100.007 s]
Raw data (loadavg): 1.01 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18260 3 3 0 9064 54 0 0 17 0 11 0 1718964778 859889664 25453 4294967295 134512640 134569956 3221224352 3221214520 1131422420 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 25453 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 91.18
Current children cumulated vsize (Kb) 839736

[startup+110.008 s]
Raw data (loadavg): 1.01 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18267 3 3 0 10028 54 0 0 17 0 11 0 1718964778 859889664 25480 4294967295 134512640 134569956 3221224352 3221214520 1131422540 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 25480 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 100.82
Current children cumulated vsize (Kb) 839736

[startup+120.009 s]
Raw data (loadavg): 1.01 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18274 3 3 0 10993 54 0 0 17 0 11 0 1718964778 859889664 25518 4294967295 134512640 134569956 3221224352 3221214628 1131337440 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 25518 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 110.47
Current children cumulated vsize (Kb) 839736

[startup+130.008 s]
Raw data (loadavg): 1.01 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18281 3 3 0 11961 55 0 0 18 0 11 0 1718964778 859889664 25700 4294967295 134512640 134569956 3221224352 3221214616 1131422581 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 25700 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 120.16
Current children cumulated vsize (Kb) 839736

[startup+140.009 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18288 3 3 0 12947 55 0 0 21 0 11 0 1718964778 859889664 25899 4294967295 134512640 134569956 3221224352 3221214632 1131661701 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 25899 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 130.02
Current children cumulated vsize (Kb) 839736

[startup+150.01 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18295 3 3 0 13930 56 0 0 19 0 11 0 1718964778 859889664 25899 4294967295 134512640 134569956 3221224352 3221214544 1131422581 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 25899 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 139.86
Current children cumulated vsize (Kb) 839736

[startup+160.01 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18302 3 3 0 14908 56 0 0 19 0 11 0 1718964778 859889664 25899 4294967295 134512640 134569956 3221224352 3221214640 1131504578 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 25899 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 149.64
Current children cumulated vsize (Kb) 839736

[startup+170.011 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18309 3 3 0 15887 56 0 0 18 0 11 0 1718964778 859889664 25925 4294967295 134512640 134569956 3221224352 3221214520 1131422540 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 25925 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 159.43
Current children cumulated vsize (Kb) 839736

[startup+180.011 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18316 3 3 0 16866 56 0 0 18 0 11 0 1718964778 859889664 25955 4294967295 134512640 134569956 3221224352 3221214680 1131507971 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 25955 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 169.22
Current children cumulated vsize (Kb) 839736

[startup+190.011 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18323 3 3 0 17809 56 0 0 16 0 11 0 1718964778 859889664 26089 4294967295 134512640 134569956 3221224352 3221214616 1131642114 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 26089 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 178.65
Current children cumulated vsize (Kb) 839736

[startup+200.011 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18329 3 3 0 18744 56 0 0 17 0 11 0 1718964778 859889664 26197 4294967295 134512640 134569956 3221224352 3221214616 1131641894 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 26197 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 188
Current children cumulated vsize (Kb) 839736

[startup+210.012 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18336 3 3 0 19665 56 0 0 16 0 11 0 1718964778 859889664 26604 4294967295 134512640 134569956 3221224352 3221214608 1131422536 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 26604 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 197.21
Current children cumulated vsize (Kb) 839736

[startup+220.012 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18343 3 3 0 20590 56 0 0 16 0 11 0 1718964778 859889664 26865 4294967295 134512640 134569956 3221224352 3221214520 1131479955 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 26865 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 206.46
Current children cumulated vsize (Kb) 839736

[startup+230.012 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18350 3 3 0 21511 57 0 0 17 0 11 0 1718964778 859889664 27007 4294967295 134512640 134569956 3221224352 3221214568 1131337460 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 27007 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 215.68
Current children cumulated vsize (Kb) 839736

[startup+240.013 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18356 3 3 0 22420 57 0 0 16 0 11 0 1718964778 859889664 28360 4294967295 134512640 134569956 3221224352 3221214680 1131508052 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 28360 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 224.77
Current children cumulated vsize (Kb) 839736

[startup+250.013 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18365 3 3 0 23337 57 0 0 16 0 11 0 1718964778 859889664 29123 4294967295 134512640 134569956 3221224352 3221214568 1131337579 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 29123 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 233.94
Current children cumulated vsize (Kb) 839736

[startup+260.014 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18372 3 3 0 24270 57 0 0 16 0 11 0 1718964778 859889664 29725 4294967295 134512640 134569956 3221224352 3221214608 1131506696 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 29725 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 243.27
Current children cumulated vsize (Kb) 839736

[startup+270.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18381 3 3 0 25198 57 0 0 16 0 11 0 1718964778 859889664 29725 4294967295 134512640 134569956 3221224352 3221214608 1131507783 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 29725 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 252.55
Current children cumulated vsize (Kb) 839736

[startup+280.014 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) S 23201 23202 20602 0 -1 0 18387 3 3 0 26118 57 0 0 17 0 11 0 1718964778 859889664 30089 4294967295 134512640 134569956 3221224352 3221213192 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 30089 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 261.75
Current children cumulated vsize (Kb) 839736

[startup+290.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18394 3 3 0 27052 58 0 0 16 0 11 0 1718964778 859889664 30357 4294967295 134512640 134569956 3221224352 3221214608 1131507897 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 30357 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 271.1
Current children cumulated vsize (Kb) 839736

[startup+300.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18400 3 3 0 27989 58 0 0 16 0 11 0 1718964778 859889664 30426 4294967295 134512640 134569956 3221224352 3221214496 1131661546 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 30426 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 280.47
Current children cumulated vsize (Kb) 839736

[startup+310.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18406 3 3 0 28928 58 0 0 16 0 11 0 1718964778 859889664 30443 4294967295 134512640 134569956 3221224352 3221214384 1131337463 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 30443 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 289.86
Current children cumulated vsize (Kb) 839736

[startup+320.016 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18413 3 3 0 29867 58 0 0 17 0 11 0 1718964778 859889664 30567 4294967295 134512640 134569956 3221224352 3221214480 1131641778 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 30567 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 299.25
Current children cumulated vsize (Kb) 839736

[startup+330.016 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18420 3 3 0 30809 59 0 0 16 0 11 0 1718964778 859889664 31057 4294967295 134512640 134569956 3221224352 3221214608 1131506696 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 31057 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 308.68
Current children cumulated vsize (Kb) 839736

[startup+340.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18427 3 3 0 31773 59 0 0 17 0 11 0 1718964778 859889664 31298 4294967295 134512640 134569956 3221224352 3221214512 1131480534 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 31298 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 318.32
Current children cumulated vsize (Kb) 839736

[startup+350.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18434 3 3 0 32740 60 0 0 16 0 11 0 1718964778 859889664 31298 4294967295 134512640 134569956 3221224352 3221214512 1131479885 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 31298 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 328
Current children cumulated vsize (Kb) 839736

[startup+360.018 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18440 3 3 0 33700 60 0 0 17 0 11 0 1718964778 859889664 31298 4294967295 134512640 134569956 3221224352 3221214384 1131422581 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 31298 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 337.6
Current children cumulated vsize (Kb) 839736

[startup+370.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18447 3 3 0 34644 60 0 0 17 0 11 0 1718964778 859889664 31402 4294967295 134512640 134569956 3221224352 3221214480 1131641772 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 31402 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 347.04
Current children cumulated vsize (Kb) 839736

[startup+380.018 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) S 23201 23202 20602 0 -1 0 18454 3 3 0 35595 60 0 0 18 0 11 0 1718964778 859889664 31500 4294967295 134512640 134569956 3221224352 3221213024 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 31500 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 356.55
Current children cumulated vsize (Kb) 839736

[startup+390.019 s]
Raw data (loadavg): 1.07 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18460 3 3 0 36552 61 0 0 17 0 11 0 1718964778 859889664 31612 4294967295 134512640 134569956 3221224352 3221214608 1131506567 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 31612 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 366.13
Current children cumulated vsize (Kb) 839736

[startup+400.02 s]
Raw data (loadavg): 1.06 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18467 3 3 0 37502 61 0 0 17 0 11 0 1718964778 859889664 31812 4294967295 134512640 134569956 3221224352 3221214568 1131504578 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 31812 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 375.63
Current children cumulated vsize (Kb) 839736

[startup+410.019 s]
Raw data (loadavg): 1.05 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18473 3 3 0 38468 61 0 0 17 0 11 0 1718964778 859889664 31921 4294967295 134512640 134569956 3221224352 3221214608 1131506696 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 31921 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 385.29
Current children cumulated vsize (Kb) 839736

[startup+420.02 s]
Raw data (loadavg): 1.04 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18480 3 3 0 39432 61 0 0 18 0 11 0 1718964778 859889664 31984 4294967295 134512640 134569956 3221224352 3221214496 1131337570 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 31984 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 394.93
Current children cumulated vsize (Kb) 839736

[startup+430.021 s]
Raw data (loadavg): 1.04 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18487 3 3 0 40382 61 0 0 16 0 11 0 1718964778 859889664 32060 4294967295 134512640 134569956 3221224352 3221214560 1131661164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 32060 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 404.43
Current children cumulated vsize (Kb) 839736

[startup+440.021 s]
Raw data (loadavg): 1.03 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18493 3 3 0 41336 62 0 0 18 0 11 0 1718964778 859889664 32181 4294967295 134512640 134569956 3221224352 3221214536 1131497163 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 32181 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 413.98
Current children cumulated vsize (Kb) 839736

[startup+450.021 s]
Raw data (loadavg): 1.02 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18500 3 3 0 42286 63 0 0 16 0 11 0 1718964778 859889664 32223 4294967295 134512640 134569956 3221224352 3221214472 1131216819 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 32223 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 423.49
Current children cumulated vsize (Kb) 839736

[startup+460.022 s]
Raw data (loadavg): 1.02 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18506 3 3 0 43239 63 0 0 16 0 11 0 1718964778 859889664 32294 4294967295 134512640 134569956 3221224352 3221214608 1131509474 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 32294 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 433.02
Current children cumulated vsize (Kb) 839736

[startup+470.022 s]
Raw data (loadavg): 1.02 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18513 3 3 0 44172 64 0 0 17 0 11 0 1718964778 859889664 32431 4294967295 134512640 134569956 3221224352 3221214640 1131561717 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 32431 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 442.36
Current children cumulated vsize (Kb) 839736

[startup+480.022 s]
Raw data (loadavg): 1.01 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18519 3 3 0 45112 64 0 0 17 0 11 0 1718964778 859889664 32668 4294967295 134512640 134569956 3221224352 3221214448 1131337570 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 32668 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 451.76
Current children cumulated vsize (Kb) 839736

[startup+490.023 s]
Raw data (loadavg): 1.01 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18526 3 3 0 46041 64 0 0 16 0 11 0 1718964778 859889664 32722 4294967295 134512640 134569956 3221224352 3221214448 1131423202 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 32722 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 461.05
Current children cumulated vsize (Kb) 839736

[startup+500.023 s]
Raw data (loadavg): 1.01 1.01 1.00 3/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18532 3 3 0 46975 64 0 0 16 0 11 0 1718964778 859889664 32818 4294967295 134512640 134569956 3221224352 3221214544 1131642365 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 32818 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 470.39
Current children cumulated vsize (Kb) 839736

[startup+510.023 s]
Raw data (loadavg): 1.01 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18538 3 3 0 47909 65 0 0 18 0 11 0 1718964778 859889664 33100 4294967295 134512640 134569956 3221224352 3221214472 1131422581 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 33100 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 479.74
Current children cumulated vsize (Kb) 839736

[startup+520.024 s]
Raw data (loadavg): 1.01 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18544 3 3 0 48851 65 0 0 17 0 11 0 1718964778 859889664 33125 4294967295 134512640 134569956 3221224352 3221214608 1131507897 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 33125 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 489.16
Current children cumulated vsize (Kb) 839736

[startup+530.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18550 3 3 0 49800 65 0 0 17 0 11 0 1718964778 859889664 33431 4294967295 134512640 134569956 3221224352 3221214568 1131504696 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 33431 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 498.65
Current children cumulated vsize (Kb) 839736

[startup+540.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) S 23201 23202 20602 0 -1 0 18556 3 3 0 50754 65 0 0 16 0 11 0 1718964778 859889664 33606 4294967295 134512640 134569956 3221224352 3221213152 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 33606 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 508.19
Current children cumulated vsize (Kb) 839736

[startup+550.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18563 3 3 0 51711 66 0 0 16 0 11 0 1718964778 859889664 33722 4294967295 134512640 134569956 3221224352 3221214448 1131422410 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 33722 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 517.77
Current children cumulated vsize (Kb) 839736

[startup+560.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18569 3 3 0 52678 66 0 0 16 0 11 0 1718964778 859889664 33845 4294967295 134512640 134569956 3221224352 3221214448 1131422581 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 33845 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 527.44
Current children cumulated vsize (Kb) 839736

[startup+570.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18575 3 3 0 53648 67 0 0 17 0 11 0 1718964778 859889664 33947 4294967295 134512640 134569956 3221224352 3221214544 1131642114 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 33947 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 537.15
Current children cumulated vsize (Kb) 839736

[startup+580.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18581 3 3 0 54619 67 0 0 17 0 11 0 1718964778 859889664 34011 4294967295 134512640 134569956 3221224352 3221214604 1131337440 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 34011 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 546.86
Current children cumulated vsize (Kb) 839736

[startup+590.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18589 3 3 0 55587 67 0 0 17 0 11 0 1718964778 859889664 34119 4294967295 134512640 134569956 3221224352 3221214496 1131337479 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 34119 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 556.54
Current children cumulated vsize (Kb) 839736

[startup+600.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18597 3 3 0 56544 67 0 0 16 0 11 0 1718964778 859889664 34176 4294967295 134512640 134569956 3221224352 3221214512 1131479457 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 34176 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 566.11
Current children cumulated vsize (Kb) 839736

[startup+610.931 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18604 3 3 0 57568 67 0 0 17 0 11 0 1718964778 859889664 34256 4294967295 134512640 134569956 3221224352 3221214512 1131479996 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 34256 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 576.35
Current children cumulated vsize (Kb) 839736

[startup+620.931 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18611 3 3 0 58490 67 0 0 16 0 11 0 1718964778 859889664 34575 4294967295 134512640 134569956 3221224352 3221214568 1131504578 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 34575 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 585.57
Current children cumulated vsize (Kb) 839736

[startup+630.931 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18617 3 3 0 59422 68 0 0 16 0 11 0 1718964778 859889664 34766 4294967295 134512640 134569956 3221224352 3221214608 1131507897 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 34766 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 594.9
Current children cumulated vsize (Kb) 839736

[startup+640.933 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18623 3 3 0 60351 68 0 0 16 0 11 0 1718964778 859889664 35088 4294967295 134512640 134569956 3221224352 3221214560 1131661171 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 35088 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 604.19
Current children cumulated vsize (Kb) 839736

[startup+650.932 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18630 3 3 0 61273 68 0 0 16 0 11 0 1718964778 859889664 35374 4294967295 134512640 134569956 3221224352 3221214608 1131506891 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 35374 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 613.41
Current children cumulated vsize (Kb) 839736

[startup+660.933 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18637 3 3 0 62190 68 0 0 16 0 11 0 1718964778 859889664 35712 4294967295 134512640 134569956 3221224352 3221214608 1131506705 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 35712 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 622.58
Current children cumulated vsize (Kb) 839736

[startup+670.934 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18643 3 3 0 63121 68 0 0 17 0 11 0 1718964778 859889664 36039 4294967295 134512640 134569956 3221224352 3221214512 1131479486 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 36039 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 631.89
Current children cumulated vsize (Kb) 839736

[startup+680.933 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18650 3 3 0 64036 68 0 0 16 0 11 0 1718964778 859889664 36552 4294967295 134512640 134569956 3221224352 3221214608 1131506696 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 36552 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 641.04
Current children cumulated vsize (Kb) 839736

[startup+690.934 s]
Raw data (loadavg): 1.08 1.02 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18656 3 3 0 64960 68 0 0 17 0 11 0 1718964778 859889664 37054 4294967295 134512640 134569956 3221224352 3221214448 1131422460 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 37054 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 650.28
Current children cumulated vsize (Kb) 839736

[startup+700.935 s]
Raw data (loadavg): 1.07 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18662 3 3 0 65900 69 0 0 19 0 11 0 1718964778 859889664 37368 4294967295 134512640 134569956 3221224352 3221213916 1131840536 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 37368 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 659.69
Current children cumulated vsize (Kb) 839736

[startup+710.935 s]
Raw data (loadavg): 1.06 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) S 23201 23202 20602 0 -1 0 18664 3 3 0 66868 69 0 0 16 0 11 0 1718964778 859889664 37552 4294967295 134512640 134569956 3221224352 3221213256 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 37552 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 669.37
Current children cumulated vsize (Kb) 839736

[startup+720.936 s]
Raw data (loadavg): 1.12 1.03 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18672 3 3 0 67800 69 0 0 16 0 11 0 1718964778 859889664 37552 4294967295 134512640 134569956 3221224352 3221214512 1131480394 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 37552 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 678.69
Current children cumulated vsize (Kb) 839736

[startup+730.936 s]
Raw data (loadavg): 1.10 1.03 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18679 3 3 0 68720 69 0 0 16 0 11 0 1718964778 859889664 37795 4294967295 134512640 134569956 3221224352 3221214608 1131507048 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 37795 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 687.89
Current children cumulated vsize (Kb) 839736

[startup+740.937 s]
Raw data (loadavg): 1.09 1.03 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18686 3 3 0 69662 69 0 0 16 0 11 0 1718964778 859889664 38099 4294967295 134512640 134569956 3221224352 3221214608 1131511076 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 38099 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 697.31
Current children cumulated vsize (Kb) 839736

[startup+750.936 s]
Raw data (loadavg): 1.15 1.04 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18694 3 3 0 70588 70 0 0 16 0 11 0 1718964778 859889664 38162 4294967295 134512640 134569956 3221224352 3221213960 1131863048 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 38162 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 706.58
Current children cumulated vsize (Kb) 839736

[startup+760.937 s]
Raw data (loadavg): 1.12 1.04 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18698 3 3 0 71538 70 0 0 16 0 11 0 1718964778 859889664 38408 4294967295 134512640 134569956 3221224352 3221214448 1131422460 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 38408 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 716.08
Current children cumulated vsize (Kb) 839736

[startup+770.937 s]
Raw data (loadavg): 1.18 1.06 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18704 3 3 0 72472 70 0 0 16 0 11 0 1718964778 859889664 38408 4294967295 134512640 134569956 3221224352 3221214472 1131422457 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 38408 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 725.42
Current children cumulated vsize (Kb) 839736

[startup+780.937 s]
Raw data (loadavg): 1.15 1.05 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18710 3 3 0 73407 70 0 0 16 0 11 0 1718964778 859889664 38592 4294967295 134512640 134569956 3221224352 3221214448 1131422732 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 38592 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 734.77
Current children cumulated vsize (Kb) 839736

[startup+790.938 s]
Raw data (loadavg): 1.13 1.05 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18715 3 3 0 74362 71 0 0 17 0 11 0 1718964778 859889664 38891 4294967295 134512640 134569956 3221224352 3221214448 1131422666 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 38891 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 744.33
Current children cumulated vsize (Kb) 839736

[startup+800.938 s]
Raw data (loadavg): 1.11 1.05 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18722 3 3 0 75316 71 0 0 16 0 11 0 1718964778 859889664 38993 4294967295 134512640 134569956 3221224352 3221214544 1131642464 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 38993 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 753.87
Current children cumulated vsize (Kb) 839736

[startup+810.939 s]
Raw data (loadavg): 1.09 1.05 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18727 3 3 0 76286 71 0 0 18 0 11 0 1718964778 859889664 39273 4294967295 134512640 134569956 3221224352 3221214472 1131422540 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 39273 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 763.57
Current children cumulated vsize (Kb) 839736

[startup+820.94 s]
Raw data (loadavg): 1.08 1.05 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18733 3 3 0 77264 72 0 0 18 0 11 0 1718964778 859889664 39293 4294967295 134512640 134569956 3221224352 3221214544 1131642114 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 39293 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 773.36
Current children cumulated vsize (Kb) 839736

[startup+830.94 s]
Raw data (loadavg): 1.06 1.04 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18739 3 3 0 78242 72 0 0 17 0 11 0 1718964778 859889664 39312 4294967295 134512640 134569956 3221224352 3221214448 1131337627 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 39312 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 783.14
Current children cumulated vsize (Kb) 839736

[startup+840.94 s]
Raw data (loadavg): 1.05 1.04 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18745 3 3 0 79219 72 0 0 17 0 11 0 1718964778 859889664 39342 4294967295 134512640 134569956 3221224352 3221214564 1131422220 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 39342 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 792.91
Current children cumulated vsize (Kb) 839736

[startup+850.941 s]
Raw data (loadavg): 1.04 1.04 1.01 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18751 3 3 0 80194 72 0 0 18 0 11 0 1718964778 859889664 39380 4294967295 134512640 134569956 3221224352 3221214352 1131863028 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 39380 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 802.66
Current children cumulated vsize (Kb) 839736

[startup+860.941 s]
Raw data (loadavg): 1.04 1.04 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18757 3 3 0 81169 73 0 0 18 0 11 0 1718964778 859889664 39467 4294967295 134512640 134569956 3221224352 3221214564 1131484512 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 39467 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 812.42
Current children cumulated vsize (Kb) 839736

[startup+870.941 s]
Raw data (loadavg): 1.03 1.04 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18763 3 3 0 82147 73 0 0 18 0 11 0 1718964778 859889664 39496 4294967295 134512640 134569956 3221224352 3221214544 1131641894 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 39496 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 822.2
Current children cumulated vsize (Kb) 839736

[startup+880.942 s]
Raw data (loadavg): 1.03 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18769 3 3 0 83125 73 0 0 18 0 11 0 1718964778 859889664 39518 4294967295 134512640 134569956 3221224352 3221214448 1131422538 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 39518 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 831.98
Current children cumulated vsize (Kb) 839736

[startup+890.943 s]
Raw data (loadavg): 1.02 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18775 3 3 0 84103 73 0 0 20 0 11 0 1718964778 859889664 39565 4294967295 134512640 134569956 3221224352 3221214544 1131642276 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 39565 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 841.76
Current children cumulated vsize (Kb) 839736

[startup+900.942 s]
Raw data (loadavg): 1.02 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18781 3 3 0 85081 74 0 0 16 0 11 0 1718964778 859889664 39616 4294967295 134512640 134569956 3221224352 3221214448 1131422289 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 39616 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 851.55
Current children cumulated vsize (Kb) 839736

[startup+910.942 s]
Raw data (loadavg): 1.01 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18787 3 3 0 86061 74 0 0 17 0 11 0 1718964778 859889664 39666 4294967295 134512640 134569956 3221224352 3221214544 1131642114 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 39666 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 861.35
Current children cumulated vsize (Kb) 839736

[startup+920.943 s]
Raw data (loadavg): 1.01 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18792 3 3 0 87044 74 0 0 18 0 11 0 1718964778 859889664 39695 4294967295 134512640 134569956 3221224352 3221214448 1131423216 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 39695 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 871.18
Current children cumulated vsize (Kb) 839736

[startup+930.942 s]
Raw data (loadavg): 1.01 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18798 3 3 0 88024 74 0 0 18 0 11 0 1718964778 859889664 39733 4294967295 134512640 134569956 3221224352 3221214560 1131661587 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 39733 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 880.98
Current children cumulated vsize (Kb) 839736

[startup+940.943 s]
Raw data (loadavg): 1.01 1.03 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18804 3 3 0 89004 74 0 0 18 0 11 0 1718964778 859889664 39751 4294967295 134512640 134569956 3221224352 3221214048 1085806294 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 39751 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 890.78
Current children cumulated vsize (Kb) 839736

[startup+950.944 s]
Raw data (loadavg): 1.01 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18810 3 3 0 89985 74 0 0 17 0 11 0 1718964778 859889664 39804 4294967295 134512640 134569956 3221224352 3221214360 1131840550 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 39804 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 900.59
Current children cumulated vsize (Kb) 839736

[startup+960.943 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18816 3 3 0 90965 75 0 0 17 0 11 0 1718964778 859889664 39833 4294967295 134512640 134569956 3221224352 3221214472 1131423180 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 39833 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 910.4
Current children cumulated vsize (Kb) 839736

[startup+970.944 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18822 3 3 0 91944 75 0 0 17 0 11 0 1718964778 859889664 39861 4294967295 134512640 134569956 3221224352 3221214448 1131422540 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 39861 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 920.19
Current children cumulated vsize (Kb) 839736

[startup+980.944 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18828 3 3 0 92923 75 0 0 17 0 11 0 1718964778 859889664 39901 4294967295 134512640 134569956 3221224352 3221214544 1131642284 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 39901 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 929.98
Current children cumulated vsize (Kb) 839736

[startup+990.945 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18833 3 3 0 93907 75 0 0 18 0 11 0 1718964778 859889664 39931 4294967295 134512640 134569956 3221224352 3221214516 1131057207 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 39931 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 939.82
Current children cumulated vsize (Kb) 839736

[startup+1000.95 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18840 3 3 0 94887 76 0 0 17 0 11 0 1718964778 859889664 39960 4294967295 134512640 134569956 3221224352 3221213960 1131863048 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 39960 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 949.63
Current children cumulated vsize (Kb) 839736

[startup+1010.94 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18845 3 3 0 95870 76 0 0 17 0 11 0 1718964778 859889664 39999 4294967295 134512640 134569956 3221224352 3221214496 1131337465 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 39999 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 959.46
Current children cumulated vsize (Kb) 839736

[startup+1020.95 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18852 3 3 0 96848 77 0 0 17 0 11 0 1718964778 859889664 40037 4294967295 134512640 134569956 3221224352 3221214512 1131479665 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 40037 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 969.25
Current children cumulated vsize (Kb) 839736

[startup+1030.95 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18858 3 3 0 97825 77 0 0 18 0 11 0 1718964778 859889664 40070 4294967295 134512640 134569956 3221224352 3221214568 1131504640 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 40070 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 979.02
Current children cumulated vsize (Kb) 839736

[startup+1040.95 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18863 3 3 0 98805 77 0 0 17 0 11 0 1718964778 859889664 40089 4294967295 134512640 134569956 3221224352 3221213888 1085759268 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 40089 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 988.82
Current children cumulated vsize (Kb) 839736

[startup+1050.95 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18869 3 3 0 99780 77 0 0 16 0 11 0 1718964778 859889664 40118 4294967295 134512640 134569956 3221224352 3221214608 1131508709 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 40118 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 998.57
Current children cumulated vsize (Kb) 839736

[startup+1060.95 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18874 3 3 0 100749 77 0 0 16 0 11 0 1718964778 859889664 40139 4294967295 134512640 134569956 3221224352 3221214608 1131506696 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 40139 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1008.26
Current children cumulated vsize (Kb) 839736

[startup+1070.95 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18879 3 3 0 101713 78 0 0 17 0 11 0 1718964778 859889664 40142 4294967295 134512640 134569956 3221224352 3221214544 1131641772 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 40142 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1017.91
Current children cumulated vsize (Kb) 839736

[startup+1080.95 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18883 3 3 0 102681 78 0 0 17 0 11 0 1718964778 859889664 40155 4294967295 134512640 134569956 3221224352 3221213920 1131840682 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 40155 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1027.59
Current children cumulated vsize (Kb) 839736

[startup+1090.95 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18886 3 3 0 103655 78 0 0 17 0 11 0 1718964778 859889664 40274 4294967295 134512640 134569956 3221224352 3221214600 1131422813 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 40274 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1037.33
Current children cumulated vsize (Kb) 839736

[startup+1100.95 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18891 3 3 0 104616 78 0 0 17 0 11 0 1718964778 859889664 40274 4294967295 134512640 134569956 3221224352 3221214608 1131509644 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 40274 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1046.94
Current children cumulated vsize (Kb) 839736

[startup+1110.95 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18897 3 3 0 105564 79 0 0 16 0 11 0 1718964778 859889664 40291 4294967295 134512640 134569956 3221224352 3221214512 1131480512 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 40291 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1056.43
Current children cumulated vsize (Kb) 839736

[startup+1120.95 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18902 3 3 0 106518 79 0 0 17 0 11 0 1718964778 859889664 40483 4294967295 134512640 134569956 3221224352 3221214512 1131479457 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 40483 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1065.97
Current children cumulated vsize (Kb) 839736

[startup+1130.95 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18908 3 3 0 107473 79 0 0 18 0 11 0 1718964778 859889664 40677 4294967295 134512640 134569956 3221224352 3221213964 1131863019 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 40677 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1075.52
Current children cumulated vsize (Kb) 839736

[startup+1140.95 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18912 3 3 0 108448 79 0 0 17 0 11 0 1718964778 859889664 40689 4294967295 134512640 134569956 3221224352 3221213832 1085806738 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 40689 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1085.27
Current children cumulated vsize (Kb) 839736

[startup+1150.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18919 3 3 0 109403 80 0 0 16 0 11 0 1718964778 859889664 40839 4294967295 134512640 134569956 3221224352 3221214608 1131506696 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 40839 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1094.83
Current children cumulated vsize (Kb) 839736

[startup+1160.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23218
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18926 3 3 0 110358 80 0 0 16 0 11 0 1718964778 859889664 40914 4294967295 134512640 134569956 3221224352 3221214424 1131366202 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 40914 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1104.38
Current children cumulated vsize (Kb) 839736

[startup+1170.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23220
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18933 3 3 0 111312 80 0 0 16 0 11 0 1718964778 859889664 41071 4294967295 134512640 134569956 3221224352 3221214544 1131641772 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 41071 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1113.92
Current children cumulated vsize (Kb) 839736

[startup+1180.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23220
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18940 3 3 0 112267 80 0 0 17 0 11 0 1718964778 859889664 41108 4294967295 134512640 134569956 3221224352 3221214608 1131506696 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 41108 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1123.47
Current children cumulated vsize (Kb) 839736

[startup+1190.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23220
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18947 3 3 0 113215 81 0 0 16 0 11 0 1718964778 859889664 41179 4294967295 134512640 134569956 3221224352 3221214608 1131506696 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 41179 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1132.96
Current children cumulated vsize (Kb) 839736

[startup+1200.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23220
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18953 3 3 0 114160 81 0 0 16 0 11 0 1718964778 859889664 41272 4294967295 134512640 134569956 3221224352 3221214608 1131506567 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 41272 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1142.41
Current children cumulated vsize (Kb) 839736

[startup+1210.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23220
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18959 3 3 0 115097 81 0 0 17 0 11 0 1718964778 859889664 41415 4294967295 134512640 134569956 3221224352 3221214448 1131422581 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 41415 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1151.78
Current children cumulated vsize (Kb) 839736

[startup+1220.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23220
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18965 3 3 0 116028 81 0 0 17 0 11 0 1718964778 859889664 41524 4294967295 134512640 134569956 3221224352 3221214448 1131422581 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 41524 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1161.09
Current children cumulated vsize (Kb) 839736

[startup+1230.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23220
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18971 3 3 0 116959 82 0 0 16 0 11 0 1718964778 859889664 41758 4294967295 134512640 134569956 3221224352 3221214512 1131480137 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 41758 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1170.41
Current children cumulated vsize (Kb) 839736

[startup+1240.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23220
Raw data (/proc/23202/stat): 23202 (java) S 23201 23202 20602 0 -1 0 18976 3 3 0 117894 82 0 0 16 0 11 0 1718964778 859889664 41862 4294967295 134512640 134569956 3221224352 3221213192 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 41862 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1179.76
Current children cumulated vsize (Kb) 839736

[startup+1250.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23220
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18982 3 3 0 118835 82 0 0 17 0 11 0 1718964778 859889664 41954 4294967295 134512640 134569956 3221224352 3221214448 1131422581 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 41954 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1189.17
Current children cumulated vsize (Kb) 839736

[startup+1260.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23220
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18988 3 3 0 119774 82 0 0 17 0 11 0 1718964778 859889664 42147 4294967295 134512640 134569956 3221224352 3221214448 1131422581 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23202/statm): 209934 42147 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1198.56
Current children cumulated vsize (Kb) 839736

[startup+1270.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23220
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18994 3 3 0 120723 83 0 0 17 0 11 0 1718964778 859889664 42383 4294967295 134512640 134569956 3221224352 3221214608 1131506693 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 42383 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1208.06
Current children cumulated vsize (Kb) 839736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1270.95 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 23220
Raw data (/proc/23202/stat): 23202 (java) R 23201 23202 20602 0 -1 0 18994 3 3 0 120723 83 0 0 17 0 11 0 1718964778 859889664 42383 4294967295 134512640 134569956 3221224352 3221214496 1131338163 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23202/statm): 209934 42383 13129 16 0 209918 0
[pid=23202] vsize: 839736
Current children cumulated CPU time (s) 1208.06
Current children cumulated vsize (Kb) 839736

Sending SIGTERM to -23202
Sleeping 2 seconds
New thread pid=23222
New thread pid=23223
One traced child (pid=23223) exited with status: 0
One traced child (pid=23211) exited with status: 0
One traced child (pid=23206) exited with status: 0
One traced child (pid=23203) exited with status: 143
One traced child (pid=23204) exited with status: 143
One traced child (pid=23205) exited with status: 143
One traced child (pid=23210) exited with status: 143
One traced child (pid=23207) exited with status: 143
One traced child (pid=23208) exited with status: 143
One traced child (pid=23209) exited with status: 143
One traced child (pid=23218) exited with status: 143
One traced child (pid=23222) exited with status: 143
One traced child (pid=23202) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1271.17
CPU time (s): 1267.45
CPU user time (s): 1265.79
CPU system time (s): 1.66075
CPU usage (%): 99.7073
Max. virtual memory (cumulated for all children) (Kb): 840440

Verifier Data

Verifier:	OK	60