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/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos2.opb
MD5SUM46211574d7cd8b850e6ed8c2f0a475a4
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 124
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 8589934588
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 2454208150643933184000
Number of bits of the biggest number in a constraint 72
Biggest sum of numbers in a constraint 289272765430218954375168
Number of bits of the biggest sum of numbers78
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables32294
Total number of constraints2173
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1053
Number of constraints which are nor clauses,nor cardinality constraints1120
Minimum length of a constraint1
Maximum length of a constraint4780

Trace number 7302

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.220
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        859960 kB
Buffers:         32064 kB
Cached:         114744 kB
SwapCached:        888 kB
Active:          50232 kB
Inactive:        99208 kB
HighTotal:      131008 kB
HighFree:        18844 kB
LowTotal:       903652 kB
LowFree:        841116 kB
SwapTotal:     2097892 kB
SwapFree:      2096524 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5728 kB
Slab:            19624 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 11:09:56 (client local time) WITH STATUS 143 IN 1228 SECONDS
stats: 6588 7 1228 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/wulflinc25/normalized-mps-v2-20-10-neos2.opb
c reading problem ... done. Time 9.602 ms.
c #vars     32294
c #constraints  1176
c starts		: 1
c conflicts		: 45
c decisions		: 10274
c propagations		: 59580
c inspects		: 128669
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 45
c root simplifications	: 45
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 8.496646082520181
c non guided choices	10274
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1218.867

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/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1857972544 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 39 3 38 16 0 23 0
[pid=1054] 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/1054
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=1055
New thread pid=1056
New thread pid=1057
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=1058
New thread pid=1059
New thread pid=1060
New thread pid=1061
New thread pid=1062
New thread pid=1063
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/wulflinc25/normalized-mps-v2-20-10-neos2.opb

[startup+10.0016 s]
Raw data (loadavg): 1.01 0.97 0.91 2/65 1063
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18114 0 1 0 668 46 0 0 25 0 10 0 1857972544 857993216 23292 4294967295 134512640 134569956 3221224336 3221214136 1131381863 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209471 23292 13129 16 0 209455 0
[pid=1054] vsize: 837884
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (Kb) 837884
New thread pid=1064

[startup+20.0022 s]
Raw data (loadavg): 1.01 0.97 0.91 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18155 0 1 0 1588 47 0 0 25 0 11 0 1857972544 857985024 28314 4294967295 134512640 134569956 3221224336 3221214504 1131391137 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209469 28314 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 16.35
Current children cumulated vsize (Kb) 837876

[startup+30.0018 s]
Raw data (loadavg): 1.01 0.97 0.91 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18165 0 1 0 2583 47 0 0 21 0 11 0 1857972544 857985024 28314 4294967295 134512640 134569956 3221224336 3221214504 1131427955 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209469 28314 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 26.3
Current children cumulated vsize (Kb) 837876

[startup+40.0024 s]
Raw data (loadavg): 1.01 0.97 0.91 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18175 0 1 0 3578 48 0 0 18 0 11 0 1857972544 857985024 28314 4294967295 134512640 134569956 3221224336 3221214592 1131394796 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209469 28314 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 36.26
Current children cumulated vsize (Kb) 837876

[startup+50.003 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18185 0 1 0 4574 48 0 0 25 0 11 0 1857972544 857985024 28314 4294967295 134512640 134569956 3221224336 3221214504 1131429352 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209469 28314 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 46.22
Current children cumulated vsize (Kb) 837876

[startup+60.0026 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18194 0 1 0 5569 48 0 0 25 0 11 0 1857972544 857985024 28315 4294967295 134512640 134569956 3221224336 3221214504 1131427948 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209469 28315 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 56.17
Current children cumulated vsize (Kb) 837876

[startup+70.0032 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18205 0 1 0 6564 48 0 0 21 0 11 0 1857972544 857985024 28316 4294967295 134512640 134569956 3221224336 3221214592 1131501869 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209469 28316 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 66.12
Current children cumulated vsize (Kb) 837876

[startup+80.0038 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18226 0 1 0 7545 49 0 0 21 0 11 0 1857972544 857985024 28334 4294967295 134512640 134569956 3221224336 3221214648 1131546468 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209469 28334 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 75.94
Current children cumulated vsize (Kb) 837876

[startup+90.0035 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18238 0 1 0 8525 49 0 0 25 0 11 0 1857972544 857985024 28351 4294967295 134512640 134569956 3221224336 3221214648 1131546475 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209469 28351 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 85.74
Current children cumulated vsize (Kb) 837876

[startup+100.004 s]
Raw data (loadavg): 1.00 0.97 0.91 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18248 0 1 0 9491 49 0 0 25 0 11 0 1857972544 857985024 28490 4294967295 134512640 134569956 3221224336 3221214592 1131502032 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209469 28490 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 95.4
Current children cumulated vsize (Kb) 837876

[startup+110.005 s]
Raw data (loadavg): 1.08 0.99 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18258 0 1 0 10451 50 0 0 17 0 11 0 1857972544 857985024 28514 4294967295 134512640 134569956 3221224336 3221214720 1131449731 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209469 28514 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 105.01
Current children cumulated vsize (Kb) 837876

[startup+120.005 s]
Raw data (loadavg): 1.07 0.99 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18268 0 1 0 11405 50 0 0 25 0 11 0 1857972544 857985024 28600 4294967295 134512640 134569956 3221224336 3221214504 1131429337 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209469 28600 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 114.55
Current children cumulated vsize (Kb) 837876

[startup+130.006 s]
Raw data (loadavg): 1.06 0.99 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18278 0 1 0 12366 51 0 0 25 0 11 0 1857972544 857985024 28670 4294967295 134512640 134569956 3221224336 3221214504 1131428803 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209469 28670 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 124.17
Current children cumulated vsize (Kb) 837876

[startup+140.005 s]
Raw data (loadavg): 1.05 0.99 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18288 0 1 0 13324 52 0 0 25 0 11 0 1857972544 857985024 28793 4294967295 134512640 134569956 3221224336 3221214592 1131394685 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209469 28793 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 133.76
Current children cumulated vsize (Kb) 837876

[startup+150.006 s]
Raw data (loadavg): 1.04 0.99 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18298 0 1 0 14280 52 0 0 18 0 11 0 1857972544 857985024 28946 4294967295 134512640 134569956 3221224336 3221214624 1131535379 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209469 28946 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 143.32
Current children cumulated vsize (Kb) 837876

[startup+160.006 s]
Raw data (loadavg): 1.03 0.99 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18307 0 1 0 15244 52 0 0 18 0 11 0 1857972544 857985024 29014 4294967295 134512640 134569956 3221224336 3221214648 1131548421 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209469 29014 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 152.96
Current children cumulated vsize (Kb) 837876

[startup+170.006 s]
Raw data (loadavg): 1.03 0.99 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18317 0 1 0 16203 53 0 0 24 0 11 0 1857972544 857985024 29147 4294967295 134512640 134569956 3221224336 3221214504 1131427948 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209469 29147 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 162.56
Current children cumulated vsize (Kb) 837876

[startup+180.007 s]
Raw data (loadavg): 1.02 0.99 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18327 0 1 0 17170 53 0 0 20 0 11 0 1857972544 857985024 29188 4294967295 134512640 134569956 3221224336 3221214648 1131548487 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209469 29188 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 172.23
Current children cumulated vsize (Kb) 837876

[startup+190.007 s]
Raw data (loadavg): 1.02 0.99 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18337 0 1 0 18147 53 0 0 19 0 11 0 1857972544 857985024 29299 4294967295 134512640 134569956 3221224336 3221214648 1131546475 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209469 29299 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 182
Current children cumulated vsize (Kb) 837876

[startup+200.008 s]
Raw data (loadavg): 1.02 0.99 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18347 0 1 0 19132 54 0 0 25 0 11 0 1857972544 857985024 29383 4294967295 134512640 134569956 3221224336 3221214648 1131546540 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209469 29383 13129 16 0 209453 0
[pid=1054] vsize: 837876
Current children cumulated CPU time (s) 191.86
Current children cumulated vsize (Kb) 837876

[startup+210.009 s]
Raw data (loadavg): 1.01 0.99 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18356 0 1 0 20123 54 0 0 17 0 11 0 1857972544 860082176 29724 4294967295 134512640 134569956 3221224336 3221214488 1131648043 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 29724 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 201.77
Current children cumulated vsize (Kb) 839924

[startup+220.009 s]
Raw data (loadavg): 1.01 0.99 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18361 0 1 0 21114 54 0 0 25 0 11 0 1857972544 860082176 29714 4294967295 134512640 134569956 3221224336 3221214384 1131454918 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 29714 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 211.68
Current children cumulated vsize (Kb) 839924

[startup+230.009 s]
Raw data (loadavg): 1.01 0.99 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18366 0 1 0 22105 54 0 0 20 0 11 0 1857972544 860082176 29903 4294967295 134512640 134569956 3221224336 3221214384 1131454446 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 29903 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 221.59
Current children cumulated vsize (Kb) 839924

[startup+240.009 s]
Raw data (loadavg): 1.09 1.00 0.92 3/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18373 0 1 0 23098 55 0 0 17 0 11 0 1857972544 860082176 29912 4294967295 134512640 134569956 3221224336 3221214488 1131648043 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 29912 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 231.53
Current children cumulated vsize (Kb) 839924

[startup+250.009 s]
Raw data (loadavg): 1.07 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18377 0 1 0 24093 55 0 0 25 0 11 0 1857972544 860082176 29907 4294967295 134512640 134569956 3221224336 3221214480 1131454244 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 29907 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 241.48
Current children cumulated vsize (Kb) 839924

[startup+260.01 s]
Raw data (loadavg): 1.06 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18382 0 1 0 25063 55 0 0 25 0 11 0 1857972544 860082176 29920 4294967295 134512640 134569956 3221224336 3221214568 1131449783 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 29920 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 251.18
Current children cumulated vsize (Kb) 839924

[startup+270.01 s]
Raw data (loadavg): 1.05 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18387 0 1 0 26057 55 0 0 25 0 11 0 1857972544 860082176 29920 4294967295 134512640 134569956 3221224336 3221214568 1131449658 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 29920 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 261.12
Current children cumulated vsize (Kb) 839924

[startup+280.01 s]
Raw data (loadavg): 1.04 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18396 0 1 0 27048 56 0 0 25 0 11 0 1857972544 860082176 29921 4294967295 134512640 134569956 3221224336 3221214648 1131546255 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 29921 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 271.04
Current children cumulated vsize (Kb) 839924

[startup+290.011 s]
Raw data (loadavg): 1.04 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18406 0 1 0 28035 56 0 0 25 0 11 0 1857972544 860082176 29921 4294967295 134512640 134569956 3221224336 3221214648 1131546123 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 29921 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 280.91
Current children cumulated vsize (Kb) 839924

[startup+300.011 s]
Raw data (loadavg): 1.03 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18416 0 1 0 29020 57 0 0 25 0 11 0 1857972544 860082176 29921 4294967295 134512640 134569956 3221224336 3221214592 1131501861 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 29921 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 290.77
Current children cumulated vsize (Kb) 839924

[startup+310.011 s]
Raw data (loadavg): 1.02 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18427 0 1 0 30004 58 0 0 18 0 11 0 1857972544 860082176 29974 4294967295 134512640 134569956 3221224336 3221214648 1131546540 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 29974 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 300.62
Current children cumulated vsize (Kb) 839924

[startup+320.012 s]
Raw data (loadavg): 1.02 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18437 0 1 0 30987 58 0 0 24 0 11 0 1857972544 860082176 29974 4294967295 134512640 134569956 3221224336 3221214504 1131428091 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 29974 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 310.45
Current children cumulated vsize (Kb) 839924

[startup+330.013 s]
Raw data (loadavg): 1.02 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18447 0 1 0 31973 58 0 0 25 0 11 0 1857972544 860082176 30018 4294967295 134512640 134569956 3221224336 3221214592 1131502262 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30018 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 320.31
Current children cumulated vsize (Kb) 839924

[startup+340.013 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18458 0 1 0 32960 59 0 0 25 0 11 0 1857972544 860082176 30019 4294967295 134512640 134569956 3221224336 3221214504 1131428127 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30019 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 330.19
Current children cumulated vsize (Kb) 839924

[startup+350.013 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18466 0 1 0 33953 60 0 0 25 0 11 0 1857972544 860082176 30064 4294967295 134512640 134569956 3221224336 3221214488 1131649794 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30064 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 340.13
Current children cumulated vsize (Kb) 839924

[startup+360.014 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18470 0 1 0 34948 60 0 0 25 0 11 0 1857972544 860082176 30064 4294967295 134512640 134569956 3221224336 3221214540 1131057186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30064 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 350.08
Current children cumulated vsize (Kb) 839924

[startup+370.014 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18475 0 1 0 35941 61 0 0 23 0 11 0 1857972544 860082176 30064 4294967295 134512640 134569956 3221224336 3221214648 1131546540 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30064 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 360.02
Current children cumulated vsize (Kb) 839924

[startup+380.015 s]
Raw data (loadavg): 1.01 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18486 0 1 0 36920 61 0 0 24 0 11 0 1857972544 860082176 30064 4294967295 134512640 134569956 3221224336 3221214648 1131547641 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30064 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 369.81
Current children cumulated vsize (Kb) 839924

[startup+390.016 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18496 0 1 0 37901 61 0 0 18 0 11 0 1857972544 860082176 30065 4294967295 134512640 134569956 3221224336 3221214504 1131429355 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30065 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 379.62
Current children cumulated vsize (Kb) 839924

[startup+400.016 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18505 0 1 0 38880 62 0 0 22 0 11 0 1857972544 860082176 30184 4294967295 134512640 134569956 3221224336 3221214504 1131427849 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30184 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 389.42
Current children cumulated vsize (Kb) 839924

[startup+410.016 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18516 0 1 0 39869 62 0 0 25 0 11 0 1857972544 860082176 30184 4294967295 134512640 134569956 3221224336 3221214648 1131547614 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30184 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 399.31
Current children cumulated vsize (Kb) 839924

[startup+420.016 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18526 0 1 0 40856 63 0 0 25 0 11 0 1857972544 860082176 30184 4294967295 134512640 134569956 3221224336 3221214504 1131427863 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30184 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 409.19
Current children cumulated vsize (Kb) 839924

[startup+430.017 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18536 0 1 0 41847 64 0 0 25 0 11 0 1857972544 860082176 30223 4294967295 134512640 134569956 3221224336 3221214504 1131429274 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30223 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 419.11
Current children cumulated vsize (Kb) 839924

[startup+440.018 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18546 0 1 0 42834 64 0 0 19 0 11 0 1857972544 860082176 30223 4294967295 134512640 134569956 3221224336 3221214592 1131502133 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30223 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 428.98
Current children cumulated vsize (Kb) 839924

[startup+450.018 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18556 0 1 0 43820 65 0 0 25 0 11 0 1857972544 860082176 30223 4294967295 134512640 134569956 3221224336 3221214648 1131547660 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30223 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 438.85
Current children cumulated vsize (Kb) 839924

[startup+460.018 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18566 0 1 0 44805 66 0 0 25 0 11 0 1857972544 860082176 30223 4294967295 134512640 134569956 3221224336 3221214592 1131502064 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30223 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 448.71
Current children cumulated vsize (Kb) 839924

[startup+470.018 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18577 0 1 0 45790 66 0 0 24 0 11 0 1857972544 860082176 30265 4294967295 134512640 134569956 3221224336 3221214504 1131427948 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30265 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 458.56
Current children cumulated vsize (Kb) 839924

[startup+480.019 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18587 0 1 0 46777 67 0 0 25 0 11 0 1857972544 860082176 30265 4294967295 134512640 134569956 3221224336 3221214648 1131546475 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30265 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 468.44
Current children cumulated vsize (Kb) 839924

[startup+490.019 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18597 0 1 0 47766 67 0 0 25 0 11 0 1857972544 860082176 30307 4294967295 134512640 134569956 3221224336 3221214648 1131547618 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30307 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 478.33
Current children cumulated vsize (Kb) 839924

[startup+500.02 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18607 0 1 0 48753 68 0 0 25 0 11 0 1857972544 860082176 30307 4294967295 134512640 134569956 3221224336 3221214504 1131427863 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30307 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 488.21
Current children cumulated vsize (Kb) 839924

[startup+510.021 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18618 0 1 0 49739 68 0 0 18 0 11 0 1857972544 860082176 30307 4294967295 134512640 134569956 3221224336 3221214648 1131547442 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30307 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 498.07
Current children cumulated vsize (Kb) 839924

[startup+520.021 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18628 0 1 0 50727 69 0 0 25 0 11 0 1857972544 860082176 30350 4294967295 134512640 134569956 3221224336 3221214592 1131394585 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30350 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 507.96
Current children cumulated vsize (Kb) 839924

[startup+530.022 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18638 0 1 0 51714 69 0 0 25 0 11 0 1857972544 860082176 30350 4294967295 134512640 134569956 3221224336 3221214504 1131428550 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30350 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 517.83
Current children cumulated vsize (Kb) 839924

[startup+540.023 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18648 0 1 0 52701 69 0 0 25 0 11 0 1857972544 860082176 30351 4294967295 134512640 134569956 3221224336 3221214588 1131391072 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30351 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 527.7
Current children cumulated vsize (Kb) 839924

[startup+550.023 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18659 0 1 0 53686 69 0 0 25 0 11 0 1857972544 860082176 30351 4294967295 134512640 134569956 3221224336 3221214648 1131548497 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30351 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 537.55
Current children cumulated vsize (Kb) 839924

[startup+560.024 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18669 0 1 0 54677 70 0 0 25 0 11 0 1857972544 860082176 30414 4294967295 134512640 134569956 3221224336 3221214648 1131547628 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30414 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 547.47
Current children cumulated vsize (Kb) 839924

[startup+570.025 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18679 0 1 0 55668 70 0 0 18 0 11 0 1857972544 860082176 30416 4294967295 134512640 134569956 3221224336 3221214592 1131394640 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30416 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 557.38
Current children cumulated vsize (Kb) 839924

[startup+580.026 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18689 0 1 0 56656 71 0 0 21 0 11 0 1857972544 860082176 30418 4294967295 134512640 134569956 3221224336 3221214648 1131546426 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30418 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 567.27
Current children cumulated vsize (Kb) 839924

[startup+590.026 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18700 0 1 0 57643 71 0 0 17 0 11 0 1857972544 860082176 30420 4294967295 134512640 134569956 3221224336 3221214592 1131502257 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30420 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 577.14
Current children cumulated vsize (Kb) 839924

[startup+600.026 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18710 0 1 0 58636 71 0 0 20 0 11 0 1857972544 860082176 30470 4294967295 134512640 134569956 3221224336 3221214648 1131547717 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30470 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 587.07
Current children cumulated vsize (Kb) 839924

[startup+610.027 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18721 0 1 0 59631 72 0 0 18 0 11 0 1857972544 860082176 30471 4294967295 134512640 134569956 3221224336 3221214588 1131427776 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30471 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 597.03
Current children cumulated vsize (Kb) 839924

[startup+620.028 s]
Raw data (loadavg): 1.00 1.00 0.92 2/66 1064
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18730 0 1 0 60622 72 0 0 22 0 11 0 1857972544 860082176 30471 4294967295 134512640 134569956 3221224336 3221214592 1131501826 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30471 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 606.94
Current children cumulated vsize (Kb) 839924

[startup+630.028 s]
Raw data (loadavg): 1.00 1.00 0.92 2/67 1065
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18741 0 1 0 61617 73 0 0 25 0 11 0 1857972544 860082176 30472 4294967295 134512640 134569956 3221224336 3221214592 1131394669 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30472 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 616.9
Current children cumulated vsize (Kb) 839924

[startup+640.145 s]
Raw data (loadavg): 1.07 1.02 0.93 2/66 1119
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18751 0 1 0 62598 79 0 0 19 0 11 0 1857972544 860082176 30472 4294967295 134512640 134569956 3221224336 3221214592 1131502166 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30472 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 626.77
Current children cumulated vsize (Kb) 839924

[startup+650.145 s]
Raw data (loadavg): 1.06 1.02 0.93 2/66 1119
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18761 0 1 0 63587 79 0 0 23 0 11 0 1857972544 860082176 30515 4294967295 134512640 134569956 3221224336 3221214648 1131546475 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30515 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 636.66
Current children cumulated vsize (Kb) 839924

[startup+660.145 s]
Raw data (loadavg): 1.05 1.01 0.93 2/66 1119
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18771 0 1 0 64578 80 0 0 25 0 11 0 1857972544 860082176 30515 4294967295 134512640 134569956 3221224336 3221214592 1131502058 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30515 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 646.58
Current children cumulated vsize (Kb) 839924

[startup+670.145 s]
Raw data (loadavg): 1.04 1.01 0.93 2/66 1119
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18782 0 1 0 65565 80 0 0 25 0 11 0 1857972544 860082176 30515 4294967295 134512640 134569956 3221224336 3221214504 1131428127 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30515 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 656.45
Current children cumulated vsize (Kb) 839924

[startup+680.147 s]
Raw data (loadavg): 1.04 1.01 0.93 2/66 1119
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18792 0 1 0 66552 81 0 0 25 0 11 0 1857972544 860082176 30515 4294967295 134512640 134569956 3221224336 3221214504 1131428734 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30515 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 666.33
Current children cumulated vsize (Kb) 839924

[startup+690.147 s]
Raw data (loadavg): 1.03 1.01 0.93 2/66 1119
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18802 0 1 0 67542 81 0 0 25 0 11 0 1857972544 860082176 30557 4294967295 134512640 134569956 3221224336 3221214504 1131391093 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30557 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 676.23
Current children cumulated vsize (Kb) 839924

[startup+700.147 s]
Raw data (loadavg): 1.02 1.01 0.93 2/66 1119
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18813 0 1 0 68537 82 0 0 18 0 11 0 1857972544 860082176 30557 4294967295 134512640 134569956 3221224336 3221214648 1131546120 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30557 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 686.19
Current children cumulated vsize (Kb) 839924

[startup+710.148 s]
Raw data (loadavg): 1.02 1.01 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18823 0 1 0 69524 82 0 0 25 0 11 0 1857972544 860082176 30557 4294967295 134512640 134569956 3221224336 3221214504 1131427849 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30557 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 696.06
Current children cumulated vsize (Kb) 839924

[startup+720.149 s]
Raw data (loadavg): 1.02 1.01 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18833 0 1 0 70507 83 0 0 25 0 11 0 1857972544 860082176 30557 4294967295 134512640 134569956 3221224336 3221214504 1131427883 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30557 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 705.9
Current children cumulated vsize (Kb) 839924

[startup+730.149 s]
Raw data (loadavg): 1.01 1.01 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18844 0 1 0 71488 83 0 0 24 0 11 0 1857972544 860082176 30557 4294967295 134512640 134569956 3221224336 3221214504 1131427948 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30557 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 715.71
Current children cumulated vsize (Kb) 839924

[startup+740.15 s]
Raw data (loadavg): 1.01 1.01 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18854 0 1 0 72478 83 0 0 20 0 11 0 1857972544 860082176 30641 4294967295 134512640 134569956 3221224336 3221214504 1131427948 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30641 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 725.61
Current children cumulated vsize (Kb) 839924

[startup+750.15 s]
Raw data (loadavg): 1.01 1.01 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18865 0 1 0 73473 84 0 0 18 0 11 0 1857972544 860082176 30642 4294967295 134512640 134569956 3221224336 3221214504 1131429274 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30642 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 735.57
Current children cumulated vsize (Kb) 839924

[startup+760.15 s]
Raw data (loadavg): 1.01 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18874 0 1 0 74466 84 0 0 25 0 11 0 1857972544 860082176 30642 4294967295 134512640 134569956 3221224336 3221214504 1131391548 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30642 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 745.5
Current children cumulated vsize (Kb) 839924

[startup+770.151 s]
Raw data (loadavg): 1.01 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18885 0 1 0 75455 85 0 0 17 0 11 0 1857972544 860082176 30642 4294967295 134512640 134569956 3221224336 3221214592 1131501793 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30642 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 755.4
Current children cumulated vsize (Kb) 839924

[startup+780.151 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18895 0 1 0 76444 85 0 0 25 0 11 0 1857972544 860082176 30642 4294967295 134512640 134569956 3221224336 3221214504 1131428033 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30642 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 765.29
Current children cumulated vsize (Kb) 839924

[startup+790.151 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18906 0 1 0 77437 85 0 0 17 0 11 0 1857972544 860082176 30684 4294967295 134512640 134569956 3221224336 3221214504 1131429364 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30684 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 775.22
Current children cumulated vsize (Kb) 839924

[startup+800.151 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18916 0 1 0 78432 86 0 0 22 0 11 0 1857972544 860082176 30684 4294967295 134512640 134569956 3221224336 3221214504 1131428139 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30684 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 785.18
Current children cumulated vsize (Kb) 839924

[startup+810.152 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18927 0 1 0 79426 86 0 0 18 0 11 0 1857972544 860082176 30684 4294967295 134512640 134569956 3221224336 3221214768 1131595064 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30684 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 795.12
Current children cumulated vsize (Kb) 839924

[startup+820.153 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18936 0 1 0 80413 86 0 0 25 0 11 0 1857972544 860082176 30685 4294967295 134512640 134569956 3221224336 3221214648 1131548418 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30685 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 804.99
Current children cumulated vsize (Kb) 839924

[startup+830.153 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18947 0 1 0 81397 87 0 0 24 0 11 0 1857972544 860082176 30685 4294967295 134512640 134569956 3221224336 3221214648 1131546540 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30685 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 814.84
Current children cumulated vsize (Kb) 839924

[startup+840.154 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18957 0 1 0 82383 87 0 0 20 0 11 0 1857972544 860082176 30685 4294967295 134512640 134569956 3221224336 3221214648 1131546540 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30685 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 824.7
Current children cumulated vsize (Kb) 839924

[startup+850.154 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18967 0 1 0 83376 88 0 0 25 0 11 0 1857972544 860082176 30760 4294967295 134512640 134569956 3221224336 3221214504 1131428173 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30760 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 834.64
Current children cumulated vsize (Kb) 839924

[startup+860.155 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18978 0 1 0 84370 88 0 0 20 0 11 0 1857972544 860082176 30762 4294967295 134512640 134569956 3221224336 3221214592 1131501804 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30762 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 844.58
Current children cumulated vsize (Kb) 839924

[startup+870.156 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18989 0 1 0 85364 88 0 0 25 0 11 0 1857972544 860082176 30764 4294967295 134512640 134569956 3221224336 3221214592 1131501789 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30764 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 854.52
Current children cumulated vsize (Kb) 839924

[startup+880.156 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 18999 0 1 0 86357 88 0 0 17 0 11 0 1857972544 860082176 30766 4294967295 134512640 134569956 3221224336 3221214504 1131427948 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30766 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 864.45
Current children cumulated vsize (Kb) 839924

[startup+890.157 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19009 0 1 0 87343 89 0 0 25 0 11 0 1857972544 860082176 30767 4294967295 134512640 134569956 3221224336 3221214588 1131391072 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30767 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 874.32
Current children cumulated vsize (Kb) 839924

[startup+900.157 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19019 0 1 0 88330 89 0 0 22 0 11 0 1857972544 860082176 30769 4294967295 134512640 134569956 3221224336 3221214592 1131502131 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30769 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 884.19
Current children cumulated vsize (Kb) 839924

[startup+910.157 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19030 0 1 0 89315 89 0 0 16 0 11 0 1857972544 860082176 30812 4294967295 134512640 134569956 3221224336 3221214592 1131501804 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30812 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 894.04
Current children cumulated vsize (Kb) 839924

[startup+920.159 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19040 0 1 0 90310 90 0 0 25 0 11 0 1857972544 860082176 30813 4294967295 134512640 134569956 3221224336 3221214644 1131394540 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30813 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 904
Current children cumulated vsize (Kb) 839924

[startup+930.159 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19050 0 1 0 91306 90 0 0 24 0 11 0 1857972544 860082176 30813 4294967295 134512640 134569956 3221224336 3221214768 1131595083 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30813 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 913.96
Current children cumulated vsize (Kb) 839924

[startup+940.159 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19060 0 1 0 92292 90 0 0 23 0 11 0 1857972544 860082176 30813 4294967295 134512640 134569956 3221224336 3221214504 1131428008 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30813 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 923.82
Current children cumulated vsize (Kb) 839924

[startup+950.159 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19071 0 1 0 93277 91 0 0 17 0 11 0 1857972544 860082176 30813 4294967295 134512640 134569956 3221224336 3221214648 1131546255 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30813 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 933.68
Current children cumulated vsize (Kb) 839924

[startup+960.16 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19081 0 1 0 94264 91 0 0 25 0 11 0 1857972544 860082176 30813 4294967295 134512640 134569956 3221224336 3221214504 1131427939 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30813 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 943.55
Current children cumulated vsize (Kb) 839924

[startup+970.161 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19091 0 1 0 95258 92 0 0 23 0 11 0 1857972544 860082176 30854 4294967295 134512640 134569956 3221224336 3221214648 1131546475 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30854 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 953.5
Current children cumulated vsize (Kb) 839924

[startup+980.161 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19102 0 1 0 96253 93 0 0 25 0 11 0 1857972544 860082176 30854 4294967295 134512640 134569956 3221224336 3221214648 1131547297 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30854 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 963.46
Current children cumulated vsize (Kb) 839924

[startup+990.162 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1123
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19112 0 1 0 97249 93 0 0 24 0 11 0 1857972544 860082176 30854 4294967295 134512640 134569956 3221224336 3221214504 1131427926 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30854 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 973.42
Current children cumulated vsize (Kb) 839924

[startup+1000.16 s]
Raw data (loadavg): 1.00 1.00 0.93 1/66 1123
Raw data (/proc/1054/stat): 1054 (java) S 1053 1054 4419 0 -1 0 19123 0 1 0 98238 93 0 0 25 0 11 0 1857972544 860082176 30854 4294967295 134512640 134569956 3221224336 3221213232 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30854 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 983.31
Current children cumulated vsize (Kb) 839924

[startup+1010.16 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19133 0 1 0 99225 94 0 0 25 0 11 0 1857972544 860082176 30854 4294967295 134512640 134569956 3221224336 3221214592 1131394636 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30854 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 993.19
Current children cumulated vsize (Kb) 839924

[startup+1020.16 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19143 0 1 0 100212 94 0 0 25 0 11 0 1857972544 860082176 30854 4294967295 134512640 134569956 3221224336 3221214592 1131502142 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30854 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1003.06
Current children cumulated vsize (Kb) 839924

[startup+1030.16 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19154 0 1 0 101201 95 0 0 17 0 11 0 1857972544 860082176 30896 4294967295 134512640 134569956 3221224336 3221214592 1131501797 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30896 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1012.96
Current children cumulated vsize (Kb) 839924

[startup+1040.16 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19164 0 1 0 102196 95 0 0 21 0 11 0 1857972544 860082176 30896 4294967295 134512640 134569956 3221224336 3221214648 1131547611 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30896 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1022.91
Current children cumulated vsize (Kb) 839924

[startup+1050.16 s]
Raw data (loadavg): 1.00 1.00 0.93 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19175 0 1 0 103191 96 0 0 25 0 11 0 1857972544 860082176 30896 4294967295 134512640 134569956 3221224336 3221214648 1131546475 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30896 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1032.87
Current children cumulated vsize (Kb) 839924

[startup+1060.17 s]
Raw data (loadavg): 1.08 1.02 0.93 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19185 0 1 0 104186 96 0 0 23 0 11 0 1857972544 860082176 30902 4294967295 134512640 134569956 3221224336 3221214512 1131527032 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30902 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1042.82
Current children cumulated vsize (Kb) 839924

[startup+1070.17 s]
Raw data (loadavg): 1.07 1.02 0.93 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19195 0 1 0 105175 96 0 0 25 0 11 0 1857972544 860082176 30902 4294967295 134512640 134569956 3221224336 3221214592 1131502244 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30902 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1052.71
Current children cumulated vsize (Kb) 839924

[startup+1080.17 s]
Raw data (loadavg): 1.06 1.01 0.93 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19205 0 1 0 106162 97 0 0 22 0 11 0 1857972544 860082176 30902 4294967295 134512640 134569956 3221224336 3221214648 1131546475 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30902 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1062.59
Current children cumulated vsize (Kb) 839924

[startup+1090.17 s]
Raw data (loadavg): 1.05 1.01 0.93 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19216 0 1 0 107149 97 0 0 25 0 11 0 1857972544 860082176 30902 4294967295 134512640 134569956 3221224336 3221214648 1131547618 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30902 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1072.46
Current children cumulated vsize (Kb) 839924

[startup+1100.17 s]
Raw data (loadavg): 1.04 1.01 0.93 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19226 0 1 0 108142 97 0 0 25 0 11 0 1857972544 860082176 30956 4294967295 134512640 134569956 3221224336 3221214504 1131428019 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30956 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1082.39
Current children cumulated vsize (Kb) 839924

[startup+1110.17 s]
Raw data (loadavg): 1.03 1.01 0.93 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19237 0 1 0 109137 98 0 0 25 0 11 0 1857972544 860082176 30956 4294967295 134512640 134569956 3221224336 3221214592 1131394560 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30956 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1092.35
Current children cumulated vsize (Kb) 839924

[startup+1120.17 s]
Raw data (loadavg): 1.11 1.03 0.94 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19247 0 1 0 110132 99 0 0 25 0 11 0 1857972544 860082176 30957 4294967295 134512640 134569956 3221224336 3221214648 1131549195 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30957 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1102.31
Current children cumulated vsize (Kb) 839924

[startup+1130.17 s]
Raw data (loadavg): 1.09 1.03 0.94 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19258 0 1 0 111127 99 0 0 19 0 11 0 1857972544 860082176 30957 4294967295 134512640 134569956 3221224336 3221214592 1131502262 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30957 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1112.26
Current children cumulated vsize (Kb) 839924

[startup+1140.17 s]
Raw data (loadavg): 1.08 1.03 0.94 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19267 0 1 0 112119 99 0 0 25 0 11 0 1857972544 860082176 30958 4294967295 134512640 134569956 3221224336 3221214504 1131428830 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 30958 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1122.18
Current children cumulated vsize (Kb) 839924

[startup+1150.17 s]
Raw data (loadavg): 1.06 1.02 0.94 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19278 0 1 0 113106 100 0 0 25 0 11 0 1857972544 860082176 30958 4294967295 134512640 134569956 3221224336 3221214504 1131428139 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30958 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1132.06
Current children cumulated vsize (Kb) 839924

[startup+1160.17 s]
Raw data (loadavg): 1.05 1.02 0.94 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19288 0 1 0 114094 100 0 0 20 0 11 0 1857972544 860082176 30959 4294967295 134512640 134569956 3221224336 3221214504 1131427857 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 30959 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1141.94
Current children cumulated vsize (Kb) 839924

[startup+1170.17 s]
Raw data (loadavg): 1.04 1.02 0.94 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19298 0 1 0 115085 101 0 0 24 0 11 0 1857972544 860082176 31003 4294967295 134512640 134569956 3221224336 3221214592 1131501804 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 31003 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1151.86
Current children cumulated vsize (Kb) 839924

[startup+1180.17 s]
Raw data (loadavg): 1.04 1.02 0.94 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19309 0 1 0 116080 102 0 0 19 0 11 0 1857972544 860082176 31003 4294967295 134512640 134569956 3221224336 3221214592 1131502112 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 31003 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1161.82
Current children cumulated vsize (Kb) 839924

[startup+1190.17 s]
Raw data (loadavg): 1.03 1.02 0.94 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19320 0 1 0 117075 102 0 0 25 0 11 0 1857972544 860082176 31003 4294967295 134512640 134569956 3221224336 3221214592 1131501879 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1054/statm): 209981 31003 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1171.77
Current children cumulated vsize (Kb) 839924

[startup+1200.17 s]
Raw data (loadavg): 1.03 1.02 0.94 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19330 0 1 0 118070 102 0 0 22 0 11 0 1857972544 860082176 31003 4294967295 134512640 134569956 3221224336 3221214648 1131548392 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 31003 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (Kb) 839924

[startup+1210.17 s]
Raw data (loadavg): 1.02 1.02 0.94 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19341 0 1 0 119065 103 0 0 25 0 11 0 1857972544 860082176 31003 4294967295 134512640 134569956 3221224336 3221214504 1131429295 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 31003 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1191.68
Current children cumulated vsize (Kb) 839924

[startup+1220.17 s]
Raw data (loadavg): 1.02 1.02 0.94 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19350 0 1 0 120060 104 0 0 25 0 11 0 1857972544 860082176 31003 4294967295 134512640 134569956 3221224336 3221214648 1131546475 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 31003 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1201.64
Current children cumulated vsize (Kb) 839924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.17 s]
Raw data (loadavg): 1.02 1.02 0.94 2/66 1125
Raw data (/proc/1054/stat): 1054 (java) R 1053 1054 4419 0 -1 0 19350 0 1 0 120060 104 0 0 25 0 11 0 1857972544 860082176 31003 4294967295 134512640 134569956 3221224336 3221214648 1131546475 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1054/statm): 209981 31003 13129 16 0 209965 0
[pid=1054] vsize: 839924
Current children cumulated CPU time (s) 1201.64
Current children cumulated vsize (Kb) 839924

Sending SIGTERM to -1054
Sleeping 2 seconds
New thread pid=1127
New thread pid=1128
One traced child (pid=1128) exited with status: 0
One traced child (pid=1063) exited with status: 0
One traced child (pid=1055) exited with status: 143
One traced child (pid=1056) exited with status: 143
One traced child (pid=1057) exited with status: 143
One traced child (pid=1060) exited with status: 143
One traced child (pid=1059) exited with status: 143
One traced child (pid=1061) exited with status: 143
One traced child (pid=1062) exited with status: 143
One traced child (pid=1064) exited with status: 143
One traced child (pid=1127) exited with status: 143
One traced child (pid=1058) exited with status: 143
One traced child (pid=1054) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.27
CPU time (s): 1228
CPU user time (s): 1225.9
CPU system time (s): 2.09568
CPU usage (%): 100.633
Max. virtual memory (cumulated for all children) (Kb): 839924

Verifier Data

ERROR: no interpretation found !