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/miplib3/normalized-mps-v2-20-10-stein27.opb
MD5SUM5cfd2609faa97ca60458112609ce37ee
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 18
Optimality of the best value was proved YES
Number of terms in the objective function 27
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 27
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 40
Number of bits of the biggest sum of numbers6
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark1.43378
Number of variables27
Total number of constraints145
Number of constraints which are clauses117
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint27

Trace number 4834

Launcher Data

LAUNCH ON wulflinc24 THE 2005-09-19 20:26:28 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6526 boxname=wulflinc24 idbench=666 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  5cfd2609faa97ca60458112609ce37ee  /oldhome/oroussel/tmp/wulflinc24/normalized-mps-v2-20-10-stein27.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc24/normalized-mps-v2-20-10-stein27.opb
IDLAUNCH: 6526
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.080
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.080
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:        890824 kB
Buffers:         34296 kB
Cached:          81928 kB
SwapCached:        736 kB
Active:          69788 kB
Inactive:        49024 kB
HighTotal:      131008 kB
HighFree:        45388 kB
LowTotal:       903652 kB
LowFree:        845436 kB
SwapTotal:     2097892 kB
SwapFree:      2096652 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5736 kB
Slab:            19252 kB
Committed_AS:    64168 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-09-19 20:32:33 (client local time) WITH STATUS 30 IN 372.475 SECONDS
stats: 6526 0 372.475 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/wulflinc24/normalized-mps-v2-20-10-stein27.opb
c reading problem ... done. Time 0.316 ms.
c #vars     27
c #constraints  118
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                  19 		Current CPU time: 0.36 ms
c CURRENT OPTIMUM=                  18 		Current CPU time: 0.62 ms
c starts		: 12
c conflicts		: 7607
c decisions		: 7852
c propagations		: 38783
c inspects		: 8576149
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 7606
c root simplifications	: 26
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 7781
c speed (decisions/second)	: 21.603002190013974
c non guided choices	24
c random choices	0
s OPTIMUM FOUND
v -V0001_bit0 -V0002_bit0 -V0003_bit0 V0004_bit0 V0005_bit0 V0006_bit0 -V0007_bit0 V0008_bit0 V0009_bit0 -V0010_bit0 -V0011_bit0 V0012_bit0 -V0013_bit0 V0014_bit0 V0015_bit0 V0016_bit0 -V0017_bit0 V0018_bit0 V0019_bit0 V0020_bit0 V0021_bit0 V0022_bit0 V0023_bit0 V0024_bit0 V0025_bit0 -V0026_bit0 V0027_bit0 
c objective function=18
c Total CPU time (ms) : 364.096

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/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1852766415 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 39 3 38 16 0 23 0
[pid=2711] 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/2711
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=2712
New thread pid=2713
New thread pid=2714
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=2715
New thread pid=2716
New thread pid=2717
New thread pid=2718
New thread pid=2719
New thread pid=2720
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/wulflinc24/normalized-mps-v2-20-10-stein27.opb
New thread pid=2721
New thread pid=2722
One traced child (pid=2721) exited with status: 0
New thread pid=2723
One traced child (pid=2722) exited with status: 0

[startup+10.0026 s]
Raw data (loadavg): 1.08 1.03 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18201 8 1 0 681 49 0 0 17 0 11 0 1852766415 863985664 21083 4294967295 134512640 134569956 3221224336 3221214664 1131344885 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210934 21083 13129 16 0 210918 0
[pid=2711] vsize: 843736
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (Kb) 843736

[startup+20.0043 s]
Raw data (loadavg): 1.07 1.03 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18210 8 1 0 1644 50 0 0 21 0 11 0 1852766415 863334400 21332 4294967295 134512640 134569956 3221224336 3221214288 1131417553 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210775 21332 13129 16 0 210759 0
[pid=2711] vsize: 843100
Current children cumulated CPU time (s) 16.94
Current children cumulated vsize (Kb) 843100

[startup+30.005 s]
Raw data (loadavg): 1.06 1.02 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18218 8 1 0 2611 50 0 0 25 0 11 0 1852766415 862285824 21600 4294967295 134512640 134569956 3221224336 3221214360 1131489292 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 21600 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 26.61
Current children cumulated vsize (Kb) 842076

[startup+40.0047 s]
Raw data (loadavg): 1.05 1.02 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18224 8 1 0 3572 51 0 0 25 0 11 0 1852766415 862285824 21891 4294967295 134512640 134569956 3221224336 3221213920 1085806735 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 21891 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 36.23
Current children cumulated vsize (Kb) 842076

[startup+50.0054 s]
Raw data (loadavg): 1.04 1.02 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18230 8 1 0 4519 51 0 0 25 0 11 0 1852766415 862285824 22325 4294967295 134512640 134569956 3221224336 3221214184 1131410794 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 22325 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 45.7
Current children cumulated vsize (Kb) 842076

[startup+60.0061 s]
Raw data (loadavg): 1.04 1.02 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18234 8 1 0 5481 52 0 0 25 0 11 0 1852766415 862285824 22325 4294967295 134512640 134569956 3221224336 3221214232 1085806313 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 22325 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 55.33
Current children cumulated vsize (Kb) 842076

[startup+70.0068 s]
Raw data (loadavg): 1.03 1.02 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18238 8 1 0 6439 52 0 0 25 0 11 0 1852766415 862285824 22400 4294967295 134512640 134569956 3221224336 3221213960 1085806301 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 22400 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 64.91
Current children cumulated vsize (Kb) 842076

[startup+80.0075 s]
Raw data (loadavg): 1.02 1.02 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18241 8 1 0 7406 52 0 0 25 0 11 0 1852766415 862285824 22468 4294967295 134512640 134569956 3221224336 3221214056 1131300202 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 22468 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 74.58
Current children cumulated vsize (Kb) 842076

[startup+90.0072 s]
Raw data (loadavg): 1.02 1.02 0.97 3/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18245 8 1 0 8363 52 0 0 25 0 11 0 1852766415 862285824 22520 4294967295 134512640 134569956 3221224336 3221213920 1085806248 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 22520 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 84.15
Current children cumulated vsize (Kb) 842076

[startup+100.008 s]
Raw data (loadavg): 1.02 1.02 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18250 8 1 0 9320 53 0 0 25 0 11 0 1852766415 862285824 22661 4294967295 134512640 134569956 3221224336 3221214096 1131487801 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 22661 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 93.73
Current children cumulated vsize (Kb) 842076

[startup+110.009 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18253 8 1 0 10289 53 0 0 25 0 11 0 1852766415 862285824 22785 4294967295 134512640 134569956 3221224336 3221214280 1085806237 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 22785 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 103.42
Current children cumulated vsize (Kb) 842076

[startup+120.009 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18260 8 1 0 11259 53 0 0 25 0 11 0 1852766415 862285824 22892 4294967295 134512640 134569956 3221224336 3221214704 1131376184 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 22892 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 113.12
Current children cumulated vsize (Kb) 842076

[startup+130.009 s]
Raw data (loadavg): 1.01 1.02 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18264 8 1 0 12221 53 0 0 17 0 11 0 1852766415 862285824 23009 4294967295 134512640 134569956 3221224336 3221214232 1131487168 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 23009 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 122.74
Current children cumulated vsize (Kb) 842076

[startup+140.009 s]
Raw data (loadavg): 1.01 1.01 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18267 8 1 0 13193 53 0 0 25 0 11 0 1852766415 862285824 23082 4294967295 134512640 134569956 3221224336 3221214096 1131487434 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 23082 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 132.46
Current children cumulated vsize (Kb) 842076

[startup+150.009 s]
Raw data (loadavg): 1.01 1.01 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18270 8 1 0 14165 54 0 0 25 0 11 0 1852766415 862285824 23154 4294967295 134512640 134569956 3221224336 3221214640 1131343955 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 23154 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 142.19
Current children cumulated vsize (Kb) 842076

[startup+160.009 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18274 8 1 0 15129 54 0 0 25 0 11 0 1852766415 862285824 23247 4294967295 134512640 134569956 3221224336 3221214680 1131420106 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 23247 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 151.83
Current children cumulated vsize (Kb) 842076

[startup+170.01 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18277 8 1 0 16102 54 0 0 25 0 11 0 1852766415 862285824 23319 4294967295 134512640 134569956 3221224336 3221214640 1131344375 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 23319 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (Kb) 842076

[startup+180.01 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18280 8 1 0 17075 54 0 0 25 0 11 0 1852766415 862285824 23381 4294967295 134512640 134569956 3221224336 3221214792 1131424201 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 23381 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 171.29
Current children cumulated vsize (Kb) 842076

[startup+190.011 s]
Raw data (loadavg): 1.00 1.01 0.97 3/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18284 8 1 0 18042 55 0 0 16 0 11 0 1852766415 862285824 23501 4294967295 134512640 134569956 3221224336 3221214048 1131417457 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 23501 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 180.97
Current children cumulated vsize (Kb) 842076

[startup+200.012 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18288 8 1 0 19011 55 0 0 25 0 11 0 1852766415 862285824 23585 4294967295 134512640 134569956 3221224336 3221214232 1131490498 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 23585 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 190.66
Current children cumulated vsize (Kb) 842076

[startup+210.013 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18291 8 1 0 19987 55 0 0 25 0 11 0 1852766415 862285824 23650 4294967295 134512640 134569956 3221224336 3221214008 1131417507 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 23650 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 200.42
Current children cumulated vsize (Kb) 842076

[startup+220.013 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18295 8 1 0 20957 55 0 0 25 0 11 0 1852766415 862285824 23729 4294967295 134512640 134569956 3221224336 3221214788 1131342880 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 23729 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 210.12
Current children cumulated vsize (Kb) 842076

[startup+230.014 s]
Raw data (loadavg): 1.00 1.01 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18298 8 1 0 21933 56 0 0 25 0 11 0 1852766415 862285824 23785 4294967295 134512640 134569956 3221224336 3221214640 1131344059 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 23785 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 219.89
Current children cumulated vsize (Kb) 842076

[startup+240.015 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18302 8 1 0 22903 57 0 0 25 0 11 0 1852766415 862285824 23861 4294967295 134512640 134569956 3221224336 3221214048 1131300424 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 23861 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 229.6
Current children cumulated vsize (Kb) 842076

[startup+250.015 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18306 8 1 0 23875 58 0 0 25 0 11 0 1852766415 862285824 23918 4294967295 134512640 134569956 3221224336 3221214228 1131421321 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 23918 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 239.33
Current children cumulated vsize (Kb) 842076

[startup+260.016 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18310 8 1 0 24847 58 0 0 25 0 11 0 1852766415 862285824 23972 4294967295 134512640 134569956 3221224336 3221213872 1085806260 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 23972 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 249.05
Current children cumulated vsize (Kb) 842076

[startup+270.017 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18314 8 1 0 25819 59 0 0 17 0 11 0 1852766415 862285824 24033 4294967295 134512640 134569956 3221224336 3221214724 1131343916 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 24033 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 258.78
Current children cumulated vsize (Kb) 842076

[startup+280.016 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18317 8 1 0 26799 59 0 0 25 0 11 0 1852766415 862285824 24085 4294967295 134512640 134569956 3221224336 3221214052 1131421312 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 24085 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 268.58
Current children cumulated vsize (Kb) 842076

[startup+290.017 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) S 2710 2711 20728 0 -1 0 18321 8 1 0 27771 59 0 0 17 0 11 0 1852766415 862285824 24150 4294967295 134512640 134569956 3221224336 3221213384 1073943035 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 24150 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 278.3
Current children cumulated vsize (Kb) 842076

[startup+300.019 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18326 8 1 0 28747 60 0 0 25 0 11 0 1852766415 862285824 24218 4294967295 134512640 134569956 3221224336 3221214728 1131331024 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 24218 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 288.07
Current children cumulated vsize (Kb) 842076

[startup+310.019 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18330 8 1 0 29726 60 0 0 25 0 11 0 1852766415 862285824 24271 4294967295 134512640 134569956 3221224336 3221214640 1131345154 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 24271 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 297.86
Current children cumulated vsize (Kb) 842076

[startup+320.019 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18334 8 1 0 30704 60 0 0 25 0 11 0 1852766415 862285824 24310 4294967295 134512640 134569956 3221224336 3221214184 1131417457 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 24310 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 307.64
Current children cumulated vsize (Kb) 842076

[startup+330.02 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18338 8 1 0 31684 61 0 0 25 0 11 0 1852766415 862285824 24338 4294967295 134512640 134569956 3221224336 3221214504 1131493099 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 24338 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 317.45
Current children cumulated vsize (Kb) 842076

[startup+340.02 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18342 8 1 0 32663 61 0 0 22 0 11 0 1852766415 862285824 24378 4294967295 134512640 134569956 3221224336 3221214640 1131344375 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 24378 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 327.24
Current children cumulated vsize (Kb) 842076

[startup+350.02 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18346 8 1 0 33643 61 0 0 25 0 11 0 1852766415 862285824 24412 4294967295 134512640 134569956 3221224336 3221214232 1131489060 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/2711/statm): 210519 24412 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 337.04
Current children cumulated vsize (Kb) 842076

[startup+360.021 s]
Raw data (loadavg): 1.00 1.00 0.97 2/66 2723
Raw data (/proc/2711/stat): 2711 (java) R 2710 2711 20728 0 -1 0 18351 8 1 0 34620 61 0 0 25 0 11 0 1852766415 862285824 24465 4294967295 134512640 134569956 3221224336 3221214720 1131573068 0 4 1 23758 0 0 0 17 1 0 0
Raw data (/proc/2711/statm): 210519 24465 13129 16 0 210503 0
[pid=2711] vsize: 842076
Current children cumulated CPU time (s) 346.81
Current children cumulated vsize (Kb) 842076
One traced child (pid=2723) exited with status: 0
New thread pid=2724
One traced child (pid=2724) exited with status: 0
One traced child (pid=2720) exited with status: 0
One traced child (pid=2715) exited with status: 0
One traced child (pid=2712) exited with status: 30
One traced child (pid=2713) exited with status: 30
One traced child (pid=2714) exited with status: 30
One traced child (pid=2719) exited with status: 30
One traced child (pid=2716) exited with status: 30
One traced child (pid=2717) exited with status: 30
One traced child (pid=2718) exited with status: 30
One traced child (pid=2711) exited with status: 30
All traced children have exited ! Game is over.

Child status: 30
Real time (s): 365.521
CPU time (s): 372.475
CPU user time (s): 371.495
CPU system time (s): 0.98085
CPU usage (%): 101.903
Max. virtual memory (cumulated for all children) (Kb): 843736

Verifier Data

Verifier:	OK	18