Some explanations

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

General information on the benchmark

Namemps-v2-13-7/MIPLIB/miplib3/normalized-mps-v2-13-7-flugpl.opb
MD5SUM1b5898327a7b85a882e36ea549878fdf
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1843200
Optimality of the best value was proved YES
Number of terms in the objective function 195
Biggest coefficient in the objective function 47185920
Number of bits for the biggest coefficient in the objective function 26
Sum of the numbers in the objective function 103639200
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 78643200
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 159755625
Number of bits of the biggest sum of numbers28
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark0.206968
Number of variables195
Total number of constraints29
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints29
Minimum length of a constraint5
Maximum length of a constraint45

Trace number 8841

Launcher Data

LAUNCH ON wulflinc24 THE 2005-09-20 19:14:26 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6872 boxname=wulflinc24 idbench=1012 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  1b5898327a7b85a882e36ea549878fdf  /oldhome/oroussel/tmp/wulflinc24/normalized-mps-v2-13-7-flugpl.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc24/normalized-mps-v2-13-7-flugpl.opb
IDLAUNCH: 6872
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.080
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.080
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:        813760 kB
Buffers:         32856 kB
Cached:         159988 kB
SwapCached:        820 kB
Active:          74508 kB
Inactive:       121052 kB
HighTotal:      131008 kB
HighFree:         2548 kB
LowTotal:       903652 kB
LowFree:        811212 kB
SwapTotal:     2097892 kB
SwapFree:      2096616 kB
Dirty:              36 kB
Writeback:           0 kB
Mapped:           5752 kB
Slab:            19764 kB
Committed_AS:    64136 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 19:34:46 (client local time) WITH STATUS 143 IN 1224.31 SECONDS
stats: 6872 0 1224.31 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/wulflinc24/normalized-mps-v2-13-7-flugpl.opb
c reading problem ... done. Time 0.449 ms.
c #vars     195
c #constraints  35
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=             2288381 		Current CPU time: 5.57 ms
c CURRENT OPTIMUM=             2181888 		Current CPU time: 6.19 ms
c CURRENT OPTIMUM=             2092288 		Current CPU time: 6.60 ms
c CURRENT OPTIMUM=             1993472 		Current CPU time: 7.25 ms
c CURRENT OPTIMUM=             1914624 		Current CPU time: 7.77 ms
c CURRENT OPTIMUM=             1844480 		Current CPU time: 8.45 ms
c starts		: 12
c conflicts		: 864
c decisions		: 3070
c propagations		: 20834
c inspects		: 1764541
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 1
c learnt clauses	: 864
c root simplifications	: 523
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 3012
c speed (decisions/second)	: 2.536525554875293
c non guided choices	1157
c random choices	0
s SATISFIABLE
v -STM1_bit_7 -STM1_bit_6 -STM1_bit_5 -STM1_bit_4 -STM1_bit_3 -STM1_bit_2 -STM1_bit_1 -STM1_bit0 -STM1_bit1 STM1_bit2 STM1_bit3 STM1_bit4 STM1_bit5 -STM1_bit6 -STM1_bit7 -STM1_bit8 -STM1_bit9 -STM1_bit10 -STM1_bit11 -STM1_bit12 -ANM1_bit0 ANM1_bit1 ANM1_bit2 -ANM1_bit3 -ANM1_bit4 -UE1_bit_7 -UE1_bit_6 -UE1_bit_5 -UE1_bit_4 -UE1_bit_3 -UE1_bit_2 -UE1_bit_1 -UE1_bit0 -UE1_bit1 -UE1_bit2 -UE1_bit3 -UE1_bit4 -UE1_bit5 -UE1_bit6 -UE1_bit7 -UE1_bit8 -UE1_bit9 -UE1_bit10 -UE1_bit11 -UE1_bit12 STM2_bit0 STM2_bit1 -STM2_bit2 -STM2_bit3 -STM2_bit4 -ANM2_bit0 ANM2_bit1 ANM2_bit2 -ANM2_bit3 -ANM2_bit4 -UE2_bit_7 -UE2_bit_6 -UE2_bit_5 -UE2_bit_4 -UE2_bit_3 -UE2_bit_2 -UE2_bit_1 -UE2_bit0 -UE2_bit1 -UE2_bit2 UE2_bit3 UE2_bit4 -UE2_bit5 UE2_bit6 -UE2_bit7 -UE2_bit8 UE2_bit9 -UE2_bit10 -UE2_bit11 -UE2_bit12 STM3_bit0 STM3_bit1 -STM3_bit2 -STM3_bit3 -STM3_bit4 -ANM3_bit0 -ANM3_bit1 -ANM3_bit2 -ANM3_bit3 ANM3_bit4 -UE3_bit_7 -UE3_bit_6 -UE3_bit_5 -UE3_bit_4 -UE3_bit_3 -UE3_bit_2 -UE3_bit_1 -UE3_bit0 -UE3_bit1 -UE3_bit2 UE3_bit3 UE3_bit4 -UE3_bit5 UE3_bit6 -UE3_bit7 -UE3_bit8 UE3_bit9 -UE3_bit10 -UE3_bit11 -UE3_bit12 STM4_bit0 -STM4_bit1 STM4_bit2 STM4_bit3 -STM4_bit4 ANM4_bit0 ANM4_bit1 ANM4_bit2 -ANM4_bit3 -ANM4_bit4 -UE4_bit_7 -UE4_bit_6 -UE4_bit_5 -UE4_bit_4 -UE4_bit_3 -UE4_bit_2 -UE4_bit_1 -UE4_bit0 -UE4_bit1 -UE4_bit2 UE4_bit3 -UE4_bit4 -UE4_bit5 UE4_bit6 UE4_bit7 -UE4_bit8 -UE4_bit9 -UE4_bit10 -UE4_bit11 -UE4_bit12 STM5_bit0 -STM5_bit1 STM5_bit2 STM5_bit3 -STM5_bit4 ANM5_bit0 ANM5_bit1 -ANM5_bit2 ANM5_bit3 -ANM5_bit4 -UE5_bit_7 -UE5_bit_6 -UE5_bit_5 -UE5_bit_4 -UE5_bit_3 -UE5_bit_2 -UE5_bit_1 -UE5_bit0 -UE5_bit1 -UE5_bit2 -UE5_bit3 -UE5_bit4 -UE5_bit5 -UE5_bit6 -UE5_bit7 -UE5_bit8 -UE5_bit9 -UE5_bit10 -UE5_bit11 -UE5_bit12 STM6_bit0 -STM6_bit1 -STM6_bit2 -STM6_bit3 STM6_bit4 -ANM6_bit0 -ANM6_bit1 -ANM6_bit2 -ANM6_bit3 -ANM6_bit4 -UE6_bit_7 -UE6_bit_6 -UE6_bit_5 -UE6_bit_4 -UE6_bit_3 -UE6_bit_2 -UE6_bit_1 -UE6_bit0 -UE6_bit1 UE6_bit2 -UE6_bit3 -UE6_bit4 -UE6_bit5 -UE6_bit6 UE6_bit7 UE6_bit8 UE6_bit9 -UE6_bit10 -UE6_bit11 -UE6_bit12 
c objective function=1844480
c Total CPU time (ms) : 1218.785

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/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1860975356 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 39 3 38 16 0 23 0
[pid=23052] 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/23052
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=23053
New thread pid=23054
New thread pid=23055
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=23056
New thread pid=23057
New thread pid=23058
New thread pid=23059
New thread pid=23060
New thread pid=23061
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/wulflinc24/normalized-mps-v2-13-7-flugpl.opb
New thread pid=23062
One traced child (pid=23062) exited with status: 0
New thread pid=23063
One traced child (pid=23063) exited with status: 0
New thread pid=23064
One traced child (pid=23064) exited with status: 0
New thread pid=23065
One traced child (pid=23065) exited with status: 0
New thread pid=23066
New thread pid=23067
One traced child (pid=23066) exited with status: 0
One traced child (pid=23067) exited with status: 0
New thread pid=23068

[startup+10.0019 s]
Raw data (loadavg): 1.08 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18192 7 1 0 743 47 0 0 17 0 11 0 1860975356 859930624 19698 4294967295 134512640 134569956 3221224336 3221214696 1131357776 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209944 19698 13129 16 0 209928 0
[pid=23052] vsize: 839776
Current children cumulated CPU time (s) 7.9
Current children cumulated vsize (Kb) 839776

[startup+20.0026 s]
Raw data (loadavg): 1.14 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18204 7 1 0 1696 48 0 0 25 0 11 0 1860975356 859017216 19786 4294967295 134512640 134569956 3221224336 3221214696 1131357860 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209721 19786 13129 16 0 209705 0
[pid=23052] vsize: 838884
Current children cumulated CPU time (s) 17.44
Current children cumulated vsize (Kb) 838884

[startup+30.0023 s]
Raw data (loadavg): 1.12 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18214 7 1 0 2655 48 0 0 20 0 11 0 1860975356 859017216 19943 4294967295 134512640 134569956 3221224336 3221214608 1131334938 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209721 19943 13129 16 0 209705 0
[pid=23052] vsize: 838884
Current children cumulated CPU time (s) 27.03
Current children cumulated vsize (Kb) 838884

[startup+40.004 s]
Raw data (loadavg): 1.10 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18224 7 1 0 3609 48 0 0 25 0 11 0 1860975356 859017216 20045 4294967295 134512640 134569956 3221224336 3221214704 1131324357 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209721 20045 13129 16 0 209705 0
[pid=23052] vsize: 838884
Current children cumulated CPU time (s) 36.57
Current children cumulated vsize (Kb) 838884

[startup+50.0047 s]
Raw data (loadavg): 1.08 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18234 7 1 0 4577 49 0 0 25 0 11 0 1860975356 859017216 20316 4294967295 134512640 134569956 3221224336 3221214584 1131336602 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209721 20316 13129 16 0 209705 0
[pid=23052] vsize: 838884
Current children cumulated CPU time (s) 46.26
Current children cumulated vsize (Kb) 838884

[startup+60.0044 s]
Raw data (loadavg): 1.07 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18244 7 1 0 5555 50 0 0 25 0 11 0 1860975356 858947584 20385 4294967295 134512640 134569956 3221224336 3221214584 1131335725 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 20385 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 56.05
Current children cumulated vsize (Kb) 838816

[startup+70.0051 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18254 7 1 0 6532 51 0 0 25 0 11 0 1860975356 858947584 20437 4294967295 134512640 134569956 3221224336 3221214648 1131482971 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 20437 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 65.83
Current children cumulated vsize (Kb) 838816

[startup+80.0058 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18265 7 1 0 7510 51 0 0 17 0 11 0 1860975356 858947584 20489 4294967295 134512640 134569956 3221224336 3221214680 1131324224 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 20489 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 75.61
Current children cumulated vsize (Kb) 838816

[startup+90.0064 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18275 7 1 0 8491 51 0 0 20 0 11 0 1860975356 858947584 20537 4294967295 134512640 134569956 3221224336 3221214584 1131334892 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 20537 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 85.42
Current children cumulated vsize (Kb) 838816

[startup+100.007 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18285 7 1 0 9476 51 0 0 25 0 11 0 1860975356 858947584 20594 4294967295 134512640 134569956 3221224336 3221214584 1131335045 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 20594 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 95.27
Current children cumulated vsize (Kb) 838816

[startup+110.007 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18296 7 1 0 10460 52 0 0 17 0 11 0 1860975356 858947584 20624 4294967295 134512640 134569956 3221224336 3221214776 1131332377 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 20624 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 105.12
Current children cumulated vsize (Kb) 838816

[startup+120.008 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18306 7 1 0 11447 52 0 0 19 0 11 0 1860975356 858947584 20655 4294967295 134512640 134569956 3221224336 3221214680 1131324249 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 20655 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 114.99
Current children cumulated vsize (Kb) 838816

[startup+130.008 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18316 7 1 0 12433 53 0 0 25 0 11 0 1860975356 858947584 20678 4294967295 134512640 134569956 3221224336 3221214736 1131347701 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 20678 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 124.86
Current children cumulated vsize (Kb) 838816

[startup+140.009 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18327 7 1 0 13418 53 0 0 25 0 11 0 1860975356 858947584 20705 4294967295 134512640 134569956 3221224336 3221214672 1131357729 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 20705 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 134.71
Current children cumulated vsize (Kb) 838816

[startup+150.01 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18337 7 1 0 14405 54 0 0 21 0 11 0 1860975356 858947584 20728 4294967295 134512640 134569956 3221224336 3221214584 1131336784 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 20728 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 144.59
Current children cumulated vsize (Kb) 838816

[startup+160.01 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18348 7 1 0 15390 54 0 0 25 0 11 0 1860975356 858947584 20752 4294967295 134512640 134569956 3221224336 3221214736 1131347849 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 20752 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 154.44
Current children cumulated vsize (Kb) 838816

[startup+170.011 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18358 7 1 0 16377 54 0 0 25 0 11 0 1860975356 858947584 20775 4294967295 134512640 134569956 3221224336 3221214584 1131334964 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 20775 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 164.31
Current children cumulated vsize (Kb) 838816

[startup+180.011 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18368 7 1 0 17363 54 0 0 25 0 11 0 1860975356 858947584 20796 4294967295 134512640 134569956 3221224336 3221214672 1131358082 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 20796 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 174.17
Current children cumulated vsize (Kb) 838816

[startup+190.012 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18379 7 1 0 18348 55 0 0 25 0 11 0 1860975356 858947584 20820 4294967295 134512640 134569956 3221224336 3221214680 1131324224 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 20820 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 184.03
Current children cumulated vsize (Kb) 838816

[startup+200.013 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18389 7 1 0 19332 56 0 0 25 0 11 0 1860975356 858947584 20842 4294967295 134512640 134569956 3221224336 3221214584 1131334964 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 20842 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 193.88
Current children cumulated vsize (Kb) 838816

[startup+210.013 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18399 7 1 0 20313 56 0 0 25 0 11 0 1860975356 858947584 20866 4294967295 134512640 134569956 3221224336 3221214776 1131332377 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 20866 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 203.69
Current children cumulated vsize (Kb) 838816

[startup+220.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18410 7 1 0 21294 57 0 0 16 0 11 0 1860975356 858947584 20894 4294967295 134512640 134569956 3221224336 3221214584 1131334909 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 20894 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 213.51
Current children cumulated vsize (Kb) 838816

[startup+230.014 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18420 7 1 0 22279 57 0 0 25 0 11 0 1860975356 858947584 20956 4294967295 134512640 134569956 3221224336 3221214680 1131324241 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 20956 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 223.36
Current children cumulated vsize (Kb) 838816

[startup+240.015 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18430 7 1 0 23265 57 0 0 25 0 11 0 1860975356 858947584 20977 4294967295 134512640 134569956 3221224336 3221214680 1131324398 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 20977 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 233.22
Current children cumulated vsize (Kb) 838816

[startup+250.016 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18441 7 1 0 24252 58 0 0 25 0 11 0 1860975356 858947584 21003 4294967295 134512640 134569956 3221224336 3221214776 1131332377 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21003 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 243.1
Current children cumulated vsize (Kb) 838816

[startup+260.016 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18451 7 1 0 25240 58 0 0 25 0 11 0 1860975356 858947584 21017 4294967295 134512640 134569956 3221224336 3221214584 1131335679 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21017 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 252.98
Current children cumulated vsize (Kb) 838816

[startup+270.017 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18462 7 1 0 26226 59 0 0 25 0 11 0 1860975356 858947584 21037 4294967295 134512640 134569956 3221224336 3221214680 1131332377 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21037 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 262.85
Current children cumulated vsize (Kb) 838816

[startup+280.018 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18472 7 1 0 27215 59 0 0 25 0 11 0 1860975356 858947584 21050 4294967295 134512640 134569956 3221224336 3221214584 1131334964 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21050 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 272.74
Current children cumulated vsize (Kb) 838816

[startup+290.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18482 7 1 0 28204 59 0 0 25 0 11 0 1860975356 858947584 21068 4294967295 134512640 134569956 3221224336 3221214680 1131324224 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21068 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 282.63
Current children cumulated vsize (Kb) 838816

[startup+300.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18493 7 1 0 29191 59 0 0 25 0 11 0 1860975356 858947584 21081 4294967295 134512640 134569956 3221224336 3221214736 1131347515 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21081 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 292.5
Current children cumulated vsize (Kb) 838816

[startup+310.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18503 7 1 0 30179 60 0 0 25 0 11 0 1860975356 858947584 21098 4294967295 134512640 134569956 3221224336 3221214672 1131357763 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21098 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 302.39
Current children cumulated vsize (Kb) 838816

[startup+320.02 s]
Raw data (loadavg): 1.15 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18514 7 1 0 31166 60 0 0 25 0 11 0 1860975356 858947584 21111 4294967295 134512640 134569956 3221224336 3221214584 1131334964 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21111 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 312.26
Current children cumulated vsize (Kb) 838816

[startup+330.021 s]
Raw data (loadavg): 1.12 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18524 7 1 0 32153 61 0 0 21 0 11 0 1860975356 858947584 21125 4294967295 134512640 134569956 3221224336 3221214672 1131357815 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21125 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 322.14
Current children cumulated vsize (Kb) 838816

[startup+340.022 s]
Raw data (loadavg): 1.10 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18535 7 1 0 33140 61 0 0 25 0 11 0 1860975356 858947584 21142 4294967295 134512640 134569956 3221224336 3221214680 1131324274 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21142 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 332.01
Current children cumulated vsize (Kb) 838816

[startup+350.023 s]
Raw data (loadavg): 1.09 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18545 7 1 0 34128 62 0 0 19 0 11 0 1860975356 858947584 21155 4294967295 134512640 134569956 3221224336 3221214584 1131335202 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21155 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 341.9
Current children cumulated vsize (Kb) 838816

[startup+360.023 s]
Raw data (loadavg): 1.07 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18555 7 1 0 35116 63 0 0 23 0 11 0 1860975356 858947584 21168 4294967295 134512640 134569956 3221224336 3221214584 1131334964 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21168 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 351.79
Current children cumulated vsize (Kb) 838816

[startup+370.024 s]
Raw data (loadavg): 1.06 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18566 7 1 0 36102 63 0 0 25 0 11 0 1860975356 858947584 21182 4294967295 134512640 134569956 3221224336 3221214672 1131357982 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21182 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 361.65
Current children cumulated vsize (Kb) 838816

[startup+380.024 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18576 7 1 0 37089 64 0 0 25 0 11 0 1860975356 858947584 21196 4294967295 134512640 134569956 3221224336 3221214736 1131347525 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21196 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 371.53
Current children cumulated vsize (Kb) 838816

[startup+390.024 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18587 7 1 0 38077 65 0 0 17 0 11 0 1860975356 858947584 21209 4294967295 134512640 134569956 3221224336 3221214672 1131358365 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21209 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 381.42
Current children cumulated vsize (Kb) 838816

[startup+400.025 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18597 7 1 0 39065 65 0 0 20 0 11 0 1860975356 858947584 21223 4294967295 134512640 134569956 3221224336 3221214584 1131335554 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21223 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 391.3
Current children cumulated vsize (Kb) 838816

[startup+410.025 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18607 7 1 0 40053 66 0 0 25 0 11 0 1860975356 858947584 21233 4294967295 134512640 134569956 3221224336 3221214736 1131347553 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21233 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 401.19
Current children cumulated vsize (Kb) 838816

[startup+420.025 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18618 7 1 0 41041 66 0 0 25 0 11 0 1860975356 858947584 21246 4294967295 134512640 134569956 3221224336 3221214776 1131332377 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21246 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 411.07
Current children cumulated vsize (Kb) 838816

[startup+430.026 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18628 7 1 0 42028 67 0 0 25 0 11 0 1860975356 858947584 21259 4294967295 134512640 134569956 3221224336 3221214680 1131324241 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21259 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 420.95
Current children cumulated vsize (Kb) 838816

[startup+440.027 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18639 7 1 0 43014 67 0 0 25 0 11 0 1860975356 858947584 21273 4294967295 134512640 134569956 3221224336 3221214672 1131357815 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21273 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 430.81
Current children cumulated vsize (Kb) 838816

[startup+450.027 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18649 7 1 0 44003 68 0 0 25 0 11 0 1860975356 858947584 21283 4294967295 134512640 134569956 3221224336 3221214736 1131347355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21283 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 440.71
Current children cumulated vsize (Kb) 838816

[startup+460.027 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18660 7 1 0 44990 68 0 0 25 0 11 0 1860975356 858947584 21296 4294967295 134512640 134569956 3221224336 3221214672 1131357815 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21296 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 450.58
Current children cumulated vsize (Kb) 838816

[startup+470.029 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18670 7 1 0 45978 69 0 0 25 0 11 0 1860975356 858947584 21306 4294967295 134512640 134569956 3221224336 3221214680 1131324224 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21306 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 460.47
Current children cumulated vsize (Kb) 838816

[startup+480.03 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18681 7 1 0 46966 69 0 0 25 0 11 0 1860975356 858947584 21320 4294967295 134512640 134569956 3221224336 3221214672 1131358341 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21320 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 470.35
Current children cumulated vsize (Kb) 838816

[startup+490.031 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18691 7 1 0 47954 70 0 0 25 0 11 0 1860975356 858947584 21330 4294967295 134512640 134569956 3221224336 3221214584 1131334900 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21330 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 480.24
Current children cumulated vsize (Kb) 838816

[startup+500.032 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18701 7 1 0 48943 70 0 0 25 0 11 0 1860975356 858947584 21343 4294967295 134512640 134569956 3221224336 3221214584 1131334964 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21343 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 490.13
Current children cumulated vsize (Kb) 838816

[startup+510.032 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18712 7 1 0 49930 70 0 0 25 0 11 0 1860975356 858947584 21353 4294967295 134512640 134569956 3221224336 3221214584 1131334972 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21353 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 500
Current children cumulated vsize (Kb) 838816

[startup+520.032 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18722 7 1 0 50919 71 0 0 25 0 11 0 1860975356 858947584 21363 4294967295 134512640 134569956 3221224336 3221214584 1131335037 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21363 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 509.9
Current children cumulated vsize (Kb) 838816

[startup+530.032 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18733 7 1 0 51907 71 0 0 18 0 11 0 1860975356 858947584 21376 4294967295 134512640 134569956 3221224336 3221214680 1131324224 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21376 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 519.78
Current children cumulated vsize (Kb) 838816

[startup+540.034 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18743 7 1 0 52896 71 0 0 25 0 11 0 1860975356 858947584 21386 4294967295 134512640 134569956 3221224336 3221214680 1131324245 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21386 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 529.67
Current children cumulated vsize (Kb) 838816

[startup+550.035 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18754 7 1 0 53883 72 0 0 25 0 11 0 1860975356 858947584 21396 4294967295 134512640 134569956 3221224336 3221214584 1131334964 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21396 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 539.55
Current children cumulated vsize (Kb) 838816

[startup+560.034 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18764 7 1 0 54871 72 0 0 25 0 11 0 1860975356 858947584 21406 4294967295 134512640 134569956 3221224336 3221214776 1131332377 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21406 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 549.43
Current children cumulated vsize (Kb) 838816

[startup+570.035 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18774 7 1 0 55860 73 0 0 23 0 11 0 1860975356 858947584 21417 4294967295 134512640 134569956 3221224336 3221214680 1131324245 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21417 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 559.33
Current children cumulated vsize (Kb) 838816

[startup+580.036 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18785 7 1 0 56846 73 0 0 18 0 11 0 1860975356 858947584 21430 4294967295 134512640 134569956 3221224336 3221214672 1131357740 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21430 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 569.19
Current children cumulated vsize (Kb) 838816

[startup+590.036 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18795 7 1 0 57835 73 0 0 25 0 11 0 1860975356 858947584 21440 4294967295 134512640 134569956 3221224336 3221214584 1131335076 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21440 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 579.08
Current children cumulated vsize (Kb) 838816

[startup+600.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18806 7 1 0 58823 74 0 0 25 0 11 0 1860975356 858947584 21450 4294967295 134512640 134569956 3221224336 3221214584 1131334907 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21450 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 588.97
Current children cumulated vsize (Kb) 838816

[startup+610.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18816 7 1 0 59811 74 0 0 25 0 11 0 1860975356 858947584 21461 4294967295 134512640 134569956 3221224336 3221214672 1131358082 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21461 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 598.85
Current children cumulated vsize (Kb) 838816

[startup+620.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18827 7 1 0 60798 74 0 0 25 0 11 0 1860975356 858947584 21471 4294967295 134512640 134569956 3221224336 3221214680 1131324267 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21471 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 608.72
Current children cumulated vsize (Kb) 838816

[startup+630.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18837 7 1 0 61786 74 0 0 25 0 11 0 1860975356 858947584 21481 4294967295 134512640 134569956 3221224336 3221214680 1131324224 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21481 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 618.6
Current children cumulated vsize (Kb) 838816

[startup+640.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18847 7 1 0 62774 75 0 0 25 0 11 0 1860975356 858947584 21491 4294967295 134512640 134569956 3221224336 3221214584 1131334964 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21491 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 628.49
Current children cumulated vsize (Kb) 838816

[startup+650.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18858 7 1 0 63762 75 0 0 25 0 11 0 1860975356 858947584 21502 4294967295 134512640 134569956 3221224336 3221214672 1131357733 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21502 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 638.37
Current children cumulated vsize (Kb) 838816

[startup+660.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18868 7 1 0 64749 76 0 0 25 0 11 0 1860975356 858947584 21512 4294967295 134512640 134569956 3221224336 3221214680 1131324224 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21512 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 648.25
Current children cumulated vsize (Kb) 838816

[startup+670.042 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18879 7 1 0 65736 76 0 0 25 0 11 0 1860975356 858947584 21522 4294967295 134512640 134569956 3221224336 3221214736 1131347525 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21522 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 658.12
Current children cumulated vsize (Kb) 838816

[startup+680.043 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18889 7 1 0 66723 77 0 0 21 0 11 0 1860975356 858947584 21534 4294967295 134512640 134569956 3221224336 3221214584 1131336812 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21534 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 668
Current children cumulated vsize (Kb) 838816

[startup+690.043 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18900 7 1 0 67711 77 0 0 25 0 11 0 1860975356 858947584 21546 4294967295 134512640 134569956 3221224336 3221214584 1131334909 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21546 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 677.88
Current children cumulated vsize (Kb) 838816

[startup+700.044 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18910 7 1 0 68698 77 0 0 21 0 11 0 1860975356 858947584 21557 4294967295 134512640 134569956 3221224336 3221214584 1131336794 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21557 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 687.75
Current children cumulated vsize (Kb) 838816

[startup+710.045 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18921 7 1 0 69685 77 0 0 16 0 11 0 1860975356 858947584 21571 4294967295 134512640 134569956 3221224336 3221214584 1131335177 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21571 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 697.62
Current children cumulated vsize (Kb) 838816

[startup+720.045 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18931 7 1 0 70671 78 0 0 19 0 11 0 1860975356 858947584 21588 4294967295 134512640 134569956 3221224336 3221214584 1131336817 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21588 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 707.49
Current children cumulated vsize (Kb) 838816

[startup+730.046 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18941 7 1 0 71657 78 0 0 25 0 11 0 1860975356 858947584 21602 4294967295 134512640 134569956 3221224336 3221214672 1131357827 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21602 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 717.35
Current children cumulated vsize (Kb) 838816

[startup+740.047 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18952 7 1 0 72636 79 0 0 17 0 11 0 1860975356 858947584 21618 4294967295 134512640 134569956 3221224336 3221214672 1131357854 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21618 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 727.15
Current children cumulated vsize (Kb) 838816

[startup+750.047 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18962 7 1 0 73616 80 0 0 25 0 11 0 1860975356 858947584 21639 4294967295 134512640 134569956 3221224336 3221214680 1131324331 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21639 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 736.96
Current children cumulated vsize (Kb) 838816

[startup+760.048 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18972 7 1 0 74596 80 0 0 25 0 11 0 1860975356 858947584 21668 4294967295 134512640 134569956 3221224336 3221214736 1131347800 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21668 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 746.76
Current children cumulated vsize (Kb) 838816

[startup+770.049 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18983 7 1 0 75579 80 0 0 25 0 11 0 1860975356 858947584 21746 4294967295 134512640 134569956 3221224336 3221214672 1131357733 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21746 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 756.59
Current children cumulated vsize (Kb) 838816

[startup+780.05 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 18993 7 1 0 76566 80 0 0 25 0 11 0 1860975356 858947584 21763 4294967295 134512640 134569956 3221224336 3221214584 1131334909 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21763 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 766.46
Current children cumulated vsize (Kb) 838816

[startup+790.05 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19004 7 1 0 77552 81 0 0 17 0 11 0 1860975356 858947584 21778 4294967295 134512640 134569956 3221224336 3221214584 1131335155 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21778 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 776.33
Current children cumulated vsize (Kb) 838816

[startup+800.051 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19014 7 1 0 78540 81 0 0 25 0 11 0 1860975356 858947584 21792 4294967295 134512640 134569956 3221224336 3221214672 1131357740 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21792 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 786.21
Current children cumulated vsize (Kb) 838816

[startup+810.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19025 7 1 0 79527 82 0 0 25 0 11 0 1860975356 858947584 21802 4294967295 134512640 134569956 3221224336 3221214672 1131357725 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21802 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 796.09
Current children cumulated vsize (Kb) 838816

[startup+820.052 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19035 7 1 0 80514 82 0 0 25 0 11 0 1860975356 858947584 21810 4294967295 134512640 134569956 3221224336 3221214584 1131335076 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21810 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 805.96
Current children cumulated vsize (Kb) 838816

[startup+830.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19045 7 1 0 81503 82 0 0 25 0 11 0 1860975356 858947584 21820 4294967295 134512640 134569956 3221224336 3221214672 1131357755 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21820 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 815.85
Current children cumulated vsize (Kb) 838816

[startup+840.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19056 7 1 0 82491 83 0 0 19 0 11 0 1860975356 858947584 21830 4294967295 134512640 134569956 3221224336 3221214584 1131335219 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21830 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 825.74
Current children cumulated vsize (Kb) 838816

[startup+850.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19066 7 1 0 83479 83 0 0 25 0 11 0 1860975356 858947584 21837 4294967295 134512640 134569956 3221224336 3221214732 1131357708 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21837 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 835.62
Current children cumulated vsize (Kb) 838816

[startup+860.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19077 7 1 0 84466 83 0 0 18 0 11 0 1860975356 858947584 21847 4294967295 134512640 134569956 3221224336 3221214680 1131324224 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21847 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 845.49
Current children cumulated vsize (Kb) 838816

[startup+870.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19087 7 1 0 85455 83 0 0 25 0 11 0 1860975356 858947584 21853 4294967295 134512640 134569956 3221224336 3221214736 1131348629 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21853 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 855.38
Current children cumulated vsize (Kb) 838816

[startup+880.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19098 7 1 0 86441 84 0 0 25 0 11 0 1860975356 858947584 21863 4294967295 134512640 134569956 3221224336 3221214680 1131324224 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21863 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 865.25
Current children cumulated vsize (Kb) 838816

[startup+890.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19108 7 1 0 87429 85 0 0 25 0 11 0 1860975356 858947584 21870 4294967295 134512640 134569956 3221224336 3221214680 1131324235 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21870 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 875.14
Current children cumulated vsize (Kb) 838816

[startup+900.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19119 7 1 0 88416 86 0 0 17 0 11 0 1860975356 858947584 21880 4294967295 134512640 134569956 3221224336 3221214584 1131334964 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21880 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 885.02
Current children cumulated vsize (Kb) 838816

[startup+910.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19129 7 1 0 89404 86 0 0 20 0 11 0 1860975356 858947584 21887 4294967295 134512640 134569956 3221224336 3221214680 1131324245 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21887 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 894.9
Current children cumulated vsize (Kb) 838816

[startup+920.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19139 7 1 0 90391 86 0 0 25 0 11 0 1860975356 858947584 21897 4294967295 134512640 134569956 3221224336 3221214584 1131334900 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21897 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 904.77
Current children cumulated vsize (Kb) 838816

[startup+930.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19150 7 1 0 91377 87 0 0 18 0 11 0 1860975356 858947584 21904 4294967295 134512640 134569956 3221224336 3221214680 1131324241 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209704 21904 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 914.64
Current children cumulated vsize (Kb) 838816

[startup+940.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19160 7 1 0 92365 88 0 0 22 0 11 0 1860975356 858947584 21910 4294967295 134512640 134569956 3221224336 3221214584 1131334840 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209704 21910 13129 16 0 209688 0
[pid=23052] vsize: 838816
Current children cumulated CPU time (s) 924.53
Current children cumulated vsize (Kb) 838816

[startup+950.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19171 7 1 0 93351 89 0 0 18 0 11 0 1860975356 858685440 21856 4294967295 134512640 134569956 3221224336 3221214584 1131336815 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 21856 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 934.4
Current children cumulated vsize (Kb) 838560

[startup+960.061 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19181 7 1 0 94339 89 0 0 25 0 11 0 1860975356 858685440 21863 4294967295 134512640 134569956 3221224336 3221214680 1131324221 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 21863 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 944.28
Current children cumulated vsize (Kb) 838560

[startup+970.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19192 7 1 0 95326 90 0 0 25 0 11 0 1860975356 858685440 21873 4294967295 134512640 134569956 3221224336 3221214736 1131347525 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 21873 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 954.16
Current children cumulated vsize (Kb) 838560

[startup+980.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19202 7 1 0 96314 90 0 0 25 0 11 0 1860975356 858685440 21880 4294967295 134512640 134569956 3221224336 3221214736 1131347341 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 21880 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 964.04
Current children cumulated vsize (Kb) 838560

[startup+990.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19213 7 1 0 97301 91 0 0 25 0 11 0 1860975356 858685440 21886 4294967295 134512640 134569956 3221224336 3221214736 1131348416 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 21886 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 973.92
Current children cumulated vsize (Kb) 838560

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19223 7 1 0 98289 91 0 0 25 0 11 0 1860975356 858685440 21896 4294967295 134512640 134569956 3221224336 3221214672 1131357729 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 21896 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 983.8
Current children cumulated vsize (Kb) 838560

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19233 7 1 0 99277 91 0 0 25 0 11 0 1860975356 858685440 21903 4294967295 134512640 134569956 3221224336 3221214680 1131324224 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 21903 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 993.68
Current children cumulated vsize (Kb) 838560

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19244 7 1 0 100264 92 0 0 25 0 11 0 1860975356 858685440 21910 4294967295 134512640 134569956 3221224336 3221214584 1131334964 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 21910 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1003.56
Current children cumulated vsize (Kb) 838560

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19254 7 1 0 101252 92 0 0 23 0 11 0 1860975356 858685440 21920 4294967295 134512640 134569956 3221224336 3221214584 1131335768 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 21920 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1013.44
Current children cumulated vsize (Kb) 838560

[startup+1040.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19265 7 1 0 102239 92 0 0 25 0 11 0 1860975356 858685440 21926 4294967295 134512640 134569956 3221224336 3221214672 1131357992 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 21926 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1023.31
Current children cumulated vsize (Kb) 838560

[startup+1050.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19275 7 1 0 103227 93 0 0 22 0 11 0 1860975356 858685440 21933 4294967295 134512640 134569956 3221224336 3221214776 1131332377 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 21933 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1033.2
Current children cumulated vsize (Kb) 838560

[startup+1060.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19286 7 1 0 104213 93 0 0 25 0 11 0 1860975356 858685440 21943 4294967295 134512640 134569956 3221224336 3221214736 1131348396 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 21943 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1043.06
Current children cumulated vsize (Kb) 838560

[startup+1070.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19296 7 1 0 105200 94 0 0 25 0 11 0 1860975356 858685440 21950 4294967295 134512640 134569956 3221224336 3221214584 1131335816 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 21950 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1052.94
Current children cumulated vsize (Kb) 838560

[startup+1080.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19307 7 1 0 106187 94 0 0 25 0 11 0 1860975356 858685440 21957 4294967295 134512640 134569956 3221224336 3221214584 1131336815 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 21957 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1062.81
Current children cumulated vsize (Kb) 838560

[startup+1090.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19317 7 1 0 107174 94 0 0 20 0 11 0 1860975356 858685440 21963 4294967295 134512640 134569956 3221224336 3221214776 1131332377 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 21963 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1072.68
Current children cumulated vsize (Kb) 838560

[startup+1100.07 s]
Raw data (loadavg): 1.15 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19327 7 1 0 108161 95 0 0 25 0 11 0 1860975356 858685440 21970 4294967295 134512640 134569956 3221224336 3221214732 1131364512 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 21970 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1082.56
Current children cumulated vsize (Kb) 838560

[startup+1110.07 s]
Raw data (loadavg): 1.12 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19338 7 1 0 109147 96 0 0 25 0 11 0 1860975356 858685440 21980 4294967295 134512640 134569956 3221224336 3221214736 1131348416 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 21980 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1092.43
Current children cumulated vsize (Kb) 838560

[startup+1120.07 s]
Raw data (loadavg): 1.10 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19348 7 1 0 110134 96 0 0 25 0 11 0 1860975356 858685440 21987 4294967295 134512640 134569956 3221224336 3221214672 1131357740 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 21987 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1102.3
Current children cumulated vsize (Kb) 838560

[startup+1130.07 s]
Raw data (loadavg): 1.09 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19359 7 1 0 111121 97 0 0 25 0 11 0 1860975356 858685440 21993 4294967295 134512640 134569956 3221224336 3221214584 1131334961 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 21993 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1112.18
Current children cumulated vsize (Kb) 838560

[startup+1140.07 s]
Raw data (loadavg): 1.07 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19369 7 1 0 112109 97 0 0 25 0 11 0 1860975356 858685440 22000 4294967295 134512640 134569956 3221224336 3221214584 1131335045 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 22000 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (Kb) 838560

[startup+1150.07 s]
Raw data (loadavg): 1.06 1.03 1.01 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19380 7 1 0 113095 98 0 0 25 0 11 0 1860975356 858685440 22010 4294967295 134512640 134569956 3221224336 3221214680 1131324374 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 22010 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1131.93
Current children cumulated vsize (Kb) 838560

[startup+1160.07 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19390 7 1 0 114084 98 0 0 21 0 11 0 1860975356 858685440 22017 4294967295 134512640 134569956 3221224336 3221214680 1131324433 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 22017 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1141.82
Current children cumulated vsize (Kb) 838560

[startup+1170.07 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19401 7 1 0 115070 98 0 0 25 0 11 0 1860975356 858685440 22024 4294967295 134512640 134569956 3221224336 3221214584 1131336211 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 22024 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1151.68
Current children cumulated vsize (Kb) 838560

[startup+1180.07 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19411 7 1 0 116058 99 0 0 20 0 11 0 1860975356 858685440 22031 4294967295 134512640 134569956 3221224336 3221214672 1131358446 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 22031 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1161.57
Current children cumulated vsize (Kb) 838560

[startup+1190.08 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19421 7 1 0 117046 99 0 0 25 0 11 0 1860975356 858685440 22038 4294967295 134512640 134569956 3221224336 3221214656 1131372360 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 22038 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1171.45
Current children cumulated vsize (Kb) 838560

[startup+1200.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19432 7 1 0 118032 100 0 0 25 0 11 0 1860975356 858685440 22044 4294967295 134512640 134569956 3221224336 3221214584 1131334978 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23052/statm): 209640 22044 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1181.32
Current children cumulated vsize (Kb) 838560

[startup+1210.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19442 7 1 0 119019 101 0 0 25 0 11 0 1860975356 858685440 22051 4294967295 134512640 134569956 3221224336 3221214584 1131334964 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 22051 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1191.2
Current children cumulated vsize (Kb) 838560

[startup+1220.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19453 7 1 0 120006 101 0 0 25 0 11 0 1860975356 858685440 22061 4294967295 134512640 134569956 3221224336 3221214584 1131334844 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 22061 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1201.07
Current children cumulated vsize (Kb) 838560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.08 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 23068
Raw data (/proc/23052/stat): 23052 (java) R 23051 23052 20728 0 -1 0 19453 7 1 0 120006 101 0 0 25 0 11 0 1860975356 858685440 22061 4294967295 134512640 134569956 3221224336 3221214584 1131334827 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23052/statm): 209640 22061 13129 16 0 209624 0
[pid=23052] vsize: 838560
Current children cumulated CPU time (s) 1201.07
Current children cumulated vsize (Kb) 838560

Sending SIGTERM to -23052
Sleeping 2 seconds
New thread pid=23070
New thread pid=23071
One traced child (pid=23071) exited with status: 0
One traced child (pid=23061) exited with status: 0
One traced child (pid=23056) exited with status: 0
One traced child (pid=23053) exited with status: 143
One traced child (pid=23057) exited with status: 143
One traced child (pid=23058) exited with status: 143
One traced child (pid=23059) exited with status: 143
One traced child (pid=23054) exited with status: 143
One traced child (pid=23055) exited with status: 143
One traced child (pid=23060) exited with status: 143
One traced child (pid=23068) exited with status: 143
One traced child (pid=23070) exited with status: 143
One traced child (pid=23052) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.16
CPU time (s): 1224.31
CPU user time (s): 1222.32
CPU system time (s): 1.9887
CPU usage (%): 100.341
Max. virtual memory (cumulated for all children) (Kb): 839776

Verifier Data

Verifier:	OK	1844480