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-13-7/MIPLIB/miplib2003/normalized-mps-v2-13-7-momentum3.opb
MD5SUMbdf0df6b57384ca8a37c1ce2e87cfc07
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 67174
Biggest coefficient in the objective function 163840000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 1696626095
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1280000000000000115964116992
Number of bits of the biggest number in a constraint 91
Biggest sum of numbers in a constraint 3721289892401349417752330240
Number of bits of the biggest sum of numbers92
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Number of variables71194
Total number of constraints70153
Number of constraints which are clauses6081
Number of constraints which are cardinality constraints (but not clauses)7185
Number of constraints which are nor clauses,nor cardinality constraints56887
Minimum length of a constraint1
Maximum length of a constraint814

Trace number 8788

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.031
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:        572688 kB
Buffers:         33664 kB
Cached:         400032 kB
SwapCached:        552 kB
Active:         298780 kB
Inactive:       137508 kB
HighTotal:      131008 kB
HighFree:         3808 kB
LowTotal:       903652 kB
LowFree:        568880 kB
SwapTotal:     2097892 kB
SwapFree:      2096768 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5836 kB
Slab:            19884 kB
Committed_AS:    64304 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-20 19:01:51 (client local time) WITH STATUS 1 IN 836.498 SECONDS
stats: 6825 7 836.498 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/wulflinc22/normalized-mps-v2-13-7-momentum3.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) : 838.58

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/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1860815802 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 39 3 38 16 0 23 0
[pid=26649] 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/26649
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=26650
New thread pid=26651
New thread pid=26652
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=26653
New thread pid=26654
New thread pid=26655
New thread pid=26656
New thread pid=26657
New thread pid=26658
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/wulflinc22/normalized-mps-v2-13-7-momentum3.opb

[startup+10.0032 s]
Raw data (loadavg): 1.23 1.06 1.02 4/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18091 0 1 0 695 51 0 0 25 0 10 0 1860815802 854937600 25056 4294967295 134512640 134569956 3221224336 3221214736 1131454818 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208725 25056 13129 16 0 208709 0
[pid=26649] vsize: 834900
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (Kb) 834900

[startup+20.0039 s]
Raw data (loadavg): 1.27 1.07 1.02 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18101 0 1 0 1572 59 0 0 25 0 10 0 1860815802 855805952 31119 4294967295 134512640 134569956 3221224336 3221214720 1131330400 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208937 31119 13129 16 0 208921 0
[pid=26649] vsize: 835748
Current children cumulated CPU time (s) 16.31
Current children cumulated vsize (Kb) 835748

[startup+30.0046 s]
Raw data (loadavg): 1.23 1.07 1.02 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18104 0 1 0 2426 67 0 0 23 0 10 0 1860815802 854634496 36387 4294967295 134512640 134569956 3221224336 3221214712 1131353350 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 36387 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (Kb) 834604

[startup+40.0053 s]
Raw data (loadavg): 1.19 1.07 1.02 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18107 0 1 0 3321 73 0 0 25 0 10 0 1860815802 854634496 40296 4294967295 134512640 134569956 3221224336 3221213936 1131569003 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 40296 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 33.94
Current children cumulated vsize (Kb) 834604

[startup+50.0061 s]
Raw data (loadavg): 1.16 1.06 1.02 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18110 0 1 0 4168 79 0 0 25 0 10 0 1860815802 854634496 46127 4294967295 134512640 134569956 3221224336 3221214768 1131330383 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 46127 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 42.47
Current children cumulated vsize (Kb) 834604

[startup+60.0068 s]
Raw data (loadavg): 1.14 1.06 1.02 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18113 0 1 0 5031 85 0 0 17 0 10 0 1860815802 854634496 50867 4294967295 134512640 134569956 3221224336 3221213576 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 50870 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (Kb) 834604

[startup+70.0065 s]
Raw data (loadavg): 1.12 1.06 1.02 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18117 0 1 0 5910 94 0 0 25 0 10 0 1860815802 854634496 55539 4294967295 134512640 134569956 3221224336 3221214488 1131378519 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208651 55539 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 60.04
Current children cumulated vsize (Kb) 834604

[startup+80.0072 s]
Raw data (loadavg): 1.10 1.06 1.01 3/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18120 0 1 0 6757 102 0 0 25 0 10 0 1860815802 854634496 61308 4294967295 134512640 134569956 3221224336 3221214832 1131490511 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208651 61308 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 68.59
Current children cumulated vsize (Kb) 834604

[startup+90.0069 s]
Raw data (loadavg): 1.08 1.05 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18122 0 1 0 7648 109 0 0 25 0 10 0 1860815802 854634496 65497 4294967295 134512640 134569956 3221224336 3221214720 1131330361 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208651 65497 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 77.57
Current children cumulated vsize (Kb) 834604

[startup+100.007 s]
Raw data (loadavg): 1.07 1.05 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18125 0 1 0 8498 116 0 0 25 0 10 0 1860815802 854634496 71189 4294967295 134512640 134569956 3221224336 3221214784 1131348760 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208651 71189 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 86.14
Current children cumulated vsize (Kb) 834604

[startup+110.007 s]
Raw data (loadavg): 1.06 1.05 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18127 0 1 0 9393 124 0 0 25 0 10 0 1860815802 854634496 74892 4294967295 134512640 134569956 3221224336 3221214768 1131547645 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 74892 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 95.17
Current children cumulated vsize (Kb) 834604

[startup+120.008 s]
Raw data (loadavg): 1.05 1.05 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18130 0 1 0 10245 132 0 0 25 0 10 0 1860815802 854634496 80112 4294967295 134512640 134569956 3221224336 3221214504 1131365484 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 80112 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 103.77
Current children cumulated vsize (Kb) 834604

[startup+130.009 s]
Raw data (loadavg): 1.04 1.05 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18133 0 1 0 11094 139 0 0 17 0 10 0 1860815802 854634496 85556 4294967295 134512640 134569956 3221224336 3221214596 1131084131 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208651 85556 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 112.33
Current children cumulated vsize (Kb) 834604

[startup+140.009 s]
Raw data (loadavg): 1.03 1.04 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18135 0 1 0 11985 147 0 0 25 0 10 0 1860815802 854634496 89554 4294967295 134512640 134569956 3221224336 3221214504 1131450988 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 89554 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 121.32
Current children cumulated vsize (Kb) 834604

[startup+150.009 s]
Raw data (loadavg): 1.03 1.04 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18138 0 1 0 12828 155 0 0 25 0 10 0 1860815802 854634496 95763 4294967295 134512640 134569956 3221224336 3221214556 1131522624 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208651 95763 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 129.83
Current children cumulated vsize (Kb) 834604

[startup+160.01 s]
Raw data (loadavg): 1.02 1.04 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18141 0 1 0 13708 163 0 0 25 0 10 0 1860815802 854634496 100198 4294967295 134512640 134569956 3221224336 3221213208 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208651 100198 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 138.71
Current children cumulated vsize (Kb) 834604

[startup+170.01 s]
Raw data (loadavg): 1.02 1.04 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18144 0 1 0 14562 171 0 0 25 0 10 0 1860815802 854634496 105709 4294967295 134512640 134569956 3221224336 3221214784 1131342520 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 105709 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 147.33
Current children cumulated vsize (Kb) 834604

[startup+180.011 s]
Raw data (loadavg): 1.02 1.04 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18148 0 1 0 15411 178 0 0 18 0 10 0 1860815802 854634496 111290 4294967295 134512640 134569956 3221224336 3221214832 1131489587 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 111290 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 155.89
Current children cumulated vsize (Kb) 834604

[startup+190.011 s]
Raw data (loadavg): 1.01 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18150 0 1 0 16302 187 0 0 25 0 10 0 1860815802 854634496 114946 4294967295 134512640 134569956 3221224336 3221214448 1131325959 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 114946 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 164.89
Current children cumulated vsize (Kb) 834604

[startup+200.011 s]
Raw data (loadavg): 1.01 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18153 0 1 0 17148 195 0 0 25 0 10 0 1860815802 854634496 120388 4294967295 134512640 134569956 3221224336 3221214688 1131358476 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208651 120388 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 173.43
Current children cumulated vsize (Kb) 834604

[startup+210.011 s]
Raw data (loadavg): 1.01 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18156 0 1 0 17997 203 0 0 25 0 10 0 1860815802 854634496 125690 4294967295 134512640 134569956 3221224336 3221214784 1131342914 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 125690 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 182
Current children cumulated vsize (Kb) 834604

[startup+220.011 s]
Raw data (loadavg): 1.01 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18158 0 1 0 18890 211 0 0 25 0 10 0 1860815802 854634496 129244 4294967295 134512640 134569956 3221224336 3221214504 1131450988 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208651 129244 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 191.01
Current children cumulated vsize (Kb) 834604

[startup+230.012 s]
Raw data (loadavg): 1.00 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18161 0 1 0 19736 218 0 0 25 0 10 0 1860815802 854634496 134673 4294967295 134512640 134569956 3221224336 3221214784 1131342904 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 134673 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 199.54
Current children cumulated vsize (Kb) 834604

[startup+240.013 s]
Raw data (loadavg): 1.00 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18164 0 1 0 20579 224 0 0 18 0 10 0 1860815802 854634496 140281 4294967295 134512640 134569956 3221224336 3221214784 1131348725 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 140281 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 208.03
Current children cumulated vsize (Kb) 834604

[startup+250.012 s]
Raw data (loadavg): 1.00 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18166 0 1 0 21468 231 0 0 25 0 10 0 1860815802 854634496 144292 4294967295 134512640 134569956 3221224336 3221214720 1131330415 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208651 144292 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 216.99
Current children cumulated vsize (Kb) 834604

[startup+260.013 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18169 0 1 0 22307 237 0 0 25 0 10 0 1860815802 854634496 150407 4294967295 134512640 134569956 3221224336 3221214688 1131358410 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 150407 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 225.44
Current children cumulated vsize (Kb) 834604

[startup+270.013 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18171 0 1 0 23196 243 0 0 25 0 10 0 1860815802 854634496 154635 4294967295 134512640 134569956 3221224336 3221214784 1131348596 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 154635 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 234.39
Current children cumulated vsize (Kb) 834604

[startup+280.014 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18171 0 1 0 23225 243 0 0 17 0 10 0 1860815802 855662592 154773 4294967295 134512640 134569956 3221224336 3221213536 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 154773 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 234.68
Current children cumulated vsize (Kb) 835608

[startup+290.014 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18172 0 1 0 23552 246 0 0 25 0 10 0 1860815802 855662592 158685 4294967295 134512640 134569956 3221224336 3221213472 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 158685 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 237.98
Current children cumulated vsize (Kb) 835608

[startup+300.014 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18172 0 1 0 23552 246 0 0 25 0 10 0 1860815802 855662592 158689 4294967295 134512640 134569956 3221224336 3221213472 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 158689 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 237.98
Current children cumulated vsize (Kb) 835608

[startup+310.014 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18174 0 1 0 23879 249 0 0 25 0 10 0 1860815802 855662592 160768 4294967295 134512640 134569956 3221224336 3221213376 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 160768 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 241.28
Current children cumulated vsize (Kb) 835608

[startup+320.014 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18174 0 1 0 23879 249 0 0 25 0 10 0 1860815802 855662592 160772 4294967295 134512640 134569956 3221224336 3221213376 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 160772 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 241.28
Current children cumulated vsize (Kb) 835608

[startup+330.015 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18174 0 1 0 24207 252 0 0 17 0 10 0 1860815802 855662592 162809 4294967295 134512640 134569956 3221224336 3221213576 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 162809 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 244.59
Current children cumulated vsize (Kb) 835608

[startup+340.016 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18174 0 1 0 24207 252 0 0 17 0 10 0 1860815802 855662592 162809 4294967295 134512640 134569956 3221224336 3221213576 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 162809 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 244.59
Current children cumulated vsize (Kb) 835608

[startup+350.015 s]
Raw data (loadavg): 1.08 1.03 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18175 0 1 0 24532 255 0 0 16 0 10 0 1860815802 855662592 162809 4294967295 134512640 134569956 3221224336 3221213304 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 162809 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 247.87
Current children cumulated vsize (Kb) 835608

[startup+360.016 s]
Raw data (loadavg): 1.07 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18175 0 1 0 24532 255 0 0 16 0 10 0 1860815802 855662592 162809 4294967295 134512640 134569956 3221224336 3221213304 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 162809 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 247.87
Current children cumulated vsize (Kb) 835608

[startup+370.016 s]
Raw data (loadavg): 1.06 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18177 0 1 0 24863 259 0 0 25 0 10 0 1860815802 855662592 162809 4294967295 134512640 134569956 3221224336 3221213192 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 162809 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 251.22
Current children cumulated vsize (Kb) 835608

[startup+380.016 s]
Raw data (loadavg): 1.05 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18177 0 1 0 24863 259 0 0 25 0 10 0 1860815802 855662592 162810 4294967295 134512640 134569956 3221224336 3221213192 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 162810 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 251.22
Current children cumulated vsize (Kb) 835608

[startup+390.016 s]
Raw data (loadavg): 1.11 1.04 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18178 0 1 0 25188 261 0 0 25 0 10 0 1860815802 855662592 163186 4294967295 134512640 134569956 3221224336 3221213200 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 163186 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 254.49
Current children cumulated vsize (Kb) 835608

[startup+400.016 s]
Raw data (loadavg): 1.10 1.04 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18178 0 1 0 25241 261 0 0 22 0 10 0 1860815802 854634496 165092 4294967295 134512640 134569956 3221224336 3221214408 1131502538 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208651 165092 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 255.02
Current children cumulated vsize (Kb) 834604

[startup+410.017 s]
Raw data (loadavg): 1.16 1.06 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18178 0 1 0 25522 264 0 0 25 0 10 0 1860815802 855662592 165224 4294967295 134512640 134569956 3221224336 3221213320 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 165224 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 257.86
Current children cumulated vsize (Kb) 835608

[startup+420.017 s]
Raw data (loadavg): 1.13 1.05 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18178 0 1 0 25522 264 0 0 25 0 10 0 1860815802 855662592 165226 4294967295 134512640 134569956 3221224336 3221213320 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 165226 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 257.86
Current children cumulated vsize (Kb) 835608

[startup+430.018 s]
Raw data (loadavg): 1.11 1.05 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18179 0 1 0 25849 268 0 0 25 0 10 0 1860815802 855662592 166604 4294967295 134512640 134569956 3221224336 3221213248 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 166604 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 261.17
Current children cumulated vsize (Kb) 835608

[startup+440.018 s]
Raw data (loadavg): 1.10 1.05 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18179 0 1 0 25849 268 0 0 25 0 10 0 1860815802 855662592 166608 4294967295 134512640 134569956 3221224336 3221213248 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 166608 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 261.17
Current children cumulated vsize (Kb) 835608

[startup+450.017 s]
Raw data (loadavg): 1.08 1.05 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18180 0 1 0 26180 270 0 0 16 0 10 0 1860815802 855662592 168627 4294967295 134512640 134569956 3221224336 3221213160 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 168627 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 264.5
Current children cumulated vsize (Kb) 835608

[startup+460.018 s]
Raw data (loadavg): 1.07 1.05 1.01 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18181 0 1 0 26220 271 0 0 20 0 10 0 1860815802 854634496 170450 4294967295 134512640 134569956 3221224336 3221214784 1131342794 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 170450 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 264.91
Current children cumulated vsize (Kb) 834604

[startup+470.018 s]
Raw data (loadavg): 1.06 1.04 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18182 0 1 0 26511 273 0 0 25 0 10 0 1860815802 855662592 170582 4294967295 134512640 134569956 3221224336 3221213472 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 170582 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 267.84
Current children cumulated vsize (Kb) 835608

[startup+480.019 s]
Raw data (loadavg): 1.05 1.04 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) R 26648 26649 21452 0 -1 0 18182 0 1 0 26610 273 0 0 25 0 10 0 1860815802 854634496 170660 4294967295 134512640 134569956 3221224336 3221214560 1131465735 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 170660 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 268.83
Current children cumulated vsize (Kb) 834604

[startup+490.019 s]
Raw data (loadavg): 1.04 1.04 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18184 0 1 0 26934 276 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213008 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 272.1
Current children cumulated vsize (Kb) 835608

[startup+500.019 s]
Raw data (loadavg): 1.03 1.04 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18184 0 1 0 26934 276 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213008 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 272.1
Current children cumulated vsize (Kb) 835608

[startup+510.02 s]
Raw data (loadavg): 1.03 1.04 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18213 0 1 0 27328 279 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213272 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 276.07
Current children cumulated vsize (Kb) 835608

[startup+520.02 s]
Raw data (loadavg): 1.02 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18213 0 1 0 27328 279 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213272 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 276.07
Current children cumulated vsize (Kb) 835608

[startup+530.021 s]
Raw data (loadavg): 1.02 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18215 0 1 0 27681 282 0 0 25 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213160 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 279.63
Current children cumulated vsize (Kb) 835608

[startup+540.022 s]
Raw data (loadavg): 1.02 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18215 0 1 0 27681 282 0 0 25 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213160 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 279.63
Current children cumulated vsize (Kb) 835608

[startup+550.023 s]
Raw data (loadavg): 1.01 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18216 0 1 0 28003 284 0 0 25 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213472 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 282.87
Current children cumulated vsize (Kb) 835608

[startup+560.023 s]
Raw data (loadavg): 1.01 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18216 0 1 0 28003 284 0 0 25 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213472 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 282.87
Current children cumulated vsize (Kb) 835608

[startup+570.023 s]
Raw data (loadavg): 1.01 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18216 0 1 0 28289 285 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213304 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 285.74
Current children cumulated vsize (Kb) 835608

[startup+580.025 s]
Raw data (loadavg): 1.01 1.03 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18216 0 1 0 28289 285 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213304 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 285.74
Current children cumulated vsize (Kb) 835608

[startup+590.024 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18217 0 1 0 28568 287 0 0 16 0 10 0 1860815802 854634496 170660 4294967295 134512640 134569956 3221224336 3221213296 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 170660 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 288.55
Current children cumulated vsize (Kb) 834604

[startup+600.024 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18217 0 1 0 28568 287 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213296 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 288.55
Current children cumulated vsize (Kb) 835608

[startup+610.025 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18218 0 1 0 28819 288 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213296 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 291.07
Current children cumulated vsize (Kb) 835608

[startup+620.024 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18218 0 1 0 28819 288 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213296 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 291.07
Current children cumulated vsize (Kb) 835608

[startup+630.025 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18219 0 1 0 29048 290 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213360 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 293.38
Current children cumulated vsize (Kb) 835608

[startup+640.026 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18219 0 1 0 29048 290 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213360 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 293.38
Current children cumulated vsize (Kb) 835608

[startup+650.026 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18220 0 1 0 29259 291 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213248 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 295.5
Current children cumulated vsize (Kb) 835608

[startup+660.026 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18220 0 1 0 29259 291 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213248 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 295.5
Current children cumulated vsize (Kb) 835608

[startup+670.027 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18276 0 1 0 29461 293 0 0 16 0 10 0 1860815802 854634496 170660 4294967295 134512640 134569956 3221224336 3221213536 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208651 170660 13129 16 0 208635 0
[pid=26649] vsize: 834604
Current children cumulated CPU time (s) 297.54
Current children cumulated vsize (Kb) 834604

[startup+680.028 s]
Raw data (loadavg): 1.00 1.02 1.00 3/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18276 0 1 0 29461 293 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213536 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 297.54
Current children cumulated vsize (Kb) 835608

[startup+690.027 s]
Raw data (loadavg): 1.00 1.02 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18277 0 1 0 29647 294 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213536 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 299.41
Current children cumulated vsize (Kb) 835608

[startup+700.027 s]
Raw data (loadavg): 1.00 1.01 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18277 0 1 0 29647 294 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213536 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 299.41
Current children cumulated vsize (Kb) 835608

[startup+710.028 s]
Raw data (loadavg): 1.00 1.01 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18278 0 1 0 29820 294 0 0 25 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213296 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 301.14
Current children cumulated vsize (Kb) 835608

[startup+720.029 s]
Raw data (loadavg): 1.00 1.01 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18278 0 1 0 29820 294 0 0 25 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213296 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 301.14
Current children cumulated vsize (Kb) 835608

[startup+730.029 s]
Raw data (loadavg): 1.00 1.01 1.00 2/65 26658
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18279 0 1 0 29985 295 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213264 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 302.8
Current children cumulated vsize (Kb) 835608

[startup+740.03 s]
Raw data (loadavg): 1.08 1.03 1.01 2/65 26713
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18279 0 1 0 29985 295 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213264 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 302.8
Current children cumulated vsize (Kb) 835608

[startup+750.03 s]
Raw data (loadavg): 1.07 1.03 1.00 2/65 26713
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18281 0 1 0 30141 296 0 0 25 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213432 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 304.37
Current children cumulated vsize (Kb) 835608

[startup+760.03 s]
Raw data (loadavg): 1.06 1.02 1.00 2/65 26713
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18281 0 1 0 30141 296 0 0 25 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213432 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 304.37
Current children cumulated vsize (Kb) 835608

[startup+770.031 s]
Raw data (loadavg): 1.05 1.02 1.00 2/65 26713
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18281 0 1 0 30288 296 0 0 25 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213360 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 305.84
Current children cumulated vsize (Kb) 835608

[startup+780.032 s]
Raw data (loadavg): 1.04 1.02 1.00 2/65 26713
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18281 0 1 0 30288 296 0 0 25 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213360 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 305.84
Current children cumulated vsize (Kb) 835608

[startup+790.033 s]
Raw data (loadavg): 1.03 1.02 1.00 2/65 26713
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18282 0 1 0 30430 297 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213536 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 307.27
Current children cumulated vsize (Kb) 835608

[startup+800.033 s]
Raw data (loadavg): 1.03 1.02 1.00 2/65 26713
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18282 0 1 0 30430 297 0 0 16 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213536 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 307.27
Current children cumulated vsize (Kb) 835608

[startup+810.034 s]
Raw data (loadavg): 1.02 1.02 1.00 2/65 26715
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18283 0 1 0 30564 297 0 0 25 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213224 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 308.61
Current children cumulated vsize (Kb) 835608

[startup+820.035 s]
Raw data (loadavg): 1.02 1.02 1.00 2/65 26717
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18283 0 1 0 30564 297 0 0 25 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213224 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 308.61
Current children cumulated vsize (Kb) 835608

[startup+830.036 s]
Raw data (loadavg): 1.02 1.02 1.00 2/65 26717
Raw data (/proc/26649/stat): 26649 (java) S 26648 26649 21452 0 -1 0 18283 0 1 0 30564 297 0 0 25 0 10 0 1860815802 855662592 170792 4294967295 134512640 134569956 3221224336 3221213224 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/26649/statm): 208902 170792 13129 16 0 208886 0
[pid=26649] vsize: 835608
Current children cumulated CPU time (s) 308.61
Current children cumulated vsize (Kb) 835608
New thread pid=26718
One traced child (pid=26718) exited with status: 0
One traced child (pid=26658) exited with status: 0
One traced child (pid=26653) exited with status: 0
One traced child (pid=26650) exited with status: 0
One traced child (pid=26654) exited with status: 1
One traced child (pid=26652) exited with status: 1
One traced child (pid=26657) exited with status: 1
One traced child (pid=26656) exited with status: 1
One traced child (pid=26655) exited with status: 1

[startup+840.037 s]
Raw data (loadavg): 1.01 1.02 1.00 2/57 26718
Current children cumulated CPU time (s) 0
Current children cumulated vsize (Kb) 0
One traced child (pid=26651) exited with status: 1
One traced child (pid=26649) exited with status: 1
All traced children have exited ! Game is over.

Child status: 1
Real time (s): 840.225
CPU time (s): 836.498
CPU user time (s): 830.075
CPU system time (s): 6.42302
CPU usage (%): 99.5565
Max. virtual memory (cumulated for all children) (Kb): 835748

Verifier Data

ERROR: no interpretation found !