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-swath3.opb
MD5SUMbc671f4c524beaee23c3249abe841ea7
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 1048576000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 197065212145430
Number of bits of the biggest sum of numbers48
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables36471
Total number of constraints7608
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2915
Number of constraints which are nor clauses,nor cardinality constraints4693
Minimum length of a constraint1
Maximum length of a constraint34870

Trace number 8956

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.023
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:        943948 kB
Buffers:          9188 kB
Cached:          64388 kB
SwapCached:          0 kB
Active:          45356 kB
Inactive:        31096 kB
HighTotal:      131008 kB
HighFree:        62720 kB
LowTotal:       903652 kB
LowFree:        881228 kB
SwapTotal:     2097136 kB
SwapFree:      2097136 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           6956 kB
Slab:             8660 kB
Committed_AS:    63624 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-23 10:30:39 (client local time) WITH STATUS 143 IN 1253.74 SECONDS
stats: 6990 7 1253.74 143

Solver Data

c SAT4J: a SATisfiability library for Java (c) 2004-2005 Daniel Le Berre
c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
c version JAVA5.1.1.31
c --- Begin Solver configuration ---
c org.sat4j.minisat.uip.FirstUIP@a20892
c org.sat4j.minisat.constraints.PBMinDataStructure@1e0bc08
c org.sat4j.minisat.learning.MiniSATLearning@158b649
c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=0.5 initConflictBound=100 
c VSIDS like heuristics from MiniSAT using a sorted array
c No reason simplification
c --- End Solver configuration ---
c solving /oldhome/oroussel/tmp/wulflinc8/normalized-mps-v2-13-7-swath3.opb
c reading problem ... done. Time 17.055 ms.
c #vars     36471
c #constraints  5005
c starts		: 1
c conflicts		: 8
c decisions		: 17613
c propagations		: 55389
c inspects		: 33171
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 7
c root simplifications	: 2
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 14.536783931542667
c non guided choices	20
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1228.797

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/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 19373201 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 39 3 38 16 0 23 0
[pid=4297] 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/4297
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=4298
New thread pid=4299
New thread pid=4300
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=4301
New thread pid=4302
New thread pid=4303
New thread pid=4304
New thread pid=4305
New thread pid=4306
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunjce_provider.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunpkcs11.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/dnsns.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/localedata.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/security/java.security
open syscall for file /dev/random
open syscall for file /dev/urandom
open syscall for file /oldhome/oroussel/tmp/wulflinc8/normalized-mps-v2-13-7-swath3.opb

[startup+10.0029 s]
Raw data (loadavg): 1.03 1.00 0.73 3/64 4306
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18104 0 1 0 729 52 0 0 25 0 10 0 19373201 862015488 25940 4294967295 134512640 134569956 3221224336 3221213608 1131066872 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 210453 25940 13129 16 0 210437 0
[pid=4297] vsize: 841812
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (Kb) 841812
New thread pid=4307

[startup+20.0038 s]
Raw data (loadavg): 1.26 1.05 0.75 3/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18215 0 1 0 1518 57 0 0 23 0 11 0 19373201 887885824 37784 4294967295 134512640 134569956 3221224336 3221214528 1131447507 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 216769 37784 13129 16 0 216753 0
[pid=4297] vsize: 867076
Current children cumulated CPU time (s) 15.75
Current children cumulated vsize (Kb) 867076

[startup+30.0045 s]
Raw data (loadavg): 1.37 1.08 0.76 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18237 0 1 0 2403 57 0 0 23 0 11 0 19373201 885473280 39449 4294967295 134512640 134569956 3221224336 3221214728 1131710665 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 216180 39449 13129 16 0 216164 0
[pid=4297] vsize: 864720
Current children cumulated CPU time (s) 24.6
Current children cumulated vsize (Kb) 864720

[startup+40.0053 s]
Raw data (loadavg): 1.31 1.07 0.76 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18254 0 1 0 3335 57 0 0 19 0 11 0 19373201 880730112 38339 4294967295 134512640 134569956 3221224336 3221214712 1131720156 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 215022 38339 13129 16 0 215006 0
[pid=4297] vsize: 860088
Current children cumulated CPU time (s) 33.92
Current children cumulated vsize (Kb) 860088

[startup+50.0061 s]
Raw data (loadavg): 1.26 1.07 0.77 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18259 0 1 0 4277 57 0 0 25 0 11 0 19373201 873226240 36510 4294967295 134512640 134569956 3221224336 3221214712 1131354970 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 36510 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 43.34
Current children cumulated vsize (Kb) 852760

[startup+60.0069 s]
Raw data (loadavg): 1.22 1.07 0.77 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18264 0 1 0 5223 58 0 0 25 0 11 0 19373201 873226240 36521 4294967295 134512640 134569956 3221224336 3221214632 1131878822 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 36521 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 52.81
Current children cumulated vsize (Kb) 852760

[startup+70.0067 s]
Raw data (loadavg): 1.19 1.06 0.77 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18264 0 1 0 6222 58 0 0 25 0 11 0 19373201 873226240 36521 4294967295 134512640 134569956 3221224336 3221214632 1131878899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 36521 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 62.8
Current children cumulated vsize (Kb) 852760

[startup+80.0075 s]
Raw data (loadavg): 1.16 1.06 0.77 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18264 0 1 0 7221 58 0 0 25 0 11 0 19373201 873226240 36525 4294967295 134512640 134569956 3221224336 3221214672 1131882736 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 36525 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 72.79
Current children cumulated vsize (Kb) 852760

[startup+90.0073 s]
Raw data (loadavg): 1.13 1.06 0.77 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18270 0 1 0 8167 58 0 0 25 0 11 0 19373201 873226240 37291 4294967295 134512640 134569956 3221224336 3221214552 1131446777 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 37291 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 82.25
Current children cumulated vsize (Kb) 852760

[startup+100.007 s]
Raw data (loadavg): 1.11 1.06 0.78 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18279 0 1 0 9073 58 0 0 20 0 11 0 19373201 873226240 37291 4294967295 134512640 134569956 3221224336 3221214552 1131447023 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 37291 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 91.31
Current children cumulated vsize (Kb) 852760

[startup+110.008 s]
Raw data (loadavg): 1.10 1.05 0.78 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18288 0 1 0 9978 58 0 0 21 0 11 0 19373201 873226240 37292 4294967295 134512640 134569956 3221224336 3221214648 1131545922 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 37292 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 100.36
Current children cumulated vsize (Kb) 852760

[startup+120.009 s]
Raw data (loadavg): 1.08 1.05 0.78 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18297 0 1 0 10883 58 0 0 16 0 11 0 19373201 873226240 37292 4294967295 134512640 134569956 3221224336 3221214648 1131546808 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 37292 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 109.41
Current children cumulated vsize (Kb) 852760

[startup+130.009 s]
Raw data (loadavg): 1.07 1.05 0.78 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18307 0 1 0 11865 58 0 0 18 0 11 0 19373201 873226240 37946 4294967295 134512640 134569956 3221224336 3221214552 1131446644 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 37946 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 119.23
Current children cumulated vsize (Kb) 852760

[startup+140.009 s]
Raw data (loadavg): 1.06 1.05 0.78 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18318 0 1 0 12860 59 0 0 18 0 11 0 19373201 873226240 37946 4294967295 134512640 134569956 3221224336 3221214552 1131447151 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 37946 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 129.19
Current children cumulated vsize (Kb) 852760

[startup+150.01 s]
Raw data (loadavg): 1.05 1.05 0.79 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18328 0 1 0 13855 59 0 0 22 0 11 0 19373201 873226240 37946 4294967295 134512640 134569956 3221224336 3221214552 1131447086 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 37946 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 139.14
Current children cumulated vsize (Kb) 852760

[startup+160.011 s]
Raw data (loadavg): 1.04 1.04 0.79 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18339 0 1 0 14849 59 0 0 17 0 11 0 19373201 873226240 37946 4294967295 134512640 134569956 3221224336 3221214552 1131447453 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 37946 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 149.08
Current children cumulated vsize (Kb) 852760

[startup+170.011 s]
Raw data (loadavg): 1.03 1.04 0.79 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18350 0 1 0 15844 59 0 0 19 0 11 0 19373201 873226240 37946 4294967295 134512640 134569956 3221224336 3221214552 1131447567 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 37946 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 159.03
Current children cumulated vsize (Kb) 852760

[startup+180.011 s]
Raw data (loadavg): 1.03 1.04 0.79 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18361 0 1 0 16838 59 0 0 19 0 11 0 19373201 873226240 37946 4294967295 134512640 134569956 3221224336 3221214648 1131544641 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 37946 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 168.97
Current children cumulated vsize (Kb) 852760

[startup+190.012 s]
Raw data (loadavg): 1.02 1.04 0.79 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18373 0 1 0 17832 59 0 0 18 0 11 0 19373201 873226240 37946 4294967295 134512640 134569956 3221224336 3221214552 1131447023 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 37946 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 178.91
Current children cumulated vsize (Kb) 852760

[startup+200.012 s]
Raw data (loadavg): 1.02 1.04 0.80 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18384 0 1 0 18826 59 0 0 19 0 11 0 19373201 873226240 37946 4294967295 134512640 134569956 3221224336 3221214552 1131446871 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 37946 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 188.85
Current children cumulated vsize (Kb) 852760

[startup+210.013 s]
Raw data (loadavg): 1.02 1.04 0.80 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18395 0 1 0 19821 60 0 0 21 0 11 0 19373201 873226240 37946 4294967295 134512640 134569956 3221224336 3221214552 1131447023 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 37946 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 198.81
Current children cumulated vsize (Kb) 852760

[startup+220.014 s]
Raw data (loadavg): 1.01 1.03 0.80 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18406 0 1 0 20815 60 0 0 17 0 11 0 19373201 873226240 37946 4294967295 134512640 134569956 3221224336 3221214552 1131447197 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 37946 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 208.75
Current children cumulated vsize (Kb) 852760

[startup+230.014 s]
Raw data (loadavg): 1.01 1.03 0.80 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18418 0 1 0 21809 60 0 0 20 0 11 0 19373201 873226240 37946 4294967295 134512640 134569956 3221224336 3221214648 1131544862 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 37946 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 218.69
Current children cumulated vsize (Kb) 852760

[startup+240.015 s]
Raw data (loadavg): 1.01 1.03 0.80 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18428 0 1 0 22804 60 0 0 17 0 11 0 19373201 873226240 37946 4294967295 134512640 134569956 3221224336 3221214552 1131447023 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 37946 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 228.64
Current children cumulated vsize (Kb) 852760

[startup+250.016 s]
Raw data (loadavg): 1.01 1.03 0.81 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18440 0 1 0 23798 60 0 0 17 0 11 0 19373201 873226240 37948 4294967295 134512640 134569956 3221224336 3221214704 1131882640 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 37948 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 238.58
Current children cumulated vsize (Kb) 852760

[startup+260.017 s]
Raw data (loadavg): 1.00 1.03 0.81 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18444 0 1 0 24795 60 0 0 25 0 11 0 19373201 873226240 37948 4294967295 134512640 134569956 3221224336 3221214704 1131882789 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 37948 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 248.55
Current children cumulated vsize (Kb) 852760

[startup+270.017 s]
Raw data (loadavg): 1.00 1.03 0.81 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18450 0 1 0 25788 61 0 0 17 0 11 0 19373201 873226240 37948 4294967295 134512640 134569956 3221224336 3221214552 1131447237 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 37948 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 258.49
Current children cumulated vsize (Kb) 852760

[startup+280.018 s]
Raw data (loadavg): 1.00 1.03 0.81 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18458 0 1 0 26776 61 0 0 19 0 11 0 19373201 873226240 37951 4294967295 134512640 134569956 3221224336 3221214464 1131364385 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 37951 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 268.37
Current children cumulated vsize (Kb) 852760

[startup+290.019 s]
Raw data (loadavg): 1.00 1.02 0.81 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18470 0 1 0 27759 61 0 0 19 0 11 0 19373201 873226240 37951 4294967295 134512640 134569956 3221224336 3221214648 1131544641 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 37951 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 278.2
Current children cumulated vsize (Kb) 852760

[startup+300.019 s]
Raw data (loadavg): 1.00 1.02 0.81 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18482 0 1 0 28745 62 0 0 18 0 11 0 19373201 873226240 38020 4294967295 134512640 134569956 3221224336 3221214464 1131364385 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38020 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 288.07
Current children cumulated vsize (Kb) 852760

[startup+310.02 s]
Raw data (loadavg): 1.00 1.02 0.82 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18494 0 1 0 29739 62 0 0 17 0 11 0 19373201 873226240 38043 4294967295 134512640 134569956 3221224336 3221214552 1131446651 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38043 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 298.01
Current children cumulated vsize (Kb) 852760

[startup+320.021 s]
Raw data (loadavg): 1.00 1.02 0.82 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18506 0 1 0 30733 62 0 0 18 0 11 0 19373201 873226240 38043 4294967295 134512640 134569956 3221224336 3221214552 1131447553 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38043 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 307.95
Current children cumulated vsize (Kb) 852760

[startup+330.021 s]
Raw data (loadavg): 1.00 1.02 0.82 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18518 0 1 0 31727 62 0 0 17 0 11 0 19373201 873226240 38043 4294967295 134512640 134569956 3221224336 3221214552 1131446974 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38043 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 317.89
Current children cumulated vsize (Kb) 852760

[startup+340.022 s]
Raw data (loadavg): 1.00 1.02 0.82 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18531 0 1 0 32720 62 0 0 18 0 11 0 19373201 873226240 38043 4294967295 134512640 134569956 3221224336 3221214648 1131545944 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38043 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 327.82
Current children cumulated vsize (Kb) 852760

[startup+350.023 s]
Raw data (loadavg): 1.00 1.02 0.82 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18543 0 1 0 33714 63 0 0 17 0 11 0 19373201 873226240 38044 4294967295 134512640 134569956 3221224336 3221214552 1131447320 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38044 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 337.77
Current children cumulated vsize (Kb) 852760

[startup+360.024 s]
Raw data (loadavg): 1.00 1.02 0.82 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18555 0 1 0 34708 63 0 0 18 0 11 0 19373201 873226240 38044 4294967295 134512640 134569956 3221224336 3221214552 1131447532 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38044 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 347.71
Current children cumulated vsize (Kb) 852760

[startup+370.024 s]
Raw data (loadavg): 1.00 1.02 0.82 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18567 0 1 0 35702 63 0 0 19 0 11 0 19373201 873226240 38044 4294967295 134512640 134569956 3221224336 3221214648 1131546808 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38044 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 357.65
Current children cumulated vsize (Kb) 852760

[startup+380.024 s]
Raw data (loadavg): 1.00 1.02 0.82 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18579 0 1 0 36696 64 0 0 17 0 11 0 19373201 873226240 38044 4294967295 134512640 134569956 3221224336 3221214648 1131544809 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38044 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 367.6
Current children cumulated vsize (Kb) 852760

[startup+390.025 s]
Raw data (loadavg): 1.00 1.01 0.83 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18592 0 1 0 37690 64 0 0 17 0 11 0 19373201 873226240 38045 4294967295 134512640 134569956 3221224336 3221214504 1131447514 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38045 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 377.54
Current children cumulated vsize (Kb) 852760

[startup+400.026 s]
Raw data (loadavg): 1.00 1.01 0.83 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18604 0 1 0 38684 64 0 0 17 0 11 0 19373201 873226240 38045 4294967295 134512640 134569956 3221224336 3221214504 1131447159 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38045 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 387.48
Current children cumulated vsize (Kb) 852760

[startup+410.027 s]
Raw data (loadavg): 1.00 1.01 0.83 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18616 0 1 0 39678 64 0 0 17 0 11 0 19373201 873226240 38045 4294967295 134512640 134569956 3221224336 3221214504 1131446939 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38045 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 397.42
Current children cumulated vsize (Kb) 852760

[startup+420.027 s]
Raw data (loadavg): 1.00 1.01 0.83 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18628 0 1 0 40672 64 0 0 18 0 11 0 19373201 873226240 38045 4294967295 134512640 134569956 3221224336 3221214504 1131447023 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38045 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 407.36
Current children cumulated vsize (Kb) 852760

[startup+430.028 s]
Raw data (loadavg): 1.00 1.01 0.83 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18640 0 1 0 41666 65 0 0 17 0 11 0 19373201 873226240 38045 4294967295 134512640 134569956 3221224336 3221214504 1131446909 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38045 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 417.31
Current children cumulated vsize (Kb) 852760

[startup+440.029 s]
Raw data (loadavg): 1.00 1.01 0.83 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18652 0 1 0 42660 65 0 0 17 0 11 0 19373201 873226240 38045 4294967295 134512640 134569956 3221224336 3221214600 1131546808 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38045 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 427.25
Current children cumulated vsize (Kb) 852760

[startup+450.029 s]
Raw data (loadavg): 1.00 1.01 0.83 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18665 0 1 0 43654 65 0 0 17 0 11 0 19373201 873226240 38045 4294967295 134512640 134569956 3221224336 3221214504 1131447082 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38045 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 437.19
Current children cumulated vsize (Kb) 852760

[startup+460.031 s]
Raw data (loadavg): 1.00 1.01 0.83 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18677 0 1 0 44648 65 0 0 17 0 11 0 19373201 873226240 38045 4294967295 134512640 134569956 3221224336 3221214600 1131545944 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38045 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 447.13
Current children cumulated vsize (Kb) 852760

[startup+470.03 s]
Raw data (loadavg): 1.00 1.01 0.83 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18689 0 1 0 45642 66 0 0 17 0 11 0 19373201 873226240 38045 4294967295 134512640 134569956 3221224336 3221214504 1131447237 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38045 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 457.08
Current children cumulated vsize (Kb) 852760

[startup+480.031 s]
Raw data (loadavg): 1.00 1.01 0.83 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18701 0 1 0 46636 66 0 0 18 0 11 0 19373201 873226240 38045 4294967295 134512640 134569956 3221224336 3221214544 1131351125 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38045 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 467.02
Current children cumulated vsize (Kb) 852760

[startup+490.032 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18711 0 1 0 47631 66 0 0 19 0 11 0 19373201 873226240 38045 4294967295 134512640 134569956 3221224336 3221214416 1131365396 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38045 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 476.97
Current children cumulated vsize (Kb) 852760

[startup+500.032 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18722 0 1 0 48626 66 0 0 25 0 11 0 19373201 873226240 38045 4294967295 134512640 134569956 3221224336 3221214504 1131447111 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38045 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 486.92
Current children cumulated vsize (Kb) 852760

[startup+510.033 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18730 0 1 0 49608 67 0 0 17 0 11 0 19373201 873226240 38045 4294967295 134512640 134569956 3221224336 3221214716 1131720044 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38045 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 496.75
Current children cumulated vsize (Kb) 852760

[startup+520.033 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18731 0 1 0 50593 67 0 0 25 0 11 0 19373201 873226240 38998 4294967295 134512640 134569956 3221224336 3221214624 1131389427 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38998 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 506.6
Current children cumulated vsize (Kb) 852760

[startup+530.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18733 0 1 0 51593 67 0 0 25 0 11 0 19373201 873226240 38998 4294967295 134512640 134569956 3221224336 3221214696 1131715377 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38998 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 516.6
Current children cumulated vsize (Kb) 852760

[startup+540.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18735 0 1 0 52591 67 0 0 25 0 11 0 19373201 873226240 38998 4294967295 134512640 134569956 3221224336 3221214616 1131720207 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38998 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 526.58
Current children cumulated vsize (Kb) 852760

[startup+550.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18743 0 1 0 53530 67 0 0 16 0 11 0 19373201 873226240 38998 4294967295 134512640 134569956 3221224336 3221214504 1131446651 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38998 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 535.97
Current children cumulated vsize (Kb) 852760

[startup+560.035 s]
Raw data (loadavg): 1.00 1.00 0.84 3/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18751 0 1 0 54469 67 0 0 17 0 11 0 19373201 873226240 38998 4294967295 134512640 134569956 3221224336 3221214504 1131389387 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 38998 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 545.36
Current children cumulated vsize (Kb) 852760

[startup+570.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18760 0 1 0 55403 67 0 0 16 0 11 0 19373201 873226240 38998 4294967295 134512640 134569956 3221224336 3221214504 1131389472 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 38998 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 554.7
Current children cumulated vsize (Kb) 852760

[startup+580.035 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18767 0 1 0 56350 67 0 0 15 0 11 0 19373201 873226240 39753 4294967295 134512640 134569956 3221224336 3221214504 1131446983 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 39753 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 564.17
Current children cumulated vsize (Kb) 852760

[startup+590.036 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18772 0 1 0 57348 67 0 0 25 0 11 0 19373201 873226240 39753 4294967295 134512640 134569956 3221224336 3221214600 1131861116 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 39753 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 574.15
Current children cumulated vsize (Kb) 852760

[startup+600.037 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18778 0 1 0 58346 67 0 0 24 0 11 0 19373201 873226240 39753 4294967295 134512640 134569956 3221224336 3221214600 1131860889 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 39753 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 584.13
Current children cumulated vsize (Kb) 852760

[startup+610.038 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18783 0 1 0 59344 67 0 0 18 0 11 0 19373201 873226240 39753 4294967295 134512640 134569956 3221224336 3221214416 1131364346 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 39753 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 594.11
Current children cumulated vsize (Kb) 852760

[startup+620.037 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18788 0 1 0 60342 68 0 0 22 0 11 0 19373201 873226240 39753 4294967295 134512640 134569956 3221224336 3221214504 1131389279 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 39753 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 604.1
Current children cumulated vsize (Kb) 852760

[startup+630.039 s]
Raw data (loadavg): 1.00 1.00 0.85 3/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18793 0 1 0 61340 68 0 0 16 0 11 0 19373201 873226240 39753 4294967295 134512640 134569956 3221224336 3221214484 1131064824 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 39753 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 614.08
Current children cumulated vsize (Kb) 852760

[startup+640.04 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18793 0 1 0 62340 68 0 0 25 0 11 0 19373201 873226240 39754 4294967295 134512640 134569956 3221224336 3221214600 1131882748 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 39754 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 624.08
Current children cumulated vsize (Kb) 852760

[startup+650.04 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18793 0 1 0 63340 68 0 0 25 0 11 0 19373201 873226240 39754 4294967295 134512640 134569956 3221224336 3221214600 1131882671 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 39754 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 634.08
Current children cumulated vsize (Kb) 852760

[startup+660.039 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18793 0 1 0 64341 68 0 0 25 0 11 0 19373201 873226240 39755 4294967295 134512640 134569956 3221224336 3221214472 1131715377 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 39755 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 644.09
Current children cumulated vsize (Kb) 852760

[startup+670.04 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18800 0 1 0 65333 68 0 0 19 0 11 0 19373201 873226240 39755 4294967295 134512640 134569956 3221224336 3221214504 1131447459 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 39755 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 654.01
Current children cumulated vsize (Kb) 852760

[startup+680.041 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18811 0 1 0 66323 68 0 0 17 0 11 0 19373201 873226240 39755 4294967295 134512640 134569956 3221224336 3221214504 1131447023 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 39755 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 663.91
Current children cumulated vsize (Kb) 852760

[startup+690.042 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18822 0 1 0 67312 68 0 0 25 0 11 0 19373201 873226240 39755 4294967295 134512640 134569956 3221224336 3221214504 1131447374 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 39755 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 673.8
Current children cumulated vsize (Kb) 852760

[startup+700.043 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18833 0 1 0 68304 69 0 0 17 0 11 0 19373201 873226240 39761 4294967295 134512640 134569956 3221224336 3221214504 1131447023 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 39761 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 683.73
Current children cumulated vsize (Kb) 852760

[startup+710.043 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18844 0 1 0 69298 69 0 0 19 0 11 0 19373201 873226240 39761 4294967295 134512640 134569956 3221224336 3221214600 1131545794 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 39761 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 693.67
Current children cumulated vsize (Kb) 852760

[startup+720.043 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18848 0 1 0 70283 69 0 0 21 0 11 0 19373201 873226240 39761 4294967295 134512640 134569956 3221224336 3221214616 1131720195 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 39761 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 703.52
Current children cumulated vsize (Kb) 852760

[startup+730.044 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18850 0 1 0 71259 69 0 0 18 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214616 1131354954 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 713.28
Current children cumulated vsize (Kb) 852760

[startup+740.044 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18852 0 1 0 72242 69 0 0 16 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214552 1131389227 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 723.11
Current children cumulated vsize (Kb) 852760

[startup+750.044 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18853 0 1 0 73234 69 0 0 25 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214624 1131715377 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 733.03
Current children cumulated vsize (Kb) 852760

[startup+760.044 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18855 0 1 0 74217 69 0 0 21 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214616 1131720112 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 742.86
Current children cumulated vsize (Kb) 852760

[startup+770.045 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18857 0 1 0 75200 69 0 0 18 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214644 1131710674 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 752.69
Current children cumulated vsize (Kb) 852760

[startup+780.046 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18858 0 1 0 76192 69 0 0 25 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214648 1131711395 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 762.61
Current children cumulated vsize (Kb) 852760

[startup+790.046 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18860 0 1 0 77175 69 0 0 25 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214616 1131720174 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 772.44
Current children cumulated vsize (Kb) 852760

[startup+800.046 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18862 0 1 0 78154 69 0 0 18 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214648 1131711395 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 782.23
Current children cumulated vsize (Kb) 852760

[startup+810.046 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18864 0 1 0 79136 69 0 0 17 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214552 1131389567 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 792.05
Current children cumulated vsize (Kb) 852760

[startup+820.047 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18866 0 1 0 80119 69 0 0 17 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214616 1131354983 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 801.88
Current children cumulated vsize (Kb) 852760

[startup+830.048 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18868 0 1 0 81101 69 0 0 17 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214624 1131715386 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 811.7
Current children cumulated vsize (Kb) 852760

[startup+840.048 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18869 0 1 0 82092 70 0 0 25 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214632 1131710665 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 821.62
Current children cumulated vsize (Kb) 852760

[startup+850.048 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18871 0 1 0 83074 70 0 0 22 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214648 1131711427 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 831.44
Current children cumulated vsize (Kb) 852760

[startup+860.048 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18873 0 1 0 84056 70 0 0 23 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214648 1131711570 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 841.26
Current children cumulated vsize (Kb) 852760

[startup+870.048 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18875 0 1 0 85039 70 0 0 22 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214648 1131711427 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 851.09
Current children cumulated vsize (Kb) 852760

[startup+880.049 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18877 0 1 0 86021 70 0 0 20 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214616 1131354968 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 860.91
Current children cumulated vsize (Kb) 852760

[startup+890.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18879 0 1 0 87003 70 0 0 19 0 11 0 19373201 873226240 40164 4294967295 134512640 134569956 3221224336 3221214616 1131354905 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40164 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 870.73
Current children cumulated vsize (Kb) 852760

[startup+900.049 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18881 0 1 0 87986 70 0 0 16 0 11 0 19373201 873226240 40169 4294967295 134512640 134569956 3221224336 3221214568 1131720146 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40169 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 880.56
Current children cumulated vsize (Kb) 852760

[startup+910.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18882 0 1 0 88977 70 0 0 25 0 11 0 19373201 873226240 40169 4294967295 134512640 134569956 3221224336 3221214528 1131350425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40169 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 890.47
Current children cumulated vsize (Kb) 852760

[startup+920.051 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18884 0 1 0 89960 70 0 0 25 0 11 0 19373201 873226240 40169 4294967295 134512640 134569956 3221224336 3221214568 1131720112 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 40169 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 900.3
Current children cumulated vsize (Kb) 852760

[startup+930.052 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18886 0 1 0 90942 70 0 0 25 0 11 0 19373201 873226240 40169 4294967295 134512640 134569956 3221224336 3221214568 1131720118 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40169 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 910.12
Current children cumulated vsize (Kb) 852760

[startup+940.053 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18888 0 1 0 91925 70 0 0 22 0 11 0 19373201 873226240 40169 4294967295 134512640 134569956 3221224336 3221214524 1131057201 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40169 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 919.95
Current children cumulated vsize (Kb) 852760

[startup+950.053 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18890 0 1 0 92907 70 0 0 20 0 11 0 19373201 873226240 40169 4294967295 134512640 134569956 3221224336 3221214568 1131355012 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40169 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 929.77
Current children cumulated vsize (Kb) 852760

[startup+960.054 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18894 0 1 0 93857 70 0 0 16 0 11 0 19373201 873226240 40783 4294967295 134512640 134569956 3221224336 3221214504 1131389279 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 40783 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 939.27
Current children cumulated vsize (Kb) 852760

[startup+970.054 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18902 0 1 0 94795 70 0 0 17 0 11 0 19373201 873226240 40783 4294967295 134512640 134569956 3221224336 3221214600 1131861205 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40783 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 948.65
Current children cumulated vsize (Kb) 852760

[startup+980.056 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18911 0 1 0 95725 70 0 0 16 0 11 0 19373201 873226240 40783 4294967295 134512640 134569956 3221224336 3221214504 1131389279 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 40783 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 957.95
Current children cumulated vsize (Kb) 852760

[startup+990.057 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18919 0 1 0 96663 70 0 0 16 0 11 0 19373201 873226240 40783 4294967295 134512640 134569956 3221224336 3221214600 1131861105 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 40783 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 967.33
Current children cumulated vsize (Kb) 852760

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18925 0 1 0 97629 70 0 0 21 0 11 0 19373201 873226240 41604 4294967295 134512640 134569956 3221224336 3221214600 1131860958 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 41604 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 976.99
Current children cumulated vsize (Kb) 852760

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18931 0 1 0 98626 71 0 0 21 0 11 0 19373201 873226240 41604 4294967295 134512640 134569956 3221224336 3221214600 1131861205 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 41604 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 986.97
Current children cumulated vsize (Kb) 852760

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18937 0 1 0 99624 71 0 0 20 0 11 0 19373201 873226240 41604 4294967295 134512640 134569956 3221224336 3221214504 1131389689 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 41604 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 996.95
Current children cumulated vsize (Kb) 852760

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18942 0 1 0 100621 71 0 0 19 0 11 0 19373201 873226240 41604 4294967295 134512640 134569956 3221224336 3221214504 1131389569 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 41604 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1006.92
Current children cumulated vsize (Kb) 852760

[startup+1040.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18948 0 1 0 101619 71 0 0 20 0 11 0 19373201 873226240 41604 4294967295 134512640 134569956 3221224336 3221214600 1131861116 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 41604 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1016.9
Current children cumulated vsize (Kb) 852760

[startup+1050.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18952 0 1 0 102617 71 0 0 25 0 11 0 19373201 873226240 41604 4294967295 134512640 134569956 3221224336 3221214600 1131882765 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 41604 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1026.88
Current children cumulated vsize (Kb) 852760

[startup+1060.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18952 0 1 0 103617 71 0 0 25 0 11 0 19373201 873226240 41604 4294967295 134512640 134569956 3221224336 3221214600 1131882694 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 41604 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1036.88
Current children cumulated vsize (Kb) 852760

[startup+1070.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18952 0 1 0 104618 71 0 0 25 0 11 0 19373201 873226240 41604 4294967295 134512640 134569956 3221224336 3221214496 1131417748 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 41604 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1046.89
Current children cumulated vsize (Kb) 852760

[startup+1080.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18952 0 1 0 105618 71 0 0 25 0 11 0 19373201 873226240 41604 4294967295 134512640 134569956 3221224336 3221214492 1131715305 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 41604 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1056.89
Current children cumulated vsize (Kb) 852760

[startup+1090.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18962 0 1 0 106598 71 0 0 17 0 11 0 19373201 873226240 41604 4294967295 134512640 134569956 3221224336 3221214504 1131447023 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 41604 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1066.69
Current children cumulated vsize (Kb) 852760

[startup+1100.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18973 0 1 0 107577 71 0 0 16 0 11 0 19373201 873226240 41604 4294967295 134512640 134569956 3221224336 3221214504 1131447023 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 41604 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1076.48
Current children cumulated vsize (Kb) 852760

[startup+1110.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18983 0 1 0 108559 71 0 0 18 0 11 0 19373201 873226240 41604 4294967295 134512640 134569956 3221224336 3221214600 1131545944 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 41604 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1086.3
Current children cumulated vsize (Kb) 852760

[startup+1120.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18986 0 1 0 109527 72 0 0 20 0 11 0 19373201 873226240 42652 4294967295 134512640 134569956 3221224336 3221214648 1131711395 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 42652 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1095.99
Current children cumulated vsize (Kb) 852760

[startup+1130.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18988 0 1 0 110526 72 0 0 25 0 11 0 19373201 873226240 42652 4294967295 134512640 134569956 3221224336 3221214616 1131354951 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 42652 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1105.98
Current children cumulated vsize (Kb) 852760

[startup+1140.06 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18990 0 1 0 111525 72 0 0 25 0 11 0 19373201 873226240 42652 4294967295 134512640 134569956 3221224336 3221214552 1131389567 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 42652 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1115.97
Current children cumulated vsize (Kb) 852760

[startup+1150.07 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18992 0 1 0 112524 72 0 0 25 0 11 0 19373201 873226240 42652 4294967295 134512640 134569956 3221224336 3221214648 1131711442 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 42652 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1125.96
Current children cumulated vsize (Kb) 852760

[startup+1160.07 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18994 0 1 0 113502 72 0 0 17 0 11 0 19373201 873226240 42655 4294967295 134512640 134569956 3221224336 3221214648 1131711427 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 42655 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1135.74
Current children cumulated vsize (Kb) 852760

[startup+1170.07 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18995 0 1 0 114492 72 0 0 25 0 11 0 19373201 873226240 42655 4294967295 134512640 134569956 3221224336 3221214632 1131710665 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 42655 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1145.64
Current children cumulated vsize (Kb) 852760

[startup+1180.07 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18997 0 1 0 115471 72 0 0 21 0 11 0 19373201 873226240 42655 4294967295 134512640 134569956 3221224336 3221214648 1131711395 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 42655 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1155.43
Current children cumulated vsize (Kb) 852760

[startup+1190.07 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 18999 0 1 0 116450 72 0 0 18 0 11 0 19373201 873226240 42655 4294967295 134512640 134569956 3221224336 3221214648 1131711427 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 42655 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1165.22
Current children cumulated vsize (Kb) 852760

[startup+1200.07 s]
Raw data (loadavg): 1.00 1.00 0.90 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 19001 0 1 0 117429 72 0 0 16 0 11 0 19373201 873226240 42655 4294967295 134512640 134569956 3221224336 3221214648 1131711580 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 42655 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1175.01
Current children cumulated vsize (Kb) 852760

[startup+1210.07 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 19003 0 1 0 118419 72 0 0 23 0 11 0 19373201 873226240 42655 4294967295 134512640 134569956 3221224336 3221214576 1131715321 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 42655 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1184.91
Current children cumulated vsize (Kb) 852760

[startup+1220.07 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 19005 0 1 0 119398 72 0 0 19 0 11 0 19373201 873226240 42655 4294967295 134512640 134569956 3221224336 3221214504 1131389567 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4297/statm): 213190 42655 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1194.7
Current children cumulated vsize (Kb) 852760

[startup+1230.07 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 19007 0 1 0 120378 72 0 0 16 0 11 0 19373201 873226240 42655 4294967295 134512640 134569956 3221224336 3221214568 1131720118 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 42655 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1204.5
Current children cumulated vsize (Kb) 852760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1230.07 s]
Raw data (loadavg): 1.00 1.00 0.91 2/65 4307
Raw data (/proc/4297/stat): 4297 (java) R 4296 4297 4060 0 -1 0 19007 0 1 0 120378 72 0 0 16 0 11 0 19373201 873226240 42655 4294967295 134512640 134569956 3221224336 3221214600 1131711395 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4297/statm): 213190 42655 13129 16 0 213174 0
[pid=4297] vsize: 852760
Current children cumulated CPU time (s) 1204.5
Current children cumulated vsize (Kb) 852760

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

Child status: 143
Real time (s): 1230.21
CPU time (s): 1253.74
CPU user time (s): 1251.43
CPU system time (s): 2.30765
CPU usage (%): 101.912
Max. virtual memory (cumulated for all children) (Kb): 867076

Verifier Data

ERROR: no interpretation found !