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/miplib3/normalized-mps-v2-20-10-dcmulti.opb
MD5SUM659e380dd1d6168ad99a794b3190043f
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 14235
Biggest coefficient in the objective function 714038312960
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 68224730472397
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 714038312960
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 68224730472397
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.12198
Number of variables14265
Total number of constraints365
Number of constraints which are clauses27
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint1
Maximum length of a constraint420

Trace number 35244

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc27 THE 2005-05-28 12:33:09 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24551 boxname=wulflinc27 idbench=1023 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  659e380dd1d6168ad99a794b3190043f  /oldhome/oroussel/tmp/wulflinc27/normalized-mps-v2-20-10-dcmulti.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc27/normalized-mps-v2-20-10-dcmulti.opb
IDLAUNCH: 24551
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.169
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	: 3
cpu MHz		: 451.169
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:        718104 kB
Buffers:         34168 kB
Cached:         251884 kB
SwapCached:        704 kB
Active:          21164 kB
Inactive:       267012 kB
HighTotal:      131008 kB
HighFree:        49420 kB
LowTotal:       903652 kB
LowFree:        668684 kB
SwapTotal:     2097892 kB
SwapFree:      2096316 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5128 kB
Slab:            22732 kB
Committed_AS:    63596 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-28 12:35:00 (client local time) WITH STATUS 1 IN 111.27 SECONDS
stats: 24551 7 111.27 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.91 0.94 0.90 2/54 19715
Raw data (stat): 19715 (runsolver) R 19714 3394 3393 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 864826567 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.0005 s]
Raw data (loadavg): 0.92 0.94 0.91 2/54 19715
Raw data (stat): 19715 (pb2sat) R 19714 3394 3393 0 -1 0 22493 0 0 0 946 52 0 0 25 0 1 0 864826567 69283840 14483 4294967295 134512640 135726644 3221224576 3215592528 134554711 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 16915 14484 300 300 0 16615 0
vsize: 67660
[startup+20.0026 s]
Raw data (loadavg): 0.94 0.94 0.91 2/54 19715
Raw data (stat): 19715 (pb2sat) R 19714 3394 3393 0 -1 0 53579 0 0 0 1880 119 0 0 25 0 1 0 864826567 175267840 31284 4294967295 134512640 135726644 3221224576 3215580864 134767052 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 42790 31285 300 300 0 42490 0
vsize: 171160
[startup+30.0041 s]
Raw data (loadavg): 0.94 0.94 0.91 2/54 19715
Raw data (stat): 19715 (pb2sat) R 19714 3394 3393 0 -1 0 84291 0 0 0 2819 181 0 0 25 0 1 0 864826567 254242816 52069 4294967295 134512640 135726644 3221224576 3215658192 134607269 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 62071 52069 300 300 0 61771 0
vsize: 248284
[startup+40.0039 s]
Raw data (loadavg): 0.95 0.94 0.91 2/54 19715
Raw data (stat): 19715 (pb2sat) R 19714 3394 3393 0 -1 0 111156 0 0 0 3761 239 0 0 25 0 1 0 864826567 348401664 66430 4294967295 134512640 135726644 3221224576 3215921280 134782642 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 85059 66431 300 300 0 84759 0
vsize: 340236
[startup+50.0051 s]
Raw data (loadavg): 0.96 0.94 0.91 2/54 19715
Raw data (stat): 19715 (pb2sat) R 19714 3394 3393 0 -1 0 133340 0 0 0 4717 282 0 0 25 0 1 0 864826567 523452416 88344 4294967295 134512640 135726644 3221224576 3215733760 134771720 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 127796 88346 300 300 0 127496 0
vsize: 511184
[startup+60.0046 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 19715
Raw data (stat): 19715 (pb2sat) R 19714 3394 3393 0 -1 0 193577 0 0 0 5595 405 0 0 25 0 1 0 864826567 602148864 104467 4294967295 134512640 135726644 3221224576 3215957792 134782377 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 147009 104467 300 300 0 146709 0
vsize: 588036
[startup+70.0057 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 19715
Raw data (stat): 19715 (pb2sat) R 19714 3394 3393 0 -1 0 205632 0 0 0 6569 431 0 0 25 0 1 0 864826567 635703296 116303 4294967295 134512640 135726644 3221224576 3216218892 134604449 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 155201 116303 300 300 0 154901 0
vsize: 620804
[startup+80.0065 s]
Raw data (loadavg): 0.97 0.95 0.91 2/54 19715
Raw data (stat): 19715 (pb2sat) R 19714 3394 3393 0 -1 0 225156 0 0 0 7531 469 0 0 25 0 1 0 864826567 659222528 135579 4294967295 134512640 135726644 3221224576 3215700928 134554579 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 160943 135580 300 300 0 160643 0
vsize: 643772
[startup+90.006 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 19715
Raw data (stat): 19715 (pb2sat) R 19714 3394 3393 0 -1 0 246398 0 0 0 8487 514 0 0 25 0 1 0 864826567 690040832 156574 4294967295 134512640 135726644 3221224576 3216234552 134784091 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 168467 156575 300 300 0 168167 0
vsize: 673868
[startup+100.006 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 19715
Raw data (stat): 19715 (pb2sat) R 19714 3394 3393 0 -1 0 263477 0 0 0 9453 548 0 0 25 0 1 0 864826567 765108224 173455 4294967295 134512640 135726644 3221224576 3216115372 135287448 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 186794 173456 300 300 0 186494 0
vsize: 747176
[startup+110.006 s]
Raw data (loadavg): 0.98 0.95 0.91 2/54 19715
Raw data (stat): 19715 (pb2sat) R 19714 3394 3393 0 -1 0 264424 0 0 0 10437 564 0 0 25 0 1 0 864826567 406519808 98817 4294967295 134512640 135726644 3221224576 3221222928 135280568 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 99248 98817 300 300 0 98948 0
vsize: 396992
[startup+111.266 s]
Raw data (loadavg): 0.98 0.95 0.91 1/53 19715
Raw data (stat): 19715 (pb2sat) R 19714 3394 3393 0 -1 0 264424 0 0 0 10437 564 0 0 25 0 1 0 864826567 406519808 98817 4294967295 134512640 135726644 3221224576 3221222928 135280568 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 99248 98817 300 300 0 98948 0
vsize: 0

Child status: 1
Real time (s): 111.265
CPU time (s): 111.27
CPU user time (s): 105.431
CPU system time (s): 5.83911
CPU usage (%): 100.004
Max. virtual memory (Kb): 747176
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####