Trace number 3368139

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.07 1300.02

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-2.used-as.sat04-892.cnf
MD5SUMfd8d5783ed404e5c6590d627ffdcca50
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

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-3368139-1305394014.cnf'
0.00/0.00	c -- header says num vars:           1534
0.00/0.00	c -- header says num clauses:      132295
0.00/0.02	c -- clauses added:            0 learnts,       132295 normals,            0 xors
0.00/0.02	c -- vars added       1534
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0      1534        59    132236         0    266006         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/59/59 lits-rem:0 time: 0.00
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
0.00/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.05	c bin-w-bin subsume rem         5814 bins  time:  0.01 s
0.00/0.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.00/0.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1534 time:  0.01 s
0.00/0.08	c Removed useless bin:       0  fixed:     0  props:   0.64M  time:  0.01 s
0.10/0.14	c lits-rem:       749  cl-subs:        0  v-elim:     59  v-fix:    0  time:  0.06 s
0.10/0.15	c Finding binary XORs  T:     0.00 s  found:       0
0.10/0.15	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.10/0.15	c calculated reachability. Time: 0.00
0.10/0.15	c Calc default polars -  time:   0.00 s pos:       0 undec:      59 neg:    1475
0.10/0.15	c =========================================================================================
0.10/0.15	c types(t): F = full restart, N = normal restart
0.10/0.15	c types(t): S = simplification begin/end, E = solution found
0.10/0.15	c restart types(rt): st = static, dy = dynamic
0.10/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.10/0.15	c  B st     0         0      1475      6967    117980         0    419017         0   no data   no data
0.39/0.40	c  N dy    13      4006      1475      6967    117980      3977    419017    161661      9.60     10.13
0.59/0.65	c  N dy    37      8045      1475      6967    117980      5506    419017    173197      9.92     10.49
0.89/0.91	c  N dy    60     12073      1475      6967    117980      5279    419017    118714      9.97     11.34
1.20/1.21	c  N dy    81     16335      1475      6967    117980      9496    419017    291290     10.03     10.68
1.49/1.51	c  N dy   103     20489      1475      6967    117980      8034    419017    201566     10.07     10.64
1.79/1.82	c  N dy   122     24596      1475      6967    117981     12083    419017    349914     10.07     10.62
1.79/1.85	c  F st   124     25000      1475      6967    117981     12477    419017    363049     10.06      9.06
2.19/2.26	c  N dy   130     30000      1475      6967    117981     10655    419017    287384     10.06   no data
2.19/2.26	c  S st   130     30000      1475      6967    117981     10655    419017    287384     10.06   no data
2.19/2.30	c  S st   130     30500      1475      6967    117981     11155    419017    309090     10.06   no data
2.19/2.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    160 BRemL:      0 BRemN:      0 P:  9.6M T:  0.17
2.39/2.48	c blocked clauses removed:        0 vars:      0 tried:        1475 T: 0.00 s
2.39/2.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3.19/3.23	c subs with bin:        0  lits-rem:     54864  v-fix:    0  time:  0.74 s
3.19/3.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
3.19/3.25	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
3.19/3.26	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
4.40/4.50	c subs with bin:        0  lits-rem:        99  v-fix:    0  time:  1.22 s
4.59/4.64	c lits-rem:       771  cl-subs:     2257  v-elim:      0  v-fix:    0  time:  0.13 s
4.79/4.82	c asymm  cl-useful: 0/2279/6967 lits-rem:0 time: 0.18
4.79/4.82	c calculated reachability. Time: 0.00
4.79/4.82	c  N dy   130     30500      1475      6967    118141      8898    364151    269573     10.06   no data
5.09/5.12	c  N dy   156     34506      1475      6967    118141     12856    364151    455320     10.13     10.68
5.39/5.44	c  N dy   186     38562      1475      6967    118141      9081    364151    214426     10.27     10.87
5.69/5.77	c  N dy   213     42737      1475      6967    118141     13212    364151    406919     10.36     11.24
5.99/6.00	c  S st   229     45751      1475      6967    118141     16175    364151    545846     10.40   no data
5.99/6.04	c  S st   229     46253      1475      6967    118141     16677    364151    572777     10.40   no data
5.99/6.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.19/6.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     20 BRemL:      0 BRemN:      0 P:  9.0M T:  0.16
6.19/6.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.19/6.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
6.60/6.66	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  0.44 s
6.60/6.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
6.60/6.68	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
6.60/6.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.89/7.95	c subs with bin:        0  lits-rem:        18  v-fix:    0  time:  1.25 s
8.09/8.17	c lits-rem:       258  cl-subs:      460  v-elim:      0  v-fix:    0  time:  0.22 s
8.09/8.18	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
8.19/8.20	c vivif2 --  cl tried    16217 cl shrink       29 lits rem         40 time: 0.02
8.29/8.38	c asymm  cl-useful: 0/2084/6967 lits-rem:0 time: 0.18
8.29/8.38	c calculated reachability. Time: 0.00
8.29/8.38	c  N dy   229     46253      1475      6967    118161     16217    364149    562099     10.40   no data
8.69/8.71	c  N dy   250     50321      1475      6967    118161     11404    364149    274224     10.44     11.05
9.09/9.10	c  N dy   266     55204      1475      6967    118161     16217    364149    483139     10.42     11.09
9.39/9.45	c  N dy   284     59349      1475      6967    118161     10462    364149    192999     10.44     11.00
9.69/9.78	c  N dy   305     63510      1475      6967    118161     14560    364149    379002     10.49     11.34
10.10/10.15	c  N dy   331     68239      1475      6967    118161     19222    364149    600128     10.54     11.17
10.20/10.25	c  S st   339     69380      1475      6967    118161     20357    364149    650360     10.56   no data
10.20/10.29	c  S st   339     69881      1475      6967    118161     20854    364149    675592     10.56   no data
10.20/10.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.39/10.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.2M T:  0.16
10.39/10.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.39/10.47	c bin-w-bin subsume rem            0 bins  time:  0.01 s
10.89/10.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
10.89/10.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
10.89/10.93	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
10.89/10.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
12.21/12.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
12.49/12.57	c lits-rem:       304  cl-subs:      778  v-elim:      0  v-fix:    0  time:  0.32 s
12.49/12.58	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
12.59/12.60	c vivif2 --  cl tried    20076 cl shrink        0 lits rem          0 time: 0.02
12.69/12.79	c asymm  cl-useful: 0/1878/6967 lits-rem:0 time: 0.18
12.69/12.79	c calculated reachability. Time: 0.00
12.69/12.79	c  N dy   339     69881      1475      6967    118161     20076    364149    658479     10.56   no data
13.09/13.16	c  N dy   373     74424      1475      6967    118161     13736    364149    308395     10.65     11.26
13.49/13.58	c  N dy   398     79338      1475      6967    118161     18587    364149    538676     10.69     11.33
13.99/14.05	c  N dy   423     84533      1475      6967    118161     11870    364149    185369     10.71     11.34
14.19/14.28	c  F st   444     87502      1475      6967    118161     14802    364149    322174     10.75     11.28
14.49/14.55	c  N st   449     90799      1475      6967    118161     18041    364149    472987     10.75   no data
14.99/15.04	c  N dy   470     96687      1475      6967    118161     23850    364149    727295     10.76     11.33
15.50/15.56	c  N dy   501    102954      1475      6967    118161     17232    364149    400247     10.77     11.45
15.69/15.72	c  S st   507    104822      1475      6967    118161     19051    364149    484918     10.77     11.09
15.69/15.77	c  S st   507    105323      1475      6967    118161     19552    364149    512458     10.77   no data
15.69/15.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.89/15.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.3M T:  0.16
15.89/15.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.89/15.95	c bin-w-bin subsume rem            0 bins  time:  0.01 s
16.29/16.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
16.39/16.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
16.39/16.41	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
16.39/16.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
17.60/17.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.22 s
17.79/17.83	c lits-rem:       179  cl-subs:      539  v-elim:      0  v-fix:    0  time:  0.18 s
17.79/17.83	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
17.79/17.85	c vivif2 --  cl tried    19013 cl shrink        0 lits rem          0 time: 0.02
17.89/17.92	c asymm  cl-useful: 0/667/6967 lits-rem:0 time: 0.06
17.89/17.92	c calculated reachability. Time: 0.00
17.89/17.92	c  N dy   507    105323      1475      6967    118161     19013    364149    500709     10.77   no data
18.49/18.52	c  N dy   541    112048      1475      6967    118161     25649    364149    796610     10.80     11.77
19.09/19.14	c  N dy   578    119231      1475      6967    118161     18931    364149    436544     10.83     11.44
19.80/19.82	c  N dy   621    127027      1475      6967    118161     26633    364149    788172     10.87     11.63
20.49/20.54	c  N dy   664    135162      1475      6967    118161     19878    364149    446870     10.88     11.48
21.29/21.31	c  N dy   700    143991      1475      6967    118161     28572    364149    832324     10.89     11.48
22.10/22.18	c  N dy   735    153315      1475      6967    118161     21964    364149    509336     10.88     11.52
22.49/22.59	c  S st   759    157984      1475      6967    118161     26565    364149    722025     10.88   no data
22.59/22.64	c  S st   759    158488      1475      6967    118161     27069    364149    745886     10.88   no data
22.59/22.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.79/22.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.0M T:  0.18
22.79/22.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.79/22.83	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23.20/23.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
23.20/23.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
23.20/23.29	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
23.29/23.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
24.49/24.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.24 s
24.89/24.94	c lits-rem:       336  cl-subs:      821  v-elim:      0  v-fix:    0  time:  0.37 s
24.89/24.94	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
24.89/24.97	c vivif2 --  cl tried    26248 cl shrink        0 lits rem          0 time: 0.03
25.09/25.15	c asymm  cl-useful: 0/1735/6967 lits-rem:0 time: 0.18
25.09/25.15	c calculated reachability. Time: 0.00
25.09/25.15	c  N dy   759    158488      1475      6967    118161     26248    364149    728975     10.88   no data
26.09/26.15	c  N dy   799    169370      1475      6967    118161     20209    364149    398042     10.87     11.60
27.09/27.16	c  N dy   858    180305      1475      6967    118161     30979    364149    870235     10.89     11.59
28.20/28.26	c  N dy   916    192388      1475      6967    118161     25146    364149    570828     10.89     11.48
29.39/29.49	c  N dy   967    204984      1475      6967    118161     18842    364149    263463     10.90     11.53
30.59/30.66	c  N dy  1034    218293      1475      6967    118161     31990    364149    827154     10.92     11.50
31.90/31.98	c  N dy  1083    232337      1475      6967    118161     26089    364149    532987     10.91     11.59
32.39/32.47	c  S st  1120    237732      1475      6967    118161     31428    364149    784111     10.92     10.62
32.49/32.52	c  S st  1120    238235      1475      6967    118161     31931    364149    807713     10.92   no data
32.49/32.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.69/32.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.2M T:  0.18
32.69/32.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.69/32.72	c bin-w-bin subsume rem            0 bins  time:  0.01 s
33.10/33.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
33.10/33.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
33.10/33.18	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
33.10/33.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.39/34.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
34.89/34.91	c lits-rem:       293  cl-subs:     1052  v-elim:      0  v-fix:    0  time:  0.43 s
34.89/34.92	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
34.89/34.95	c vivif2 --  cl tried    30879 cl shrink        0 lits rem          0 time: 0.03
35.09/35.13	c asymm  cl-useful: 0/1798/6967 lits-rem:0 time: 0.18
35.09/35.14	c calculated reachability. Time: 0.00
35.09/35.14	c  N dy  1120    238235      1475      6967    118161     30879    364149    786902     10.92   no data
36.59/36.63	c  N dy  1177    253703      1475      6967    118161     25397    364149    459264     10.91     11.51
38.19/38.20	c  N dy  1253    269978      1475      6967    118161     41378    364149   1122638     10.92     11.53
39.89/39.92	c  N dy  1330    287530      1475      6967    118161     36997    364149    897518     10.92     11.52
41.69/41.77	c  F st  1426    306251      1475      6967    118161     32827    364149    757983     10.94     10.06
41.69/41.78	c  N st  1426    306251      1475      6967    118161     32827    364149    757983     10.94     10.06
43.69/43.74	c  N dy  1505    325877      1475      6967    118161     28529    364149    522199     10.96     11.68
45.69/45.72	c  N dy  1591    345892      1475      6967    118161     48236    364149   1341299     10.97     12.86
46.79/46.86	c  S st  1651    357352      1475      6967    118161     34910    364149    752717     10.99   no data
46.89/46.91	c  S st  1651    357853      1475      6967    118161     35405    364149    776083     10.99   no data
46.89/46.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.09/47.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 10.3M T:  0.19
47.09/47.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.09/47.11	c bin-w-bin subsume rem            0 bins  time:  0.01 s
47.49/47.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
47.49/47.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
47.49/47.58	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
47.49/47.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
48.79/48.83	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  1.22 s
49.19/49.20	c lits-rem:       287  cl-subs:      912  v-elim:      0  v-fix:    0  time:  0.37 s
49.19/49.21	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
49.19/49.24	c vivif2 --  cl tried    34493 cl shrink        0 lits rem          0 time: 0.03
49.39/49.43	c asymm  cl-useful: 0/1827/6967 lits-rem:0 time: 0.19
49.39/49.43	c calculated reachability. Time: 0.00
49.39/49.43	c  N dy  1651    357853      1475      6967    118162     34493    364149    758815     10.99   no data
51.50/51.52	c  N dy  1736    377959      1475      6967    118162     28706    364149    470705     10.99     11.63
53.49/53.55	c  N dy  1819    398018      1475      6967    118162     48454    364149   1279601     10.99     11.58
55.49/55.59	c  N dy  1908    418093      1475      6967    118162     41665    364149   1010391     10.99     14.68
57.69/57.75	c  N dy  1976    438166      1475      6967    118162     33801    364149    607871     10.98     13.05
59.80/59.86	c  N dy  2055    458247      1475      6967    118162     53560    364149   1438641     10.98     11.62
61.89/61.96	c  N dy  2153    478450      1475      6967    118162     44916    364149   1032266     10.99     11.57
64.09/64.19	c  N dy  2251    498645      1475      6967    118162     35277    364149    621913     10.99     11.58
66.29/66.34	c  N dy  2336    518703      1475      6967    118162     55004    364149   1426511     10.99     11.59
68.20/68.27	c  S st  2410    536780      1475      6967    118162     42298    364149    879963     10.99   no data
68.30/68.32	c  S st  2410    537281      1475      6967    118162     42798    364149    907941     10.99   no data
68.30/68.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
68.49/68.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.0M T:  0.20
68.49/68.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.49/68.55	c bin-w-bin subsume rem            0 bins  time:  0.01 s
68.89/68.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
68.99/69.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
68.99/69.01	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
68.99/69.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
70.19/70.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.19 s
70.69/70.72	c lits-rem:       440  cl-subs:     1257  v-elim:      0  v-fix:    0  time:  0.48 s
70.69/70.72	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
70.69/70.76	c vivif2 --  cl tried    41541 cl shrink        0 lits rem          0 time: 0.04
70.89/70.95	c asymm  cl-useful: 0/1297/6967 lits-rem:0 time: 0.19
70.89/70.95	c calculated reachability. Time: 0.00
70.89/70.95	c  N dy  2410    537281      1475      6967    118162     41541    364149    883691     10.99   no data
73.20/73.25	c  N dy  2506    557410      1475      6967    118162     61338    364149   1681553     11.00     11.68
75.39/75.44	c  N dy  2602    577468      1475      6967    118162     49616    364149   1167912     11.00     12.14
77.80/77.80	c  N dy  2703    597558      1475      6967    118162     36916    364149    599007     11.01     12.37
79.99/80.00	c  N dy  2802    617583      1475      6967    118162     56648    364149   1409695     11.02     11.62
82.19/82.26	c  N dy  2888    637699      1475      6967    118162     42939    364149    815144     11.01     11.68
84.49/84.55	c  N dy  2975    657768      1475      6967    118162     62634    364149   1619112     11.02     13.42
86.79/86.87	c  N dy  3072    678691      1475      6967    118162     48772    364149    995249     11.02     11.84
89.10/89.16	c  N dy  3171    698787      1475      6967    118162     68551    364149   1797760     11.03     12.74
91.30/91.40	c  N dy  3271    718942      1475      6967    118162     52969    364149   1149242     11.03     11.69
93.79/93.85	c  N dy  3358    739176      1475      6967    118162     36483    364149    465846     11.03     11.67
95.99/96.03	c  N dy  3452    759398      1475      6967    118162     56327    364149   1236448     11.03     11.65
98.40/98.45	c  N dy  3542    779440      1475      6967    118162     38682    364149    526281     11.04     14.00
100.50/100.59	c  N dy  3637    799554      1475      6967    118162     58440    364149   1290814     11.04     11.63
101.20/101.28	c  S st  3659    805921      1475      6967    118162     64707    364149   1555449     11.04     10.34
101.31/101.34	c  S st  3659    806427      1475      6967    118162     65211    364149   1581573     11.04   no data
101.31/101.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
101.50/101.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.3M T:  0.23
101.50/101.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
101.50/101.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
102.00/102.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
102.00/102.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
102.00/102.05	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
102.00/102.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
103.29/103.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.25 s
104.89/104.98	c lits-rem:       657  cl-subs:     2536  v-elim:      0  v-fix:    0  time:  1.62 s
104.89/104.98	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
104.99/105.06	c vivif2 --  cl tried    62675 cl shrink        0 lits rem          0 time: 0.07
105.19/105.25	c asymm  cl-useful: 0/1178/6967 lits-rem:0 time: 0.19
105.19/105.25	c calculated reachability. Time: 0.00
105.19/105.26	c  N dy  3659    806427      1475      6967    118162     62675    364149   1532406     11.04   no data
107.69/107.71	c  N dy  3756    827774      1475      6967    118162     45344    364149    750844     11.04     11.73
109.89/109.99	c  N dy  3833    847947      1475      6967    118162     65171    364149   1494142     11.03     11.63
112.31/112.31	c  N dy  3917    868070      1475      6967    118162     45639    364149    751696     11.04     11.75
114.51/114.54	c  N dy  4004    888084      1475      6967    118162     65338    364149   1501570     11.04     13.71
116.90/116.92	c  N dy  4091    908175      1475      6967    118162     44783    364149    661410     11.04     11.72
118.99/119.06	c  N dy  4190    928213      1475      6967    118162     64513    364149   1441620     11.04     11.64
121.70/121.70	c  N dy  4301    948441      1475      6967    118162     43076    364149    571626     11.05     11.70
123.80/123.87	c  N dy  4379    968531      1475      6967    118162     62761    364149   1305295     11.05     11.69
126.29/126.35	c  N dy  4459    988850      1475      6967    118162     82667    364149   2042053     11.05     11.73
128.60/128.61	c  N dy  4553   1008891      1475      6967    118162     60206    364149   1238525     11.05     12.04
131.01/131.06	c  N dy  4671   1028924      1475      6967    118162     79900    364149   1992539     11.06     11.75
133.39/133.41	c  N dy  4762   1049081      1475      6967    118162     56480    364149   1040313     11.06     11.66
135.80/135.80	c  N dy  4851   1069279      1475      6967    118162     76325    364149   1792796     11.06     11.69
136.10/136.15	c  F st  4856   1071878      1475      6967    118162     78869    364149   1880101     11.06     11.10
138.20/138.23	c  N dy  4918   1089963      1475      6967    118162     52475    364149    842926     11.06     11.67
140.40/140.49	c  N dy  5011   1110036      1475      6967    118162     72229    364149   1604020     11.06     11.81
143.11/143.17	c  N dy  5096   1130061      1475      6967    118162     46657    364149    595048     11.06     12.48
145.31/145.38	c  N dy  5181   1150144      1475      6967    118162     66359    364149   1323433     11.06     11.65
147.70/147.79	c  N dy  5275   1170162      1475      6967    118162     86045    364149   2069245     11.06     15.71
150.19/150.24	c  N dy  5372   1190512      1475      6967    118162     59831    364149   1038536     11.06     11.70
152.39/152.48	c  S st  5453   1209640      1475      6967    118162     78597    364149   1743833     11.06     10.09
152.49/152.54	c  S st  5453   1210143      1475      6967    118162     79100    364149   1771597     11.06   no data
152.49/152.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
152.69/152.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.1M T:  0.23
152.69/152.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
152.79/152.80	c bin-w-bin subsume rem            0 bins  time:  0.01 s
153.19/153.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
153.19/153.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
153.19/153.26	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
153.19/153.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
154.49/154.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.25 s
156.59/156.60	c lits-rem:       846  cl-subs:     3192  v-elim:      0  v-fix:    0  time:  2.02 s
156.59/156.61	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
156.59/156.69	c vivif2 --  cl tried    75908 cl shrink        0 lits rem          0 time: 0.08
156.79/156.89	c asymm  cl-useful: 0/1180/6967 lits-rem:0 time: 0.20
156.79/156.90	c calculated reachability. Time: 0.00
156.79/156.90	c  N dy  5453   1210143      1475      6967    118162     75908    364149   1713125     11.06   no data
159.51/159.52	c  N dy  5538   1230149      1475      6967    118162     48470    364149    606459     11.06     11.74
161.71/161.78	c  N dy  5628   1250314      1475      6967    118162     68246    364149   1343410     11.07     11.67
164.30/164.33	c  N dy  5712   1270389      1475      6967    118162     87988    364149   2088537     11.07     12.79
166.79/166.81	c  N dy  5779   1290483      1475      6967    118162     59581    364149    982364     11.06     11.65
169.20/169.20	c  N dy  5869   1311066      1475      6967    118162     79795    364149   1762894     11.07     11.67
171.80/171.86	c  N dy  5933   1331101      1475      6967    118162     50385    364149    629508     11.06     11.66
174.00/174.09	c  N dy  6013   1351248      1475      6967    118162     70184    364149   1348044     11.06     11.96
176.60/176.63	c  N dy  6094   1371310      1475      6967    118162     89863    364149   2054312     11.06     11.74
179.20/179.26	c  N dy  6177   1392163      1475      6967    118162     60221    364149    962214     11.06     11.92
181.61/181.64	c  N dy  6274   1412326      1475      6967    118162     80022    364149   1702912     11.06     11.67
184.20/184.21	c  N dy  6351   1432407      1475      6967    118162     99733    364149   2437332     11.06     11.74
186.50/186.59	c  N dy  6435   1452457      1475      6967    118162     68371    364149   1234338     11.06     11.68
189.00/189.04	c  N dy  6509   1472498      1475      6967    118162     88008    364149   1959113     11.06     12.35
191.69/191.76	c  N dy  6624   1492567      1475      6967    118162     55715    364149    749084     11.06     11.82
194.20/194.23	c  N dy  6716   1512597      1475      6967    118162     75364    364149   1471249     11.06     12.76
196.70/196.77	c  N dy  6798   1532687      1475      6967    118162     95096    364149   2213219     11.06     11.67
199.30/199.31	c  N dy  6883   1552899      1475      6967    118162     61972    364149    945961     11.06     11.65
201.70/201.70	c  N dy  6984   1573052      1475      6967    118162     81816    364149   1680164     11.06     11.70
204.30/204.34	c  N dy  7074   1593172      1475      6967    118162    101571    364149   2411829     11.06     11.69
206.81/206.86	c  N dy  7166   1613202      1475      6967    118162     67213    364149   1092620     11.06     12.21
209.30/209.34	c  N dy  7250   1633335      1475      6967    118162     86945    364149   1799234     11.06     11.67
212.00/212.05	c  N dy  7340   1653449      1475      6967    118162    106688    364149   2504675     11.06     11.96
214.61/214.67	c  N dy  7429   1674683      1475      6967    118162     72575    364149   1259661     11.06     11.71
217.20/217.24	c  N dy  7528   1694793      1475      6967    118162     92328    364149   1997835     11.06     11.72
219.30/219.37	c  S st  7596   1710143      1475      6967    118162    107351    364149   2534691     11.06   no data
219.40/219.44	c  S st  7596   1710645      1475      6967    118162    107851    364149   2558428     11.06   no data
219.40/219.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
219.70/219.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.5M T:  0.27
219.70/219.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
219.70/219.73	c bin-w-bin subsume rem            0 bins  time:  0.01 s
220.11/220.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
220.11/220.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
220.11/220.19	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
220.20/220.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
221.60/221.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.34 s
225.90/225.97	c lits-rem:      1596  cl-subs:     5674  v-elim:      0  v-fix:    0  time:  4.33 s
225.90/225.97	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
226.00/226.09	c vivif2 --  cl tried   102177 cl shrink        0 lits rem          0 time: 0.12
226.30/226.30	c asymm  cl-useful: 0/1034/6967 lits-rem:0 time: 0.21
226.30/226.31	c calculated reachability. Time: 0.00
226.30/226.31	c  N dy  7596   1710645      1475      6967    118162    102177    364149   2458804     11.06   no data
228.91/228.96	c  N dy  7685   1730659      1475      6967    118162     65914    364149   1008486     11.06     14.61
231.39/231.41	c  N dy  7774   1750686      1475      6967    118162     85594    364149   1723047     11.07     11.65
234.00/234.04	c  N dy  7846   1771094      1475      6967    118162    105613    364149   2469227     11.06     11.65
236.62/236.61	c  N dy  7920   1791171      1475      6967    118162     68395    364149   1072637     11.06     12.42
239.00/239.05	c  N dy  7992   1811387      1475      6967    118162     88233    364149   1791493     11.06     11.76
241.60/241.65	c  N dy  8091   1831653      1475      6967    118162    108176    364149   2554977     11.06     11.67
244.31/244.39	c  N dy  8167   1852718      1475      6967    118162     70912    364149   1139661     11.06     11.70
246.80/246.86	c  N dy  8263   1872751      1475      6967    118162     90620    364149   1881210     11.06     11.66
249.60/249.61	c  N dy  8359   1892835      1475      6967    118162    110317    364149   2596150     11.06     12.52
252.20/252.23	c  N dy  8431   1913324      1475      6967    118162     71475    364149   1123321     11.06     11.69
254.70/254.73	c  N dy  8505   1933430      1475      6967    118162     91180    364149   1835327     11.05     11.65
257.51/257.57	c  N dy  8581   1954292      1475      6967    118162    111667    364149   2590841     11.05     11.66
260.30/260.38	c  N dy  8669   1975203      1475      6967    118162     72332    364149   1128457     11.05     11.64
263.10/263.15	c  N dy  8766   1996121      1475      6967    118162     92859    364149   1896712     11.05     11.68
265.80/265.88	c  N dy  8849   2016209      1475      6967    118162    112574    364149   2630695     11.05     11.72
268.51/268.58	c  N dy  8928   2036269      1475      6967    118162     71440    364149   1082701     11.05     11.75
271.10/271.10	c  N dy  9021   2056567      1475      6967    118162     91352    364149   1820311     11.05     11.65
273.80/273.89	c  N dy  9097   2077052      1475      6967    118162    111436    364149   2563381     11.05     11.66
276.71/276.76	c  N dy  9189   2097067      1475      6967    118162     69285    364149    989427     11.05     11.68
279.20/279.25	c  N dy  9260   2117401      1475      6967    118162     89254    364149   1707868     11.05     11.65
281.80/281.89	c  N dy  9338   2137428      1475      6967    118162    108902    364149   2422977     11.05     18.80
284.81/284.90	c  N dy  9419   2157740      1475      6967    118162     65981    364149    832331     11.05     11.68
287.31/287.32	c  N dy  9515   2177804      1475      6967    118162     85689    364149   1547111     11.05     13.29
290.00/290.06	c  N dy  9626   2197859      1475      6967    118162    105352    364149   2252599     11.05     13.18
291.80/291.86	c  S st  9688   2210646      1475      6967    118162    117880    364149   2713304     11.05     10.04
291.90/291.93	c  S st  9688   2211150      1475      6967    118162    118380    364149   2737780     11.05   no data
291.90/291.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
292.20/292.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.9M T:  0.28
292.20/292.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
292.20/292.24	c bin-w-bin subsume rem            0 bins  time:  0.01 s
292.61/292.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
292.61/292.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
292.61/292.70	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
292.72/292.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
294.01/294.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
298.70/298.77	c lits-rem:      1239  cl-subs:     5583  v-elim:      0  v-fix:    0  time:  4.69 s
298.70/298.78	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
298.90/298.92	c vivif2 --  cl tried   112797 cl shrink        0 lits rem          0 time: 0.14
299.10/299.13	c asymm  cl-useful: 0/997/6967 lits-rem:0 time: 0.21
299.10/299.13	c calculated reachability. Time: 0.00
299.10/299.13	c  N dy  9688   2211150      1475      6967    118162    112797    364149   2639571     11.05   no data
302.00/302.01	c  N dy  9782   2231190      1475      6967    118162     68787    364149    912960     11.06     11.68
304.50/304.50	c  N dy  9868   2251554      1475      6967    118162     88797    364149   1671925     11.05     11.69
307.21/307.28	c  N dy  9952   2271562      1475      6967    118162    108444    364149   2388844     11.05     11.72
310.21/310.25	c  N dy 10055   2291776      1475      6967    118162    128256    364149   3105644     11.06     11.65
312.90/312.91	c  N dy 10136   2312302      1475      6967    118162     83645    364149   1421573     11.05     11.94
315.60/315.63	c  N dy 10227   2332873      1475      6967    118162    103837    364149   2166602     11.06     11.64
318.50/318.57	c  N dy 10297   2353757      1475      6967    118162    124336    364149   2916798     11.05     11.67
321.32/321.36	c  N dy 10382   2373857      1475      6967    118162     78256    364149   1180663     11.05     11.66
323.90/323.98	c  N dy 10463   2393928      1475      6967    118162     97971    364149   1907250     11.05     11.71
326.71/326.75	c  N dy 10543   2413983      1475      6967    118162    117581    364149   2616905     11.05     14.51
329.70/329.75	c  N dy 10636   2434036      1475      6967    118162     70601    364149    907996     11.05     13.47
332.22/332.28	c  N dy 10731   2454147      1475      6967    118162     90317    364149   1603967     11.05     11.68
335.01/335.05	c  N dy 10821   2474250      1475      6967    118162    110029    364149   2323709     11.06     11.66
338.10/338.20	c  N dy 10917   2494524      1475      6967    118162    129958    364149   3057632     11.06     11.85
341.01/341.09	c  N dy 10992   2514764      1475      6967    118162     82132    364149   1288925     11.05     11.70
343.60/343.70	c  N dy 11097   2534800      1475      6967    118162    101813    364149   2044990     11.06     12.18
346.52/346.55	c  N dy 11185   2554957      1475      6967    118162    121581    364149   2772342     11.06     11.72
349.70/349.72	c  N dy 11267   2575638      1475      6967    118162     73190    364149    944560     11.06     11.79
352.31/352.32	c  N dy 11374   2595877      1475      6967    118162     92992    364149   1645297     11.06     11.74
355.10/355.12	c  N dy 11453   2616425      1475      6967    118162    113132    364149   2375695     11.06     11.66
358.00/358.08	c  N dy 11547   2636619      1475      6967    118162    132890    364149   3093459     11.06     11.70
360.92/360.95	c  N dy 11628   2657233      1475      6967    118162     83567    364149   1295877     11.06     11.77
363.60/363.69	c  N dy 11722   2677301      1475      6967    118162    103247    364149   1996365     11.06     11.72
366.41/366.47	c  N dy 11808   2697336      1475      6967    118162    122888    364149   2706493     11.06     13.54
368.51/368.57	c  S st 11854   2711151      1475      6967    118162    136417    364149   3165899     11.06     11.07
368.61/368.65	c  S st 11854   2711651      1475      6967    118162    136916    364149   3189929     11.06   no data
368.61/368.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
368.90/368.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.2M T:  0.31
368.90/368.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
368.90/368.99	c bin-w-bin subsume rem            0 bins  time:  0.01 s
369.40/369.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
369.40/369.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
369.40/369.45	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
369.40/369.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
370.91/370.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
373.91/373.95	c lits-rem:      1310  cl-subs:     7506  v-elim:      0  v-fix:    0  time:  3.05 s
373.91/373.96	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
374.12/374.12	c vivif2 --  cl tried   129410 cl shrink        0 lits rem          0 time: 0.16
374.31/374.34	c asymm  cl-useful: 0/910/6967 lits-rem:0 time: 0.22
374.31/374.34	c calculated reachability. Time: 0.00
374.31/374.34	c  N dy 11854   2711651      1475      6967    118162    129410    364149   3060942     11.06   no data
377.31/377.33	c  N dy 11923   2731739      1475      6967    118162     78567    364149   1080780     11.06     13.39
380.00/380.06	c  N dy 12013   2752421      1475      6967    118162     98851    364149   1807781     11.06     11.74
382.82/382.87	c  N dy 12104   2772672      1475      6967    118162    118669    364149   2534823     11.06     11.66
385.91/385.96	c  N dy 12182   2792860      1475      6967    118162    138409    364149   3232261     11.05     11.71
388.71/388.79	c  N dy 12280   2812882      1475      6967    118162     86537    364149   1361645     11.05     12.67
391.50/391.55	c  N dy 12362   2833171      1475      6967    118162    106436    364149   2088620     11.05     11.66
394.40/394.46	c  N dy 12453   2853338      1475      6967    118162    126242    364149   2795541     11.05     11.80
397.71/397.76	c  N dy 12536   2873402      1475      6967    118162     73387    364149    851159     11.05     11.72
400.30/400.36	c  N dy 12631   2893636      1475      6967    118162     93252    364149   1554919     11.05     11.75
403.20/403.29	c  N dy 12703   2914840      1475      6967    118162    114036    364149   2285302     11.05     11.68
406.30/406.31	c  N dy 12793   2934921      1475      6967    118162    133775    364149   3000642     11.05     12.04
409.41/409.43	c  N dy 12882   2954996      1475      6967    118162     79862    364149   1070789     11.05     11.69
412.11/412.10	c  N dy 12970   2975088      1475      6967    118162     99583    364149   1768878     11.05     12.85
415.01/415.05	c  N dy 13052   2995121      1475      6967    118162    119207    364149   2440550     11.05     11.70
418.12/418.19	c  N dy 13164   3015300      1475      6967    118162    138998    364149   3165273     11.06     11.71
421.20/421.30	c  N dy 13239   3035490      1475      6967    118162     84267    364149   1190479     11.05     11.68
424.01/424.01	c  N dy 13314   3055526      1475      6967    118162    103914    364149   1878679     11.05     11.64
426.92/426.91	c  N dy 13402   3075653      1475      6967    118162    123657    364149   2587563     11.05     11.71
430.01/430.01	c  N dy 13489   3095884      1475      6967    118162    143555    364149   3320675     11.05     11.81
433.01/433.06	c  N dy 13547   3115944      1475      6967    118162     87632    364149   1262336     11.05     21.16
435.72/435.73	c  N dy 13630   3136102      1475      6967    118162    107403    364149   1995952     11.05     11.70
438.60/438.67	c  N dy 13711   3156172      1475      6967    118162    127114    364149   2709030     11.05     11.66
441.81/441.85	c  N dy 13805   3176388      1475      6967    118162    146922    364149   3421107     11.05     11.68
444.71/444.72	c  N dy 13889   3196511      1475      6967    118162     90163    364149   1382253     11.05     11.64
446.81/446.83	c  S st 13944   3211652      1475      6967    118162    104996    364149   1894529     11.05   no data
446.81/446.89	c  S st 13944   3212153      1475      6967    118162    105497    364149   1919924     11.05   no data
446.91/446.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
447.11/447.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.8M T:  0.27
447.11/447.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
447.11/447.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
447.61/447.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
447.61/447.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
447.61/447.65	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
447.61/447.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
448.92/448.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.23 s
450.61/450.66	c lits-rem:       540  cl-subs:     4236  v-elim:      0  v-fix:    0  time:  1.70 s
450.61/450.67	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
450.71/450.77	c vivif2 --  cl tried   101261 cl shrink        0 lits rem          0 time: 0.10
450.91/450.97	c asymm  cl-useful: 0/1005/6967 lits-rem:0 time: 0.21
450.91/450.98	c calculated reachability. Time: 0.00
450.91/450.98	c  N dy 13944   3212153      1475      6967    118162    101261    364149   1844046     11.05   no data
453.91/453.96	c  N dy 14039   3232287      1475      6967    118162    121051    364149   2564661     11.05     11.85
457.10/457.14	c  N dy 14145   3252355      1475      6967    118162    140759    364149   3297371     11.05     15.52
460.41/460.43	c  N dy 14244   3272454      1475      6967    118162     83043    364149   1076950     11.05     16.86
463.12/463.17	c  N dy 14331   3292916      1475      6967    118162    103111    364149   1788304     11.05     11.72
466.00/466.02	c  N dy 14424   3312990      1475      6967    118162    122825    364149   2522945     11.05     12.15
469.11/469.17	c  N dy 14519   3333107      1475      6967    118162    142569    364149   3239685     11.05     11.68
472.41/472.43	c  N dy 14617   3353179      1475      6967    118162     83781    364149   1078601     11.05     11.64
475.11/475.10	c  N dy 14711   3373255      1475      6967    118162    103510    364149   1775564     11.05     15.74
478.01/478.08	c  N dy 14797   3393338      1475      6967    118162    123223    364149   2484424     11.06     11.68
481.00/481.08	c  N dy 14880   3413582      1475      6967    118162    143104    364149   3241542     11.06     11.70
484.51/484.52	c  N dy 14960   3433636      1475      6967    118162     83272    364149   1035886     11.06     11.66
487.32/487.33	c  N dy 15040   3453977      1475      6967    118162    103228    364149   1721776     11.06     11.68
490.21/490.26	c  N dy 15131   3474089      1475      6967    118162    123035    364149   2442301     11.06     11.65
493.51/493.52	c  N dy 15228   3494189      1475      6967    118162    142698    364149   3134349     11.06     11.71
497.01/497.05	c  N dy 15327   3514271      1475      6967    118162     81906    364149    959273     11.06     11.67
499.61/499.67	c  N dy 15413   3534292      1475      6967    118162    101559    364149   1670466     11.06     11.90
502.61/502.65	c  N dy 15515   3554424      1475      6967    118162    121296    364149   2391190     11.06     11.72
505.81/505.88	c  N dy 15595   3574492      1475      6967    118162    140939    364149   3072552     11.06     11.69
509.21/509.21	c  N dy 15699   3594566      1475      6967    118162    160627    364149   3777248     11.06     14.17
512.11/512.15	c  N dy 15792   3614602      1475      6967    118162     98891    364149   1555257     11.06     16.46
515.21/515.24	c  N dy 15871   3635673      1475      6967    118162    119562    364149   2285919     11.06     11.66
518.41/518.42	c  N dy 15937   3655937      1475      6967    118162    139400    364149   2970279     11.06     11.66
521.71/521.77	c  N dy 16019   3676061      1475      6967    118162    159172    364149   3679996     11.06     11.67
524.91/524.91	c  N dy 16115   3696422      1475      6967    118162     96767    364149   1451330     11.06     11.74
527.11/527.17	c  S st 16171   3712153      1475      6967    118162    112131    364149   1985149     11.06      9.16
527.21/527.24	c  S st 16171   3712656      1475      6967    118162    112634    364149   2008250     11.06   no data
527.21/527.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
527.51/527.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.3M T:  0.29
527.51/527.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
527.51/527.55	c bin-w-bin subsume rem            0 bins  time:  0.01 s
527.91/527.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
527.91/528.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
528.02/528.01	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
528.02/528.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
529.31/529.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.25 s
530.81/530.87	c lits-rem:       553  cl-subs:     3841  v-elim:      0  v-fix:    0  time:  1.52 s
530.81/530.88	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
530.91/530.98	c vivif2 --  cl tried   108793 cl shrink        0 lits rem          0 time: 0.11
531.11/531.14	c asymm  cl-useful: 0/663/6967 lits-rem:0 time: 0.15
531.11/531.15	c calculated reachability. Time: 0.00
531.11/531.15	c  N dy 16171   3712656      1475      6967    118162    108793    364149   1945498     11.06   no data
534.21/534.21	c  N dy 16287   3732758      1475      6967    118162    128519    364149   2664753     11.06     11.65
537.21/537.29	c  F st 16370   3751564      1475      6967    118162    146939    364149   3302893     11.06     10.71
537.61/537.62	c  N st 16374   3753600      1475      6967    118162    148927    364149   3374927     11.06   no data
541.32/541.34	c  N dy 16461   3774393      1475      6967    118162     85964    364149   1028242     11.06     11.68
544.02/544.00	c  N dy 16551   3794420      1475      6967    118162    105654    364149   1749388     11.06     12.05
546.91/546.93	c  N dy 16660   3814497      1475      6967    118162    125379    364149   2467910     11.06     11.72
550.02/550.09	c  N dy 16739   3834703      1475      6967    118162    145174    364149   3175460     11.06     11.67
553.51/553.54	c  N dy 16825   3856197      1475      6967    118162    166275    364149   3943195     11.06     11.66
556.62/556.68	c  N dy 16915   3876684      1475      6967    118162    102062    364149   1557736     11.06     11.65
559.51/559.57	c  N dy 16994   3896713      1475      6967    118162    121696    364149   2278457     11.06     11.70
562.71/562.74	c  N dy 17072   3916729      1475      6967    118162    141284    364149   2962340     11.06     15.94
566.11/566.13	c  N dy 17168   3936823      1475      6967    118162    160982    364149   3679060     11.06     11.71
569.42/569.45	c  N dy 17253   3957172      1475      6967    118162     95642    364149   1327357     11.06     11.65
572.32/572.34	c  N dy 17369   3977212      1475      6967    118162    115322    364149   2066716     11.06     12.22
575.42/575.46	c  N dy 17454   3997312      1475      6967    118162    135029    364149   2792353     11.06     12.01
579.02/579.06	c  N dy 17552   4017617      1475      6967    118162    154959    364149   3529463     11.06     11.65
582.71/582.78	c  N dy 17649   4037640      1475      6967    118162     88289    364149   1049735     11.06     11.69
585.61/585.66	c  N dy 17747   4058416      1475      6967    118162    108688    364149   1779508     11.06     11.69
588.63/588.67	c  N dy 17841   4078588      1475      6967    118162    128456    364149   2469114     11.06     11.69
591.93/591.92	c  N dy 17932   4098597      1475      6967    118162    148045    364149   3160204     11.07     11.71
595.42/595.49	c  N dy 18020   4118778      1475      6967    118162    167806    364149   3851117     11.07     11.71
598.71/598.74	c  N dy 18102   4138889      1475      6967    118162    100233    364149   1448714     11.06     11.68
601.61/601.69	c  N dy 18202   4159411      1475      6967    118162    120349    364149   2169118     11.07     11.67
604.81/604.86	c  N dy 18295   4179466      1475      6967    118162    139960    364149   2866171     11.07     12.06
608.11/608.17	c  N dy 18398   4199476      1475      6967    118162    159593    364149   3574842     11.07     11.65
610.52/610.53	c  S st 18460   4212656      1475      6967    118162    172499    364149   4021249     11.07   no data
610.62/610.61	c  S st 18460   4213160      1475      6967    118162    173002    364149   4045330     11.07   no data
610.62/610.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
610.91/610.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.9M T:  0.36
610.91/610.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
611.01/611.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
611.41/611.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
611.41/611.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
611.41/611.47	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
611.51/611.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
612.91/612.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
617.01/617.08	c lits-rem:      1313  cl-subs:     9658  v-elim:      0  v-fix:    0  time:  4.15 s
617.01/617.09	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
617.23/617.29	c vivif2 --  cl tried   163344 cl shrink        0 lits rem          0 time: 0.20
617.51/617.51	c asymm  cl-useful: 0/1125/6967 lits-rem:0 time: 0.22
617.51/617.52	c calculated reachability. Time: 0.00
617.51/617.52	c  N dy 18460   4213160      1475      6967    118162    163344    364149   3880419     11.07   no data
621.02/621.04	c  N dy 18564   4233307      1475      6967    118162     95016    364149   1243325     11.07     11.67
623.91/623.90	c  N dy 18663   4253402      1475      6967    118162    114695    364149   1946816     11.07     13.24
626.91/626.93	c  N dy 18727   4273575      1475      6967    118162    134472    364149   2641578     11.07     11.70
630.11/630.18	c  N dy 18814   4293649      1475      6967    118162    154203    364149   3360450     11.07     13.04
633.82/633.80	c  N dy 18891   4313824      1475      6967    118162    173982    364149   4025175     11.07     11.71
636.92/636.98	c  N dy 18982   4333905      1475      6967    118162    104515    364149   1577479     11.07     13.17
639.91/639.98	c  N dy 19074   4354049      1475      6967    118162    124267    364149   2275237     11.07     11.68
643.12/643.14	c  N dy 19172   4374151      1475      6967    118162    143995    364149   2994097     11.07     11.86
646.51/646.58	c  N dy 19254   4394543      1475      6967    118162    163990    364149   3690425     11.07     11.74
650.32/650.35	c  N dy 19360   4414553      1475      6967    118162     93421    364149   1144398     11.07     11.74
653.22/653.20	c  N dy 19468   4434627      1475      6967    118162    113150    364149   1861187     11.07     11.76
656.42/656.41	c  N dy 19579   4455302      1475      6967    118162    133445    364149   2611396     11.08     11.71
659.72/659.73	c  N dy 19665   4475314      1475      6967    118162    153043    364149   3328449     11.08     12.70
663.32/663.31	c  N dy 19756   4495327      1475      6967    118162    172614    364149   4020421     11.08     11.81
667.21/667.24	c  N dy 19832   4515468      1475      6967    118162    101143    364149   1368900     11.08     11.69
670.22/670.27	c  N dy 19926   4536123      1475      6967    118162    121418    364149   2085906     11.08     11.80
673.33/673.35	c  N dy 20010   4556183      1475      6967    118162    141070    364149   2772226     11.08     11.72
676.71/676.78	c  N dy 20106   4576464      1475      6967    118162    161005    364149   3485531     11.08     11.69
680.32/680.37	c  N dy 20193   4596555      1475      6967    118162    180649    364149   4188089     11.08     16.38
683.72/683.77	c  N dy 20297   4616947      1475      6967    118162    108477    364149   1618618     11.08     11.70
686.91/686.91	c  N dy 20380   4637200      1475      6967    118162    128307    364149   2316969     11.08     11.66
690.21/690.21	c  N dy 20493   4657408      1475      6967    118162    148123    364149   3046206     11.08     11.76
693.71/693.70	c  N dy 20586   4677649      1475      6967    118162    167950    364149   3762148     11.08     11.81
697.72/697.72	c  N dy 20686   4698657      1475      6967    118162     95407    364149   1135416     11.08     11.80
699.82/699.81	c  S st 20755   4713160      1475      6967    118162    109617    364149   1630771     11.08      8.98
699.82/699.89	c  S st 20755   4713660      1475      6967    118162    110116    364149   1653594     11.08   no data
699.92/699.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
700.12/700.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.8M T:  0.29
700.12/700.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
700.22/700.21	c bin-w-bin subsume rem            0 bins  time:  0.01 s
700.62/700.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
700.62/700.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
700.62/700.67	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
700.62/700.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
701.83/701.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.16 s
702.62/702.64	c lits-rem:       299  cl-subs:     2246  v-elim:      0  v-fix:    0  time:  0.73 s
702.62/702.64	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
702.72/702.74	c vivif2 --  cl tried   107870 cl shrink        0 lits rem          0 time: 0.10
702.93/702.94	c asymm  cl-useful: 0/989/6967 lits-rem:0 time: 0.21
702.93/702.95	c calculated reachability. Time: 0.00
702.93/702.95	c  N dy 20755   4713660      1475      6967    118162    107870    364149   1616957     11.08   no data
706.02/706.02	c  N dy 20854   4733822      1475      6967    118162    127667    364149   2323138     11.08     11.76
709.31/709.36	c  N dy 20941   4754052      1475      6967    118162    147484    364149   3013755     11.08     11.73
712.83/712.90	c  N dy 21032   4774790      1475      6967    118162    167819    364149   3758320     11.08     11.72
716.52/716.54	c  N dy 21127   4795158      1475      6967    118162    187759    364149   4448581     11.08     11.69
719.72/719.71	c  N dy 21229   4815186      1475      6967    118162    113359    364149   1743489     11.08     13.33
722.72/722.75	c  N dy 21319   4835243      1475      6967    118162    133033    364149   2441544     11.08     13.43
726.03/726.08	c  N dy 21393   4855541      1475      6967    118162    152920    364149   3128157     11.08     11.69
729.62/729.65	c  N dy 21495   4876046      1475      6967    118162    173031    364149   3846352     11.08     11.67
733.42/733.48	c  N dy 21567   4896441      1475      6967    118162     97944    364149   1183886     11.08     11.68
736.42/736.48	c  N dy 21649   4916497      1475      6967    118162    117592    364149   1839744     11.08     13.80
739.62/739.60	c  N dy 21739   4936871      1475      6967    118162    137581    364149   2561409     11.08     11.67
742.91/742.92	c  N dy 21846   4956957      1475      6967    118162    157268    364149   3267442     11.08     12.34
746.32/746.33	c  N dy 21926   4977157      1475      6967    118162    177038    364149   3972159     11.08     11.68
750.12/750.18	c  N dy 21997   4998352      1475      6967    118162    101734    364149   1283458     11.08     11.67
753.12/753.19	c  N dy 22077   5018558      1475      6967    118162    121531    364149   1961354     11.08     11.73
756.22/756.20	c  N dy 22165   5038634      1475      6967    118162    141208    364149   2666397     11.08     11.67
759.62/759.62	c  N dy 22285   5058728      1475      6967    118162    160986    364149   3380004     11.08     11.68
763.02/763.05	c  N dy 22350   5078845      1475      6967    118162    180682    364149   4073461     11.08     11.81
766.73/766.78	c  N dy 22435   5099294      1475      6967    118162    103692    364149   1327634     11.08     11.69
769.82/769.84	c  N dy 22529   5120120      1475      6967    118162    124147    364149   2068076     11.08     11.76
773.22/773.21	c  N dy 22618   5140447      1475      6967    118162    144120    364149   2772685     11.08     11.77
776.62/776.63	c  N dy 22711   5160533      1475      6967    118162    163807    364149   3454279     11.08     13.94
780.12/780.19	c  N dy 22789   5180557      1475      6967    118162    183378    364149   4128755     11.08     11.92
783.92/783.90	c  N dy 22881   5200644      1475      6967    118162    105011    364149   1361444     11.08     13.41
785.72/785.78	c  S st 22938   5213660      1475      6967    118162    117782    364149   1815845     11.08   no data
785.82/785.85	c  S st 22938   5214161      1475      6967    118162    118283    364149   1837736     11.08   no data
785.82/785.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
786.12/786.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.9M T:  0.29
786.12/786.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
786.12/786.17	c bin-w-bin subsume rem            0 bins  time:  0.01 s
786.53/786.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
786.63/786.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
786.63/786.63	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
786.63/786.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
787.92/787.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.19 s
788.73/788.76	c lits-rem:       308  cl-subs:     2464  v-elim:      0  v-fix:    0  time:  0.85 s
788.73/788.76	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
788.83/788.87	c vivif2 --  cl tried   115819 cl shrink        0 lits rem          0 time: 0.11
789.02/789.07	c asymm  cl-useful: 0/917/6967 lits-rem:0 time: 0.20
789.02/789.08	c calculated reachability. Time: 0.00
789.02/789.08	c  N dy 22938   5214161      1475      6967    118162    115819    364149   1796497     11.08   no data
792.22/792.23	c  N dy 23024   5234367      1475      6967    118162    135645    364149   2479624     11.08     11.80
795.53/795.53	c  N dy 23098   5254417      1475      6967    118162    155271    364149   3169465     11.08     11.74
798.92/798.97	c  N dy 23186   5274496      1475      6967    118162    174938    364149   3876114     11.08     11.70
802.82/802.87	c  N dy 23279   5294878      1475      6967    118162    194940    364149   4584565     11.08     11.69
806.32/806.38	c  N dy 23370   5315023      1475      6967    118162    115728    364149   1746444     11.08     11.67
809.63/809.64	c  N dy 23456   5335256      1475      6967    118162    135563    364149   2462221     11.08     11.68
812.93/813.00	c  N dy 23541   5355259      1475      6967    118162    155125    364149   3135492     11.08     11.67
816.52/816.53	c  N dy 23639   5375426      1475      6967    118162    174879    364149   3858179     11.08     11.69
820.22/820.26	c  N dy 23714   5395486      1475      6967    118162    194537    364149   4542788     11.08     14.50
823.72/823.72	c  N dy 23818   5415578      1475      6967    118162    114278    364149   1666361     11.09     13.83
826.83/826.83	c  N dy 23900   5435622      1475      6967    118162    133915    364149   2339540     11.09     11.69
830.22/830.22	c  N dy 23996   5455950      1475      6967    118162    153821    364149   3046955     11.09     11.89
833.83/833.83	c  N dy 24085   5476227      1475      6967    118162    173722    364149   3754220     11.09     11.81
837.42/837.49	c  N dy 24175   5496490      1475      6967    118162    193593    364149   4465375     11.09     11.84
841.02/841.06	c  N dy 24240   5516499      1475      6967    118162    112214    364149   1550598     11.09     11.69
844.13/844.10	c  N dy 24324   5536607      1475      6967    118162    131898    364149   2251905     11.09     11.69
847.33/847.39	c  N dy 24403   5556684      1475      6967    118162    151566    364149   2937219     11.09     17.25
850.82/850.89	c  N dy 24477   5576810      1475      6967    118162    171268    364149   3636024     11.08     11.78
854.42/854.44	c  N dy 24565   5596851      1475      6967    118162    190891    364149   4337457     11.08     16.28
858.22/858.28	c  N dy 24639   5617348      1475      6967    118162    109104    364149   1409541     11.08     11.87
861.33/861.40	c  N dy 24716   5637354      1475      6967    118162    128703    364149   2092497     11.08     11.86
864.74/864.71	c  N dy 24801   5657504      1475      6967    118162    148429    364149   2783576     11.08     11.82
868.13/868.17	c  N dy 24882   5677516      1475      6967    118162    168065    364149   3487253     11.08     11.86
872.02/872.09	c  N dy 24989   5697527      1475      6967    118162    187726    364149   4183316     11.08     11.88
875.22/875.29	c  S st 25067   5714162      1475      6967    118162    203997    364149   4755055     11.08     10.86
875.32/875.38	c  S st 25067   5714664      1475      6967    118162    204497    364149   4782690     11.08   no data
875.32/875.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
875.82/875.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.0M T:  0.40
875.82/875.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
875.82/875.81	c bin-w-bin subsume rem            0 bins  time:  0.01 s
876.22/876.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
876.22/876.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
876.22/876.28	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
876.32/876.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
877.72/877.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
883.12/883.17	c lits-rem:      1330  cl-subs:    13230  v-elim:      0  v-fix:    0  time:  5.40 s
883.12/883.18	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
883.43/883.41	c vivif2 --  cl tried   191267 cl shrink        0 lits rem          0 time: 0.24
883.62/883.63	c asymm  cl-useful: 0/842/6967 lits-rem:0 time: 0.22
883.62/883.64	c calculated reachability. Time: 0.00
883.62/883.64	c  N dy 25067   5714664      1475      6967    118162    191267    364149   4561454     11.08   no data
887.62/887.66	c  N dy 25142   5735047      1475      6967    118162    108471    364149   1384987     11.08     11.77
890.72/890.75	c  N dy 25219   5755148      1475      6967    118162    128176    364149   2079608     11.08     14.79
894.12/894.15	c  N dy 25318   5775616      1475      6967    118162    148250    364149   2796024     11.08     11.80
897.64/897.64	c  N dy 25415   5796146      1475      6967    118162    168398    364149   3514692     11.08     11.72
901.23/901.27	c  N dy 25505   5816199      1475      6967    118162    188035    364149   4217307     11.08     12.15
905.23/905.24	c  N dy 25601   5836233      1475      6967    118162    207661    364149   4894414     11.08     11.70
908.52/908.56	c  N dy 25678   5856242      1475      6967    118162    123417    364149   1862095     11.08     13.53
911.83/911.85	c  N dy 25761   5876449      1475      6967    118162    143240    364149   2565349     11.08     11.68
915.42/915.41	c  N dy 25870   5896548      1475      6967    118162    162938    364149   3251183     11.09     11.85
919.12/919.12	c  N dy 25950   5916576      1475      6967    118162    182566    364149   3927022     11.08     11.87
922.93/922.97	c  N dy 26059   5936751      1475      6967    118162    202346    364149   4655197     11.09     11.71
926.63/926.62	c  N dy 26162   5956826      1475      6967    118162    117193    364149   1659878     11.09     18.90
929.92/929.91	c  N dy 26255   5977239      1475      6967    118162    137195    364149   2364324     11.09     11.79
933.32/933.39	c  N dy 26354   5997542      1475      6967    118162    157075    364149   3064726     11.09     11.79
937.02/937.03	c  N dy 26449   6017622      1475      6967    118162    176716    364149   3742678     11.09     11.72
940.72/940.73	c  N dy 26526   6037714      1475      6967    118162    196391    364149   4463188     11.09     18.16
944.93/944.92	c  N dy 26630   6057895      1475      6967    118162    110358    364149   1374233     11.09     11.82
948.13/948.10	c  N dy 26728   6077953      1475      6967    118162    130013    364149   2068107     11.09     11.76
951.54/951.59	c  N dy 26807   6098523      1475      6967    118162    150143    364149   2742294     11.09     11.68
955.42/955.43	c  N dy 26900   6118685      1475      6967    118162    169906    364149   3454036     11.09     11.85
959.52/959.59	c  N dy 26993   6138784      1475      6967    118162    189630    364149   4152035     11.09     14.14
963.53/963.54	c  N dy 27088   6158810      1475      6967    118162    209304    364149   4854611     11.09     11.85
967.12/967.10	c  N dy 27190   6178910      1475      6967    118162    122257    364149   1782100     11.09     11.73
970.33/970.37	c  N dy 27264   6199562      1475      6967    118162    142480    364149   2510281     11.09     11.69
972.92/972.97	c  S st 27333   6214664      1475      6967    118162    157250    364149   3020311     11.09     11.23
973.02/973.05	c  S st 27333   6215165      1475      6967    118162    157748    364149   3043513     11.09   no data
973.02/973.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
973.42/973.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.6M T:  0.36
973.42/973.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
973.42/973.44	c bin-w-bin subsume rem            0 bins  time:  0.01 s
973.82/973.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
973.82/973.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
973.92/973.90	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
973.92/973.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
975.22/975.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.23 s
977.52/977.60	c lits-rem:       751  cl-subs:     7154  v-elim:      0  v-fix:    0  time:  2.34 s
977.62/977.60	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
977.72/977.76	c vivif2 --  cl tried   150594 cl shrink        0 lits rem          0 time: 0.16
977.93/977.98	c asymm  cl-useful: 0/774/6967 lits-rem:0 time: 0.22
977.93/977.98	c calculated reachability. Time: 0.00
977.93/977.98	c  N dy 27333   6215165      1475      6967    118162    150594    364149   2923498     11.09   no data
981.73/981.72	c  N dy 27422   6235243      1475      6967    118162    170244    364149   3595761     11.09     11.70
985.33/985.37	c  N dy 27510   6255246      1475      6967    118162    189828    364149   4299925     11.09     11.75
989.43/989.42	c  N dy 27601   6275353      1475      6967    118162    209521    364149   4977863     11.09     11.69
993.03/993.04	c  N dy 27678   6295465      1475      6967    118162    121527    364149   1743241     11.09     11.68
996.22/996.24	c  N dy 27793   6315578      1475      6967    118162    141290    364149   2459413     11.09     11.71
999.72/999.70	c  N dy 27900   6335664      1475      6967    118162    160960    364149   3175117     11.09     14.59
1003.24/1003.28	c  N dy 27987   6355812      1475      6967    118162    180728    364149   3874814     11.09     11.69
1007.23/1007.27	c  N dy 28098   6375913      1475      6967    118162    200402    364149   4564442     11.09     14.82
1011.42/1011.49	c  N dy 28198   6395997      1475      6967    118162    111305    364149   1332936     11.09     12.73
1014.73/1014.72	c  N dy 28286   6416327      1475      6967    118162    131223    364149   2046423     11.09     11.93
1018.03/1018.03	c  N dy 28372   6436339      1475      6967    118162    150847    364149   2758027     11.09     11.84
1021.73/1021.72	c  N dy 28484   6456429      1475      6967    118162    170543    364149   3457104     11.10     11.74
1025.53/1025.52	c  N dy 28586   6476510      1475      6967    118162    190191    364149   4156008     11.10     11.74
1029.43/1029.43	c  N dy 28667   6496864      1475      6967    118162    210029    364149   4839059     11.10     11.71
1033.43/1033.40	c  N dy 28767   6516885      1475      6967    118162    120008    364149   1636836     11.10     11.70
1036.62/1036.65	c  N dy 28869   6537049      1475      6967    118162    139755    364149   2323229     11.10     11.87
1040.03/1040.06	c  N dy 28946   6557226      1475      6967    118162    159530    364149   3013168     11.10     11.95
1043.73/1043.77	c  N dy 29046   6577490      1475      6967    118162    179424    364149   3710262     11.10     11.71
1047.73/1047.70	c  N dy 29128   6597535      1475      6967    118162    199064    364149   4394669     11.10     11.72
1052.03/1052.01	c  N dy 29217   6617951      1475      6967    118162    219061    364149   5099429     11.10     11.78
1056.14/1056.16	c  N dy 29323   6638082      1475      6967    118162    128028    364149   1893541     11.10     11.70
1059.73/1059.77	c  N dy 29425   6658113      1475      6967    118162    147573    364149   2572395     11.10     11.74
1063.43/1063.44	c  N dy 29518   6678360      1475      6967    118162    167415    364149   3264157     11.10     11.76
1067.15/1067.13	c  N dy 29602   6698413      1475      6967    118162    187042    364149   3933698     11.10     11.83
1070.54/1070.54	c  S st 29691   6715165      1475      6967    118162    203505    364149   4509777     11.10     10.18
1070.64/1070.63	c  S st 29691   6715668      1475      6967    118162    204008    364149   4535790     11.10   no data
1070.64/1070.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1071.04/1071.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.4M T:  0.41
1071.04/1071.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1071.04/1071.07	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1071.55/1071.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
1071.55/1071.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
1071.55/1071.54	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
1071.55/1071.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1073.03/1073.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
1077.84/1077.87	c lits-rem:      1302  cl-subs:    11559  v-elim:      0  v-fix:    0  time:  4.83 s
1077.84/1077.87	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
1078.15/1078.11	c vivif2 --  cl tried   192449 cl shrink        0 lits rem          0 time: 0.24
1078.34/1078.33	c asymm  cl-useful: 0/899/6967 lits-rem:0 time: 0.23
1078.34/1078.34	c calculated reachability. Time: 0.00
1078.34/1078.34	c  N dy 29691   6715668      1475      6967    118162    192449    364149   4341710     11.10   no data
1082.33/1082.39	c  N dy 29765   6736100      1475      6967    118162    212445    364149   5025160     11.10     11.71
1086.53/1086.59	c  N dy 29860   6756105      1475      6967    118162    120555    364149   1610631     11.10     17.44
1089.83/1089.85	c  N dy 29942   6776195      1475      6967    118162    140184    364149   2276026     11.10     11.85
1093.33/1093.30	c  N dy 30044   6796266      1475      6967    118162    159883    364149   2988512     11.10     11.92
1097.04/1097.06	c  N dy 30144   6816610      1475      6967    118162    179779    364149   3688528     11.10     11.69
1100.93/1100.96	c  N dy 30245   6836720      1475      6967    118162    199481    364149   4377785     11.10     11.85
1105.13/1105.16	c  N dy 30343   6857115      1475      6967    118162    219435    364149   5059796     11.10     11.71
1108.94/1108.97	c  N dy 30432   6877134      1475      6967    118162    126450    364149   1773287     11.10     11.75
1112.24/1112.25	c  N dy 30537   6897173      1475      6967    118162    146052    364149   2480746     11.10     11.71
1115.74/1115.74	c  N dy 30630   6917473      1475      6967    118162    165970    364149   3191547     11.10     11.73
1119.63/1119.62	c  N dy 30733   6937793      1475      6967    118162    185809    364149   3880875     11.10     11.77
1123.53/1123.51	c  N dy 30826   6958033      1475      6967    118162    205658    364149   4588198     11.11     11.73
1127.64/1127.62	c  N dy 30923   6978057      1475      6967    118162    225281    364149   5283659     11.11     11.80
1131.23/1131.24	c  N dy 31012   6998319      1475      6967    118162    131563    364149   1948927     11.11     11.85
1134.53/1134.52	c  N dy 31111   7018520      1475      6967    118162    151410    364149   2676069     11.11     11.73
1138.13/1138.14	c  N dy 31197   7038586      1475      6967    118162    171069    364149   3355098     11.11     16.35
1141.73/1141.72	c  N dy 31269   7058675      1475      6967    118162    190775    364149   4070355     11.11     11.70
1145.74/1145.72	c  N dy 31378   7078755      1475      6967    118162    210449    364149   4783710     11.11     12.16
1150.23/1150.22	c  N dy 31476   7098787      1475      6967    118162    115452    364149   1350186     11.11     11.71
1153.43/1153.47	c  N dy 31570   7119050      1475      6967    118162    135281    364149   2040892     11.11     11.73
1157.34/1157.32	c  N dy 31654   7139099      1475      6967    118162    154952    364149   2754148     11.11     12.48
1161.54/1161.56	c  N dy 31774   7159266      1475      6967    118162    174718    364149   3452883     11.11     11.81
1165.93/1165.97	c  N dy 31854   7179649      1475      6967    118162    194696    364149   4158677     11.11     11.75
1170.04/1170.02	c  N dy 31968   7200045      1475      6967    118162    214662    364149   4867081     11.11     11.82
1173.34/1173.34	c  S st 32032   7215668      1475      6967    118162    229943    364149   5393402     11.11     10.50
1173.44/1173.45	c  S st 32032   7216169      1475      6967    118162    230440    364149   5416708     11.11   no data
1173.44/1173.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1173.94/1173.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.4M T:  0.46
1173.94/1173.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1173.94/1173.94	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1174.34/1174.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
1174.34/1174.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
1174.44/1174.40	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
1174.44/1174.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1175.94/1175.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
1182.64/1182.65	c lits-rem:      1520  cl-subs:    14196  v-elim:      0  v-fix:    0  time:  6.72 s
1182.64/1182.65	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
1182.93/1182.92	c vivif2 --  cl tried   216244 cl shrink        0 lits rem          0 time: 0.27
1183.13/1183.15	c asymm  cl-useful: 0/773/6967 lits-rem:0 time: 0.23
1183.13/1183.16	c calculated reachability. Time: 0.00
1183.13/1183.16	c  N dy 32032   7216169      1475      6967    118162    216244    364149   5176272     11.11   no data
1187.43/1187.45	c  N dy 32127   7236293      1475      6967    118162    120536    364149   1508001     11.11     11.75
1190.93/1190.98	c  N dy 32225   7257730      1475      6967    118162    141528    364149   2243838     11.11     11.77
1194.43/1194.42	c  N dy 32311   7277786      1475      6967    118162    161203    364149   2946201     11.11     11.81
1198.24/1198.21	c  N dy 32403   7298274      1475      6967    118162    181227    364149   3648544     11.11     11.70
1202.14/1202.11	c  N dy 32483   7318407      1475      6967    118162    200949    364149   4348549     11.11     11.81
1206.03/1206.06	c  N dy 32582   7338430      1475      6967    118162    220605    364149   5079958     11.11     11.78
1210.34/1210.31	c  N dy 32676   7358432      1475      6967    118162    123680    364149   1589564     11.11     12.77
1213.73/1213.74	c  N dy 32768   7378773      1475      6967    118162    143632    364149   2289037     11.11     11.90
1217.24/1217.27	c  N dy 32853   7399280      1475      6967    118162    163727    364149   2996080     11.11     11.85
1220.94/1220.96	c  N dy 32954   7419569      1475      6967    118162    183612    364149   3725191     11.11     11.72
1224.84/1224.88	c  N dy 33043   7439605      1475      6967    118162    203278    364149   4413294     11.11     11.81
1228.94/1228.98	c  N dy 33148   7459651      1475      6967    118162    222878    364149   5124763     11.11     11.86
1233.53/1233.51	c  N dy 33261   7480882      1475      6967    118162    126102    364149   1668763     11.12     11.80
1236.83/1236.86	c  N dy 33358   7500981      1475      6967    118162    145789    364149   2367711     11.12     11.71
1240.43/1240.49	c  N dy 33436   7521413      1475      6967    118162    165799    364149   3063180     11.12     11.71
1244.25/1244.29	c  N dy 33530   7541576      1475      6967    118162    185571    364149   3751118     11.12     11.75
1248.24/1248.22	c  N dy 33633   7562042      1475      6967    118162    205566    364149   4452474     11.12     11.80
1252.34/1252.35	c  N dy 33739   7582189      1475      6967    118162    225306    364149   5157199     11.12     11.72
1256.54/1256.57	c  N dy 33842   7602614      1475      6967    118162    126817    364149   1669843     11.12     11.84
1259.94/1259.99	c  N dy 33949   7622891      1475      6967    118162    146693    364149   2382705     11.12     11.76
1263.64/1263.64	c  N dy 34044   7643056      1475      6967    118162    166447    364149   3075977     11.12     11.82
1267.35/1267.38	c  N dy 34128   7663195      1475      6967    118162    186131    364149   3750352     11.12     11.84
1271.44/1271.44	c  N dy 34215   7683702      1475      6967    118162    206251    364149   4470865     11.12     11.84
1275.54/1275.59	c  N dy 34303   7703737      1475      6967    118162    225855    364149   5154982     11.12     14.05
1278.93/1278.99	c  S st 34369   7716169      1475      6967    118162    238035    364149   5591944     11.12   no data
1279.13/1279.11	c  S st 34369   7716671      1475      6967    118162    238535    364149   5614371     11.12   no data
1279.13/1279.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1279.73/1279.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.2M T:  0.62
1279.73/1279.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1279.73/1279.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1280.23/1280.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.46 s
1280.23/1280.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
1280.23/1280.26	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
1280.33/1280.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1282.34/1282.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.83 s
1291.45/1291.45	c lits-rem:      1618  cl-subs:    14673  v-elim:      0  v-fix:    0  time:  9.11 s
1291.45/1291.45	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
1291.74/1291.76	c vivif2 --  cl tried   223862 cl shrink        0 lits rem          0 time: 0.30
1292.04/1292.07	c asymm  cl-useful: 0/648/6967 lits-rem:0 time: 0.31
1292.04/1292.08	c calculated reachability. Time: 0.00
1292.04/1292.08	c  N dy 34369   7716671      1475      6967    118162    223862    364149   5368054     11.12   no data
1297.64/1297.66	c  N dy 34447   7736789      1475      6967    118162    124203    364149   1544924     11.12     11.77

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-3368139-1305394014/watcher-3368139-1305394014 -o /tmp/evaluation-result-3368139-1305394014/solver-3368139-1305394014 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368139-1305394014.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.69 3.96 3.91 7/328 6868
/proc/meminfo: memFree=11155912/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=32152 CPUtime=0.01 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 1332 0 0 0 1 0 0 0 20 0 1 0 651003729 32923648 1272 33554432000 4194304 4580011 140734553476688 18446744073709551615 212435677893 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 8038 1272 323 95 0 3020 0

[startup+0.114413 s]
/proc/loadavg: 3.69 3.96 3.91 7/328 6868
/proc/meminfo: memFree=11155912/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=38872 CPUtime=0.1 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 3220 0 0 0 10 0 0 0 21 0 1 0 651003729 39804928 3160 33554432000 4194304 4580011 140734553476688 18446744073709551615 4451485 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 9718 3160 353 95 0 4700 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 38872

[startup+0.200393 s]
/proc/loadavg: 3.69 3.96 3.91 7/328 6868
/proc/meminfo: memFree=11155912/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=38956 CPUtime=0.19 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 3408 0 0 0 19 0 0 0 21 0 1 0 651003729 39890944 3237 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 9739 3238 363 95 0 4721 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38956

[startup+0.300374 s]
/proc/loadavg: 3.69 3.96 3.91 7/328 6868
/proc/meminfo: memFree=11155912/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=39092 CPUtime=0.29 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 3519 0 0 0 29 0 0 0 21 0 1 0 651003729 40030208 3348 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 9773 3348 363 95 0 4755 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39092

[startup+0.700311 s]
/proc/loadavg: 3.69 3.96 3.91 7/328 6868
/proc/meminfo: memFree=11155912/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=40820 CPUtime=0.69 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 4145 0 0 0 69 0 0 0 22 0 1 0 651003729 41799680 3558 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 10205 3558 363 95 0 5187 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40820

[startup+1.50015 s]
/proc/loadavg: 3.69 3.96 3.91 6/330 6870
/proc/meminfo: memFree=11125392/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=41356 CPUtime=1.49 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 5322 0 0 0 149 0 0 0 25 0 1 0 651003729 42348544 3645 33554432000 4194304 4580011 140734553476688 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 10339 3645 363 95 0 5321 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41356

[startup+3.10085 s]
/proc/loadavg: 3.69 3.96 3.91 6/330 6870
/proc/meminfo: memFree=11113612/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=41948 CPUtime=3.09 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 6210 0 0 0 309 0 0 0 25 0 1 0 651003729 42954752 3901 33554432000 4194304 4580011 140734553476688 18446744073709551615 4413154 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 10487 3901 366 95 0 5469 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41948

[startup+6.30024 s]
/proc/loadavg: 3.72 3.96 3.91 6/330 6870
/proc/meminfo: memFree=11088648/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=49312 CPUtime=6.29 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 9062 0 0 0 628 1 0 0 25 0 1 0 651003729 50495488 5883 33554432000 4194304 4580011 140734553476688 18446744073709551615 4413267 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 12328 5883 366 95 0 7310 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49312

[startup+12.701 s]
/proc/loadavg: 3.74 3.96 3.91 6/330 6870
/proc/meminfo: memFree=11058204/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=64336 CPUtime=12.69 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 12485 0 0 0 1267 2 0 0 25 0 1 0 651003729 65880064 8478 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 16084 8478 366 95 0 11066 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64336

[startup+25.5006 s]
/proc/loadavg: 3.86 3.98 3.91 6/330 6871
/proc/meminfo: memFree=11034516/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=68748 CPUtime=25.49 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 17069 0 0 0 2547 2 0 0 25 0 1 0 651003729 70397952 10770 33554432000 4194304 4580011 140734553476688 18446744073709551615 4322671 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 17187 10770 366 95 0 12169 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68748

[startup+51.1008 s]
/proc/loadavg: 3.91 3.98 3.91 6/330 6871
/proc/meminfo: memFree=11021692/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=69236 CPUtime=51.1 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 30888 0 0 0 5105 5 0 0 25 0 1 0 651003729 70897664 11648 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 17309 11648 366 95 0 12291 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 69236

[startup+102.301 s]
/proc/loadavg: 4.04 3.99 3.92 6/330 6873
/proc/meminfo: memFree=10961272/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=82468 CPUtime=102.3 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 60042 0 0 0 10220 10 0 0 25 0 1 0 651003729 84447232 14599 33554432000 4194304 4580011 140734553476688 18446744073709551615 4413473 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 20617 14599 366 95 0 15599 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 82468

[startup+162.301 s]
/proc/loadavg: 4.09 4.01 3.93 6/330 6874
/proc/meminfo: memFree=10931804/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=96280 CPUtime=162.3 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 88455 0 0 0 16214 16 0 0 25 0 1 0 651003729 98590720 17542 33554432000 4194304 4580011 140734553476688 18446744073709551615 4316534 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 24070 17542 366 95 0 19052 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 96280

[startup+222.312 s]
/proc/loadavg: 4.03 4.00 3.93 6/330 6876
/proc/meminfo: memFree=10858800/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=115856 CPUtime=222.31 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 117556 0 0 0 22209 22 0 0 25 0 1 0 651003729 118636544 23252 33554432000 4194304 4580011 140734553476688 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 28964 23252 366 95 0 23946 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 115856

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 3.93 6/330 6877
/proc/meminfo: memFree=10855032/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=116284 CPUtime=282.3 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 140740 0 0 0 28203 27 0 0 25 0 1 0 651003729 119074816 23231 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 29071 23231 366 95 0 24053 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 116284

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.93 6/330 6879
/proc/meminfo: memFree=10831932/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=121520 CPUtime=342.3 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 162922 0 0 0 34198 32 0 0 25 0 1 0 651003729 124436480 23585 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 30380 23585 366 95 0 25362 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 121520

[startup+402.3 s]
/proc/loadavg: 4.03 4.01 3.93 6/330 6881
/proc/meminfo: memFree=10799636/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=134876 CPUtime=402.3 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 186212 0 0 0 40193 37 0 0 25 0 1 0 651003729 138113024 27248 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 33719 27248 366 95 0 28701 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 134876

[startup+462.301 s]
/proc/loadavg: 4.01 4.01 3.93 6/330 6882
/proc/meminfo: memFree=10792488/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=135212 CPUtime=462.31 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 206388 0 0 0 46190 41 0 0 25 0 1 0 651003729 138457088 26777 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 33803 26777 366 95 0 28785 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 135212

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.93 6/330 6884
/proc/meminfo: memFree=10780368/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=192988 CPUtime=522.31 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 226097 0 0 0 52186 45 0 0 25 0 1 0 651003729 197619712 29148 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 48247 29148 366 95 0 43229 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 192988

[startup+582.3 s]
/proc/loadavg: 4.07 4.02 3.94 6/330 6885
/proc/meminfo: memFree=10767916/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=194308 CPUtime=582.31 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 244691 0 0 0 58181 50 0 0 25 0 1 0 651003729 198971392 29531 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 48577 29531 366 95 0 43559 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 194308

[startup+642.301 s]
/proc/loadavg: 4.02 4.01 3.94 6/330 6887
/proc/meminfo: memFree=10728816/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=155428 CPUtime=642.32 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 267025 0 0 0 64177 55 0 0 25 0 1 0 651003729 159158272 32641 33554432000 4194304 4580011 140734553476688 18446744073709551615 4316677 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 38857 32641 366 95 0 33839 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 155428

[startup+702.301 s]
/proc/loadavg: 4.09 4.03 3.95 6/330 6889
/proc/meminfo: memFree=10718328/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=155700 CPUtime=702.32 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 285536 0 0 0 70172 60 0 0 25 0 1 0 651003729 159436800 31455 33554432000 4194304 4580011 140734553476688 18446744073709551615 4416901 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 38925 31455 366 95 0 33907 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 155700

[startup+762.301 s]
/proc/loadavg: 4.03 4.03 3.95 6/330 6917
/proc/meminfo: memFree=10777624/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=217452 CPUtime=762.33 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 303189 0 0 0 76170 63 0 0 25 0 1 0 651003729 222670848 33869 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 54363 33869 366 95 0 49345 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 217452

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.95 6/330 6919
/proc/meminfo: memFree=10784012/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=156184 CPUtime=822.32 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 321536 0 0 0 82165 67 0 0 25 0 1 0 651003729 159932416 31110 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 39046 31110 366 95 0 34028 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 156184

[startup+882.312 s]
/proc/loadavg: 4.00 4.01 3.95 7/330 6920
/proc/meminfo: memFree=10716000/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=239156 CPUtime=882.33 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 340464 0 0 0 88163 70 0 0 25 0 1 0 651003729 244895744 39243 33554432000 4194304 4580011 140734553476688 18446744073709551615 4416613 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 59789 39243 366 95 0 54771 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 239156

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.95 7/330 6922
/proc/meminfo: memFree=10714572/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=240220 CPUtime=942.33 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 357495 0 0 0 94159 74 0 0 25 0 1 0 651003729 245985280 39241 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294364 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 60055 39241 366 95 0 55037 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 240220

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.95 7/330 6924
/proc/meminfo: memFree=10704460/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=241976 CPUtime=1002.33 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 373955 0 0 0 100155 78 0 0 25 0 1 0 651003729 247783424 38403 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 60494 38403 366 95 0 55476 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 241976

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.95 7/330 6925
/proc/meminfo: memFree=10712108/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=177216 CPUtime=1062.33 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 390835 0 0 0 106152 81 0 0 25 0 1 0 651003729 181469184 37734 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 44304 37734 366 95 0 39286 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 177216

[startup+1122.3 s]
/proc/loadavg: 4.04 4.01 3.95 6/330 6927
/proc/meminfo: memFree=10696532/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=247200 CPUtime=1122.34 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 404980 0 0 0 112150 84 0 0 25 0 1 0 651003729 253132800 39643 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294417 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 61800 39643 366 95 0 56782 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 247200

[startup+1182.3 s]
/proc/loadavg: 4.14 4.04 3.96 6/330 6928
/proc/meminfo: memFree=10660536/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=262540 CPUtime=1182.33 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 422246 0 0 0 118144 89 0 0 25 0 1 0 651003729 268840960 44735 33554432000 4194304 4580011 140734553476688 18446744073709551615 4416631 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 65635 44735 366 95 0 60617 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 262540

[startup+1242.3 s]
/proc/loadavg: 4.15 4.06 3.97 7/330 6930
/proc/meminfo: memFree=10679972/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=195792 CPUtime=1242.34 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 439302 0 0 0 124140 94 0 0 25 0 1 0 651003729 200491008 42592 33554432000 4194304 4580011 140734553476688 18446744073709551615 4294386 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 48948 42592 366 95 0 43930 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 195792



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.97 5/328 6933
/proc/meminfo: memFree=10754692/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=200508 CPUtime=1300.04 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 452379 0 0 0 129907 97 0 0 25 0 1 0 651003729 205320192 42513 33554432000 4194304 4580011 140734553476688 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 50127 42513 366 95 0 45109 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 200508

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

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

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.97 5/328 6933
/proc/meminfo: memFree=10754692/32951124 swapFree=67093864/67111528
[pid=6868] ppid=6866 vsize=200508 CPUtime=1300.04 cores=1,3
/proc/6868/stat : 6868 (strangenight2-s) R 6866 6868 6123 0 -1 4202496 452379 0 0 0 129907 97 0 0 25 0 1 0 651003729 205320192 42513 33554432000 4194304 4580011 140734553476688 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6868/statm: 50127 42513 366 95 0 45109 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 200508

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1299.08
CPU system time (s): 0.986849
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 285684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.08
system time used= 0.986849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 452379
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= 6
involuntary context switches= 1903

runsolver used 3.85141 second user time and 9.1966 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-14 19:26:54
IDJOB=3368139
IDBENCH=84560
IDSOLVER=1845
FILE ID=node102/3368139-1305394014
RUNJOBID= node102-1305394013-6829
PBS_JOBID= 13324402
Free space on /tmp= 73520 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-2.used-as.sat04-892.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368139-1305394014/watcher-3368139-1305394014 -o /tmp/evaluation-result-3368139-1305394014/solver-3368139-1305394014 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368139-1305394014.cnf

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

MD5SUM BENCH= fd8d5783ed404e5c6590d627ffdcca50
RANDOM SEED=1792485889

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:      11156812 kB
Buffers:        249324 kB
Cached:        2797392 kB
SwapCached:       1128 kB
Active:       19529860 kB
Inactive:      1970156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11156812 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           26544 kB
Writeback:           8 kB
AnonPages:    18452400 kB
Mapped:          27032 kB
Slab:           177256 kB
PageTables:      52812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59131672 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= 73516 MiB
End job on node102 at 2011-05-14 19:48:36