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-boeing2.opb
MD5SUM9d4981de84e8fd488c4493c292301fa3
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 3114
Biggest coefficient in the objective function 40265318400000
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 2533036563346675
Number of bits of the sum of numbers in the objective function 52
Biggest number in a constraint 431563682611200
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 17042207919312540
Number of bits of the biggest sum of numbers54
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.033994
Number of variables3371
Total number of constraints213
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 constraints213
Minimum length of a constraint12
Maximum length of a constraint2370

Trace number 35034

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc8 THE 2005-05-28 12:02:37 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24343 boxname=wulflinc8 idbench=815 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  9d4981de84e8fd488c4493c292301fa3  /oldhome/oroussel/tmp/wulflinc8/normalized-mps-v2-20-10-boeing2.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc8/normalized-mps-v2-20-10-boeing2.opb
IDLAUNCH: 24343
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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.007
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:        700344 kB
Buffers:         37476 kB
Cached:         274088 kB
SwapCached:        896 kB
Active:          51800 kB
Inactive:       262088 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        700092 kB
SwapTotal:     2097136 kB
SwapFree:      2095540 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5196 kB
Slab:            14744 kB
Committed_AS:    63732 kB
PageTables:        320 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-05-28 12:04:26 (client local time) WITH STATUS 1 IN 108.833 SECONDS
stats: 24343 7 108.833 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): 1.07 1.00 0.92 2/54 15741
Raw data (stat): 15741 (runsolver) D 15740 3132 3131 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 792861690 884736 94 4294967295 134512640 135332820 3221224464 3221219644 135092226 0 2147483391 7 90112 3225161850 0 0 17 0 0 0
Raw data (statm): 216 94 205 205 0 11 0
vsize: 864
[startup+10.0014 s]
Raw data (loadavg): 1.06 1.00 0.92 2/54 15741
Raw data (stat): 15741 (pb2sat) R 15740 3132 3131 0 -1 0 29983 0 0 0 937 61 0 0 25 0 1 0 792861690 91566080 18836 4294967295 134512640 135726644 3221224576 3219968552 134784091 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 22355 18836 300 300 0 22055 0
vsize: 89420
[startup+20.0014 s]
Raw data (loadavg): 1.05 1.00 0.92 2/54 15741
Raw data (stat): 15741 (pb2sat) R 15740 3132 3131 0 -1 0 59167 0 0 0 1883 116 0 0 25 0 1 0 792861690 178884608 36796 4294967295 134512640 135726644 3221224576 3219976552 135282351 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 43673 36796 300 300 0 43373 0
vsize: 174692
[startup+30.0015 s]
Raw data (loadavg): 1.04 1.00 0.92 2/54 15741
Raw data (stat): 15741 (pb2sat) R 15740 3132 3131 0 -1 0 98617 0 0 0 2808 191 0 0 25 0 1 0 792861690 298209280 54049 4294967295 134512640 135726644 3221224576 3219979352 134784091 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 72805 54049 300 300 0 72505 0
vsize: 291220
[startup+40.004 s]
Raw data (loadavg): 1.04 1.00 0.92 2/54 15741
Raw data (stat): 15741 (pb2sat) R 15740 3132 3131 0 -1 0 116097 0 0 0 3774 225 0 0 25 0 1 0 792861690 350687232 71301 4294967295 134512640 135726644 3221224576 3219971024 134605128 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 85617 71303 300 300 0 85317 0
vsize: 342468
[startup+50.0057 s]
Raw data (loadavg): 1.03 1.00 0.92 2/54 15741
Raw data (stat): 15741 (pb2sat) R 15740 3132 3131 0 -1 0 161193 0 0 0 4693 307 0 0 25 0 1 0 792861690 562106368 115195 4294967295 134512640 135726644 3221224576 3219968960 134772474 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 137233 115195 300 300 0 136933 0
vsize: 548932
[startup+60.0058 s]
Raw data (loadavg): 1.02 1.00 0.92 2/54 15741
Raw data (stat): 15741 (pb2sat) R 15740 3132 3131 0 -1 0 196046 0 0 0 5618 382 0 0 25 0 1 0 792861690 595656704 106865 4294967295 134512640 135726644 3221224576 3219966464 134767237 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 145424 106865 300 300 0 145124 0
vsize: 581696
[startup+70.0069 s]
Raw data (loadavg): 1.02 1.00 0.92 2/54 15741
Raw data (stat): 15741 (pb2sat) R 15740 3132 3131 0 -1 0 208114 0 0 0 6596 405 0 0 25 0 1 0 792861690 629211136 118713 4294967295 134512640 135726644 3221224576 3219967352 134784091 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 153616 118713 300 300 0 153316 0
vsize: 614464
[startup+80.007 s]
Raw data (loadavg): 1.02 1.00 0.92 2/54 15741
Raw data (stat): 15741 (pb2sat) R 15740 3132 3131 0 -1 0 228607 0 0 0 7557 443 0 0 25 0 1 0 792861690 657731584 138966 4294967295 134512640 135726644 3221224576 3219997408 135280446 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 160579 138967 300 300 0 160279 0
vsize: 642316
[startup+90.0133 s]
Raw data (loadavg): 1.01 1.00 0.92 2/54 15741
Raw data (stat): 15741 (pb2sat) R 15740 3132 3131 0 -1 0 246414 0 0 0 8523 478 0 0 25 0 1 0 792861690 733880320 156569 4294967295 134512640 135726644 3221224576 3219972000 134780450 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 179170 156569 300 300 0 178870 0
vsize: 716680
[startup+100.013 s]
Raw data (loadavg): 1.01 1.00 0.92 2/54 15741
Raw data (stat): 15741 (pb2sat) R 15740 3132 3131 0 -1 0 263055 0 0 0 9491 510 0 0 25 0 1 0 792861690 760225792 173022 4294967295 134512640 135726644 3221224576 3221222608 135279084 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 185602 173022 300 300 0 185302 0
vsize: 742408
[startup+108.836 s]
Raw data (loadavg): 1.01 1.00 0.92 1/53 15741
Raw data (stat): 15741 (pb2sat) R 15740 3132 3131 0 -1 0 263055 0 0 0 9491 510 0 0 25 0 1 0 792861690 760225792 173022 4294967295 134512640 135726644 3221224576 3221222608 135279084 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 185602 173022 300 300 0 185302 0
vsize: 0

Child status: 1
Real time (s): 108.835
CPU time (s): 108.833
CPU user time (s): 103.375
CPU system time (s): 5.45817
CPU usage (%): 99.999
Max. virtual memory (Kb): 742408
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####