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/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-fit1d.opb
MD5SUM6bb160e5eb0ef9c02ca7232f62836f2b
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 8436
Biggest coefficient in the objective function 368640
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 57614442
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 483840
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 72412534
Number of bits of the biggest sum of numbers27
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1195.48
Number of variables8436
Total number of constraints1050
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1050
Minimum length of a constraint8
Maximum length of a constraint8436

Trace number 42696

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc6 THE 2005-06-16 13:55:23 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=25914 boxname=wulflinc6 idbench=1214 idsolver=18 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  6bb160e5eb0ef9c02ca7232f62836f2b  /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-13-7-fit1d.opb
REAL COMMAND:  pb2sat-v2 /oldhome/oroussel/tmp/wulflinc6/normalized-mps-v2-13-7-fit1d.opb
IDLAUNCH: 25914
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.042
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.042
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:        675576 kB
Buffers:         26928 kB
Cached:         309012 kB
SwapCached:       1000 kB
Active:          28752 kB
Inactive:       309384 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        675324 kB
SwapTotal:     2097136 kB
SwapFree:      2095200 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5092 kB
Slab:            15352 kB
Committed_AS:    63844 kB
PageTables:        320 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-06-16 13:57:24 (client local time) WITH STATUS 1 IN 121.089 SECONDS
stats: 25914 7 121.089 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.95 0.90 2/54 20882
Raw data (stat): 20882 (runsolver) R 20881 25568 25567 0 -1 64 8 0 0 0 0 0 0 0 19 0 1 0 971285428 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+10.0016 s]
Raw data (loadavg): 0.93 0.95 0.91 2/54 20882
Raw data (stat): 20882 (pb2sat-v2) R 20881 25568 25567 0 -1 0 24271 0 0 0 946 52 0 0 25 0 1 0 971285428 91906048 16205 4294967295 134512640 135730672 3221224576 3218930656 134788521 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 22438 16210 301 301 0 22137 0
vsize: 89752
[startup+20.0026 s]
Raw data (loadavg): 0.94 0.95 0.91 2/54 20882
Raw data (stat): 20882 (pb2sat-v2) R 20881 25568 25567 0 -1 0 51888 0 0 0 1889 110 0 0 25 0 1 0 971285428 170725376 29807 4294967295 134512640 135730672 3221224576 3218051200 134786812 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 41681 29807 301 301 0 41380 0
vsize: 166724
[startup+30.0034 s]
Raw data (loadavg): 0.95 0.95 0.91 2/54 20882
Raw data (stat): 20882 (pb2sat-v2) R 20881 25568 25567 0 -1 0 82372 0 0 0 2827 173 0 0 25 0 1 0 971285428 251658240 50892 4294967295 134512640 135730672 3221224576 3218590500 135281249 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 61440 50892 301 301 0 61139 0
vsize: 245760
[startup+40.0039 s]
Raw data (loadavg): 0.95 0.95 0.91 2/54 20882
Raw data (stat): 20882 (pb2sat-v2) R 20881 25568 25567 0 -1 0 105732 0 0 0 3771 229 0 0 25 0 1 0 971285428 336760832 61771 4294967295 134512640 135730672 3221224576 3218101064 135285983 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 82217 61771 301 301 0 81916 0
vsize: 328868
[startup+50.0047 s]
Raw data (loadavg): 0.96 0.95 0.91 2/54 20882
Raw data (stat): 20882 (pb2sat-v2) R 20881 25568 25567 0 -1 0 124431 0 0 0 4731 270 0 0 25 0 1 0 971285428 363524096 80252 4294967295 134512640 135730672 3221224576 3218059512 135284274 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 88751 80252 301 301 0 88450 0
vsize: 355004
[startup+60.0049 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 20882
Raw data (stat): 20882 (pb2sat-v2) R 20881 25568 25567 0 -1 0 170739 0 0 0 5637 364 0 0 25 0 1 0 971285428 698740736 108010 4294967295 134512640 135730672 3221224576 3217983632 134788521 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 170591 108014 301 301 0 170290 0
vsize: 682364
[startup+70.011 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 20882
Raw data (stat): 20882 (pb2sat-v2) R 20881 25568 25567 0 -1 0 198885 0 0 0 6575 427 0 0 25 0 1 0 971285428 631627776 111408 4294967295 134512640 135730672 3221224576 3218583560 134732153 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 154206 111409 301 301 0 153905 0
vsize: 616824
[startup+80.0129 s]
Raw data (loadavg): 0.97 0.96 0.91 2/54 20882
Raw data (stat): 20882 (pb2sat-v2) R 20881 25568 25567 0 -1 0 212562 0 0 0 7545 458 0 0 25 0 1 0 971285428 636493824 124861 4294967295 134512640 135730672 3221224576 3217828616 135285983 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 155394 124862 301 301 0 155093 0
vsize: 621576
[startup+90.0133 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 20882
Raw data (stat): 20882 (pb2sat-v2) R 20881 25568 25567 0 -1 0 230842 0 0 0 8503 500 0 0 25 0 1 0 971285428 662716416 142929 4294967295 134512640 135730672 3221224576 3218253516 134608033 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 161796 142929 301 301 0 161495 0
vsize: 647184
[startup+100.013 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 20882
Raw data (stat): 20882 (pb2sat-v2) R 20881 25568 25567 0 -1 0 245697 0 0 0 9468 535 0 0 25 0 1 0 971285428 734269440 157612 4294967295 134512640 135730672 3221224576 3218545360 134786643 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 179265 157612 301 301 0 178964 0
vsize: 717060
[startup+110.015 s]
Raw data (loadavg): 0.98 0.96 0.91 2/54 20882
Raw data (stat): 20882 (pb2sat-v2) R 20881 25568 25567 0 -1 0 263880 0 0 0 10423 577 0 0 25 0 1 0 971285428 760356864 175584 4294967295 134512640 135730672 3221224576 3218540128 135291069 0 0 7 16384 0 0 0 17 0 0 0
Raw data (statm): 185634 175584 301 301 0 185333 0
vsize: 742536
[startup+120.016 s]
Raw data (loadavg): 0.99 0.96 0.91 2/54 20882
Raw data (stat): 20882 (pb2sat-v2) R 20881 25568 25567 0 -1 0 265542 0 0 0 11403 597 0 0 25 0 1 0 971285428 410976256 99895 4294967295 134512640 135730672 3221224576 3221222976 134782592 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 100336 99895 301 301 0 100035 0
vsize: 401344
[startup+121.1 s]
Raw data (loadavg): 0.99 0.96 0.91 1/53 20882
Raw data (stat): 20882 (pb2sat-v2) R 20881 25568 25567 0 -1 0 265542 0 0 0 11403 597 0 0 25 0 1 0 971285428 410976256 99895 4294967295 134512640 135730672 3221224576 3221222976 134782592 0 0 7 16384 0 0 0 17 1 0 0
Raw data (statm): 100336 99895 301 301 0 100035 0
vsize: 0

Child status: 1
Real time (s): 121.1
CPU time (s): 121.089
CPU user time (s): 114.902
CPU system time (s): 6.18706
CPU usage (%): 99.9909
Max. virtual memory (Kb): 742536
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####