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-scagr25.opb
MD5SUM8212b7d88cb773988540e2678fb656aa
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 9500
Biggest coefficient in the objective function 34707865600
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 4559151671250
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 34707865600
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 4559151671250
Number of bits of the biggest sum of numbers43
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.087985
Number of variables10000
Total number of constraints471
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 constraints471
Minimum length of a constraint20
Maximum length of a constraint200

Trace number 42725

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc6 THE 2005-06-16 14:10:19 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25945 boxname=wulflinc6 idbench=1245 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  8212b7d88cb773988540e2678fb656aa  /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-13-7-scagr25.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-13-7-scagr25.opb
IDLAUNCH: 25945
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.042
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.042
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:        716016 kB
Buffers:         16472 kB
Cached:         279212 kB
SwapCached:       1000 kB
Active:          27156 kB
Inactive:       270692 kB
HighTotal:      131008 kB
HighFree:         6580 kB
LowTotal:       903652 kB
LowFree:        709436 kB
SwapTotal:     2097136 kB
SwapFree:      2095200 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5092 kB
Slab:            15104 kB
Committed_AS:    63844 kB
PageTables:        320 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 14:12:11 (client local time) WITH STATUS 1 IN 111.344 SECONDS
stats: 25945 7 111.344 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.88 0.93 0.90 2/54 21683
Raw data (stat): 21683 (runsolver) R 21682 25568 25567 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 971375101 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.0005 s]
Raw data (loadavg): 0.90 0.93 0.90 2/54 21683
Raw data (stat): 21683 (pb2sat-v2) R 21682 25568 25567 0 -1 0 25318 0 0 0 947 52 0 0 25 0 1 0 971375101 81649664 14409 4294967295 134512640 135730672 3221224576 3221158096 134769951 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 19934 14409 301 301 0 19633 0
vsize: 79736
[startup+20.0021 s]
Raw data (loadavg): 0.91 0.93 0.91 2/54 21683
Raw data (stat): 21683 (pb2sat-v2) R 21682 25568 25567 0 -1 0 54248 0 0 0 1891 109 0 0 25 0 1 0 971375101 168316928 32373 4294967295 134512640 135730672 3221224576 3221199880 135284296 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 41093 32373 301 301 0 40792 0
vsize: 164372
[startup+30.0028 s]
Raw data (loadavg): 0.93 0.93 0.91 2/54 21683
Raw data (stat): 21683 (pb2sat-v2) R 21682 25568 25567 0 -1 0 88140 0 0 0 2824 176 0 0 25 0 1 0 971375101 270520320 44604 4294967295 134512640 135730672 3221224576 3221161928 134546570 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 66045 44604 301 301 0 65744 0
vsize: 264180
[startup+40.0029 s]
Raw data (loadavg): 0.94 0.93 0.91 2/54 21683
Raw data (stat): 21683 (pb2sat-v2) R 21682 25568 25567 0 -1 0 104264 0 0 0 3791 209 0 0 25 0 1 0 971375101 316375040 60488 4294967295 134512640 135730672 3221224576 3221202752 135282776 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 77240 60488 301 301 0 76939 0
vsize: 308960
[startup+50.0047 s]
Raw data (loadavg): 0.95 0.94 0.91 2/54 21683
Raw data (stat): 21683 (pb2sat-v2) R 21682 25568 25567 0 -1 0 118463 0 0 0 4762 238 0 0 25 0 1 0 971375101 324349952 74462 4294967295 134512640 135730672 3221224576 3221166528 134786865 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 79187 74462 301 301 0 78886 0
vsize: 316748
[startup+60.0057 s]
Raw data (loadavg): 0.95 0.94 0.91 2/54 21683
Raw data (stat): 21683 (pb2sat-v2) R 21682 25568 25567 0 -1 0 176328 0 0 0 5652 348 0 0 25 0 1 0 971375101 541474816 89229 4294967295 134512640 135730672 3221224576 3221153072 134546591 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 132196 89229 301 301 0 131895 0
vsize: 528784
[startup+70.0064 s]
Raw data (loadavg): 0.96 0.94 0.91 2/54 21683
Raw data (stat): 21683 (pb2sat-v2) R 21682 25568 25567 0 -1 0 188139 0 0 0 6627 374 0 0 25 0 1 0 971375101 575029248 100827 4294967295 134512640 135730672 3221224576 3221192584 135291065 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 140388 100827 301 301 0 140087 0
vsize: 561552
[startup+80.008 s]
Raw data (loadavg): 0.97 0.94 0.91 2/54 21683
Raw data (stat): 21683 (pb2sat-v2) R 21682 25568 25567 0 -1 0 200570 0 0 0 7603 398 0 0 25 0 1 0 971375101 575029248 113035 4294967295 134512640 135730672 3221224576 3221167164 134788817 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 140388 113035 301 301 0 140087 0
vsize: 561552
[startup+90.0087 s]
Raw data (loadavg): 0.97 0.94 0.91 2/54 21683
Raw data (stat): 21683 (pb2sat-v2) R 21682 25568 25567 0 -1 0 219658 0 0 0 8565 436 0 0 25 0 1 0 971375101 594898944 131867 4294967295 134512640 135730672 3221224576 3221210636 134607984 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 145239 131867 301 301 0 144938 0
vsize: 580956
[startup+100.009 s]
Raw data (loadavg): 0.98 0.94 0.91 2/54 21683
Raw data (stat): 21683 (pb2sat-v2) R 21682 25568 25567 0 -1 0 229182 0 0 0 9546 456 0 0 25 0 1 0 971375101 645500928 141220 4294967295 134512640 135730672 3221224576 3221195676 135301640 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 157593 141220 301 301 0 157292 0
vsize: 630372
[startup+110.011 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 21683
Raw data (stat): 21683 (pb2sat-v2) R 21682 25568 25567 0 -1 0 241945 0 0 0 10501 501 0 0 25 0 1 0 971375101 142077952 34527 4294967295 134512640 135730672 3221224576 3221223020 135281100 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 34687 34527 301 301 0 34386 0
vsize: 138748
[startup+111.329 s]
Raw data (loadavg): 0.98 0.95 0.91 1/53 21683
Raw data (stat): 21683 (pb2sat-v2) R 21682 25568 25567 0 -1 0 241945 0 0 0 10501 501 0 0 25 0 1 0 971375101 142077952 34527 4294967295 134512640 135730672 3221224576 3221223020 135281100 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 34687 34527 301 301 0 34386 0
vsize: 0

Child status: 1
Real time (s): 111.328
CPU time (s): 111.344
CPU user time (s): 106.249
CPU system time (s): 5.09523
CPU usage (%): 100.014
Max. virtual memory (Kb): 630372
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####