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/plato.asu.edu/pub/milp/normalized-mps-v2-13-7-neos5.opb
MD5SUM4f5f6e30a602f3968daa9ca41c7da043
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1984
Optimality of the best value was proved NO
Number of terms in the objective function 133
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 9334
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 9334
Number of bits of the biggest sum of numbers14
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1195.14
Number of variables133
Total number of constraints126
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints70
Minimum length of a constraint1
Maximum length of a constraint81

Trace number 8932

Launcher Data

LAUNCH ON wulflinc26 THE 2005-09-23 09:49:19 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6976 boxname=wulflinc26 idbench=1116 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  4f5f6e30a602f3968daa9ca41c7da043  /oldhome/oroussel/tmp/wulflinc26/normalized-mps-v2-13-7-neos5.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc26/normalized-mps-v2-13-7-neos5.opb
IDLAUNCH: 6976
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.055
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.055
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:        973484 kB
Buffers:          8860 kB
Cached:          36156 kB
SwapCached:          0 kB
Active:          31300 kB
Inactive:        16600 kB
HighTotal:      131008 kB
HighFree:        90384 kB
LowTotal:       903652 kB
LowFree:        883100 kB
SwapTotal:     2097892 kB
SwapFree:      2097892 kB
Dirty:              16 kB
Writeback:           0 kB
Mapped:           6952 kB
Slab:             7788 kB
Committed_AS:    63656 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-23 10:10:10 (client local time) WITH STATUS 143 IN 1254.8 SECONDS
stats: 6976 0 1254.8 143

Solver Data

c SAT4J: a SATisfiability library for Java (c) 2004-2005 Daniel Le Berre
c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
c version JAVA5.1.1.31
c --- Begin Solver configuration ---
c org.sat4j.minisat.uip.FirstUIP@a20892
c org.sat4j.minisat.constraints.PBMinDataStructure@1e0bc08
c org.sat4j.minisat.learning.MiniSATLearning@158b649
c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=0.5 initConflictBound=100 
c VSIDS like heuristics from MiniSAT using a sorted array
c No reason simplification
c --- End Solver configuration ---
c solving /oldhome/oroussel/tmp/wulflinc26/normalized-mps-v2-13-7-neos5.opb
c reading problem ... done. Time 1.616 ms.
c #vars     133
c #constraints  73
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                3072 		Current CPU time: 2.60 ms
c CURRENT OPTIMUM=                2944 		Current CPU time: 3.01 ms
c CURRENT OPTIMUM=                2816 		Current CPU time: 3.33 ms
c CURRENT OPTIMUM=                2688 		Current CPU time: 3.46 ms
c CURRENT OPTIMUM=                2560 		Current CPU time: 5.43 ms
c CURRENT OPTIMUM=                2558 		Current CPU time: 8.21 ms
c CURRENT OPTIMUM=                2432 		Current CPU time: 8.33 ms
c CURRENT OPTIMUM=                2365 		Current CPU time: 13.03 ms
c CURRENT OPTIMUM=                2364 		Current CPU time: 18.37 ms
c CURRENT OPTIMUM=                2305 		Current CPU time: 28.82 ms
c CURRENT OPTIMUM=                2304 		Current CPU time: 36.61 ms
c CURRENT OPTIMUM=                2298 		Current CPU time: 47.02 ms
c CURRENT OPTIMUM=                2240 		Current CPU time: 56.58 ms
c CURRENT OPTIMUM=                2176 		Current CPU time: 66.77 ms
c CURRENT OPTIMUM=                2175 		Current CPU time: 483.53 ms
c starts		: 37
c conflicts		: 9546
c decisions		: 29694
c propagations		: 76062
c inspects		: 3097556
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 9546
c root simplifications	: 37
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 28543
c speed (decisions/second)	: 38.98712770929946
c non guided choices	2600
c random choices	0
s SATISFIABLE
v -d1_bit0 d2_bit0 -d3_bit0 -d4_bit0 -d5_bit0 -d6_bit0 d7_bit0 d8_bit0 -d9_bit0 -d10_bit0 -d11_bit0 d12_bit0 -d13_bit0 d14_bit0 -d15_bit0 -d16_bit0 d17_bit0 -d18_bit0 -d19_bit0 -d20_bit0 -d21_bit0 -d22_bit0 -d23_bit0 -d24_bit0 -d25_bit0 -d26_bit0 d27_bit0 -d28_bit0 d29_bit0 -d30_bit0 -d31_bit0 -d32_bit0 -d33_bit0 d34_bit0 -d35_bit0 -d36_bit0 -d37_bit0 -d38_bit0 d39_bit0 -d40_bit0 -d41_bit0 -d42_bit0 -d43_bit0 d44_bit0 -d45_bit0 -d46_bit0 -d47_bit0 d48_bit0 d49_bit0 -d50_bit0 -d51_bit0 -d52_bit0 d53_bit0 -d54_bit_7 -d54_bit_6 -d54_bit_5 -d54_bit_4 -d54_bit_3 -d54_bit_2 -d54_bit_1 -d54_bit0 -d55_bit_7 -d55_bit_6 -d55_bit_5 -d55_bit_4 -d55_bit_3 -d55_bit_2 d55_bit_1 -d55_bit0 d56_bit_7 -d56_bit_6 -d56_bit_5 -d56_bit_4 -d56_bit_3 -d56_bit_2 -d56_bit_1 -d56_bit0 d57_bit_7 d57_bit_6 d57_bit_5 d57_bit_4 d57_bit_3 d57_bit_2 d57_bit_1 -d57_bit0 -d58_bit_7 -d58_bit_6 -d58_bit_5 d58_bit_4 d58_bit_3 -d58_bit_2 -d58_bit_1 -d58_bit0 -d59_bit_7 -d59_bit_6 -d59_bit_5 -d59_bit_4 d59_bit_3 -d59_bit_2 -d59_bit_1 -d59_bit0 -d60_bit_7 -d60_bit_6 -d60_bit_5 -d60_bit_4 -d60_bit_3 -d60_bit_2 -d60_bit_1 -d60_bit0 d61_bit_7 d61_bit_6 d61_bit_5 d61_bit_4 d61_bit_3 d61_bit_2 d61_bit_1 -d61_bit0 -d62_bit_7 -d62_bit_6 -d62_bit_5 d62_bit_4 d62_bit_3 -d62_bit_2 -d62_bit_1 -d62_bit0 -d63_bit_7 -d63_bit_6 -d63_bit_5 -d63_bit_4 -d63_bit_3 -d63_bit_2 -d63_bit_1 -d63_bit0 
c objective function=2175
c Total CPU time (ms) : 1245.175

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/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 19 0 0 0 0 0 0 0 18 0 1 0 19198659 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 39 3 38 16 0 23 0
[pid=4053] 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/4053
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=4054
New thread pid=4055
New thread pid=4056
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=4057
New thread pid=4058
New thread pid=4059
New thread pid=4060
New thread pid=4061
New thread pid=4062
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/wulflinc26/normalized-mps-v2-13-7-neos5.opb
New thread pid=4063
One traced child (pid=4063) exited with status: 0
New thread pid=4064
New thread pid=4065
One traced child (pid=4064) exited with status: 0
One traced child (pid=4065) exited with status: 0
New thread pid=4066
One traced child (pid=4066) exited with status: 0
New thread pid=4067

[startup+10.1172 s]
Raw data (loadavg): 0.41 0.09 0.03 4/65 4067
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 9082 7 97 0 356 41 0 0 17 0 11 0 19198659 867299328 12435 4294967295 134512640 134569956 3221224336 3221214456 1131446042 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 211743 12435 13129 16 0 211727 0
[pid=4053] vsize: 846972
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (Kb) 846972
New thread pid=4068
One traced child (pid=4067) exited with status: 0
One traced child (pid=4068) exited with status: 0
New thread pid=4069
One traced child (pid=4069) exited with status: 0
New thread pid=4070
One traced child (pid=4070) exited with status: 0
New thread pid=4071

[startup+20.1178 s]
Raw data (loadavg): 0.50 0.12 0.04 2/65 4071
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18114 7 97 0 1196 63 0 0 22 0 11 0 19198659 866324480 22063 4294967295 134512640 134569956 3221224336 3221214248 1131530797 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 211505 22063 13129 16 0 211489 0
[pid=4053] vsize: 846020
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (Kb) 846020
One traced child (pid=4071) exited with status: 0
New thread pid=4072

[startup+30.1185 s]
Raw data (loadavg): 0.58 0.15 0.05 2/65 4072
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18121 7 97 0 2165 63 0 0 25 0 11 0 19198659 863408128 21827 4294967295 134512640 134569956 3221224336 3221214448 1131639973 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 21827 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 22.28
Current children cumulated vsize (Kb) 843172
One traced child (pid=4072) exited with status: 0
New thread pid=4073

[startup+40.1182 s]
Raw data (loadavg): 0.64 0.18 0.06 2/65 4073
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18128 7 97 0 3129 63 0 0 25 0 11 0 19198659 863408128 22192 4294967295 134512640 134569956 3221224336 3221214456 1131465439 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 22192 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 31.92
Current children cumulated vsize (Kb) 843172
One traced child (pid=4073) exited with status: 0
New thread pid=4074

[startup+50.1189 s]
Raw data (loadavg): 0.70 0.20 0.07 2/65 4074
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18133 7 97 0 4096 63 0 0 25 0 11 0 19198659 863408128 22615 4294967295 134512640 134569956 3221224336 3221214512 1131530962 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 22615 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 41.59
Current children cumulated vsize (Kb) 843172
One traced child (pid=4074) exited with status: 0
New thread pid=4075

[startup+60.1185 s]
Raw data (loadavg): 0.74 0.23 0.08 2/65 4075
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18138 7 97 0 5063 63 0 0 17 0 11 0 19198659 863408128 22734 4294967295 134512640 134569956 3221224336 3221214448 1131446260 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 22734 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 51.26
Current children cumulated vsize (Kb) 843172
One traced child (pid=4075) exited with status: 0
New thread pid=4076

[startup+70.1192 s]
Raw data (loadavg): 0.78 0.26 0.09 2/65 4076
Raw data (/proc/4053/stat): 4053 (java) S 4052 4053 4005 0 -1 0 18142 7 97 0 6030 63 0 1 17 0 11 0 19198659 863408128 22874 4294967295 134512640 134569956 3221224336 3221213336 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 22874 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 60.94
Current children cumulated vsize (Kb) 843172
One traced child (pid=4076) exited with status: 0
New thread pid=4077

[startup+80.1209 s]
Raw data (loadavg): 0.81 0.28 0.10 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18146 7 97 0 7006 64 0 1 25 0 11 0 19198659 863408128 23004 4294967295 134512640 134569956 3221224336 3221214456 1131464565 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 23004 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 70.71
Current children cumulated vsize (Kb) 843172

[startup+90.1215 s]
Raw data (loadavg): 0.84 0.30 0.10 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18151 7 97 0 7961 64 0 1 25 0 11 0 19198659 863408128 23277 4294967295 134512640 134569956 3221224336 3221214524 1131057179 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 23277 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 80.26
Current children cumulated vsize (Kb) 843172

[startup+100.122 s]
Raw data (loadavg): 0.87 0.33 0.11 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18155 7 97 0 8926 64 0 1 25 0 11 0 19198659 863408128 23614 4294967295 134512640 134569956 3221224336 3221214560 1131461749 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 23614 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 89.91
Current children cumulated vsize (Kb) 843172

[startup+110.123 s]
Raw data (loadavg): 0.89 0.35 0.12 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18157 7 97 0 9902 64 0 1 25 0 11 0 19198659 863408128 23819 4294967295 134512640 134569956 3221224336 3221214536 1131638133 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 23819 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 99.67
Current children cumulated vsize (Kb) 843172

[startup+120.124 s]
Raw data (loadavg): 0.90 0.37 0.13 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18159 7 97 0 10880 64 0 1 25 0 11 0 19198659 863408128 23982 4294967295 134512640 134569956 3221224336 3221214456 1131464529 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 23982 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 109.45
Current children cumulated vsize (Kb) 843172

[startup+130.124 s]
Raw data (loadavg): 0.92 0.39 0.14 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18163 7 97 0 11839 64 0 1 21 0 11 0 19198659 863408128 24173 4294967295 134512640 134569956 3221224336 3221214544 1131360255 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 24173 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 119.04
Current children cumulated vsize (Kb) 843172

[startup+140.124 s]
Raw data (loadavg): 0.93 0.41 0.15 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18168 7 97 0 12787 64 0 1 25 0 11 0 19198659 863408128 24336 4294967295 134512640 134569956 3221224336 3221214552 1131474600 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 24336 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 128.52
Current children cumulated vsize (Kb) 843172

[startup+150.126 s]
Raw data (loadavg): 0.94 0.43 0.16 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18171 7 97 0 13756 64 0 1 25 0 11 0 19198659 863408128 24434 4294967295 134512640 134569956 3221224336 3221214320 1078035820 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 24434 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 138.21
Current children cumulated vsize (Kb) 843172

[startup+160.125 s]
Raw data (loadavg): 0.95 0.45 0.17 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18175 7 97 0 14712 64 0 1 24 0 11 0 19198659 863408128 24533 4294967295 134512640 134569956 3221224336 3221214744 1131655659 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 24533 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 147.77
Current children cumulated vsize (Kb) 843172

[startup+170.126 s]
Raw data (loadavg): 0.96 0.46 0.17 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18178 7 97 0 15680 64 0 1 19 0 11 0 19198659 863408128 24680 4294967295 134512640 134569956 3221224336 3221214448 1131446575 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 24680 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 157.45
Current children cumulated vsize (Kb) 843172

[startup+180.127 s]
Raw data (loadavg): 0.96 0.48 0.18 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18181 7 97 0 16646 64 0 1 21 0 11 0 19198659 863408128 24817 4294967295 134512640 134569956 3221224336 3221214648 1131330624 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 24817 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 167.11
Current children cumulated vsize (Kb) 843172

[startup+190.126 s]
Raw data (loadavg): 0.97 0.50 0.19 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18184 7 97 0 17610 64 0 1 25 0 11 0 19198659 863408128 25033 4294967295 134512640 134569956 3221224336 3221214424 1131501411 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 25033 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 176.75
Current children cumulated vsize (Kb) 843172

[startup+200.127 s]
Raw data (loadavg): 0.97 0.51 0.20 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18187 7 97 0 18575 64 0 1 25 0 11 0 19198659 863408128 25270 4294967295 134512640 134569956 3221224336 3221214416 1131530952 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 25270 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 186.4
Current children cumulated vsize (Kb) 843172

[startup+210.128 s]
Raw data (loadavg): 0.98 0.53 0.21 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) S 4052 4053 4005 0 -1 0 18190 7 97 0 19540 65 0 1 25 0 11 0 19198659 863408128 25484 4294967295 134512640 134569956 3221224336 3221213144 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 25486 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 196.06
Current children cumulated vsize (Kb) 843172

[startup+220.128 s]
Raw data (loadavg): 0.98 0.54 0.21 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18193 7 97 0 20504 65 0 1 20 0 11 0 19198659 863408128 25784 4294967295 134512640 134569956 3221224336 3221214524 1131057186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 25784 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 205.7
Current children cumulated vsize (Kb) 843172

[startup+230.129 s]
Raw data (loadavg): 0.98 0.56 0.22 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18196 7 97 0 21468 65 0 1 25 0 11 0 19198659 863408128 25980 4294967295 134512640 134569956 3221224336 3221214360 1131530928 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 25980 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 215.34
Current children cumulated vsize (Kb) 843172

[startup+240.129 s]
Raw data (loadavg): 0.98 0.57 0.23 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18199 7 97 0 22434 65 0 1 25 0 11 0 19198659 863408128 26222 4294967295 134512640 134569956 3221224336 3221214552 1131474628 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 26222 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 225
Current children cumulated vsize (Kb) 843172

[startup+250.129 s]
Raw data (loadavg): 0.99 0.59 0.24 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18202 7 97 0 23400 65 0 1 25 0 11 0 19198659 863408128 26454 4294967295 134512640 134569956 3221224336 3221214424 1131638307 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 26454 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 234.66
Current children cumulated vsize (Kb) 843172

[startup+260.129 s]
Raw data (loadavg): 0.99 0.60 0.25 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18205 7 97 0 24366 65 0 1 25 0 11 0 19198659 863408128 26620 4294967295 134512640 134569956 3221224336 3221214456 1131482945 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 26620 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 244.32
Current children cumulated vsize (Kb) 843172

[startup+270.131 s]
Raw data (loadavg): 0.99 0.61 0.25 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18207 7 97 0 25345 65 0 1 25 0 11 0 19198659 863408128 26705 4294967295 134512640 134569956 3221224336 3221214144 1131530934 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 26705 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 254.11
Current children cumulated vsize (Kb) 843172

[startup+280.131 s]
Raw data (loadavg): 0.99 0.62 0.26 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18208 7 97 0 26334 65 0 1 25 0 11 0 19198659 863408128 26795 4294967295 134512640 134569956 3221224336 3221214144 1131530803 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 26795 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 264
Current children cumulated vsize (Kb) 843172

[startup+290.131 s]
Raw data (loadavg): 0.99 0.64 0.27 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18210 7 97 0 27311 65 0 1 25 0 11 0 19198659 863408128 26863 4294967295 134512640 134569956 3221224336 3221214552 1131475016 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 26863 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 273.77
Current children cumulated vsize (Kb) 843172

[startup+300.132 s]
Raw data (loadavg): 0.99 0.65 0.28 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18212 7 97 0 28286 65 0 1 25 0 11 0 19198659 863408128 27074 4294967295 134512640 134569956 3221224336 3221214144 1131530983 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 27074 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 283.52
Current children cumulated vsize (Kb) 843172

[startup+310.132 s]
Raw data (loadavg): 0.99 0.66 0.28 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18215 7 97 0 29247 65 0 1 25 0 11 0 19198659 863408128 27429 4294967295 134512640 134569956 3221224336 3221214456 1131465530 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 27429 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 293.13
Current children cumulated vsize (Kb) 843172

[startup+320.133 s]
Raw data (loadavg): 0.99 0.67 0.29 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18218 7 97 0 30213 65 0 1 25 0 11 0 19198659 863408128 27607 4294967295 134512640 134569956 3221224336 3221214592 1131428902 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 27607 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 302.79
Current children cumulated vsize (Kb) 843172

[startup+330.134 s]
Raw data (loadavg): 0.99 0.68 0.30 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18220 7 97 0 31188 65 0 1 25 0 11 0 19198659 863408128 27755 4294967295 134512640 134569956 3221224336 3221214448 1131446516 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 27755 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 312.54
Current children cumulated vsize (Kb) 843172

[startup+340.133 s]
Raw data (loadavg): 0.99 0.69 0.30 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18223 7 97 0 32151 65 0 1 25 0 11 0 19198659 863408128 28060 4294967295 134512640 134569956 3221224336 3221214592 1131428659 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 28060 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 322.17
Current children cumulated vsize (Kb) 843172

[startup+350.134 s]
Raw data (loadavg): 0.99 0.70 0.31 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18226 7 97 0 33114 65 0 1 25 0 11 0 19198659 863408128 28361 4294967295 134512640 134569956 3221224336 3221214096 1131638146 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 28361 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 331.8
Current children cumulated vsize (Kb) 843172

[startup+360.134 s]
Raw data (loadavg): 0.99 0.71 0.32 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18228 7 97 0 34090 65 0 1 25 0 11 0 19198659 863408128 28559 4294967295 134512640 134569956 3221224336 3221214624 1131639793 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 28559 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 341.56
Current children cumulated vsize (Kb) 843172

[startup+370.134 s]
Raw data (loadavg): 0.99 0.72 0.32 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18231 7 97 0 35054 65 0 1 25 0 11 0 19198659 863408128 28849 4294967295 134512640 134569956 3221224336 3221214696 1131413733 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 28849 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 351.2
Current children cumulated vsize (Kb) 843172

[startup+380.135 s]
Raw data (loadavg): 0.99 0.73 0.33 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18234 7 97 0 36031 65 0 1 25 0 11 0 19198659 863408128 28948 4294967295 134512640 134569956 3221224336 3221214552 1131474334 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 28948 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 360.97
Current children cumulated vsize (Kb) 843172

[startup+390.136 s]
Raw data (loadavg): 0.99 0.74 0.34 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18237 7 97 0 36996 65 0 1 25 0 11 0 19198659 863408128 29135 4294967295 134512640 134569956 3221224336 3221214304 1131530964 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 29135 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 370.62
Current children cumulated vsize (Kb) 843172

[startup+400.137 s]
Raw data (loadavg): 0.99 0.74 0.34 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18240 7 97 0 37962 65 0 1 25 0 11 0 19198659 863408128 29328 4294967295 134512640 134569956 3221224336 3221214296 1131642901 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 29328 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 380.28
Current children cumulated vsize (Kb) 843172

[startup+410.137 s]
Raw data (loadavg): 0.99 0.75 0.35 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18243 7 97 0 38928 65 0 1 20 0 11 0 19198659 863408128 29509 4294967295 134512640 134569956 3221224336 3221214516 1131471680 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 29509 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 389.94
Current children cumulated vsize (Kb) 843172

[startup+420.138 s]
Raw data (loadavg): 0.99 0.76 0.36 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18245 7 97 0 39905 65 0 1 25 0 11 0 19198659 863408128 29601 4294967295 134512640 134569956 3221224336 3221214632 1131531010 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 29601 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 399.71
Current children cumulated vsize (Kb) 843172

[startup+430.138 s]
Raw data (loadavg): 0.99 0.77 0.37 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18248 7 97 0 40870 65 0 1 16 0 11 0 19198659 863408128 29817 4294967295 134512640 134569956 3221224336 3221213952 1085806260 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 29817 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 409.36
Current children cumulated vsize (Kb) 843172

[startup+440.137 s]
Raw data (loadavg): 0.99 0.77 0.37 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18250 7 97 0 41848 65 0 1 24 0 11 0 19198659 863408128 29957 4294967295 134512640 134569956 3221224336 3221214088 1131530964 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 29957 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 419.14
Current children cumulated vsize (Kb) 843172

[startup+450.139 s]
Raw data (loadavg): 0.99 0.78 0.38 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18252 7 97 0 42824 65 0 1 25 0 11 0 19198659 863408128 30069 4294967295 134512640 134569956 3221224336 3221214744 1131655651 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 30069 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 428.9
Current children cumulated vsize (Kb) 843172

[startup+460.139 s]
Raw data (loadavg): 0.99 0.79 0.38 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18254 7 97 0 43801 66 0 1 25 0 11 0 19198659 863408128 30196 4294967295 134512640 134569956 3221224336 3221214220 1085743744 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 30196 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 438.68
Current children cumulated vsize (Kb) 843172

[startup+470.139 s]
Raw data (loadavg): 0.99 0.79 0.39 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18256 7 97 0 44777 66 0 1 25 0 11 0 19198659 863408128 30355 4294967295 134512640 134569956 3221224336 3221214084 1131530980 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 30355 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 448.44
Current children cumulated vsize (Kb) 843172

[startup+480.14 s]
Raw data (loadavg): 0.99 0.80 0.39 2/65 4077
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18258 7 97 0 45754 66 0 1 22 0 11 0 19198659 863408128 30483 4294967295 134512640 134569956 3221224336 3221214648 1131330624 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 30483 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 458.21
Current children cumulated vsize (Kb) 843172
One traced child (pid=4077) exited with status: 0
New thread pid=4078

[startup+490.14 s]
Raw data (loadavg): 0.99 0.81 0.40 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18260 7 97 0 46732 66 0 1 16 0 11 0 19198659 863408128 30566 4294967295 134512640 134569956 3221224336 3221214648 1131330718 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 30566 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 467.99
Current children cumulated vsize (Kb) 843172

[startup+500.14 s]
Raw data (loadavg): 0.99 0.81 0.41 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18261 7 97 0 47720 66 0 1 25 0 11 0 19198659 863408128 30629 4294967295 134512640 134569956 3221224336 3221214088 1131530944 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 30629 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 477.87
Current children cumulated vsize (Kb) 843172

[startup+510.141 s]
Raw data (loadavg): 0.99 0.82 0.41 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18262 7 97 0 48709 66 0 1 25 0 11 0 19198659 863408128 30688 4294967295 134512640 134569956 3221224336 3221214224 1085806260 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 30688 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 487.76
Current children cumulated vsize (Kb) 843172

[startup+520.143 s]
Raw data (loadavg): 0.99 0.82 0.42 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18264 7 97 0 49685 66 0 1 25 0 11 0 19198659 863408128 30796 4294967295 134512640 134569956 3221224336 3221214360 1131530794 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 30796 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 497.52
Current children cumulated vsize (Kb) 843172

[startup+530.143 s]
Raw data (loadavg): 0.99 0.83 0.42 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18267 7 97 0 50651 66 0 1 25 0 11 0 19198659 863408128 30937 4294967295 134512640 134569956 3221224336 3221214592 1131428404 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 30937 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 507.18
Current children cumulated vsize (Kb) 843172

[startup+540.143 s]
Raw data (loadavg): 0.99 0.83 0.43 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18269 7 97 0 51627 66 0 1 17 0 11 0 19198659 863408128 31064 4294967295 134512640 134569956 3221224336 3221214760 1131645837 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 31064 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 516.94
Current children cumulated vsize (Kb) 843172

[startup+550.144 s]
Raw data (loadavg): 0.99 0.84 0.44 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18271 7 97 0 52605 66 0 1 25 0 11 0 19198659 863408128 31120 4294967295 134512640 134569956 3221224336 3221214448 1131446281 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 31120 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 526.72
Current children cumulated vsize (Kb) 843172

[startup+560.143 s]
Raw data (loadavg): 0.99 0.84 0.44 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18274 7 97 0 53571 66 0 1 17 0 11 0 19198659 863408128 31252 4294967295 134512640 134569956 3221224336 3221214592 1131428294 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 31252 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 536.38
Current children cumulated vsize (Kb) 843172

[startup+570.145 s]
Raw data (loadavg): 0.99 0.85 0.45 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18276 7 97 0 54548 66 0 1 25 0 11 0 19198659 863408128 31368 4294967295 134512640 134569956 3221224336 3221214584 1131530794 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 31368 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 546.15
Current children cumulated vsize (Kb) 843172

[startup+580.146 s]
Raw data (loadavg): 0.99 0.85 0.45 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18278 7 97 0 55525 66 0 1 16 0 11 0 19198659 863408128 31454 4294967295 134512640 134569956 3221224336 3221214248 1131531004 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 31454 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 555.92
Current children cumulated vsize (Kb) 843172

[startup+590.146 s]
Raw data (loadavg): 0.99 0.86 0.46 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18280 7 97 0 56501 66 0 1 25 0 11 0 19198659 863408128 31567 4294967295 134512640 134569956 3221224336 3221214280 1085759268 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 31567 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 565.68
Current children cumulated vsize (Kb) 843172

[startup+600.147 s]
Raw data (loadavg): 0.99 0.86 0.46 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18282 7 97 0 57478 66 0 1 25 0 11 0 19198659 863408128 31633 4294967295 134512640 134569956 3221224336 3221214128 1131533160 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 31633 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 575.45
Current children cumulated vsize (Kb) 843172

[startup+610.147 s]
Raw data (loadavg): 0.99 0.86 0.47 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18285 7 97 0 58442 66 0 1 25 0 11 0 19198659 863408128 31826 4294967295 134512640 134569956 3221224336 3221213948 1085743744 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 31826 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 585.09
Current children cumulated vsize (Kb) 843172

[startup+620.147 s]
Raw data (loadavg): 0.99 0.87 0.47 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18287 7 97 0 59418 66 0 1 25 0 11 0 19198659 863408128 31997 4294967295 134512640 134569956 3221224336 3221214188 1131530987 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 31997 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 594.85
Current children cumulated vsize (Kb) 843172

[startup+630.148 s]
Raw data (loadavg): 0.99 0.87 0.48 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18289 7 97 0 60394 66 0 1 25 0 11 0 19198659 863408128 32069 4294967295 134512640 134569956 3221224336 3221214416 1131530794 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 32069 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 604.61
Current children cumulated vsize (Kb) 843172

[startup+640.148 s]
Raw data (loadavg): 0.99 0.88 0.48 2/65 4078
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18291 7 97 0 61370 66 0 1 25 0 11 0 19198659 863408128 32229 4294967295 134512640 134569956 3221224336 3221214552 1131432114 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 32229 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 614.37
Current children cumulated vsize (Kb) 843172

[startup+650.148 s]
Raw data (loadavg): 0.99 0.88 0.49 3/68 4113
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18294 7 97 0 62335 67 0 1 24 0 11 0 19198659 863408128 32360 4294967295 134512640 134569956 3221224336 3221214592 1131428361 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 32360 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 624.03
Current children cumulated vsize (Kb) 843172

[startup+660.149 s]
Raw data (loadavg): 1.07 0.90 0.50 2/68 4126
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18296 7 97 0 63310 68 0 1 25 0 11 0 19198659 863408128 32520 4294967295 134512640 134569956 3221224336 3221214552 1131474267 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 32520 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 633.79
Current children cumulated vsize (Kb) 843172

[startup+670.15 s]
Raw data (loadavg): 1.06 0.90 0.50 2/65 4133
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18298 7 97 0 64286 68 0 1 25 0 11 0 19198659 863408128 32656 4294967295 134512640 134569956 3221224336 3221214088 1131530962 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 32656 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 643.55
Current children cumulated vsize (Kb) 843172

[startup+680.15 s]
Raw data (loadavg): 1.05 0.91 0.51 2/65 4133
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18301 7 97 0 65271 69 0 1 25 0 11 0 19198659 863408128 32796 4294967295 134512640 134569956 3221224336 3221214696 1131413893 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 32796 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 653.41
Current children cumulated vsize (Kb) 843172

[startup+690.333 s]
Raw data (loadavg): 1.04 0.91 0.51 2/65 4133
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18303 7 97 0 66248 69 0 1 25 0 11 0 19198659 863408128 32860 4294967295 134512640 134569956 3221224336 3221214632 1131642901 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 32860 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 663.18
Current children cumulated vsize (Kb) 843172

[startup+700.334 s]
Raw data (loadavg): 1.11 0.93 0.52 2/65 4133
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18305 7 97 0 67226 69 0 1 25 0 11 0 19198659 863408128 32986 4294967295 134512640 134569956 3221224336 3221214304 1131530923 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 32986 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 672.96
Current children cumulated vsize (Kb) 843172

[startup+710.334 s]
Raw data (loadavg): 1.09 0.93 0.53 2/65 4135
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18306 7 97 0 68214 69 0 1 25 0 11 0 19198659 863408128 33053 4294967295 134512640 134569956 3221224336 3221214444 1085743744 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 33053 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 682.84
Current children cumulated vsize (Kb) 843172

[startup+720.334 s]
Raw data (loadavg): 1.08 0.93 0.53 2/65 4135
Raw data (/proc/4053/stat): 4053 (java) S 4052 4053 4005 0 -1 0 18308 7 97 0 69193 69 0 1 25 0 11 0 19198659 863408128 33073 4294967295 134512640 134569956 3221224336 3221213088 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 33076 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 692.63
Current children cumulated vsize (Kb) 843172

[startup+730.335 s]
Raw data (loadavg): 1.07 0.93 0.54 2/65 4137
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18309 7 97 0 70181 69 0 1 25 0 11 0 19198659 863408128 33174 4294967295 134512640 134569956 3221224336 3221214416 1131530794 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 33174 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 702.51
Current children cumulated vsize (Kb) 843172

[startup+740.335 s]
Raw data (loadavg): 1.06 0.94 0.54 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18311 7 97 0 71159 70 0 1 25 0 11 0 19198659 863408128 33227 4294967295 134512640 134569956 3221224336 3221214552 1085806237 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 33227 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 712.3
Current children cumulated vsize (Kb) 843172

[startup+750.335 s]
Raw data (loadavg): 1.05 0.94 0.55 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18313 7 97 0 72137 70 0 1 25 0 11 0 19198659 863408128 33285 4294967295 134512640 134569956 3221224336 3221214592 1131428754 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 33285 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 722.08
Current children cumulated vsize (Kb) 843172

[startup+760.336 s]
Raw data (loadavg): 1.04 0.94 0.55 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18316 7 97 0 73103 70 0 1 25 0 11 0 19198659 863408128 33403 4294967295 134512640 134569956 3221224336 3221214552 1131474520 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 33403 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 731.74
Current children cumulated vsize (Kb) 843172

[startup+770.337 s]
Raw data (loadavg): 1.03 0.94 0.56 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18319 7 97 0 74069 70 0 1 25 0 11 0 19198659 863408128 33501 4294967295 134512640 134569956 3221224336 3221214376 1131652363 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 33501 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 741.4
Current children cumulated vsize (Kb) 843172

[startup+780.337 s]
Raw data (loadavg): 1.03 0.94 0.56 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18321 7 97 0 75047 70 0 1 25 0 11 0 19198659 863408128 33555 4294967295 134512640 134569956 3221224336 3221214648 1131330621 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 33555 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 751.18
Current children cumulated vsize (Kb) 843172

[startup+790.337 s]
Raw data (loadavg): 1.02 0.94 0.56 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18323 7 97 0 76025 70 0 1 25 0 11 0 19198659 863408128 33668 4294967295 134512640 134569956 3221224336 3221214648 1131330641 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 33668 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 760.96
Current children cumulated vsize (Kb) 843172

[startup+800.338 s]
Raw data (loadavg): 1.02 0.94 0.57 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18325 7 97 0 77002 70 0 1 25 0 11 0 19198659 863408128 33725 4294967295 134512640 134569956 3221224336 3221214632 1131642901 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 33725 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 770.73
Current children cumulated vsize (Kb) 843172

[startup+810.338 s]
Raw data (loadavg): 1.02 0.95 0.57 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18327 7 97 0 77979 70 0 1 25 0 11 0 19198659 863408128 33815 4294967295 134512640 134569956 3221224336 3221214080 1131642898 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 33815 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 780.5
Current children cumulated vsize (Kb) 843172

[startup+820.339 s]
Raw data (loadavg): 1.17 0.98 0.59 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18330 7 97 0 78946 70 0 1 25 0 11 0 19198659 863408128 33902 4294967295 134512640 134569956 3221224336 3221214552 1131474267 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 33902 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 790.17
Current children cumulated vsize (Kb) 843172

[startup+830.34 s]
Raw data (loadavg): 1.15 0.98 0.59 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18333 7 97 0 79913 70 0 1 25 0 11 0 19198659 863408128 33981 4294967295 134512640 134569956 3221224336 3221214584 1131530983 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 33981 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 799.84
Current children cumulated vsize (Kb) 843172

[startup+840.34 s]
Raw data (loadavg): 1.12 0.98 0.59 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18336 7 97 0 80880 70 0 1 25 0 11 0 19198659 863408128 34067 4294967295 134512640 134569956 3221224336 3221214336 1131755716 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 34067 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 809.51
Current children cumulated vsize (Kb) 843172

[startup+850.34 s]
Raw data (loadavg): 1.10 0.98 0.60 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18339 7 97 0 81846 70 0 1 25 0 11 0 19198659 863408128 34188 4294967295 134512640 134569956 3221224336 3221214596 1131475075 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 34188 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 819.17
Current children cumulated vsize (Kb) 843172

[startup+860.34 s]
Raw data (loadavg): 1.09 0.98 0.60 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18342 7 97 0 82813 70 0 1 25 0 11 0 19198659 863408128 34259 4294967295 134512640 134569956 3221224336 3221214480 1131638228 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 34259 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 828.84
Current children cumulated vsize (Kb) 843172

[startup+870.342 s]
Raw data (loadavg): 1.07 0.98 0.60 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18345 7 97 0 83780 70 0 1 25 0 11 0 19198659 863408128 34360 4294967295 134512640 134569956 3221224336 3221214032 1085759249 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 34360 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 838.51
Current children cumulated vsize (Kb) 843172

[startup+880.342 s]
Raw data (loadavg): 1.06 0.98 0.61 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18348 7 97 0 84746 71 0 1 25 0 11 0 19198659 863408128 34444 4294967295 134512640 134569956 3221224336 3221214360 1131530934 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 34444 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 848.18
Current children cumulated vsize (Kb) 843172

[startup+890.342 s]
Raw data (loadavg): 1.05 0.98 0.61 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18348 7 97 0 85746 71 0 1 25 0 11 0 19198659 863408128 34444 4294967295 134512640 134569956 3221224336 3221214512 1131639943 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 34444 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 858.18
Current children cumulated vsize (Kb) 843172

[startup+900.343 s]
Raw data (loadavg): 1.04 0.98 0.62 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18350 7 97 0 86722 71 0 1 25 0 11 0 19198659 863408128 34519 4294967295 134512640 134569956 3221224336 3221214392 1131499585 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 34519 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 867.94
Current children cumulated vsize (Kb) 843172

[startup+910.342 s]
Raw data (loadavg): 1.04 0.98 0.62 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18352 7 97 0 87697 71 0 1 25 0 11 0 19198659 863408128 34650 4294967295 134512640 134569956 3221224336 3221213952 1085806738 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 34650 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 877.69
Current children cumulated vsize (Kb) 843172

[startup+920.343 s]
Raw data (loadavg): 1.03 0.98 0.62 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18353 7 97 0 88684 71 0 1 25 0 11 0 19198659 863408128 34704 4294967295 134512640 134569956 3221224336 3221214200 1131638187 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 34704 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 887.56
Current children cumulated vsize (Kb) 843172

[startup+930.344 s]
Raw data (loadavg): 1.02 0.98 0.63 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18354 7 97 0 89669 71 0 1 25 0 11 0 19198659 863408128 34846 4294967295 134512640 134569956 3221224336 3221214040 1131638146 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 34846 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 897.41
Current children cumulated vsize (Kb) 843172

[startup+940.344 s]
Raw data (loadavg): 1.02 0.98 0.63 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18354 7 97 0 90670 71 0 1 25 0 11 0 19198659 863408128 34846 4294967295 134512640 134569956 3221224336 3221214304 1131531037 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 34846 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 907.42
Current children cumulated vsize (Kb) 843172

[startup+950.344 s]
Raw data (loadavg): 1.02 0.98 0.64 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18356 7 97 0 91641 71 0 1 25 0 11 0 19198659 863408128 35180 4294967295 134512640 134569956 3221224336 3221214324 1085806240 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 35180 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 917.13
Current children cumulated vsize (Kb) 843172

[startup+960.344 s]
Raw data (loadavg): 1.01 0.98 0.64 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18358 7 97 0 92616 71 0 1 25 0 11 0 19198659 863408128 35330 4294967295 134512640 134569956 3221224336 3221214680 1131639808 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 35330 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 926.88
Current children cumulated vsize (Kb) 843172

[startup+970.344 s]
Raw data (loadavg): 1.01 0.98 0.64 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18360 7 97 0 93592 71 0 1 25 0 11 0 19198659 863408128 35496 4294967295 134512640 134569956 3221224336 3221214088 1131530991 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 35496 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 936.64
Current children cumulated vsize (Kb) 843172

[startup+980.345 s]
Raw data (loadavg): 1.01 0.98 0.65 2/65 4139
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18361 7 97 0 94580 71 0 1 25 0 11 0 19198659 863408128 35496 4294967295 134512640 134569956 3221224336 3221214088 1131530972 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 35496 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 946.52
Current children cumulated vsize (Kb) 843172

[startup+990.346 s]
Raw data (loadavg): 1.01 0.98 0.65 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18363 7 97 0 95555 72 0 1 25 0 11 0 19198659 863408128 35629 4294967295 134512640 134569956 3221224336 3221214696 1131413893 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 35629 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 956.28
Current children cumulated vsize (Kb) 843172

[startup+1000.35 s]
Raw data (loadavg): 1.01 0.98 0.65 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18365 7 97 0 96532 72 0 1 25 0 11 0 19198659 863408128 35718 4294967295 134512640 134569956 3221224336 3221214088 1131531018 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 35718 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 966.05
Current children cumulated vsize (Kb) 843172

[startup+1010.35 s]
Raw data (loadavg): 1.00 0.98 0.65 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18367 7 97 0 97508 72 0 1 25 0 11 0 19198659 863408128 35907 4294967295 134512640 134569956 3221224336 3221214648 1131330749 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 35907 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 975.81
Current children cumulated vsize (Kb) 843172

[startup+1020.35 s]
Raw data (loadavg): 1.00 0.98 0.66 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18369 7 97 0 98484 72 0 1 25 0 11 0 19198659 863408128 36047 4294967295 134512640 134569956 3221224336 3221214648 1131330641 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 36047 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 985.57
Current children cumulated vsize (Kb) 843172

[startup+1030.35 s]
Raw data (loadavg): 1.00 0.98 0.66 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18371 7 97 0 99461 72 0 1 25 0 11 0 19198659 863408128 36126 4294967295 134512640 134569956 3221224336 3221214392 1085806738 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 36126 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 995.34
Current children cumulated vsize (Kb) 843172

[startup+1040.35 s]
Raw data (loadavg): 1.00 0.98 0.66 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18373 7 97 0 100438 72 0 1 25 0 11 0 19198659 863408128 36179 4294967295 134512640 134569956 3221224336 3221214576 1131642901 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 36179 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1005.11
Current children cumulated vsize (Kb) 843172

[startup+1050.35 s]
Raw data (loadavg): 1.00 0.98 0.67 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18374 7 97 0 101425 72 0 1 25 0 11 0 19198659 863408128 36251 4294967295 134512640 134569956 3221224336 3221214028 1131531017 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 36251 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1014.98
Current children cumulated vsize (Kb) 843172

[startup+1060.35 s]
Raw data (loadavg): 1.00 0.98 0.67 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18375 7 97 0 102413 72 0 1 25 0 11 0 19198659 863408128 36299 4294967295 134512640 134569956 3221224336 3221214184 1131642903 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 36299 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1024.86
Current children cumulated vsize (Kb) 843172

[startup+1070.35 s]
Raw data (loadavg): 1.00 0.98 0.67 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18377 7 97 0 103388 72 0 1 25 0 11 0 19198659 863408128 36408 4294967295 134512640 134569956 3221224336 3221214552 1131474466 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 36408 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1034.61
Current children cumulated vsize (Kb) 843172

[startup+1080.35 s]
Raw data (loadavg): 1.00 0.98 0.67 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18380 7 97 0 104352 73 0 1 25 0 11 0 19198659 863408128 36573 4294967295 134512640 134569956 3221224336 3221214088 1131638240 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 36573 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1044.26
Current children cumulated vsize (Kb) 843172

[startup+1090.35 s]
Raw data (loadavg): 1.00 0.98 0.68 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18382 7 97 0 105327 73 0 1 25 0 11 0 19198659 863408128 36693 4294967295 134512640 134569956 3221224336 3221214640 1131530958 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 36693 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1054.01
Current children cumulated vsize (Kb) 843172

[startup+1100.35 s]
Raw data (loadavg): 1.00 0.98 0.68 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18385 7 97 0 106291 73 0 1 17 0 11 0 19198659 863408128 36914 4294967295 134512640 134569956 3221224336 3221214592 1131428730 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 36914 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1063.65
Current children cumulated vsize (Kb) 843172

[startup+1110.35 s]
Raw data (loadavg): 1.00 0.98 0.68 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18387 7 97 0 107268 73 0 1 25 0 11 0 19198659 863408128 37015 4294967295 134512640 134569956 3221224336 3221214640 1131531004 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 37015 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1073.42
Current children cumulated vsize (Kb) 843172

[startup+1120.35 s]
Raw data (loadavg): 1.00 0.98 0.69 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18390 7 97 0 108233 73 0 1 18 0 11 0 19198659 863408128 37206 4294967295 134512640 134569956 3221224336 3221213984 1131638236 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 37206 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1083.07
Current children cumulated vsize (Kb) 843172

[startup+1130.35 s]
Raw data (loadavg): 1.00 0.98 0.69 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18392 7 97 0 109210 73 0 1 25 0 11 0 19198659 863408128 37329 4294967295 134512640 134569956 3221224336 3221214072 1131533047 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 37329 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1092.84
Current children cumulated vsize (Kb) 843172

[startup+1140.35 s]
Raw data (loadavg): 1.00 0.98 0.69 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18395 7 97 0 110177 73 0 1 25 0 11 0 19198659 863408128 37506 4294967295 134512640 134569956 3221224336 3221214244 1131530980 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 37506 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1102.51
Current children cumulated vsize (Kb) 843172

[startup+1150.35 s]
Raw data (loadavg): 1.00 0.98 0.70 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18398 7 97 0 111144 73 0 1 25 0 11 0 19198659 863408128 37711 4294967295 134512640 134569956 3221224336 3221213984 1131638257 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 37711 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1112.18
Current children cumulated vsize (Kb) 843172

[startup+1160.35 s]
Raw data (loadavg): 1.00 0.98 0.70 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18401 7 97 0 112113 74 0 1 25 0 11 0 19198659 863408128 37893 4294967295 134512640 134569956 3221224336 3221214592 1131428385 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 37893 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (Kb) 843172

[startup+1170.35 s]
Raw data (loadavg): 1.00 0.98 0.70 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18404 7 97 0 113082 74 0 1 17 0 11 0 19198659 863408128 38028 4294967295 134512640 134569956 3221224336 3221214284 1131696289 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 38028 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1131.57
Current children cumulated vsize (Kb) 843172

[startup+1180.36 s]
Raw data (loadavg): 1.00 0.98 0.70 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18407 7 97 0 114050 74 0 1 21 0 11 0 19198659 863408128 38146 4294967295 134512640 134569956 3221224336 3221214592 1131461603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 38146 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1141.25
Current children cumulated vsize (Kb) 843172

[startup+1190.36 s]
Raw data (loadavg): 1.00 0.98 0.71 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18410 7 97 0 115019 74 0 1 22 0 11 0 19198659 863408128 38273 4294967295 134512640 134569956 3221224336 3221213984 1131638246 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 38273 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1150.94
Current children cumulated vsize (Kb) 843172

[startup+1200.36 s]
Raw data (loadavg): 1.00 0.98 0.71 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18412 7 97 0 115998 74 0 1 25 0 11 0 19198659 863408128 38395 4294967295 134512640 134569956 3221224336 3221214524 1131057152 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 38395 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1160.73
Current children cumulated vsize (Kb) 843172

[startup+1210.36 s]
Raw data (loadavg): 1.00 0.98 0.71 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18415 7 97 0 116966 74 0 1 25 0 11 0 19198659 863408128 38514 4294967295 134512640 134569956 3221224336 3221214032 1131531004 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 38514 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1170.41
Current children cumulated vsize (Kb) 843172

[startup+1220.36 s]
Raw data (loadavg): 1.00 0.98 0.72 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18417 7 97 0 117944 74 0 1 25 0 11 0 19198659 863408128 38621 4294967295 134512640 134569956 3221224336 3221214188 1131642912 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 38621 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1180.19
Current children cumulated vsize (Kb) 843172

[startup+1230.36 s]
Raw data (loadavg): 1.00 0.98 0.72 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18420 7 97 0 118911 74 0 1 23 0 11 0 19198659 863408128 38731 4294967295 134512640 134569956 3221224336 3221214580 1131642880 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 38731 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1189.86
Current children cumulated vsize (Kb) 843172

[startup+1240.36 s]
Raw data (loadavg): 1.00 0.98 0.72 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18423 7 97 0 119880 74 0 1 25 0 11 0 19198659 863408128 38824 4294967295 134512640 134569956 3221224336 3221214312 1131638257 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4053/statm): 210793 38824 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1199.55
Current children cumulated vsize (Kb) 843172

[startup+1250.36 s]
Raw data (loadavg): 1.00 0.98 0.72 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18426 7 97 0 120847 74 0 1 25 0 11 0 19198659 863408128 38915 4294967295 134512640 134569956 3221224336 3221214472 1131531004 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 38915 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1209.22
Current children cumulated vsize (Kb) 843172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.36 s]
Raw data (loadavg): 1.00 0.98 0.72 2/65 4141
Raw data (/proc/4053/stat): 4053 (java) R 4052 4053 4005 0 -1 0 18426 7 97 0 120847 74 0 1 25 0 11 0 19198659 863408128 38915 4294967295 134512640 134569956 3221224336 3221214472 1131531004 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4053/statm): 210793 38915 13129 16 0 210777 0
[pid=4053] vsize: 843172
Current children cumulated CPU time (s) 1209.22
Current children cumulated vsize (Kb) 843172

Sending SIGTERM to -4053
Sleeping 2 seconds
New thread pid=4143
New thread pid=4144
One traced child (pid=4144) exited with status: 0
One traced child (pid=4062) exited with status: 0
One traced child (pid=4057) exited with status: 0
One traced child (pid=4054) exited with status: 143
One traced child (pid=4055) exited with status: 143
One traced child (pid=4058) exited with status: 143
One traced child (pid=4061) exited with status: 143
One traced child (pid=4059) exited with status: 143
One traced child (pid=4060) exited with status: 143
One traced child (pid=4078) exited with status: 143
One traced child (pid=4056) exited with status: 143
One traced child (pid=4143) exited with status: 143
One traced child (pid=4053) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.48
CPU time (s): 1254.8
CPU user time (s): 1253.27
CPU system time (s): 1.53177
CPU usage (%): 100.345
Max. virtual memory (cumulated for all children) (Kb): 846972

Verifier Data

Verifier:	OK	2175