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/plato.asu.edu/pub/unibo/normalized-mps-v2-13-7-usAbbrv.8.25_70.opb
MD5SUM0b6e5fd99af8bfe5c5be00124c8da261
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20736
Optimality of the best value was proved NO
Number of terms in the objective function 125
Biggest coefficient in the objective function 524288
Number of bits for the biggest coefficient in the objective function 20
Sum of the numbers in the objective function 1062015
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 128000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 268444670
Number of bits of the biggest sum of numbers29
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1201.16
Number of variables18711
Total number of constraints5602
Number of constraints which are clauses563
Number of constraints which are cardinality constraints (but not clauses)1681
Number of constraints which are nor clauses,nor cardinality constraints3358
Minimum length of a constraint1
Maximum length of a constraint55

Trace number 25307

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc31 THE 2005-05-18 08:30:46 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=20321 boxname=wulflinc31 idbench=1564 idsolver=2 numberseed=0
MD5SUM SOLVER: 754786be69defe53c030aa54f111e0a7  /oldhome/oroussel/solvers/bsolo_lpr_cuts
MD5SUM BENCH:  0b6e5fd99af8bfe5c5be00124c8da261  /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-13-7-usAbbrv.8.25_70.opb
REAL COMMAND:  bsolo_lpr_cuts /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-13-7-usAbbrv.8.25_70.opb
IDLAUNCH: 20321
/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:        761944 kB
Buffers:          9244 kB
Cached:         240608 kB
SwapCached:        932 kB
Active:          73680 kB
Inactive:       179440 kB
HighTotal:      131008 kB
HighFree:         7084 kB
LowTotal:       903652 kB
LowFree:        754860 kB
SwapTotal:     2097892 kB
SwapFree:      2096072 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5380 kB
Slab:            13852 kB
Committed_AS:    63840 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-18 08:32:58 (client local time) WITH STATUS 20 IN 131.934 SECONDS
stats: 20321 7 131.934 20
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c INFO: OSL Context initialized.
c Initial problem consists of 18711 variables and 3922 constraints.
c After prepocess the problem consists of 18646 variables and 3920 constraints.
c preprocess terminated 34.569 s
c Initial Lower Bound: 12160
c Lower Bound Elapsed time: 24.2985
c Not use computed LB before first solution.
s UNSATISFIABLE
c Exit Code: 20
c Total time: 131.823 s
#### 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): 1.06 0.99 0.99 2/55 5602
Raw data (stat): 5602 (runsolver) R 5601 7876 7672 0 -1 64 5 0 0 0 0 0 0 0 19 0 1 0 776947688 1056768 100 4294967295 134512640 135381576 3221221664 3221216880 135158418 0 2147483391 1 90112 0 0 0 17 0 0 0
Raw data (statm): 258 100 215 215 0 43 0
vsize: 1032
[startup+10.0007 s]
Raw data (loadavg): 1.05 0.99 0.99 2/55 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 36945 0 0 0 909 87 0 0 25 0 1 0 776947688 154984448 36843 4294967295 134512640 134714508 3221221760 3221220400 134606485 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 37838 36843 1111 63 0 37775 0
vsize: 151352
[startup+20.0016 s]
Raw data (loadavg): 1.04 0.99 0.99 2/55 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 47494 0 0 0 1884 111 0 0 25 0 1 0 776947688 198107136 47392 4294967295 134512640 134714508 3221221760 3221220424 134627195 0 0 1 0 0 0 0 17 0 0 0
Raw data (statm): 48366 47392 1111 63 0 48303 0
vsize: 193464
[startup+30.0014 s]
Raw data (loadavg): 1.04 0.99 0.99 2/55 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 47494 0 0 0 2884 112 0 0 25 0 1 0 776947688 198107136 47392 4294967295 134512640 134714508 3221221760 3221220412 134558608 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 48366 47392 1111 63 0 48303 0
vsize: 193464
[startup+40.0014 s]
Raw data (loadavg): 1.03 0.99 0.99 2/55 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 47635 0 0 0 3884 112 0 0 25 0 1 0 776947688 198729728 47533 4294967295 134512640 134714508 3221221760 3221219456 1074153782 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 48518 47533 1111 63 0 48455 0
vsize: 194072
[startup+50.0013 s]
Raw data (loadavg): 1.02 0.99 0.99 2/55 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 47877 0 0 0 4882 114 0 0 25 0 1 0 776947688 199720960 47775 4294967295 134512640 134714508 3221221760 3221219440 1074153663 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 48760 47775 1111 63 0 48697 0
vsize: 195040
[startup+60.0022 s]
Raw data (loadavg): 1.02 0.99 0.99 2/55 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 48003 0 0 0 5881 115 0 0 25 0 1 0 776947688 200237056 47901 4294967295 134512640 134714508 3221221760 3221219456 1074153800 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 48886 47901 1111 63 0 48823 0
vsize: 195544
[startup+70.0021 s]
Raw data (loadavg): 1.02 0.99 0.99 2/55 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 53151 0 0 0 6871 126 0 0 25 0 1 0 776947688 200372224 48053 4294967295 134512640 134714508 3221221760 3221219344 1074865100 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 48919 48053 1111 63 0 48856 0
vsize: 195676
[startup+80.0021 s]
Raw data (loadavg): 1.01 0.99 0.99 2/55 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 53224 0 0 0 7870 127 0 0 25 0 1 0 776947688 200372224 48058 4294967295 134512640 134714508 3221221760 3221219832 1074950114 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 48919 48058 1111 63 0 48856 0
vsize: 195676
[startup+90.002 s]
Raw data (loadavg): 1.01 0.99 0.99 2/55 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 57669 0 0 0 8860 137 0 0 25 0 1 0 776947688 203026432 48707 4294967295 134512640 134714508 3221221760 3221218784 1074138732 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 49567 48707 1111 63 0 49504 0
vsize: 198268
[startup+100.002 s]
Raw data (loadavg): 1.01 0.99 0.99 2/55 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 58343 0 0 0 9858 139 0 0 25 0 1 0 776947688 200388608 48065 4294967295 134512640 134714508 3221221760 3221219832 1074950105 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 48923 48065 1111 63 0 48860 0
vsize: 195692
[startup+110.003 s]
Raw data (loadavg): 1.01 0.99 0.99 2/55 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 60945 0 0 0 10852 145 0 0 25 0 1 0 776947688 206372864 49435 4294967295 134512640 134714508 3221221760 3221218872 1074138316 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 50384 49439 1111 63 0 50321 0
vsize: 201536
[startup+120.004 s]
Raw data (loadavg): 1.01 0.99 0.99 2/55 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 63495 0 0 0 11847 150 0 0 25 0 1 0 776947688 200400896 48068 4294967295 134512640 134714508 3221221760 3221219832 1074950117 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 48926 48068 1111 63 0 48863 0
vsize: 195704
[startup+130.004 s]
Raw data (loadavg): 1.00 0.99 0.99 2/55 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 63498 0 0 0 12847 151 0 0 25 0 1 0 776947688 200413184 48071 4294967295 134512640 134714508 3221221760 3221220000 1074153782 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 48929 48071 1111 63 0 48866 0
vsize: 195716
[startup+131.953 s]
Raw data (loadavg): 1.00 0.99 0.99 1/54 5602
Raw data (stat): 5602 (bsolo_lpr_cuts) R 5601 7876 7672 0 -1 0 63498 0 0 0 12847 151 0 0 25 0 1 0 776947688 200413184 48071 4294967295 134512640 134714508 3221221760 3221220000 1074153782 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 48929 48071 1111 63 0 48866 0
vsize: 0

Child status: 20
Real time (s): 131.953
CPU time (s): 131.934
CPU user time (s): 130.228
CPU system time (s): 1.70574
CPU usage (%): 99.9856
Max. virtual memory (Kb): 201536
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####