Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-13-7/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-scsd1.opb
MD5SUM0d161f98f04bb13a3a82ce824c7be961
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 15200
Biggest coefficient in the objective function 262144000000000
Number of bits for the biggest coefficient in the objective function 48
Sum of the numbers in the objective function 183748611699849900
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 262144000000000
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 183748611699849900
Number of bits of the biggest sum of numbers58
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables15200
Total number of constraints77
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints77
Minimum length of a constraint400
Maximum length of a constraint1000

Trace number 7454

Launcher Data

LAUNCH ON wulflinc27 THE 2005-09-20 12:04:16 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6707 boxname=wulflinc27 idbench=847 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  0d161f98f04bb13a3a82ce824c7be961  /oldhome/oroussel/tmp/wulflinc27/normalized-mps-v2-13-7-scsd1.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc27/normalized-mps-v2-13-7-scsd1.opb
IDLAUNCH: 6707
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.169
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.169
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        810932 kB
Buffers:         32632 kB
Cached:         161156 kB
SwapCached:        692 kB
Active:          65976 kB
Inactive:       130348 kB
HighTotal:      131008 kB
HighFree:        10248 kB
LowTotal:       903652 kB
LowFree:        800684 kB
SwapTotal:     2097892 kB
SwapFree:      2096628 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5740 kB
Slab:            21828 kB
Committed_AS:    64132 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 12:24:46 (client local time) WITH STATUS 143 IN 1237.03 SECONDS
stats: 6707 7 1237.03 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/wulflinc27/normalized-mps-v2-13-7-scsd1.opb
c reading problem ... done. Time 5.515 ms.
c #vars     15200
c #constraints  154
c starts		: 3
c conflicts		: 425
c decisions		: 2239
c propagations		: 6758
c inspects		: 350642
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 424
c root simplifications	: 3
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 524
c speed (decisions/second)	: 1.8303714125251687
c non guided choices	2235
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1228.815

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/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1858377708 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 39 3 38 16 0 23 0
[pid=5584] 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/5584
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=5585
New thread pid=5586
New thread pid=5587
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=5588
New thread pid=5589
New thread pid=5590
New thread pid=5591
New thread pid=5592
New thread pid=5593
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/wulflinc27/normalized-mps-v2-13-7-scsd1.opb
New thread pid=5594

[startup+10.0021 s]
Raw data (loadavg): 1.17 1.04 0.93 2/66 5594
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18137 0 1 0 687 43 0 0 18 0 11 0 1858377708 858243072 22739 4294967295 134512640 134569956 3221224336 3221214376 1131089190 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209532 22739 13129 16 0 209516 0
[pid=5584] vsize: 838128
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (Kb) 838128

[startup+20.002 s]
Raw data (loadavg): 1.21 1.06 0.93 2/66 5594
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18147 0 1 0 1613 44 0 0 25 0 11 0 1858377708 859164672 24922 4294967295 134512640 134569956 3221224336 3221214488 1131458933 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 24922 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 16.57
Current children cumulated vsize (Kb) 839028

[startup+30.0029 s]
Raw data (loadavg): 1.18 1.05 0.93 2/66 5594
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18156 0 1 0 2596 45 0 0 25 0 11 0 1858377708 859164672 25106 4294967295 134512640 134569956 3221224336 3221214472 1131459042 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 25106 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 26.41
Current children cumulated vsize (Kb) 839028

[startup+40.0028 s]
Raw data (loadavg): 1.15 1.05 0.93 2/66 5594
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18162 0 1 0 3570 45 0 0 25 0 11 0 1858377708 859164672 25523 4294967295 134512640 134569956 3221224336 3221214540 1131057173 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 25523 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 36.15
Current children cumulated vsize (Kb) 839028

[startup+50.0046 s]
Raw data (loadavg): 1.13 1.05 0.93 2/66 5594
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18167 0 1 0 4538 45 0 0 20 0 11 0 1858377708 859164672 25649 4294967295 134512640 134569956 3221224336 3221214584 1131633396 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 25649 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 45.83
Current children cumulated vsize (Kb) 839028

[startup+60.0055 s]
Raw data (loadavg): 1.11 1.05 0.93 2/66 5594
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18172 0 1 0 5496 46 0 0 25 0 11 0 1858377708 859164672 25729 4294967295 134512640 134569956 3221224336 3221214544 1131369584 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 25729 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 55.42
Current children cumulated vsize (Kb) 839028

[startup+70.0063 s]
Raw data (loadavg): 1.09 1.05 0.93 2/66 5594
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18181 0 1 0 6422 46 0 0 21 0 11 0 1858377708 859164672 25835 4294967295 134512640 134569956 3221224336 3221214552 1131519846 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 25835 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 64.68
Current children cumulated vsize (Kb) 839028

[startup+80.0082 s]
Raw data (loadavg): 1.08 1.04 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18192 0 1 0 7332 47 0 0 23 0 11 0 1858377708 859164672 26198 4294967295 134512640 134569956 3221224336 3221214552 1131520132 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26198 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 73.79
Current children cumulated vsize (Kb) 839028

[startup+90.0091 s]
Raw data (loadavg): 1.06 1.04 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18203 0 1 0 8284 47 0 0 22 0 11 0 1858377708 859164672 26581 4294967295 134512640 134569956 3221224336 3221214552 1131520183 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 26581 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 83.31
Current children cumulated vsize (Kb) 839028

[startup+100.01 s]
Raw data (loadavg): 1.05 1.04 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18214 0 1 0 9272 48 0 0 25 0 11 0 1858377708 859164672 26754 4294967295 134512640 134569956 3221224336 3221214568 1131563244 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26754 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 93.2
Current children cumulated vsize (Kb) 839028

[startup+110.011 s]
Raw data (loadavg): 1.05 1.04 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18219 0 1 0 10264 48 0 0 25 0 11 0 1858377708 859164672 26758 4294967295 134512640 134569956 3221224336 3221214568 1131563364 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 26758 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 103.12
Current children cumulated vsize (Kb) 839028

[startup+120.012 s]
Raw data (loadavg): 1.04 1.04 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18224 0 1 0 11257 49 0 0 25 0 11 0 1858377708 859164672 26762 4294967295 134512640 134569956 3221224336 3221214488 1131459101 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26762 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 113.06
Current children cumulated vsize (Kb) 839028

[startup+130.013 s]
Raw data (loadavg): 1.03 1.04 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18229 0 1 0 12249 49 0 0 25 0 11 0 1858377708 859164672 26768 4294967295 134512640 134569956 3221224336 3221214568 1131563284 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26768 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 122.98
Current children cumulated vsize (Kb) 839028

[startup+140.013 s]
Raw data (loadavg): 1.03 1.03 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18240 0 1 0 13234 50 0 0 25 0 11 0 1858377708 859164672 26780 4294967295 134512640 134569956 3221224336 3221214464 1131535840 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26780 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 132.84
Current children cumulated vsize (Kb) 839028

[startup+150.015 s]
Raw data (loadavg): 1.02 1.03 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18246 0 1 0 14225 50 0 0 25 0 11 0 1858377708 859164672 26810 4294967295 134512640 134569956 3221224336 3221214620 1131633363 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26810 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 142.75
Current children cumulated vsize (Kb) 839028

[startup+160.015 s]
Raw data (loadavg): 1.02 1.03 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18251 0 1 0 15218 51 0 0 25 0 11 0 1858377708 859164672 26837 4294967295 134512640 134569956 3221224336 3221214540 1131057186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26837 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 152.69
Current children cumulated vsize (Kb) 839028

[startup+170.015 s]
Raw data (loadavg): 1.02 1.03 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18256 0 1 0 16212 51 0 0 25 0 11 0 1858377708 859164672 26837 4294967295 134512640 134569956 3221224336 3221214480 1131572904 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 26837 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 162.63
Current children cumulated vsize (Kb) 839028

[startup+180.016 s]
Raw data (loadavg): 1.01 1.03 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18266 0 1 0 17198 51 0 0 25 0 11 0 1858377708 859164672 26844 4294967295 134512640 134569956 3221224336 3221214552 1131519403 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26844 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 172.49
Current children cumulated vsize (Kb) 839028

[startup+190.017 s]
Raw data (loadavg): 1.01 1.03 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18273 0 1 0 18188 52 0 0 25 0 11 0 1858377708 859164672 26861 4294967295 134512640 134569956 3221224336 3221214560 1131477373 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26861 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 182.4
Current children cumulated vsize (Kb) 839028

[startup+200.018 s]
Raw data (loadavg): 1.01 1.03 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18277 0 1 0 19182 52 0 0 25 0 11 0 1858377708 859164672 26896 4294967295 134512640 134569956 3221224336 3221214480 1131572824 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 26896 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 192.34
Current children cumulated vsize (Kb) 839028

[startup+210.018 s]
Raw data (loadavg): 1.01 1.02 0.93 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18282 0 1 0 20174 53 0 0 25 0 11 0 1858377708 859164672 26896 4294967295 134512640 134569956 3221224336 3221214568 1131563491 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 26896 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 202.27
Current children cumulated vsize (Kb) 839028

[startup+220.019 s]
Raw data (loadavg): 1.08 1.04 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18290 0 1 0 21164 53 0 0 24 0 11 0 1858377708 859164672 26903 4294967295 134512640 134569956 3221224336 3221214464 1131393765 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26903 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 212.17
Current children cumulated vsize (Kb) 839028

[startup+230.021 s]
Raw data (loadavg): 1.07 1.04 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18298 0 1 0 22153 53 0 0 25 0 11 0 1858377708 859164672 26903 4294967295 134512640 134569956 3221224336 3221214568 1131563256 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26903 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (Kb) 839028

[startup+240.022 s]
Raw data (loadavg): 1.06 1.04 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18303 0 1 0 23145 54 0 0 25 0 11 0 1858377708 859164672 26947 4294967295 134512640 134569956 3221224336 3221214488 1131458824 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26947 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 231.99
Current children cumulated vsize (Kb) 839028

[startup+250.023 s]
Raw data (loadavg): 1.05 1.03 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18308 0 1 0 24138 54 0 0 25 0 11 0 1858377708 859164672 26956 4294967295 134512640 134569956 3221224336 3221214624 1131580580 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 26956 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 241.92
Current children cumulated vsize (Kb) 839028

[startup+260.024 s]
Raw data (loadavg): 1.04 1.03 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18314 0 1 0 25130 54 0 0 25 0 11 0 1858377708 859164672 26956 4294967295 134512640 134569956 3221224336 3221214552 1131519860 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26956 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 251.84
Current children cumulated vsize (Kb) 839028

[startup+270.025 s]
Raw data (loadavg): 1.04 1.03 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18324 0 1 0 26116 54 0 0 25 0 11 0 1858377708 859164672 26963 4294967295 134512640 134569956 3221224336 3221214584 1131633492 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26963 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 261.7
Current children cumulated vsize (Kb) 839028

[startup+280.025 s]
Raw data (loadavg): 1.03 1.03 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18329 0 1 0 27108 54 0 0 25 0 11 0 1858377708 859164672 26989 4294967295 134512640 134569956 3221224336 3221214480 1131574150 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 26989 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 271.62
Current children cumulated vsize (Kb) 839028

[startup+290.026 s]
Raw data (loadavg): 1.02 1.03 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18334 0 1 0 28101 55 0 0 25 0 11 0 1858377708 859164672 27016 4294967295 134512640 134569956 3221224336 3221214568 1131563289 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27016 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 281.56
Current children cumulated vsize (Kb) 839028

[startup+300.027 s]
Raw data (loadavg): 1.02 1.03 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18339 0 1 0 29094 55 0 0 25 0 11 0 1858377708 859164672 27016 4294967295 134512640 134569956 3221224336 3221214568 1131563558 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27016 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 291.49
Current children cumulated vsize (Kb) 839028

[startup+310.028 s]
Raw data (loadavg): 1.02 1.03 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18350 0 1 0 30079 55 0 0 22 0 11 0 1858377708 859164672 27025 4294967295 134512640 134569956 3221224336 3221214568 1131563250 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27025 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 301.34
Current children cumulated vsize (Kb) 839028

[startup+320.028 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18355 0 1 0 31071 55 0 0 25 0 11 0 1858377708 859164672 27044 4294967295 134512640 134569956 3221224336 3221214544 1131369561 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27044 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 311.26
Current children cumulated vsize (Kb) 839028

[startup+330.03 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18360 0 1 0 32063 55 0 0 25 0 11 0 1858377708 859164672 27082 4294967295 134512640 134569956 3221224336 3221214480 1131573452 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27082 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 321.18
Current children cumulated vsize (Kb) 839028

[startup+340.031 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18365 0 1 0 33056 55 0 0 25 0 11 0 1858377708 859164672 27082 4294967295 134512640 134569956 3221224336 3221214568 1131564020 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27082 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 331.11
Current children cumulated vsize (Kb) 839028

[startup+350.031 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18375 0 1 0 34044 56 0 0 25 0 11 0 1858377708 859164672 27090 4294967295 134512640 134569956 3221224336 3221214640 1131541538 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27090 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 341
Current children cumulated vsize (Kb) 839028

[startup+360.032 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18381 0 1 0 35034 56 0 0 25 0 11 0 1858377708 859164672 27090 4294967295 134512640 134569956 3221224336 3221214488 1131458933 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27090 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 350.9
Current children cumulated vsize (Kb) 839028

[startup+370.033 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18386 0 1 0 36026 56 0 0 25 0 11 0 1858377708 859164672 27143 4294967295 134512640 134569956 3221224336 3221214488 1131458772 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27143 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 360.82
Current children cumulated vsize (Kb) 839028

[startup+380.034 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18391 0 1 0 37019 57 0 0 25 0 11 0 1858377708 859164672 27143 4294967295 134512640 134569956 3221224336 3221214564 1131369510 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27143 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 370.76
Current children cumulated vsize (Kb) 839028

[startup+390.035 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18400 0 1 0 38008 57 0 0 25 0 11 0 1858377708 859164672 27150 4294967295 134512640 134569956 3221224336 3221214552 1131519694 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27150 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 380.65
Current children cumulated vsize (Kb) 839028

[startup+400.037 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18407 0 1 0 38998 58 0 0 25 0 11 0 1858377708 859164672 27150 4294967295 134512640 134569956 3221224336 3221214568 1131563084 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27150 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 390.56
Current children cumulated vsize (Kb) 839028

[startup+410.038 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18412 0 1 0 39989 58 0 0 25 0 11 0 1858377708 859164672 27203 4294967295 134512640 134569956 3221224336 3221214568 1131563534 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27203 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 400.47
Current children cumulated vsize (Kb) 839028

[startup+420.038 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18417 0 1 0 40983 58 0 0 25 0 11 0 1858377708 859164672 27203 4294967295 134512640 134569956 3221224336 3221214544 1131369552 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27203 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 410.41
Current children cumulated vsize (Kb) 839028

[startup+430.039 s]
Raw data (loadavg): 1.00 1.01 0.94 3/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18424 0 1 0 41974 58 0 0 25 0 11 0 1858377708 859164672 27203 4294967295 134512640 134569956 3221224336 3221214464 1131393740 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27203 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 420.32
Current children cumulated vsize (Kb) 839028

[startup+440.039 s]
Raw data (loadavg): 1.07 1.03 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18433 0 1 0 42961 58 0 0 25 0 11 0 1858377708 859164672 27210 4294967295 134512640 134569956 3221224336 3221214640 1131543581 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27210 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 430.19
Current children cumulated vsize (Kb) 839028

[startup+450.04 s]
Raw data (loadavg): 1.06 1.03 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18438 0 1 0 43952 59 0 0 25 0 11 0 1858377708 859164672 27254 4294967295 134512640 134569956 3221224336 3221214472 1131458681 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27254 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 440.11
Current children cumulated vsize (Kb) 839028

[startup+460.041 s]
Raw data (loadavg): 1.05 1.03 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18443 0 1 0 44945 59 0 0 20 0 11 0 1858377708 859164672 27263 4294967295 134512640 134569956 3221224336 3221214488 1131459052 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27263 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 450.04
Current children cumulated vsize (Kb) 839028

[startup+470.041 s]
Raw data (loadavg): 1.04 1.03 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18449 0 1 0 45937 59 0 0 25 0 11 0 1858377708 859164672 27263 4294967295 134512640 134569956 3221224336 3221214552 1131519794 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27263 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 459.96
Current children cumulated vsize (Kb) 839028

[startup+480.042 s]
Raw data (loadavg): 1.04 1.03 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18458 0 1 0 46924 59 0 0 25 0 11 0 1858377708 859164672 27270 4294967295 134512640 134569956 3221224336 3221214488 1131458772 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27270 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 469.83
Current children cumulated vsize (Kb) 839028

[startup+490.042 s]
Raw data (loadavg): 1.03 1.02 0.94 3/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18463 0 1 0 47914 61 0 0 25 0 11 0 1858377708 859164672 27287 4294967295 134512640 134569956 3221224336 3221214544 1131369561 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27287 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 479.75
Current children cumulated vsize (Kb) 839028

[startup+500.044 s]
Raw data (loadavg): 1.02 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18468 0 1 0 48906 61 0 0 25 0 11 0 1858377708 859164672 27322 4294967295 134512640 134569956 3221224336 3221214568 1131563309 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27322 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 489.67
Current children cumulated vsize (Kb) 839028

[startup+510.045 s]
Raw data (loadavg): 1.02 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18474 0 1 0 49898 61 0 0 23 0 11 0 1858377708 859164672 27322 4294967295 134512640 134569956 3221224336 3221214552 1131519623 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27322 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 499.59
Current children cumulated vsize (Kb) 839028

[startup+520.045 s]
Raw data (loadavg): 1.02 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18484 0 1 0 50883 62 0 0 25 0 11 0 1858377708 859164672 27329 4294967295 134512640 134569956 3221224336 3221214560 1131403821 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27329 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 509.45
Current children cumulated vsize (Kb) 839028

[startup+530.045 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18489 0 1 0 51873 63 0 0 25 0 11 0 1858377708 859164672 27347 4294967295 134512640 134569956 3221224336 3221214616 1131438007 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27347 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 519.36
Current children cumulated vsize (Kb) 839028

[startup+540.046 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18494 0 1 0 52866 63 0 0 25 0 11 0 1858377708 859164672 27382 4294967295 134512640 134569956 3221224336 3221214568 1131563361 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27382 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 529.29
Current children cumulated vsize (Kb) 839028

[startup+550.047 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18500 0 1 0 53858 64 0 0 25 0 11 0 1858377708 859164672 27382 4294967295 134512640 134569956 3221224336 3221214640 1131542542 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27382 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 539.22
Current children cumulated vsize (Kb) 839028

[startup+560.048 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18509 0 1 0 54846 64 0 0 25 0 11 0 1858377708 859164672 27389 4294967295 134512640 134569956 3221224336 3221214472 1131458772 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27389 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 549.1
Current children cumulated vsize (Kb) 839028

[startup+570.049 s]
Raw data (loadavg): 1.01 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18515 0 1 0 55835 64 0 0 25 0 11 0 1858377708 859164672 27407 4294967295 134512640 134569956 3221224336 3221214488 1131459025 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27407 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 558.99
Current children cumulated vsize (Kb) 839028

[startup+580.05 s]
Raw data (loadavg): 1.00 1.02 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18520 0 1 0 56828 64 0 0 18 0 11 0 1858377708 859164672 27441 4294967295 134512640 134569956 3221224336 3221214584 1131633426 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27441 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 568.92
Current children cumulated vsize (Kb) 839028

[startup+590.051 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18525 0 1 0 57822 65 0 0 25 0 11 0 1858377708 859164672 27441 4294967295 134512640 134569956 3221224336 3221214552 1131519764 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27441 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 578.87
Current children cumulated vsize (Kb) 839028

[startup+600.051 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18535 0 1 0 58808 65 0 0 22 0 11 0 1858377708 859164672 27449 4294967295 134512640 134569956 3221224336 3221214488 1131458933 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27449 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 588.73
Current children cumulated vsize (Kb) 839028

[startup+610.052 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18541 0 1 0 59798 66 0 0 25 0 11 0 1858377708 859164672 27475 4294967295 134512640 134569956 3221224336 3221214552 1131519621 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27475 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 598.64
Current children cumulated vsize (Kb) 839028

[startup+620.053 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18547 0 1 0 60790 66 0 0 25 0 11 0 1858377708 859164672 27501 4294967295 134512640 134569956 3221224336 3221214560 1131517271 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27501 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 608.56
Current children cumulated vsize (Kb) 839028

[startup+630.054 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18554 0 1 0 61782 66 0 0 24 0 11 0 1858377708 859164672 27501 4294967295 134512640 134569956 3221224336 3221214480 1131574213 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27501 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 618.48
Current children cumulated vsize (Kb) 839028

[startup+640.055 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18560 0 1 0 62774 67 0 0 25 0 11 0 1858377708 859164672 27509 4294967295 134512640 134569956 3221224336 3221214600 1131420448 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27509 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 628.41
Current children cumulated vsize (Kb) 839028

[startup+650.056 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18565 0 1 0 63766 67 0 0 25 0 11 0 1858377708 859164672 27527 4294967295 134512640 134569956 3221224336 3221214488 1131458816 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27527 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 638.33
Current children cumulated vsize (Kb) 839028

[startup+660.057 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18572 0 1 0 64755 67 0 0 25 0 11 0 1858377708 859164672 27535 4294967295 134512640 134569956 3221224336 3221214480 1131572855 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27535 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 648.22
Current children cumulated vsize (Kb) 839028

[startup+670.057 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18579 0 1 0 65744 68 0 0 25 0 11 0 1858377708 859164672 27553 4294967295 134512640 134569956 3221224336 3221214584 1131633447 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27553 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 658.12
Current children cumulated vsize (Kb) 839028

[startup+680.058 s]
Raw data (loadavg): 1.00 1.01 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18584 0 1 0 66736 68 0 0 22 0 11 0 1858377708 859164672 27579 4294967295 134512640 134569956 3221224336 3221214640 1131541538 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27579 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 668.04
Current children cumulated vsize (Kb) 839028

[startup+690.058 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18590 0 1 0 67726 68 0 0 25 0 11 0 1858377708 859164672 27587 4294967295 134512640 134569956 3221224336 3221214480 1131575097 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27587 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 677.94
Current children cumulated vsize (Kb) 839028

[startup+700.059 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18597 0 1 0 68715 68 0 0 25 0 11 0 1858377708 859164672 27605 4294967295 134512640 134569956 3221224336 3221214488 1131458713 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27605 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 687.83
Current children cumulated vsize (Kb) 839028

[startup+710.059 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18603 0 1 0 69705 69 0 0 25 0 11 0 1858377708 859164672 27631 4294967295 134512640 134569956 3221224336 3221214540 1131057156 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27631 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 697.74
Current children cumulated vsize (Kb) 839028

[startup+720.059 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18610 0 1 0 70689 69 0 0 25 0 11 0 1858377708 859164672 27656 4294967295 134512640 134569956 3221224336 3221214584 1131633436 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27656 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 707.58
Current children cumulated vsize (Kb) 839028

[startup+730.06 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18615 0 1 0 71677 70 0 0 17 0 11 0 1858377708 859164672 27665 4294967295 134512640 134569956 3221224336 3221214640 1131541603 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27665 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 717.47
Current children cumulated vsize (Kb) 839028

[startup+740.061 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18621 0 1 0 72664 70 0 0 25 0 11 0 1858377708 859164672 27682 4294967295 134512640 134569956 3221224336 3221214568 1131563940 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27682 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 727.34
Current children cumulated vsize (Kb) 839028

[startup+750.063 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18628 0 1 0 73650 70 0 0 25 0 11 0 1858377708 859164672 27708 4294967295 134512640 134569956 3221224336 3221214568 1131563250 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27708 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 737.2
Current children cumulated vsize (Kb) 839028

[startup+760.063 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18634 0 1 0 74638 70 0 0 25 0 11 0 1858377708 859164672 27780 4294967295 134512640 134569956 3221224336 3221214480 1131575053 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27780 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 747.08
Current children cumulated vsize (Kb) 839028

[startup+770.063 s]
Raw data (loadavg): 1.00 1.00 0.94 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18640 0 1 0 75629 71 0 0 25 0 11 0 1858377708 859164672 27788 4294967295 134512640 134569956 3221224336 3221214544 1131369552 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27788 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 757
Current children cumulated vsize (Kb) 839028

[startup+780.064 s]
Raw data (loadavg): 1.08 1.02 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18646 0 1 0 76620 71 0 0 25 0 11 0 1858377708 859164672 27814 4294967295 134512640 134569956 3221224336 3221214520 1131607242 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27814 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 766.91
Current children cumulated vsize (Kb) 839028

[startup+790.064 s]
Raw data (loadavg): 1.07 1.02 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18653 0 1 0 77609 71 0 0 25 0 11 0 1858377708 859164672 27832 4294967295 134512640 134569956 3221224336 3221214540 1131057156 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27832 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 776.8
Current children cumulated vsize (Kb) 839028

[startup+800.065 s]
Raw data (loadavg): 1.06 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18659 0 1 0 78600 72 0 0 21 0 11 0 1858377708 859164672 27849 4294967295 134512640 134569956 3221224336 3221214568 1131563330 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27849 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 786.72
Current children cumulated vsize (Kb) 839028

[startup+810.066 s]
Raw data (loadavg): 1.05 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18665 0 1 0 79587 72 0 0 25 0 11 0 1858377708 859164672 27857 4294967295 134512640 134569956 3221224336 3221214552 1131519657 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27857 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 796.59
Current children cumulated vsize (Kb) 839028

[startup+820.067 s]
Raw data (loadavg): 1.04 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18671 0 1 0 80575 72 0 0 25 0 11 0 1858377708 859164672 27874 4294967295 134512640 134569956 3221224336 3221214472 1131458933 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27874 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 806.47
Current children cumulated vsize (Kb) 839028

[startup+830.067 s]
Raw data (loadavg): 1.03 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18678 0 1 0 81559 73 0 0 18 0 11 0 1858377708 859164672 27901 4294967295 134512640 134569956 3221224336 3221214544 1131369565 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 27901 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 816.32
Current children cumulated vsize (Kb) 839028

[startup+840.067 s]
Raw data (loadavg): 1.03 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18684 0 1 0 82546 73 0 0 22 0 11 0 1858377708 859164672 27918 4294967295 134512640 134569956 3221224336 3221214568 1131563364 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27918 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 826.19
Current children cumulated vsize (Kb) 839028

[startup+850.068 s]
Raw data (loadavg): 1.02 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18690 0 1 0 83533 74 0 0 25 0 11 0 1858377708 859164672 27962 4294967295 134512640 134569956 3221224336 3221214488 1131458610 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 27962 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 836.07
Current children cumulated vsize (Kb) 839028

[startup+860.069 s]
Raw data (loadavg): 1.02 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18696 0 1 0 84523 74 0 0 25 0 11 0 1858377708 859164672 28012 4294967295 134512640 134569956 3221224336 3221214480 1131573247 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28012 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 845.97
Current children cumulated vsize (Kb) 839028

[startup+870.069 s]
Raw data (loadavg): 1.02 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18704 0 1 0 85502 74 0 0 25 0 11 0 1858377708 859164672 28032 4294967295 134512640 134569956 3221224336 3221214552 1131519325 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28032 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 855.76
Current children cumulated vsize (Kb) 839028

[startup+880.069 s]
Raw data (loadavg): 1.01 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18715 0 1 0 86470 75 0 0 25 0 11 0 1858377708 859164672 28060 4294967295 134512640 134569956 3221224336 3221214552 1131519214 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28060 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 865.45
Current children cumulated vsize (Kb) 839028

[startup+890.07 s]
Raw data (loadavg): 1.01 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18727 0 1 0 87438 75 0 0 24 0 11 0 1858377708 859164672 28103 4294967295 134512640 134569956 3221224336 3221214552 1131519802 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28103 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 875.13
Current children cumulated vsize (Kb) 839028

[startup+900.071 s]
Raw data (loadavg): 1.01 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18738 0 1 0 88422 76 0 0 25 0 11 0 1858377708 859164672 28266 4294967295 134512640 134569956 3221224336 3221214640 1131542455 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28266 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 884.98
Current children cumulated vsize (Kb) 839028

[startup+910.071 s]
Raw data (loadavg): 1.01 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18750 0 1 0 89410 76 0 0 25 0 11 0 1858377708 859164672 28280 4294967295 134512640 134569956 3221224336 3221214552 1131519718 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28280 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 894.86
Current children cumulated vsize (Kb) 839028

[startup+920.072 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18762 0 1 0 90399 77 0 0 25 0 11 0 1858377708 859164672 28293 4294967295 134512640 134569956 3221224336 3221214464 1131394164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28293 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 904.76
Current children cumulated vsize (Kb) 839028

[startup+930.073 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18774 0 1 0 91387 78 0 0 25 0 11 0 1858377708 859164672 28308 4294967295 134512640 134569956 3221224336 3221214552 1131519291 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28308 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 914.65
Current children cumulated vsize (Kb) 839028

[startup+940.072 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18787 0 1 0 92374 78 0 0 19 0 11 0 1858377708 859164672 28324 4294967295 134512640 134569956 3221224336 3221214640 1131542683 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28324 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 924.52
Current children cumulated vsize (Kb) 839028

[startup+950.074 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18800 0 1 0 93361 79 0 0 25 0 11 0 1858377708 859164672 28341 4294967295 134512640 134569956 3221224336 3221214540 1131057275 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28341 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 934.4
Current children cumulated vsize (Kb) 839028

[startup+960.075 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18806 0 1 0 94352 79 0 0 25 0 11 0 1858377708 859164672 28350 4294967295 134512640 134569956 3221224336 3221214568 1131563326 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28350 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 944.31
Current children cumulated vsize (Kb) 839028

[startup+970.075 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18810 0 1 0 95345 79 0 0 25 0 11 0 1858377708 859164672 28354 4294967295 134512640 134569956 3221224336 3221214480 1131573303 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28354 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 954.24
Current children cumulated vsize (Kb) 839028

[startup+980.076 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18815 0 1 0 96336 80 0 0 25 0 11 0 1858377708 859164672 28360 4294967295 134512640 134569956 3221224336 3221214480 1131573274 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28360 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 964.16
Current children cumulated vsize (Kb) 839028

[startup+990.077 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18823 0 1 0 97323 80 0 0 25 0 11 0 1858377708 859164672 28371 4294967295 134512640 134569956 3221224336 3221214552 1131519621 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28371 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 974.03
Current children cumulated vsize (Kb) 839028

[startup+1000.08 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18836 0 1 0 98304 80 0 0 25 0 11 0 1858377708 859164672 28433 4294967295 134512640 134569956 3221224336 3221214552 1131519446 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28433 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 983.84
Current children cumulated vsize (Kb) 839028

[startup+1010.08 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18846 0 1 0 99295 81 0 0 25 0 11 0 1858377708 859164672 28435 4294967295 134512640 134569956 3221224336 3221214568 1131563940 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28435 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 993.76
Current children cumulated vsize (Kb) 839028

[startup+1020.08 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18853 0 1 0 100285 81 0 0 25 0 11 0 1858377708 859164672 28447 4294967295 134512640 134569956 3221224336 3221214520 1131607775 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28447 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1003.66
Current children cumulated vsize (Kb) 839028

[startup+1030.08 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18860 0 1 0 101275 81 0 0 22 0 11 0 1858377708 859164672 28447 4294967295 134512640 134569956 3221224336 3221214472 1131458710 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28447 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1013.56
Current children cumulated vsize (Kb) 839028

[startup+1040.08 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18867 0 1 0 102266 81 0 0 25 0 11 0 1858377708 859164672 28447 4294967295 134512640 134569956 3221224336 3221214472 1131458933 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28447 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1023.47
Current children cumulated vsize (Kb) 839028

[startup+1050.08 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18879 0 1 0 103249 82 0 0 23 0 11 0 1858377708 859164672 28482 4294967295 134512640 134569956 3221224336 3221214640 1131541311 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28482 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1033.31
Current children cumulated vsize (Kb) 839028

[startup+1060.08 s]
Raw data (loadavg): 1.07 1.02 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18891 0 1 0 104239 82 0 0 20 0 11 0 1858377708 859164672 28499 4294967295 134512640 134569956 3221224336 3221214640 1131541531 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28499 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1043.21
Current children cumulated vsize (Kb) 839028

[startup+1070.08 s]
Raw data (loadavg): 1.06 1.02 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18899 0 1 0 105229 82 0 0 25 0 11 0 1858377708 859164672 28499 4294967295 134512640 134569956 3221224336 3221214568 1131563330 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28499 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1053.11
Current children cumulated vsize (Kb) 839028

[startup+1080.08 s]
Raw data (loadavg): 1.05 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18907 0 1 0 106215 83 0 0 25 0 11 0 1858377708 859164672 28511 4294967295 134512640 134569956 3221224336 3221214568 1131564048 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28511 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1062.98
Current children cumulated vsize (Kb) 839028

[startup+1090.08 s]
Raw data (loadavg): 1.04 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18914 0 1 0 107200 83 0 0 17 0 11 0 1858377708 859164672 28511 4294967295 134512640 134569956 3221224336 3221214568 1131563940 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28511 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1072.83
Current children cumulated vsize (Kb) 839028

[startup+1100.08 s]
Raw data (loadavg): 1.04 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18922 0 1 0 108179 84 0 0 25 0 11 0 1858377708 859164672 28511 4294967295 134512640 134569956 3221224336 3221214488 1131458914 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28511 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1082.63
Current children cumulated vsize (Kb) 839028

[startup+1110.09 s]
Raw data (loadavg): 1.03 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18929 0 1 0 109158 85 0 0 25 0 11 0 1858377708 859164672 28590 4294967295 134512640 134569956 3221224336 3221214552 1131519621 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28590 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1092.43
Current children cumulated vsize (Kb) 839028

[startup+1120.09 s]
Raw data (loadavg): 1.02 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18937 0 1 0 110140 85 0 0 19 0 11 0 1858377708 859164672 28599 4294967295 134512640 134569956 3221224336 3221214552 1131519687 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28599 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1102.25
Current children cumulated vsize (Kb) 839028

[startup+1130.09 s]
Raw data (loadavg): 1.02 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18945 0 1 0 111118 85 0 0 25 0 11 0 1858377708 859164672 28652 4294967295 134512640 134569956 3221224336 3221214480 1131573323 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28652 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1112.03
Current children cumulated vsize (Kb) 839028

[startup+1140.09 s]
Raw data (loadavg): 1.02 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18954 0 1 0 112093 86 0 0 24 0 11 0 1858377708 859164672 28689 4294967295 134512640 134569956 3221224336 3221214488 1131458882 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28689 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (Kb) 839028

[startup+1150.09 s]
Raw data (loadavg): 1.01 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18962 0 1 0 113063 87 0 0 25 0 11 0 1858377708 859164672 28741 4294967295 134512640 134569956 3221224336 3221214540 1131057201 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28741 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1131.5
Current children cumulated vsize (Kb) 839028

[startup+1160.09 s]
Raw data (loadavg): 1.01 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18969 0 1 0 114032 87 0 0 25 0 11 0 1858377708 859164672 28776 4294967295 134512640 134569956 3221224336 3221214540 1131057152 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 28776 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1141.19
Current children cumulated vsize (Kb) 839028

[startup+1170.09 s]
Raw data (loadavg): 1.01 1.01 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18977 0 1 0 114987 87 0 0 19 0 11 0 1858377708 859164672 28811 4294967295 134512640 134569956 3221224336 3221214552 1131520087 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28811 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1150.74
Current children cumulated vsize (Kb) 839028

[startup+1180.09 s]
Raw data (loadavg): 1.01 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18984 0 1 0 115942 88 0 0 25 0 11 0 1858377708 859164672 28918 4294967295 134512640 134569956 3221224336 3221214552 1131519234 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 28918 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1160.3
Current children cumulated vsize (Kb) 839028

[startup+1190.09 s]
Raw data (loadavg): 1.01 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 18992 0 1 0 116890 88 0 0 25 0 11 0 1858377708 859164672 29024 4294967295 134512640 134569956 3221224336 3221214568 1131563364 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 29024 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1169.78
Current children cumulated vsize (Kb) 839028

[startup+1200.09 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 19000 0 1 0 117836 88 0 0 17 0 11 0 1858377708 859164672 29142 4294967295 134512640 134569956 3221224336 3221214552 1131519657 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5584/statm): 209757 29142 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1179.24
Current children cumulated vsize (Kb) 839028

[startup+1210.09 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 19008 0 1 0 118783 88 0 0 25 0 11 0 1858377708 859164672 29337 4294967295 134512640 134569956 3221224336 3221214568 1131563975 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 29337 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1188.71
Current children cumulated vsize (Kb) 839028

[startup+1220.09 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 19014 0 1 0 119743 88 0 0 25 0 11 0 1858377708 859164672 29428 4294967295 134512640 134569956 3221224336 3221214568 1131563250 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 29428 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1198.31
Current children cumulated vsize (Kb) 839028

[startup+1230.09 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 19020 0 1 0 120706 89 0 0 25 0 11 0 1858377708 859164672 29537 4294967295 134512640 134569956 3221224336 3221214488 1131458894 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 29537 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1207.95
Current children cumulated vsize (Kb) 839028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1230.1 s]
Raw data (loadavg): 1.00 1.00 0.95 2/66 5596
Raw data (/proc/5584/stat): 5584 (java) R 5583 5584 28974 0 -1 0 19020 0 1 0 120706 89 0 0 25 0 11 0 1858377708 859164672 29537 4294967295 134512640 134569956 3221224336 3221214568 1131563212 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5584/statm): 209757 29537 13129 16 0 209741 0
[pid=5584] vsize: 839028
Current children cumulated CPU time (s) 1207.95
Current children cumulated vsize (Kb) 839028

Sending SIGTERM to -5584
Sleeping 2 seconds
New thread pid=5598
New thread pid=5599
One traced child (pid=5599) exited with status: 0
One traced child (pid=5593) exited with status: 0
One traced child (pid=5588) exited with status: 0
One traced child (pid=5585) exited with status: 143
One traced child (pid=5586) exited with status: 143
One traced child (pid=5587) exited with status: 143
One traced child (pid=5592) exited with status: 143
One traced child (pid=5589) exited with status: 143
One traced child (pid=5590) exited with status: 143
One traced child (pid=5591) exited with status: 143
One traced child (pid=5594) exited with status: 143
One traced child (pid=5598) exited with status: 143
One traced child (pid=5584) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1230.19
CPU time (s): 1237.03
CPU user time (s): 1235.22
CPU system time (s): 1.80572
CPU usage (%): 100.556
Max. virtual memory (cumulated for all children) (Kb): 839028

Verifier Data

ERROR: no interpretation found !