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

Namemps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-momentum3.opb
MD5SUMfd20bcfe4a71405dc1e0ef3cb894b630
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 87370
Biggest coefficient in the objective function 1310720000
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 13573186735
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 10240000000000000927712935936
Number of bits of the biggest number in a constraint 94
Biggest sum of numbers in a constraint 29801266744107043904416645120
Number of bits of the biggest sum of numbers95
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables93400
Total number of constraints70153
Number of constraints which are clauses6081
Number of constraints which are cardinality constraints (but not clauses)7185
Number of constraints which are nor clauses,nor cardinality constraints56887
Minimum length of a constraint1
Maximum length of a constraint1018

Trace number 4233

Launcher Data

LAUNCH ON wulflinc1 THE 2005-09-19 05:52:03 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6441 boxname=wulflinc1 idbench=581 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  fd20bcfe4a71405dc1e0ef3cb894b630  /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-20-10-momentum3.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-20-10-momentum3.opb
IDLAUNCH: 6441
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.053
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.053
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:        489552 kB
Buffers:         40448 kB
Cached:         473336 kB
SwapCached:        908 kB
Active:         407436 kB
Inactive:       109232 kB
HighTotal:      131008 kB
HighFree:         3780 kB
LowTotal:       903652 kB
LowFree:        485772 kB
SwapTotal:     2097136 kB
SwapFree:      2095620 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5992 kB
Slab:            22476 kB
Committed_AS:    93164 kB
PageTables:        344 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-19 06:06:30 (client local time) WITH STATUS 1 IN 856.094 SECONDS
stats: 6441 7 856.094 1

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/wulflinc1/normalized-mps-v2-20-10-momentum3.opb
c reading problem ... Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
c starts		: 0
c conflicts		: 0
c decisions		: 0
c propagations		: 0
c inspects		: 0
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 0
c root simplifications	: 0
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 0.0
c non guided choices	0
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 858.732

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/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 19 0 0 0 0 0 0 0 21 0 1 0 1732436010 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 39 3 38 16 0 23 0
[pid=8997] 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/8997
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=8998
New thread pid=8999
New thread pid=9000
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=9001
New thread pid=9002
New thread pid=9003
New thread pid=9004
New thread pid=9005
New thread pid=9006
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/wulflinc1/normalized-mps-v2-20-10-momentum3.opb

[startup+10.004 s]
Raw data (loadavg): 1.38 1.08 1.02 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18095 0 1 0 683 52 0 0 25 0 10 0 1732436010 856981504 26220 4294967295 134512640 134569956 3221224336 3221214640 1131446656 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 26220 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (Kb) 836896

[startup+20.0048 s]
Raw data (loadavg): 1.47 1.11 1.03 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18117 0 1 0 1530 60 0 0 25 0 10 0 1732436010 856981504 32790 4294967295 134512640 134569956 3221224336 3221214720 1131332399 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 32790 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 15.9
Current children cumulated vsize (Kb) 836896

[startup+30.0046 s]
Raw data (loadavg): 1.40 1.11 1.03 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18120 0 1 0 2383 67 0 0 25 0 10 0 1732436010 856981504 38308 4294967295 134512640 134569956 3221224336 3221214768 1131384860 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 38308 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 24.5
Current children cumulated vsize (Kb) 836896

[startup+40.0054 s]
Raw data (loadavg): 1.33 1.10 1.03 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18123 0 1 0 3231 76 0 0 25 0 10 0 1732436010 856981504 44042 4294967295 134512640 134569956 3221224336 3221214504 1131370665 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 44042 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 33.07
Current children cumulated vsize (Kb) 836896

[startup+50.0062 s]
Raw data (loadavg): 1.28 1.10 1.03 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18128 0 1 0 4106 84 0 0 25 0 10 0 1732436010 856981504 47889 4294967295 134512640 134569956 3221224336 3221213472 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 47889 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 41.9
Current children cumulated vsize (Kb) 836896

[startup+60.007 s]
Raw data (loadavg): 1.24 1.09 1.03 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18130 0 1 0 4972 92 0 0 25 0 10 0 1732436010 856981504 53674 4294967295 134512640 134569956 3221224336 3221214472 1131392807 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 53674 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (Kb) 836896

[startup+70.0068 s]
Raw data (loadavg): 1.20 1.09 1.03 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18134 0 1 0 5817 100 0 0 25 0 10 0 1732436010 856981504 59459 4294967295 134512640 134569956 3221224336 3221214720 1131332680 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 59459 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 59.17
Current children cumulated vsize (Kb) 836896

[startup+80.0066 s]
Raw data (loadavg): 1.17 1.09 1.03 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18137 0 1 0 6665 109 0 0 25 0 10 0 1732436010 856981504 64885 4294967295 134512640 134569956 3221224336 3221214784 1131366650 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 64885 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 67.74
Current children cumulated vsize (Kb) 836896

[startup+90.0074 s]
Raw data (loadavg): 1.14 1.08 1.03 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18139 0 1 0 7557 118 0 0 25 0 10 0 1732436010 856981504 68553 4294967295 134512640 134569956 3221224336 3221214720 1131332602 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 68553 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 76.75
Current children cumulated vsize (Kb) 836896

[startup+100.007 s]
Raw data (loadavg): 1.12 1.08 1.03 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18142 0 1 0 8404 126 0 0 25 0 10 0 1732436010 856981504 74386 4294967295 134512640 134569956 3221224336 3221214720 1131332351 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 74386 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 85.3
Current children cumulated vsize (Kb) 836896

[startup+110.008 s]
Raw data (loadavg): 1.10 1.08 1.02 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18145 0 1 0 9248 132 0 0 25 0 10 0 1732436010 856981504 80560 4294967295 134512640 134569956 3221224336 3221214568 1131527998 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 80560 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 93.8
Current children cumulated vsize (Kb) 836896

[startup+120.009 s]
Raw data (loadavg): 1.09 1.07 1.02 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18148 0 1 0 10108 140 0 0 25 0 10 0 1732436010 856981504 85481 4294967295 134512640 134569956 3221224336 3221213472 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 85481 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 102.48
Current children cumulated vsize (Kb) 836896

[startup+130.009 s]
Raw data (loadavg): 1.07 1.07 1.02 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18150 0 1 0 10989 150 0 0 25 0 10 0 1732436010 856981504 89792 4294967295 134512640 134569956 3221224336 3221214552 1131437892 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 89792 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 111.39
Current children cumulated vsize (Kb) 836896

[startup+140.009 s]
Raw data (loadavg): 1.06 1.07 1.02 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18153 0 1 0 11843 157 0 0 25 0 10 0 1732436010 856981504 94984 4294967295 134512640 134569956 3221224336 3221214720 1131332513 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 94984 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 120
Current children cumulated vsize (Kb) 836896

[startup+150.01 s]
Raw data (loadavg): 1.05 1.07 1.02 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18156 0 1 0 12695 164 0 0 25 0 10 0 1732436010 856981504 100270 4294967295 134512640 134569956 3221224336 3221214832 1131486884 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 100270 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 128.59
Current children cumulated vsize (Kb) 836896

[startup+160.011 s]
Raw data (loadavg): 1.04 1.06 1.02 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18159 0 1 0 13588 172 0 0 25 0 10 0 1732436010 856981504 103938 4294967295 134512640 134569956 3221224336 3221214528 1131434495 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 103938 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 137.6
Current children cumulated vsize (Kb) 836896

[startup+170.011 s]
Raw data (loadavg): 1.04 1.06 1.02 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18163 0 1 0 14430 180 0 0 25 0 10 0 1732436010 856981504 109860 4294967295 134512640 134569956 3221224336 3221214768 1131384166 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 109860 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 146.1
Current children cumulated vsize (Kb) 836896

[startup+180.01 s]
Raw data (loadavg): 1.03 1.06 1.02 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18166 0 1 0 15271 187 0 0 25 0 10 0 1732436010 856981504 115933 4294967295 134512640 134569956 3221224336 3221214800 1131456508 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 115933 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 154.58
Current children cumulated vsize (Kb) 836896

[startup+190.011 s]
Raw data (loadavg): 1.02 1.06 1.02 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18170 0 1 0 16112 194 0 0 20 0 10 0 1732436010 856981504 122060 4294967295 134512640 134569956 3221224336 3221214784 1131345486 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 122060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 163.06
Current children cumulated vsize (Kb) 836896

[startup+200.011 s]
Raw data (loadavg): 1.02 1.05 1.02 1/66 9006
Raw data (/proc/8997/stat): 8997 (java) T 8996 8997 17733 0 -1 0 18172 0 1 0 17001 203 0 0 25 0 10 0 1732436010 856981504 125959 4294967295 134512640 134569956 3221224336 3221206068 1073953089 0 4 1 23758 3222434794 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 125959 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 172.04
Current children cumulated vsize (Kb) 836896

[startup+210.012 s]
Raw data (loadavg): 1.02 1.05 1.02 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18175 0 1 0 17846 208 0 0 25 0 10 0 1732436010 856981504 131738 4294967295 134512640 134569956 3221224336 3221214784 1131366947 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 131738 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 180.54
Current children cumulated vsize (Kb) 836896

[startup+220.013 s]
Raw data (loadavg): 1.01 1.05 1.01 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18178 0 1 0 18690 216 0 0 25 0 10 0 1732436010 856981504 137255 4294967295 134512640 134569956 3221224336 3221214720 1131332399 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 137255 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 189.06
Current children cumulated vsize (Kb) 836896

[startup+230.012 s]
Raw data (loadavg): 1.01 1.05 1.01 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18181 0 1 0 19533 224 0 0 19 0 10 0 1732436010 856981504 142724 4294967295 134512640 134569956 3221224336 3221214784 1131345014 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 142724 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 197.57
Current children cumulated vsize (Kb) 836896

[startup+240.013 s]
Raw data (loadavg): 1.01 1.05 1.01 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18184 0 1 0 20413 231 0 0 25 0 10 0 1732436010 856981504 146340 4294967295 134512640 134569956 3221224336 3221213112 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 146340 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 206.44
Current children cumulated vsize (Kb) 836896

[startup+250.013 s]
Raw data (loadavg): 1.01 1.04 1.01 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18186 0 1 0 21270 238 0 0 25 0 10 0 1732436010 856981504 151588 4294967295 134512640 134569956 3221224336 3221214460 1131057254 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 151588 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 215.08
Current children cumulated vsize (Kb) 836896

[startup+260.014 s]
Raw data (loadavg): 1.01 1.04 1.01 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18189 0 1 0 21933 244 0 0 25 0 10 0 1732436010 856981504 155114 4294967295 134512640 134569956 3221224336 3221213168 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 155114 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 221.77
Current children cumulated vsize (Kb) 836896

[startup+270.015 s]
Raw data (loadavg): 1.00 1.04 1.01 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18189 0 1 0 21933 244 0 0 25 0 10 0 1732436010 856981504 155121 4294967295 134512640 134569956 3221224336 3221213168 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 155121 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 221.77
Current children cumulated vsize (Kb) 836896

[startup+280.014 s]
Raw data (loadavg): 1.00 1.04 1.01 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18189 0 1 0 22247 246 0 0 25 0 10 0 1732436010 856981504 158679 4294967295 134512640 134569956 3221224336 3221213272 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 158679 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 224.93
Current children cumulated vsize (Kb) 836896

[startup+290.015 s]
Raw data (loadavg): 1.00 1.04 1.01 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18190 0 1 0 22275 247 0 0 19 0 10 0 1732436010 856981504 160538 4294967295 134512640 134569956 3221224336 3221214720 1131332602 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 160538 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 225.22
Current children cumulated vsize (Kb) 836896

[startup+300.015 s]
Raw data (loadavg): 1.00 1.03 1.01 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18191 0 1 0 22552 249 0 0 25 0 10 0 1732436010 856981504 160538 4294967295 134512640 134569956 3221224336 3221213472 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 160538 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 228.01
Current children cumulated vsize (Kb) 836896

[startup+310.016 s]
Raw data (loadavg): 1.00 1.03 1.01 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18191 0 1 0 22809 251 0 0 25 0 10 0 1732436010 856981504 162330 4294967295 134512640 134569956 3221224336 3221214720 1131332351 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 162330 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 230.6
Current children cumulated vsize (Kb) 836896

[startup+320.017 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18191 0 1 0 22853 251 0 0 16 0 10 0 1732436010 856981504 162330 4294967295 134512640 134569956 3221224336 3221213536 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 162330 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 231.04
Current children cumulated vsize (Kb) 836896

[startup+330.017 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18191 0 1 0 22853 251 0 0 16 0 10 0 1732436010 856981504 162330 4294967295 134512640 134569956 3221224336 3221213536 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 162330 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 231.04
Current children cumulated vsize (Kb) 836896

[startup+340.018 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18192 0 1 0 23166 253 0 0 25 0 10 0 1732436010 856981504 162330 4294967295 134512640 134569956 3221224336 3221213248 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 162330 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 234.19
Current children cumulated vsize (Kb) 836896

[startup+350.018 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18193 0 1 0 23239 254 0 0 23 0 10 0 1732436010 856981504 162330 4294967295 134512640 134569956 3221224336 3221214832 1131487363 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 162330 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 234.93
Current children cumulated vsize (Kb) 836896

[startup+360.019 s]
Raw data (loadavg): 1.00 1.03 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18194 0 1 0 23481 255 0 0 25 0 10 0 1732436010 856981504 162330 4294967295 134512640 134569956 3221224336 3221213144 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 162330 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 237.36
Current children cumulated vsize (Kb) 836896

[startup+370.019 s]
Raw data (loadavg): 1.00 1.02 1.00 3/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18194 0 1 0 23731 257 0 0 25 0 10 0 1732436010 856981504 163244 4294967295 134512640 134569956 3221224336 3221214808 1131382195 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 163244 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 239.88
Current children cumulated vsize (Kb) 836896

[startup+380.018 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18195 0 1 0 23792 258 0 0 25 0 10 0 1732436010 856981504 163244 4294967295 134512640 134569956 3221224336 3221213160 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 163244 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 240.5
Current children cumulated vsize (Kb) 836896

[startup+390.019 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18195 0 1 0 24095 261 0 0 16 0 10 0 1732436010 856981504 165075 4294967295 134512640 134569956 3221224336 3221213576 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 165075 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 243.56
Current children cumulated vsize (Kb) 836896

[startup+400.02 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18195 0 1 0 24095 261 0 0 16 0 10 0 1732436010 856981504 165078 4294967295 134512640 134569956 3221224336 3221213576 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 165078 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 243.56
Current children cumulated vsize (Kb) 836896

[startup+410.021 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18196 0 1 0 24361 262 0 0 25 0 10 0 1732436010 856981504 166729 4294967295 134512640 134569956 3221224336 3221214832 1131486886 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 166729 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 246.23
Current children cumulated vsize (Kb) 836896

[startup+420.02 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18196 0 1 0 24398 262 0 0 25 0 10 0 1732436010 856981504 166729 4294967295 134512640 134569956 3221224336 3221213576 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 166729 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 246.6
Current children cumulated vsize (Kb) 836896

[startup+430.02 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18197 0 1 0 24706 265 0 0 17 0 10 0 1732436010 856981504 168604 4294967295 134512640 134569956 3221224336 3221213576 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 168604 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 249.71
Current children cumulated vsize (Kb) 836896

[startup+440.021 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18197 0 1 0 24706 265 0 0 17 0 10 0 1732436010 856981504 168607 4294967295 134512640 134569956 3221224336 3221213576 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 168607 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 249.71
Current children cumulated vsize (Kb) 836896

[startup+450.021 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18198 0 1 0 25030 268 0 0 25 0 10 0 1732436010 856981504 170531 4294967295 134512640 134569956 3221224336 3221213248 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 170531 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 252.98
Current children cumulated vsize (Kb) 836896

[startup+460.022 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18198 0 1 0 25030 268 0 0 25 0 10 0 1732436010 856981504 170532 4294967295 134512640 134569956 3221224336 3221213248 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 170532 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 252.98
Current children cumulated vsize (Kb) 836896

[startup+470.022 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18199 0 1 0 25451 272 0 0 17 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213224 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 257.23
Current children cumulated vsize (Kb) 836896

[startup+480.022 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18199 0 1 0 25451 272 0 0 17 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213224 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 257.23
Current children cumulated vsize (Kb) 836896

[startup+490.023 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18200 0 1 0 25699 274 0 0 25 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221214528 1131434651 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 259.73
Current children cumulated vsize (Kb) 836896

[startup+500.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18200 0 1 0 25830 274 0 0 25 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213536 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 261.04
Current children cumulated vsize (Kb) 836896

[startup+510.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18201 0 1 0 26076 276 0 0 25 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213676 1077123616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 263.52
Current children cumulated vsize (Kb) 836896

[startup+520.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9006
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18201 0 1 0 26165 277 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213216 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 264.42
Current children cumulated vsize (Kb) 836896

[startup+530.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/68 9008
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18202 0 1 0 26432 279 0 0 25 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213856 1077124036 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 267.11
Current children cumulated vsize (Kb) 836896

[startup+540.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18202 0 1 0 26468 279 0 0 25 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213576 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 267.47
Current children cumulated vsize (Kb) 836896

[startup+550.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18204 0 1 0 26744 281 0 0 25 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213472 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 270.25
Current children cumulated vsize (Kb) 836896

[startup+560.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18204 0 1 0 26744 281 0 0 25 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213472 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 270.25
Current children cumulated vsize (Kb) 836896

[startup+570.026 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18204 0 1 0 26800 281 0 0 22 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221214688 1131353629 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 270.81
Current children cumulated vsize (Kb) 836896

[startup+580.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18204 0 1 0 27000 282 0 0 17 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213472 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 272.82
Current children cumulated vsize (Kb) 836896

[startup+590.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18205 0 1 0 27133 283 0 0 25 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221214236 1076897360 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 274.16
Current children cumulated vsize (Kb) 836896

[startup+600.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18205 0 1 0 27231 283 0 0 17 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213480 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 275.14
Current children cumulated vsize (Kb) 836896

[startup+610.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18206 0 1 0 27446 285 0 0 25 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213112 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 277.31
Current children cumulated vsize (Kb) 836896

[startup+620.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18206 0 1 0 27446 285 0 0 25 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213112 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 277.31
Current children cumulated vsize (Kb) 836896

[startup+630.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18207 0 1 0 27643 285 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213224 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 279.28
Current children cumulated vsize (Kb) 836896

[startup+640.029 s]
Raw data (loadavg): 1.08 1.02 1.01 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18207 0 1 0 27643 285 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213224 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 279.28
Current children cumulated vsize (Kb) 836896

[startup+650.029 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) R 8996 8997 17733 0 -1 0 18208 0 1 0 27788 286 0 0 25 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221214720 1131332602 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 280.74
Current children cumulated vsize (Kb) 836896

[startup+660.029 s]
Raw data (loadavg): 1.06 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18208 0 1 0 27832 286 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213344 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 281.18
Current children cumulated vsize (Kb) 836896

[startup+670.03 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18247 0 1 0 28005 289 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213576 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 282.94
Current children cumulated vsize (Kb) 836896

[startup+680.03 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18247 0 1 0 28005 289 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213576 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 282.94
Current children cumulated vsize (Kb) 836896

[startup+690.031 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18248 0 1 0 28164 289 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213296 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 284.53
Current children cumulated vsize (Kb) 836896

[startup+700.031 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18248 0 1 0 28164 289 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213296 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 284.53
Current children cumulated vsize (Kb) 836896

[startup+710.031 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18249 0 1 0 28314 290 0 0 25 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213216 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 286.04
Current children cumulated vsize (Kb) 836896

[startup+720.032 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18249 0 1 0 28314 290 0 0 25 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213216 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 286.04
Current children cumulated vsize (Kb) 836896

[startup+730.032 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18757 0 1 0 28460 296 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213112 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 287.56
Current children cumulated vsize (Kb) 836896

[startup+740.033 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18757 0 1 0 28460 296 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213112 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 287.56
Current children cumulated vsize (Kb) 836896

[startup+750.034 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18758 0 1 0 28597 296 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213296 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 288.93
Current children cumulated vsize (Kb) 836896

[startup+760.034 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18758 0 1 0 28597 296 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213296 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 288.93
Current children cumulated vsize (Kb) 836896

[startup+770.034 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18760 0 1 0 28729 297 0 0 18 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213472 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 290.26
Current children cumulated vsize (Kb) 836896

[startup+780.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18760 0 1 0 28729 297 0 0 18 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213472 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 290.26
Current children cumulated vsize (Kb) 836896

[startup+790.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18760 0 1 0 28857 297 0 0 18 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213536 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 291.54
Current children cumulated vsize (Kb) 836896

[startup+800.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18760 0 1 0 28857 297 0 0 18 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213536 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 291.54
Current children cumulated vsize (Kb) 836896

[startup+810.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18785 0 1 0 28970 298 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213576 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 292.68
Current children cumulated vsize (Kb) 836896

[startup+820.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18785 0 1 0 28970 298 0 0 16 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213576 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 292.68
Current children cumulated vsize (Kb) 836896

[startup+830.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18787 0 1 0 29066 298 0 0 18 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213208 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 293.64
Current children cumulated vsize (Kb) 836896

[startup+840.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18787 0 1 0 29066 298 0 0 18 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213208 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 293.64
Current children cumulated vsize (Kb) 836896

[startup+850.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 9008
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18787 0 1 0 29066 298 0 0 18 0 10 0 1732436010 856981504 171060 4294967295 134512640 134569956 3221224336 3221213208 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209224 171060 13129 16 0 209208 0
[pid=8997] vsize: 836896
Current children cumulated CPU time (s) 293.64
Current children cumulated vsize (Kb) 836896
New thread pid=9009
One traced child (pid=9009) exited with status: 0

[startup+860.037 s]
Raw data (loadavg): 1.00 1.00 1.00 1/66 9009
Raw data (/proc/8997/stat): 8997 (java) S 8996 8997 17733 0 -1 0 18790 4 1 0 29066 298 0 0 16 0 10 0 1732436010 857509888 171066 4294967295 134512640 134569956 3221224336 3221215144 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/8997/statm): 209353 171066 13129 16 0 209337 0
[pid=8997] vsize: 837412
Current children cumulated CPU time (s) 293.64
Current children cumulated vsize (Kb) 837412
One traced child (pid=9006) exited with status: 0
One traced child (pid=9001) exited with status: 0
One traced child (pid=8998) exited with status: 0
One traced child (pid=9002) exited with status: 1
One traced child (pid=9000) exited with status: 1
One traced child (pid=9005) exited with status: 1
One traced child (pid=9004) exited with status: 1
One traced child (pid=9003) exited with status: 1
One traced child (pid=8999) exited with status: 1
One traced child (pid=8997) exited with status: 1
All traced children have exited ! Game is over.

Child status: 1
Real time (s): 860.401
CPU time (s): 856.094
CPU user time (s): 849.718
CPU system time (s): 6.37603
CPU usage (%): 99.4994
Max. virtual memory (cumulated for all children) (Kb): 837412

Verifier Data

ERROR: no interpretation found !