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.tag8.ucl.opb
MD5SUM2c9d0c47cb8e4f2ef0877b0c52225df4
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 benchmark3.15452
Number of variables3249
Total number of constraints8983
Number of constraints which are clauses8599
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint1
Maximum length of a constraint11

Trace number 3255

Launcher Data

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

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

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        901692 kB
Buffers:         36304 kB
Cached:          64524 kB
SwapCached:        764 kB
Active:          67652 kB
Inactive:        35804 kB
HighTotal:      131008 kB
HighFree:        63896 kB
LowTotal:       903652 kB
LowFree:        837796 kB
SwapTotal:     2097892 kB
SwapFree:      2096616 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5728 kB
Slab:            24076 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-18 23:14:22 (client local time) WITH STATUS 20 IN 549.664 SECONDS
stats: 6195 7 549.664 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/wulflinc27/normalized-ooo.tag8.ucl.opb
c reading problem ... done. Time 4.022 ms.
c #vars     3249
c #constraints  8983
c starts		: 9
c conflicts		: 6488
c decisions		: 11690
c propagations		: 3423146
c inspects		: 15632096
c learnt literals	: 0
c learnt binary clauses	: 93
c learnt ternary clauses	: 104
c learnt clauses	: 6487
c root simplifications	: 22
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 21.364592528423678
c non guided choices	9577
c random choices	0
s UNSATISFIABLE
c Total CPU time (ms) : 551.201

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/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1845061406 159744 3 4294967295 134512640 134569956 3221224480 3221224480 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 39 3 38 16 0 23 0
[pid=11814] 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/11814
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=11815
New thread pid=11816
New thread pid=11817
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=11818
New thread pid=11819
New thread pid=11820
New thread pid=11821
New thread pid=11822
New thread pid=11823
open syscall for file /oldhome/oroussel/solvers/sat4jPseudoTer.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunjce_provider.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/sunpkcs11.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/dnsns.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/ext/localedata.jar
open syscall for file /oldhome/oroussel/jre1.5.0_05/lib/security/java.security
open syscall for file /dev/random
open syscall for file /dev/urandom
open syscall for file /oldhome/oroussel/tmp/wulflinc27/normalized-ooo.tag8.ucl.opb
New thread pid=11824

[startup+10.0023 s]
Raw data (loadavg): 1.09 1.04 1.01 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18127 0 1 0 713 50 0 0 23 0 11 0 1845061406 858644480 20828 4294967295 134512640 134569956 3221224336 3221214632 1131543809 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209630 20828 13129 16 0 209614 0
[pid=11814] vsize: 838520
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (Kb) 838520

[startup+20.0021 s]
Raw data (loadavg): 1.15 1.05 1.01 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18134 0 1 0 1657 50 0 0 25 0 11 0 1845061406 861597696 22912 4294967295 134512640 134569956 3221224336 3221214776 1131537733 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 210351 22912 13129 16 0 210335 0
[pid=11814] vsize: 841404
Current children cumulated CPU time (s) 17.07
Current children cumulated vsize (Kb) 841404

[startup+30.003 s]
Raw data (loadavg): 1.13 1.05 1.01 4/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18143 0 1 0 2624 51 0 0 20 0 11 0 1845061406 859709440 22643 4294967295 134512640 134569956 3221224336 3221213536 1073952732 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 22643 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 26.75
Current children cumulated vsize (Kb) 839560

[startup+40.0038 s]
Raw data (loadavg): 1.11 1.05 1.01 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18148 0 1 0 3593 51 0 0 25 0 11 0 1845061406 859709440 22721 4294967295 134512640 134569956 3221224336 3221214632 1131550439 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 22721 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 36.44
Current children cumulated vsize (Kb) 839560

[startup+50.0046 s]
Raw data (loadavg): 1.09 1.05 1.01 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18154 0 1 0 4558 52 0 0 23 0 11 0 1845061406 859709440 22843 4294967295 134512640 134569956 3221224336 3221214664 1131445470 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 22843 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 46.1
Current children cumulated vsize (Kb) 839560

[startup+60.0054 s]
Raw data (loadavg): 1.08 1.04 1.01 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18160 0 1 0 5517 52 0 0 25 0 11 0 1845061406 859709440 22921 4294967295 134512640 134569956 3221224336 3221214664 1131441594 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 22921 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 55.69
Current children cumulated vsize (Kb) 839560

[startup+70.0052 s]
Raw data (loadavg): 1.06 1.04 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) S 11813 11814 28974 0 -1 0 18165 0 1 0 6467 52 0 0 25 0 11 0 1845061406 859709440 23026 4294967295 134512640 134569956 3221224336 3221213408 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 23026 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 65.19
Current children cumulated vsize (Kb) 839560

[startup+80.0071 s]
Raw data (loadavg): 1.05 1.04 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18170 0 1 0 7426 52 0 0 25 0 11 0 1845061406 859709440 23095 4294967295 134512640 134569956 3221224336 3221214520 1131440950 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 23095 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 74.78
Current children cumulated vsize (Kb) 839560

[startup+90.0079 s]
Raw data (loadavg): 1.05 1.04 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18175 0 1 0 8378 53 0 0 25 0 11 0 1845061406 859709440 23236 4294967295 134512640 134569956 3221224336 3221214616 1131544112 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 23236 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 84.31
Current children cumulated vsize (Kb) 839560

[startup+100.008 s]
Raw data (loadavg): 1.04 1.04 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18181 0 1 0 9319 53 0 0 16 0 11 0 1845061406 859709440 23373 4294967295 134512640 134569956 3221224336 3221214516 1131372768 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 23373 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 93.72
Current children cumulated vsize (Kb) 839560

[startup+110.01 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18186 0 1 0 10270 54 0 0 25 0 11 0 1845061406 859709440 23477 4294967295 134512640 134569956 3221224336 3221214712 1131499024 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 23477 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 103.24
Current children cumulated vsize (Kb) 839560

[startup+120.01 s]
Raw data (loadavg): 1.03 1.03 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18191 0 1 0 11221 54 0 0 25 0 11 0 1845061406 859709440 23572 4294967295 134512640 134569956 3221224336 3221214772 1131451724 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 23572 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 112.75
Current children cumulated vsize (Kb) 839560

[startup+130.011 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18197 0 1 0 12171 54 0 0 25 0 11 0 1845061406 859709440 23659 4294967295 134512640 134569956 3221224336 3221214520 1131441264 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 23659 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 122.25
Current children cumulated vsize (Kb) 839560

[startup+140.012 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18203 0 1 0 13113 54 0 0 25 0 11 0 1845061406 859709440 23773 4294967295 134512640 134569956 3221224336 3221214624 1131445291 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 23773 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 131.67
Current children cumulated vsize (Kb) 839560

[startup+150.013 s]
Raw data (loadavg): 1.02 1.03 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18209 0 1 0 14064 55 0 0 21 0 11 0 1845061406 859709440 23886 4294967295 134512640 134569956 3221224336 3221214616 1131544241 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 23886 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 141.19
Current children cumulated vsize (Kb) 839560

[startup+160.014 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18214 0 1 0 15017 55 0 0 25 0 11 0 1845061406 859709440 23999 4294967295 134512640 134569956 3221224336 3221214712 1131498943 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 23999 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 150.72
Current children cumulated vsize (Kb) 839560

[startup+170.014 s]
Raw data (loadavg): 1.01 1.03 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18220 0 1 0 15961 55 0 0 25 0 11 0 1845061406 859709440 24104 4294967295 134512640 134569956 3221224336 3221214736 1131376663 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 24104 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 160.16
Current children cumulated vsize (Kb) 839560

[startup+180.015 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18225 0 1 0 16915 55 0 0 24 0 11 0 1845061406 859709440 24184 4294967295 134512640 134569956 3221224336 3221214692 1131057186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 24184 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 169.7
Current children cumulated vsize (Kb) 839560

[startup+190.016 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18231 0 1 0 17856 56 0 0 25 0 11 0 1845061406 859709440 24275 4294967295 134512640 134569956 3221224336 3221214520 1131441930 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 24275 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 179.12
Current children cumulated vsize (Kb) 839560

[startup+200.017 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18236 0 1 0 18810 56 0 0 25 0 11 0 1845061406 859709440 24368 4294967295 134512640 134569956 3221224336 3221214760 1131514120 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 24368 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 188.66
Current children cumulated vsize (Kb) 839560

[startup+210.018 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18242 0 1 0 19751 56 0 0 25 0 11 0 1845061406 859709440 24496 4294967295 134512640 134569956 3221224336 3221214360 1076697563 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 24496 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 198.07
Current children cumulated vsize (Kb) 839560

[startup+220.019 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18247 0 1 0 20703 57 0 0 25 0 11 0 1845061406 859709440 24569 4294967295 134512640 134569956 3221224336 3221214616 1131545184 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 24569 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 207.6
Current children cumulated vsize (Kb) 839560

[startup+230.02 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18253 0 1 0 21644 57 0 0 17 0 11 0 1845061406 859709440 24676 4294967295 134512640 134569956 3221224336 3221214520 1131441049 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 24676 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 217.01
Current children cumulated vsize (Kb) 839560

[startup+240.021 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18258 0 1 0 22596 57 0 0 25 0 11 0 1845061406 859709440 24780 4294967295 134512640 134569956 3221224336 3221214756 1131500893 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 24780 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 226.53
Current children cumulated vsize (Kb) 839560

[startup+250.021 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18264 0 1 0 23539 58 0 0 25 0 11 0 1845061406 859709440 24865 4294967295 134512640 134569956 3221224336 3221214616 1131548874 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 24865 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 235.97
Current children cumulated vsize (Kb) 839560

[startup+260.022 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18269 0 1 0 24492 58 0 0 25 0 11 0 1845061406 859709440 24955 4294967295 134512640 134569956 3221224336 3221214520 1131441301 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 24955 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 245.5
Current children cumulated vsize (Kb) 839560

[startup+270.023 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18275 0 1 0 25438 58 0 0 21 0 11 0 1845061406 859709440 25081 4294967295 134512640 134569956 3221224336 3221214668 1131539340 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 25081 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 254.96
Current children cumulated vsize (Kb) 839560

[startup+280.024 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18280 0 1 0 26392 59 0 0 25 0 11 0 1845061406 859709440 25175 4294967295 134512640 134569956 3221224336 3221214760 1131514532 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 25175 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 264.51
Current children cumulated vsize (Kb) 839560

[startup+290.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18286 0 1 0 27340 59 0 0 25 0 11 0 1845061406 859709440 25263 4294967295 134512640 134569956 3221224336 3221214616 1131544119 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 25263 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 273.99
Current children cumulated vsize (Kb) 839560

[startup+300.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18291 0 1 0 28295 60 0 0 25 0 11 0 1845061406 859709440 25340 4294967295 134512640 134569956 3221224336 3221214520 1131441612 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 25340 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 283.55
Current children cumulated vsize (Kb) 839560

[startup+310.026 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18297 0 1 0 29243 60 0 0 22 0 11 0 1845061406 859709440 25433 4294967295 134512640 134569956 3221224336 3221214520 1131442092 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 25433 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 293.03
Current children cumulated vsize (Kb) 839560

[startup+320.026 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18303 0 1 0 30191 60 0 0 18 0 11 0 1845061406 859709440 25525 4294967295 134512640 134569956 3221224336 3221214736 1131500857 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 25525 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 302.51
Current children cumulated vsize (Kb) 839560

[startup+330.028 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18308 0 1 0 31146 60 0 0 25 0 11 0 1845061406 859709440 25597 4294967295 134512640 134569956 3221224336 3221214616 1131550361 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 25597 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 312.06
Current children cumulated vsize (Kb) 839560

[startup+340.028 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18313 0 1 0 32101 61 0 0 25 0 11 0 1845061406 859709440 25667 4294967295 134512640 134569956 3221224336 3221214720 1131347207 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 25667 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 321.62
Current children cumulated vsize (Kb) 839560

[startup+350.028 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18319 0 1 0 33045 61 0 0 25 0 11 0 1845061406 859709440 25757 4294967295 134512640 134569956 3221224336 3221214520 1131441371 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 25757 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 331.06
Current children cumulated vsize (Kb) 839560

[startup+360.03 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18324 0 1 0 33997 61 0 0 25 0 11 0 1845061406 859709440 25837 4294967295 134512640 134569956 3221224336 3221214624 1131445473 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 25837 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 340.58
Current children cumulated vsize (Kb) 839560

[startup+370.031 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18330 0 1 0 34938 61 0 0 25 0 11 0 1845061406 859709440 25907 4294967295 134512640 134569956 3221224336 3221214760 1131514391 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 25907 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 349.99
Current children cumulated vsize (Kb) 839560

[startup+380.032 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18336 0 1 0 35878 61 0 0 16 0 11 0 1845061406 859709440 26001 4294967295 134512640 134569956 3221224336 3221214712 1131499002 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 26001 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 359.39
Current children cumulated vsize (Kb) 839560

[startup+390.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18341 0 1 0 36829 62 0 0 25 0 11 0 1845061406 859709440 26105 4294967295 134512640 134569956 3221224336 3221214660 1131057236 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 26105 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 368.91
Current children cumulated vsize (Kb) 839560

[startup+400.033 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) S 11813 11814 28974 0 -1 0 18346 0 1 0 37780 62 0 0 16 0 11 0 1845061406 859709440 26186 4294967295 134512640 134569956 3221224336 3221213224 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 26186 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 378.42
Current children cumulated vsize (Kb) 839560

[startup+410.034 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18352 0 1 0 38722 62 0 0 25 0 11 0 1845061406 859709440 26304 4294967295 134512640 134569956 3221224336 3221214692 1131057189 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 26304 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 387.84
Current children cumulated vsize (Kb) 839560

[startup+420.035 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18358 0 1 0 39664 63 0 0 25 0 11 0 1845061406 859709440 26404 4294967295 134512640 134569956 3221224336 3221214712 1131499031 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 26404 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 397.27
Current children cumulated vsize (Kb) 839560

[startup+430.037 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18363 0 1 0 40614 63 0 0 25 0 11 0 1845061406 859709440 26484 4294967295 134512640 134569956 3221224336 3221214720 1131519938 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 26484 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 406.77
Current children cumulated vsize (Kb) 839560

[startup+440.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18369 0 1 0 41555 63 0 0 21 0 11 0 1845061406 859709440 26575 4294967295 134512640 134569956 3221224336 3221214736 1131376655 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 26575 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 416.18
Current children cumulated vsize (Kb) 839560

[startup+450.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18375 0 1 0 42496 64 0 0 18 0 11 0 1845061406 859709440 26674 4294967295 134512640 134569956 3221224336 3221214520 1131440950 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 26674 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 425.6
Current children cumulated vsize (Kb) 839560

[startup+460.038 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18380 0 1 0 43446 64 0 0 25 0 11 0 1845061406 859709440 26765 4294967295 134512640 134569956 3221224336 3221214692 1131057186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 26765 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 435.1
Current children cumulated vsize (Kb) 839560

[startup+470.039 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18386 0 1 0 44388 64 0 0 24 0 11 0 1845061406 859709440 26866 4294967295 134512640 134569956 3221224336 3221214520 1131441521 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 26866 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 444.52
Current children cumulated vsize (Kb) 839560

[startup+480.041 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18391 0 1 0 45339 65 0 0 25 0 11 0 1845061406 859709440 26945 4294967295 134512640 134569956 3221224336 3221214664 1131441416 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 26945 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 454.04
Current children cumulated vsize (Kb) 839560

[startup+490.042 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18397 0 1 0 46282 65 0 0 25 0 11 0 1845061406 859709440 27051 4294967295 134512640 134569956 3221224336 3221214520 1131441331 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 27051 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 463.47
Current children cumulated vsize (Kb) 839560

[startup+500.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18403 0 1 0 47224 66 0 0 20 0 11 0 1845061406 859709440 27156 4294967295 134512640 134569956 3221224336 3221214760 1131514456 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 27156 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 472.9
Current children cumulated vsize (Kb) 839560

[startup+510.043 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18408 0 1 0 48178 66 0 0 25 0 11 0 1845061406 859709440 27227 4294967295 134512640 134569956 3221224336 3221214664 1131445315 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 27227 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 482.44
Current children cumulated vsize (Kb) 839560

[startup+520.044 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18414 0 1 0 49124 67 0 0 25 0 11 0 1845061406 859709440 27310 4294967295 134512640 134569956 3221224336 3221214768 1131583559 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/11814/statm): 209890 27310 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 491.91
Current children cumulated vsize (Kb) 839560

[startup+530.045 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18420 0 1 0 50069 67 0 0 25 0 11 0 1845061406 859709440 27402 4294967295 134512640 134569956 3221224336 3221214520 1131441371 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 27402 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 501.36
Current children cumulated vsize (Kb) 839560

[startup+540.049 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18425 0 1 0 51030 67 0 0 25 0 11 0 1845061406 859709440 27484 4294967295 134512640 134569956 3221224336 3221214720 1131347202 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 27484 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 510.97
Current children cumulated vsize (Kb) 839560

[startup+550.05 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 11824
Raw data (/proc/11814/stat): 11814 (java) R 11813 11814 28974 0 -1 0 18432 0 1 0 51987 68 0 0 25 0 11 0 1845061406 859709440 27564 4294967295 134512640 134569956 3221224336 3221214664 1131445428 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/11814/statm): 209890 27564 13129 16 0 209874 0
[pid=11814] vsize: 839560
Current children cumulated CPU time (s) 520.55
Current children cumulated vsize (Kb) 839560
New thread pid=11825
One traced child (pid=11824) exited with status: 0
One traced child (pid=11825) exited with status: 0
One traced child (pid=11823) exited with status: 0
One traced child (pid=11818) exited with status: 0
One traced child (pid=11815) exited with status: 20
One traced child (pid=11822) exited with status: 20
One traced child (pid=11816) exited with status: 20
One traced child (pid=11819) exited with status: 20
One traced child (pid=11820) exited with status: 20
One traced child (pid=11821) exited with status: 20
One traced child (pid=11817) exited with status: 20
One traced child (pid=11814) exited with status: 20
All traced children have exited ! Game is over.

Child status: 20
Real time (s): 552.585
CPU time (s): 549.664
CPU user time (s): 548.629
CPU system time (s): 1.03584
CPU usage (%): 99.4714
Max. virtual memory (cumulated for all children) (Kb): 841404

Verifier Data

ERROR: no interpretation found !