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-neos3.opb
MD5SUMaa121475b5e53120a1d24de3f0361b26
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 155
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 10737418235
Number of bits of the sum of numbers in the objective function 34
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 variables42220
Total number of constraints2841
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1377
Number of constraints which are nor clauses,nor cardinality constraints1464
Minimum length of a constraint1
Maximum length of a constraint4780

Trace number 7305

Launcher Data

LAUNCH ON wulflinc31 THE 2005-09-20 10:49:39 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6589 boxname=wulflinc31 idbench=729 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  aa121475b5e53120a1d24de3f0361b26  /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-20-10-neos3.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-20-10-neos3.opb
IDLAUNCH: 6589
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.153
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.153
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:        850768 kB
Buffers:         28844 kB
Cached:         126664 kB
SwapCached:       1164 kB
Active:          43092 kB
Inactive:       115252 kB
HighTotal:      131008 kB
HighFree:         5628 kB
LowTotal:       903652 kB
LowFree:        845140 kB
SwapTotal:     2097892 kB
SwapFree:      2096244 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5672 kB
Slab:            19880 kB
Committed_AS:    64348 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 11:10:10 (client local time) WITH STATUS 143 IN 1244.36 SECONDS
stats: 6589 7 1244.36 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/wulflinc31/normalized-mps-v2-20-10-neos3.opb
c reading problem ... done. Time 13.423 ms.
c #vars     42220
c #constraints  1537
c starts		: 1
c conflicts		: 50
c decisions		: 20788
c propagations		: 71357
c inspects		: 118218
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 50
c root simplifications	: 50
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 17.10614234601345
c non guided choices	20788
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1228.833

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/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1857905500 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 39 3 38 16 0 23 0
[pid=7651] 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/7651
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=7652
New thread pid=7653
New thread pid=7654
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=7655
New thread pid=7656
New thread pid=7657
New thread pid=7658
New thread pid=7659
New thread pid=7660
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/wulflinc31/normalized-mps-v2-20-10-neos3.opb

[startup+10.0033 s]
Raw data (loadavg): 1.22 1.04 0.93 3/66 7660
Raw data (/proc/7651/stat): 7651 (java) S 7650 7651 9102 0 -1 0 18118 0 1 0 655 51 0 0 25 0 10 0 1857905500 870825984 25757 4294967295 134512640 134569956 3221224336 3221212632 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 212604 25758 13129 16 0 212588 0
[pid=7651] vsize: 850416
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (Kb) 850416

[startup+20.0042 s]
Raw data (loadavg): 1.42 1.08 0.95 2/66 7660
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18156 0 1 0 1499 54 0 0 16 0 10 0 1857905500 863633408 30738 4294967295 134512640 134569956 3221224336 3221214560 1131439845 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210848 30738 13129 16 0 210832 0
[pid=7651] vsize: 843392
Current children cumulated CPU time (s) 15.53
Current children cumulated vsize (Kb) 843392
New thread pid=7661

[startup+30.0051 s]
Raw data (loadavg): 1.35 1.08 0.95 2/67 7661
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18171 0 1 0 2412 54 0 0 18 0 11 0 1857905500 864030720 30667 4294967295 134512640 134569956 3221224336 3221214584 1131414784 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 30667 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (Kb) 843780

[startup+40.0061 s]
Raw data (loadavg): 1.30 1.08 0.95 2/67 7661
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18180 0 1 0 3329 54 0 0 18 0 11 0 1857905500 864030720 30667 4294967295 134512640 134569956 3221224336 3221214584 1131494767 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 30667 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 33.83
Current children cumulated vsize (Kb) 843780

[startup+50.007 s]
Raw data (loadavg): 1.25 1.07 0.95 2/67 7663
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18189 0 1 0 4249 55 0 0 25 0 11 0 1857905500 864030720 30667 4294967295 134512640 134569956 3221224336 3221214504 1131441083 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 30667 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 43.04
Current children cumulated vsize (Kb) 843780

[startup+60.008 s]
Raw data (loadavg): 1.21 1.07 0.95 2/67 7663
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18198 0 1 0 5233 55 0 0 25 0 11 0 1857905500 864030720 31556 4294967295 134512640 134569956 3221224336 3221214504 1131440477 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 31556 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 52.88
Current children cumulated vsize (Kb) 843780

[startup+70.0089 s]
Raw data (loadavg): 1.18 1.07 0.95 2/67 7663
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18208 0 1 0 6228 56 0 0 25 0 11 0 1857905500 864030720 31556 4294967295 134512640 134569956 3221224336 3221214504 1131439972 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 31556 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 62.84
Current children cumulated vsize (Kb) 843780

[startup+80.0098 s]
Raw data (loadavg): 1.15 1.07 0.95 2/67 7663
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18218 0 1 0 7223 57 0 0 20 0 11 0 1857905500 864030720 31557 4294967295 134512640 134569956 3221224336 3221214504 1131440180 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 31557 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 72.8
Current children cumulated vsize (Kb) 843780

[startup+90.0108 s]
Raw data (loadavg): 1.13 1.06 0.95 2/67 7663
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18228 0 1 0 8218 57 0 0 25 0 11 0 1857905500 864030720 31557 4294967295 134512640 134569956 3221224336 3221214504 1131439803 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 31557 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 82.75
Current children cumulated vsize (Kb) 843780

[startup+100.011 s]
Raw data (loadavg): 1.11 1.06 0.95 2/67 7663
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18238 0 1 0 9213 57 0 0 18 0 11 0 1857905500 864030720 31557 4294967295 134512640 134569956 3221224336 3221214640 1131630290 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 31557 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 92.7
Current children cumulated vsize (Kb) 843780

[startup+110.012 s]
Raw data (loadavg): 1.09 1.06 0.95 2/67 7665
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18257 0 1 0 10192 58 0 0 25 0 11 0 1857905500 864030720 31578 4294967295 134512640 134569956 3221224336 3221214496 1131410298 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 31578 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 102.5
Current children cumulated vsize (Kb) 843780

[startup+120.013 s]
Raw data (loadavg): 1.08 1.06 0.95 2/67 7665
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18270 0 1 0 11173 59 0 0 23 0 11 0 1857905500 864030720 31584 4294967295 134512640 134569956 3221224336 3221214640 1131631236 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 31584 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 112.32
Current children cumulated vsize (Kb) 843780

[startup+130.013 s]
Raw data (loadavg): 1.06 1.05 0.95 2/67 7665
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18284 0 1 0 12144 60 0 0 25 0 11 0 1857905500 864030720 31591 4294967295 134512640 134569956 3221224336 3221214376 1131443202 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 31591 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 122.04
Current children cumulated vsize (Kb) 843780

[startup+140.014 s]
Raw data (loadavg): 1.05 1.05 0.95 2/67 7665
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18291 0 1 0 13111 60 0 0 18 0 11 0 1857905500 864030720 31606 4294967295 134512640 134569956 3221224336 3221214512 1131722322 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 31606 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 131.71
Current children cumulated vsize (Kb) 843780

[startup+150.015 s]
Raw data (loadavg): 1.05 1.05 0.95 2/67 7665
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18298 0 1 0 14089 60 0 0 24 0 11 0 1857905500 864030720 31609 4294967295 134512640 134569956 3221224336 3221214576 1131710006 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 31609 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 141.49
Current children cumulated vsize (Kb) 843780

[startup+160.016 s]
Raw data (loadavg): 1.04 1.05 0.95 2/67 7665
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18305 0 1 0 15069 61 0 0 22 0 11 0 1857905500 864030720 31662 4294967295 134512640 134569956 3221224336 3221214504 1131443105 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 31662 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 151.3
Current children cumulated vsize (Kb) 843780

[startup+170.016 s]
Raw data (loadavg): 1.03 1.05 0.95 2/67 7667
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18309 0 1 0 16054 61 0 0 25 0 11 0 1857905500 864030720 31704 4294967295 134512640 134569956 3221224336 3221214576 1131710479 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 31704 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 161.15
Current children cumulated vsize (Kb) 843780

[startup+180.017 s]
Raw data (loadavg): 1.03 1.04 0.95 3/67 7667
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18314 0 1 0 17041 61 0 0 25 0 11 0 1857905500 864030720 31802 4294967295 134512640 134569956 3221224336 3221214576 1131710269 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 31802 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 171.02
Current children cumulated vsize (Kb) 843780

[startup+190.018 s]
Raw data (loadavg): 1.02 1.04 0.95 2/67 7667
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18318 0 1 0 18032 61 0 0 25 0 11 0 1857905500 864030720 31859 4294967295 134512640 134569956 3221224336 3221214504 1131443147 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 31859 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 180.93
Current children cumulated vsize (Kb) 843780

[startup+200.018 s]
Raw data (loadavg): 1.02 1.04 0.95 2/67 7667
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18323 0 1 0 19025 62 0 0 25 0 11 0 1857905500 864030720 31860 4294967295 134512640 134569956 3221224336 3221214536 1131401657 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 31860 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 190.87
Current children cumulated vsize (Kb) 843780

[startup+210.019 s]
Raw data (loadavg): 1.02 1.04 0.95 2/67 7667
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18328 0 1 0 20020 62 0 0 20 0 11 0 1857905500 864030720 31889 4294967295 134512640 134569956 3221224336 3221214576 1131710016 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 31889 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 200.82
Current children cumulated vsize (Kb) 843780

[startup+220.02 s]
Raw data (loadavg): 1.01 1.04 0.95 2/67 7667
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18332 0 1 0 21016 62 0 0 25 0 11 0 1857905500 864030720 31890 4294967295 134512640 134569956 3221224336 3221214608 1131697401 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 31890 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 210.78
Current children cumulated vsize (Kb) 843780

[startup+230.021 s]
Raw data (loadavg): 1.01 1.03 0.95 2/67 7669
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18337 0 1 0 22011 63 0 0 21 0 11 0 1857905500 864030720 31890 4294967295 134512640 134569956 3221224336 3221214576 1131710057 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 31890 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 220.74
Current children cumulated vsize (Kb) 843780

[startup+240.022 s]
Raw data (loadavg): 1.01 1.03 0.95 2/67 7669
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18344 0 1 0 23001 63 0 0 25 0 11 0 1857905500 864030720 31891 4294967295 134512640 134569956 3221224336 3221214640 1131631890 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 31891 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 230.64
Current children cumulated vsize (Kb) 843780

[startup+250.023 s]
Raw data (loadavg): 1.01 1.03 0.95 2/67 7669
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18353 0 1 0 23979 64 0 0 17 0 11 0 1857905500 864030720 31891 4294967295 134512640 134569956 3221224336 3221214504 1131439801 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 31891 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 240.43
Current children cumulated vsize (Kb) 843780

[startup+260.024 s]
Raw data (loadavg): 1.00 1.03 0.95 2/67 7669
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18363 0 1 0 24952 64 0 0 17 0 11 0 1857905500 864030720 31891 4294967295 134512640 134569956 3221224336 3221214504 1131439845 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 31891 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 250.16
Current children cumulated vsize (Kb) 843780

[startup+270.024 s]
Raw data (loadavg): 1.00 1.03 0.95 2/67 7669
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18373 0 1 0 25925 64 0 0 23 0 11 0 1857905500 864030720 31982 4294967295 134512640 134569956 3221224336 3221214584 1131495050 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 31982 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 259.89
Current children cumulated vsize (Kb) 843780

[startup+280.026 s]
Raw data (loadavg): 1.00 1.03 0.95 2/67 7669
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18384 0 1 0 26903 65 0 0 25 0 11 0 1857905500 864030720 32066 4294967295 134512640 134569956 3221224336 3221214584 1131495024 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32066 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 269.68
Current children cumulated vsize (Kb) 843780

[startup+290.026 s]
Raw data (loadavg): 1.00 1.03 0.95 2/67 7671
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18394 0 1 0 27885 65 0 0 25 0 11 0 1857905500 864030720 32066 4294967295 134512640 134569956 3221224336 3221214504 1131439801 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32066 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 279.5
Current children cumulated vsize (Kb) 843780

[startup+300.026 s]
Raw data (loadavg): 1.00 1.02 0.95 2/67 7671
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18404 0 1 0 28865 66 0 0 17 0 11 0 1857905500 864030720 32107 4294967295 134512640 134569956 3221224336 3221214640 1131630338 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32107 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 289.31
Current children cumulated vsize (Kb) 843780

[startup+310.028 s]
Raw data (loadavg): 1.00 1.02 0.95 2/67 7671
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18414 0 1 0 29847 66 0 0 18 0 11 0 1857905500 864030720 32150 4294967295 134512640 134569956 3221224336 3221214584 1131495011 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32150 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 299.13
Current children cumulated vsize (Kb) 843780

[startup+320.028 s]
Raw data (loadavg): 1.00 1.02 0.95 2/67 7671
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18423 0 1 0 30829 67 0 0 25 0 11 0 1857905500 864030720 32150 4294967295 134512640 134569956 3221224336 3221214496 1131409664 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32150 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 308.96
Current children cumulated vsize (Kb) 843780

[startup+330.029 s]
Raw data (loadavg): 1.00 1.02 0.95 2/67 7671
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18433 0 1 0 31812 68 0 0 19 0 11 0 1857905500 864030720 32223 4294967295 134512640 134569956 3221224336 3221214584 1131495018 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32223 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 318.8
Current children cumulated vsize (Kb) 843780

[startup+340.03 s]
Raw data (loadavg): 1.00 1.02 0.95 2/67 7671
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18443 0 1 0 32794 68 0 0 17 0 11 0 1857905500 864030720 32223 4294967295 134512640 134569956 3221224336 3221214584 1131495024 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32223 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 328.62
Current children cumulated vsize (Kb) 843780

[startup+350.03 s]
Raw data (loadavg): 1.00 1.02 0.95 2/67 7673
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18453 0 1 0 33774 69 0 0 25 0 11 0 1857905500 864030720 32276 4294967295 134512640 134569956 3221224336 3221214504 1131440965 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32276 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 338.43
Current children cumulated vsize (Kb) 843780

[startup+360.031 s]
Raw data (loadavg): 1.00 1.02 0.95 2/67 7673
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18462 0 1 0 34760 69 0 0 25 0 11 0 1857905500 864030720 32276 4294967295 134512640 134569956 3221224336 3221214504 1131439960 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32276 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 348.29
Current children cumulated vsize (Kb) 843780

[startup+370.032 s]
Raw data (loadavg): 1.00 1.02 0.95 2/67 7673
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18472 0 1 0 35742 69 0 0 25 0 11 0 1857905500 864030720 32341 4294967295 134512640 134569956 3221224336 3221214640 1131629147 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32341 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 358.11
Current children cumulated vsize (Kb) 843780

[startup+380.033 s]
Raw data (loadavg): 1.00 1.02 0.95 2/67 7673
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18482 0 1 0 36728 70 0 0 25 0 11 0 1857905500 864030720 32341 4294967295 134512640 134569956 3221224336 3221214584 1131494997 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32341 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 367.98
Current children cumulated vsize (Kb) 843780

[startup+390.034 s]
Raw data (loadavg): 1.00 1.02 0.95 2/67 7673
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18492 0 1 0 37712 71 0 0 25 0 11 0 1857905500 864030720 32382 4294967295 134512640 134569956 3221224336 3221214640 1131630286 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32382 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 377.83
Current children cumulated vsize (Kb) 843780

[startup+400.035 s]
Raw data (loadavg): 1.00 1.02 0.95 2/67 7673
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18502 0 1 0 38699 71 0 0 25 0 11 0 1857905500 864030720 32382 4294967295 134512640 134569956 3221224336 3221214724 1131817907 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32382 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 387.7
Current children cumulated vsize (Kb) 843780

[startup+410.036 s]
Raw data (loadavg): 1.00 1.01 0.95 2/67 7675
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18511 0 1 0 39684 72 0 0 25 0 11 0 1857905500 864030720 32382 4294967295 134512640 134569956 3221224336 3221214504 1131439980 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32382 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 397.56
Current children cumulated vsize (Kb) 843780

[startup+420.036 s]
Raw data (loadavg): 1.00 1.01 0.95 2/67 7675
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18521 0 1 0 40672 73 0 0 22 0 11 0 1857905500 864030720 32424 4294967295 134512640 134569956 3221224336 3221214584 1131414897 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32424 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 407.45
Current children cumulated vsize (Kb) 843780

[startup+430.038 s]
Raw data (loadavg): 1.00 1.01 0.95 2/67 7675
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18531 0 1 0 41656 73 0 0 25 0 11 0 1857905500 864030720 32424 4294967295 134512640 134569956 3221224336 3221214504 1131439822 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32424 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 417.29
Current children cumulated vsize (Kb) 843780

[startup+440.038 s]
Raw data (loadavg): 1.00 1.01 0.95 2/67 7675
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18541 0 1 0 42643 74 0 0 22 0 11 0 1857905500 864030720 32465 4294967295 134512640 134569956 3221224336 3221214584 1131495021 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32465 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 427.17
Current children cumulated vsize (Kb) 843780

[startup+450.038 s]
Raw data (loadavg): 1.00 1.01 0.95 2/67 7675
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18551 0 1 0 43629 75 0 0 25 0 11 0 1857905500 864030720 32466 4294967295 134512640 134569956 3221224336 3221214640 1131631236 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32466 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 437.04
Current children cumulated vsize (Kb) 843780

[startup+460.04 s]
Raw data (loadavg): 1.00 1.01 0.95 2/67 7675
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18561 0 1 0 44614 75 0 0 25 0 11 0 1857905500 864030720 32509 4294967295 134512640 134569956 3221224336 3221214584 1131495024 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32509 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 446.89
Current children cumulated vsize (Kb) 843780

[startup+470.04 s]
Raw data (loadavg): 1.00 1.01 0.95 2/67 7677
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18571 0 1 0 45600 76 0 0 23 0 11 0 1857905500 864030720 32509 4294967295 134512640 134569956 3221224336 3221214504 1131440348 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32509 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 456.76
Current children cumulated vsize (Kb) 843780

[startup+480.041 s]
Raw data (loadavg): 1.00 1.01 0.95 2/67 7677
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18581 0 1 0 46584 76 0 0 25 0 11 0 1857905500 864030720 32550 4294967295 134512640 134569956 3221224336 3221214504 1131440953 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32550 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 466.6
Current children cumulated vsize (Kb) 843780

[startup+490.042 s]
Raw data (loadavg): 1.00 1.01 0.95 2/67 7677
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18591 0 1 0 47566 77 0 0 25 0 11 0 1857905500 864030720 32552 4294967295 134512640 134569956 3221224336 3221214640 1131443147 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32552 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 476.43
Current children cumulated vsize (Kb) 843780

[startup+500.043 s]
Raw data (loadavg): 1.00 1.01 0.95 2/67 7677
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18601 0 1 0 48549 78 0 0 25 0 11 0 1857905500 864030720 32593 4294967295 134512640 134569956 3221224336 3221214640 1131631135 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32593 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 486.27
Current children cumulated vsize (Kb) 843780

[startup+510.044 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7677
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18611 0 1 0 49537 79 0 0 17 0 11 0 1857905500 864030720 32594 4294967295 134512640 134569956 3221224336 3221214504 1131439762 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32594 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 496.16
Current children cumulated vsize (Kb) 843780

[startup+520.045 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7677
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18621 0 1 0 50521 79 0 0 23 0 11 0 1857905500 864030720 32594 4294967295 134512640 134569956 3221224336 3221214640 1131631236 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32594 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 506
Current children cumulated vsize (Kb) 843780

[startup+530.047 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7679
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18632 0 1 0 51507 80 0 0 17 0 11 0 1857905500 864030720 32635 4294967295 134512640 134569956 3221224336 3221214640 1131629179 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32635 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 515.87
Current children cumulated vsize (Kb) 843780

[startup+540.048 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7679
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18642 0 1 0 52493 80 0 0 25 0 11 0 1857905500 864030720 32635 4294967295 134512640 134569956 3221224336 3221214636 1131414764 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32635 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 525.73
Current children cumulated vsize (Kb) 843780

[startup+550.049 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7679
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18652 0 1 0 53480 81 0 0 25 0 11 0 1857905500 864030720 32677 4294967295 134512640 134569956 3221224336 3221214584 1131494628 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32677 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 535.61
Current children cumulated vsize (Kb) 843780

[startup+560.05 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7679
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18662 0 1 0 54463 81 0 0 25 0 11 0 1857905500 864030720 32677 4294967295 134512640 134569956 3221224336 3221214504 1131440575 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32677 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 545.44
Current children cumulated vsize (Kb) 843780

[startup+570.05 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7679
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18672 0 1 0 55440 82 0 0 25 0 11 0 1857905500 864030720 32718 4294967295 134512640 134569956 3221224336 3221214640 1131630430 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32718 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 555.22
Current children cumulated vsize (Kb) 843780

[startup+580.051 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7679
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18682 0 1 0 56421 82 0 0 16 0 11 0 1857905500 864030720 32719 4294967295 134512640 134569956 3221224336 3221214656 1131443739 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32719 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 565.03
Current children cumulated vsize (Kb) 843780

[startup+590.051 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7681
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18691 0 1 0 57400 82 0 0 25 0 11 0 1857905500 864030720 32817 4294967295 134512640 134569956 3221224336 3221214584 1131414784 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32817 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 574.82
Current children cumulated vsize (Kb) 843780

[startup+600.051 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7681
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18701 0 1 0 58386 83 0 0 25 0 11 0 1857905500 864030720 32817 4294967295 134512640 134569956 3221224336 3221214504 1131439989 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32817 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 584.69
Current children cumulated vsize (Kb) 843780

[startup+610.052 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7681
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18711 0 1 0 59363 83 0 0 25 0 11 0 1857905500 864030720 32817 4294967295 134512640 134569956 3221224336 3221214640 1131628930 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32817 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 594.46
Current children cumulated vsize (Kb) 843780

[startup+620.053 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7681
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18721 0 1 0 60343 84 0 0 25 0 11 0 1857905500 864030720 32880 4294967295 134512640 134569956 3221224336 3221214584 1131495004 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32880 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 604.27
Current children cumulated vsize (Kb) 843780

[startup+630.054 s]
Raw data (loadavg): 1.00 1.00 0.95 2/71 7730
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18730 0 1 0 61317 88 0 0 25 0 11 0 1857905500 864030720 32880 4294967295 134512640 134569956 3221224336 3221214584 1131494707 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32880 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 614.05
Current children cumulated vsize (Kb) 843780

[startup+640.055 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7742
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18740 0 1 0 62297 89 0 0 25 0 11 0 1857905500 864030720 32966 4294967295 134512640 134569956 3221224336 3221214584 1131494628 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 32966 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 623.86
Current children cumulated vsize (Kb) 843780

[startup+650.056 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7745
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18750 0 1 0 63282 90 0 0 25 0 11 0 1857905500 864030720 32966 4294967295 134512640 134569956 3221224336 3221214584 1131494931 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32966 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 633.72
Current children cumulated vsize (Kb) 843780

[startup+660.057 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7745
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18760 0 1 0 64265 90 0 0 24 0 11 0 1857905500 864030720 32966 4294967295 134512640 134569956 3221224336 3221214504 1131440340 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 32966 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 643.55
Current children cumulated vsize (Kb) 843780

[startup+670.058 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7745
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18770 0 1 0 65251 90 0 0 17 0 11 0 1857905500 864030720 33007 4294967295 134512640 134569956 3221224336 3221214504 1131440441 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33007 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 653.41
Current children cumulated vsize (Kb) 843780

[startup+680.059 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7745
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18779 0 1 0 66236 91 0 0 25 0 11 0 1857905500 864030720 33007 4294967295 134512640 134569956 3221224336 3221214504 1131440623 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33007 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 663.27
Current children cumulated vsize (Kb) 843780

[startup+690.06 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7745
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18789 0 1 0 67222 91 0 0 19 0 11 0 1857905500 864030720 33048 4294967295 134512640 134569956 3221224336 3221214504 1131439972 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33048 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 673.13
Current children cumulated vsize (Kb) 843780

[startup+700.061 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7747
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18799 0 1 0 68206 91 0 0 25 0 11 0 1857905500 864030720 33048 4294967295 134512640 134569956 3221224336 3221214504 1131439845 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33048 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 682.97
Current children cumulated vsize (Kb) 843780

[startup+710.062 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7751
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18809 0 1 0 69189 92 0 0 25 0 11 0 1857905500 864030720 33089 4294967295 134512640 134569956 3221224336 3221214504 1131439845 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33089 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 692.81
Current children cumulated vsize (Kb) 843780

[startup+720.063 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7751
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18819 0 1 0 70174 93 0 0 25 0 11 0 1857905500 864030720 33089 4294967295 134512640 134569956 3221224336 3221214640 1131628945 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33089 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 702.67
Current children cumulated vsize (Kb) 843780

[startup+730.063 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7751
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18828 0 1 0 71159 93 0 0 25 0 11 0 1857905500 864030720 33089 4294967295 134512640 134569956 3221224336 3221214584 1131414809 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33089 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 712.52
Current children cumulated vsize (Kb) 843780

[startup+740.064 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7751
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18838 0 1 0 72145 93 0 0 21 0 11 0 1857905500 864030720 33131 4294967295 134512640 134569956 3221224336 3221214640 1131629179 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33131 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 722.38
Current children cumulated vsize (Kb) 843780

[startup+750.064 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7751
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18848 0 1 0 73130 93 0 0 25 0 11 0 1857905500 864030720 33131 4294967295 134512640 134569956 3221224336 3221214504 1131439887 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33131 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 732.23
Current children cumulated vsize (Kb) 843780

[startup+760.065 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7751
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18858 0 1 0 74113 94 0 0 19 0 11 0 1857905500 864030720 33172 4294967295 134512640 134569956 3221224336 3221214504 1131439845 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33172 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 742.07
Current children cumulated vsize (Kb) 843780

[startup+770.066 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7753
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18868 0 1 0 75098 95 0 0 25 0 11 0 1857905500 864030720 33172 4294967295 134512640 134569956 3221224336 3221214584 1131494834 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33172 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 751.93
Current children cumulated vsize (Kb) 843780

[startup+780.067 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7753
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18877 0 1 0 76083 95 0 0 25 0 11 0 1857905500 864030720 33213 4294967295 134512640 134569956 3221224336 3221214584 1131494990 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33213 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 761.78
Current children cumulated vsize (Kb) 843780

[startup+790.068 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7753
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18887 0 1 0 77069 95 0 0 22 0 11 0 1857905500 864030720 33213 4294967295 134512640 134569956 3221224336 3221214504 1131439803 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33213 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 771.64
Current children cumulated vsize (Kb) 843780

[startup+800.069 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7753
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18897 0 1 0 78053 96 0 0 20 0 11 0 1857905500 864030720 33213 4294967295 134512640 134569956 3221224336 3221214504 1131439951 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33213 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 781.49
Current children cumulated vsize (Kb) 843780

[startup+810.07 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7753
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18907 0 1 0 79037 96 0 0 25 0 11 0 1857905500 864030720 33255 4294967295 134512640 134569956 3221224336 3221214640 1131630232 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33255 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 791.33
Current children cumulated vsize (Kb) 843780

[startup+820.07 s]
Raw data (loadavg): 1.00 1.00 0.95 3/67 7753
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18917 0 1 0 80022 96 0 0 24 0 11 0 1857905500 864030720 33255 4294967295 134512640 134569956 3221224336 3221214728 1131622193 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33255 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 801.18
Current children cumulated vsize (Kb) 843780

[startup+830.072 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7755
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18926 0 1 0 81004 97 0 0 25 0 11 0 1857905500 864030720 33298 4294967295 134512640 134569956 3221224336 3221214584 1131494655 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33298 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 811.01
Current children cumulated vsize (Kb) 843780

[startup+840.073 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7755
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18936 0 1 0 81991 97 0 0 25 0 11 0 1857905500 864030720 33298 4294967295 134512640 134569956 3221224336 3221214584 1131495038 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33298 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 820.88
Current children cumulated vsize (Kb) 843780

[startup+850.073 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7755
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18946 0 1 0 82975 98 0 0 25 0 11 0 1857905500 864030720 33298 4294967295 134512640 134569956 3221224336 3221214640 1131628919 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33298 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 830.73
Current children cumulated vsize (Kb) 843780

[startup+860.075 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7755
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18956 0 1 0 83959 98 0 0 25 0 11 0 1857905500 864030720 33339 4294967295 134512640 134569956 3221224336 3221214584 1131494677 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33339 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 840.57
Current children cumulated vsize (Kb) 843780

[startup+870.075 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7755
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18966 0 1 0 84944 99 0 0 25 0 11 0 1857905500 864030720 33339 4294967295 134512640 134569956 3221224336 3221214736 1131448259 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33339 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 850.43
Current children cumulated vsize (Kb) 843780

[startup+880.076 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7755
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18975 0 1 0 85929 99 0 0 24 0 11 0 1857905500 864030720 33380 4294967295 134512640 134569956 3221224336 3221214584 1131414897 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33380 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 860.28
Current children cumulated vsize (Kb) 843780

[startup+890.076 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7757
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18985 0 1 0 86914 100 0 0 25 0 11 0 1857905500 864030720 33381 4294967295 134512640 134569956 3221224336 3221214640 1131629212 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33381 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 870.14
Current children cumulated vsize (Kb) 843780

[startup+900.077 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7757
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 18995 0 1 0 87898 100 0 0 22 0 11 0 1857905500 864030720 33381 4294967295 134512640 134569956 3221224336 3221214584 1131494655 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33381 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 879.98
Current children cumulated vsize (Kb) 843780

[startup+910.078 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7757
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19005 0 1 0 88882 100 0 0 25 0 11 0 1857905500 864030720 33422 4294967295 134512640 134569956 3221224336 3221214584 1131494903 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33422 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 889.82
Current children cumulated vsize (Kb) 843780

[startup+920.079 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7757
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19016 0 1 0 89866 101 0 0 24 0 11 0 1857905500 864030720 33422 4294967295 134512640 134569956 3221224336 3221214504 1131441184 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33422 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 899.67
Current children cumulated vsize (Kb) 843780

[startup+930.081 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7757
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19025 0 1 0 90849 101 0 0 17 0 11 0 1857905500 864030720 33464 4294967295 134512640 134569956 3221224336 3221214504 1131440769 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33464 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 909.5
Current children cumulated vsize (Kb) 843780

[startup+940.082 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7757
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19035 0 1 0 91836 102 0 0 25 0 11 0 1857905500 864030720 33464 4294967295 134512640 134569956 3221224336 3221214504 1131439803 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33464 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 919.38
Current children cumulated vsize (Kb) 843780

[startup+950.082 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7761
Raw data (/proc/7651/stat): 7651 (java) T 7650 7651 9102 0 -1 0 19046 0 1 0 92820 102 0 0 25 0 11 0 1857905500 864030720 33464 4294967295 134512640 134569956 3221224336 3221213408 1073952732 0 4 1 23758 3222434794 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33464 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 929.22
Current children cumulated vsize (Kb) 843780

[startup+960.083 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7761
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19055 0 1 0 93804 103 0 0 25 0 11 0 1857905500 864030720 33505 4294967295 134512640 134569956 3221224336 3221214536 1131494888 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33505 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 939.07
Current children cumulated vsize (Kb) 843780

[startup+970.084 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7761
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19066 0 1 0 94788 103 0 0 25 0 11 0 1857905500 864030720 33505 4294967295 134512640 134569956 3221224336 3221214456 1131439788 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33505 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 948.91
Current children cumulated vsize (Kb) 843780

[startup+980.085 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7761
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19075 0 1 0 95772 103 0 0 25 0 11 0 1857905500 864030720 33547 4294967295 134512640 134569956 3221224336 3221214456 1131439845 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33547 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 958.75
Current children cumulated vsize (Kb) 843780

[startup+990.086 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7761
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19085 0 1 0 96759 104 0 0 19 0 11 0 1857905500 864030720 33547 4294967295 134512640 134569956 3221224336 3221214536 1131494628 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33547 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 968.63
Current children cumulated vsize (Kb) 843780

[startup+1000.09 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7761
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19095 0 1 0 97744 104 0 0 25 0 11 0 1857905500 864030720 33547 4294967295 134512640 134569956 3221224336 3221214456 1131439828 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33547 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 978.48
Current children cumulated vsize (Kb) 843780

[startup+1010.09 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7763
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19105 0 1 0 98727 105 0 0 25 0 11 0 1857905500 864030720 33587 4294967295 134512640 134569956 3221224336 3221214592 1131629212 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33587 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 988.32
Current children cumulated vsize (Kb) 843780

[startup+1020.09 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7763
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19115 0 1 0 99713 105 0 0 18 0 11 0 1857905500 864030720 33587 4294967295 134512640 134569956 3221224336 3221214456 1131440300 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33587 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 998.18
Current children cumulated vsize (Kb) 843780

[startup+1030.09 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7763
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19124 0 1 0 100697 107 0 0 25 0 11 0 1857905500 864030720 33587 4294967295 134512640 134569956 3221224336 3221214456 1131440035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33587 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1008.04
Current children cumulated vsize (Kb) 843780

[startup+1040.09 s]
Raw data (loadavg): 1.08 1.02 0.95 2/67 7763
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19134 0 1 0 101682 108 0 0 25 0 11 0 1857905500 864030720 33630 4294967295 134512640 134569956 3221224336 3221214536 1131494707 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33630 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1017.9
Current children cumulated vsize (Kb) 843780

[startup+1050.09 s]
Raw data (loadavg): 1.07 1.02 0.95 2/67 7763
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19144 0 1 0 102667 108 0 0 20 0 11 0 1857905500 864030720 33630 4294967295 134512640 134569956 3221224336 3221214456 1131439972 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33630 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1027.75
Current children cumulated vsize (Kb) 843780

[startup+1060.09 s]
Raw data (loadavg): 1.06 1.01 0.95 2/67 7763
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19154 0 1 0 103650 109 0 0 25 0 11 0 1857905500 864030720 33671 4294967295 134512640 134569956 3221224336 3221214456 1131441178 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33671 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1037.59
Current children cumulated vsize (Kb) 843780

[startup+1070.1 s]
Raw data (loadavg): 1.05 1.01 0.95 2/67 7765
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19164 0 1 0 104634 110 0 0 25 0 11 0 1857905500 864030720 33671 4294967295 134512640 134569956 3221224336 3221214592 1131630395 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33671 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1047.44
Current children cumulated vsize (Kb) 843780

[startup+1080.1 s]
Raw data (loadavg): 1.04 1.01 0.95 2/67 7765
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19173 0 1 0 105619 110 0 0 23 0 11 0 1857905500 864030720 33671 4294967295 134512640 134569956 3221224336 3221214456 1131440435 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33671 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1057.29
Current children cumulated vsize (Kb) 843780

[startup+1090.1 s]
Raw data (loadavg): 1.03 1.01 0.95 2/67 7765
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19183 0 1 0 106604 111 0 0 23 0 11 0 1857905500 864030720 33713 4294967295 134512640 134569956 3221224336 3221214588 1131494604 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33713 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1067.15
Current children cumulated vsize (Kb) 843780

[startup+1100.1 s]
Raw data (loadavg): 1.03 1.01 0.95 2/67 7765
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19193 0 1 0 107590 111 0 0 22 0 11 0 1857905500 864030720 33713 4294967295 134512640 134569956 3221224336 3221214456 1131440458 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33713 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1077.01
Current children cumulated vsize (Kb) 843780

[startup+1110.1 s]
Raw data (loadavg): 1.02 1.01 0.95 2/67 7765
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19203 0 1 0 108573 112 0 0 21 0 11 0 1857905500 864030720 33713 4294967295 134512640 134569956 3221224336 3221214456 1131440087 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33713 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1086.85
Current children cumulated vsize (Kb) 843780

[startup+1120.1 s]
Raw data (loadavg): 1.02 1.01 0.95 2/67 7765
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19213 0 1 0 109558 113 0 0 25 0 11 0 1857905500 864030720 33755 4294967295 134512640 134569956 3221224336 3221214456 1131439845 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33755 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1096.71
Current children cumulated vsize (Kb) 843780

[startup+1130.1 s]
Raw data (loadavg): 1.02 1.01 0.95 2/67 7767
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19223 0 1 0 110544 113 0 0 25 0 11 0 1857905500 864030720 33755 4294967295 134512640 134569956 3221224336 3221214536 1131494961 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33755 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1106.57
Current children cumulated vsize (Kb) 843780

[startup+1140.1 s]
Raw data (loadavg): 1.01 1.01 0.95 2/67 7767
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19232 0 1 0 111528 114 0 0 24 0 11 0 1857905500 864030720 33796 4294967295 134512640 134569956 3221224336 3221214456 1131439845 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33796 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1116.42
Current children cumulated vsize (Kb) 843780

[startup+1150.1 s]
Raw data (loadavg): 1.01 1.01 0.95 2/67 7767
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19242 0 1 0 112514 114 0 0 25 0 11 0 1857905500 864030720 33796 4294967295 134512640 134569956 3221224336 3221214592 1131631162 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33796 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1126.28
Current children cumulated vsize (Kb) 843780

[startup+1160.1 s]
Raw data (loadavg): 1.01 1.00 0.95 2/67 7767
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19252 0 1 0 113495 115 0 0 22 0 11 0 1857905500 864030720 33796 4294967295 134512640 134569956 3221224336 3221214536 1131414893 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33796 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1136.1
Current children cumulated vsize (Kb) 843780

[startup+1170.1 s]
Raw data (loadavg): 1.01 1.00 0.95 2/67 7767
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19262 0 1 0 114468 115 0 0 20 0 11 0 1857905500 864030720 33839 4294967295 134512640 134569956 3221224336 3221214456 1131440473 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33839 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1145.83
Current children cumulated vsize (Kb) 843780

[startup+1180.1 s]
Raw data (loadavg): 1.00 1.00 0.95 2/67 7767
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19272 0 1 0 115444 116 0 0 22 0 11 0 1857905500 864030720 33839 4294967295 134512640 134569956 3221224336 3221214592 1131630286 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33839 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1155.6
Current children cumulated vsize (Kb) 843780

[startup+1190.1 s]
Raw data (loadavg): 1.08 1.02 0.96 2/67 7769
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19281 0 1 0 116419 117 0 0 25 0 11 0 1857905500 864030720 33990 4294967295 134512640 134569956 3221224336 3221214536 1131414893 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33990 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1165.36
Current children cumulated vsize (Kb) 843780

[startup+1200.1 s]
Raw data (loadavg): 1.07 1.02 0.96 2/67 7769
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19291 0 1 0 117399 117 0 0 25 0 11 0 1857905500 864030720 33990 4294967295 134512640 134569956 3221224336 3221214592 1131631236 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/7651/statm): 210945 33990 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1175.16
Current children cumulated vsize (Kb) 843780

[startup+1210.11 s]
Raw data (loadavg): 1.06 1.02 0.96 2/67 7769
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19301 0 1 0 118379 118 0 0 25 0 11 0 1857905500 864030720 33990 4294967295 134512640 134569956 3221224336 3221214456 1131439828 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 33990 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1184.97
Current children cumulated vsize (Kb) 843780

[startup+1220.11 s]
Raw data (loadavg): 1.05 1.02 0.96 2/67 7769
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19311 0 1 0 119350 118 0 0 25 0 11 0 1857905500 864030720 34072 4294967295 134512640 134569956 3221224336 3221214592 1131629147 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 34072 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1194.68
Current children cumulated vsize (Kb) 843780

[startup+1230.11 s]
Raw data (loadavg): 1.04 1.01 0.96 2/67 7769
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19321 0 1 0 120326 119 0 0 25 0 11 0 1857905500 864030720 34072 4294967295 134512640 134569956 3221224336 3221214536 1131494816 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 34072 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1204.45
Current children cumulated vsize (Kb) 843780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1230.11 s]
Raw data (loadavg): 1.04 1.01 0.96 2/67 7769
Raw data (/proc/7651/stat): 7651 (java) R 7650 7651 9102 0 -1 0 19321 0 1 0 120326 119 0 0 25 0 11 0 1857905500 864030720 34072 4294967295 134512640 134569956 3221224336 3221214592 1131630426 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/7651/statm): 210945 34072 13129 16 0 210929 0
[pid=7651] vsize: 843780
Current children cumulated CPU time (s) 1204.45
Current children cumulated vsize (Kb) 843780

Sending SIGTERM to -7651
Sleeping 2 seconds
New thread pid=7771
New thread pid=7772
One traced child (pid=7772) exited with status: 0
One traced child (pid=7660) exited with status: 0
One traced child (pid=7655) exited with status: 0
One traced child (pid=7652) exited with status: 143
One traced child (pid=7653) exited with status: 143
One traced child (pid=7654) exited with status: 143
One traced child (pid=7659) exited with status: 143
One traced child (pid=7657) exited with status: 143
One traced child (pid=7656) exited with status: 143
One traced child (pid=7658) exited with status: 143
One traced child (pid=7661) exited with status: 143
One traced child (pid=7771) exited with status: 143
One traced child (pid=7651) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1230.21
CPU time (s): 1244.36
CPU user time (s): 1241.83
CPU system time (s): 2.52661
CPU usage (%): 101.15
Max. virtual memory (cumulated for all children) (Kb): 850416

Verifier Data

ERROR: no interpretation found !