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/fctp/normalized-mps-v2-20-10-n3708.opb
MD5SUM530cef6af13bdf9c6dc1bddf1879e0d7
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 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29705729356859
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29705729356859
Number of bits of the biggest sum of numbers45
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000

Trace number 4870

Launcher Data

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

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

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        860984 kB
Buffers:         33564 kB
Cached:         112164 kB
SwapCached:        812 kB
Active:          90784 kB
Inactive:        57544 kB
HighTotal:      131008 kB
HighFree:        19404 kB
LowTotal:       903652 kB
LowFree:        841580 kB
SwapTotal:     2097892 kB
SwapFree:      2096456 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5708 kB
Slab:            19624 kB
Committed_AS:    64368 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 20:53:54 (client local time) WITH STATUS 143 IN 1228.66 SECONDS
stats: 6546 7 1228.66 143

Solver Data

c SAT4J: a SATisfiability library for Java (c) 2004-2005 Daniel Le Berre
c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
c version JAVA5.1.1.31
c --- Begin Solver configuration ---
c org.sat4j.minisat.uip.FirstUIP@a20892
c org.sat4j.minisat.constraints.PBMinDataStructure@1e0bc08
c org.sat4j.minisat.learning.MiniSATLearning@158b649
c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=0.5 initConflictBound=100 
c VSIDS like heuristics from MiniSAT using a sorted array
c No reason simplification
c --- End Solver configuration ---
c solving /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-20-10-n3708.opb
c reading problem ... done. Time 27.781 ms.
c #vars     155000
c #constraints  5300
c starts		: 1
c conflicts		: 10
c decisions		: 23623
c propagations		: 140771
c inspects		: 95067
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 10
c root simplifications	: 6
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 19.84564035226999
c non guided choices	16675
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1218.777

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/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1730078317 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 39 3 38 16 0 23 0
[pid=5794] 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/5794
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=5795
New thread pid=5796
New thread pid=5797
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=5798
New thread pid=5799
New thread pid=5800
New thread pid=5801
New thread pid=5802
New thread pid=5803
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunjce_provider.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunpkcs11.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/dnsns.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/localedata.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/security/java.security
open syscall for file /dev/random
open syscall for file /dev/urandom
open syscall for file /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-20-10-n3708.opb

[startup+10.0023 s]
Raw data (loadavg): 1.24 1.05 0.96 2/66 5803
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18073 0 1 0 669 52 0 0 18 0 10 0 1730078317 854122496 28016 4294967295 134512640 134569956 3221224336 3221214728 1131330563 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 208526 28016 13129 16 0 208510 0
[pid=5794] vsize: 834104
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (Kb) 834104

[startup+20.0031 s]
Raw data (loadavg): 1.21 1.05 0.96 2/66 5803
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18084 0 1 0 1422 57 0 0 25 0 10 0 1730078317 853917696 40170 4294967295 134512640 134569956 3221224336 3221214000 1131448870 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 208476 40170 13129 16 0 208460 0
[pid=5794] vsize: 833904
Current children cumulated CPU time (s) 14.79
Current children cumulated vsize (Kb) 833904

[startup+30.0027 s]
Raw data (loadavg): 1.17 1.05 0.96 3/66 5803
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18112 0 1 0 2233 63 0 0 19 0 10 0 1730078317 854966272 46249 4294967295 134512640 134569956 3221224336 3221214752 1131090362 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 208732 46249 13129 16 0 208716 0
[pid=5794] vsize: 834928
Current children cumulated CPU time (s) 22.96
Current children cumulated vsize (Kb) 834928
New thread pid=5804

[startup+40.0034 s]
Raw data (loadavg): 1.22 1.06 0.96 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18132 0 1 0 3195 64 0 0 25 0 11 0 1730078317 856543232 46359 4294967295 134512640 134569956 3221224336 3221214632 1131627686 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 46359 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 32.59
Current children cumulated vsize (Kb) 836468

[startup+50.0041 s]
Raw data (loadavg): 1.19 1.06 0.96 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18135 0 1 0 4137 64 0 0 20 0 11 0 1730078317 856543232 49596 4294967295 134512640 134569956 3221224336 3221214520 1131465133 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 49596 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 42.01
Current children cumulated vsize (Kb) 836468

[startup+60.0038 s]
Raw data (loadavg): 1.16 1.06 0.96 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18145 0 1 0 5129 64 0 0 17 0 11 0 1730078317 856543232 49596 4294967295 134512640 134569956 3221224336 3221214520 1131463803 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 49596 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 51.93
Current children cumulated vsize (Kb) 836468

[startup+70.0044 s]
Raw data (loadavg): 1.13 1.05 0.96 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18156 0 1 0 6117 65 0 0 25 0 11 0 1730078317 856543232 49599 4294967295 134512640 134569956 3221224336 3221214360 1131614067 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49599 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 61.82
Current children cumulated vsize (Kb) 836468

[startup+80.0051 s]
Raw data (loadavg): 1.11 1.05 0.96 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18161 0 1 0 7100 65 0 0 25 0 11 0 1730078317 859844608 50453 4294967295 134512640 134569956 3221224336 3221214632 1131627686 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209923 50453 13129 16 0 209907 0
[pid=5794] vsize: 839692
Current children cumulated CPU time (s) 71.65
Current children cumulated vsize (Kb) 839692

[startup+90.0058 s]
Raw data (loadavg): 1.09 1.05 0.96 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18161 0 1 0 8100 65 0 0 25 0 11 0 1730078317 859688960 50415 4294967295 134512640 134569956 3221224336 3221214632 1131627686 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209885 50415 13129 16 0 209869 0
[pid=5794] vsize: 839540
Current children cumulated CPU time (s) 81.65
Current children cumulated vsize (Kb) 839540

[startup+100.006 s]
Raw data (loadavg): 1.08 1.05 0.96 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18164 0 1 0 9094 66 0 0 17 0 11 0 1730078317 859688960 50415 4294967295 134512640 134569956 3221224336 3221214608 1131468060 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209885 50415 13129 16 0 209869 0
[pid=5794] vsize: 839540
Current children cumulated CPU time (s) 91.6
Current children cumulated vsize (Kb) 839540

[startup+110.006 s]
Raw data (loadavg): 1.07 1.05 0.96 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18169 0 1 0 10083 66 0 0 25 0 11 0 1730078317 859688960 50296 4294967295 134512640 134569956 3221224336 3221214632 1131627686 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209885 50296 13129 16 0 209869 0
[pid=5794] vsize: 839540
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (Kb) 839540

[startup+120.007 s]
Raw data (loadavg): 1.06 1.04 0.96 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18169 0 1 0 11082 66 0 0 25 0 11 0 1730078317 856543232 49639 4294967295 134512640 134569956 3221224336 3221214632 1131627686 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 49639 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 111.48
Current children cumulated vsize (Kb) 836468

[startup+130.007 s]
Raw data (loadavg): 1.05 1.04 0.96 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18169 0 1 0 12082 66 0 0 25 0 11 0 1730078317 856543232 49639 4294967295 134512640 134569956 3221224336 3221214632 1131627745 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49639 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 121.48
Current children cumulated vsize (Kb) 836468

[startup+140.007 s]
Raw data (loadavg): 1.04 1.04 0.96 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18169 0 1 0 13082 66 0 0 25 0 11 0 1730078317 856543232 49639 4294967295 134512640 134569956 3221224336 3221214504 1131504566 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49639 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 131.48
Current children cumulated vsize (Kb) 836468

[startup+150.008 s]
Raw data (loadavg): 1.11 1.05 0.97 3/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18179 0 1 0 14046 66 0 0 25 0 11 0 1730078317 857071616 49764 4294967295 134512640 134569956 3221224336 3221214608 1131428032 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209246 49764 13129 16 0 209230 0
[pid=5794] vsize: 836984
Current children cumulated CPU time (s) 141.12
Current children cumulated vsize (Kb) 836984

[startup+160.008 s]
Raw data (loadavg): 1.09 1.05 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18188 0 1 0 15010 67 0 0 25 0 11 0 1730078317 856543232 49646 4294967295 134512640 134569956 3221224336 3221214520 1131463788 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49646 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 150.77
Current children cumulated vsize (Kb) 836468

[startup+170.008 s]
Raw data (loadavg): 1.08 1.05 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18198 0 1 0 15971 67 0 0 22 0 11 0 1730078317 856543232 49732 4294967295 134512640 134569956 3221224336 3221214608 1131467982 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 49732 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 160.38
Current children cumulated vsize (Kb) 836468

[startup+180.009 s]
Raw data (loadavg): 1.06 1.05 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18208 0 1 0 16946 68 0 0 25 0 11 0 1730078317 856543232 49831 4294967295 134512640 134569956 3221224336 3221214520 1131464693 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49831 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 170.14
Current children cumulated vsize (Kb) 836468

[startup+190.01 s]
Raw data (loadavg): 1.05 1.05 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18218 0 1 0 17932 68 0 0 25 0 11 0 1730078317 856543232 49912 4294967295 134512640 134569956 3221224336 3221214480 1131603788 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49912 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 180
Current children cumulated vsize (Kb) 836468

[startup+200.01 s]
Raw data (loadavg): 1.04 1.04 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18223 0 1 0 18926 68 0 0 22 0 11 0 1730078317 856543232 49914 4294967295 134512640 134569956 3221224336 3221214608 1131627686 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 49914 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 189.94
Current children cumulated vsize (Kb) 836468

[startup+210.01 s]
Raw data (loadavg): 1.04 1.04 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18233 0 1 0 19908 68 0 0 25 0 11 0 1730078317 856543232 49916 4294967295 134512640 134569956 3221224336 3221214520 1131463803 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49916 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 199.76
Current children cumulated vsize (Kb) 836468

[startup+220.011 s]
Raw data (loadavg): 1.03 1.04 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18244 0 1 0 20887 69 0 0 16 0 11 0 1730078317 856543232 49916 4294967295 134512640 134569956 3221224336 3221214520 1131463689 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 49916 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 209.56
Current children cumulated vsize (Kb) 836468

[startup+230.011 s]
Raw data (loadavg): 1.03 1.04 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18254 0 1 0 21869 69 0 0 24 0 11 0 1730078317 856543232 49916 4294967295 134512640 134569956 3221224336 3221214520 1131463788 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49916 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 219.38
Current children cumulated vsize (Kb) 836468

[startup+240.012 s]
Raw data (loadavg): 1.02 1.04 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18264 0 1 0 22859 70 0 0 25 0 11 0 1730078317 856543232 49990 4294967295 134512640 134569956 3221224336 3221214608 1131468055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49990 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 229.29
Current children cumulated vsize (Kb) 836468

[startup+250.013 s]
Raw data (loadavg): 1.02 1.03 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18274 0 1 0 23851 70 0 0 25 0 11 0 1730078317 856543232 49990 4294967295 134512640 134569956 3221224336 3221214664 1131578273 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49990 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 239.21
Current children cumulated vsize (Kb) 836468

[startup+260.012 s]
Raw data (loadavg): 1.01 1.03 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18285 0 1 0 24842 70 0 0 25 0 11 0 1730078317 856543232 49991 4294967295 134512640 134569956 3221224336 3221214664 1131578248 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 49991 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 249.12
Current children cumulated vsize (Kb) 836468

[startup+270.013 s]
Raw data (loadavg): 1.01 1.03 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18295 0 1 0 25833 70 0 0 25 0 11 0 1730078317 856543232 49991 4294967295 134512640 134569956 3221224336 3221214608 1131428157 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49991 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 259.03
Current children cumulated vsize (Kb) 836468

[startup+280.013 s]
Raw data (loadavg): 1.01 1.03 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18306 0 1 0 26824 71 0 0 25 0 11 0 1730078317 856543232 49992 4294967295 134512640 134569956 3221224336 3221214520 1131463788 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49992 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 268.95
Current children cumulated vsize (Kb) 836468

[startup+290.014 s]
Raw data (loadavg): 1.01 1.03 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18316 0 1 0 27816 71 0 0 18 0 11 0 1730078317 856543232 49993 4294967295 134512640 134569956 3221224336 3221214608 1131428032 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 49993 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 278.87
Current children cumulated vsize (Kb) 836468

[startup+300.015 s]
Raw data (loadavg): 1.01 1.03 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18326 0 1 0 28806 72 0 0 25 0 11 0 1730078317 856543232 49993 4294967295 134512640 134569956 3221224336 3221214608 1131467621 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49993 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 288.78
Current children cumulated vsize (Kb) 836468

[startup+310.015 s]
Raw data (loadavg): 1.00 1.03 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18337 0 1 0 29796 72 0 0 18 0 11 0 1730078317 856543232 49993 4294967295 134512640 134569956 3221224336 3221214520 1131463737 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 49993 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 298.68
Current children cumulated vsize (Kb) 836468

[startup+320.015 s]
Raw data (loadavg): 1.00 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18347 0 1 0 30786 72 0 0 19 0 11 0 1730078317 856543232 49996 4294967295 134512640 134569956 3221224336 3221214608 1131467703 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 49996 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 308.58
Current children cumulated vsize (Kb) 836468

[startup+330.015 s]
Raw data (loadavg): 1.00 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18357 0 1 0 31778 73 0 0 25 0 11 0 1730078317 856543232 49999 4294967295 134512640 134569956 3221224336 3221214608 1131428032 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 49999 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 318.51
Current children cumulated vsize (Kb) 836468

[startup+340.016 s]
Raw data (loadavg): 1.00 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18367 0 1 0 32769 73 0 0 25 0 11 0 1730078317 856543232 50000 4294967295 134512640 134569956 3221224336 3221214608 1131467642 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50000 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 328.42
Current children cumulated vsize (Kb) 836468

[startup+350.017 s]
Raw data (loadavg): 1.00 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18378 0 1 0 33761 73 0 0 25 0 11 0 1730078317 856543232 50000 4294967295 134512640 134569956 3221224336 3221214608 1131467617 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50000 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 338.34
Current children cumulated vsize (Kb) 836468

[startup+360.017 s]
Raw data (loadavg): 1.00 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18388 0 1 0 34753 74 0 0 25 0 11 0 1730078317 856543232 50000 4294967295 134512640 134569956 3221224336 3221214608 1131467785 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50000 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 348.27
Current children cumulated vsize (Kb) 836468

[startup+370.018 s]
Raw data (loadavg): 1.00 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18398 0 1 0 35745 74 0 0 25 0 11 0 1730078317 856543232 50001 4294967295 134512640 134569956 3221224336 3221214664 1131577347 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50001 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 358.19
Current children cumulated vsize (Kb) 836468

[startup+380.018 s]
Raw data (loadavg): 1.00 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18409 0 1 0 36736 75 0 0 21 0 11 0 1730078317 856543232 50001 4294967295 134512640 134569956 3221224336 3221214520 1131464022 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50001 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 368.11
Current children cumulated vsize (Kb) 836468

[startup+390.018 s]
Raw data (loadavg): 1.00 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18417 0 1 0 37729 75 0 0 25 0 11 0 1730078317 856543232 50001 4294967295 134512640 134569956 3221224336 3221214696 1131721498 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50001 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 378.04
Current children cumulated vsize (Kb) 836468

[startup+400.018 s]
Raw data (loadavg): 1.00 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18417 0 1 0 38729 75 0 0 25 0 11 0 1730078317 856543232 50001 4294967295 134512640 134569956 3221224336 3221214696 1131721498 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50001 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 388.04
Current children cumulated vsize (Kb) 836468

[startup+410.019 s]
Raw data (loadavg): 1.00 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18422 0 1 0 39717 76 0 0 21 0 11 0 1730078317 856543232 50001 4294967295 134512640 134569956 3221224336 3221214520 1131463788 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50001 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 397.93
Current children cumulated vsize (Kb) 836468

[startup+420.019 s]
Raw data (loadavg): 1.00 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18432 0 1 0 40697 76 0 0 25 0 11 0 1730078317 856543232 50001 4294967295 134512640 134569956 3221224336 3221214608 1131428032 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50001 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 407.73
Current children cumulated vsize (Kb) 836468

[startup+430.02 s]
Raw data (loadavg): 1.00 1.01 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) S 5793 5794 20602 0 -1 0 18442 0 1 0 41676 76 0 0 16 0 11 0 1730078317 856543232 50001 4294967295 134512640 134569956 3221224336 3221213224 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50001 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 417.52
Current children cumulated vsize (Kb) 836468

[startup+440.021 s]
Raw data (loadavg): 1.00 1.01 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18453 0 1 0 42660 77 0 0 18 0 11 0 1730078317 856543232 50080 4294967295 134512640 134569956 3221224336 3221214520 1131465190 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50080 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 427.37
Current children cumulated vsize (Kb) 836468

[startup+450.021 s]
Raw data (loadavg): 1.07 1.03 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18463 0 1 0 43652 77 0 0 23 0 11 0 1730078317 856543232 50080 4294967295 134512640 134569956 3221224336 3221214608 1131467628 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50080 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 437.29
Current children cumulated vsize (Kb) 836468

[startup+460.022 s]
Raw data (loadavg): 1.06 1.03 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18474 0 1 0 44645 77 0 0 25 0 11 0 1730078317 856543232 50080 4294967295 134512640 134569956 3221224336 3221214664 1131577376 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50080 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 447.22
Current children cumulated vsize (Kb) 836468

[startup+470.023 s]
Raw data (loadavg): 1.05 1.03 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18484 0 1 0 45637 77 0 0 25 0 11 0 1730078317 856543232 50080 4294967295 134512640 134569956 3221224336 3221214520 1131465190 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50080 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 457.14
Current children cumulated vsize (Kb) 836468

[startup+480.022 s]
Raw data (loadavg): 1.04 1.03 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18494 0 1 0 46629 78 0 0 25 0 11 0 1730078317 856543232 50080 4294967295 134512640 134569956 3221224336 3221214608 1131428032 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50080 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 467.07
Current children cumulated vsize (Kb) 836468

[startup+490.023 s]
Raw data (loadavg): 1.04 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18504 0 1 0 47622 78 0 0 24 0 11 0 1730078317 856543232 50080 4294967295 134512640 134569956 3221224336 3221214520 1131463955 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50080 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 477
Current children cumulated vsize (Kb) 836468

[startup+500.024 s]
Raw data (loadavg): 1.03 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18515 0 1 0 48614 79 0 0 25 0 11 0 1730078317 856543232 50080 4294967295 134512640 134569956 3221224336 3221214608 1131467628 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50080 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 486.93
Current children cumulated vsize (Kb) 836468

[startup+510.024 s]
Raw data (loadavg): 1.02 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18525 0 1 0 49606 79 0 0 25 0 11 0 1730078317 856543232 50080 4294967295 134512640 134569956 3221224336 3221214520 1131463703 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50080 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 496.85
Current children cumulated vsize (Kb) 836468

[startup+520.024 s]
Raw data (loadavg): 1.02 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18536 0 1 0 50598 79 0 0 18 0 11 0 1730078317 856543232 50081 4294967295 134512640 134569956 3221224336 3221214520 1131465138 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50081 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 506.77
Current children cumulated vsize (Kb) 836468

[startup+530.025 s]
Raw data (loadavg): 1.02 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18546 0 1 0 51591 79 0 0 19 0 11 0 1730078317 856543232 50081 4294967295 134512640 134569956 3221224336 3221214520 1131463703 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50081 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 516.7
Current children cumulated vsize (Kb) 836468

[startup+540.026 s]
Raw data (loadavg): 1.01 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18556 0 1 0 52583 80 0 0 25 0 11 0 1730078317 856543232 50081 4294967295 134512640 134569956 3221224336 3221214664 1131578284 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50081 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 526.63
Current children cumulated vsize (Kb) 836468

[startup+550.025 s]
Raw data (loadavg): 1.01 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18567 0 1 0 53574 80 0 0 19 0 11 0 1730078317 856543232 50081 4294967295 134512640 134569956 3221224336 3221214520 1131463788 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50081 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 536.54
Current children cumulated vsize (Kb) 836468

[startup+560.025 s]
Raw data (loadavg): 1.01 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18577 0 1 0 54566 80 0 0 25 0 11 0 1730078317 856543232 50081 4294967295 134512640 134569956 3221224336 3221214520 1131463723 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50081 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 546.46
Current children cumulated vsize (Kb) 836468

[startup+570.026 s]
Raw data (loadavg): 1.01 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18587 0 1 0 55557 81 0 0 25 0 11 0 1730078317 856543232 50081 4294967295 134512640 134569956 3221224336 3221214520 1131464022 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50081 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 556.38
Current children cumulated vsize (Kb) 836468

[startup+580.025 s]
Raw data (loadavg): 1.01 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18597 0 1 0 56549 81 0 0 25 0 11 0 1730078317 856543232 50081 4294967295 134512640 134569956 3221224336 3221214664 1131577045 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50081 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 566.3
Current children cumulated vsize (Kb) 836468

[startup+590.026 s]
Raw data (loadavg): 1.00 1.02 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18608 0 1 0 57539 81 0 0 25 0 11 0 1730078317 856543232 50081 4294967295 134512640 134569956 3221224336 3221214520 1131464205 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50081 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 576.2
Current children cumulated vsize (Kb) 836468

[startup+600.027 s]
Raw data (loadavg): 1.00 1.01 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18618 0 1 0 58531 82 0 0 20 0 11 0 1730078317 856543232 50083 4294967295 134512640 134569956 3221224336 3221214520 1131463788 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50083 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 586.13
Current children cumulated vsize (Kb) 836468

[startup+610.026 s]
Raw data (loadavg): 1.00 1.01 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18628 0 1 0 59523 82 0 0 25 0 11 0 1730078317 856543232 50083 4294967295 134512640 134569956 3221224336 3221214664 1131578992 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50083 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 596.05
Current children cumulated vsize (Kb) 836468

[startup+620.027 s]
Raw data (loadavg): 1.00 1.01 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18639 0 1 0 60514 83 0 0 19 0 11 0 1730078317 856543232 50083 4294967295 134512640 134569956 3221224336 3221214520 1131463955 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50083 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 605.97
Current children cumulated vsize (Kb) 836468

[startup+630.027 s]
Raw data (loadavg): 1.00 1.01 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18650 0 1 0 61506 83 0 0 25 0 11 0 1730078317 856543232 50083 4294967295 134512640 134569956 3221224336 3221214608 1131467613 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50083 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 615.89
Current children cumulated vsize (Kb) 836468

[startup+640.028 s]
Raw data (loadavg): 1.00 1.01 0.97 3/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18660 0 1 0 62497 84 0 0 25 0 11 0 1730078317 856543232 50161 4294967295 134512640 134569956 3221224336 3221214560 1131397444 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50161 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 625.81
Current children cumulated vsize (Kb) 836468

[startup+650.029 s]
Raw data (loadavg): 1.00 1.01 0.97 3/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18665 0 1 0 63488 84 0 0 25 0 11 0 1730078317 856543232 50088 4294967295 134512640 134569956 3221224336 3221214360 1131614064 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50088 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 635.72
Current children cumulated vsize (Kb) 836468

[startup+660.029 s]
Raw data (loadavg): 1.00 1.01 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18665 0 1 0 64488 84 0 0 25 0 11 0 1730078317 856543232 50088 4294967295 134512640 134569956 3221224336 3221214696 1131721471 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50088 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 645.72
Current children cumulated vsize (Kb) 836468

[startup+670.029 s]
Raw data (loadavg): 1.00 1.01 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18665 0 1 0 65488 84 0 0 25 0 11 0 1730078317 856543232 50088 4294967295 134512640 134569956 3221224336 3221214520 1131463788 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50088 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 655.72
Current children cumulated vsize (Kb) 836468

[startup+680.029 s]
Raw data (loadavg): 1.00 1.01 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18676 0 1 0 66466 84 0 0 17 0 11 0 1730078317 856543232 50088 4294967295 134512640 134569956 3221224336 3221214488 1131468048 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50088 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 665.5
Current children cumulated vsize (Kb) 836468

[startup+690.03 s]
Raw data (loadavg): 1.00 1.01 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18683 0 1 0 67444 84 0 0 17 0 11 0 1730078317 856543232 50088 4294967295 134512640 134569956 3221224336 3221214488 1131467867 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50088 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 675.28
Current children cumulated vsize (Kb) 836468

[startup+700.029 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18693 0 1 0 68415 85 0 0 24 0 11 0 1730078317 856543232 50088 4294967295 134512640 134569956 3221224336 3221214488 1131468288 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50088 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 685
Current children cumulated vsize (Kb) 836468

[startup+710.03 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18703 0 1 0 69392 85 0 0 18 0 11 0 1730078317 856543232 50169 4294967295 134512640 134569956 3221224336 3221214400 1131465185 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50169 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 694.77
Current children cumulated vsize (Kb) 836468

[startup+720.031 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18713 0 1 0 70378 85 0 0 19 0 11 0 1730078317 856543232 50250 4294967295 134512640 134569956 3221224336 3221214440 1131397429 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50250 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 704.63
Current children cumulated vsize (Kb) 836468

[startup+730.032 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18723 0 1 0 71371 85 0 0 22 0 11 0 1730078317 856543232 50250 4294967295 134512640 134569956 3221224336 3221214400 1131463737 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50250 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 714.56
Current children cumulated vsize (Kb) 836468

[startup+740.032 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18734 0 1 0 72363 85 0 0 25 0 11 0 1730078317 856543232 50251 4294967295 134512640 134569956 3221224336 3221214484 1131463616 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50251 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 724.48
Current children cumulated vsize (Kb) 836468

[startup+750.033 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18744 0 1 0 73356 86 0 0 25 0 11 0 1730078317 856543232 50251 4294967295 134512640 134569956 3221224336 3221214488 1131428237 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50251 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 734.42
Current children cumulated vsize (Kb) 836468

[startup+760.033 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18754 0 1 0 74348 86 0 0 23 0 11 0 1730078317 856543232 50251 4294967295 134512640 134569956 3221224336 3221214400 1131463788 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50251 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 744.34
Current children cumulated vsize (Kb) 836468

[startup+770.033 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18765 0 1 0 75340 86 0 0 25 0 11 0 1730078317 856543232 50251 4294967295 134512640 134569956 3221224336 3221214488 1131428053 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50251 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 754.26
Current children cumulated vsize (Kb) 836468

[startup+780.034 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18775 0 1 0 76332 87 0 0 25 0 11 0 1730078317 856543232 50251 4294967295 134512640 134569956 3221224336 3221214400 1131463737 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50251 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 764.19
Current children cumulated vsize (Kb) 836468

[startup+790.035 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18786 0 1 0 77324 87 0 0 25 0 11 0 1730078317 856543232 50251 4294967295 134512640 134569956 3221224336 3221214544 1131577442 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50251 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 774.11
Current children cumulated vsize (Kb) 836468

[startup+800.035 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18789 0 1 0 78318 87 0 0 25 0 11 0 1730078317 856543232 50251 4294967295 134512640 134569956 3221224336 3221214520 1131721498 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50251 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 784.05
Current children cumulated vsize (Kb) 836468

[startup+810.036 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18789 0 1 0 79318 87 0 0 25 0 11 0 1730078317 856543232 50251 4294967295 134512640 134569956 3221224336 3221214520 1131721486 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50251 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 794.05
Current children cumulated vsize (Kb) 836468

[startup+820.036 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18789 0 1 0 80317 88 0 0 25 0 11 0 1730078317 856543232 50251 4294967295 134512640 134569956 3221224336 3221214520 1131721546 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50251 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 804.05
Current children cumulated vsize (Kb) 836468

[startup+830.035 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18796 0 1 0 81300 88 0 0 25 0 11 0 1730078317 856543232 50251 4294967295 134512640 134569956 3221224336 3221214400 1131463788 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50251 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 813.88
Current children cumulated vsize (Kb) 836468

[startup+840.036 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18806 0 1 0 82277 88 0 0 25 0 11 0 1730078317 856543232 50251 4294967295 134512640 134569956 3221224336 3221214544 1131577045 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50251 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 823.65
Current children cumulated vsize (Kb) 836468

[startup+850.037 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18815 0 1 0 83257 88 0 0 25 0 11 0 1730078317 856543232 50252 4294967295 134512640 134569956 3221224336 3221214400 1131463659 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50252 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 833.45
Current children cumulated vsize (Kb) 836468

[startup+860.037 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18825 0 1 0 84240 88 0 0 20 0 11 0 1730078317 856543232 50352 4294967295 134512640 134569956 3221224336 3221214488 1131467818 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50352 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 843.28
Current children cumulated vsize (Kb) 836468

[startup+870.037 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18835 0 1 0 85232 89 0 0 21 0 11 0 1730078317 856543232 50355 4294967295 134512640 134569956 3221224336 3221214544 1131577205 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50355 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 853.21
Current children cumulated vsize (Kb) 836468

[startup+880.038 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18846 0 1 0 86224 89 0 0 25 0 11 0 1730078317 856543232 50355 4294967295 134512640 134569956 3221224336 3221214488 1131467760 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50355 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 863.13
Current children cumulated vsize (Kb) 836468

[startup+890.039 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18856 0 1 0 87217 89 0 0 21 0 11 0 1730078317 856543232 50355 4294967295 134512640 134569956 3221224336 3221214488 1131467928 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50355 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 873.06
Current children cumulated vsize (Kb) 836468

[startup+900.039 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18866 0 1 0 88208 91 0 0 23 0 11 0 1730078317 856543232 50355 4294967295 134512640 134569956 3221224336 3221214400 1131463955 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50355 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 882.99
Current children cumulated vsize (Kb) 836468

[startup+910.039 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18877 0 1 0 89200 91 0 0 17 0 11 0 1730078317 856543232 50355 4294967295 134512640 134569956 3221224336 3221214488 1131428153 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50355 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 892.91
Current children cumulated vsize (Kb) 836468

[startup+920.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18887 0 1 0 90192 91 0 0 25 0 11 0 1730078317 856543232 50355 4294967295 134512640 134569956 3221224336 3221214400 1131463788 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50355 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 902.83
Current children cumulated vsize (Kb) 836468

[startup+930.039 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18897 0 1 0 91183 92 0 0 18 0 11 0 1730078317 856543232 50355 4294967295 134512640 134569956 3221224336 3221214544 1131577493 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50355 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 912.75
Current children cumulated vsize (Kb) 836468

[startup+940.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18906 0 1 0 92174 93 0 0 25 0 11 0 1730078317 856543232 50355 4294967295 134512640 134569956 3221224336 3221214400 1131463830 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50355 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 922.67
Current children cumulated vsize (Kb) 836468

[startup+950.041 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18916 0 1 0 93165 93 0 0 23 0 11 0 1730078317 856543232 50356 4294967295 134512640 134569956 3221224336 3221214544 1131578962 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50356 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 932.58
Current children cumulated vsize (Kb) 836468

[startup+960.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18927 0 1 0 94156 93 0 0 16 0 11 0 1730078317 856543232 50356 4294967295 134512640 134569956 3221224336 3221214400 1131464161 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50356 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 942.49
Current children cumulated vsize (Kb) 836468

[startup+970.041 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18937 0 1 0 95147 93 0 0 18 0 11 0 1730078317 856543232 50357 4294967295 134512640 134569956 3221224336 3221214488 1131467644 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50357 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 952.4
Current children cumulated vsize (Kb) 836468

[startup+980.041 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18947 0 1 0 96139 93 0 0 22 0 11 0 1730078317 856543232 50357 4294967295 134512640 134569956 3221224336 3221214400 1131464179 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50357 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 962.32
Current children cumulated vsize (Kb) 836468

[startup+990.041 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18958 0 1 0 97130 94 0 0 25 0 11 0 1730078317 856543232 50359 4294967295 134512640 134569956 3221224336 3221214488 1131467621 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50359 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 972.24
Current children cumulated vsize (Kb) 836468

[startup+1000.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18968 0 1 0 98122 94 0 0 17 0 11 0 1730078317 856543232 50359 4294967295 134512640 134569956 3221224336 3221214400 1131463971 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50359 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 982.16
Current children cumulated vsize (Kb) 836468

[startup+1010.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18978 0 1 0 99114 94 0 0 22 0 11 0 1730078317 856543232 50359 4294967295 134512640 134569956 3221224336 3221214400 1131463892 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50359 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 992.08
Current children cumulated vsize (Kb) 836468

[startup+1020.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18989 0 1 0 100106 95 0 0 19 0 11 0 1730078317 856543232 50359 4294967295 134512640 134569956 3221224336 3221214544 1131578972 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50359 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (Kb) 836468

[startup+1030.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18996 0 1 0 101099 95 0 0 25 0 11 0 1730078317 856543232 50359 4294967295 134512640 134569956 3221224336 3221214520 1131721553 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50359 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1011.94
Current children cumulated vsize (Kb) 836468

[startup+1040.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18996 0 1 0 102098 95 0 0 25 0 11 0 1730078317 856543232 50359 4294967295 134512640 134569956 3221224336 3221214520 1131721498 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50359 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1021.93
Current children cumulated vsize (Kb) 836468

[startup+1050.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 18997 0 1 0 103094 95 0 0 25 0 11 0 1730078317 856543232 50359 4294967295 134512640 134569956 3221224336 3221214400 1131463737 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50359 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1031.89
Current children cumulated vsize (Kb) 836468

[startup+1060.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19007 0 1 0 104073 96 0 0 22 0 11 0 1730078317 856543232 50359 4294967295 134512640 134569956 3221224336 3221214488 1131428161 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50359 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1041.69
Current children cumulated vsize (Kb) 836468

[startup+1070.04 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19017 0 1 0 105053 97 0 0 25 0 11 0 1730078317 856543232 50359 4294967295 134512640 134569956 3221224336 3221214488 1131467696 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50359 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1051.5
Current children cumulated vsize (Kb) 836468

[startup+1080.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19028 0 1 0 106030 97 0 0 17 0 11 0 1730078317 856543232 50452 4294967295 134512640 134569956 3221224336 3221214400 1131463703 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50452 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1061.27
Current children cumulated vsize (Kb) 836468

[startup+1090.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19038 0 1 0 107024 97 0 0 18 0 11 0 1730078317 856543232 50452 4294967295 134512640 134569956 3221224336 3221214400 1131465162 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50452 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1071.21
Current children cumulated vsize (Kb) 836468

[startup+1100.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19048 0 1 0 108016 97 0 0 21 0 11 0 1730078317 856543232 50452 4294967295 134512640 134569956 3221224336 3221214440 1131398418 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50452 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1081.13
Current children cumulated vsize (Kb) 836468

[startup+1110.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19059 0 1 0 109008 97 0 0 17 0 11 0 1730078317 856543232 50452 4294967295 134512640 134569956 3221224336 3221214488 1131467810 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50452 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1091.05
Current children cumulated vsize (Kb) 836468

[startup+1120.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19069 0 1 0 110002 97 0 0 21 0 11 0 1730078317 856543232 50452 4294967295 134512640 134569956 3221224336 3221214488 1131428032 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50452 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1100.99
Current children cumulated vsize (Kb) 836468

[startup+1130.05 s]
Raw data (loadavg): 1.00 1.00 0.97 3/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19079 0 1 0 110995 98 0 0 21 0 11 0 1730078317 856543232 50452 4294967295 134512640 134569956 3221224336 3221214400 1131463788 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50452 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1110.93
Current children cumulated vsize (Kb) 836468

[startup+1140.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19089 0 1 0 111987 98 0 0 25 0 11 0 1730078317 856543232 50452 4294967295 134512640 134569956 3221224336 3221214488 1131467642 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50452 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1120.85
Current children cumulated vsize (Kb) 836468

[startup+1150.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19099 0 1 0 112980 98 0 0 25 0 11 0 1730078317 856543232 50452 4294967295 134512640 134569956 3221224336 3221214400 1131463788 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50452 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1130.78
Current children cumulated vsize (Kb) 836468

[startup+1160.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19110 0 1 0 113972 99 0 0 17 0 11 0 1730078317 856543232 50453 4294967295 134512640 134569956 3221224336 3221214488 1131467703 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50453 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1140.71
Current children cumulated vsize (Kb) 836468

[startup+1170.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19120 0 1 0 114966 99 0 0 21 0 11 0 1730078317 856543232 50453 4294967295 134512640 134569956 3221224336 3221214488 1131428049 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50453 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1150.65
Current children cumulated vsize (Kb) 836468

[startup+1180.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19130 0 1 0 115958 99 0 0 25 0 11 0 1730078317 856543232 50453 4294967295 134512640 134569956 3221224336 3221214488 1131468073 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50453 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1160.57
Current children cumulated vsize (Kb) 836468

[startup+1190.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19141 0 1 0 116950 99 0 0 25 0 11 0 1730078317 856543232 50453 4294967295 134512640 134569956 3221224336 3221214488 1131428049 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50453 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1170.49
Current children cumulated vsize (Kb) 836468

[startup+1200.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19151 0 1 0 117942 100 0 0 25 0 11 0 1730078317 856543232 50453 4294967295 134512640 134569956 3221224336 3221214400 1131463788 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50453 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1180.42
Current children cumulated vsize (Kb) 836468

[startup+1210.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19162 0 1 0 118934 100 0 0 18 0 11 0 1730078317 856543232 50453 4294967295 134512640 134569956 3221224336 3221214400 1131463737 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/5794/statm): 209117 50453 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1190.34
Current children cumulated vsize (Kb) 836468

[startup+1220.05 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19172 0 1 0 119926 100 0 0 25 0 11 0 1730078317 856543232 50454 4294967295 134512640 134569956 3221224336 3221214400 1131465106 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50454 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1200.26
Current children cumulated vsize (Kb) 836468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1220.06 s]
Raw data (loadavg): 1.00 1.00 0.97 2/67 5804
Raw data (/proc/5794/stat): 5794 (java) R 5793 5794 20602 0 -1 0 19172 0 1 0 119926 100 0 0 25 0 11 0 1730078317 856543232 50454 4294967295 134512640 134569956 3221224336 3221214400 1131465106 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/5794/statm): 209117 50454 13129 16 0 209101 0
[pid=5794] vsize: 836468
Current children cumulated CPU time (s) 1200.26
Current children cumulated vsize (Kb) 836468

Sending SIGTERM to -5794
Sleeping 2 seconds
New thread pid=5806
New thread pid=5807
One traced child (pid=5807) exited with status: 0
One traced child (pid=5803) exited with status: 0
One traced child (pid=5795) exited with status: 143
One traced child (pid=5798) exited with status: 143
One traced child (pid=5796) exited with status: 143
One traced child (pid=5797) exited with status: 143
One traced child (pid=5801) exited with status: 143
One traced child (pid=5802) exited with status: 143
One traced child (pid=5800) exited with status: 143
One traced child (pid=5799) exited with status: 143
One traced child (pid=5804) exited with status: 143
One traced child (pid=5806) exited with status: 143
One traced child (pid=5794) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1220.18
CPU time (s): 1228.66
CPU user time (s): 1226.21
CPU system time (s): 2.44963
CPU usage (%): 100.695
Max. virtual memory (cumulated for all children) (Kb): 839692

Verifier Data

ERROR: no interpretation found !