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-ii32c3.opb
MD5SUM00d830716ad6728e4af33fe898d69922
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 261
Optimality of the best value was proved YES
Number of terms in the objective function 558
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 558
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 558
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 benchmark316.875
Number of variables558
Total number of constraints3551
Number of constraints which are clauses3551
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 1781

Launcher Data

LAUNCH ON wulflinc4 THE 2005-09-18 16:32:48 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6006 boxname=wulflinc4 idbench=146 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  00d830716ad6728e4af33fe898d69922  /oldhome/oroussel/tmp/wulflinc4/normalized-ii32c3.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc4/normalized-ii32c3.opb
IDLAUNCH: 6006
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.169
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	: 2
cpu MHz		: 451.169
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:        923816 kB
Buffers:         34564 kB
Cached:          52604 kB
SwapCached:        960 kB
Active:          64428 kB
Inactive:        25432 kB
HighTotal:      131008 kB
HighFree:        76020 kB
LowTotal:       903652 kB
LowFree:        847796 kB
SwapTotal:     2097136 kB
SwapFree:      2095628 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5692 kB
Slab:            15460 kB
Committed_AS:    72324 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 16:53:29 (client local time) WITH STATUS 143 IN 1245.58 SECONDS
stats: 6006 0 1245.58 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/wulflinc4/normalized-ii32c3.opb
c reading problem ... done. Time 3.125 ms.
c #vars     558
c #constraints  3551
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                 275 		Current CPU time: 6.11 ms
c CURRENT OPTIMUM=                 274 		Current CPU time: 9.74 ms
c CURRENT OPTIMUM=                 273 		Current CPU time: 13.49 ms
c CURRENT OPTIMUM=                 272 		Current CPU time: 14.50 ms
c CURRENT OPTIMUM=                 271 		Current CPU time: 18.73 ms
c CURRENT OPTIMUM=                 270 		Current CPU time: 22.53 ms
c CURRENT OPTIMUM=                 269 		Current CPU time: 24.95 ms
c CURRENT OPTIMUM=                 268 		Current CPU time: 28.34 ms
c CURRENT OPTIMUM=                 263 		Current CPU time: 29.66 ms
c CURRENT OPTIMUM=                 262 		Current CPU time: 30.69 ms
c starts		: 18
c conflicts		: 2086
c decisions		: 8388
c propagations		: 209162
c inspects		: 4547724
c learnt literals	: 1
c learnt binary clauses	: 19
c learnt ternary clauses	: 18
c learnt clauses	: 2085
c root simplifications	: 24
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 6.942857994219252
c non guided choices	2521
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 
c objective function=262
c Total CPU time (ms) : 1238.866

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/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1784480800 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 39 3 38 16 0 23 0
[pid=14662] 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/14662
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=14663
New thread pid=14664
New thread pid=14665
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=14666
New thread pid=14667
New thread pid=14668
New thread pid=14669
New thread pid=14670
New thread pid=14671
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/wulflinc4/normalized-ii32c3.opb
New thread pid=14672
One traced child (pid=14672) exited with status: 0
New thread pid=14673

[startup+10.0041 s]
Raw data (loadavg): 0.93 0.95 0.97 2/66 14673
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18199 4 1 0 749 47 0 0 16 0 11 0 1784480800 856616960 20551 4294967295 134512640 134569956 3221224352 3221214764 1131506124 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209135 20551 13129 16 0 209119 0
[pid=14662] vsize: 836540
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (Kb) 836540
One traced child (pid=14673) exited with status: 0
New thread pid=14674
One traced child (pid=14674) exited with status: 0
New thread pid=14675
One traced child (pid=14675) exited with status: 0
New thread pid=14676

[startup+20.0049 s]
Raw data (loadavg): 0.94 0.96 0.97 2/66 14676
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18207 4 1 0 1681 47 0 0 24 0 11 0 1784480800 856141824 20759 4294967295 134512640 134569956 3221224352 3221214664 1131473200 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 20759 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 17.28
Current children cumulated vsize (Kb) 836076
One traced child (pid=14676) exited with status: 0
New thread pid=14677
One traced child (pid=14677) exited with status: 0
New thread pid=14678
One traced child (pid=14678) exited with status: 0
New thread pid=14679
One traced child (pid=14679) exited with status: 0
New thread pid=14680

[startup+30.0057 s]
Raw data (loadavg): 0.95 0.96 0.97 2/66 14680
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18216 4 1 0 2625 49 0 0 21 0 11 0 1784480800 856141824 21482 4294967295 134512640 134569956 3221224352 3221214744 1131317564 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 21482 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 26.74
Current children cumulated vsize (Kb) 836076
One traced child (pid=14680) exited with status: 0
New thread pid=14681
One traced child (pid=14681) exited with status: 0
New thread pid=14682

[startup+40.0065 s]
Raw data (loadavg): 0.95 0.96 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18223 4 1 0 3581 49 0 0 25 0 11 0 1784480800 856141824 21484 4294967295 134512640 134569956 3221224352 3221214664 1131472393 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 21484 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 36.3
Current children cumulated vsize (Kb) 836076

[startup+50.0073 s]
Raw data (loadavg): 0.96 0.96 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18231 4 1 0 4523 50 0 0 25 0 11 0 1784480800 856141824 21485 4294967295 134512640 134569956 3221224352 3221214756 1131317548 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 21485 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 45.73
Current children cumulated vsize (Kb) 836076

[startup+60.0091 s]
Raw data (loadavg): 0.97 0.96 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18237 4 1 0 5462 50 0 0 25 0 11 0 1784480800 856141824 21562 4294967295 134512640 134569956 3221224352 3221214756 1131472012 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 21562 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 55.12
Current children cumulated vsize (Kb) 836076

[startup+70.01 s]
Raw data (loadavg): 0.97 0.96 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18244 4 1 0 6390 50 0 0 24 0 11 0 1784480800 856141824 21816 4294967295 134512640 134569956 3221224352 3221214760 1131489415 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 21816 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 64.4
Current children cumulated vsize (Kb) 836076

[startup+80.0108 s]
Raw data (loadavg): 0.98 0.96 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18251 4 1 0 7325 50 0 0 20 0 11 0 1784480800 856141824 22003 4294967295 134512640 134569956 3221224352 3221214744 1131317564 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 22003 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 73.75
Current children cumulated vsize (Kb) 836076

[startup+90.0116 s]
Raw data (loadavg): 0.98 0.96 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18258 4 1 0 8273 51 0 0 25 0 11 0 1784480800 856141824 22198 4294967295 134512640 134569956 3221224352 3221214664 1131472435 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 22198 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 83.24
Current children cumulated vsize (Kb) 836076

[startup+100.012 s]
Raw data (loadavg): 0.98 0.96 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18266 4 1 0 9227 51 0 0 25 0 11 0 1784480800 856141824 22412 4294967295 134512640 134569956 3221224352 3221214632 1131339892 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 22412 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 92.78
Current children cumulated vsize (Kb) 836076

[startup+110.013 s]
Raw data (loadavg): 0.98 0.96 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18274 4 1 0 10201 51 0 0 21 0 11 0 1784480800 856141824 22591 4294967295 134512640 134569956 3221224352 3221214800 1131343065 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 22591 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 102.52
Current children cumulated vsize (Kb) 836076

[startup+120.015 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18281 4 1 0 11181 52 0 0 25 0 11 0 1784480800 856141824 22652 4294967295 134512640 134569956 3221224352 3221214736 1131469752 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 22652 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 112.33
Current children cumulated vsize (Kb) 836076

[startup+130.016 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18289 4 1 0 12161 52 0 0 25 0 11 0 1784480800 856141824 22698 4294967295 134512640 134569956 3221224352 3221214760 1131489706 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 22698 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 122.13
Current children cumulated vsize (Kb) 836076

[startup+140.017 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18297 4 1 0 13144 52 0 0 20 0 11 0 1784480800 856141824 22712 4294967295 134512640 134569956 3221224352 3221214576 1131362124 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 22712 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 131.96
Current children cumulated vsize (Kb) 836076

[startup+150.018 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18305 4 1 0 14122 53 0 0 25 0 11 0 1784480800 856141824 22739 4294967295 134512640 134569956 3221224352 3221214760 1131489253 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 22739 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 141.75
Current children cumulated vsize (Kb) 836076

[startup+160.019 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18312 4 1 0 15104 53 0 0 24 0 11 0 1784480800 856141824 22754 4294967295 134512640 134569956 3221224352 3221214632 1131339892 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 22754 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 151.57
Current children cumulated vsize (Kb) 836076

[startup+170.019 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18319 4 1 0 16088 53 0 0 25 0 11 0 1784480800 856141824 22766 4294967295 134512640 134569956 3221224352 3221214632 1131339892 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 22766 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (Kb) 836076

[startup+180.02 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18327 4 1 0 17069 54 0 0 20 0 11 0 1784480800 856141824 22808 4294967295 134512640 134569956 3221224352 3221214664 1131472591 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 22808 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 171.23
Current children cumulated vsize (Kb) 836076

[startup+190.022 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18335 4 1 0 18049 54 0 0 19 0 11 0 1784480800 856141824 22823 4294967295 134512640 134569956 3221224352 3221214760 1131489413 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 22823 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 181.03
Current children cumulated vsize (Kb) 836076

[startup+200.023 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18341 4 1 0 19016 55 0 0 25 0 11 0 1784480800 856141824 22833 4294967295 134512640 134569956 3221224352 3221214552 1131426568 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 22833 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 190.71
Current children cumulated vsize (Kb) 836076

[startup+210.022 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18347 4 1 0 19971 55 0 0 25 0 11 0 1784480800 856141824 22841 4294967295 134512640 134569956 3221224352 3221214744 1131317571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 22841 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 200.26
Current children cumulated vsize (Kb) 836076

[startup+220.023 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18354 4 1 0 20907 55 0 0 23 0 11 0 1784480800 856141824 22853 4294967295 134512640 134569956 3221224352 3221214744 1131317571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 22853 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 209.62
Current children cumulated vsize (Kb) 836076

[startup+230.023 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18360 4 1 0 21843 55 0 0 19 0 11 0 1784480800 856141824 22882 4294967295 134512640 134569956 3221224352 3221214760 1131489253 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 22882 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 218.98
Current children cumulated vsize (Kb) 836076

[startup+240.025 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18365 4 1 0 22779 55 0 0 25 0 11 0 1784480800 856141824 23130 4294967295 134512640 134569956 3221224352 3221214744 1131317576 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 23130 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 228.34
Current children cumulated vsize (Kb) 836076

[startup+250.026 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18371 4 1 0 23716 56 0 0 25 0 11 0 1784480800 856141824 23297 4294967295 134512640 134569956 3221224352 3221214736 1131516830 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 23297 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 237.72
Current children cumulated vsize (Kb) 836076

[startup+260.027 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18377 4 1 0 24660 56 0 0 20 0 11 0 1784480800 856141824 23448 4294967295 134512640 134569956 3221224352 3221214616 1131516752 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 23448 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 247.16
Current children cumulated vsize (Kb) 836076

[startup+270.027 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18382 4 1 0 25612 56 0 0 25 0 11 0 1784480800 856141824 23550 4294967295 134512640 134569956 3221224352 3221213984 1131339953 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 23550 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 256.68
Current children cumulated vsize (Kb) 836076

[startup+280.028 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18388 4 1 0 26556 57 0 0 25 0 11 0 1784480800 856141824 23754 4294967295 134512640 134569956 3221224352 3221214744 1131317568 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 23754 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 266.13
Current children cumulated vsize (Kb) 836076

[startup+290.029 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18394 4 1 0 27504 57 0 0 25 0 11 0 1784480800 856141824 23882 4294967295 134512640 134569956 3221224352 3221214568 1131343060 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 23882 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 275.61
Current children cumulated vsize (Kb) 836076

[startup+300.03 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18400 4 1 0 28450 57 0 0 16 0 11 0 1784480800 856141824 23988 4294967295 134512640 134569956 3221224352 3221214664 1131472347 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 23988 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 285.07
Current children cumulated vsize (Kb) 836076

[startup+310.031 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18405 4 1 0 29407 57 0 0 25 0 11 0 1784480800 856141824 24135 4294967295 134512640 134569956 3221224352 3221214664 1131473008 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 24135 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 294.64
Current children cumulated vsize (Kb) 836076

[startup+320.032 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18411 4 1 0 30358 58 0 0 24 0 11 0 1784480800 856141824 24273 4294967295 134512640 134569956 3221224352 3221214544 1131426607 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 24273 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 304.16
Current children cumulated vsize (Kb) 836076

[startup+330.031 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18417 4 1 0 31311 58 0 0 25 0 11 0 1784480800 856141824 24415 4294967295 134512640 134569956 3221224352 3221214636 1131482768 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 24415 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 313.69
Current children cumulated vsize (Kb) 836076

[startup+340.033 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18423 4 1 0 32267 58 0 0 25 0 11 0 1784480800 856141824 24549 4294967295 134512640 134569956 3221224352 3221214616 1131516862 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 24549 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 323.25
Current children cumulated vsize (Kb) 836076

[startup+350.033 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18429 4 1 0 33225 59 0 0 25 0 11 0 1784480800 856141824 24697 4294967295 134512640 134569956 3221224352 3221214660 1131362080 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 24697 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 332.84
Current children cumulated vsize (Kb) 836076

[startup+360.037 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) S 14661 14662 6847 0 -1 0 18435 4 1 0 34180 59 0 0 25 0 11 0 1784480800 856141824 24796 4294967295 134512640 134569956 3221224352 3221213408 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 24796 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (Kb) 836076

[startup+370.038 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18442 4 1 0 35134 60 0 0 19 0 11 0 1784480800 856141824 24904 4294967295 134512640 134569956 3221224352 3221214640 1131560807 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 24904 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 351.94
Current children cumulated vsize (Kb) 836076

[startup+380.038 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18447 4 1 0 36099 60 0 0 25 0 11 0 1784480800 856141824 24967 4294967295 134512640 134569956 3221224352 3221214528 1131339895 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 24967 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 361.59
Current children cumulated vsize (Kb) 836076

[startup+390.038 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18453 4 1 0 37056 60 0 0 25 0 11 0 1784480800 856141824 25090 4294967295 134512640 134569956 3221224352 3221214624 1131469745 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 25090 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 371.16
Current children cumulated vsize (Kb) 836076

[startup+400.042 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18458 4 1 0 38021 60 0 0 25 0 11 0 1784480800 856141824 25183 4294967295 134512640 134569956 3221224352 3221214660 1131362080 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 25183 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 380.81
Current children cumulated vsize (Kb) 836076

[startup+410.042 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18465 4 1 0 38975 61 0 0 18 0 11 0 1784480800 856141824 25307 4294967295 134512640 134569956 3221224352 3221214664 1131472435 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 25307 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 390.36
Current children cumulated vsize (Kb) 836076

[startup+420.043 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18472 4 1 0 39938 62 0 0 25 0 11 0 1784480800 856141824 25432 4294967295 134512640 134569956 3221224352 3221214744 1131317571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 25432 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 400
Current children cumulated vsize (Kb) 836076

[startup+430.044 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18479 4 1 0 40909 63 0 0 16 0 11 0 1784480800 856141824 25543 4294967295 134512640 134569956 3221224352 3221214664 1131472682 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 25543 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 409.72
Current children cumulated vsize (Kb) 836076

[startup+440.045 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18486 4 1 0 41888 63 0 0 19 0 11 0 1784480800 856141824 25653 4294967295 134512640 134569956 3221224352 3221214664 1131472044 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 25653 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 419.51
Current children cumulated vsize (Kb) 836076

[startup+450.046 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18493 4 1 0 42871 63 0 0 25 0 11 0 1784480800 856141824 25699 4294967295 134512640 134569956 3221224352 3221214704 1131468011 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 25699 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 429.34
Current children cumulated vsize (Kb) 836076

[startup+460.046 s]
Raw data (loadavg): 0.99 0.97 0.97 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18500 4 1 0 43857 63 0 0 19 0 11 0 1784480800 856141824 25712 4294967295 134512640 134569956 3221224352 3221214760 1131489413 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 25712 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 439.2
Current children cumulated vsize (Kb) 836076

[startup+470.047 s]
Raw data (loadavg): 1.14 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18507 4 1 0 44843 63 0 0 22 0 11 0 1784480800 856141824 25723 4294967295 134512640 134569956 3221224352 3221214632 1131339960 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 25723 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 449.06
Current children cumulated vsize (Kb) 836076

[startup+480.048 s]
Raw data (loadavg): 1.12 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18514 4 1 0 45829 63 0 0 25 0 11 0 1784480800 856141824 25733 4294967295 134512640 134569956 3221224352 3221214664 1131472066 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 25733 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 458.92
Current children cumulated vsize (Kb) 836076

[startup+490.05 s]
Raw data (loadavg): 1.10 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18521 4 1 0 46816 64 0 0 25 0 11 0 1784480800 856141824 25744 4294967295 134512640 134569956 3221224352 3221214664 1131473008 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 25744 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 468.8
Current children cumulated vsize (Kb) 836076

[startup+500.05 s]
Raw data (loadavg): 1.08 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18529 4 1 0 47801 64 0 0 20 0 11 0 1784480800 856141824 25753 4294967295 134512640 134569956 3221224352 3221214664 1131473026 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 25753 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 478.65
Current children cumulated vsize (Kb) 836076

[startup+510.051 s]
Raw data (loadavg): 1.07 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18537 4 1 0 48786 64 0 0 24 0 11 0 1784480800 856141824 25759 4294967295 134512640 134569956 3221224352 3221214632 1131339892 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 25759 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 488.5
Current children cumulated vsize (Kb) 836076

[startup+520.053 s]
Raw data (loadavg): 1.06 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18545 4 1 0 49770 65 0 0 25 0 11 0 1784480800 856141824 25767 4294967295 134512640 134569956 3221224352 3221214632 1131339923 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 25767 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 498.35
Current children cumulated vsize (Kb) 836076

[startup+530.052 s]
Raw data (loadavg): 1.05 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18553 4 1 0 50754 65 0 0 25 0 11 0 1784480800 856141824 25773 4294967295 134512640 134569956 3221224352 3221214632 1131339915 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 25773 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 508.19
Current children cumulated vsize (Kb) 836076

[startup+540.054 s]
Raw data (loadavg): 1.04 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18561 4 1 0 51736 65 0 0 25 0 11 0 1784480800 856141824 25780 4294967295 134512640 134569956 3221224352 3221214592 1131486593 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 25780 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 518.01
Current children cumulated vsize (Kb) 836076

[startup+550.055 s]
Raw data (loadavg): 1.04 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18567 4 1 0 52710 66 0 0 24 0 11 0 1784480800 856141824 25785 4294967295 134512640 134569956 3221224352 3221214744 1131317571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 25785 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 527.76
Current children cumulated vsize (Kb) 836076

[startup+560.055 s]
Raw data (loadavg): 1.03 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18574 4 1 0 53675 66 0 0 17 0 11 0 1784480800 856141824 25800 4294967295 134512640 134569956 3221224352 3221214664 1131472881 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 25800 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 537.41
Current children cumulated vsize (Kb) 836076

[startup+570.056 s]
Raw data (loadavg): 1.02 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18581 4 1 0 54641 66 0 0 20 0 11 0 1784480800 856141824 25806 4294967295 134512640 134569956 3221224352 3221214800 1131343065 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 25806 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 547.07
Current children cumulated vsize (Kb) 836076

[startup+580.057 s]
Raw data (loadavg): 1.02 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18588 4 1 0 55606 67 0 0 25 0 11 0 1784480800 856141824 25814 4294967295 134512640 134569956 3221224352 3221214760 1131489413 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 25814 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 556.73
Current children cumulated vsize (Kb) 836076

[startup+590.058 s]
Raw data (loadavg): 1.02 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18594 4 1 0 56577 67 0 0 24 0 11 0 1784480800 856141824 25980 4294967295 134512640 134569956 3221224352 3221214760 1131489413 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 25980 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 566.44
Current children cumulated vsize (Kb) 836076

[startup+600.059 s]
Raw data (loadavg): 1.01 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18602 4 1 0 57558 67 0 0 22 0 11 0 1784480800 856141824 26090 4294967295 134512640 134569956 3221224352 3221214744 1131317571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 26090 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 576.25
Current children cumulated vsize (Kb) 836076

[startup+610.06 s]
Raw data (loadavg): 1.01 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18608 4 1 0 58537 68 0 0 25 0 11 0 1784480800 856141824 26097 4294967295 134512640 134569956 3221224352 3221214648 1131514192 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 26097 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 586.05
Current children cumulated vsize (Kb) 836076

[startup+620.061 s]
Raw data (loadavg): 1.01 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18613 4 1 0 59514 68 0 0 25 0 11 0 1784480800 856141824 26104 4294967295 134512640 134569956 3221224352 3221214632 1131339892 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 26104 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 595.82
Current children cumulated vsize (Kb) 836076

[startup+630.061 s]
Raw data (loadavg): 1.01 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18621 4 1 0 60477 69 0 0 25 0 11 0 1784480800 856141824 26117 4294967295 134512640 134569956 3221224352 3221214664 1131472033 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 26117 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 605.46
Current children cumulated vsize (Kb) 836076

[startup+640.062 s]
Raw data (loadavg): 1.01 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18628 4 1 0 61444 69 0 0 25 0 11 0 1784480800 856141824 26123 4294967295 134512640 134569956 3221224352 3221214744 1131317571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 26123 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 615.13
Current children cumulated vsize (Kb) 836076

[startup+650.063 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18635 4 1 0 62412 69 0 0 23 0 11 0 1784480800 856141824 26213 4294967295 134512640 134569956 3221224352 3221214744 1131317571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 26213 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 624.81
Current children cumulated vsize (Kb) 836076

[startup+660.063 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18642 4 1 0 63390 70 0 0 19 0 11 0 1784480800 856141824 26345 4294967295 134512640 134569956 3221224352 3221214760 1131489401 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 26345 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 634.6
Current children cumulated vsize (Kb) 836076

[startup+670.064 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18650 4 1 0 64372 70 0 0 21 0 11 0 1784480800 856141824 26365 4294967295 134512640 134569956 3221224352 3221214740 1131339872 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 26365 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 644.42
Current children cumulated vsize (Kb) 836076

[startup+680.065 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18658 4 1 0 65353 70 0 0 21 0 11 0 1784480800 856141824 26379 4294967295 134512640 134569956 3221224352 3221214800 1131343065 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 26379 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 654.23
Current children cumulated vsize (Kb) 836076

[startup+690.067 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18666 4 1 0 66332 71 0 0 25 0 11 0 1784480800 856141824 26389 4294967295 134512640 134569956 3221224352 3221214664 1131472619 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 26389 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 664.03
Current children cumulated vsize (Kb) 836076

[startup+700.068 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18674 4 1 0 67305 71 0 0 25 0 11 0 1784480800 856141824 26404 4294967295 134512640 134569956 3221224352 3221214648 1131514096 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 26404 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 673.76
Current children cumulated vsize (Kb) 836076

[startup+710.068 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18680 4 1 0 68275 71 0 0 25 0 11 0 1784480800 856141824 26422 4294967295 134512640 134569956 3221224352 3221214528 1131339895 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 26422 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 683.46
Current children cumulated vsize (Kb) 836076

[startup+720.069 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18687 4 1 0 69234 72 0 0 17 0 11 0 1784480800 856141824 26439 4294967295 134512640 134569956 3221224352 3221214552 1131426607 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 26439 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 693.06
Current children cumulated vsize (Kb) 836076

[startup+730.069 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18693 4 1 0 70193 72 0 0 25 0 11 0 1784480800 856141824 26443 4294967295 134512640 134569956 3221224352 3221214632 1131340009 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 26443 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 702.65
Current children cumulated vsize (Kb) 836076

[startup+740.07 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18701 4 1 0 71134 73 0 0 25 0 11 0 1784480800 856141824 26521 4294967295 134512640 134569956 3221224352 3221214640 1131662748 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 26521 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 712.07
Current children cumulated vsize (Kb) 836076

[startup+750.071 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18708 4 1 0 72080 73 0 0 16 0 11 0 1784480800 856141824 26678 4294967295 134512640 134569956 3221224352 3221214664 1131472420 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 26678 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 721.53
Current children cumulated vsize (Kb) 836076

[startup+760.072 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) S 14661 14662 6847 0 -1 0 18714 4 1 0 73036 73 0 0 16 0 11 0 1784480800 856141824 26791 4294967295 134512640 134569956 3221224352 3221213408 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 26791 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 731.09
Current children cumulated vsize (Kb) 836076

[startup+770.073 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18721 4 1 0 73986 73 0 0 25 0 11 0 1784480800 856141824 26914 4294967295 134512640 134569956 3221224352 3221214664 1131472435 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 26914 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 740.59
Current children cumulated vsize (Kb) 836076

[startup+780.074 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18727 4 1 0 74944 73 0 0 25 0 11 0 1784480800 856141824 26989 4294967295 134512640 134569956 3221224352 3221214644 1131506112 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 26989 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 750.17
Current children cumulated vsize (Kb) 836076

[startup+790.075 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18734 4 1 0 75897 74 0 0 25 0 11 0 1784480800 856141824 27138 4294967295 134512640 134569956 3221224352 3221214632 1131339892 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 27138 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 759.71
Current children cumulated vsize (Kb) 836076

[startup+800.075 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18742 4 1 0 76849 74 0 0 24 0 11 0 1784480800 856141824 27298 4294967295 134512640 134569956 3221224352 3221214664 1131472619 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 27298 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 769.23
Current children cumulated vsize (Kb) 836076

[startup+810.075 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18749 4 1 0 77808 74 0 0 25 0 11 0 1784480800 856141824 27399 4294967295 134512640 134569956 3221224352 3221214664 1131472372 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 27399 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 778.82
Current children cumulated vsize (Kb) 836076

[startup+820.076 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18756 4 1 0 78767 75 0 0 19 0 11 0 1784480800 856141824 27487 4294967295 134512640 134569956 3221224352 3221214664 1131472066 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 27487 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 788.42
Current children cumulated vsize (Kb) 836076

[startup+830.077 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18763 4 1 0 79725 75 0 0 25 0 11 0 1784480800 856141824 27541 4294967295 134512640 134569956 3221224352 3221214744 1131317564 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 27541 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 798
Current children cumulated vsize (Kb) 836076

[startup+840.079 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18771 4 1 0 80681 75 0 0 21 0 11 0 1784480800 856141824 27679 4294967295 134512640 134569956 3221224352 3221214632 1131339892 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 27679 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 807.56
Current children cumulated vsize (Kb) 836076

[startup+850.08 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18777 4 1 0 81648 76 0 0 25 0 11 0 1784480800 856141824 27760 4294967295 134512640 134569956 3221224352 3221214664 1131472269 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 27760 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 817.24
Current children cumulated vsize (Kb) 836076

[startup+860.081 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18784 4 1 0 82608 76 0 0 18 0 11 0 1784480800 856141824 27837 4294967295 134512640 134569956 3221224352 3221214632 1131339892 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 27837 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 826.84
Current children cumulated vsize (Kb) 836076

[startup+870.081 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18790 4 1 0 83577 76 0 0 25 0 11 0 1784480800 856141824 27949 4294967295 134512640 134569956 3221224352 3221214664 1131472451 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 27949 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 836.53
Current children cumulated vsize (Kb) 836076

[startup+880.082 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18797 4 1 0 84549 77 0 0 25 0 11 0 1784480800 856141824 28002 4294967295 134512640 134569956 3221224352 3221214664 1131472435 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28002 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 846.26
Current children cumulated vsize (Kb) 836076

[startup+890.083 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18805 4 1 0 85522 77 0 0 20 0 11 0 1784480800 856141824 28140 4294967295 134512640 134569956 3221224352 3221214760 1131489672 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28140 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 855.99
Current children cumulated vsize (Kb) 836076

[startup+900.085 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18812 4 1 0 86505 77 0 0 25 0 11 0 1784480800 856141824 28185 4294967295 134512640 134569956 3221224352 3221214744 1131317571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28185 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 865.82
Current children cumulated vsize (Kb) 836076

[startup+910.086 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18820 4 1 0 87487 78 0 0 25 0 11 0 1784480800 856141824 28190 4294967295 134512640 134569956 3221224352 3221214632 1131339915 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28190 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 875.65
Current children cumulated vsize (Kb) 836076

[startup+920.087 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18828 4 1 0 88469 78 0 0 17 0 11 0 1784480800 856141824 28197 4294967295 134512640 134569956 3221224352 3221214760 1131489413 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28197 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 885.47
Current children cumulated vsize (Kb) 836076

[startup+930.088 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18835 4 1 0 89454 79 0 0 25 0 11 0 1784480800 856141824 28202 4294967295 134512640 134569956 3221224352 3221214744 1131317571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28202 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 895.33
Current children cumulated vsize (Kb) 836076

[startup+940.089 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18843 4 1 0 90437 79 0 0 25 0 11 0 1784480800 856141824 28210 4294967295 134512640 134569956 3221224352 3221214664 1131472615 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28210 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 905.16
Current children cumulated vsize (Kb) 836076

[startup+950.09 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18851 4 1 0 91418 79 0 0 25 0 11 0 1784480800 856141824 28216 4294967295 134512640 134569956 3221224352 3221214664 1131473008 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28216 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 914.97
Current children cumulated vsize (Kb) 836076

[startup+960.091 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18858 4 1 0 92401 80 0 0 25 0 11 0 1784480800 856141824 28221 4294967295 134512640 134569956 3221224352 3221214760 1131489386 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28221 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 924.81
Current children cumulated vsize (Kb) 836076

[startup+970.092 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18865 4 1 0 93384 80 0 0 22 0 11 0 1784480800 856141824 28227 4294967295 134512640 134569956 3221224352 3221214664 1131472228 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28227 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 934.64
Current children cumulated vsize (Kb) 836076

[startup+980.093 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18873 4 1 0 94366 80 0 0 25 0 11 0 1784480800 856141824 28232 4294967295 134512640 134569956 3221224352 3221214760 1131489413 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28232 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 944.46
Current children cumulated vsize (Kb) 836076

[startup+990.095 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18881 4 1 0 95347 81 0 0 16 0 11 0 1784480800 856141824 28241 4294967295 134512640 134569956 3221224352 3221214760 1131489188 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28241 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 954.28
Current children cumulated vsize (Kb) 836076

[startup+1000.1 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18888 4 1 0 96330 81 0 0 25 0 11 0 1784480800 856141824 28251 4294967295 134512640 134569956 3221224352 3221214664 1131472133 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28251 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 964.11
Current children cumulated vsize (Kb) 836076

[startup+1010.1 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18896 4 1 0 97313 82 0 0 19 0 11 0 1784480800 856141824 28262 4294967295 134512640 134569956 3221224352 3221214664 1131472435 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28262 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 973.95
Current children cumulated vsize (Kb) 836076

[startup+1020.1 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18904 4 1 0 98294 82 0 0 25 0 11 0 1784480800 856141824 28271 4294967295 134512640 134569956 3221224352 3221214632 1131339892 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28271 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 983.76
Current children cumulated vsize (Kb) 836076

[startup+1030.1 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18911 4 1 0 99279 83 0 0 24 0 11 0 1784480800 856141824 28282 4294967295 134512640 134569956 3221224352 3221214664 1131472066 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28282 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 993.62
Current children cumulated vsize (Kb) 836076

[startup+1040.1 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18918 4 1 0 100263 83 0 0 25 0 11 0 1784480800 856141824 28289 4294967295 134512640 134569956 3221224352 3221214744 1131317596 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28289 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1003.46
Current children cumulated vsize (Kb) 836076

[startup+1050.1 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18926 4 1 0 101245 84 0 0 25 0 11 0 1784480800 856141824 28293 4294967295 134512640 134569956 3221224352 3221214664 1131472435 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28293 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1013.29
Current children cumulated vsize (Kb) 836076

[startup+1060.1 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18933 4 1 0 102230 84 0 0 22 0 11 0 1784480800 856141824 28301 4294967295 134512640 134569956 3221224352 3221214760 1131489421 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28301 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1023.14
Current children cumulated vsize (Kb) 836076

[startup+1070.11 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18938 4 1 0 103219 84 0 0 25 0 11 0 1784480800 856141824 28307 4294967295 134512640 134569956 3221224352 3221214664 1131473001 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28307 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1033.03
Current children cumulated vsize (Kb) 836076

[startup+1080.11 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18945 4 1 0 104202 84 0 0 25 0 11 0 1784480800 856141824 28314 4294967295 134512640 134569956 3221224352 3221214664 1131472945 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28314 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1042.86
Current children cumulated vsize (Kb) 836076

[startup+1090.11 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18953 4 1 0 105184 85 0 0 19 0 11 0 1784480800 856141824 28320 4294967295 134512640 134569956 3221224352 3221214664 1131472435 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28320 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1052.69
Current children cumulated vsize (Kb) 836076

[startup+1100.11 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18960 4 1 0 106168 85 0 0 25 0 11 0 1784480800 856141824 28328 4294967295 134512640 134569956 3221224352 3221214744 1131317571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28328 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1062.53
Current children cumulated vsize (Kb) 836076

[startup+1110.11 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18968 4 1 0 107147 85 0 0 25 0 11 0 1784480800 856141824 28338 4294967295 134512640 134569956 3221224352 3221214744 1131317561 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28338 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1072.32
Current children cumulated vsize (Kb) 836076

[startup+1120.11 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18975 4 1 0 108129 85 0 0 25 0 11 0 1784480800 856141824 28358 4294967295 134512640 134569956 3221224352 3221214632 1131340015 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28358 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1082.14
Current children cumulated vsize (Kb) 836076

[startup+1130.11 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18983 4 1 0 109109 85 0 0 25 0 11 0 1784480800 856141824 28365 4294967295 134512640 134569956 3221224352 3221214632 1131339892 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28365 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1091.94
Current children cumulated vsize (Kb) 836076

[startup+1140.11 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18991 4 1 0 110088 86 0 0 23 0 11 0 1784480800 856141824 28381 4294967295 134512640 134569956 3221224352 3221214576 1131362106 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28381 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1101.74
Current children cumulated vsize (Kb) 836076

[startup+1150.11 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 18999 4 1 0 111068 86 0 0 25 0 11 0 1784480800 856141824 28399 4294967295 134512640 134569956 3221224352 3221214632 1131339892 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28399 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1111.54
Current children cumulated vsize (Kb) 836076

[startup+1160.11 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 19007 4 1 0 112048 87 0 0 25 0 11 0 1784480800 856141824 28417 4294967295 134512640 134569956 3221224352 3221214760 1131489268 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28417 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1121.35
Current children cumulated vsize (Kb) 836076

[startup+1170.12 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 19015 4 1 0 113030 87 0 0 23 0 11 0 1784480800 856141824 28423 4294967295 134512640 134569956 3221224352 3221214576 1131362101 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28423 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1131.17
Current children cumulated vsize (Kb) 836076

[startup+1180.12 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 19023 4 1 0 114013 87 0 0 25 0 11 0 1784480800 856141824 28432 4294967295 134512640 134569956 3221224352 3221214664 1131472435 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28432 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1141
Current children cumulated vsize (Kb) 836076

[startup+1190.12 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 19032 4 1 0 114993 88 0 0 24 0 11 0 1784480800 856141824 28441 4294967295 134512640 134569956 3221224352 3221214664 1131472435 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28441 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1150.81
Current children cumulated vsize (Kb) 836076

[startup+1200.12 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 19039 4 1 0 115978 88 0 0 18 0 11 0 1784480800 856141824 28444 4294967295 134512640 134569956 3221224352 3221214744 1131317571 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28444 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1160.66
Current children cumulated vsize (Kb) 836076

[startup+1210.12 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 19045 4 1 0 116964 88 0 0 24 0 11 0 1784480800 856141824 28452 4294967295 134512640 134569956 3221224352 3221214744 1131317571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28452 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1170.52
Current children cumulated vsize (Kb) 836076

[startup+1220.12 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 19052 4 1 0 117948 89 0 0 25 0 11 0 1784480800 856141824 28457 4294967295 134512640 134569956 3221224352 3221214740 1131339872 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/14662/statm): 209019 28457 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1180.37
Current children cumulated vsize (Kb) 836076

[startup+1230.12 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 19059 4 1 0 118933 89 0 0 25 0 11 0 1784480800 856141824 28461 4294967295 134512640 134569956 3221224352 3221214660 1131362080 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28461 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1190.22
Current children cumulated vsize (Kb) 836076

[startup+1240.12 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 19067 4 1 0 119915 90 0 0 20 0 11 0 1784480800 856141824 28470 4294967295 134512640 134569956 3221224352 3221214664 1131472033 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28470 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (Kb) 836076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1240.12 s]
Raw data (loadavg): 1.00 1.00 0.98 2/66 14682
Raw data (/proc/14662/stat): 14662 (java) R 14661 14662 6847 0 -1 0 19067 4 1 0 119916 90 0 0 20 0 11 0 1784480800 856141824 28470 4294967295 134512640 134569956 3221224352 3221214744 1131317571 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/14662/statm): 209019 28470 13129 16 0 209003 0
[pid=14662] vsize: 836076
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (Kb) 836076

Sending SIGTERM to -14662
Sleeping 2 seconds
New thread pid=14684
New thread pid=14685
One traced child (pid=14685) exited with status: 0
One traced child (pid=14671) exited with status: 0
One traced child (pid=14666) exited with status: 0
One traced child (pid=14663) exited with status: 143
One traced child (pid=14664) exited with status: 143
One traced child (pid=14665) exited with status: 143
One traced child (pid=14667) exited with status: 143
One traced child (pid=14668) exited with status: 143
One traced child (pid=14669) exited with status: 143
One traced child (pid=14670) exited with status: 143
One traced child (pid=14682) exited with status: 143
One traced child (pid=14684) exited with status: 143
One traced child (pid=14662) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1240.24
CPU time (s): 1245.58
CPU user time (s): 1243.9
CPU system time (s): 1.68574
CPU usage (%): 100.431
Max. virtual memory (cumulated for all children) (Kb): 836540

Verifier Data

Verifier:	OK	262