Some explanations

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

General information on the benchmark

Namemps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos5.opb
MD5SUMe6bff154156b54af3a9a38f7579209b6
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15872
Optimality of the best value was proved NO
Number of terms in the objective function 163
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 74742
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 74742
Number of bits of the biggest sum of numbers17
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1195.13
Number of variables163
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 constraint102

Trace number 7323

Launcher Data

LAUNCH ON wulflinc8 THE 2005-09-20 10:59:09 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6605 boxname=wulflinc8 idbench=745 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  e6bff154156b54af3a9a38f7579209b6  /oldhome/oroussel/tmp/wulflinc8/normalized-mps-v2-20-10-neos5.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc8/normalized-mps-v2-20-10-neos5.opb
IDLAUNCH: 6605
/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:        846604 kB
Buffers:         32604 kB
Cached:         129516 kB
SwapCached:        876 kB
Active:          56736 kB
Inactive:       108104 kB
HighTotal:      131008 kB
HighFree:        12656 kB
LowTotal:       903652 kB
LowFree:        833948 kB
SwapTotal:     2097136 kB
SwapFree:      2095848 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5764 kB
Slab:            17600 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 11:19:59 (client local time) WITH STATUS 143 IN 1245.8 SECONDS
stats: 6605 0 1245.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/wulflinc8/normalized-mps-v2-20-10-neos5.opb
c reading problem ... done. Time 1.483 ms.
c #vars     163
c #constraints  73
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=               24576 		Current CPU time: 2.27 ms
c CURRENT OPTIMUM=               23552 		Current CPU time: 2.81 ms
c CURRENT OPTIMUM=               22528 		Current CPU time: 4.77 ms
c CURRENT OPTIMUM=               21504 		Current CPU time: 5.24 ms
c CURRENT OPTIMUM=               20605 		Current CPU time: 7.84 ms
c CURRENT OPTIMUM=               20480 		Current CPU time: 7.92 ms
c CURRENT OPTIMUM=               20352 		Current CPU time: 11.66 ms
c CURRENT OPTIMUM=               19456 		Current CPU time: 11.89 ms
c CURRENT OPTIMUM=               18688 		Current CPU time: 19.99 ms
c CURRENT OPTIMUM=               18432 		Current CPU time: 26.91 ms
c CURRENT OPTIMUM=               18424 		Current CPU time: 37.87 ms
c CURRENT OPTIMUM=               18176 		Current CPU time: 80.74 ms
c CURRENT OPTIMUM=               18168 		Current CPU time: 109.53 ms
c starts		: 31
c conflicts		: 8892
c decisions		: 25558
c propagations		: 65890
c inspects		: 3084859
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 8892
c root simplifications	: 31
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 24233
c speed (decisions/second)	: 22.433742427141684
c non guided choices	2625
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_10 -d54_bit_9 -d54_bit_8 -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_10 -d55_bit_9 -d55_bit_8 -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_10 -d56_bit_9 -d56_bit_8 -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_10 d57_bit_9 d57_bit_8 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_10 d58_bit_9 d58_bit_8 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_10 d59_bit_9 d59_bit_8 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_10 d60_bit_9 d60_bit_8 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_10 -d61_bit_9 -d61_bit_8 -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_10 -d62_bit_9 -d62_bit_8 -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_10 -d63_bit_9 -d63_bit_8 -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=18168
c Total CPU time (ms) : 1248.808

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/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1786209774 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 39 3 38 16 0 23 0
[pid=31895] 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/31895
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=31896
New thread pid=31897
New thread pid=31898
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=31899
New thread pid=31900
New thread pid=31901
New thread pid=31902
New thread pid=31903
New thread pid=31904
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/wulflinc8/normalized-mps-v2-20-10-neos5.opb
New thread pid=31905
One traced child (pid=31905) exited with status: 0
New thread pid=31906
One traced child (pid=31906) exited with status: 0
New thread pid=31907
One traced child (pid=31907) exited with status: 0
New thread pid=31908
One traced child (pid=31908) exited with status: 0
New thread pid=31909
One traced child (pid=31909) exited with status: 0
New thread pid=31910
One traced child (pid=31910) exited with status: 0
New thread pid=31911

[startup+10.0032 s]
Raw data (loadavg): 1.39 1.07 0.94 2/66 31911
Raw data (/proc/31895/stat): 31895 (java) T 31894 31895 27660 0 -1 0 18066 4 1 0 593 51 0 0 17 0 11 0 1786209774 872460288 22557 4294967295 134512640 134569956 3221224336 3221213644 1073943903 0 4 1 23758 3222434794 0 0 17 1 0 0
Raw data (/proc/31895/statm): 213003 22557 13129 16 0 212987 0
[pid=31895] vsize: 852012
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (Kb) 852012
One traced child (pid=31911) exited with status: 0
New thread pid=31912
One traced child (pid=31912) exited with status: 0
New thread pid=31913

[startup+20.0049 s]
Raw data (loadavg): 1.48 1.10 0.95 2/66 31913
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18261 4 1 0 1534 52 0 0 17 0 11 0 1786209774 871714816 23465 4294967295 134512640 134569956 3221224336 3221214188 1131663000 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 23465 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (Kb) 851284
One traced child (pid=31913) exited with status: 0
New thread pid=31914
One traced child (pid=31914) exited with status: 0
New thread pid=31915

[startup+30.0046 s]
Raw data (loadavg): 1.40 1.09 0.95 2/66 31915
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18268 4 1 0 2499 53 0 0 17 0 11 0 1786209774 871714816 23936 4294967295 134512640 134569956 3221224336 3221214376 1131694946 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 23936 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (Kb) 851284
One traced child (pid=31915) exited with status: 0
New thread pid=31916

[startup+40.0054 s]
Raw data (loadavg): 1.34 1.09 0.95 2/66 31916
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18274 4 1 0 3452 54 0 0 17 0 11 0 1786209774 871714816 24419 4294967295 134512640 134569956 3221224336 3221214240 1085759286 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 24419 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 35.06
Current children cumulated vsize (Kb) 851284

[startup+50.0052 s]
Raw data (loadavg): 1.29 1.08 0.95 2/66 31916
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18280 4 1 0 4420 54 0 0 16 0 11 0 1786209774 871714816 24668 4294967295 134512640 134569956 3221224336 3221214320 1131661159 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 24668 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 44.74
Current children cumulated vsize (Kb) 851284

[startup+60.005 s]
Raw data (loadavg): 1.32 1.10 0.96 2/70 31959
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18284 4 1 0 5370 68 0 0 18 0 11 0 1786209774 871714816 24998 4294967295 134512640 134569956 3221224336 3221214160 1131661180 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 24998 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 54.38
Current children cumulated vsize (Kb) 851284

[startup+70.0058 s]
Raw data (loadavg): 1.42 1.13 0.97 2/66 31971
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18289 4 1 0 6313 71 0 0 17 0 11 0 1786209774 871714816 25715 4294967295 134512640 134569956 3221224336 3221214480 1131502248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 25715 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 63.84
Current children cumulated vsize (Kb) 851284

[startup+80.0065 s]
Raw data (loadavg): 1.36 1.12 0.97 2/66 31971
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18293 4 1 0 7262 71 0 0 17 0 11 0 1786209774 871714816 26314 4294967295 134512640 134569956 3221224336 3221214528 1131658018 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 26314 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 73.33
Current children cumulated vsize (Kb) 851284
One traced child (pid=31916) exited with status: 0
New thread pid=31972

[startup+90.0073 s]
Raw data (loadavg): 1.38 1.13 0.97 2/66 31972
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18297 4 1 0 8218 72 0 0 16 0 11 0 1786209774 871714816 26662 4294967295 134512640 134569956 3221224336 3221214536 1131661192 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 26662 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 82.9
Current children cumulated vsize (Kb) 851284

[startup+100.008 s]
Raw data (loadavg): 1.32 1.13 0.97 2/66 31972
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18301 4 1 0 9175 72 0 0 17 0 11 0 1786209774 871714816 26920 4294967295 134512640 134569956 3221224336 3221214592 1131556074 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 26920 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 92.47
Current children cumulated vsize (Kb) 851284

[startup+110.009 s]
Raw data (loadavg): 1.27 1.12 0.97 2/66 31972
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18306 4 1 0 10135 72 0 0 16 0 11 0 1786209774 871714816 27188 4294967295 134512640 134569956 3221224336 3221214592 1131560434 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 27188 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (Kb) 851284
One traced child (pid=31972) exited with status: 0
New thread pid=31973

[startup+120.011 s]
Raw data (loadavg): 1.23 1.12 0.97 2/66 31973
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18309 4 1 0 11116 72 0 0 17 0 11 0 1786209774 871714816 27188 4294967295 134512640 134569956 3221224336 3221214228 1131666572 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 27188 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 111.88
Current children cumulated vsize (Kb) 851284

[startup+130.01 s]
Raw data (loadavg): 1.19 1.12 0.97 2/66 31975
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18311 4 1 0 12093 73 0 0 21 0 11 0 1786209774 871714816 27282 4294967295 134512640 134569956 3221224336 3221214592 1131554159 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 27282 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 121.66
Current children cumulated vsize (Kb) 851284

[startup+140.011 s]
Raw data (loadavg): 1.16 1.11 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18314 4 1 0 13057 73 0 0 18 0 11 0 1786209774 871714816 27574 4294967295 134512640 134569956 3221224336 3221214776 1131363225 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 27574 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 131.3
Current children cumulated vsize (Kb) 851284

[startup+150.012 s]
Raw data (loadavg): 1.14 1.11 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18317 4 1 0 14023 74 0 0 19 0 11 0 1786209774 871714816 27796 4294967295 134512640 134569956 3221224336 3221214344 1131663070 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 27796 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 140.97
Current children cumulated vsize (Kb) 851284

[startup+160.012 s]
Raw data (loadavg): 1.12 1.10 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18320 4 1 0 14986 74 0 0 18 0 11 0 1786209774 871714816 28175 4294967295 134512640 134569956 3221224336 3221214480 1085806738 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 28175 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 150.6
Current children cumulated vsize (Kb) 851284

[startup+170.013 s]
Raw data (loadavg): 1.10 1.10 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18325 4 1 0 15943 74 0 0 17 0 11 0 1786209774 871714816 28341 4294967295 134512640 134569956 3221224336 3221214576 1131499470 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 28341 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 160.17
Current children cumulated vsize (Kb) 851284

[startup+180.012 s]
Raw data (loadavg): 1.08 1.10 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18330 4 1 0 16891 75 0 0 18 0 11 0 1786209774 871714816 28551 4294967295 134512640 134569956 3221224336 3221214592 1131556521 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 28551 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 169.66
Current children cumulated vsize (Kb) 851284

[startup+190.014 s]
Raw data (loadavg): 1.07 1.09 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18335 4 1 0 17839 75 0 0 17 0 11 0 1786209774 871714816 28799 4294967295 134512640 134569956 3221224336 3221214568 1131512814 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 28799 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 179.14
Current children cumulated vsize (Kb) 851284

[startup+200.015 s]
Raw data (loadavg): 1.06 1.09 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18339 4 1 0 18799 75 0 0 18 0 11 0 1786209774 871714816 28935 4294967295 134512640 134569956 3221224336 3221214712 1131657800 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 28935 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 188.74
Current children cumulated vsize (Kb) 851284

[startup+210.015 s]
Raw data (loadavg): 1.05 1.08 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18341 4 1 0 19779 75 0 0 19 0 11 0 1786209774 871714816 29023 4294967295 134512640 134569956 3221224336 3221214128 1131663008 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 29023 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 198.54
Current children cumulated vsize (Kb) 851284

[startup+220.016 s]
Raw data (loadavg): 1.04 1.08 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18345 4 1 0 20736 76 0 0 17 0 11 0 1786209774 871714816 29235 4294967295 134512640 134569956 3221224336 3221214176 1131661092 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 29235 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 208.12
Current children cumulated vsize (Kb) 851284

[startup+230.016 s]
Raw data (loadavg): 1.03 1.08 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18348 4 1 0 21705 76 0 0 18 0 11 0 1786209774 871714816 29413 4294967295 134512640 134569956 3221224336 3221214176 1131661159 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 29413 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 217.81
Current children cumulated vsize (Kb) 851284

[startup+240.017 s]
Raw data (loadavg): 1.03 1.08 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18350 4 1 0 22682 76 0 0 18 0 11 0 1786209774 871714816 29557 4294967295 134512640 134569956 3221224336 3221214664 1131661192 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 29557 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 227.58
Current children cumulated vsize (Kb) 851284

[startup+250.017 s]
Raw data (loadavg): 1.02 1.07 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18352 4 1 0 23661 76 0 0 17 0 11 0 1786209774 871714816 29642 4294967295 134512640 134569956 3221224336 3221214496 1131661192 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 29642 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 237.37
Current children cumulated vsize (Kb) 851284

[startup+260.018 s]
Raw data (loadavg): 1.02 1.07 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18355 4 1 0 24627 77 0 0 17 0 11 0 1786209774 871714816 29854 4294967295 134512640 134569956 3221224336 3221214568 1131512881 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 29854 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 247.04
Current children cumulated vsize (Kb) 851284

[startup+270.018 s]
Raw data (loadavg): 1.02 1.07 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18358 4 1 0 25595 77 0 0 18 0 11 0 1786209774 871714816 29976 4294967295 134512640 134569956 3221224336 3221214592 1131561635 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 29976 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 256.72
Current children cumulated vsize (Kb) 851284

[startup+280.018 s]
Raw data (loadavg): 1.01 1.06 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18362 4 1 0 26553 77 0 0 17 0 11 0 1786209774 871714816 30115 4294967295 134512640 134569956 3221224336 3221214176 1131661152 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 30115 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 266.3
Current children cumulated vsize (Kb) 851284

[startup+290.02 s]
Raw data (loadavg): 1.01 1.06 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) S 31894 31895 27660 0 -1 0 18364 4 1 0 27523 77 0 0 18 0 11 0 1786209774 871714816 30118 4294967295 134512640 134569956 3221224336 3221213336 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 30118 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 276
Current children cumulated vsize (Kb) 851284

[startup+300.021 s]
Raw data (loadavg): 1.01 1.06 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18369 4 1 0 28476 78 0 0 16 0 11 0 1786209774 871714816 30462 4294967295 134512640 134569956 3221224336 3221214568 1131513127 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 30462 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 285.54
Current children cumulated vsize (Kb) 851284

[startup+310.021 s]
Raw data (loadavg): 1.01 1.06 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18373 4 1 0 29432 78 0 0 17 0 11 0 1786209774 871714816 30656 4294967295 134512640 134569956 3221224336 3221214664 1131666581 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 30656 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 295.1
Current children cumulated vsize (Kb) 851284

[startup+320.021 s]
Raw data (loadavg): 1.00 1.05 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18379 4 1 0 30376 78 0 0 16 0 11 0 1786209774 871714816 30943 4294967295 134512640 134569956 3221224336 3221214656 1131487463 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 30943 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 304.54
Current children cumulated vsize (Kb) 851284

[startup+330.022 s]
Raw data (loadavg): 1.00 1.05 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18383 4 1 0 31333 78 0 0 17 0 11 0 1786209774 871714816 31160 4294967295 134512640 134569956 3221224336 3221214568 1131512934 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 31160 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 314.11
Current children cumulated vsize (Kb) 851284

[startup+340.023 s]
Raw data (loadavg): 1.00 1.05 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18388 4 1 0 32280 79 0 0 16 0 11 0 1786209774 871714816 31343 4294967295 134512640 134569956 3221224336 3221214592 1131556135 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 31343 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 323.59
Current children cumulated vsize (Kb) 851284

[startup+350.024 s]
Raw data (loadavg): 1.00 1.05 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18392 4 1 0 33238 79 0 0 17 0 11 0 1786209774 871714816 31558 4294967295 134512640 134569956 3221224336 3221214040 1085806281 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 31558 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 333.17
Current children cumulated vsize (Kb) 851284

[startup+360.024 s]
Raw data (loadavg): 1.00 1.05 0.97 2/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18395 4 1 0 34206 79 0 0 17 0 11 0 1786209774 871714816 31719 4294967295 134512640 134569956 3221224336 3221214320 1131657616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 31719 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 342.85
Current children cumulated vsize (Kb) 851284

[startup+370.025 s]
Raw data (loadavg): 1.00 1.04 0.97 3/66 31977
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18397 4 1 0 35184 79 0 0 22 0 11 0 1786209774 871714816 31829 4294967295 134512640 134569956 3221224336 3221214168 1131661192 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 31829 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 352.63
Current children cumulated vsize (Kb) 851284

[startup+380.025 s]
Raw data (loadavg): 1.00 1.04 0.97 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18401 4 1 0 36137 79 0 0 17 0 11 0 1786209774 871714816 32112 4294967295 134512640 134569956 3221224336 3221214504 1131460513 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 32112 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 362.16
Current children cumulated vsize (Kb) 851284

[startup+390.026 s]
Raw data (loadavg): 1.00 1.04 0.97 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18405 4 1 0 37092 80 0 0 17 0 11 0 1786209774 871714816 32386 4294967295 134512640 134569956 3221224336 3221214480 1131504391 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 32386 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 371.72
Current children cumulated vsize (Kb) 851284

[startup+400.027 s]
Raw data (loadavg): 1.07 1.06 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18409 4 1 0 38048 80 0 0 18 0 11 0 1786209774 871714816 32614 4294967295 134512640 134569956 3221224336 3221214540 1077664437 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 32614 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 381.28
Current children cumulated vsize (Kb) 851284

[startup+410.027 s]
Raw data (loadavg): 1.06 1.05 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18414 4 1 0 38994 80 0 0 16 0 11 0 1786209774 871714816 32933 4294967295 134512640 134569956 3221224336 3221214536 1131551723 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 32933 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 390.74
Current children cumulated vsize (Kb) 851284

[startup+420.028 s]
Raw data (loadavg): 1.05 1.05 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18419 4 1 0 39943 81 0 0 16 0 11 0 1786209774 871714816 33143 4294967295 134512640 134569956 3221224336 3221214472 1131472413 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 33143 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 400.24
Current children cumulated vsize (Kb) 851284

[startup+430.029 s]
Raw data (loadavg): 1.04 1.05 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18423 4 1 0 40901 81 0 0 17 0 11 0 1786209774 871714816 33335 4294967295 134512640 134569956 3221224336 3221214592 1131560688 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 33335 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 409.82
Current children cumulated vsize (Kb) 851284

[startup+440.03 s]
Raw data (loadavg): 1.04 1.05 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18428 4 1 0 41850 81 0 0 17 0 11 0 1786209774 871714816 33624 4294967295 134512640 134569956 3221224336 3221214544 1131658084 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 33624 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 419.31
Current children cumulated vsize (Kb) 851284

[startup+450.03 s]
Raw data (loadavg): 1.03 1.05 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18433 4 1 0 42798 82 0 0 16 0 11 0 1786209774 871714816 33829 4294967295 134512640 134569956 3221224336 3221214280 1131695085 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 33829 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 428.8
Current children cumulated vsize (Kb) 851284

[startup+460.03 s]
Raw data (loadavg): 1.02 1.04 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18438 4 1 0 43746 82 0 0 16 0 11 0 1786209774 871714816 34070 4294967295 134512640 134569956 3221224336 3221214776 1131363225 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 34070 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 438.28
Current children cumulated vsize (Kb) 851284

[startup+470.031 s]
Raw data (loadavg): 1.02 1.04 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) S 31894 31895 27660 0 -1 0 18442 4 1 0 44700 82 0 0 18 0 11 0 1786209774 871714816 34228 4294967295 134512640 134569956 3221224336 3221213256 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 34228 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 447.82
Current children cumulated vsize (Kb) 851284

[startup+480.032 s]
Raw data (loadavg): 1.02 1.04 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18447 4 1 0 45653 83 0 0 19 0 11 0 1786209774 871714816 34477 4294967295 134512640 134569956 3221224336 3221214592 1131553779 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 34477 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 457.36
Current children cumulated vsize (Kb) 851284

[startup+490.033 s]
Raw data (loadavg): 1.01 1.04 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18453 4 1 0 46593 83 0 0 16 0 11 0 1786209774 871714816 34662 4294967295 134512640 134569956 3221224336 3221214672 1131660979 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 34662 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 466.76
Current children cumulated vsize (Kb) 851284

[startup+500.033 s]
Raw data (loadavg): 1.01 1.04 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18457 4 1 0 47552 84 0 0 18 0 11 0 1786209774 871714816 34860 4294967295 134512640 134569956 3221224336 3221214616 1131661180 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 34860 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 476.36
Current children cumulated vsize (Kb) 851284

[startup+510.034 s]
Raw data (loadavg): 1.01 1.03 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18458 4 1 0 48541 84 0 0 25 0 11 0 1786209774 871714816 34860 4294967295 134512640 134569956 3221224336 3221214196 1085743744 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 34860 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 486.25
Current children cumulated vsize (Kb) 851284

[startup+520.035 s]
Raw data (loadavg): 1.01 1.03 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18462 4 1 0 49499 84 0 0 16 0 11 0 1786209774 871714816 35040 4294967295 134512640 134569956 3221224336 3221214664 1131666581 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 35040 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 495.83
Current children cumulated vsize (Kb) 851284

[startup+530.035 s]
Raw data (loadavg): 1.01 1.03 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18464 4 1 0 50477 85 0 0 17 0 11 0 1786209774 871714816 35166 4294967295 134512640 134569956 3221224336 3221214788 1131665900 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 35166 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 505.62
Current children cumulated vsize (Kb) 851284

[startup+540.037 s]
Raw data (loadavg): 1.00 1.03 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18466 4 1 0 51456 85 0 0 16 0 11 0 1786209774 871714816 35252 4294967295 134512640 134569956 3221224336 3221214464 1131472133 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 35252 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 515.41
Current children cumulated vsize (Kb) 851284

[startup+550.037 s]
Raw data (loadavg): 1.00 1.03 0.98 3/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18469 4 1 0 52424 85 0 0 16 0 11 0 1786209774 871714816 35374 4294967295 134512640 134569956 3221224336 3221214448 1131661120 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 35374 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 525.09
Current children cumulated vsize (Kb) 851284

[startup+560.037 s]
Raw data (loadavg): 1.00 1.03 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18470 4 1 0 53412 85 0 0 25 0 11 0 1786209774 871714816 35409 4294967295 134512640 134569956 3221224336 3221214424 1085806738 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 35409 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 534.97
Current children cumulated vsize (Kb) 851284

[startup+570.038 s]
Raw data (loadavg): 1.00 1.03 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18473 4 1 0 54378 85 0 0 16 0 11 0 1786209774 871714816 35565 4294967295 134512640 134569956 3221224336 3221214120 1131660973 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 35565 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 544.63
Current children cumulated vsize (Kb) 851284

[startup+580.038 s]
Raw data (loadavg): 1.00 1.02 0.98 3/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18476 4 1 0 55343 86 0 0 17 0 11 0 1786209774 871714816 35753 4294967295 134512640 134569956 3221224336 3221214472 1131471938 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 35753 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 554.29
Current children cumulated vsize (Kb) 851284

[startup+590.039 s]
Raw data (loadavg): 1.00 1.02 0.98 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18480 4 1 0 56296 86 0 0 16 0 11 0 1786209774 871714816 36007 4294967295 134512640 134569956 3221224336 3221214592 1131557712 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 36007 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 563.82
Current children cumulated vsize (Kb) 851284

[startup+600.04 s]
Raw data (loadavg): 1.15 1.06 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18483 4 1 0 57261 86 0 0 18 0 11 0 1786209774 871714816 36219 4294967295 134512640 134569956 3221224336 3221214088 1085806735 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 36219 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 573.47
Current children cumulated vsize (Kb) 851284

[startup+610.04 s]
Raw data (loadavg): 1.12 1.05 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18487 4 1 0 58216 87 0 0 17 0 11 0 1786209774 871714816 36496 4294967295 134512640 134569956 3221224336 3221214560 1131661033 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 36496 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 583.03
Current children cumulated vsize (Kb) 851284

[startup+620.041 s]
Raw data (loadavg): 1.10 1.05 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18490 4 1 0 59183 87 0 0 17 0 11 0 1786209774 871714816 36627 4294967295 134512640 134569956 3221224336 3221214472 1131472081 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 36627 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 592.7
Current children cumulated vsize (Kb) 851284

[startup+630.042 s]
Raw data (loadavg): 1.09 1.05 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18494 4 1 0 60140 88 0 0 17 0 11 0 1786209774 871714816 36834 4294967295 134512640 134569956 3221224336 3221214592 1131556941 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 36834 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 602.28
Current children cumulated vsize (Kb) 851284

[startup+640.043 s]
Raw data (loadavg): 1.07 1.05 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18497 4 1 0 61108 88 0 0 18 0 11 0 1786209774 871714816 36985 4294967295 134512640 134569956 3221224336 3221214120 1131661087 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 36985 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 611.96
Current children cumulated vsize (Kb) 851284

[startup+650.043 s]
Raw data (loadavg): 1.06 1.05 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18501 4 1 0 62064 88 0 0 16 0 11 0 1786209774 871714816 37218 4294967295 134512640 134569956 3221224336 3221214072 1131663004 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 37218 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 621.52
Current children cumulated vsize (Kb) 851284

[startup+660.044 s]
Raw data (loadavg): 1.05 1.04 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18503 4 1 0 63041 89 0 0 19 0 11 0 1786209774 871714816 37393 4294967295 134512640 134569956 3221224336 3221214552 1131419079 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 37393 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 631.3
Current children cumulated vsize (Kb) 851284

[startup+670.045 s]
Raw data (loadavg): 1.04 1.04 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18506 4 1 0 64007 89 0 0 19 0 11 0 1786209774 871714816 37614 4294967295 134512640 134569956 3221224336 3221214368 1085806313 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 37614 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 640.96
Current children cumulated vsize (Kb) 851284

[startup+680.045 s]
Raw data (loadavg): 1.04 1.04 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18509 4 1 0 64974 89 0 0 18 0 11 0 1786209774 871714816 37815 4294967295 134512640 134569956 3221224336 3221214592 1131557817 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 37815 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 650.63
Current children cumulated vsize (Kb) 851284

[startup+690.046 s]
Raw data (loadavg): 1.03 1.04 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18512 4 1 0 65940 89 0 0 18 0 11 0 1786209774 871714816 38031 4294967295 134512640 134569956 3221224336 3221214392 1131534802 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 38031 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 660.29
Current children cumulated vsize (Kb) 851284

[startup+700.046 s]
Raw data (loadavg): 1.02 1.04 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18515 4 1 0 66907 89 0 0 19 0 11 0 1786209774 871714816 38186 4294967295 134512640 134569956 3221224336 3221214480 1131502310 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 38186 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 669.96
Current children cumulated vsize (Kb) 851284

[startup+710.046 s]
Raw data (loadavg): 1.02 1.03 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18519 4 1 0 67863 90 0 0 16 0 11 0 1786209774 871714816 38472 4294967295 134512640 134569956 3221224336 3221214396 1085759248 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 38472 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 679.53
Current children cumulated vsize (Kb) 851284

[startup+720.047 s]
Raw data (loadavg): 1.02 1.03 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18522 4 1 0 68830 90 0 0 16 0 11 0 1786209774 871714816 38609 4294967295 134512640 134569956 3221224336 3221214712 1131657808 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 38609 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 689.2
Current children cumulated vsize (Kb) 851284

[startup+730.046 s]
Raw data (loadavg): 1.01 1.03 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18525 4 1 0 69797 90 0 0 18 0 11 0 1786209774 871714816 38755 4294967295 134512640 134569956 3221224336 3221214568 1131512649 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 38755 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 698.87
Current children cumulated vsize (Kb) 851284

[startup+740.047 s]
Raw data (loadavg): 1.01 1.03 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18529 4 1 0 70753 91 0 0 16 0 11 0 1786209774 871714816 38953 4294967295 134512640 134569956 3221224336 3221214608 1131471835 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 38953 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 708.44
Current children cumulated vsize (Kb) 851284

[startup+750.048 s]
Raw data (loadavg): 1.01 1.03 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18532 4 1 0 71719 91 0 0 18 0 11 0 1786209774 871714816 39122 4294967295 134512640 134569956 3221224336 3221214256 1085806248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 39122 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 718.1
Current children cumulated vsize (Kb) 851284

[startup+760.048 s]
Raw data (loadavg): 1.01 1.03 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18533 4 1 0 72706 91 0 0 18 0 11 0 1786209774 871714816 39192 4294967295 134512640 134569956 3221224336 3221213984 1085806738 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 39192 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 727.97
Current children cumulated vsize (Kb) 851284

[startup+770.048 s]
Raw data (loadavg): 1.01 1.03 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18535 4 1 0 73683 91 0 0 17 0 11 0 1786209774 871714816 39366 4294967295 134512640 134569956 3221224336 3221214392 1131460251 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 39366 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 737.74
Current children cumulated vsize (Kb) 851284

[startup+780.05 s]
Raw data (loadavg): 1.00 1.02 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18536 4 1 0 74670 91 0 0 25 0 11 0 1786209774 871714816 39366 4294967295 134512640 134569956 3221224336 3221214104 1131406074 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 39366 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 747.61
Current children cumulated vsize (Kb) 851284

[startup+790.051 s]
Raw data (loadavg): 1.00 1.02 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18538 4 1 0 75645 92 0 0 18 0 11 0 1786209774 871714816 39593 4294967295 134512640 134569956 3221224336 3221214200 1085759286 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 39593 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 757.37
Current children cumulated vsize (Kb) 851284

[startup+800.051 s]
Raw data (loadavg): 1.00 1.02 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18540 4 1 0 76622 92 0 0 16 0 11 0 1786209774 871714816 39699 4294967295 134512640 134569956 3221224336 3221214388 1131666572 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 39699 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 767.14
Current children cumulated vsize (Kb) 851284

[startup+810.051 s]
Raw data (loadavg): 1.00 1.02 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18542 4 1 0 77599 92 0 0 19 0 11 0 1786209774 871714816 39797 4294967295 134512640 134569956 3221224336 3221214592 1131557889 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 39797 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 776.91
Current children cumulated vsize (Kb) 851284

[startup+820.052 s]
Raw data (loadavg): 1.00 1.02 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18544 4 1 0 78576 92 0 0 25 0 11 0 1786209774 871714816 39895 4294967295 134512640 134569956 3221224336 3221214592 1131560406 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 39895 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 786.68
Current children cumulated vsize (Kb) 851284

[startup+830.052 s]
Raw data (loadavg): 1.00 1.02 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18546 4 1 0 79550 92 0 0 19 0 11 0 1786209774 871714816 40100 4294967295 134512640 134569956 3221224336 3221214672 1131661033 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 40100 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 796.42
Current children cumulated vsize (Kb) 851284

[startup+840.053 s]
Raw data (loadavg): 1.00 1.02 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18549 4 1 0 80516 92 0 0 20 0 11 0 1786209774 871714816 40220 4294967295 134512640 134569956 3221224336 3221214308 1078904468 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 40220 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 806.08
Current children cumulated vsize (Kb) 851284

[startup+850.054 s]
Raw data (loadavg): 1.00 1.02 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18553 4 1 0 81471 93 0 0 16 0 11 0 1786209774 871714816 40441 4294967295 134512640 134569956 3221224336 3221214568 1131512597 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 40441 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 815.64
Current children cumulated vsize (Kb) 851284

[startup+860.054 s]
Raw data (loadavg): 1.00 1.02 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18556 4 1 0 82438 93 0 0 18 0 11 0 1786209774 871714816 40545 4294967295 134512640 134569956 3221224336 3221214568 1131512686 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 40545 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 825.31
Current children cumulated vsize (Kb) 851284

[startup+870.054 s]
Raw data (loadavg): 1.00 1.02 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18560 4 1 0 83395 93 0 0 16 0 11 0 1786209774 871714816 40691 4294967295 134512640 134569956 3221224336 3221214504 1131472303 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 40691 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 834.88
Current children cumulated vsize (Kb) 851284

[startup+880.055 s]
Raw data (loadavg): 1.00 1.02 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18562 4 1 0 84373 93 0 0 19 0 11 0 1786209774 871714816 40824 4294967295 134512640 134569956 3221224336 3221214592 1131560668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 40824 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 844.66
Current children cumulated vsize (Kb) 851284

[startup+890.056 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18565 4 1 0 85340 94 0 0 20 0 11 0 1786209774 871714816 40936 4294967295 134512640 134569956 3221224336 3221214592 1131560668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 40936 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 854.34
Current children cumulated vsize (Kb) 851284

[startup+900.057 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18568 4 1 0 86308 94 0 0 17 0 11 0 1786209774 871714816 41056 4294967295 134512640 134569956 3221224336 3221214336 1131660970 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 41056 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 864.02
Current children cumulated vsize (Kb) 851284

[startup+910.056 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18570 4 1 0 87285 95 0 0 19 0 11 0 1786209774 871714816 41150 4294967295 134512640 134569956 3221224336 3221214432 1131377006 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 41150 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 873.8
Current children cumulated vsize (Kb) 851284

[startup+920.057 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18572 4 1 0 88261 95 0 0 17 0 11 0 1786209774 871714816 41301 4294967295 134512640 134569956 3221224336 3221214156 1131660937 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 41301 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 883.56
Current children cumulated vsize (Kb) 851284

[startup+930.057 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18573 4 1 0 89248 95 0 0 24 0 11 0 1786209774 871714816 41368 4294967295 134512640 134569956 3221224336 3221214072 1131663014 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 41368 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 893.43
Current children cumulated vsize (Kb) 851284

[startup+940.058 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18575 4 1 0 90225 95 0 0 19 0 11 0 1786209774 871714816 41513 4294967295 134512640 134569956 3221224336 3221214376 1131657812 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 41513 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 903.2
Current children cumulated vsize (Kb) 851284

[startup+950.059 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18577 4 1 0 91202 96 0 0 23 0 11 0 1786209774 871714816 41652 4294967295 134512640 134569956 3221224336 3221214224 1131661159 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 41652 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 912.98
Current children cumulated vsize (Kb) 851284

[startup+960.058 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18580 4 1 0 92169 96 0 0 17 0 11 0 1786209774 871714816 41781 4294967295 134512640 134569956 3221224336 3221214072 1131663060 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 41781 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 922.65
Current children cumulated vsize (Kb) 851284

[startup+970.059 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18582 4 1 0 93147 96 0 0 20 0 11 0 1786209774 871714816 41857 4294967295 134512640 134569956 3221224336 3221214592 1131560579 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 41857 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 932.43
Current children cumulated vsize (Kb) 851284

[startup+980.06 s]
Raw data (loadavg): 1.00 1.01 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18585 4 1 0 94112 96 0 0 17 0 11 0 1786209774 871714816 42027 4294967295 134512640 134569956 3221224336 3221214560 1085759249 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 42027 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (Kb) 851284

[startup+990.061 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18587 4 1 0 95091 96 0 0 18 0 11 0 1786209774 871714816 42101 4294967295 134512640 134569956 3221224336 3221214592 1131556203 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 42101 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 951.87
Current children cumulated vsize (Kb) 851284

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18589 4 1 0 96068 96 0 0 21 0 11 0 1786209774 871714816 42240 4294967295 134512640 134569956 3221224336 3221214264 1131400601 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 42240 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 961.64
Current children cumulated vsize (Kb) 851284

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18591 4 1 0 97044 96 0 0 22 0 11 0 1786209774 871714816 42305 4294967295 134512640 134569956 3221224336 3221213992 1131715220 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 42305 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 971.4
Current children cumulated vsize (Kb) 851284

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18593 4 1 0 98020 96 0 0 20 0 11 0 1786209774 871714816 42493 4294967295 134512640 134569956 3221224336 3221214476 1085743744 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 42493 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 981.16
Current children cumulated vsize (Kb) 851284

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18595 4 1 0 98996 97 0 0 17 0 11 0 1786209774 871714816 42604 4294967295 134512640 134569956 3221224336 3221214464 1131472133 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 42604 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 990.93
Current children cumulated vsize (Kb) 851284

[startup+1040.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18597 4 1 0 99972 97 0 0 20 0 11 0 1786209774 871714816 42764 4294967295 134512640 134569956 3221224336 3221214552 1131363225 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 42764 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1000.69
Current children cumulated vsize (Kb) 851284

[startup+1050.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18600 4 1 0 100938 97 0 0 17 0 11 0 1786209774 871714816 42929 4294967295 134512640 134569956 3221224336 3221214144 1085806301 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 42929 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1010.35
Current children cumulated vsize (Kb) 851284

[startup+1060.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18602 4 1 0 101914 97 0 0 20 0 11 0 1786209774 871714816 42993 4294967295 134512640 134569956 3221224336 3221213928 1085806307 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 42993 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1020.11
Current children cumulated vsize (Kb) 851284

[startup+1070.06 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18605 4 1 0 102879 97 0 0 17 0 11 0 1786209774 871714816 43238 4294967295 134512640 134569956 3221224336 3221214672 1131661033 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 43238 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1029.76
Current children cumulated vsize (Kb) 851284

[startup+1080.07 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18607 4 1 0 103855 98 0 0 16 0 11 0 1786209774 871714816 43397 4294967295 134512640 134569956 3221224336 3221214592 1131554112 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 43397 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1039.53
Current children cumulated vsize (Kb) 851284

[startup+1090.07 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18608 4 1 0 104845 98 0 0 16 0 11 0 1786209774 871714816 43397 4294967295 134512640 134569956 3221224336 3221214564 1131363195 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 43397 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1049.43
Current children cumulated vsize (Kb) 851284

[startup+1100.07 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18610 4 1 0 105821 99 0 0 17 0 11 0 1786209774 871714816 43539 4294967295 134512640 134569956 3221224336 3221214664 1131666581 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 43539 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1059.2
Current children cumulated vsize (Kb) 851284

[startup+1110.07 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18613 4 1 0 106785 99 0 0 16 0 11 0 1786209774 871714816 43702 4294967295 134512640 134569956 3221224336 3221214592 1131558865 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 43702 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1068.84
Current children cumulated vsize (Kb) 851284

[startup+1120.07 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18615 4 1 0 107761 99 0 0 18 0 11 0 1786209774 871714816 43809 4294967295 134512640 134569956 3221224336 3221214592 1131557798 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 43809 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1078.6
Current children cumulated vsize (Kb) 851284

[startup+1130.07 s]
Raw data (loadavg): 1.15 1.03 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18618 4 1 0 108727 100 0 0 18 0 11 0 1786209774 871714816 43994 4294967295 134512640 134569956 3221224336 3221214064 1131661120 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 43994 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1088.27
Current children cumulated vsize (Kb) 851284

[startup+1140.07 s]
Raw data (loadavg): 1.12 1.03 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18621 4 1 0 109691 100 0 0 16 0 11 0 1786209774 871714816 44121 4294967295 134512640 134569956 3221224336 3221214592 1131554119 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 44121 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1097.91
Current children cumulated vsize (Kb) 851284

[startup+1150.07 s]
Raw data (loadavg): 1.10 1.03 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18623 4 1 0 110668 101 0 0 16 0 11 0 1786209774 871714816 44230 4294967295 134512640 134569956 3221224336 3221214144 1085806738 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 44230 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1107.69
Current children cumulated vsize (Kb) 851284

[startup+1160.07 s]
Raw data (loadavg): 1.09 1.03 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18625 4 1 0 111644 101 0 0 17 0 11 0 1786209774 871714816 44422 4294967295 134512640 134569956 3221224336 3221214472 1131471938 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 44422 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1117.45
Current children cumulated vsize (Kb) 851284

[startup+1170.07 s]
Raw data (loadavg): 1.07 1.03 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18628 4 1 0 112610 101 0 0 16 0 11 0 1786209774 871714816 44544 4294967295 134512640 134569956 3221224336 3221214176 1131663025 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 44544 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1127.11
Current children cumulated vsize (Kb) 851284

[startup+1180.07 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18630 4 1 0 113586 101 0 0 16 0 11 0 1786209774 871714816 44660 4294967295 134512640 134569956 3221224336 3221214056 1131666578 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 44660 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1136.87
Current children cumulated vsize (Kb) 851284

[startup+1190.08 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18632 4 1 0 114561 102 0 0 19 0 11 0 1786209774 871714816 44805 4294967295 134512640 134569956 3221224336 3221214592 1131559080 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 44805 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1146.63
Current children cumulated vsize (Kb) 851284

[startup+1200.08 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18634 4 1 0 115538 102 0 0 23 0 11 0 1786209774 871714816 44904 4294967295 134512640 134569956 3221224336 3221214504 1131460434 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 44904 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1156.4
Current children cumulated vsize (Kb) 851284

[startup+1210.08 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18636 4 1 0 116515 102 0 0 17 0 11 0 1786209774 871714816 45036 4294967295 134512640 134569956 3221224336 3221213928 1085806260 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 45036 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1166.17
Current children cumulated vsize (Kb) 851284

[startup+1220.08 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18638 4 1 0 117491 103 0 0 17 0 11 0 1786209774 871714816 45200 4294967295 134512640 134569956 3221224336 3221214592 1131557938 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 45200 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1175.94
Current children cumulated vsize (Kb) 851284

[startup+1230.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18640 4 1 0 118467 103 0 0 19 0 11 0 1786209774 871714816 45255 4294967295 134512640 134569956 3221224336 3221214384 1131661192 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31895/statm): 212821 45255 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1185.7
Current children cumulated vsize (Kb) 851284

[startup+1240.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18641 4 1 0 119455 103 0 0 25 0 11 0 1786209774 871714816 45347 4294967295 134512640 134569956 3221224336 3221214776 1131363225 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 45347 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1195.58
Current children cumulated vsize (Kb) 851284

[startup+1250.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18643 4 1 0 120431 103 0 0 20 0 11 0 1786209774 871714816 45499 4294967295 134512640 134569956 3221224336 3221214064 1131661180 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 45499 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1205.34
Current children cumulated vsize (Kb) 851284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1250.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 31979
Raw data (/proc/31895/stat): 31895 (java) R 31894 31895 27660 0 -1 0 18643 4 1 0 120431 103 0 0 20 0 11 0 1786209774 871714816 45499 4294967295 134512640 134569956 3221224336 3221214280 1131660970 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31895/statm): 212821 45499 13129 16 0 212805 0
[pid=31895] vsize: 851284
Current children cumulated CPU time (s) 1205.34
Current children cumulated vsize (Kb) 851284

Sending SIGTERM to -31895
Sleeping 2 seconds
New thread pid=31981
New thread pid=31982
One traced child (pid=31982) exited with status: 0
One traced child (pid=31904) exited with status: 0
One traced child (pid=31899) exited with status: 0
One traced child (pid=31896) exited with status: 143
One traced child (pid=31897) exited with status: 143
One traced child (pid=31903) exited with status: 143
One traced child (pid=31902) exited with status: 143
One traced child (pid=31901) exited with status: 143
One traced child (pid=31973) exited with status: 143
One traced child (pid=31900) exited with status: 143
One traced child (pid=31898) exited with status: 143
One traced child (pid=31981) exited with status: 143
One traced child (pid=31895) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1250.2
CPU time (s): 1245.8
CPU user time (s): 1244.16
CPU system time (s): 1.63775
CPU usage (%): 99.6479
Max. virtual memory (cumulated for all children) (Kb): 852012

Verifier Data

Verifier:	OK	18168