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/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-13-7-maros.opb
MD5SUM1ae5b04b2d0e1f5ab82e29e98b8350c0
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 43097
Optimality of the best value was proved NO
Number of terms in the objective function 64
Biggest coefficient in the objective function 4718592
Number of bits for the biggest coefficient in the objective function 23
Sum of the numbers in the objective function 14745570
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4718592
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 14745570
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 benchmark1.02384
Number of variables64
Total number of constraints6
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 constraints6
Minimum length of a constraint12
Maximum length of a constraint64

Trace number 25294

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc31 THE 2005-05-18 07:03:55 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=20373 boxname=wulflinc31 idbench=1568 idsolver=2 numberseed=0
MD5SUM SOLVER: 754786be69defe53c030aa54f111e0a7  /oldhome/oroussel/solvers/bsolo_lpr_cuts
MD5SUM BENCH:  1ae5b04b2d0e1f5ab82e29e98b8350c0  /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-13-7-maros.opb
REAL COMMAND:  bsolo_lpr_cuts /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-13-7-maros.opb
IDLAUNCH: 20373
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.153
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.153
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	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        842580 kB
Buffers:         26032 kB
Cached:         144396 kB
SwapCached:        932 kB
Active:         106208 kB
Inactive:        67492 kB
HighTotal:      131008 kB
HighFree:         2436 kB
LowTotal:       903652 kB
LowFree:        840144 kB
SwapTotal:     2097892 kB
SwapFree:      2096072 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5380 kB
Slab:            12776 kB
Committed_AS:    63860 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-18 07:06:14 (client local time) WITH STATUS 0 IN 138.43 SECONDS
stats: 20373 7 138.43 0
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c INFO: OSL Context initialized.
c Initial problem consists of 64 variables and 6 constraints.
c After prepocess the problem consists of 49 variables and 6 constraints.
c preprocess terminated 0.039 s
c Initial Lower Bound: 42149
c Lower Bound Elapsed time: 0.007
c Use computed LB before first solution.
c NEW SOLUTION FOUND: 51712 @ 0.17
c NEW SOLUTION FOUND: 49664 @ 0.238
c NEW SOLUTION FOUND: 48389 @ 0.273
c NEW SOLUTION FOUND: 48384 @ 0.276
c NEW SOLUTION FOUND: 47360 @ 0.42
c NEW SOLUTION FOUND: 46848 @ 6.852
c NEW SOLUTION FOUND: 45056 @ 6.866
c NEW SOLUTION FOUND: 43904 @ 13.644
c NEW SOLUTION FOUND: 43328 @ 35.686
#### 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
Raw data (loadavg): 0.93 1.00 0.97 2/55 4321
Raw data (stat): 4321 (runsolver) R 4320 7876 7672 0 -1 64 1 0 0 0 0 0 0 0 19 0 1 0 776426509 1056768 98 4294967295 134512640 135381576 3221221680 3221217120 134514566 0 0 1 90112 0 0 0 17 1 0 0
Raw data (statm): 258 98 215 215 0 43 0
vsize: 1032
[startup+10.0011 s]
Raw data (loadavg): 1.01 1.01 0.98 2/55 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 9042 0 0 0 948 47 0 0 25 0 1 0 776426509 13918208 2704 4294967295 134512640 134714508 3221221776 3221220236 1077781665 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 3398 2704 1111 63 0 3335 0
vsize: 13592
[startup+20.0016 s]
Raw data (loadavg): 1.01 1.01 0.98 2/55 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 16758 0 0 0 1906 90 0 0 25 0 1 0 776426509 20897792 4386 4294967295 134512640 134714508 3221221776 3221220172 1077781665 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 5102 4386 1111 63 0 5039 0
vsize: 20408
[startup+30.0015 s]
Raw data (loadavg): 1.01 1.01 0.98 2/55 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 25452 0 0 0 2864 131 0 0 25 0 1 0 776426509 27262976 5953 4294967295 134512640 134714508 3221221776 3221220220 1077781665 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 6710 5954 1111 63 0 6647 0
vsize: 26624
[startup+40.0019 s]
Raw data (loadavg): 1.08 1.03 0.98 2/55 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 37104 0 0 0 3821 174 0 0 25 0 1 0 776426509 34570240 7593 4294967295 134512640 134714508 3221221776 3221218848 1074867334 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 8440 7593 1111 63 0 8377 0
vsize: 33760
[startup+50.0025 s]
Raw data (loadavg): 1.07 1.03 0.98 2/55 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 49372 0 0 0 4778 218 0 0 25 0 1 0 776426509 40546304 9110 4294967295 134512640 134714508 3221221776 3221220592 134622468 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 9899 9110 1111 63 0 9836 0
vsize: 39596
[startup+60.0038 s]
Raw data (loadavg): 1.06 1.02 0.98 2/55 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 62923 0 0 0 5734 262 0 0 25 0 1 0 776426509 46047232 10437 4294967295 134512640 134714508 3221221776 3221217840 1075084430 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 11242 10437 1111 63 0 11179 0
vsize: 44968
[startup+70.0046 s]
Raw data (loadavg): 1.05 1.02 0.98 2/55 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 82988 0 0 0 6677 319 0 0 25 0 1 0 776426509 50900992 11556 4294967295 134512640 134714508 3221221776 3221217936 1075095166 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 12350 11550 1111 63 0 12287 0
vsize: 49708
[startup+80.0042 s]
Raw data (loadavg): 1.04 1.02 0.98 2/55 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 115217 0 0 0 7590 407 0 0 25 0 1 0 776426509 56537088 12948 4294967295 134512640 134714508 3221221776 3221218764 1077404742 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 13725 12945 1111 63 0 13662 0
vsize: 55212
[startup+90.0041 s]
Raw data (loadavg): 1.11 1.04 0.99 2/55 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 143058 0 0 0 8518 478 0 0 25 0 1 0 776426509 64299008 14623 4294967295 134512640 134714508 3221221776 3221220076 1077781665 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 15698 14623 1111 63 0 15635 0
vsize: 62792
[startup+100.004 s]
Raw data (loadavg): 1.09 1.04 0.99 2/55 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 167319 0 0 0 9457 539 0 0 25 0 1 0 776426509 68370432 15610 4294967295 134512640 134714508 3221221776 3221219776 1074916884 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 16692 15610 1111 63 0 16629 0
vsize: 66768
[startup+110.005 s]
Raw data (loadavg): 1.08 1.03 0.99 2/55 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 197988 0 0 0 10382 615 0 0 25 0 1 0 776426509 73125888 16702 4294967295 134512640 134714508 3221221776 3221218088 1074960597 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 17853 16702 1111 63 0 17790 0
vsize: 71412
[startup+120.006 s]
Raw data (loadavg): 1.06 1.03 0.99 2/55 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 223272 0 0 0 11317 680 0 0 25 0 1 0 776426509 78045184 17971 4294967295 134512640 134714508 3221221776 3221220220 1077781665 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 19090 17972 1111 63 0 19027 0
vsize: 76216
[startup+130.006 s]
Raw data (loadavg): 1.05 1.03 0.99 2/55 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 245194 0 0 0 12261 737 0 0 25 0 1 0 776426509 81809408 18830 4294967295 134512640 134714508 3221221776 3221218764 1077404742 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 19973 18832 1111 63 0 19910 0
vsize: 79892
[startup+138.455 s]
Raw data (loadavg): 1.05 1.03 0.99 1/54 4321
Raw data (stat): 4321 (bsolo_lpr_cuts) R 4320 7876 7672 0 -1 0 245194 0 0 0 12261 737 0 0 25 0 1 0 776426509 81809408 18830 4294967295 134512640 134714508 3221221776 3221218764 1077404742 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 19973 18832 1111 63 0 19910 0
vsize: 0

Child ended because it received signal 11 (SIGSEGV)
Real time (s): 138.455
CPU time (s): 138.43
CPU user time (s): 130.356
CPU system time (s): 8.07377
CPU usage (%): 99.9819
Max. virtual memory (Kb): 79892
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####