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/miplib/normalized-mps-v2-20-10-misc02.opb
MD5SUMa0ad7d9714fa2256add068ab80d287bd
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1075471360
Optimality of the best value was proved YES
Number of terms in the objective function 31
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 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 3234157567
Number of bits of the biggest sum of numbers32
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark2.76758
Number of variables89
Total number of constraints97
Number of constraints which are clauses7
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints25
Minimum length of a constraint1
Maximum length of a constraint79

Trace number 4141

Launcher Data

LAUNCH ON wulflinc19 THE 2005-09-19 05:08:47 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6378 boxname=wulflinc19 idbench=518 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  a0ad7d9714fa2256add068ab80d287bd  /oldhome/oroussel/tmp/wulflinc19/normalized-mps-v2-20-10-misc02.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc19/normalized-mps-v2-20-10-misc02.opb
IDLAUNCH: 6378
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.037
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.037
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:        885584 kB
Buffers:         36024 kB
Cached:          86292 kB
SwapCached:        832 kB
Active:          72824 kB
Inactive:        52020 kB
HighTotal:      131008 kB
HighFree:        44044 kB
LowTotal:       903652 kB
LowFree:        841540 kB
SwapTotal:     2097892 kB
SwapFree:      2096460 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5700 kB
Slab:            18700 kB
Committed_AS:    64184 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 05:17:48 (client local time) WITH STATUS 30 IN 548.587 SECONDS
stats: 6378 0 548.587 30

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/wulflinc19/normalized-mps-v2-20-10-misc02.opb
c reading problem ... done. Time 0.358 ms.
c #vars     89
c #constraints  53
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=          1076341760 		Current CPU time: 8.66 ms
c CURRENT OPTIMUM=          1076234240 		Current CPU time: 14.16 ms
c CURRENT OPTIMUM=          1076136960 		Current CPU time: 15.49 ms
c CURRENT OPTIMUM=          1075563520 		Current CPU time: 349.07 ms
c CURRENT OPTIMUM=          1075471360 		Current CPU time: 475.39 ms
c starts		: 13
c conflicts		: 1803
c decisions		: 3932
c propagations		: 19367
c inspects		: 2222852
c learnt literals	: 0
c learnt binary clauses	: 1
c learnt ternary clauses	: 0
c learnt clauses	: 1802
c root simplifications	: 30
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 3834
c speed (decisions/second)	: 61.75495908655432
c non guided choices	173
c random choices	0
s OPTIMUM FOUND
v -COL059_bit_10 -COL059_bit_9 -COL059_bit_8 -COL059_bit_7 -COL059_bit_6 -COL059_bit_5 -COL059_bit_4 -COL059_bit_3 -COL059_bit_2 -COL059_bit_1 COL059_bit0 -COL059_bit1 -COL059_bit2 COL059_bit3 COL059_bit4 -COL059_bit5 -COL059_bit6 COL059_bit7 -COL059_bit8 COL059_bit9 COL059_bit10 -COL059_bit11 -COL059_bit12 -COL059_bit13 -COL059_bit14 -COL059_bit15 -COL059_bit16 -COL059_bit17 -COL059_bit18 -COL059_bit19 COL059_bit20 -COL001_bit0 -COL002_bit0 -COL003_bit0 -COL004_bit0 -COL005_bit0 -COL006_bit0 -COL007_bit0 -COL008_bit0 -COL009_bit0 COL010_bit0 -COL011_bit0 COL012_bit0 -COL013_bit0 -COL014_bit0 -COL015_bit0 -COL016_bit0 -COL017_bit0 -COL018_bit0 -COL019_bit0 -COL020_bit0 -COL021_bit0 -COL022_bit0 -COL023_bit0 -COL024_bit0 -COL025_bit0 -COL026_bit0 -COL027_bit0 -COL028_bit0 COL029_bit0 -COL030_bit0 -COL031_bit0 -COL032_bit0 -COL033_bit0 -COL034_bit0 -COL035_bit0 -COL036_bit0 -COL037_bit0 -COL038_bit0 -COL039_bit0 -COL040_bit0 -COL041_bit0 -COL042_bit0 -COL043_bit0 COL044_bit0 COL045_bit0 -COL046_bit0 -COL047_bit0 -COL048_bit0 -COL049_bit0 -COL050_bit0 -COL051_bit0 COL052_bit0 -COL053_bit0 COL054_bit0 -COL055_bit0 COL056_bit0 -COL057_bit0 COL058_bit0 
c objective function=1075471360
c Total CPU time (ms) : 539.071

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/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1847243100 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 39 3 38 16 0 23 0
[pid=23059] 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/23059
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=23060
New thread pid=23061
New thread pid=23062
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=23063
New thread pid=23064
New thread pid=23065
New thread pid=23066
New thread pid=23067
New thread pid=23068
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/wulflinc19/normalized-mps-v2-20-10-misc02.opb
New thread pid=23069
One traced child (pid=23069) exited with status: 0

[startup+10.0023 s]
Raw data (loadavg): 1.09 1.00 0.99 1/65 23069
Raw data (/proc/23059/stat): 23059 (java) T 23058 23059 5929 0 -1 0 18176 3 2 0 683 44 0 0 25 0 10 0 1847243100 862085120 20784 4294967295 134512640 134569956 3221224336 3221212224 1074594577 0 4 1 23758 3222434794 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210470 20784 13129 16 0 210454 0
[pid=23059] vsize: 841880
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (Kb) 841880
New thread pid=23070
One traced child (pid=23070) exited with status: 0
New thread pid=23071
One traced child (pid=23071) exited with status: 0
New thread pid=23072

[startup+20.0031 s]
Raw data (loadavg): 1.07 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18190 3 2 0 1632 45 0 0 21 0 11 0 1847243100 861757440 21141 4294967295 134512640 134569956 3221224336 3221214528 1131340131 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 21141 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 16.77
Current children cumulated vsize (Kb) 841560

[startup+30.0039 s]
Raw data (loadavg): 1.06 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18200 3 2 0 2585 46 0 0 18 0 11 0 1847243100 861757440 21383 4294967295 134512640 134569956 3221224336 3221214632 1131336255 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 21383 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 26.31
Current children cumulated vsize (Kb) 841560

[startup+40.0047 s]
Raw data (loadavg): 1.05 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18210 3 2 0 3531 46 0 0 25 0 11 0 1847243100 861757440 21539 4294967295 134512640 134569956 3221224336 3221214632 1131336445 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 21539 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 35.77
Current children cumulated vsize (Kb) 841560

[startup+50.0066 s]
Raw data (loadavg): 1.04 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18219 3 2 0 4473 46 0 0 25 0 11 0 1847243100 861757440 21950 4294967295 134512640 134569956 3221224336 3221214720 1131327899 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 21950 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 45.19
Current children cumulated vsize (Kb) 841560

[startup+60.0074 s]
Raw data (loadavg): 1.04 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18228 3 2 0 5437 47 0 0 16 0 11 0 1847243100 861757440 22100 4294967295 134512640 134569956 3221224336 3221214760 1131345305 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 22100 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 54.84
Current children cumulated vsize (Kb) 841560

[startup+70.0092 s]
Raw data (loadavg): 1.03 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18237 3 2 0 6410 47 0 0 17 0 11 0 1847243100 861757440 22193 4294967295 134512640 134569956 3221224336 3221214712 1131365329 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 22193 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 64.57
Current children cumulated vsize (Kb) 841560

[startup+80.011 s]
Raw data (loadavg): 1.02 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18246 3 2 0 7387 47 0 0 19 0 11 0 1847243100 861757440 22283 4294967295 134512640 134569956 3221224336 3221214632 1131336372 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 22283 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 74.34
Current children cumulated vsize (Kb) 841560

[startup+90.0118 s]
Raw data (loadavg): 1.02 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18254 3 2 0 8365 48 0 0 25 0 11 0 1847243100 861757440 22361 4294967295 134512640 134569956 3221224336 3221214760 1131345573 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 22361 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 84.13
Current children cumulated vsize (Kb) 841560

[startup+100.014 s]
Raw data (loadavg): 1.02 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18263 3 2 0 9340 48 0 0 21 0 11 0 1847243100 861757440 22409 4294967295 134512640 134569956 3221224336 3221214080 1085759286 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 22409 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 93.88
Current children cumulated vsize (Kb) 841560

[startup+110.014 s]
Raw data (loadavg): 1.01 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18272 3 2 0 10312 49 0 0 17 0 11 0 1847243100 861757440 22442 4294967295 134512640 134569956 3221224336 3221214716 1131337217 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 22442 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 103.61
Current children cumulated vsize (Kb) 841560

[startup+120.016 s]
Raw data (loadavg): 1.01 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18281 3 2 0 11283 49 0 0 25 0 11 0 1847243100 861757440 22520 4294967295 134512640 134569956 3221224336 3221214512 1131334580 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 22520 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 113.32
Current children cumulated vsize (Kb) 841560

[startup+130.017 s]
Raw data (loadavg): 1.01 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18290 3 2 0 12259 50 0 0 17 0 11 0 1847243100 861757440 22588 4294967295 134512640 134569956 3221224336 3221214712 1131329633 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 22588 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 123.09
Current children cumulated vsize (Kb) 841560

[startup+140.018 s]
Raw data (loadavg): 1.01 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18299 3 2 0 13239 50 0 0 25 0 11 0 1847243100 861757440 22674 4294967295 134512640 134569956 3221224336 3221214712 1131365312 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 22674 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 132.89
Current children cumulated vsize (Kb) 841560

[startup+150.02 s]
Raw data (loadavg): 1.01 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18308 3 2 0 14222 50 0 0 19 0 11 0 1847243100 861757440 22725 4294967295 134512640 134569956 3221224336 3221214632 1131337133 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 22725 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 142.72
Current children cumulated vsize (Kb) 841560

[startup+160.021 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18317 3 2 0 15205 50 0 0 25 0 11 0 1847243100 861757440 22756 4294967295 134512640 134569956 3221224336 3221214632 1131336372 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 22756 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 152.55
Current children cumulated vsize (Kb) 841560

[startup+170.022 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18326 3 2 0 16186 51 0 0 21 0 11 0 1847243100 861757440 22789 4294967295 134512640 134569956 3221224336 3221214720 1131328232 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 22789 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (Kb) 841560

[startup+180.023 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18335 3 2 0 17165 52 0 0 21 0 11 0 1847243100 861757440 22823 4294967295 134512640 134569956 3221224336 3221214712 1131329650 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 22823 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 172.17
Current children cumulated vsize (Kb) 841560

[startup+190.024 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18344 3 2 0 18146 52 0 0 22 0 11 0 1847243100 861757440 22872 4294967295 134512640 134569956 3221224336 3221214712 1131329650 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 22872 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 181.98
Current children cumulated vsize (Kb) 841560

[startup+200.025 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18353 3 2 0 19127 52 0 0 22 0 11 0 1847243100 861757440 22902 4294967295 134512640 134569956 3221224336 3221214632 1131336472 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 22902 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 191.79
Current children cumulated vsize (Kb) 841560

[startup+210.026 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18362 3 2 0 20108 52 0 0 23 0 11 0 1847243100 861757440 22959 4294967295 134512640 134569956 3221224336 3221214720 1131328232 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 22959 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 201.6
Current children cumulated vsize (Kb) 841560

[startup+220.027 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18371 3 2 0 21087 53 0 0 25 0 11 0 1847243100 861757440 22983 4294967295 134512640 134569956 3221224336 3221214632 1131336449 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 22983 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 211.4
Current children cumulated vsize (Kb) 841560

[startup+230.028 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18380 3 2 0 22064 53 0 0 25 0 11 0 1847243100 861757440 23031 4294967295 134512640 134569956 3221224336 3221214716 1131336192 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 23031 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 221.17
Current children cumulated vsize (Kb) 841560

[startup+240.029 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18389 3 2 0 23039 53 0 0 24 0 11 0 1847243100 861757440 23070 4294967295 134512640 134569956 3221224336 3221214432 1131380444 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 23070 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 230.92
Current children cumulated vsize (Kb) 841560

[startup+250.03 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18397 3 2 0 24013 54 0 0 25 0 11 0 1847243100 861757440 23122 4294967295 134512640 134569956 3221224336 3221214712 1131365312 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 23122 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 240.67
Current children cumulated vsize (Kb) 841560

[startup+260.031 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18406 3 2 0 24982 54 0 0 25 0 11 0 1847243100 861757440 23179 4294967295 134512640 134569956 3221224336 3221214432 1131366789 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 23179 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 250.36
Current children cumulated vsize (Kb) 841560

[startup+270.031 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18414 3 2 0 25952 56 0 0 25 0 11 0 1847243100 861757440 23237 4294967295 134512640 134569956 3221224336 3221214720 1131328218 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 23237 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 260.08
Current children cumulated vsize (Kb) 841560

[startup+280.032 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18423 3 2 0 26919 57 0 0 25 0 11 0 1847243100 861757440 23323 4294967295 134512640 134569956 3221224336 3221214608 1131319348 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 23323 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 269.76
Current children cumulated vsize (Kb) 841560

[startup+290.033 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18431 3 2 0 27892 57 0 0 25 0 11 0 1847243100 861757440 23400 4294967295 134512640 134569956 3221224336 3221214720 1131328232 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 23400 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 279.49
Current children cumulated vsize (Kb) 841560

[startup+300.034 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18440 3 2 0 28862 57 0 0 19 0 11 0 1847243100 861757440 23468 4294967295 134512640 134569956 3221224336 3221214392 1131328232 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 23468 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 289.19
Current children cumulated vsize (Kb) 841560

[startup+310.035 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18448 3 2 0 29834 58 0 0 25 0 11 0 1847243100 861757440 23529 4294967295 134512640 134569956 3221224336 3221214716 1131319328 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 23529 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 298.92
Current children cumulated vsize (Kb) 841560

[startup+320.036 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18457 3 2 0 30802 58 0 0 25 0 11 0 1847243100 861757440 23598 4294967295 134512640 134569956 3221224336 3221214712 1131365516 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 23598 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 308.6
Current children cumulated vsize (Kb) 841560

[startup+330.037 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18465 3 2 0 31773 59 0 0 25 0 11 0 1847243100 861757440 23664 4294967295 134512640 134569956 3221224336 3221214608 1131320035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 23664 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 318.32
Current children cumulated vsize (Kb) 841560

[startup+340.038 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18474 3 2 0 32741 59 0 0 25 0 11 0 1847243100 861757440 23745 4294967295 134512640 134569956 3221224336 3221214632 1131336372 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 23745 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 328
Current children cumulated vsize (Kb) 841560

[startup+350.039 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23072
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18482 3 2 0 33712 60 0 0 25 0 11 0 1847243100 861757440 23808 4294967295 134512640 134569956 3221224336 3221214632 1131336395 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 23808 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 337.72
Current children cumulated vsize (Kb) 841560
One traced child (pid=23072) exited with status: 0
New thread pid=23073

[startup+360.04 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23073
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18491 3 2 0 34684 60 0 0 25 0 11 0 1847243100 861757440 23875 4294967295 134512640 134569956 3221224336 3221214712 1131329650 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 23875 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 347.44
Current children cumulated vsize (Kb) 841560

[startup+370.042 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23073
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18500 3 2 0 35658 61 0 0 25 0 11 0 1847243100 861757440 23949 4294967295 134512640 134569956 3221224336 3221214632 1131336372 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 23949 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 357.19
Current children cumulated vsize (Kb) 841560

[startup+380.041 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23073
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18509 3 2 0 36637 61 0 0 24 0 11 0 1847243100 861757440 24026 4294967295 134512640 134569956 3221224336 3221214712 1131365312 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 24026 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 366.98
Current children cumulated vsize (Kb) 841560

[startup+390.042 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23073
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18519 3 2 0 37618 61 0 0 18 0 11 0 1847243100 861757440 24088 4294967295 134512640 134569956 3221224336 3221214712 1131365400 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 24088 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 376.79
Current children cumulated vsize (Kb) 841560

[startup+400.044 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23073
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18528 3 2 0 38602 62 0 0 25 0 11 0 1847243100 861757440 24119 4294967295 134512640 134569956 3221224336 3221214712 1131365312 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 24119 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 386.64
Current children cumulated vsize (Kb) 841560

[startup+410.045 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23073
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18537 3 2 0 39587 62 0 0 18 0 11 0 1847243100 861757440 24141 4294967295 134512640 134569956 3221224336 3221214720 1131327868 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 24141 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 396.49
Current children cumulated vsize (Kb) 841560

[startup+420.047 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23073
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18546 3 2 0 40571 63 0 0 18 0 11 0 1847243100 861757440 24158 4294967295 134512640 134569956 3221224336 3221214632 1131336627 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 24158 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 406.34
Current children cumulated vsize (Kb) 841560

[startup+430.049 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23073
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18555 3 2 0 41556 63 0 0 25 0 11 0 1847243100 861757440 24173 4294967295 134512640 134569956 3221224336 3221214632 1131337073 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 24173 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 416.19
Current children cumulated vsize (Kb) 841560

[startup+440.048 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23073
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18564 3 2 0 42540 63 0 0 16 0 11 0 1847243100 861757440 24186 4294967295 134512640 134569956 3221224336 3221214712 1131615861 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 24186 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 426.03
Current children cumulated vsize (Kb) 841560

[startup+450.05 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23073
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18573 3 2 0 43524 64 0 0 18 0 11 0 1847243100 861757440 24212 4294967295 134512640 134569956 3221224336 3221214672 1131331821 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 24212 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 435.88
Current children cumulated vsize (Kb) 841560

[startup+460.051 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23073
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18582 3 2 0 44508 64 0 0 20 0 11 0 1847243100 861757440 24229 4294967295 134512640 134569956 3221224336 3221214632 1131336601 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 24229 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 445.72
Current children cumulated vsize (Kb) 841560

[startup+470.052 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23073
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18591 3 2 0 45493 65 0 0 23 0 11 0 1847243100 861757440 24250 4294967295 134512640 134569956 3221224336 3221214632 1131336565 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 24250 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 455.58
Current children cumulated vsize (Kb) 841560
One traced child (pid=23073) exited with status: 0
New thread pid=23074

[startup+480.053 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23074
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18601 3 2 0 46476 65 0 0 22 0 11 0 1847243100 861757440 24268 4294967295 134512640 134569956 3221224336 3221214712 1131365329 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 24268 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 465.41
Current children cumulated vsize (Kb) 841560

[startup+490.053 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23074
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18610 3 2 0 47462 66 0 0 24 0 11 0 1847243100 861757440 24282 4294967295 134512640 134569956 3221224336 3221214592 1131216819 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 24282 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 475.28
Current children cumulated vsize (Kb) 841560

[startup+500.054 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23074
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18620 3 2 0 48447 66 0 0 16 0 11 0 1847243100 861757440 24298 4294967295 134512640 134569956 3221224336 3221214632 1131336372 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 24298 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 485.13
Current children cumulated vsize (Kb) 841560

[startup+510.055 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23074
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18628 3 2 0 49434 66 0 0 25 0 11 0 1847243100 861757440 24309 4294967295 134512640 134569956 3221224336 3221214632 1131336372 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 24309 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 495
Current children cumulated vsize (Kb) 841560

[startup+520.056 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23074
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18638 3 2 0 50418 67 0 0 17 0 11 0 1847243100 861757440 24318 4294967295 134512640 134569956 3221224336 3221214716 1131329580 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/23059/statm): 210390 24318 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 504.85
Current children cumulated vsize (Kb) 841560

[startup+530.057 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23074
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18647 3 2 0 51403 67 0 0 25 0 11 0 1847243100 861757440 24328 4294967295 134512640 134569956 3221224336 3221214688 1131333529 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 24328 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 514.7
Current children cumulated vsize (Kb) 841560

[startup+540.058 s]
Raw data (loadavg): 1.00 1.00 0.99 2/66 23074
Raw data (/proc/23059/stat): 23059 (java) R 23058 23059 5929 0 -1 0 18656 3 2 0 52386 68 0 0 25 0 11 0 1847243100 861757440 24346 4294967295 134512640 134569956 3221224336 3221214760 1131344461 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/23059/statm): 210390 24346 13129 16 0 210374 0
[pid=23059] vsize: 841560
Current children cumulated CPU time (s) 524.54
Current children cumulated vsize (Kb) 841560
One traced child (pid=23074) exited with status: 0
New thread pid=23075
One traced child (pid=23075) exited with status: 0
One traced child (pid=23068) exited with status: 0
One traced child (pid=23063) exited with status: 0
One traced child (pid=23065) exited with status: 30
One traced child (pid=23060) exited with status: 30
One traced child (pid=23061) exited with status: 30
One traced child (pid=23062) exited with status: 30
One traced child (pid=23067) exited with status: 30
One traced child (pid=23064) exited with status: 30
One traced child (pid=23066) exited with status: 30
One traced child (pid=23059) exited with status: 30
All traced children have exited ! Game is over.

Child status: 30
Real time (s): 540.44
CPU time (s): 548.587
CPU user time (s): 547.349
CPU system time (s): 1.23781
CPU usage (%): 101.507
Max. virtual memory (cumulated for all children) (Kb): 841880

Verifier Data

Verifier:	OK	1075471360