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/unibo/normalized-mps-v2-13-7-blp-ic97.opb
MD5SUMa763f1a89c66e69c15e96e7ec1ddc143
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 81920000000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 32392558579027
Number of bits of the biggest sum of numbers45
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables10959
Total number of constraints10724
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10588
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint1
Maximum length of a constraint9774

Trace number 8954

Launcher Data

LAUNCH ON wulflinc10 THE 2005-09-23 10:10:17 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6997 boxname=wulflinc10 idbench=1137 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  a763f1a89c66e69c15e96e7ec1ddc143  /oldhome/oroussel/tmp/wulflinc10/normalized-mps-v2-13-7-blp-ic97.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc10/normalized-mps-v2-13-7-blp-ic97.opb
IDLAUNCH: 6997
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.193
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.193
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:        941768 kB
Buffers:          9216 kB
Cached:          66332 kB
SwapCached:          0 kB
Active:          47676 kB
Inactive:        30788 kB
HighTotal:      131008 kB
HighFree:        60676 kB
LowTotal:       903652 kB
LowFree:        881092 kB
SwapTotal:     2097136 kB
SwapFree:      2097136 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           6960 kB
Slab:             8808 kB
Committed_AS:    63620 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-23 10:30:37 (client local time) WITH STATUS 143 IN 1229.17 SECONDS
stats: 6997 7 1229.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/wulflinc10/normalized-mps-v2-13-7-blp-ic97.opb
c reading problem ... done. Time 13.279 ms.
c #vars     10959
c #constraints  1059
c starts		: 1
c conflicts		: 1
c decisions		: 20
c propagations		: 1440
c inspects		: 100
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 0
c root simplifications	: 1
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 0.016592195363145084
c non guided choices	20
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1218.734

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

[startup+10.003 s]
Raw data (loadavg): 1.20 1.05 0.76 2/64 4307
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18098 0 1 0 734 51 0 0 25 0 10 0 19362258 856690688 21767 4294967295 134512640 134569956 3221224336 3221214672 1131071619 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209153 21767 13129 16 0 209137 0
[pid=4298] vsize: 836612
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (Kb) 836612
New thread pid=4308

[startup+20.0035 s]
Raw data (loadavg): 1.17 1.04 0.76 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18145 0 1 0 1580 56 0 0 18 0 11 0 19362258 858120192 28142 4294967295 134512640 134569956 3221224336 3221214576 1131609423 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209502 28142 13129 16 0 209486 0
[pid=4298] vsize: 838008
Current children cumulated CPU time (s) 16.36
Current children cumulated vsize (Kb) 838008

[startup+30.0031 s]
Raw data (loadavg): 1.14 1.04 0.76 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18149 0 1 0 2563 56 0 0 25 0 11 0 19362258 858120192 28131 4294967295 134512640 134569956 3221224336 3221214576 1131609327 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209502 28131 13129 16 0 209486 0
[pid=4298] vsize: 838008
Current children cumulated CPU time (s) 26.19
Current children cumulated vsize (Kb) 838008

[startup+40.0037 s]
Raw data (loadavg): 1.12 1.04 0.76 3/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18154 0 1 0 3540 56 0 0 25 0 11 0 19362258 858120192 28132 4294967295 134512640 134569956 3221224336 3221214492 1131092769 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209502 28132 13129 16 0 209486 0
[pid=4298] vsize: 838008
Current children cumulated CPU time (s) 35.96
Current children cumulated vsize (Kb) 838008

[startup+50.0042 s]
Raw data (loadavg): 1.10 1.04 0.76 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18159 0 1 0 4523 56 0 0 25 0 11 0 19362258 858120192 28134 4294967295 134512640 134569956 3221224336 3221214576 1131609636 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209502 28134 13129 16 0 209486 0
[pid=4298] vsize: 838008
Current children cumulated CPU time (s) 45.79
Current children cumulated vsize (Kb) 838008

[startup+60.0048 s]
Raw data (loadavg): 1.16 1.05 0.77 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18163 0 1 0 5506 56 0 0 25 0 11 0 19362258 858120192 28146 4294967295 134512640 134569956 3221224336 3221214576 1131609516 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209502 28146 13129 16 0 209486 0
[pid=4298] vsize: 838008
Current children cumulated CPU time (s) 55.62
Current children cumulated vsize (Kb) 838008

[startup+70.0054 s]
Raw data (loadavg): 1.13 1.05 0.77 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18168 0 1 0 6485 56 0 0 25 0 11 0 19362258 858120192 28146 4294967295 134512640 134569956 3221224336 3221214576 1131609398 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209502 28146 13129 16 0 209486 0
[pid=4298] vsize: 838008
Current children cumulated CPU time (s) 65.41
Current children cumulated vsize (Kb) 838008

[startup+80.0059 s]
Raw data (loadavg): 1.11 1.05 0.77 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18172 0 1 0 7468 56 0 0 25 0 11 0 19362258 858120192 28146 4294967295 134512640 134569956 3221224336 3221214432 1131465602 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209502 28146 13129 16 0 209486 0
[pid=4298] vsize: 838008
Current children cumulated CPU time (s) 75.24
Current children cumulated vsize (Kb) 838008

[startup+90.0065 s]
Raw data (loadavg): 1.10 1.05 0.78 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18177 0 1 0 8451 56 0 0 17 0 11 0 19362258 858120192 28435 4294967295 134512640 134569956 3221224336 3221214576 1131609269 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209502 28435 13129 16 0 209486 0
[pid=4298] vsize: 838008
Current children cumulated CPU time (s) 85.07
Current children cumulated vsize (Kb) 838008

[startup+100.007 s]
Raw data (loadavg): 1.08 1.05 0.78 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18180 0 1 0 9448 56 0 0 25 0 11 0 19362258 858120192 28454 4294967295 134512640 134569956 3221224336 3221214432 1131465557 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209502 28454 13129 16 0 209486 0
[pid=4298] vsize: 838008
Current children cumulated CPU time (s) 95.04
Current children cumulated vsize (Kb) 838008

[startup+110.008 s]
Raw data (loadavg): 1.07 1.04 0.78 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18184 0 1 0 10446 56 0 0 25 0 11 0 19362258 858120192 28454 4294967295 134512640 134569956 3221224336 3221214412 1131077178 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209502 28454 13129 16 0 209486 0
[pid=4298] vsize: 838008
Current children cumulated CPU time (s) 105.02
Current children cumulated vsize (Kb) 838008

[startup+120.008 s]
Raw data (loadavg): 1.06 1.04 0.78 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18187 0 1 0 11445 56 0 0 25 0 11 0 19362258 858120192 28454 4294967295 134512640 134569956 3221224336 3221214576 1131609530 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209502 28454 13129 16 0 209486 0
[pid=4298] vsize: 838008
Current children cumulated CPU time (s) 115.01
Current children cumulated vsize (Kb) 838008

[startup+130.008 s]
Raw data (loadavg): 1.05 1.04 0.78 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18190 0 1 0 12443 56 0 0 25 0 11 0 19362258 858120192 28455 4294967295 134512640 134569956 3221224336 3221214432 1131465520 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209502 28455 13129 16 0 209486 0
[pid=4298] vsize: 838008
Current children cumulated CPU time (s) 124.99
Current children cumulated vsize (Kb) 838008

[startup+140.008 s]
Raw data (loadavg): 1.12 1.05 0.79 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18194 0 1 0 13441 57 0 0 25 0 11 0 19362258 859168768 28743 4294967295 134512640 134569956 3221224336 3221214576 1131609551 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28743 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 134.98
Current children cumulated vsize (Kb) 839032

[startup+150.009 s]
Raw data (loadavg): 1.10 1.05 0.79 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18196 0 1 0 14440 57 0 0 21 0 11 0 19362258 859168768 28743 4294967295 134512640 134569956 3221224336 3221214576 1131609530 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28743 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 144.97
Current children cumulated vsize (Kb) 839032

[startup+160.008 s]
Raw data (loadavg): 1.08 1.05 0.80 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18197 0 1 0 15440 57 0 0 25 0 11 0 19362258 859168768 28743 4294967295 134512640 134569956 3221224336 3221214440 1131619769 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28743 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 154.97
Current children cumulated vsize (Kb) 839032

[startup+170.009 s]
Raw data (loadavg): 1.07 1.05 0.80 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18198 0 1 0 16429 57 0 0 25 0 11 0 19362258 859168768 28748 4294967295 134512640 134569956 3221224336 3221214536 1131373680 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28748 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 164.86
Current children cumulated vsize (Kb) 839032

[startup+180.009 s]
Raw data (loadavg): 1.06 1.05 0.80 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18203 0 1 0 17415 57 0 0 25 0 11 0 19362258 859168768 28748 4294967295 134512640 134569956 3221224336 3221214576 1131609530 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28748 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 174.72
Current children cumulated vsize (Kb) 839032

[startup+190.009 s]
Raw data (loadavg): 1.05 1.04 0.80 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18207 0 1 0 18403 57 0 0 25 0 11 0 19362258 859168768 28748 4294967295 134512640 134569956 3221224336 3221214576 1131609358 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28748 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 184.6
Current children cumulated vsize (Kb) 839032

[startup+200.009 s]
Raw data (loadavg): 1.04 1.04 0.80 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18212 0 1 0 19389 57 0 0 20 0 11 0 19362258 859168768 28753 4294967295 134512640 134569956 3221224336 3221214456 1131712505 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28753 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 194.46
Current children cumulated vsize (Kb) 839032

[startup+210.008 s]
Raw data (loadavg): 1.04 1.04 0.81 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18216 0 1 0 20379 57 0 0 25 0 11 0 19362258 859168768 28753 4294967295 134512640 134569956 3221224336 3221214576 1131609551 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28753 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 204.36
Current children cumulated vsize (Kb) 839032

[startup+220.009 s]
Raw data (loadavg): 1.03 1.04 0.81 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18220 0 1 0 21368 57 0 0 25 0 11 0 19362258 859168768 28753 4294967295 134512640 134569956 3221224336 3221214456 1131711754 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28753 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 214.25
Current children cumulated vsize (Kb) 839032

[startup+230.008 s]
Raw data (loadavg): 1.02 1.04 0.81 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18224 0 1 0 22357 57 0 0 25 0 11 0 19362258 859168768 28753 4294967295 134512640 134569956 3221224336 3221214456 1131710891 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28753 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 224.14
Current children cumulated vsize (Kb) 839032

[startup+240.009 s]
Raw data (loadavg): 1.02 1.04 0.81 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18228 0 1 0 23347 57 0 0 25 0 11 0 19362258 859168768 28753 4294967295 134512640 134569956 3221224336 3221214576 1131609530 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28753 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 234.04
Current children cumulated vsize (Kb) 839032

[startup+250.01 s]
Raw data (loadavg): 1.02 1.03 0.81 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18232 0 1 0 24343 57 0 0 25 0 11 0 19362258 859168768 28925 4294967295 134512640 134569956 3221224336 3221214528 1131600612 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28925 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 244
Current children cumulated vsize (Kb) 839032

[startup+260.009 s]
Raw data (loadavg): 1.01 1.03 0.81 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18236 0 1 0 25342 57 0 0 25 0 11 0 19362258 859168768 28925 4294967295 134512640 134569956 3221224336 3221214576 1131609398 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28925 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 253.99
Current children cumulated vsize (Kb) 839032

[startup+270.01 s]
Raw data (loadavg): 1.01 1.03 0.82 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18239 0 1 0 26340 57 0 0 25 0 11 0 19362258 859168768 28925 4294967295 134512640 134569956 3221224336 3221214532 1131057176 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28925 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 263.97
Current children cumulated vsize (Kb) 839032

[startup+280.009 s]
Raw data (loadavg): 1.01 1.03 0.82 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18242 0 1 0 27337 57 0 0 25 0 11 0 19362258 859168768 28927 4294967295 134512640 134569956 3221224336 3221214472 1131609269 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28927 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 273.94
Current children cumulated vsize (Kb) 839032

[startup+290.01 s]
Raw data (loadavg): 1.01 1.03 0.82 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18244 0 1 0 28337 57 0 0 25 0 11 0 19362258 859168768 28927 4294967295 134512640 134569956 3221224336 3221214472 1131609269 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28927 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 283.94
Current children cumulated vsize (Kb) 839032

[startup+300.009 s]
Raw data (loadavg): 1.01 1.03 0.82 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18246 0 1 0 29336 58 0 0 25 0 11 0 19362258 859168768 28927 4294967295 134512640 134569956 3221224336 3221214424 1131465520 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28927 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 293.94
Current children cumulated vsize (Kb) 839032

[startup+310.009 s]
Raw data (loadavg): 1.00 1.03 0.82 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18247 0 1 0 30335 58 0 0 25 0 11 0 19362258 859168768 28927 4294967295 134512640 134569956 3221224336 3221214472 1131609398 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28927 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 303.93
Current children cumulated vsize (Kb) 839032

[startup+320.01 s]
Raw data (loadavg): 1.00 1.02 0.82 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18251 0 1 0 31334 58 0 0 25 0 11 0 19362258 859168768 28927 4294967295 134512640 134569956 3221224336 3221214516 1131057189 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28927 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 313.92
Current children cumulated vsize (Kb) 839032

[startup+330.01 s]
Raw data (loadavg): 1.00 1.02 0.82 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18255 0 1 0 32332 58 0 0 25 0 11 0 19362258 859168768 28927 4294967295 134512640 134569956 3221224336 3221214512 1131465391 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28927 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 323.9
Current children cumulated vsize (Kb) 839032

[startup+340.011 s]
Raw data (loadavg): 1.00 1.02 0.82 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18259 0 1 0 33330 58 0 0 25 0 11 0 19362258 859168768 28927 4294967295 134512640 134569956 3221224336 3221214512 1131465394 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28927 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 333.88
Current children cumulated vsize (Kb) 839032

[startup+350.011 s]
Raw data (loadavg): 1.00 1.02 0.83 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18264 0 1 0 34328 58 0 0 25 0 11 0 19362258 859168768 28927 4294967295 134512640 134569956 3221224336 3221214608 1131727494 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28927 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 343.86
Current children cumulated vsize (Kb) 839032

[startup+360.012 s]
Raw data (loadavg): 1.00 1.02 0.83 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18268 0 1 0 35326 58 0 0 25 0 11 0 19362258 859168768 28927 4294967295 134512640 134569956 3221224336 3221214512 1131465396 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28927 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 353.84
Current children cumulated vsize (Kb) 839032

[startup+370.012 s]
Raw data (loadavg): 1.00 1.02 0.83 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18272 0 1 0 36324 58 0 0 25 0 11 0 19362258 859168768 28927 4294967295 134512640 134569956 3221224336 3221214516 1131057152 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28927 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 363.82
Current children cumulated vsize (Kb) 839032

[startup+380.012 s]
Raw data (loadavg): 1.00 1.02 0.83 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18276 0 1 0 37322 58 0 0 25 0 11 0 19362258 859168768 28927 4294967295 134512640 134569956 3221224336 3221214472 1131711596 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28927 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 373.8
Current children cumulated vsize (Kb) 839032

[startup+390.013 s]
Raw data (loadavg): 1.00 1.02 0.83 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18280 0 1 0 38320 58 0 0 25 0 11 0 19362258 859168768 28927 4294967295 134512640 134569956 3221224336 3221214512 1131465224 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28927 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 383.78
Current children cumulated vsize (Kb) 839032

[startup+400.012 s]
Raw data (loadavg): 1.00 1.02 0.83 3/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18284 0 1 0 39318 58 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214560 1131609269 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 393.76
Current children cumulated vsize (Kb) 839032

[startup+410.012 s]
Raw data (loadavg): 1.00 1.02 0.83 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18288 0 1 0 40316 58 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214560 1131609269 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 403.74
Current children cumulated vsize (Kb) 839032

[startup+420.012 s]
Raw data (loadavg): 1.00 1.01 0.83 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18291 0 1 0 41316 58 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214472 1131713343 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 413.74
Current children cumulated vsize (Kb) 839032

[startup+430.013 s]
Raw data (loadavg): 1.00 1.01 0.83 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18294 0 1 0 42314 59 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214472 1131711521 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 423.73
Current children cumulated vsize (Kb) 839032

[startup+440.013 s]
Raw data (loadavg): 1.00 1.01 0.83 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18296 0 1 0 43314 59 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214512 1131465394 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 433.73
Current children cumulated vsize (Kb) 839032

[startup+450.014 s]
Raw data (loadavg): 1.00 1.01 0.84 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18298 0 1 0 44313 59 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214560 1131609551 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 443.72
Current children cumulated vsize (Kb) 839032

[startup+460.014 s]
Raw data (loadavg): 1.00 1.01 0.84 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18299 0 1 0 45313 59 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214520 1131373648 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 453.72
Current children cumulated vsize (Kb) 839032

[startup+470.015 s]
Raw data (loadavg): 1.00 1.01 0.84 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18302 0 1 0 46305 59 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214512 1131465273 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 463.64
Current children cumulated vsize (Kb) 839032

[startup+480.015 s]
Raw data (loadavg): 1.00 1.01 0.84 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18306 0 1 0 47295 59 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214560 1131609232 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 473.54
Current children cumulated vsize (Kb) 839032

[startup+490.015 s]
Raw data (loadavg): 1.00 1.01 0.84 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18310 0 1 0 48284 59 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214512 1131465520 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 483.43
Current children cumulated vsize (Kb) 839032

[startup+500.016 s]
Raw data (loadavg): 1.00 1.01 0.84 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18315 0 1 0 49272 59 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214544 1131393720 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 493.31
Current children cumulated vsize (Kb) 839032

[startup+510.016 s]
Raw data (loadavg): 1.00 1.01 0.84 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18319 0 1 0 50261 59 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214472 1131712492 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 503.2
Current children cumulated vsize (Kb) 839032

[startup+520.017 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18323 0 1 0 51251 59 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214512 1131465520 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 513.1
Current children cumulated vsize (Kb) 839032

[startup+530.017 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18327 0 1 0 52241 59 0 0 25 0 11 0 19362258 859168768 28946 4294967295 134512640 134569956 3221224336 3221214544 1131393783 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 28946 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 523
Current children cumulated vsize (Kb) 839032

[startup+540.018 s]
Raw data (loadavg): 1.00 1.00 0.84 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18331 0 1 0 53230 59 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214560 1131609362 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 532.89
Current children cumulated vsize (Kb) 839032

[startup+550.018 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18335 0 1 0 54228 59 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214560 1131609275 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 542.87
Current children cumulated vsize (Kb) 839032

[startup+560.017 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18338 0 1 0 55227 59 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214472 1131710888 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 552.86
Current children cumulated vsize (Kb) 839032

[startup+570.018 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18342 0 1 0 56226 59 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214588 1131299987 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 562.85
Current children cumulated vsize (Kb) 839032

[startup+580.017 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18344 0 1 0 57225 59 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214560 1131609530 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 572.84
Current children cumulated vsize (Kb) 839032

[startup+590.018 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18347 0 1 0 58224 60 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214560 1131609530 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 582.84
Current children cumulated vsize (Kb) 839032

[startup+600.018 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18349 0 1 0 59223 60 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214560 1131609252 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 592.83
Current children cumulated vsize (Kb) 839032

[startup+610.018 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18350 0 1 0 60223 60 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214512 1131465520 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 602.83
Current children cumulated vsize (Kb) 839032

[startup+620.019 s]
Raw data (loadavg): 1.07 1.02 0.86 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18353 0 1 0 61215 60 0 0 17 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214512 1131465864 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 612.75
Current children cumulated vsize (Kb) 839032

[startup+630.019 s]
Raw data (loadavg): 1.06 1.02 0.86 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18357 0 1 0 62204 60 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214608 1131727440 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 622.64
Current children cumulated vsize (Kb) 839032

[startup+640.02 s]
Raw data (loadavg): 1.05 1.01 0.86 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) S 4297 4298 4061 0 -1 0 18362 0 1 0 63192 60 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221213112 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 632.52
Current children cumulated vsize (Kb) 839032

[startup+650.019 s]
Raw data (loadavg): 1.04 1.01 0.86 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18366 0 1 0 64180 60 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214472 1131710947 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 642.4
Current children cumulated vsize (Kb) 839032

[startup+660.019 s]
Raw data (loadavg): 1.04 1.01 0.86 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18370 0 1 0 65168 60 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214608 1131727447 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 652.28
Current children cumulated vsize (Kb) 839032

[startup+670.019 s]
Raw data (loadavg): 1.03 1.01 0.86 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18374 0 1 0 66157 60 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214608 1131727447 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 662.17
Current children cumulated vsize (Kb) 839032

[startup+680.019 s]
Raw data (loadavg): 1.02 1.01 0.86 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18378 0 1 0 67147 60 0 0 25 0 11 0 19362258 859168768 29118 4294967295 134512640 134569956 3221224336 3221214560 1131609398 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29118 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 672.07
Current children cumulated vsize (Kb) 839032

[startup+690.019 s]
Raw data (loadavg): 1.10 1.03 0.87 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18382 0 1 0 68135 60 0 0 25 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214472 1131710848 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 681.95
Current children cumulated vsize (Kb) 839032

[startup+700.02 s]
Raw data (loadavg): 1.08 1.02 0.87 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18386 0 1 0 69134 60 0 0 25 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214560 1131609530 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 691.94
Current children cumulated vsize (Kb) 839032

[startup+710.021 s]
Raw data (loadavg): 1.07 1.02 0.87 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18389 0 1 0 70133 60 0 0 25 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214560 1131609530 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (Kb) 839032

[startup+720.021 s]
Raw data (loadavg): 1.06 1.02 0.87 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18393 0 1 0 71131 61 0 0 25 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214512 1131465427 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 711.92
Current children cumulated vsize (Kb) 839032

[startup+730.021 s]
Raw data (loadavg): 1.05 1.02 0.87 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18395 0 1 0 72131 61 0 0 25 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214560 1131609398 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 721.92
Current children cumulated vsize (Kb) 839032

[startup+740.021 s]
Raw data (loadavg): 1.04 1.02 0.87 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18398 0 1 0 73129 61 0 0 25 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214472 1131710893 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 731.9
Current children cumulated vsize (Kb) 839032

[startup+750.022 s]
Raw data (loadavg): 1.04 1.02 0.88 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18399 0 1 0 74129 61 0 0 25 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214472 1131711534 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 741.9
Current children cumulated vsize (Kb) 839032

[startup+760.021 s]
Raw data (loadavg): 1.03 1.02 0.88 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18400 0 1 0 75129 61 0 0 25 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214560 1131609398 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 751.9
Current children cumulated vsize (Kb) 839032

[startup+770.022 s]
Raw data (loadavg): 1.02 1.02 0.88 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18404 0 1 0 76118 61 0 0 19 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214560 1131609269 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 761.79
Current children cumulated vsize (Kb) 839032

[startup+780.023 s]
Raw data (loadavg): 1.02 1.02 0.88 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18408 0 1 0 77107 61 0 0 25 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214472 1131711560 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 771.68
Current children cumulated vsize (Kb) 839032

[startup+790.023 s]
Raw data (loadavg): 1.02 1.02 0.88 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18413 0 1 0 78093 61 0 0 24 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214560 1131609269 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 781.54
Current children cumulated vsize (Kb) 839032

[startup+800.024 s]
Raw data (loadavg): 1.01 1.02 0.88 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18417 0 1 0 79083 61 0 0 25 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214512 1131465743 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 791.44
Current children cumulated vsize (Kb) 839032

[startup+810.024 s]
Raw data (loadavg): 1.01 1.01 0.88 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18421 0 1 0 80072 61 0 0 25 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214608 1131727616 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 801.33
Current children cumulated vsize (Kb) 839032

[startup+820.025 s]
Raw data (loadavg): 1.01 1.01 0.88 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18425 0 1 0 81061 61 0 0 25 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214604 1131465196 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 811.22
Current children cumulated vsize (Kb) 839032

[startup+830.024 s]
Raw data (loadavg): 1.01 1.01 0.88 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18429 0 1 0 82050 61 0 0 25 0 11 0 19362258 859168768 29310 4294967295 134512640 134569956 3221224336 3221214512 1131465557 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29310 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 821.11
Current children cumulated vsize (Kb) 839032

[startup+840.025 s]
Raw data (loadavg): 1.01 1.01 0.88 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18433 0 1 0 83041 61 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214560 1131609516 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 831.02
Current children cumulated vsize (Kb) 839032

[startup+850.026 s]
Raw data (loadavg): 1.00 1.01 0.89 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18437 0 1 0 84040 61 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214512 1131465520 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 841.01
Current children cumulated vsize (Kb) 839032

[startup+860.025 s]
Raw data (loadavg): 1.00 1.01 0.89 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18440 0 1 0 85039 62 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214472 1131711592 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 851.01
Current children cumulated vsize (Kb) 839032

[startup+870.026 s]
Raw data (loadavg): 1.00 1.01 0.89 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18443 0 1 0 86038 62 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214560 1131609275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 861
Current children cumulated vsize (Kb) 839032

[startup+880.026 s]
Raw data (loadavg): 1.00 1.01 0.89 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18446 0 1 0 87037 62 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214516 1131057186 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 870.99
Current children cumulated vsize (Kb) 839032

[startup+890.027 s]
Raw data (loadavg): 1.00 1.01 0.89 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18448 0 1 0 88036 62 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214560 1131609362 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 880.98
Current children cumulated vsize (Kb) 839032

[startup+900.026 s]
Raw data (loadavg): 1.00 1.01 0.89 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18450 0 1 0 89036 62 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214544 1131393763 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 890.98
Current children cumulated vsize (Kb) 839032

[startup+910.026 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18451 0 1 0 90035 62 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214544 1131393794 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 900.97
Current children cumulated vsize (Kb) 839032

[startup+920.027 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18455 0 1 0 91033 62 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214512 1131465293 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 910.95
Current children cumulated vsize (Kb) 839032

[startup+930.027 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18459 0 1 0 92031 62 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214560 1131609516 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 920.93
Current children cumulated vsize (Kb) 839032

[startup+940.028 s]
Raw data (loadavg): 1.08 1.02 0.90 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18463 0 1 0 93029 62 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214512 1131465557 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 930.91
Current children cumulated vsize (Kb) 839032

[startup+950.028 s]
Raw data (loadavg): 1.07 1.02 0.90 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18468 0 1 0 94027 62 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214512 1131465387 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 940.89
Current children cumulated vsize (Kb) 839032

[startup+960.028 s]
Raw data (loadavg): 1.06 1.02 0.90 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18472 0 1 0 95025 62 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214472 1131710848 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 950.87
Current children cumulated vsize (Kb) 839032

[startup+970.028 s]
Raw data (loadavg): 1.05 1.02 0.90 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18476 0 1 0 96023 62 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214472 1131710891 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 960.85
Current children cumulated vsize (Kb) 839032

[startup+980.028 s]
Raw data (loadavg): 1.04 1.01 0.90 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18480 0 1 0 97021 62 0 0 25 0 11 0 19362258 859168768 29501 4294967295 134512640 134569956 3221224336 3221214560 1131609530 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29501 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 970.83
Current children cumulated vsize (Kb) 839032

[startup+990.029 s]
Raw data (loadavg): 1.03 1.01 0.90 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18484 0 1 0 98020 62 0 0 25 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214512 1131465557 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 980.82
Current children cumulated vsize (Kb) 839032

[startup+1000.03 s]
Raw data (loadavg): 1.03 1.01 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18488 0 1 0 99018 62 0 0 21 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214608 1131727447 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 990.8
Current children cumulated vsize (Kb) 839032

[startup+1010.03 s]
Raw data (loadavg): 1.02 1.01 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18491 0 1 0 100017 62 0 0 25 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214560 1131609530 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1000.79
Current children cumulated vsize (Kb) 839032

[startup+1020.03 s]
Raw data (loadavg): 1.02 1.01 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18494 0 1 0 101016 62 0 0 25 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214560 1131609551 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1010.78
Current children cumulated vsize (Kb) 839032

[startup+1030.03 s]
Raw data (loadavg): 1.02 1.01 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18497 0 1 0 102015 62 0 0 25 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214560 1131609275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1020.77
Current children cumulated vsize (Kb) 839032

[startup+1040.03 s]
Raw data (loadavg): 1.09 1.02 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18499 0 1 0 103014 62 0 0 25 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214560 1131609530 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1030.76
Current children cumulated vsize (Kb) 839032

[startup+1050.03 s]
Raw data (loadavg): 1.08 1.02 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18501 0 1 0 104013 63 0 0 25 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214560 1131609530 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1040.76
Current children cumulated vsize (Kb) 839032

[startup+1060.03 s]
Raw data (loadavg): 1.07 1.02 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18501 0 1 0 105014 63 0 0 25 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214560 1131609708 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1050.77
Current children cumulated vsize (Kb) 839032

[startup+1070.03 s]
Raw data (loadavg): 1.06 1.02 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18505 0 1 0 106002 63 0 0 25 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214520 1131373692 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1060.65
Current children cumulated vsize (Kb) 839032

[startup+1080.03 s]
Raw data (loadavg): 1.05 1.02 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18510 0 1 0 106988 63 0 0 25 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214560 1131609281 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1070.51
Current children cumulated vsize (Kb) 839032

[startup+1090.03 s]
Raw data (loadavg): 1.04 1.02 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18514 0 1 0 107977 63 0 0 25 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214544 1131393763 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1080.4
Current children cumulated vsize (Kb) 839032

[startup+1100.03 s]
Raw data (loadavg): 1.03 1.02 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18518 0 1 0 108966 63 0 0 25 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214512 1131465916 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1090.29
Current children cumulated vsize (Kb) 839032

[startup+1110.03 s]
Raw data (loadavg): 1.03 1.02 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18523 0 1 0 109952 63 0 0 19 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214560 1131609398 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1100.15
Current children cumulated vsize (Kb) 839032

[startup+1120.03 s]
Raw data (loadavg): 1.02 1.02 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18527 0 1 0 110942 63 0 0 21 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214472 1131710848 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1110.05
Current children cumulated vsize (Kb) 839032

[startup+1130.03 s]
Raw data (loadavg): 1.02 1.02 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18531 0 1 0 111931 63 0 0 22 0 11 0 19362258 859168768 29520 4294967295 134512640 134569956 3221224336 3221214512 1131465916 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29520 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1119.94
Current children cumulated vsize (Kb) 839032

[startup+1140.03 s]
Raw data (loadavg): 1.02 1.02 0.91 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18535 0 1 0 112924 64 0 0 19 0 11 0 19362258 859168768 29712 4294967295 134512640 134569956 3221224336 3221214472 1131710891 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29712 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1129.88
Current children cumulated vsize (Kb) 839032

[startup+1150.03 s]
Raw data (loadavg): 1.09 1.03 0.92 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18538 0 1 0 113923 64 0 0 25 0 11 0 19362258 859168768 29712 4294967295 134512640 134569956 3221224336 3221214516 1131057182 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29712 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1139.87
Current children cumulated vsize (Kb) 839032

[startup+1160.03 s]
Raw data (loadavg): 1.07 1.03 0.92 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18542 0 1 0 114922 64 0 0 25 0 11 0 19362258 859168768 29712 4294967295 134512640 134569956 3221224336 3221214608 1131727447 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29712 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1149.86
Current children cumulated vsize (Kb) 839032

[startup+1170.03 s]
Raw data (loadavg): 1.06 1.03 0.92 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18545 0 1 0 115921 64 0 0 25 0 11 0 19362258 859168768 29712 4294967295 134512640 134569956 3221224336 3221214516 1131057164 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29712 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1159.85
Current children cumulated vsize (Kb) 839032

[startup+1180.03 s]
Raw data (loadavg): 1.05 1.03 0.92 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18547 0 1 0 116920 64 0 0 25 0 11 0 19362258 859168768 29712 4294967295 134512640 134569956 3221224336 3221214472 1131711537 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29712 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1169.84
Current children cumulated vsize (Kb) 839032

[startup+1190.03 s]
Raw data (loadavg): 1.04 1.03 0.92 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18550 0 1 0 117919 64 0 0 25 0 11 0 19362258 859168768 29712 4294967295 134512640 134569956 3221224336 3221214560 1131609275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4298/statm): 209758 29712 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1179.83
Current children cumulated vsize (Kb) 839032

[startup+1200.03 s]
Raw data (loadavg): 1.04 1.02 0.92 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18551 0 1 0 118919 64 0 0 25 0 11 0 19362258 859168768 29712 4294967295 134512640 134569956 3221224336 3221214608 1131727440 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29712 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1189.83
Current children cumulated vsize (Kb) 839032

[startup+1210.03 s]
Raw data (loadavg): 1.03 1.02 0.92 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18552 0 1 0 119919 64 0 0 25 0 11 0 19362258 859168768 29712 4294967295 134512640 134569956 3221224336 3221214560 1131609275 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29712 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1199.83
Current children cumulated vsize (Kb) 839032

[startup+1220.03 s]
Raw data (loadavg): 1.02 1.02 0.92 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18556 0 1 0 120916 64 0 0 25 0 11 0 19362258 859168768 29712 4294967295 134512640 134569956 3221224336 3221214472 1131713301 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29712 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1209.8
Current children cumulated vsize (Kb) 839032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.04 s]
Raw data (loadavg): 1.02 1.02 0.92 2/65 4308
Raw data (/proc/4298/stat): 4298 (java) R 4297 4298 4061 0 -1 0 18556 0 1 0 120916 64 0 0 25 0 11 0 19362258 859168768 29712 4294967295 134512640 134569956 3221224336 3221214472 1131713301 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4298/statm): 209758 29712 13129 16 0 209742 0
[pid=4298] vsize: 839032
Current children cumulated CPU time (s) 1209.8
Current children cumulated vsize (Kb) 839032

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

Child status: 143
Real time (s): 1220.16
CPU time (s): 1229.17
CPU user time (s): 1227.86
CPU system time (s): 1.3058
CPU usage (%): 100.738
Max. virtual memory (cumulated for all children) (Kb): 839032

Verifier Data

ERROR: no interpretation found !