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-pipex.opb
MD5SUMb9c1029cc1d97a8d60e984f96f5d3267
Bench Categoryoptimization, medium integers (OPTMEDINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 788263
Optimality of the best value was proved NO
Number of terms in the objective function 48
Biggest coefficient in the objective function 107865
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 2514082
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 107865
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 2514082
Number of bits of the biggest sum of numbers22
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.02684
Number of variables48
Total number of constraints73
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint1
Maximum length of a constraint16

Trace number 25849

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc31 THE 2005-05-22 23:26:27 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=17189 boxname=wulflinc31 idbench=1323 idsolver=3 numberseed=0
MD5SUM SOLVER: 03a6a792daea978e4202f78851741568  /oldhome/oroussel/solvers/bsolo_mis
MD5SUM BENCH:  b9c1029cc1d97a8d60e984f96f5d3267  /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-13-7-pipex.opb
REAL COMMAND:  bsolo_mis /oldhome/oroussel/tmp/wulflinc31/normalized-mps-v2-13-7-pipex.opb
IDLAUNCH: 17189
/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:        847500 kB
Buffers:         30252 kB
Cached:         137228 kB
SwapCached:       1024 kB
Active:         104856 kB
Inactive:        64756 kB
HighTotal:      131008 kB
HighFree:         4676 kB
LowTotal:       903652 kB
LowFree:        842824 kB
SwapTotal:     2097892 kB
SwapFree:      2095884 kB
Dirty:              48 kB
Writeback:           0 kB
Mapped:           5096 kB
Slab:            11976 kB
Committed_AS:    63860 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-05-22 23:28:16 (client local time) WITH STATUS 30 IN 108.555 SECONDS
stats: 17189 0 108.555 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c Initial problem consists of 48 variables and 41 constraints.
c After prepocess the problem consists of 48 variables and 41 constraints.
c preprocess terminated 0.034 s
c Initial Lower Bound: 722438
c Lower Bound Elapsed time: 0
c Use computed LB before first solution.
c NEW SOLUTION FOUND: 867422 @ 0.082
c NEW SOLUTION FOUND: 840362 @ 0.083
c NEW SOLUTION FOUND: 835262 @ 0.087
c NEW SOLUTION FOUND: 832622 @ 0.088
c NEW SOLUTION FOUND: 826763 @ 3.041
c NEW SOLUTION FOUND: 824383 @ 3.088
c NEW SOLUTION FOUND: 823110 @ 3.214
c NEW SOLUTION FOUND: 815810 @ 4.143
c NEW SOLUTION FOUND: 814474 @ 8.411
c NEW SOLUTION FOUND: 813201 @ 20.042
c NEW SOLUTION FOUND: 811355 @ 103.087
c NEW SOLUTION FOUND: 809981 @ 103.093
c NEW SOLUTION FOUND: 804961 @ 103.094
c NEW SOLUTION FOUND: 802321 @ 103.181
c NEW SOLUTION FOUND: 794030 @ 103.184
c NEW SOLUTION FOUND: 788263 @ 103.185
s OPTIMUM FOUND
v QUAN0101_bit0 QUAN0102_bit0 -QUAN0103_bit0 -QUAN0104_bit0 -QUAN0105_bit0 -QUAN0106_bit0 -QUAN0107_bit0 -QUAN0108_bit0 -QUAN0109_bit0 -QUAN0110_bit0 QUAN0111_bit0 -QUAN0112_bit0 QUAN0113_bit0 -QUAN0114_bit0 -QUAN0115_bit0 -QUAN0116_bit0 -QUAN0201_bit0 -QUAN0202_bit0 -QUAN0203_bit0 -QUAN0204_bit0 -QUAN0205_bit0 -QUAN0206_bit0 QUAN0207_bit0 QUAN0208_bit0 -QUAN0209_bit0 -QUAN0210_bit0 -QUAN0211_bit0 QUAN0212_bit0 -QUAN0213_bit0 QUAN0214_bit0 QUAN0215_bit0 QUAN0216_bit0 -QUAN0301_bit0 -QUAN0302_bit0 QUAN0303_bit0 QUAN0304_bit0 QUAN0305_bit0 QUAN0306_bit0 -QUAN0307_bit0 -QUAN0308_bit0 QUAN0309_bit0 QUAN0310_bit0 -QUAN0311_bit0 -QUAN0312_bit0 -QUAN0313_bit0 -QUAN0314_bit0 -QUAN0315_bit0 -QUAN0316_bit0 
c Exit Code: 30
c Total time: 108.519 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): 0.83 0.92 0.90 2/55 31144
Raw data (stat): 31144 (runsolver) R 31143 7876 7672 0 -1 64 5 0 0 0 0 0 0 0 19 0 1 0 816886404 1056768 100 4294967295 134512640 135381576 3221221680 3221216900 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.0001 s]
Raw data (loadavg): 0.85 0.92 0.90 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 4041 0 0 0 984 12 0 0 25 0 1 0 816886404 20570112 4001 4294967295 134512640 134714540 3221221776 3221220488 134558485 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 5022 4001 1111 63 0 4959 0
vsize: 20088
[startup+20.0009 s]
Raw data (loadavg): 0.87 0.93 0.90 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 4423 0 0 0 1983 13 0 0 25 0 1 0 816886404 22142976 4375 4294967295 134512640 134714540 3221221776 3221220488 134543191 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 5406 4375 1111 63 0 5343 0
vsize: 21624
[startup+30.0012 s]
Raw data (loadavg): 0.89 0.93 0.90 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 4904 0 0 0 2981 15 0 0 25 0 1 0 816886404 24133632 4848 4294967295 134512640 134714540 3221221776 3221220592 134622468 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 5892 4848 1111 63 0 5829 0
vsize: 23568
[startup+40.0018 s]
Raw data (loadavg): 0.91 0.93 0.90 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 5866 0 0 0 3979 17 0 0 25 0 1 0 816886404 28098560 5794 4294967295 134512640 134714540 3221221776 3221220512 134622743 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 6860 5794 1111 63 0 6797 0
vsize: 27440
[startup+50.0031 s]
Raw data (loadavg): 0.92 0.93 0.90 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 6456 0 0 0 4976 20 0 0 25 0 1 0 816886404 30625792 6376 4294967295 134512640 134714540 3221221776 3221220512 134622747 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 7477 6376 1111 63 0 7414 0
vsize: 29908
[startup+60.0027 s]
Raw data (loadavg): 0.93 0.93 0.90 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 6738 0 0 0 5975 22 0 0 25 0 1 0 816886404 31825920 6650 4294967295 134512640 134714540 3221221776 3221220504 134622755 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 7770 6650 1111 63 0 7707 0
vsize: 31080
[startup+70.004 s]
Raw data (loadavg): 0.94 0.93 0.91 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 7034 0 0 0 6974 23 0 0 25 0 1 0 816886404 33153024 6934 4294967295 134512640 134714540 3221221776 3221220592 134622468 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 8094 6934 1111 63 0 8031 0
vsize: 32376
[startup+80.0045 s]
Raw data (loadavg): 0.95 0.94 0.91 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 7323 0 0 0 7972 25 0 0 25 0 1 0 816886404 34238464 7223 4294967295 134512640 134714540 3221221776 3221220488 134558477 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 8359 7223 1111 63 0 8296 0
vsize: 33436
[startup+90.0044 s]
Raw data (loadavg): 0.96 0.94 0.91 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 7470 0 0 0 8972 26 0 0 25 0 1 0 816886404 34828288 7370 4294967295 134512640 134714540 3221221776 3221220580 134622483 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 8503 7370 1111 63 0 8440 0
vsize: 34012
[startup+100.005 s]
Raw data (loadavg): 0.96 0.94 0.91 2/55 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 7584 0 0 0 9972 26 0 0 25 0 1 0 816886404 35368960 7484 4294967295 134512640 134714540 3221221776 3221220312 134542289 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 8635 7484 1111 63 0 8572 0
vsize: 34540
[startup+108.576 s]
Raw data (loadavg): 0.97 0.94 0.91 1/54 31144
Raw data (stat): 31144 (bsolo_mis) R 31143 7876 7672 0 -1 0 7584 0 0 0 9972 26 0 0 25 0 1 0 816886404 35368960 7484 4294967295 134512640 134714540 3221221776 3221220312 134542289 0 0 1 0 0 0 0 17 1 0 0
Raw data (statm): 8635 7484 1111 63 0 8572 0
vsize: 0

Child status: 30
Real time (s): 108.576
CPU time (s): 108.555
CPU user time (s): 108.2
CPU system time (s): 0.355945
CPU usage (%): 99.9809
Max. virtual memory (Kb): 34540
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	788263
#### END VERIFIER DATA ####