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-misc07.opb
MD5SUM9cc94d1db4d494288ef67a8d5ad5d77e
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1408128
Optimality of the best value was proved NO
Number of terms in the objective function 21
Biggest coefficient in the objective function 1048576
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 2097151
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 1048576
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 11486079
Number of bits of the biggest sum of numbers24
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1189.01
Number of variables280
Total number of constraints471
Number of constraints which are clauses127
Number of constraints which are cardinality constraints (but not clauses)272
Number of constraints which are nor clauses,nor cardinality constraints72
Minimum length of a constraint1
Maximum length of a constraint253

Trace number 42790

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc1 THE 2005-06-16 15:10:53 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=26009 boxname=wulflinc1 idbench=1309 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  9cc94d1db4d494288ef67a8d5ad5d77e  /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-13-7-misc07.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc1/normalized-mps-v2-13-7-misc07.opb
IDLAUNCH: 26009
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.053
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.053
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:        715264 kB
Buffers:         21800 kB
Cached:         273456 kB
SwapCached:       1156 kB
Active:          25924 kB
Inactive:       271656 kB
HighTotal:      131008 kB
HighFree:         1596 kB
LowTotal:       903652 kB
LowFree:        713668 kB
SwapTotal:     2097136 kB
SwapFree:      2094896 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5364 kB
Slab:            15984 kB
Committed_AS:    92720 kB
PageTables:        332 kB
VmallocTotal:   114680 kB
VmallocUsed:      1388 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 15:12:42 (client local time) WITH STATUS 1 IN 109.412 SECONDS
stats: 26009 7 109.412 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.98 0.94 2/55 21949
Raw data (stat): 21949 (runsolver) R 21948 8378 8377 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 914882270 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+9.99974 s]
Raw data (loadavg): 0.87 0.98 0.94 2/55 21949
Raw data (stat): 21949 (pb2sat-v2) R 21948 8378 8377 0 -1 0 29848 0 0 0 941 58 0 0 25 0 1 0 914882270 89022464 18710 4294967295 134512640 135730672 3221224576 3221154928 135282214 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 21734 18710 301 301 0 21433 0
vsize: 86936
[startup+20.001 s]
Raw data (loadavg): 0.89 0.98 0.94 2/55 21949
Raw data (stat): 21949 (pb2sat-v2) R 21948 8378 8377 0 -1 0 58881 0 0 0 1881 118 0 0 25 0 1 0 914882270 175656960 36524 4294967295 134512640 135730672 3221224576 3221144236 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 42885 36524 301 301 0 42584 0
vsize: 171540
[startup+30.0014 s]
Raw data (loadavg): 0.91 0.98 0.94 2/55 21949
Raw data (stat): 21949 (pb2sat-v2) R 21948 8378 8377 0 -1 0 99116 0 0 0 2800 199 0 0 25 0 1 0 914882270 332705792 54572 4294967295 134512640 135730672 3221224576 3221175696 134783998 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 81227 54572 301 301 0 80926 0
vsize: 324908
[startup+40.0021 s]
Raw data (loadavg): 0.92 0.98 0.94 2/55 21949
Raw data (stat): 21949 (pb2sat-v2) R 21948 8378 8377 0 -1 0 115751 0 0 0 3765 234 0 0 25 0 1 0 914882270 346898432 70974 4294967295 134512640 135730672 3221224576 3221170352 134732214 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 84692 70974 301 301 0 84391 0
vsize: 338768
[startup+50.0029 s]
Raw data (loadavg): 0.93 0.98 0.94 2/55 21949
Raw data (stat): 21949 (pb2sat-v2) R 21948 8378 8377 0 -1 0 151672 0 0 0 4699 300 0 0 25 0 1 0 914882270 544657408 106068 4294967295 134512640 135730672 3221224576 3221202332 135301622 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 132973 106068 301 301 0 132672 0
vsize: 531892
[startup+60.0027 s]
Raw data (loadavg): 0.94 0.98 0.94 2/55 21949
Raw data (stat): 21949 (pb2sat-v2) R 21948 8378 8377 0 -1 0 196437 0 0 0 5603 397 0 0 25 0 1 0 914882270 596860928 107294 4294967295 134512640 135730672 3221224576 3221197572 135292995 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 145718 107294 301 301 0 145417 0
vsize: 582872
[startup+70.0034 s]
Raw data (loadavg): 0.95 0.98 0.94 2/55 21949
Raw data (stat): 21949 (pb2sat-v2) R 21948 8378 8377 0 -1 0 202471 0 0 0 6589 411 0 0 25 0 1 0 914882270 630415360 113216 4294967295 134512640 135730672 3221224576 3221157888 134551664 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 153910 113216 301 301 0 153609 0
vsize: 615640
[startup+80.0034 s]
Raw data (loadavg): 0.96 0.98 0.94 2/55 21949
Raw data (stat): 21949 (pb2sat-v2) R 21948 8378 8377 0 -1 0 215518 0 0 0 7564 436 0 0 25 0 1 0 914882270 630415360 126031 4294967295 134512640 135730672 3221224576 3221178544 134770128 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 153910 126033 301 301 0 153609 0
vsize: 615640
[startup+90.0039 s]
Raw data (loadavg): 0.96 0.98 0.94 2/55 21949
Raw data (stat): 21949 (pb2sat-v2) R 21948 8378 8377 0 -1 0 228746 0 0 0 8539 462 0 0 25 0 1 0 914882270 630415360 139026 4294967295 134512640 135730672 3221224576 3221182904 134787727 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 153910 139026 301 301 0 153609 0
vsize: 615640
[startup+100.004 s]
Raw data (loadavg): 0.97 0.98 0.94 2/55 21949
Raw data (stat): 21949 (pb2sat-v2) R 21948 8378 8377 0 -1 0 239588 0 0 0 9519 481 0 0 25 0 1 0 914882270 680747008 149677 4294967295 134512640 135730672 3221224576 3221184752 134610059 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 166198 149677 301 301 0 165897 0
vsize: 664792
[startup+109.404 s]
Raw data (loadavg): 0.97 0.98 0.94 1/54 21949
Raw data (stat): 21949 (pb2sat-v2) R 21948 8378 8377 0 -1 0 239588 0 0 0 9519 481 0 0 25 0 1 0 914882270 680747008 149677 4294967295 134512640 135730672 3221224576 3221184752 134610059 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 166198 149677 301 301 0 165897 0
vsize: 0

Child status: 1
Real time (s): 109.404
CPU time (s): 109.412
CPU user time (s): 104.115
CPU system time (s): 5.29719
CPU usage (%): 100.008
Max. virtual memory (Kb): 664792
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####