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-scfxm3.opb
MD5SUM4386d3a42d53adecf557a6eee4db5bf4
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 2070
Biggest coefficient in the objective function 5368709120
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 421980536439
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 53687091200000
Number of bits of the biggest number in a constraint 46
Biggest sum of numbers in a constraint 326830904793855
Number of bits of the biggest sum of numbers49
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.0541
Number of variables41130
Total number of constraints990
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 constraints990
Minimum length of a constraint30
Maximum length of a constraint1710

Trace number 3399

Launcher Data

LAUNCH ON wulflinc25 THE 2005-09-19 00:30:10 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6320 boxname=wulflinc25 idbench=460 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  4386d3a42d53adecf557a6eee4db5bf4  /oldhome/oroussel/tmp/wulflinc25/normalized-mps-v2-20-10-scfxm3.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc25/normalized-mps-v2-20-10-scfxm3.opb
IDLAUNCH: 6320
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.220
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.220
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:        891096 kB
Buffers:         35852 kB
Cached:          80416 kB
SwapCached:        896 kB
Active:          75832 kB
Inactive:        43008 kB
HighTotal:      131008 kB
HighFree:        49252 kB
LowTotal:       903652 kB
LowFree:        841844 kB
SwapTotal:     2097892 kB
SwapFree:      2096496 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5716 kB
Slab:            19088 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 00:50:30 (client local time) WITH STATUS 143 IN 1215.9 SECONDS
stats: 6320 7 1215.9 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/wulflinc25/normalized-mps-v2-20-10-scfxm3.opb
c reading problem ... done. Time 12.394 ms.
c #vars     41130
c #constraints  1536
c starts		: 3
c conflicts		: 403
c decisions		: 4244
c propagations		: 53718
c inspects		: 2837891
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 403
c root simplifications	: 405
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 3.5182048865246287
c non guided choices	4167
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1218.862

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/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19 0 0 0 0 0 0 0 20 0 1 0 1845614194 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 39 3 38 16 0 23 0
[pid=18178] 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/18178
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=18179
New thread pid=18180
New thread pid=18181
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=18182
New thread pid=18183
New thread pid=18184
New thread pid=18185
New thread pid=18186
New thread pid=18187
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/wulflinc25/normalized-mps-v2-20-10-scfxm3.opb

[startup+10.0016 s]
Raw data (loadavg): 1.11 1.03 1.01 2/65 18187
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18109 0 1 0 716 51 0 0 25 0 10 0 1845614194 858550272 23078 4294967295 134512640 134569956 3221224336 3221214264 1131458633 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209607 23078 13129 16 0 209591 0
[pid=18178] vsize: 838428
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (Kb) 838428

[startup+20.0032 s]
Raw data (loadavg): 1.09 1.03 1.01 2/65 18187
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18149 0 1 0 1546 54 0 0 25 0 10 0 1845614194 858189824 32102 4294967295 134512640 134569956 3221224336 3221214728 1131503691 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209519 32102 13129 16 0 209503 0
[pid=18178] vsize: 838076
Current children cumulated CPU time (s) 16
Current children cumulated vsize (Kb) 838076

[startup+30.0038 s]
Raw data (loadavg): 1.08 1.03 1.01 2/65 18187
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18161 0 1 0 2515 55 0 0 25 0 10 0 1845614194 858189824 32104 4294967295 134512640 134569956 3221224336 3221214712 1131503849 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209519 32104 13129 16 0 209503 0
[pid=18178] vsize: 838076
Current children cumulated CPU time (s) 25.7
Current children cumulated vsize (Kb) 838076
New thread pid=18188

[startup+40.0044 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18190 0 1 0 3462 55 0 0 25 0 11 0 1845614194 858718208 32145 4294967295 134512640 134569956 3221224336 3221214712 1131358137 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209648 32145 13129 16 0 209632 0
[pid=18178] vsize: 838592
Current children cumulated CPU time (s) 35.17
Current children cumulated vsize (Kb) 838592

[startup+50.005 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18204 0 1 0 4395 56 0 0 25 0 11 0 1845614194 858718208 32181 4294967295 134512640 134569956 3221224336 3221214416 1131458525 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209648 32181 13129 16 0 209632 0
[pid=18178] vsize: 838592
Current children cumulated CPU time (s) 44.51
Current children cumulated vsize (Kb) 838592

[startup+60.0047 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18215 0 1 0 5347 56 0 0 18 0 11 0 1845614194 859013120 32371 4294967295 134512640 134569956 3221224336 3221214712 1131358258 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209720 32371 13129 16 0 209704 0
[pid=18178] vsize: 838880
Current children cumulated CPU time (s) 54.03
Current children cumulated vsize (Kb) 838880

[startup+70.0062 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18226 0 1 0 6325 57 0 0 16 0 11 0 1845614194 858718208 32412 4294967295 134512640 134569956 3221224336 3221214712 1131358169 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209648 32412 13129 16 0 209632 0
[pid=18178] vsize: 838592
Current children cumulated CPU time (s) 63.82
Current children cumulated vsize (Kb) 838592

[startup+80.0068 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18237 0 1 0 7310 57 0 0 25 0 11 0 1845614194 858718208 32457 4294967295 134512640 134569956 3221224336 3221214672 1131503297 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209648 32457 13129 16 0 209632 0
[pid=18178] vsize: 838592
Current children cumulated CPU time (s) 73.67
Current children cumulated vsize (Kb) 838592

[startup+90.0084 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18248 0 1 0 8300 58 0 0 25 0 11 0 1845614194 858718208 32470 4294967295 134512640 134569956 3221224336 3221214672 1131503938 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209648 32470 13129 16 0 209632 0
[pid=18178] vsize: 838592
Current children cumulated CPU time (s) 83.58
Current children cumulated vsize (Kb) 838592

[startup+100.009 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18259 0 1 0 9290 58 0 0 25 0 11 0 1845614194 858718208 32485 4294967295 134512640 134569956 3221224336 3221214584 1131458610 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209648 32485 13129 16 0 209632 0
[pid=18178] vsize: 838592
Current children cumulated CPU time (s) 93.48
Current children cumulated vsize (Kb) 838592

[startup+110.01 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18270 0 1 0 10278 59 0 0 25 0 11 0 1845614194 858718208 32500 4294967295 134512640 134569956 3221224336 3221214712 1131358137 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209648 32500 13129 16 0 209632 0
[pid=18178] vsize: 838592
Current children cumulated CPU time (s) 103.37
Current children cumulated vsize (Kb) 838592

[startup+120.011 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18281 0 1 0 11268 59 0 0 22 0 11 0 1845614194 858718208 32513 4294967295 134512640 134569956 3221224336 3221214760 1131546199 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209648 32513 13129 16 0 209632 0
[pid=18178] vsize: 838592
Current children cumulated CPU time (s) 113.27
Current children cumulated vsize (Kb) 838592

[startup+130.012 s]
Raw data (loadavg): 1.09 1.03 1.01 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18293 0 1 0 12257 60 0 0 17 0 11 0 1845614194 858718208 32530 4294967295 134512640 134569956 3221224336 3221214672 1131504097 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209648 32530 13129 16 0 209632 0
[pid=18178] vsize: 838592
Current children cumulated CPU time (s) 123.17
Current children cumulated vsize (Kb) 838592

[startup+140.013 s]
Raw data (loadavg): 1.08 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18304 0 1 0 13247 60 0 0 25 0 11 0 1845614194 860708864 32988 4294967295 134512640 134569956 3221224336 3221214712 1131358144 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 210134 32988 13129 16 0 210118 0
[pid=18178] vsize: 840536
Current children cumulated CPU time (s) 133.07
Current children cumulated vsize (Kb) 840536

[startup+150.014 s]
Raw data (loadavg): 1.07 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18315 0 1 0 14238 61 0 0 25 0 11 0 1845614194 860708864 32998 4294967295 134512640 134569956 3221224336 3221214672 1131503691 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 210134 32998 13129 16 0 210118 0
[pid=18178] vsize: 840536
Current children cumulated CPU time (s) 142.99
Current children cumulated vsize (Kb) 840536

[startup+160.015 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18326 0 1 0 15229 62 0 0 23 0 11 0 1845614194 860708864 33007 4294967295 134512640 134569956 3221224336 3221214712 1131358144 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 210134 33007 13129 16 0 210118 0
[pid=18178] vsize: 840536
Current children cumulated CPU time (s) 152.91
Current children cumulated vsize (Kb) 840536

[startup+170.015 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18338 0 1 0 16219 62 0 0 25 0 11 0 1845614194 860708864 33017 4294967295 134512640 134569956 3221224336 3221214600 1131458608 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 210134 33017 13129 16 0 210118 0
[pid=18178] vsize: 840536
Current children cumulated CPU time (s) 162.81
Current children cumulated vsize (Kb) 840536

[startup+180.016 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18349 0 1 0 17205 62 0 0 20 0 11 0 1845614194 860708864 33028 4294967295 134512640 134569956 3221224336 3221214672 1131503691 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 210134 33028 13129 16 0 210118 0
[pid=18178] vsize: 840536
Current children cumulated CPU time (s) 172.67
Current children cumulated vsize (Kb) 840536

[startup+190.017 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18360 0 1 0 18195 63 0 0 25 0 11 0 1845614194 859770880 32831 4294967295 134512640 134569956 3221224336 3221214712 1131358161 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 32831 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 182.58
Current children cumulated vsize (Kb) 839620

[startup+200.018 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18372 0 1 0 19183 63 0 0 25 0 11 0 1845614194 859770880 32841 4294967295 134512640 134569956 3221224336 3221214656 1131503759 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32841 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 192.46
Current children cumulated vsize (Kb) 839620

[startup+210.019 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18383 0 1 0 20172 64 0 0 19 0 11 0 1845614194 859770880 32860 4294967295 134512640 134569956 3221224336 3221214656 1131503773 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32860 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 202.36
Current children cumulated vsize (Kb) 839620

[startup+220.019 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18394 0 1 0 21161 64 0 0 25 0 11 0 1845614194 859770880 32868 4294967295 134512640 134569956 3221224336 3221214656 1131503684 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32868 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 212.25
Current children cumulated vsize (Kb) 839620

[startup+230.02 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18406 0 1 0 22151 65 0 0 17 0 11 0 1845614194 859770880 32888 4294967295 134512640 134569956 3221224336 3221214656 1131503992 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32888 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (Kb) 839620

[startup+240.02 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18417 0 1 0 23140 65 0 0 25 0 11 0 1845614194 859770880 32896 4294967295 134512640 134569956 3221224336 3221214656 1131503835 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32896 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 232.05
Current children cumulated vsize (Kb) 839620

[startup+250.021 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18428 0 1 0 24130 65 0 0 25 0 11 0 1845614194 859770880 32902 4294967295 134512640 134569956 3221224336 3221214720 1131500145 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32902 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 241.95
Current children cumulated vsize (Kb) 839620

[startup+260.022 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18440 0 1 0 25120 66 0 0 25 0 11 0 1845614194 859770880 32910 4294967295 134512640 134569956 3221224336 3221214656 1131503289 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32910 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 251.86
Current children cumulated vsize (Kb) 839620

[startup+270.022 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18451 0 1 0 26110 66 0 0 25 0 11 0 1845614194 859770880 32918 4294967295 134512640 134569956 3221224336 3221214656 1131503629 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 32918 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 261.76
Current children cumulated vsize (Kb) 839620

[startup+280.023 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18463 0 1 0 27100 67 0 0 24 0 11 0 1845614194 859770880 32924 4294967295 134512640 134569956 3221224336 3221214720 1131500089 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 32924 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 271.67
Current children cumulated vsize (Kb) 839620

[startup+290.024 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18474 0 1 0 28091 67 0 0 25 0 11 0 1845614194 859770880 32932 4294967295 134512640 134569956 3221224336 3221214560 1131382520 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32932 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 281.58
Current children cumulated vsize (Kb) 839620

[startup+300.025 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18485 0 1 0 29081 67 0 0 25 0 11 0 1845614194 859770880 32938 4294967295 134512640 134569956 3221224336 3221214696 1131358144 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 32938 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 291.48
Current children cumulated vsize (Kb) 839620

[startup+310.026 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18497 0 1 0 30070 68 0 0 25 0 11 0 1845614194 859770880 32945 4294967295 134512640 134569956 3221224336 3221214560 1131383016 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 32945 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 301.38
Current children cumulated vsize (Kb) 839620

[startup+320.026 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18508 0 1 0 31059 69 0 0 25 0 11 0 1845614194 859770880 32951 4294967295 134512640 134569956 3221224336 3221214560 1131382509 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 32951 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 311.28
Current children cumulated vsize (Kb) 839620

[startup+330.027 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18519 0 1 0 32049 69 0 0 25 0 11 0 1845614194 859770880 32957 4294967295 134512640 134569956 3221224336 3221214744 1131546199 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32957 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 321.18
Current children cumulated vsize (Kb) 839620

[startup+340.027 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18531 0 1 0 33039 70 0 0 25 0 11 0 1845614194 859770880 32965 4294967295 134512640 134569956 3221224336 3221214696 1131358258 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32965 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 331.09
Current children cumulated vsize (Kb) 839620

[startup+350.028 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18542 0 1 0 34028 71 0 0 22 0 11 0 1845614194 859770880 32972 4294967295 134512640 134569956 3221224336 3221214656 1131504744 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32972 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 340.99
Current children cumulated vsize (Kb) 839620

[startup+360.029 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18554 0 1 0 35017 72 0 0 25 0 11 0 1845614194 859770880 32978 4294967295 134512640 134569956 3221224336 3221214696 1131358258 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32978 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 350.89
Current children cumulated vsize (Kb) 839620

[startup+370.029 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18565 0 1 0 36008 73 0 0 25 0 11 0 1845614194 859770880 32983 4294967295 134512640 134569956 3221224336 3221214656 1131503320 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 32983 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 360.81
Current children cumulated vsize (Kb) 839620

[startup+380.03 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18577 0 1 0 36997 74 0 0 17 0 11 0 1845614194 859770880 32991 4294967295 134512640 134569956 3221224336 3221214656 1131504712 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32991 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 370.71
Current children cumulated vsize (Kb) 839620

[startup+390.031 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18588 0 1 0 37987 74 0 0 21 0 11 0 1845614194 859770880 32995 4294967295 134512640 134569956 3221224336 3221214656 1131504758 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 32995 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 380.61
Current children cumulated vsize (Kb) 839620

[startup+400.032 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18600 0 1 0 38976 75 0 0 25 0 11 0 1845614194 859770880 33002 4294967295 134512640 134569956 3221224336 3221214744 1131546228 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33002 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 390.51
Current children cumulated vsize (Kb) 839620

[startup+410.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18611 0 1 0 39967 75 0 0 20 0 11 0 1845614194 859770880 33008 4294967295 134512640 134569956 3221224336 3221214744 1131546461 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33008 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 400.42
Current children cumulated vsize (Kb) 839620

[startup+420.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18622 0 1 0 40956 75 0 0 25 0 11 0 1845614194 859770880 33013 4294967295 134512640 134569956 3221224336 3221214656 1131503421 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33013 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 410.31
Current children cumulated vsize (Kb) 839620

[startup+430.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18634 0 1 0 41943 76 0 0 18 0 11 0 1845614194 859770880 33021 4294967295 134512640 134569956 3221224336 3221214656 1131503293 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33021 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 420.19
Current children cumulated vsize (Kb) 839620

[startup+440.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18645 0 1 0 42931 76 0 0 25 0 11 0 1845614194 859770880 33045 4294967295 134512640 134569956 3221224336 3221214656 1131503691 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33045 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 430.07
Current children cumulated vsize (Kb) 839620

[startup+450.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18657 0 1 0 43917 76 0 0 25 0 11 0 1845614194 859770880 33052 4294967295 134512640 134569956 3221224336 3221214696 1131358137 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33052 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 439.93
Current children cumulated vsize (Kb) 839620

[startup+460.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18668 0 1 0 44905 77 0 0 25 0 11 0 1845614194 859770880 33071 4294967295 134512640 134569956 3221224336 3221214656 1131503691 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33071 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 449.82
Current children cumulated vsize (Kb) 839620

[startup+470.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18680 0 1 0 45894 78 0 0 25 0 11 0 1845614194 859770880 33087 4294967295 134512640 134569956 3221224336 3221214696 1131358243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33087 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 459.72
Current children cumulated vsize (Kb) 839620

[startup+480.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18691 0 1 0 46884 78 0 0 25 0 11 0 1845614194 859770880 33092 4294967295 134512640 134569956 3221224336 3221214656 1131503289 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33092 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 469.62
Current children cumulated vsize (Kb) 839620

[startup+490.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18703 0 1 0 47872 79 0 0 16 0 11 0 1845614194 859770880 33098 4294967295 134512640 134569956 3221224336 3221214656 1131504719 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33098 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 479.51
Current children cumulated vsize (Kb) 839620

[startup+500.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18714 0 1 0 48862 79 0 0 25 0 11 0 1845614194 859770880 33103 4294967295 134512640 134569956 3221224336 3221214656 1131504792 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33103 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 489.41
Current children cumulated vsize (Kb) 839620

[startup+510.038 s]
Raw data (loadavg): 1.00 1.00 1.00 1/66 18188
Raw data (/proc/18178/stat): 18178 (java) T 18177 18178 4419 0 -1 0 18725 0 1 0 49851 80 0 0 25 0 11 0 1845614194 859770880 33107 4294967295 134512640 134569956 3221224336 3221213740 1074594577 0 4 1 23758 3222434794 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33107 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 499.31
Current children cumulated vsize (Kb) 839620

[startup+520.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18737 0 1 0 50839 81 0 0 25 0 11 0 1845614194 859770880 33114 4294967295 134512640 134569956 3221224336 3221214696 1131358176 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33114 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 509.2
Current children cumulated vsize (Kb) 839620

[startup+530.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18748 0 1 0 51829 81 0 0 25 0 11 0 1845614194 859770880 33118 4294967295 134512640 134569956 3221224336 3221214744 1131546228 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33118 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 519.1
Current children cumulated vsize (Kb) 839620

[startup+540.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18760 0 1 0 52817 82 0 0 18 0 11 0 1845614194 859770880 33124 4294967295 134512640 134569956 3221224336 3221214656 1131504812 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33124 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 528.99
Current children cumulated vsize (Kb) 839620

[startup+550.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18771 0 1 0 53806 83 0 0 22 0 11 0 1845614194 859770880 33129 4294967295 134512640 134569956 3221224336 3221214656 1131503646 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33129 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 538.89
Current children cumulated vsize (Kb) 839620

[startup+560.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18783 0 1 0 54794 83 0 0 25 0 11 0 1845614194 859770880 33135 4294967295 134512640 134569956 3221224336 3221214624 1131216239 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33135 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 548.77
Current children cumulated vsize (Kb) 839620

[startup+570.042 s]
Raw data (loadavg): 1.08 1.02 1.01 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18794 0 1 0 55784 84 0 0 25 0 11 0 1845614194 859770880 33140 4294967295 134512640 134569956 3221224336 3221214656 1131503334 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33140 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 558.68
Current children cumulated vsize (Kb) 839620

[startup+580.043 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18806 0 1 0 56772 84 0 0 25 0 11 0 1845614194 859770880 33145 4294967295 134512640 134569956 3221224336 3221214744 1131546696 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33145 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 568.56
Current children cumulated vsize (Kb) 839620

[startup+590.044 s]
Raw data (loadavg): 1.06 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18817 0 1 0 57762 85 0 0 25 0 11 0 1845614194 859770880 33150 4294967295 134512640 134569956 3221224336 3221214744 1131547249 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33150 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 578.47
Current children cumulated vsize (Kb) 839620

[startup+600.044 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18829 0 1 0 58751 85 0 0 25 0 11 0 1845614194 859770880 33154 4294967295 134512640 134569956 3221224336 3221214744 1131546183 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33154 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 588.36
Current children cumulated vsize (Kb) 839620

[startup+610.045 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18840 0 1 0 59742 85 0 0 22 0 11 0 1845614194 859770880 33159 4294967295 134512640 134569956 3221224336 3221214656 1131503598 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33159 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 598.27
Current children cumulated vsize (Kb) 839620

[startup+620.045 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18852 0 1 0 60730 86 0 0 25 0 11 0 1845614194 859770880 33164 4294967295 134512640 134569956 3221224336 3221214656 1131503691 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33164 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 608.16
Current children cumulated vsize (Kb) 839620

[startup+630.046 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18863 0 1 0 61720 87 0 0 20 0 11 0 1845614194 859770880 33169 4294967295 134512640 134569956 3221224336 3221214656 1131503301 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33169 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 618.07
Current children cumulated vsize (Kb) 839620

[startup+640.048 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18875 0 1 0 62709 87 0 0 17 0 11 0 1845614194 859770880 33173 4294967295 134512640 134569956 3221224336 3221214656 1131504801 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33173 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 627.96
Current children cumulated vsize (Kb) 839620

[startup+650.048 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18886 0 1 0 63699 88 0 0 25 0 11 0 1845614194 859770880 33178 4294967295 134512640 134569956 3221224336 3221214656 1131504807 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33178 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 637.87
Current children cumulated vsize (Kb) 839620

[startup+660.049 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18898 0 1 0 64688 88 0 0 25 0 11 0 1845614194 859770880 33183 4294967295 134512640 134569956 3221224336 3221214744 1131546732 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33183 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 647.76
Current children cumulated vsize (Kb) 839620

[startup+670.049 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18909 0 1 0 65677 88 0 0 21 0 11 0 1845614194 859770880 33188 4294967295 134512640 134569956 3221224336 3221214656 1131503691 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33188 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 657.65
Current children cumulated vsize (Kb) 839620

[startup+680.05 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18921 0 1 0 66665 89 0 0 25 0 11 0 1845614194 859770880 33192 4294967295 134512640 134569956 3221224336 3221214656 1131503609 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33192 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 667.54
Current children cumulated vsize (Kb) 839620

[startup+690.052 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18932 0 1 0 67654 90 0 0 25 0 11 0 1845614194 859770880 33195 4294967295 134512640 134569956 3221224336 3221214696 1131358137 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33195 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 677.44
Current children cumulated vsize (Kb) 839620

[startup+700.052 s]
Raw data (loadavg): 1.08 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18944 0 1 0 68643 90 0 0 25 0 11 0 1845614194 859770880 33200 4294967295 134512640 134569956 3221224336 3221214656 1131503773 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33200 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 687.33
Current children cumulated vsize (Kb) 839620

[startup+710.053 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18955 0 1 0 69632 91 0 0 25 0 11 0 1845614194 859770880 33205 4294967295 134512640 134569956 3221224336 3221214656 1131503691 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33205 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 697.23
Current children cumulated vsize (Kb) 839620

[startup+720.053 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18967 0 1 0 70620 91 0 0 25 0 11 0 1845614194 859770880 33210 4294967295 134512640 134569956 3221224336 3221214656 1131503575 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33210 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 707.11
Current children cumulated vsize (Kb) 839620

[startup+730.054 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18978 0 1 0 71609 92 0 0 21 0 11 0 1845614194 859770880 33215 4294967295 134512640 134569956 3221224336 3221214656 1131504668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33215 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 717.01
Current children cumulated vsize (Kb) 839620

[startup+740.055 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 18990 0 1 0 72597 92 0 0 25 0 11 0 1845614194 859770880 33218 4294967295 134512640 134569956 3221224336 3221214744 1131546363 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33218 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 726.89
Current children cumulated vsize (Kb) 839620

[startup+750.056 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19001 0 1 0 73587 93 0 0 25 0 11 0 1845614194 859770880 33222 4294967295 134512640 134569956 3221224336 3221214656 1131503334 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33222 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 736.8
Current children cumulated vsize (Kb) 839620

[startup+760.056 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19013 0 1 0 74574 93 0 0 25 0 11 0 1845614194 859770880 33227 4294967295 134512640 134569956 3221224336 3221214656 1131503691 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33227 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 746.67
Current children cumulated vsize (Kb) 839620

[startup+770.056 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19024 0 1 0 75563 94 0 0 21 0 11 0 1845614194 859770880 33232 4294967295 134512640 134569956 3221224336 3221214744 1131546199 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33232 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 756.57
Current children cumulated vsize (Kb) 839620

[startup+780.057 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19036 0 1 0 76551 94 0 0 25 0 11 0 1845614194 859770880 33235 4294967295 134512640 134569956 3221224336 3221214656 1131503500 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33235 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 766.45
Current children cumulated vsize (Kb) 839620

[startup+790.058 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19047 0 1 0 77540 95 0 0 25 0 11 0 1845614194 859770880 33240 4294967295 134512640 134569956 3221224336 3221214656 1131503618 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33240 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 776.35
Current children cumulated vsize (Kb) 839620

[startup+800.058 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19059 0 1 0 78528 95 0 0 25 0 11 0 1845614194 859770880 33245 4294967295 134512640 134569956 3221224336 3221214696 1131358258 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33245 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 786.23
Current children cumulated vsize (Kb) 839620

[startup+810.059 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19070 0 1 0 79517 96 0 0 22 0 11 0 1845614194 859770880 33248 4294967295 134512640 134569956 3221224336 3221214740 1131358393 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33248 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 796.13
Current children cumulated vsize (Kb) 839620

[startup+820.059 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19082 0 1 0 80505 96 0 0 25 0 11 0 1845614194 859770880 33253 4294967295 134512640 134569956 3221224336 3221214744 1131546213 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33253 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 806.01
Current children cumulated vsize (Kb) 839620

[startup+830.06 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19093 0 1 0 81494 96 0 0 22 0 11 0 1845614194 859770880 33256 4294967295 134512640 134569956 3221224336 3221214656 1131503644 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33256 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 815.9
Current children cumulated vsize (Kb) 839620

[startup+840.062 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19105 0 1 0 82482 97 0 0 25 0 11 0 1845614194 859770880 33260 4294967295 134512640 134569956 3221224336 3221214656 1131503369 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33260 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 825.79
Current children cumulated vsize (Kb) 839620

[startup+850.063 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19116 0 1 0 83472 98 0 0 25 0 11 0 1845614194 859770880 33264 4294967295 134512640 134569956 3221224336 3221214656 1131503550 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33264 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 835.7
Current children cumulated vsize (Kb) 839620

[startup+860.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19128 0 1 0 84460 98 0 0 25 0 11 0 1845614194 859770880 33268 4294967295 134512640 134569956 3221224336 3221214656 1131504097 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33268 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 845.58
Current children cumulated vsize (Kb) 839620

[startup+870.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19139 0 1 0 85449 98 0 0 25 0 11 0 1845614194 859770880 33273 4294967295 134512640 134569956 3221224336 3221214648 1131639061 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33273 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 855.47
Current children cumulated vsize (Kb) 839620

[startup+880.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19151 0 1 0 86437 99 0 0 18 0 11 0 1845614194 859770880 33276 4294967295 134512640 134569956 3221224336 3221214656 1131503901 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33276 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 865.36
Current children cumulated vsize (Kb) 839620

[startup+890.065 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19162 0 1 0 87425 99 0 0 23 0 11 0 1845614194 859770880 33281 4294967295 134512640 134569956 3221224336 3221214656 1131503640 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33281 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 875.24
Current children cumulated vsize (Kb) 839620

[startup+900.065 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19174 0 1 0 88413 99 0 0 25 0 11 0 1845614194 859770880 33284 4294967295 134512640 134569956 3221224336 3221214696 1131358176 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33284 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 885.12
Current children cumulated vsize (Kb) 839620

[startup+910.066 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19186 0 1 0 89401 99 0 0 16 0 11 0 1845614194 859770880 33289 4294967295 134512640 134569956 3221224336 3221214696 1131358144 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33289 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 895
Current children cumulated vsize (Kb) 839620

[startup+920.066 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19197 0 1 0 90390 100 0 0 25 0 11 0 1845614194 859770880 33292 4294967295 134512640 134569956 3221224336 3221214696 1131358144 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33292 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 904.9
Current children cumulated vsize (Kb) 839620

[startup+930.067 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19209 0 1 0 91378 100 0 0 24 0 11 0 1845614194 859770880 33297 4294967295 134512640 134569956 3221224336 3221214696 1131358165 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33297 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 914.78
Current children cumulated vsize (Kb) 839620

[startup+940.069 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19220 0 1 0 92366 101 0 0 25 0 11 0 1845614194 859770880 33300 4294967295 134512640 134569956 3221224336 3221214656 1131503982 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33300 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 924.67
Current children cumulated vsize (Kb) 839620

[startup+950.069 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19232 0 1 0 93353 103 0 0 25 0 11 0 1845614194 859770880 33305 4294967295 134512640 134569956 3221224336 3221214656 1131503759 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33305 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 934.56
Current children cumulated vsize (Kb) 839620

[startup+960.07 s]
Raw data (loadavg): 1.16 1.03 1.01 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19243 0 1 0 94342 104 0 0 25 0 11 0 1845614194 859770880 33308 4294967295 134512640 134569956 3221224336 3221214656 1131503691 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33308 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 944.46
Current children cumulated vsize (Kb) 839620

[startup+970.07 s]
Raw data (loadavg): 1.13 1.03 1.01 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19255 0 1 0 95329 105 0 0 25 0 11 0 1845614194 859770880 33311 4294967295 134512640 134569956 3221224336 3221214696 1131358165 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33311 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 954.34
Current children cumulated vsize (Kb) 839620

[startup+980.071 s]
Raw data (loadavg): 1.11 1.03 1.01 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19266 0 1 0 96317 105 0 0 19 0 11 0 1845614194 859770880 33316 4294967295 134512640 134569956 3221224336 3221214656 1131503986 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33316 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 964.22
Current children cumulated vsize (Kb) 839620

[startup+990.073 s]
Raw data (loadavg): 1.10 1.03 1.01 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19278 0 1 0 97304 106 0 0 25 0 11 0 1845614194 859770880 33319 4294967295 134512640 134569956 3221224336 3221214656 1131503691 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33319 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 974.1
Current children cumulated vsize (Kb) 839620

[startup+1000.07 s]
Raw data (loadavg): 1.08 1.03 1.01 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19289 0 1 0 98293 106 0 0 20 0 11 0 1845614194 859770880 33322 4294967295 134512640 134569956 3221224336 3221214696 1131358144 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33322 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 983.99
Current children cumulated vsize (Kb) 839620

[startup+1010.07 s]
Raw data (loadavg): 1.07 1.03 1.01 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19301 0 1 0 99280 107 0 0 25 0 11 0 1845614194 859770880 33327 4294967295 134512640 134569956 3221224336 3221214656 1131503618 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33327 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 993.87
Current children cumulated vsize (Kb) 839620

[startup+1020.07 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19312 0 1 0 100268 108 0 0 22 0 11 0 1845614194 859770880 33330 4294967295 134512640 134569956 3221224336 3221214744 1131547301 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33330 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1003.76
Current children cumulated vsize (Kb) 839620

[startup+1030.08 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19324 0 1 0 101255 109 0 0 17 0 11 0 1845614194 859770880 33333 4294967295 134512640 134569956 3221224336 3221214656 1131503849 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33333 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1013.64
Current children cumulated vsize (Kb) 839620

[startup+1040.08 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19335 0 1 0 102244 109 0 0 25 0 11 0 1845614194 859770880 33338 4294967295 134512640 134569956 3221224336 3221214744 1131546381 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33338 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1023.53
Current children cumulated vsize (Kb) 839620

[startup+1050.08 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19347 0 1 0 103231 109 0 0 25 0 11 0 1845614194 859770880 33341 4294967295 134512640 134569956 3221224336 3221214696 1131358137 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33341 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1033.4
Current children cumulated vsize (Kb) 839620

[startup+1060.08 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19358 0 1 0 104219 110 0 0 25 0 11 0 1845614194 859770880 33344 4294967295 134512640 134569956 3221224336 3221214568 1131458399 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33344 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1043.29
Current children cumulated vsize (Kb) 839620

[startup+1070.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19370 0 1 0 105206 111 0 0 17 0 11 0 1845614194 859770880 33350 4294967295 134512640 134569956 3221224336 3221214656 1131503289 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33350 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1053.17
Current children cumulated vsize (Kb) 839620

[startup+1080.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19381 0 1 0 106194 111 0 0 25 0 11 0 1845614194 859770880 33353 4294967295 134512640 134569956 3221224336 3221214696 1131358144 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33353 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1063.05
Current children cumulated vsize (Kb) 839620

[startup+1090.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19393 0 1 0 107182 111 0 0 18 0 11 0 1845614194 859770880 33356 4294967295 134512640 134569956 3221224336 3221214696 1131358186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33356 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1072.93
Current children cumulated vsize (Kb) 839620

[startup+1100.08 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19404 0 1 0 108170 112 0 0 25 0 11 0 1845614194 859770880 33359 4294967295 134512640 134569956 3221224336 3221214656 1131503976 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33359 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1082.82
Current children cumulated vsize (Kb) 839620

[startup+1110.08 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19416 0 1 0 109157 112 0 0 25 0 11 0 1845614194 859770880 33365 4294967295 134512640 134569956 3221224336 3221214656 1131504083 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33365 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1092.69
Current children cumulated vsize (Kb) 839620

[startup+1120.08 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19427 0 1 0 110142 113 0 0 22 0 11 0 1845614194 859770880 33368 4294967295 134512640 134569956 3221224336 3221214696 1131358161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33368 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1102.55
Current children cumulated vsize (Kb) 839620

[startup+1130.08 s]
Raw data (loadavg): 1.08 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19439 0 1 0 111126 113 0 0 17 0 11 0 1845614194 859770880 33373 4294967295 134512640 134569956 3221224336 3221214656 1131503691 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33373 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1112.39
Current children cumulated vsize (Kb) 839620

[startup+1140.08 s]
Raw data (loadavg): 1.07 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19450 0 1 0 112114 114 0 0 25 0 11 0 1845614194 859770880 33413 4294967295 134512640 134569956 3221224336 3221214744 1131546213 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33413 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (Kb) 839620

[startup+1150.09 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19462 0 1 0 113099 114 0 0 25 0 11 0 1845614194 859770880 33419 4294967295 134512640 134569956 3221224336 3221214656 1131503819 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33419 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1132.13
Current children cumulated vsize (Kb) 839620

[startup+1160.09 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19473 0 1 0 114083 114 0 0 25 0 11 0 1845614194 859770880 33424 4294967295 134512640 134569956 3221224336 3221214696 1131358161 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33424 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1141.97
Current children cumulated vsize (Kb) 839620

[startup+1170.09 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19485 0 1 0 115067 115 0 0 25 0 11 0 1845614194 859770880 33452 4294967295 134512640 134569956 3221224336 3221214728 1131350273 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33452 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1151.82
Current children cumulated vsize (Kb) 839620

[startup+1180.09 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19496 0 1 0 116054 115 0 0 25 0 11 0 1845614194 859770880 33477 4294967295 134512640 134569956 3221224336 3221214696 1131358195 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33477 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1161.69
Current children cumulated vsize (Kb) 839620

[startup+1190.09 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19508 0 1 0 117041 116 0 0 17 0 11 0 1845614194 859770880 33481 4294967295 134512640 134569956 3221224336 3221214656 1131504709 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33481 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1171.57
Current children cumulated vsize (Kb) 839620

[startup+1200.09 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19519 0 1 0 118028 116 0 0 25 0 11 0 1845614194 859770880 33484 4294967295 134512640 134569956 3221224336 3221214696 1131358144 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33484 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1181.44
Current children cumulated vsize (Kb) 839620

[startup+1210.09 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19531 0 1 0 119016 117 0 0 18 0 11 0 1845614194 859770880 33487 4294967295 134512640 134569956 3221224336 3221214696 1131358144 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/18178/statm): 209905 33487 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1191.33
Current children cumulated vsize (Kb) 839620

[startup+1220.09 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19542 0 1 0 120004 117 0 0 25 0 11 0 1845614194 859770880 33492 4294967295 134512640 134569956 3221224336 3221214560 1131382535 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33492 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1201.21
Current children cumulated vsize (Kb) 839620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.1 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 18188
Raw data (/proc/18178/stat): 18178 (java) R 18177 18178 4419 0 -1 0 19542 0 1 0 120004 117 0 0 25 0 11 0 1845614194 859770880 33492 4294967295 134512640 134569956 3221224336 3221214656 1131504772 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/18178/statm): 209905 33492 13129 16 0 209889 0
[pid=18178] vsize: 839620
Current children cumulated CPU time (s) 1201.21
Current children cumulated vsize (Kb) 839620

Sending SIGTERM to -18178
Sleeping 2 seconds
New thread pid=18190
New thread pid=18191
One traced child (pid=18191) exited with status: 0
One traced child (pid=18187) exited with status: 0
One traced child (pid=18179) exited with status: 143
One traced child (pid=18180) exited with status: 143
One traced child (pid=18181) exited with status: 143
One traced child (pid=18186) exited with status: 143
One traced child (pid=18183) exited with status: 143
One traced child (pid=18184) exited with status: 143
One traced child (pid=18185) exited with status: 143
One traced child (pid=18188) exited with status: 143
One traced child (pid=18190) exited with status: 143
One traced child (pid=18182) exited with status: 143
One traced child (pid=18178) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.22
CPU time (s): 1215.9
CPU user time (s): 1213.64
CPU system time (s): 2.26666
CPU usage (%): 99.6464
Max. virtual memory (cumulated for all children) (Kb): 840536

Verifier Data

ERROR: no interpretation found !