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-e226.opb
MD5SUMbf10f3bcbd0eecac72b126009c15ff92
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 3440
Biggest coefficient in the objective function 1526532669440
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 44802817394775
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 1526532669440
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 44802817394775
Number of bits of the biggest sum of numbers46
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.050991
Number of variables5640
Total number of constraints223
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 constraints223
Minimum length of a constraint20
Maximum length of a constraint2140

Trace number 35427

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc1 THE 2005-05-28 13:10:50 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24738 boxname=wulflinc1 idbench=1210 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  bf10f3bcbd0eecac72b126009c15ff92  /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-13-7-e226.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-13-7-e226.opb
IDLAUNCH: 24738
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.053
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.053
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:        730780 kB
Buffers:         36096 kB
Cached:         243520 kB
SwapCached:        680 kB
Active:          22416 kB
Inactive:       259428 kB
HighTotal:      131008 kB
HighFree:         1764 kB
LowTotal:       903652 kB
LowFree:        729016 kB
SwapTotal:     2097136 kB
SwapFree:      2095368 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5812 kB
Slab:            16144 kB
Committed_AS:    92716 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-05-28 13:12:38 (client local time) WITH STATUS 1 IN 107.431 SECONDS
stats: 24738 7 107.431 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.94 0.90 2/55 20631
Raw data (stat): 20631 (runsolver) R 20630 8378 8377 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 749980516 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.0011 s]
Raw data (loadavg): 0.92 0.94 0.91 2/55 20631
Raw data (stat): 20631 (pb2sat) R 20630 8378 8377 0 -1 0 30551 0 0 0 935 63 0 0 25 0 1 0 749980516 91901952 19404 4294967295 134512640 135726644 3221224592 3219878412 135297992 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 22437 19404 300 300 0 22137 0
vsize: 89748
[startup+20.0018 s]
Raw data (loadavg): 0.94 0.94 0.91 2/55 20631
Raw data (stat): 20631 (pb2sat) R 20630 8378 8377 0 -1 0 60244 0 0 0 1879 119 0 0 25 0 1 0 749980516 179486720 37867 4294967295 134512640 135726644 3221224592 3219884544 134554691 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 43820 37867 300 300 0 43520 0
vsize: 175280
[startup+30.0021 s]
Raw data (loadavg): 0.94 0.94 0.91 2/55 20631
Raw data (stat): 20631 (pb2sat) R 20630 8378 8377 0 -1 0 99788 0 0 0 2795 204 0 0 25 0 1 0 749980516 333426688 55221 4294967295 134512640 135726644 3221224592 3219900416 134780445 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 81403 55221 300 300 0 81103 0
vsize: 325612
[startup+40.0024 s]
Raw data (loadavg): 0.95 0.94 0.91 2/55 20631
Raw data (stat): 20631 (pb2sat) R 20630 8378 8377 0 -1 0 118765 0 0 0 3757 241 0 0 25 0 1 0 749980516 354242560 73947 4294967295 134512640 135726644 3221224592 3219869308 134604449 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 86485 73947 300 300 0 86185 0
vsize: 345940
[startup+50.0351 s]
Raw data (loadavg): 0.96 0.94 0.91 2/55 20631
Raw data (stat): 20631 (pb2sat) R 20630 8378 8377 0 -1 0 162379 0 0 0 4669 333 0 0 25 0 1 0 749980516 492589056 98971 4294967295 134512640 135726644 3221224592 3219894116 135341057 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 120261 98971 300 300 0 119961 0
vsize: 481044
[startup+60.036 s]
Raw data (loadavg): 0.97 0.95 0.91 2/55 20631
Raw data (stat): 20631 (pb2sat) R 20630 8378 8377 0 -1 0 198679 0 0 0 5592 411 0 0 25 0 1 0 749980516 597446656 109476 4294967295 134512640 135726644 3221224592 3219858496 134782642 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 145861 109476 300 300 0 145561 0
vsize: 583444
[startup+70.0368 s]
Raw data (loadavg): 0.97 0.95 0.91 2/55 20631
Raw data (stat): 20631 (pb2sat) R 20630 8378 8377 0 -1 0 211464 0 0 0 6562 441 0 0 25 0 1 0 749980516 633163776 122042 4294967295 134512640 135726644 3221224592 3219917448 135281304 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 154581 122042 300 300 0 154281 0
vsize: 618324
[startup+80.0406 s]
Raw data (loadavg): 0.97 0.95 0.91 2/55 20631
Raw data (stat): 20631 (pb2sat) R 20630 8378 8377 0 -1 0 232766 0 0 0 7520 483 0 0 25 0 1 0 749980516 664797184 143100 4294967295 134512640 135726644 3221224592 3219894096 134782642 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 162304 143100 300 300 0 162004 0
vsize: 649216
[startup+90.0408 s]
Raw data (loadavg): 0.98 0.95 0.91 2/55 20631
Raw data (stat): 20631 (pb2sat) R 20630 8378 8377 0 -1 0 249743 0 0 0 8486 517 0 0 25 0 1 0 749980516 739594240 159881 4294967295 134512640 135726644 3221224592 3219868168 135282351 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 180565 159882 300 300 0 180265 0
vsize: 722260
[startup+100.041 s]
Raw data (loadavg): 0.98 0.95 0.91 2/55 20631
Raw data (stat): 20631 (pb2sat) R 20630 8378 8377 0 -1 0 264726 0 0 0 9457 546 0 0 25 0 1 0 749980516 761729024 174692 4294967295 134512640 135726644 3221224592 3221222912 135279084 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 185969 174692 300 300 0 185669 0
vsize: 743876
[startup+107.435 s]
Raw data (loadavg): 0.98 0.95 0.91 1/54 20631
Raw data (stat): 20631 (pb2sat) R 20630 8378 8377 0 -1 0 264726 0 0 0 9457 546 0 0 25 0 1 0 749980516 761729024 174692 4294967295 134512640 135726644 3221224592 3221222912 135279084 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 185969 174692 300 300 0 185669 0
vsize: 0

Child status: 1
Real time (s): 107.435
CPU time (s): 107.431
CPU user time (s): 101.608
CPU system time (s): 5.82311
CPU usage (%): 99.9959
Max. virtual memory (Kb): 743876
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####