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-chnl10_11_pb.cnf.cr.opb
MD5SUM49b1c3edd36dd2ed7e6daee563a7bd24
Bench Categoryno optimization function (SAT)
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
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 12
Number of bits of the biggest sum of numbers4
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.008998
Number of variables220
Total number of constraints42
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11

Trace number 5267

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc13 THE 2005-04-13 23:25:28 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=3762 boxname=wulflinc13 idbench=2 idsolver=11 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  49b1c3edd36dd2ed7e6daee563a7bd24  /oldhome/oroussel/tmp/wulflinc13/normalized-chnl10_11_pb.cnf.cr.opb
REAL COMMAND:  minisat+ -S /oldhome/oroussel/tmp/wulflinc13/normalized-chnl10_11_pb.cnf.cr.opb /oldhome/oroussel/tmp/wulflinc13/normalized-chnl10_11_pb.cnf.cr.opb
IDLAUNCH: 3762
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.242
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	: 2
cpu MHz		: 451.242
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:        907144 kB
Buffers:         34580 kB
Cached:          73216 kB
SwapCached:        392 kB
Active:          53248 kB
Inactive:        57788 kB
HighTotal:      131008 kB
HighFree:        53900 kB
LowTotal:       903652 kB
LowFree:        853244 kB
SwapTotal:     2097136 kB
SwapFree:      2096744 kB
Dirty:              24 kB
Writeback:           0 kB
Mapped:           6928 kB
Slab:            10912 kB
Committed_AS:    63480 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-04-13 23:26:21 (client local time) WITH STATUS 20 IN 52.704 SECONDS
stats: 3762 7 52.704 20
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c Parsing PB file...
c Converting 42 PB-constraints to clauses...
c   -- Unit propagations: (none)
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): ......................
c ---[  19]---> BDD-cost:   19
c ---[  18]---> BDD-cost:   19
c ---[  17]---> BDD-cost:   19
c ---[  16]---> BDD-cost:   19
c ---[  15]---> BDD-cost:   19
c ---[  14]---> BDD-cost:   19
c ---[  13]---> BDD-cost:   19
c ---[  12]---> BDD-cost:   19
c ---[  11]---> BDD-cost:   19
c ---[  10]---> BDD-cost:   19
c ---[   9]---> BDD-cost:   19
c ---[   8]---> BDD-cost:   19
c ---[   7]---> BDD-cost:   19
c ---[   6]---> BDD-cost:   19
c ---[   5]---> BDD-cost:   19
c ---[   4]---> BDD-cost:   19
c ---[   3]---> BDD-cost:   19
c ---[   2]---> BDD-cost:   19
c ---[   1]---> BDD-cost:   19
c ---[   0]---> BDD-cost:   19
c =================================[SATELITE+]==================================
c |           |     ORIGINAL     |              LEARNT              |          |
c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
c ==============================================================================
c |         0 |     942     2620 |     282       0        0     nan |  0.000 % |
c   -- subsuming                       
c   -- var.elim.:  580/580          
c   -- var.elim.:  286/286          
c   -- var.elim.:  102/102          
c   -- subsuming                       
c   -- var.elim.:  196/196          
c   -- var.elim.:  170/170          
c   -- var.elim.:  74/74          
c   -- var.elim.:  72/72          
c   -- var.elim.:  48/48          
c   -- var.elim.:  40/40          
c   -- var.elim.:  82/82          
c   -- subsuming                       
c   -- var.elim.:  246/246          
c   -- var.elim.:  212/212          
c   -- var.elim.:  20/20          
c   -- subsuming                       
c   -- var.elim.:  110/110          
c   -- var.elim.:  64/64          
c   -- var.elim.:  20/20          
c |         0 |     678     2830 |      --       0       --      -- |     --   | -264/270
c |         0 |     678     2830 |     271       0        0     nan |  0.000 % |
c |       100 |     678     2830 |     298     100     2880    28.8 |  5.077 % |
c |       251 |     678     2830 |     328     251     7507    29.9 |  5.077 % |
c |       478 |     678     2830 |     360     336    12464    37.1 |  5.077 % |
c |       818 |     678     2830 |     397     358    11117    31.1 |  5.077 % |
c |      1325 |     678     2830 |     436     371    11892    32.1 |  5.077 % |
c |      2084 |     678     2830 |     480     411    12802    31.1 |  5.077 % |
c |      3227 |     678     2830 |     528     438    12605    28.8 |  5.077 % |
c |      4937 |     678     2830 |     581     528    15273    28.9 |  5.077 % |
c |      7500 |     678     2830 |     639     621    17274    27.8 |  5.080 % |
c |     11344 |     678     2830 |     703     612    14891    24.3 |  5.079 % |
c |     17111 |     678     2830 |     773     678    16050    23.7 |  5.079 % |
c |     25763 |     678     2830 |     851     832    21372    25.7 |  5.077 % |
c |     38739 |     678     2830 |     936     759    20530    27.0 |  5.077 % |
c |     58200 |     678     2830 |    1029     929    22562    24.3 |  5.077 % |
c |     87398 |     678     2830 |    1132     935    26069    27.9 |  5.077 % |
c |    131187 |     678     2830 |    1246    1188    32742    27.6 |  5.077 % |
c |    196872 |     678     2830 |    1370    1146    30947    27.0 |  5.077 % |
c ==============================================================================
c UNSATISFIABLE
s UNSATISFIABLE
c _______________________________________________________________________________
c 
c restarts              : 18
c conflicts             : 279105         (5299 /sec)
c decisions             : 317513         (6028 /sec)
c propagations          : 10450700       (198403 /sec)
c inspects              : 108449431      (2058880 /sec)
c CPU time              : 52.674 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.91 2/54 3600
Raw data (stat): 3600 (runsolver) R 3599 30701 30700 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 421676744 1052672 99 4294967295 134512640 135381576 3221224448 3221219692 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+10.0009 s]
Raw data (loadavg): 0.87 0.94 0.91 2/54 3600
Raw data (stat): 3600 (minisat+) R 3599 30701 30700 0 -1 0 465 0 0 0 998 1 0 0 25 0 1 0 421676744 3330048 443 4294967295 134512640 134672761 3221224544 3221223728 134615681 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 813 443 603 41 0 772 0
vsize: 3252
[startup+20.0019 s]
Raw data (loadavg): 0.89 0.94 0.91 2/54 3600
Raw data (stat): 3600 (minisat+) R 3599 30701 30700 0 -1 0 485 0 0 0 1997 1 0 0 25 0 1 0 421676744 3457024 463 4294967295 134512640 134672761 3221224544 3221223488 134645497 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 844 463 603 41 0 803 0
vsize: 3376
[startup+30.0022 s]
Raw data (loadavg): 0.90 0.94 0.91 2/54 3600
Raw data (stat): 3600 (minisat+) R 3599 30701 30700 0 -1 0 505 0 0 0 2997 2 0 0 25 0 1 0 421676744 3584000 483 4294967295 134512640 134672761 3221224544 3221223680 134614576 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 875 483 603 41 0 834 0
vsize: 3500
[startup+40.0018 s]
Raw data (loadavg): 0.92 0.94 0.91 2/54 3600
Raw data (stat): 3600 (minisat+) R 3599 30701 30700 0 -1 0 513 0 0 0 3997 2 0 0 25 0 1 0 421676744 3584000 491 4294967295 134512640 134672761 3221224544 3221223728 134615591 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 875 491 603 41 0 834 0
vsize: 3500
[startup+50.0019 s]
Raw data (loadavg): 0.93 0.94 0.91 2/54 3600
Raw data (stat): 3600 (minisat+) R 3599 30701 30700 0 -1 0 528 0 0 0 4996 2 0 0 25 0 1 0 421676744 3584000 506 4294967295 134512640 134672761 3221224544 3221223728 134615635 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 875 506 603 41 0 834 0
vsize: 3500
[startup+52.7127 s]
Raw data (loadavg): 0.93 0.95 0.91 1/53 3600
Raw data (stat): 3600 (minisat+) R 3599 30701 30700 0 -1 0 528 0 0 0 4996 2 0 0 25 0 1 0 421676744 3584000 506 4294967295 134512640 134672761 3221224544 3221223728 134615635 0 0 5 16386 0 0 0 17 1 0 0
Raw data (statm): 875 506 603 41 0 834 0
vsize: 0

Child status: 20
Real time (s): 52.7124
CPU time (s): 52.704
CPU user time (s): 52.674
CPU system time (s): 0.029995
CPU usage (%): 99.9841
Max. virtual memory (Kb): 3500
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####