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-van.opb
MD5SUM786f5a2dc2f55d8aea2bd35c440c54ff
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 192
Biggest coefficient in the objective function 2427002644
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 319999999936
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 226795425792
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 973128929893
Number of bits of the biggest sum of numbers40
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark142.928
Number of variables135360
Total number of constraints39811
Number of constraints which are clauses128
Number of constraints which are cardinality constraints (but not clauses)195
Number of constraints which are nor clauses,nor cardinality constraints39488
Minimum length of a constraint1
Maximum length of a constraint496

Trace number 42490

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc5 THE 2005-06-16 09:11:57 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25710 boxname=wulflinc5 idbench=1010 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  786f5a2dc2f55d8aea2bd35c440c54ff  /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-van.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc5/normalized-mps-v2-20-10-van.opb
IDLAUNCH: 25710
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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.007
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:        634676 kB
Buffers:         27616 kB
Cached:         348348 kB
SwapCached:        688 kB
Active:         128656 kB
Inactive:       249420 kB
HighTotal:      131008 kB
HighFree:          280 kB
LowTotal:       903652 kB
LowFree:        634396 kB
SwapTotal:     2097136 kB
SwapFree:      2095520 kB
Dirty:               4 kB
Writeback:           0 kB
Mapped:           5156 kB
Slab:            16104 kB
Committed_AS:    63712 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 09:13:50 (client local time) WITH STATUS 1 IN 110.694 SECONDS
stats: 25710 7 110.694 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): 1.03 0.99 0.91 2/54 11584
Raw data (stat): 11584 (runsolver) R 11583 7266 7265 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 969585810 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.0009 s]
Raw data (loadavg): 1.02 0.99 0.91 2/54 11584
Raw data (stat): 11584 (pb2sat-v2) R 11583 7266 7265 0 -1 0 18031 0 0 0 959 40 0 0 25 0 1 0 969585810 54829056 10233 4294967295 134512640 135730672 3221224576 3221221520 134539721 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 13386 10233 301 301 0 13085 0
vsize: 53544
[startup+20.0011 s]
Raw data (loadavg): 1.02 0.99 0.91 2/54 11584
Raw data (stat): 11584 (pb2sat-v2) R 11583 7266 7265 0 -1 0 41633 0 0 0 1906 93 0 0 25 0 1 0 969585810 123052032 25940 4294967295 134512640 135730672 3221224576 3221037916 135301642 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 30042 25940 301 301 0 29741 0
vsize: 120168
[startup+30.0009 s]
Raw data (loadavg): 1.02 0.99 0.91 2/54 11584
Raw data (stat): 11584 (pb2sat-v2) R 11583 7266 7265 0 -1 0 75915 0 0 0 2836 163 0 0 25 0 1 0 969585810 236060672 44676 4294967295 134512640 135730672 3221224576 3221106720 134770238 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 57632 44676 301 301 0 57331 0
vsize: 230528
[startup+40.002 s]
Raw data (loadavg): 1.01 0.99 0.91 2/54 11584
Raw data (stat): 11584 (pb2sat-v2) R 11583 7266 7265 0 -1 0 103671 0 0 0 3776 223 0 0 25 0 1 0 969585810 335085568 59931 4294967295 134512640 135730672 3221224576 3221097352 135284287 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 81808 59931 301 301 0 81507 0
vsize: 327232
[startup+50.0023 s]
Raw data (loadavg): 1.01 0.99 0.91 2/54 11584
Raw data (stat): 11584 (pb2sat-v2) R 11583 7266 7265 0 -1 0 127060 0 0 0 4733 266 0 0 25 0 1 0 969585810 510947328 82967 4294967295 134512640 135730672 3221224576 3221101512 135284936 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 124743 82967 301 301 0 124442 0
vsize: 498972
[startup+60.0031 s]
Raw data (loadavg): 1.01 0.99 0.91 2/54 11584
Raw data (stat): 11584 (pb2sat-v2) R 11583 7266 7265 0 -1 0 161894 0 0 0 5666 334 0 0 25 0 1 0 969585810 481001472 99333 4294967295 134512640 135730672 3221224576 3221021168 135291069 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 117432 99333 301 301 0 117131 0
vsize: 469728
[startup+70.0033 s]
Raw data (loadavg): 1.01 0.99 0.91 2/54 11584
Raw data (stat): 11584 (pb2sat-v2) R 11583 7266 7265 0 -1 0 196468 0 0 0 6590 409 0 0 25 0 1 0 969585810 615219200 109151 4294967295 134512640 135730672 3221224576 3221131648 134784071 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 150200 109151 301 301 0 149899 0
vsize: 600800
[startup+80.0036 s]
Raw data (loadavg): 1.00 0.99 0.91 2/54 11584
Raw data (stat): 11584 (pb2sat-v2) R 11583 7266 7265 0 -1 0 216405 0 0 0 7548 451 0 0 25 0 1 0 969585810 643334144 128852 4294967295 134512640 135730672 3221224576 3221149048 134732153 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 157064 128852 301 301 0 156763 0
vsize: 628256
[startup+90.0033 s]
Raw data (loadavg): 1.00 0.99 0.91 2/54 11584
Raw data (stat): 11584 (pb2sat-v2) R 11583 7266 7265 0 -1 0 236550 0 0 0 8506 494 0 0 25 0 1 0 969585810 672260096 148762 4294967295 134512640 135730672 3221224576 3221060248 135284257 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 164126 148762 301 301 0 163825 0
vsize: 656504
[startup+100.004 s]
Raw data (loadavg): 1.00 0.99 0.91 2/54 11584
Raw data (stat): 11584 (pb2sat-v2) R 11583 7266 7265 0 -1 0 252797 0 0 0 9468 529 0 0 25 0 1 0 969585810 745975808 164819 4294967295 134512640 135730672 3221224576 3221048656 134786145 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 182123 164819 301 301 0 181822 0
vsize: 728492
[startup+110.004 s]
Raw data (loadavg): 1.00 0.99 0.91 2/54 11584
Raw data (stat): 11584 (pb2sat-v2) R 11583 7266 7265 0 -1 0 255738 0 0 0 10447 549 0 0 25 0 1 0 969585810 399020032 96976 4294967295 134512640 135730672 3221224576 3221222976 134782612 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 97417 96976 301 301 0 97116 0
vsize: 389668
[startup+110.734 s]
Raw data (loadavg): 1.00 0.99 0.91 1/53 11584
Raw data (stat): 11584 (pb2sat-v2) R 11583 7266 7265 0 -1 0 255738 0 0 0 10447 549 0 0 25 0 1 0 969585810 399020032 96976 4294967295 134512640 135730672 3221224576 3221222976 134782612 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 97417 96976 301 301 0 97116 0
vsize: 0

Child status: 1
Real time (s): 110.734
CPU time (s): 110.694
CPU user time (s): 104.992
CPU system time (s): 5.70213
CPU usage (%): 99.964
Max. virtual memory (Kb): 728492
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####