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-13-7/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-sierra.opb
MD5SUM0c242afd458949841d3ea7014466f311
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of terms in the objective function 31139
Biggest coefficient in the objective function 5007894118400
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 89107300928876
Number of bits of the sum of numbers in the objective function 47
Biggest number in a constraint 5007894118400
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 89107300928876
Number of bits of the biggest sum of numbers47
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.282956
Number of variables32607
Total number of constraints3263
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 constraints3263
Minimum length of a constraint7
Maximum length of a constraint426

Trace number 42748

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc2 THE 2005-06-16 14:20:37 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25968 boxname=wulflinc2 idbench=1268 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  0c242afd458949841d3ea7014466f311  /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-13-7-sierra.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-13-7-sierra.opb
IDLAUNCH: 25968
/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:        699384 kB
Buffers:         10716 kB
Cached:         301752 kB
SwapCached:       1420 kB
Active:          27620 kB
Inactive:       286912 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        699132 kB
SwapTotal:     2097136 kB
SwapFree:      2094720 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           5056 kB
Slab:            14940 kB
Committed_AS:    71900 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 14:22:31 (client local time) WITH STATUS 1 IN 113.104 SECONDS
stats: 25968 7 113.104 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.99 0.95 0.91 1/54 11815
Raw data (stat): 11815 (runsolver) R 11814 31399 31398 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 971441835 884736 94 4294967295 134512640 135332820 3221224464 3221219644 135092226 0 2147483391 7 90112 0 0 0 17 1 0 0
Raw data (statm): 216 94 205 205 0 11 0
vsize: 864
[startup+10.0007 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 11815
Raw data (stat): 11815 (pb2sat-v2) R 11814 31399 31398 0 -1 0 2257 0 0 0 994 4 0 0 25 0 1 0 971441835 8228864 1580 4294967295 134512640 135730672 3221224576 3221221664 134561667 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 2009 1580 301 301 0 1708 0
vsize: 8036
[startup+20.0014 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 11815
Raw data (stat): 11815 (pb2sat-v2) R 11814 31399 31398 0 -1 0 4689 0 0 0 1988 10 0 0 25 0 1 0 971441835 16019456 3125 4294967295 134512640 135730672 3221224576 3221221776 134579673 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3911 3125 301 301 0 3610 0
vsize: 15644
[startup+30.001 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 11815
Raw data (stat): 11815 (pb2sat-v2) R 11814 31399 31398 0 -1 0 28126 0 0 0 2932 65 0 0 25 0 1 0 971441835 82567168 17004 4294967295 134512640 135730672 3221224576 3221157384 134787727 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 20158 17006 301 301 0 19857 0
vsize: 80632
[startup+40.0007 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 11815
Raw data (stat): 11815 (pb2sat-v2) R 11814 31399 31398 0 -1 0 56310 0 0 0 3875 123 0 0 25 0 1 0 971441835 158605312 33937 4294967295 134512640 135730672 3221224576 3221174000 134770712 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 38722 33938 301 301 0 38421 0
vsize: 154888
[startup+50.0004 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 11815
Raw data (stat): 11815 (pb2sat-v2) R 11814 31399 31398 0 -1 0 93971 0 0 0 4798 200 0 0 25 0 1 0 971441835 302067712 49905 4294967295 134512640 135730672 3221224576 3221153148 135291163 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 73747 49905 301 301 0 73446 0
vsize: 294988
[startup+60.0011 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 11815
Raw data (stat): 11815 (pb2sat-v2) R 11814 31399 31398 0 -1 0 111914 0 0 0 5749 249 0 0 25 0 1 0 971441835 310890496 67561 4294967295 134512640 135730672 3221224576 3221221592 134539661 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 75901 67561 301 301 0 75600 0
vsize: 303604
[startup+70.0008 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 11815
Raw data (stat): 11815 (pb2sat-v2) R 11814 31399 31398 0 -1 0 167340 0 0 0 6645 353 0 0 25 0 1 0 971441835 633942016 104418 4294967295 134512640 135730672 3221224576 3221111920 134788521 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 154771 104422 301 301 0 154470 0
vsize: 619084
[startup+80.0004 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 11815
Raw data (stat): 11815 (pb2sat-v2) R 11814 31399 31398 0 -1 0 187614 0 0 0 7591 407 0 0 25 0 1 0 971441835 566845440 99881 4294967295 134512640 135730672 3221224576 3221092432 134732157 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 138390 99882 301 301 0 138089 0
vsize: 553560
[startup+90.0002 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 11815
Raw data (stat): 11815 (pb2sat-v2) R 11814 31399 31398 0 -1 0 203721 0 0 0 8547 451 0 0 25 0 1 0 971441835 566845440 115692 4294967295 134512640 135730672 3221224576 3221221552 134540020 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 138390 115692 301 301 0 138089 0
vsize: 553560
[startup+100 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 11815
Raw data (stat): 11815 (pb2sat-v2) R 11814 31399 31398 0 -1 0 219462 0 0 0 9505 493 0 0 25 0 1 0 971441835 629207040 131199 4294967295 134512640 135730672 3221224576 3221191936 134784079 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 153615 131199 301 301 0 153314 0
vsize: 614460
[startup+110.024 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 11815
Raw data (stat): 11815 (pb2sat-v2) R 11814 31399 31398 0 -1 0 242705 0 0 0 10441 559 0 0 25 0 1 0 971441835 291139584 70917 4294967295 134512640 135730672 3221224576 3221222916 135344689 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 71079 70917 301 301 0 70778 0
vsize: 284316
[startup+113.122 s]
Raw data (loadavg): 0.99 0.96 0.91 1/53 11815
Raw data (stat): 11815 (pb2sat-v2) R 11814 31399 31398 0 -1 0 242705 0 0 0 10441 559 0 0 25 0 1 0 971441835 291139584 70917 4294967295 134512640 135730672 3221224576 3221222916 135344689 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 71079 70917 301 301 0 70778 0
vsize: 0

Child status: 1
Real time (s): 113.121
CPU time (s): 113.104
CPU user time (s): 107.358
CPU system time (s): 5.74613
CPU usage (%): 99.9844
Max. virtual memory (Kb): 619084
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####