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/MIPLIB/miplib2003/normalized-mps-v2-20-10-momentum1.opb
MD5SUM611e05ec291e603bb8a780ac778ac9aa
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 31027
Biggest coefficient in the objective function 16384000000
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 1372391683575
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 536870912000000000000000
Number of bits of the biggest number in a constraint 79
Biggest sum of numbers in a constraint 1073792773951002037452800
Number of bits of the biggest sum of numbers80
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.374942
Number of variables41495
Total number of constraints47575
Number of constraints which are clauses24365
Number of constraints which are cardinality constraints (but not clauses)3166
Number of constraints which are nor clauses,nor cardinality constraints20044
Minimum length of a constraint1
Maximum length of a constraint840

Trace number 35203

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc27 THE 2005-05-28 12:25:18 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24509 boxname=wulflinc27 idbench=981 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  611e05ec291e603bb8a780ac778ac9aa  /oldhome/oroussel/tmp/wulflinc27/normalized-mps-v2-20-10-momentum1.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc27/normalized-mps-v2-20-10-momentum1.opb
IDLAUNCH: 24509
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.169
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	: 3
cpu MHz		: 451.169
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:        689220 kB
Buffers:         33972 kB
Cached:         280436 kB
SwapCached:        704 kB
Active:          31336 kB
Inactive:       285140 kB
HighTotal:      131008 kB
HighFree:        37912 kB
LowTotal:       903652 kB
LowFree:        651308 kB
SwapTotal:     2097892 kB
SwapFree:      2096316 kB
Dirty:              44 kB
Writeback:           0 kB
Mapped:           5128 kB
Slab:            23180 kB
Committed_AS:    63596 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-28 12:27:23 (client local time) WITH STATUS 1 IN 124.365 SECONDS
stats: 24509 7 124.365 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.93 0.90 2/54 19343
Raw data (stat): 19343 (runsolver) R 19342 3394 3393 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 864779532 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.0003 s]
Raw data (loadavg): 0.92 0.94 0.91 2/54 19343
Raw data (stat): 19343 (pb2sat) R 19342 3394 3393 0 -1 0 2269 0 0 0 995 4 0 0 25 0 1 0 864779532 8224768 1593 4294967295 134512640 135726644 3221224576 3221221664 134556168 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 2008 1593 300 300 0 1708 0
vsize: 8032
[startup+20.0012 s]
Raw data (loadavg): 0.93 0.94 0.91 2/54 19343
Raw data (stat): 19343 (pb2sat) R 19342 3394 3393 0 -1 0 11947 0 0 0 1970 29 0 0 25 0 1 0 864779532 42037248 8761 4294967295 134512640 135726644 3221224576 3208849804 134603584 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 10263 8761 300 300 0 9963 0
vsize: 41052
[startup+30.0014 s]
Raw data (loadavg): 0.94 0.94 0.91 2/54 19343
Raw data (stat): 19343 (pb2sat) R 19342 3394 3393 0 -1 0 43534 0 0 0 2902 97 0 0 25 0 1 0 864779532 138678272 27464 4294967295 134512640 135726644 3221224576 3208838004 135297952 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 33857 27465 300 300 0 33557 0
vsize: 135428
[startup+40.0025 s]
Raw data (loadavg): 0.95 0.94 0.91 2/54 19343
Raw data (stat): 19343 (pb2sat) R 19342 3394 3393 0 -1 0 68095 0 0 0 3848 151 0 0 25 0 1 0 864779532 273555456 45647 4294967295 134512640 135726644 3221224576 3209976560 134771922 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 66786 45650 300 300 0 66486 0
vsize: 267144
[startup+50.0048 s]
Raw data (loadavg): 0.96 0.94 0.91 2/54 19343
Raw data (stat): 19343 (pb2sat) R 19342 3394 3393 0 -1 0 104710 0 0 0 4775 225 0 0 25 0 1 0 864779532 346456064 60084 4294967295 134512640 135726644 3221224576 3212870892 134604449 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 84584 60084 300 300 0 84284 0
vsize: 338336
[startup+60.0041 s]
Raw data (loadavg): 0.97 0.94 0.91 2/54 19343
Raw data (stat): 19343 (pb2sat) R 19342 3394 3393 0 -1 0 124894 0 0 0 5731 269 0 0 25 0 1 0 864779532 374300672 80022 4294967295 134512640 135726644 3221224576 3209516464 134767136 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 91382 80022 300 300 0 91082 0
vsize: 365528
[startup+70.0156 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 19343
Raw data (stat): 19343 (pb2sat) R 19342 3394 3393 0 -1 0 166374 0 0 0 6655 346 0 0 25 0 1 0 864779532 508866560 101910 4294967295 134512640 135726644 3221224576 3208808112 135278611 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 124235 101910 300 300 0 123935 0
vsize: 496940
[startup+80.0247 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 19343
Raw data (stat): 19343 (pb2sat) R 19342 3394 3393 0 -1 0 202702 0 0 0 7579 423 0 0 25 0 1 0 864779532 609529856 113450 4294967295 134512640 135726644 3221224576 3208801352 134784091 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 148811 113450 300 300 0 148511 0
vsize: 595244
[startup+90.0341 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 19343
Raw data (stat): 19343 (pb2sat) R 19342 3394 3393 0 -1 0 216416 0 0 0 8546 457 0 0 25 0 1 0 864779532 651329536 126959 4294967295 134512640 135726644 3221224576 3208838192 134607669 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 159016 126959 300 300 0 158716 0
vsize: 636064
[startup+100.034 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 19343
Raw data (stat): 19343 (pb2sat) R 19342 3394 3393 0 -1 0 236697 0 0 0 9501 503 0 0 25 0 1 0 864779532 680120320 147007 4294967295 134512640 135726644 3221224576 3208814004 135101157 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 166045 147007 300 300 0 165745 0
vsize: 664180
[startup+110.039 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 19343
Raw data (stat): 19343 (pb2sat) R 19342 3394 3393 0 -1 0 253379 0 0 0 10466 538 0 0 25 0 1 0 864779532 753971200 163498 4294967295 134512640 135726644 3221224576 3209796864 134767123 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 184075 163498 300 300 0 183775 0
vsize: 736300
[startup+120.047 s]
Raw data (loadavg): 0.99 0.95 0.91 2/54 19343
Raw data (stat): 19343 (pb2sat) R 19342 3394 3393 0 -1 0 266733 0 0 0 11433 569 0 0 25 0 1 0 864779532 773414912 176578 4294967295 134512640 135726644 3221224576 3221222788 134541622 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 188822 176578 300 300 0 188522 0
vsize: 755288
[startup+124.429 s]
Raw data (loadavg): 0.99 0.95 0.91 1/53 19343
Raw data (stat): 19343 (pb2sat) R 19342 3394 3393 0 -1 0 266733 0 0 0 11433 569 0 0 25 0 1 0 864779532 773414912 176578 4294967295 134512640 135726644 3221224576 3221222788 134541622 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 188822 176578 300 300 0 188522 0
vsize: 0

Child status: 1
Real time (s): 124.428
CPU time (s): 124.365
CPU user time (s): 118.322
CPU system time (s): 6.04308
CPU usage (%): 99.9492
Max. virtual memory (Kb): 755288
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####