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-13-7/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-scrs8.opb
MD5SUMf909afc4ad4c57b225953e69f0f7b926
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 16500
Biggest coefficient in the objective function 278154827530240000
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 7024858555092325200
Number of bits of the sum of numbers in the objective function 63
Biggest number in a constraint 278154827530240000
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 7024858555092325200
Number of bits of the biggest sum of numbers63
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark891.822
Number of variables23380
Total number of constraints490
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints490
Minimum length of a constraint20
Maximum length of a constraint740

Trace number 7453

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.072
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        884600 kB
Buffers:         29352 kB
Cached:          91416 kB
SwapCached:        612 kB
Active:          36196 kB
Inactive:        87116 kB
HighTotal:      131008 kB
HighFree:        35532 kB
LowTotal:       903652 kB
LowFree:        849068 kB
SwapTotal:     2097892 kB
SwapFree:      2096676 kB
Dirty:              48 kB
Writeback:           0 kB
Mapped:           5684 kB
Slab:            21028 kB
Committed_AS:    64280 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 12:24:04 (client local time) WITH STATUS 143 IN 1238.8 SECONDS
stats: 6706 7 1238.8 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/wulflinc17/normalized-mps-v2-13-7-scrs8.opb
c reading problem ... done. Time 7.563 ms.
c #vars     23380
c #constraints  867
c starts		: 7
c conflicts		: 2720
c decisions		: 12280
c propagations		: 58957
c inspects		: 7416696
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 2720
c root simplifications	: 1130
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 9414
c speed (decisions/second)	: 10.056514664249173
c non guided choices	12280
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1228.783

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/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1858414166 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 39 9 38 16 0 23 0
[pid=20006] 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/20006
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=20007
New thread pid=20008
New thread pid=20009
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=20010
New thread pid=20011
New thread pid=20012
New thread pid=20013
New thread pid=20014
New thread pid=20015
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/wulflinc17/normalized-mps-v2-13-7-scrs8.opb

[startup+10.009 s]
Raw data (loadavg): 1.08 1.03 0.93 2/65 20015
Raw data (/proc/20006/stat): 20006 (java) T 20005 20006 19316 0 -1 0 18121 0 1 0 646 50 0 0 17 0 10 0 1858414166 857587712 23350 4294967295 134512640 134569956 3221224336 3221213980 1073943903 0 4 1 23758 3222434794 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209372 23350 13129 16 0 209356 0
[pid=20006] vsize: 837488
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (Kb) 837488
New thread pid=20016

[startup+20.0099 s]
Raw data (loadavg): 1.29 1.07 0.94 2/66 20016
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18152 0 1 0 1552 51 0 0 25 0 11 0 1858414166 858116096 25563 4294967295 134512640 134569956 3221224336 3221214600 1131426975 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209501 25563 13129 16 0 209485 0
[pid=20006] vsize: 838004
Current children cumulated CPU time (s) 16.03
Current children cumulated vsize (Kb) 838004

[startup+30.0105 s]
Raw data (loadavg): 1.24 1.07 0.94 2/66 20016
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18162 0 1 0 2515 51 0 0 25 0 11 0 1858414166 857460736 25492 4294967295 134512640 134569956 3221224336 3221214680 1131453645 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 25492 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 25.66
Current children cumulated vsize (Kb) 837364

[startup+40.0112 s]
Raw data (loadavg): 1.21 1.07 0.94 3/66 20016
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18173 0 1 0 3472 52 0 0 25 0 11 0 1858414166 857460736 25554 4294967295 134512640 134569956 3221224336 3221214560 1131501174 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 25554 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 35.24
Current children cumulated vsize (Kb) 837364

[startup+50.0127 s]
Raw data (loadavg): 1.17 1.07 0.94 2/66 20016
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18183 0 1 0 4429 53 0 0 25 0 11 0 1858414166 857460736 25888 4294967295 134512640 134569956 3221224336 3221214560 1131500899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 25888 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 44.82
Current children cumulated vsize (Kb) 837364

[startup+60.0134 s]
Raw data (loadavg): 1.15 1.06 0.94 2/66 20016
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18193 0 1 0 5404 53 0 0 25 0 11 0 1858414166 857460736 25992 4294967295 134512640 134569956 3221224336 3221214648 1131598936 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 25992 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 54.57
Current children cumulated vsize (Kb) 837364

[startup+70.014 s]
Raw data (loadavg): 1.12 1.06 0.94 2/66 20016
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18203 0 1 0 6382 53 0 0 21 0 11 0 1858414166 857460736 26069 4294967295 134512640 134569956 3221224336 3221214560 1131502231 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 26069 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 64.35
Current children cumulated vsize (Kb) 837364

[startup+80.0146 s]
Raw data (loadavg): 1.10 1.06 0.94 2/66 20016
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18213 0 1 0 7363 54 0 0 25 0 11 0 1858414166 857460736 26118 4294967295 134512640 134569956 3221224336 3221214560 1131501123 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 26118 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 74.17
Current children cumulated vsize (Kb) 837364

[startup+90.0152 s]
Raw data (loadavg): 1.09 1.06 0.94 2/66 20016
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18223 0 1 0 8343 54 0 0 25 0 11 0 1858414166 857460736 26168 4294967295 134512640 134569956 3221224336 3221214544 1131501123 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 26168 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 83.97
Current children cumulated vsize (Kb) 837364

[startup+100.015 s]
Raw data (loadavg): 1.07 1.05 0.94 2/66 20016
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18233 0 1 0 9324 55 0 0 25 0 11 0 1858414166 857460736 26206 4294967295 134512640 134569956 3221224336 3221214768 1131547177 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 26206 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 93.79
Current children cumulated vsize (Kb) 837364

[startup+110.016 s]
Raw data (loadavg): 1.06 1.05 0.94 2/66 20016
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18244 0 1 0 10304 56 0 0 25 0 11 0 1858414166 857460736 26273 4294967295 134512640 134569956 3221224336 3221214768 1131547224 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 26273 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 103.6
Current children cumulated vsize (Kb) 837364

[startup+120.017 s]
Raw data (loadavg): 1.05 1.05 0.94 2/66 20016
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18255 0 1 0 11287 56 0 0 25 0 11 0 1858414166 857460736 26310 4294967295 134512640 134569956 3221224336 3221214632 1131597956 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 26310 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 113.43
Current children cumulated vsize (Kb) 837364

[startup+130.017 s]
Raw data (loadavg): 1.04 1.05 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18265 0 1 0 12271 58 0 0 24 0 11 0 1858414166 857460736 26341 4294967295 134512640 134569956 3221224336 3221214024 1085806322 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 26341 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 123.29
Current children cumulated vsize (Kb) 837364

[startup+140.017 s]
Raw data (loadavg): 1.04 1.05 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18274 0 1 0 13257 58 0 0 25 0 11 0 1858414166 857460736 26365 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 26365 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 133.15
Current children cumulated vsize (Kb) 837364

[startup+150.018 s]
Raw data (loadavg): 1.03 1.04 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18285 0 1 0 14239 59 0 0 25 0 11 0 1858414166 857460736 26394 4294967295 134512640 134569956 3221224336 3221214664 1131453814 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 26394 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 142.98
Current children cumulated vsize (Kb) 837364

[startup+160.018 s]
Raw data (loadavg): 1.02 1.04 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18294 0 1 0 15222 59 0 0 25 0 11 0 1858414166 857460736 26417 4294967295 134512640 134569956 3221224336 3221214808 1131592963 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 26417 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 152.81
Current children cumulated vsize (Kb) 837364

[startup+170.019 s]
Raw data (loadavg): 1.02 1.04 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18305 0 1 0 16201 60 0 0 25 0 11 0 1858414166 857460736 26452 4294967295 134512640 134569956 3221224336 3221214544 1131500546 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 26452 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 162.61
Current children cumulated vsize (Kb) 837364

[startup+180.02 s]
Raw data (loadavg): 1.02 1.04 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18314 0 1 0 17180 60 0 0 25 0 11 0 1858414166 857460736 26491 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 26491 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 172.4
Current children cumulated vsize (Kb) 837364

[startup+190.02 s]
Raw data (loadavg): 1.01 1.04 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18323 0 1 0 18159 61 0 0 25 0 11 0 1858414166 857460736 26530 4294967295 134512640 134569956 3221224336 3221214544 1131501878 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 26530 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 182.2
Current children cumulated vsize (Kb) 837364

[startup+200.021 s]
Raw data (loadavg): 1.01 1.03 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) S 20005 20006 19316 0 -1 0 18332 0 1 0 19133 61 0 0 25 0 11 0 1858414166 857460736 26571 4294967295 134512640 134569956 3221224336 3221213248 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 26571 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 191.94
Current children cumulated vsize (Kb) 837364

[startup+210.021 s]
Raw data (loadavg): 1.01 1.03 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18342 0 1 0 20107 62 0 0 17 0 11 0 1858414166 857460736 26617 4294967295 134512640 134569956 3221224336 3221214544 1131500481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 26617 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 201.69
Current children cumulated vsize (Kb) 837364

[startup+220.022 s]
Raw data (loadavg): 1.01 1.03 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18351 0 1 0 21084 62 0 0 18 0 11 0 1858414166 857460736 26676 4294967295 134512640 134569956 3221224336 3221214544 1131501295 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 26676 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 211.46
Current children cumulated vsize (Kb) 837364

[startup+230.023 s]
Raw data (loadavg): 1.01 1.03 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18360 0 1 0 22061 63 0 0 25 0 11 0 1858414166 857460736 26720 4294967295 134512640 134569956 3221224336 3221214632 1131597956 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 26720 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 221.24
Current children cumulated vsize (Kb) 837364

[startup+240.023 s]
Raw data (loadavg): 1.00 1.03 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18369 0 1 0 23038 63 0 0 25 0 11 0 1858414166 857460736 26768 4294967295 134512640 134569956 3221224336 3221214544 1131501889 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 26768 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 231.01
Current children cumulated vsize (Kb) 837364

[startup+250.023 s]
Raw data (loadavg): 1.00 1.03 0.94 3/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18378 0 1 0 24015 63 0 0 25 0 11 0 1858414166 857460736 26817 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 26817 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 240.78
Current children cumulated vsize (Kb) 837364

[startup+260.024 s]
Raw data (loadavg): 1.00 1.03 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18387 0 1 0 24991 64 0 0 25 0 11 0 1858414166 857460736 26861 4294967295 134512640 134569956 3221224336 3221214544 1131500583 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 26861 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 250.55
Current children cumulated vsize (Kb) 837364

[startup+270.025 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18396 0 1 0 25967 64 0 0 25 0 11 0 1858414166 857460736 26905 4294967295 134512640 134569956 3221224336 3221214544 1131501295 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 26905 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 260.31
Current children cumulated vsize (Kb) 837364

[startup+280.025 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18405 0 1 0 26943 64 0 0 25 0 11 0 1858414166 857460736 26955 4294967295 134512640 134569956 3221224336 3221214068 1131088015 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 26955 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 270.07
Current children cumulated vsize (Kb) 837364

[startup+290.026 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18414 0 1 0 27919 64 0 0 24 0 11 0 1858414166 857460736 27002 4294967295 134512640 134569956 3221224336 3221214632 1131596865 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27002 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 279.83
Current children cumulated vsize (Kb) 837364

[startup+300.027 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18424 0 1 0 28895 65 0 0 25 0 11 0 1858414166 857460736 27052 4294967295 134512640 134569956 3221224336 3221214632 1131598022 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27052 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 289.6
Current children cumulated vsize (Kb) 837364

[startup+310.028 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18433 0 1 0 29875 65 0 0 25 0 11 0 1858414166 857460736 27106 4294967295 134512640 134569956 3221224336 3221214456 1131396645 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27106 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 299.4
Current children cumulated vsize (Kb) 837364

[startup+320.029 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18443 0 1 0 30854 65 0 0 25 0 11 0 1858414166 857460736 27152 4294967295 134512640 134569956 3221224336 3221214544 1131501878 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27152 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 309.19
Current children cumulated vsize (Kb) 837364

[startup+330.03 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18453 0 1 0 31835 66 0 0 25 0 11 0 1858414166 857460736 27187 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27187 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 319.01
Current children cumulated vsize (Kb) 837364

[startup+340.03 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18462 0 1 0 32819 66 0 0 25 0 11 0 1858414166 857460736 27215 4294967295 134512640 134569956 3221224336 3221214544 1131500856 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27215 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 328.85
Current children cumulated vsize (Kb) 837364

[startup+350.031 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18472 0 1 0 33800 66 0 0 25 0 11 0 1858414166 857460736 27245 4294967295 134512640 134569956 3221224336 3221214632 1131599264 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27245 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 338.66
Current children cumulated vsize (Kb) 837364

[startup+360.032 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18482 0 1 0 34782 67 0 0 24 0 11 0 1858414166 857460736 27269 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27269 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 348.49
Current children cumulated vsize (Kb) 837364

[startup+370.033 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18491 0 1 0 35765 67 0 0 25 0 11 0 1858414166 857460736 27292 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27292 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 358.32
Current children cumulated vsize (Kb) 837364

[startup+380.033 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18501 0 1 0 36747 67 0 0 25 0 11 0 1858414166 857460736 27318 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27318 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 368.14
Current children cumulated vsize (Kb) 837364

[startup+390.033 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18510 0 1 0 37731 68 0 0 25 0 11 0 1858414166 857460736 27339 4294967295 134512640 134569956 3221224336 3221214544 1131502009 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27339 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 377.99
Current children cumulated vsize (Kb) 837364

[startup+400.034 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18520 0 1 0 38713 68 0 0 20 0 11 0 1858414166 857460736 27366 4294967295 134512640 134569956 3221224336 3221214632 1131596802 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27366 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 387.81
Current children cumulated vsize (Kb) 837364

[startup+410.034 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18530 0 1 0 39695 69 0 0 17 0 11 0 1858414166 857460736 27391 4294967295 134512640 134569956 3221224336 3221214544 1131500783 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27391 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 397.64
Current children cumulated vsize (Kb) 837364

[startup+420.035 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18539 0 1 0 40679 69 0 0 25 0 11 0 1858414166 857460736 27409 4294967295 134512640 134569956 3221224336 3221214544 1131501886 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27409 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 407.48
Current children cumulated vsize (Kb) 837364

[startup+430.036 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18549 0 1 0 41661 69 0 0 25 0 11 0 1858414166 857460736 27434 4294967295 134512640 134569956 3221224336 3221214544 1131501053 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27434 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 417.3
Current children cumulated vsize (Kb) 837364

[startup+440.036 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18558 0 1 0 42645 69 0 0 25 0 11 0 1858414166 857460736 27457 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27457 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 427.14
Current children cumulated vsize (Kb) 837364

[startup+450.037 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18568 0 1 0 43626 70 0 0 25 0 11 0 1858414166 857460736 27481 4294967295 134512640 134569956 3221224336 3221214544 1131501977 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27481 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 436.96
Current children cumulated vsize (Kb) 837364

[startup+460.037 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18578 0 1 0 44608 70 0 0 25 0 11 0 1858414166 857460736 27505 4294967295 134512640 134569956 3221224336 3221214632 1131598901 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27505 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 446.78
Current children cumulated vsize (Kb) 837364

[startup+470.038 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18588 0 1 0 45590 70 0 0 24 0 11 0 1858414166 857460736 27524 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27524 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 456.6
Current children cumulated vsize (Kb) 837364

[startup+480.039 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18597 0 1 0 46574 71 0 0 25 0 11 0 1858414166 857460736 27545 4294967295 134512640 134569956 3221224336 3221214544 1131502009 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27545 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 466.45
Current children cumulated vsize (Kb) 837364

[startup+490.039 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18607 0 1 0 47556 71 0 0 25 0 11 0 1858414166 857460736 27566 4294967295 134512640 134569956 3221224336 3221214544 1131500542 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27566 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 476.27
Current children cumulated vsize (Kb) 837364

[startup+500.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18617 0 1 0 48538 71 0 0 20 0 11 0 1858414166 857460736 27585 4294967295 134512640 134569956 3221224336 3221214720 1131427025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27585 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 486.09
Current children cumulated vsize (Kb) 837364

[startup+510.04 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18627 0 1 0 49518 71 0 0 25 0 11 0 1858414166 857460736 27609 4294967295 134512640 134569956 3221224336 3221214544 1131500564 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27609 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 495.89
Current children cumulated vsize (Kb) 837364

[startup+520.041 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18636 0 1 0 50500 72 0 0 25 0 11 0 1858414166 857460736 27624 4294967295 134512640 134569956 3221224336 3221214544 1131500477 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27624 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 505.72
Current children cumulated vsize (Kb) 837364

[startup+530.041 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18646 0 1 0 51479 72 0 0 25 0 11 0 1858414166 857460736 27647 4294967295 134512640 134569956 3221224336 3221214544 1131502243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27647 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 515.51
Current children cumulated vsize (Kb) 837364

[startup+540.041 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18655 0 1 0 52462 73 0 0 25 0 11 0 1858414166 857460736 27671 4294967295 134512640 134569956 3221224336 3221214544 1131501000 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27671 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 525.35
Current children cumulated vsize (Kb) 837364

[startup+550.042 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18664 0 1 0 53445 73 0 0 25 0 11 0 1858414166 857460736 27692 4294967295 134512640 134569956 3221224336 3221214544 1131500856 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27692 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 535.18
Current children cumulated vsize (Kb) 837364

[startup+560.042 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18673 0 1 0 54430 74 0 0 23 0 11 0 1858414166 857460736 27709 4294967295 134512640 134569956 3221224336 3221214544 1131501069 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27709 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 545.04
Current children cumulated vsize (Kb) 837364

[startup+570.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18682 0 1 0 55416 74 0 0 25 0 11 0 1858414166 857460736 27721 4294967295 134512640 134569956 3221224336 3221214720 1131426984 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27721 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 554.9
Current children cumulated vsize (Kb) 837364

[startup+580.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18692 0 1 0 56402 75 0 0 25 0 11 0 1858414166 857460736 27748 4294967295 134512640 134569956 3221224336 3221214632 1131597849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27748 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 564.77
Current children cumulated vsize (Kb) 837364

[startup+590.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18701 0 1 0 57391 75 0 0 18 0 11 0 1858414166 857460736 27755 4294967295 134512640 134569956 3221224336 3221214664 1131453975 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27755 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 574.66
Current children cumulated vsize (Kb) 837364

[startup+600.043 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18710 0 1 0 58380 75 0 0 20 0 11 0 1858414166 857460736 27764 4294967295 134512640 134569956 3221224336 3221214544 1131500553 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27764 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 584.55
Current children cumulated vsize (Kb) 837364

[startup+610.044 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18719 0 1 0 59369 75 0 0 25 0 11 0 1858414166 857460736 27773 4294967295 134512640 134569956 3221224336 3221214632 1131598090 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27773 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 594.44
Current children cumulated vsize (Kb) 837364

[startup+620.045 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18728 0 1 0 60358 76 0 0 25 0 11 0 1858414166 857460736 27780 4294967295 134512640 134569956 3221224336 3221214544 1131500489 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27780 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 604.34
Current children cumulated vsize (Kb) 837364

[startup+630.045 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18738 0 1 0 61345 76 0 0 17 0 11 0 1858414166 857460736 27789 4294967295 134512640 134569956 3221224336 3221214448 1131782167 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27789 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 614.21
Current children cumulated vsize (Kb) 837364

[startup+640.045 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18747 0 1 0 62334 77 0 0 20 0 11 0 1858414166 857460736 27796 4294967295 134512640 134569956 3221224336 3221214544 1131501061 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27796 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 624.11
Current children cumulated vsize (Kb) 837364

[startup+650.045 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18756 0 1 0 63322 77 0 0 22 0 11 0 1858414166 857460736 27803 4294967295 134512640 134569956 3221224336 3221214736 1131642843 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27803 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 633.99
Current children cumulated vsize (Kb) 837364

[startup+660.045 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18766 0 1 0 64310 77 0 0 25 0 11 0 1858414166 857460736 27811 4294967295 134512640 134569956 3221224336 3221214544 1131501922 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27811 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 643.87
Current children cumulated vsize (Kb) 837364

[startup+670.046 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18775 0 1 0 65298 77 0 0 25 0 11 0 1858414166 857460736 27818 4294967295 134512640 134569956 3221224336 3221214256 1131784584 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27818 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 653.75
Current children cumulated vsize (Kb) 837364

[startup+680.047 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18784 0 1 0 66286 78 0 0 25 0 11 0 1858414166 857460736 27826 4294967295 134512640 134569956 3221224336 3221214544 1131501895 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27826 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 663.64
Current children cumulated vsize (Kb) 837364

[startup+690.047 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18794 0 1 0 67273 78 0 0 24 0 11 0 1858414166 857460736 27833 4294967295 134512640 134569956 3221224336 3221214628 1131500460 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27833 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 673.51
Current children cumulated vsize (Kb) 837364

[startup+700.047 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18803 0 1 0 68262 78 0 0 25 0 11 0 1858414166 857460736 27841 4294967295 134512640 134569956 3221224336 3221214544 1131500746 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27841 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 683.4
Current children cumulated vsize (Kb) 837364

[startup+710.048 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18812 0 1 0 69250 79 0 0 23 0 11 0 1858414166 857460736 27847 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27847 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 693.29
Current children cumulated vsize (Kb) 837364

[startup+720.048 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18822 0 1 0 70237 79 0 0 25 0 11 0 1858414166 857460736 27855 4294967295 134512640 134569956 3221224336 3221214632 1131597935 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27855 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 703.16
Current children cumulated vsize (Kb) 837364

[startup+730.048 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18831 0 1 0 71224 80 0 0 21 0 11 0 1858414166 857460736 27862 4294967295 134512640 134569956 3221224336 3221214628 1131500467 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27862 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 713.04
Current children cumulated vsize (Kb) 837364

[startup+740.048 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18840 0 1 0 72212 81 0 0 25 0 11 0 1858414166 857460736 27870 4294967295 134512640 134569956 3221224336 3221214544 1131500896 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27870 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 722.93
Current children cumulated vsize (Kb) 837364

[startup+750.049 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18850 0 1 0 73198 81 0 0 25 0 11 0 1858414166 857460736 27877 4294967295 134512640 134569956 3221224336 3221214544 1131502493 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27877 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 732.79
Current children cumulated vsize (Kb) 837364

[startup+760.049 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18859 0 1 0 74185 82 0 0 25 0 11 0 1858414166 857460736 27884 4294967295 134512640 134569956 3221224336 3221214632 1131596802 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27884 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 742.67
Current children cumulated vsize (Kb) 837364

[startup+770.05 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18869 0 1 0 75168 82 0 0 18 0 11 0 1858414166 857460736 27891 4294967295 134512640 134569956 3221224336 3221214632 1131598890 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27891 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 752.5
Current children cumulated vsize (Kb) 837364

[startup+780.051 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18878 0 1 0 76152 83 0 0 23 0 11 0 1858414166 857460736 27898 4294967295 134512640 134569956 3221224336 3221214632 1131596861 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27898 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (Kb) 837364

[startup+790.052 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18888 0 1 0 77134 83 0 0 25 0 11 0 1858414166 857460736 27917 4294967295 134512640 134569956 3221224336 3221214544 1131501027 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27917 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 772.17
Current children cumulated vsize (Kb) 837364

[startup+800.053 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18897 0 1 0 78120 84 0 0 21 0 11 0 1858414166 857460736 27953 4294967295 134512640 134569956 3221224336 3221214632 1131596861 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27953 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 782.04
Current children cumulated vsize (Kb) 837364

[startup+810.053 s]
Raw data (loadavg): 1.00 1.00 0.94 3/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18907 0 1 0 79105 84 0 0 16 0 11 0 1858414166 857460736 27967 4294967295 134512640 134569956 3221224336 3221214544 1131501031 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27967 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 791.89
Current children cumulated vsize (Kb) 837364

[startup+820.054 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18916 0 1 0 80092 85 0 0 25 0 11 0 1858414166 857460736 27977 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 27977 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 801.77
Current children cumulated vsize (Kb) 837364

[startup+830.054 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18925 0 1 0 81080 85 0 0 25 0 11 0 1858414166 857460736 27986 4294967295 134512640 134569956 3221224336 3221214544 1131502009 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27986 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 811.65
Current children cumulated vsize (Kb) 837364

[startup+840.054 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18935 0 1 0 82065 85 0 0 25 0 11 0 1858414166 857460736 27992 4294967295 134512640 134569956 3221224336 3221214544 1131500520 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27992 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 821.5
Current children cumulated vsize (Kb) 837364

[startup+850.055 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18944 0 1 0 83052 86 0 0 25 0 11 0 1858414166 857460736 27998 4294967295 134512640 134569956 3221224336 3221214544 1131500985 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 27998 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 831.38
Current children cumulated vsize (Kb) 837364

[startup+860.056 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18954 0 1 0 84037 86 0 0 25 0 11 0 1858414166 857460736 28004 4294967295 134512640 134569956 3221224336 3221214544 1131501113 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28004 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 841.23
Current children cumulated vsize (Kb) 837364

[startup+870.056 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18963 0 1 0 85024 87 0 0 25 0 11 0 1858414166 857460736 28010 4294967295 134512640 134569956 3221224336 3221214544 1131502009 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28010 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 851.11
Current children cumulated vsize (Kb) 837364

[startup+880.056 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18973 0 1 0 86010 87 0 0 20 0 11 0 1858414166 857460736 28016 4294967295 134512640 134569956 3221224336 3221214544 1131500589 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28016 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 860.97
Current children cumulated vsize (Kb) 837364

[startup+890.056 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18983 0 1 0 86994 88 0 0 25 0 11 0 1858414166 857460736 28023 4294967295 134512640 134569956 3221224336 3221214632 1131596795 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28023 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 870.82
Current children cumulated vsize (Kb) 837364

[startup+900.056 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 18992 0 1 0 87981 88 0 0 19 0 11 0 1858414166 857460736 28030 4294967295 134512640 134569956 3221224336 3221214544 1131500507 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28030 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 880.69
Current children cumulated vsize (Kb) 837364

[startup+910.057 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19002 0 1 0 88966 89 0 0 16 0 11 0 1858414166 857460736 28036 4294967295 134512640 134569956 3221224336 3221214632 1131597956 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28036 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 890.55
Current children cumulated vsize (Kb) 837364

[startup+920.057 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19011 0 1 0 89953 89 0 0 25 0 11 0 1858414166 857460736 28047 4294967295 134512640 134569956 3221224336 3221214632 1131597970 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28047 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 900.42
Current children cumulated vsize (Kb) 837364

[startup+930.057 s]
Raw data (loadavg): 1.08 1.02 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19021 0 1 0 90938 89 0 0 17 0 11 0 1858414166 857460736 28053 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28053 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 910.27
Current children cumulated vsize (Kb) 837364

[startup+940.057 s]
Raw data (loadavg): 1.07 1.02 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19030 0 1 0 91925 90 0 0 25 0 11 0 1858414166 857460736 28058 4294967295 134512640 134569956 3221224336 3221214632 1131599264 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28058 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 920.15
Current children cumulated vsize (Kb) 837364

[startup+950.057 s]
Raw data (loadavg): 1.06 1.01 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19040 0 1 0 92910 90 0 0 25 0 11 0 1858414166 857460736 28064 4294967295 134512640 134569956 3221224336 3221214632 1131596802 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28064 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 930
Current children cumulated vsize (Kb) 837364

[startup+960.058 s]
Raw data (loadavg): 1.05 1.01 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19049 0 1 0 93896 90 0 0 25 0 11 0 1858414166 857460736 28070 4294967295 134512640 134569956 3221224336 3221214016 1131765497 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28070 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 939.86
Current children cumulated vsize (Kb) 837364

[startup+970.058 s]
Raw data (loadavg): 1.04 1.01 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19059 0 1 0 94881 91 0 0 25 0 11 0 1858414166 857460736 28075 4294967295 134512640 134569956 3221224336 3221214544 1131500914 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28075 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 949.72
Current children cumulated vsize (Kb) 837364

[startup+980.058 s]
Raw data (loadavg): 1.03 1.01 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19069 0 1 0 95866 91 0 0 17 0 11 0 1858414166 857460736 28082 4294967295 134512640 134569956 3221224336 3221214632 1131600926 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28082 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 959.57
Current children cumulated vsize (Kb) 837364

[startup+990.058 s]
Raw data (loadavg): 1.03 1.01 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19078 0 1 0 96852 91 0 0 25 0 11 0 1858414166 857460736 28087 4294967295 134512640 134569956 3221224336 3221214544 1131500561 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28087 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 969.43
Current children cumulated vsize (Kb) 837364

[startup+1000.06 s]
Raw data (loadavg): 1.02 1.01 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19088 0 1 0 97836 92 0 0 25 0 11 0 1858414166 857460736 28093 4294967295 134512640 134569956 3221224336 3221214016 1131765460 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28093 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 979.28
Current children cumulated vsize (Kb) 837364

[startup+1010.06 s]
Raw data (loadavg): 1.02 1.01 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19097 0 1 0 98822 93 0 0 22 0 11 0 1858414166 857460736 28098 4294967295 134512640 134569956 3221224336 3221214632 1131597926 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28098 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 989.15
Current children cumulated vsize (Kb) 837364

[startup+1020.06 s]
Raw data (loadavg): 1.02 1.01 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19107 0 1 0 99806 93 0 0 25 0 11 0 1858414166 857460736 28104 4294967295 134512640 134569956 3221224336 3221214720 1131427006 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28104 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 998.99
Current children cumulated vsize (Kb) 837364

[startup+1030.06 s]
Raw data (loadavg): 1.01 1.01 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19116 0 1 0 100792 93 0 0 25 0 11 0 1858414166 857460736 28109 4294967295 134512640 134569956 3221224336 3221214544 1131501156 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28109 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1008.85
Current children cumulated vsize (Kb) 837364

[startup+1040.06 s]
Raw data (loadavg): 1.01 1.01 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19126 0 1 0 101776 94 0 0 25 0 11 0 1858414166 857460736 28116 4294967295 134512640 134569956 3221224336 3221214632 1131597970 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28116 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1018.7
Current children cumulated vsize (Kb) 837364

[startup+1050.06 s]
Raw data (loadavg): 1.01 1.00 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19136 0 1 0 102761 94 0 0 24 0 11 0 1858414166 857460736 28122 4294967295 134512640 134569956 3221224336 3221214632 1131597926 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28122 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1028.55
Current children cumulated vsize (Kb) 837364

[startup+1060.06 s]
Raw data (loadavg): 1.01 1.00 0.95 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19145 0 1 0 103747 95 0 0 23 0 11 0 1858414166 857460736 28127 4294967295 134512640 134569956 3221224336 3221214632 1131596802 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28127 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1038.42
Current children cumulated vsize (Kb) 837364

[startup+1070.06 s]
Raw data (loadavg): 1.15 1.04 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19155 0 1 0 104731 96 0 0 25 0 11 0 1858414166 857460736 28132 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28132 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1048.27
Current children cumulated vsize (Kb) 837364

[startup+1080.06 s]
Raw data (loadavg): 1.13 1.03 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19165 0 1 0 105715 96 0 0 17 0 11 0 1858414166 857460736 28137 4294967295 134512640 134569956 3221224336 3221214632 1131599268 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28137 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1058.11
Current children cumulated vsize (Kb) 837364

[startup+1090.06 s]
Raw data (loadavg): 1.11 1.03 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19174 0 1 0 106701 97 0 0 22 0 11 0 1858414166 857460736 28143 4294967295 134512640 134569956 3221224336 3221214544 1131500481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28143 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1067.98
Current children cumulated vsize (Kb) 837364

[startup+1100.06 s]
Raw data (loadavg): 1.09 1.03 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19184 0 1 0 107684 97 0 0 25 0 11 0 1858414166 857460736 28148 4294967295 134512640 134569956 3221224336 3221214632 1131597791 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28148 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1077.81
Current children cumulated vsize (Kb) 837364

[startup+1110.06 s]
Raw data (loadavg): 1.08 1.03 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19194 0 1 0 108668 97 0 0 17 0 11 0 1858414166 857460736 28154 4294967295 134512640 134569956 3221224336 3221214440 1131768085 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28154 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1087.65
Current children cumulated vsize (Kb) 837364

[startup+1120.07 s]
Raw data (loadavg): 1.06 1.03 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19203 0 1 0 109654 98 0 0 25 0 11 0 1858414166 857460736 28158 4294967295 134512640 134569956 3221224336 3221214544 1131500626 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28158 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1097.52
Current children cumulated vsize (Kb) 837364

[startup+1130.07 s]
Raw data (loadavg): 1.05 1.03 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19213 0 1 0 110639 98 0 0 25 0 11 0 1858414166 857460736 28164 4294967295 134512640 134569956 3221224336 3221214544 1131500671 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28164 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1107.37
Current children cumulated vsize (Kb) 837364

[startup+1140.07 s]
Raw data (loadavg): 1.05 1.03 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19222 0 1 0 111624 98 0 0 25 0 11 0 1858414166 857460736 28169 4294967295 134512640 134569956 3221224336 3221214632 1131596861 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28169 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1117.22
Current children cumulated vsize (Kb) 837364

[startup+1150.07 s]
Raw data (loadavg): 1.04 1.02 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19232 0 1 0 112609 99 0 0 25 0 11 0 1858414166 857460736 28174 4294967295 134512640 134569956 3221224336 3221214632 1131597938 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28174 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1127.08
Current children cumulated vsize (Kb) 837364

[startup+1160.07 s]
Raw data (loadavg): 1.03 1.02 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19242 0 1 0 113592 99 0 0 25 0 11 0 1858414166 857460736 28179 4294967295 134512640 134569956 3221224336 3221214544 1131500840 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28179 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1136.91
Current children cumulated vsize (Kb) 837364

[startup+1170.07 s]
Raw data (loadavg): 1.03 1.02 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19252 0 1 0 114575 99 0 0 24 0 11 0 1858414166 857460736 28184 4294967295 134512640 134569956 3221224336 3221214544 1131500766 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28184 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1146.74
Current children cumulated vsize (Kb) 837364

[startup+1180.07 s]
Raw data (loadavg): 1.02 1.02 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19261 0 1 0 115560 100 0 0 25 0 11 0 1858414166 857460736 28189 4294967295 134512640 134569956 3221224336 3221214544 1131500899 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28189 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1156.6
Current children cumulated vsize (Kb) 837364

[startup+1190.07 s]
Raw data (loadavg): 1.02 1.02 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19271 0 1 0 116544 100 0 0 25 0 11 0 1858414166 857460736 28196 4294967295 134512640 134569956 3221224336 3221214544 1131500481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28196 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1166.44
Current children cumulated vsize (Kb) 837364

[startup+1200.07 s]
Raw data (loadavg): 1.02 1.02 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19281 0 1 0 117528 100 0 0 24 0 11 0 1858414166 857460736 28201 4294967295 134512640 134569956 3221224336 3221214632 1131596802 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28201 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1176.28
Current children cumulated vsize (Kb) 837364

[startup+1210.07 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19290 0 1 0 118512 101 0 0 23 0 11 0 1858414166 857460736 28205 4294967295 134512640 134569956 3221224336 3221214544 1131501069 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20006/statm): 209341 28205 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1186.13
Current children cumulated vsize (Kb) 837364

[startup+1220.07 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19300 0 1 0 119496 101 0 0 25 0 11 0 1858414166 857460736 28211 4294967295 134512640 134569956 3221224336 3221214544 1131501113 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28211 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1195.97
Current children cumulated vsize (Kb) 837364

[startup+1230.07 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19310 0 1 0 120479 102 0 0 25 0 11 0 1858414166 857460736 28219 4294967295 134512640 134569956 3221224336 3221214256 1131782104 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28219 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1205.81
Current children cumulated vsize (Kb) 837364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1230.07 s]
Raw data (loadavg): 1.01 1.02 0.96 2/66 20018
Raw data (/proc/20006/stat): 20006 (java) R 20005 20006 19316 0 -1 0 19310 0 1 0 120479 102 0 0 25 0 11 0 1858414166 857460736 28219 4294967295 134512640 134569956 3221224336 3221214256 1131782104 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20006/statm): 209341 28219 13129 16 0 209325 0
[pid=20006] vsize: 837364
Current children cumulated CPU time (s) 1205.81
Current children cumulated vsize (Kb) 837364

Sending SIGTERM to -20006
Sleeping 2 seconds
New thread pid=20020
New thread pid=20021
One traced child (pid=20021) exited with status: 0
One traced child (pid=20015) exited with status: 0
One traced child (pid=20010) exited with status: 0
One traced child (pid=20007) exited with status: 143
One traced child (pid=20008) exited with status: 143
One traced child (pid=20009) exited with status: 143
One traced child (pid=20014) exited with status: 143
One traced child (pid=20011) exited with status: 143
One traced child (pid=20013) exited with status: 143
One traced child (pid=20012) exited with status: 143
One traced child (pid=20016) exited with status: 143
One traced child (pid=20020) exited with status: 143
One traced child (pid=20006) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1230.19
CPU time (s): 1238.8
CPU user time (s): 1236.76
CPU system time (s): 2.03969
CPU usage (%): 100.699
Max. virtual memory (cumulated for all children) (Kb): 838004

Verifier Data

ERROR: no interpretation found !