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/MIPLIB/miplib/normalized-mps-v2-13-7-rentacar.opb
MD5SUM173fbcf88732da3f8b39402ca13ca263
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 3540
Biggest coefficient in the objective function 26214400000
Number of bits for the biggest coefficient in the objective function 35
Sum of the numbers in the objective function 6794775437175
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 26214400000
Number of bits of the biggest number in a constraint 35
Biggest sum of numbers in a constraint 13700458527437
Number of bits of the biggest sum of numbers44
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.63775
Number of variables176588
Total number of constraints6965
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)55
Number of constraints which are nor clauses,nor cardinality constraints6910
Minimum length of a constraint1
Maximum length of a constraint40360

Trace number 42805

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc2 THE 2005-06-16 15:30:01 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=26025 boxname=wulflinc2 idbench=1325 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  173fbcf88732da3f8b39402ca13ca263  /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-13-7-rentacar.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc2/normalized-mps-v2-13-7-rentacar.opb
IDLAUNCH: 26025
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.191
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.191
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:        657256 kB
Buffers:         16444 kB
Cached:         337980 kB
SwapCached:       1420 kB
Active:          42660 kB
Inactive:       313844 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        657004 kB
SwapTotal:     2097136 kB
SwapFree:      2094720 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5056 kB
Slab:            15076 kB
Committed_AS:    71904 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 15:31:38 (client local time) WITH STATUS 1 IN 96.6933 SECONDS
stats: 26025 7 96.6933 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.85 0.94 0.90 2/54 12613
Raw data (stat): 12613 (runsolver) R 12612 31399 31398 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 971858255 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.0007 s]
Raw data (loadavg): 0.95 0.96 0.91 2/54 12613
Raw data (stat): 12613 (pb2sat-v2) R 12612 31399 31398 0 -1 0 25326 0 0 0 942 57 0 0 25 0 1 0 971858255 78372864 14441 4294967295 134512640 135730672 3221224576 3221043008 134770072 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 19134 14441 301 301 0 18833 0
vsize: 76536
[startup+20.0014 s]
Raw data (loadavg): 0.96 0.96 0.91 2/54 12613
Raw data (stat): 12613 (pb2sat-v2) R 12612 31399 31398 0 -1 0 52137 0 0 0 1886 113 0 0 25 0 1 0 971858255 153415680 30276 4294967295 134512640 135730672 3221224576 3221048220 135301642 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 37455 30276 301 301 0 37154 0
vsize: 149820
[startup+30.0026 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 12613
Raw data (stat): 12613 (pb2sat-v2) R 12612 31399 31398 0 -1 0 91629 0 0 0 2807 192 0 0 25 0 1 0 971858255 270573568 48074 4294967295 134512640 135730672 3221224576 3220907152 134786020 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 66058 48074 301 301 0 65757 0
vsize: 264232
[startup+40.0028 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 12613
Raw data (stat): 12613 (pb2sat-v2) R 12612 31399 31398 0 -1 0 105900 0 0 0 3773 227 0 0 25 0 1 0 971858255 304668672 62089 4294967295 134512640 135730672 3221224576 3221071884 134608033 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 74382 62089 301 301 0 74081 0
vsize: 297528
[startup+50.0025 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 12613
Raw data (stat): 12613 (pb2sat-v2) R 12612 31399 31398 0 -1 0 147828 0 0 0 4690 309 0 0 25 0 1 0 971858255 505671680 102826 4294967295 134512640 135730672 3221224576 3221102032 135282773 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 123455 102826 301 301 0 123154 0
vsize: 493820
[startup+60.0026 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 12613
Raw data (stat): 12613 (pb2sat-v2) R 12612 31399 31398 0 -1 0 182529 0 0 0 5608 392 0 0 25 0 1 0 971858255 568582144 95348 4294967295 134512640 135730672 3221224576 3221164640 134787062 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 138814 95348 301 301 0 138513 0
vsize: 555256
[startup+70.0029 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 12613
Raw data (stat): 12613 (pb2sat-v2) R 12612 31399 31398 0 -1 0 197906 0 0 0 6573 427 0 0 25 0 1 0 971858255 568582144 110432 4294967295 134512640 135730672 3221224576 3221192224 134788046 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 138814 110432 301 301 0 138513 0
vsize: 555256
[startup+80.0036 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 12613
Raw data (stat): 12613 (pb2sat-v2) R 12612 31399 31398 0 -1 0 214859 0 0 0 7528 472 0 0 25 0 1 0 971858255 576557056 127093 4294967295 134512640 135730672 3221224576 3221221664 134561683 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 140761 127093 301 301 0 140460 0
vsize: 563044
[startup+90.0039 s]
Raw data (loadavg): 0.99 0.97 0.91 2/54 12613
Raw data (stat): 12613 (pb2sat-v2) R 12612 31399 31398 0 -1 0 231477 0 0 0 8484 516 0 0 25 0 1 0 971858255 643514368 143471 4294967295 134512640 135730672 3221224576 3221221276 134608021 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 157108 143471 301 301 0 156807 0
vsize: 628432
[startup+96.6866 s]
Raw data (loadavg): 0.99 0.97 0.91 1/53 12613
Raw data (stat): 12613 (pb2sat-v2) R 12612 31399 31398 0 -1 0 231477 0 0 0 8484 516 0 0 25 0 1 0 971858255 643514368 143471 4294967295 134512640 135730672 3221224576 3221221276 134608021 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 157108 143471 301 301 0 156807 0
vsize: 0

Child status: 1
Real time (s): 96.6862
CPU time (s): 96.6933
CPU user time (s): 91.0372
CPU system time (s): 5.65614
CPU usage (%): 100.007
Max. virtual memory (Kb): 628432
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####