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/MIPLIB/miplib2003/normalized-mps-v2-20-10-rd-rplusc-21.opb
MD5SUMd2b612d978c6eb050af622d4cf2ae598
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 48
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2160590747
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 2962281908055777280
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 6289973478481187311
Number of bits of the biggest sum of numbers63
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark708.041
Number of variables3616
Total number of constraints126450
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)699
Number of constraints which are nor clauses,nor cardinality constraints125751
Minimum length of a constraint1
Maximum length of a constraint189

Trace number 4234

Launcher Data

LAUNCH ON wulflinc21 THE 2005-09-19 05:56:20 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6455 boxname=wulflinc21 idbench=595 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  d2b612d978c6eb050af622d4cf2ae598  /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-20-10-rd-rplusc-21.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-20-10-rd-rplusc-21.opb
IDLAUNCH: 6455
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.161
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.161
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:        663084 kB
Buffers:         31920 kB
Cached:         311824 kB
SwapCached:        812 kB
Active:         297260 kB
Inactive:        49132 kB
HighTotal:      131008 kB
HighFree:         3780 kB
LowTotal:       903652 kB
LowFree:        659304 kB
SwapTotal:     2097892 kB
SwapFree:      2096476 kB
Dirty:               4 kB
Writeback:           0 kB
Mapped:           5804 kB
Slab:            19492 kB
Committed_AS:    64368 kB
PageTables:        340 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 06:06:56 (client local time) WITH STATUS 1 IN 626.978 SECONDS
stats: 6455 7 626.978 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/wulflinc21/normalized-mps-v2-20-10-rd-rplusc-21.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) : 629.564

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/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1724814718 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 39 3 38 16 0 23 0
[pid=3123] 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/3123
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=3124
New thread pid=3125
New thread pid=3126
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=3127
New thread pid=3128
New thread pid=3129
New thread pid=3130
New thread pid=3131
New thread pid=3132
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/wulflinc21/normalized-mps-v2-20-10-rd-rplusc-21.opb

[startup+10.0031 s]
Raw data (loadavg): 1.11 1.03 1.01 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18074 0 1 0 691 49 0 0 25 0 10 0 1724814718 862220288 22575 4294967295 134512640 134569956 3221224320 3221214760 1131356059 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210503 22575 13129 16 0 210487 0
[pid=3123] vsize: 842012
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (Kb) 842012

[startup+20.0038 s]
Raw data (loadavg): 1.10 1.03 1.01 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18079 0 1 0 1571 57 0 0 25 0 10 0 1724814718 861605888 29003 4294967295 134512640 134569956 3221224320 3221214068 1131093414 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 29003 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 16.28
Current children cumulated vsize (Kb) 841412

[startup+30.0045 s]
Raw data (loadavg): 1.08 1.03 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18086 0 1 0 2444 67 0 0 22 0 10 0 1724814718 861605888 33784 4294967295 134512640 134569956 3221224320 3221213464 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 33784 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (Kb) 841412

[startup+40.0052 s]
Raw data (loadavg): 1.07 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18091 0 1 0 3281 76 0 0 21 0 10 0 1724814718 861605888 40891 4294967295 134512640 134569956 3221224320 3221214728 1131397662 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 40891 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 33.57
Current children cumulated vsize (Kb) 841412

[startup+50.0058 s]
Raw data (loadavg): 1.06 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18095 0 1 0 4156 85 0 0 25 0 10 0 1724814718 861605888 45660 4294967295 134512640 134569956 3221224320 3221213216 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 45660 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 42.41
Current children cumulated vsize (Kb) 841412

[startup+60.0065 s]
Raw data (loadavg): 1.05 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18103 0 1 0 4987 94 0 0 25 0 10 0 1724814718 861605888 52752 4294967295 134512640 134569956 3221224320 3221214296 1131382078 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 52752 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (Kb) 841412

[startup+70.0062 s]
Raw data (loadavg): 1.04 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18108 0 1 0 5818 102 0 0 24 0 10 0 1724814718 861605888 59371 4294967295 134512640 134569956 3221224320 3221214736 1131587341 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 59371 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 59.2
Current children cumulated vsize (Kb) 841412

[startup+80.0069 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18110 0 1 0 6698 112 0 0 25 0 10 0 1724814718 861605888 64144 4294967295 134512640 134569956 3221224320 3221214672 1131426340 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 64144 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 68.1
Current children cumulated vsize (Kb) 841412

[startup+90.0066 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18113 0 1 0 7528 121 0 0 25 0 10 0 1724814718 861605888 71282 4294967295 134512640 134569956 3221224320 3221214672 1131427556 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 71282 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 76.49
Current children cumulated vsize (Kb) 841412

[startup+100.007 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18115 0 1 0 8412 129 0 0 24 0 10 0 1724814718 861605888 76048 4294967295 134512640 134569956 3221224320 3221214804 1131240640 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 76048 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 85.41
Current children cumulated vsize (Kb) 841412

[startup+110.008 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18118 0 1 0 9244 137 0 0 25 0 10 0 1724814718 861605888 83216 4294967295 134512640 134569956 3221224320 3221214680 1131328121 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 83216 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 93.81
Current children cumulated vsize (Kb) 841412

[startup+120.009 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18120 0 1 0 10126 146 0 0 20 0 10 0 1724814718 861605888 88010 4294967295 134512640 134569956 3221224320 3221214672 1131428930 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 88010 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 102.72
Current children cumulated vsize (Kb) 841412

[startup+130.009 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18123 0 1 0 10959 153 0 0 25 0 10 0 1724814718 861605888 95283 4294967295 134512640 134569956 3221224320 3221214232 1131399662 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 95283 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 111.12
Current children cumulated vsize (Kb) 841412

[startup+140.009 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18125 0 1 0 11840 163 0 0 25 0 10 0 1724814718 861605888 100070 4294967295 134512640 134569956 3221224320 3221214808 1131409186 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 100070 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (Kb) 841412

[startup+150.01 s]
Raw data (loadavg): 1.01 1.01 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18130 0 1 0 12668 172 0 0 22 0 10 0 1724814718 861605888 107233 4294967295 134512640 134569956 3221224320 3221214424 1131377102 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 107233 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 128.4
Current children cumulated vsize (Kb) 841412

[startup+160.01 s]
Raw data (loadavg): 1.08 1.03 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18132 0 1 0 13550 181 0 0 25 0 10 0 1724814718 861605888 111998 4294967295 134512640 134569956 3221224320 3221214744 1131339650 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 111998 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 137.31
Current children cumulated vsize (Kb) 841412

[startup+170.01 s]
Raw data (loadavg): 1.07 1.03 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18136 0 1 0 14382 191 0 0 22 0 10 0 1724814718 861605888 119134 4294967295 134512640 134569956 3221224320 3221214728 1131328139 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 119134 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 145.73
Current children cumulated vsize (Kb) 841412

[startup+180.011 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18138 0 1 0 15262 201 0 0 18 0 10 0 1724814718 861605888 123895 4294967295 134512640 134569956 3221224320 3221214232 1131399718 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 123895 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 154.63
Current children cumulated vsize (Kb) 841412

[startup+190.011 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18141 0 1 0 16091 210 0 0 25 0 10 0 1724814718 861605888 131042 4294967295 134512640 134569956 3221224320 3221214232 1131400803 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 131042 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 163.01
Current children cumulated vsize (Kb) 841412

[startup+200.012 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18143 0 1 0 16972 219 0 0 25 0 10 0 1724814718 861605888 135805 4294967295 134512640 134569956 3221224320 3221214680 1131328239 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 135805 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 171.91
Current children cumulated vsize (Kb) 841412

[startup+210.012 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18146 0 1 0 17801 228 0 0 25 0 10 0 1724814718 861605888 142942 4294967295 134512640 134569956 3221224320 3221214744 1131355963 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 142942 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 180.29
Current children cumulated vsize (Kb) 841412

[startup+220.013 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18148 0 1 0 18681 236 0 0 25 0 10 0 1724814718 861605888 147743 4294967295 134512640 134569956 3221224320 3221214744 1131340317 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 147743 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 189.17
Current children cumulated vsize (Kb) 841412

[startup+230.013 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18151 0 1 0 19510 245 0 0 25 0 10 0 1724814718 861605888 154909 4294967295 134512640 134569956 3221224320 3221213976 1131373179 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 154909 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 197.55
Current children cumulated vsize (Kb) 841412

[startup+240.013 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18152 0 1 0 20125 252 0 0 25 0 10 0 1724814718 861605888 157307 4294967295 134512640 134569956 3221224320 3221213208 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 157307 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (Kb) 841412

[startup+250.015 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18152 0 1 0 20125 252 0 0 25 0 10 0 1724814718 861605888 157315 4294967295 134512640 134569956 3221224320 3221213208 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 157315 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (Kb) 841412

[startup+260.015 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18154 0 1 0 20467 255 0 0 25 0 10 0 1724814718 861605888 161530 4294967295 134512640 134569956 3221224320 3221213144 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 161530 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 207.22
Current children cumulated vsize (Kb) 841412

[startup+270.015 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 3132
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18154 0 1 0 20496 255 0 0 19 0 10 0 1724814718 861605888 164070 4294967295 134512640 134569956 3221224320 3221214680 1131328644 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 164070 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 207.51
Current children cumulated vsize (Kb) 841412

[startup+280.016 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18155 0 1 0 20808 258 0 0 25 0 10 0 1724814718 861605888 164070 4294967295 134512640 134569956 3221224320 3221213048 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 164070 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 210.66
Current children cumulated vsize (Kb) 841412

[startup+290.016 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) R 3122 3123 20602 0 -1 0 18155 0 1 0 21005 260 0 0 25 0 10 0 1724814718 861605888 166463 4294967295 134512640 134569956 3221224320 3221214744 1131339650 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 166463 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 212.65
Current children cumulated vsize (Kb) 841412

[startup+300.017 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18156 0 1 0 21153 261 0 0 25 0 10 0 1724814718 861605888 166463 4294967295 134512640 134569956 3221224320 3221213200 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 166463 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 214.14
Current children cumulated vsize (Kb) 841412

[startup+310.017 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18156 0 1 0 21153 261 0 0 25 0 10 0 1724814718 861605888 166467 4294967295 134512640 134569956 3221224320 3221213200 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 166467 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 214.14
Current children cumulated vsize (Kb) 841412

[startup+320.017 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18156 0 1 0 21495 263 0 0 20 0 10 0 1724814718 861605888 168459 4294967295 134512640 134569956 3221224320 3221213552 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 168459 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 217.58
Current children cumulated vsize (Kb) 841412

[startup+330.018 s]
Raw data (loadavg): 1.08 1.03 1.01 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18156 0 1 0 21495 263 0 0 20 0 10 0 1724814718 861605888 168463 4294967295 134512640 134569956 3221224320 3221213552 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 168463 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 217.58
Current children cumulated vsize (Kb) 841412

[startup+340.018 s]
Raw data (loadavg): 1.07 1.03 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18158 0 1 0 21838 266 0 0 25 0 10 0 1724814718 861605888 170851 4294967295 134512640 134569956 3221224320 3221213104 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 170851 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 221.04
Current children cumulated vsize (Kb) 841412

[startup+350.018 s]
Raw data (loadavg): 1.06 1.03 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18158 0 1 0 21838 266 0 0 25 0 10 0 1724814718 861605888 170853 4294967295 134512640 134569956 3221224320 3221213104 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 170853 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 221.04
Current children cumulated vsize (Kb) 841412

[startup+360.019 s]
Raw data (loadavg): 1.05 1.03 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18159 0 1 0 22283 269 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213448 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 225.52
Current children cumulated vsize (Kb) 841412

[startup+370.019 s]
Raw data (loadavg): 1.04 1.03 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18159 0 1 0 22283 269 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213448 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 225.52
Current children cumulated vsize (Kb) 841412

[startup+380.019 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18159 0 1 0 22669 271 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213552 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 229.4
Current children cumulated vsize (Kb) 841412

[startup+390.02 s]
Raw data (loadavg): 1.03 1.02 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18159 0 1 0 22669 271 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213552 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 229.4
Current children cumulated vsize (Kb) 841412

[startup+400.021 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18160 0 1 0 23008 273 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213512 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 232.81
Current children cumulated vsize (Kb) 841412

[startup+410.022 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18160 0 1 0 23008 273 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213512 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 232.81
Current children cumulated vsize (Kb) 841412

[startup+420.021 s]
Raw data (loadavg): 1.02 1.02 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18162 0 1 0 23308 275 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221212976 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 235.83
Current children cumulated vsize (Kb) 841412

[startup+430.022 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18162 0 1 0 23308 275 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221212976 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 235.83
Current children cumulated vsize (Kb) 841412

[startup+440.022 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18162 0 1 0 23572 278 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213512 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 238.5
Current children cumulated vsize (Kb) 841412

[startup+450.022 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18162 0 1 0 23572 278 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213512 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 238.5
Current children cumulated vsize (Kb) 841412

[startup+460.023 s]
Raw data (loadavg): 1.01 1.02 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18163 0 1 0 23811 280 0 0 17 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213080 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 240.91
Current children cumulated vsize (Kb) 841412

[startup+470.023 s]
Raw data (loadavg): 1.00 1.02 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18163 0 1 0 23811 280 0 0 17 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213080 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 240.91
Current children cumulated vsize (Kb) 841412

[startup+480.023 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18166 0 1 0 24027 282 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221212936 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 243.09
Current children cumulated vsize (Kb) 841412

[startup+490.023 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18166 0 1 0 24027 282 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221212936 1073952481 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 243.09
Current children cumulated vsize (Kb) 841412

[startup+500.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18166 0 1 0 24219 283 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213168 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 245.02
Current children cumulated vsize (Kb) 841412

[startup+510.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18166 0 1 0 24219 283 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213168 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 245.02
Current children cumulated vsize (Kb) 841412

[startup+520.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18167 0 1 0 24394 284 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213512 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 246.78
Current children cumulated vsize (Kb) 841412

[startup+530.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18167 0 1 0 24394 284 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213512 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 246.78
Current children cumulated vsize (Kb) 841412

[startup+540.024 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18168 0 1 0 24557 285 0 0 17 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213168 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 248.42
Current children cumulated vsize (Kb) 841412

[startup+550.025 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18168 0 1 0 24557 285 0 0 17 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213168 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 248.42
Current children cumulated vsize (Kb) 841412

[startup+560.026 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18169 0 1 0 24710 286 0 0 16 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213416 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 249.96
Current children cumulated vsize (Kb) 841412

[startup+570.026 s]
Raw data (loadavg): 1.00 1.01 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18169 0 1 0 24710 286 0 0 16 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213416 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 249.96
Current children cumulated vsize (Kb) 841412

[startup+580.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18170 0 1 0 24851 287 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213552 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 251.38
Current children cumulated vsize (Kb) 841412

[startup+590.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18170 0 1 0 24851 287 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213552 1073943035 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 251.38
Current children cumulated vsize (Kb) 841412

[startup+600.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18172 0 1 0 24985 287 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213216 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 252.72
Current children cumulated vsize (Kb) 841412

[startup+610.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18172 0 1 0 24985 287 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213216 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 252.72
Current children cumulated vsize (Kb) 841412

[startup+620.027 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18172 0 1 0 24985 287 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213216 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 252.72
Current children cumulated vsize (Kb) 841412

[startup+630.028 s]
Raw data (loadavg): 1.00 1.00 1.00 2/66 3134
Raw data (/proc/3123/stat): 3123 (java) S 3122 3123 20602 0 -1 0 18172 0 1 0 24985 287 0 0 25 0 10 0 1724814718 861605888 171889 4294967295 134512640 134569956 3221224320 3221213216 1073952481 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/3123/statm): 210353 171889 13129 16 0 210337 0
[pid=3123] vsize: 841412
Current children cumulated CPU time (s) 252.72
Current children cumulated vsize (Kb) 841412
New thread pid=3135
One traced child (pid=3135) exited with status: 0
One traced child (pid=3132) exited with status: 0
One traced child (pid=3127) exited with status: 0
One traced child (pid=3124) exited with status: 0
One traced child (pid=3126) exited with status: 1
One traced child (pid=3128) exited with status: 1
One traced child (pid=3131) exited with status: 1
One traced child (pid=3130) exited with status: 1
One traced child (pid=3129) exited with status: 1
One traced child (pid=3125) exited with status: 1
One traced child (pid=3123) exited with status: 1
All traced children have exited ! Game is over.

Child status: 1
Real time (s): 631.195
CPU time (s): 626.978
CPU user time (s): 620.899
CPU system time (s): 6.07908
CPU usage (%): 99.3318
Max. virtual memory (cumulated for all children) (Kb): 842012

Verifier Data

ERROR: no interpretation found !