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-swath2.opb
MD5SUM0c26e65f0a67107cc10849baae774e12
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 202485512285885
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 variables38571
Total number of constraints7608
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2599
Number of constraints which are nor clauses,nor cardinality constraints5009
Minimum length of a constraint1
Maximum length of a constraint36970

Trace number 8952

Launcher Data

LAUNCH ON wulflinc7 THE 2005-09-23 10:10:02 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6985 boxname=wulflinc7 idbench=1125 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  0c26e65f0a67107cc10849baae774e12  /oldhome/oroussel/tmp/wulflinc7/normalized-mps-v2-13-7-swath2.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc7/normalized-mps-v2-13-7-swath2.opb
IDLAUNCH: 6985
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.220
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	: 2
cpu MHz		: 451.220
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:        942924 kB
Buffers:          9204 kB
Cached:          65324 kB
SwapCached:          0 kB
Active:          45616 kB
Inactive:        31748 kB
HighTotal:      131008 kB
HighFree:        61768 kB
LowTotal:       903652 kB
LowFree:        881156 kB
SwapTotal:     2097136 kB
SwapFree:      2097136 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           6964 kB
Slab:             8740 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:34 (client local time) WITH STATUS 143 IN 1235.17 SECONDS
stats: 6985 7 1235.17 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/wulflinc7/normalized-mps-v2-13-7-swath2.opb
c reading problem ... done. Time 14.867 ms.
c #vars     38571
c #constraints  5305
c starts		: 1
c conflicts		: 7
c decisions		: 18393
c propagations		: 58968
c inspects		: 36349
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 6
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)	: 15.156296995191811
c non guided choices	20
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1228.522

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/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 19 0 0 0 0 0 0 0 19 0 1 0 19372944 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 39 3 38 16 0 23 0
[pid=4299] 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/4299
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=4300
New thread pid=4301
New thread pid=4302
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=4303
New thread pid=4304
New thread pid=4305
New thread pid=4306
New thread pid=4307
New thread pid=4308
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/wulflinc7/normalized-mps-v2-13-7-swath2.opb

[startup+10.0029 s]
Raw data (loadavg): 0.99 1.00 0.73 2/64 4308
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18112 0 1 0 714 54 0 0 25 0 10 0 19372944 855203840 24201 4294967295 134512640 134569956 3221224336 3221214320 1131383926 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208790 24201 13129 16 0 208774 0
[pid=4299] vsize: 835160
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (Kb) 835160
New thread pid=4309

[startup+20.0035 s]
Raw data (loadavg): 0.99 1.00 0.74 3/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18144 0 1 0 1513 58 0 0 25 0 11 0 19372944 856780800 32510 4294967295 134512640 134569956 3221224336 3221214528 1131440148 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 209175 32510 13129 16 0 209159 0
[pid=4299] vsize: 836700
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (Kb) 836700

[startup+30.0041 s]
Raw data (loadavg): 0.99 1.00 0.74 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18164 0 1 0 2421 59 0 0 24 0 11 0 19372944 855732224 33273 4294967295 134512640 134569956 3221224336 3221214668 1131057254 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208919 33273 13129 16 0 208903 0
[pid=4299] vsize: 835676
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (Kb) 835676

[startup+40.0047 s]
Raw data (loadavg): 0.99 1.00 0.74 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18173 0 1 0 3376 59 0 0 25 0 11 0 19372944 854589440 33011 4294967295 134512640 134569956 3221224336 3221214648 1131439599 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208640 33011 13129 16 0 208624 0
[pid=4299] vsize: 834560
Current children cumulated CPU time (s) 34.35
Current children cumulated vsize (Kb) 834560

[startup+50.0054 s]
Raw data (loadavg): 0.99 1.00 0.74 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18180 0 1 0 4340 59 0 0 25 0 11 0 19372944 855638016 33104 4294967295 134512640 134569956 3221224336 3221214620 1131057275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 33104 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 43.99
Current children cumulated vsize (Kb) 835584

[startup+60.006 s]
Raw data (loadavg): 0.99 1.00 0.74 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18183 0 1 0 5319 60 0 0 25 0 11 0 19372944 855638016 33117 4294967295 134512640 134569956 3221224336 3221214632 1131634897 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 33117 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 53.79
Current children cumulated vsize (Kb) 835584

[startup+70.0057 s]
Raw data (loadavg): 0.99 1.00 0.75 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18183 0 1 0 6318 60 0 0 25 0 11 0 19372944 855638016 33120 4294967295 134512640 134569956 3221224336 3221214672 1131638116 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 33120 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 63.78
Current children cumulated vsize (Kb) 835584

[startup+80.0063 s]
Raw data (loadavg): 0.99 1.00 0.75 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18184 0 1 0 7318 60 0 0 25 0 11 0 19372944 855638016 33120 4294967295 134512640 134569956 3221224336 3221214672 1131638140 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 33120 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 73.78
Current children cumulated vsize (Kb) 835584

[startup+90.0059 s]
Raw data (loadavg): 0.99 1.00 0.75 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) S 4298 4299 4059 0 -1 0 18188 0 1 0 8299 60 0 0 25 0 11 0 19372944 855638016 33172 4294967295 134512640 134569956 3221224336 3221213192 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 33172 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 83.59
Current children cumulated vsize (Kb) 835584

[startup+100.006 s]
Raw data (loadavg): 0.99 1.00 0.75 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18195 0 1 0 9191 60 0 0 17 0 11 0 19372944 855638016 33256 4294967295 134512640 134569956 3221224336 3221214552 1131439265 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 33256 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 92.51
Current children cumulated vsize (Kb) 835584

[startup+110.006 s]
Raw data (loadavg): 0.99 1.00 0.75 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18204 0 1 0 10070 60 0 0 16 0 11 0 19372944 855638016 33445 4294967295 134512640 134569956 3221224336 3221214648 1131533498 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 33445 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (Kb) 835584

[startup+120.007 s]
Raw data (loadavg): 0.99 1.00 0.76 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18213 0 1 0 10969 60 0 0 16 0 11 0 19372944 855638016 33446 4294967295 134512640 134569956 3221224336 3221214552 1131440384 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 33446 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 110.29
Current children cumulated vsize (Kb) 835584

[startup+130.007 s]
Raw data (loadavg): 0.99 1.00 0.76 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18223 0 1 0 11909 61 0 0 18 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214648 1131531531 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 119.7
Current children cumulated vsize (Kb) 835584

[startup+140.008 s]
Raw data (loadavg): 0.99 1.00 0.76 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18233 0 1 0 12903 61 0 0 22 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214552 1131439727 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 129.64
Current children cumulated vsize (Kb) 835584

[startup+150.009 s]
Raw data (loadavg): 0.99 1.00 0.76 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18244 0 1 0 13898 61 0 0 24 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214552 1131439235 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 139.59
Current children cumulated vsize (Kb) 835584

[startup+160.009 s]
Raw data (loadavg): 0.99 1.00 0.76 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18255 0 1 0 14892 61 0 0 18 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214552 1131439662 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 149.53
Current children cumulated vsize (Kb) 835584

[startup+170.009 s]
Raw data (loadavg): 0.99 1.00 0.77 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18266 0 1 0 15886 62 0 0 17 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214648 1131532668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 159.48
Current children cumulated vsize (Kb) 835584

[startup+180.01 s]
Raw data (loadavg): 0.99 1.00 0.77 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18277 0 1 0 16880 62 0 0 17 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214552 1131439599 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 169.42
Current children cumulated vsize (Kb) 835584

[startup+190.01 s]
Raw data (loadavg): 0.99 1.00 0.77 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18288 0 1 0 17875 62 0 0 21 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214552 1131439599 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 179.37
Current children cumulated vsize (Kb) 835584

[startup+200.01 s]
Raw data (loadavg): 0.99 1.00 0.77 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18300 0 1 0 18869 62 0 0 16 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214648 1131531531 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 189.31
Current children cumulated vsize (Kb) 835584

[startup+210.011 s]
Raw data (loadavg): 0.99 1.00 0.77 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18311 0 1 0 19864 62 0 0 18 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214552 1131440160 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 199.26
Current children cumulated vsize (Kb) 835584

[startup+220.012 s]
Raw data (loadavg): 0.99 1.00 0.78 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18322 0 1 0 20858 62 0 0 18 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214552 1131439618 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 209.2
Current children cumulated vsize (Kb) 835584

[startup+230.013 s]
Raw data (loadavg): 0.99 1.00 0.78 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18333 0 1 0 21853 63 0 0 17 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214648 1131533849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 219.16
Current children cumulated vsize (Kb) 835584

[startup+240.013 s]
Raw data (loadavg): 0.99 1.00 0.78 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18345 0 1 0 22846 63 0 0 22 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214648 1131531566 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 229.09
Current children cumulated vsize (Kb) 835584

[startup+250.014 s]
Raw data (loadavg): 0.99 1.00 0.78 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18357 0 1 0 23840 63 0 0 19 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214552 1131439652 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 239.03
Current children cumulated vsize (Kb) 835584

[startup+260.015 s]
Raw data (loadavg): 0.99 1.00 0.78 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18367 0 1 0 24834 63 0 0 20 0 11 0 19372944 855638016 34133 4294967295 134512640 134569956 3221224336 3221214648 1131533432 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34133 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 248.97
Current children cumulated vsize (Kb) 835584

[startup+270.014 s]
Raw data (loadavg): 0.99 1.00 0.79 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18375 0 1 0 25829 63 0 0 17 0 11 0 19372944 855638016 34134 4294967295 134512640 134569956 3221224336 3221214552 1131440108 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34134 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 258.92
Current children cumulated vsize (Kb) 835584

[startup+280.016 s]
Raw data (loadavg): 0.99 1.00 0.79 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18379 0 1 0 26825 64 0 0 25 0 11 0 19372944 855638016 34135 4294967295 134512640 134569956 3221224336 3221214704 1131638086 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34135 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 268.89
Current children cumulated vsize (Kb) 835584

[startup+290.017 s]
Raw data (loadavg): 0.99 1.00 0.79 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18382 0 1 0 27821 64 0 0 21 0 11 0 19372944 855638016 34137 4294967295 134512640 134569956 3221224336 3221214704 1131638086 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34137 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 278.85
Current children cumulated vsize (Kb) 835584

[startup+300.016 s]
Raw data (loadavg): 0.99 1.00 0.79 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18394 0 1 0 28804 64 0 0 22 0 11 0 19372944 855638016 34137 4294967295 134512640 134569956 3221224336 3221214552 1131439599 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34137 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 288.68
Current children cumulated vsize (Kb) 835584

[startup+310.017 s]
Raw data (loadavg): 0.99 1.00 0.79 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18406 0 1 0 29786 64 0 0 25 0 11 0 19372944 855638016 34161 4294967295 134512640 134569956 3221224336 3221214552 1131439599 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34161 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 298.5
Current children cumulated vsize (Kb) 835584

[startup+320.018 s]
Raw data (loadavg): 0.99 1.00 0.79 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18418 0 1 0 30775 65 0 0 18 0 11 0 19372944 855638016 34233 4294967295 134512640 134569956 3221224336 3221214648 1131533498 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34233 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 308.4
Current children cumulated vsize (Kb) 835584

[startup+330.018 s]
Raw data (loadavg): 1.07 1.01 0.80 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18430 0 1 0 31769 65 0 0 18 0 11 0 19372944 855638016 34233 4294967295 134512640 134569956 3221224336 3221214552 1131439141 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34233 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 318.34
Current children cumulated vsize (Kb) 835584

[startup+340.019 s]
Raw data (loadavg): 1.06 1.01 0.80 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18442 0 1 0 32762 65 0 0 25 0 11 0 19372944 855638016 34234 4294967295 134512640 134569956 3221224336 3221214552 1131439141 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34234 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 328.27
Current children cumulated vsize (Kb) 835584

[startup+350.019 s]
Raw data (loadavg): 1.05 1.01 0.81 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18455 0 1 0 33756 66 0 0 17 0 11 0 19372944 855638016 34234 4294967295 134512640 134569956 3221224336 3221214552 1131439529 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34234 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 338.22
Current children cumulated vsize (Kb) 835584

[startup+360.019 s]
Raw data (loadavg): 1.04 1.01 0.81 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18467 0 1 0 34749 66 0 0 18 0 11 0 19372944 855638016 34235 4294967295 134512640 134569956 3221224336 3221214552 1131439170 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34235 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 348.15
Current children cumulated vsize (Kb) 835584

[startup+370.019 s]
Raw data (loadavg): 1.04 1.01 0.81 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18479 0 1 0 35742 66 0 0 17 0 11 0 19372944 855638016 34235 4294967295 134512640 134569956 3221224336 3221214552 1131440053 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34235 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 358.08
Current children cumulated vsize (Kb) 835584

[startup+380.019 s]
Raw data (loadavg): 1.03 1.01 0.81 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18491 0 1 0 36736 66 0 0 18 0 11 0 19372944 855638016 34235 4294967295 134512640 134569956 3221224336 3221214648 1131533494 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34235 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 368.02
Current children cumulated vsize (Kb) 835584

[startup+390.021 s]
Raw data (loadavg): 1.03 1.01 0.81 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18503 0 1 0 37730 66 0 0 17 0 11 0 19372944 855638016 34235 4294967295 134512640 134569956 3221224336 3221214504 1131439235 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34235 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 377.96
Current children cumulated vsize (Kb) 835584

[startup+400.022 s]
Raw data (loadavg): 1.02 1.01 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18515 0 1 0 38725 67 0 0 18 0 11 0 19372944 855638016 34236 4294967295 134512640 134569956 3221224336 3221214600 1131532577 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34236 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 387.92
Current children cumulated vsize (Kb) 835584

[startup+410.022 s]
Raw data (loadavg): 1.02 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18527 0 1 0 39718 67 0 0 25 0 11 0 19372944 855638016 34236 4294967295 134512640 134569956 3221224336 3221214504 1131439557 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34236 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 397.85
Current children cumulated vsize (Kb) 835584

[startup+420.023 s]
Raw data (loadavg): 1.01 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18539 0 1 0 40712 67 0 0 17 0 11 0 19372944 855638016 34237 4294967295 134512640 134569956 3221224336 3221214600 1131532554 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34237 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 407.79
Current children cumulated vsize (Kb) 835584

[startup+430.024 s]
Raw data (loadavg): 1.01 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18551 0 1 0 41706 68 0 0 17 0 11 0 19372944 855638016 34237 4294967295 134512640 134569956 3221224336 3221214600 1131533498 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34237 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 417.74
Current children cumulated vsize (Kb) 835584

[startup+440.024 s]
Raw data (loadavg): 1.01 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18563 0 1 0 42700 68 0 0 19 0 11 0 19372944 855638016 34237 4294967295 134512640 134569956 3221224336 3221214600 1131533498 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34237 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 427.68
Current children cumulated vsize (Kb) 835584

[startup+450.024 s]
Raw data (loadavg): 1.01 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18575 0 1 0 43694 68 0 0 22 0 11 0 19372944 855638016 34237 4294967295 134512640 134569956 3221224336 3221214504 1131439599 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34237 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 437.62
Current children cumulated vsize (Kb) 835584

[startup+460.025 s]
Raw data (loadavg): 1.01 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18587 0 1 0 44688 68 0 0 18 0 11 0 19372944 855638016 34237 4294967295 134512640 134569956 3221224336 3221214504 1131439950 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34237 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 447.56
Current children cumulated vsize (Kb) 835584

[startup+470.025 s]
Raw data (loadavg): 1.00 1.00 0.82 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18599 0 1 0 45682 68 0 0 19 0 11 0 19372944 855638016 34237 4294967295 134512640 134569956 3221224336 3221214600 1131533498 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34237 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 457.5
Current children cumulated vsize (Kb) 835584

[startup+480.026 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18611 0 1 0 46676 68 0 0 19 0 11 0 19372944 855638016 34237 4294967295 134512640 134569956 3221224336 3221214600 1131533263 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34237 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 467.44
Current children cumulated vsize (Kb) 835584

[startup+490.026 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18623 0 1 0 47669 68 0 0 17 0 11 0 19372944 855638016 34238 4294967295 134512640 134569956 3221224336 3221214600 1131532618 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34238 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 477.37
Current children cumulated vsize (Kb) 835584

[startup+500.026 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18635 0 1 0 48663 69 0 0 22 0 11 0 19372944 855638016 34238 4294967295 134512640 134569956 3221224336 3221214504 1131439133 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34238 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 487.32
Current children cumulated vsize (Kb) 835584

[startup+510.027 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18647 0 1 0 49657 69 0 0 17 0 11 0 19372944 855638016 34238 4294967295 134512640 134569956 3221224336 3221214504 1131439599 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34238 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 497.26
Current children cumulated vsize (Kb) 835584

[startup+520.028 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18658 0 1 0 50651 69 0 0 22 0 11 0 19372944 855638016 34238 4294967295 134512640 134569956 3221224336 3221214504 1131439156 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34238 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 507.2
Current children cumulated vsize (Kb) 835584

[startup+530.029 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18670 0 1 0 51646 69 0 0 19 0 11 0 19372944 855638016 34239 4294967295 134512640 134569956 3221224336 3221214504 1131440157 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34239 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 517.15
Current children cumulated vsize (Kb) 835584

[startup+540.03 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18681 0 1 0 52640 69 0 0 19 0 11 0 19372944 855638016 34239 4294967295 134512640 134569956 3221224336 3221214416 1131366172 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34239 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 527.09
Current children cumulated vsize (Kb) 835584

[startup+550.029 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18692 0 1 0 53634 70 0 0 17 0 11 0 19372944 855638016 34239 4294967295 134512640 134569956 3221224336 3221214504 1131440160 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34239 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 537.04
Current children cumulated vsize (Kb) 835584

[startup+560.03 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18703 0 1 0 54628 70 0 0 21 0 11 0 19372944 855638016 34240 4294967295 134512640 134569956 3221224336 3221214504 1131439599 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34240 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 546.98
Current children cumulated vsize (Kb) 835584

[startup+570.029 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18714 0 1 0 55621 70 0 0 25 0 11 0 19372944 855638016 34240 4294967295 134512640 134569956 3221224336 3221214600 1131531600 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34240 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 556.91
Current children cumulated vsize (Kb) 835584

[startup+580.031 s]
Raw data (loadavg): 1.00 1.00 0.83 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18725 0 1 0 56615 71 0 0 20 0 11 0 19372944 855638016 34241 4294967295 134512640 134569956 3221224336 3221214504 1131439599 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34241 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 566.86
Current children cumulated vsize (Kb) 835584

[startup+590.032 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18737 0 1 0 57608 71 0 0 18 0 11 0 19372944 855638016 34242 4294967295 134512640 134569956 3221224336 3221214504 1131439141 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34242 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 576.79
Current children cumulated vsize (Kb) 835584

[startup+600.031 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18748 0 1 0 58602 71 0 0 17 0 11 0 19372944 855638016 34242 4294967295 134512640 134569956 3221224336 3221214600 1131532618 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34242 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 586.73
Current children cumulated vsize (Kb) 835584

[startup+610.032 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18759 0 1 0 59596 72 0 0 17 0 11 0 19372944 855638016 34244 4294967295 134512640 134569956 3221224336 3221214504 1131439227 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34244 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 596.68
Current children cumulated vsize (Kb) 835584

[startup+620.032 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18770 0 1 0 60589 72 0 0 24 0 11 0 19372944 855638016 34245 4294967295 134512640 134569956 3221224336 3221214600 1131531531 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34245 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 606.61
Current children cumulated vsize (Kb) 835584

[startup+630.033 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18778 0 1 0 61572 72 0 0 18 0 11 0 19372944 855638016 34245 4294967295 134512640 134569956 3221224336 3221214720 1131568355 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34245 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 616.44
Current children cumulated vsize (Kb) 835584

[startup+640.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18780 0 1 0 62547 72 0 0 18 0 11 0 19372944 855638016 34668 4294967295 134512640 134569956 3221224336 3221214688 1131368291 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34668 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 626.19
Current children cumulated vsize (Kb) 835584

[startup+650.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18782 0 1 0 63529 72 0 0 17 0 11 0 19372944 855638016 34668 4294967295 134512640 134569956 3221224336 3221214688 1131368312 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34668 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 636.01
Current children cumulated vsize (Kb) 835584

[startup+660.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18783 0 1 0 64520 72 0 0 21 0 11 0 19372944 855638016 34668 4294967295 134512640 134569956 3221224336 3221214720 1131568387 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34668 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 645.92
Current children cumulated vsize (Kb) 835584

[startup+670.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18785 0 1 0 65503 72 0 0 18 0 11 0 19372944 855638016 34668 4294967295 134512640 134569956 3221224336 3221214720 1131568466 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34668 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 655.75
Current children cumulated vsize (Kb) 835584

[startup+680.034 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) S 4298 4299 4059 0 -1 0 18786 0 1 0 66489 72 0 0 16 0 11 0 19372944 855638016 34668 4294967295 134512640 134569956 3221224336 3221213368 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34668 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 665.61
Current children cumulated vsize (Kb) 835584

[startup+690.035 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18788 0 1 0 67475 72 0 0 25 0 11 0 19372944 855638016 34668 4294967295 134512640 134569956 3221224336 3221214720 1131568387 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34668 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 675.47
Current children cumulated vsize (Kb) 835584

[startup+700.036 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18790 0 1 0 68456 72 0 0 18 0 11 0 19372944 855638016 34668 4294967295 134512640 134569956 3221224336 3221214688 1131368312 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34668 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 685.28
Current children cumulated vsize (Kb) 835584

[startup+710.036 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18791 0 1 0 69448 73 0 0 25 0 11 0 19372944 855638016 34670 4294967295 134512640 134569956 3221224336 3221214688 1131566978 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34670 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 695.21
Current children cumulated vsize (Kb) 835584

[startup+720.036 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18793 0 1 0 70430 73 0 0 21 0 11 0 19372944 855638016 34670 4294967295 134512640 134569956 3221224336 3221214704 1131524361 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34670 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 705.03
Current children cumulated vsize (Kb) 835584

[startup+730.038 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18795 0 1 0 71412 73 0 0 17 0 11 0 19372944 855638016 34670 4294967295 134512640 134569956 3221224336 3221214720 1131568387 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34670 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 714.85
Current children cumulated vsize (Kb) 835584

[startup+740.038 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18796 0 1 0 72403 73 0 0 25 0 11 0 19372944 855638016 34670 4294967295 134512640 134569956 3221224336 3221214624 1131400877 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34670 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 724.76
Current children cumulated vsize (Kb) 835584

[startup+750.038 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18798 0 1 0 73385 73 0 0 19 0 11 0 19372944 855638016 34670 4294967295 134512640 134569956 3221224336 3221214720 1131568355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34670 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 734.58
Current children cumulated vsize (Kb) 835584

[startup+760.039 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18799 0 1 0 74377 73 0 0 25 0 11 0 19372944 855638016 34670 4294967295 134512640 134569956 3221224336 3221214688 1131368232 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34670 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 744.5
Current children cumulated vsize (Kb) 835584

[startup+770.039 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18801 0 1 0 75359 73 0 0 22 0 11 0 19372944 855638016 34670 4294967295 134512640 134569956 3221224336 3221214688 1131368263 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34670 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 754.32
Current children cumulated vsize (Kb) 835584

[startup+780.04 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18803 0 1 0 76341 73 0 0 18 0 11 0 19372944 855638016 34670 4294967295 134512640 134569956 3221224336 3221214624 1131401653 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34670 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 764.14
Current children cumulated vsize (Kb) 835584

[startup+790.04 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18804 0 1 0 77332 73 0 0 25 0 11 0 19372944 855638016 34670 4294967295 134512640 134569956 3221224336 3221214688 1131566960 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34670 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 774.05
Current children cumulated vsize (Kb) 835584

[startup+800.041 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18806 0 1 0 78314 73 0 0 19 0 11 0 19372944 855638016 34670 4294967295 134512640 134569956 3221224336 3221214720 1131568355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34670 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 783.87
Current children cumulated vsize (Kb) 835584

[startup+810.042 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18807 0 1 0 79305 73 0 0 25 0 11 0 19372944 855638016 34670 4294967295 134512640 134569956 3221224336 3221214688 1131566960 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34670 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 793.78
Current children cumulated vsize (Kb) 835584

[startup+820.042 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18809 0 1 0 80287 73 0 0 24 0 11 0 19372944 855638016 34670 4294967295 134512640 134569956 3221224336 3221214648 1131347161 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34670 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 803.6
Current children cumulated vsize (Kb) 835584

[startup+830.043 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18811 0 1 0 81269 73 0 0 18 0 11 0 19372944 855638016 34675 4294967295 134512640 134569956 3221224336 3221214696 1131498161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 34675 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 813.42
Current children cumulated vsize (Kb) 835584

[startup+840.044 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18812 0 1 0 82260 73 0 0 25 0 11 0 19372944 855638016 34675 4294967295 134512640 134569956 3221224336 3221214716 1131524320 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34675 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 823.33
Current children cumulated vsize (Kb) 835584

[startup+850.043 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18814 0 1 0 83242 73 0 0 19 0 11 0 19372944 855638016 34675 4294967295 134512640 134569956 3221224336 3221214688 1131567022 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34675 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 833.15
Current children cumulated vsize (Kb) 835584

[startup+860.044 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18816 0 1 0 84215 73 0 0 15 0 11 0 19372944 855638016 34675 4294967295 134512640 134569956 3221224336 3221214504 1131439555 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 34675 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 842.88
Current children cumulated vsize (Kb) 835584

[startup+870.043 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18824 0 1 0 85140 73 0 0 16 0 11 0 19372944 855638016 35254 4294967295 134512640 134569956 3221224336 3221214504 1131401167 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 35254 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 852.13
Current children cumulated vsize (Kb) 835584

[startup+880.045 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18832 0 1 0 86076 73 0 0 16 0 11 0 19372944 855638016 35254 4294967295 134512640 134569956 3221224336 3221214504 1131401159 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 35254 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 861.49
Current children cumulated vsize (Kb) 835584

[startup+890.046 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18840 0 1 0 87013 73 0 0 16 0 11 0 19372944 855638016 35254 4294967295 134512640 134569956 3221224336 3221214504 1131401137 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 35254 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 870.86
Current children cumulated vsize (Kb) 835584

[startup+900.045 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18848 0 1 0 87956 73 0 0 18 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214504 1131439557 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 880.29
Current children cumulated vsize (Kb) 835584

[startup+910.046 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18856 0 1 0 88952 74 0 0 22 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214504 1131439687 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 890.26
Current children cumulated vsize (Kb) 835584

[startup+920.047 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18865 0 1 0 89948 74 0 0 18 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214504 1131439599 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 900.22
Current children cumulated vsize (Kb) 835584

[startup+930.047 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18871 0 1 0 90945 75 0 0 19 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614566 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 910.2
Current children cumulated vsize (Kb) 835584

[startup+940.048 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18877 0 1 0 91943 75 0 0 19 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614362 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 920.18
Current children cumulated vsize (Kb) 835584

[startup+950.049 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18883 0 1 0 92940 75 0 0 17 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614711 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 930.15
Current children cumulated vsize (Kb) 835584

[startup+960.049 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18889 0 1 0 93938 75 0 0 20 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214504 1131439227 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 940.13
Current children cumulated vsize (Kb) 835584

[startup+970.049 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18895 0 1 0 94935 75 0 0 25 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214504 1131401167 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 950.1
Current children cumulated vsize (Kb) 835584

[startup+980.051 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18901 0 1 0 95933 75 0 0 25 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214504 1131401167 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 960.08
Current children cumulated vsize (Kb) 835584

[startup+990.051 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18907 0 1 0 96930 75 0 0 25 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614491 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 970.05
Current children cumulated vsize (Kb) 835584

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18912 0 1 0 97928 75 0 0 25 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614599 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 980.03
Current children cumulated vsize (Kb) 835584

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18918 0 1 0 98925 75 0 0 17 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614381 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 990
Current children cumulated vsize (Kb) 835584

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18923 0 1 0 99923 75 0 0 25 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614381 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 999.98
Current children cumulated vsize (Kb) 835584

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18929 0 1 0 100921 75 0 0 25 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614621 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1009.96
Current children cumulated vsize (Kb) 835584

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18934 0 1 0 101918 76 0 0 25 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614621 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1019.94
Current children cumulated vsize (Kb) 835584

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18940 0 1 0 102916 76 0 0 17 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614621 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1029.92
Current children cumulated vsize (Kb) 835584

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18945 0 1 0 103914 76 0 0 25 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614711 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1039.9
Current children cumulated vsize (Kb) 835584

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18950 0 1 0 104912 76 0 0 18 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614614 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1049.88
Current children cumulated vsize (Kb) 835584

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18955 0 1 0 105910 76 0 0 21 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614621 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1059.86
Current children cumulated vsize (Kb) 835584

[startup+1090.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18960 0 1 0 106908 76 0 0 25 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214504 1131400877 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1069.84
Current children cumulated vsize (Kb) 835584

[startup+1100.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18965 0 1 0 107906 76 0 0 17 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131614744 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1079.82
Current children cumulated vsize (Kb) 835584

[startup+1110.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18965 0 1 0 108906 76 0 0 25 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131638086 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1089.82
Current children cumulated vsize (Kb) 835584

[startup+1120.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18965 0 1 0 109906 76 0 0 25 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214600 1131638086 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1099.82
Current children cumulated vsize (Kb) 835584

[startup+1130.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18965 0 1 0 110906 76 0 0 25 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214496 1131412928 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1109.82
Current children cumulated vsize (Kb) 835584

[startup+1140.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18967 0 1 0 111903 76 0 0 17 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214504 1131439599 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1119.79
Current children cumulated vsize (Kb) 835584

[startup+1150.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18978 0 1 0 112894 76 0 0 19 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214504 1131439559 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1129.7
Current children cumulated vsize (Kb) 835584

[startup+1160.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 18989 0 1 0 113883 77 0 0 18 0 11 0 19372944 855638016 36052 4294967295 134512640 134569956 3221224336 3221214504 1131439618 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36052 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1139.6
Current children cumulated vsize (Kb) 835584

[startup+1170.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 19000 0 1 0 114873 77 0 0 20 0 11 0 19372944 855638016 36058 4294967295 134512640 134569956 3221224336 3221214504 1131439137 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36058 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1149.5
Current children cumulated vsize (Kb) 835584

[startup+1180.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 19003 0 1 0 115857 77 0 0 24 0 11 0 19372944 855638016 36058 4294967295 134512640 134569956 3221224336 3221214648 1131568402 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36058 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1159.34
Current children cumulated vsize (Kb) 835584

[startup+1190.06 s]
Raw data (loadavg): 1.08 1.02 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 19005 0 1 0 116829 77 0 0 20 0 11 0 19372944 855638016 36840 4294967295 134512640 134569956 3221224336 3221214648 1131568387 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36840 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1169.06
Current children cumulated vsize (Kb) 835584

[startup+1200.06 s]
Raw data (loadavg): 1.07 1.02 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 19007 0 1 0 117808 77 0 0 17 0 11 0 19372944 855638016 36840 4294967295 134512640 134569956 3221224336 3221214648 1131568355 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4299/statm): 208896 36840 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1178.85
Current children cumulated vsize (Kb) 835584

[startup+1210.06 s]
Raw data (loadavg): 1.06 1.01 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 19008 0 1 0 118798 77 0 0 25 0 11 0 19372944 855638016 36840 4294967295 134512640 134569956 3221224336 3221214648 1131568361 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36840 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1188.75
Current children cumulated vsize (Kb) 835584

[startup+1220.06 s]
Raw data (loadavg): 1.05 1.01 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 19010 0 1 0 119777 77 0 0 21 0 11 0 19372944 855638016 36840 4294967295 134512640 134569956 3221224336 3221214648 1131568466 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36840 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1198.54
Current children cumulated vsize (Kb) 835584

[startup+1230.06 s]
Raw data (loadavg): 1.04 1.01 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 19012 0 1 0 120756 77 0 0 18 0 11 0 19372944 855638016 36840 4294967295 134512640 134569956 3221224336 3221214616 1131566905 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36840 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1208.33
Current children cumulated vsize (Kb) 835584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1230.06 s]
Raw data (loadavg): 1.04 1.01 0.90 2/65 4309
Raw data (/proc/4299/stat): 4299 (java) R 4298 4299 4059 0 -1 0 19012 0 1 0 120756 77 0 0 18 0 11 0 19372944 855638016 36840 4294967295 134512640 134569956 3221224336 3221214596 1131299984 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4299/statm): 208896 36840 13129 16 0 208880 0
[pid=4299] vsize: 835584
Current children cumulated CPU time (s) 1208.33
Current children cumulated vsize (Kb) 835584

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

Child status: 143
Real time (s): 1230.2
CPU time (s): 1235.17
CPU user time (s): 1233.39
CPU system time (s): 1.77673
CPU usage (%): 100.404
Max. virtual memory (cumulated for all children) (Kb): 836700

Verifier Data

ERROR: no interpretation found !