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

Nameweb/uclid_pb_benchmarks/normalized-cache-ibm-q-full.all.ucl.opb
MD5SUMb8424149645ffb0af409a9e7aef74685
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
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 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 68
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 257
Number of bits of the biggest sum of numbers9
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables81558
Total number of constraints240469
Number of constraints which are clauses235865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4604
Minimum length of a constraint1
Maximum length of a constraint13

Trace number 3254

Launcher Data

LAUNCH ON wulflinc9 THE 2005-09-18 22:50:48 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6156 boxname=wulflinc9 idbench=296 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  b8424149645ffb0af409a9e7aef74685  /oldhome/oroussel/tmp/wulflinc9/normalized-cache-ibm-q-full.all.ucl.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc9/normalized-cache-ibm-q-full.all.ucl.opb
IDLAUNCH: 6156
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.242
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

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

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        891464 kB
Buffers:         33432 kB
Cached:          82960 kB
SwapCached:       1044 kB
Active:          63456 kB
Inactive:        55644 kB
HighTotal:      131008 kB
HighFree:        44464 kB
LowTotal:       903652 kB
LowFree:        847000 kB
SwapTotal:     2097136 kB
SwapFree:      2095568 kB
Dirty:              36 kB
Writeback:           0 kB
Mapped:           5660 kB
Slab:            18276 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 23:13:49 (client local time) WITH STATUS 143 IN 1377.88 SECONDS
stats: 6156 7 1377.88 143

Solver Data

c SAT4J: a SATisfiability library for Java (c) 2004-2005 Daniel Le Berre
c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
c version JAVA5.1.1.31
c --- Begin Solver configuration ---
c org.sat4j.minisat.uip.FirstUIP@a20892
c org.sat4j.minisat.constraints.PBMinDataStructure@1e0bc08
c org.sat4j.minisat.learning.MiniSATLearning@158b649
c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=0.5 initConflictBound=100 
c VSIDS like heuristics from MiniSAT using a sorted array
c No reason simplification
c --- End Solver configuration ---
c solving /oldhome/oroussel/tmp/wulflinc9/normalized-cache-ibm-q-full.all.ucl.opb
c reading problem ... done. Time 30.013 ms.
c #vars     81558
c #constraints  240469
c starts		: 7
c conflicts		: 3142
c decisions		: 15386
c propagations		: 13089680
c inspects		: 40384217
c learnt literals	: 2
c learnt binary clauses	: 40
c learnt ternary clauses	: 51
c learnt clauses	: 3140
c root simplifications	: 9
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 11.408293219680456
c non guided choices	12384
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 1378.814

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/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1786763325 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 39 3 38 16 0 23 0
[pid=10914] 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/10914
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=10915
New thread pid=10916
New thread pid=10917
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=10918
New thread pid=10919
New thread pid=10920
New thread pid=10921
New thread pid=10922
New thread pid=10923
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunjce_provider.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunpkcs11.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/dnsns.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/localedata.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/security/java.security
open syscall for file /dev/random
open syscall for file /dev/urandom
open syscall for file /oldhome/oroussel/tmp/wulflinc9/normalized-cache-ibm-q-full.all.ucl.opb

[startup+10.0029 s]
Raw data (loadavg): 1.19 1.04 0.96 2/65 10923
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18089 0 1 0 767 53 0 0 25 0 10 0 1786763325 854392832 23481 4294967295 134512640 134569956 3221224336 3221214712 1131314553 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 208592 23481 13129 16 0 208576 0
[pid=10914] vsize: 834368
Current children cumulated CPU time (s) 8.2
Current children cumulated vsize (Kb) 834368

[startup+20.0037 s]
Raw data (loadavg): 1.16 1.04 0.96 2/65 10923
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18092 0 1 0 1458 58 0 0 25 0 10 0 1786763325 854392832 38298 4294967295 134512640 134569956 3221224336 3221214736 1131356284 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 208592 38298 13129 16 0 208576 0
[pid=10914] vsize: 834368
Current children cumulated CPU time (s) 15.16
Current children cumulated vsize (Kb) 834368

[startup+30.0045 s]
Raw data (loadavg): 1.14 1.04 0.96 2/65 10923
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18095 0 1 0 2137 61 0 0 23 0 10 0 1786763325 854392832 51488 4294967295 134512640 134569956 3221224336 3221214288 1076637329 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 208592 51488 13129 16 0 208576 0
[pid=10914] vsize: 834368
Current children cumulated CPU time (s) 21.98
Current children cumulated vsize (Kb) 834368
New thread pid=10924

[startup+40.0053 s]
Raw data (loadavg): 1.12 1.04 0.96 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18143 0 1 0 2906 64 0 0 20 0 11 0 1786763325 855969792 57592 4294967295 134512640 134569956 3221224336 3221214648 1131448742 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 208977 57592 13129 16 0 208961 0
[pid=10914] vsize: 835908
Current children cumulated CPU time (s) 29.7
Current children cumulated vsize (Kb) 835908

[startup+50.006 s]
Raw data (loadavg): 1.10 1.04 0.96 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18148 0 1 0 3684 64 0 0 25 0 11 0 1786763325 855969792 60963 4294967295 134512640 134569956 3221224336 3221214664 1131448848 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 208977 60963 13129 16 0 208961 0
[pid=10914] vsize: 835908
Current children cumulated CPU time (s) 37.48
Current children cumulated vsize (Kb) 835908

[startup+60.0068 s]
Raw data (loadavg): 1.08 1.04 0.96 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18154 0 1 0 4480 64 0 0 25 0 11 0 1786763325 855969792 62774 4294967295 134512640 134569956 3221224336 3221214656 1131458847 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 208977 62774 13129 16 0 208961 0
[pid=10914] vsize: 835908
Current children cumulated CPU time (s) 45.44
Current children cumulated vsize (Kb) 835908

[startup+70.0066 s]
Raw data (loadavg): 1.07 1.03 0.96 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18159 0 1 0 5302 65 0 0 25 0 11 0 1786763325 855969792 64667 4294967295 134512640 134569956 3221224336 3221214744 1131532024 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 208977 64667 13129 16 0 208961 0
[pid=10914] vsize: 835908
Current children cumulated CPU time (s) 53.67
Current children cumulated vsize (Kb) 835908

[startup+80.0073 s]
Raw data (loadavg): 1.14 1.05 0.96 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18163 0 1 0 6158 65 0 0 25 0 11 0 1786763325 857018368 66268 4294967295 134512640 134569956 3221224336 3221214736 1131566833 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 66268 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 62.23
Current children cumulated vsize (Kb) 836932

[startup+90.0081 s]
Raw data (loadavg): 1.12 1.05 0.96 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18169 0 1 0 7021 65 0 0 25 0 11 0 1786763325 857018368 67036 4294967295 134512640 134569956 3221224336 3221214736 1131566813 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 67036 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 70.86
Current children cumulated vsize (Kb) 836932

[startup+100.008 s]
Raw data (loadavg): 1.10 1.04 0.96 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18175 0 1 0 7826 65 0 0 25 0 11 0 1786763325 857018368 69110 4294967295 134512640 134569956 3221224336 3221213264 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 69110 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 78.91
Current children cumulated vsize (Kb) 836932

[startup+110.009 s]
Raw data (loadavg): 1.08 1.04 0.96 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18178 0 1 0 8695 66 0 0 25 0 11 0 1786763325 857018368 70004 4294967295 134512640 134569956 3221224336 3221214752 1131561271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 70004 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 87.61
Current children cumulated vsize (Kb) 836932

[startup+120.009 s]
Raw data (loadavg): 1.07 1.04 0.96 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18181 0 1 0 9600 66 0 0 25 0 11 0 1786763325 857018368 70556 4294967295 134512640 134569956 3221224336 3221214704 1131558954 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 70556 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 96.66
Current children cumulated vsize (Kb) 836932

[startup+130.01 s]
Raw data (loadavg): 1.06 1.04 0.96 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18184 0 1 0 10521 66 0 0 25 0 11 0 1786763325 857018368 70556 4294967295 134512640 134569956 3221224336 3221214760 1131549196 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 70556 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 105.87
Current children cumulated vsize (Kb) 836932

[startup+140.01 s]
Raw data (loadavg): 1.13 1.05 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18189 0 1 0 11408 66 0 0 22 0 11 0 1786763325 857018368 70619 4294967295 134512640 134569956 3221224336 3221214704 1131559037 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 70619 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 114.74
Current children cumulated vsize (Kb) 836932

[startup+150.01 s]
Raw data (loadavg): 1.11 1.05 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18193 0 1 0 12292 66 0 0 25 0 11 0 1786763325 857018368 71610 4294967295 134512640 134569956 3221224336 3221214752 1131561130 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 71610 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 123.58
Current children cumulated vsize (Kb) 836932

[startup+160.01 s]
Raw data (loadavg): 1.09 1.05 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18198 0 1 0 13165 67 0 0 25 0 11 0 1786763325 857018368 72312 4294967295 134512640 134569956 3221224336 3221214676 1131057152 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 72312 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 132.32
Current children cumulated vsize (Kb) 836932

[startup+170.01 s]
Raw data (loadavg): 1.08 1.05 0.97 3/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18200 0 1 0 14048 67 0 0 16 0 11 0 1786763325 857018368 72557 4294967295 134512640 134569956 3221224336 3221213376 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 72557 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 141.15
Current children cumulated vsize (Kb) 836932

[startup+180.011 s]
Raw data (loadavg): 1.06 1.04 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18207 0 1 0 14897 67 0 0 25 0 11 0 1786763325 857018368 74210 4294967295 134512640 134569956 3221224336 3221213272 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 74210 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 149.64
Current children cumulated vsize (Kb) 836932

[startup+190.012 s]
Raw data (loadavg): 1.05 1.04 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18212 0 1 0 15775 68 0 0 25 0 11 0 1786763325 857018368 74737 4294967295 134512640 134569956 3221224336 3221214632 1131449363 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 74737 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 158.43
Current children cumulated vsize (Kb) 836932

[startup+200.013 s]
Raw data (loadavg): 1.05 1.04 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18217 0 1 0 16664 68 0 0 25 0 11 0 1786763325 857018368 74857 4294967295 134512640 134569956 3221224336 3221213408 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 74857 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 167.32
Current children cumulated vsize (Kb) 836932

[startup+210.014 s]
Raw data (loadavg): 1.04 1.04 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18222 0 1 0 17536 68 0 0 20 0 11 0 1786763325 857018368 74939 4294967295 134512640 134569956 3221224336 3221213376 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 74939 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 176.04
Current children cumulated vsize (Kb) 836932

[startup+220.015 s]
Raw data (loadavg): 1.03 1.04 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18227 0 1 0 18342 68 0 0 25 0 11 0 1786763325 857018368 77451 4294967295 134512640 134569956 3221224336 3221214664 1131458309 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 77451 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 184.1
Current children cumulated vsize (Kb) 836932

[startup+230.016 s]
Raw data (loadavg): 1.03 1.04 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18231 0 1 0 19199 69 0 0 16 0 11 0 1786763325 857018368 78134 4294967295 134512640 134569956 3221224336 3221213408 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 78134 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 192.68
Current children cumulated vsize (Kb) 836932

[startup+240.017 s]
Raw data (loadavg): 1.02 1.03 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18236 0 1 0 20032 69 0 0 25 0 11 0 1786763325 857018368 79486 4294967295 134512640 134569956 3221224336 3221214704 1131558956 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 79486 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 201.01
Current children cumulated vsize (Kb) 836932

[startup+250.016 s]
Raw data (loadavg): 1.02 1.03 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18239 0 1 0 20894 69 0 0 25 0 11 0 1786763325 857018368 80337 4294967295 134512640 134569956 3221224336 3221213408 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 80337 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 209.63
Current children cumulated vsize (Kb) 836932

[startup+260.017 s]
Raw data (loadavg): 1.02 1.03 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18243 0 1 0 21786 70 0 0 24 0 11 0 1786763325 857018368 81670 4294967295 134512640 134569956 3221224336 3221214760 1131549444 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 81670 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 218.56
Current children cumulated vsize (Kb) 836932

[startup+270.017 s]
Raw data (loadavg): 1.01 1.03 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18246 0 1 0 22669 70 0 0 25 0 11 0 1786763325 857018368 82736 4294967295 134512640 134569956 3221224336 3221214760 1131549074 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 82736 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 227.39
Current children cumulated vsize (Kb) 836932

[startup+280.018 s]
Raw data (loadavg): 1.01 1.03 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18250 0 1 0 23569 70 0 0 25 0 11 0 1786763325 857018368 83163 4294967295 134512640 134569956 3221224336 3221214680 1131356249 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 83163 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 236.39
Current children cumulated vsize (Kb) 836932

[startup+290.018 s]
Raw data (loadavg): 1.01 1.03 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18254 0 1 0 24441 70 0 0 25 0 11 0 1786763325 857018368 83805 4294967295 134512640 134569956 3221224336 3221214704 1131558926 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 83805 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 245.11
Current children cumulated vsize (Kb) 836932

[startup+300.018 s]
Raw data (loadavg): 1.01 1.03 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18258 0 1 0 25309 70 0 0 25 0 11 0 1786763325 857018368 84774 4294967295 134512640 134569956 3221224336 3221214704 1131558949 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 84774 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 253.79
Current children cumulated vsize (Kb) 836932

[startup+310.019 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18262 0 1 0 26146 71 0 0 20 0 11 0 1786763325 857018368 85867 4294967295 134512640 134569956 3221224336 3221214736 1131559892 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 85867 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 262.17
Current children cumulated vsize (Kb) 836932

[startup+320.019 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18267 0 1 0 27033 71 0 0 18 0 11 0 1786763325 857018368 86797 4294967295 134512640 134569956 3221224336 3221214704 1131567497 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 86797 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 271.04
Current children cumulated vsize (Kb) 836932

[startup+330.019 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18271 0 1 0 27923 71 0 0 25 0 11 0 1786763325 857018368 87417 4294967295 134512640 134569956 3221224336 3221213304 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 87418 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 279.94
Current children cumulated vsize (Kb) 836932

[startup+340.02 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18275 0 1 0 28733 71 0 0 22 0 11 0 1786763325 857018368 88610 4294967295 134512640 134569956 3221224336 3221214600 1131458418 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 88610 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 288.04
Current children cumulated vsize (Kb) 836932

[startup+350.02 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18279 0 1 0 29575 71 0 0 25 0 11 0 1786763325 857018368 90089 4294967295 134512640 134569956 3221224336 3221214760 1131549089 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 90089 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 296.46
Current children cumulated vsize (Kb) 836932

[startup+360.021 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18282 0 1 0 30492 72 0 0 25 0 11 0 1786763325 857018368 90322 4294967295 134512640 134569956 3221224336 3221214676 1131057173 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 90322 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 305.64
Current children cumulated vsize (Kb) 836932

[startup+370.022 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18286 0 1 0 31354 73 0 0 25 0 11 0 1786763325 857018368 91153 4294967295 134512640 134569956 3221224336 3221214664 1131449580 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 91153 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 314.27
Current children cumulated vsize (Kb) 836932

[startup+380.022 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18290 0 1 0 32212 73 0 0 25 0 11 0 1786763325 857018368 92062 4294967295 134512640 134569956 3221224336 3221214632 1131448803 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 92062 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 322.85
Current children cumulated vsize (Kb) 836932

[startup+390.023 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18294 0 1 0 33053 73 0 0 22 0 11 0 1786763325 857018368 93210 4294967295 134512640 134569956 3221224336 3221214704 1131567839 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 93210 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 331.26
Current children cumulated vsize (Kb) 836932

[startup+400.023 s]
Raw data (loadavg): 1.00 1.02 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18297 0 1 0 33927 73 0 0 25 0 11 0 1786763325 857018368 95033 4294967295 134512640 134569956 3221224336 3221214664 1131448803 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 95033 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 340
Current children cumulated vsize (Kb) 836932

[startup+410.024 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18301 0 1 0 34753 74 0 0 25 0 11 0 1786763325 857018368 96803 4294967295 134512640 134569956 3221224336 3221214728 1131533431 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 96803 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 348.27
Current children cumulated vsize (Kb) 836932

[startup+420.024 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18305 0 1 0 35631 74 0 0 25 0 11 0 1786763325 857018368 97229 4294967295 134512640 134569956 3221224336 3221214760 1131549027 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 97229 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 357.05
Current children cumulated vsize (Kb) 836932

[startup+430.026 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18310 0 1 0 36441 74 0 0 20 0 11 0 1786763325 857018368 98729 4294967295 134512640 134569956 3221224336 3221214632 1131448379 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 98729 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 365.15
Current children cumulated vsize (Kb) 836932

[startup+440.027 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18314 0 1 0 37314 74 0 0 18 0 11 0 1786763325 857018368 99638 4294967295 134512640 134569956 3221224336 3221214664 1131458787 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 99638 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 373.88
Current children cumulated vsize (Kb) 836932

[startup+450.027 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18318 0 1 0 38186 74 0 0 25 0 11 0 1786763325 857018368 100381 4294967295 134512640 134569956 3221224336 3221214632 1131448717 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 100381 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 382.6
Current children cumulated vsize (Kb) 836932

[startup+460.027 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18323 0 1 0 39033 74 0 0 25 0 11 0 1786763325 857018368 101258 4294967295 134512640 134569956 3221224336 3221214736 1131559872 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 101258 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 391.07
Current children cumulated vsize (Kb) 836932

[startup+470.027 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18327 0 1 0 39863 75 0 0 25 0 11 0 1786763325 857018368 103033 4294967295 134512640 134569956 3221224336 3221214752 1131561271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 103033 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 399.38
Current children cumulated vsize (Kb) 836932

[startup+480.028 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18332 0 1 0 40700 75 0 0 25 0 11 0 1786763325 857542656 104561 4294967295 134512640 134569956 3221224336 3221214656 1131458418 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209361 104561 13129 16 0 209345 0
[pid=10914] vsize: 837444
Current children cumulated CPU time (s) 407.75
Current children cumulated vsize (Kb) 837444

[startup+490.029 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18337 0 1 0 41565 75 0 0 22 0 11 0 1786763325 857018368 104679 4294967295 134512640 134569956 3221224336 3221214676 1131057173 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 104679 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 416.4
Current children cumulated vsize (Kb) 836932

[startup+500.029 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18342 0 1 0 42376 75 0 0 16 0 11 0 1786763325 857018368 106107 4294967295 134512640 134569956 3221224336 3221214632 1131448436 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 106107 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 424.51
Current children cumulated vsize (Kb) 836932

[startup+510.029 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18346 0 1 0 43246 75 0 0 22 0 11 0 1786763325 857018368 106900 4294967295 134512640 134569956 3221224336 3221214760 1131549284 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 106900 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 433.21
Current children cumulated vsize (Kb) 836932

[startup+520.029 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18350 0 1 0 44126 76 0 0 19 0 11 0 1786763325 857018368 107299 4294967295 134512640 134569956 3221224336 3221214760 1131549444 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 107299 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 442.02
Current children cumulated vsize (Kb) 836932

[startup+530.03 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18354 0 1 0 45005 76 0 0 25 0 11 0 1786763325 857018368 108115 4294967295 134512640 134569956 3221224336 3221214680 1131356259 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 108115 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 450.81
Current children cumulated vsize (Kb) 836932

[startup+540.031 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18358 0 1 0 45892 76 0 0 19 0 11 0 1786763325 857018368 108443 4294967295 134512640 134569956 3221224336 3221214632 1131681102 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 108443 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 459.68
Current children cumulated vsize (Kb) 836932

[startup+550.031 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18362 0 1 0 46751 76 0 0 25 0 11 0 1786763325 857018368 109246 4294967295 134512640 134569956 3221224336 3221214680 1131356272 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 109246 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 468.27
Current children cumulated vsize (Kb) 836932

[startup+560.032 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18366 0 1 0 47611 76 0 0 18 0 11 0 1786763325 857018368 110051 4294967295 134512640 134569956 3221224336 3221214752 1131560992 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 110051 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 476.87
Current children cumulated vsize (Kb) 836932

[startup+570.032 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18370 0 1 0 48470 76 0 0 25 0 11 0 1786763325 857018368 111111 4294967295 134512640 134569956 3221224336 3221214704 1131567327 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 111111 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 485.46
Current children cumulated vsize (Kb) 836932

[startup+580.033 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18373 0 1 0 49382 77 0 0 25 0 11 0 1786763325 857018368 111540 4294967295 134512640 134569956 3221224336 3221214756 1131566761 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 111540 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 494.59
Current children cumulated vsize (Kb) 836932

[startup+590.034 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18376 0 1 0 50302 77 0 0 25 0 11 0 1786763325 857018368 111960 4294967295 134512640 134569956 3221224336 3221214704 1131567333 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 111960 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 503.79
Current children cumulated vsize (Kb) 836932

[startup+600.034 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18379 0 1 0 51227 77 0 0 25 0 11 0 1786763325 857018368 111960 4294967295 134512640 134569956 3221224336 3221214728 1131532024 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 111960 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 513.04
Current children cumulated vsize (Kb) 836932

[startup+610.035 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18383 0 1 0 52097 77 0 0 25 0 11 0 1786763325 857018368 112472 4294967295 134512640 134569956 3221224336 3221214676 1131057275 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 112472 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 521.74
Current children cumulated vsize (Kb) 836932

[startup+620.036 s]
Raw data (loadavg): 1.16 1.03 0.98 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18387 0 1 0 52996 78 0 0 16 0 11 0 1786763325 857018368 112728 4294967295 134512640 134569956 3221224336 3221214768 1131525819 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 112728 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 530.74
Current children cumulated vsize (Kb) 836932

[startup+630.037 s]
Raw data (loadavg): 1.21 1.05 0.98 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18390 0 1 0 53902 78 0 0 25 0 11 0 1786763325 857018368 113265 4294967295 134512640 134569956 3221224336 3221214632 1131449216 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 113265 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 539.8
Current children cumulated vsize (Kb) 836932

[startup+640.037 s]
Raw data (loadavg): 1.25 1.06 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18394 0 1 0 54775 78 0 0 25 0 11 0 1786763325 857018368 113928 4294967295 134512640 134569956 3221224336 3221214736 1131566833 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 113928 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 548.53
Current children cumulated vsize (Kb) 836932

[startup+650.038 s]
Raw data (loadavg): 1.21 1.06 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18398 0 1 0 55657 78 0 0 17 0 11 0 1786763325 857018368 114098 4294967295 134512640 134569956 3221224336 3221214744 1131518153 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 114098 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 557.35
Current children cumulated vsize (Kb) 836932

[startup+660.039 s]
Raw data (loadavg): 1.18 1.06 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18401 0 1 0 56570 78 0 0 25 0 11 0 1786763325 857018368 114527 4294967295 134512640 134569956 3221224336 3221214544 1131364812 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 114527 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 566.48
Current children cumulated vsize (Kb) 836932

[startup+670.04 s]
Raw data (loadavg): 1.15 1.05 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18405 0 1 0 57450 78 0 0 25 0 11 0 1786763325 857018368 114919 4294967295 134512640 134569956 3221224336 3221214760 1131549065 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 114919 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 575.28
Current children cumulated vsize (Kb) 836932

[startup+680.04 s]
Raw data (loadavg): 1.13 1.05 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18409 0 1 0 58351 78 0 0 25 0 11 0 1786763325 857018368 114919 4294967295 134512640 134569956 3221224336 3221214664 1131458593 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 114919 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 584.29
Current children cumulated vsize (Kb) 836932

[startup+690.041 s]
Raw data (loadavg): 1.11 1.05 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18413 0 1 0 59249 79 0 0 19 0 11 0 1786763325 857018368 114919 4294967295 134512640 134569956 3221224336 3221214704 1131567466 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 114919 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 593.28
Current children cumulated vsize (Kb) 836932

[startup+700.041 s]
Raw data (loadavg): 1.09 1.05 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18416 0 1 0 60166 79 0 0 25 0 11 0 1786763325 857018368 115084 4294967295 134512640 134569956 3221224336 3221213376 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 115084 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 602.45
Current children cumulated vsize (Kb) 836932

[startup+710.042 s]
Raw data (loadavg): 1.08 1.05 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18420 0 1 0 61022 79 0 0 25 0 11 0 1786763325 857018368 116079 4294967295 134512640 134569956 3221224336 3221214728 1131579669 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 116079 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 611.01
Current children cumulated vsize (Kb) 836932

[startup+720.042 s]
Raw data (loadavg): 1.06 1.04 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18424 0 1 0 61884 79 0 0 25 0 11 0 1786763325 857018368 117702 4294967295 134512640 134569956 3221224336 3221214600 1131458418 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 117702 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 619.63
Current children cumulated vsize (Kb) 836932

[startup+730.044 s]
Raw data (loadavg): 1.05 1.04 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18429 0 1 0 62753 79 0 0 25 0 11 0 1786763325 857018368 117992 4294967295 134512640 134569956 3221224336 3221214616 1131360823 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 117992 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 628.32
Current children cumulated vsize (Kb) 836932

[startup+740.045 s]
Raw data (loadavg): 1.04 1.04 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18433 0 1 0 63654 80 0 0 25 0 11 0 1786763325 857018368 118046 4294967295 134512640 134569956 3221224336 3221214632 1131448803 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 118046 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 637.34
Current children cumulated vsize (Kb) 836932

[startup+750.046 s]
Raw data (loadavg): 1.04 1.04 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18437 0 1 0 64558 80 0 0 16 0 11 0 1786763325 857018368 118162 4294967295 134512640 134569956 3221224336 3221214632 1131448432 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 118162 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 646.38
Current children cumulated vsize (Kb) 836932

[startup+760.047 s]
Raw data (loadavg): 1.03 1.04 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18441 0 1 0 65434 80 0 0 20 0 11 0 1786763325 857018368 118992 4294967295 134512640 134569956 3221224336 3221214600 1131458411 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 118992 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 655.14
Current children cumulated vsize (Kb) 836932

[startup+770.047 s]
Raw data (loadavg): 1.03 1.04 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18445 0 1 0 66346 81 0 0 18 0 11 0 1786763325 857018368 118992 4294967295 134512640 134569956 3221224336 3221214756 1131566856 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 118992 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 664.27
Current children cumulated vsize (Kb) 836932

[startup+780.048 s]
Raw data (loadavg): 1.02 1.03 0.99 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18449 0 1 0 67279 81 0 0 25 0 11 0 1786763325 857018368 118992 4294967295 134512640 134569956 3221224336 3221214756 1131567305 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 118992 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 673.6
Current children cumulated vsize (Kb) 836932

[startup+790.049 s]
Raw data (loadavg): 1.09 1.05 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18453 0 1 0 68187 81 0 0 25 0 11 0 1786763325 857018368 118992 4294967295 134512640 134569956 3221224336 3221214728 1131533204 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 118992 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 682.68
Current children cumulated vsize (Kb) 836932

[startup+800.05 s]
Raw data (loadavg): 1.08 1.05 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18457 0 1 0 69091 81 0 0 25 0 11 0 1786763325 857018368 118992 4294967295 134512640 134569956 3221224336 3221214704 1131567408 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 118992 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 691.72
Current children cumulated vsize (Kb) 836932

[startup+810.05 s]
Raw data (loadavg): 1.06 1.04 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18460 0 1 0 70018 81 0 0 25 0 11 0 1786763325 857018368 118992 4294967295 134512640 134569956 3221224336 3221214632 1131448432 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 118992 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 700.99
Current children cumulated vsize (Kb) 836932

[startup+820.05 s]
Raw data (loadavg): 1.05 1.04 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18464 0 1 0 70920 81 0 0 25 0 11 0 1786763325 857018368 119066 4294967295 134512640 134569956 3221224336 3221214632 1131448803 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 119066 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 710.01
Current children cumulated vsize (Kb) 836932

[startup+830.051 s]
Raw data (loadavg): 1.05 1.04 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18468 0 1 0 71823 81 0 0 25 0 11 0 1786763325 857018368 119126 4294967295 134512640 134569956 3221224336 3221214656 1131458411 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 119126 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 719.04
Current children cumulated vsize (Kb) 836932

[startup+840.052 s]
Raw data (loadavg): 1.04 1.04 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18472 0 1 0 72724 82 0 0 22 0 11 0 1786763325 857018368 119235 4294967295 134512640 134569956 3221224336 3221214756 1131558528 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 119235 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 728.06
Current children cumulated vsize (Kb) 836932

[startup+850.052 s]
Raw data (loadavg): 1.03 1.04 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18476 0 1 0 73619 82 0 0 25 0 11 0 1786763325 857018368 119488 4294967295 134512640 134569956 3221224336 3221214704 1131567327 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 119488 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 737.01
Current children cumulated vsize (Kb) 836932

[startup+860.053 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18480 0 1 0 74491 82 0 0 22 0 11 0 1786763325 857018368 120329 4294967295 134512640 134569956 3221224336 3221214704 1131559059 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 120329 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 745.73
Current children cumulated vsize (Kb) 836932

[startup+870.054 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18483 0 1 0 75367 83 0 0 17 0 11 0 1786763325 857018368 120442 4294967295 134512640 134569956 3221224336 3221213376 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 120442 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 754.5
Current children cumulated vsize (Kb) 836932

[startup+880.055 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18488 0 1 0 76185 83 0 0 21 0 11 0 1786763325 857018368 123148 4294967295 134512640 134569956 3221224336 3221214752 1131561130 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 123148 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 762.68
Current children cumulated vsize (Kb) 836932

[startup+890.056 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18492 0 1 0 77056 83 0 0 20 0 11 0 1786763325 857018368 124403 4294967295 134512640 134569956 3221224336 3221214676 1131057173 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 124403 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 771.39
Current children cumulated vsize (Kb) 836932

[startup+900.056 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18495 0 1 0 77977 83 0 0 25 0 11 0 1786763325 857018368 124403 4294967295 134512640 134569956 3221224336 3221214728 1131532009 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 124403 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 780.6
Current children cumulated vsize (Kb) 836932

[startup+910.058 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18498 0 1 0 78900 83 0 0 25 0 11 0 1786763325 857018368 124611 4294967295 134512640 134569956 3221224336 3221214736 1131559872 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 124611 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 789.83
Current children cumulated vsize (Kb) 836932

[startup+920.058 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18501 0 1 0 79828 83 0 0 25 0 11 0 1786763325 857018368 124611 4294967295 134512640 134569956 3221224336 3221214676 1131057254 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 124611 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 799.11
Current children cumulated vsize (Kb) 836932

[startup+930.059 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18504 0 1 0 80754 84 0 0 25 0 11 0 1786763325 857018368 124611 4294967295 134512640 134569956 3221224336 3221214664 1131458609 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 124611 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 808.38
Current children cumulated vsize (Kb) 836932

[startup+940.059 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18507 0 1 0 81684 84 0 0 25 0 11 0 1786763325 857018368 124611 4294967295 134512640 134569956 3221224336 3221214664 1131448872 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 124611 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 817.68
Current children cumulated vsize (Kb) 836932

[startup+950.059 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18510 0 1 0 82610 84 0 0 25 0 11 0 1786763325 857018368 124629 4294967295 134512640 134569956 3221224336 3221214664 1131458427 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 124629 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 826.94
Current children cumulated vsize (Kb) 836932

[startup+960.06 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18513 0 1 0 83503 85 0 0 16 0 11 0 1786763325 857018368 124954 4294967295 134512640 134569956 3221224336 3221213408 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 124954 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 835.88
Current children cumulated vsize (Kb) 836932

[startup+970.061 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18517 0 1 0 84418 85 0 0 25 0 11 0 1786763325 857018368 125398 4294967295 134512640 134569956 3221224336 3221213264 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 125398 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 845.03
Current children cumulated vsize (Kb) 836932

[startup+980.062 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18520 0 1 0 85345 85 0 0 25 0 11 0 1786763325 857018368 125535 4294967295 134512640 134569956 3221224336 3221213272 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 125535 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 854.3
Current children cumulated vsize (Kb) 836932

[startup+990.062 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18523 0 1 0 86250 86 0 0 23 0 11 0 1786763325 857018368 125580 4294967295 134512640 134569956 3221224336 3221214752 1131561271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 125580 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 863.36
Current children cumulated vsize (Kb) 836932

[startup+1000.06 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18526 0 1 0 87169 86 0 0 25 0 11 0 1786763325 857018368 125812 4294967295 134512640 134569956 3221224336 3221214760 1131549124 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 125812 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 872.55
Current children cumulated vsize (Kb) 836932

[startup+1010.06 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18529 0 1 0 88097 86 0 0 25 0 11 0 1786763325 857018368 125812 4294967295 134512640 134569956 3221224336 3221214676 1131057164 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 125812 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (Kb) 836932

[startup+1020.06 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18533 0 1 0 89001 87 0 0 25 0 11 0 1786763325 857018368 125812 4294967295 134512640 134569956 3221224336 3221214704 1131567327 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 125812 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 890.88
Current children cumulated vsize (Kb) 836932

[startup+1030.06 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18536 0 1 0 89929 87 0 0 25 0 11 0 1786763325 857018368 125812 4294967295 134512640 134569956 3221224336 3221214744 1131566281 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 125812 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 900.16
Current children cumulated vsize (Kb) 836932

[startup+1040.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18539 0 1 0 90854 88 0 0 25 0 11 0 1786763325 857018368 125812 4294967295 134512640 134569956 3221224336 3221214736 1131566833 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 125812 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 909.42
Current children cumulated vsize (Kb) 836932

[startup+1050.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18543 0 1 0 91769 88 0 0 25 0 11 0 1786763325 857018368 125816 4294967295 134512640 134569956 3221224336 3221213304 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 125816 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 918.57
Current children cumulated vsize (Kb) 836932

[startup+1060.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18546 0 1 0 92681 88 0 0 25 0 11 0 1786763325 857018368 125892 4294967295 134512640 134569956 3221224336 3221214736 1131559882 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 125892 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 927.69
Current children cumulated vsize (Kb) 836932

[startup+1070.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18549 0 1 0 93609 89 0 0 25 0 11 0 1786763325 857018368 125892 4294967295 134512640 134569956 3221224336 3221214632 1131448910 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 125892 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 936.98
Current children cumulated vsize (Kb) 836932

[startup+1080.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18553 0 1 0 94471 89 0 0 16 0 11 0 1786763325 857018368 126525 4294967295 134512640 134569956 3221224336 3221213376 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 126525 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 945.6
Current children cumulated vsize (Kb) 836932

[startup+1090.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18558 0 1 0 95335 89 0 0 24 0 11 0 1786763325 857018368 127057 4294967295 134512640 134569956 3221224336 3221214632 1131449225 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 127057 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 954.24
Current children cumulated vsize (Kb) 836932

[startup+1100.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18562 0 1 0 96228 90 0 0 25 0 11 0 1786763325 857018368 127590 4294967295 134512640 134569956 3221224336 3221214760 1131549059 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 127590 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 963.18
Current children cumulated vsize (Kb) 836932

[startup+1110.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18567 0 1 0 97103 90 0 0 20 0 11 0 1786763325 857018368 127664 4294967295 134512640 134569956 3221224336 3221214704 1131567425 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 127664 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 971.93
Current children cumulated vsize (Kb) 836932

[startup+1120.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18571 0 1 0 97999 90 0 0 25 0 11 0 1786763325 857018368 127687 4294967295 134512640 134569956 3221224336 3221214756 1131566249 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 127687 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 980.89
Current children cumulated vsize (Kb) 836932

[startup+1130.07 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18576 0 1 0 98866 90 0 0 16 0 11 0 1786763325 857018368 127731 4294967295 134512640 134569956 3221224336 3221214704 1131558926 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 127731 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 989.56
Current children cumulated vsize (Kb) 836932

[startup+1140.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18580 0 1 0 99752 90 0 0 24 0 11 0 1786763325 857018368 128452 4294967295 134512640 134569956 3221224336 3221214728 1131532275 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 128452 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 998.42
Current children cumulated vsize (Kb) 836932

[startup+1150.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18585 0 1 0 100630 91 0 0 17 0 11 0 1786763325 857018368 128452 4294967295 134512640 134569956 3221224336 3221214732 1131558892 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 128452 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1007.21
Current children cumulated vsize (Kb) 836932

[startup+1160.07 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18589 0 1 0 101520 91 0 0 25 0 11 0 1786763325 857018368 128839 4294967295 134512640 134569956 3221224336 3221214760 1131549056 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 128839 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1016.11
Current children cumulated vsize (Kb) 836932

[startup+1170.07 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18594 0 1 0 102390 91 0 0 25 0 11 0 1786763325 857018368 129028 4294967295 134512640 134569956 3221224336 3221214704 1131558911 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 129028 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1024.81
Current children cumulated vsize (Kb) 836932

[startup+1180.07 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18598 0 1 0 103280 92 0 0 25 0 11 0 1786763325 857018368 129115 4294967295 134512640 134569956 3221224336 3221214676 1131057152 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 129115 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1033.72
Current children cumulated vsize (Kb) 836932

[startup+1190.07 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18603 0 1 0 104148 92 0 0 21 0 11 0 1786763325 857018368 129633 4294967295 134512640 134569956 3221224336 3221214704 1131567394 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 129633 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1042.4
Current children cumulated vsize (Kb) 836932

[startup+1200.07 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18608 0 1 0 105018 92 0 0 24 0 11 0 1786763325 857018368 129671 4294967295 134512640 134569956 3221224336 3221214676 1131057182 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 129671 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1051.1
Current children cumulated vsize (Kb) 836932

[startup+1210.07 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18612 0 1 0 105914 93 0 0 25 0 11 0 1786763325 857018368 129692 4294967295 134512640 134569956 3221224336 3221214760 1131549202 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 129692 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1060.07
Current children cumulated vsize (Kb) 836932

[startup+1220.07 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18617 0 1 0 106783 93 0 0 25 0 11 0 1786763325 857018368 129753 4294967295 134512640 134569956 3221224336 3221214704 1131559055 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 129753 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1068.76
Current children cumulated vsize (Kb) 836932

[startup+1230.07 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18622 0 1 0 107658 93 0 0 24 0 11 0 1786763325 857018368 129753 4294967295 134512640 134569956 3221224336 3221214760 1131549027 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 129753 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1077.51
Current children cumulated vsize (Kb) 836932

[startup+1240.07 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18627 0 1 0 108530 93 0 0 25 0 11 0 1786763325 857018368 129781 4294967295 134512640 134569956 3221224336 3221214656 1131458248 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 129781 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1086.23
Current children cumulated vsize (Kb) 836932

[startup+1250.07 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18632 0 1 0 109403 94 0 0 22 0 11 0 1786763325 857018368 130465 4294967295 134512640 134569956 3221224336 3221214760 1131549059 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 130465 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1094.97
Current children cumulated vsize (Kb) 836932

[startup+1260.07 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18637 0 1 0 110284 94 0 0 21 0 11 0 1786763325 857018368 130735 4294967295 134512640 134569956 3221224336 3221214752 1131560921 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 130735 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1103.78
Current children cumulated vsize (Kb) 836932

[startup+1270.07 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) S 10913 10914 30740 0 -1 0 18641 0 1 0 111074 94 0 0 16 0 11 0 1786763325 857018368 133574 4294967295 134512640 134569956 3221224336 3221213376 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 133574 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1111.68
Current children cumulated vsize (Kb) 836932

[startup+1280.07 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18646 0 1 0 111912 94 0 0 25 0 11 0 1786763325 857018368 135401 4294967295 134512640 134569956 3221224336 3221214688 1131458411 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 135401 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1120.06
Current children cumulated vsize (Kb) 836932

[startup+1290.08 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18651 0 1 0 112710 95 0 0 20 0 11 0 1786763325 857018368 137133 4294967295 134512640 134569956 3221224336 3221214736 1131566829 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 137133 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1128.05
Current children cumulated vsize (Kb) 836932

[startup+1300.08 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18656 0 1 0 113550 95 0 0 17 0 11 0 1786763325 857018368 137536 4294967295 134512640 134569956 3221224336 3221214632 1131449216 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 137536 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1136.45
Current children cumulated vsize (Kb) 836932

[startup+1310.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18661 0 1 0 114441 95 0 0 25 0 11 0 1786763325 857018368 138619 4294967295 134512640 134569956 3221224336 3221214728 1131532009 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 138619 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1145.36
Current children cumulated vsize (Kb) 836932

[startup+1320.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18667 0 1 0 115322 95 0 0 16 0 11 0 1786763325 857018368 138619 4294967295 134512640 134569956 3221224336 3221214752 1131560992 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 138619 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1154.17
Current children cumulated vsize (Kb) 836932

[startup+1330.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18672 0 1 0 116215 96 0 0 24 0 11 0 1786763325 857018368 138619 4294967295 134512640 134569956 3221224336 3221214752 1131561173 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 138619 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1163.11
Current children cumulated vsize (Kb) 836932

[startup+1340.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18677 0 1 0 117108 96 0 0 25 0 11 0 1786763325 857018368 138619 4294967295 134512640 134569956 3221224336 3221214632 1131448883 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 138619 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1172.04
Current children cumulated vsize (Kb) 836932

[startup+1350.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18682 0 1 0 117956 96 0 0 25 0 11 0 1786763325 857018368 139789 4294967295 134512640 134569956 3221224336 3221214656 1131458411 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 139789 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1180.52
Current children cumulated vsize (Kb) 836932

[startup+1360.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18687 0 1 0 118862 97 0 0 25 0 11 0 1786763325 857018368 139789 4294967295 134512640 134569956 3221224336 3221214632 1131449336 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/10914/statm): 209233 139789 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1189.59
Current children cumulated vsize (Kb) 836932

[startup+1370.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18693 0 1 0 119735 97 0 0 17 0 11 0 1786763325 857018368 139789 4294967295 134512640 134569956 3221224336 3221214704 1131559001 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 139789 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1198.32
Current children cumulated vsize (Kb) 836932

[startup+1380.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18698 0 1 0 120609 97 0 0 22 0 11 0 1786763325 857018368 139789 4294967295 134512640 134569956 3221224336 3221214632 1131448872 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 139789 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1207.06
Current children cumulated vsize (Kb) 836932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1380.08 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 10924
Raw data (/proc/10914/stat): 10914 (java) R 10913 10914 30740 0 -1 0 18698 0 1 0 120609 97 0 0 22 0 11 0 1786763325 857018368 139789 4294967295 134512640 134569956 3221224336 3221214632 1131448933 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/10914/statm): 209233 139789 13129 16 0 209217 0
[pid=10914] vsize: 836932
Current children cumulated CPU time (s) 1207.06
Current children cumulated vsize (Kb) 836932

Sending SIGTERM to -10914
Sleeping 2 seconds
New thread pid=10926
New thread pid=10927
One traced child (pid=10927) exited with status: 0
One traced child (pid=10923) exited with status: 0
One traced child (pid=10918) exited with status: 0
One traced child (pid=10915) exited with status: 143
One traced child (pid=10916) exited with status: 143
One traced child (pid=10917) exited with status: 143
One traced child (pid=10922) exited with status: 143
One traced child (pid=10921) exited with status: 143
One traced child (pid=10920) exited with status: 143
One traced child (pid=10924) exited with status: 143
One traced child (pid=10926) exited with status: 143
One traced child (pid=10919) exited with status: 143
One traced child (pid=10914) exited with status: 143
All traced children have exited ! Game is over.

Child status: 143
Real time (s): 1380.41
CPU time (s): 1377.88
CPU user time (s): 1374.16
CPU system time (s): 3.72043
CPU usage (%): 99.8164
Max. virtual memory (cumulated for all children) (Kb): 837444

Verifier Data

ERROR: no interpretation found !