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/submitted/sorensson/garden/normalized-g9x9.opb
MD5SUM3682f861aa46be9df7d6903cb35a0651
Bench Categoryoptimization, small integers (OPTSMALLINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20
Optimality of the best value was proved NO
Number of terms in the objective function 81
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 81
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
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 benchmark0.676896
Number of variables81
Total number of constraints81
Number of constraints which are clauses81
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5

Trace number 6479

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc19 THE 2005-04-14 05:32:35 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=4976 boxname=wulflinc19 idbench=383 idsolver=10 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  3682f861aa46be9df7d6903cb35a0651  /oldhome/oroussel/tmp/wulflinc19/normalized-g9x9.opb
REAL COMMAND:  minisat+ -ca /oldhome/oroussel/tmp/wulflinc19/normalized-g9x9.opb /oldhome/oroussel/tmp/wulflinc19/normalized-g9x9.opb
IDLAUNCH: 4976
/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:        850076 kB
Buffers:         35568 kB
Cached:         115472 kB
SwapCached:         56 kB
Active:          51900 kB
Inactive:       102112 kB
HighTotal:      131008 kB
HighFree:        11592 kB
LowTotal:       903652 kB
LowFree:        838484 kB
SwapTotal:     2097892 kB
SwapFree:      2097836 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           7028 kB
Slab:            25052 kB
Committed_AS:    63708 kB
PageTables:        328 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-04-14 05:32:57 (client local time) WITH STATUS 30 IN 21.7597 SECONDS
stats: 4976 0 21.7597 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c Parsing PB file...
c Converting 81 PB-constraints to clauses...
c   -- Unit propagations: (none)
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): .................................................................................
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |         0 |      81      369 |      27       0        0     nan |  0.000 % |
c ==============================================================================
c Found solution: 27
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Adder-cost: 156   maxlim: 54   bits: 7/6
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |         0 |    1143     4148 |     381       0        0     nan |  0.000 % |
c |       100 |    1143     4148 |     419     100      504     5.0 |  2.068 % |
c ==============================================================================
c Found solution: 26
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Adder-cost: 0   maxlim: 55   bits: 7/6
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |       129 |    1144     4153 |     381     129      687     5.3 |  2.068 % |
c |       230 |    1144     4153 |     419     230     1484     6.5 |  2.471 % |
c |       380 |    1144     4153 |     461     380     3207     8.4 |  2.471 % |
c ==============================================================================
c Found solution: 25
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Adder-cost: 0   maxlim: 56   bits: 7/6
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |       537 |    1147     4167 |     382     537     5976    11.1 |  2.471 % |
c ==============================================================================
c Found solution: 23
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Adder-cost: 0   maxlim: 58   bits: 7/6
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |       609 |    1149     4182 |     383     341     3016     8.8 |  2.471 % |
c ==============================================================================
c Found solution: 22
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Adder-cost: 0   maxlim: 59   bits: 7/6
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |       646 |    1150     4188 |     383     378     3389     9.0 |  2.471 % |
c |       746 |    1150     4188 |     421     478     4707     9.8 |  4.050 % |
c |       897 |    1150     4188 |     463     390     3640     9.3 |  4.050 % |
c |      1122 |    1150     4188 |     509     347     3852    11.1 |  4.050 % |
c |      1460 |    1150     4188 |     560     392     4159    10.6 |  4.050 % |
c |      1966 |    1150     4188 |     616     597     8150    13.7 |  4.050 % |
c |      2725 |    1150     4188 |     678     350     3088     8.8 |  4.050 % |
c |      3865 |    1150     4188 |     746     752    10994    14.6 |  4.050 % |
c |      5575 |    1150     4188 |     820     453     4037     8.9 |  4.050 % |
c ==============================================================================
c Found solution: 21
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Adder-cost: 0   maxlim: 60   bits: 7/6
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |      6491 |    1151     4196 |     383     498     4463     9.0 |  4.050 % |
c |      6591 |    1151     4196 |     421     349     3423     9.8 |  4.437 % |
c |      6742 |    1151     4196 |     463     270     1689     6.3 |  4.437 % |
c |      6969 |    1151     4196 |     509     497     7033    14.2 |  4.437 % |
c |      7309 |    1145     4179 |     560     539     7164    13.3 |  4.840 % |
c |      7815 |    1145     4179 |     616     426     4449    10.4 |  4.840 % |
c |      8574 |    1145     4179 |     678     519     6686    12.9 |  4.840 % |
c |      9713 |    1145     4179 |     746     557     6888    12.4 |  4.840 % |
c |     11421 |    1145     4179 |     820     696     9284    13.3 |  4.840 % |
c |     13984 |    1145     4179 |     903     673     7161    10.6 |  4.840 % |
c |     17828 |    1145     4179 |     993     695     8448    12.2 |  4.840 % |
c |     23598 |    1145     4179 |    1092     745     8193    11.0 |  4.840 % |
c ==============================================================================
c Found solution: 20
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): (none)
c ---[   0]---> Adder-cost: 0   maxlim: 61   bits: 7/6
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |     31369 |    1146     4186 |     382    1131    14596    12.9 |  4.840 % |
c |     31470 |    1146     4186 |     420     384     3530     9.2 |  5.223 % |
c |     31621 |    1146     4186 |     462     304     2418     8.0 |  5.223 % |
c |     31847 |    1146     4186 |     508     273     1531     5.6 |  5.223 % |
c |     32186 |    1146     4186 |     559     333     2344     7.0 |  5.223 % |
c |     32693 |    1146     4186 |     615     539     6104    11.3 |  5.223 % |
c |     33454 |    1146     4186 |     676     640     7838    12.2 |  5.223 % |
c |     34593 |    1146     4186 |     744     672     7976    11.9 |  5.223 % |
c |     36302 |    1146     4186 |     818     815    10039    12.3 |  5.223 % |
c |     38866 |    1146     4186 |     900     784     9400    12.0 |  5.223 % |
c |     42710 |    1146     4186 |     990     835    10176    12.2 |  5.223 % |
c |     48477 |    1146     4186 |    1089     861    10160    11.8 |  5.223 % |
c |     57126 |    1146     4186 |    1198    1022    12787    12.5 |  5.223 % |
c |     70102 |    1146     4186 |    1318    1002    10290    10.3 |  5.223 % |
c |     89565 |    1146     4186 |    1450     785     7091     9.0 |  5.223 % |
c |    118759 |    1146     4186 |    1595     975     9087     9.3 |  5.223 % |
c |    162548 |    1136     4148 |    1755    1528    16165    10.6 |  5.626 % |
c ==============================================================================
c Optimal solution: 20
s OPTIMUM FOUND
v -x1 x2 -x3 -x4 -x5 x6 -x7 x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 x27 -x28 -x29 x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 x44 -x45 x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 x63 -x64 x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 x74 -x75 -x76 x77 -x78 -x79 -x80 x81
c _______________________________________________________________________________
c 
c restarts              : 46
c conflicts             : 171309         (7878 /sec)
c decisions             : 231638         (10652 /sec)
c propagations          : 0              (0 /sec)
c inspects              : 0              (0 /sec)
c CPU time              : 21.7457 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.84 0.94 0.90 2/55 30007
Raw data (stat): 30007 (runsolver) R 30006 22929 22928 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 482092576 1052672 99 4294967295 134512640 135381576 3221224464 3221219708 135158418 0 0 7 90112 0 0 0 17 1 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0016 s]
Raw data (loadavg): 0.87 0.94 0.90 2/55 30007
Raw data (stat): 30007 (minisat+) R 30006 22929 22928 0 -1 0 374 0 0 0 998 0 0 0 25 0 1 0 482092576 3067904 352 4294967295 134512640 134672761 3221224576 3221223712 134560706 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 749 352 603 41 0 708 0
vsize: 2996
[startup+20.0022 s]
Raw data (loadavg): 0.89 0.94 0.90 2/55 30007
Raw data (stat): 30007 (minisat+) R 30006 22929 22928 0 -1 0 393 0 0 0 1997 1 0 0 25 0 1 0 482092576 3067904 371 4294967295 134512640 134672761 3221224576 3221223708 1075347104 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 749 371 603 41 0 708 0
vsize: 2996
[startup+21.7772 s]
Raw data (loadavg): 0.89 0.94 0.90 1/54 30007
Raw data (stat): 30007 (minisat+) R 30006 22929 22928 0 -1 0 393 0 0 0 1997 1 0 0 25 0 1 0 482092576 3067904 371 4294967295 134512640 134672761 3221224576 3221223708 1075347104 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 749 371 603 41 0 708 0
vsize: 0

Child status: 30
Real time (s): 21.777
CPU time (s): 21.7597
CPU user time (s): 21.7457
CPU system time (s): 0.013997
CPU usage (%): 99.9207
Max. virtual memory (Kb): 2996
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
Verifier:	OK	20
#### END VERIFIER DATA ####