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-neos6.opb
MD5SUM0633214154e8bab02f648560b9bfa54f
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 4460
Biggest coefficient in the objective function 524288
Number of bits for the biggest coefficient in the objective function 20
Sum of the numbers in the objective function 233832225
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 524288
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 233832225
Number of bits of the biggest sum of numbers28
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables17260
Total number of constraints9376
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)9095
Number of constraints which are nor clauses,nor cardinality constraints233
Minimum length of a constraint1
Maximum length of a constraint834

Trace number 8955

Launcher Data

LAUNCH ON wulflinc18 THE 2005-09-23 10:10:08 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6989 boxname=wulflinc18 idbench=1129 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  0633214154e8bab02f648560b9bfa54f  /oldhome/oroussel/tmp/wulflinc18/normalized-mps-v2-13-7-neos6.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc18/normalized-mps-v2-13-7-neos6.opb
IDLAUNCH: 6989
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.061
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	: 890.88

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

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        944712 kB
Buffers:          9176 kB
Cached:          63584 kB
SwapCached:          0 kB
Active:          44428 kB
Inactive:        31200 kB
HighTotal:      131008 kB
HighFree:        63084 kB
LowTotal:       903652 kB
LowFree:        881628 kB
SwapTotal:     2097892 kB
SwapFree:      2097892 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           6960 kB
Slab:             8688 kB
Committed_AS:    63620 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-23 10:30:38 (client local time) WITH STATUS 143 IN 1239.1 SECONDS
stats: 6989 7 1239.1 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/wulflinc18/normalized-mps-v2-13-7-neos6.opb
c reading problem ... done. Time 14.216 ms.
c #vars     17260
c #constraints  1259
c starts		: 4
c conflicts		: 737
c decisions		: 36526
c propagations		: 102778
c inspects		: 2239562
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 737
c root simplifications	: 4
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 30.07676054366425
c non guided choices	35626
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1228.691

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/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19 0 0 0 0 0 0 0 19 0 1 0 19359886 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 39 3 38 16 0 23 0
[pid=4295] 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/4295
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=4296
New thread pid=4297
New thread pid=4298
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=4299
New thread pid=4300
New thread pid=4301
New thread pid=4302
New thread pid=4303
New thread pid=4304
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/wulflinc18/normalized-mps-v2-13-7-neos6.opb

[startup+10.0099 s]
Raw data (loadavg): 1.22 1.02 0.74 2/64 4304
Raw data (/proc/4295/stat): 4295 (java) S 4294 4295 4060 0 -1 0 18113 0 1 0 684 47 0 0 25 0 10 0 19359886 858501120 19507 4294967295 134512640 134569956 3221224336 3221213212 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209595 19508 13129 16 0 209579 0
[pid=4295] vsize: 838380
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (Kb) 838380
New thread pid=4305

[startup+20.0109 s]
Raw data (loadavg): 1.18 1.02 0.75 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18145 0 1 0 1466 52 0 0 24 0 11 0 19359886 857980928 31103 4294967295 134512640 134569956 3221224336 3221214712 1131429248 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209468 31103 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (Kb) 837872

[startup+30.0107 s]
Raw data (loadavg): 1.16 1.02 0.75 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18155 0 1 0 2412 52 0 0 25 0 11 0 19359886 857980928 31103 4294967295 134512640 134569956 3221224336 3221214616 1131444913 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209468 31103 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 24.64
Current children cumulated vsize (Kb) 837872

[startup+40.0117 s]
Raw data (loadavg): 1.13 1.02 0.75 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18166 0 1 0 3353 53 0 0 18 0 11 0 19359886 857980928 31044 4294967295 134512640 134569956 3221224336 3221214664 1131582533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209468 31044 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 34.06
Current children cumulated vsize (Kb) 837872

[startup+50.0126 s]
Raw data (loadavg): 1.11 1.02 0.75 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18176 0 1 0 4300 53 0 0 25 0 11 0 19359886 857980928 31392 4294967295 134512640 134569956 3221224336 3221214664 1131582989 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209468 31392 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 43.53
Current children cumulated vsize (Kb) 837872

[startup+60.0135 s]
Raw data (loadavg): 1.09 1.02 0.75 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18187 0 1 0 5290 54 0 0 25 0 11 0 19359886 857980928 31402 4294967295 134512640 134569956 3221224336 3221214752 1131598403 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209468 31402 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 53.44
Current children cumulated vsize (Kb) 837872

[startup+70.0144 s]
Raw data (loadavg): 1.08 1.01 0.76 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18198 0 1 0 6281 54 0 0 25 0 11 0 19359886 857980928 31412 4294967295 134512640 134569956 3221224336 3221214664 1131582533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209468 31412 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 63.35
Current children cumulated vsize (Kb) 837872

[startup+80.0153 s]
Raw data (loadavg): 1.07 1.01 0.76 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18208 0 1 0 7271 54 0 0 25 0 11 0 19359886 857980928 31422 4294967295 134512640 134569956 3221224336 3221214664 1131582201 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209468 31422 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 73.25
Current children cumulated vsize (Kb) 837872

[startup+90.0162 s]
Raw data (loadavg): 1.06 1.01 0.76 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18219 0 1 0 8262 54 0 0 25 0 11 0 19359886 857980928 31433 4294967295 134512640 134569956 3221224336 3221214664 1131583085 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209468 31433 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 83.16
Current children cumulated vsize (Kb) 837872

[startup+100.016 s]
Raw data (loadavg): 1.05 1.01 0.76 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18230 0 1 0 9251 55 0 0 20 0 11 0 19359886 857980928 31443 4294967295 134512640 134569956 3221224336 3221214664 1131582580 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209468 31443 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 93.06
Current children cumulated vsize (Kb) 837872

[startup+110.018 s]
Raw data (loadavg): 1.04 1.01 0.76 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18241 0 1 0 10241 55 0 0 25 0 11 0 19359886 857980928 31454 4294967295 134512640 134569956 3221224336 3221214664 1131582477 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209468 31454 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 102.96
Current children cumulated vsize (Kb) 837872

[startup+120.019 s]
Raw data (loadavg): 1.03 1.01 0.77 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18252 0 1 0 11230 55 0 0 25 0 11 0 19359886 857980928 31466 4294967295 134512640 134569956 3221224336 3221214664 1131582533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209468 31466 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 112.85
Current children cumulated vsize (Kb) 837872

[startup+130.019 s]
Raw data (loadavg): 1.03 1.01 0.77 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18263 0 1 0 12219 56 0 0 25 0 11 0 19359886 857980928 31478 4294967295 134512640 134569956 3221224336 3221214664 1131582359 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209468 31478 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 122.75
Current children cumulated vsize (Kb) 837872

[startup+140.02 s]
Raw data (loadavg): 1.02 1.01 0.77 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18274 0 1 0 13208 56 0 0 25 0 11 0 19359886 857980928 31490 4294967295 134512640 134569956 3221224336 3221214664 1131582303 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209468 31490 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 132.64
Current children cumulated vsize (Kb) 837872

[startup+150.021 s]
Raw data (loadavg): 1.02 1.01 0.77 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18285 0 1 0 14195 56 0 0 25 0 11 0 19359886 857980928 31503 4294967295 134512640 134569956 3221224336 3221214664 1131582533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209468 31503 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 142.51
Current children cumulated vsize (Kb) 837872

[startup+160.022 s]
Raw data (loadavg): 1.02 1.01 0.77 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18296 0 1 0 15182 56 0 0 25 0 11 0 19359886 857980928 31516 4294967295 134512640 134569956 3221224336 3221214752 1131597139 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209468 31516 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 152.38
Current children cumulated vsize (Kb) 837872

[startup+170.023 s]
Raw data (loadavg): 1.01 1.00 0.77 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18307 0 1 0 16169 56 0 0 25 0 11 0 19359886 857980928 31529 4294967295 134512640 134569956 3221224336 3221214752 1131598360 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209468 31529 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (Kb) 837872

[startup+180.022 s]
Raw data (loadavg): 1.01 1.00 0.78 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18330 0 1 0 17150 57 0 0 25 0 11 0 19359886 857980928 31556 4294967295 134512640 134569956 3221224336 3221214664 1131582201 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209468 31556 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 172.07
Current children cumulated vsize (Kb) 837872

[startup+190.023 s]
Raw data (loadavg): 1.01 1.00 0.78 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18341 0 1 0 18138 57 0 0 21 0 11 0 19359886 857980928 31571 4294967295 134512640 134569956 3221224336 3221214664 1131582533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209468 31571 13129 16 0 209452 0
[pid=4295] vsize: 837872
Current children cumulated CPU time (s) 181.95
Current children cumulated vsize (Kb) 837872

[startup+200.023 s]
Raw data (loadavg): 1.01 1.00 0.78 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18352 0 1 0 19128 57 0 0 25 0 11 0 19359886 857427968 31462 4294967295 134512640 134569956 3221224336 3221214664 1131582533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31462 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 191.85
Current children cumulated vsize (Kb) 837332

[startup+210.024 s]
Raw data (loadavg): 1.00 1.00 0.78 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18363 0 1 0 20121 57 0 0 25 0 11 0 19359886 857427968 31476 4294967295 134512640 134569956 3221224336 3221214712 1131429265 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31476 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 201.78
Current children cumulated vsize (Kb) 837332

[startup+220.025 s]
Raw data (loadavg): 1.00 1.00 0.78 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18374 0 1 0 21114 58 0 0 18 0 11 0 19359886 857427968 31479 4294967295 134512640 134569956 3221224336 3221214664 1131582533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31479 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 211.72
Current children cumulated vsize (Kb) 837332

[startup+230.026 s]
Raw data (loadavg): 1.00 1.00 0.79 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18385 0 1 0 22109 58 0 0 25 0 11 0 19359886 857427968 31480 4294967295 134512640 134569956 3221224336 3221214752 1131597300 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31480 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 221.67
Current children cumulated vsize (Kb) 837332

[startup+240.027 s]
Raw data (loadavg): 1.00 1.00 0.79 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18396 0 1 0 23103 58 0 0 25 0 11 0 19359886 857427968 31480 4294967295 134512640 134569956 3221224336 3221214664 1131582553 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31480 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 231.61
Current children cumulated vsize (Kb) 837332

[startup+250.027 s]
Raw data (loadavg): 1.00 1.00 0.79 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18407 0 1 0 24093 59 0 0 25 0 11 0 19359886 857427968 31481 4294967295 134512640 134569956 3221224336 3221214664 1131583009 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31481 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 241.52
Current children cumulated vsize (Kb) 837332

[startup+260.029 s]
Raw data (loadavg): 1.00 1.00 0.79 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18418 0 1 0 25084 59 0 0 19 0 11 0 19359886 857427968 31481 4294967295 134512640 134569956 3221224336 3221214664 1131582120 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31481 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 251.43
Current children cumulated vsize (Kb) 837332

[startup+270.03 s]
Raw data (loadavg): 1.00 1.00 0.79 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18429 0 1 0 26075 59 0 0 25 0 11 0 19359886 857427968 31481 4294967295 134512640 134569956 3221224336 3221214664 1131582133 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31481 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 261.34
Current children cumulated vsize (Kb) 837332

[startup+280.03 s]
Raw data (loadavg): 1.00 1.00 0.80 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18441 0 1 0 27065 59 0 0 25 0 11 0 19359886 857427968 31493 4294967295 134512640 134569956 3221224336 3221214664 1131582690 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31493 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 271.24
Current children cumulated vsize (Kb) 837332

[startup+290.031 s]
Raw data (loadavg): 1.00 1.00 0.80 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18452 0 1 0 28058 60 0 0 25 0 11 0 19359886 857427968 31494 4294967295 134512640 134569956 3221224336 3221214712 1131429436 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31494 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 281.18
Current children cumulated vsize (Kb) 837332

[startup+300.032 s]
Raw data (loadavg): 1.00 1.00 0.80 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18463 0 1 0 29051 60 0 0 25 0 11 0 19359886 857427968 31495 4294967295 134512640 134569956 3221224336 3221214728 1131581233 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31495 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 291.11
Current children cumulated vsize (Kb) 837332

[startup+310.033 s]
Raw data (loadavg): 1.00 1.00 0.80 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18474 0 1 0 30045 60 0 0 16 0 11 0 19359886 857427968 31499 4294967295 134512640 134569956 3221224336 3221214664 1131582533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31499 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 301.05
Current children cumulated vsize (Kb) 837332

[startup+320.034 s]
Raw data (loadavg): 1.00 1.00 0.80 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18484 0 1 0 31039 60 0 0 22 0 11 0 19359886 857427968 31499 4294967295 134512640 134569956 3221224336 3221214664 1131429262 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31499 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 310.99
Current children cumulated vsize (Kb) 837332

[startup+330.035 s]
Raw data (loadavg): 1.00 1.00 0.81 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18495 0 1 0 32033 60 0 0 25 0 11 0 19359886 857427968 31501 4294967295 134512640 134569956 3221224336 3221214616 1131582999 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31501 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 320.93
Current children cumulated vsize (Kb) 837332

[startup+340.036 s]
Raw data (loadavg): 1.00 1.00 0.81 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18506 0 1 0 33028 61 0 0 25 0 11 0 19359886 857427968 31502 4294967295 134512640 134569956 3221224336 3221214616 1131582553 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31502 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 330.89
Current children cumulated vsize (Kb) 837332

[startup+350.037 s]
Raw data (loadavg): 1.00 1.00 0.81 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18517 0 1 0 34022 61 0 0 25 0 11 0 19359886 857427968 31502 4294967295 134512640 134569956 3221224336 3221214616 1131582533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31502 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 340.83
Current children cumulated vsize (Kb) 837332

[startup+360.039 s]
Raw data (loadavg): 1.00 1.00 0.81 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18528 0 1 0 35016 61 0 0 21 0 11 0 19359886 857427968 31503 4294967295 134512640 134569956 3221224336 3221214680 1131581233 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31503 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 350.77
Current children cumulated vsize (Kb) 837332

[startup+370.04 s]
Raw data (loadavg): 1.00 1.00 0.81 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18539 0 1 0 36010 62 0 0 25 0 11 0 19359886 857427968 31503 4294967295 134512640 134569956 3221224336 3221214704 1131597789 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31503 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 360.72
Current children cumulated vsize (Kb) 837332

[startup+380.04 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18551 0 1 0 37000 62 0 0 25 0 11 0 19359886 857427968 31504 4294967295 134512640 134569956 3221224336 3221214616 1131582533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31504 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 370.62
Current children cumulated vsize (Kb) 837332

[startup+390.041 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18562 0 1 0 37987 62 0 0 25 0 11 0 19359886 857427968 31504 4294967295 134512640 134569956 3221224336 3221214664 1131429251 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31504 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 380.49
Current children cumulated vsize (Kb) 837332

[startup+400.041 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18572 0 1 0 38976 62 0 0 25 0 11 0 19359886 857427968 31504 4294967295 134512640 134569956 3221224336 3221214704 1131597445 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31504 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 390.38
Current children cumulated vsize (Kb) 837332

[startup+410.043 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18584 0 1 0 39965 62 0 0 25 0 11 0 19359886 857427968 31511 4294967295 134512640 134569956 3221224336 3221214616 1131582487 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31511 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 400.27
Current children cumulated vsize (Kb) 837332

[startup+420.044 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18594 0 1 0 40954 63 0 0 25 0 11 0 19359886 857427968 31528 4294967295 134512640 134569956 3221224336 3221214700 1131582092 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31528 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 410.17
Current children cumulated vsize (Kb) 837332

[startup+430.045 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18605 0 1 0 41944 63 0 0 25 0 11 0 19359886 857427968 31529 4294967295 134512640 134569956 3221224336 3221214616 1131582533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31529 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 420.07
Current children cumulated vsize (Kb) 837332

[startup+440.046 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18616 0 1 0 42936 63 0 0 17 0 11 0 19359886 857427968 31541 4294967295 134512640 134569956 3221224336 3221214616 1131582533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31541 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 429.99
Current children cumulated vsize (Kb) 837332

[startup+450.046 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18626 0 1 0 43931 63 0 0 25 0 11 0 19359886 857427968 31545 4294967295 134512640 134569956 3221224336 3221214664 1131429248 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31545 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 439.94
Current children cumulated vsize (Kb) 837332

[startup+460.048 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18637 0 1 0 44921 64 0 0 25 0 11 0 19359886 857427968 31545 4294967295 134512640 134569956 3221224336 3221214616 1131582533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31545 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 449.85
Current children cumulated vsize (Kb) 837332

[startup+470.049 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18648 0 1 0 45909 64 0 0 25 0 11 0 19359886 857427968 31545 4294967295 134512640 134569956 3221224336 3221214568 1131444536 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31545 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 459.73
Current children cumulated vsize (Kb) 837332

[startup+480.049 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18658 0 1 0 46898 64 0 0 25 0 11 0 19359886 857427968 31545 4294967295 134512640 134569956 3221224336 3221214616 1131582113 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31545 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 469.62
Current children cumulated vsize (Kb) 837332

[startup+490.05 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18669 0 1 0 47887 64 0 0 25 0 11 0 19359886 857427968 31564 4294967295 134512640 134569956 3221224336 3221214680 1131581245 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31564 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 479.51
Current children cumulated vsize (Kb) 837332

[startup+500.051 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18680 0 1 0 48876 64 0 0 24 0 11 0 19359886 857427968 31565 4294967295 134512640 134569956 3221224336 3221214616 1131583009 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31565 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 489.4
Current children cumulated vsize (Kb) 837332

[startup+510.051 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18690 0 1 0 49865 65 0 0 24 0 11 0 19359886 857427968 31568 4294967295 134512640 134569956 3221224336 3221214568 1131444581 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31568 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 499.3
Current children cumulated vsize (Kb) 837332

[startup+520.052 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18701 0 1 0 50852 65 0 0 25 0 11 0 19359886 857427968 31579 4294967295 134512640 134569956 3221224336 3221214616 1131582497 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31579 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 509.17
Current children cumulated vsize (Kb) 837332

[startup+530.053 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18715 0 1 0 51815 65 0 0 24 0 11 0 19359886 857427968 31600 4294967295 134512640 134569956 3221224336 3221214616 1131582986 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31600 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 518.8
Current children cumulated vsize (Kb) 837332

[startup+540.054 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18725 0 1 0 52799 66 0 0 25 0 11 0 19359886 857427968 31612 4294967295 134512640 134569956 3221224336 3221214664 1131429248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31612 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 528.65
Current children cumulated vsize (Kb) 837332

[startup+550.054 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18735 0 1 0 53760 66 0 0 20 0 11 0 19359886 857427968 31625 4294967295 134512640 134569956 3221224336 3221214312 1131472162 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31625 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 538.26
Current children cumulated vsize (Kb) 837332

[startup+560.055 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18745 0 1 0 54729 66 0 0 25 0 11 0 19359886 857427968 31677 4294967295 134512640 134569956 3221224336 3221214648 1131582625 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31677 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 547.95
Current children cumulated vsize (Kb) 837332

[startup+570.056 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18753 0 1 0 55699 67 0 0 25 0 11 0 19359886 857427968 31679 4294967295 134512640 134569956 3221224336 3221214488 1131445094 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31679 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 557.66
Current children cumulated vsize (Kb) 837332

[startup+580.056 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18760 0 1 0 56657 67 0 0 25 0 11 0 19359886 857427968 31683 4294967295 134512640 134569956 3221224336 3221214516 1131069432 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31683 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 567.24
Current children cumulated vsize (Kb) 837332

[startup+590.057 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18768 0 1 0 57602 67 0 0 25 0 11 0 19359886 857427968 31729 4294967295 134512640 134569956 3221224336 3221214648 1131582991 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 31729 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 576.69
Current children cumulated vsize (Kb) 837332

[startup+600.058 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18775 0 1 0 58546 67 0 0 21 0 11 0 19359886 857427968 31960 4294967295 134512640 134569956 3221224336 3221214568 1131637796 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 31960 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 586.13
Current children cumulated vsize (Kb) 837332

[startup+610.059 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18783 0 1 0 59499 68 0 0 25 0 11 0 19359886 857427968 32043 4294967295 134512640 134569956 3221224336 3221214464 1131472128 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32043 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 595.67
Current children cumulated vsize (Kb) 837332

[startup+620.059 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18790 0 1 0 60452 68 0 0 25 0 11 0 19359886 857427968 32161 4294967295 134512640 134569956 3221224336 3221214520 1131473046 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32161 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 605.2
Current children cumulated vsize (Kb) 837332

[startup+630.059 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18799 0 1 0 61390 68 0 0 19 0 11 0 19359886 857427968 32271 4294967295 134512640 134569956 3221224336 3221214696 1131429262 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32271 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 614.58
Current children cumulated vsize (Kb) 837332

[startup+640.061 s]
Raw data (loadavg): 1.08 1.02 0.85 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18809 0 1 0 62339 68 0 0 25 0 11 0 19359886 857427968 32496 4294967295 134512640 134569956 3221224336 3221214648 1131582642 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32496 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 624.07
Current children cumulated vsize (Kb) 837332

[startup+650.062 s]
Raw data (loadavg): 1.07 1.02 0.85 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18820 0 1 0 63304 68 0 0 25 0 11 0 19359886 857427968 32647 4294967295 134512640 134569956 3221224336 3221214736 1131598362 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32647 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 633.72
Current children cumulated vsize (Kb) 837332

[startup+660.063 s]
Raw data (loadavg): 1.06 1.01 0.85 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18831 0 1 0 64287 68 0 0 25 0 11 0 19359886 857427968 32792 4294967295 134512640 134569956 3221224336 3221214696 1131429248 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32792 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 643.55
Current children cumulated vsize (Kb) 837332

[startup+670.064 s]
Raw data (loadavg): 1.05 1.01 0.85 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18841 0 1 0 65279 69 0 0 22 0 11 0 19359886 857427968 32811 4294967295 134512640 134569956 3221224336 3221214648 1131582533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32811 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 653.48
Current children cumulated vsize (Kb) 837332

[startup+680.064 s]
Raw data (loadavg): 1.04 1.01 0.85 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18852 0 1 0 66269 69 0 0 25 0 11 0 19359886 857427968 32815 4294967295 134512640 134569956 3221224336 3221214648 1131583072 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32815 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 663.38
Current children cumulated vsize (Kb) 837332

[startup+690.065 s]
Raw data (loadavg): 1.03 1.01 0.85 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18863 0 1 0 67257 69 0 0 25 0 11 0 19359886 857427968 32818 4294967295 134512640 134569956 3221224336 3221214696 1131429265 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32818 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 673.26
Current children cumulated vsize (Kb) 837332

[startup+700.065 s]
Raw data (loadavg): 1.03 1.01 0.85 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18873 0 1 0 68245 70 0 0 22 0 11 0 19359886 857427968 32822 4294967295 134512640 134569956 3221224336 3221214648 1131582533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32822 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 683.15
Current children cumulated vsize (Kb) 837332

[startup+710.067 s]
Raw data (loadavg): 1.02 1.01 0.85 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18883 0 1 0 69231 70 0 0 25 0 11 0 19359886 857427968 32832 4294967295 134512640 134569956 3221224336 3221214520 1131472872 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32832 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 693.01
Current children cumulated vsize (Kb) 837332

[startup+720.068 s]
Raw data (loadavg): 1.02 1.01 0.86 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18894 0 1 0 70216 70 0 0 25 0 11 0 19359886 857427968 32839 4294967295 134512640 134569956 3221224336 3221214696 1131429248 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32839 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 702.86
Current children cumulated vsize (Kb) 837332

[startup+730.068 s]
Raw data (loadavg): 1.02 1.01 0.86 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18905 0 1 0 71203 70 0 0 20 0 11 0 19359886 857427968 32849 4294967295 134512640 134569956 3221224336 3221214544 1131687556 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32849 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 712.73
Current children cumulated vsize (Kb) 837332

[startup+740.068 s]
Raw data (loadavg): 1.01 1.01 0.86 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18916 0 1 0 72191 71 0 0 18 0 11 0 19359886 857427968 32876 4294967295 134512640 134569956 3221224336 3221214648 1131582533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32876 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 722.62
Current children cumulated vsize (Kb) 837332

[startup+750.069 s]
Raw data (loadavg): 1.01 1.01 0.86 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18926 0 1 0 73183 71 0 0 25 0 11 0 19359886 857427968 32879 4294967295 134512640 134569956 3221224336 3221214568 1131636999 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32879 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 732.54
Current children cumulated vsize (Kb) 837332

[startup+760.07 s]
Raw data (loadavg): 1.01 1.00 0.86 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18937 0 1 0 74174 71 0 0 25 0 11 0 19359886 857427968 32883 4294967295 134512640 134569956 3221224336 3221214696 1131429248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32883 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 742.45
Current children cumulated vsize (Kb) 837332

[startup+770.071 s]
Raw data (loadavg): 1.01 1.00 0.86 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18948 0 1 0 75165 71 0 0 25 0 11 0 19359886 857427968 32886 4294967295 134512640 134569956 3221224336 3221214732 1131583163 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32886 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 752.36
Current children cumulated vsize (Kb) 837332

[startup+780.072 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18958 0 1 0 76155 71 0 0 25 0 11 0 19359886 857427968 32889 4294967295 134512640 134569956 3221224336 3221214648 1131582765 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32889 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (Kb) 837332

[startup+790.073 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18969 0 1 0 77144 72 0 0 25 0 11 0 19359886 857427968 32894 4294967295 134512640 134569956 3221224336 3221214648 1131582201 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32894 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 772.16
Current children cumulated vsize (Kb) 837332

[startup+800.074 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18980 0 1 0 78132 72 0 0 25 0 11 0 19359886 857427968 32902 4294967295 134512640 134569956 3221224336 3221214472 1131649421 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32902 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 782.04
Current children cumulated vsize (Kb) 837332

[startup+810.076 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 18991 0 1 0 79121 72 0 0 25 0 11 0 19359886 857427968 32914 4294967295 134512640 134569956 3221224336 3221214648 1131582497 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32914 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 791.93
Current children cumulated vsize (Kb) 837332

[startup+820.077 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19002 0 1 0 80112 72 0 0 25 0 11 0 19359886 857427968 32929 4294967295 134512640 134569956 3221224336 3221214736 1131598312 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32929 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 801.84
Current children cumulated vsize (Kb) 837332

[startup+830.078 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19012 0 1 0 81102 72 0 0 23 0 11 0 19359886 857427968 32933 4294967295 134512640 134569956 3221224336 3221214648 1131582149 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32933 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 811.74
Current children cumulated vsize (Kb) 837332

[startup+840.079 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19023 0 1 0 82091 73 0 0 25 0 11 0 19359886 857427968 32935 4294967295 134512640 134569956 3221224336 3221214648 1131582113 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32935 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 821.64
Current children cumulated vsize (Kb) 837332

[startup+850.08 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19034 0 1 0 83077 73 0 0 25 0 11 0 19359886 857427968 32943 4294967295 134512640 134569956 3221224336 3221214648 1131582533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32943 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 831.5
Current children cumulated vsize (Kb) 837332

[startup+860.08 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19044 0 1 0 84064 73 0 0 25 0 11 0 19359886 857427968 32949 4294967295 134512640 134569956 3221224336 3221214648 1131582533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32949 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 841.37
Current children cumulated vsize (Kb) 837332

[startup+870.081 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19055 0 1 0 85049 74 0 0 20 0 11 0 19359886 857427968 32955 4294967295 134512640 134569956 3221224336 3221214568 1131637203 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32955 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 851.23
Current children cumulated vsize (Kb) 837332

[startup+880.082 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19066 0 1 0 86036 74 0 0 25 0 11 0 19359886 857427968 32969 4294967295 134512640 134569956 3221224336 3221214648 1131582268 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32969 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 861.1
Current children cumulated vsize (Kb) 837332

[startup+890.083 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19076 0 1 0 87026 74 0 0 25 0 11 0 19359886 857427968 32991 4294967295 134512640 134569956 3221224336 3221214644 1131444512 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32991 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 871
Current children cumulated vsize (Kb) 837332

[startup+900.083 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19087 0 1 0 88017 74 0 0 25 0 11 0 19359886 857427968 32995 4294967295 134512640 134569956 3221224336 3221214696 1131429265 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 32995 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 880.91
Current children cumulated vsize (Kb) 837332

[startup+910.085 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19098 0 1 0 89008 75 0 0 16 0 11 0 19359886 857427968 32998 4294967295 134512640 134569956 3221224336 3221214648 1131582533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 32998 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 890.83
Current children cumulated vsize (Kb) 837332

[startup+920.086 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19108 0 1 0 89999 75 0 0 25 0 11 0 19359886 857427968 33001 4294967295 134512640 134569956 3221224336 3221214648 1131582497 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33001 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 900.74
Current children cumulated vsize (Kb) 837332

[startup+930.086 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19119 0 1 0 90988 75 0 0 25 0 11 0 19359886 857427968 33005 4294967295 134512640 134569956 3221224336 3221214648 1131582603 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33005 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 910.63
Current children cumulated vsize (Kb) 837332

[startup+940.088 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19130 0 1 0 91975 75 0 0 25 0 11 0 19359886 857427968 33012 4294967295 134512640 134569956 3221224336 3221214648 1131582781 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 33012 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 920.5
Current children cumulated vsize (Kb) 837332

[startup+950.089 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19141 0 1 0 92962 75 0 0 25 0 11 0 19359886 857427968 33019 4294967295 134512640 134569956 3221224336 3221214648 1131582777 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33019 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 930.37
Current children cumulated vsize (Kb) 837332

[startup+960.09 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19152 0 1 0 93950 76 0 0 25 0 11 0 19359886 857427968 33046 4294967295 134512640 134569956 3221224336 3221214648 1131582326 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33046 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 940.26
Current children cumulated vsize (Kb) 837332

[startup+970.091 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19163 0 1 0 94940 76 0 0 18 0 11 0 19359886 857427968 33052 4294967295 134512640 134569956 3221224336 3221214648 1131582882 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 33052 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 950.16
Current children cumulated vsize (Kb) 837332

[startup+980.09 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19174 0 1 0 95930 76 0 0 24 0 11 0 19359886 857427968 33056 4294967295 134512640 134569956 3221224336 3221214648 1131582533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33056 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 960.06
Current children cumulated vsize (Kb) 837332

[startup+990.091 s]
Raw data (loadavg): 1.08 1.02 0.89 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19184 0 1 0 96919 77 0 0 25 0 11 0 19359886 857427968 33058 4294967295 134512640 134569956 3221224336 3221214648 1131582493 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 33058 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 969.96
Current children cumulated vsize (Kb) 837332

[startup+1000.09 s]
Raw data (loadavg): 1.07 1.02 0.89 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19195 0 1 0 97906 77 0 0 25 0 11 0 19359886 857427968 33062 4294967295 134512640 134569956 3221224336 3221214736 1131597275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33062 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 979.83
Current children cumulated vsize (Kb) 837332

[startup+1010.09 s]
Raw data (loadavg): 1.06 1.01 0.89 3/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19205 0 1 0 98892 77 0 0 25 0 11 0 19359886 857427968 33074 4294967295 134512640 134569956 3221224336 3221214520 1131472268 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 33074 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 989.69
Current children cumulated vsize (Kb) 837332

[startup+1020.1 s]
Raw data (loadavg): 1.05 1.01 0.89 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19216 0 1 0 99877 78 0 0 25 0 11 0 19359886 857427968 33084 4294967295 134512640 134569956 3221224336 3221214712 1131581233 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33084 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 999.55
Current children cumulated vsize (Kb) 837332

[startup+1030.1 s]
Raw data (loadavg): 1.04 1.01 0.89 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19227 0 1 0 100863 78 0 0 25 0 11 0 19359886 857427968 33092 4294967295 134512640 134569956 3221224336 3221214600 1131444913 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 33092 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1009.41
Current children cumulated vsize (Kb) 837332

[startup+1040.1 s]
Raw data (loadavg): 1.03 1.01 0.89 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19238 0 1 0 101851 79 0 0 25 0 11 0 19359886 857427968 33119 4294967295 134512640 134569956 3221224336 3221214648 1131583038 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33119 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1019.3
Current children cumulated vsize (Kb) 837332

[startup+1050.1 s]
Raw data (loadavg): 1.03 1.01 0.89 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19249 0 1 0 102842 79 0 0 24 0 11 0 19359886 857427968 33121 4294967295 134512640 134569956 3221224336 3221214648 1131582690 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33121 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1029.21
Current children cumulated vsize (Kb) 837332

[startup+1060.1 s]
Raw data (loadavg): 1.02 1.01 0.89 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19259 0 1 0 103834 79 0 0 25 0 11 0 19359886 857427968 33124 4294967295 134512640 134569956 3221224336 3221214720 1131615467 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33124 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1039.13
Current children cumulated vsize (Kb) 837332

[startup+1070.1 s]
Raw data (loadavg): 1.02 1.01 0.90 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19270 0 1 0 104825 79 0 0 25 0 11 0 19359886 857427968 33127 4294967295 134512640 134569956 3221224336 3221214568 1131637464 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33127 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1049.04
Current children cumulated vsize (Kb) 837332

[startup+1080.1 s]
Raw data (loadavg): 1.02 1.01 0.90 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19281 0 1 0 105815 80 0 0 17 0 11 0 19359886 857427968 33131 4294967295 134512640 134569956 3221224336 3221214608 1131216819 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 33131 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1058.95
Current children cumulated vsize (Kb) 837332

[startup+1090.1 s]
Raw data (loadavg): 1.09 1.02 0.90 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19291 0 1 0 106804 80 0 0 25 0 11 0 19359886 857427968 33135 4294967295 134512640 134569956 3221224336 3221214648 1131582533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 33135 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1068.84
Current children cumulated vsize (Kb) 837332

[startup+1100.1 s]
Raw data (loadavg): 1.08 1.02 0.90 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19302 0 1 0 107792 80 0 0 25 0 11 0 19359886 857427968 33142 4294967295 134512640 134569956 3221224336 3221214648 1131583146 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33142 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1078.72
Current children cumulated vsize (Kb) 837332

[startup+1110.1 s]
Raw data (loadavg): 1.07 1.02 0.90 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19312 0 1 0 108780 80 0 0 25 0 11 0 19359886 857427968 33149 4294967295 134512640 134569956 3221224336 3221214648 1131582497 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 33149 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1088.6
Current children cumulated vsize (Kb) 837332

[startup+1120.1 s]
Raw data (loadavg): 1.06 1.02 0.91 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19324 0 1 0 109769 80 0 0 17 0 11 0 19359886 857427968 33174 4294967295 134512640 134569956 3221224336 3221214600 1131445532 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 33174 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1098.49
Current children cumulated vsize (Kb) 837332

[startup+1130.1 s]
Raw data (loadavg): 1.05 1.02 0.91 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19334 0 1 0 110761 81 0 0 25 0 11 0 19359886 857427968 33177 4294967295 134512640 134569956 3221224336 3221214792 1131755698 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 33177 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1108.42
Current children cumulated vsize (Kb) 837332

[startup+1140.11 s]
Raw data (loadavg): 1.04 1.02 0.91 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19345 0 1 0 111750 81 0 0 25 0 11 0 19359886 857427968 33181 4294967295 134512640 134569956 3221224336 3221214648 1131582109 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33181 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1118.31
Current children cumulated vsize (Kb) 837332

[startup+1150.11 s]
Raw data (loadavg): 1.03 1.02 0.91 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19356 0 1 0 112738 81 0 0 25 0 11 0 19359886 857427968 33184 4294967295 134512640 134569956 3221224336 3221214648 1131582533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33184 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1128.19
Current children cumulated vsize (Kb) 837332

[startup+1160.11 s]
Raw data (loadavg): 1.03 1.02 0.91 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19367 0 1 0 113725 81 0 0 24 0 11 0 19359886 857427968 33191 4294967295 134512640 134569956 3221224336 3221214648 1131582533 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 33191 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1138.06
Current children cumulated vsize (Kb) 837332

[startup+1170.11 s]
Raw data (loadavg): 1.02 1.02 0.91 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19377 0 1 0 114711 81 0 0 25 0 11 0 19359886 857427968 33197 4294967295 134512640 134569956 3221224336 3221214648 1131582201 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33197 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1147.92
Current children cumulated vsize (Kb) 837332

[startup+1180.11 s]
Raw data (loadavg): 1.02 1.01 0.91 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19388 0 1 0 115697 82 0 0 24 0 11 0 19359886 857427968 33207 4294967295 134512640 134569956 3221224336 3221214648 1131582159 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 33207 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1157.79
Current children cumulated vsize (Kb) 837332

[startup+1190.11 s]
Raw data (loadavg): 1.02 1.01 0.91 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19399 0 1 0 116683 82 0 0 25 0 11 0 19359886 857427968 33216 4294967295 134512640 134569956 3221224336 3221214648 1131582739 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33216 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1167.65
Current children cumulated vsize (Kb) 837332

[startup+1200.11 s]
Raw data (loadavg): 1.01 1.01 0.91 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19409 0 1 0 117674 82 0 0 25 0 11 0 19359886 857427968 33238 4294967295 134512640 134569956 3221224336 3221214648 1131582533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33238 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1177.56
Current children cumulated vsize (Kb) 837332

[startup+1210.11 s]
Raw data (loadavg): 1.01 1.01 0.91 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19420 0 1 0 118665 83 0 0 25 0 11 0 19359886 857427968 33242 4294967295 134512640 134569956 3221224336 3221214568 1131637182 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33242 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1187.48
Current children cumulated vsize (Kb) 837332

[startup+1220.11 s]
Raw data (loadavg): 1.01 1.01 0.91 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19431 0 1 0 119656 83 0 0 25 0 11 0 19359886 857427968 33246 4294967295 134512640 134569956 3221224336 3221214648 1131582739 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4295/statm): 209333 33246 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1197.39
Current children cumulated vsize (Kb) 837332

[startup+1230.11 s]
Raw data (loadavg): 1.01 1.01 0.91 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19441 0 1 0 120647 84 0 0 25 0 11 0 19359886 857427968 33248 4294967295 134512640 134569956 3221224336 3221214648 1131582533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33248 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1207.31
Current children cumulated vsize (Kb) 837332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1230.11 s]
Raw data (loadavg): 1.01 1.01 0.91 2/65 4305
Raw data (/proc/4295/stat): 4295 (java) R 4294 4295 4060 0 -1 0 19441 0 1 0 120647 84 0 0 25 0 11 0 19359886 857427968 33248 4294967295 134512640 134569956 3221224336 3221214648 1131582533 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4295/statm): 209333 33248 13129 16 0 209317 0
[pid=4295] vsize: 837332
Current children cumulated CPU time (s) 1207.31
Current children cumulated vsize (Kb) 837332

Sending SIGTERM to -4295
Sleeping 2 seconds
New thread pid=4307
New thread pid=4308
One traced child (pid=4308) exited with status: 0
One traced child (pid=4304) exited with status: 0
One traced child (pid=4299) exited with status: 0
One traced child (pid=4296) exited with status: 143
One traced child (pid=4307) exited with status: 143
One traced child (pid=4297) exited with status: 143
One traced child (pid=4298) exited with status: 143
One traced child (pid=4303) exited with status: 143
One traced child (pid=4300) exited with status: 143
One traced child (pid=4301) exited with status: 143
One traced child (pid=4302) exited with status: 143
One traced child (pid=4305) exited with status: 143
One traced child (pid=4295) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1230.21
CPU time (s): 1239.1
CPU user time (s): 1236.97
CPU system time (s): 2.13268
CPU usage (%): 100.722
Max. virtual memory (cumulated for all children) (Kb): 838380

Verifier Data

ERROR: no interpretation found !