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-aflow30a.opb
MD5SUM7fcbcb2a8848112bb780308c9eb60989
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4241
Optimality of the best value was proved NO
Number of terms in the objective function 421
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 72290
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 102400
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 3334110
Number of bits of the biggest sum of numbers22
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.05
Number of variables7195
Total number of constraints1321
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)450
Number of constraints which are nor clauses,nor cardinality constraints871
Minimum length of a constraint1
Maximum length of a constraint555

Trace number 35178

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc21 THE 2005-05-28 12:22:15 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=24483 boxname=wulflinc21 idbench=955 idsolver=17 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  7fcbcb2a8848112bb780308c9eb60989  /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-20-10-aflow30a.opb
REAL COMMAND:  pb2sat /oldhome/oroussel/tmp/wulflinc21/normalized-mps-v2-20-10-aflow30a.opb
IDLAUNCH: 24483
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.161
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	: 3
cpu MHz		: 451.161
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:        851344 kB
Buffers:         34388 kB
Cached:         125680 kB
SwapCached:        956 kB
Active:          51992 kB
Inactive:       110224 kB
HighTotal:      131008 kB
HighFree:         3444 kB
LowTotal:       903652 kB
LowFree:        847900 kB
SwapTotal:     2097892 kB
SwapFree:      2096012 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5136 kB
Slab:            15504 kB
Committed_AS:    63912 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-28 12:24:01 (client local time) WITH STATUS 1 IN 105.038 SECONDS
stats: 24483 7 105.038 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.81 0.92 0.90 2/55 13755
Raw data (stat): 13755 (runsolver) R 13754 32363 32362 0 -1 64 8 0 0 0 0 0 0 0 20 0 1 0 742032300 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.0001 s]
Raw data (loadavg): 0.84 0.92 0.90 2/55 13755
Raw data (stat): 13755 (pb2sat) R 13754 32363 32362 0 -1 0 30072 0 0 0 932 67 0 0 25 0 1 0 742032300 90402816 18928 4294967295 134512640 135726644 3221224576 3221149256 135289101 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 22071 18928 300 300 0 21771 0
vsize: 88284
[startup+20.0008 s]
Raw data (loadavg): 0.86 0.92 0.90 2/55 13755
Raw data (stat): 13755 (pb2sat) R 13754 32363 32362 0 -1 0 58996 0 0 0 1875 124 0 0 25 0 1 0 742032300 176766976 36636 4294967295 134512640 135726644 3221224576 3221140224 134559805 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 43156 36636 300 300 0 42856 0
vsize: 172624
[startup+30.1034 s]
Raw data (loadavg): 0.88 0.92 0.90 2/55 13755
Raw data (stat): 13755 (pb2sat) R 13754 32363 32362 0 -1 0 99320 0 0 0 2808 202 0 0 25 0 1 0 742032300 299044864 54765 4294967295 134512640 135726644 3221224576 3221076892 134604449 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 73009 54765 300 300 0 72709 0
vsize: 292036
[startup+40.1041 s]
Raw data (loadavg): 0.90 0.92 0.90 2/55 13755
Raw data (stat): 13755 (pb2sat) R 13754 32363 32362 0 -1 0 116412 0 0 0 3767 243 0 0 25 0 1 0 742032300 348684288 71626 4294967295 134512640 135726644 3221224576 3221151548 135287443 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 85128 71626 300 300 0 84828 0
vsize: 340512
[startup+50.1048 s]
Raw data (loadavg): 0.91 0.93 0.90 2/55 13755
Raw data (stat): 13755 (pb2sat) R 13754 32363 32362 0 -1 0 158466 0 0 0 4689 321 0 0 25 0 1 0 742032300 556310528 112634 4294967295 134512640 135726644 3221224576 3221165960 135281604 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 135818 112634 300 300 0 135518 0
vsize: 543272
[startup+60.1049 s]
Raw data (loadavg): 0.93 0.93 0.90 2/55 13755
Raw data (stat): 13755 (pb2sat) R 13754 32363 32362 0 -1 0 197364 0 0 0 5605 405 0 0 25 0 1 0 742032300 597159936 108205 4294967295 134512640 135726644 3221224576 3221130512 134554799 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 145791 108205 300 300 0 145491 0
vsize: 583164
[startup+70.1052 s]
Raw data (loadavg): 0.94 0.93 0.91 2/55 13755
Raw data (stat): 13755 (pb2sat) R 13754 32363 32362 0 -1 0 209468 0 0 0 6579 432 0 0 25 0 1 0 742032300 630714368 120096 4294967295 134512640 135726644 3221224576 3221097676 134809882 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 153983 120096 300 300 0 153683 0
vsize: 615932
[startup+80.1058 s]
Raw data (loadavg): 0.95 0.93 0.91 2/55 13755
Raw data (stat): 13755 (pb2sat) R 13754 32363 32362 0 -1 0 229343 0 0 0 7537 474 0 0 25 0 1 0 742032300 656261120 139731 4294967295 134512640 135726644 3221224576 3221121832 135282351 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 160220 139731 300 300 0 159920 0
vsize: 640880
[startup+90.107 s]
Raw data (loadavg): 0.95 0.93 0.91 2/55 13755
Raw data (stat): 13755 (pb2sat) R 13754 32363 32362 0 -1 0 246236 0 0 0 8501 510 0 0 25 0 1 0 742032300 730517504 156430 4294967295 134512640 135726644 3221224576 3221144892 134604449 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 178349 156430 300 300 0 178049 0
vsize: 713396
[startup+100.107 s]
Raw data (loadavg): 0.96 0.93 0.91 2/55 13755
Raw data (stat): 13755 (pb2sat) R 13754 32363 32362 0 -1 0 266124 0 0 0 9462 549 0 0 25 0 1 0 742032300 759681024 176090 4294967295 134512640 135726644 3221224576 3221222608 135279084 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 185469 176090 300 300 0 185169 0
vsize: 741876
[startup+105.025 s]
Raw data (loadavg): 0.96 0.94 0.91 1/54 13755
Raw data (stat): 13755 (pb2sat) R 13754 32363 32362 0 -1 0 266124 0 0 0 9462 549 0 0 25 0 1 0 742032300 759681024 176090 4294967295 134512640 135726644 3221224576 3221222608 135279084 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 185469 176090 300 300 0 185169 0
vsize: 0

Child status: 1
Real time (s): 105.025
CPU time (s): 105.038
CPU user time (s): 99.1779
CPU system time (s): 5.86011
CPU usage (%): 100.012
Max. virtual memory (Kb): 741876
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####