Trace number 3263652

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 into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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 X seconds (see the parameters in the trace). 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 X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    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.
  5. 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 provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st? (TO) 1300.06 1300.01

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
MD5SUMf19999592ac4a0c798533d80c1c7f2d7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4244.96
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses58358
Sum of the clauses size583280
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 558298

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3263652-1303565253.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:       58358
0.00/0.04	c -- clauses added:            0 learnts,        58358 normals,            0 xors
0.00/0.04	c -- vars added        150
0.00/0.04	c Parsing time:  0.04 s
0.00/0.04	c  N st     0         0       150     58358         0         0    583280         0   no data   no data
0.09/0.16	c asymm  cl-useful: 80/1056/58358 lits-rem:98 time: 0.12
0.09/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
0.09/0.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.09/0.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.89/2.90	c lits-rem:     90588  cl-subs:    12391  v-elim:      0  v-fix:    0  time:  2.72 s
2.89/2.90	c Finding binary XORs  T:     0.00 s  found:       0
2.89/2.98	c Finding non-binary XORs:     0.07 s (found:       0, avg size: nan)
2.89/2.98	c calculated reachability. Time: 0.00
2.89/2.98	c Calc default polars -  time:   0.00 s pos:      68 undec:       0 neg:      82
2.89/2.98	c =========================================================================================
2.89/2.98	c types(t): F = full restart, N = normal restart
2.89/2.98	c types(t): S = simplification begin/end, E = solution found
2.89/2.98	c restart types(rt): st = static, dy = dynamic
2.89/2.98	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.89/2.98	c  B st     0         0       150     45967         0         0    384386         0   no data   no data
2.99/3.09	c  N dy    13      4080       150     45967         0      3816    384367     67496     11.22     11.85
3.19/3.22	c  N dy    39      8212       150     45967         0      7730    384345    137293     12.25     12.94
3.29/3.36	c  N dy    47     12292       150     45967         0      6971    384334     98013     11.82     12.50
3.49/3.50	c  N dy    64     16397       150     45967         0     10860    384319    163795     11.62     12.25
3.59/3.65	c  N dy    88     20443       150     45967         0     14695    384298    229335     11.70     15.71
3.79/3.81	c  N dy   109     24488       150     45967         0     11115    384285    155218     11.74     14.47
3.79/3.83	c  F st   114     25000       150     45967         0     11602    384284    163341     11.76   no data
3.99/4.00	c  N dy   120     30000       150     45967         0     16257    384265    243410     11.76   no data
3.99/4.00	c  S st   120     30000       150     45967         0     16257    384265    243410     11.76   no data
3.99/4.06	c  S st   120     30501       150     45967         0     16739    384258    250332     11.76   no data
3.99/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/4.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
3.99/4.09	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
3.99/4.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/4.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3.99/4.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.09/4.10	c lits-rem:       146  cl-subs:      101  v-elim:      0  v-fix:    0  time:  0.02 s
4.09/4.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.79/4.82	c lits-rem:      5833  cl-subs:     1706  v-elim:      0  v-fix:    0  time:  0.71 s
4.99/5.00	c asymm  cl-useful: 0/1301/45570 lits-rem:0 time: 0.18
4.99/5.00	c calculated reachability. Time: 0.00
4.99/5.00	c  N dy   120     30501       150     45570         0     15329    380007    222580     11.76   no data
5.09/5.17	c  N dy   133     34516       150     45570         0     10009    379997    124242     11.70     14.12
5.29/5.31	c  N dy   162     38543       150     45570         0     13830    379981    189379     11.78     12.93
5.39/5.46	c  N dy   173     42624       150     45570         0     17667    379965    253800     11.70     12.37
5.50/5.59	c  S st   193     45751       150     45570         0     20619    379956    304798     11.76   no data
5.59/5.66	c  S st   193     46253       150     45570         0     21096    379946    311453     11.76   no data
5.59/5.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.59/5.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
5.59/5.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.59/5.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.59/5.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.59/5.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
5.59/5.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.59/5.70	c lits-rem:        37  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.01 s
5.69/5.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.19/6.28	c lits-rem:      3606  cl-subs:     1086  v-elim:      0  v-fix:    0  time:  0.57 s
6.19/6.29	c vivif2 --  cl tried    45406 cl shrink        0 lits rem          0 time: 0.00
6.19/6.29	c vivif2 --  cl tried    20149 cl shrink        0 lits rem          0 time: 0.00
6.39/6.48	c asymm  cl-useful: 0/1172/45406 lits-rem:0 time: 0.19
6.39/6.48	c calculated reachability. Time: 0.00
6.39/6.48	c  N dy   193     46253       150     45406         0     20149    378180    292370     11.76   no data
6.69/6.71	c  N dy   218     51476       150     45406         0     14567    378172    195543     11.77     12.46
6.89/6.94	c  N dy   240     57480       150     45406         0     20156    378150    287236     11.74     13.01
7.19/7.23	c  N dy   253     65166       150     45406         0     15459    378119    185081     11.60     12.25
7.29/7.39	c  N dy   279     69381       150     45406         0     19470    378111    253777     11.62     10.68
7.29/7.39	c  S st   279     69381       150     45406         0     19470    378111    253777     11.62     10.68
7.39/7.46	c  S st   279     69881       150     45406         0     19948    378109    260275     11.62   no data
7.39/7.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.39/7.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
7.39/7.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.39/7.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.39/7.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.39/7.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
7.39/7.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.49/7.50	c lits-rem:       206  cl-subs:      127  v-elim:      0  v-fix:    0  time:  0.02 s
7.49/7.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.99/8.07	c lits-rem:      3586  cl-subs:     2978  v-elim:      0  v-fix:    0  time:  0.56 s
7.99/8.08	c vivif2 --  cl tried    45121 cl shrink        0 lits rem          0 time: 0.00
7.99/8.08	c vivif2 --  cl tried    17128 cl shrink        0 lits rem          0 time: 0.00
8.19/8.26	c asymm  cl-useful: 0/1312/45121 lits-rem:0 time: 0.18
8.19/8.26	c calculated reachability. Time: 0.00
8.19/8.26	c  N dy   279     69881       150     45121         0     17128    375088    221350     11.62   no data
8.39/8.46	c  N dy   303     74611       150     45121         0     21597    375073    295815     11.62     12.55
8.69/8.72	c  N dy   334     79872       150     45121         0     13936    375051    166240     11.68     12.40
8.88/8.92	c  N dy   367     85210       150     45121         0     18982    375035    251912     11.73     12.36
8.98/9.02	c  F st   384     87501       150     45121         0     21145    375024    288978     11.76   no data
9.08/9.15	c  N st   389     90801       150     45121         0     24249    375018    348669     11.76   no data
9.38/9.43	c  N dy   419     96631       150     45121         0     16007    375009    196268     11.81     13.35
9.68/9.70	c  N dy   457    103161       150     45121         0     22202    374989    302711     11.86     12.57
9.68/9.77	c  S st   462    104821       150     45121         0     23747    374983    327485     11.85     10.58
9.79/9.83	c  S st   462    105325       150     45121         0     24227    374973    334755     11.85   no data
9.79/9.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.79/9.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
9.79/9.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.79/9.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.79/9.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.79/9.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
9.79/9.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.79/9.88	c lits-rem:        67  cl-subs:       44  v-elim:      0  v-fix:    0  time:  0.02 s
9.79/9.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.48/10.57	c lits-rem:      4339  cl-subs:     1246  v-elim:      0  v-fix:    0  time:  0.67 s
10.48/10.57	c vivif2 --  cl tried    44838 cl shrink        0 lits rem          0 time: 0.00
10.48/10.57	c vivif2 --  cl tried    23220 cl shrink        0 lits rem          0 time: 0.00
10.68/10.76	c asymm  cl-useful: 0/1163/44838 lits-rem:0 time: 0.18
10.68/10.76	c calculated reachability. Time: 0.00
10.68/10.76	c  N dy   462    105325       150     44838         0     23220    371995    314735     11.85   no data
10.99/11.08	c  N dy   499    112177       150     44838         0     14969    371983    172646     11.88     12.59
11.38/11.43	c  N dy   526    120965       150     44838         0     23260    371963    316950     11.83     12.47
11.88/11.93	c  N dy   570    131182       150     44838         0     17153    371933    200289     11.80     12.43
12.18/12.28	c  N dy   595    139568       150     44838         0     25037    371920    334134     11.78     13.82
12.68/12.79	c  N dy   633    149457       150     44838         0     17694    371901    202518     11.77     12.41
13.09/13.14	c  S st   676    157988       150     44838         0     25764    371875    338288     11.78   no data
13.19/13.21	c  S st   676    158489       150     44838         0     26247    371869    345720     11.78   no data
13.19/13.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.19/13.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
13.19/13.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.19/13.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.19/13.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.19/13.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
13.19/13.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.19/13.25	c lits-rem:        86  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.01 s
13.19/13.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.88/13.99	c lits-rem:      5460  cl-subs:     1345  v-elim:      0  v-fix:    0  time:  0.72 s
13.88/13.99	c vivif2 --  cl tried    44495 cl shrink        0 lits rem          0 time: 0.00
13.88/14.00	c vivif2 --  cl tried    25204 cl shrink        0 lits rem          0 time: 0.00
14.08/14.18	c asymm  cl-useful: 0/1114/44495 lits-rem:0 time: 0.18
14.08/14.18	c calculated reachability. Time: 0.00
14.08/14.18	c  N dy   676    158489       150     44495         0     25204    368141    326060     11.78   no data
14.58/14.65	c  N dy   718    168872       150     44495         0     34925    368120    485647     11.77     12.43
15.08/15.17	c  N dy   783    179796       150     44495         0     27651    368099    367955     11.79     12.51
15.68/15.78	c  N dy   853    191315       150     44495         0     19946    368082    227638     11.84     12.47
16.39/16.42	c  N dy   909    206115       150     44495         0     33881    368061    466645     11.83     12.61
16.98/17.09	c  N dy   958    219346       150     44495         0     26788    368043    338329     11.80     12.48
18.09/18.11	c  N dy   990    236656       150     44495         0     22397    368019    255995     11.70     12.38
18.09/18.16	c  S st   998    237733       150     44495         0     23429    368018    274066     11.70   no data
18.19/18.23	c  S st   998    238236       150     44495         0     23912    368015    281277     11.70   no data
18.19/18.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.19/18.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
18.19/18.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.19/18.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.19/18.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.19/18.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
18.19/18.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.19/18.27	c lits-rem:        80  cl-subs:       66  v-elim:      0  v-fix:    0  time:  0.02 s
18.19/18.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.89/18.92	c lits-rem:      5552  cl-subs:     3631  v-elim:      0  v-fix:    0  time:  0.64 s
18.89/18.93	c vivif2 --  cl tried    43757 cl shrink        0 lits rem          0 time: 0.00
18.89/18.93	c vivif2 --  cl tried    20953 cl shrink        0 lits rem          0 time: 0.00
19.09/19.11	c asymm  cl-useful: 182/1077/43757 lits-rem:182 time: 0.18
19.09/19.11	c calculated reachability. Time: 0.00
19.09/19.11	c  N dy   998    238236       150     43757         0     20953    360605    244890     11.70   no data
19.70/19.78	c  N dy  1078    253449       150     43757         0     35257    360593    478482     11.72     14.20
20.69/20.70	c  N dy  1139    269680       150     43757         0     29355    360576    380230     11.70     16.86
21.59/21.69	c  N dy  1231    287065       150     43757         0     23530    360556    273773     11.72     12.35
22.59/22.69	c  F st  1282    306250       150     43757         0     41534    360533    566839     11.66      8.12
22.59/22.69	c  N st  1282    306250       150     43757         0     41534    360533    566839     11.66      8.12
23.79/23.81	c  N dy  1355    326272       150     43757         0     37176    360508    491220     11.66     12.28
24.89/24.99	c  N dy  1444    346450       150     43757         0     32006    360475    400718     11.66     12.31
25.49/25.57	c  S st  1469    357356       150     43757         0     42242    360458    574559     11.62      8.58
25.59/25.66	c  S st  1469    357857       150     43757         0     42722    360455    581723     11.62   no data
25.59/25.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.59/25.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
25.59/25.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.59/25.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.59/25.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.59/25.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
25.59/25.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.69/25.72	c lits-rem:       174  cl-subs:      191  v-elim:      0  v-fix:    0  time:  0.03 s
25.69/25.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.50/27.59	c lits-rem:     10086  cl-subs:     3693  v-elim:      0  v-fix:    0  time:  1.85 s
27.59/27.60	c vivif2 --  cl tried    43268 cl shrink        0 lits rem          0 time: 0.00
27.59/27.60	c vivif2 --  cl tried    39327 cl shrink        0 lits rem          0 time: 0.01
27.79/27.80	c asymm  cl-useful: 157/853/43268 lits-rem:157 time: 0.20
27.79/27.80	c calculated reachability. Time: 0.00
27.79/27.80	c  N dy  1469    357857       150     43268         0     39327    355263    520113     11.62   no data
28.89/28.96	c  N dy  1581    377864       150     43268         0     33253    355239    418020     11.65     12.48
30.19/30.27	c  N dy  1694    399271       150     43268         0     27363    355220    305616     11.66     12.32
31.29/31.30	c  N dy  1772    419380       150     43268         0     46350    355198    623724     11.65     12.76
32.49/32.55	c  N dy  1864    440601       150     43268         0     39282    355184    506121     11.66     12.28
33.79/33.88	c  N dy  1972    460857       150     43268         0     30371    355164    341745     11.67     12.29
34.99/35.00	c  N dy  2100    480978       150     43268         0     49525    355138    679493     11.70     12.41
36.30/36.31	c  N dy  2186    502000       150     43268         0     40299    355122    503108     11.69     12.32
37.79/37.87	c  N dy  2298    524889       150     43268         0     31888    355109    351052     11.70     12.34
38.50/38.56	c  S st  2365    536786       150     43268         0     43029    355096    538562     11.71   no data
38.59/38.66	c  S st  2365    537289       150     43268         0     43510    355095    545939     11.71   no data
38.59/38.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
38.59/38.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
38.69/38.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.69/38.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38.69/38.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.69/38.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
38.69/38.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
38.69/38.73	c lits-rem:       168  cl-subs:      161  v-elim:      0  v-fix:    0  time:  0.03 s
38.69/38.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.59/40.68	c lits-rem:      8782  cl-subs:     5262  v-elim:      0  v-fix:    0  time:  1.93 s
40.59/40.68	c vivif2 --  cl tried    42678 cl shrink        0 lits rem          0 time: 0.00
40.59/40.69	c vivif2 --  cl tried    38677 cl shrink        0 lits rem          0 time: 0.01
40.89/40.92	c asymm  cl-useful: 96/837/42678 lits-rem:98 time: 0.23
40.89/40.92	c calculated reachability. Time: 0.00
40.89/40.92	c  N dy  2365    537289       150     42678         0     38677    348978    473134     11.71   no data
42.29/42.33	c  N dy  2504    557466       150     42678         0     57998    348967    819762     11.75     12.66
43.69/43.74	c  N dy  2576    578635       150     42678         0     47100    348953    610387     11.73     12.40
45.10/45.14	c  N dy  2637    598717       150     42678         0     34255    348942    384599     11.71     13.16
46.29/46.38	c  N dy  2750    619082       150     42678         0     53661    348931    728691     11.73     12.56
47.79/47.84	c  N dy  2863    639229       150     42678         0     39828    348917    468626     11.74     12.49
49.09/49.11	c  N dy  2966    659343       150     42678         0     58996    348904    803940     11.74     12.50
50.60/50.61	c  N dy  3063    680170       150     42678         0     44880    348893    553788     11.75     12.52
51.89/51.96	c  N dy  3168    700254       150     42678         0     63938    348883    884907     11.75     12.44
53.29/53.32	c  N dy  3274    720286       150     42678         0     47949    348872    598248     11.76     13.82
54.69/54.78	c  N dy  3396    740324       150     42678         0     67089    348865    937094     11.77     12.98
56.10/56.18	c  N dy  3482    760448       150     42678         0     50380    348855    640799     11.77     12.39
57.59/57.66	c  N dy  3548    780992       150     42678         0     69728    348838    966683     11.75     12.55
59.09/59.13	c  N dy  3670    801036       150     42678         0     52111    348825    671361     11.76     14.64
59.39/59.47	c  S st  3686    805934       150     42678         0     56731    348822    749684     11.76     10.74
59.49/59.59	c  S st  3686    806437       150     42678         0     57217    348821    757009     11.76   no data
59.49/59.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.59/59.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
59.59/59.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.59/59.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.59/59.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.59/59.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
59.59/59.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.59/59.65	c lits-rem:       134  cl-subs:      114  v-elim:      0  v-fix:    0  time:  0.03 s
59.59/59.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.20/62.21	c lits-rem:     11440  cl-subs:     2835  v-elim:      0  v-fix:    0  time:  2.53 s
62.20/62.21	c vivif2 --  cl tried    42216 cl shrink        0 lits rem          0 time: 0.00
62.20/62.22	c vivif2 --  cl tried    54730 cl shrink        0 lits rem          0 time: 0.01
62.40/62.44	c asymm  cl-useful: 82/712/42216 lits-rem:84 time: 0.21
62.40/62.44	c calculated reachability. Time: 0.00
62.40/62.44	c  N dy  3686    806437       150     42216         0     54730    343757    711741     11.76   no data
63.99/64.01	c  N dy  3819    826670       150     42216         0     74066    343744   1054752     11.78     12.46
65.39/65.45	c  N dy  3949    846787       150     42216         0     55579    343734    729767     11.79     12.43
67.19/67.29	c  N dy  4028    868310       150     42216         0     75936    343723   1076641     11.78     12.44
68.79/68.82	c  N dy  4094    888673       150     42216         0     56542    343714    724467     11.77     13.20
70.50/70.53	c  N dy  4176    908794       150     42216         0     75697    343708   1054117     11.76     12.65
71.99/72.08	c  N dy  4259    928910       150     42216         0     55264    343698    709287     11.76     12.40
73.70/73.76	c  N dy  4357    949614       150     42216         0     75033    343686   1058548     11.76     12.43
75.29/75.34	c  N dy  4465    970130       150     42216         0     53873    343678    684046     11.77     12.46
76.90/76.91	c  N dy  4563    990180       150     42216         0     73012    343669   1020670     11.77     12.45
78.49/78.55	c  N dy  4632   1010266       150     42216         0     50480    343658    609055     11.76     12.43
79.89/79.97	c  N dy  4737   1030360       150     42216         0     69574    343646    946498     11.76     12.39
81.79/81.85	c  N dy  4838   1050538       150     42216         0     46172    343637    521759     11.76     12.41
83.29/83.31	c  N dy  4958   1070585       150     42216         0     65301    343627    863312     11.77     12.43
83.39/83.42	c  F st  4968   1071876       150     42216         0     66532    343626    885740     11.77     11.30
84.99/85.01	c  N dy  5035   1090792       150     42216         0     84483    343619   1207826     11.78     12.76
86.59/86.61	c  N dy  5130   1111078       150     42216         0     60276    343615    762015     11.78     12.45
88.19/88.25	c  N dy  5230   1131138       150     42216         0     79362    343607   1096000     11.78     12.43
89.99/90.02	c  N dy  5341   1151184       150     42216         0     54006    343601    646102     11.79     13.33
91.80/91.80	c  N dy  5452   1173189       150     42216         0     75026    343599   1017938     11.79     12.43
93.79/93.86	c  N dy  5551   1193285       150     42216         0     48645    343594    542017     11.79     12.74
94.89/95.00	c  S st  5625   1209655       150     42216         0     64275    343587    819319     11.79     10.16
95.09/95.11	c  S st  5625   1210157       150     42216         0     64758    343586    826797     11.79   no data
95.09/95.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
95.09/95.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
95.09/95.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
95.09/95.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
95.09/95.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.09/95.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
95.09/95.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
95.19/95.20	c lits-rem:       325  cl-subs:      164  v-elim:      0  v-fix:    0  time:  0.05 s
95.19/95.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.19/98.20	c lits-rem:     12265  cl-subs:     2731  v-elim:      0  v-fix:    0  time:  2.97 s
98.19/98.21	c vivif2 --  cl tried    41652 cl shrink        0 lits rem          0 time: 0.00
98.19/98.22	c vivif2 --  cl tried    62427 cl shrink        0 lits rem          0 time: 0.01
98.39/98.45	c asymm  cl-useful: 59/681/41652 lits-rem:60 time: 0.23
98.39/98.45	c calculated reachability. Time: 0.00
98.39/98.45	c  N dy  5625   1210157       150     41652         0     62427    337915    782719     11.79   no data
100.10/100.15	c  N dy  5719   1230399       150     41652         0     81791    337910   1127048     11.79     12.62
101.99/102.07	c  N dy  5814   1250768       150     41652         0     54821    337902    645899     11.80     12.55
103.59/103.63	c  N dy  5882   1271347       150     41652         0     74323    337898    989859     11.79     12.51
105.49/105.56	c  N dy  5944   1291350       150     41652         0     93295    337892   1322115     11.78     12.43
107.30/107.34	c  N dy  6027   1312802       150     41652         0     66430    337883    835357     11.77     12.42
109.10/109.12	c  N dy  6164   1332831       150     41652         0     85598    337878   1178326     11.78     13.29
111.10/111.15	c  N dy  6292   1352877       150     41652         0     56379    337873    654812     11.79     13.65
112.79/112.87	c  N dy  6357   1372982       150     41652         0     75461    337870    983529     11.78     12.50
114.80/114.89	c  N dy  6454   1393134       150     41652         0     94681    337864   1328010     11.79     12.44
116.69/116.77	c  N dy  6554   1413211       150     41652         0     64642    337861    796126     11.79     19.17
118.49/118.56	c  N dy  6660   1433226       150     41652         0     83787    337854   1139477     11.80     12.69
120.59/120.69	c  N dy  6748   1453231       150     41652         0     52419    337850    566779     11.79     13.72
122.20/122.25	c  N dy  6850   1473253       150     41652         0     71598    337847    910740     11.80     13.45
124.10/124.14	c  N dy  6985   1493269       150     41652         0     90836    337844   1261406     11.81     13.02
126.19/126.26	c  N dy  7083   1513325       150     41652         0     58585    337839    664337     11.81     13.53
127.89/127.91	c  N dy  7171   1533343       150     41652         0     77589    337830    999262     11.81     12.50
129.99/130.00	c  N dy  7305   1554540       150     41652         0     97900    337824   1366162     11.82     12.47
131.79/131.83	c  N dy  7376   1574795       150     41652         0     64816    337818    764251     11.81     12.47
133.70/133.72	c  N dy  7506   1595716       150     41652         0     84851    337814   1127164     11.82     12.61
135.80/135.88	c  N dy  7620   1615733       150     41652         0    103998    337810   1473894     11.83     12.70
137.79/137.83	c  N dy  7684   1637201       150     41652         0     71256    337804    871694     11.82     12.45
139.60/139.70	c  N dy  7786   1657248       150     41652         0     90353    337795   1215799     11.82     12.45
142.19/142.24	c  N dy  7849   1677312       150     41652         0     55374    337791    593613     11.82     12.55
143.79/143.88	c  N dy  7950   1697463       150     41652         0     74641    337786    938039     11.82     12.48
145.10/145.11	c  S st  8015   1710159       150     41652         0     86758    337784   1156477     11.82     10.58
145.20/145.28	c  S st  8015   1710663       150     41652         0     87243    337784   1164288     11.82   no data
145.20/145.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
145.29/145.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
145.29/145.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
145.29/145.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
145.29/145.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.29/145.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
145.29/145.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
145.29/145.38	c lits-rem:       248  cl-subs:      134  v-elim:      0  v-fix:    0  time:  0.05 s
145.39/145.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.70/150.75	c lits-rem:     16859  cl-subs:     3573  v-elim:      0  v-fix:    0  time:  5.33 s
150.70/150.75	c vivif2 --  cl tried    41192 cl shrink        0 lits rem          0 time: 0.00
150.70/150.77	c vivif2 --  cl tried    83996 cl shrink        0 lits rem          0 time: 0.01
150.99/151.02	c asymm  cl-useful: 44/542/41192 lits-rem:46 time: 0.25
150.99/151.02	c calculated reachability. Time: 0.00
150.99/151.02	c  N dy  8015   1710663       150     41192         0     83996    333130   1096086     11.82   no data
153.19/153.24	c  N dy  8144   1730922       150     41192         0    103420    333127   1446390     11.83     12.46
155.19/155.28	c  N dy  8231   1751037       150     41192         0     67603    333123    800565     11.83     12.50
157.09/157.15	c  N dy  8337   1771581       150     41192         0     87241    333119   1154580     11.83     12.49
159.40/159.49	c  N dy  8423   1792173       150     41192         0    106656    333116   1490150     11.83     12.66
161.60/161.63	c  N dy  8528   1812200       150     41192         0     69898    333111    832357     11.83     12.75
163.40/163.46	c  N dy  8637   1832276       150     41192         0     89103    333108   1180927     11.84     12.57
165.80/165.80	c  N dy  8721   1853396       150     41192         0    109185    333105   1534898     11.83     12.47
167.80/167.85	c  N dy  8818   1873517       150     41192         0     71484    333099    861829     11.84     12.52
169.60/169.65	c  N dy  8915   1893568       150     41192         0     90428    333098   1188281     11.84     16.17
171.79/171.87	c  N dy  9002   1913609       150     41192         0    109412    333095   1521457     11.84     13.80
173.90/173.99	c  N dy  9087   1933707       150     41192         0     70805    333090    832602     11.84     13.93
175.80/175.87	c  N dy  9167   1953875       150     41192         0     90001    333085   1167551     11.83     12.57
178.10/178.11	c  N dy  9265   1974109       150     41192         0    109333    333083   1521573     11.84     12.46
180.40/180.46	c  N dy  9367   1994932       150     41192         0     70373    333081    813366     11.84     12.47
182.80/182.86	c  N dy  9457   2019612       150     41192         0     93807    333076   1224463     11.83     12.51
185.10/185.15	c  N dy  9552   2039763       150     41192         0    112962    333075   1558017     11.83     12.53
187.49/187.57	c  N dy  9661   2060701       150     41192         0     73355    333071    872535     11.83     12.64
189.60/189.62	c  N dy  9747   2080914       150     41192         0     92562    333070   1216862     11.83     12.52
192.20/192.21	c  N dy  9846   2102873       150     41192         0    113492    333055   1592167     11.83     12.48
194.70/194.74	c  N dy  9928   2126402       150     41192         0     75215    333049    902934     11.83     12.47
196.70/196.70	c  N dy 10051   2146679       150     41192         0     94662    333046   1257264     11.83     12.47
198.89/198.92	c  N dy 10133   2166697       150     41192         0    113813    333040   1599614     11.83     12.46
201.31/201.33	c  N dy 10196   2186799       150     41192         0     71179    333036    821877     11.83     12.59
203.20/203.25	c  N dy 10303   2207012       150     41192         0     90446    333032   1169055     11.83     12.46
203.60/203.66	c  S st 10331   2210664       150     41192         0     93948    333030   1234278     11.83     11.22
203.80/203.82	c  S st 10331   2211170       150     41192         0     94439    333030   1241934     11.83   no data
203.80/203.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
203.80/203.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.04
203.80/203.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
203.80/203.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
203.80/203.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
203.80/203.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
203.80/203.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
203.90/203.93	c lits-rem:       418  cl-subs:      231  v-elim:      0  v-fix:    0  time:  0.05 s
203.90/203.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
209.50/209.59	c lits-rem:     18277  cl-subs:     3410  v-elim:      0  v-fix:    0  time:  5.61 s
209.50/209.59	c vivif2 --  cl tried    40739 cl shrink        0 lits rem          0 time: 0.00
209.60/209.61	c vivif2 --  cl tried    91251 cl shrink        0 lits rem          0 time: 0.02
209.80/209.87	c asymm  cl-useful: 34/515/40739 lits-rem:34 time: 0.26
209.80/209.88	c calculated reachability. Time: 0.00
209.80/209.88	c  N dy 10331   2211170       150     40739         0     91251    328414   1172495     11.83   no data
212.20/212.23	c  N dy 10420   2231402       150     40739         0    110525    328411   1523504     11.83     12.48
214.90/214.98	c  N dy 10518   2251551       150     40739         0     67194    328406    738017     11.83     12.47
216.70/216.75	c  N dy 10625   2272008       150     40739         0     86759    328403   1093498     11.84     12.49
218.81/218.87	c  N dy 10694   2292545       150     40739         0    106301    328400   1444150     11.83     12.52
221.40/221.49	c  N dy 10818   2312612       150     40739         0    125540    328399   1794517     11.84     12.51
223.69/223.70	c  N dy 10930   2332918       150     40739         0     81313    328396    986986     11.84     12.57
225.79/225.88	c  N dy 11006   2353132       150     40739         0    100550    328396   1334789     11.84     12.54
228.30/228.31	c  N dy 11067   2373521       150     40739         0    119873    328394   1665724     11.83     12.48
230.80/230.80	c  N dy 11164   2393526       150     40739         0     74468    328391    858756     11.83     15.32
232.80/232.80	c  N dy 11284   2413592       150     40739         0     93695    328389   1205447     11.84     15.31
235.10/235.17	c  N dy 11381   2433785       150     40739         0    113035    328385   1560978     11.84     12.69
238.10/238.13	c  N dy 11491   2453908       150     40739         0     66632    328379    706567     11.84     12.47
239.90/239.96	c  N dy 11613   2473926       150     40739         0     85855    328376   1058911     11.85     12.69
242.10/242.18	c  N dy 11691   2494194       150     40739         0    105206    328373   1404005     11.84     12.62
244.80/244.89	c  N dy 11776   2515679       150     40739         0    125644    328371   1770403     11.84     12.59
247.30/247.36	c  N dy 11866   2535685       150     40739         0     78136    328370    905762     11.84     14.95
249.61/249.62	c  N dy 11962   2557547       150     40739         0     99085    328367   1291505     11.84     12.47
252.00/252.08	c  N dy 12065   2577577       150     40739         0    118289    328363   1641143     11.84     12.52
255.11/255.20	c  N dy 12174   2597606       150     40739         0     69779    328358    750706     11.84     12.68
257.00/257.09	c  N dy 12264   2618027       150     40739         0     89284    328356   1097522     11.84     12.51
259.30/259.34	c  N dy 12350   2638135       150     40739         0    108452    328354   1447648     11.84     12.70
262.00/262.00	c  N dy 12430   2658213       150     40739         0    127557    328353   1794391     11.84     12.84
264.80/264.89	c  N dy 12500   2678472       150     40739         0     78196    328350    880508     11.84     12.56
266.80/266.89	c  N dy 12599   2698707       150     40739         0     97541    328348   1229686     11.84     12.54
268.31/268.34	c  S st 12674   2711171       150     40739         0    109455    328348   1443887     11.84   no data
268.50/268.53	c  S st 12674   2711674       150     40739         0    109948    328347   1451476     11.84   no data
268.50/268.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
268.50/268.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
268.50/268.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
268.50/268.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
268.50/268.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
268.50/268.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
268.50/268.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
268.60/268.64	c lits-rem:       153  cl-subs:      192  v-elim:      0  v-fix:    0  time:  0.05 s
268.60/268.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
275.20/275.27	c lits-rem:     18381  cl-subs:     5566  v-elim:      0  v-fix:    0  time:  6.58 s
275.20/275.28	c vivif2 --  cl tried    40486 cl shrink        0 lits rem          0 time: 0.01
275.30/275.30	c vivif2 --  cl tried   104443 cl shrink        0 lits rem          0 time: 0.02
275.50/275.57	c asymm  cl-useful: 41/473/40486 lits-rem:43 time: 0.28
275.50/275.58	c calculated reachability. Time: 0.00
275.50/275.58	c  N dy 12674   2711674       150     40486         0    104443    325759   1346916     11.84   no data
278.10/278.18	c  N dy 12751   2731731       150     40486         0    123538    325754   1694087     11.84     14.65
281.20/281.23	c  N dy 12807   2752322       150     40486         0     73858    325751    807414     11.83     12.74
283.20/283.23	c  N dy 12868   2772808       150     40486         0     93286    325747   1151614     11.83     12.57
285.60/285.60	c  N dy 12981   2792899       150     40486         0    112588    325745   1506687     11.83     12.55
288.30/288.32	c  N dy 13084   2812902       150     40486         0    131818    325745   1864532     11.83     13.64
291.10/291.13	c  N dy 13203   2832941       150     40486         0     80749    325743    933925     11.84     12.51
293.20/293.24	c  N dy 13312   2852957       150     40486         0     99912    325741   1283796     11.84     13.06
295.70/295.75	c  N dy 13413   2873096       150     40486         0    119210    325740   1635726     11.84     12.47
298.40/298.48	c  N dy 13481   2893321       150     40486         0    138345    325739   1965516     11.84     12.48
301.01/301.02	c  N dy 13600   2913724       150     40486         0     86586    325737   1030731     11.84     12.53
303.30/303.34	c  N dy 13684   2933753       150     40486         0    105688    325736   1371336     11.84     12.49
306.40/306.41	c  N dy 13772   2954059       150     40486         0    125008    325734   1717704     11.84     12.52
309.60/309.68	c  N dy 13854   2974195       150     40486         0    144184    325733   2058527     11.84     12.48
312.20/312.21	c  N dy 13987   2994251       150     40486         0     91163    325731   1107864     11.84     14.20
314.70/314.74	c  N dy 14063   3014771       150     40486         0    110711    325730   1457404     11.84     12.48
317.41/317.47	c  N dy 14172   3034869       150     40486         0    129956    325729   1812115     11.84     17.42
320.60/320.61	c  N dy 14259   3055001       150     40486         0     75820    325723    816318     11.84     12.53
322.51/322.59	c  N dy 14344   3075049       150     40486         0     95003    325721   1163804     11.84     13.52
324.90/324.94	c  N dy 14435   3095280       150     40486         0    114379    325721   1519070     11.84     12.49
327.71/327.73	c  N dy 14503   3115323       150     40486         0    133465    325719   1860390     11.84     12.53
330.80/330.88	c  N dy 14542   3135332       150     40486         0     78247    325719    862070     11.83     17.42
332.90/332.92	c  N dy 14646   3155351       150     40486         0     97400    325718   1208019     11.83     13.10
335.31/335.32	c  N dy 14719   3175410       150     40486         0    116490    325716   1552889     11.83     13.39
338.21/338.25	c  N dy 14815   3195443       150     40486         0    135631    325716   1902825     11.83     12.60
341.20/341.28	c  S st 14913   3211676       150     40486         0     76061    325714    814859     11.83   no data
341.40/341.42	c  S st 14913   3212178       150     40486         0     76551    325713    822881     11.83   no data
341.40/341.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
341.40/341.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
341.40/341.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
341.40/341.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
341.40/341.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
341.40/341.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
341.40/341.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
341.50/341.50	c lits-rem:       139  cl-subs:      159  v-elim:      0  v-fix:    0  time:  0.03 s
341.50/341.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
343.50/343.56	c lits-rem:      7770  cl-subs:     1674  v-elim:      0  v-fix:    0  time:  2.03 s
343.50/343.57	c vivif2 --  cl tried    40065 cl shrink        0 lits rem          0 time: 0.00
343.50/343.58	c vivif2 --  cl tried    75139 cl shrink        0 lits rem          0 time: 0.01
343.80/343.81	c asymm  cl-useful: 51/597/40065 lits-rem:55 time: 0.23
343.80/343.82	c calculated reachability. Time: 0.00
343.80/343.82	c  N dy 14913   3212178       150     40065         0     75139    321695    801945     11.83   no data
345.90/345.95	c  N dy 14983   3233660       150     40065         0     95500    321692   1156517     11.83     12.47
348.30/348.39	c  N dy 15079   3254031       150     40065         0    115013    321692   1513399     11.83     12.48
351.10/351.11	c  N dy 15143   3274042       150     40065         0    134080    321691   1857824     11.83     12.97
354.70/354.74	c  N dy 15232   3295387       150     40065         0     78450    321687    847401     11.82     12.52
356.80/356.82	c  N dy 15332   3316262       150     40065         0     98371    321686   1200536     11.82     12.51
359.20/359.21	c  N dy 15399   3336347       150     40065         0    117524    321686   1536276     11.82     12.54
361.91/361.96	c  N dy 15491   3356372       150     40065         0    136655    321686   1888815     11.82     12.60
365.41/365.48	c  N dy 15599   3376428       150     40065         0     78810    321684    850416     11.82     12.51
367.91/368.00	c  N dy 15689   3400652       150     40065         0    101968    321681   1268554     11.82     12.45
370.50/370.52	c  N dy 15759   3420830       150     40065         0    121194    321679   1612585     11.82     12.49
373.30/373.38	c  N dy 15869   3440899       150     40065         0    140383    321678   1958075     11.82     12.53
376.71/376.76	c  N dy 15957   3461052       150     40065         0     81607    321677    894762     11.82     12.59
378.80/378.86	c  N dy 16057   3481285       150     40065         0    100950    321675   1249069     11.82     12.47
382.90/382.96	c  N dy 16186   3510338       150     40065         0    128475    321673   1723537     11.82     12.52
386.01/386.09	c  N dy 16280   3530480       150     40065         0    147719    321672   2069643     11.82     12.45
389.41/389.41	c  N dy 16383   3550821       150     40065         0     88318    321672   1012999     11.82     12.48
391.50/391.51	c  N dy 16459   3570899       150     40065         0    107455    321670   1358270     11.82     12.49
394.11/394.12	c  N dy 16563   3591077       150     40065         0    126807    321668   1717012     11.82     12.57
397.11/397.16	c  N dy 16690   3611172       150     40065         0    146077    321668   2070280     11.83     12.60
400.51/400.59	c  N dy 16762   3631274       150     40065         0     85247    321665    944882     11.82     12.55
402.71/402.79	c  N dy 16841   3651391       150     40065         0    104449    321664   1295215     11.82     12.45
405.41/405.40	c  N dy 16941   3672242       150     40065         0    124329    321662   1661034     11.82     12.58
408.50/408.56	c  N dy 17056   3692332       150     40065         0    143570    321659   2016426     11.83     12.57
412.41/412.41	c  S st 17124   3712178       150     40065         0     81618    321659    879298     11.82   no data
412.51/412.56	c  S st 17124   3712685       150     40065         0     82110    321658    887023     11.82   no data
412.51/412.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
412.60/412.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
412.60/412.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
412.60/412.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
412.60/412.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
412.60/412.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
412.60/412.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
412.60/412.64	c lits-rem:        43  cl-subs:       36  v-elim:      0  v-fix:    0  time:  0.03 s
412.60/412.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
414.71/414.79	c lits-rem:     11142  cl-subs:     2673  v-elim:      0  v-fix:    0  time:  2.11 s
414.71/414.79	c vivif2 --  cl tried    39639 cl shrink        0 lits rem          0 time: 0.00
414.80/414.80	c vivif2 --  cl tried    79827 cl shrink        0 lits rem          0 time: 0.01
415.00/415.04	c asymm  cl-useful: 34/578/39639 lits-rem:35 time: 0.24
415.00/415.05	c calculated reachability. Time: 0.00
415.00/415.05	c  N dy 17124   3712685       150     39639         0     79827    317525    853785     11.82   no data
417.20/417.27	c  N dy 17234   3732966       150     39639         0     99277    317525   1210955     11.83     12.53
419.61/419.65	c  F st 17314   3751562       150     39639         0    117009    317522   1525058     11.83      9.34
419.81/419.88	c  N st 17318   3753595       150     39639         0    118947    317522   1562285     11.83   no data
422.81/422.83	c  N dy 17403   3773614       150     39639         0    138070    317521   1913304     11.83     12.59
426.21/426.27	c  N dy 17522   3793654       150     39639         0    157313    317521   2271196     11.83     13.63
429.20/429.20	c  N dy 17573   3814073       150     39639         0     94943    317520   1120363     11.82     12.61
431.61/431.69	c  N dy 17678   3834338       150     39639         0    114358    317520   1471348     11.82     12.53
434.60/434.61	c  N dy 17788   3854823       150     39639         0    133947    317519   1828229     11.82     12.49
437.90/437.97	c  N dy 17877   3874900       150     39639         0    153131    317518   2179662     11.82     12.46
441.61/441.68	c  N dy 17980   3894976       150     39639         0     89437    317513   1003121     11.82     12.76
443.81/443.89	c  N dy 18071   3914981       150     39639         0    108561    317513   1344052     11.82     12.77
446.51/446.60	c  N dy 18178   3935040       150     39639         0    127743    317510   1691647     11.83     15.09
449.70/449.70	c  N dy 18297   3955081       150     39639         0    146938    317509   2050587     11.83     12.55
453.11/453.18	c  N dy 18398   3975197       150     39639         0    166188    317508   2407202     11.83     12.53
455.91/455.93	c  N dy 18519   3995558       150     39639         0    101810    317507   1227921     11.83     12.50
458.51/458.55	c  N dy 18620   4015728       150     39639         0    121045    317505   1576195     11.83     12.48
461.41/461.48	c  N dy 18675   4036236       150     39639         0    140536    317505   1931020     11.83     12.73
464.90/464.95	c  N dy 18797   4056432       150     39639         0    159829    317501   2288612     11.83     12.47
468.90/468.97	c  N dy 18895   4077848       150     39639         0     95465    317501   1097942     11.83     12.51
471.91/471.99	c  N dy 19012   4099272       150     39639         0    115932    317501   1467927     11.83     12.47
474.91/474.95	c  N dy 19078   4119321       150     39639         0    135016    317499   1816467     11.83     12.69
478.71/478.70	c  N dy 19194   4140089       150     39639         0    154892    317498   2183225     11.83     12.66
482.71/482.72	c  N dy 19318   4160135       150     39639         0     88357    317498    970073     11.84     13.00
484.91/484.98	c  N dy 19378   4180819       150     39639         0    108024    317497   1319462     11.83     12.48
487.71/487.75	c  N dy 19488   4201225       150     39639         0    127634    317496   1679109     11.84     12.52
489.61/489.60	c  S st 19554   4212685       150     39639         0    138662    317494   1883519     11.84   no data
489.81/489.84	c  S st 19554   4213187       150     39639         0    139154    317494   1891897     11.84   no data
489.81/489.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
489.91/489.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
489.91/489.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
489.91/489.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
489.91/489.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
489.91/489.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
489.91/489.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
489.91/489.97	c lits-rem:        30  cl-subs:       30  v-elim:      0  v-fix:    0  time:  0.04 s
490.01/490.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
498.22/498.22	c lits-rem:     15612  cl-subs:     4900  v-elim:      0  v-fix:    0  time:  8.19 s
498.22/498.23	c vivif2 --  cl tried    39593 cl shrink        0 lits rem          0 time: 0.00
498.22/498.25	c vivif2 --  cl tried   134270 cl shrink        0 lits rem          0 time: 0.02
498.51/498.55	c asymm  cl-useful: 17/392/39593 lits-rem:17 time: 0.30
498.51/498.55	c calculated reachability. Time: 0.00
498.51/498.55	c  N dy 19554   4213187       150     39593         0    134270    316925   1789277     11.84   no data
501.81/501.84	c  N dy 19651   4233471       150     39593         0    153681    316923   2147301     11.84     12.50
505.30/505.37	c  N dy 19741   4253523       150     39593         0    172864    316922   2507635     11.84     12.48
508.41/508.42	c  N dy 19809   4276027       150     39593         0    107543    316921   1289121     11.83     12.51
511.21/511.24	c  N dy 19907   4296051       150     39593         0    126767    316920   1648162     11.83     14.36
514.31/514.36	c  N dy 20005   4316335       150     39593         0    146138    316920   1997827     11.83     12.49
518.01/518.04	c  N dy 20110   4336357       150     39593         0    165295    316919   2347932     11.83     16.68
521.81/521.80	c  N dy 20217   4356639       150     39593         0     97107    316917   1115521     11.84     12.49
524.31/524.36	c  N dy 20308   4377343       150     39593         0    116842    316915   1474061     11.84     12.52
527.41/527.41	c  N dy 20412   4397516       150     39593         0    136181    316914   1826508     11.84     12.57
530.71/530.72	c  N dy 20490   4417852       150     39593         0    155596    316914   2181948     11.84     12.52
534.52/534.55	c  N dy 20610   4437859       150     39593         0    174845    316913   2539534     11.84     13.27
537.61/537.65	c  N dy 20673   4458072       150     39593         0    105465    316912   1266363     11.84     12.49
540.31/540.39	c  N dy 20765   4478148       150     39593         0    124672    316911   1618095     11.84     12.52
543.42/543.40	c  N dy 20880   4498187       150     39593         0    143915    316911   1971790     11.84     13.15
547.11/547.14	c  N dy 20939   4519573       150     39593         0    164108    316911   2326662     11.84     12.50
551.31/551.31	c  N dy 21020   4539574       150     39593         0     93723    316911   1041909     11.84     12.67
553.71/553.70	c  N dy 21123   4559578       150     39593         0    112939    316910   1403157     11.84     12.60
556.61/556.60	c  N dy 21234   4579583       150     39593         0    132147    316909   1755097     11.84     13.52
559.82/559.85	c  N dy 21316   4599690       150     39593         0    151336    316909   2105708     11.84     12.47
563.71/563.73	c  N dy 21450   4619784       150     39593         0    170654    316908   2461122     11.84     13.95
567.41/567.48	c  N dy 21540   4639922       150     39593         0     99242    316907   1133088     11.84     12.51
569.91/569.92	c  N dy 21605   4660029       150     39593         0    118406    316906   1483784     11.84     12.76
572.81/572.87	c  N dy 21686   4680117       150     39593         0    137654    316905   1840444     11.84     13.09
576.21/576.28	c  N dy 21798   4700530       150     39593         0    157133    316905   2199874     11.84     12.48
578.81/578.80	c  S st 21864   4713187       150     39593         0    169239    316905   2416940     11.84   no data
579.11/579.10	c  S st 21864   4713692       150     39593         0    169720    316904   2425171     11.84   no data
579.11/579.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
579.11/579.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.09
579.21/579.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
579.21/579.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
579.21/579.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
579.21/579.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
579.21/579.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
579.21/579.25	c lits-rem:        30  cl-subs:       64  v-elim:      0  v-fix:    0  time:  0.05 s
579.31/579.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
593.21/593.28	c lits-rem:     23246  cl-subs:     7545  v-elim:      0  v-fix:    0  time: 13.96 s
593.21/593.29	c vivif2 --  cl tried    39410 cl shrink        0 lits rem          0 time: 0.00
593.31/593.32	c vivif2 --  cl tried   162294 cl shrink        0 lits rem          0 time: 0.03
593.61/593.64	c asymm  cl-useful: 22/349/39410 lits-rem:23 time: 0.32
593.61/593.65	c calculated reachability. Time: 0.00
593.61/593.65	c  N dy 21864   4713692       150     39410         0    162294    315206   2267527     11.84   no data
597.61/597.61	c  N dy 21956   4733762       150     39410         0    181555    315205   2624254     11.84     12.51
600.71/600.75	c  N dy 22035   4755138       150     39410         0    110578    315204   1328964     11.84     12.52
603.21/603.28	c  N dy 22110   4775166       150     39410         0    129614    315203   1664736     11.84     14.19
606.51/606.50	c  N dy 22202   4795247       150     39410         0    148843    315202   2018800     11.84     12.51
610.11/610.13	c  N dy 22299   4815568       150     39410         0    168316    315200   2380836     11.84     12.80
614.61/614.69	c  N dy 22387   4837049       150     39410         0     96508    315200   1061762     11.84     12.47
617.12/617.13	c  N dy 22462   4857135       150     39410         0    115675    315200   1410836     11.84     12.51
620.12/620.14	c  N dy 22570   4877319       150     39410         0    135008    315196   1769828     11.84     12.51
623.62/623.66	c  N dy 22689   4897373       150     39410         0    154190    315196   2119845     11.84     12.59
627.41/627.44	c  N dy 22756   4917708       150     39410         0    173454    315194   2456332     11.84     12.49
631.81/631.81	c  N dy 22820   4937783       150     39410         0     99252    315193   1099526     11.84     15.29
634.51/634.53	c  N dy 22921   4958677       150     39410         0    119246    315193   1468726     11.84     12.50
637.51/637.55	c  N dy 22993   4978706       150     39410         0    138420    315193   1819505     11.83     12.47
641.11/641.13	c  N dy 23106   4998724       150     39410         0    157625    315193   2178989     11.84     12.49
645.32/645.33	c  N dy 23226   5020039       150     39410         0    178017    315191   2553346     11.84     12.50
649.31/649.33	c  N dy 23323   5040064       150     39410         0    102775    315191   1149650     11.84     12.47
652.11/652.10	c  N dy 23436   5060105       150     39410         0    121975    315190   1503296     11.84     12.98
655.11/655.10	c  N dy 23515   5080372       150     39410         0    141278    315190   1860404     11.84     12.49
658.61/658.63	c  N dy 23604   5100385       150     39410         0    160403    315190   2216854     11.84     16.44
662.61/662.61	c  N dy 23698   5120403       150     39410         0    179585    315190   2578642     11.84     12.60
666.71/666.78	c  N dy 23770   5140741       150     39410         0    103514    315188   1139972     11.84     12.48
669.31/669.33	c  N dy 23868   5160804       150     39410         0    122692    315188   1492894     11.84     12.60
672.61/672.63	c  N dy 23956   5183373       150     39410         0    144091    315186   1861465     11.84     12.49
676.11/676.13	c  N dy 24064   5203426       150     39410         0    163255    315186   2213891     11.84     13.70
678.11/678.11	c  S st 24125   5213692       150     39410         0    173048    315186   2395487     11.84     11.19
678.41/678.46	c  S st 24125   5214196       150     39410         0    173524    315186   2402986     11.84   no data
678.41/678.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
678.51/678.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.09
678.51/678.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
678.51/678.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
678.51/678.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
678.51/678.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
678.51/678.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
678.62/678.62	c lits-rem:        59  cl-subs:       98  v-elim:      0  v-fix:    0  time:  0.05 s
678.62/678.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
693.82/693.89	c lits-rem:     23962  cl-subs:    14330  v-elim:      0  v-fix:    0  time: 15.20 s
693.82/693.89	c vivif2 --  cl tried    39178 cl shrink        0 lits rem          0 time: 0.00
693.92/693.93	c vivif2 --  cl tried   159328 cl shrink        0 lits rem          0 time: 0.03
694.22/694.24	c asymm  cl-useful: 15/343/39178 lits-rem:16 time: 0.32
694.22/694.25	c calculated reachability. Time: 0.00
694.22/694.25	c  N dy 24125   5214196       150     39178         0    159328    313022   2151884     11.84   no data
698.43/698.50	c  N dy 24241   5234592       150     39178         0    178826    313022   2514831     11.84     12.47
702.82/702.80	c  N dy 24317   5254842       150     39178         0    102439    313021   1130793     11.84     12.48
705.61/705.64	c  N dy 24438   5275170       150     39178         0    121944    313021   1494866     11.84     12.50
708.72/708.77	c  N dy 24526   5295198       150     39178         0    141061    313020   1845523     11.84     12.50
712.31/712.30	c  N dy 24602   5315294       150     39178         0    160219    313020   2188528     11.84     15.10
716.22/716.24	c  N dy 24694   5335377       150     39178         0    179436    313017   2552026     11.84     12.47
721.02/721.01	c  N dy 24755   5355468       150     39178         0    101512    313016   1087379     11.84     12.49
723.62/723.61	c  N dy 24863   5375721       150     39178         0    120931    313015   1446618     11.84     12.53
726.62/726.67	c  N dy 24958   5395816       150     39178         0    140192    313015   1805515     11.84     12.47
730.22/730.23	c  N dy 25054   5415914       150     39178         0    159396    313014   2163962     11.84     13.52
734.41/734.48	c  N dy 25148   5437599       150     39178         0    180134    313014   2554889     11.84     12.71
739.52/739.50	c  N dy 25256   5458551       150     39178         0    102122    313012   1102866     11.84     12.52
742.02/742.07	c  N dy 25333   5478624       150     39178         0    121201    313010   1442654     11.84     12.74
745.21/745.29	c  N dy 25440   5498682       150     39178         0    140440    313009   1801856     11.84     14.40
749.13/749.14	c  N dy 25529   5518839       150     39178         0    159730    313007   2163821     11.84     12.48
754.02/754.03	c  N dy 25620   5538951       150     39178         0    178887    313006   2516559     11.84     12.47
759.52/759.52	c  N dy 25734   5559828       150     39178         0     99769    313006   1051213     11.84     12.56
762.33/762.37	c  N dy 25854   5580359       150     39178         0    119457    313006   1418263     11.85     12.58
765.82/765.88	c  N dy 25956   5601329       150     39178         0    139539    313006   1791075     11.85     12.49
769.42/769.45	c  N dy 26031   5621686       150     39178         0    158885    313006   2136379     11.85     12.48
773.52/773.50	c  N dy 26150   5641779       150     39178         0    178192    313006   2503941     11.85     12.51
778.12/778.12	c  N dy 26196   5662055       150     39178         0    197384    313005   2839126     11.85     12.48
781.62/781.65	c  N dy 26282   5682828       150     39178         0    117209    313003   1356360     11.85     12.53
784.71/784.70	c  N dy 26351   5703157       150     39178         0    136513    313003   1705003     11.84     12.49
786.22/786.23	c  S st 26380   5714196       150     39178         0    146979    313003   1894002     11.84     11.21
786.52/786.51	c  S st 26380   5714701       150     39178         0    147469    313003   1902116     11.84   no data
786.52/786.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
786.52/786.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
786.62/786.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
786.62/786.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
786.62/786.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
786.62/786.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
786.62/786.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
786.62/786.65	c lits-rem:        72  cl-subs:       79  v-elim:      0  v-fix:    0  time:  0.05 s
786.72/786.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
795.42/795.44	c lits-rem:     16873  cl-subs:     7841  v-elim:      0  v-fix:    0  time:  8.74 s
795.42/795.44	c vivif2 --  cl tried    38991 cl shrink        0 lits rem          0 time: 0.00
795.42/795.47	c vivif2 --  cl tried   139736 cl shrink        0 lits rem          0 time: 0.02
795.72/795.77	c asymm  cl-useful: 13/374/38991 lits-rem:13 time: 0.30
795.72/795.78	c calculated reachability. Time: 0.00
795.72/795.78	c  N dy 26380   5714701       150     38991         0    139736    311180   1762829     11.84   no data
799.32/799.30	c  N dy 26486   5734847       150     38991         0    159025    311180   2126392     11.84     12.51
803.22/803.28	c  N dy 26587   5754901       150     38991         0    178232    311180   2483812     11.84     13.70
807.92/807.92	c  N dy 26710   5774993       150     38991         0    197495    311179   2844983     11.85     12.48
811.72/811.73	c  N dy 26800   5795048       150     38991         0    115869    311179   1320618     11.85     12.81
814.82/814.89	c  N dy 26915   5815277       150     38991         0    135297    311179   1685269     11.85     12.49
818.43/818.44	c  N dy 27042   5835382       150     38991         0    154619    311179   2048577     11.85     12.68
823.42/823.41	c  N dy 27130   5861245       150     38991         0    179214    311177   2494926     11.85     12.60
828.02/828.01	c  N dy 27233   5881263       150     38991         0    198382    311177   2848295     11.85     12.94
832.02/832.04	c  N dy 27330   5901376       150     38991         0    115612    311177   1311239     11.85     12.52
835.03/835.02	c  N dy 27449   5921451       150     38991         0    134826    311176   1673155     11.85     12.59
838.52/838.53	c  N dy 27571   5941989       150     38991         0    154542    311175   2050164     11.85     12.61
842.82/842.85	c  N dy 27662   5963864       150     38991         0    175409    311174   2434919     11.85     12.79
847.22/847.24	c  N dy 27764   5983911       150     38991         0    194611    311174   2795404     11.85     14.23
851.82/851.84	c  N dy 27861   6003984       150     38991         0    110880    311174   1222503     11.85     12.60
854.73/854.72	c  N dy 27970   6024503       150     38991         0    130648    311173   1588703     11.85     12.48
858.72/858.74	c  N dy 28029   6049838       150     38991         0    154696    311172   2031460     11.85     12.58
862.63/862.63	c  N dy 28160   6070067       150     38991         0    174141    311172   2397389     11.85     12.50
867.03/867.02	c  N dy 28250   6090094       150     38991         0    193288    311171   2755934     11.85     13.47
871.92/871.97	c  N dy 28360   6110921       150     38991         0    109209    311170   1182648     11.85     12.55
874.72/874.76	c  N dy 28436   6131020       150     38991         0    128429    311170   1534190     11.85     13.47
878.02/878.03	c  N dy 28552   6151103       150     38991         0    147701    311170   1900020     11.85     13.46
881.52/881.57	c  N dy 28627   6171435       150     38991         0    167084    311169   2257890     11.85     12.50
885.72/885.78	c  N dy 28719   6191493       150     38991         0    186109    311168   2601223     11.85     15.03
890.42/890.48	c  N dy 28830   6211522       150     38991         0    205317    311168   2961720     11.85     12.51
891.32/891.36	c  S st 28846   6214703       150     38991         0    208386    311167   3019290     11.85      9.34
891.72/891.75	c  S st 28846   6215204       150     38991         0    208873    311167   3027392     11.85   no data
891.72/891.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
891.82/891.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.11
891.82/891.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
891.82/891.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
891.82/891.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
891.82/891.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
891.82/891.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
891.92/891.94	c lits-rem:       375  cl-subs:      230  v-elim:      0  v-fix:    0  time:  0.07 s
892.03/892.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
911.83/911.85	c lits-rem:     33974  cl-subs:    10283  v-elim:      0  v-fix:    0  time: 19.82 s
911.83/911.85	c vivif2 --  cl tried    38747 cl shrink        0 lits rem          0 time: 0.00
911.83/911.89	c vivif2 --  cl tried   198604 cl shrink        0 lits rem          0 time: 0.04
912.22/912.23	c asymm  cl-useful: 10/287/38747 lits-rem:10 time: 0.33
912.22/912.23	c calculated reachability. Time: 0.00
912.22/912.23	c  N dy 28846   6215204       150     38747         0    198604    308922   2812117     11.85   no data
917.03/917.04	c  N dy 28936   6237393       150     38747         0    115160    308922   1276098     11.85     12.49
920.03/920.03	c  N dy 29027   6257827       150     38747         0    134763    308922   1635729     11.85     12.54
923.52/923.52	c  N dy 29132   6278290       150     38747         0    154319    308922   2001250     11.85     12.54
927.42/927.42	c  N dy 29229   6298404       150     38747         0    173598    308921   2362763     11.85     12.54
931.52/931.56	c  N dy 29292   6318424       150     38747         0    192612    308920   2709586     11.85     14.71
937.24/937.23	c  N dy 29388   6338544       150     38747         0    106093    308917   1104781     11.85     12.52
940.03/940.09	c  N dy 29488   6358703       150     38747         0    125453    308917   1462557     11.85     12.60
943.23/943.28	c  N dy 29612   6378704       150     38747         0    144631    308917   1822509     11.86     12.55
947.03/947.08	c  N dy 29735   6398804       150     38747         0    163891    308917   2185779     11.86     12.62
951.13/951.10	c  N dy 29835   6418833       150     38747         0    183052    308915   2538884     11.86     12.68
955.63/955.65	c  N dy 29958   6438915       150     38747         0    202321    308915   2898412     11.86     13.28
960.62/960.67	c  N dy 30058   6459480       150     38747         0    115101    308915   1259408     11.86     12.54
963.63/963.69	c  N dy 30156   6479747       150     38747         0    134516    308915   1617149     11.86     12.57
967.03/967.02	c  N dy 30238   6500066       150     38747         0    153971    308914   1975338     11.86     12.56
970.93/970.92	c  N dy 30323   6520367       150     38747         0    173401    308912   2332547     11.86     12.69
975.23/975.21	c  N dy 30396   6541600       150     38747         0    193631    308911   2704964     11.86     12.59
979.73/979.78	c  N dy 30503   6561799       150     38747         0    212992    308910   3064847     11.86     12.60
983.73/983.78	c  N dy 30607   6581820       150     38747         0    124342    308910   1427305     11.86     12.51
986.92/986.93	c  N dy 30706   6601912       150     38747         0    143553    308910   1785505     11.86     12.54
990.83/990.80	c  N dy 30786   6623260       150     38747         0    163986    308907   2158079     11.86     12.49
995.03/995.01	c  N dy 30895   6643387       150     38747         0    183297    308906   2521084     11.86     12.70
999.73/999.76	c  N dy 31036   6663482       150     38747         0    202637    308906   2885527     11.86     12.81
1005.43/1005.44	c  N dy 31151   6684694       150     38747         0    114081    308906   1225262     11.87     12.50
1008.43/1008.48	c  N dy 31238   6704889       150     38747         0    133448    308905   1592287     11.87     12.57
1010.23/1010.23	c  S st 31293   6715204       150     38747         0    143309    308905   1776125     11.87   no data
1010.43/1010.50	c  S st 31293   6715707       150     38747         0    143800    308905   1783875     11.87   no data
1010.53/1010.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1010.53/1010.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
1010.53/1010.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1010.53/1010.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1010.53/1010.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1010.53/1010.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1010.53/1010.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1010.63/1010.63	c lits-rem:        83  cl-subs:       73  v-elim:      0  v-fix:    0  time:  0.04 s
1010.63/1010.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1017.83/1017.81	c lits-rem:     14349  cl-subs:     3395  v-elim:      0  v-fix:    0  time:  7.13 s
1017.83/1017.81	c vivif2 --  cl tried    38590 cl shrink        0 lits rem          0 time: 0.00
1017.83/1017.84	c vivif2 --  cl tried   140489 cl shrink        0 lits rem          0 time: 0.03
1018.13/1018.13	c asymm  cl-useful: 17/406/38590 lits-rem:18 time: 0.29
1018.13/1018.14	c calculated reachability. Time: 0.00
1018.13/1018.14	c  N dy 31293   6715707       150     38590         0    140489    307340   1713681     11.87   no data
1021.83/1021.85	c  N dy 31411   6735757       150     38590         0    159752    307340   2075049     11.87     12.51
1025.83/1025.85	c  N dy 31523   6755813       150     38590         0    178961    307339   2432390     11.87     14.14
1030.63/1030.63	c  N dy 31597   6777373       150     38590         0    199511    307339   2812539     11.87     12.66
1035.53/1035.54	c  N dy 31693   6797567       150     38590         0    218817    307339   3168648     11.87     12.58
1039.43/1039.44	c  N dy 31777   6817637       150     38590         0    128250    307338   1480302     11.87     12.59
1042.73/1042.74	c  N dy 31865   6837667       150     38590         0    147407    307338   1834715     11.87     14.16
1046.53/1046.52	c  N dy 31971   6858274       150     38590         0    167225    307338   2209004     11.87     12.55
1050.73/1050.78	c  N dy 32073   6878318       150     38590         0    186447    307337   2567500     11.87     13.05
1056.73/1056.78	c  N dy 32185   6898344       150     38590         0    205710    307337   2935502     11.87     12.52
1062.73/1062.78	c  N dy 32298   6918389       150     38590         0    114044    307337   1205717     11.87     15.23
1065.83/1065.82	c  N dy 32372   6938768       150     38590         0    133577    307337   1570870     11.87     12.55
1069.23/1069.25	c  N dy 32453   6958780       150     38590         0    152708    307336   1924889     11.87     12.56
1073.03/1073.06	c  N dy 32536   6978878       150     38590         0    171981    307336   2290395     11.87     13.86
1077.63/1077.63	c  N dy 32657   6998884       150     38590         0    191137    307336   2649633     11.87     15.59
1082.73/1082.78	c  N dy 32765   7019592       150     38590         0    210997    307335   3020937     11.87     12.77
1087.84/1087.82	c  N dy 32835   7039668       150     38590         0    118356    307335   1272112     11.87     13.81
1090.83/1090.87	c  N dy 32936   7059778       150     38590         0    137631    307335   1634991     11.87     12.55
1094.33/1094.35	c  N dy 33030   7079822       150     38590         0    156736    307334   1987416     11.87     14.26
1098.14/1098.14	c  N dy 33122   7099850       150     38590         0    175825    307333   2343832     11.87     15.05
1102.53/1102.52	c  N dy 33222   7119853       150     38590         0    195005    307333   2701350     11.87     12.57
1107.64/1107.67	c  N dy 33337   7140044       150     38590         0    214435    307332   3068087     11.87     12.79
1112.93/1112.94	c  N dy 33462   7160059       150     38590         0    120917    307332   1317828     11.88     13.78
1116.03/1116.00	c  N dy 33561   7180471       150     38590         0    140419    307332   1675425     11.88     12.54
1119.53/1119.52	c  N dy 33651   7200518       150     38590         0    159611    307332   2033275     11.88     12.55
1122.53/1122.57	c  S st 33722   7215707       150     38590         0    174067    307331   2300209     11.88     10.55
1122.93/1122.96	c  S st 33722   7216208       150     38590         0    174555    307331   2307967     11.88   no data
1122.93/1122.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1123.04/1123.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.09
1123.04/1123.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1123.04/1123.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1123.04/1123.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1123.04/1123.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1123.04/1123.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1123.14/1123.13	c lits-rem:        28  cl-subs:       32  v-elim:      0  v-fix:    0  time:  0.05 s
1123.14/1123.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1134.33/1134.36	c lits-rem:     17409  cl-subs:     6145  v-elim:      0  v-fix:    0  time: 11.17 s
1134.33/1134.37	c vivif2 --  cl tried    38545 cl shrink        0 lits rem          0 time: 0.00
1134.43/1134.40	c vivif2 --  cl tried   168423 cl shrink        0 lits rem          0 time: 0.03
1134.73/1134.71	c asymm  cl-useful: 13/332/38545 lits-rem:13 time: 0.32
1134.73/1134.72	c calculated reachability. Time: 0.00
1134.73/1134.72	c  N dy 33722   7216208       150     38545         0    168423    306848   2182350     11.88   no data
1139.03/1139.09	c  N dy 33832   7236266       150     38545         0    187620    306848   2538633     11.88     12.69
1144.04/1144.08	c  N dy 33969   7256304       150     38545         0    206911    306847   2907014     11.88     12.64
1150.64/1150.67	c  N dy 34079   7278378       150     38545         0    114503    306847   1188668     11.88     12.52
1153.74/1153.74	c  N dy 34170   7298450       150     38545         0    133742    306847   1550755     11.88     12.60
1157.24/1157.21	c  N dy 34286   7318546       150     38545         0    152961    306847   1910686     11.88     12.51
1161.14/1161.12	c  N dy 34378   7338800       150     38545         0    172469    306847   2278698     11.88     12.55
1165.63/1165.65	c  N dy 34499   7358818       150     38545         0    191730    306847   2642896     11.88     12.74
1170.73/1170.72	c  N dy 34604   7378926       150     38545         0    210940    306847   3006897     11.88     12.69
1176.83/1176.81	c  N dy 34711   7398959       150     38545         0    115488    306846   1196140     11.88     14.60
1179.93/1179.93	c  N dy 34756   7419000       150     38545         0    134556    306844   1538819     11.88     15.64
1183.33/1183.37	c  N dy 34856   7439048       150     38545         0    153732    306844   1896686     11.88     12.81
1187.03/1187.09	c  N dy 34951   7459056       150     38545         0    172877    306844   2260981     11.88     14.35
1191.73/1191.76	c  N dy 35050   7480440       150     38545         0    193300    306843   2641803     11.88     12.52
1196.53/1196.55	c  N dy 35115   7500983       150     38545         0    212811    306843   2990183     11.88     12.53
1202.84/1202.82	c  N dy 35200   7521036       150     38545         0    116544    306843   1210092     11.88     14.72
1205.83/1205.80	c  N dy 35272   7541126       150     38545         0    135722    306841   1557107     11.88     12.54
1209.23/1209.21	c  N dy 35385   7561187       150     38545         0    155011    306838   1922650     11.88     14.91
1213.03/1213.06	c  N dy 35474   7581224       150     38545         0    174215    306835   2285696     11.88     12.53
1217.75/1217.76	c  N dy 35617   7601267       150     38545         0    193486    306834   2651887     11.88     12.74
1222.94/1222.97	c  N dy 35723   7621559       150     38545         0    212899    306834   3012872     11.88     12.60
1228.04/1228.09	c  N dy 35800   7641565       150     38545         0    232071    306834   3383907     11.88     12.51
1232.14/1232.19	c  N dy 35891   7661650       150     38545         0    134792    306833   1539010     11.88     12.78
1235.64/1235.64	c  N dy 35984   7681654       150     38545         0    153980    306833   1898096     11.88     14.88
1239.84/1239.86	c  N dy 36095   7702284       150     38545         0    173780    306833   2272249     11.88     12.57
1242.74/1242.78	c  S st 36154   7716210       150     38545         0    187095    306833   2521702     11.88     10.42
1243.14/1243.11	c  S st 36154   7716715       150     38545         0    187578    306833   2529424     11.88   no data
1243.14/1243.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1243.24/1243.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.09
1243.24/1243.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1243.24/1243.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1243.24/1243.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1243.24/1243.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1243.24/1243.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1243.24/1243.28	c lits-rem:        21  cl-subs:       24  v-elim:      0  v-fix:    0  time:  0.05 s
1243.34/1243.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1256.64/1256.65	c lits-rem:     18762  cl-subs:     5997  v-elim:      0  v-fix:    0  time: 13.30 s
1256.64/1256.65	c vivif2 --  cl tried    38405 cl shrink        0 lits rem          0 time: 0.00
1256.64/1256.69	c vivif2 --  cl tried   181697 cl shrink        0 lits rem          0 time: 0.03
1257.04/1257.01	c asymm  cl-useful: 10/301/38405 lits-rem:11 time: 0.32
1257.04/1257.02	c calculated reachability. Time: 0.00
1257.04/1257.02	c  N dy 36154   7716715       150     38405         0    181697    305543   2402997     11.88   no data
1261.84/1261.89	c  N dy 36273   7736866       150     38405         0    201017    305542   2769843     11.89     12.53
1266.94/1266.93	c  N dy 36376   7757293       150     38405         0    220575    305541   3142648     11.89     12.76
1272.84/1272.82	c  N dy 36478   7778640       150     38405         0    123606    305540   1321259     11.89     12.53
1275.84/1275.88	c  N dy 36577   7798666       150     38405         0    142831    305540   1677706     11.89     13.83
1279.64/1279.66	c  N dy 36626   7819515       150     38405         0    162548    305540   2034080     11.88     12.55
1283.74/1283.76	c  N dy 36722   7839617       150     38405         0    181764    305538   2389638     11.88     12.52
1288.44/1288.48	c  N dy 36819   7859824       150     38405         0    201096    305537   2751728     11.88     12.86
1293.44/1293.44	c  N dy 36903   7880144       150     38405         0    220534    305537   3111989     11.88     12.64
1299.54/1299.52	c  N dy 37012   7900559       150     38405         0    121823    305536   1281316     11.89     12.55

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3263652-1303565253/watcher-3263652-1303565253 -o /tmp/evaluation-result-3263652-1303565253/solver-3263652-1303565253 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3263652-1303565253.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.46 3.88 3.96 3/179 5749
/proc/meminfo: memFree=14574572/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=29780 CPUtime=0 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 751 0 0 0 0 0 0 0 22 0 1 0 468122392 30494720 690 33554432000 4194304 4627331 140733606917488 18446744073709551615 4506925 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 7445 694 320 106 0 2416 0

[startup+0.00965892 s]
/proc/loadavg: 3.46 3.88 3.96 3/179 5749
/proc/meminfo: memFree=14574572/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=29916 CPUtime=0 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 866 0 0 0 0 0 0 0 22 0 1 0 468122392 30633984 805 33554432000 4194304 4627331 140733606917488 18446744073709551615 4530488 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 7479 806 320 106 0 2450 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 29916

[startup+0.100684 s]
/proc/loadavg: 3.46 3.88 3.96 3/179 5749
/proc/meminfo: memFree=14574572/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=32908 CPUtime=0.09 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 2249 0 0 0 9 0 0 0 22 0 1 0 468122392 33697792 2188 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 8227 2188 343 106 0 3198 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32908

[startup+0.30064 s]
/proc/loadavg: 3.46 3.88 3.96 3/179 5749
/proc/meminfo: memFree=14574572/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=51484 CPUtime=0.28 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 6843 0 0 0 28 0 0 0 23 0 1 0 468122392 52719616 6697 33554432000 4194304 4627331 140733606917488 18446744073709551615 4467798 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 12871 6697 357 106 0 7842 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 51484

[startup+0.700558 s]
/proc/loadavg: 3.46 3.88 3.96 3/179 5749
/proc/meminfo: memFree=14574572/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=51484 CPUtime=0.68 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 6843 0 0 0 68 0 0 0 25 0 1 0 468122392 52719616 6697 33554432000 4194304 4627331 140733606917488 18446744073709551615 4467933 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 12871 6697 357 106 0 7842 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 51484

[startup+1.50043 s]
/proc/loadavg: 3.46 3.88 3.96 5/190 5770
/proc/meminfo: memFree=14526372/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=51484 CPUtime=1.48 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 6845 0 0 0 148 0 0 0 25 0 1 0 468122392 52719616 6699 33554432000 4194304 4627331 140733606917488 18446744073709551615 4427056 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 12871 6699 359 106 0 7842 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 51484

[startup+3.1011 s]
/proc/loadavg: 3.50 3.89 3.96 5/190 5770
/proc/meminfo: memFree=14516824/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=49268 CPUtime=3.08 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 7038 0 0 0 308 0 0 0 25 0 1 0 468122392 50450432 6151 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 12317 6151 371 106 0 7288 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 49268

[startup+6.30049 s]
/proc/loadavg: 3.50 3.89 3.96 5/190 5770
/proc/meminfo: memFree=14491036/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=58612 CPUtime=6.29 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 10034 0 0 0 628 1 0 0 25 0 1 0 468122392 60018688 7948 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309117 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 14653 7948 382 106 0 9624 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58612

[startup+12.7003 s]
/proc/loadavg: 3.54 3.89 3.96 5/190 5770
/proc/meminfo: memFree=14469808/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=70484 CPUtime=12.68 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 13777 0 0 0 1267 1 0 0 25 0 1 0 468122392 72175616 9354 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309063 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 17621 9354 377 106 0 12592 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70484

[startup+25.5008 s]
/proc/loadavg: 3.64 3.89 3.96 5/190 5771
/proc/meminfo: memFree=14427200/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=83372 CPUtime=25.49 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 20032 0 0 0 2547 2 0 0 25 0 1 0 468122392 85372928 10805 33554432000 4194304 4627331 140733606917488 18446744073709551615 4332171 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 20843 10805 377 106 0 15814 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83372

[startup+51.1009 s]
/proc/loadavg: 3.76 3.90 3.96 5/190 5771
/proc/meminfo: memFree=14375640/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=84216 CPUtime=51.09 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 35106 0 0 0 5105 4 0 0 25 0 1 0 468122392 86237184 12396 33554432000 4194304 4627331 140733606917488 18446744073709551615 4308384 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 21054 12396 377 106 0 16025 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84216

[startup+102.307 s]
/proc/loadavg: 3.90 3.91 3.96 5/190 5773
/proc/meminfo: memFree=14324896/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=85388 CPUtime=102.3 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 59638 0 0 0 10221 9 0 0 25 0 1 0 468122392 87437312 12985 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 21347 12985 377 106 0 16318 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85388

[startup+162.301 s]
/proc/loadavg: 3.96 3.92 3.96 5/190 5774
/proc/meminfo: memFree=14305880/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=87332 CPUtime=162.3 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 83480 0 0 0 16216 14 0 0 25 0 1 0 468122392 89427968 14865 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 21833 14865 377 106 0 16804 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 87332

[startup+222.301 s]
/proc/loadavg: 3.98 3.94 3.96 5/190 5776
/proc/meminfo: memFree=14260608/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=90588 CPUtime=222.3 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 103888 0 0 0 22211 19 0 0 25 0 1 0 468122392 92762112 15408 33554432000 4194304 4627331 140733606917488 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 22647 15408 377 106 0 17618 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 90588

[startup+282.301 s]
/proc/loadavg: 4.03 3.96 3.97 5/190 5777
/proc/meminfo: memFree=14270372/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=96772 CPUtime=282.3 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 122016 0 0 0 28206 24 0 0 25 0 1 0 468122392 99094528 17146 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 24193 17146 377 106 0 19164 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 96772

[startup+342.301 s]
/proc/loadavg: 4.01 3.97 3.97 5/190 5779
/proc/meminfo: memFree=14232164/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=97108 CPUtime=342.3 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 139268 0 0 0 34203 27 0 0 25 0 1 0 468122392 99438592 16968 33554432000 4194304 4627331 140733606917488 18446744073709551615 4427742 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 24277 16968 377 106 0 19248 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 97108

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.97 5/190 5781
/proc/meminfo: memFree=14154396/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=97416 CPUtime=402.31 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 155165 0 0 0 40200 31 0 0 25 0 1 0 468122392 99753984 17423 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 24354 17423 377 106 0 19325 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 97416

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.97 5/190 5782
/proc/meminfo: memFree=14137504/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=97636 CPUtime=462.31 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 169151 0 0 0 46197 34 0 0 25 0 1 0 468122392 99979264 18328 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 24409 18328 377 106 0 19380 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 97636

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.97 5/190 5784
/proc/meminfo: memFree=14100040/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=110920 CPUtime=522.31 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 184563 0 0 0 52193 38 0 0 25 0 1 0 468122392 113582080 20107 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 27730 20107 379 106 0 22701 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 110920

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.97 5/190 5785
/proc/meminfo: memFree=14060576/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=125032 CPUtime=582.31 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 199955 0 0 0 58189 42 0 0 25 0 1 0 468122392 128032768 24977 33554432000 4194304 4627331 140733606917488 18446744073709551615 4467748 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 31258 24977 379 106 0 26229 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 125032

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.97 5/190 5787
/proc/meminfo: memFree=14063900/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=119268 CPUtime=642.32 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 209333 0 0 0 64187 45 0 0 25 0 1 0 468122392 122130432 23421 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 29817 23421 379 106 0 24788 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 119268

[startup+702.301 s]
/proc/loadavg: 4.03 3.99 3.97 5/190 5789
/proc/meminfo: memFree=14012912/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=142020 CPUtime=702.32 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 217095 0 0 0 70186 46 0 0 25 0 1 0 468122392 145428480 27478 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 35505 27478 379 106 0 30476 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 142020

[startup+762.307 s]
/proc/loadavg: 4.12 4.02 3.98 5/190 5790
/proc/meminfo: memFree=14014376/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=142092 CPUtime=762.33 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 228846 0 0 0 76182 51 0 0 25 0 1 0 468122392 145502208 27880 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309292 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 35523 27880 379 106 0 30494 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 142092

[startup+822.301 s]
/proc/loadavg: 4.04 4.01 3.98 5/190 5792
/proc/meminfo: memFree=13982232/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=142260 CPUtime=822.32 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 237849 0 0 0 82179 53 0 0 25 0 1 0 468122392 145674240 29024 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309063 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 35565 29024 379 106 0 30536 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 142260

[startup+882.301 s]
/proc/loadavg: 4.01 4.01 3.98 5/190 5793
/proc/meminfo: memFree=13970688/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=142364 CPUtime=882.33 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 249606 0 0 0 88176 57 0 0 25 0 1 0 468122392 145780736 28924 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 35591 28924 379 106 0 30562 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 142364

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 5795
/proc/meminfo: memFree=13936184/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=143840 CPUtime=942.33 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 257838 0 0 0 94174 59 0 0 25 0 1 0 468122392 147292160 28913 33554432000 4194304 4627331 140733606917488 18446744073709551615 4308387 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 35960 28913 379 106 0 30931 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 143840

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 5797
/proc/meminfo: memFree=13898716/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=156468 CPUtime=1002.33 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 266545 0 0 0 100172 61 0 0 25 0 1 0 468122392 160223232 33530 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 39117 33530 379 106 0 34088 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 156468

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 5798
/proc/meminfo: memFree=13939372/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=157716 CPUtime=1062.33 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 271257 0 0 0 106170 63 0 0 25 0 1 0 468122392 161501184 34082 33554432000 4194304 4627331 140733606917488 18446744073709551615 4324102 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 39429 34082 380 106 0 34400 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 157716

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/190 5800
/proc/meminfo: memFree=13965628/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=140564 CPUtime=1122.33 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 275546 0 0 0 112168 65 0 0 25 0 1 0 468122392 143937536 29858 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309272 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 35141 29858 380 106 0 30112 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 140564

[startup+1182.3 s]
/proc/loadavg: 4.05 4.01 3.99 5/190 5801
/proc/meminfo: memFree=13922448/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=142140 CPUtime=1182.33 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 280420 0 0 0 118167 66 0 0 25 0 1 0 468122392 145551360 30239 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309132 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 35535 30239 380 106 0 30506 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 142140

[startup+1242.3 s]
/proc/loadavg: 4.09 4.02 3.99 5/190 5803
/proc/meminfo: memFree=13897128/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=142140 CPUtime=1242.34 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 284845 0 0 0 124166 68 0 0 25 0 1 0 468122392 145551360 30239 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 35535 30239 380 106 0 30506 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 142140



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.03 4.00 4/189 5806
/proc/meminfo: memFree=14082740/32950928 swapFree=67087032/67111528
[pid=5749] ppid=5747 vsize=142140 CPUtime=1300.05 cores=4,6
/proc/5749/stat : 5749 (strangenight2-s) R 5747 5749 4735 0 -1 4202496 289525 0 0 0 129936 69 0 0 25 0 1 0 468122392 145551360 30259 33554432000 4194304 4627331 140733606917488 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/5749/statm: 35535 30259 380 106 0 30506 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 142140

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1299.36
CPU system time (s): 0.698893
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 230136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.36
system time used= 0.698893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289525
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 13911

runsolver used 2.26266 second user time and 4.85526 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-23 15:27:33
IDJOB=3263652
IDBENCH=84004
IDSOLVER=1587
FILE ID=node148/3263652-1303565253
RUNJOBID= node148-1303565253-5728
PBS_JOBID= 13150273
Free space on /tmp= 70604 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_3-log.shuffled-as.sat03-109.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263652-1303565253/watcher-3263652-1303565253 -o /tmp/evaluation-result-3263652-1303565253/solver-3263652-1303565253 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3263652-1303565253.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= f19999592ac4a0c798533d80c1c7f2d7
RANDOM SEED=762239774

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14574728 kB
Buffers:       2043684 kB
Cached:       15724440 kB
SwapCached:       5264 kB
Active:        8864596 kB
Inactive:      8952144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14574728 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           14176 kB
Writeback:           0 kB
AnonPages:       45152 kB
Mapped:          14164 kB
Slab:           494116 kB
PageTables:       4756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   222432 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70592 MiB
End job on node148 at 2011-04-23 15:49:15