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).
  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

Namenormalized-opb/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-recipe.opb
MD5SUM3ed8b1557bef6552695b255ca35679eb
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -79735161
Optimality of the best value was proved NO
Number of terms in the objective function 1055
Biggest coefficient in the objective function 65536000
Number of bits for the biggest coefficient in the objective function 26
Sum of the numbers in the objective function 584330055
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 5681631310381056
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 98271137637301167
Number of bits of the biggest sum of numbers57
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1233.91
Number of variables3671
Total number of constraints159
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 constraints159
Minimum length of a constraint10
Maximum length of a constraint420

Trace number 42338

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc6 THE 2005-06-16 05:46:15 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25556 boxname=wulflinc6 idbench=856 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  3ed8b1557bef6552695b255ca35679eb  /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-20-10-recipe.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-20-10-recipe.opb
IDLAUNCH: 25556
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.042
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.042
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:        685268 kB
Buffers:         34272 kB
Cached:         292528 kB
SwapCached:       1028 kB
Active:          40400 kB
Inactive:       288500 kB
HighTotal:      131008 kB
HighFree:         1904 kB
LowTotal:       903652 kB
LowFree:        683364 kB
SwapTotal:     2097136 kB
SwapFree:      2095200 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5088 kB
Slab:            14936 kB
Committed_AS:    63844 kB
PageTables:        320 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 05:48:02 (client local time) WITH STATUS 1 IN 107.057 SECONDS
stats: 25556 7 107.057 1
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c This solver internally uses Chaff 2004.11.15 Simplified

	Unexpected exception :
	St9bad_alloc
#### END SOLVER DATA ####
#### BEGIN WATCHER DATA ####
Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing VSIZE limit: 943718400 bytes
Enforcing Stack size limit: 67108864 bytes
Current StackSize limit: 67108864 bytes
Raw data (loadavg): 0.91 0.95 0.91 2/54 14668
Raw data (stat): 14668 (runsolver) R 14667 25568 25567 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 968350212 884736 94 4294967295 134512640 135332820 3221224464 3221219644 135092226 0 2147483391 7 90112 0 0 0 17 0 0 0
Raw data (statm): 216 94 205 205 0 11 0
vsize: 864
[startup+10.0003 s]
Raw data (loadavg): 0.92 0.95 0.91 2/54 14668
Raw data (stat): 14668 (pb2sat-v2) R 14667 25568 25567 0 -1 0 27381 0 0 0 939 59 0 0 25 0 1 0 968350212 79360000 16269 4294967295 134512640 135730672 3221224576 3221049736 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 19375 16270 301 301 0 19074 0
vsize: 77500
[startup+20.0018 s]
Raw data (loadavg): 0.93 0.95 0.91 2/54 14668
Raw data (stat): 14668 (pb2sat-v2) R 14667 25568 25567 0 -1 0 55395 0 0 0 1880 119 0 0 25 0 1 0 968350212 164675584 33328 4294967295 134512640 135730672 3221224576 3221054516 134813722 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 40204 33329 301 301 0 39903 0
vsize: 160816
[startup+30.0029 s]
Raw data (loadavg): 0.94 0.95 0.91 2/54 14668
Raw data (stat): 14668 (pb2sat-v2) R 14667 25568 25567 0 -1 0 94366 0 0 0 2798 201 0 0 25 0 1 0 968350212 284721152 50626 4294967295 134512640 135730672 3221224576 3221056608 134770430 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 69512 50626 301 301 0 69211 0
vsize: 278048
[startup+40.0037 s]
Raw data (loadavg): 0.95 0.95 0.91 2/54 14668
Raw data (stat): 14668 (pb2sat-v2) R 14667 25568 25567 0 -1 0 110431 0 0 0 3765 235 0 0 25 0 1 0 968350212 334225408 66469 4294967295 134512640 135730672 3221224576 3221079472 134551457 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 81598 66469 301 301 0 81297 0
vsize: 326392
[startup+50.0052 s]
Raw data (loadavg): 0.96 0.95 0.91 2/54 14668
Raw data (stat): 14668 (pb2sat-v2) R 14667 25568 25567 0 -1 0 140794 0 0 0 4705 295 0 0 25 0 1 0 968350212 522522624 96199 4294967295 134512640 135730672 3221224576 3221078776 135285983 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 127569 96201 301 301 0 127268 0
vsize: 510276
[startup+60.0064 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 14668
Raw data (stat): 14668 (pb2sat-v2) R 14667 25568 25567 0 -1 0 190484 0 0 0 5599 401 0 0 25 0 1 0 968350212 588115968 103186 4294967295 134512640 135730672 3221224576 3221085928 134787727 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 143583 103186 301 301 0 143282 0
vsize: 574332
[startup+70.0079 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 14668
Raw data (stat): 14668 (pb2sat-v2) R 14667 25568 25567 0 -1 0 201811 0 0 0 6579 422 0 0 25 0 1 0 968350212 621670400 114311 4294967295 134512640 135730672 3221224576 3221101096 134813515 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 151775 114311 301 301 0 151474 0
vsize: 607100
[startup+80.0084 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 14668
Raw data (stat): 14668 (pb2sat-v2) R 14667 25568 25567 0 -1 0 219117 0 0 0 7544 458 0 0 25 0 1 0 968350212 638025728 131379 4294967295 134512640 135730672 3221224576 3221109468 134608040 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 155768 131380 301 301 0 155467 0
vsize: 623072
[startup+90.0088 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 14668
Raw data (stat): 14668 (pb2sat-v2) R 14667 25568 25567 0 -1 0 239419 0 0 0 8506 496 0 0 25 0 1 0 968350212 667086848 151446 4294967295 134512640 135730672 3221224576 3221113808 134788138 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 162863 151447 301 301 0 162562 0
vsize: 651452
[startup+100.01 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 14668
Raw data (stat): 14668 (pb2sat-v2) R 14667 25568 25567 0 -1 0 255756 0 0 0 9469 533 0 0 25 0 1 0 968350212 740802560 167593 4294967295 134512640 135730672 3221224576 3221131312 134770700 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 180860 167594 301 301 0 180559 0
vsize: 723440
[startup+107.041 s]
Raw data (loadavg): 0.98 0.96 0.91 1/53 14668
Raw data (stat): 14668 (pb2sat-v2) R 14667 25568 25567 0 -1 0 255756 0 0 0 9469 533 0 0 25 0 1 0 968350212 740802560 167593 4294967295 134512640 135730672 3221224576 3221131312 134770700 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 180860 167594 301 301 0 180559 0
vsize: 0

Child status: 1
Real time (s): 107.041
CPU time (s): 107.057
CPU user time (s): 101.287
CPU system time (s): 5.77012
CPU usage (%): 100.015
Max. virtual memory (Kb): 723440
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####