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/aloul/FPGA_SAT05/normalized-fpga35_34_sat_pb.cnf.cr.opb
MD5SUMf49e527e8d063bcfa5508a2b00211475
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.75752
Number of variables1785
Total number of constraints1293
Number of constraints which are clauses1224
Number of constraints which are cardinality constraints (but not clauses)69
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint17
Maximum length of a constraint35

Trace number 6069

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc10 THE 2005-04-14 03:34:52 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=4562 boxname=wulflinc10 idbench=50 idsolver=13 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  f49e527e8d063bcfa5508a2b00211475  /oldhome/oroussel/tmp/wulflinc10/normalized-fpga35_34_sat_pb.cnf.cr.opb
REAL COMMAND:  minisat+ -w /oldhome/oroussel/tmp/wulflinc10/normalized-fpga35_34_sat_pb.cnf.cr.opb /oldhome/oroussel/tmp/wulflinc10/normalized-fpga35_34_sat_pb.cnf.cr.opb
IDLAUNCH: 4562
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 450.999
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	: 2
cpu MHz		: 450.999
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:        862264 kB
Buffers:         35464 kB
Cached:         117168 kB
SwapCached:        164 kB
Active:          54956 kB
Inactive:       100700 kB
HighTotal:      131008 kB
HighFree:        10192 kB
LowTotal:       903652 kB
LowFree:        852072 kB
SwapTotal:     2097136 kB
SwapFree:      2096972 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6920 kB
Slab:            11152 kB
Committed_AS:    63484 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-04-14 03:35:17 (client local time) WITH STATUS 30 IN 24.5663 SECONDS
stats: 4562 7 24.5663 30
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c Parsing PB file...
c Converting 1293 PB-constraints to clauses...
c   -- Unit propagations: (none)
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
c ---[  68]---> BDD-cost:   65
c ---[  67]---> BDD-cost:   65
c ---[  66]---> BDD-cost:   65
c ---[  65]---> BDD-cost:   65
c ---[  64]---> BDD-cost:   65
c ---[  63]---> BDD-cost:   65
c ---[  62]---> BDD-cost:   65
c ---[  61]---> BDD-cost:   65
c ---[  60]---> BDD-cost:   65
c ---[  59]---> BDD-cost:   65
c ---[  58]---> BDD-cost:   65
c ---[  57]---> BDD-cost:   65
c ---[  56]---> BDD-cost:   65
c ---[  55]---> BDD-cost:   65
c ---[  54]---> BDD-cost:   65
c ---[  53]---> BDD-cost:   65
c ---[  52]---> BDD-cost:   65
c ---[  51]---> BDD-cost:   65
c ---[  50]---> BDD-cost:   65
c ---[  49]---> BDD-cost:   65
c ---[  48]---> BDD-cost:   65
c ---[  47]---> BDD-cost:   65
c ---[  46]---> BDD-cost:   65
c ---[  45]---> BDD-cost:   65
c ---[  44]---> BDD-cost:   65
c ---[  43]---> BDD-cost:   65
c ---[  42]---> BDD-cost:   65
c ---[  41]---> BDD-cost:   65
c ---[  40]---> BDD-cost:   65
c ---[  39]---> BDD-cost:   65
c ---[  38]---> BDD-cost:   65
c ---[  37]---> BDD-cost:   65
c ---[  36]---> BDD-cost:   65
c ---[  35]---> BDD-cost:   65
c ---[  34]---> BDD-cost:   65
c ---[  33]---> BDD-cost:   31
c ---[  32]---> BDD-cost:   31
c ---[  31]---> BDD-cost:   31
c ---[  30]---> BDD-cost:   31
c ---[  29]---> BDD-cost:   31
c ---[  28]---> BDD-cost:   31
c ---[  27]---> BDD-cost:   31
c ---[  26]---> BDD-cost:   31
c ---[  25]---> BDD-cost:   31
c ---[  24]---> BDD-cost:   31
c ---[  23]---> BDD-cost:   31
c ---[  22]---> BDD-cost:   31
c ---[  21]---> BDD-cost:   31
c ---[  20]---> BDD-cost:   31
c ---[  19]---> BDD-cost:   31
c ---[  18]---> BDD-cost:   31
c ---[  17]---> BDD-cost:   31
c ---[  16]---> BDD-cost:   33
c ---[  15]---> BDD-cost:   33
c ---[  14]---> BDD-cost:   33
c ---[  13]---> BDD-cost:   33
c ---[  12]---> BDD-cost:   33
c ---[  11]---> BDD-cost:   33
c ---[  10]---> BDD-cost:   33
c ---[   9]---> BDD-cost:   33
c ---[   8]---> BDD-cost:   33
c ---[   7]---> BDD-cost:   33
c ---[   6]---> BDD-cost:   33
c ---[   5]---> BDD-cost:   33
c ---[   4]---> BDD-cost:   33
c ---[   3]---> BDD-cost:   33
c ---[   2]---> BDD-cost:   33
c ---[   1]---> BDD-cost:   33
c ---[   0]---> BDD-cost:   33
c ==================================[MINISAT+]==================================
c | Conflicts | Original         | Learnt                           | Progress |
c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
c ==============================================================================
c |         0 |   16047    63647 |    5349       0        0     nan |  0.000 % |
c |       100 |   15832    63002 |    5883      10       49     4.9 |  2.195 % |
c |       251 |   15392    61682 |    6472      21       76     3.6 |  3.904 % |
c |       479 |   15057    60677 |    7119     104     3486    33.5 |  5.206 % |
c |       817 |   14902    60212 |    7831     382    44909   117.6 |  5.789 % |
c |      1323 |   14737    59717 |    8614     822   129956   158.1 |  6.430 % |
c |      2082 |   14557    59177 |    9476    1509   285846   189.4 |  7.129 % |
c |      3222 |   14342    58532 |   10423    2556   406656   159.1 |  7.964 % |
c |      4930 |   13762    56792 |   11466    4037   689435   170.8 | 10.218 % |
c |      7494 |   12968    54412 |   12612    6281  1239175   197.3 | 13.306 % |
c ==============================================================================
c SATISFIABLE: No goal function specified.
s SATISFIABLE
v
c _______________________________________________________________________________
c 
c restarts              : 10
c conflicts             : 9444           (386 /sec)
c decisions             : 174691         (7132 /sec)
c propagations          : 0              (0 /sec)
c inspects              : 0              (0 /sec)
c CPU time              : 24.4923 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.56 0.84 0.87 2/54 32634
Raw data (stat): 32634 (runsolver) R 32633 25347 25346 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 423176652 1052672 99 4294967295 134512640 135381576 3221224432 3221219676 135158418 0 2147483391 7 90112 0 0 0 17 1 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+9.99949 s]
Raw data (loadavg): 0.62 0.84 0.87 2/54 32634
Raw data (stat): 32634 (minisat+) R 32633 25347 25346 0 -1 0 1545 0 0 0 994 4 0 0 25 0 1 0 423176652 8011776 1523 4294967295 134512640 134672761 3221224528 3221223696 134560830 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 1956 1523 603 41 0 1915 0
vsize: 7824
[startup+20.0002 s]
Raw data (loadavg): 0.68 0.85 0.87 2/54 32634
Raw data (stat): 32634 (minisat+) R 32633 25347 25346 0 -1 0 2254 0 0 0 1992 6 0 0 25 0 1 0 423176652 10842112 2232 4294967295 134512640 134672761 3221224528 3221223700 134556680 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 2647 2232 603 41 0 2606 0
vsize: 10588
[startup+24.5806 s]
Raw data (loadavg): 0.71 0.85 0.87 1/53 32634
Raw data (stat): 32634 (minisat+) R 32633 25347 25346 0 -1 0 2254 0 0 0 1992 6 0 0 25 0 1 0 423176652 10842112 2232 4294967295 134512640 134672761 3221224528 3221223700 134556680 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 2647 2232 603 41 0 2606 0
vsize: 0

Child status: 30
Real time (s): 24.5801
CPU time (s): 24.5663
CPU user time (s): 24.4943
CPU system time (s): 0.071989
CPU usage (%): 99.9438
Max. virtual memory (Kb): 10588
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####