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/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-20-10-nazareth.opb
MD5SUM1d16d9273da855e9ddf9502b6d199f2a
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1073741823
Optimality of the best value was proved YES
Number of terms in the objective function 78
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 3221356541
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 5368724480
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 20401110007
Number of bits of the biggest sum of numbers35
Best result obtained on this benchmarkOPTIMUM FOUND
Best CPU time to get the best result obtained on this benchmark0.218966
Number of variables78
Total number of constraints3
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint17
Maximum length of a constraint61

Trace number 7355

Launcher Data

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.191
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:        888920 kB
Buffers:         29360 kB
Cached:          91492 kB
SwapCached:       1004 kB
Active:          46564 kB
Inactive:        76932 kB
HighTotal:      131008 kB
HighFree:        38080 kB
LowTotal:       903652 kB
LowFree:        850840 kB
SwapTotal:     2097136 kB
SwapFree:      2095552 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5600 kB
Slab:            16580 kB
Committed_AS:    72492 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-20 11:36:26 (client local time) WITH STATUS 30 IN 2.19667 SECONDS
stats: 6647 0 2.19667 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/wulflinc2/normalized-mps-v2-20-10-nazareth.opb
c reading problem ... done. Time 0.175 ms.
c #vars     78
c #constraints  3
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM=                   0 		Current CPU time: 0.20 ms
c CURRENT OPTIMUM=          -536870912 		Current CPU time: 0.40 ms
c CURRENT OPTIMUM=          -805306368 		Current CPU time: 0.66 ms
c CURRENT OPTIMUM=          -939524096 		Current CPU time: 0.71 ms
c CURRENT OPTIMUM=         -1006632960 		Current CPU time: 0.74 ms
c CURRENT OPTIMUM=         -1040187392 		Current CPU time: 0.78 ms
c CURRENT OPTIMUM=         -1056964608 		Current CPU time: 0.82 ms
c CURRENT OPTIMUM=         -1065353216 		Current CPU time: 0.85 ms
c CURRENT OPTIMUM=         -1069547520 		Current CPU time: 0.89 ms
c CURRENT OPTIMUM=         -1071644672 		Current CPU time: 0.92 ms
c CURRENT OPTIMUM=         -1072693248 		Current CPU time: 0.95 ms
c CURRENT OPTIMUM=         -1073217536 		Current CPU time: 0.98 ms
c CURRENT OPTIMUM=         -1073479680 		Current CPU time: 1.03 ms
c CURRENT OPTIMUM=         -1073610752 		Current CPU time: 1.07 ms
c CURRENT OPTIMUM=         -1073676288 		Current CPU time: 1.10 ms
c CURRENT OPTIMUM=         -1073709056 		Current CPU time: 1.12 ms
c CURRENT OPTIMUM=         -1073725440 		Current CPU time: 1.15 ms
c CURRENT OPTIMUM=         -1073733632 		Current CPU time: 1.18 ms
c CURRENT OPTIMUM=         -1073737728 		Current CPU time: 1.20 ms
c CURRENT OPTIMUM=         -1073739776 		Current CPU time: 1.23 ms
c CURRENT OPTIMUM=         -1073740800 		Current CPU time: 1.25 ms
c CURRENT OPTIMUM=         -1073741312 		Current CPU time: 1.48 ms
c CURRENT OPTIMUM=         -1073741568 		Current CPU time: 1.51 ms
c CURRENT OPTIMUM=         -1073741696 		Current CPU time: 1.52 ms
c CURRENT OPTIMUM=         -1073741760 		Current CPU time: 1.54 ms
c CURRENT OPTIMUM=         -1073741792 		Current CPU time: 1.57 ms
c CURRENT OPTIMUM=         -1073741808 		Current CPU time: 1.59 ms
c CURRENT OPTIMUM=         -1073741816 		Current CPU time: 1.60 ms
c CURRENT OPTIMUM=         -1073741820 		Current CPU time: 1.62 ms
c CURRENT OPTIMUM=         -1073741822 		Current CPU time: 1.64 ms
c CURRENT OPTIMUM=         -1073741823 		Current CPU time: 1.65 ms
c starts		: 31
c conflicts		: 0
c decisions		: 1321
c propagations		: 1457
c inspects		: 847
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 0
c root simplifications	: 31
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 45551.72413793103
c non guided choices	1321
c random choices	0
s OPTIMUM FOUND
v -CLNAM1_bit_10 -CLNAM1_bit_9 -CLNAM1_bit_8 -CLNAM1_bit_7 -CLNAM1_bit_6 -CLNAM1_bit_5 -CLNAM1_bit_4 -CLNAM1_bit_3 -CLNAM1_bit_2 -CLNAM1_bit_1 -CLNAM1_bit0 -CLNAM1_bit1 -CLNAM1_bit2 -CLNAM1_bit3 -CLNAM1_bit4 -CLNAM1_bit5 -CLNAM1_bit6 CLNAM2_bit_10 CLNAM2_bit_9 CLNAM2_bit_8 CLNAM2_bit_7 CLNAM2_bit_6 CLNAM2_bit_5 CLNAM2_bit_4 CLNAM2_bit_3 CLNAM2_bit_2 CLNAM2_bit_1 CLNAM2_bit0 CLNAM2_bit1 CLNAM2_bit2 CLNAM2_bit3 CLNAM2_bit4 CLNAM2_bit5 CLNAM2_bit6 CLNAM2_bit7 CLNAM2_bit8 CLNAM2_bit9 CLNAM2_bit10 CLNAM2_bit11 CLNAM2_bit12 CLNAM2_bit13 CLNAM2_bit14 CLNAM2_bit15 CLNAM2_bit16 CLNAM2_bit17 CLNAM2_bit18 CLNAM2_bit19 -CLNAM3_bit_10 -CLNAM3_bit_9 -CLNAM3_bit_8 -CLNAM3_bit_7 -CLNAM3_bit_6 -CLNAM3_bit_5 -CLNAM3_bit_4 -CLNAM3_bit_3 -CLNAM3_bit_2 -CLNAM3_bit_1 -CLNAM3_bit0 -CLNAM3_bit1 -CLNAM3_bit2 -CLNAM3_bit3 -CLNAM3_bit4 -CLNAM3_bit5 -CLNAM3_bit6 -CLNAM3_bit7 -CLNAM3_bit8 -CLNAM3_bit9 -CLNAM3_bit10 -CLNAM3_bit11 -CLNAM3_bit12 -CLNAM3_bit13 -CLNAM3_bit14 -CLNAM3_bit15 -CLNAM3_bit16 -CLNAM3_bit17 -CLNAM3_bit18 -CLNAM3_bit19 -CLNAM3_bit20 
c objective function=-1073741823
c Total CPU time (ms) : 1.682

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/11446/stat): 11446 (java) R 11445 11446 6872 0 -1 0 19 0 0 0 0 0 0 0 22 0 1 0 1800010739 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 1 0 0
Raw data (/proc/11446/statm): 39 3 38 16 0 23 0
[pid=11446] 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/11446
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=11447
New thread pid=11448
New thread pid=11449
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=11450
New thread pid=11451
New thread pid=11452
New thread pid=11453
New thread pid=11454
New thread pid=11455
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/wulflinc2/normalized-mps-v2-20-10-nazareth.opb
New thread pid=11456
One traced child (pid=11456) exited with status: 0
New thread pid=11457
One traced child (pid=11457) exited with status: 0
New thread pid=11458
One traced child (pid=11458) exited with status: 0
New thread pid=11459
One traced child (pid=11459) exited with status: 0
New thread pid=11460
New thread pid=11461
One traced child (pid=11460) exited with status: 0
One traced child (pid=11461) exited with status: 0
New thread pid=11462
New thread pid=11463
New thread pid=11464
One traced child (pid=11462) exited with status: 0
One traced child (pid=11463) exited with status: 0
One traced child (pid=11464) exited with status: 0
New thread pid=11465
One traced child (pid=11465) exited with status: 0
New thread pid=11466
One traced child (pid=11466) exited with status: 0
New thread pid=11467
One traced child (pid=11467) exited with status: 0
New thread pid=11468
One traced child (pid=11468) exited with status: 0
New thread pid=11469
One traced child (pid=11469) exited with status: 0
New thread pid=11470
One traced child (pid=11470) exited with status: 0
New thread pid=11471
One traced child (pid=11471) exited with status: 0
New thread pid=11472
One traced child (pid=11472) exited with status: 0
New thread pid=11473
One traced child (pid=11473) exited with status: 0
New thread pid=11474
One traced child (pid=11474) exited with status: 0
New thread pid=11475
One traced child (pid=11475) exited with status: 0
New thread pid=11476
One traced child (pid=11476) exited with status: 0
New thread pid=11477
New thread pid=11478
One traced child (pid=11477) exited with status: 0
One traced child (pid=11478) exited with status: 0
New thread pid=11479
New thread pid=11480
One traced child (pid=11479) exited with status: 0
One traced child (pid=11480) exited with status: 0
New thread pid=11481
One traced child (pid=11481) exited with status: 0
New thread pid=11482
New thread pid=11483
One traced child (pid=11482) exited with status: 0
New thread pid=11484
One traced child (pid=11483) exited with status: 0
New thread pid=11485
One traced child (pid=11484) exited with status: 0
One traced child (pid=11485) exited with status: 0
New thread pid=11486
New thread pid=11487
One traced child (pid=11486) exited with status: 0
One traced child (pid=11487) exited with status: 0
One traced child (pid=11455) exited with status: 0
One traced child (pid=11450) exited with status: 0
One traced child (pid=11447) exited with status: 30
One traced child (pid=11454) exited with status: 30
One traced child (pid=11452) exited with status: 30
One traced child (pid=11453) exited with status: 30
One traced child (pid=11448) exited with status: 30
One traced child (pid=11449) exited with status: 30
One traced child (pid=11451) exited with status: 30
One traced child (pid=11446) exited with status: 30
All traced children have exited ! Game is over.

Child status: 30
Real time (s): 3.05147
CPU time (s): 2.19667
CPU user time (s): 1.90571
CPU system time (s): 0.290955
CPU usage (%): 71.9872
Max. virtual memory (cumulated for all children) (Kb): 0

Verifier Data

Verifier:	OK	-1073741823