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-swath.opb
MD5SUM12b1872758bf5ca9bcca815eb287b5de
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 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 16777216000000
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 66042304016951
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.236963
Number of variables9155
Total number of constraints7608
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)7147
Number of constraints which are nor clauses,nor cardinality constraints461
Minimum length of a constraint1
Maximum length of a constraint6754

Trace number 42485

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc6 THE 2005-06-16 09:00:54 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25705 boxname=wulflinc6 idbench=1005 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  12b1872758bf5ca9bcca815eb287b5de  /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-20-10-swath.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-20-10-swath.opb
IDLAUNCH: 25705
/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:        699440 kB
Buffers:         33528 kB
Cached:         278788 kB
SwapCached:       1028 kB
Active:          44428 kB
Inactive:       270080 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        699188 kB
SwapTotal:     2097136 kB
SwapFree:      2095200 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5092 kB
Slab:            15124 kB
Committed_AS:    63848 kB
PageTables:        320 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 09:02:33 (client local time) WITH STATUS 1 IN 98.904 SECONDS
stats: 25705 7 98.904 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.96 0.97 0.91 2/54 17023
Raw data (stat): 17023 (runsolver) R 17022 25568 25567 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 969518321 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.0006 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 17023
Raw data (stat): 17023 (pb2sat-v2) R 17022 25568 25567 0 -1 0 26623 0 0 0 940 59 0 0 25 0 1 0 969518321 80785408 15537 4294967295 134512640 135730672 3221224576 3218099952 134546407 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 19723 15538 301 301 0 19422 0
vsize: 78892
[startup+20.0018 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 17025
Raw data (stat): 17023 (pb2sat-v2) R 17022 25568 25567 0 -1 0 55449 0 0 0 1881 119 0 0 25 0 1 0 969518321 177590272 33116 4294967295 134512640 135730672 3221224576 3218208848 134785957 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 43357 33116 301 301 0 43056 0
vsize: 173428
[startup+30.0032 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 17025
Raw data (stat): 17023 (pb2sat-v2) R 17022 25568 25567 0 -1 0 82858 0 0 0 2828 171 0 0 25 0 1 0 969518321 243798016 50567 4294967295 134512640 135730672 3221224576 3218092580 135291157 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 59521 50568 301 301 0 59220 0
vsize: 238084
[startup+40.003 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 17025
Raw data (stat): 17023 (pb2sat-v2) R 17022 25568 25567 0 -1 0 112972 0 0 0 3766 234 0 0 25 0 1 0 969518321 354074624 68149 4294967295 134512640 135730672 3221224576 3218120704 134785826 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 86444 68150 301 301 0 86143 0
vsize: 345776
[startup+50.0045 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 17025
Raw data (stat): 17023 (pb2sat-v2) R 17022 25568 25567 0 -1 0 152698 0 0 0 4695 306 0 0 25 0 1 0 969518321 482414592 88257 4294967295 134512640 135730672 3221224576 3218108360 135291065 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 117777 88258 301 301 0 117476 0
vsize: 471108
[startup+60.0043 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 17025
Raw data (stat): 17023 (pb2sat-v2) R 17022 25568 25567 0 -1 0 166087 0 0 0 5667 334 0 0 25 0 1 0 969518321 482414592 101365 4294967295 134512640 135730672 3221224576 3218166272 134786923 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 117777 101366 301 301 0 117476 0
vsize: 471108
[startup+70.0055 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 17025
Raw data (stat): 17023 (pb2sat-v2) R 17022 25568 25567 0 -1 0 207918 0 0 0 6577 425 0 0 25 0 1 0 969518321 608219136 118383 4294967295 134512640 135730672 3221224576 3218090224 134546483 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 148491 118384 301 301 0 148190 0
vsize: 593964
[startup+80.0069 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 17025
Raw data (stat): 17023 (pb2sat-v2) R 17022 25568 25567 0 -1 0 225675 0 0 0 7539 463 0 0 25 0 1 0 969518321 669433856 135905 4294967295 134512640 135730672 3221224576 3218161548 135301640 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 163436 135905 301 301 0 163135 0
vsize: 653744
[startup+90.0074 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 17025
Raw data (stat): 17023 (pb2sat-v2) R 17022 25568 25567 0 -1 0 243284 0 0 0 8503 500 0 0 25 0 1 0 969518321 700125184 153256 4294967295 134512640 135730672 3221224576 3221222704 135284078 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 170929 153256 301 301 0 170628 0
vsize: 683716
[startup+98.8845 s]
Raw data (loadavg): 0.99 0.97 0.91 1/53 17025
Raw data (stat): 17023 (pb2sat-v2) R 17022 25568 25567 0 -1 0 243284 0 0 0 8503 500 0 0 25 0 1 0 969518321 700125184 153256 4294967295 134512640 135730672 3221224576 3221222704 135284078 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 170929 153256 301 301 0 170628 0
vsize: 0

Child status: 1
Real time (s): 98.8843
CPU time (s): 98.904
CPU user time (s): 93.5858
CPU system time (s): 5.31819
CPU usage (%): 100.02
Max. virtual memory (Kb): 683716
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####