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 35560

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc7 THE 2005-05-28 13:23:59 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24853 boxname=wulflinc7 idbench=1325 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  173fbcf88732da3f8b39402ca13ca263  /oldhome/oroussel/tmp/wulflinc7/normalized-mps-v2-13-7-rentacar.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc7/normalized-mps-v2-13-7-rentacar.opb
IDLAUNCH: 24853
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.050
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	: 890.88

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.050
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:        647052 kB
Buffers:         34756 kB
Cached:         331052 kB
SwapCached:        644 kB
Active:          37668 kB
Inactive:       330160 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        646800 kB
SwapTotal:     2097136 kB
SwapFree:      2095560 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5108 kB
Slab:            14088 kB
Committed_AS:    63604 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-05-28 13:25:44 (client local time) WITH STATUS 1 IN 104.09 SECONDS
stats: 24853 7 104.09 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.86 0.97 0.92 2/54 9592
Raw data (stat): 9592 (runsolver) R 9591 24300 24299 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 806924473 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+9.99997 s]
Raw data (loadavg): 0.88 0.97 0.92 2/54 9592
Raw data (stat): 9592 (pb2sat) R 9591 24300 24299 0 -1 0 27886 0 0 0 939 60 0 0 25 0 1 0 806924473 87920640 16770 4294967295 134512640 135726644 3221224576 3219991596 135297998 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 21465 16770 300 300 0 21165 0
vsize: 85860
[startup+20.0005 s]
Raw data (loadavg): 0.90 0.97 0.92 2/54 9592
Raw data (stat): 9592 (pb2sat) R 9591 24300 24299 0 -1 0 57658 0 0 0 1873 126 0 0 25 0 1 0 806924473 175501312 35313 4294967295 134512640 135726644 3221224576 3219945036 134739164 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 42847 35313 300 300 0 42547 0
vsize: 171388
[startup+30.0001 s]
Raw data (loadavg): 0.91 0.97 0.92 2/54 9592
Raw data (stat): 9592 (pb2sat) R 9591 24300 24299 0 -1 0 98732 0 0 0 2787 212 0 0 25 0 1 0 806924473 299941888 54187 4294967295 134512640 135726644 3221224576 3219921264 134766991 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 73228 54187 300 300 0 72928 0
vsize: 292912
[startup+40.0007 s]
Raw data (loadavg): 0.93 0.97 0.92 2/54 9592
Raw data (stat): 9592 (pb2sat) R 9591 24300 24299 0 -1 0 116046 0 0 0 3751 249 0 0 25 0 1 0 806924473 349040640 71261 4294967295 134512640 135726644 3221224576 3219848056 135282351 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 85215 71261 300 300 0 84915 0
vsize: 340860
[startup+50.0014 s]
Raw data (loadavg): 0.94 0.97 0.92 2/54 9592
Raw data (stat): 9592 (pb2sat) R 9591 24300 24299 0 -1 0 158188 0 0 0 4668 331 0 0 25 0 1 0 806924473 556261376 112348 4294967295 134512640 135726644 3221224576 3219892160 134771789 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 135806 112350 300 300 0 135506 0
vsize: 543224
[startup+60.001 s]
Raw data (loadavg): 0.95 0.97 0.92 2/54 9592
Raw data (stat): 9592 (pb2sat) R 9591 24300 24299 0 -1 0 197702 0 0 0 5585 415 0 0 25 0 1 0 806924473 597110784 108527 4294967295 134512640 135726644 3221224576 3219864048 134782356 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 145779 108528 300 300 0 145479 0
vsize: 583116
[startup+70.0006 s]
Raw data (loadavg): 0.95 0.97 0.92 2/54 9592
Raw data (stat): 9592 (pb2sat) R 9591 24300 24299 0 -1 0 209991 0 0 0 6559 441 0 0 25 0 1 0 806924473 630665216 120600 4294967295 134512640 135726644 3221224576 3219890092 134604449 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 153971 120600 300 300 0 153671 0
vsize: 615884
[startup+80.0002 s]
Raw data (loadavg): 0.96 0.97 0.92 2/54 9592
Raw data (stat): 9592 (pb2sat) R 9591 24300 24299 0 -1 0 230661 0 0 0 7514 486 0 0 25 0 1 0 806924473 658780160 141027 4294967295 134512640 135726644 3221224576 3219948080 134782666 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 160835 141027 300 300 0 160535 0
vsize: 643340
[startup+90.0009 s]
Raw data (loadavg): 0.97 0.97 0.92 2/54 9592
Raw data (stat): 9592 (pb2sat) R 9591 24300 24299 0 -1 0 247808 0 0 0 8477 523 0 0 25 0 1 0 806924473 733712384 157978 4294967295 134512640 135726644 3221224576 3219932952 135282351 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 179129 157979 300 300 0 178829 0
vsize: 716516
[startup+100.001 s]
Raw data (loadavg): 0.97 0.97 0.92 2/54 9592
Raw data (stat): 9592 (pb2sat) R 9591 24300 24299 0 -1 0 265614 0 0 0 9439 560 0 0 25 0 1 0 806924473 759902208 175580 4294967295 134512640 135726644 3221224576 3221222800 135279084 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 185523 175580 300 300 0 185223 0
vsize: 742092
[startup+104.097 s]
Raw data (loadavg): 0.97 0.97 0.92 1/53 9592
Raw data (stat): 9592 (pb2sat) R 9591 24300 24299 0 -1 0 265614 0 0 0 9439 560 0 0 25 0 1 0 806924473 759902208 175580 4294967295 134512640 135726644 3221224576 3221222800 135279084 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 185523 175580 300 300 0 185223 0
vsize: 0

Child status: 1
Real time (s): 104.097
CPU time (s): 104.09
CPU user time (s): 98.1281
CPU system time (s): 5.96209
CPU usage (%): 99.9937
Max. virtual memory (Kb): 742092
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####