Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser !
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namemps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mas74.opb
MD5SUM6a0bff14a7f6c8e613cddf35e20a182f
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 503502750032
Optimality of the best value was proved NO
Number of terms in the objective function 240
Biggest coefficient in the objective function 1934281311383406679529881600000
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 3868562622766813359059763200000
Number of bits of the sum of numbers in the objective function 102
Biggest number in a constraint 1208925819614629174706176000000000
Number of bits of the biggest number in a constraint 110
Biggest sum of numbers in a constraint 2417851639229258349412352000000000
Number of bits of the biggest sum of numbers111
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.92549
Number of variables240
Total number of constraints164
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)151
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint1
Maximum length of a constraint239

Trace number 4185

Launcher Data

LAUNCH ON wulflinc2 THE 2005-09-19 05:43:21 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=6434 boxname=wulflinc2 idbench=574 idsolver=6 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  6a0bff14a7f6c8e613cddf35e20a182f  /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-20-10-mas74.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudoTer.jar /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-20-10-mas74.opb
IDLAUNCH: 6434
/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:        906448 kB
Buffers:         35612 kB
Cached:          68544 kB
SwapCached:       1040 kB
Active:          62708 kB
Inactive:        44080 kB
HighTotal:      131008 kB
HighFree:        58996 kB
LowTotal:       903652 kB
LowFree:        847452 kB
SwapTotal:     2097136 kB
SwapFree:      2095568 kB
Dirty:              40 kB
Writeback:           0 kB
Mapped:           5696 kB
Slab:            15676 kB
Committed_AS:    72324 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-09-19 05:43:36 (client local time) WITH STATUS 1 IN 9.92549 SECONDS
stats: 6434 0 9.92549 1

Solver Data

c SAT4J: a SATisfiability library for Java (c) 2004-2005 Daniel Le Berre
c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
c version JAVA5.1.1.31
c --- Begin Solver configuration ---
c org.sat4j.minisat.uip.FirstUIP@a20892
c org.sat4j.minisat.constraints.PBMinDataStructure@1e0bc08
c org.sat4j.minisat.learning.MiniSATLearning@158b649
c conflictBoundIncFactor=1.5 learntBoundIncFactor=1.1 initLearntBoundConstraintFactor=0.5 initConflictBound=100 
c VSIDS like heuristics from MiniSAT using a sorted array
c No reason simplification
c --- End Solver configuration ---
c solving /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-20-10-mas74.opb
c reading problem ... done. Time 1.487 ms.
c #vars     240
c #constraints  14
c SATISFIABLE
c OPTIMIZING...
c CURRENT OPTIMUM= 1759218604441600000 		Current CPU time: 1.79 ms
c CURRENT OPTIMUM=  879609302220800000 		Current CPU time: 2.22 ms
c CURRENT OPTIMUM=  439804651110400000 		Current CPU time: 2.34 ms
c CURRENT OPTIMUM=  219902325555200000 		Current CPU time: 2.48 ms
c CURRENT OPTIMUM=  109951162777600000 		Current CPU time: 2.61 ms
c CURRENT OPTIMUM=   54975581388800000 		Current CPU time: 2.80 ms
c CURRENT OPTIMUM=   27487790694400000 		Current CPU time: 2.85 ms
c CURRENT OPTIMUM=   13743895347200000 		Current CPU time: 2.98 ms
c CURRENT OPTIMUM=    6871947673600000 		Current CPU time: 3.64 ms
c CURRENT OPTIMUM=    3435973836800000 		Current CPU time: 3.93 ms
c CURRENT OPTIMUM=    1717986918400000 		Current CPU time: 4.22 ms
c CURRENT OPTIMUM=     858993459200000 		Current CPU time: 4.27 ms
c CURRENT OPTIMUM=     429496729600000 		Current CPU time: 4.32 ms
c CURRENT OPTIMUM=     214748364800000 		Current CPU time: 4.41 ms
c CURRENT OPTIMUM=     107374182400000 		Current CPU time: 4.62 ms
c CURRENT OPTIMUM=      53687091200000 		Current CPU time: 4.90 ms
c CURRENT OPTIMUM=      26843545600000 		Current CPU time: 5.00 ms
c CURRENT OPTIMUM=      13421772800000 		Current CPU time: 5.09 ms
c CURRENT OPTIMUM=       6710886400000 		Current CPU time: 5.14 ms
c CURRENT OPTIMUM=       3355443200000 		Current CPU time: 5.17 ms
c CURRENT OPTIMUM=       1677721600000 		Current CPU time: 5.21 ms
c CURRENT OPTIMUM=        838860800000 		Current CPU time: 5.27 ms
c CURRENT OPTIMUM=        629145600000 		Current CPU time: 5.33 ms
c CURRENT OPTIMUM=        524288000000 		Current CPU time: 5.54 ms
c CURRENT OPTIMUM=        511180800000 		Current CPU time: 5.74 ms
c CURRENT OPTIMUM=        504627200000 		Current CPU time: 5.94 ms
c CURRENT OPTIMUM=        503808000000 		Current CPU time: 6.15 ms
c CURRENT OPTIMUM=        503603200000 		Current CPU time: 6.40 ms
c CURRENT OPTIMUM=        503552000000 		Current CPU time: 6.60 ms
c CURRENT OPTIMUM=        503526400000 		Current CPU time: 6.81 ms
c CURRENT OPTIMUM=        503513600000 		Current CPU time: 7.04 ms
c CURRENT OPTIMUM=        503507200000 		Current CPU time: 7.26 ms
c CURRENT OPTIMUM=        503504000000 		Current CPU time: 7.52 ms
c CURRENT OPTIMUM=        503503200000 		Current CPU time: 7.77 ms
c CURRENT OPTIMUM=        503502800000 		Current CPU time: 8.02 ms
c CURRENT OPTIMUM=        503502775000 		Current CPU time: 8.30 ms
c CURRENT OPTIMUM=        503502762500 		Current CPU time: 8.63 ms
c CURRENT OPTIMUM=        503502756250 		Current CPU time: 8.94 ms
c CURRENT OPTIMUM=        503502753125 		Current CPU time: 9.26 ms
c CURRENT OPTIMUM=        503502750032 		Current CPU time: 13.17 ms
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1
	at org.sat4j.minisat.constraints.cnf.Lits.isSatisfied(Lits.java:166)
	at org.sat4j.minisat.core.Solver.enqueue(Solver.java:364)
	at org.sat4j.minisat.core.Solver.enqueue(Solver.java:348)
	at org.sat4j.minisat.core.Solver.assume(Solver.java:673)
	at org.sat4j.minisat.core.Solver.search(Solver.java:783)
	at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:929)
	at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:866)
	at org.sat4j.LanceurPseudo2005.solve(LanceurPseudo2005.java:89)
	at org.sat4j.Lanceur.run(Lanceur.java:267)
	at org.sat4j.LanceurPseudo2005.main(LanceurPseudo2005.java:40)
c starts		: 41
c conflicts		: 1
c decisions		: 7183
c propagations		: 7576
c inspects		: 7957
c learnt literals	: 0
c learnt binary clauses	: 0
c learnt ternary clauses	: 0
c learnt clauses	: 1
c root simplifications	: 41
c removed literals (reason simplification)	: 0
c reason swapping (by a shorter reason)	: 0
c Calls to reduceDB	: 0
c speed (decisions/second)	: 171023.80952380953
c non guided choices	7172
c random choices	0
s SATISFIABLE
v -x1_bit0 -x2_bit0 -x3_bit0 -x4_bit0 -x5_bit0 -x6_bit0 -x7_bit0 -x8_bit0 -x9_bit0 -x10_bit0 -x11_bit0 -x12_bit0 -x13_bit0 -x14_bit0 -x15_bit0 -x16_bit0 -x17_bit0 -x18_bit0 -x19_bit0 -x20_bit0 -x21_bit0 -x22_bit0 -x23_bit0 -x24_bit0 -x25_bit0 -x26_bit0 -x27_bit0 -x28_bit0 -x29_bit0 -x30_bit0 -x31_bit0 -x32_bit0 -x33_bit0 -x34_bit0 -x35_bit0 -x36_bit0 -x37_bit0 -x38_bit0 -x39_bit0 -x40_bit0 -x41_bit0 -x42_bit0 -x43_bit0 -x44_bit0 -x45_bit0 -x46_bit0 -x47_bit0 -x48_bit0 -x49_bit0 -x50_bit0 -x51_bit0 -x52_bit0 -x53_bit0 -x54_bit0 -x55_bit0 -x56_bit0 -x57_bit0 -x58_bit0 -x59_bit0 -x60_bit0 -x61_bit0 -x62_bit0 -x63_bit0 -x64_bit0 -x65_bit0 -x66_bit0 -x67_bit0 -x68_bit0 -x69_bit0 -x70_bit0 -x71_bit0 -x72_bit0 -x73_bit0 -x74_bit0 -x75_bit0 -x76_bit0 -x77_bit0 -x78_bit0 -x79_bit0 -x80_bit0 -x81_bit0 -x82_bit0 -x83_bit0 -x84_bit0 -x85_bit0 -x86_bit0 -x87_bit0 -x88_bit0 -x89_bit0 -x90_bit0 -x91_bit0 -x92_bit0 -x93_bit0 -x94_bit0 -x95_bit0 -x96_bit0 -x97_bit0 -x98_bit0 -x99_bit0 -x100_bit0 -x101_bit0 -x102_bit0 -x103_bit0 -x104_bit0 -x105_bit0 -x106_bit0 -x107_bit0 -x108_bit0 -x109_bit0 -x110_bit0 -x111_bit0 -x112_bit0 -x113_bit0 -x114_bit0 -x115_bit0 -x116_bit0 -x117_bit0 -x118_bit0 -x119_bit0 -x120_bit0 -x121_bit0 -x122_bit0 -x123_bit0 -x124_bit0 -x125_bit0 -x126_bit0 -x127_bit0 -x128_bit0 -x129_bit0 -x130_bit0 -x131_bit0 -x132_bit0 -x133_bit0 -x134_bit0 -x135_bit0 -x136_bit0 -x137_bit0 -x138_bit0 -x139_bit0 -x140_bit0 -x141_bit0 -x142_bit0 -x143_bit0 -x144_bit0 -x145_bit0 -x146_bit0 -x147_bit0 -x148_bit0 -x149_bit0 x150_bit0 -x151_bit_10 -x151_bit_9 -x151_bit_8 -x151_bit_7 x151_bit_6 x151_bit_5 x151_bit_4 -x151_bit_3 -x151_bit_2 x151_bit_1 -x151_bit0 -x151_bit1 -x151_bit2 -x151_bit3 -x151_bit4 x151_bit5 -x151_bit6 x151_bit7 -x151_bit8 x151_bit9 x151_bit10 -x151_bit11 -x151_bit12 x151_bit13 x151_bit14 -x151_bit15 -x151_bit16 x151_bit17 -x151_bit18 -x151_bit19 -x151_bit20 -x151_bit21 -x151_bit22 -x151_bit23 -x151_bit24 -x151_bit25 -x151_bit26 -x151_bit27 -x151_bit28 -x151_bit29 -x151_bit30 -x151_bit31 -x151_bit32 -x151_bit33 -x151_bit34 -x151_bit35 -x151_bit36 -x151_bit37 -x151_bit38 -x151_bit39 -x151_bit40 -x151_bit41 -x151_bit42 -x151_bit43 -x151_bit44 -x151_bit45 -x151_bit46 -x151_bit47 -x151_bit48 -x151_bit49 -x151_bit50 -x151_bit51 -x151_bit52 -x151_bit53 -x151_bit54 -x151_bit55 -x151_bit56 -x151_bit57 -x151_bit58 -x151_bit59 -x151_bit60 -x151_bit61 -x151_bit62 -x151_bit63 -x151_bit64 -x151_bit65 -x151_bit66 -x151_bit67 -x151_bit68 -x151_bit69 -x151_bit70 -x151_bit71 -x151_bit72 -x151_bit73 -x151_bit74 -x151_bit75 -x151_bit76 -x151_bit77 -x151_bit78 -x151_bit79 
c objective function=503502750032
c Total CPU time (ms) : 13.297

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/20215/stat): 20215 (java) R 20214 20215 6872 0 -1 0 19 0 0 0 0 0 0 0 23 0 1 0 1789251112 159744 3 4294967295 134512640 134569956 3221224464 3221224464 1073744960 0 0 5 0 0 0 0 17 0 0 0
Raw data (/proc/20215/statm): 39 3 38 16 0 23 0
[pid=20215] 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/20215
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=20216
New thread pid=20217
New thread pid=20218
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=20219
New thread pid=20220
New thread pid=20221
New thread pid=20222
New thread pid=20223
New thread pid=20224
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-mas74.opb
New thread pid=20225
One traced child (pid=20225) exited with status: 0
New thread pid=20226
New thread pid=20227
One traced child (pid=20227) exited with status: 0
New thread pid=20228
One traced child (pid=20226) exited with status: 0
New thread pid=20229
One traced child (pid=20228) exited with status: 0
One traced child (pid=20229) exited with status: 0
New thread pid=20230
New thread pid=20231
New thread pid=20232
One traced child (pid=20230) exited with status: 0
One traced child (pid=20231) exited with status: 0
New thread pid=20233
One traced child (pid=20232) exited with status: 0
New thread pid=20234
One traced child (pid=20233) exited with status: 0
New thread pid=20235
One traced child (pid=20234) exited with status: 0
New thread pid=20236
One traced child (pid=20235) exited with status: 0
New thread pid=20237
One traced child (pid=20236) exited with status: 0
New thread pid=20238
One traced child (pid=20237) exited with status: 0
New thread pid=20239
One traced child (pid=20239) exited with status: 0
One traced child (pid=20238) exited with status: 0
New thread pid=20240
One traced child (pid=20240) exited with status: 0
New thread pid=20241
One traced child (pid=20241) exited with status: 0
New thread pid=20242
One traced child (pid=20242) exited with status: 0
New thread pid=20243
One traced child (pid=20243) exited with status: 0
New thread pid=20244
One traced child (pid=20244) exited with status: 0
New thread pid=20245
One traced child (pid=20245) exited with status: 0
New thread pid=20246
One traced child (pid=20246) exited with status: 0
New thread pid=20247
One traced child (pid=20247) exited with status: 0
New thread pid=20248
One traced child (pid=20248) exited with status: 0
New thread pid=20249
One traced child (pid=20249) exited with status: 0
New thread pid=20250
One traced child (pid=20250) exited with status: 0
New thread pid=20251
One traced child (pid=20251) exited with status: 0
New thread pid=20252
One traced child (pid=20252) exited with status: 0
New thread pid=20253
One traced child (pid=20253) exited with status: 0
New thread pid=20254
One traced child (pid=20254) exited with status: 0
New thread pid=20255
One traced child (pid=20255) exited with status: 0
New thread pid=20256
One traced child (pid=20256) exited with status: 0
New thread pid=20257
One traced child (pid=20257) exited with status: 0
New thread pid=20258
One traced child (pid=20258) exited with status: 0
New thread pid=20259
One traced child (pid=20259) exited with status: 0
New thread pid=20260
One traced child (pid=20260) exited with status: 0
New thread pid=20261
One traced child (pid=20261) exited with status: 0
New thread pid=20262

[startup+10.0021 s]
Raw data (loadavg): 1.23 1.05 1.02 2/66 20262
Raw data (/proc/20215/stat): 20215 (java) R 20214 20215 6872 0 -1 0 18209 13 1 0 574 50 1 1 17 0 11 0 1789251112 866922496 21625 4294967295 134512640 134569956 3221224336 3221214720 1131071617 0 4 1 23758 0 0 0 17 0 0 0
Raw data (/proc/20215/statm): 211651 21625 13129 16 0 211635 0
[pid=20215] vsize: 846604
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (Kb) 846604
One traced child (pid=20262) exited with status: 0
New thread pid=20263
One traced child (pid=20263) exited with status: 0
New thread pid=20264
One traced child (pid=20264) exited with status: 0
New thread pid=20265
New thread pid=20266
One traced child (pid=20266) exited with status: 0
One traced child (pid=20224) exited with status: 0
One traced child (pid=20219) exited with status: 0
One traced child (pid=20216) exited with status: 0
One traced child (pid=20223) exited with status: 1
One traced child (pid=20265) exited with status: 1
One traced child (pid=20217) exited with status: 1
One traced child (pid=20218) exited with status: 1
One traced child (pid=20220) exited with status: 1
One traced child (pid=20222) exited with status: 1
One traced child (pid=20221) exited with status: 1
One traced child (pid=20215) exited with status: 1
All traced children have exited ! Game is over.

Child status: 1
Real time (s): 14.655
CPU time (s): 9.92549
CPU user time (s): 9.2216
CPU system time (s): 0.703892
CPU usage (%): 67.7276
Max. virtual memory (cumulated for all children) (Kb): 846604

Verifier Data

Verifier:	OK	503502750032