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-ic98.opb
MD5SUM4c475edac91e4650fa2d3e487e86c291
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 66700085225335
Number of bits of the biggest sum of numbers46
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables14923
Total number of constraints14313
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)14177
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint1
Maximum length of a constraint13571

Trace number 8957

Launcher Data

LAUNCH ON wulflinc15 THE 2005-09-23 10:10:20 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6998 boxname=wulflinc15 idbench=1138 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  4c475edac91e4650fa2d3e487e86c291  /oldhome/oroussel/tmp/wulflinc15/normalized-mps-v2-13-7-blp-ic98.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc15/normalized-mps-v2-13-7-blp-ic98.opb
IDLAUNCH: 6998
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.045
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.045
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:        936848 kB
Buffers:          9188 kB
Cached:          71460 kB
SwapCached:          0 kB
Active:          51844 kB
Inactive:        31640 kB
HighTotal:      131008 kB
HighFree:        55524 kB
LowTotal:       903652 kB
LowFree:        881324 kB
SwapTotal:     2097136 kB
SwapFree:      2097136 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           6956 kB
Slab:             8744 kB
Committed_AS:    63656 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-23 10:30:40 (client local time) WITH STATUS 143 IN 1228.3 SECONDS
stats: 6998 7 1228.3 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/wulflinc15/normalized-mps-v2-13-7-blp-ic98.opb
c reading problem ... done. Time 18.907 ms.
c #vars     14923
c #constraints  853
c starts		: 1
c conflicts		: 1
c decisions		: 20
c propagations		: 26
c inspects		: 47
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.01666872247577201
c non guided choices	20
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1218.802

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/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 19 0 0 0 0 0 0 0 19 0 1 0 19357780 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 39 3 38 16 0 23 0
[pid=4292] 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/4292
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=4293
New thread pid=4294
New thread pid=4295
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=4296
New thread pid=4297
New thread pid=4298
New thread pid=4299
New thread pid=4300
New thread pid=4301
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/wulflinc15/normalized-mps-v2-13-7-blp-ic98.opb

[startup+10.0031 s]
Raw data (loadavg): 0.89 0.95 0.71 2/64 4301
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18098 0 1 0 773 50 0 0 25 0 10 0 19357780 855547904 21582 4294967295 134512640 134569956 3221224336 3221214688 1131334552 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 208874 21582 13129 16 0 208858 0
[pid=4292] vsize: 835496
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (Kb) 835496

[startup+20.0039 s]
Raw data (loadavg): 0.90 0.96 0.71 2/64 4301
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18101 0 1 0 1650 58 0 0 25 0 10 0 19357780 855547904 28145 4294967295 134512640 134569956 3221224336 3221214688 1131334612 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 208874 28145 13129 16 0 208858 0
[pid=4292] vsize: 835496
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (Kb) 835496
New thread pid=4302

[startup+30.0047 s]
Raw data (loadavg): 0.92 0.96 0.72 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18148 0 1 0 2546 59 0 0 18 0 11 0 19357780 857296896 30334 4294967295 134512640 134569956 3221224336 3221214432 1131465793 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209301 30334 13129 16 0 209285 0
[pid=4292] vsize: 837204
Current children cumulated CPU time (s) 26.05
Current children cumulated vsize (Kb) 837204

[startup+40.0055 s]
Raw data (loadavg): 0.93 0.96 0.72 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18152 0 1 0 3499 59 0 0 19 0 11 0 19357780 857296896 30334 4294967295 134512640 134569956 3221224336 3221214440 1131603387 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209301 30334 13129 16 0 209285 0
[pid=4292] vsize: 837204
Current children cumulated CPU time (s) 35.58
Current children cumulated vsize (Kb) 837204

[startup+50.0063 s]
Raw data (loadavg): 0.94 0.96 0.72 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18156 0 1 0 4453 59 0 0 22 0 11 0 19357780 857296896 30334 4294967295 134512640 134569956 3221224336 3221214576 1131594037 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209301 30334 13129 16 0 209285 0
[pid=4292] vsize: 837204
Current children cumulated CPU time (s) 45.12
Current children cumulated vsize (Kb) 837204

[startup+60.0071 s]
Raw data (loadavg): 0.95 0.96 0.72 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18160 0 1 0 5406 59 0 0 23 0 11 0 19357780 856371200 30115 4294967295 134512640 134569956 3221224336 3221214576 1131593917 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 30115 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 54.65
Current children cumulated vsize (Kb) 836300

[startup+70.0069 s]
Raw data (loadavg): 0.96 0.96 0.73 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18164 0 1 0 6360 59 0 0 25 0 11 0 19357780 856371200 30115 4294967295 134512640 134569956 3221224336 3221214440 1131604048 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 30115 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 64.19
Current children cumulated vsize (Kb) 836300

[startup+80.0077 s]
Raw data (loadavg): 0.96 0.96 0.73 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18169 0 1 0 7314 59 0 0 25 0 11 0 19357780 856371200 30116 4294967295 134512640 134569956 3221224336 3221214440 1131604048 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 30116 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 73.73
Current children cumulated vsize (Kb) 836300

[startup+90.0085 s]
Raw data (loadavg): 0.97 0.96 0.73 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18173 0 1 0 8268 59 0 0 22 0 11 0 19357780 856621056 30183 4294967295 134512640 134569956 3221224336 3221214440 1131603958 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209136 30183 13129 16 0 209120 0
[pid=4292] vsize: 836544
Current children cumulated CPU time (s) 83.27
Current children cumulated vsize (Kb) 836544

[startup+100.008 s]
Raw data (loadavg): 0.97 0.96 0.73 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18177 0 1 0 9221 59 0 0 20 0 11 0 19357780 856621056 30877 4294967295 134512640 134569956 3221224336 3221214480 1131465947 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209136 30877 13129 16 0 209120 0
[pid=4292] vsize: 836544
Current children cumulated CPU time (s) 92.8
Current children cumulated vsize (Kb) 836544

[startup+110.009 s]
Raw data (loadavg): 0.98 0.96 0.74 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18181 0 1 0 10217 59 0 0 21 0 11 0 19357780 856621056 31070 4294967295 134512640 134569956 3221224336 3221214432 1131465754 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209136 31070 13129 16 0 209120 0
[pid=4292] vsize: 836544
Current children cumulated CPU time (s) 102.76
Current children cumulated vsize (Kb) 836544

[startup+120.01 s]
Raw data (loadavg): 0.98 0.97 0.74 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18185 0 1 0 11215 59 0 0 20 0 11 0 19357780 856621056 31070 4294967295 134512640 134569956 3221224336 3221214440 1131603387 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209136 31070 13129 16 0 209120 0
[pid=4292] vsize: 836544
Current children cumulated CPU time (s) 112.74
Current children cumulated vsize (Kb) 836544

[startup+130.011 s]
Raw data (loadavg): 0.98 0.97 0.74 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18189 0 1 0 12214 59 0 0 25 0 11 0 19357780 856621056 31070 4294967295 134512640 134569956 3221224336 3221214576 1131594034 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209136 31070 13129 16 0 209120 0
[pid=4292] vsize: 836544
Current children cumulated CPU time (s) 122.73
Current children cumulated vsize (Kb) 836544

[startup+140.012 s]
Raw data (loadavg): 0.98 0.97 0.74 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18193 0 1 0 13210 59 0 0 25 0 11 0 19357780 856371200 31010 4294967295 134512640 134569956 3221224336 3221214528 1131592099 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31010 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 132.69
Current children cumulated vsize (Kb) 836300

[startup+150.012 s]
Raw data (loadavg): 0.99 0.97 0.74 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18196 0 1 0 14209 59 0 0 25 0 11 0 19357780 856371200 31010 4294967295 134512640 134569956 3221224336 3221214432 1131466147 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31010 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 142.68
Current children cumulated vsize (Kb) 836300

[startup+160.013 s]
Raw data (loadavg): 0.99 0.97 0.75 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18200 0 1 0 15207 59 0 0 25 0 11 0 19357780 856371200 31010 4294967295 134512640 134569956 3221224336 3221214576 1131594202 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31010 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 152.66
Current children cumulated vsize (Kb) 836300

[startup+170.013 s]
Raw data (loadavg): 0.99 0.97 0.75 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18204 0 1 0 16205 60 0 0 22 0 11 0 19357780 856371200 31010 4294967295 134512640 134569956 3221224336 3221214440 1131604820 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31010 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 162.65
Current children cumulated vsize (Kb) 836300

[startup+180.014 s]
Raw data (loadavg): 0.99 0.97 0.75 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18207 0 1 0 17204 60 0 0 25 0 11 0 19357780 856371200 31010 4294967295 134512640 134569956 3221224336 3221214576 1131594030 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31010 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 172.64
Current children cumulated vsize (Kb) 836300

[startup+190.015 s]
Raw data (loadavg): 0.99 0.97 0.75 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18211 0 1 0 18202 60 0 0 25 0 11 0 19357780 856371200 31015 4294967295 134512640 134569956 3221224336 3221214440 1131604048 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31015 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 182.62
Current children cumulated vsize (Kb) 836300

[startup+200.014 s]
Raw data (loadavg): 0.99 0.97 0.75 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18214 0 1 0 19201 60 0 0 25 0 11 0 19357780 856371200 31015 4294967295 134512640 134569956 3221224336 3221214432 1131465622 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31015 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 192.61
Current children cumulated vsize (Kb) 836300

[startup+210.015 s]
Raw data (loadavg): 0.99 0.97 0.76 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18218 0 1 0 20199 60 0 0 23 0 11 0 19357780 856371200 31015 4294967295 134512640 134569956 3221224336 3221214576 1131594057 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31015 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 202.59
Current children cumulated vsize (Kb) 836300

[startup+220.016 s]
Raw data (loadavg): 0.99 0.97 0.76 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18221 0 1 0 21198 60 0 0 25 0 11 0 19357780 856371200 31015 4294967295 134512640 134569956 3221224336 3221214432 1131465564 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31015 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 212.58
Current children cumulated vsize (Kb) 836300

[startup+230.017 s]
Raw data (loadavg): 0.99 0.97 0.76 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18224 0 1 0 22197 60 0 0 25 0 11 0 19357780 856371200 31015 4294967295 134512640 134569956 3221224336 3221214440 1131603390 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31015 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 222.57
Current children cumulated vsize (Kb) 836300

[startup+240.018 s]
Raw data (loadavg): 0.99 0.97 0.76 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18228 0 1 0 23195 60 0 0 25 0 11 0 19357780 856371200 31015 4294967295 134512640 134569956 3221224336 3221214532 1131057275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31015 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 232.55
Current children cumulated vsize (Kb) 836300

[startup+250.018 s]
Raw data (loadavg): 0.99 0.97 0.76 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18231 0 1 0 24194 60 0 0 25 0 11 0 19357780 856371200 31015 4294967295 134512640 134569956 3221224336 3221214576 1131594057 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31015 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 242.54
Current children cumulated vsize (Kb) 836300

[startup+260.019 s]
Raw data (loadavg): 0.99 0.97 0.77 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18234 0 1 0 25193 60 0 0 25 0 11 0 19357780 856371200 31015 4294967295 134512640 134569956 3221224336 3221214576 1131594223 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31015 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 252.53
Current children cumulated vsize (Kb) 836300

[startup+270.02 s]
Raw data (loadavg): 0.99 0.97 0.77 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18236 0 1 0 26192 60 0 0 25 0 11 0 19357780 856371200 31015 4294967295 134512640 134569956 3221224336 3221214440 1131604799 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31015 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 262.52
Current children cumulated vsize (Kb) 836300

[startup+280.021 s]
Raw data (loadavg): 0.99 0.97 0.77 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18238 0 1 0 27191 60 0 0 25 0 11 0 19357780 856371200 31017 4294967295 134512640 134569956 3221224336 3221214528 1131592099 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31017 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 272.51
Current children cumulated vsize (Kb) 836300

[startup+290.022 s]
Raw data (loadavg): 0.99 0.97 0.77 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18240 0 1 0 28191 60 0 0 25 0 11 0 19357780 856371200 31017 4294967295 134512640 134569956 3221224336 3221214532 1131057186 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31017 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 282.51
Current children cumulated vsize (Kb) 836300

[startup+300.021 s]
Raw data (loadavg): 0.99 0.97 0.77 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18242 0 1 0 29190 60 0 0 25 0 11 0 19357780 856371200 31017 4294967295 134512640 134569956 3221224336 3221214528 1131592096 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31017 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 292.5
Current children cumulated vsize (Kb) 836300

[startup+310.022 s]
Raw data (loadavg): 0.99 0.97 0.77 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18243 0 1 0 30190 60 0 0 25 0 11 0 19357780 856371200 31017 4294967295 134512640 134569956 3221224336 3221214536 1131371993 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31017 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 302.5
Current children cumulated vsize (Kb) 836300

[startup+320.023 s]
Raw data (loadavg): 0.99 0.97 0.78 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18244 0 1 0 31190 60 0 0 25 0 11 0 19357780 856371200 31017 4294967295 134512640 134569956 3221224336 3221214536 1131372011 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31017 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 312.5
Current children cumulated vsize (Kb) 836300

[startup+330.024 s]
Raw data (loadavg): 0.99 0.97 0.78 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18244 0 1 0 32190 60 0 0 25 0 11 0 19357780 856371200 31017 4294967295 134512640 134569956 3221224336 3221214532 1131057254 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31017 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 322.5
Current children cumulated vsize (Kb) 836300

[startup+340.025 s]
Raw data (loadavg): 0.99 0.97 0.78 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18248 0 1 0 33170 60 0 0 25 0 11 0 19357780 856371200 31026 4294967295 134512640 134569956 3221224336 3221214424 1131697703 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31026 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 332.3
Current children cumulated vsize (Kb) 836300

[startup+350.024 s]
Raw data (loadavg): 0.99 0.97 0.78 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18253 0 1 0 34151 60 0 0 17 0 11 0 19357780 856371200 31027 4294967295 134512640 134569956 3221224336 3221214520 1131594066 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31027 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (Kb) 836300

[startup+360.025 s]
Raw data (loadavg): 1.07 0.99 0.79 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18257 0 1 0 35136 60 0 0 22 0 11 0 19357780 856371200 31027 4294967295 134512640 134569956 3221224336 3221214520 1131594180 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31027 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 351.96
Current children cumulated vsize (Kb) 836300

[startup+370.025 s]
Raw data (loadavg): 1.06 0.99 0.79 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18261 0 1 0 36122 60 0 0 25 0 11 0 19357780 856371200 31028 4294967295 134512640 134569956 3221224336 3221214520 1131594202 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31028 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 361.82
Current children cumulated vsize (Kb) 836300

[startup+380.025 s]
Raw data (loadavg): 1.05 0.99 0.79 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18265 0 1 0 37107 60 0 0 25 0 11 0 19357780 856371200 31028 4294967295 134512640 134569956 3221224336 3221214424 1131698320 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31028 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 371.67
Current children cumulated vsize (Kb) 836300

[startup+390.026 s]
Raw data (loadavg): 1.04 0.99 0.80 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18270 0 1 0 38093 61 0 0 25 0 11 0 19357780 856371200 31028 4294967295 134512640 134569956 3221224336 3221214424 1131698323 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31028 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 381.54
Current children cumulated vsize (Kb) 836300

[startup+400.026 s]
Raw data (loadavg): 1.04 0.99 0.80 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18274 0 1 0 39079 61 0 0 25 0 11 0 19357780 856371200 31028 4294967295 134512640 134569956 3221224336 3221214424 1131698366 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31028 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 391.4
Current children cumulated vsize (Kb) 836300

[startup+410.026 s]
Raw data (loadavg): 1.03 0.99 0.80 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18278 0 1 0 40065 61 0 0 25 0 11 0 19357780 856371200 31028 4294967295 134512640 134569956 3221224336 3221214520 1131594202 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31028 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 401.26
Current children cumulated vsize (Kb) 836300

[startup+420.027 s]
Raw data (loadavg): 1.03 0.99 0.80 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18282 0 1 0 41060 61 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214432 1131465693 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 411.21
Current children cumulated vsize (Kb) 836300

[startup+430.027 s]
Raw data (loadavg): 1.02 0.99 0.80 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18286 0 1 0 42058 61 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214476 1131057189 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 421.19
Current children cumulated vsize (Kb) 836300

[startup+440.028 s]
Raw data (loadavg): 1.02 0.99 0.81 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18290 0 1 0 43057 61 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214520 1131594003 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 431.18
Current children cumulated vsize (Kb) 836300

[startup+450.029 s]
Raw data (loadavg): 1.01 0.99 0.81 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18294 0 1 0 44055 61 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214520 1131594015 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 441.16
Current children cumulated vsize (Kb) 836300

[startup+460.029 s]
Raw data (loadavg): 1.01 0.99 0.81 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18298 0 1 0 45053 61 0 0 20 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214432 1131466428 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 451.14
Current children cumulated vsize (Kb) 836300

[startup+470.029 s]
Raw data (loadavg): 1.01 0.99 0.81 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18301 0 1 0 46052 61 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214424 1131699162 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 461.13
Current children cumulated vsize (Kb) 836300

[startup+480.029 s]
Raw data (loadavg): 1.01 0.99 0.81 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18305 0 1 0 47050 61 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214424 1131700227 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 471.11
Current children cumulated vsize (Kb) 836300

[startup+490.03 s]
Raw data (loadavg): 1.01 0.99 0.82 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18309 0 1 0 48048 61 0 0 23 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214528 1131592243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 481.09
Current children cumulated vsize (Kb) 836300

[startup+500.03 s]
Raw data (loadavg): 1.00 0.99 0.82 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18312 0 1 0 49045 61 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214520 1131594003 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 491.06
Current children cumulated vsize (Kb) 836300

[startup+510.03 s]
Raw data (loadavg): 1.00 0.99 0.82 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18316 0 1 0 50043 61 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214520 1131594202 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 501.04
Current children cumulated vsize (Kb) 836300

[startup+520.031 s]
Raw data (loadavg): 1.00 0.99 0.82 3/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18319 0 1 0 51042 61 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214476 1131057275 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 511.03
Current children cumulated vsize (Kb) 836300

[startup+530.031 s]
Raw data (loadavg): 1.00 0.99 0.82 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18323 0 1 0 52041 61 0 0 22 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214424 1131698323 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 521.02
Current children cumulated vsize (Kb) 836300

[startup+540.031 s]
Raw data (loadavg): 1.00 0.99 0.82 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18326 0 1 0 53039 61 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214476 1131057275 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 531
Current children cumulated vsize (Kb) 836300

[startup+550.031 s]
Raw data (loadavg): 1.00 0.99 0.82 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18329 0 1 0 54038 61 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214424 1131697664 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 540.99
Current children cumulated vsize (Kb) 836300

[startup+560.031 s]
Raw data (loadavg): 1.00 0.99 0.82 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18332 0 1 0 55037 62 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214432 1131465622 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 550.99
Current children cumulated vsize (Kb) 836300

[startup+570.032 s]
Raw data (loadavg): 1.00 0.99 0.82 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18334 0 1 0 56036 62 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214424 1131700217 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 560.98
Current children cumulated vsize (Kb) 836300

[startup+580.032 s]
Raw data (loadavg): 1.00 0.99 0.83 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18337 0 1 0 57035 62 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214520 1131594202 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 570.97
Current children cumulated vsize (Kb) 836300

[startup+590.033 s]
Raw data (loadavg): 1.00 0.99 0.83 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18339 0 1 0 58035 62 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214520 1131594202 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 580.97
Current children cumulated vsize (Kb) 836300

[startup+600.033 s]
Raw data (loadavg): 1.00 0.99 0.83 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18341 0 1 0 59034 62 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214520 1131594408 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 590.96
Current children cumulated vsize (Kb) 836300

[startup+610.033 s]
Raw data (loadavg): 1.00 0.99 0.83 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18342 0 1 0 60034 62 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214476 1131057179 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 600.96
Current children cumulated vsize (Kb) 836300

[startup+620.034 s]
Raw data (loadavg): 1.00 0.99 0.83 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18343 0 1 0 61034 62 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214504 1131443269 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 610.96
Current children cumulated vsize (Kb) 836300

[startup+630.034 s]
Raw data (loadavg): 1.00 0.99 0.83 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18344 0 1 0 62033 62 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214520 1131594202 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 620.95
Current children cumulated vsize (Kb) 836300

[startup+640.035 s]
Raw data (loadavg): 1.00 0.99 0.83 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18348 0 1 0 63022 62 0 0 21 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214464 1131465987 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 630.84
Current children cumulated vsize (Kb) 836300

[startup+650.035 s]
Raw data (loadavg): 1.00 0.99 0.83 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18352 0 1 0 64008 62 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214552 1131594202 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 640.7
Current children cumulated vsize (Kb) 836300

[startup+660.035 s]
Raw data (loadavg): 1.00 0.99 0.83 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18356 0 1 0 64994 62 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214464 1131465756 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 650.56
Current children cumulated vsize (Kb) 836300

[startup+670.036 s]
Raw data (loadavg): 1.00 0.99 0.83 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18360 0 1 0 65980 62 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214456 1131697703 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 660.42
Current children cumulated vsize (Kb) 836300

[startup+680.036 s]
Raw data (loadavg): 1.07 1.00 0.84 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18365 0 1 0 66963 62 0 0 25 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214560 1131592213 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 670.25
Current children cumulated vsize (Kb) 836300

[startup+690.038 s]
Raw data (loadavg): 1.06 1.00 0.84 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18369 0 1 0 67949 62 0 0 21 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214552 1131593927 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 680.11
Current children cumulated vsize (Kb) 836300

[startup+700.038 s]
Raw data (loadavg): 1.05 1.00 0.84 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18373 0 1 0 68935 62 0 0 23 0 11 0 19357780 856371200 31267 4294967295 134512640 134569956 3221224336 3221214552 1131594066 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31267 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 689.97
Current children cumulated vsize (Kb) 836300

[startup+710.038 s]
Raw data (loadavg): 1.04 1.00 0.84 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18377 0 1 0 69920 62 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214464 1131465793 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 699.82
Current children cumulated vsize (Kb) 836300

[startup+720.038 s]
Raw data (loadavg): 1.04 1.00 0.84 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18381 0 1 0 70919 62 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214456 1131697678 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 709.81
Current children cumulated vsize (Kb) 836300

[startup+730.039 s]
Raw data (loadavg): 1.03 1.00 0.85 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18385 0 1 0 71917 62 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214456 1131698323 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 719.79
Current children cumulated vsize (Kb) 836300

[startup+740.04 s]
Raw data (loadavg): 1.02 1.00 0.85 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18389 0 1 0 72916 62 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131594202 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 729.78
Current children cumulated vsize (Kb) 836300

[startup+750.041 s]
Raw data (loadavg): 1.02 1.00 0.85 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18393 0 1 0 73914 62 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214464 1131465793 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 739.76
Current children cumulated vsize (Kb) 836300

[startup+760.042 s]
Raw data (loadavg): 1.02 1.00 0.85 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18397 0 1 0 74912 62 0 0 22 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214464 1131465793 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 749.74
Current children cumulated vsize (Kb) 836300

[startup+770.041 s]
Raw data (loadavg): 1.01 1.00 0.85 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18401 0 1 0 75911 63 0 0 18 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214464 1131465793 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 759.74
Current children cumulated vsize (Kb) 836300

[startup+780.041 s]
Raw data (loadavg): 1.01 1.00 0.85 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18404 0 1 0 76909 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131594202 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 769.72
Current children cumulated vsize (Kb) 836300

[startup+790.042 s]
Raw data (loadavg): 1.01 1.00 0.85 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18408 0 1 0 77908 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214456 1131698453 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 779.71
Current children cumulated vsize (Kb) 836300

[startup+800.042 s]
Raw data (loadavg): 1.01 1.00 0.85 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18412 0 1 0 78906 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131593930 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 789.69
Current children cumulated vsize (Kb) 836300

[startup+810.043 s]
Raw data (loadavg): 1.01 1.00 0.85 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18415 0 1 0 79905 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131593930 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 799.68
Current children cumulated vsize (Kb) 836300

[startup+820.043 s]
Raw data (loadavg): 1.00 1.00 0.85 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18419 0 1 0 80903 63 0 0 20 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131593930 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 809.66
Current children cumulated vsize (Kb) 836300

[startup+830.043 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18422 0 1 0 81902 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131594072 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 819.65
Current children cumulated vsize (Kb) 836300

[startup+840.044 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18425 0 1 0 82901 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131594223 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 829.64
Current children cumulated vsize (Kb) 836300

[startup+850.045 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18428 0 1 0 83900 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131593930 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 839.63
Current children cumulated vsize (Kb) 836300

[startup+860.046 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18431 0 1 0 84898 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131594223 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 849.61
Current children cumulated vsize (Kb) 836300

[startup+870.047 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18433 0 1 0 85898 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131594066 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 859.61
Current children cumulated vsize (Kb) 836300

[startup+880.046 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18436 0 1 0 86897 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131594202 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 869.6
Current children cumulated vsize (Kb) 836300

[startup+890.047 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18438 0 1 0 87896 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214464 1131466151 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 879.59
Current children cumulated vsize (Kb) 836300

[startup+900.047 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18440 0 1 0 88895 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131594034 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 889.58
Current children cumulated vsize (Kb) 836300

[startup+910.048 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18441 0 1 0 89895 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131593944 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 899.58
Current children cumulated vsize (Kb) 836300

[startup+920.049 s]
Raw data (loadavg): 1.00 1.00 0.86 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18442 0 1 0 90895 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131593890 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 909.58
Current children cumulated vsize (Kb) 836300

[startup+930.048 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18442 0 1 0 91895 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131593927 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 919.58
Current children cumulated vsize (Kb) 836300

[startup+940.048 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18446 0 1 0 92892 63 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214456 1131698323 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 929.55
Current children cumulated vsize (Kb) 836300

[startup+950.049 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18450 0 1 0 93889 64 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131594037 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 939.53
Current children cumulated vsize (Kb) 836300

[startup+960.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18455 0 1 0 94886 64 0 0 19 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214456 1131699243 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 949.5
Current children cumulated vsize (Kb) 836300

[startup+970.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18459 0 1 0 95884 64 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214456 1131698568 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 959.48
Current children cumulated vsize (Kb) 836300

[startup+980.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18463 0 1 0 96882 64 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131594208 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 969.46
Current children cumulated vsize (Kb) 836300

[startup+990.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18467 0 1 0 97880 64 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214552 1131594066 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 979.44
Current children cumulated vsize (Kb) 836300

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18471 0 1 0 98877 64 0 0 25 0 11 0 19357780 856371200 31507 4294967295 134512640 134569956 3221224336 3221214456 1131698392 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31507 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 989.41
Current children cumulated vsize (Kb) 836300

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18476 0 1 0 99875 64 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214536 1131443198 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 999.39
Current children cumulated vsize (Kb) 836300

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18480 0 1 0 100873 64 0 0 17 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214552 1131594066 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1009.37
Current children cumulated vsize (Kb) 836300

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 0.87 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18484 0 1 0 101871 64 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214464 1131465797 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1019.35
Current children cumulated vsize (Kb) 836300

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18488 0 1 0 102869 64 0 0 17 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214456 1131698373 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1029.33
Current children cumulated vsize (Kb) 836300

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18491 0 1 0 103868 64 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214552 1131594202 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1039.32
Current children cumulated vsize (Kb) 836300

[startup+1060.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18495 0 1 0 104867 64 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214536 1131443266 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1049.31
Current children cumulated vsize (Kb) 836300

[startup+1070.05 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18499 0 1 0 105865 64 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214456 1131698373 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1059.29
Current children cumulated vsize (Kb) 836300

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 0.88 3/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18503 0 1 0 106863 64 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214536 1131443257 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1069.27
Current children cumulated vsize (Kb) 836300

[startup+1090.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18506 0 1 0 107862 64 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214456 1131697703 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1079.26
Current children cumulated vsize (Kb) 836300

[startup+1100.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18510 0 1 0 108861 65 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214552 1131594408 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1089.26
Current children cumulated vsize (Kb) 836300

[startup+1110.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) T 4291 4292 4057 0 -1 0 18514 0 1 0 109859 65 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221213336 1073952732 0 4 1 23758 3222434794 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1099.24
Current children cumulated vsize (Kb) 836300

[startup+1120.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18517 0 1 0 110858 65 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214456 1131697703 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1109.23
Current children cumulated vsize (Kb) 836300

[startup+1130.06 s]
Raw data (loadavg): 1.00 1.00 0.88 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18520 0 1 0 111857 65 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214552 1131594131 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1119.22
Current children cumulated vsize (Kb) 836300

[startup+1140.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18523 0 1 0 112855 65 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214512 1131559734 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1129.2
Current children cumulated vsize (Kb) 836300

[startup+1150.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18526 0 1 0 113854 65 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214552 1131594202 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1139.19
Current children cumulated vsize (Kb) 836300

[startup+1160.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18529 0 1 0 114853 65 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214552 1131594066 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1149.18
Current children cumulated vsize (Kb) 836300

[startup+1170.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18531 0 1 0 115852 65 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214552 1131593917 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1159.17
Current children cumulated vsize (Kb) 836300

[startup+1180.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18534 0 1 0 116851 65 0 0 23 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214552 1131594019 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1169.16
Current children cumulated vsize (Kb) 836300

[startup+1190.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18536 0 1 0 117850 65 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214552 1131594188 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1179.15
Current children cumulated vsize (Kb) 836300

[startup+1200.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18537 0 1 0 118850 65 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214456 1131698323 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1189.15
Current children cumulated vsize (Kb) 836300

[startup+1210.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18539 0 1 0 119849 65 0 0 20 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214552 1131593921 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1199.14
Current children cumulated vsize (Kb) 836300

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18539 0 1 0 120849 65 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214552 1131594223 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1209.14
Current children cumulated vsize (Kb) 836300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 0.89 2/65 4302
Raw data (/proc/4292/stat): 4292 (java) R 4291 4292 4057 0 -1 0 18539 0 1 0 120849 65 0 0 25 0 11 0 19357780 856371200 31534 4294967295 134512640 134569956 3221224336 3221214552 1131594034 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/4292/statm): 209075 31534 13129 16 0 209059 0
[pid=4292] vsize: 836300
Current children cumulated CPU time (s) 1209.14
Current children cumulated vsize (Kb) 836300

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

Child status: 143
Real time (s): 1220.19
CPU time (s): 1228.3
CPU user time (s): 1226.98
CPU system time (s): 1.3138
CPU usage (%): 100.664
Max. virtual memory (cumulated for all children) (Kb): 837204

Verifier Data

ERROR: no interpretation found !