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-ooo.rf9.ucl.opb
MD5SUM16020fb7e9a574406a9b7b25cd98594c
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableNO
(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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.12861
Number of variables11476
Total number of constraints33090
Number of constraints which are clauses32382
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints708
Minimum length of a constraint1
Maximum length of a constraint11

Trace number 3260

Launcher Data

LAUNCH ON wulflinc10 THE 2005-09-18 23:03:38 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6191 boxname=wulflinc10 idbench=331 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  16020fb7e9a574406a9b7b25cd98594c  /oldhome/oroussel/tmp/wulflinc10/normalized-ooo.rf9.ucl.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc10/normalized-ooo.rf9.ucl.opb
IDLAUNCH: 6191
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
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	: 2
cpu MHz		: 450.999
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:        914092 kB
Buffers:         35428 kB
Cached:          58184 kB
SwapCached:        228 kB
Active:          67704 kB
Inactive:        28856 kB
HighTotal:      131008 kB
HighFree:        69048 kB
LowTotal:       903652 kB
LowFree:        845044 kB
SwapTotal:     2097136 kB
SwapFree:      2096756 kB
Dirty:              60 kB
Writeback:           0 kB
Mapped:           6272 kB
Slab:            18356 kB
Committed_AS:    64128 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-18 23:19:15 (client local time) WITH STATUS 20 IN 949.136 SECONDS
stats: 6191 7 949.136 20

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/wulflinc10/normalized-ooo.rf9.ucl.opb
c reading problem ... done. Time 8.389 ms.
c #vars     11476
c #constraints  33090
c starts		: 9
c conflicts		: 5132
c decisions		: 17591
c propagations		: 5540243
c inspects		: 18433105
c learnt literals	: 7
c learnt binary clauses	: 129
c learnt ternary clauses	: 131
c learnt clauses	: 5124
c root simplifications	: 49
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 18.97749584654886
c non guided choices	13024
c random choices	0
s UNSATISFIABLE
c Total CPU time (ms) : 935.41

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/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1786876647 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 39 3 38 16 0 23 0
[pid=1007] 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/1007
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=1008
New thread pid=1009
New thread pid=1010
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=1011
New thread pid=1012
New thread pid=1013
New thread pid=1014
New thread pid=1015
New thread pid=1016
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/wulflinc10/normalized-ooo.rf9.ucl.opb
New thread pid=1017

[startup+10.0025 s]
Raw data (loadavg): 1.01 0.99 0.99 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18115 0 1 0 630 55 0 0 17 0 11 0 1786876647 862744576 24518 4294967295 134512640 134569956 3221224336 3221214832 1131091128 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 210631 24518 13129 16 0 210615 0
[pid=1007] vsize: 842524
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (Kb) 842524

[startup+20.0021 s]
Raw data (loadavg): 1.08 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18135 0 1 0 1435 56 0 0 17 0 11 0 1786876647 864763904 27508 4294967295 134512640 134569956 3221224336 3221214688 1131595268 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 27508 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 14.91
Current children cumulated vsize (Kb) 844496

[startup+30.0026 s]
Raw data (loadavg): 1.07 1.00 1.00 3/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18146 0 1 0 2357 57 0 0 25 0 11 0 1786876647 864763904 27554 4294967295 134512640 134569956 3221224336 3221214776 1131699957 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 27554 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 24.14
Current children cumulated vsize (Kb) 844496

[startup+40.0022 s]
Raw data (loadavg): 1.06 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18153 0 1 0 3291 57 0 0 25 0 11 0 1786876647 864763904 27667 4294967295 134512640 134569956 3221224336 3221214640 1131576392 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 27667 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 33.48
Current children cumulated vsize (Kb) 844496

[startup+50.0028 s]
Raw data (loadavg): 1.05 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18159 0 1 0 4226 58 0 0 18 0 11 0 1786876647 864763904 28045 4294967295 134512640 134569956 3221224336 3221214552 1131540668 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 28045 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 42.84
Current children cumulated vsize (Kb) 844496

[startup+60.0033 s]
Raw data (loadavg): 1.04 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18164 0 1 0 5165 58 0 0 24 0 11 0 1786876647 864763904 28045 4294967295 134512640 134569956 3221224336 3221214640 1131575296 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 28045 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 52.23
Current children cumulated vsize (Kb) 844496

[startup+70.0039 s]
Raw data (loadavg): 1.03 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18170 0 1 0 6097 59 0 0 25 0 11 0 1786876647 864763904 28045 4294967295 134512640 134569956 3221224336 3221214528 1131540750 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 28045 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 61.56
Current children cumulated vsize (Kb) 844496

[startup+80.0045 s]
Raw data (loadavg): 1.03 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18175 0 1 0 7040 59 0 0 25 0 11 0 1786876647 864763904 28045 4294967295 134512640 134569956 3221224336 3221214616 1131631487 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 28045 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 70.99
Current children cumulated vsize (Kb) 844496

[startup+90.005 s]
Raw data (loadavg): 1.02 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18180 0 1 0 7982 59 0 0 25 0 11 0 1786876647 864763904 28060 4294967295 134512640 134569956 3221224336 3221214528 1131540660 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 28060 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 80.41
Current children cumulated vsize (Kb) 844496

[startup+100.006 s]
Raw data (loadavg): 1.02 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18184 0 1 0 8922 59 0 0 25 0 11 0 1786876647 864763904 28081 4294967295 134512640 134569956 3221224336 3221214536 1131697731 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 28081 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 89.81
Current children cumulated vsize (Kb) 844496

[startup+110.006 s]
Raw data (loadavg): 1.02 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18188 0 1 0 9861 59 0 0 25 0 11 0 1786876647 864763904 28201 4294967295 134512640 134569956 3221224336 3221214616 1131626343 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 28201 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 99.2
Current children cumulated vsize (Kb) 844496

[startup+120.007 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18192 0 1 0 10805 60 0 0 25 0 11 0 1786876647 864763904 28282 4294967295 134512640 134569956 3221224336 3221214640 1131572066 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 28282 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 108.65
Current children cumulated vsize (Kb) 844496

[startup+130.007 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18197 0 1 0 11735 60 0 0 25 0 11 0 1786876647 864763904 28336 4294967295 134512640 134569956 3221224336 3221214512 1131686913 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 28336 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 117.95
Current children cumulated vsize (Kb) 844496

[startup+140.007 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18201 0 1 0 12679 60 0 0 25 0 11 0 1786876647 864763904 28362 4294967295 134512640 134569956 3221224336 3221214596 1131057152 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 28362 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 127.39
Current children cumulated vsize (Kb) 844496

[startup+150.008 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18205 0 1 0 13619 60 0 0 25 0 11 0 1786876647 864763904 28412 4294967295 134512640 134569956 3221224336 3221214616 1131634365 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 28412 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 136.79
Current children cumulated vsize (Kb) 844496

[startup+160.009 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18209 0 1 0 14562 61 0 0 25 0 11 0 1786876647 864763904 28483 4294967295 134512640 134569956 3221224336 3221214640 1131576029 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 28483 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 146.23
Current children cumulated vsize (Kb) 844496

[startup+170.008 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18213 0 1 0 15503 61 0 0 25 0 11 0 1786876647 864763904 28541 4294967295 134512640 134569956 3221224336 3221214624 1131406256 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 28541 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 155.64
Current children cumulated vsize (Kb) 844496

[startup+180.009 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18217 0 1 0 16445 61 0 0 25 0 11 0 1786876647 864763904 28635 4294967295 134512640 134569956 3221224336 3221214640 1131574563 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 28635 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 165.06
Current children cumulated vsize (Kb) 844496

[startup+190.01 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18221 0 1 0 17387 62 0 0 25 0 11 0 1786876647 864763904 28682 4294967295 134512640 134569956 3221224336 3221214640 1131572364 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 28682 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 174.49
Current children cumulated vsize (Kb) 844496

[startup+200.01 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18224 0 1 0 18344 62 0 0 25 0 11 0 1786876647 864763904 28698 4294967295 134512640 134569956 3221224336 3221214640 1131572086 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 28698 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 184.06
Current children cumulated vsize (Kb) 844496

[startup+210.011 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18228 0 1 0 19299 62 0 0 25 0 11 0 1786876647 864763904 28711 4294967295 134512640 134569956 3221224336 3221214544 1131444641 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 28711 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 193.61
Current children cumulated vsize (Kb) 844496

[startup+220.011 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18231 0 1 0 20252 62 0 0 25 0 11 0 1786876647 864763904 28898 4294967295 134512640 134569956 3221224336 3221214616 1131633605 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 28898 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 203.14
Current children cumulated vsize (Kb) 844496

[startup+230.012 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18236 0 1 0 21190 63 0 0 25 0 11 0 1786876647 864763904 28930 4294967295 134512640 134569956 3221224336 3221214544 1131444466 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 28930 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 212.53
Current children cumulated vsize (Kb) 844496

[startup+240.011 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18240 0 1 0 22130 63 0 0 25 0 11 0 1786876647 864763904 28982 4294967295 134512640 134569956 3221224336 3221214640 1131572132 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 28982 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 221.93
Current children cumulated vsize (Kb) 844496

[startup+250.013 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18243 0 1 0 23082 63 0 0 25 0 11 0 1786876647 864763904 29055 4294967295 134512640 134569956 3221224336 3221214544 1131444501 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 29055 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 231.45
Current children cumulated vsize (Kb) 844496

[startup+260.014 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18247 0 1 0 24023 64 0 0 25 0 11 0 1786876647 864763904 29147 4294967295 134512640 134569956 3221224336 3221214636 1131547328 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 29147 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 240.87
Current children cumulated vsize (Kb) 844496

[startup+270.013 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18250 0 1 0 24977 64 0 0 25 0 11 0 1786876647 864763904 29227 4294967295 134512640 134569956 3221224336 3221214640 1131574535 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 29227 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 250.41
Current children cumulated vsize (Kb) 844496

[startup+280.014 s]
Raw data (loadavg): 1.00 1.00 1.00 3/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18255 0 1 0 25902 64 0 0 25 0 11 0 1786876647 864763904 29287 4294967295 134512640 134569956 3221224336 3221214756 1131320300 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 29287 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 259.66
Current children cumulated vsize (Kb) 844496

[startup+290.014 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18258 0 1 0 26856 65 0 0 25 0 11 0 1786876647 864763904 29317 4294967295 134512640 134569956 3221224336 3221214528 1131540835 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 29317 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 269.21
Current children cumulated vsize (Kb) 844496

[startup+300.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18261 0 1 0 27811 65 0 0 25 0 11 0 1786876647 864763904 29390 4294967295 134512640 134569956 3221224336 3221214640 1131574529 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 29390 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 278.76
Current children cumulated vsize (Kb) 844496

[startup+310.015 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18265 0 1 0 28749 66 0 0 24 0 11 0 1786876647 864763904 29528 4294967295 134512640 134569956 3221224336 3221214552 1131540827 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 29528 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 288.15
Current children cumulated vsize (Kb) 844496

[startup+320.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18269 0 1 0 29688 66 0 0 25 0 11 0 1786876647 864763904 29584 4294967295 134512640 134569956 3221224336 3221214600 1131383961 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 29584 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 297.54
Current children cumulated vsize (Kb) 844496

[startup+330.016 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18274 0 1 0 30613 66 0 0 25 0 11 0 1786876647 864763904 29584 4294967295 134512640 134569956 3221224336 3221214596 1131057207 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 29584 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 306.79
Current children cumulated vsize (Kb) 844496

[startup+340.017 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18277 0 1 0 31567 66 0 0 25 0 11 0 1786876647 864763904 29643 4294967295 134512640 134569956 3221224336 3221214616 1131638588 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 29643 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 316.33
Current children cumulated vsize (Kb) 844496

[startup+350.018 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18281 0 1 0 32503 67 0 0 25 0 11 0 1786876647 864763904 29729 4294967295 134512640 134569956 3221224336 3221214640 1131572132 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 29729 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 325.7
Current children cumulated vsize (Kb) 844496

[startup+360.018 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18285 0 1 0 33455 67 0 0 25 0 11 0 1786876647 864763904 29836 4294967295 134512640 134569956 3221224336 3221214528 1131540807 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 29836 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 335.22
Current children cumulated vsize (Kb) 844496

[startup+370.018 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18287 0 1 0 34425 67 0 0 25 0 11 0 1786876647 864763904 29889 4294967295 134512640 134569956 3221224336 3221214640 1131574467 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 29889 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 344.92
Current children cumulated vsize (Kb) 844496

[startup+380.018 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18290 0 1 0 35378 67 0 0 25 0 11 0 1786876647 864763904 29935 4294967295 134512640 134569956 3221224336 3221214636 1131547328 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 29935 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 354.45
Current children cumulated vsize (Kb) 844496

[startup+390.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18293 0 1 0 36332 67 0 0 25 0 11 0 1786876647 864763904 30029 4294967295 134512640 134569956 3221224336 3221214776 1131699957 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 30029 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 363.99
Current children cumulated vsize (Kb) 844496

[startup+400.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18297 0 1 0 37270 68 0 0 25 0 11 0 1786876647 864763904 30081 4294967295 134512640 134569956 3221224336 3221214600 1131383961 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 30081 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 373.38
Current children cumulated vsize (Kb) 844496

[startup+410.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18300 0 1 0 38224 68 0 0 23 0 11 0 1786876647 864763904 30124 4294967295 134512640 134569956 3221224336 3221214552 1131540511 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 30124 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 382.92
Current children cumulated vsize (Kb) 844496

[startup+420.019 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18303 0 1 0 39178 68 0 0 25 0 11 0 1786876647 864763904 30229 4294967295 134512640 134569956 3221224336 3221214636 1131547337 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 30229 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 392.46
Current children cumulated vsize (Kb) 844496

[startup+430.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18307 0 1 0 40118 69 0 0 25 0 11 0 1786876647 864763904 30229 4294967295 134512640 134569956 3221224336 3221214596 1131057186 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 30229 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 401.87
Current children cumulated vsize (Kb) 844496

[startup+440.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18309 0 1 0 41086 69 0 0 25 0 11 0 1786876647 864763904 30331 4294967295 134512640 134569956 3221224336 3221214640 1131575251 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 30331 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 411.55
Current children cumulated vsize (Kb) 844496

[startup+450.02 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18312 0 1 0 42038 70 0 0 25 0 11 0 1786876647 864763904 30452 4294967295 134512640 134569956 3221224336 3221214640 1131572132 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 30452 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 421.08
Current children cumulated vsize (Kb) 844496

[startup+460.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18315 0 1 0 42992 70 0 0 25 0 11 0 1786876647 864763904 30470 4294967295 134512640 134569956 3221224336 3221214600 1131383961 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 30470 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 430.62
Current children cumulated vsize (Kb) 844496

[startup+470.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18318 0 1 0 43946 70 0 0 25 0 11 0 1786876647 864763904 30556 4294967295 134512640 134569956 3221224336 3221214472 1131669927 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 30556 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 440.16
Current children cumulated vsize (Kb) 844496

[startup+480.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18321 0 1 0 44899 71 0 0 25 0 11 0 1786876647 864763904 30623 4294967295 134512640 134569956 3221224336 3221214616 1131631418 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 30623 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 449.7
Current children cumulated vsize (Kb) 844496

[startup+490.021 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18325 0 1 0 45836 71 0 0 25 0 11 0 1786876647 864763904 30701 4294967295 134512640 134569956 3221224336 3221214788 1131383923 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 30701 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 459.07
Current children cumulated vsize (Kb) 844496

[startup+500.022 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18328 0 1 0 46790 71 0 0 25 0 11 0 1786876647 864763904 30745 4294967295 134512640 134569956 3221224336 3221214640 1131572412 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 30745 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 468.61
Current children cumulated vsize (Kb) 844496

[startup+510.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18334 0 1 0 47717 72 0 0 25 0 11 0 1786876647 864763904 30798 4294967295 134512640 134569956 3221224336 3221214528 1131540553 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 30798 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 477.89
Current children cumulated vsize (Kb) 844496

[startup+520.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18338 0 1 0 48658 72 0 0 25 0 11 0 1786876647 864763904 30798 4294967295 134512640 134569956 3221224336 3221214640 1131572321 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 30798 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 487.3
Current children cumulated vsize (Kb) 844496

[startup+530.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18342 0 1 0 49597 72 0 0 25 0 11 0 1786876647 864763904 30920 4294967295 134512640 134569956 3221224336 3221214640 1131572351 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 30920 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 496.69
Current children cumulated vsize (Kb) 844496

[startup+540.023 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18345 0 1 0 50554 72 0 0 25 0 11 0 1786876647 864763904 30982 4294967295 134512640 134569956 3221224336 3221214624 1131406277 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 30982 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 506.26
Current children cumulated vsize (Kb) 844496

[startup+550.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18349 0 1 0 51498 72 0 0 25 0 11 0 1786876647 864763904 31055 4294967295 134512640 134569956 3221224336 3221214640 1131572226 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 31055 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 515.7
Current children cumulated vsize (Kb) 844496

[startup+560.024 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18353 0 1 0 52441 73 0 0 25 0 11 0 1786876647 864763904 31162 4294967295 134512640 134569956 3221224336 3221214544 1131444877 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 31162 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 525.14
Current children cumulated vsize (Kb) 844496

[startup+570.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) S 1006 1007 22582 0 -1 0 18356 0 1 0 53396 73 0 0 25 0 11 0 1786876647 864763904 31177 4294967295 134512640 134569956 3221224336 3221213288 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 31177 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 534.69
Current children cumulated vsize (Kb) 844496

[startup+580.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18360 0 1 0 54340 73 0 0 25 0 11 0 1786876647 864763904 31200 4294967295 134512640 134569956 3221224336 3221214640 1131572333 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 31200 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 544.13
Current children cumulated vsize (Kb) 844496

[startup+590.025 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18364 0 1 0 55284 73 0 0 25 0 11 0 1786876647 864763904 31210 4294967295 134512640 134569956 3221224336 3221214544 1131444641 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 31210 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 553.57
Current children cumulated vsize (Kb) 844496

[startup+600.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18368 0 1 0 56224 74 0 0 25 0 11 0 1786876647 864763904 31285 4294967295 134512640 134569956 3221224336 3221214640 1131574759 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 31285 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 562.98
Current children cumulated vsize (Kb) 844496

[startup+610.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18372 0 1 0 57165 74 0 0 18 0 11 0 1786876647 864763904 31363 4294967295 134512640 134569956 3221224336 3221214636 1131406288 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 31363 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 572.39
Current children cumulated vsize (Kb) 844496

[startup+620.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18375 0 1 0 58119 75 0 0 25 0 11 0 1786876647 864763904 31415 4294967295 134512640 134569956 3221224336 3221214600 1131383961 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 31415 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (Kb) 844496

[startup+630.026 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18378 0 1 0 59072 75 0 0 25 0 11 0 1786876647 864763904 31501 4294967295 134512640 134569956 3221224336 3221214544 1131444686 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 31501 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 591.47
Current children cumulated vsize (Kb) 844496

[startup+640.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18381 0 1 0 60025 75 0 0 25 0 11 0 1786876647 864763904 31574 4294967295 134512640 134569956 3221224336 3221214616 1131631496 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 31574 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 601
Current children cumulated vsize (Kb) 844496

[startup+650.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) S 1006 1007 22582 0 -1 0 18384 0 1 0 60970 75 0 0 16 0 11 0 1786876647 864763904 31690 4294967295 134512640 134569956 3221224336 3221213336 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 31690 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 610.45
Current children cumulated vsize (Kb) 844496

[startup+660.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18387 0 1 0 61931 75 0 0 25 0 11 0 1786876647 864763904 31842 4294967295 134512640 134569956 3221224336 3221214640 1131574626 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 31842 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 620.06
Current children cumulated vsize (Kb) 844496

[startup+670.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18390 0 1 0 62886 75 0 0 24 0 11 0 1786876647 864763904 31938 4294967295 134512640 134569956 3221224336 3221214640 1131572545 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 31938 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 629.61
Current children cumulated vsize (Kb) 844496

[startup+680.029 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18393 0 1 0 63844 76 0 0 25 0 11 0 1786876647 864763904 31938 4294967295 134512640 134569956 3221224336 3221214600 1131383961 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 31938 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 639.2
Current children cumulated vsize (Kb) 844496

[startup+690.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18396 0 1 0 64800 76 0 0 25 0 11 0 1786876647 864763904 31938 4294967295 134512640 134569956 3221224336 3221214640 1131572412 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 31938 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 648.76
Current children cumulated vsize (Kb) 844496

[startup+700.03 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18399 0 1 0 65753 76 0 0 19 0 11 0 1786876647 864763904 32058 4294967295 134512640 134569956 3221224336 3221214528 1131605766 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 32058 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 658.29
Current children cumulated vsize (Kb) 844496

[startup+710.031 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18402 0 1 0 66705 76 0 0 25 0 11 0 1786876647 864763904 32190 4294967295 134512640 134569956 3221224336 3221214484 1131057164 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 32190 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 667.81
Current children cumulated vsize (Kb) 844496

[startup+720.032 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) S 1006 1007 22582 0 -1 0 18405 0 1 0 67658 77 0 0 25 0 11 0 1786876647 864763904 32292 4294967295 134512640 134569956 3221224336 3221213104 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 32292 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 677.35
Current children cumulated vsize (Kb) 844496

[startup+730.033 s]
Raw data (loadavg): 1.05 1.01 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18409 0 1 0 68597 77 0 0 25 0 11 0 1786876647 864763904 32440 4294967295 134512640 134569956 3221224336 3221214616 1131634428 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 32440 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 686.74
Current children cumulated vsize (Kb) 844496

[startup+740.033 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18412 0 1 0 69550 77 0 0 25 0 11 0 1786876647 864763904 32578 4294967295 134512640 134569956 3221224336 3221214616 1131632626 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 32578 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 696.27
Current children cumulated vsize (Kb) 844496

[startup+750.034 s]
Raw data (loadavg): 1.04 1.01 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18415 0 1 0 70503 78 0 0 25 0 11 0 1786876647 864763904 32663 4294967295 134512640 134569956 3221224336 3221214640 1131574884 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 32663 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 705.81
Current children cumulated vsize (Kb) 844496

[startup+760.035 s]
Raw data (loadavg): 1.03 1.01 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18418 0 1 0 71458 78 0 0 24 0 11 0 1786876647 864763904 32771 4294967295 134512640 134569956 3221224336 3221214552 1131371508 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 32771 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 715.36
Current children cumulated vsize (Kb) 844496

[startup+770.034 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18421 0 1 0 72410 78 0 0 25 0 11 0 1786876647 864763904 32852 4294967295 134512640 134569956 3221224336 3221214640 1131572168 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 32852 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 724.88
Current children cumulated vsize (Kb) 844496

[startup+780.035 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18424 0 1 0 73363 78 0 0 25 0 11 0 1786876647 864763904 32961 4294967295 134512640 134569956 3221224336 3221214640 1131574607 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 32961 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 734.41
Current children cumulated vsize (Kb) 844496

[startup+790.035 s]
Raw data (loadavg): 1.02 1.01 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18428 0 1 0 74301 78 0 0 20 0 11 0 1786876647 864763904 33050 4294967295 134512640 134569956 3221224336 3221214616 1131625133 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 33050 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 743.79
Current children cumulated vsize (Kb) 844496

[startup+800.036 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18431 0 1 0 75254 78 0 0 25 0 11 0 1786876647 864763904 33158 4294967295 134512640 134569956 3221224336 3221214640 1131572138 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 33158 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 753.32
Current children cumulated vsize (Kb) 844496

[startup+810.036 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18434 0 1 0 76208 79 0 0 25 0 11 0 1786876647 864763904 33207 4294967295 134512640 134569956 3221224336 3221214504 1131557271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 33207 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 762.87
Current children cumulated vsize (Kb) 844496

[startup+820.036 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18437 0 1 0 77162 79 0 0 25 0 11 0 1786876647 864763904 33207 4294967295 134512640 134569956 3221224336 3221214640 1131574595 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 33207 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 772.41
Current children cumulated vsize (Kb) 844496

[startup+830.037 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18439 0 1 0 78129 80 0 0 25 0 11 0 1786876647 864763904 33305 4294967295 134512640 134569956 3221224336 3221214640 1131575105 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 33305 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 782.09
Current children cumulated vsize (Kb) 844496

[startup+840.037 s]
Raw data (loadavg): 1.01 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18442 0 1 0 79081 80 0 0 25 0 11 0 1786876647 864763904 33458 4294967295 134512640 134569956 3221224336 3221214552 1131540847 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 33458 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 791.61
Current children cumulated vsize (Kb) 844496

[startup+850.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18446 0 1 0 80036 80 0 0 25 0 11 0 1786876647 864763904 33488 4294967295 134512640 134569956 3221224336 3221214528 1131365193 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 33488 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 801.16
Current children cumulated vsize (Kb) 844496

[startup+860.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18449 0 1 0 80989 80 0 0 25 0 11 0 1786876647 864763904 33547 4294967295 134512640 134569956 3221224336 3221214504 1131557429 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 33547 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 810.69
Current children cumulated vsize (Kb) 844496

[startup+870.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18453 0 1 0 81926 80 0 0 17 0 11 0 1786876647 864763904 33706 4294967295 134512640 134569956 3221224336 3221214400 1131784388 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 33706 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 820.06
Current children cumulated vsize (Kb) 844496

[startup+880.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18456 0 1 0 82878 81 0 0 25 0 11 0 1786876647 864763904 33826 4294967295 134512640 134569956 3221224336 3221214588 1131240914 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 33826 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 829.59
Current children cumulated vsize (Kb) 844496

[startup+890.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18459 0 1 0 83830 81 0 0 25 0 11 0 1786876647 864763904 33959 4294967295 134512640 134569956 3221224336 3221214640 1131574529 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 33959 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 839.11
Current children cumulated vsize (Kb) 844496

[startup+900.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18461 0 1 0 84800 82 0 0 25 0 11 0 1786876647 864763904 34006 4294967295 134512640 134569956 3221224336 3221214640 1131572337 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 34006 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 848.82
Current children cumulated vsize (Kb) 844496

[startup+910.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18464 0 1 0 85754 82 0 0 25 0 11 0 1786876647 864763904 34062 4294967295 134512640 134569956 3221224336 3221214596 1131057186 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 34062 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 858.36
Current children cumulated vsize (Kb) 844496

[startup+920.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18466 0 1 0 86722 82 0 0 25 0 11 0 1786876647 864763904 34176 4294967295 134512640 134569956 3221224336 3221214596 1131057152 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/1007/statm): 211124 34176 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 868.04
Current children cumulated vsize (Kb) 844496

[startup+930.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 1017
Raw data (/proc/1007/stat): 1007 (java) R 1006 1007 22582 0 -1 0 18469 0 1 0 87675 82 0 0 25 0 11 0 1786876647 864763904 34364 4294967295 134512640 134569956 3221224336 3221214640 1131574884 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/1007/statm): 211124 34364 13129 16 0 211108 0
[pid=1007] vsize: 844496
Current children cumulated CPU time (s) 877.57
Current children cumulated vsize (Kb) 844496
New thread pid=1018
One traced child (pid=1017) exited with status: 0
One traced child (pid=1018) exited with status: 0
One traced child (pid=1016) exited with status: 0
One traced child (pid=1008) exited with status: 20
One traced child (pid=1009) exited with status: 20
One traced child (pid=1011) exited with status: 20
One traced child (pid=1010) exited with status: 20
One traced child (pid=1015) exited with status: 20
One traced child (pid=1012) exited with status: 20
One traced child (pid=1013) exited with status: 20
One traced child (pid=1014) exited with status: 20
One traced child (pid=1007) exited with status: 20
All traced children have exited ! Game is over.

Child status: 20
Real time (s): 936.826
CPU time (s): 949.136
CPU user time (s): 947.563
CPU system time (s): 1.57276
CPU usage (%): 101.314
Max. virtual memory (cumulated for all children) (Kb): 844496

Verifier Data

ERROR: no interpretation found !