Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-13-7/MIPLIB/miplib3/normalized-mps-v2-13-7-swath.opb
MD5SUM02acc3d97c4f8ebb30f6632fa35817fc
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 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 16384000000
Number of bits of the biggest number in a constraint 34
Biggest sum of numbers in a constraint 2012983988447
Number of bits of the biggest sum of numbers41
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables8345
Total number of constraints7608
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)7147
Number of constraints which are nor clauses,nor cardinality constraints461
Minimum length of a constraint1
Maximum length of a constraint6744

Trace number 8876

Launcher Data

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

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

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        800480 kB
Buffers:         33440 kB
Cached:         174332 kB
SwapCached:        784 kB
Active:          91624 kB
Inactive:       118920 kB
HighTotal:      131008 kB
HighFree:         2212 kB
LowTotal:       903652 kB
LowFree:        798268 kB
SwapTotal:     2097136 kB
SwapFree:      2095884 kB
Dirty:              48 kB
Writeback:           0 kB
Mapped:           5820 kB
Slab:            17988 kB
Committed_AS:    64304 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 19:58:45 (client local time) WITH STATUS 143 IN 1219.29 SECONDS
stats: 6912 7 1219.29 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/wulflinc5/normalized-mps-v2-13-7-swath.opb
c reading problem ... done. Time 8.314 ms.
c #vars     8345
c #constraints  987
c starts		: 1
c conflicts		: 1
c decisions		: 20
c propagations		: 496
c inspects		: 64
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 0
c root simplifications	: 1
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 0.016660238591276865
c non guided choices	20
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1208.806

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/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1802897213 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 39 3 38 16 0 23 0
[pid=7162] 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/7162
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=7163
New thread pid=7164
New thread pid=7165
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=7166
New thread pid=7167
New thread pid=7168
New thread pid=7169
New thread pid=7170
New thread pid=7171
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/wulflinc5/normalized-mps-v2-13-7-swath.opb
New thread pid=7172

[startup+10.003 s]
Raw data (loadavg): 1.01 1.00 1.00 3/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18130 0 1 0 702 48 0 0 25 0 11 0 1802897213 859611136 22383 4294967295 134512640 134569956 3221224336 3221214704 1131091013 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209866 22383 13129 16 0 209850 0
[pid=7162] vsize: 839464
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (Kb) 839464

[startup+20.0027 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18148 0 1 0 1638 48 0 0 25 0 11 0 1802897213 859566080 24434 4294967295 134512640 134569956 3221224336 3221214592 1131577155 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24434 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 16.86
Current children cumulated vsize (Kb) 839420

[startup+30.0035 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18153 0 1 0 2626 49 0 0 25 0 11 0 1802897213 859566080 24435 4294967295 134512640 134569956 3221224336 3221214592 1131577187 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24435 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 26.75
Current children cumulated vsize (Kb) 839420

[startup+40.0032 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18157 0 1 0 3614 49 0 0 25 0 11 0 1802897213 859566080 24438 4294967295 134512640 134569956 3221224336 3221214536 1131553619 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24438 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 36.63
Current children cumulated vsize (Kb) 839420

[startup+50.0039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18161 0 1 0 4602 49 0 0 25 0 11 0 1802897213 859566080 24438 4294967295 134512640 134569956 3221224336 3221214456 1131583439 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24438 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 46.51
Current children cumulated vsize (Kb) 839420

[startup+60.0047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18165 0 1 0 5589 49 0 0 25 0 11 0 1802897213 859566080 24439 4294967295 134512640 134569956 3221224336 3221214544 1131367141 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24439 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 56.38
Current children cumulated vsize (Kb) 839420

[startup+70.0054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18168 0 1 0 6580 49 0 0 25 0 11 0 1802897213 859566080 24439 4294967295 134512640 134569956 3221224336 3221214592 1131577155 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24439 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 66.29
Current children cumulated vsize (Kb) 839420

[startup+80.0071 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18171 0 1 0 7574 50 0 0 25 0 11 0 1802897213 859566080 24439 4294967295 134512640 134569956 3221224336 3221214592 1131577155 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24439 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 76.24
Current children cumulated vsize (Kb) 839420

[startup+90.0079 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18172 0 1 0 8570 50 0 0 25 0 11 0 1802897213 860393472 24632 4294967295 134512640 134569956 3221224336 3221214592 1131577155 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 210057 24632 13129 16 0 210041 0
[pid=7162] vsize: 840228
Current children cumulated CPU time (s) 86.2
Current children cumulated vsize (Kb) 840228

[startup+100.009 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18177 0 1 0 9535 50 0 0 17 0 11 0 1802897213 859566080 24551 4294967295 134512640 134569956 3221224336 3221214304 1131487308 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24551 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 95.85
Current children cumulated vsize (Kb) 839420

[startup+110.009 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18181 0 1 0 10520 50 0 0 24 0 11 0 1802897213 859566080 24766 4294967295 134512640 134569956 3221224336 3221214304 1131485799 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24766 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 105.7
Current children cumulated vsize (Kb) 839420

[startup+120.01 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18184 0 1 0 11514 50 0 0 25 0 11 0 1802897213 859566080 24766 4294967295 134512640 134569956 3221224336 3221214376 1131581374 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24766 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 115.64
Current children cumulated vsize (Kb) 839420

[startup+130.011 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18188 0 1 0 12505 51 0 0 25 0 11 0 1802897213 859566080 24766 4294967295 134512640 134569956 3221224336 3221214304 1131485634 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24766 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 125.56
Current children cumulated vsize (Kb) 839420

[startup+140.012 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18191 0 1 0 13500 51 0 0 25 0 11 0 1802897213 859566080 24766 4294967295 134512640 134569956 3221224336 3221214488 1131413806 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24766 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 135.51
Current children cumulated vsize (Kb) 839420

[startup+150.013 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18194 0 1 0 14494 51 0 0 25 0 11 0 1802897213 860614656 25141 4294967295 134512640 134569956 3221224336 3221214512 1131577187 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 210111 25141 13129 16 0 210095 0
[pid=7162] vsize: 840444
Current children cumulated CPU time (s) 145.45
Current children cumulated vsize (Kb) 840444

[startup+160.013 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18197 0 1 0 15489 51 0 0 25 0 11 0 1802897213 860614656 25141 4294967295 134512640 134569956 3221224336 3221214512 1131577187 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 210111 25141 13129 16 0 210095 0
[pid=7162] vsize: 840444
Current children cumulated CPU time (s) 155.4
Current children cumulated vsize (Kb) 840444

[startup+170.013 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18198 0 1 0 16484 51 0 0 25 0 11 0 1802897213 860614656 25145 4294967295 134512640 134569956 3221224336 3221214512 1131577187 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 210111 25145 13129 16 0 210095 0
[pid=7162] vsize: 840444
Current children cumulated CPU time (s) 165.35
Current children cumulated vsize (Kb) 840444

[startup+180.014 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18203 0 1 0 17475 52 0 0 25 0 11 0 1802897213 859566080 24901 4294967295 134512640 134569956 3221224336 3221214496 1131367129 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24901 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 175.27
Current children cumulated vsize (Kb) 839420

[startup+190.014 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18208 0 1 0 18465 52 0 0 18 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214424 1131485799 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 185.17
Current children cumulated vsize (Kb) 839420

[startup+200.014 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18212 0 1 0 19457 53 0 0 20 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214424 1131485626 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 195.1
Current children cumulated vsize (Kb) 839420

[startup+210.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18215 0 1 0 20452 53 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131679789 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 205.05
Current children cumulated vsize (Kb) 839420

[startup+220.014 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18219 0 1 0 21444 53 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214384 1131581854 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 214.97
Current children cumulated vsize (Kb) 839420

[startup+230.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18221 0 1 0 22441 53 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214516 1131501056 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 224.94
Current children cumulated vsize (Kb) 839420

[startup+240.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18223 0 1 0 23436 54 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214516 1131501092 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 234.9
Current children cumulated vsize (Kb) 839420

[startup+250.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18227 0 1 0 24430 54 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214488 1131553597 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 244.84
Current children cumulated vsize (Kb) 839420

[startup+260.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18231 0 1 0 25422 54 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214424 1131485703 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 254.76
Current children cumulated vsize (Kb) 839420

[startup+270.018 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18236 0 1 0 26412 54 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214488 1131553558 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 264.66
Current children cumulated vsize (Kb) 839420

[startup+280.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18239 0 1 0 27407 55 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214424 1131485803 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 274.62
Current children cumulated vsize (Kb) 839420

[startup+290.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18243 0 1 0 28399 55 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131679767 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 284.54
Current children cumulated vsize (Kb) 839420

[startup+300.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18246 0 1 0 29393 55 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214384 1131581735 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 294.48
Current children cumulated vsize (Kb) 839420

[startup+310.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18248 0 1 0 30390 55 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131685206 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 304.45
Current children cumulated vsize (Kb) 839420

[startup+320.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18250 0 1 0 31385 55 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214424 1131485799 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 314.4
Current children cumulated vsize (Kb) 839420

[startup+330.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18254 0 1 0 32378 55 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131685187 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 324.33
Current children cumulated vsize (Kb) 839420

[startup+340.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18258 0 1 0 33371 55 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214384 1131581276 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 334.26
Current children cumulated vsize (Kb) 839420

[startup+350.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18262 0 1 0 34362 56 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131685192 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 344.18
Current children cumulated vsize (Kb) 839420

[startup+360.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18266 0 1 0 35354 56 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131685206 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 354.1
Current children cumulated vsize (Kb) 839420

[startup+370.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18269 0 1 0 36348 56 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131678137 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 364.04
Current children cumulated vsize (Kb) 839420

[startup+380.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18271 0 1 0 37344 57 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131679878 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 374.01
Current children cumulated vsize (Kb) 839420

[startup+390.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18273 0 1 0 38339 58 0 0 17 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214488 1131553509 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 383.97
Current children cumulated vsize (Kb) 839420

[startup+400.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18277 0 1 0 39331 58 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214424 1131485659 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 393.89
Current children cumulated vsize (Kb) 839420

[startup+410.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18281 0 1 0 40323 59 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214380 1131595805 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 403.82
Current children cumulated vsize (Kb) 839420

[startup+420.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18285 0 1 0 41314 59 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214516 1131367099 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 413.73
Current children cumulated vsize (Kb) 839420

[startup+430.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18289 0 1 0 42307 60 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131685206 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 423.67
Current children cumulated vsize (Kb) 839420

[startup+440.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18292 0 1 0 43300 60 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131679270 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 433.6
Current children cumulated vsize (Kb) 839420

[startup+450.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18295 0 1 0 44294 61 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214488 1131553558 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 443.55
Current children cumulated vsize (Kb) 839420

[startup+460.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18296 0 1 0 45292 61 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131685228 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 453.53
Current children cumulated vsize (Kb) 839420

[startup+470.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18300 0 1 0 46284 61 0 0 18 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214488 1131553509 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 463.45
Current children cumulated vsize (Kb) 839420

[startup+480.031 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18304 0 1 0 47275 62 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131679789 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 473.37
Current children cumulated vsize (Kb) 839420

[startup+490.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18308 0 1 0 48267 62 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214424 1131485799 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 483.29
Current children cumulated vsize (Kb) 839420

[startup+500.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18312 0 1 0 49259 62 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214488 1131553509 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 493.21
Current children cumulated vsize (Kb) 839420

[startup+510.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18315 0 1 0 50253 62 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214384 1131581228 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 503.15
Current children cumulated vsize (Kb) 839420

[startup+520.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18318 0 1 0 51246 63 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131685206 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 513.09
Current children cumulated vsize (Kb) 839420

[startup+530.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18320 0 1 0 52243 63 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214384 1131581761 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 523.06
Current children cumulated vsize (Kb) 839420

[startup+540.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18322 0 1 0 53239 63 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131679767 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 533.02
Current children cumulated vsize (Kb) 839420

[startup+550.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18327 0 1 0 54229 63 0 0 19 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214384 1131216819 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 542.92
Current children cumulated vsize (Kb) 839420

[startup+560.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18331 0 1 0 55221 63 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131685206 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 552.84
Current children cumulated vsize (Kb) 839420

[startup+570.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18335 0 1 0 56213 63 0 0 23 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214384 1131581231 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 562.76
Current children cumulated vsize (Kb) 839420

[startup+580.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18338 0 1 0 57208 63 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131679789 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 572.71
Current children cumulated vsize (Kb) 839420

[startup+590.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18341 0 1 0 58202 63 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131678130 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 582.65
Current children cumulated vsize (Kb) 839420

[startup+600.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18344 0 1 0 59195 64 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214488 1131553567 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 592.59
Current children cumulated vsize (Kb) 839420

[startup+610.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18345 0 1 0 60193 64 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131685203 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 602.57
Current children cumulated vsize (Kb) 839420

[startup+620.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18349 0 1 0 61184 64 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214424 1131485749 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 612.48
Current children cumulated vsize (Kb) 839420

[startup+630.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18354 0 1 0 62174 65 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214384 1131581231 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 622.39
Current children cumulated vsize (Kb) 839420

[startup+640.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18358 0 1 0 63166 65 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214424 1131485747 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 632.31
Current children cumulated vsize (Kb) 839420

[startup+650.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18361 0 1 0 64160 65 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131678137 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (Kb) 839420

[startup+660.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18365 0 1 0 65152 66 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214520 1131679789 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 652.18
Current children cumulated vsize (Kb) 839420

[startup+670.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18367 0 1 0 66148 66 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214384 1131581231 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 662.14
Current children cumulated vsize (Kb) 839420

[startup+680.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18369 0 1 0 67143 66 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214496 1131367129 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 672.09
Current children cumulated vsize (Kb) 839420

[startup+690.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18372 0 1 0 68137 67 0 0 25 0 11 0 1802897213 859566080 24902 4294967295 134512640 134569956 3221224336 3221214424 1131485703 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 24902 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 682.04
Current children cumulated vsize (Kb) 839420

[startup+700.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18377 0 1 0 69127 67 0 0 24 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214496 1131367129 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 691.94
Current children cumulated vsize (Kb) 839420

[startup+710.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18381 0 1 0 70125 67 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214492 1131057152 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (Kb) 839420

[startup+720.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18384 0 1 0 71123 67 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131685192 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 711.9
Current children cumulated vsize (Kb) 839420

[startup+730.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18388 0 1 0 72121 67 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214488 1131553567 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 721.88
Current children cumulated vsize (Kb) 839420

[startup+740.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18391 0 1 0 73120 68 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214384 1131581615 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 731.88
Current children cumulated vsize (Kb) 839420

[startup+750.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18392 0 1 0 74119 68 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131685206 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 741.87
Current children cumulated vsize (Kb) 839420

[startup+760.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18395 0 1 0 75118 68 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214384 1131581635 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 751.86
Current children cumulated vsize (Kb) 839420

[startup+770.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18399 0 1 0 76116 68 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214424 1131485632 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 761.84
Current children cumulated vsize (Kb) 839420

[startup+780.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18404 0 1 0 77113 69 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214424 1131485699 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 771.82
Current children cumulated vsize (Kb) 839420

[startup+790.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18407 0 1 0 78112 69 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214384 1131581231 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 781.81
Current children cumulated vsize (Kb) 839420

[startup+800.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18411 0 1 0 79109 69 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214384 1131581723 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 791.78
Current children cumulated vsize (Kb) 839420

[startup+810.052 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18414 0 1 0 80107 69 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131685192 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 801.76
Current children cumulated vsize (Kb) 839420

[startup+820.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18416 0 1 0 81106 70 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214492 1131057158 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 811.76
Current children cumulated vsize (Kb) 839420

[startup+830.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18418 0 1 0 82104 70 0 0 22 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131679235 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 821.74
Current children cumulated vsize (Kb) 839420

[startup+840.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18422 0 1 0 83103 70 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131679767 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 831.73
Current children cumulated vsize (Kb) 839420

[startup+850.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18426 0 1 0 84100 70 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214368 1131595769 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 841.7
Current children cumulated vsize (Kb) 839420

[startup+860.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18430 0 1 0 85098 70 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214384 1131583399 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 851.68
Current children cumulated vsize (Kb) 839420

[startup+870.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18434 0 1 0 86096 70 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214488 1131553547 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 861.66
Current children cumulated vsize (Kb) 839420

[startup+880.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18437 0 1 0 87095 70 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214492 1131057254 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 871.65
Current children cumulated vsize (Kb) 839420

[startup+890.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18440 0 1 0 88093 71 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214368 1131595769 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 881.64
Current children cumulated vsize (Kb) 839420

[startup+900.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18441 0 1 0 89092 71 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131685206 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 891.63
Current children cumulated vsize (Kb) 839420

[startup+910.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18445 0 1 0 90089 71 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131685228 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 901.6
Current children cumulated vsize (Kb) 839420

[startup+920.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18449 0 1 0 91087 71 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214424 1131485799 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 911.58
Current children cumulated vsize (Kb) 839420

[startup+930.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18453 0 1 0 92085 71 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214488 1131553514 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 921.56
Current children cumulated vsize (Kb) 839420

[startup+940.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18457 0 1 0 93083 71 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131678137 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 931.54
Current children cumulated vsize (Kb) 839420

[startup+950.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18461 0 1 0 94081 72 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214488 1131553540 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 941.53
Current children cumulated vsize (Kb) 839420

[startup+960.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18463 0 1 0 95080 72 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214496 1131367112 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 951.52
Current children cumulated vsize (Kb) 839420

[startup+970.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18465 0 1 0 96079 72 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131678130 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 961.51
Current children cumulated vsize (Kb) 839420

[startup+980.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18468 0 1 0 97076 73 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214496 1131367129 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 971.49
Current children cumulated vsize (Kb) 839420

[startup+990.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18472 0 1 0 98074 73 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214424 1131485799 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 981.47
Current children cumulated vsize (Kb) 839420

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18476 0 1 0 99071 73 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131679789 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 991.44
Current children cumulated vsize (Kb) 839420

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18480 0 1 0 100069 73 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131685206 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1001.42
Current children cumulated vsize (Kb) 839420

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18484 0 1 0 101068 73 0 0 22 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131679827 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1011.41
Current children cumulated vsize (Kb) 839420

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18487 0 1 0 102066 74 0 0 19 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214516 1131501065 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1021.4
Current children cumulated vsize (Kb) 839420

[startup+1040.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18489 0 1 0 103066 74 0 0 19 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131685206 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1031.4
Current children cumulated vsize (Kb) 839420

[startup+1050.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18491 0 1 0 104063 74 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131685206 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1041.37
Current children cumulated vsize (Kb) 839420

[startup+1060.06 s]
Raw data (loadavg): 1.00 1.00 1.00 3/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18495 0 1 0 105061 74 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131679789 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1051.35
Current children cumulated vsize (Kb) 839420

[startup+1070.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18499 0 1 0 106060 75 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214424 1131485947 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1061.35
Current children cumulated vsize (Kb) 839420

[startup+1080.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18503 0 1 0 107057 75 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214488 1131553509 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1071.32
Current children cumulated vsize (Kb) 839420

[startup+1090.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18507 0 1 0 108055 75 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131679815 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1081.3
Current children cumulated vsize (Kb) 839420

[startup+1100.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18510 0 1 0 109053 75 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214384 1131581231 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1091.28
Current children cumulated vsize (Kb) 839420

[startup+1110.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18512 0 1 0 110051 76 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131678294 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1101.27
Current children cumulated vsize (Kb) 839420

[startup+1120.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18514 0 1 0 111049 76 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214384 1131581228 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1111.25
Current children cumulated vsize (Kb) 839420

[startup+1130.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18518 0 1 0 112047 76 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214384 1131581723 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1121.23
Current children cumulated vsize (Kb) 839420

[startup+1140.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18522 0 1 0 113045 77 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214512 1131437281 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1131.22
Current children cumulated vsize (Kb) 839420

[startup+1150.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18526 0 1 0 114043 77 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214424 1131485632 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1141.2
Current children cumulated vsize (Kb) 839420

[startup+1160.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18530 0 1 0 115041 77 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214424 1131485632 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1151.18
Current children cumulated vsize (Kb) 839420

[startup+1170.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18533 0 1 0 116040 77 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214384 1131581470 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1161.17
Current children cumulated vsize (Kb) 839420

[startup+1180.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18536 0 1 0 117039 77 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214384 1131581231 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1171.16
Current children cumulated vsize (Kb) 839420

[startup+1190.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18537 0 1 0 118038 77 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214492 1131057173 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1181.15
Current children cumulated vsize (Kb) 839420

[startup+1200.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18541 0 1 0 119030 77 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214424 1131486678 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1191.07
Current children cumulated vsize (Kb) 839420

[startup+1210.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18545 0 1 0 120021 78 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131678169 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1200.99
Current children cumulated vsize (Kb) 839420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1210.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 7172
Raw data (/proc/7162/stat): 7162 (java) R 7161 7162 824 0 -1 0 18545 0 1 0 120021 78 0 0 25 0 11 0 1802897213 859566080 25033 4294967295 134512640 134569956 3221224336 3221214520 1131678137 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7162/statm): 209855 25033 13129 16 0 209839 0
[pid=7162] vsize: 839420
Current children cumulated CPU time (s) 1200.99
Current children cumulated vsize (Kb) 839420

Sending SIGTERM to -7162
Sleeping 2 seconds
New thread pid=7174
New thread pid=7175
One traced child (pid=7175) exited with status: 0
One traced child (pid=7171) exited with status: 0
One traced child (pid=7166) exited with status: 0
One traced child (pid=7163) exited with status: 143
One traced child (pid=7164) exited with status: 143
One traced child (pid=7165) exited with status: 143
One traced child (pid=7167) exited with status: 143
One traced child (pid=7168) exited with status: 143
One traced child (pid=7169) exited with status: 143
One traced child (pid=7170) exited with status: 143
One traced child (pid=7172) exited with status: 143
One traced child (pid=7174) exited with status: 143
One traced child (pid=7162) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1210.18
CPU time (s): 1219.29
CPU user time (s): 1217.97
CPU system time (s): 1.3168
CPU usage (%): 100.753
Max. virtual memory (cumulated for all children) (Kb): 840444

Verifier Data

ERROR: no interpretation found !