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/miplib/normalized-mps-v2-20-10-stein45.opb
MD5SUM980dd801f0823d520b47724b99fabded
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved NO
Number of terms in the objective function 45
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.01984
Number of variables45
Total number of constraints376
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)46
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint45

Trace number 16787

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc19 THE 2005-04-21 08:54:05 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=12350 boxname=wulflinc19 idbench=950 idsolver=13 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  980dd801f0823d520b47724b99fabded  /oldhome/oroussel/tmp/wulflinc19/normalized-mps-v2-20-10-stein45.opb
REAL COMMAND:  minisat+ -w /oldhome/oroussel/tmp/wulflinc19/normalized-mps-v2-20-10-stein45.opb /oldhome/oroussel/tmp/wulflinc19/normalized-mps-v2-20-10-stein45.opb
IDLAUNCH: 12350
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.037
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.037
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:        897416 kB
Buffers:          3480 kB
Cached:         108212 kB
SwapCached:       1732 kB
Active:          17224 kB
Inactive:        97652 kB
HighTotal:      131008 kB
HighFree:        63980 kB
LowTotal:       903652 kB
LowFree:        833436 kB
SwapTotal:     2097892 kB
SwapFree:      2095212 kB
Dirty:              36 kB
Writeback:           0 kB
Mapped:           5164 kB
Slab:            16736 kB
Committed_AS:    63820 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-04-21 08:55:35 (client local time) WITH STATUS 30 IN 90.4712 SECONDS
stats: 12350 0 90.4712 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c Parsing PB file...
c Converting 331 PB-constraints to clauses...
c   -- Unit propagations: (none)
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): ..........................................................................................................................................................................................................................................................................................................................................
c ---[   0]---> Sorter-cost:  718     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |         0 |    1860     4585 |     620       0        0     nan |  0.000 % |
c |       102 |    1849     4561 |     682     100      504     5.0 |  3.486 % |
c ==============================================================================
c Found solution: 33
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:  288     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |       103 |    2112     5194 |     704      38      160     4.2 |  3.486 % |
c ==============================================================================
c Found solution: 32
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |       110 |    2140     5266 |     713      45      285     6.3 |  3.486 % |
c |       210 |    2140     5266 |     784     145     2308    15.9 |  4.650 % |
c ==============================================================================
c Found solution: 31
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |       213 |    2122     5223 |     707     148     2333    15.8 |  4.650 % |
c |       313 |    2122     5223 |     777     248     3905    15.7 |  5.680 % |
c |       463 |    2122     5223 |     855     398     6420    16.1 |  5.681 % |
c |       688 |    2122     5223 |     941     623    10026    16.1 |  5.681 % |
c |      1027 |    2122     5223 |    1035     962    16344    17.0 |  5.685 % |
c |      1533 |    2122     5223 |    1138     825    14513    17.6 |  5.682 % |
c |      2293 |    2122     5223 |    1252     803    13052    16.3 |  5.685 % |
c |      3434 |    2122     5223 |    1377    1114    17525    15.7 |  5.682 % |
c |      5143 |    2122     5223 |    1515    1192    18634    15.6 |  5.682 % |
c ==============================================================================
c Found solution: 30
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Sorter-cost:    0     Base:
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |      5440 |    2159     5316 |     719    1489    23529    15.8 |  5.682 % |
c |      5541 |    2159     5316 |     790     846    11497    13.6 |  5.729 % |
c |      5691 |    2159     5316 |     869     573     6730    11.7 |  5.729 % |
c |      5916 |    2159     5316 |     956     798    10634    13.3 |  5.729 % |
c |      6253 |    2159     5316 |    1052    1135    15584    13.7 |  5.729 % |
c |      6759 |    2129     5250 |    1157    1072    13154    12.3 |  6.903 % |
c |      7519 |    2129     5250 |    1273    1077    11808    11.0 |  6.905 % |
c |      8658 |    2129     5250 |    1401    1397    17711    12.7 |  6.903 % |
c |     10366 |    2129     5250 |    1541    1392    19044    13.7 |  6.903 % |
c |     12929 |    2129     5250 |    1695    1186    12876    10.9 |  6.908 % |
c |     16773 |    2106     5199 |    1864    1036    11753    11.3 |  7.784 % |
c |     22540 |    2098     5181 |    2051    1346    15751    11.7 |  8.085 % |
c |     31190 |    2075     5129 |    2256    1744    21792    12.5 |  9.111 % |
c |     44165 |    2054     5083 |    2482    2014    23708    11.8 |  9.993 % |
c |     63626 |    2022     5012 |    2730    1965    23606    12.0 | 11.315 % |
c |     92818 |    1983     4923 |    3003    2056    27192    13.2 | 12.929 % |
c |    136608 |    1916     4767 |    3303    2424    27137    11.2 | 16.454 % |
c |    202292 |    1847     4591 |    3634    3519    42482    12.1 | 18.804 % |
c |    300818 |    1637     4051 |    3997    2137    22038    10.3 | 24.527 % |
c ==============================================================================
c Optimal solution: 30
s OPTIMUM FOUND
v V0001_bit0 V0002_bit0 V0003_bit0 V0004_bit0 V0005_bit0 -V0006_bit0 -V0007_bit0 -V0008_bit0 -V0009_bit0 -V0010_bit0 V0011_bit0 V0012_bit0 V0013_bit0 V0014_bit0 V0015_bit0 V0016_bit0 V0017_bit0 V0018_bit0 V0019_bit0 V0020_bit0 V0021_bit0 V0022_bit0 V0023_bit0 V0024_bit0 V0025_bit0 -V0026_bit0 -V0027_bit0 -V0028_bit0 -V0029_bit0 -V0030_bit0 V0031_bit0 V0032_bit0 V0033_bit0 V0034_bit0 V0035_bit0 V0036_bit0 V0037_bit0 V0038_bit0 V0039_bit0 V0040_bit0 -V0041_bit0 -V0042_bit0 -V0043_bit0 -V0044_bit0 -V0045_bit0
c _______________________________________________________________________________
c 
c restarts              : 33
c conflicts             : 332384         (3675 /sec)
c decisions             : 373752         (4132 /sec)
c propagations          : 0              (0 /sec)
c inspects              : 0              (0 /sec)
c CPU time              : 90.4482 s
c _______________________________________________________________________________
#### 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.47 0.82 0.89 2/55 30737
Raw data (stat): 30737 (runsolver) R 30736 22929 22928 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 543789609 1052672 99 4294967295 134512640 135381576 3221224432 3221219676 135158418 0 2147483391 7 90112 0 0 0 17 0 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.001 s]
Raw data (loadavg): 0.55 0.83 0.89 2/55 30737
Raw data (stat): 30737 (minisat+) R 30736 22929 22928 0 -1 0 434 0 0 0 998 1 0 0 25 0 1 0 543789609 3350528 412 4294967295 134512640 134672761 3221224544 3221223604 1075346603 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 818 412 603 41 0 777 0
vsize: 3272
[startup+20.0015 s]
Raw data (loadavg): 0.62 0.83 0.89 2/55 30737
Raw data (stat): 30737 (minisat+) R 30736 22929 22928 0 -1 0 460 0 0 0 1998 1 0 0 25 0 1 0 543789609 3485696 438 4294967295 134512640 134672761 3221224544 3221223680 134560628 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 851 438 603 41 0 810 0
vsize: 3404
[startup+30.0026 s]
Raw data (loadavg): 0.67 0.84 0.89 2/55 30737
Raw data (stat): 30737 (minisat+) R 30736 22929 22928 0 -1 0 489 0 0 0 2997 1 0 0 25 0 1 0 543789609 3485696 467 4294967295 134512640 134672761 3221224544 3221223712 134560940 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 851 467 603 41 0 810 0
vsize: 3404
[startup+40.0024 s]
Raw data (loadavg): 0.72 0.84 0.89 2/55 30737
Raw data (stat): 30737 (minisat+) R 30736 22929 22928 0 -1 0 500 0 0 0 3997 1 0 0 25 0 1 0 543789609 3620864 478 4294967295 134512640 134672761 3221224544 3221223712 134561229 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 884 478 603 41 0 843 0
vsize: 3536
[startup+50.0019 s]
Raw data (loadavg): 0.77 0.85 0.89 2/55 30737
Raw data (stat): 30737 (minisat+) R 30736 22929 22928 0 -1 0 517 0 0 0 4997 1 0 0 25 0 1 0 543789609 3620864 495 4294967295 134512640 134672761 3221224544 3221223712 134560961 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 884 495 603 41 0 843 0
vsize: 3536
[startup+60.002 s]
Raw data (loadavg): 0.80 0.85 0.89 2/55 30739
Raw data (stat): 30737 (minisat+) R 30736 22929 22928 0 -1 0 529 0 0 0 5997 1 0 0 25 0 1 0 543789609 3760128 507 4294967295 134512640 134672761 3221224544 3221223680 134560625 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 918 507 603 41 0 877 0
vsize: 3672
[startup+70.0018 s]
Raw data (loadavg): 0.83 0.86 0.90 2/55 30739
Raw data (stat): 30737 (minisat+) R 30736 22929 22928 0 -1 0 559 0 0 0 6997 2 0 0 25 0 1 0 543789609 3891200 537 4294967295 134512640 134672761 3221224544 3221223744 134557895 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 950 537 603 41 0 909 0
vsize: 3800
[startup+80.0023 s]
Raw data (loadavg): 0.86 0.86 0.90 2/55 30739
Raw data (stat): 30737 (minisat+) R 30736 22929 22928 0 -1 0 563 0 0 0 7997 2 0 0 25 0 1 0 543789609 3891200 541 4294967295 134512640 134672761 3221224544 3221223712 134560845 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 950 541 603 41 0 909 0
vsize: 3800
[startup+90.0024 s]
Raw data (loadavg): 0.88 0.86 0.90 2/55 30739
Raw data (stat): 30737 (minisat+) R 30736 22929 22928 0 -1 0 574 0 0 0 8998 2 0 0 25 0 1 0 543789609 3891200 552 4294967295 134512640 134672761 3221224544 3221223680 134560608 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 950 552 603 41 0 909 0
vsize: 3800
[startup+90.4741 s]
Raw data (loadavg): 0.88 0.86 0.90 1/54 30739
Raw data (stat): 30737 (minisat+) R 30736 22929 22928 0 -1 0 574 0 0 0 8998 2 0 0 25 0 1 0 543789609 3891200 552 4294967295 134512640 134672761 3221224544 3221223680 134560608 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 950 552 603 41 0 909 0
vsize: 0

Child status: 30
Real time (s): 90.4739
CPU time (s): 90.4712
CPU user time (s): 90.4493
CPU system time (s): 0.021996
CPU usage (%): 99.997
Max. virtual memory (Kb): 3800
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	30
#### END VERIFIER DATA ####