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/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-forplan.opb
MD5SUMddf2305d343a013723560db78488e836
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 6325
Biggest coefficient in the objective function 10098206310400
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 1154186082635000
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 107374182400000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 1154186082635000
Number of bits of the biggest sum of numbers51
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables8495
Total number of constraints155
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints155
Minimum length of a constraint20
Maximum length of a constraint6060

Trace number 7422

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.161
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:        769868 kB
Buffers:         36064 kB
Cached:         198588 kB
SwapCached:        832 kB
Active:         122752 kB
Inactive:       114452 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        769616 kB
SwapTotal:     2097892 kB
SwapFree:      2096456 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5776 kB
Slab:            21904 kB
Committed_AS:    64332 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 12:11:55 (client local time) WITH STATUS 143 IN 1227.15 SECONDS
stats: 6676 7 1227.15 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/wulflinc21/normalized-mps-v2-13-7-forplan.opb
c reading problem ... done. Time 8.121 ms.
c #vars     8495
c #constraints  239
c starts		: 4
c conflicts		: 478
c decisions		: 6054
c propagations		: 70502
c inspects		: 2411160
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 478
c root simplifications	: 467
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 4156
c speed (decisions/second)	: 5.000669068705922
c non guided choices	440
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1218.788

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/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1735587161 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 39 3 38 16 0 23 0
[pid=22192] 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/22192
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=22193
New thread pid=22194
New thread pid=22195
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=22196
New thread pid=22197
New thread pid=22198
New thread pid=22199
New thread pid=22200
New thread pid=22201
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/wulflinc21/normalized-mps-v2-13-7-forplan.opb
New thread pid=22202

[startup+10.0028 s]
Raw data (loadavg): 1.16 1.03 0.98 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18136 0 1 0 698 44 0 0 16 0 11 0 1735587161 859856896 22600 4294967295 134512640 134569956 3221224336 3221214736 1131538258 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 209926 22600 13129 16 0 209910 0
[pid=22192] vsize: 839704
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (Kb) 839704

[startup+20.0035 s]
Raw data (loadavg): 1.21 1.05 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18158 0 1 0 1582 45 0 0 24 0 11 0 1735587161 861855744 25522 4294967295 134512640 134569956 3221224336 3221214760 1131539057 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210414 25522 13129 16 0 210398 0
[pid=22192] vsize: 841656
Current children cumulated CPU time (s) 16.27
Current children cumulated vsize (Kb) 841656

[startup+30.0042 s]
Raw data (loadavg): 1.17 1.04 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18169 0 1 0 2513 45 0 0 20 0 11 0 1735587161 861069312 25252 4294967295 134512640 134569956 3221224336 3221214712 1131415403 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25252 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (Kb) 840888

[startup+40.0049 s]
Raw data (loadavg): 1.15 1.04 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18182 0 1 0 3449 45 0 0 25 0 11 0 1735587161 861069312 25266 4294967295 134512640 134569956 3221224336 3221214616 1131474559 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25266 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 34.94
Current children cumulated vsize (Kb) 840888

[startup+50.0055 s]
Raw data (loadavg): 1.12 1.04 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) S 22191 22192 20602 0 -1 0 18192 0 1 0 4407 45 0 0 25 0 11 0 1735587161 861069312 25797 4294967295 134512640 134569956 3221224336 3221213320 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25797 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 44.52
Current children cumulated vsize (Kb) 840888

[startup+60.0062 s]
Raw data (loadavg): 1.10 1.04 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18203 0 1 0 5399 46 0 0 25 0 11 0 1735587161 861069312 25829 4294967295 134512640 134569956 3221224336 3221214712 1131415296 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25829 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 54.45
Current children cumulated vsize (Kb) 840888

[startup+70.0069 s]
Raw data (loadavg): 1.09 1.04 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18215 0 1 0 6393 46 0 0 24 0 11 0 1735587161 861069312 25842 4294967295 134512640 134569956 3221224336 3221214760 1131538986 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25842 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 64.39
Current children cumulated vsize (Kb) 840888

[startup+80.0076 s]
Raw data (loadavg): 1.07 1.04 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18225 0 1 0 7386 46 0 0 20 0 11 0 1735587161 861069312 25848 4294967295 134512640 134569956 3221224336 3221214704 1131501243 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25848 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 74.32
Current children cumulated vsize (Kb) 840888

[startup+90.0083 s]
Raw data (loadavg): 1.06 1.03 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18236 0 1 0 8381 46 0 0 17 0 11 0 1735587161 861069312 25855 4294967295 134512640 134569956 3221224336 3221214712 1131415313 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25855 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 84.27
Current children cumulated vsize (Kb) 840888

[startup+100.008 s]
Raw data (loadavg): 1.05 1.03 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18246 0 1 0 9376 47 0 0 21 0 11 0 1735587161 861069312 25858 4294967295 134512640 134569956 3221224336 3221214616 1131475523 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25858 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 94.23
Current children cumulated vsize (Kb) 840888

[startup+110.009 s]
Raw data (loadavg): 1.04 1.03 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18257 0 1 0 10369 48 0 0 25 0 11 0 1735587161 861069312 25862 4294967295 134512640 134569956 3221224336 3221214756 1131504873 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25862 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 104.17
Current children cumulated vsize (Kb) 840888

[startup+120.008 s]
Raw data (loadavg): 1.04 1.03 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18267 0 1 0 11363 48 0 0 22 0 11 0 1735587161 861069312 25868 4294967295 134512640 134569956 3221224336 3221214756 1131504864 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25868 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 114.11
Current children cumulated vsize (Kb) 840888

[startup+130.008 s]
Raw data (loadavg): 1.03 1.03 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18278 0 1 0 12357 48 0 0 18 0 11 0 1735587161 861069312 25871 4294967295 134512640 134569956 3221224336 3221214760 1131538357 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25871 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 124.05
Current children cumulated vsize (Kb) 840888

[startup+140.009 s]
Raw data (loadavg): 1.02 1.03 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18288 0 1 0 13351 49 0 0 25 0 11 0 1735587161 861069312 25876 4294967295 134512640 134569956 3221224336 3221214760 1131538200 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25876 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 134
Current children cumulated vsize (Kb) 840888

[startup+150.008 s]
Raw data (loadavg): 1.02 1.03 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18299 0 1 0 14344 49 0 0 25 0 11 0 1735587161 861069312 25879 4294967295 134512640 134569956 3221224336 3221214712 1131415296 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25879 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 143.93
Current children cumulated vsize (Kb) 840888

[startup+160.009 s]
Raw data (loadavg): 1.02 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18309 0 1 0 15339 49 0 0 25 0 11 0 1735587161 861069312 25883 4294967295 134512640 134569956 3221224336 3221214616 1131474668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25883 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 153.88
Current children cumulated vsize (Kb) 840888

[startup+170.01 s]
Raw data (loadavg): 1.01 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18320 0 1 0 16332 49 0 0 25 0 11 0 1735587161 861069312 25890 4294967295 134512640 134569956 3221224336 3221214704 1131501350 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25890 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 163.81
Current children cumulated vsize (Kb) 840888

[startup+180.009 s]
Raw data (loadavg): 1.01 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18330 0 1 0 17326 49 0 0 25 0 11 0 1735587161 861069312 25893 4294967295 134512640 134569956 3221224336 3221214704 1131501437 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25893 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 173.75
Current children cumulated vsize (Kb) 840888

[startup+190.01 s]
Raw data (loadavg): 1.01 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18341 0 1 0 18321 49 0 0 20 0 11 0 1735587161 861069312 25897 4294967295 134512640 134569956 3221224336 3221214712 1131415502 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25897 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 183.7
Current children cumulated vsize (Kb) 840888

[startup+200.011 s]
Raw data (loadavg): 1.01 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18351 0 1 0 19315 50 0 0 25 0 11 0 1735587161 861069312 25900 4294967295 134512640 134569956 3221224336 3221214760 1131538347 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25900 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 193.65
Current children cumulated vsize (Kb) 840888

[startup+210.012 s]
Raw data (loadavg): 1.01 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18362 0 1 0 20308 50 0 0 20 0 11 0 1735587161 861069312 25903 4294967295 134512640 134569956 3221224336 3221214712 1131415310 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25903 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 203.58
Current children cumulated vsize (Kb) 840888

[startup+220.012 s]
Raw data (loadavg): 1.00 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18372 0 1 0 21303 51 0 0 23 0 11 0 1735587161 861069312 25908 4294967295 134512640 134569956 3221224336 3221214616 1131474893 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25908 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 213.54
Current children cumulated vsize (Kb) 840888

[startup+230.013 s]
Raw data (loadavg): 1.00 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18383 0 1 0 22296 51 0 0 25 0 11 0 1735587161 861069312 25913 4294967295 134512640 134569956 3221224336 3221214712 1131415296 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25913 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 223.47
Current children cumulated vsize (Kb) 840888

[startup+240.014 s]
Raw data (loadavg): 1.08 1.03 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18393 0 1 0 23290 51 0 0 25 0 11 0 1735587161 861069312 25916 4294967295 134512640 134569956 3221224336 3221214616 1131474668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25916 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 233.41
Current children cumulated vsize (Kb) 840888

[startup+250.013 s]
Raw data (loadavg): 1.06 1.03 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18404 0 1 0 24283 51 0 0 20 0 11 0 1735587161 861069312 25919 4294967295 134512640 134569956 3221224336 3221214704 1131501565 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25919 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 243.34
Current children cumulated vsize (Kb) 840888

[startup+260.015 s]
Raw data (loadavg): 1.05 1.03 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18414 0 1 0 25276 52 0 0 23 0 11 0 1735587161 861069312 25923 4294967295 134512640 134569956 3221224336 3221214712 1131415360 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25923 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 253.28
Current children cumulated vsize (Kb) 840888

[startup+270.015 s]
Raw data (loadavg): 1.04 1.03 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18425 0 1 0 26269 52 0 0 18 0 11 0 1735587161 861069312 25929 4294967295 134512640 134569956 3221224336 3221214616 1131474885 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25929 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 263.21
Current children cumulated vsize (Kb) 840888

[startup+280.014 s]
Raw data (loadavg): 1.04 1.03 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18435 0 1 0 27263 52 0 0 25 0 11 0 1735587161 861069312 25934 4294967295 134512640 134569956 3221224336 3221214760 1131538508 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25934 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 273.15
Current children cumulated vsize (Kb) 840888

[startup+290.016 s]
Raw data (loadavg): 1.03 1.03 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18447 0 1 0 28251 53 0 0 17 0 11 0 1735587161 861069312 25947 4294967295 134512640 134569956 3221224336 3221214616 1131397760 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25947 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 283.04
Current children cumulated vsize (Kb) 840888

[startup+300.017 s]
Raw data (loadavg): 1.03 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18457 0 1 0 29244 53 0 0 20 0 11 0 1735587161 861069312 25949 4294967295 134512640 134569956 3221224336 3221214616 1131474668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25949 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 292.97
Current children cumulated vsize (Kb) 840888

[startup+310.017 s]
Raw data (loadavg): 1.02 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18468 0 1 0 30237 54 0 0 25 0 11 0 1735587161 861069312 25953 4294967295 134512640 134569956 3221224336 3221214704 1131501442 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25953 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 302.91
Current children cumulated vsize (Kb) 840888

[startup+320.018 s]
Raw data (loadavg): 1.02 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18478 0 1 0 31231 54 0 0 19 0 11 0 1735587161 861069312 25956 4294967295 134512640 134569956 3221224336 3221214616 1131475494 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25956 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 312.85
Current children cumulated vsize (Kb) 840888

[startup+330.019 s]
Raw data (loadavg): 1.01 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18488 0 1 0 32224 54 0 0 25 0 11 0 1735587161 861069312 25959 4294967295 134512640 134569956 3221224336 3221214712 1131415407 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25959 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 322.78
Current children cumulated vsize (Kb) 840888

[startup+340.019 s]
Raw data (loadavg): 1.01 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18499 0 1 0 33218 55 0 0 18 0 11 0 1735587161 861069312 25962 4294967295 134512640 134569956 3221224336 3221214616 1131476072 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25962 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 332.73
Current children cumulated vsize (Kb) 840888

[startup+350.02 s]
Raw data (loadavg): 1.01 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18509 0 1 0 34212 55 0 0 21 0 11 0 1735587161 861069312 25964 4294967295 134512640 134569956 3221224336 3221214704 1131501126 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25964 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 342.67
Current children cumulated vsize (Kb) 840888

[startup+360.021 s]
Raw data (loadavg): 1.01 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18520 0 1 0 35205 55 0 0 17 0 11 0 1735587161 861069312 25968 4294967295 134512640 134569956 3221224336 3221214616 1131474668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25968 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 352.6
Current children cumulated vsize (Kb) 840888

[startup+370.021 s]
Raw data (loadavg): 1.01 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18530 0 1 0 36199 55 0 0 20 0 11 0 1735587161 861069312 25971 4294967295 134512640 134569956 3221224336 3221214616 1131474617 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25971 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 362.54
Current children cumulated vsize (Kb) 840888

[startup+380.021 s]
Raw data (loadavg): 1.00 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18540 0 1 0 37192 56 0 0 25 0 11 0 1735587161 861069312 25974 4294967295 134512640 134569956 3221224336 3221214672 1131216239 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25974 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 372.48
Current children cumulated vsize (Kb) 840888

[startup+390.022 s]
Raw data (loadavg): 1.00 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18551 0 1 0 38185 56 0 0 18 0 11 0 1735587161 861069312 25977 4294967295 134512640 134569956 3221224336 3221214616 1131474668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25977 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 382.41
Current children cumulated vsize (Kb) 840888

[startup+400.023 s]
Raw data (loadavg): 1.00 1.02 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18561 0 1 0 39179 56 0 0 25 0 11 0 1735587161 861069312 25981 4294967295 134512640 134569956 3221224336 3221214616 1131474668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25981 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 392.35
Current children cumulated vsize (Kb) 840888

[startup+410.024 s]
Raw data (loadavg): 1.00 1.01 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18572 0 1 0 40171 57 0 0 25 0 11 0 1735587161 861069312 25984 4294967295 134512640 134569956 3221224336 3221214616 1131474652 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25984 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (Kb) 840888

[startup+420.025 s]
Raw data (loadavg): 1.00 1.01 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18582 0 1 0 41165 58 0 0 20 0 11 0 1735587161 861069312 25987 4294967295 134512640 134569956 3221224336 3221214712 1131415296 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25987 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 412.23
Current children cumulated vsize (Kb) 840888

[startup+430.026 s]
Raw data (loadavg): 1.00 1.01 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18592 0 1 0 42158 58 0 0 25 0 11 0 1735587161 861069312 25990 4294967295 134512640 134569956 3221224336 3221214616 1131398196 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 25990 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 422.16
Current children cumulated vsize (Kb) 840888

[startup+440.026 s]
Raw data (loadavg): 1.00 1.01 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18603 0 1 0 43150 59 0 0 17 0 11 0 1735587161 861069312 25993 4294967295 134512640 134569956 3221224336 3221214704 1131501565 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 25993 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 432.09
Current children cumulated vsize (Kb) 840888

[startup+450.026 s]
Raw data (loadavg): 1.00 1.01 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18613 0 1 0 44143 59 0 0 21 0 11 0 1735587161 861069312 26003 4294967295 134512640 134569956 3221224336 3221214704 1131501536 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26003 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 442.02
Current children cumulated vsize (Kb) 840888

[startup+460.027 s]
Raw data (loadavg): 1.00 1.01 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18623 0 1 0 45136 59 0 0 25 0 11 0 1735587161 861069312 26006 4294967295 134512640 134569956 3221224336 3221214704 1131501205 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26006 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 451.95
Current children cumulated vsize (Kb) 840888

[startup+470.027 s]
Raw data (loadavg): 1.00 1.01 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18634 0 1 0 46128 60 0 0 18 0 11 0 1735587161 861069312 26010 4294967295 134512640 134569956 3221224336 3221214616 1131476042 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26010 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 461.88
Current children cumulated vsize (Kb) 840888

[startup+480.027 s]
Raw data (loadavg): 1.00 1.01 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18644 0 1 0 47120 60 0 0 25 0 11 0 1735587161 861069312 26013 4294967295 134512640 134569956 3221224336 3221214704 1131501417 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26013 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 471.8
Current children cumulated vsize (Kb) 840888

[startup+490.028 s]
Raw data (loadavg): 1.00 1.01 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18654 0 1 0 48113 60 0 0 25 0 11 0 1735587161 861069312 26016 4294967295 134512640 134569956 3221224336 3221214760 1131538542 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26016 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 481.73
Current children cumulated vsize (Kb) 840888

[startup+500.028 s]
Raw data (loadavg): 1.00 1.01 0.99 2/67 22202
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18665 0 1 0 49104 60 0 0 25 0 11 0 1735587161 861069312 26026 4294967295 134512640 134569956 3221224336 3221214704 1131501107 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26026 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 491.64
Current children cumulated vsize (Kb) 840888

[startup+510.029 s]
Raw data (loadavg): 1.08 1.02 1.00 3/70 22238
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18675 0 1 0 50096 60 0 0 25 0 11 0 1735587161 861069312 26033 4294967295 134512640 134569956 3221224336 3221214616 1131475425 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26033 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 501.56
Current children cumulated vsize (Kb) 840888

[startup+520.029 s]
Raw data (loadavg): 1.07 1.02 1.00 2/67 22257
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18686 0 1 0 51088 61 0 0 25 0 11 0 1735587161 861069312 26036 4294967295 134512640 134569956 3221224336 3221214760 1131538258 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26036 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 511.49
Current children cumulated vsize (Kb) 840888

[startup+530.029 s]
Raw data (loadavg): 1.06 1.02 1.00 2/67 22257
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18696 0 1 0 52081 61 0 0 25 0 11 0 1735587161 861069312 26039 4294967295 134512640 134569956 3221224336 3221214616 1131474615 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26039 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 521.42
Current children cumulated vsize (Kb) 840888

[startup+540.03 s]
Raw data (loadavg): 1.05 1.02 1.00 2/67 22257
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18706 0 1 0 53073 62 0 0 25 0 11 0 1735587161 861069312 26047 4294967295 134512640 134569956 3221224336 3221214616 1131474774 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26047 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 531.35
Current children cumulated vsize (Kb) 840888

[startup+550.03 s]
Raw data (loadavg): 1.04 1.02 1.00 2/67 22257
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18716 0 1 0 54066 62 0 0 25 0 11 0 1735587161 861069312 26049 4294967295 134512640 134569956 3221224336 3221214704 1131501509 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26049 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 541.28
Current children cumulated vsize (Kb) 840888

[startup+560.03 s]
Raw data (loadavg): 1.11 1.03 1.00 2/67 22257
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18727 0 1 0 55059 62 0 0 18 0 11 0 1735587161 861069312 26052 4294967295 134512640 134569956 3221224336 3221214760 1131537911 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26052 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 551.21
Current children cumulated vsize (Kb) 840888

[startup+570.031 s]
Raw data (loadavg): 1.10 1.03 1.00 2/67 22259
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18737 0 1 0 56051 62 0 0 22 0 11 0 1735587161 861069312 26055 4294967295 134512640 134569956 3221224336 3221214592 1131474659 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26055 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 561.13
Current children cumulated vsize (Kb) 840888

[startup+580.031 s]
Raw data (loadavg): 1.08 1.03 1.00 1/67 22259
Raw data (/proc/22192/stat): 22192 (java) T 22191 22192 20602 0 -1 0 18750 0 1 0 57043 63 0 0 16 0 11 0 1735587161 861069312 26059 4294967295 134512640 134569956 3221224336 3221213392 1073952481 0 4 1 23758 3222434794 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26059 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 571.06
Current children cumulated vsize (Kb) 840888

[startup+590.032 s]
Raw data (loadavg): 1.07 1.03 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18760 0 1 0 58036 63 0 0 25 0 11 0 1735587161 861069312 26062 4294967295 134512640 134569956 3221224336 3221214592 1131474739 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26062 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 580.99
Current children cumulated vsize (Kb) 840888

[startup+600.032 s]
Raw data (loadavg): 1.06 1.03 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18770 0 1 0 59028 63 0 0 22 0 11 0 1735587161 861069312 26064 4294967295 134512640 134569956 3221224336 3221214592 1131474596 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26064 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 590.91
Current children cumulated vsize (Kb) 840888

[startup+610.033 s]
Raw data (loadavg): 1.05 1.03 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18780 0 1 0 60021 63 0 0 24 0 11 0 1735587161 861069312 26067 4294967295 134512640 134569956 3221224336 3221214592 1131475610 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26067 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 600.84
Current children cumulated vsize (Kb) 840888

[startup+620.033 s]
Raw data (loadavg): 1.04 1.02 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18791 0 1 0 61011 64 0 0 25 0 11 0 1735587161 861069312 26070 4294967295 134512640 134569956 3221224336 3221214592 1131475958 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26070 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 610.75
Current children cumulated vsize (Kb) 840888

[startup+630.032 s]
Raw data (loadavg): 1.03 1.02 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18801 0 1 0 62003 64 0 0 20 0 11 0 1735587161 861069312 26072 4294967295 134512640 134569956 3221224336 3221214656 1131430960 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26072 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 620.67
Current children cumulated vsize (Kb) 840888

[startup+640.033 s]
Raw data (loadavg): 1.03 1.02 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18811 0 1 0 62996 65 0 0 24 0 11 0 1735587161 861069312 26075 4294967295 134512640 134569956 3221224336 3221214688 1131415296 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26075 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 630.61
Current children cumulated vsize (Kb) 840888

[startup+650.034 s]
Raw data (loadavg): 1.02 1.02 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18822 0 1 0 63988 65 0 0 25 0 11 0 1735587161 861069312 26078 4294967295 134512640 134569956 3221224336 3221214688 1131415296 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26078 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 640.53
Current children cumulated vsize (Kb) 840888

[startup+660.034 s]
Raw data (loadavg): 1.02 1.02 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18832 0 1 0 64980 65 0 0 25 0 11 0 1735587161 861069312 26080 4294967295 134512640 134569956 3221224336 3221214680 1131501452 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26080 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 650.45
Current children cumulated vsize (Kb) 840888

[startup+670.035 s]
Raw data (loadavg): 1.02 1.02 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18842 0 1 0 65972 65 0 0 23 0 11 0 1735587161 861069312 26083 4294967295 134512640 134569956 3221224336 3221214592 1131474847 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26083 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 660.37
Current children cumulated vsize (Kb) 840888

[startup+680.035 s]
Raw data (loadavg): 1.01 1.02 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18853 0 1 0 66964 66 0 0 17 0 11 0 1735587161 861069312 26086 4294967295 134512640 134569956 3221224336 3221214592 1131474668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26086 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 670.3
Current children cumulated vsize (Kb) 840888

[startup+690.035 s]
Raw data (loadavg): 1.01 1.02 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18863 0 1 0 67957 66 0 0 20 0 11 0 1735587161 861069312 26089 4294967295 134512640 134569956 3221224336 3221214680 1131501085 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26089 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 680.23
Current children cumulated vsize (Kb) 840888

[startup+700.035 s]
Raw data (loadavg): 1.01 1.02 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18873 0 1 0 68949 67 0 0 22 0 11 0 1735587161 861069312 26091 4294967295 134512640 134569956 3221224336 3221214680 1131501107 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26091 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 690.16
Current children cumulated vsize (Kb) 840888

[startup+710.037 s]
Raw data (loadavg): 1.01 1.02 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18884 0 1 0 69941 67 0 0 25 0 11 0 1735587161 861069312 26094 4294967295 134512640 134569956 3221224336 3221214680 1131501205 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26094 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 700.08
Current children cumulated vsize (Kb) 840888

[startup+720.037 s]
Raw data (loadavg): 1.00 1.02 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18894 0 1 0 70933 67 0 0 18 0 11 0 1735587161 861069312 26096 4294967295 134512640 134569956 3221224336 3221214712 1131504910 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26096 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 710
Current children cumulated vsize (Kb) 840888

[startup+730.037 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18904 0 1 0 71925 68 0 0 20 0 11 0 1735587161 861069312 26099 4294967295 134512640 134569956 3221224336 3221214688 1131415339 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26099 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 719.93
Current children cumulated vsize (Kb) 840888

[startup+740.038 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18914 0 1 0 72917 68 0 0 23 0 11 0 1735587161 861069312 26102 4294967295 134512640 134569956 3221224336 3221214688 1131415296 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26102 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 729.85
Current children cumulated vsize (Kb) 840888

[startup+750.038 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18925 0 1 0 73908 69 0 0 25 0 11 0 1735587161 861069312 26105 4294967295 134512640 134569956 3221224336 3221214592 1131474815 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26105 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 739.77
Current children cumulated vsize (Kb) 840888

[startup+760.038 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18935 0 1 0 74900 69 0 0 18 0 11 0 1735587161 861069312 26107 4294967295 134512640 134569956 3221224336 3221214680 1131501092 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26107 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 749.69
Current children cumulated vsize (Kb) 840888

[startup+770.039 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18945 0 1 0 75891 69 0 0 25 0 11 0 1735587161 861069312 26109 4294967295 134512640 134569956 3221224336 3221214736 1131538269 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26109 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 759.6
Current children cumulated vsize (Kb) 840888

[startup+780.04 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18955 0 1 0 76884 70 0 0 24 0 11 0 1735587161 861069312 26112 4294967295 134512640 134569956 3221224336 3221214736 1131537911 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26112 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 769.54
Current children cumulated vsize (Kb) 840888

[startup+790.04 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18966 0 1 0 77875 70 0 0 25 0 11 0 1735587161 861069312 26115 4294967295 134512640 134569956 3221224336 3221214688 1131415296 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26115 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 779.45
Current children cumulated vsize (Kb) 840888

[startup+800.04 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18976 0 1 0 78867 70 0 0 25 0 11 0 1735587161 861069312 26117 4294967295 134512640 134569956 3221224336 3221214592 1131397754 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26117 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 789.37
Current children cumulated vsize (Kb) 840888

[startup+810.041 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18986 0 1 0 79858 70 0 0 25 0 11 0 1735587161 861069312 26120 4294967295 134512640 134569956 3221224336 3221214592 1131474569 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26120 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 799.28
Current children cumulated vsize (Kb) 840888

[startup+820.041 s]
Raw data (loadavg): 1.00 1.01 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 18996 0 1 0 80850 70 0 0 25 0 11 0 1735587161 861069312 26122 4294967295 134512640 134569956 3221224336 3221214680 1131501167 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26122 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 809.2
Current children cumulated vsize (Kb) 840888

[startup+830.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22263
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19007 0 1 0 81841 71 0 0 17 0 11 0 1735587161 861069312 26125 4294967295 134512640 134569956 3221224336 3221214592 1131474692 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26125 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 819.12
Current children cumulated vsize (Kb) 840888

[startup+840.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19017 0 1 0 82833 71 0 0 25 0 11 0 1735587161 861069312 26128 4294967295 134512640 134569956 3221224336 3221214712 1131415332 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26128 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 829.04
Current children cumulated vsize (Kb) 840888

[startup+850.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19027 0 1 0 83825 71 0 0 25 0 11 0 1735587161 861069312 26130 4294967295 134512640 134569956 3221224336 3221214592 1131474835 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26130 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 838.96
Current children cumulated vsize (Kb) 840888

[startup+860.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19037 0 1 0 84817 71 0 0 24 0 11 0 1735587161 861069312 26134 4294967295 134512640 134569956 3221224336 3221214688 1131415313 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26134 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 848.88
Current children cumulated vsize (Kb) 840888

[startup+870.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19048 0 1 0 85808 72 0 0 25 0 11 0 1735587161 861069312 26136 4294967295 134512640 134569956 3221224336 3221214592 1131474710 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26136 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 858.8
Current children cumulated vsize (Kb) 840888

[startup+880.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19058 0 1 0 86801 72 0 0 25 0 11 0 1735587161 861069312 26139 4294967295 134512640 134569956 3221224336 3221214592 1131475494 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26139 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 868.73
Current children cumulated vsize (Kb) 840888

[startup+890.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19068 0 1 0 87792 72 0 0 25 0 11 0 1735587161 861069312 26142 4294967295 134512640 134569956 3221224336 3221214592 1131474893 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26142 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 878.64
Current children cumulated vsize (Kb) 840888

[startup+900.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19078 0 1 0 88784 72 0 0 24 0 11 0 1735587161 861069312 26146 4294967295 134512640 134569956 3221224336 3221214592 1131474549 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26146 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 888.56
Current children cumulated vsize (Kb) 840888

[startup+910.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19089 0 1 0 89775 72 0 0 17 0 11 0 1735587161 861069312 26149 4294967295 134512640 134569956 3221224336 3221214592 1131475510 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26149 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 898.47
Current children cumulated vsize (Kb) 840888

[startup+920.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19099 0 1 0 90767 73 0 0 19 0 11 0 1735587161 861069312 26151 4294967295 134512640 134569956 3221224336 3221214680 1131501085 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26151 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 908.4
Current children cumulated vsize (Kb) 840888

[startup+930.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19109 0 1 0 91759 73 0 0 25 0 11 0 1735587161 861069312 26154 4294967295 134512640 134569956 3221224336 3221214592 1131398204 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26154 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 918.32
Current children cumulated vsize (Kb) 840888

[startup+940.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19119 0 1 0 92749 73 0 0 23 0 11 0 1735587161 861069312 26156 4294967295 134512640 134569956 3221224336 3221214592 1131474668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26156 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 928.22
Current children cumulated vsize (Kb) 840888

[startup+950.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19130 0 1 0 93739 73 0 0 25 0 11 0 1735587161 861069312 26158 4294967295 134512640 134569956 3221224336 3221214680 1131501138 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26158 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 938.12
Current children cumulated vsize (Kb) 840888

[startup+960.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19140 0 1 0 94730 73 0 0 25 0 11 0 1735587161 861069312 26174 4294967295 134512640 134569956 3221224336 3221214592 1131475330 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26174 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 948.03
Current children cumulated vsize (Kb) 840888

[startup+970.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19150 0 1 0 95721 74 0 0 19 0 11 0 1735587161 861069312 26176 4294967295 134512640 134569956 3221224336 3221214688 1131415296 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26176 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 957.95
Current children cumulated vsize (Kb) 840888

[startup+980.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19160 0 1 0 96713 74 0 0 25 0 11 0 1735587161 861069312 26180 4294967295 134512640 134569956 3221224336 3221214732 1131415283 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26180 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 967.87
Current children cumulated vsize (Kb) 840888

[startup+990.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19170 0 1 0 97704 74 0 0 23 0 11 0 1735587161 861069312 26182 4294967295 134512640 134569956 3221224336 3221214592 1131474603 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26182 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 977.78
Current children cumulated vsize (Kb) 840888

[startup+1000.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19181 0 1 0 98692 75 0 0 25 0 11 0 1735587161 861069312 26185 4294967295 134512640 134569956 3221224336 3221214592 1131397778 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26185 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 987.67
Current children cumulated vsize (Kb) 840888

[startup+1010.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19191 0 1 0 99682 75 0 0 25 0 11 0 1735587161 861069312 26188 4294967295 134512640 134569956 3221224336 3221214560 1131430531 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26188 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 997.57
Current children cumulated vsize (Kb) 840888

[startup+1020.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19201 0 1 0 100672 76 0 0 25 0 11 0 1735587161 861069312 26192 4294967295 134512640 134569956 3221224336 3221214592 1131474683 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26192 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1007.48
Current children cumulated vsize (Kb) 840888

[startup+1030.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19211 0 1 0 101663 76 0 0 21 0 11 0 1735587161 861069312 26215 4294967295 134512640 134569956 3221224336 3221214592 1131474668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26215 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1017.39
Current children cumulated vsize (Kb) 840888

[startup+1040.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19221 0 1 0 102654 76 0 0 25 0 11 0 1735587161 861069312 26217 4294967295 134512640 134569956 3221224336 3221214592 1131474668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26217 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1027.3
Current children cumulated vsize (Kb) 840888

[startup+1050.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19232 0 1 0 103643 77 0 0 25 0 11 0 1735587161 861069312 26220 4294967295 134512640 134569956 3221224336 3221214592 1131476072 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26220 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1037.2
Current children cumulated vsize (Kb) 840888

[startup+1060.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19242 0 1 0 104635 77 0 0 25 0 11 0 1735587161 861069312 26222 4294967295 134512640 134569956 3221224336 3221214592 1131474889 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26222 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1047.12
Current children cumulated vsize (Kb) 840888

[startup+1070.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19252 0 1 0 105626 78 0 0 25 0 11 0 1735587161 861069312 26224 4294967295 134512640 134569956 3221224336 3221214688 1131415403 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26224 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1057.04
Current children cumulated vsize (Kb) 840888

[startup+1080.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19262 0 1 0 106616 78 0 0 21 0 11 0 1735587161 861069312 26227 4294967295 134512640 134569956 3221224336 3221214592 1131475330 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26227 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1066.94
Current children cumulated vsize (Kb) 840888

[startup+1090.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19272 0 1 0 107607 79 0 0 22 0 11 0 1735587161 861069312 26229 4294967295 134512640 134569956 3221224336 3221214592 1131474569 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26229 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1076.86
Current children cumulated vsize (Kb) 840888

[startup+1100.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19282 0 1 0 108598 79 0 0 25 0 11 0 1735587161 861069312 26232 4294967295 134512640 134569956 3221224336 3221214688 1131415296 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26232 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1086.77
Current children cumulated vsize (Kb) 840888

[startup+1110.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19293 0 1 0 109587 79 0 0 17 0 11 0 1735587161 861069312 26234 4294967295 134512640 134569956 3221224336 3221214680 1131501502 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26234 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1096.66
Current children cumulated vsize (Kb) 840888

[startup+1120.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19303 0 1 0 110578 79 0 0 18 0 11 0 1735587161 861069312 26236 4294967295 134512640 134569956 3221224336 3221214732 1131501075 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26236 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1106.57
Current children cumulated vsize (Kb) 840888

[startup+1130.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19313 0 1 0 111569 79 0 0 25 0 11 0 1735587161 861069312 26239 4294967295 134512640 134569956 3221224336 3221214592 1131474668 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26239 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1116.48
Current children cumulated vsize (Kb) 840888

[startup+1140.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19323 0 1 0 112560 80 0 0 20 0 11 0 1735587161 861069312 26241 4294967295 134512640 134569956 3221224336 3221214688 1131415296 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26241 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1126.4
Current children cumulated vsize (Kb) 840888

[startup+1150.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19333 0 1 0 113551 80 0 0 25 0 11 0 1735587161 861069312 26244 4294967295 134512640 134569956 3221224336 3221214736 1131538258 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/22192/statm): 210222 26244 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1136.31
Current children cumulated vsize (Kb) 840888

[startup+1160.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19343 0 1 0 114542 81 0 0 25 0 11 0 1735587161 861069312 26246 4294967295 134512640 134569956 3221224336 3221214688 1131415419 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26246 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1146.23
Current children cumulated vsize (Kb) 840888

[startup+1170.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19354 0 1 0 115532 81 0 0 17 0 11 0 1735587161 861069312 26249 4294967295 134512640 134569956 3221224336 3221214592 1131475297 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26249 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1156.13
Current children cumulated vsize (Kb) 840888

[startup+1180.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19364 0 1 0 116522 82 0 0 18 0 11 0 1735587161 861069312 26251 4294967295 134512640 134569956 3221224336 3221214592 1131474839 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26251 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1166.04
Current children cumulated vsize (Kb) 840888

[startup+1190.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19374 0 1 0 117513 82 0 0 19 0 11 0 1735587161 861069312 26253 4294967295 134512640 134569956 3221224336 3221214592 1131398196 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26253 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1175.95
Current children cumulated vsize (Kb) 840888

[startup+1200.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19384 0 1 0 118504 83 0 0 21 0 11 0 1735587161 861069312 26255 4294967295 134512640 134569956 3221224336 3221214680 1131501164 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26255 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1185.87
Current children cumulated vsize (Kb) 840888

[startup+1210.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19394 0 1 0 119495 83 0 0 23 0 11 0 1735587161 861069312 26258 4294967295 134512640 134569956 3221224336 3221214736 1131538207 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26258 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1195.78
Current children cumulated vsize (Kb) 840888

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19404 0 1 0 120486 84 0 0 25 0 11 0 1735587161 861069312 26260 4294967295 134512640 134569956 3221224336 3221214688 1131415296 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26260 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1205.7
Current children cumulated vsize (Kb) 840888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/67 22265
Raw data (/proc/22192/stat): 22192 (java) R 22191 22192 20602 0 -1 0 19404 0 1 0 120486 84 0 0 25 0 11 0 1735587161 861069312 26260 4294967295 134512640 134569956 3221224336 3221214592 1131474668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/22192/statm): 210222 26260 13129 16 0 210206 0
[pid=22192] vsize: 840888
Current children cumulated CPU time (s) 1205.7
Current children cumulated vsize (Kb) 840888

Sending SIGTERM to -22192
Sleeping 2 seconds
New thread pid=22267
New thread pid=22268
One traced child (pid=22268) exited with status: 0
One traced child (pid=22201) exited with status: 0
One traced child (pid=22196) exited with status: 0
One traced child (pid=22193) exited with status: 143
One traced child (pid=22194) exited with status: 143
One traced child (pid=22195) exited with status: 143
One traced child (pid=22200) exited with status: 143
One traced child (pid=22197) exited with status: 143
One traced child (pid=22198) exited with status: 143
One traced child (pid=22199) exited with status: 143
One traced child (pid=22202) exited with status: 143
One traced child (pid=22267) exited with status: 143
One traced child (pid=22192) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.15
CPU time (s): 1227.15
CPU user time (s): 1225.31
CPU system time (s): 1.84272
CPU usage (%): 100.573
Max. virtual memory (cumulated for all children) (Kb): 841656

Verifier Data

ERROR: no interpretation found !