Some explanations

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

General information on the benchmark

Namemps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM6eb30c4e664b9c0e8d94f2aea74a91a3
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables1041679
Total number of constraints137871
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10091
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint1
Maximum length of a constraint275

Trace number 7298

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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:        784588 kB
Buffers:         32584 kB
Cached:         190872 kB
SwapCached:        876 kB
Active:         117636 kB
Inactive:       108588 kB
HighTotal:      131008 kB
HighFree:         3808 kB
LowTotal:       903652 kB
LowFree:        780780 kB
SwapTotal:     2097136 kB
SwapFree:      2095848 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5764 kB
Slab:            18220 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 10:59:02 (client local time) WITH STATUS 1 IN 553.435 SECONDS
stats: 6585 7 553.435 1

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/wulflinc8/normalized-mps-v2-20-10-neos19.opb
c reading problem ... Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
c starts		: 0
c conflicts		: 0
c decisions		: 0
c propagations		: 0
c inspects		: 0
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 0
c root simplifications	: 0
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 0.0
c non guided choices	0
c random choices	0
s UNKNOWN
c Total CPU time (ms) : 554.151

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/31777/stat): 31777 (java) R 31776 31777 27660 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1786153502 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 39 3 38 16 0 23 0
[pid=31777] 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/31777
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=31778
New thread pid=31779
New thread pid=31780
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=31781
New thread pid=31782
New thread pid=31783
New thread pid=31784
New thread pid=31785
New thread pid=31786
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/wulflinc8/normalized-mps-v2-20-10-neos19.opb

[startup+10.0021 s]
Raw data (loadavg): 0.98 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) R 31776 31777 27660 0 -1 0 18083 0 1 0 655 56 0 0 17 0 10 0 1786153502 855851008 36432 4294967295 134512640 134569956 3221224336 3221214008 1131512714 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 208948 36432 13129 16 0 208932 0
[pid=31777] vsize: 835792
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (Kb) 835792

[startup+20.0029 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18087 0 1 0 1292 62 0 0 25 0 10 0 1786153502 854863872 51268 4294967295 134512640 134569956 3221224336 3221213248 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 208707 51268 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 13.54
Current children cumulated vsize (Kb) 834828

[startup+30.0037 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) R 31776 31777 27660 0 -1 0 18091 0 1 0 1897 66 0 0 25 0 10 0 1786153502 854863872 67765 4294967295 134512640 134569956 3221224336 3221214544 1131466913 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 208707 67765 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 19.63
Current children cumulated vsize (Kb) 834828

[startup+40.0045 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) R 31776 31777 27660 0 -1 0 18094 0 1 0 2427 71 0 0 24 0 10 0 1786153502 854863872 85738 4294967295 134512640 134569956 3221224336 3221214540 1131464300 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 208707 85738 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (Kb) 834828

[startup+50.0052 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18096 0 1 0 2965 75 0 0 25 0 10 0 1786153502 854863872 103495 4294967295 134512640 134569956 3221224336 3221213584 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 208707 103496 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 30.4
Current children cumulated vsize (Kb) 834828

[startup+60.006 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) R 31776 31777 27660 0 -1 0 18099 0 1 0 3589 80 0 0 25 0 10 0 1786153502 854863872 117691 4294967295 134512640 134569956 3221224336 3221214776 1131348158 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 208707 117691 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 36.69
Current children cumulated vsize (Kb) 834828

[startup+70.0058 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) R 31776 31777 27660 0 -1 0 18102 0 1 0 4233 86 0 0 25 0 10 0 1786153502 854863872 129683 4294967295 134512640 134569956 3221224336 3221214804 1131410339 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 208707 129683 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 43.19
Current children cumulated vsize (Kb) 834828

[startup+80.0066 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) R 31776 31777 27660 0 -1 0 18107 0 1 0 5011 93 0 0 25 0 10 0 1786153502 854863872 137873 4294967295 134512640 134569956 3221224336 3221214680 1131389670 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 208707 137873 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (Kb) 834828

[startup+90.0074 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18112 0 1 0 5792 100 0 0 25 0 10 0 1786153502 854863872 145997 4294967295 134512640 134569956 3221224336 3221213096 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 208707 145997 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 58.92
Current children cumulated vsize (Kb) 834828

[startup+100.008 s]
Raw data (loadavg): 0.99 0.98 0.91 3/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18115 0 1 0 6522 107 0 0 25 0 10 0 1786153502 858963968 155018 4294967295 134512640 134569956 3221224336 3221212936 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 209708 155019 13129 16 0 209692 0
[pid=31777] vsize: 838832
Current children cumulated CPU time (s) 66.29
Current children cumulated vsize (Kb) 838832

[startup+110.009 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18115 0 1 0 6522 107 0 0 25 0 10 0 1786153502 871251968 156179 4294967295 134512640 134569956 3221224336 3221212936 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 156179 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 66.29
Current children cumulated vsize (Kb) 850832

[startup+120.009 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) R 31776 31777 27660 0 -1 0 18115 0 1 0 6688 109 0 0 25 0 10 0 1786153502 854863872 158771 4294967295 134512640 134569956 3221224336 3221214160 1131453436 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 208707 158771 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 67.97
Current children cumulated vsize (Kb) 834828

[startup+130.009 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18116 0 1 0 6765 109 0 0 21 0 10 0 1786153502 871251968 160807 4294967295 134512640 134569956 3221224336 3221213584 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 212708 160807 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 68.74
Current children cumulated vsize (Kb) 850832

[startup+140.01 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) R 31776 31777 27660 0 -1 0 18117 0 1 0 6784 110 0 0 18 0 10 0 1786153502 854863872 161582 4294967295 134512640 134569956 3221224336 3221214776 1131348725 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 208707 161582 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 68.94
Current children cumulated vsize (Kb) 834828

[startup+150.011 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18118 0 1 0 7009 112 0 0 16 0 10 0 1786153502 871251968 163618 4294967295 134512640 134569956 3221224336 3221213168 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 163618 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 71.21
Current children cumulated vsize (Kb) 850832

[startup+160.011 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18118 0 1 0 7009 112 0 0 16 0 10 0 1786153502 871251968 163623 4294967295 134512640 134569956 3221224336 3221213168 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 163623 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 71.21
Current children cumulated vsize (Kb) 850832

[startup+170.011 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18119 0 1 0 7255 114 0 0 25 0 10 0 1786153502 871251968 166427 4294967295 134512640 134569956 3221224336 3221213088 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 166427 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 73.69
Current children cumulated vsize (Kb) 850832

[startup+180.011 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18119 0 1 0 7255 114 0 0 25 0 10 0 1786153502 871251968 166427 4294967295 134512640 134569956 3221224336 3221213088 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 166427 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 73.69
Current children cumulated vsize (Kb) 850832

[startup+190.012 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) R 31776 31777 27660 0 -1 0 18119 0 1 0 7269 115 0 0 18 0 10 0 1786153502 854863872 164391 4294967295 134512640 134569956 3221224336 3221214712 1131326271 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 208707 164391 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 73.84
Current children cumulated vsize (Kb) 834828

[startup+200.014 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18120 0 1 0 7501 117 0 0 17 0 10 0 1786153502 871251968 166427 4294967295 134512640 134569956 3221224336 3221213200 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 212708 166427 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 76.18
Current children cumulated vsize (Kb) 850832

[startup+210.015 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18120 0 1 0 7501 117 0 0 17 0 10 0 1786153502 871251968 166432 4294967295 134512640 134569956 3221224336 3221213200 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 212708 166432 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 76.18
Current children cumulated vsize (Kb) 850832

[startup+220.015 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18122 0 1 0 7745 118 0 0 25 0 10 0 1786153502 871251968 168946 4294967295 134512640 134569956 3221224336 3221213168 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 212708 168946 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 78.63
Current children cumulated vsize (Kb) 850832

[startup+230.015 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18122 0 1 0 7745 118 0 0 25 0 10 0 1786153502 871251968 168952 4294967295 134512640 134569956 3221224336 3221213168 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 212708 168952 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 78.63
Current children cumulated vsize (Kb) 850832

[startup+240.015 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18122 0 1 0 7992 120 0 0 17 0 10 0 1786153502 871251968 171753 4294967295 134512640 134569956 3221224336 3221213584 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 171753 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 81.12
Current children cumulated vsize (Kb) 850832

[startup+250.016 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18122 0 1 0 7992 120 0 0 17 0 10 0 1786153502 871251968 171753 4294967295 134512640 134569956 3221224336 3221213584 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 171753 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 81.12
Current children cumulated vsize (Kb) 850832

[startup+260.017 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) R 31776 31777 27660 0 -1 0 18123 0 1 0 8245 122 0 0 25 0 10 0 1786153502 854863872 170539 4294967295 134512640 134569956 3221224336 3221214788 1131241316 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 208707 170539 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 83.67
Current children cumulated vsize (Kb) 834828

[startup+270.017 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18125 0 1 0 8325 122 0 0 25 0 10 0 1786153502 871251968 172575 4294967295 134512640 134569956 3221224336 3221213184 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172575 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 84.47
Current children cumulated vsize (Kb) 850832

[startup+280.017 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18125 0 1 0 8325 122 0 0 25 0 10 0 1786153502 871251968 172575 4294967295 134512640 134569956 3221224336 3221213184 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172575 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 84.47
Current children cumulated vsize (Kb) 850832

[startup+290.017 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18127 0 1 0 8618 124 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213128 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 87.42
Current children cumulated vsize (Kb) 850832

[startup+300.018 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18127 0 1 0 8618 124 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213128 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 87.42
Current children cumulated vsize (Kb) 850832

[startup+310.018 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18128 0 1 0 8870 125 0 0 25 0 10 0 1786153502 863059968 171558 4294967295 134512640 134569956 3221224336 3221213480 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 210708 171558 13129 16 0 210692 0
[pid=31777] vsize: 842832
Current children cumulated CPU time (s) 89.95
Current children cumulated vsize (Kb) 842832

[startup+320.018 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18128 0 1 0 8870 125 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213480 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 89.95
Current children cumulated vsize (Kb) 850832

[startup+330.019 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) R 31776 31777 27660 0 -1 0 18128 0 1 0 8928 126 0 0 22 0 10 0 1786153502 854863872 170540 4294967295 134512640 134569956 3221224336 3221214712 1131326271 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 208707 170540 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 90.54
Current children cumulated vsize (Kb) 834828

[startup+340.019 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18128 0 1 0 9095 126 0 0 16 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213016 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 92.21
Current children cumulated vsize (Kb) 850832

[startup+350.02 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18128 0 1 0 9095 126 0 0 16 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213016 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 92.21
Current children cumulated vsize (Kb) 850832

[startup+360.021 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18130 0 1 0 9292 127 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213096 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 94.19
Current children cumulated vsize (Kb) 850832

[startup+370.02 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18130 0 1 0 9292 127 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213096 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 94.19
Current children cumulated vsize (Kb) 850832

[startup+380.021 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18130 0 1 0 9472 127 0 0 16 0 10 0 1786153502 863059968 172052 4294967295 134512640 134569956 3221224336 3221213232 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 210708 172052 13129 16 0 210692 0
[pid=31777] vsize: 842832
Current children cumulated CPU time (s) 95.99
Current children cumulated vsize (Kb) 842832

[startup+390.022 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18130 0 1 0 9472 127 0 0 16 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213232 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 95.99
Current children cumulated vsize (Kb) 850832

[startup+400.022 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) R 31776 31777 27660 0 -1 0 18131 0 1 0 9574 128 0 0 25 0 10 0 1786153502 854863872 170540 4294967295 134512640 134569956 3221224336 3221214448 1131448094 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 208707 170540 13129 16 0 208691 0
[pid=31777] vsize: 834828
Current children cumulated CPU time (s) 97.02
Current children cumulated vsize (Kb) 834828

[startup+410.021 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18131 0 1 0 9634 128 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213272 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 97.62
Current children cumulated vsize (Kb) 850832

[startup+420.021 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18131 0 1 0 9634 128 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213272 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 97.62
Current children cumulated vsize (Kb) 850832

[startup+430.022 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18133 0 1 0 9783 128 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213392 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 99.11
Current children cumulated vsize (Kb) 850832

[startup+440.023 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18133 0 1 0 9783 128 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213392 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 99.11
Current children cumulated vsize (Kb) 850832

[startup+450.023 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18133 0 1 0 9922 129 0 0 16 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213288 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 100.51
Current children cumulated vsize (Kb) 850832

[startup+460.023 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18133 0 1 0 9922 129 0 0 16 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213288 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 100.51
Current children cumulated vsize (Kb) 850832

[startup+470.023 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18136 0 1 0 10053 129 0 0 25 0 10 0 1786153502 863059968 171558 4294967295 134512640 134569956 3221224336 3221213480 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 210708 171558 13129 16 0 210692 0
[pid=31777] vsize: 842832
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (Kb) 842832

[startup+480.024 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18136 0 1 0 10053 129 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213480 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (Kb) 850832

[startup+490.025 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18136 0 1 0 10053 129 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213480 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (Kb) 850832

[startup+500.025 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18136 0 1 0 10053 129 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213480 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (Kb) 850832

[startup+510.026 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18136 0 1 0 10053 129 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213480 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (Kb) 850832

[startup+520.026 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18136 0 1 0 10174 130 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213496 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 103.04
Current children cumulated vsize (Kb) 850832

[startup+530.027 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18136 0 1 0 10174 130 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213496 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 103.04
Current children cumulated vsize (Kb) 850832

[startup+540.027 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18136 0 1 0 10174 130 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213496 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 103.04
Current children cumulated vsize (Kb) 850832

[startup+550.026 s]
Raw data (loadavg): 0.99 0.98 0.91 2/65 31786
Raw data (/proc/31777/stat): 31777 (java) S 31776 31777 27660 0 -1 0 18136 0 1 0 10174 130 0 0 25 0 10 0 1786153502 871251968 172576 4294967295 134512640 134569956 3221224336 3221213496 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/31777/statm): 212708 172576 13129 16 0 212692 0
[pid=31777] vsize: 850832
Current children cumulated CPU time (s) 103.04
Current children cumulated vsize (Kb) 850832
New thread pid=31787
One traced child (pid=31787) exited with status: 0
One traced child (pid=31786) exited with status: 0
One traced child (pid=31781) exited with status: 0
One traced child (pid=31778) exited with status: 0
One traced child (pid=31779) exited with status: 1
One traced child (pid=31780) exited with status: 1
One traced child (pid=31782) exited with status: 1
One traced child (pid=31783) exited with status: 1
One traced child (pid=31784) exited with status: 1
One traced child (pid=31785) exited with status: 1
One traced child (pid=31777) exited with status: 1
All traced children have exited ! Game is over.

Child status: 1
Real time (s): 555.805
CPU time (s): 553.435
CPU user time (s): 546.171
CPU system time (s): 7.2639
CPU usage (%): 99.5735
Max. virtual memory (cumulated for all children) (Kb): 850832

Verifier Data

ERROR: no interpretation found !