Trace number 3368039

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 (fixed)? (TO) 1300.05 1300.02

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-3368039-1305393127.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:       58358
0.02/0.04	c -- clauses added:            0 learnts,        58358 normals,            0 xors
0.02/0.04	c -- vars added        150
0.02/0.04	c Parsing time:  0.04 s
0.02/0.04	c  N st     0         0       150     58358         0         0    583280         0   no data   no data
0.09/0.17	c asymm  cl-useful: 80/1056/58358 lits-rem:98 time: 0.13
0.09/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
0.09/0.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.09/0.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.09/3.13	c lits-rem:     90588  cl-subs:    12391  v-elim:      0  v-fix:    0  time:  2.93 s
3.09/3.13	c Finding binary XORs  T:     0.00 s  found:       0
3.09/3.18	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
3.09/3.18	c calculated reachability. Time: 0.00
3.09/3.18	c Calc default polars -  time:   0.00 s pos:      68 undec:       0 neg:      82
3.09/3.18	c =========================================================================================
3.09/3.18	c types(t): F = full restart, N = normal restart
3.09/3.18	c types(t): S = simplification begin/end, E = solution found
3.09/3.18	c restart types(rt): st = static, dy = dynamic
3.09/3.18	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.09/3.18	c  B st     0         0       150     45967         0         0    384386         0   no data   no data
3.19/3.30	c  N dy    13      4080       150     45967         0      3816    384367     67496     11.22     11.85
3.39/3.44	c  N dy    39      8212       150     45967         0      7730    384345    137293     12.25     12.94
3.49/3.59	c  N dy    47     12292       150     45967         0      6971    384334     98013     11.82     12.50
3.69/3.74	c  N dy    64     16397       150     45967         0     10860    384319    163795     11.62     12.25
3.88/3.90	c  N dy    88     20443       150     45967         0     14695    384298    229335     11.70     15.71
3.99/4.07	c  N dy   109     24488       150     45967         0     11115    384285    155218     11.74     14.47
3.99/4.09	c  F st   114     25000       150     45967         0     11602    384284    163341     11.76   no data
4.19/4.27	c  N dy   120     30000       150     45967         0     16257    384265    243410     11.76   no data
4.19/4.27	c  S st   120     30000       150     45967         0     16257    384265    243410     11.76   no data
4.30/4.34	c  S st   120     30501       150     45967         0     16739    384258    250332     11.76   no data
4.30/4.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.30/4.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
4.30/4.37	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
4.30/4.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.30/4.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.30/4.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.30/4.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.30/4.38	c lits-rem:       146  cl-subs:      101  v-elim:      0  v-fix:    0  time:  0.01 s
4.30/4.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.09/5.13	c lits-rem:      5833  cl-subs:     1706  v-elim:      0  v-fix:    0  time:  0.73 s
5.29/5.33	c asymm  cl-useful: 0/1301/45570 lits-rem:0 time: 0.20
5.29/5.33	c calculated reachability. Time: 0.00
5.29/5.33	c  N dy   120     30501       150     45570         0     15329    380007    222580     11.76   no data
5.40/5.50	c  N dy   133     34516       150     45570         0     10009    379997    124242     11.70     14.12
5.59/5.66	c  N dy   162     38543       150     45570         0     13830    379981    189379     11.78     12.93
5.79/5.82	c  N dy   173     42624       150     45570         0     17667    379965    253800     11.70     12.37
5.89/5.96	c  S st   193     45751       150     45570         0     20619    379956    304798     11.76   no data
5.99/6.04	c  S st   193     46253       150     45570         0     21096    379946    311453     11.76   no data
5.99/6.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.99/6.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
5.99/6.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.99/6.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.99/6.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.99/6.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
5.99/6.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.99/6.08	c lits-rem:        37  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.01 s
5.99/6.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.69/6.71	c lits-rem:      3606  cl-subs:     1086  v-elim:      0  v-fix:    0  time:  0.62 s
6.69/6.72	c vivif2 --  cl tried    45406 cl shrink        0 lits rem          0 time: 0.00
6.69/6.72	c vivif2 --  cl tried    20149 cl shrink        0 lits rem          0 time: 0.00
6.89/6.93	c asymm  cl-useful: 0/1172/45406 lits-rem:0 time: 0.21
6.89/6.94	c calculated reachability. Time: 0.00
6.89/6.94	c  N dy   193     46253       150     45406         0     20149    378180    292370     11.76   no data
7.08/7.18	c  N dy   218     51476       150     45406         0     14567    378172    195543     11.77     12.46
7.39/7.42	c  N dy   240     57480       150     45406         0     20156    378150    287236     11.74     13.01
7.70/7.73	c  N dy   253     65166       150     45406         0     15459    378119    185081     11.60     12.25
7.89/7.91	c  N dy   279     69381       150     45406         0     19470    378111    253777     11.62     10.68
7.89/7.91	c  S st   279     69381       150     45406         0     19470    378111    253777     11.62     10.68
7.89/7.98	c  S st   279     69881       150     45406         0     19948    378109    260275     11.62   no data
7.89/7.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.99/8.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
7.99/8.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.99/8.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.99/8.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.99/8.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
7.99/8.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.99/8.02	c lits-rem:       206  cl-subs:      127  v-elim:      0  v-fix:    0  time:  0.02 s
7.99/8.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.59/8.62	c lits-rem:      3586  cl-subs:     2978  v-elim:      0  v-fix:    0  time:  0.58 s
8.59/8.62	c vivif2 --  cl tried    45121 cl shrink        0 lits rem          0 time: 0.00
8.59/8.62	c vivif2 --  cl tried    17128 cl shrink        0 lits rem          0 time: 0.00
8.80/8.83	c asymm  cl-useful: 0/1312/45121 lits-rem:0 time: 0.21
8.80/8.83	c calculated reachability. Time: 0.00
8.80/8.83	c  N dy   279     69881       150     45121         0     17128    375088    221350     11.62   no data
8.99/9.05	c  N dy   303     74611       150     45121         0     21597    375073    295815     11.62     12.55
9.28/9.32	c  N dy   334     79872       150     45121         0     13936    375051    166240     11.68     12.40
9.48/9.54	c  N dy   367     85210       150     45121         0     18982    375035    251912     11.73     12.36
9.58/9.64	c  F st   384     87501       150     45121         0     21145    375024    288978     11.76   no data
9.68/9.79	c  N st   389     90801       150     45121         0     24249    375018    348669     11.76   no data
9.98/10.08	c  N dy   419     96631       150     45121         0     16007    375009    196268     11.81     13.35
10.28/10.38	c  N dy   457    103161       150     45121         0     22202    374989    302711     11.86     12.57
10.38/10.46	c  S st   462    104821       150     45121         0     23747    374983    327485     11.85     10.58
10.48/10.53	c  S st   462    105325       150     45121         0     24227    374973    334755     11.85   no data
10.48/10.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.48/10.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
10.48/10.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.48/10.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.48/10.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.48/10.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
10.48/10.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.48/10.57	c lits-rem:        67  cl-subs:       44  v-elim:      0  v-fix:    0  time:  0.01 s
10.48/10.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.29/11.32	c lits-rem:      4339  cl-subs:     1246  v-elim:      0  v-fix:    0  time:  0.73 s
11.29/11.32	c vivif2 --  cl tried    44838 cl shrink        0 lits rem          0 time: 0.00
11.29/11.33	c vivif2 --  cl tried    23220 cl shrink        0 lits rem          0 time: 0.01
11.49/11.54	c asymm  cl-useful: 0/1163/44838 lits-rem:0 time: 0.21
11.49/11.54	c calculated reachability. Time: 0.00
11.49/11.54	c  N dy   462    105325       150     44838         0     23220    371995    314735     11.85   no data
11.79/11.88	c  N dy   499    112177       150     44838         0     14969    371983    172646     11.88     12.59
12.19/12.26	c  N dy   526    120965       150     44838         0     23260    371963    316950     11.83     12.47
12.69/12.80	c  N dy   570    131182       150     44838         0     17153    371933    200289     11.80     12.43
13.10/13.17	c  N dy   595    139568       150     44838         0     25037    371920    334134     11.78     13.82
13.69/13.71	c  N dy   633    149457       150     44838         0     17694    371901    202518     11.77     12.41
13.99/14.09	c  S st   676    157988       150     44838         0     25764    371875    338288     11.78   no data
14.09/14.16	c  S st   676    158489       150     44838         0     26247    371869    345720     11.78   no data
14.09/14.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.09/14.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
14.09/14.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.09/14.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.09/14.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.09/14.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
14.09/14.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.20/14.21	c lits-rem:        86  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.01 s
14.20/14.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.89/14.99	c lits-rem:      5460  cl-subs:     1345  v-elim:      0  v-fix:    0  time:  0.77 s
14.99/15.00	c vivif2 --  cl tried    44495 cl shrink        0 lits rem          0 time: 0.00
14.99/15.00	c vivif2 --  cl tried    25204 cl shrink        0 lits rem          0 time: 0.00
15.19/15.20	c asymm  cl-useful: 0/1114/44495 lits-rem:0 time: 0.20
15.19/15.21	c calculated reachability. Time: 0.00
15.19/15.21	c  N dy   676    158489       150     44495         0     25204    368141    326060     11.78   no data
15.69/15.71	c  N dy   718    168872       150     44495         0     34925    368120    485647     11.77     12.43
16.19/16.26	c  N dy   783    179796       150     44495         0     27651    368099    367955     11.79     12.51
16.89/16.91	c  N dy   853    191315       150     44495         0     19946    368082    227638     11.84     12.47
17.49/17.60	c  N dy   909    206115       150     44495         0     33881    368061    466645     11.83     12.61
18.29/18.32	c  N dy   958    219346       150     44495         0     26788    368043    338329     11.80     12.48
19.39/19.40	c  N dy   990    236656       150     44495         0     22397    368019    255995     11.70     12.38
19.39/19.46	c  S st   998    237733       150     44495         0     23429    368018    274066     11.70   no data
19.49/19.53	c  S st   998    238236       150     44495         0     23912    368015    281277     11.70   no data
19.49/19.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.49/19.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
19.49/19.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.49/19.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.49/19.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.49/19.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
19.49/19.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.49/19.57	c lits-rem:        80  cl-subs:       66  v-elim:      0  v-fix:    0  time:  0.01 s
19.49/19.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.19/20.25	c lits-rem:      5552  cl-subs:     3631  v-elim:      0  v-fix:    0  time:  0.67 s
20.19/20.26	c vivif2 --  cl tried    43757 cl shrink        0 lits rem          0 time: 0.00
20.19/20.26	c vivif2 --  cl tried    20953 cl shrink        0 lits rem          0 time: 0.00
20.39/20.46	c asymm  cl-useful: 182/1077/43757 lits-rem:182 time: 0.20
20.39/20.47	c calculated reachability. Time: 0.00
20.39/20.47	c  N dy   998    238236       150     43757         0     20953    360605    244890     11.70   no data
21.19/21.20	c  N dy  1078    253449       150     43757         0     35257    360593    478482     11.72     14.20
22.09/22.14	c  N dy  1139    269680       150     43757         0     29355    360576    380230     11.70     16.86
23.10/23.17	c  N dy  1231    287065       150     43757         0     23530    360556    273773     11.72     12.35
24.10/24.15	c  F st  1282    306250       150     43757         0     41534    360533    566839     11.66      8.12
24.10/24.16	c  N st  1282    306250       150     43757         0     41534    360533    566839     11.66      8.12
25.19/25.30	c  N dy  1355    326272       150     43757         0     37176    360508    491220     11.66     12.28
26.49/26.51	c  N dy  1444    346450       150     43757         0     32006    360475    400718     11.66     12.31
27.08/27.15	c  S st  1469    357356       150     43757         0     42242    360458    574559     11.62      8.58
27.18/27.24	c  S st  1469    357857       150     43757         0     42722    360455    581723     11.62   no data
27.18/27.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.18/27.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
27.18/27.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.18/27.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.18/27.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.18/27.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
27.18/27.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.28/27.31	c lits-rem:       174  cl-subs:      191  v-elim:      0  v-fix:    0  time:  0.02 s
27.28/27.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.28/29.30	c lits-rem:     10086  cl-subs:     3693  v-elim:      0  v-fix:    0  time:  1.97 s
29.28/29.31	c vivif2 --  cl tried    43268 cl shrink        0 lits rem          0 time: 0.01
29.28/29.31	c vivif2 --  cl tried    39327 cl shrink        0 lits rem          0 time: 0.01
29.48/29.54	c asymm  cl-useful: 157/853/43268 lits-rem:157 time: 0.23
29.48/29.55	c calculated reachability. Time: 0.00
29.48/29.55	c  N dy  1469    357857       150     43268         0     39327    355263    520113     11.62   no data
30.81/30.81	c  N dy  1581    377864       150     43268         0     33253    355239    418020     11.65     12.48
32.19/32.22	c  N dy  1694    399271       150     43268         0     27363    355220    305616     11.66     12.32
33.29/33.34	c  N dy  1772    419380       150     43268         0     46350    355198    623724     11.65     12.76
34.58/34.69	c  N dy  1864    440601       150     43268         0     39282    355184    506121     11.66     12.28
36.08/36.14	c  N dy  1972    460857       150     43268         0     30371    355164    341745     11.67     12.29
37.30/37.38	c  N dy  2100    480978       150     43268         0     49525    355138    679493     11.70     12.41
38.79/38.80	c  N dy  2186    502000       150     43268         0     40299    355122    503108     11.69     12.32
40.38/40.46	c  N dy  2298    524889       150     43268         0     31888    355109    351052     11.70     12.34
41.08/41.18	c  S st  2365    536786       150     43268         0     43029    355096    538562     11.71   no data
41.18/41.28	c  S st  2365    537289       150     43268         0     43510    355095    545939     11.71   no data
41.18/41.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.28/41.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
41.28/41.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.28/41.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.28/41.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.28/41.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
41.28/41.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.28/41.34	c lits-rem:       168  cl-subs:      161  v-elim:      0  v-fix:    0  time:  0.02 s
41.28/41.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.18/43.22	c lits-rem:      8782  cl-subs:     5262  v-elim:      0  v-fix:    0  time:  1.85 s
43.18/43.22	c vivif2 --  cl tried    42678 cl shrink        0 lits rem          0 time: 0.00
43.18/43.23	c vivif2 --  cl tried    38677 cl shrink        0 lits rem          0 time: 0.01
43.38/43.45	c asymm  cl-useful: 96/837/42678 lits-rem:98 time: 0.22
43.38/43.45	c calculated reachability. Time: 0.00
43.38/43.45	c  N dy  2365    537289       150     42678         0     38677    348978    473134     11.71   no data
44.78/44.87	c  N dy  2504    557466       150     42678         0     57998    348967    819762     11.75     12.66
46.20/46.29	c  N dy  2576    578635       150     42678         0     47100    348953    610387     11.73     12.40
47.68/47.72	c  N dy  2637    598717       150     42678         0     34255    348942    384599     11.71     13.16
48.98/49.07	c  N dy  2750    619082       150     42678         0     53661    348931    728691     11.73     12.56
50.60/50.64	c  N dy  2863    639229       150     42678         0     39828    348917    468626     11.74     12.49
51.99/52.04	c  N dy  2966    659343       150     42678         0     58996    348904    803940     11.74     12.50
53.59/53.65	c  N dy  3063    680170       150     42678         0     44880    348893    553788     11.75     12.52
55.08/55.12	c  N dy  3168    700254       150     42678         0     63938    348883    884907     11.75     12.44
56.49/56.58	c  N dy  3274    720286       150     42678         0     47949    348872    598248     11.76     13.82
58.09/58.19	c  N dy  3396    740324       150     42678         0     67089    348865    937094     11.77     12.98
59.69/59.70	c  N dy  3482    760448       150     42678         0     50380    348855    640799     11.77     12.39
61.28/61.33	c  N dy  3548    780992       150     42678         0     69728    348838    966683     11.75     12.55
62.89/62.91	c  N dy  3670    801036       150     42678         0     52111    348825    671361     11.76     14.64
63.19/63.29	c  S st  3686    805934       150     42678         0     56731    348822    749684     11.76     10.74
63.39/63.41	c  S st  3686    806437       150     42678         0     57217    348821    757009     11.76   no data
63.39/63.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
63.39/63.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
63.39/63.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.39/63.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.39/63.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.39/63.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
63.39/63.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.39/63.48	c lits-rem:       134  cl-subs:      114  v-elim:      0  v-fix:    0  time:  0.02 s
63.49/63.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.09/66.19	c lits-rem:     11440  cl-subs:     2835  v-elim:      0  v-fix:    0  time:  2.68 s
66.09/66.19	c vivif2 --  cl tried    42216 cl shrink        0 lits rem          0 time: 0.00
66.19/66.20	c vivif2 --  cl tried    54730 cl shrink        0 lits rem          0 time: 0.01
66.39/66.45	c asymm  cl-useful: 82/712/42216 lits-rem:84 time: 0.25
66.39/66.46	c calculated reachability. Time: 0.00
66.39/66.46	c  N dy  3686    806437       150     42216         0     54730    343757    711741     11.76   no data
68.09/68.16	c  N dy  3819    826670       150     42216         0     74066    343744   1054752     11.78     12.46
69.58/69.65	c  N dy  3949    846787       150     42216         0     55579    343734    729767     11.79     12.43
71.40/71.45	c  N dy  4028    868310       150     42216         0     75936    343723   1076641     11.78     12.44
72.89/72.96	c  N dy  4094    888673       150     42216         0     56542    343714    724467     11.77     13.20
74.59/74.67	c  N dy  4176    908794       150     42216         0     75697    343708   1054117     11.76     12.65
76.18/76.24	c  N dy  4259    928910       150     42216         0     55264    343698    709287     11.76     12.40
78.00/78.04	c  N dy  4357    949614       150     42216         0     75033    343686   1058548     11.76     12.43
79.69/79.72	c  N dy  4465    970130       150     42216         0     53873    343678    684046     11.77     12.46
81.40/81.41	c  N dy  4563    990180       150     42216         0     73012    343669   1020670     11.77     12.45
83.08/83.19	c  N dy  4632   1010266       150     42216         0     50480    343658    609055     11.76     12.43
84.70/84.75	c  N dy  4737   1030360       150     42216         0     69574    343646    946498     11.76     12.39
86.69/86.76	c  N dy  4838   1050538       150     42216         0     46172    343637    521759     11.76     12.41
88.29/88.35	c  N dy  4958   1070585       150     42216         0     65301    343627    863312     11.77     12.43
88.39/88.47	c  F st  4968   1071876       150     42216         0     66532    343626    885740     11.77     11.30
90.20/90.21	c  N dy  5035   1090792       150     42216         0     84483    343619   1207826     11.78     12.76
91.88/91.96	c  N dy  5130   1111078       150     42216         0     60276    343615    762015     11.78     12.45
93.68/93.77	c  N dy  5230   1131138       150     42216         0     79362    343607   1096000     11.78     12.43
95.79/95.85	c  N dy  5341   1151184       150     42216         0     54006    343601    646102     11.79     13.33
97.79/97.88	c  N dy  5452   1173189       150     42216         0     75026    343599   1017938     11.79     12.43
100.10/100.11	c  N dy  5551   1193285       150     42216         0     48645    343594    542017     11.79     12.74
101.28/101.36	c  S st  5625   1209655       150     42216         0     64275    343587    819319     11.79     10.16
101.38/101.49	c  S st  5625   1210157       150     42216         0     64758    343586    826797     11.79   no data
101.38/101.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
101.48/101.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
101.48/101.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
101.48/101.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
101.48/101.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.48/101.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
101.48/101.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
101.48/101.58	c lits-rem:       325  cl-subs:      164  v-elim:      0  v-fix:    0  time:  0.04 s
101.58/101.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.68/104.76	c lits-rem:     12265  cl-subs:     2731  v-elim:      0  v-fix:    0  time:  3.15 s
104.68/104.76	c vivif2 --  cl tried    41652 cl shrink        0 lits rem          0 time: 0.00
104.68/104.78	c vivif2 --  cl tried    62427 cl shrink        0 lits rem          0 time: 0.01
104.98/105.03	c asymm  cl-useful: 59/681/41652 lits-rem:60 time: 0.25
104.98/105.03	c calculated reachability. Time: 0.00
104.98/105.03	c  N dy  5625   1210157       150     41652         0     62427    337915    782719     11.79   no data
106.88/106.91	c  N dy  5719   1230399       150     41652         0     81791    337910   1127048     11.79     12.62
108.90/108.94	c  N dy  5814   1250768       150     41652         0     54821    337902    645899     11.80     12.55
110.59/110.63	c  N dy  5882   1271347       150     41652         0     74323    337898    989859     11.79     12.51
112.69/112.71	c  N dy  5944   1291350       150     41652         0     93295    337892   1322115     11.78     12.43
114.49/114.56	c  N dy  6027   1312802       150     41652         0     66430    337883    835357     11.77     12.42
116.50/116.51	c  N dy  6164   1332831       150     41652         0     85598    337878   1178326     11.78     13.29
118.59/118.64	c  N dy  6292   1352877       150     41652         0     56379    337873    654812     11.79     13.65
120.29/120.37	c  N dy  6357   1372982       150     41652         0     75461    337870    983529     11.78     12.50
122.28/122.39	c  N dy  6454   1393134       150     41652         0     94681    337864   1328010     11.79     12.44
124.20/124.28	c  N dy  6554   1413211       150     41652         0     64642    337861    796126     11.79     19.17
126.09/126.19	c  N dy  6660   1433226       150     41652         0     83787    337854   1139477     11.80     12.69
128.39/128.45	c  N dy  6748   1453231       150     41652         0     52419    337850    566779     11.79     13.72
130.08/130.16	c  N dy  6850   1473253       150     41652         0     71598    337847    910740     11.80     13.45
132.18/132.22	c  N dy  6985   1493269       150     41652         0     90836    337844   1261406     11.81     13.02
134.39/134.49	c  N dy  7083   1513325       150     41652         0     58585    337839    664337     11.81     13.53
136.19/136.29	c  N dy  7171   1533343       150     41652         0     77589    337830    999262     11.81     12.50
138.49/138.54	c  N dy  7305   1554540       150     41652         0     97900    337824   1366162     11.82     12.47
140.38/140.45	c  N dy  7376   1574795       150     41652         0     64816    337818    764251     11.81     12.47
142.38/142.47	c  N dy  7506   1595716       150     41652         0     84851    337814   1127164     11.82     12.61
144.79/144.80	c  N dy  7620   1615733       150     41652         0    103998    337810   1473894     11.83     12.70
146.79/146.86	c  N dy  7684   1637201       150     41652         0     71256    337804    871694     11.82     12.45
148.88/148.90	c  N dy  7786   1657248       150     41652         0     90353    337795   1215799     11.82     12.45
151.49/151.60	c  N dy  7849   1677312       150     41652         0     55374    337791    593613     11.82     12.55
153.29/153.37	c  N dy  7950   1697463       150     41652         0     74641    337786    938039     11.82     12.48
154.59/154.70	c  S st  8015   1710159       150     41652         0     86758    337784   1156477     11.82     10.58
154.79/154.88	c  S st  8015   1710663       150     41652         0     87243    337784   1164288     11.82   no data
154.79/154.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
154.89/154.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
154.89/154.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
154.89/154.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
154.89/154.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
154.89/154.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
154.89/154.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
154.89/154.98	c lits-rem:       248  cl-subs:      134  v-elim:      0  v-fix:    0  time:  0.04 s
155.00/155.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.60/160.61	c lits-rem:     16859  cl-subs:     3573  v-elim:      0  v-fix:    0  time:  5.59 s
160.60/160.62	c vivif2 --  cl tried    41192 cl shrink        0 lits rem          0 time: 0.00
160.60/160.63	c vivif2 --  cl tried    83996 cl shrink        0 lits rem          0 time: 0.02
160.89/160.92	c asymm  cl-useful: 44/542/41192 lits-rem:46 time: 0.29
160.89/160.93	c calculated reachability. Time: 0.00
160.89/160.93	c  N dy  8015   1710663       150     41192         0     83996    333130   1096086     11.82   no data
163.29/163.32	c  N dy  8144   1730922       150     41192         0    103420    333127   1446390     11.83     12.46
165.39/165.47	c  N dy  8231   1751037       150     41192         0     67603    333123    800565     11.83     12.50
167.49/167.50	c  N dy  8337   1771581       150     41192         0     87241    333119   1154580     11.83     12.49
169.99/170.02	c  N dy  8423   1792173       150     41192         0    106656    333116   1490150     11.83     12.66
172.19/172.26	c  N dy  8528   1812200       150     41192         0     69898    333111    832357     11.83     12.75
174.18/174.25	c  N dy  8637   1832276       150     41192         0     89103    333108   1180927     11.84     12.57
176.69/176.77	c  N dy  8721   1853396       150     41192         0    109185    333105   1534898     11.83     12.47
178.89/178.91	c  N dy  8818   1873517       150     41192         0     71484    333099    861829     11.84     12.52
180.78/180.85	c  N dy  8915   1893568       150     41192         0     90428    333098   1188281     11.84     16.17
183.18/183.25	c  N dy  9002   1913609       150     41192         0    109412    333095   1521457     11.84     13.80
185.39/185.48	c  N dy  9087   1933707       150     41192         0     70805    333090    832602     11.84     13.93
187.49/187.51	c  N dy  9167   1953875       150     41192         0     90001    333085   1167551     11.83     12.57
189.88/189.92	c  N dy  9265   1974109       150     41192         0    109333    333083   1521573     11.84     12.46
192.29/192.39	c  N dy  9367   1994932       150     41192         0     70373    333081    813366     11.84     12.47
194.99/195.04	c  N dy  9457   2019612       150     41192         0     93807    333076   1224463     11.83     12.51
197.39/197.47	c  N dy  9552   2039763       150     41192         0    112962    333075   1558017     11.83     12.53
199.79/199.85	c  N dy  9661   2060701       150     41192         0     73355    333071    872535     11.83     12.64
201.88/201.91	c  N dy  9747   2080914       150     41192         0     92562    333070   1216862     11.83     12.52
204.60/204.66	c  N dy  9846   2102873       150     41192         0    113492    333055   1592167     11.83     12.48
207.19/207.29	c  N dy  9928   2126402       150     41192         0     75215    333049    902934     11.83     12.47
209.39/209.41	c  N dy 10051   2146679       150     41192         0     94662    333046   1257264     11.83     12.47
211.69/211.78	c  N dy 10133   2166697       150     41192         0    113813    333040   1599614     11.83     12.46
214.28/214.31	c  N dy 10196   2186799       150     41192         0     71179    333036    821877     11.83     12.59
216.39/216.41	c  N dy 10303   2207012       150     41192         0     90446    333032   1169055     11.83     12.46
216.79/216.85	c  S st 10331   2210664       150     41192         0     93948    333030   1234278     11.83     11.22
216.99/217.03	c  S st 10331   2211170       150     41192         0     94439    333030   1241934     11.83   no data
216.99/217.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
216.99/217.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
217.09/217.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
217.09/217.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
217.09/217.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
217.09/217.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
217.09/217.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
217.09/217.15	c lits-rem:       418  cl-subs:      231  v-elim:      0  v-fix:    0  time:  0.05 s
217.09/217.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
222.99/223.07	c lits-rem:     18277  cl-subs:     3410  v-elim:      0  v-fix:    0  time:  5.88 s
222.99/223.07	c vivif2 --  cl tried    40739 cl shrink        0 lits rem          0 time: 0.01
222.99/223.09	c vivif2 --  cl tried    91251 cl shrink        0 lits rem          0 time: 0.02
223.30/223.38	c asymm  cl-useful: 34/515/40739 lits-rem:34 time: 0.29
223.30/223.39	c calculated reachability. Time: 0.00
223.30/223.39	c  N dy 10331   2211170       150     40739         0     91251    328414   1172495     11.83   no data
225.89/225.91	c  N dy 10420   2231402       150     40739         0    110525    328411   1523504     11.83     12.48
228.70/228.80	c  N dy 10518   2251551       150     40739         0     67194    328406    738017     11.83     12.47
230.69/230.75	c  N dy 10625   2272008       150     40739         0     86759    328403   1093498     11.84     12.49
232.99/233.06	c  N dy 10694   2292545       150     40739         0    106301    328400   1444150     11.83     12.52
235.79/235.84	c  N dy 10818   2312612       150     40739         0    125540    328399   1794517     11.84     12.51
238.09/238.13	c  N dy 10930   2332918       150     40739         0     81313    328396    986986     11.84     12.57
240.39/240.44	c  N dy 11006   2353132       150     40739         0    100550    328396   1334789     11.84     12.54
243.00/243.03	c  N dy 11067   2373521       150     40739         0    119873    328394   1665724     11.83     12.48
245.59/245.66	c  N dy 11164   2393526       150     40739         0     74468    328391    858756     11.83     15.32
247.79/247.84	c  N dy 11284   2413592       150     40739         0     93695    328389   1205447     11.84     15.31
250.39/250.40	c  N dy 11381   2433785       150     40739         0    113035    328385   1560978     11.84     12.69
253.49/253.50	c  N dy 11491   2453908       150     40739         0     66632    328379    706567     11.84     12.47
255.39/255.48	c  N dy 11613   2473926       150     40739         0     85855    328376   1058911     11.85     12.69
257.79/257.86	c  N dy 11691   2494194       150     40739         0    105206    328373   1404005     11.84     12.62
260.70/260.76	c  N dy 11776   2515679       150     40739         0    125644    328371   1770403     11.84     12.59
263.29/263.37	c  N dy 11866   2535685       150     40739         0     78136    328370    905762     11.84     14.95
265.79/265.83	c  N dy 11962   2557547       150     40739         0     99085    328367   1291505     11.84     12.47
268.41/268.48	c  N dy 12065   2577577       150     40739         0    118289    328363   1641143     11.84     12.52
271.59/271.69	c  N dy 12174   2597606       150     40739         0     69779    328358    750706     11.84     12.68
273.69/273.71	c  N dy 12264   2618027       150     40739         0     89284    328356   1097522     11.84     12.51
276.00/276.11	c  N dy 12350   2638135       150     40739         0    108452    328354   1447648     11.84     12.70
278.89/278.92	c  N dy 12430   2658213       150     40739         0    127557    328353   1794391     11.84     12.84
281.89/281.97	c  N dy 12500   2678472       150     40739         0     78196    328350    880508     11.84     12.56
284.09/284.11	c  N dy 12599   2698707       150     40739         0     97541    328348   1229686     11.84     12.54
285.60/285.67	c  S st 12674   2711171       150     40739         0    109455    328348   1443887     11.84   no data
285.80/285.89	c  S st 12674   2711674       150     40739         0    109948    328347   1451476     11.84   no data
285.80/285.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
285.90/285.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
285.90/285.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
285.90/285.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
285.90/285.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
285.90/285.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
285.90/285.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
285.90/286.01	c lits-rem:       153  cl-subs:      192  v-elim:      0  v-fix:    0  time:  0.04 s
286.01/286.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
292.79/292.87	c lits-rem:     18381  cl-subs:     5566  v-elim:      0  v-fix:    0  time:  6.81 s
292.79/292.87	c vivif2 --  cl tried    40486 cl shrink        0 lits rem          0 time: 0.01
292.79/292.89	c vivif2 --  cl tried   104443 cl shrink        0 lits rem          0 time: 0.02
293.09/293.20	c asymm  cl-useful: 41/473/40486 lits-rem:43 time: 0.30
293.19/293.20	c calculated reachability. Time: 0.00
293.19/293.20	c  N dy 12674   2711674       150     40486         0    104443    325759   1346916     11.84   no data
295.91/295.99	c  N dy 12751   2731731       150     40486         0    123538    325754   1694087     11.84     14.65
299.20/299.23	c  N dy 12807   2752322       150     40486         0     73858    325751    807414     11.83     12.74
301.40/301.41	c  N dy 12868   2772808       150     40486         0     93286    325747   1151614     11.83     12.57
303.89/303.95	c  N dy 12981   2792899       150     40486         0    112588    325745   1506687     11.83     12.55
306.80/306.85	c  N dy 13084   2812902       150     40486         0    131818    325745   1864532     11.83     13.64
309.69/309.77	c  N dy 13203   2832941       150     40486         0     80749    325743    933925     11.84     12.51
311.99/312.03	c  N dy 13312   2852957       150     40486         0     99912    325741   1283796     11.84     13.06
314.69/314.74	c  N dy 13413   2873096       150     40486         0    119210    325740   1635726     11.84     12.47
317.59/317.69	c  N dy 13481   2893321       150     40486         0    138345    325739   1965516     11.84     12.48
320.29/320.36	c  N dy 13600   2913724       150     40486         0     86586    325737   1030731     11.84     12.53
322.70/322.77	c  N dy 13684   2933753       150     40486         0    105688    325736   1371336     11.84     12.49
325.61/325.62	c  N dy 13772   2954059       150     40486         0    125008    325734   1717704     11.84     12.52
328.80/328.90	c  N dy 13854   2974195       150     40486         0    144184    325733   2058527     11.84     12.48
331.29/331.37	c  N dy 13987   2994251       150     40486         0     91163    325731   1107864     11.84     14.20
333.89/333.98	c  N dy 14063   3014771       150     40486         0    110711    325730   1457404     11.84     12.48
336.89/336.93	c  N dy 14172   3034869       150     40486         0    129956    325729   1812115     11.84     17.42
340.20/340.24	c  N dy 14259   3055001       150     40486         0     75820    325723    816318     11.84     12.53
342.29/342.37	c  N dy 14344   3075049       150     40486         0     95003    325721   1163804     11.84     13.52
344.89/344.92	c  N dy 14435   3095280       150     40486         0    114379    325721   1519070     11.84     12.49
347.89/347.92	c  N dy 14503   3115323       150     40486         0    133465    325719   1860390     11.84     12.53
351.19/351.23	c  N dy 14542   3135332       150     40486         0     78247    325719    862070     11.83     17.42
353.39/353.43	c  N dy 14646   3155351       150     40486         0     97400    325718   1208019     11.83     13.10
356.00/356.05	c  N dy 14719   3175410       150     40486         0    116490    325716   1552889     11.83     13.39
359.19/359.21	c  N dy 14815   3195443       150     40486         0    135631    325716   1902825     11.83     12.60
362.39/362.40	c  S st 14913   3211676       150     40486         0     76061    325714    814859     11.83   no data
362.49/362.56	c  S st 14913   3212178       150     40486         0     76551    325713    822881     11.83   no data
362.49/362.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
362.59/362.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
362.59/362.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
362.59/362.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
362.59/362.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
362.59/362.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
362.59/362.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
362.59/362.65	c lits-rem:       139  cl-subs:      159  v-elim:      0  v-fix:    0  time:  0.03 s
362.59/362.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
364.79/364.82	c lits-rem:      7770  cl-subs:     1674  v-elim:      0  v-fix:    0  time:  2.15 s
364.79/364.82	c vivif2 --  cl tried    40065 cl shrink        0 lits rem          0 time: 0.00
364.79/364.84	c vivif2 --  cl tried    75139 cl shrink        0 lits rem          0 time: 0.01
365.10/365.11	c asymm  cl-useful: 51/597/40065 lits-rem:55 time: 0.27
365.10/365.11	c calculated reachability. Time: 0.00
365.10/365.11	c  N dy 14913   3212178       150     40065         0     75139    321695    801945     11.83   no data
367.40/367.41	c  N dy 14983   3233660       150     40065         0     95500    321692   1156517     11.83     12.47
369.99/370.03	c  N dy 15079   3254031       150     40065         0    115013    321692   1513399     11.83     12.48
372.91/372.95	c  N dy 15143   3274042       150     40065         0    134080    321691   1857824     11.83     12.97
376.69/376.73	c  N dy 15232   3295387       150     40065         0     78450    321687    847401     11.82     12.52
378.99/379.02	c  N dy 15332   3316262       150     40065         0     98371    321686   1200536     11.82     12.51
381.49/381.59	c  N dy 15399   3336347       150     40065         0    117524    321686   1536276     11.82     12.54
384.50/384.51	c  N dy 15491   3356372       150     40065         0    136655    321686   1888815     11.82     12.60
388.09/388.18	c  N dy 15599   3376428       150     40065         0     78810    321684    850416     11.82     12.51
390.80/390.87	c  N dy 15689   3400652       150     40065         0    101968    321681   1268554     11.82     12.45
393.59/393.60	c  N dy 15759   3420830       150     40065         0    121194    321679   1612585     11.82     12.49
396.59/396.69	c  N dy 15869   3440899       150     40065         0    140383    321678   1958075     11.82     12.53
400.20/400.22	c  N dy 15957   3461052       150     40065         0     81607    321677    894762     11.82     12.59
402.39/402.49	c  N dy 16057   3481285       150     40065         0    100950    321675   1249069     11.82     12.47
406.90/406.91	c  N dy 16186   3510338       150     40065         0    128475    321673   1723537     11.82     12.52
410.21/410.24	c  N dy 16280   3530480       150     40065         0    147719    321672   2069643     11.82     12.45
413.61/413.69	c  N dy 16383   3550821       150     40065         0     88318    321672   1012999     11.82     12.48
415.89/415.97	c  N dy 16459   3570899       150     40065         0    107455    321670   1358270     11.82     12.49
418.69/418.77	c  N dy 16563   3591077       150     40065         0    126807    321668   1717012     11.82     12.57
422.00/422.03	c  N dy 16690   3611172       150     40065         0    146077    321668   2070280     11.83     12.60
425.49/425.59	c  N dy 16762   3631274       150     40065         0     85247    321665    944882     11.82     12.55
427.91/427.94	c  N dy 16841   3651391       150     40065         0    104449    321664   1295215     11.82     12.45
430.69/430.76	c  N dy 16941   3672242       150     40065         0    124329    321662   1661034     11.82     12.58
434.10/434.17	c  N dy 17056   3692332       150     40065         0    143570    321659   2016426     11.83     12.57
438.19/438.20	c  S st 17124   3712178       150     40065         0     81618    321659    879298     11.82   no data
438.29/438.37	c  S st 17124   3712685       150     40065         0     82110    321658    887023     11.82   no data
438.29/438.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
438.39/438.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
438.39/438.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
438.39/438.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
438.39/438.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
438.39/438.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
438.39/438.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
438.39/438.46	c lits-rem:        43  cl-subs:       36  v-elim:      0  v-fix:    0  time:  0.02 s
438.39/438.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
440.69/440.71	c lits-rem:     11142  cl-subs:     2673  v-elim:      0  v-fix:    0  time:  2.23 s
440.69/440.72	c vivif2 --  cl tried    39639 cl shrink        0 lits rem          0 time: 0.01
440.69/440.73	c vivif2 --  cl tried    79827 cl shrink        0 lits rem          0 time: 0.01
441.00/441.01	c asymm  cl-useful: 34/578/39639 lits-rem:35 time: 0.27
441.00/441.01	c calculated reachability. Time: 0.00
441.00/441.01	c  N dy 17124   3712685       150     39639         0     79827    317525    853785     11.82   no data
443.39/443.40	c  N dy 17234   3732966       150     39639         0     99277    317525   1210955     11.83     12.53
445.90/445.97	c  F st 17314   3751562       150     39639         0    117009    317522   1525058     11.83      9.34
446.20/446.21	c  N st 17318   3753595       150     39639         0    118947    317522   1562285     11.83   no data
449.30/449.37	c  N dy 17403   3773614       150     39639         0    138070    317521   1913304     11.83     12.59
453.00/453.05	c  N dy 17522   3793654       150     39639         0    157313    317521   2271196     11.83     13.63
455.99/456.09	c  N dy 17573   3814073       150     39639         0     94943    317520   1120363     11.82     12.61
458.71/458.75	c  N dy 17678   3834338       150     39639         0    114358    317520   1471348     11.82     12.53
461.80/461.86	c  N dy 17788   3854823       150     39639         0    133947    317519   1828229     11.82     12.49
465.50/465.51	c  N dy 17877   3874900       150     39639         0    153131    317518   2179662     11.82     12.46
469.29/469.39	c  N dy 17980   3894976       150     39639         0     89437    317513   1003121     11.82     12.76
471.69/471.78	c  N dy 18071   3914981       150     39639         0    108561    317513   1344052     11.82     12.77
474.70/474.70	c  N dy 18178   3935040       150     39639         0    127743    317510   1691647     11.83     15.09
478.00/478.04	c  N dy 18297   3955081       150     39639         0    146938    317509   2050587     11.83     12.55
481.70/481.75	c  N dy 18398   3975197       150     39639         0    166188    317508   2407202     11.83     12.53
484.59/484.61	c  N dy 18519   3995558       150     39639         0    101810    317507   1227921     11.83     12.50
487.40/487.43	c  N dy 18620   4015728       150     39639         0    121045    317505   1576195     11.83     12.48
490.50/490.58	c  N dy 18675   4036236       150     39639         0    140536    317505   1931020     11.83     12.73
494.19/494.23	c  N dy 18797   4056432       150     39639         0    159829    317501   2288612     11.83     12.47
498.00/498.00	c  N dy 18895   4077848       150     39639         0     95465    317501   1097942     11.83     12.51
501.00/501.00	c  N dy 19012   4099272       150     39639         0    115932    317501   1467927     11.83     12.47
503.90/503.97	c  N dy 19078   4119321       150     39639         0    135016    317499   1816467     11.83     12.69
507.69/507.72	c  N dy 19194   4140089       150     39639         0    154892    317498   2183225     11.83     12.66
511.80/511.84	c  N dy 19318   4160135       150     39639         0     88357    317498    970073     11.84     13.00
514.20/514.27	c  N dy 19378   4180819       150     39639         0    108024    317497   1319462     11.83     12.48
517.20/517.25	c  N dy 19488   4201225       150     39639         0    127634    317496   1679109     11.84     12.52
519.21/519.21	c  S st 19554   4212685       150     39639         0    138662    317494   1883519     11.84   no data
519.40/519.47	c  S st 19554   4213187       150     39639         0    139154    317494   1891897     11.84   no data
519.40/519.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
519.50/519.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
519.50/519.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
519.50/519.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
519.50/519.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
519.50/519.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
519.50/519.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
519.60/519.60	c lits-rem:        30  cl-subs:       30  v-elim:      0  v-fix:    0  time:  0.03 s
519.60/519.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
528.10/528.16	c lits-rem:     15612  cl-subs:     4900  v-elim:      0  v-fix:    0  time:  8.50 s
528.10/528.16	c vivif2 --  cl tried    39593 cl shrink        0 lits rem          0 time: 0.00
528.10/528.19	c vivif2 --  cl tried   134270 cl shrink        0 lits rem          0 time: 0.03
528.50/528.51	c asymm  cl-useful: 17/392/39593 lits-rem:17 time: 0.32
528.50/528.51	c calculated reachability. Time: 0.00
528.50/528.51	c  N dy 19554   4213187       150     39593         0    134270    316925   1789277     11.84   no data
532.00/532.02	c  N dy 19651   4233471       150     39593         0    153681    316923   2147301     11.84     12.50
535.71/535.78	c  N dy 19741   4253523       150     39593         0    172864    316922   2507635     11.84     12.48
538.91/538.92	c  N dy 19809   4276027       150     39593         0    107543    316921   1289121     11.83     12.51
541.90/541.95	c  N dy 19907   4296051       150     39593         0    126767    316920   1648162     11.83     14.36
545.20/545.29	c  N dy 20005   4316335       150     39593         0    146138    316920   1997827     11.83     12.49
549.20/549.25	c  N dy 20110   4336357       150     39593         0    165295    316919   2347932     11.83     16.68
553.10/553.18	c  N dy 20217   4356639       150     39593         0     97107    316917   1115521     11.84     12.49
555.90/555.96	c  N dy 20308   4377343       150     39593         0    116842    316915   1474061     11.84     12.52
559.20/559.24	c  N dy 20412   4397516       150     39593         0    136181    316914   1826508     11.84     12.57
562.40/562.43	c  N dy 20490   4417852       150     39593         0    155596    316914   2181948     11.84     12.52
566.00/566.04	c  N dy 20610   4437859       150     39593         0    174845    316913   2539534     11.84     13.27
568.80/568.86	c  N dy 20673   4458072       150     39593         0    105465    316912   1266363     11.84     12.49
571.40/571.42	c  N dy 20765   4478148       150     39593         0    124672    316911   1618095     11.84     12.52
574.21/574.28	c  N dy 20880   4498187       150     39593         0    143915    316911   1971790     11.84     13.15
577.80/577.80	c  N dy 20939   4519573       150     39593         0    164108    316911   2326662     11.84     12.50
581.60/581.66	c  N dy 21020   4539574       150     39593         0     93723    316911   1041909     11.84     12.67
583.80/583.89	c  N dy 21123   4559578       150     39593         0    112939    316910   1403157     11.84     12.60
586.50/586.59	c  N dy 21234   4579583       150     39593         0    132147    316909   1755097     11.84     13.52
589.61/589.63	c  N dy 21316   4599690       150     39593         0    151336    316909   2105708     11.84     12.47
593.20/593.27	c  N dy 21450   4619784       150     39593         0    170654    316908   2461122     11.84     13.95
596.70/596.74	c  N dy 21540   4639922       150     39593         0     99242    316907   1133088     11.84     12.51
599.00/599.05	c  N dy 21605   4660029       150     39593         0    118406    316906   1483784     11.84     12.76
601.80/601.84	c  N dy 21686   4680117       150     39593         0    137654    316905   1840444     11.84     13.09
605.01/605.06	c  N dy 21798   4700530       150     39593         0    157133    316905   2199874     11.84     12.48
607.40/607.42	c  S st 21864   4713187       150     39593         0    169239    316905   2416940     11.84   no data
607.70/607.70	c  S st 21864   4713692       150     39593         0    169720    316904   2425171     11.84   no data
607.70/607.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
607.70/607.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.08
607.80/607.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
607.80/607.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
607.80/607.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
607.80/607.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
607.80/607.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
607.80/607.84	c lits-rem:        30  cl-subs:       64  v-elim:      0  v-fix:    0  time:  0.04 s
607.90/607.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
621.20/621.29	c lits-rem:     23246  cl-subs:     7545  v-elim:      0  v-fix:    0  time: 13.37 s
621.20/621.29	c vivif2 --  cl tried    39410 cl shrink        0 lits rem          0 time: 0.01
621.30/621.32	c vivif2 --  cl tried   162294 cl shrink        0 lits rem          0 time: 0.03
621.60/621.62	c asymm  cl-useful: 22/349/39410 lits-rem:23 time: 0.29
621.60/621.62	c calculated reachability. Time: 0.00
621.60/621.62	c  N dy 21864   4713692       150     39410         0    162294    315206   2267527     11.84   no data
625.30/625.33	c  N dy 21956   4733762       150     39410         0    181555    315205   2624254     11.84     12.51
628.20/628.26	c  N dy 22035   4755138       150     39410         0    110578    315204   1328964     11.84     12.52
630.60/630.66	c  N dy 22110   4775166       150     39410         0    129614    315203   1664736     11.84     14.19
633.61/633.69	c  N dy 22202   4795247       150     39410         0    148843    315202   2018800     11.84     12.51
637.10/637.12	c  N dy 22299   4815568       150     39410         0    168316    315200   2380836     11.84     12.80
641.31/641.37	c  N dy 22387   4837049       150     39410         0     96508    315200   1061762     11.84     12.47
643.60/643.65	c  N dy 22462   4857135       150     39410         0    115675    315200   1410836     11.84     12.51
646.40/646.44	c  N dy 22570   4877319       150     39410         0    135008    315196   1769828     11.84     12.51
649.71/649.71	c  N dy 22689   4897373       150     39410         0    154190    315196   2119845     11.84     12.59
653.21/653.26	c  N dy 22756   4917708       150     39410         0    173454    315194   2456332     11.84     12.49
657.30/657.32	c  N dy 22820   4937783       150     39410         0     99252    315193   1099526     11.84     15.29
659.80/659.88	c  N dy 22921   4958677       150     39410         0    119246    315193   1468726     11.84     12.50
662.70/662.74	c  N dy 22993   4978706       150     39410         0    138420    315193   1819505     11.83     12.47
666.10/666.12	c  N dy 23106   4998724       150     39410         0    157625    315193   2178989     11.84     12.49
670.00/670.06	c  N dy 23226   5020039       150     39410         0    178017    315191   2553346     11.84     12.50
673.70/673.76	c  N dy 23323   5040064       150     39410         0    102775    315191   1149650     11.84     12.47
676.30/676.34	c  N dy 23436   5060105       150     39410         0    121975    315190   1503296     11.84     12.98
679.10/679.12	c  N dy 23515   5080372       150     39410         0    141278    315190   1860404     11.84     12.49
682.40/682.46	c  N dy 23604   5100385       150     39410         0    160403    315190   2216854     11.84     16.44
686.20/686.22	c  N dy 23698   5120403       150     39410         0    179585    315190   2578642     11.84     12.60
690.10/690.11	c  N dy 23770   5140741       150     39410         0    103514    315188   1139972     11.84     12.48
692.50/692.51	c  N dy 23868   5160804       150     39410         0    122692    315188   1492894     11.84     12.60
695.60/695.60	c  N dy 23956   5183373       150     39410         0    144091    315186   1861465     11.84     12.49
698.80/698.88	c  N dy 24064   5203426       150     39410         0    163255    315186   2213891     11.84     13.70
700.71/700.75	c  S st 24125   5213692       150     39410         0    173048    315186   2395487     11.84     11.19
701.00/701.08	c  S st 24125   5214196       150     39410         0    173524    315186   2402986     11.84   no data
701.00/701.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
701.10/701.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.08
701.10/701.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
701.10/701.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
701.10/701.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
701.10/701.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
701.10/701.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
701.20/701.22	c lits-rem:        59  cl-subs:       98  v-elim:      0  v-fix:    0  time:  0.04 s
701.20/701.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
716.02/716.02	c lits-rem:     23962  cl-subs:    14330  v-elim:      0  v-fix:    0  time: 14.73 s
716.02/716.02	c vivif2 --  cl tried    39178 cl shrink        0 lits rem          0 time: 0.01
716.02/716.06	c vivif2 --  cl tried   159328 cl shrink        0 lits rem          0 time: 0.03
716.31/716.35	c asymm  cl-useful: 15/343/39178 lits-rem:16 time: 0.29
716.31/716.36	c calculated reachability. Time: 0.00
716.31/716.36	c  N dy 24125   5214196       150     39178         0    159328    313022   2151884     11.84   no data
720.31/720.37	c  N dy 24241   5234592       150     39178         0    178826    313022   2514831     11.84     12.47
724.31/724.36	c  N dy 24317   5254842       150     39178         0    102439    313021   1130793     11.84     12.48
727.01/727.01	c  N dy 24438   5275170       150     39178         0    121944    313021   1494866     11.84     12.50
729.91/729.91	c  N dy 24526   5295198       150     39178         0    141061    313020   1845523     11.84     12.50
733.11/733.18	c  N dy 24602   5315294       150     39178         0    160219    313020   2188528     11.84     15.10
736.81/736.85	c  N dy 24694   5335377       150     39178         0    179436    313017   2552026     11.84     12.47
741.20/741.27	c  N dy 24755   5355468       150     39178         0    101512    313016   1087379     11.84     12.49
743.71/743.72	c  N dy 24863   5375721       150     39178         0    120931    313015   1446618     11.84     12.53
746.61/746.61	c  N dy 24958   5395816       150     39178         0    140192    313015   1805515     11.84     12.47
749.91/749.97	c  N dy 25054   5415914       150     39178         0    159396    313014   2163962     11.84     13.52
753.91/753.96	c  N dy 25148   5437599       150     39178         0    180134    313014   2554889     11.84     12.71
758.61/758.63	c  N dy 25256   5458551       150     39178         0    102122    313012   1102866     11.84     12.52
761.01/761.02	c  N dy 25333   5478624       150     39178         0    121201    313010   1442654     11.84     12.74
763.91/763.93	c  N dy 25440   5498682       150     39178         0    140440    313009   1801856     11.84     14.40
767.11/767.12	c  N dy 25529   5518839       150     39178         0    159730    313007   2163821     11.84     12.48
770.91/770.90	c  N dy 25620   5538951       150     39178         0    178887    313006   2516559     11.84     12.47
775.71/775.73	c  N dy 25734   5559828       150     39178         0     99769    313006   1051213     11.84     12.56
778.11/778.18	c  N dy 25854   5580359       150     39178         0    119457    313006   1418263     11.85     12.58
781.21/781.24	c  N dy 25956   5601329       150     39178         0    139539    313006   1791075     11.85     12.49
784.51/784.56	c  N dy 26031   5621686       150     39178         0    158885    313006   2136379     11.85     12.48
788.31/788.36	c  N dy 26150   5641779       150     39178         0    178192    313006   2503941     11.85     12.51
792.61/792.63	c  N dy 26196   5662055       150     39178         0    197384    313005   2839126     11.85     12.48
795.80/795.89	c  N dy 26282   5682828       150     39178         0    117209    313003   1356360     11.85     12.53
798.71/798.75	c  N dy 26351   5703157       150     39178         0    136513    313003   1705003     11.84     12.49
800.21/800.20	c  S st 26380   5714196       150     39178         0    146979    313003   1894002     11.84     11.21
800.41/800.46	c  S st 26380   5714701       150     39178         0    147469    313003   1902116     11.84   no data
800.41/800.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
800.51/800.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.06
800.51/800.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
800.51/800.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
800.51/800.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
800.51/800.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
800.51/800.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
800.51/800.58	c lits-rem:        72  cl-subs:       79  v-elim:      0  v-fix:    0  time:  0.04 s
800.61/800.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
808.91/808.98	c lits-rem:     16873  cl-subs:     7841  v-elim:      0  v-fix:    0  time:  8.34 s
808.91/808.98	c vivif2 --  cl tried    38991 cl shrink        0 lits rem          0 time: 0.00
809.01/809.00	c vivif2 --  cl tried   139736 cl shrink        0 lits rem          0 time: 0.02
809.21/809.27	c asymm  cl-useful: 13/374/38991 lits-rem:13 time: 0.26
809.21/809.27	c calculated reachability. Time: 0.00
809.21/809.27	c  N dy 26380   5714701       150     38991         0    139736    311180   1762829     11.84   no data
812.51/812.57	c  N dy 26486   5734847       150     38991         0    159025    311180   2126392     11.84     12.51
816.22/816.28	c  N dy 26587   5754901       150     38991         0    178232    311180   2483812     11.84     13.70
820.51/820.60	c  N dy 26710   5774993       150     38991         0    197495    311179   2844983     11.85     12.48
824.00/824.08	c  N dy 26800   5795048       150     38991         0    115869    311179   1320618     11.85     12.81
827.01/827.02	c  N dy 26915   5815277       150     38991         0    135297    311179   1685269     11.85     12.49
830.31/830.37	c  N dy 27042   5835382       150     38991         0    154619    311179   2048577     11.85     12.68
835.01/835.04	c  N dy 27130   5861245       150     38991         0    179214    311177   2494926     11.85     12.60
839.32/839.36	c  N dy 27233   5881263       150     38991         0    198382    311177   2848295     11.85     12.94
843.01/843.04	c  N dy 27330   5901376       150     38991         0    115612    311177   1311239     11.85     12.52
845.81/845.82	c  N dy 27449   5921451       150     38991         0    134826    311176   1673155     11.85     12.59
849.01/849.08	c  N dy 27571   5941989       150     38991         0    154542    311175   2050164     11.85     12.61
853.11/853.11	c  N dy 27662   5963864       150     38991         0    175409    311174   2434919     11.85     12.79
857.21/857.24	c  N dy 27764   5983911       150     38991         0    194611    311174   2795404     11.85     14.23
861.51/861.54	c  N dy 27861   6003984       150     38991         0    110880    311174   1222503     11.85     12.60
864.21/864.22	c  N dy 27970   6024503       150     38991         0    130648    311173   1588703     11.85     12.48
867.92/867.99	c  N dy 28029   6049838       150     38991         0    154696    311172   2031460     11.85     12.58
871.60/871.65	c  N dy 28160   6070067       150     38991         0    174141    311172   2397389     11.85     12.50
875.71/875.76	c  N dy 28250   6090094       150     38991         0    193288    311171   2755934     11.85     13.47
880.31/880.35	c  N dy 28360   6110921       150     38991         0    109209    311170   1182648     11.85     12.55
882.91/882.92	c  N dy 28436   6131020       150     38991         0    128429    311170   1534190     11.85     13.47
885.91/885.98	c  N dy 28552   6151103       150     38991         0    147701    311170   1900020     11.85     13.46
889.31/889.34	c  N dy 28627   6171435       150     38991         0    167084    311169   2257890     11.85     12.50
893.31/893.32	c  N dy 28719   6191493       150     38991         0    186109    311168   2601223     11.85     15.03
897.71/897.76	c  N dy 28830   6211522       150     38991         0    205317    311168   2961720     11.85     12.51
898.51/898.59	c  S st 28846   6214703       150     38991         0    208386    311167   3019290     11.85      9.34
898.91/898.95	c  S st 28846   6215204       150     38991         0    208873    311167   3027392     11.85   no data
898.91/898.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
899.01/899.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.10
899.01/899.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
899.01/899.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
899.01/899.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
899.01/899.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
899.01/899.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
899.11/899.12	c lits-rem:       375  cl-subs:      230  v-elim:      0  v-fix:    0  time:  0.05 s
899.21/899.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
918.11/918.13	c lits-rem:     33974  cl-subs:    10283  v-elim:      0  v-fix:    0  time: 18.92 s
918.11/918.13	c vivif2 --  cl tried    38747 cl shrink        0 lits rem          0 time: 0.00
918.11/918.17	c vivif2 --  cl tried   198604 cl shrink        0 lits rem          0 time: 0.04
918.41/918.48	c asymm  cl-useful: 10/287/38747 lits-rem:10 time: 0.31
918.41/918.49	c calculated reachability. Time: 0.00
918.41/918.49	c  N dy 28846   6215204       150     38747         0    198604    308922   2812117     11.85   no data
922.92/922.96	c  N dy 28936   6237393       150     38747         0    115160    308922   1276098     11.85     12.49
925.71/925.77	c  N dy 29027   6257827       150     38747         0    134763    308922   1635729     11.85     12.54
929.02/929.04	c  N dy 29132   6278290       150     38747         0    154319    308922   2001250     11.85     12.54
932.61/932.71	c  N dy 29229   6298404       150     38747         0    173598    308921   2362763     11.85     12.54
936.61/936.60	c  N dy 29292   6318424       150     38747         0    192612    308920   2709586     11.85     14.71
941.81/941.82	c  N dy 29388   6338544       150     38747         0    106093    308917   1104781     11.85     12.52
944.41/944.49	c  N dy 29488   6358703       150     38747         0    125453    308917   1462557     11.85     12.60
947.41/947.45	c  N dy 29612   6378704       150     38747         0    144631    308917   1822509     11.86     12.55
950.91/950.98	c  N dy 29735   6398804       150     38747         0    163891    308917   2185779     11.86     12.62
954.71/954.80	c  N dy 29835   6418833       150     38747         0    183052    308915   2538884     11.86     12.68
959.12/959.12	c  N dy 29958   6438915       150     38747         0    202321    308915   2898412     11.86     13.28
963.72/963.78	c  N dy 30058   6459480       150     38747         0    115101    308915   1259408     11.86     12.54
966.62/966.61	c  N dy 30156   6479747       150     38747         0    134516    308915   1617149     11.86     12.57
969.71/969.71	c  N dy 30238   6500066       150     38747         0    153971    308914   1975338     11.86     12.56
973.31/973.36	c  N dy 30323   6520367       150     38747         0    173401    308912   2332547     11.86     12.69
977.32/977.38	c  N dy 30396   6541600       150     38747         0    193631    308911   2704964     11.86     12.59
981.62/981.66	c  N dy 30503   6561799       150     38747         0    212992    308910   3064847     11.86     12.60
985.21/985.29	c  N dy 30607   6581820       150     38747         0    124342    308910   1427305     11.86     12.51
988.21/988.24	c  N dy 30706   6601912       150     38747         0    143553    308910   1785505     11.86     12.54
991.81/991.89	c  N dy 30786   6623260       150     38747         0    163986    308907   2158079     11.86     12.49
995.82/995.85	c  N dy 30895   6643387       150     38747         0    183297    308906   2521084     11.86     12.70
1000.32/1000.35	c  N dy 31036   6663482       150     38747         0    202637    308906   2885527     11.86     12.81
1005.51/1005.58	c  N dy 31151   6684694       150     38747         0    114081    308906   1225262     11.87     12.50
1008.41/1008.40	c  N dy 31238   6704889       150     38747         0    133448    308905   1592287     11.87     12.57
1010.01/1010.03	c  S st 31293   6715204       150     38747         0    143309    308905   1776125     11.87   no data
1010.21/1010.28	c  S st 31293   6715707       150     38747         0    143800    308905   1783875     11.87   no data
1010.21/1010.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1010.31/1010.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.06
1010.31/1010.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1010.31/1010.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1010.31/1010.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1010.31/1010.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1010.31/1010.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1010.31/1010.39	c lits-rem:        83  cl-subs:       73  v-elim:      0  v-fix:    0  time:  0.03 s
1010.41/1010.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1017.21/1017.24	c lits-rem:     14349  cl-subs:     3395  v-elim:      0  v-fix:    0  time:  6.80 s
1017.21/1017.25	c vivif2 --  cl tried    38590 cl shrink        0 lits rem          0 time: 0.00
1017.21/1017.27	c vivif2 --  cl tried   140489 cl shrink        0 lits rem          0 time: 0.03
1017.53/1017.54	c asymm  cl-useful: 17/406/38590 lits-rem:18 time: 0.26
1017.53/1017.54	c calculated reachability. Time: 0.00
1017.53/1017.54	c  N dy 31293   6715707       150     38590         0    140489    307340   1713681     11.87   no data
1020.91/1020.98	c  N dy 31411   6735757       150     38590         0    159752    307340   2075049     11.87     12.51
1024.71/1024.77	c  N dy 31523   6755813       150     38590         0    178961    307339   2432390     11.87     14.14
1029.21/1029.27	c  N dy 31597   6777373       150     38590         0    199511    307339   2812539     11.87     12.66
1033.92/1033.91	c  N dy 31693   6797567       150     38590         0    218817    307339   3168648     11.87     12.58
1037.41/1037.47	c  N dy 31777   6817637       150     38590         0    128250    307338   1480302     11.87     12.59
1040.51/1040.54	c  N dy 31865   6837667       150     38590         0    147407    307338   1834715     11.87     14.16
1044.02/1044.08	c  N dy 31971   6858274       150     38590         0    167225    307338   2209004     11.87     12.55
1047.81/1047.89	c  N dy 32073   6878318       150     38590         0    186447    307337   2567500     11.87     13.05
1052.51/1052.57	c  N dy 32185   6898344       150     38590         0    205710    307337   2935502     11.87     12.52
1057.82/1057.84	c  N dy 32298   6918389       150     38590         0    114044    307337   1205717     11.87     15.23
1060.43/1060.48	c  N dy 32372   6938768       150     38590         0    133577    307337   1570870     11.87     12.55
1063.52/1063.56	c  N dy 32453   6958780       150     38590         0    152708    307336   1924889     11.87     12.56
1067.03/1067.09	c  N dy 32536   6978878       150     38590         0    171981    307336   2290395     11.87     13.86
1071.33/1071.36	c  N dy 32657   6998884       150     38590         0    191137    307336   2649633     11.87     15.59
1076.12/1076.17	c  N dy 32765   7019592       150     38590         0    210997    307335   3020937     11.87     12.77
1080.72/1080.78	c  N dy 32835   7039668       150     38590         0    118356    307335   1272112     11.87     13.81
1083.62/1083.65	c  N dy 32936   7059778       150     38590         0    137631    307335   1634991     11.87     12.55
1086.92/1086.90	c  N dy 33030   7079822       150     38590         0    156736    307334   1987416     11.87     14.26
1090.42/1090.44	c  N dy 33122   7099850       150     38590         0    175825    307333   2343832     11.87     15.05
1094.52/1094.55	c  N dy 33222   7119853       150     38590         0    195005    307333   2701350     11.87     12.57
1099.32/1099.39	c  N dy 33337   7140044       150     38590         0    214435    307332   3068087     11.87     12.79
1104.22/1104.24	c  N dy 33462   7160059       150     38590         0    120917    307332   1317828     11.88     13.78
1107.02/1107.09	c  N dy 33561   7180471       150     38590         0    140419    307332   1675425     11.88     12.54
1110.32/1110.37	c  N dy 33651   7200518       150     38590         0    159611    307332   2033275     11.88     12.55
1113.12/1113.19	c  S st 33722   7215707       150     38590         0    174067    307331   2300209     11.88     10.55
1113.52/1113.54	c  S st 33722   7216208       150     38590         0    174555    307331   2307967     11.88   no data
1113.52/1113.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1113.62/1113.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.08
1113.62/1113.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1113.62/1113.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1113.62/1113.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1113.62/1113.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1113.62/1113.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1113.62/1113.69	c lits-rem:        28  cl-subs:       32  v-elim:      0  v-fix:    0  time:  0.04 s
1113.72/1113.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1124.42/1124.45	c lits-rem:     17409  cl-subs:     6145  v-elim:      0  v-fix:    0  time: 10.70 s
1124.42/1124.46	c vivif2 --  cl tried    38545 cl shrink        0 lits rem          0 time: 0.00
1124.42/1124.49	c vivif2 --  cl tried   168423 cl shrink        0 lits rem          0 time: 0.03
1124.72/1124.78	c asymm  cl-useful: 13/332/38545 lits-rem:13 time: 0.29
1124.72/1124.79	c calculated reachability. Time: 0.00
1124.72/1124.79	c  N dy 33722   7216208       150     38545         0    168423    306848   2182350     11.88   no data
1128.92/1128.90	c  N dy 33832   7236266       150     38545         0    187620    306848   2538633     11.88     12.69
1133.52/1133.59	c  N dy 33969   7256304       150     38545         0    206911    306847   2907014     11.88     12.64
1139.63/1139.68	c  N dy 34079   7278378       150     38545         0    114503    306847   1188668     11.88     12.52
1142.52/1142.52	c  N dy 34170   7298450       150     38545         0    133742    306847   1550755     11.88     12.60
1145.71/1145.75	c  N dy 34286   7318546       150     38545         0    152961    306847   1910686     11.88     12.51
1149.31/1149.37	c  N dy 34378   7338800       150     38545         0    172469    306847   2278698     11.88     12.55
1153.51/1153.58	c  N dy 34499   7358818       150     38545         0    191730    306847   2642896     11.88     12.74
1158.34/1158.35	c  N dy 34604   7378926       150     38545         0    210940    306847   3006897     11.88     12.69
1164.02/1164.04	c  N dy 34711   7398959       150     38545         0    115488    306846   1196140     11.88     14.60
1166.92/1166.95	c  N dy 34756   7419000       150     38545         0    134556    306844   1538819     11.88     15.64
1170.12/1170.16	c  N dy 34856   7439048       150     38545         0    153732    306844   1896686     11.88     12.81
1173.62/1173.65	c  N dy 34951   7459056       150     38545         0    172877    306844   2260981     11.88     14.35
1178.02/1178.01	c  N dy 35050   7480440       150     38545         0    193300    306843   2641803     11.88     12.52
1182.42/1182.45	c  N dy 35115   7500983       150     38545         0    212811    306843   2990183     11.88     12.53
1188.22/1188.23	c  N dy 35200   7521036       150     38545         0    116544    306843   1210092     11.88     14.72
1190.92/1190.97	c  N dy 35272   7541126       150     38545         0    135722    306841   1557107     11.88     12.54
1194.12/1194.12	c  N dy 35385   7561187       150     38545         0    155011    306838   1922650     11.88     14.91
1197.72/1197.77	c  N dy 35474   7581224       150     38545         0    174215    306835   2285696     11.88     12.53
1202.23/1202.21	c  N dy 35617   7601267       150     38545         0    193486    306834   2651887     11.88     12.74
1207.12/1207.11	c  N dy 35723   7621559       150     38545         0    212899    306834   3012872     11.88     12.60
1211.92/1211.92	c  N dy 35800   7641565       150     38545         0    232071    306834   3383907     11.88     12.51
1215.62/1215.65	c  N dy 35891   7661650       150     38545         0    134792    306833   1539010     11.88     12.78
1218.84/1218.86	c  N dy 35984   7681654       150     38545         0    153980    306833   1898096     11.88     14.88
1222.72/1222.77	c  N dy 36095   7702284       150     38545         0    173780    306833   2272249     11.88     12.57
1225.52/1225.50	c  S st 36154   7716210       150     38545         0    187095    306833   2521702     11.88     10.42
1225.82/1225.80	c  S st 36154   7716715       150     38545         0    187578    306833   2529424     11.88   no data
1225.82/1225.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1225.92/1225.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.08
1225.92/1225.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1225.92/1225.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1225.92/1225.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1225.92/1225.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1225.92/1225.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1225.92/1225.95	c lits-rem:        21  cl-subs:       24  v-elim:      0  v-fix:    0  time:  0.04 s
1226.02/1226.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1238.72/1238.75	c lits-rem:     18762  cl-subs:     5997  v-elim:      0  v-fix:    0  time: 12.73 s
1238.72/1238.76	c vivif2 --  cl tried    38405 cl shrink        0 lits rem          0 time: 0.00
1238.72/1238.79	c vivif2 --  cl tried   181697 cl shrink        0 lits rem          0 time: 0.03
1239.02/1239.09	c asymm  cl-useful: 10/301/38405 lits-rem:11 time: 0.30
1239.12/1239.10	c calculated reachability. Time: 0.00
1239.12/1239.10	c  N dy 36154   7716715       150     38405         0    181697    305543   2402997     11.88   no data
1243.62/1243.70	c  N dy 36273   7736866       150     38405         0    201017    305542   2769843     11.89     12.53
1248.43/1248.47	c  N dy 36376   7757293       150     38405         0    220575    305541   3142648     11.89     12.76
1253.92/1253.91	c  N dy 36478   7778640       150     38405         0    123606    305540   1321259     11.89     12.53
1256.72/1256.75	c  N dy 36577   7798666       150     38405         0    142831    305540   1677706     11.89     13.83
1260.23/1260.25	c  N dy 36626   7819515       150     38405         0    162548    305540   2034080     11.88     12.55
1264.02/1264.06	c  N dy 36722   7839617       150     38405         0    181764    305538   2389638     11.88     12.52
1268.42/1268.47	c  N dy 36819   7859824       150     38405         0    201096    305537   2751728     11.88     12.86
1273.12/1273.16	c  N dy 36903   7880144       150     38405         0    220534    305537   3111989     11.88     12.64
1278.82/1278.82	c  N dy 37012   7900559       150     38405         0    121823    305536   1281316     11.89     12.55
1281.82/1281.86	c  N dy 37117   7920883       150     38405         0    141306    305536   1651938     11.89     12.53
1285.22/1285.27	c  N dy 37184   7942097       150     38405         0    161627    305535   2034917     11.88     12.60
1289.32/1289.30	c  N dy 37262   7962193       150     38405         0    180847    305534   2397784     11.88     13.45
1293.72/1293.73	c  N dy 37358   7982217       150     38405         0    200080    305534   2762001     11.88     15.88
1298.62/1298.61	c  N dy 37463   8002267       150     38405         0    219318    305534   3128092     11.88     12.52

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: 961)

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-3368039-1305393127/watcher-3368039-1305393127 -o /tmp/evaluation-result-3368039-1305393127/solver-3368039-1305393127 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368039-1305393127.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: 4.00 3.99 3.96 5/367 16317
/proc/meminfo: memFree=22773124/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=29876 CPUtime=0 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 798 0 0 0 0 0 0 0 25 0 1 0 631728178 30593024 739 33554432000 4194304 4580011 140735594889504 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 7469 740 322 95 0 2451 0

[startup+0.0305529 s]
/proc/loadavg: 4.00 3.99 3.96 5/367 16317
/proc/meminfo: memFree=22773124/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=31080 CPUtime=0.02 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 1564 0 0 0 2 0 0 0 25 0 1 0 631728178 31825920 1505 33554432000 4194304 4580011 140735594889504 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 7770 1506 324 95 0 2752 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 31080

[startup+0.100566 s]
/proc/loadavg: 4.00 3.99 3.96 5/367 16317
/proc/meminfo: memFree=22773124/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=32868 CPUtime=0.09 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 2240 0 0 0 9 0 0 0 25 0 1 0 631728178 33656832 2181 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 8217 2181 340 95 0 3199 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32868

[startup+0.300533 s]
/proc/loadavg: 4.00 3.99 3.96 5/367 16317
/proc/meminfo: memFree=22773124/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=51444 CPUtime=0.29 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 6837 0 0 0 29 0 0 0 25 0 1 0 631728178 52678656 6693 33554432000 4194304 4580011 140735594889504 18446744073709551615 4451799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 12861 6693 352 95 0 7843 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51444

[startup+0.700457 s]
/proc/loadavg: 4.00 3.99 3.96 5/367 16317
/proc/meminfo: memFree=22773124/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=51444 CPUtime=0.69 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 6837 0 0 0 69 0 0 0 25 0 1 0 631728178 52678656 6693 33554432000 4194304 4580011 140735594889504 18446744073709551615 4451799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 12861 6693 352 95 0 7843 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51444

[startup+1.5003 s]
/proc/loadavg: 4.00 3.99 3.96 5/368 16318
/proc/meminfo: memFree=22746208/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=51444 CPUtime=1.49 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 6839 0 0 0 149 0 0 0 25 0 1 0 631728178 52678656 6695 33554432000 4194304 4580011 140735594889504 18446744073709551615 4415662 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 12861 6695 354 95 0 7843 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51444

[startup+3.10102 s]
/proc/loadavg: 4.00 3.99 3.96 5/368 16318
/proc/meminfo: memFree=22745216/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=51444 CPUtime=3.09 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 6839 0 0 0 309 0 0 0 25 0 1 0 631728178 52678656 6695 33554432000 4194304 4580011 140735594889504 18446744073709551615 4416352 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 12861 6695 354 95 0 7843 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51444

[startup+6.30044 s]
/proc/loadavg: 4.00 3.99 3.96 5/368 16318
/proc/meminfo: memFree=22741988/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=58572 CPUtime=6.29 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 10023 0 0 0 628 1 0 0 25 0 1 0 631728178 59977728 7939 33554432000 4194304 4580011 140735594889504 18446744073709551615 4451696 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 14643 7939 372 95 0 9625 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58572

[startup+12.7003 s]
/proc/loadavg: 4.00 3.99 3.96 5/368 16318
/proc/meminfo: memFree=22733076/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=70108 CPUtime=12.69 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 13639 0 0 0 1267 2 0 0 25 0 1 0 631728178 71790592 9218 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 17527 9218 367 95 0 12509 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70108

[startup+25.5009 s]
/proc/loadavg: 4.24 4.04 3.97 5/368 16319
/proc/meminfo: memFree=22733784/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=71224 CPUtime=25.49 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 18871 0 0 0 2546 3 0 0 25 0 1 0 631728178 72933376 9646 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294390 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 17806 9646 367 95 0 12788 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71224

[startup+51.1012 s]
/proc/loadavg: 4.16 4.03 3.97 5/368 16319
/proc/meminfo: memFree=22724888/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=84108 CPUtime=51.09 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 33381 0 0 0 5102 7 0 0 25 0 1 0 631728178 86126592 12283 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 21027 12283 367 95 0 16009 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84108

[startup+102.314 s]
/proc/loadavg: 4.27 4.07 3.99 5/368 16321
/proc/meminfo: memFree=22686108/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=85260 CPUtime=102.3 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 57689 0 0 0 10217 13 0 0 25 0 1 0 631728178 87306240 13119 33554432000 4194304 4580011 140735594889504 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 21315 13119 367 95 0 16297 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85260

[startup+162.301 s]
/proc/loadavg: 4.10 4.06 3.99 5/368 16322
/proc/meminfo: memFree=22747396/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=87204 CPUtime=162.29 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 79240 0 0 0 16210 19 0 0 25 0 1 0 631728178 89296896 15326 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 21801 15326 367 95 0 16783 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 87204

[startup+222.301 s]
/proc/loadavg: 4.03 4.04 3.99 5/368 16324
/proc/meminfo: memFree=22682228/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=90464 CPUtime=222.29 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 99218 0 0 0 22203 26 0 0 25 0 1 0 631728178 92635136 15983 33554432000 4194304 4580011 140735594889504 18446744073709551615 4415683 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 22616 15983 367 95 0 17598 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 90464

[startup+282.301 s]
/proc/loadavg: 4.14 4.06 4.00 5/368 16325
/proc/meminfo: memFree=22676508/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=90868 CPUtime=282.29 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 117645 0 0 0 28197 32 0 0 25 0 1 0 631728178 93048832 15655 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 22717 15655 367 95 0 17699 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 90868

[startup+342.301 s]
/proc/loadavg: 4.10 4.07 4.00 5/368 16327
/proc/meminfo: memFree=22673144/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=96924 CPUtime=342.29 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 133686 0 0 0 34192 37 0 0 25 0 1 0 631728178 99250176 17323 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 24231 17323 367 95 0 19213 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 96924

[startup+402.301 s]
/proc/loadavg: 4.04 4.05 4.00 5/368 16329
/proc/meminfo: memFree=22668384/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=97236 CPUtime=402.29 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 148876 0 0 0 40187 42 0 0 25 0 1 0 631728178 99569664 17405 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 24309 17405 367 95 0 19291 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 97236

[startup+462.301 s]
/proc/loadavg: 4.01 4.04 4.00 5/368 16330
/proc/meminfo: memFree=22639076/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=97508 CPUtime=462.3 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 162389 0 0 0 46183 47 0 0 25 0 1 0 631728178 99848192 18148 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 24377 18148 367 95 0 19359 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 97508

[startup+522.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/368 16332
/proc/meminfo: memFree=22627892/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=110740 CPUtime=522.3 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 178417 0 0 0 52178 52 0 0 25 0 1 0 631728178 113397760 20892 33554432000 4194304 4580011 140735594889504 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 27685 20892 369 95 0 22667 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 110740

[startup+582.301 s]
/proc/loadavg: 3.82 3.97 3.98 4/362 16350
/proc/meminfo: memFree=22891424/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=110992 CPUtime=582.3 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 191477 0 0 0 58174 56 0 0 25 0 1 0 631728178 113655808 20055 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 27748 20055 369 95 0 22730 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 110992

[startup+642.301 s]
/proc/loadavg: 3.37 3.81 3.92 4/362 16352
/proc/meminfo: memFree=22810664/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=125056 CPUtime=642.3 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 205892 0 0 0 64172 58 0 0 25 0 1 0 631728178 128057344 23590 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 31264 23590 369 95 0 26246 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 125056

[startup+702.301 s]
/proc/loadavg: 3.13 3.66 3.86 4/362 16354
/proc/meminfo: memFree=22802572/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=125544 CPUtime=702.31 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 215041 0 0 0 70170 61 0 0 25 0 1 0 631728178 128557056 25426 33554432000 4194304 4580011 140735594889504 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 31386 25426 369 95 0 26368 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 125544

[startup+762.313 s]
/proc/loadavg: 2.34 3.36 3.75 2/350 16391
/proc/meminfo: memFree=24171652/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=141996 CPUtime=762.32 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 225242 0 0 0 76169 63 0 0 25 0 1 0 631728178 145403904 28094 33554432000 4194304 4580011 140735594889504 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 35499 28094 369 95 0 30481 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 141996

[startup+822.3 s]
/proc/loadavg: 1.49 2.93 3.57 2/350 16396
/proc/meminfo: memFree=24164756/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=142220 CPUtime=822.3 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 236316 0 0 0 82164 66 0 0 25 0 1 0 631728178 145633280 27493 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 35555 27493 369 95 0 30537 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 142220

[startup+882.3 s]
/proc/loadavg: 1.21 2.59 3.42 2/350 16397
/proc/meminfo: memFree=24172512/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=142324 CPUtime=882.31 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 248614 0 0 0 88162 69 0 0 25 0 1 0 631728178 145739776 27934 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 35581 27934 369 95 0 30563 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 142324

[startup+942.3 s]
/proc/loadavg: 1.08 2.30 3.26 2/350 16399
/proc/meminfo: memFree=24162684/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=143800 CPUtime=942.31 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 257204 0 0 0 94161 70 0 0 25 0 1 0 631728178 147251200 28281 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 35950 28281 369 95 0 30932 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 143800

[startup+1002.3 s]
/proc/loadavg: 1.03 2.06 3.12 2/350 16401
/proc/meminfo: memFree=24150380/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=156428 CPUtime=1002.31 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 266501 0 0 0 100158 73 0 0 25 0 1 0 631728178 160182272 33488 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 39107 33488 369 95 0 34089 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 156428

[startup+1062.3 s]
/proc/loadavg: 1.01 1.86 2.98 2/350 16402
/proc/meminfo: memFree=24164868/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=140524 CPUtime=1062.32 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 271245 0 0 0 106157 75 0 0 25 0 1 0 631728178 143896576 29840 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 35131 29840 369 95 0 30113 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 140524

[startup+1122.3 s]
/proc/loadavg: 1.00 1.70 2.85 2/350 16404
/proc/meminfo: memFree=24163488/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=142100 CPUtime=1122.32 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 275912 0 0 0 112156 76 0 0 25 0 1 0 631728178 145510400 30226 33554432000 4194304 4580011 140735594889504 18446744073709551615 4415683 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 35525 30226 369 95 0 30507 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 142100

[startup+1182.3 s]
/proc/loadavg: 1.00 1.57 2.74 2/350 16405
/proc/meminfo: memFree=24162856/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=142100 CPUtime=1182.32 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 280408 0 0 0 118155 77 0 0 25 0 1 0 631728178 145510400 30229 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 35525 30229 369 95 0 30507 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 142100

[startup+1242.3 s]
/proc/loadavg: 1.00 1.47 2.62 2/350 16407
/proc/meminfo: memFree=24162212/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=142100 CPUtime=1242.32 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 284853 0 0 0 124153 79 0 0 25 0 1 0 631728178 145510400 30249 33554432000 4194304 4580011 140735594889504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 35525 30249 369 95 0 30507 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 142100



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.39 2.53 2/350 16409
/proc/meminfo: memFree=24161940/32951124 swapFree=65980216/67111528
[pid=16317] ppid=16315 vsize=142100 CPUtime=1300.02 cores=4,6
/proc/16317/stat : 16317 (strangenight2-s) R 16315 16317 15582 0 -1 4202496 289513 0 0 0 129922 80 0 0 25 0 1 0 631728178 145510400 30249 33554432000 4194304 4580011 140735594889504 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16317/statm: 35525 30249 369 95 0 30507 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 142100

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.24
CPU system time (s): 0.814876
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 230096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.24
system time used= 0.814876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 289513
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= 14
involuntary context switches= 1205

runsolver used 4.69429 second user time and 10.2384 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 19:12:07
IDJOB=3368039
IDBENCH=84004
IDSOLVER=1845
FILE ID=node142/3368039-1305393127
RUNJOBID= node142-1305392547-16207
PBS_JOBID= 13324407
Free space on /tmp= 73260 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
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-3368039-1305393127/watcher-3368039-1305393127 -o /tmp/evaluation-result-3368039-1305393127/solver-3368039-1305393127 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368039-1305393127.cnf

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

MD5SUM BENCH= f19999592ac4a0c798533d80c1c7f2d7
RANDOM SEED=1381888282

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22773156 kB
Buffers:        310192 kB
Cached:        4000516 kB
SwapCached:      11520 kB
Active:        7524564 kB
Inactive:      2317344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22773156 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           34276 kB
Writeback:           0 kB
AnonPages:     5528328 kB
Mapped:          21380 kB
Slab:           234292 kB
PageTables:      35368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78709276 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= 73436 MiB
End job on node142 at 2011-05-14 19:33:49