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-shell.opb
MD5SUM0f9e797b4b986a37159e9b1332a4b629
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 39844
Biggest coefficient in the objective function 2101312749568
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 249967315526150
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 2101312749568
Number of bits of the biggest number in a constraint 41
Biggest sum of numbers in a constraint 249967315526150
Number of bits of the biggest sum of numbers48
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.398939
Number of variables45231
Total number of constraints653
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 constraints653
Minimum length of a constraint19
Maximum length of a constraint1560

Trace number 35102

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc5 THE 2005-05-28 12:13:51 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24405 boxname=wulflinc5 idbench=877 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  0f9e797b4b986a37159e9b1332a4b629  /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-shell.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-shell.opb
IDLAUNCH: 24405
/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:        690984 kB
Buffers:         33844 kB
Cached:         284332 kB
SwapCached:        608 kB
Active:          17448 kB
Inactive:       302816 kB
HighTotal:      131008 kB
HighFree:        55860 kB
LowTotal:       903652 kB
LowFree:        635124 kB
SwapTotal:     2097136 kB
SwapFree:      2095612 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5132 kB
Slab:            17708 kB
Committed_AS:    63600 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-05-28 12:16:11 (client local time) WITH STATUS 1 IN 140.507 SECONDS
stats: 24405 7 140.507 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.90 0.95 0.91 2/54 18718
Raw data (stat): 18718 (runsolver) R 18717 7266 7265 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 806495018 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.001 s]
Raw data (loadavg): 0.92 0.96 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 2191 0 0 0 991 4 0 0 25 0 1 0 806495018 7954432 1516 4294967295 134512640 135726644 3221224592 3221221792 134574434 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 1942 1516 300 300 0 1642 0
vsize: 7768
[startup+20.0007 s]
Raw data (loadavg): 0.93 0.96 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 2691 0 0 0 1989 6 0 0 25 0 1 0 806495018 9306112 2008 4294967295 134512640 135726644 3221224592 3221221680 134556171 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 2272 2008 300 300 0 1972 0
vsize: 9088
[startup+30.0019 s]
Raw data (loadavg): 0.94 0.96 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 3848 0 0 0 2986 9 0 0 25 0 1 0 806495018 13410304 2453 4294967295 134512640 135726644 3221224592 3221221680 134556171 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 3274 2453 300 300 0 2974 0
vsize: 13096
[startup+40.0022 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 17597 0 0 0 3952 42 0 0 25 0 1 0 806495018 75911168 13449 4294967295 134512640 135726644 3221224592 3205355376 134771729 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 18533 13452 300 300 0 18233 0
vsize: 74132
[startup+50.0038 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 47034 0 0 0 4887 107 0 0 25 0 1 0 806495018 144195584 30896 4294967295 134512640 135726644 3221224592 3205967520 134810368 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 35204 30896 300 300 0 34904 0
vsize: 140816
[startup+60.0039 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 82671 0 0 0 5814 181 0 0 25 0 1 0 806495018 264302592 50463 4294967295 134512640 135726644 3221224592 3205745584 135280689 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 64527 50463 300 300 0 64227 0
vsize: 258108
[startup+70.0043 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 109118 0 0 0 6759 236 0 0 25 0 1 0 806495018 358866944 64406 4294967295 134512640 135726644 3221224592 3205772488 134809900 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 87614 64408 300 300 0 87314 0
vsize: 350456
[startup+80.0051 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 130225 0 0 0 7714 281 0 0 25 0 1 0 806495018 390631424 85263 4294967295 134512640 135726644 3221224592 3205417212 135298008 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 95369 85263 300 300 0 95069 0
vsize: 381476
[startup+90.0052 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 167746 0 0 0 8647 348 0 0 25 0 1 0 806495018 509652992 103185 4294967295 134512640 135726644 3221224592 3206461680 134767079 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 124427 103185 300 300 0 124127 0
vsize: 497708
[startup+100.005 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 203933 0 0 0 9572 423 0 0 25 0 1 0 806495018 610316288 114578 4294967295 134512640 135726644 3221224592 3206643016 134782714 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 149003 114578 300 300 0 148703 0
vsize: 596012
[startup+110.005 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 222344 0 0 0 10533 463 0 0 25 0 1 0 806495018 671715328 132771 4294967295 134512640 135726644 3221224592 3205844472 135282351 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 163993 132771 300 300 0 163693 0
vsize: 655972
[startup+120.005 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 243939 0 0 0 11487 509 0 0 25 0 1 0 806495018 704290816 154112 4294967295 134512640 135726644 3221224592 3205519768 134784091 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 171946 154113 300 300 0 171646 0
vsize: 687784
[startup+130.006 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 261271 0 0 0 12452 544 0 0 25 0 1 0 806495018 731291648 171238 4294967295 134512640 135726644 3221224592 3212425760 135138345 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 178538 171238 300 300 0 178238 0
vsize: 714152
[startup+140.006 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 261273 0 0 0 13438 557 0 0 25 0 1 0 806495018 419848192 102070 4294967295 134512640 135726644 3221224592 3221222944 135280446 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 102502 102070 300 300 0 102202 0
vsize: 410008
[startup+140.583 s]
Raw data (loadavg): 0.99 0.97 0.91 1/53 18718
Raw data (stat): 18718 (pb2sat) R 18717 7266 7265 0 -1 0 261273 0 0 0 13438 557 0 0 25 0 1 0 806495018 419848192 102070 4294967295 134512640 135726644 3221224592 3221222944 135280446 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 102502 102070 300 300 0 102202 0
vsize: 0

Child status: 1
Real time (s): 140.583
CPU time (s): 140.507
CPU user time (s): 134.717
CPU system time (s): 5.79012
CPU usage (%): 99.9458
Max. virtual memory (Kb): 714152
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####