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_20_pb.cnf.cr.opb
MD5SUMf6063d1ff7b0ba7c7cab7a438daedff8
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 21
Number of bits of the biggest sum of numbers5
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Number of variables400
Total number of constraints60
Number of constraints which are clauses40
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 constraint20

Trace number 5271

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc5 THE 2005-04-13 23:26:28 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=3764 boxname=wulflinc5 idbench=4 idsolver=11 numberseed=0
MD5SUM SOLVER: 
MD5SUM BENCH:  f6063d1ff7b0ba7c7cab7a438daedff8  /oldhome/oroussel/tmp/wulflinc5/normalized-chnl10_20_pb.cnf.cr.opb
REAL COMMAND:  minisat+ -S /oldhome/oroussel/tmp/wulflinc5/normalized-chnl10_20_pb.cnf.cr.opb /oldhome/oroussel/tmp/wulflinc5/normalized-chnl10_20_pb.cnf.cr.opb
IDLAUNCH: 3764
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.007
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.007
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:        901572 kB
Buffers:         33760 kB
Cached:          77936 kB
SwapCached:       2272 kB
Active:          53596 kB
Inactive:        63216 kB
HighTotal:      131008 kB
HighFree:        49168 kB
LowTotal:       903652 kB
LowFree:        852404 kB
SwapTotal:     2097136 kB
SwapFree:      2094864 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6924 kB
Slab:            10748 kB
Committed_AS:    63484 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-04-13 23:28:18 (client local time) WITH STATUS 20 IN 109.64 SECONDS
stats: 3764 7 109.64 20
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c Parsing PB file...
c Converting 60 PB-constraints to clauses...
c   -- Unit propagations: (none)
c   -- Detecting intervals from adjacent constraints: (none)
c   -- Clauses(.)/Splits(s): ........................................
c ---[  19]---> BDD-cost:   37
c ---[  18]---> BDD-cost:   37
c ---[  17]---> BDD-cost:   37
c ---[  16]---> BDD-cost:   37
c ---[  15]---> BDD-cost:   37
c ---[  14]---> BDD-cost:   37
c ---[  13]---> BDD-cost:   37
c ---[  12]---> BDD-cost:   37
c ---[  11]---> BDD-cost:   37
c ---[  10]---> BDD-cost:   37
c ---[   9]---> BDD-cost:   37
c ---[   8]---> BDD-cost:   37
c ---[   7]---> BDD-cost:   37
c ---[   6]---> BDD-cost:   37
c ---[   5]---> BDD-cost:   37
c ---[   4]---> BDD-cost:   37
c ---[   3]---> BDD-cost:   37
c ---[   2]---> BDD-cost:   37
c ---[   1]---> BDD-cost:   37
c ---[   0]---> BDD-cost:   37
c =================================[SATELITE+]==================================
c |           |     ORIGINAL     |              LEARNT              |          |
c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
c ==============================================================================
c |         0 |    1860     5140 |     557       0        0     nan |  0.000 % |
c   -- subsuming                       
c   -- var.elim.:  1000/1120          
c   -- var.elim.:  1120/1120          
c   -- var.elim.:  476/476          
c   -- var.elim.:  100/100          
c   -- subsuming                       
c   -- var.elim.:  314/314          
c   -- var.elim.:  168/168          
c   -- var.elim.:  74/74          
c   -- var.elim.:  72/72          
c   -- var.elim.:  48/48          
c   -- var.elim.:  40/40          
c   -- var.elim.:  42/42          
c   -- var.elim.:  44/44          
c   -- var.elim.:  46/46          
c   -- var.elim.:  48/48          
c   -- var.elim.:  50/50          
c   -- var.elim.:  52/52          
c   -- var.elim.:  54/54          
c   -- var.elim.:  56/56          
c   -- var.elim.:  58/58          
c   -- var.elim.:  102/102          
c   -- subsuming                       
c   -- var.elim.:  436/436          
c   -- var.elim.:  388/388          
c   -- var.elim.:  98/98          
c   -- subsuming                       
c   -- var.elim.:  154/154          
c   -- var.elim.:  64/64          
c   -- var.elim.:  20/20          
c |         0 |    1506     5976 |      --       0       --      -- |     --   | -354/896
c |         0 |    1506     5976 |     602       0        0     nan |  0.000 % |
c |       100 |    1506     5976 |     662     100     2860    28.6 |  2.320 % |
c |       252 |    1506     5976 |     728     252     8861    35.2 |  2.320 % |
c |       477 |    1506     5976 |     801     477    17137    35.9 |  2.324 % |
c |       814 |    1506     5976 |     881     814    28701    35.3 |  2.320 % |
c |      1322 |    1506     5976 |     970     987    38665    39.2 |  2.320 % |
c |      2082 |    1506     5976 |    1067    1023    43324    42.3 |  2.320 % |
c |      3221 |    1506     5976 |    1173    1004    38209    38.1 |  2.320 % |
c |      4930 |    1506     5976 |    1291     960    33776    35.2 |  2.320 % |
c |      7494 |    1506     5976 |    1420    1180    48318    40.9 |  2.320 % |
c |     11338 |    1506     5976 |    1562    1349    47860    35.5 |  2.320 % |
c |     17104 |    1506     5976 |    1718    1445    48996    33.9 |  2.320 % |
c |     25754 |    1506     5976 |    1890    1445    49462    34.2 |  2.320 % |
c |     38730 |    1506     5976 |    2079    1532    62560    40.8 |  2.320 % |
c |     58192 |    1506     5976 |    2287    1770    61367    34.7 |  2.320 % |
c |     87384 |    1506     5976 |    2516    1820    63077    34.7 |  2.321 % |
c |    131173 |    1506     5976 |    2768    2074    86460    41.7 |  2.321 % |
c |    196857 |    1506     5976 |    3044    2564    96080    37.5 |  2.320 % |
c |    295384 |    1393     5073 |    3097    3047    80629    26.5 |  7.541 % |
c ==============================================================================
c UNSATISFIABLE
s UNSATISFIABLE
c _______________________________________________________________________________
c 
c restarts              : 19
c conflicts             : 307464         (2805 /sec)
c decisions             : 360390         (3288 /sec)
c propagations          : 18273722       (166721 /sec)
c inspects              : 237462321      (2166502 /sec)
c CPU time              : 109.606 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.92 0.97 0.91 2/54 27242
Raw data (stat): 27242 (runsolver) R 27241 24215 24214 0 -1 64 1 0 0 0 0 0 0 0 19 0 1 0 421679362 1052672 97 4294967295 134512640 135381576 3221224448 3221219820 135024803 0 0 7 90112 0 0 0 17 1 0 0
Raw data (statm): 257 97 215 215 0 42 0
vsize: 1028
[startup+10.0008 s]
Raw data (loadavg): 0.93 0.97 0.91 2/54 27242
Raw data (stat): 27242 (minisat+) R 27241 24215 24214 0 -1 0 632 0 0 0 997 2 0 0 25 0 1 0 421679362 4030464 610 4294967295 134512640 134672761 3221224544 3221223728 134615741 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 984 610 603 41 0 943 0
vsize: 3936
[startup+20.0015 s]
Raw data (loadavg): 0.94 0.97 0.91 2/54 27242
Raw data (stat): 27242 (minisat+) R 27241 24215 24214 0 -1 0 676 0 0 0 1997 2 0 0 25 0 1 0 421679362 4288512 654 4294967295 134512640 134672761 3221224544 3221223584 134612616 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 1047 654 603 41 0 1006 0
vsize: 4188
[startup+30.002 s]
Raw data (loadavg): 0.95 0.97 0.91 2/54 27242
Raw data (stat): 27242 (minisat+) R 27241 24215 24214 0 -1 0 719 0 0 0 2997 2 0 0 25 0 1 0 421679362 4419584 697 4294967295 134512640 134672761 3221224544 3221223584 134613012 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 1079 697 603 41 0 1038 0
vsize: 4316
[startup+40.002 s]
Raw data (loadavg): 0.96 0.97 0.91 2/54 27242
Raw data (stat): 27242 (minisat+) R 27241 24215 24214 0 -1 0 784 0 0 0 3997 2 0 0 25 0 1 0 421679362 4681728 762 4294967295 134512640 134672761 3221224544 3221223264 134645500 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 1143 762 603 41 0 1102 0
vsize: 4572
[startup+50.0018 s]
Raw data (loadavg): 0.96 0.97 0.91 2/54 27242
Raw data (stat): 27242 (minisat+) R 27241 24215 24214 0 -1 0 793 0 0 0 4997 2 0 0 25 0 1 0 421679362 4681728 771 4294967295 134512640 134672761 3221224544 3221223728 134615625 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 1143 771 603 41 0 1102 0
vsize: 4572
[startup+60.0022 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 27242
Raw data (stat): 27242 (minisat+) R 27241 24215 24214 0 -1 0 817 0 0 0 5997 2 0 0 25 0 1 0 421679362 4812800 795 4294967295 134512640 134672761 3221224544 3221223680 134614701 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 1175 795 603 41 0 1134 0
vsize: 4700
[startup+70.0023 s]
Raw data (loadavg): 0.97 0.97 0.91 2/54 27242
Raw data (stat): 27242 (minisat+) R 27241 24215 24214 0 -1 0 833 0 0 0 6997 2 0 0 25 0 1 0 421679362 4931584 811 4294967295 134512640 134672761 3221224544 3221223728 134615724 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 1204 811 603 41 0 1163 0
vsize: 4816
[startup+80.003 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 27242
Raw data (stat): 27242 (minisat+) R 27241 24215 24214 0 -1 0 854 0 0 0 7997 2 0 0 25 0 1 0 421679362 4931584 832 4294967295 134512640 134672761 3221224544 3221223728 134615734 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 1204 832 603 41 0 1163 0
vsize: 4816
[startup+90.0024 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 27242
Raw data (stat): 27242 (minisat+) R 27241 24215 24214 0 -1 0 862 0 0 0 8997 2 0 0 25 0 1 0 421679362 5050368 840 4294967295 134512640 134672761 3221224544 3221223728 134615693 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 1233 840 603 41 0 1192 0
vsize: 4932
[startup+100.003 s]
Raw data (loadavg): 0.98 0.97 0.91 2/54 27242
Raw data (stat): 27242 (minisat+) R 27241 24215 24214 0 -1 0 868 0 0 0 9998 2 0 0 25 0 1 0 421679362 5050368 846 4294967295 134512640 134672761 3221224544 3221223584 134612478 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 1233 846 603 41 0 1192 0
vsize: 4932
[startup+109.634 s]
Raw data (loadavg): 0.98 0.97 0.91 1/53 27242
Raw data (stat): 27242 (minisat+) R 27241 24215 24214 0 -1 0 868 0 0 0 9998 2 0 0 25 0 1 0 421679362 5050368 846 4294967295 134512640 134672761 3221224544 3221223584 134612478 0 0 5 16386 0 0 0 17 0 0 0
Raw data (statm): 1233 846 603 41 0 1192 0
vsize: 0

Child status: 20
Real time (s): 109.634
CPU time (s): 109.64
CPU user time (s): 109.607
CPU system time (s): 0.032994
CPU usage (%): 100.006
Max. virtual memory (Kb): 4932
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####