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-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-ganges.opb
MD5SUM8a1a45ee37d518ca6067f6e63fa8146f
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 2309
Biggest coefficient in the objective function 33554432
Number of bits for the biggest coefficient in the objective function 26
Sum of the numbers in the objective function 884998035
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 5368709120000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 32257203788492
Number of bits of the biggest sum of numbers45
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.01169
Number of variables46097
Total number of constraints1706
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 constraints1706
Minimum length of a constraint13
Maximum length of a constraint1432

Trace number 3374

Launcher Data

LAUNCH ON wulflinc9 THE 2005-09-19 00:15:46 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6293 boxname=wulflinc9 idbench=433 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  8a1a45ee37d518ca6067f6e63fa8146f  /oldhome/oroussel/tmp/wulflinc9/normalized-mps-v2-20-10-ganges.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc9/normalized-mps-v2-20-10-ganges.opb
IDLAUNCH: 6293
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.242
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.242
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:        894336 kB
Buffers:         34068 kB
Cached:          79672 kB
SwapCached:       1044 kB
Active:          61120 kB
Inactive:        55336 kB
HighTotal:      131008 kB
HighFree:        47768 kB
LowTotal:       903652 kB
LowFree:        846568 kB
SwapTotal:     2097136 kB
SwapFree:      2095568 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5660 kB
Slab:            18116 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-19 00:36:07 (client local time) WITH STATUS 143 IN 1227.02 SECONDS
stats: 6293 7 1227.02 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/wulflinc9/normalized-mps-v2-20-10-ganges.opb
c reading problem ... done. Time 11.049 ms.
c #vars     46097
c #constraints  2737
c starts		: 3
c conflicts		: 302
c decisions		: 4547
c propagations		: 56284
c inspects		: 978139
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 302
c root simplifications	: 263
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 3.7651575122634666
c non guided choices	4547
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1218.821

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/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1787273188 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 39 3 38 16 0 23 0
[pid=11368] 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/11368
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=11369
New thread pid=11370
New thread pid=11371
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=11372
New thread pid=11373
New thread pid=11374
New thread pid=11375
New thread pid=11376
New thread pid=11377
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/wulflinc9/normalized-mps-v2-20-10-ganges.opb

[startup+10.002 s]
Raw data (loadavg): 0.95 0.99 0.99 2/65 11377
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18114 0 1 0 734 53 0 0 20 0 10 0 1787273188 854249472 23683 4294967295 134512640 134569956 3221224336 3221214696 1131338874 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 208557 23683 13129 16 0 208541 0
[pid=11368] vsize: 834228
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (Kb) 834228
New thread pid=11378

[startup+20.0038 s]
Raw data (loadavg): 0.95 0.99 0.99 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18148 0 1 0 1584 55 0 0 25 0 11 0 1787273188 858972160 32021 4294967295 134512640 134569956 3221224336 3221214544 1131382199 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32021 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 16.39
Current children cumulated vsize (Kb) 838840

[startup+30.011 s]
Raw data (loadavg): 0.96 0.99 0.99 4/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18170 0 1 0 2559 56 0 0 17 0 11 0 1787273188 859168768 32102 4294967295 134512640 134569956 3221224336 3221213892 1073952732 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209758 32102 13129 16 0 209742 0
[pid=11368] vsize: 839032
Current children cumulated CPU time (s) 26.15
Current children cumulated vsize (Kb) 839032

[startup+40.0114 s]
Raw data (loadavg): 0.97 0.99 0.99 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18183 0 1 0 3528 56 0 0 25 0 11 0 1787273188 859529216 32213 4294967295 134512640 134569956 3221224336 3221214540 1131057182 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209846 32213 13129 16 0 209830 0
[pid=11368] vsize: 839384
Current children cumulated CPU time (s) 35.84
Current children cumulated vsize (Kb) 839384

[startup+50.0122 s]
Raw data (loadavg): 0.97 0.99 0.99 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18193 0 1 0 4511 56 0 0 25 0 11 0 1787273188 859529216 32215 4294967295 134512640 134569956 3221224336 3221214488 1131473947 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209846 32215 13129 16 0 209830 0
[pid=11368] vsize: 839384
Current children cumulated CPU time (s) 45.67
Current children cumulated vsize (Kb) 839384

[startup+60.0129 s]
Raw data (loadavg): 0.97 0.99 0.99 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18200 0 1 0 5489 57 0 0 25 0 11 0 1787273188 859529216 32249 4294967295 134512640 134569956 3221224336 3221214640 1131546914 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209846 32249 13129 16 0 209830 0
[pid=11368] vsize: 839384
Current children cumulated CPU time (s) 55.46
Current children cumulated vsize (Kb) 839384

[startup+70.0157 s]
Raw data (loadavg): 0.98 0.99 0.99 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18207 0 1 0 6474 58 0 0 17 0 11 0 1787273188 858972160 32120 4294967295 134512640 134569956 3221224336 3221214552 1131495040 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32120 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 65.32
Current children cumulated vsize (Kb) 838840

[startup+80.0165 s]
Raw data (loadavg): 0.98 0.99 0.99 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18214 0 1 0 7460 58 0 0 25 0 11 0 1787273188 858972160 32158 4294967295 134512640 134569956 3221224336 3221214592 1131533507 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32158 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 75.18
Current children cumulated vsize (Kb) 838840

[startup+90.0182 s]
Raw data (loadavg): 0.98 0.99 0.99 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18221 0 1 0 8446 58 0 0 19 0 11 0 1787273188 858972160 32196 4294967295 134512640 134569956 3221224336 3221214552 1131494576 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32196 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 85.04
Current children cumulated vsize (Kb) 838840

[startup+100.019 s]
Raw data (loadavg): 1.07 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18228 0 1 0 9432 59 0 0 25 0 11 0 1787273188 858972160 32247 4294967295 134512640 134569956 3221224336 3221214568 1131435543 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32247 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 94.91
Current children cumulated vsize (Kb) 838840

[startup+110.02 s]
Raw data (loadavg): 1.06 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18236 0 1 0 10410 59 0 0 21 0 11 0 1787273188 858972160 32279 4294967295 134512640 134569956 3221224336 3221214640 1131544779 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32279 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 104.69
Current children cumulated vsize (Kb) 838840

[startup+120.021 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18243 0 1 0 11397 59 0 0 25 0 11 0 1787273188 858972160 32330 4294967295 134512640 134569956 3221224336 3221214552 1131494981 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32330 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 114.56
Current children cumulated vsize (Kb) 838840

[startup+130.02 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18252 0 1 0 12383 59 0 0 19 0 11 0 1787273188 858972160 32370 4294967295 134512640 134569956 3221224336 3221214632 1131366524 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32370 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 124.42
Current children cumulated vsize (Kb) 838840

[startup+140.021 s]
Raw data (loadavg): 1.03 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18259 0 1 0 13371 60 0 0 24 0 11 0 1787273188 858972160 32411 4294967295 134512640 134569956 3221224336 3221214552 1131494713 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32411 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 134.31
Current children cumulated vsize (Kb) 838840

[startup+150.022 s]
Raw data (loadavg): 1.03 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18268 0 1 0 14358 61 0 0 17 0 11 0 1787273188 858972160 32443 4294967295 134512640 134569956 3221224336 3221214552 1131494931 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32443 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 144.19
Current children cumulated vsize (Kb) 838840

[startup+160.022 s]
Raw data (loadavg): 1.02 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18276 0 1 0 15346 61 0 0 25 0 11 0 1787273188 858972160 32473 4294967295 134512640 134569956 3221224336 3221214640 1131549992 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32473 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 154.07
Current children cumulated vsize (Kb) 838840

[startup+170.022 s]
Raw data (loadavg): 1.02 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18284 0 1 0 16333 62 0 0 25 0 11 0 1787273188 858972160 32521 4294967295 134512640 134569956 3221224336 3221214552 1131495095 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32521 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 163.95
Current children cumulated vsize (Kb) 838840

[startup+180.023 s]
Raw data (loadavg): 1.02 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18292 0 1 0 17321 62 0 0 25 0 11 0 1787273188 858972160 32552 4294967295 134512640 134569956 3221224336 3221214552 1131494576 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32552 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 173.83
Current children cumulated vsize (Kb) 838840

[startup+190.024 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18301 0 1 0 18309 62 0 0 25 0 11 0 1787273188 858972160 32579 4294967295 134512640 134569956 3221224336 3221214552 1131495161 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32579 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 183.71
Current children cumulated vsize (Kb) 838840

[startup+200.025 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18310 0 1 0 19298 63 0 0 25 0 11 0 1787273188 858972160 32608 4294967295 134512640 134569956 3221224336 3221214552 1131495040 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32608 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 193.61
Current children cumulated vsize (Kb) 838840

[startup+210.026 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18318 0 1 0 20288 64 0 0 25 0 11 0 1787273188 858972160 32636 4294967295 134512640 134569956 3221224336 3221214640 1131546700 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32636 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 203.52
Current children cumulated vsize (Kb) 838840

[startup+220.026 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18327 0 1 0 21281 64 0 0 25 0 11 0 1787273188 858972160 32654 4294967295 134512640 134569956 3221224336 3221214632 1131366524 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32654 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 213.45
Current children cumulated vsize (Kb) 838840

[startup+230.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18335 0 1 0 22273 65 0 0 25 0 11 0 1787273188 858972160 32660 4294967295 134512640 134569956 3221224336 3221214552 1131495040 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32660 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 223.38
Current children cumulated vsize (Kb) 838840

[startup+240.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18343 0 1 0 23261 65 0 0 24 0 11 0 1787273188 858972160 32667 4294967295 134512640 134569956 3221224336 3221214552 1131495870 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32667 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 233.26
Current children cumulated vsize (Kb) 838840

[startup+250.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18353 0 1 0 24245 65 0 0 19 0 11 0 1787273188 858972160 32677 4294967295 134512640 134569956 3221224336 3221214552 1131494955 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32677 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 243.1
Current children cumulated vsize (Kb) 838840

[startup+260.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18363 0 1 0 25227 65 0 0 17 0 11 0 1787273188 858972160 32692 4294967295 134512640 134569956 3221224336 3221214592 1131469624 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32692 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 252.92
Current children cumulated vsize (Kb) 838840

[startup+270.032 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18372 0 1 0 26209 66 0 0 17 0 11 0 1787273188 858972160 32750 4294967295 134512640 134569956 3221224336 3221214552 1131494692 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32750 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 262.75
Current children cumulated vsize (Kb) 838840

[startup+280.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18381 0 1 0 27194 66 0 0 25 0 11 0 1787273188 858972160 32790 4294967295 134512640 134569956 3221224336 3221214552 1131494441 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32790 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 272.6
Current children cumulated vsize (Kb) 838840

[startup+290.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18390 0 1 0 28182 67 0 0 25 0 11 0 1787273188 858972160 32842 4294967295 134512640 134569956 3221224336 3221214552 1131495082 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32842 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 282.49
Current children cumulated vsize (Kb) 838840

[startup+300.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18399 0 1 0 29171 67 0 0 20 0 11 0 1787273188 858972160 32858 4294967295 134512640 134569956 3221224336 3221214552 1131494891 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32858 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 292.38
Current children cumulated vsize (Kb) 838840

[startup+310.036 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18408 0 1 0 30164 68 0 0 25 0 11 0 1787273188 858972160 32873 4294967295 134512640 134569956 3221224336 3221214552 1131494676 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32873 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 302.32
Current children cumulated vsize (Kb) 838840

[startup+320.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18417 0 1 0 31157 68 0 0 25 0 11 0 1787273188 858972160 32885 4294967295 134512640 134569956 3221224336 3221214552 1131495121 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32885 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 312.25
Current children cumulated vsize (Kb) 838840

[startup+330.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18426 0 1 0 32150 68 0 0 25 0 11 0 1787273188 858972160 32888 4294967295 134512640 134569956 3221224336 3221214552 1131495179 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32888 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 322.18
Current children cumulated vsize (Kb) 838840

[startup+340.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18436 0 1 0 33143 69 0 0 25 0 11 0 1787273188 858972160 32891 4294967295 134512640 134569956 3221224336 3221214552 1131494875 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32891 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 332.12
Current children cumulated vsize (Kb) 838840

[startup+350.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18445 0 1 0 34135 69 0 0 25 0 11 0 1787273188 858972160 32894 4294967295 134512640 134569956 3221224336 3221214552 1131494583 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32894 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (Kb) 838840

[startup+360.04 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18454 0 1 0 35129 70 0 0 19 0 11 0 1787273188 858972160 32901 4294967295 134512640 134569956 3221224336 3221214636 1131382890 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32901 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 351.99
Current children cumulated vsize (Kb) 838840

[startup+370.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18463 0 1 0 36123 70 0 0 25 0 11 0 1787273188 858972160 32904 4294967295 134512640 134569956 3221224336 3221214552 1131494704 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32904 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 361.93
Current children cumulated vsize (Kb) 838840

[startup+380.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18472 0 1 0 37116 70 0 0 24 0 11 0 1787273188 858972160 32907 4294967295 134512640 134569956 3221224336 3221214552 1131494704 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32907 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 371.86
Current children cumulated vsize (Kb) 838840

[startup+390.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18481 0 1 0 38109 71 0 0 25 0 11 0 1787273188 858972160 32910 4294967295 134512640 134569956 3221224336 3221214640 1131550758 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32910 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 381.8
Current children cumulated vsize (Kb) 838840

[startup+400.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18491 0 1 0 39103 71 0 0 25 0 11 0 1787273188 858972160 32914 4294967295 134512640 134569956 3221224336 3221214640 1131544818 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32914 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 391.74
Current children cumulated vsize (Kb) 838840

[startup+410.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18500 0 1 0 40096 71 0 0 25 0 11 0 1787273188 858972160 32917 4294967295 134512640 134569956 3221224336 3221214552 1131494692 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32917 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 401.67
Current children cumulated vsize (Kb) 838840

[startup+420.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18509 0 1 0 41090 71 0 0 25 0 11 0 1787273188 858972160 32920 4294967295 134512640 134569956 3221224336 3221214544 1131382199 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32920 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 411.61
Current children cumulated vsize (Kb) 838840

[startup+430.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18518 0 1 0 42083 71 0 0 25 0 11 0 1787273188 858972160 32923 4294967295 134512640 134569956 3221224336 3221214776 1131519991 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32923 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 421.54
Current children cumulated vsize (Kb) 838840

[startup+440.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18527 0 1 0 43076 72 0 0 25 0 11 0 1787273188 858972160 32926 4294967295 134512640 134569956 3221224336 3221214552 1131494692 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32926 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 431.48
Current children cumulated vsize (Kb) 838840

[startup+450.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18537 0 1 0 44069 72 0 0 17 0 11 0 1787273188 858972160 32930 4294967295 134512640 134569956 3221224336 3221214552 1131495748 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32930 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 441.41
Current children cumulated vsize (Kb) 838840

[startup+460.046 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18546 0 1 0 45063 73 0 0 25 0 11 0 1787273188 858972160 32936 4294967295 134512640 134569956 3221224336 3221214552 1131494682 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32936 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 451.36
Current children cumulated vsize (Kb) 838840

[startup+470.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18555 0 1 0 46056 73 0 0 25 0 11 0 1787273188 858972160 32940 4294967295 134512640 134569956 3221224336 3221214552 1131495018 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32940 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 461.29
Current children cumulated vsize (Kb) 838840

[startup+480.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18564 0 1 0 47050 74 0 0 25 0 11 0 1787273188 858972160 32942 4294967295 134512640 134569956 3221224336 3221214640 1131551758 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32942 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 471.24
Current children cumulated vsize (Kb) 838840

[startup+490.047 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18574 0 1 0 48042 74 0 0 17 0 11 0 1787273188 858972160 32945 4294967295 134512640 134569956 3221224336 3221214640 1131546352 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32945 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 481.16
Current children cumulated vsize (Kb) 838840

[startup+500.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18583 0 1 0 49036 74 0 0 25 0 11 0 1787273188 858972160 32948 4294967295 134512640 134569956 3221224336 3221214552 1131495754 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32948 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 491.1
Current children cumulated vsize (Kb) 838840

[startup+510.048 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18592 0 1 0 50030 75 0 0 22 0 11 0 1787273188 858972160 32951 4294967295 134512640 134569956 3221224336 3221214680 1131473710 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32951 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 501.05
Current children cumulated vsize (Kb) 838840

[startup+520.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18601 0 1 0 51024 75 0 0 24 0 11 0 1787273188 858972160 32954 4294967295 134512640 134569956 3221224336 3221214552 1131494525 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32954 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 510.99
Current children cumulated vsize (Kb) 838840

[startup+530.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18611 0 1 0 52017 76 0 0 16 0 11 0 1787273188 858972160 32959 4294967295 134512640 134569956 3221224336 3221214640 1131544818 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32959 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 520.93
Current children cumulated vsize (Kb) 838840

[startup+540.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18620 0 1 0 53010 76 0 0 18 0 11 0 1787273188 858972160 32963 4294967295 134512640 134569956 3221224336 3221214552 1131495095 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32963 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 530.86
Current children cumulated vsize (Kb) 838840

[startup+550.051 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18629 0 1 0 54004 76 0 0 25 0 11 0 1787273188 858972160 32966 4294967295 134512640 134569956 3221224336 3221214640 1131546522 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32966 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 540.8
Current children cumulated vsize (Kb) 838840

[startup+560.052 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18638 0 1 0 54997 76 0 0 24 0 11 0 1787273188 858972160 32968 4294967295 134512640 134569956 3221224336 3221214552 1131494981 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32968 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 550.73
Current children cumulated vsize (Kb) 838840

[startup+570.052 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18648 0 1 0 55989 77 0 0 25 0 11 0 1787273188 858972160 32971 4294967295 134512640 134569956 3221224336 3221214552 1131494424 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32971 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 560.66
Current children cumulated vsize (Kb) 838840

[startup+580.053 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18657 0 1 0 56982 77 0 0 25 0 11 0 1787273188 858972160 32975 4294967295 134512640 134569956 3221224336 3221214552 1131495888 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32975 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 570.59
Current children cumulated vsize (Kb) 838840

[startup+590.054 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18666 0 1 0 57975 77 0 0 25 0 11 0 1787273188 858972160 32980 4294967295 134512640 134569956 3221224336 3221214632 1131366524 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32980 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 580.52
Current children cumulated vsize (Kb) 838840

[startup+600.055 s]
Raw data (loadavg): 1.00 1.00 1.00 3/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18675 0 1 0 58968 78 0 0 24 0 11 0 1787273188 858972160 32983 4294967295 134512640 134569956 3221224336 3221214640 1131550917 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32983 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 590.46
Current children cumulated vsize (Kb) 838840

[startup+610.055 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18685 0 1 0 59961 78 0 0 25 0 11 0 1787273188 858972160 32986 4294967295 134512640 134569956 3221224336 3221214552 1131494900 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32986 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 600.39
Current children cumulated vsize (Kb) 838840

[startup+620.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18694 0 1 0 60953 79 0 0 20 0 11 0 1787273188 858972160 32989 4294967295 134512640 134569956 3221224336 3221214640 1131550789 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32989 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 610.32
Current children cumulated vsize (Kb) 838840

[startup+630.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18703 0 1 0 61946 79 0 0 25 0 11 0 1787273188 858972160 32992 4294967295 134512640 134569956 3221224336 3221214544 1131382286 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 32992 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 620.25
Current children cumulated vsize (Kb) 838840

[startup+640.056 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18713 0 1 0 62939 79 0 0 25 0 11 0 1787273188 858972160 32995 4294967295 134512640 134569956 3221224336 3221214640 1131546600 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32995 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 630.18
Current children cumulated vsize (Kb) 838840

[startup+650.057 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18722 0 1 0 63931 80 0 0 25 0 11 0 1787273188 858972160 32998 4294967295 134512640 134569956 3221224336 3221214552 1131494600 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 32998 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 640.11
Current children cumulated vsize (Kb) 838840

[startup+660.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18731 0 1 0 64924 81 0 0 23 0 11 0 1787273188 858972160 33002 4294967295 134512640 134569956 3221224336 3221214640 1131546144 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33002 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 650.05
Current children cumulated vsize (Kb) 838840

[startup+670.058 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18741 0 1 0 65914 82 0 0 25 0 11 0 1787273188 858972160 33007 4294967295 134512640 134569956 3221224336 3221214640 1131544883 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33007 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 659.96
Current children cumulated vsize (Kb) 838840

[startup+680.059 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18750 0 1 0 66906 82 0 0 25 0 11 0 1787273188 858972160 33014 4294967295 134512640 134569956 3221224336 3221214552 1131495179 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33014 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 669.88
Current children cumulated vsize (Kb) 838840

[startup+690.06 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18759 0 1 0 67899 83 0 0 25 0 11 0 1787273188 858972160 33016 4294967295 134512640 134569956 3221224336 3221214552 1131494692 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33016 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 679.82
Current children cumulated vsize (Kb) 838840

[startup+700.061 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18768 0 1 0 68892 83 0 0 24 0 11 0 1787273188 858972160 33022 4294967295 134512640 134569956 3221224336 3221214640 1131550568 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33022 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 689.75
Current children cumulated vsize (Kb) 838840

[startup+710.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18778 0 1 0 69884 83 0 0 25 0 11 0 1787273188 858972160 33026 4294967295 134512640 134569956 3221224336 3221214640 1131550889 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33026 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 699.67
Current children cumulated vsize (Kb) 838840

[startup+720.062 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18787 0 1 0 70877 84 0 0 25 0 11 0 1787273188 858972160 33029 4294967295 134512640 134569956 3221224336 3221214640 1131544883 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33029 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 709.61
Current children cumulated vsize (Kb) 838840

[startup+730.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18796 0 1 0 71870 84 0 0 25 0 11 0 1787273188 858972160 33031 4294967295 134512640 134569956 3221224336 3221214552 1131495454 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33031 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 719.54
Current children cumulated vsize (Kb) 838840

[startup+740.063 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18806 0 1 0 72862 84 0 0 17 0 11 0 1787273188 858972160 33035 4294967295 134512640 134569956 3221224336 3221214640 1131550526 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33035 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 729.46
Current children cumulated vsize (Kb) 838840

[startup+750.064 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18815 0 1 0 73855 85 0 0 25 0 11 0 1787273188 858972160 33036 4294967295 134512640 134569956 3221224336 3221214640 1131547942 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33036 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 739.4
Current children cumulated vsize (Kb) 838840

[startup+760.065 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18824 0 1 0 74848 85 0 0 24 0 11 0 1787273188 858972160 33039 4294967295 134512640 134569956 3221224336 3221214544 1131382321 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33039 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 749.33
Current children cumulated vsize (Kb) 838840

[startup+770.065 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18834 0 1 0 75840 85 0 0 17 0 11 0 1787273188 858972160 33042 4294967295 134512640 134569956 3221224336 3221214552 1131494618 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33042 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 759.25
Current children cumulated vsize (Kb) 838840

[startup+780.065 s]
Raw data (loadavg): 1.15 1.03 1.01 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18843 0 1 0 76833 85 0 0 25 0 11 0 1787273188 858972160 33044 4294967295 134512640 134569956 3221224336 3221214640 1131546684 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33044 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 769.18
Current children cumulated vsize (Kb) 838840

[startup+790.065 s]
Raw data (loadavg): 1.12 1.03 1.01 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18852 0 1 0 77827 86 0 0 24 0 11 0 1787273188 858972160 33047 4294967295 134512640 134569956 3221224336 3221214640 1131550506 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33047 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 779.13
Current children cumulated vsize (Kb) 838840

[startup+800.066 s]
Raw data (loadavg): 1.10 1.03 1.01 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18862 0 1 0 78819 86 0 0 25 0 11 0 1787273188 858972160 33050 4294967295 134512640 134569956 3221224336 3221214640 1131549992 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33050 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 789.05
Current children cumulated vsize (Kb) 838840

[startup+810.066 s]
Raw data (loadavg): 1.09 1.03 1.01 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18871 0 1 0 79811 87 0 0 25 0 11 0 1787273188 858972160 33052 4294967295 134512640 134569956 3221224336 3221214552 1131495842 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33052 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 798.98
Current children cumulated vsize (Kb) 838840

[startup+820.066 s]
Raw data (loadavg): 1.07 1.03 1.01 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18880 0 1 0 80804 87 0 0 25 0 11 0 1787273188 858972160 33055 4294967295 134512640 134569956 3221224336 3221214552 1131495202 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33055 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 808.91
Current children cumulated vsize (Kb) 838840

[startup+830.067 s]
Raw data (loadavg): 1.06 1.03 1.01 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18890 0 1 0 81796 87 0 0 25 0 11 0 1787273188 858972160 33057 4294967295 134512640 134569956 3221224336 3221214552 1131495185 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33057 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 818.83
Current children cumulated vsize (Kb) 838840

[startup+840.067 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18899 0 1 0 82789 87 0 0 25 0 11 0 1787273188 858972160 33060 4294967295 134512640 134569956 3221224336 3221214680 1131473800 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33060 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 828.76
Current children cumulated vsize (Kb) 838840

[startup+850.068 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18909 0 1 0 83781 88 0 0 17 0 11 0 1787273188 858972160 33063 4294967295 134512640 134569956 3221224336 3221214632 1131366478 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33063 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 838.69
Current children cumulated vsize (Kb) 838840

[startup+860.069 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18918 0 1 0 84774 88 0 0 25 0 11 0 1787273188 858972160 33065 4294967295 134512640 134569956 3221224336 3221214552 1131495161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33065 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 848.62
Current children cumulated vsize (Kb) 838840

[startup+870.07 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18927 0 1 0 85766 88 0 0 23 0 11 0 1787273188 858972160 33068 4294967295 134512640 134569956 3221224336 3221214552 1131494576 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33068 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 858.54
Current children cumulated vsize (Kb) 838840

[startup+880.071 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18937 0 1 0 86759 88 0 0 25 0 11 0 1787273188 858972160 33071 4294967295 134512640 134569956 3221224336 3221214552 1131495470 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33071 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 868.47
Current children cumulated vsize (Kb) 838840

[startup+890.072 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18946 0 1 0 87751 89 0 0 21 0 11 0 1787273188 858972160 33073 4294967295 134512640 134569956 3221224336 3221214632 1131366524 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33073 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 878.4
Current children cumulated vsize (Kb) 838840

[startup+900.073 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18955 0 1 0 88744 89 0 0 24 0 11 0 1787273188 858972160 33075 4294967295 134512640 134569956 3221224336 3221214552 1131494747 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33075 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 888.33
Current children cumulated vsize (Kb) 838840

[startup+910.073 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18965 0 1 0 89736 89 0 0 25 0 11 0 1787273188 858972160 33077 4294967295 134512640 134569956 3221224336 3221214552 1131494891 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33077 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 898.25
Current children cumulated vsize (Kb) 838840

[startup+920.073 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18974 0 1 0 90729 89 0 0 23 0 11 0 1787273188 858972160 33080 4294967295 134512640 134569956 3221224336 3221214552 1131495774 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33080 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 908.18
Current children cumulated vsize (Kb) 838840

[startup+930.074 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18984 0 1 0 91720 90 0 0 17 0 11 0 1787273188 858972160 33083 4294967295 134512640 134569956 3221224336 3221214552 1131494680 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33083 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 918.1
Current children cumulated vsize (Kb) 838840

[startup+940.075 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 18993 0 1 0 92713 90 0 0 25 0 11 0 1787273188 858972160 33085 4294967295 134512640 134569956 3221224336 3221214552 1131495161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33085 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 928.03
Current children cumulated vsize (Kb) 838840

[startup+950.076 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19002 0 1 0 93705 91 0 0 25 0 11 0 1787273188 858972160 33088 4294967295 134512640 134569956 3221224336 3221214552 1131495900 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33088 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 937.96
Current children cumulated vsize (Kb) 838840

[startup+960.076 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19012 0 1 0 94697 91 0 0 25 0 11 0 1787273188 858972160 33090 4294967295 134512640 134569956 3221224336 3221214640 1131550400 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33090 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 947.88
Current children cumulated vsize (Kb) 838840

[startup+970.076 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19021 0 1 0 95690 92 0 0 21 0 11 0 1787273188 858972160 33093 4294967295 134512640 134569956 3221224336 3221214552 1131494506 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33093 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 957.82
Current children cumulated vsize (Kb) 838840

[startup+980.077 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19030 0 1 0 96682 92 0 0 25 0 11 0 1787273188 858972160 33094 4294967295 134512640 134569956 3221224336 3221214552 1131495179 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33094 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 967.74
Current children cumulated vsize (Kb) 838840

[startup+990.078 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19040 0 1 0 97674 93 0 0 20 0 11 0 1787273188 858972160 33097 4294967295 134512640 134569956 3221224336 3221214552 1131495351 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33097 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 977.67
Current children cumulated vsize (Kb) 838840

[startup+1000.08 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19049 0 1 0 98666 93 0 0 25 0 11 0 1787273188 858972160 33100 4294967295 134512640 134569956 3221224336 3221214552 1131494906 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33100 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 987.59
Current children cumulated vsize (Kb) 838840

[startup+1010.08 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19059 0 1 0 99658 93 0 0 18 0 11 0 1787273188 858972160 33103 4294967295 134512640 134569956 3221224336 3221214640 1131544843 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33103 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 997.51
Current children cumulated vsize (Kb) 838840

[startup+1020.08 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19068 0 1 0 100650 94 0 0 25 0 11 0 1787273188 858972160 33106 4294967295 134512640 134569956 3221224336 3221214544 1131382215 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33106 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1007.44
Current children cumulated vsize (Kb) 838840

[startup+1030.08 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19077 0 1 0 101642 94 0 0 25 0 11 0 1787273188 858972160 33112 4294967295 134512640 134569956 3221224336 3221214640 1131550758 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33112 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1017.36
Current children cumulated vsize (Kb) 838840

[startup+1040.08 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19087 0 1 0 102634 95 0 0 20 0 11 0 1787273188 858972160 33114 4294967295 134512640 134569956 3221224336 3221214552 1131494725 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33114 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1027.29
Current children cumulated vsize (Kb) 838840

[startup+1050.08 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19096 0 1 0 103626 95 0 0 25 0 11 0 1787273188 858972160 33116 4294967295 134512640 134569956 3221224336 3221214728 1131451278 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33116 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1037.21
Current children cumulated vsize (Kb) 838840

[startup+1060.08 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19106 0 1 0 104617 95 0 0 25 0 11 0 1787273188 858972160 33118 4294967295 134512640 134569956 3221224336 3221214640 1131544612 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33118 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1047.12
Current children cumulated vsize (Kb) 838840

[startup+1070.08 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19115 0 1 0 105608 96 0 0 21 0 11 0 1787273188 858972160 33121 4294967295 134512640 134569956 3221224336 3221214552 1131495018 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33121 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1057.04
Current children cumulated vsize (Kb) 838840

[startup+1080.09 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19125 0 1 0 106599 96 0 0 25 0 11 0 1787273188 858972160 33129 4294967295 134512640 134569956 3221224336 3221214640 1131551538 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33129 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1066.95
Current children cumulated vsize (Kb) 838840

[startup+1090.09 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19134 0 1 0 107591 97 0 0 21 0 11 0 1787273188 858972160 33134 4294967295 134512640 134569956 3221224336 3221214552 1131494900 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33134 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1076.88
Current children cumulated vsize (Kb) 838840

[startup+1100.09 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19144 0 1 0 108583 97 0 0 16 0 11 0 1787273188 858972160 33138 4294967295 134512640 134569956 3221224336 3221214552 1131494700 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33138 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1086.8
Current children cumulated vsize (Kb) 838840

[startup+1110.09 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19153 0 1 0 109575 98 0 0 19 0 11 0 1787273188 858972160 33140 4294967295 134512640 134569956 3221224336 3221214552 1131494576 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33140 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1096.73
Current children cumulated vsize (Kb) 838840

[startup+1120.09 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19162 0 1 0 110567 98 0 0 25 0 11 0 1787273188 858972160 33143 4294967295 134512640 134569956 3221224336 3221214552 1131495283 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33143 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1106.65
Current children cumulated vsize (Kb) 838840

[startup+1130.09 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19172 0 1 0 111559 99 0 0 25 0 11 0 1787273188 858972160 33147 4294967295 134512640 134569956 3221224336 3221214552 1131494704 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33147 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1116.58
Current children cumulated vsize (Kb) 838840

[startup+1140.09 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19181 0 1 0 112550 99 0 0 23 0 11 0 1787273188 858972160 33149 4294967295 134512640 134569956 3221224336 3221214552 1131494929 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33149 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1126.49
Current children cumulated vsize (Kb) 838840

[startup+1150.09 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19191 0 1 0 113541 99 0 0 18 0 11 0 1787273188 858972160 33152 4294967295 134512640 134569956 3221224336 3221214552 1131386064 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33152 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1136.4
Current children cumulated vsize (Kb) 838840

[startup+1160.09 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19200 0 1 0 114532 100 0 0 21 0 11 0 1787273188 858972160 33156 4294967295 134512640 134569956 3221224336 3221214552 1131494915 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33156 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1146.32
Current children cumulated vsize (Kb) 838840

[startup+1170.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19210 0 1 0 115523 100 0 0 16 0 11 0 1787273188 858972160 33160 4294967295 134512640 134569956 3221224336 3221214552 1131495036 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33160 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1156.23
Current children cumulated vsize (Kb) 838840

[startup+1180.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19219 0 1 0 116515 100 0 0 25 0 11 0 1787273188 858972160 33164 4294967295 134512640 134569956 3221224336 3221214640 1131544609 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33164 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1166.15
Current children cumulated vsize (Kb) 838840

[startup+1190.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19229 0 1 0 117505 100 0 0 16 0 11 0 1787273188 858972160 33174 4294967295 134512640 134569956 3221224336 3221214552 1131495137 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33174 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1176.05
Current children cumulated vsize (Kb) 838840

[startup+1200.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19238 0 1 0 118496 101 0 0 20 0 11 0 1787273188 858972160 33177 4294967295 134512640 134569956 3221224336 3221214640 1131550452 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33177 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1185.97
Current children cumulated vsize (Kb) 838840

[startup+1210.09 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19247 0 1 0 119489 101 0 0 24 0 11 0 1787273188 858972160 33185 4294967295 134512640 134569956 3221224336 3221214552 1131494523 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11368/statm): 209710 33185 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1195.9
Current children cumulated vsize (Kb) 838840

[startup+1220.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19257 0 1 0 120480 102 0 0 18 0 11 0 1787273188 858972160 33190 4294967295 134512640 134569956 3221224336 3221214640 1131546052 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33190 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1205.82
Current children cumulated vsize (Kb) 838840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.1 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11378
Raw data (/proc/11368/stat): 11368 (java) R 11367 11368 30740 0 -1 0 19257 0 1 0 120480 102 0 0 18 0 11 0 1787273188 858972160 33190 4294967295 134512640 134569956 3221224336 3221214552 1131494981 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11368/statm): 209710 33190 13129 16 0 209694 0
[pid=11368] vsize: 838840
Current children cumulated CPU time (s) 1205.82
Current children cumulated vsize (Kb) 838840

Sending SIGTERM to -11368
Sleeping 2 seconds
New thread pid=11380
New thread pid=11381
One traced child (pid=11381) exited with status: 0
One traced child (pid=11377) exited with status: 0
One traced child (pid=11372) exited with status: 0
One traced child (pid=11369) exited with status: 143
One traced child (pid=11370) exited with status: 143
One traced child (pid=11371) exited with status: 143
One traced child (pid=11373) exited with status: 143
One traced child (pid=11376) exited with status: 143
One traced child (pid=11374) exited with status: 143
One traced child (pid=11375) exited with status: 143
One traced child (pid=11378) exited with status: 143
One traced child (pid=11380) exited with status: 143
One traced child (pid=11368) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.22
CPU time (s): 1227.02
CPU user time (s): 1224.94
CPU system time (s): 2.08368
CPU usage (%): 100.557
Max. virtual memory (cumulated for all children) (Kb): 839384

Verifier Data

ERROR: no interpretation found !