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/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-standgub.opb
MD5SUM596bf3240e9419031120c2cbaef1fb61
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 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables33244
Total number of constraints463
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 constraints463
Minimum length of a constraint11
Maximum length of a constraint22350

Trace number 3452

Launcher Data

LAUNCH ON wulflinc31 THE 2005-09-19 00:51:10 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6354 boxname=wulflinc31 idbench=494 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  596bf3240e9419031120c2cbaef1fb61  /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-20-10-standgub.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-20-10-standgub.opb
IDLAUNCH: 6354
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.153
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.153
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        677120 kB
Buffers:         36328 kB
Cached:         290008 kB
SwapCached:       1016 kB
Active:         108088 kB
Inactive:       221084 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        676868 kB
SwapTotal:     2097892 kB
SwapFree:      2096404 kB
Dirty:              44 kB
Writeback:           0 kB
Mapped:           5772 kB
Slab:            22684 kB
Committed_AS:    64376 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 01:11:30 (client local time) WITH STATUS 143 IN 1234 SECONDS
stats: 6354 7 1234 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/wulflinc31/normalized-mps-v2-20-10-standgub.opb
c reading problem ... done. Time 10.772 ms.
c #vars     33274
c #constraints  616
c starts		: 1
c conflicts		: 3
c decisions		: 1091
c propagations		: 20427
c inspects		: 10378
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 2
c root simplifications	: 2
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 0.9031688727111374
c non guided choices	400
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1218.823

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/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1845673151 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 39 3 38 16 0 23 0
[pid=20160] 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/20160
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=20161
New thread pid=20162
New thread pid=20163
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=20164
New thread pid=20165
New thread pid=20166
New thread pid=20167
New thread pid=20168
New thread pid=20169
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/wulflinc31/normalized-mps-v2-20-10-standgub.opb

[startup+10.0022 s]
Raw data (loadavg): 1.01 1.01 1.00 3/66 20169
Raw data (/proc/20160/stat): 20160 (java) S 20159 20160 9102 0 -1 0 18132 0 1 0 683 49 0 0 25 0 10 0 1845673151 876093440 25193 4294967295 134512640 134569956 3221224336 3221212568 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 213890 25195 13129 16 0 213874 0
[pid=20160] vsize: 855560
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (Kb) 855560
New thread pid=20170

[startup+20.0031 s]
Raw data (loadavg): 1.08 1.03 1.00 2/67 20172
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18180 0 1 0 1549 50 0 0 25 0 11 0 1845673151 873123840 31245 4294967295 134512640 134569956 3221224336 3221214608 1131458041 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 213165 31245 13129 16 0 213149 0
[pid=20160] vsize: 852660
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (Kb) 852660

[startup+30.0041 s]
Raw data (loadavg): 1.07 1.03 1.00 2/67 20172
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18199 0 1 0 2530 51 0 0 25 0 11 0 1845673151 873058304 31253 4294967295 134512640 134569956 3221224336 3221214632 1131732357 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 213149 31253 13129 16 0 213133 0
[pid=20160] vsize: 852596
Current children cumulated CPU time (s) 25.81
Current children cumulated vsize (Kb) 852596

[startup+40.005 s]
Raw data (loadavg): 1.06 1.03 1.00 2/67 20172
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18200 0 1 0 3529 51 0 0 25 0 11 0 1845673151 865869824 29501 4294967295 134512640 134569956 3221224336 3221214632 1131732332 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 211394 29501 13129 16 0 211378 0
[pid=20160] vsize: 845576
Current children cumulated CPU time (s) 35.8
Current children cumulated vsize (Kb) 845576

[startup+50.0059 s]
Raw data (loadavg): 1.12 1.04 1.01 2/67 20172
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18200 0 1 0 4526 52 0 0 25 0 11 0 1845673151 865869824 29504 4294967295 134512640 134569956 3221224336 3221214664 1131736361 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 211394 29504 13129 16 0 211378 0
[pid=20160] vsize: 845576
Current children cumulated CPU time (s) 45.78
Current children cumulated vsize (Kb) 845576

[startup+60.0059 s]
Raw data (loadavg): 1.10 1.04 1.01 2/67 20172
Raw data (/proc/20160/stat): 20160 (java) S 20159 20160 9102 0 -1 0 18208 0 1 0 5479 52 0 0 25 0 11 0 1845673151 861376512 28430 4294967295 134512640 134569956 3221224336 3221213336 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 28430 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 55.31
Current children cumulated vsize (Kb) 841188

[startup+70.0068 s]
Raw data (loadavg): 1.09 1.04 1.01 2/67 20172
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18218 0 1 0 6413 52 0 0 23 0 11 0 1845673151 861376512 28430 4294967295 134512640 134569956 3221224336 3221214712 1131346862 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 28430 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 64.65
Current children cumulated vsize (Kb) 841188

[startup+80.0077 s]
Raw data (loadavg): 1.07 1.04 1.00 2/67 20174
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18226 0 1 0 7358 53 0 0 22 0 11 0 1845673151 861376512 28824 4294967295 134512640 134569956 3221224336 3221214736 1131694304 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 28824 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 74.11
Current children cumulated vsize (Kb) 841188

[startup+90.0087 s]
Raw data (loadavg): 1.06 1.03 1.00 2/67 20174
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18230 0 1 0 8327 53 0 0 24 0 11 0 1845673151 861376512 28824 4294967295 134512640 134569956 3221224336 3221214704 1131375628 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 28824 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 83.8
Current children cumulated vsize (Kb) 841188

[startup+100.01 s]
Raw data (loadavg): 1.05 1.03 1.00 2/67 20174
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18235 0 1 0 9291 53 0 0 25 0 11 0 1845673151 861376512 28828 4294967295 134512640 134569956 3221224336 3221214584 1131453677 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 28828 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 93.44
Current children cumulated vsize (Kb) 841188

[startup+110.011 s]
Raw data (loadavg): 1.04 1.03 1.00 2/67 20174
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18242 0 1 0 10218 53 0 0 17 0 11 0 1845673151 861376512 29078 4294967295 134512640 134569956 3221224336 3221214760 1131531946 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29078 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 102.71
Current children cumulated vsize (Kb) 841188

[startup+120.012 s]
Raw data (loadavg): 1.04 1.03 1.00 2/67 20174
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18249 0 1 0 11138 53 0 0 25 0 11 0 1845673151 861376512 29082 4294967295 134512640 134569956 3221224336 3221214376 1131411545 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29082 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 111.91
Current children cumulated vsize (Kb) 841188

[startup+130.012 s]
Raw data (loadavg): 1.10 1.04 1.00 2/67 20174
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18254 0 1 0 12079 53 0 0 22 0 11 0 1845673151 861376512 29082 4294967295 134512640 134569956 3221224336 3221214376 1131411427 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29082 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 121.32
Current children cumulated vsize (Kb) 841188

[startup+140.014 s]
Raw data (loadavg): 1.09 1.04 1.00 2/67 20176
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18258 0 1 0 13032 54 0 0 25 0 11 0 1845673151 861376512 29082 4294967295 134512640 134569956 3221224336 3221214512 1131356035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29082 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 130.86
Current children cumulated vsize (Kb) 841188

[startup+150.015 s]
Raw data (loadavg): 1.07 1.04 1.00 2/67 20176
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18263 0 1 0 13991 54 0 0 22 0 11 0 1845673151 861376512 29409 4294967295 134512640 134569956 3221224336 3221214392 1131767435 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 140.45
Current children cumulated vsize (Kb) 841188

[startup+160.015 s]
Raw data (loadavg): 1.06 1.04 1.00 2/67 20176
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18267 0 1 0 14969 54 0 0 25 0 11 0 1845673151 861376512 29805 4294967295 134512640 134569956 3221224336 3221214392 1131767439 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29805 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 150.23
Current children cumulated vsize (Kb) 841188

[startup+170.016 s]
Raw data (loadavg): 1.12 1.05 1.01 2/67 20176
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18272 0 1 0 15962 54 0 0 25 0 11 0 1845673151 861376512 29811 4294967295 134512640 134569956 3221224336 3221214376 1131411419 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29811 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 160.16
Current children cumulated vsize (Kb) 841188

[startup+180.018 s]
Raw data (loadavg): 1.11 1.05 1.01 2/67 20176
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18276 0 1 0 16958 55 0 0 25 0 11 0 1845673151 861376512 29812 4294967295 134512640 134569956 3221224336 3221214392 1131767551 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29812 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 170.13
Current children cumulated vsize (Kb) 841188

[startup+190.019 s]
Raw data (loadavg): 1.09 1.05 1.00 2/67 20176
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18280 0 1 0 17955 55 0 0 25 0 11 0 1845673151 861376512 29861 4294967295 134512640 134569956 3221224336 3221214376 1131411545 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29861 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 180.1
Current children cumulated vsize (Kb) 841188

[startup+200.02 s]
Raw data (loadavg): 1.07 1.05 1.00 2/67 20178
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18285 0 1 0 18952 55 0 0 25 0 11 0 1845673151 861376512 29864 4294967295 134512640 134569956 3221224336 3221214472 1131726603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29864 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 190.07
Current children cumulated vsize (Kb) 841188

[startup+210.021 s]
Raw data (loadavg): 1.06 1.04 1.00 2/67 20178
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18289 0 1 0 19949 56 0 0 19 0 11 0 1845673151 861376512 29864 4294967295 134512640 134569956 3221224336 3221214472 1131726495 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29864 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 200.05
Current children cumulated vsize (Kb) 841188

[startup+220.022 s]
Raw data (loadavg): 1.05 1.04 1.00 2/67 20178
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18293 0 1 0 20947 56 0 0 20 0 11 0 1845673151 861376512 29866 4294967295 134512640 134569956 3221224336 3221214472 1131726495 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29866 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 210.03
Current children cumulated vsize (Kb) 841188

[startup+230.023 s]
Raw data (loadavg): 1.04 1.04 1.00 2/67 20178
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18297 0 1 0 21944 56 0 0 25 0 11 0 1845673151 861376512 29866 4294967295 134512640 134569956 3221224336 3221214472 1131726603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29866 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 220
Current children cumulated vsize (Kb) 841188

[startup+240.025 s]
Raw data (loadavg): 1.04 1.04 1.00 2/67 20178
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18300 0 1 0 22942 56 0 0 25 0 11 0 1845673151 861376512 29866 4294967295 134512640 134569956 3221224336 3221214392 1131768249 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29866 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 229.98
Current children cumulated vsize (Kb) 841188

[startup+250.026 s]
Raw data (loadavg): 1.03 1.04 1.00 2/67 20178
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18304 0 1 0 23940 56 0 0 25 0 11 0 1845673151 861376512 29866 4294967295 134512640 134569956 3221224336 3221214392 1131768443 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29866 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 239.96
Current children cumulated vsize (Kb) 841188

[startup+260.027 s]
Raw data (loadavg): 1.03 1.03 1.00 2/67 20180
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18308 0 1 0 24938 56 0 0 25 0 11 0 1845673151 861376512 29869 4294967295 134512640 134569956 3221224336 3221214472 1131726495 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29869 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 249.94
Current children cumulated vsize (Kb) 841188

[startup+270.027 s]
Raw data (loadavg): 1.02 1.03 1.00 2/67 20180
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18311 0 1 0 25936 56 0 0 25 0 11 0 1845673151 861376512 29869 4294967295 134512640 134569956 3221224336 3221214392 1131767521 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29869 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 259.92
Current children cumulated vsize (Kb) 841188

[startup+280.027 s]
Raw data (loadavg): 1.02 1.03 1.00 2/67 20180
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18314 0 1 0 26935 57 0 0 25 0 11 0 1845673151 861376512 29869 4294967295 134512640 134569956 3221224336 3221214376 1131411545 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29869 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 269.92
Current children cumulated vsize (Kb) 841188

[startup+290.029 s]
Raw data (loadavg): 1.01 1.03 1.00 2/67 20180
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18317 0 1 0 27933 57 0 0 25 0 11 0 1845673151 861376512 29869 4294967295 134512640 134569956 3221224336 3221214392 1131769299 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29869 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 279.9
Current children cumulated vsize (Kb) 841188

[startup+300.03 s]
Raw data (loadavg): 1.01 1.03 1.00 2/67 20180
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18321 0 1 0 28931 57 0 0 25 0 11 0 1845673151 861376512 29869 4294967295 134512640 134569956 3221224336 3221214392 1131767074 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29869 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 289.88
Current children cumulated vsize (Kb) 841188

[startup+310.03 s]
Raw data (loadavg): 1.01 1.03 1.00 2/67 20180
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18323 0 1 0 29929 57 0 0 25 0 11 0 1845673151 861376512 29869 4294967295 134512640 134569956 3221224336 3221214472 1131726603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29869 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 299.86
Current children cumulated vsize (Kb) 841188

[startup+320.031 s]
Raw data (loadavg): 1.01 1.03 1.00 2/67 20182
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18326 0 1 0 30928 57 0 0 17 0 11 0 1845673151 861376512 29869 4294967295 134512640 134569956 3221224336 3221214376 1131411419 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29869 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 309.85
Current children cumulated vsize (Kb) 841188

[startup+330.032 s]
Raw data (loadavg): 1.01 1.02 1.00 2/67 20182
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18327 0 1 0 31926 57 0 0 25 0 11 0 1845673151 861376512 29869 4294967295 134512640 134569956 3221224336 3221214392 1131767008 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29869 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 319.83
Current children cumulated vsize (Kb) 841188

[startup+340.033 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 20182
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18329 0 1 0 32925 57 0 0 25 0 11 0 1845673151 861376512 29869 4294967295 134512640 134569956 3221224336 3221214392 1131768512 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29869 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 329.82
Current children cumulated vsize (Kb) 841188

[startup+350.034 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 20182
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18330 0 1 0 33924 58 0 0 25 0 11 0 1845673151 861376512 29869 4294967295 134512640 134569956 3221224336 3221214392 1131767044 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29869 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 339.82
Current children cumulated vsize (Kb) 841188

[startup+360.035 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 20182
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18331 0 1 0 34918 58 0 0 25 0 11 0 1845673151 861376512 29869 4294967295 134512640 134569956 3221224336 3221214504 1131767022 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29869 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 349.76
Current children cumulated vsize (Kb) 841188

[startup+370.036 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 20182
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18335 0 1 0 35902 58 0 0 25 0 11 0 1845673151 861376512 29869 4294967295 134512640 134569956 3221224336 3221214504 1131767435 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29869 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 359.6
Current children cumulated vsize (Kb) 841188

[startup+380.036 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 20184
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18339 0 1 0 36884 59 0 0 19 0 11 0 1845673151 861376512 29871 4294967295 134512640 134569956 3221224336 3221214504 1131767521 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29871 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 369.43
Current children cumulated vsize (Kb) 841188

[startup+390.038 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 20184
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18342 0 1 0 37872 59 0 0 25 0 11 0 1845673151 861376512 29871 4294967295 134512640 134569956 3221224336 3221214576 1131775653 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29871 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 379.31
Current children cumulated vsize (Kb) 841188

[startup+400.039 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 20184
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18346 0 1 0 38855 59 0 0 19 0 11 0 1845673151 861376512 29871 4294967295 134512640 134569956 3221224336 3221214504 1131767439 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29871 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 389.14
Current children cumulated vsize (Kb) 841188

[startup+410.038 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 20184
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18350 0 1 0 39842 60 0 0 25 0 11 0 1845673151 861376512 29871 4294967295 134512640 134569956 3221224336 3221214576 1131775615 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29871 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 399.02
Current children cumulated vsize (Kb) 841188

[startup+420.039 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 20184
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18353 0 1 0 40829 60 0 0 25 0 11 0 1845673151 861376512 29872 4294967295 134512640 134569956 3221224336 3221214504 1131767047 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29872 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 408.89
Current children cumulated vsize (Kb) 841188

[startup+430.04 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 20184
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18357 0 1 0 41813 60 0 0 25 0 11 0 1845673151 861376512 29872 4294967295 134512640 134569956 3221224336 3221214532 1131057275 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 29872 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 418.73
Current children cumulated vsize (Kb) 841188

[startup+440.041 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 20186
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18360 0 1 0 42800 60 0 0 25 0 11 0 1845673151 861376512 29872 4294967295 134512640 134569956 3221224336 3221214600 1131726495 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 29872 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 428.6
Current children cumulated vsize (Kb) 841188

[startup+450.042 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 20186
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18363 0 1 0 43787 60 0 0 25 0 11 0 1845673151 861376512 30195 4294967295 134512640 134569956 3221224336 3221214504 1131411499 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30195 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 438.47
Current children cumulated vsize (Kb) 841188

[startup+460.042 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 20186
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18366 0 1 0 44786 61 0 0 25 0 11 0 1845673151 861376512 30195 4294967295 134512640 134569956 3221224336 3221214576 1131775666 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30195 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 448.47
Current children cumulated vsize (Kb) 841188

[startup+470.043 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 20186
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18369 0 1 0 45784 61 0 0 25 0 11 0 1845673151 861376512 30196 4294967295 134512640 134569956 3221224336 3221214504 1131767047 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30196 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 458.45
Current children cumulated vsize (Kb) 841188

[startup+480.044 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 20186
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18372 0 1 0 46782 61 0 0 25 0 11 0 1845673151 861376512 30196 4294967295 134512640 134569956 3221224336 3221214600 1131726603 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30196 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 468.43
Current children cumulated vsize (Kb) 841188

[startup+490.046 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 20186
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18375 0 1 0 47780 61 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214504 1131767435 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 478.41
Current children cumulated vsize (Kb) 841188

[startup+500.047 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 20188
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18378 0 1 0 48778 62 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214504 1131411793 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 488.4
Current children cumulated vsize (Kb) 841188

[startup+510.047 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 20188
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18381 0 1 0 49776 62 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214504 1131411647 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 498.38
Current children cumulated vsize (Kb) 841188

[startup+520.048 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 20188
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18384 0 1 0 50774 62 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214576 1131775666 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 508.36
Current children cumulated vsize (Kb) 841188

[startup+530.049 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 20188
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18386 0 1 0 51773 62 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214504 1131768428 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 518.35
Current children cumulated vsize (Kb) 841188

[startup+540.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20188
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18389 0 1 0 52771 63 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214504 1131411464 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 528.34
Current children cumulated vsize (Kb) 841188

[startup+550.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20188
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18391 0 1 0 53770 63 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214572 1131355408 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 538.33
Current children cumulated vsize (Kb) 841188

[startup+560.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20190
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18394 0 1 0 54767 64 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214576 1131775550 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 548.31
Current children cumulated vsize (Kb) 841188

[startup+570.052 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20190
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18396 0 1 0 55765 64 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214600 1131726488 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 558.29
Current children cumulated vsize (Kb) 841188

[startup+580.052 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20190
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18398 0 1 0 56764 64 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214600 1131726605 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 568.28
Current children cumulated vsize (Kb) 841188

[startup+590.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20190
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18400 0 1 0 57764 64 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214576 1131775973 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 578.28
Current children cumulated vsize (Kb) 841188

[startup+600.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20190
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18402 0 1 0 58762 65 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214504 1131411545 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 588.27
Current children cumulated vsize (Kb) 841188

[startup+610.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20190
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18404 0 1 0 59761 65 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214576 1131775643 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 598.26
Current children cumulated vsize (Kb) 841188

[startup+620.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20192
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18406 0 1 0 60759 65 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214504 1131767047 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 608.24
Current children cumulated vsize (Kb) 841188

[startup+630.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20192
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18407 0 1 0 61759 65 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214576 1131775550 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 618.24
Current children cumulated vsize (Kb) 841188

[startup+640.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20192
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18409 0 1 0 62757 66 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214504 1131768450 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 628.23
Current children cumulated vsize (Kb) 841188

[startup+650.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20192
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18410 0 1 0 63757 66 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214576 1131775550 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 638.23
Current children cumulated vsize (Kb) 841188

[startup+660.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20192
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18411 0 1 0 64756 66 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214576 1131775550 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 648.22
Current children cumulated vsize (Kb) 841188

[startup+670.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20192
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18412 0 1 0 65756 66 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214576 1131775901 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 658.22
Current children cumulated vsize (Kb) 841188

[startup+680.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20194
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18412 0 1 0 66755 66 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214504 1131767052 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 668.21
Current children cumulated vsize (Kb) 841188

[startup+690.061 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20194
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18413 0 1 0 67754 66 0 0 25 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214504 1131767044 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 678.2
Current children cumulated vsize (Kb) 841188

[startup+700.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20194
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18416 0 1 0 68746 66 0 0 23 0 11 0 1845673151 861376512 30197 4294967295 134512640 134569956 3221224336 3221214504 1131768249 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30197 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 688.12
Current children cumulated vsize (Kb) 841188

[startup+710.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20194
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18420 0 1 0 69734 67 0 0 25 0 11 0 1845673151 861376512 30198 4294967295 134512640 134569956 3221224336 3221214504 1131411545 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30198 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 698.01
Current children cumulated vsize (Kb) 841188

[startup+720.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20194
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18424 0 1 0 70719 67 0 0 25 0 11 0 1845673151 861376512 30199 4294967295 134512640 134569956 3221224336 3221214576 1131775901 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30199 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 707.86
Current children cumulated vsize (Kb) 841188

[startup+730.064 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20194
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18427 0 1 0 71707 67 0 0 25 0 11 0 1845673151 861376512 30199 4294967295 134512640 134569956 3221224336 3221214504 1131767435 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30199 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 717.74
Current children cumulated vsize (Kb) 841188

[startup+740.065 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20196
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18431 0 1 0 72692 67 0 0 22 0 11 0 1845673151 861376512 30199 4294967295 134512640 134569956 3221224336 3221214576 1131775550 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30199 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 727.59
Current children cumulated vsize (Kb) 841188

[startup+750.066 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20196
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18434 0 1 0 73682 67 0 0 25 0 11 0 1845673151 861376512 30199 4294967295 134512640 134569956 3221224336 3221214576 1131775666 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30199 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 737.49
Current children cumulated vsize (Kb) 841188

[startup+760.066 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20196
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18437 0 1 0 74670 68 0 0 25 0 11 0 1845673151 861376512 30199 4294967295 134512640 134569956 3221224336 3221214504 1131767435 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30199 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 747.38
Current children cumulated vsize (Kb) 841188

[startup+770.068 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20196
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18441 0 1 0 75655 68 0 0 25 0 11 0 1845673151 861376512 30199 4294967295 134512640 134569956 3221224336 3221214532 1131057275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30199 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 757.23
Current children cumulated vsize (Kb) 841188

[startup+780.068 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20196
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18444 0 1 0 76644 68 0 0 25 0 11 0 1845673151 861376512 30199 4294967295 134512640 134569956 3221224336 3221214504 1131767107 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30199 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 767.12
Current children cumulated vsize (Kb) 841188

[startup+790.069 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20196
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18447 0 1 0 77633 69 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214600 1131726472 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 777.02
Current children cumulated vsize (Kb) 841188

[startup+800.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20198
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18450 0 1 0 78630 69 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131411383 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 786.99
Current children cumulated vsize (Kb) 841188

[startup+810.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20198
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18453 0 1 0 79628 69 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131768461 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 796.97
Current children cumulated vsize (Kb) 841188

[startup+820.071 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20198
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18456 0 1 0 80627 70 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131767044 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 806.97
Current children cumulated vsize (Kb) 841188

[startup+830.072 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20198
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18459 0 1 0 81625 70 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214572 1131529408 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 816.95
Current children cumulated vsize (Kb) 841188

[startup+840.073 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20198
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18462 0 1 0 82623 70 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131767597 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 826.93
Current children cumulated vsize (Kb) 841188

[startup+850.073 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20198
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18464 0 1 0 83621 70 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214576 1131775550 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 836.91
Current children cumulated vsize (Kb) 841188

[startup+860.073 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20200
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18467 0 1 0 84620 71 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214556 1131299984 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 846.91
Current children cumulated vsize (Kb) 841188

[startup+870.074 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20200
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18470 0 1 0 85618 71 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131411738 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 856.89
Current children cumulated vsize (Kb) 841188

[startup+880.074 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20200
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18472 0 1 0 86617 71 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131767521 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 866.88
Current children cumulated vsize (Kb) 841188

[startup+890.074 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20200
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18474 0 1 0 87616 71 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214536 1131389785 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 876.87
Current children cumulated vsize (Kb) 841188

[startup+900.075 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20200
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18477 0 1 0 88614 71 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214576 1131775973 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 886.85
Current children cumulated vsize (Kb) 841188

[startup+910.075 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20200
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18479 0 1 0 89613 72 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214532 1131057275 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 896.85
Current children cumulated vsize (Kb) 841188

[startup+920.076 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20202
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18481 0 1 0 90612 72 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131768249 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 906.84
Current children cumulated vsize (Kb) 841188

[startup+930.077 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20202
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18483 0 1 0 91610 72 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131411383 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 916.82
Current children cumulated vsize (Kb) 841188

[startup+940.078 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20202
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18485 0 1 0 92609 73 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131767047 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 926.82
Current children cumulated vsize (Kb) 841188

[startup+950.079 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20202
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18487 0 1 0 93608 73 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131769308 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 936.81
Current children cumulated vsize (Kb) 841188

[startup+960.079 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20202
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18489 0 1 0 94606 73 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214576 1131775550 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 946.79
Current children cumulated vsize (Kb) 841188

[startup+970.081 s]
Raw data (loadavg): 1.08 1.02 1.01 2/67 20202
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18490 0 1 0 95606 73 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214576 1131775901 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 956.79
Current children cumulated vsize (Kb) 841188

[startup+980.081 s]
Raw data (loadavg): 1.07 1.02 1.00 2/67 20204
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18491 0 1 0 96604 74 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214576 1131775579 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 966.78
Current children cumulated vsize (Kb) 841188

[startup+990.081 s]
Raw data (loadavg): 1.06 1.01 1.00 2/67 20204
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18493 0 1 0 97602 75 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214576 1131776164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 976.77
Current children cumulated vsize (Kb) 841188

[startup+1000.08 s]
Raw data (loadavg): 1.05 1.01 1.00 2/67 20204
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18494 0 1 0 98601 75 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131767022 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 986.76
Current children cumulated vsize (Kb) 841188

[startup+1010.08 s]
Raw data (loadavg): 1.04 1.01 1.00 2/67 20204
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18495 0 1 0 99600 75 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214600 1131726495 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 996.75
Current children cumulated vsize (Kb) 841188

[startup+1020.08 s]
Raw data (loadavg): 1.03 1.01 1.00 2/67 20204
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18496 0 1 0 100600 75 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131767597 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1006.75
Current children cumulated vsize (Kb) 841188

[startup+1030.08 s]
Raw data (loadavg): 1.03 1.01 1.00 2/67 20204
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18496 0 1 0 101600 76 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214576 1131775846 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1016.76
Current children cumulated vsize (Kb) 841188

[startup+1040.08 s]
Raw data (loadavg): 1.02 1.01 1.00 2/67 20206
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18496 0 1 0 102600 76 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131767525 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1026.76
Current children cumulated vsize (Kb) 841188

[startup+1050.08 s]
Raw data (loadavg): 1.02 1.01 1.00 2/67 20206
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18499 0 1 0 103590 76 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131411193 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1036.66
Current children cumulated vsize (Kb) 841188

[startup+1060.08 s]
Raw data (loadavg): 1.02 1.01 1.00 2/67 20206
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18503 0 1 0 104575 77 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131411401 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1046.52
Current children cumulated vsize (Kb) 841188

[startup+1070.08 s]
Raw data (loadavg): 1.01 1.01 1.00 2/67 20206
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18506 0 1 0 105564 77 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214600 1131726495 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1056.41
Current children cumulated vsize (Kb) 841188

[startup+1080.08 s]
Raw data (loadavg): 1.01 1.01 1.00 2/67 20206
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18510 0 1 0 106549 77 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214528 1078034721 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1066.26
Current children cumulated vsize (Kb) 841188

[startup+1090.08 s]
Raw data (loadavg): 1.01 1.00 1.00 2/67 20206
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18513 0 1 0 107538 77 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214560 1131355383 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1076.15
Current children cumulated vsize (Kb) 841188

[startup+1100.08 s]
Raw data (loadavg): 1.01 1.00 1.00 2/67 20208
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18516 0 1 0 108527 77 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131767432 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1086.04
Current children cumulated vsize (Kb) 841188

[startup+1110.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20208
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18520 0 1 0 109512 77 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131767521 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1095.89
Current children cumulated vsize (Kb) 841188

[startup+1120.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20208
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18523 0 1 0 110501 78 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131767435 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1105.79
Current children cumulated vsize (Kb) 841188

[startup+1130.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20208
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18526 0 1 0 111488 78 0 0 25 0 11 0 1845673151 861376512 30409 4294967295 134512640 134569956 3221224336 3221214504 1131767521 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30409 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1115.66
Current children cumulated vsize (Kb) 841188

[startup+1140.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20208
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18529 0 1 0 112477 78 0 0 25 0 11 0 1845673151 861376512 30617 4294967295 134512640 134569956 3221224336 3221214536 1131389785 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30617 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1125.55
Current children cumulated vsize (Kb) 841188

[startup+1150.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20208
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18532 0 1 0 113476 78 0 0 25 0 11 0 1845673151 861376512 30617 4294967295 134512640 134569956 3221224336 3221214576 1131776231 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30617 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1135.54
Current children cumulated vsize (Kb) 841188

[startup+1160.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20210
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18535 0 1 0 114474 79 0 0 25 0 11 0 1845673151 861376512 30617 4294967295 134512640 134569956 3221224336 3221214576 1131775666 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30617 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1145.53
Current children cumulated vsize (Kb) 841188

[startup+1170.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20210
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18538 0 1 0 115472 79 0 0 25 0 11 0 1845673151 861376512 30617 4294967295 134512640 134569956 3221224336 3221214576 1131775550 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30617 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1155.51
Current children cumulated vsize (Kb) 841188

[startup+1180.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20210
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18541 0 1 0 116470 79 0 0 25 0 11 0 1845673151 861376512 30617 4294967295 134512640 134569956 3221224336 3221214504 1131767521 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30617 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1165.49
Current children cumulated vsize (Kb) 841188

[startup+1190.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20210
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18544 0 1 0 117469 79 0 0 25 0 11 0 1845673151 861376512 30617 4294967295 134512640 134569956 3221224336 3221214576 1131775584 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30617 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1175.48
Current children cumulated vsize (Kb) 841188

[startup+1200.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20210
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18546 0 1 0 118467 80 0 0 25 0 11 0 1845673151 861376512 30617 4294967295 134512640 134569956 3221224336 3221214504 1131767047 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/20160/statm): 210297 30617 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1185.47
Current children cumulated vsize (Kb) 841188

[startup+1210.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20210
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18549 0 1 0 119466 80 0 0 25 0 11 0 1845673151 861376512 30617 4294967295 134512640 134569956 3221224336 3221214504 1131768267 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30617 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1195.46
Current children cumulated vsize (Kb) 841188

[startup+1220.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20212
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18552 0 1 0 120465 80 0 0 22 0 11 0 1845673151 861376512 30617 4294967295 134512640 134569956 3221224336 3221214576 1131775637 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30617 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1205.45
Current children cumulated vsize (Kb) 841188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.09 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 20212
Raw data (/proc/20160/stat): 20160 (java) R 20159 20160 9102 0 -1 0 18552 0 1 0 120465 80 0 0 22 0 11 0 1845673151 861376512 30617 4294967295 134512640 134569956 3221224336 3221214576 1131776184 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20160/statm): 210297 30617 13129 16 0 210281 0
[pid=20160] vsize: 841188
Current children cumulated CPU time (s) 1205.45
Current children cumulated vsize (Kb) 841188

Sending SIGTERM to -20160
Sleeping 2 seconds
New thread pid=20214
New thread pid=20215
One traced child (pid=20215) exited with status: 0
One traced child (pid=20169) exited with status: 0
One traced child (pid=20164) exited with status: 0
One traced child (pid=20161) exited with status: 143
One traced child (pid=20162) exited with status: 143
One traced child (pid=20163) exited with status: 143
One traced child (pid=20168) exited with status: 143
One traced child (pid=20166) exited with status: 143
One traced child (pid=20165) exited with status: 143
One traced child (pid=20167) exited with status: 143
One traced child (pid=20170) exited with status: 143
One traced child (pid=20214) exited with status: 143
One traced child (pid=20160) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.2
CPU time (s): 1234
CPU user time (s): 1232.34
CPU system time (s): 1.65975
CPU usage (%): 101.131
Max. virtual memory (cumulated for all children) (Kb): 855560

Verifier Data

ERROR: no interpretation found !