Trace number 3262332

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

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

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_443.cnf
MD5SUM91ac0151536835225f21cbe5a3574a2d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.435933
Satisfiable
(Un)Satisfiability was proved
Number of variables222
Number of clauses26201
Sum of the clauses size115467
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2294
Number of clauses of size 323935
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51972

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-3262332-1303545466.cnf'
0.00/0.00	c -- header says num vars:            222
0.00/0.00	c -- header says num clauses:       26201
0.00/0.01	c -- clauses added:            0 learnts,        26201 normals,            0 xors
0.00/0.01	c -- vars added        222
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       222     25907       294         0    115467         0   no data   no data
0.09/0.16	c asymm  cl-useful: 0/25907/25907 lits-rem:0 time: 0.15
0.09/0.16	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.09/0.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
0.09/0.17	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
0.29/0.35	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.17 s
0.29/0.35	c Finding binary XORs  T:     0.00 s  found:       0
0.29/0.35	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.29/0.35	c calculated reachability. Time: 0.00
0.29/0.35	c Calc default polars -  time:   0.00 s pos:     221 undec:       1 neg:       0
0.29/0.35	c =========================================================================================
0.29/0.35	c types(t): F = full restart, N = normal restart
0.29/0.35	c types(t): S = simplification begin/end, E = solution found
0.29/0.35	c restart types(rt): st = static, dy = dynamic
0.29/0.35	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.29/0.35	c  B st     0         0       221     25898        73         0    114807         0   no data   no data
0.59/0.60	c  N dy    17      4164       221     25898        73      3980    114807     80232     11.11     11.71
0.79/0.85	c  N dy    21      8375       221     25898        73      5614    114807     96361     10.30     10.85
1.10/1.11	c  N dy    35     12415       221     25898        73      5411    114807     85317     10.11     11.40
1.29/1.39	c  N dy    49     16680       221     25898        73      9470    114807    165531     10.12     10.67
1.59/1.66	c  N dy    71     20816       221     25898        73      8076    114807    127888     10.26     10.82
1.89/1.94	c  F st    79     25000       221     25898        73     12074    114807    201642     10.10      8.73
1.89/1.94	c  N st    79     25000       221     25898        73     12074    114807    201642     10.10      8.73
2.20/2.30	c  N dy    85     30000       221     25898        73     10350    114807    168329     10.10   no data
2.20/2.30	c  S st    85     30000       221     25898        73     10350    114807    168329     10.10   no data
2.29/2.33	c  S st    85     30500       221     25898        73     10845    114807    178452     10.10   no data
2.29/2.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.29/2.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.29/2.34	c blocked clauses removed:        0 vars:      0 tried:         221 T: 0.00 s
2.29/2.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.29/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
2.29/2.35	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
2.29/2.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.29/2.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.49	c lits-rem:       215  cl-subs:     2208  v-elim:      0  v-fix:    0  time:  0.13 s
2.69/2.71	c asymm  cl-useful: 3/25898/25898 lits-rem:3 time: 0.22
2.69/2.72	c calculated reachability. Time: 0.00
2.69/2.72	c  N dy    85     30500       221     25898        73      8637    114804    156390     10.10   no data
2.99/3.00	c  N dy   107     34509       221     25898        73     12513    114804    234438     10.19     10.73
3.20/3.30	c  N dy   122     38554       221     25898        73      8848    114804    138763     10.21     10.90
3.49/3.57	c  N dy   139     42558       221     25898        73     12686    114804    213752     10.22     11.63
3.79/3.80	c  S st   160     45750       221     25898        73     15754    114804    275505     10.27   no data
3.79/3.84	c  S st   160     46251       221     25898        73     16250    114804    286031     10.27   no data
3.79/3.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.79/3.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
3.79/3.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.79/3.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.79/3.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.79/3.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
3.79/3.85	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3.79/3.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.79/3.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.02	c lits-rem:       248  cl-subs:     1391  v-elim:      0  v-fix:    0  time:  0.14 s
3.99/4.02	c vivif2 --  cl tried    25898 cl shrink        0 lits rem          0 time: 0.00
3.99/4.02	c vivif2 --  cl tried    14859 cl shrink        0 lits rem          0 time: 0.00
4.29/4.30	c asymm  cl-useful: 3/25898/25898 lits-rem:3 time: 0.27
4.29/4.30	c calculated reachability. Time: 0.00
4.29/4.30	c  N dy   160     46251       221     25898        73     14859    114801    269654     10.27   no data
4.59/4.60	c  N dy   176     50280       221     25898        73     10147    114801    160841     10.27     10.84
4.79/4.88	c  N dy   198     54337       221     25898        73     14013    114801    238246     10.31     13.62
5.19/5.20	c  N dy   224     58596       221     25898        73     18071    114801    318028     10.35     10.90
5.49/5.53	c  N dy   243     62821       221     25898        73     12631    114801    199217     10.35     10.91
5.79/5.88	c  N dy   256     67734       221     25898        73     17324    114801    286074     10.31     10.94
5.99/6.00	c  S st   265     69376       221     25898        73     18886    114801    317298     10.31      8.89
5.99/6.05	c  S st   265     69879       221     25898        73     19384    114801    327076     10.31   no data
5.99/6.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.99/6.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
5.99/6.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.99/6.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.99/6.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.99/6.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
5.99/6.06	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
5.99/6.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
5.99/6.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
6.19/6.28	c lits-rem:       205  cl-subs:     2258  v-elim:      0  v-fix:    0  time:  0.20 s
6.19/6.29	c vivif2 --  cl tried    25898 cl shrink        0 lits rem          0 time: 0.00
6.19/6.29	c vivif2 --  cl tried    17126 cl shrink        0 lits rem          0 time: 0.00
6.50/6.59	c asymm  cl-useful: 0/25898/25898 lits-rem:0 time: 0.30
6.50/6.59	c calculated reachability. Time: 0.00
6.50/6.59	c  N dy   265     69879       221     25898        73     17126    114801    302002     10.31   no data
6.89/6.95	c  N dy   278     74453       221     25898        73     11009    114801    155296     10.28     10.85
7.19/7.28	c  N dy   300     79307       221     25898        73     15676    114801    246902     10.30     10.96
7.70/7.75	c  N dy   324     85343       221     25898        73     21446    114801    354498     10.31     10.91
7.89/7.93	c  F st   331     87500       221     25898        73     12070    114801    164359     10.31   no data
8.09/8.16	c  N st   336     90795       221     25898        73     15215    114801    223807     10.31   no data
8.49/8.59	c  N dy   348     96682       221     25898        73     20825    114801    328349     10.30     10.94
8.99/9.09	c  N dy   375    102879       221     25898        73     14369    114801    201608     10.31     10.87
9.19/9.23	c  S st   385    104818       221     25898        73     16232    114801    238689     10.31      9.77
9.19/9.27	c  S st   385    105318       221     25898        73     16729    114801    248254     10.31   no data
9.19/9.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.19/9.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.19/9.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.19/9.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.19/9.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/9.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
9.19/9.28	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
9.19/9.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.29/9.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.39/9.40	c lits-rem:       135  cl-subs:      925  v-elim:      0  v-fix:    0  time:  0.10 s
9.39/9.41	c vivif2 --  cl tried    25898 cl shrink        0 lits rem          0 time: 0.00
9.39/9.41	c vivif2 --  cl tried    15804 cl shrink        0 lits rem          0 time: 0.00
9.59/9.68	c asymm  cl-useful: 0/25898/25898 lits-rem:0 time: 0.27
9.59/9.68	c calculated reachability. Time: 0.00
9.59/9.68	c  N dy   385    105318       221     25898        73     15804    114801    238391     10.31   no data
10.09/10.19	c  N dy   398    112258       221     25898        73     22368    114801    358841     10.27     10.87
10.79/10.81	c  N dy   442    119826       221     25898        73     16291    114801    234031     10.30     10.85
11.29/11.39	c  N dy   458    127499       221     25898        73     23634    114801    369302     10.26     14.03
12.09/12.15	c  N dy   501    136695       221     25898        73     18087    114801    262482     10.28     10.99
12.79/12.83	c  N dy   528    145425       221     25898        73     26369    114801    414521     10.27     11.30
13.59/13.61	c  N dy   566    154883       221     25898        73     20147    114801    296934     10.27     10.82
13.79/13.86	c  S st   575    157977       221     25898        73     23124    114801    351314     10.26      8.25
13.89/13.90	c  S st   575    158477       221     25898        73     23622    114801    361587     10.26   no data
13.89/13.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.89/13.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
13.89/13.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.89/13.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.89/13.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.89/13.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
13.89/13.92	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
13.89/13.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.89/13.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.08/14.18	c lits-rem:       235  cl-subs:     2364  v-elim:      0  v-fix:    0  time:  0.23 s
14.08/14.18	c vivif2 --  cl tried    25898 cl shrink        0 lits rem          0 time: 0.00
14.08/14.18	c vivif2 --  cl tried    21258 cl shrink        0 lits rem          0 time: 0.00
14.48/14.50	c asymm  cl-useful: 0/25898/25898 lits-rem:0 time: 0.32
14.48/14.51	c calculated reachability. Time: 0.00
14.48/14.51	c  N dy   575    158477       221     25898        73     21258    114801    337825     10.26   no data
15.29/15.36	c  N dy   595    168929       221     25898        73     31136    114801    513171     10.22     10.77
16.19/16.23	c  N dy   629    179751       221     25898        73     25352    114801    391956     10.20     10.78
17.19/17.25	c  N dy   685    191279       221     25898        73     19238    114801    261850     10.20     10.82
18.19/18.22	c  N dy   719    203665       221     25898        73     31071    114801    478601     10.17     10.71
19.29/19.38	c  N dy   758    217507       221     25898        73     26097    114800    373554     10.16     10.71
20.58/20.62	c  N dy   808    231904       221     25898        73     20737    114800    260468     10.14     10.75
20.99/21.07	c  S st   833    237715       221     25898        73     26246    114800    365168     10.15      9.56
21.09/21.11	c  S st   833    238218       221     25898        73     26743    114800    375659     10.15   no data
21.09/21.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.09/21.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
21.09/21.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.09/21.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.09/21.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.09/21.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
21.09/21.13	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
21.09/21.13	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
21.09/21.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
21.39/21.43	c lits-rem:       247  cl-subs:     2919  v-elim:      0  v-fix:    0  time:  0.28 s
21.39/21.43	c vivif2 --  cl tried    25897 cl shrink        0 lits rem          0 time: 0.00
21.39/21.43	c vivif2 --  cl tried    23824 cl shrink        0 lits rem          0 time: 0.00
21.69/21.77	c asymm  cl-useful: 0/25897/25897 lits-rem:0 time: 0.34
21.69/21.77	c calculated reachability. Time: 0.00
21.69/21.77	c  N dy   833    238218       221     25897        73     23824    114778    347853     10.15   no data
23.00/23.09	c  N dy   894    253501       221     25897        73     38411    114778    619828     10.15     12.91
24.49/24.52	c  N dy   960    269996       221     25897        73     34356    114778    519445     10.15     10.71
25.99/26.04	c  N dy  1009    287345       221     25897        73     29875    114778    418396     10.13     10.67
27.69/27.75	c  N dy  1102    306158       221     25897        73     25878    114778    337424     10.15     10.73
27.69/27.75	c  F st  1103    306251       221     25897        73     25969    114778    339154     10.15   no data
29.49/29.51	c  N dy  1173    326123       221     25897        73     44926    114778    691385     10.15     10.81
31.29/31.38	c  N dy  1263    347078       221     25897        73     42049    114777    630184     10.15     10.71
32.30/32.36	c  S st  1298    357328       221     25897        73     27918    114777    353447     10.15      9.39
32.40/32.40	c  S st  1298    357829       221     25897        73     28413    114777    363617     10.15   no data
32.40/32.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.40/32.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
32.40/32.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.40/32.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.40/32.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.40/32.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
32.40/32.42	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
32.40/32.43	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
32.40/32.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
32.59/32.67	c lits-rem:       206  cl-subs:     1869  v-elim:      0  v-fix:    0  time:  0.23 s
32.59/32.67	c vivif2 --  cl tried    25896 cl shrink        0 lits rem          0 time: 0.00
32.59/32.68	c vivif2 --  cl tried    26544 cl shrink        0 lits rem          0 time: 0.01
33.00/33.03	c asymm  cl-useful: 0/25896/25896 lits-rem:0 time: 0.35
33.00/33.03	c calculated reachability. Time: 0.00
33.00/33.03	c  N dy  1298    357829       221     25896        73     26544    114755    346107     10.15   no data
34.79/34.84	c  N dy  1381    378011       221     25896        73     45901    114755    708780     10.16     10.73
36.59/36.66	c  N dy  1470    398203       221     25896        73     40353    114755    587032     10.16     10.73
38.50/38.55	c  N dy  1533    418242       221     25896        73     33729    114755    452862     10.15     10.69
40.39/40.45	c  N dy  1591    438423       221     25896        73     52948    114755    800939     10.14     10.69
42.29/42.30	c  N dy  1665    458442       221     25896        73     45381    114755    657018     10.14     10.85
44.49/44.55	c  N dy  1745    482079       221     25896        73     40198    114755    556710     10.13     10.67
46.59/46.65	c  N dy  1844    502104       221     25896        73     30718    114755    380734     10.14     10.76
48.49/48.53	c  N dy  1929    522188       221     25896        73     49890    114755    730037     10.13     10.71
49.99/50.06	c  S st  1974    536744       221     25896        73     34231    114755    435864     10.13      9.15
50.09/50.11	c  S st  1974    537250       221     25896        73     34735    114755    446390     10.13   no data
50.09/50.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.09/50.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
50.09/50.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.09/50.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.09/50.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.09/50.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
50.09/50.13	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
50.09/50.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.09/50.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
50.39/50.48	c lits-rem:       255  cl-subs:     2432  v-elim:      0  v-fix:    0  time:  0.32 s
50.39/50.49	c vivif2 --  cl tried    25896 cl shrink        0 lits rem          0 time: 0.00
50.39/50.49	c vivif2 --  cl tried    32303 cl shrink        0 lits rem          0 time: 0.01
50.60/50.67	c asymm  cl-useful: 0/6141/25896 lits-rem:0 time: 0.17
50.60/50.67	c calculated reachability. Time: 0.00
50.60/50.67	c  N dy  1974    537250       221     25896        73     32303    114755    424297     10.13   no data
52.49/52.57	c  N dy  2048    557319       221     25896        73     51449    114755    776704     10.12     10.72
54.59/54.61	c  N dy  2124    577335       221     25896        73     40114    114755    547981     10.13     12.66
56.59/56.68	c  N dy  2217    597435       221     25896        73     59269    114755    897022     10.14     16.10
58.79/58.81	c  N dy  2304    618312       221     25896        73     47698    114755    678566     10.14     10.77
60.99/61.03	c  N dy  2393    638378       221     25896        73     34432    114755    431124     10.15     10.72
62.99/63.03	c  N dy  2471    658958       221     25896        73     54156    114755    790185     10.14     10.81
65.19/65.24	c  N dy  2558    679053       221     25896        73     39888    114755    532260     10.15     11.65
67.19/67.28	c  N dy  2633    699070       221     25896        73     59040    114755    882572     10.15     10.72
69.59/69.67	c  N dy  2718    721290       221     25896        73     45822    114755    632590     10.15     10.73
71.79/71.80	c  N dy  2790    741641       221     25896        73     65202    114755    991530     10.15     10.80
73.99/74.05	c  N dy  2883    761799       221     25896        73     49053    114755    684782     10.15     10.75
76.19/76.27	c  N dy  2971    781897       221     25896        73     68321    114755   1040491     10.16     12.96
78.40/78.41	c  N dy  3064    802000       221     25896        73     51200    114755    715323     10.16     10.71
78.69/78.79	c  S st  3078    805875       221     25896        73     54906    114755    785072     10.16      9.83
78.79/78.86	c  S st  3078    806375       221     25896        73     55404    114755    794444     10.16   no data
78.79/78.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
78.79/78.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
78.79/78.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
78.79/78.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.79/78.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.79/78.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
78.79/78.89	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
78.89/78.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
78.89/78.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
79.99/80.01	c lits-rem:       708  cl-subs:     4131  v-elim:      0  v-fix:    0  time:  1.07 s
79.99/80.01	c vivif2 --  cl tried    25896 cl shrink        0 lits rem          0 time: 0.00
79.99/80.02	c vivif2 --  cl tried    51273 cl shrink        0 lits rem          0 time: 0.01
80.20/80.21	c asymm  cl-useful: 0/8142/25896 lits-rem:0 time: 0.19
80.20/80.22	c calculated reachability. Time: 0.00
80.20/80.22	c  N dy  3078    806375       221     25896        73     51273    114755    748293     10.16   no data
82.50/82.52	c  N dy  3164    826687       221     25896        73     70653    114755   1109285     10.17     10.76
84.60/84.69	c  N dy  3254    846953       221     25896        73     52852    114755    742432     10.17     10.85
86.89/86.95	c  N dy  3329    867188       221     25896        73     72177    114755   1098926     10.17     10.74
89.10/89.13	c  N dy  3413    887199       221     25896        73     53212    114755    732511     10.17     10.94
91.30/91.37	c  N dy  3500    907387       221     25896        73     72494    114755   1081600     10.17     10.71
93.69/93.74	c  N dy  3588    928538       221     25896        73     53564    114755    729120     10.17     10.76
95.99/96.01	c  N dy  3665    949229       221     25896        73     73331    114755   1089049     10.17     10.72
98.29/98.33	c  N dy  3752    969525       221     25896        73     52617    114754    705264     10.18     10.73
100.49/100.52	c  N dy  3823    989554       221     25896        73     71738    114754   1051729     10.17     12.37
102.80/102.87	c  N dy  3884   1009631       221     25896        73     49764    114754    632919     10.17     10.77
104.89/104.98	c  N dy  3946   1029885       221     25896        73     69014    114754    982390     10.16     10.73
107.39/107.46	c  N dy  4029   1050317       221     25896        73     46583    114754    568332     10.16     10.81
109.49/109.50	c  N dy  4095   1070528       221     25896        73     65843    114754    919161     10.16     10.72
109.59/109.66	c  F st  4104   1071876       221     25896        73     67132    114754    943081     10.16      8.05
111.89/111.92	c  N dy  4156   1091212       221     25896        73     85642    114754   1276568     10.16     10.79
114.09/114.11	c  N dy  4234   1111222       221     25896        73     61817    114754    831758     10.16     11.70
116.40/116.43	c  N dy  4304   1131345       221     25896        73     80977    114754   1181476     10.15     10.72
118.70/118.79	c  N dy  4375   1151428       221     25896        73     56219    114754    719863     10.15     10.70
121.00/121.06	c  N dy  4458   1171762       221     25896        73     75640    114754   1075796     10.15     10.71
123.49/123.59	c  N dy  4521   1191907       221     25896        73     50034    114754    596832     10.15     10.70
125.40/125.46	c  S st  4614   1209563       221     25896        73     66898    114753    905083     10.15      9.88
125.49/125.53	c  S st  4614   1210066       221     25896        73     67398    114753    914753     10.15   no data
125.49/125.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
125.49/125.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
125.49/125.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
125.49/125.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
125.49/125.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.49/125.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
125.49/125.56	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
125.49/125.57	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.01 s
125.59/125.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
127.09/127.16	c lits-rem:       855  cl-subs:     4515  v-elim:      0  v-fix:    0  time:  1.55 s
127.09/127.16	c vivif2 --  cl tried    25894 cl shrink        0 lits rem          0 time: 0.00
127.09/127.18	c vivif2 --  cl tried    62883 cl shrink        0 lits rem          0 time: 0.01
127.29/127.37	c asymm  cl-useful: 0/11611/25894 lits-rem:0 time: 0.20
127.29/127.38	c calculated reachability. Time: 0.00
127.29/127.38	c  N dy  4614   1210066       221     25894        73     62883    114709    864087     10.15   no data
129.70/129.74	c  N dy  4688   1230183       221     25894        73     82041    114709   1217328     10.15     10.72
132.29/132.30	c  N dy  4778   1250316       221     25894        73     55574    114709    690497     10.16     10.82
134.49/134.58	c  N dy  4864   1270631       221     25894        73     74959    114709   1042002     10.16     10.71
137.30/137.36	c  N dy  4947   1290659       221     25894        73     47351    114709    532820     10.16     13.15
139.60/139.62	c  N dy  5024   1312248       221     25894        73     67977    114709    905535     10.16     10.70
141.99/142.04	c  N dy  5100   1332522       221     25894        73     87377    114709   1261655     10.15     10.69
144.59/144.69	c  N dy  5194   1353975       221     25894        73     60072    114709    755506     10.16     10.71
146.99/147.04	c  N dy  5274   1374563       221     25894        73     79669    114709   1109647     10.16     10.71
149.90/149.96	c  N dy  5376   1394966       221     25894        73     50558    114709    568513     10.16     10.71
151.99/152.03	c  N dy  5437   1415176       221     25894        73     69834    114709    915193     10.15     10.85
154.39/154.46	c  N dy  5511   1435540       221     25894        73     89257    114709   1272891     10.15     10.73
157.00/157.05	c  N dy  5593   1455641       221     25894        73     58824    114709    709106     10.16     10.77
159.29/159.30	c  N dy  5661   1476231       221     25894        73     78457    114709   1060413     10.15     10.74
161.80/161.80	c  N dy  5726   1496311       221     25894        73     97543    114709   1403979     10.15     11.10
164.20/164.29	c  N dy  5816   1516489       221     25894        73     66220    114709    833227     10.15     10.71
166.59/166.63	c  N dy  5900   1537159       221     25894        73     85929    114709   1199804     10.15     10.72
169.40/169.45	c  N dy  5976   1557172       221     25894        73     53528    114709    592735     10.15     11.77
171.50/171.60	c  N dy  6066   1577298       221     25894        73     72706    114709    948683     10.15     10.89
173.99/174.03	c  N dy  6120   1597439       221     25894        73     91937    114709   1281743     10.15     10.69
177.00/177.03	c  N dy  6203   1617811       221     25894        73     58963    114709    678513     10.15     10.71
179.30/179.36	c  N dy  6275   1637959       221     25894        73     78181    114709   1023020     10.15     10.75
181.89/181.95	c  N dy  6351   1658018       221     25894        73     97337    114709   1362362     10.14     10.69
184.59/184.67	c  N dy  6436   1678251       221     25894        73     63216    114709    750597     10.14     10.68
187.00/187.04	c  N dy  6518   1698329       221     25894        73     82416    114709   1106069     10.15     10.82
188.49/188.54	c  S st  6561   1710067       221     25894        73     93598    114709   1305571     10.14   no data
188.59/188.62	c  S st  6561   1710569       221     25894        73     94087    114709   1315363     10.14   no data
188.59/188.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
188.59/188.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
188.59/188.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
188.59/188.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
188.59/188.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
188.59/188.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
188.59/188.67	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
188.59/188.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
188.69/188.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
192.29/192.38	c lits-rem:      1324  cl-subs:     9270  v-elim:      0  v-fix:    0  time:  3.63 s
192.29/192.38	c vivif2 --  cl tried    25894 cl shrink        0 lits rem          0 time: 0.00
192.40/192.41	c vivif2 --  cl tried    84817 cl shrink        0 lits rem          0 time: 0.02
192.59/192.61	c asymm  cl-useful: 0/2742/25894 lits-rem:0 time: 0.20
192.59/192.61	c calculated reachability. Time: 0.00
192.59/192.61	c  N dy  6561   1710569       221     25894        73     84817    114709   1214610     10.14   no data
195.39/195.45	c  N dy  6652   1730902       221     25894        73    104243    114709   1564325     10.15     10.73
197.90/197.93	c  N dy  6714   1750917       221     25894        73     69087    114709    845711     10.14     10.86
200.39/200.42	c  N dy  6786   1771636       221     25894        73     88856    114709   1189137     10.14     10.81
203.09/203.14	c  N dy  6852   1792261       221     25894        73    108455    114709   1535848     10.14     10.71
205.70/205.70	c  N dy  6924   1812488       221     25894        73     72530    114709    902817     10.14     10.68
208.10/208.15	c  N dy  6979   1832698       221     25894        73     91819    114709   1242393     10.13     10.70
210.90/210.98	c  N dy  7057   1852785       221     25894        73    111010    114709   1584056     10.13     10.84
213.40/213.47	c  N dy  7118   1872789       221     25894        73     73852    114709    909083     10.13     11.62
216.20/216.24	c  N dy  7209   1895147       221     25894        73     95113    114709   1288312     10.13     10.89
219.59/219.60	c  N dy  7265   1918042       221     25894        73     59765    114709    652662     10.13     10.67
221.79/221.81	c  N dy  7354   1938292       221     25894        73     79160    114709   1009769     10.13     10.79
224.30/224.40	c  N dy  7439   1958564       221     25894        73     98484    114708   1363910     10.13     10.80
227.50/227.52	c  N dy  7515   1978795       221     25894        73     59612    114708    644378     10.13     10.67
229.80/229.84	c  N dy  7580   2000244       221     25894        73     80014    114708   1005441     10.13     10.66
232.40/232.46	c  N dy  7647   2020675       221     25894        73     99527    114708   1349022     10.12     10.68
235.59/235.64	c  N dy  7696   2040764       221     25894        73     59592    114708    634402     10.12     10.68
237.79/237.88	c  N dy  7774   2061314       221     25894        73     79194    114708    986119     10.12     10.71
240.39/240.47	c  N dy  7856   2081500       221     25894        73     98508    114708   1332148     10.12     10.68
243.49/243.51	c  N dy  7896   2101595       221     25894        73    117667    114708   1671020     10.12     13.84
246.31/246.32	c  N dy  7979   2122155       221     25894        73     77233    114708    942390     10.12     10.70
248.70/248.76	c  N dy  8040   2142288       221     25894        73     96398    114708   1280623     10.11     10.65
251.70/251.73	c  N dy  8110   2163008       221     25894        73    116099    114708   1631105     10.11     10.73
254.90/254.98	c  N dy  8184   2187020       221     25894        73     78013    114708    940681     10.11     10.64
257.50/257.50	c  N dy  8271   2207158       221     25894        73     97286    114708   1286604     10.11     10.65
257.90/257.94	c  S st  8291   2210570       221     25894        73    100536    114708   1347243     10.11      9.09
258.00/258.03	c  S st  8291   2211076       221     25894        73    101033    114708   1357830     10.11   no data
258.00/258.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
258.00/258.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
258.00/258.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
258.00/258.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
258.00/258.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
258.00/258.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
258.00/258.08	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
258.10/258.10	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.02 s
258.10/258.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
261.90/261.92	c lits-rem:      1722  cl-subs:    10381  v-elim:      0  v-fix:    0  time:  3.76 s
261.90/261.92	c vivif2 --  cl tried    25893 cl shrink        0 lits rem          0 time: 0.00
261.90/261.95	c vivif2 --  cl tried    90652 cl shrink        0 lits rem          0 time: 0.02
262.10/262.15	c asymm  cl-useful: 0/2912/25893 lits-rem:0 time: 0.20
262.10/262.16	c calculated reachability. Time: 0.00
262.10/262.16	c  N dy  8291   2211076       221     25893        73     90652    114686   1244052     10.11   no data
264.90/264.95	c  N dy  8380   2231248       221     25893        73    109891    114686   1599610     10.11     10.67
268.10/268.17	c  N dy  8455   2251270       221     25893        73     67193    114686    750852     10.11     10.71
270.50/270.55	c  N dy  8544   2271714       221     25893        73     86689    114686   1098038     10.11     10.67
273.19/273.24	c  N dy  8615   2291802       221     25893        73    105881    114686   1438438     10.11     14.70
276.10/276.18	c  N dy  8686   2311812       221     25893        73    125059    114686   1780088     10.11     10.67
278.79/278.88	c  N dy  8766   2332016       221     25893        73     81355    114686   1002538     10.11     10.83
281.40/281.49	c  N dy  8839   2352852       221     25893        73    101242    114686   1359870     10.11     10.72
284.50/284.50	c  N dy  8933   2373454       221     25893        73    120897    114686   1712656     10.11     10.67
287.40/287.46	c  N dy  8997   2393461       221     25893        73     76065    114686    892099     10.11     10.71
289.90/289.98	c  N dy  9084   2413683       221     25893        73     95383    114686   1237677     10.11     10.66
292.89/292.95	c  N dy  9161   2434879       221     25893        73    115466    114686   1589416     10.11     10.93
296.20/296.26	c  N dy  9244   2454961       221     25893        73     69836    114686    777879     10.11     10.64
298.70/298.70	c  N dy  9324   2475009       221     25893        73     88946    114686   1118334     10.11     10.65
301.31/301.34	c  N dy  9392   2495235       221     25893        73    108232    114686   1458932     10.11     10.66
304.50/304.53	c  N dy  9478   2515934       221     25893        73    127987    114686   1809591     10.11     10.66
307.40/307.46	c  N dy  9574   2535979       221     25893        73     81345    114686    980375     10.11     10.72
309.99/310.07	c  N dy  9660   2556007       221     25893        73    100405    114686   1323097     10.11     12.84
313.00/313.02	c  N dy  9727   2576022       221     25893        73    119484    114686   1661958     10.11     12.45
316.90/316.97	c  N dy  9804   2598725       221     25893        73     74373    114686    844702     10.10     10.65
319.40/319.49	c  N dy  9871   2618761       221     25893        73     93500    114686   1178250     10.10     10.81
322.30/322.34	c  N dy  9942   2639115       221     25893        73    112909    114686   1524677     10.10     10.72
325.39/325.49	c  N dy 10035   2659179       221     25893        73    132092    114686   1866452     10.10     10.68
328.30/328.36	c  N dy 10111   2679216       221     25893        73     83414    114686    994532     10.10     10.65
330.90/330.98	c  N dy 10187   2699234       221     25893        73    102470    114686   1333062     10.10     10.68
332.70/332.71	c  S st 10238   2711076       221     25893        73    113811    114686   1535492     10.10      9.61
332.80/332.81	c  S st 10238   2711579       221     25893        73    114303    114686   1544249     10.10   no data
332.80/332.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
332.80/332.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
332.80/332.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
332.80/332.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
332.80/332.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
332.80/332.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
332.80/332.86	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
332.80/332.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
332.90/332.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
337.90/337.90	c lits-rem:      1379  cl-subs:    11897  v-elim:      0  v-fix:    0  time:  4.94 s
337.90/337.91	c vivif2 --  cl tried    25893 cl shrink        0 lits rem          0 time: 0.00
337.90/337.93	c vivif2 --  cl tried   102406 cl shrink        0 lits rem          0 time: 0.02
338.10/338.15	c asymm  cl-useful: 0/3156/25893 lits-rem:0 time: 0.22
338.10/338.16	c calculated reachability. Time: 0.00
338.10/338.16	c  N dy 10238   2711579       221     25893        73    102406    114686   1414636     10.10   no data
341.10/341.11	c  N dy 10316   2731583       221     25893        73    121468    114686   1747681     10.10     10.70
344.79/344.84	c  N dy 10398   2754230       221     25893        73     74617    114686    836177     10.10     10.65
347.19/347.22	c  N dy 10458   2774845       221     25893        73     94219    114686   1187305     10.10     10.67
349.90/349.96	c  N dy 10529   2795263       221     25893        73    113603    114686   1530953     10.10     10.76
353.01/353.03	c  N dy 10596   2815338       221     25893        73    132703    114686   1863578     10.10     12.98
356.00/356.05	c  N dy 10658   2835419       221     25893        73     82524    114686    977050     10.10     11.46
358.70/358.73	c  N dy 10743   2855973       221     25893        73    102065    114686   1327497     10.10     10.70
361.60/361.62	c  N dy 10829   2875980       221     25893        73    121049    114686   1670439     10.10     10.64
364.89/364.93	c  N dy 10922   2896270       221     25893        73    140511    114686   2026243     10.10     10.71
367.80/367.81	c  N dy 11011   2916586       221     25893        73     89469    114686   1095070     10.10     10.66
370.50/370.57	c  N dy 11082   2936626       221     25893        73    108562    114686   1427849     10.10     12.57
373.50/373.55	c  N dy 11149   2956650       221     25893        73    127635    114686   1762548     10.10     10.73
377.09/377.11	c  N dy 11221   2976653       221     25893        73     75265    114686    830073     10.10     12.43
379.50/379.58	c  N dy 11291   2996948       221     25893        73     94584    114686   1178620     10.10     10.69
382.30/382.35	c  N dy 11359   3017143       221     25893        73    113781    114686   1515539     10.10     10.67
385.50/385.57	c  N dy 11416   3037673       221     25893        73    133312    114686   1852277     10.09     10.74
389.10/389.11	c  N dy 11485   3058005       221     25893        73     80351    114686    910471     10.09     10.64
391.90/391.91	c  N dy 11555   3078392       221     25893        73     99760    114686   1252636     10.09     10.67
395.10/395.10	c  N dy 11629   3098408       221     25893        73    118782    114686   1585895     10.09     10.69
398.21/398.25	c  N dy 11694   3118443       221     25893        73    137941    114686   1923079     10.09     11.00
401.70/401.72	c  N dy 11782   3139888       221     25893        73     85084    114686    990006     10.09     10.66
404.30/404.31	c  N dy 11873   3159908       221     25893        73    104190    114686   1335301     10.09     10.63
407.10/407.18	c  N dy 11926   3179942       221     25893        73    123245    114686   1665921     10.09     11.19
410.50/410.51	c  N dy 12015   3200169       221     25893        73    142505    114686   2005268     10.09     10.66
412.71/412.78	c  S st 12083   3211579       221     25893        73     79129    114686    881602     10.09   no data
412.81/412.85	c  S st 12083   3212085       221     25893        73     79628    114686    891870     10.09   no data
412.81/412.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
412.81/412.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
412.81/412.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
412.81/412.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
412.81/412.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
412.81/412.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
412.81/412.89	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
412.90/412.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
412.90/412.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
413.61/413.64	c lits-rem:       390  cl-subs:     1883  v-elim:      0  v-fix:    0  time:  0.70 s
413.61/413.64	c vivif2 --  cl tried    25893 cl shrink        0 lits rem          0 time: 0.00
413.61/413.66	c vivif2 --  cl tried    77745 cl shrink        0 lits rem          0 time: 0.02
413.80/413.85	c asymm  cl-useful: 0/9358/25893 lits-rem:0 time: 0.19
413.80/413.86	c calculated reachability. Time: 0.00
413.80/413.86	c  N dy 12083   3212085       221     25893        73     77745    114686    874975     10.09   no data
416.40/416.49	c  N dy 12179   3232829       221     25893        73     97519    114686   1227602     10.09     10.67
419.40/419.47	c  N dy 12260   3253418       221     25893        73    117148    114686   1572618     10.09     10.67
422.50/422.59	c  N dy 12328   3273480       221     25893        73    136198    114686   1909581     10.09     10.69
426.20/426.29	c  N dy 12410   3293547       221     25893        73     80078    114686    894345     10.09     10.69
428.80/428.87	c  N dy 12474   3314041       221     25893        73     99524    114686   1234137     10.09     10.79
431.80/431.82	c  N dy 12567   3334374       221     25893        73    118881    114686   1581051     10.09     10.70
435.00/435.09	c  N dy 12662   3354440       221     25893        73    137960    114686   1921691     10.09     10.80
438.80/438.80	c  N dy 12742   3374526       221     25893        73     80992    114686    897519     10.09     10.75
441.20/441.27	c  N dy 12805   3394603       221     25893        73    100058    114686   1229944     10.09     10.64
444.41/444.40	c  N dy 12857   3417252       221     25893        73    121512    114686   1598666     10.09     10.62
447.60/447.64	c  N dy 12940   3437648       221     25893        73    140860    114686   1940593     10.09     10.71
451.41/451.40	c  N dy 13008   3457974       221     25893        73     83244    114686    932982     10.09     10.86
454.01/454.00	c  N dy 13097   3478230       221     25893        73    102563    114686   1277277     10.09     10.65
456.90/456.98	c  N dy 13173   3498745       221     25893        73    122167    114686   1626453     10.09     10.68
460.10/460.18	c  N dy 13249   3518768       221     25893        73    141212    114686   1957083     10.09     10.62
464.00/464.06	c  N dy 13351   3539183       221     25893        73     82630    114686    920939     10.09     10.71
466.60/466.60	c  N dy 13425   3559197       221     25893        73    101687    114686   1259859     10.09     10.78
469.50/469.51	c  N dy 13502   3579288       221     25893        73    120826    114686   1599622     10.09     10.69
472.91/472.91	c  N dy 13576   3599293       221     25893        73    139863    114686   1937913     10.09     10.69
477.20/477.28	c  N dy 13645   3619945       221     25893        73     80507    114686    872513     10.09     10.69
479.90/479.94	c  N dy 13740   3640027       221     25893        73     99710    114686   1220739     10.09     11.94
482.91/482.94	c  N dy 13800   3660868       221     25893        73    119574    114686   1562291     10.09     10.67
486.11/486.12	c  N dy 13868   3680944       221     25893        73    138613    114686   1898419     10.09     10.62
489.51/489.51	c  N dy 13912   3701057       221     25893        73    157771    114686   2222982     10.08     10.63
491.40/491.49	c  S st 13938   3712085       221     25893        73     88278    114686    998529     10.08   no data
491.50/491.57	c  S st 13938   3712591       221     25893        73     88783    114686   1008176     10.08   no data
491.50/491.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
491.61/491.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
491.61/491.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
491.61/491.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
491.61/491.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
491.61/491.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
491.61/491.62	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
491.61/491.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
491.61/491.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
492.60/492.63	c lits-rem:       515  cl-subs:     3012  v-elim:      0  v-fix:    0  time:  0.95 s
492.60/492.64	c vivif2 --  cl tried    25893 cl shrink        0 lits rem          0 time: 0.00
492.60/492.65	c vivif2 --  cl tried    85771 cl shrink        0 lits rem          0 time: 0.02
492.81/492.82	c asymm  cl-useful: 0/7725/25893 lits-rem:0 time: 0.17
492.81/492.83	c calculated reachability. Time: 0.00
492.81/492.83	c  N dy 13938   3712591       221     25893        73     85771    114686    977811     10.08   no data
495.60/495.63	c  N dy 14028   3733342       221     25893        73    105582    114686   1332935     10.08     10.62
498.40/498.40	c  F st 14113   3751564       221     25893        73    122973    114686   1640092     10.08      9.46
498.60/498.66	c  N st 14117   3753596       221     25893        73    124920    114686   1680463     10.08   no data
501.90/501.98	c  N dy 14161   3773728       221     25893        73    144152    114686   2007247     10.08     10.73
506.40/506.42	c  N dy 14241   3795250       221     25893        73     83670    114686    916413     10.08     10.73
509.00/509.01	c  N dy 14324   3815514       221     25893        73    103056    114686   1263011     10.08     10.77
511.90/511.94	c  N dy 14397   3835841       221     25893        73    122347    114686   1599195     10.08     10.70
515.11/515.15	c  N dy 14468   3856028       221     25893        73    141584    114686   1935494     10.08     10.63
518.81/518.89	c  N dy 14538   3877525       221     25893        73    162080    114686   2287088     10.08     10.65
522.20/522.23	c  N dy 14625   3897730       221     25893        73     99434    114686   1199572     10.08     10.62
525.20/525.27	c  N dy 14718   3918307       221     25893        73    119134    114686   1556598     10.08     10.66
528.70/528.76	c  N dy 14794   3940496       221     25893        73    140238    114686   1925404     10.08     10.64
532.10/532.19	c  N dy 14856   3961203       221     25893        73    159870    114686   2269198     10.08     10.65
535.71/535.75	c  N dy 14932   3981255       221     25893        73     96064    114686   1124895     10.08     10.86
538.50/538.55	c  N dy 15006   4001323       221     25893        73    115144    114686   1456775     10.08     10.61
541.71/541.70	c  N dy 15082   4021837       221     25893        73    134631    114686   1797333     10.08     10.69
545.10/545.15	c  N dy 15148   4042178       221     25893        73    154036    114686   2138469     10.08     10.62
549.10/549.18	c  N dy 15204   4062231       221     25893        73     89370    114686   1002214     10.08     11.91
551.91/551.98	c  N dy 15308   4082320       221     25893        73    108606    114686   1351408     10.08     10.62
554.91/554.99	c  N dy 15376   4102630       221     25893        73    127851    114686   1685581     10.08     10.68
558.51/558.56	c  N dy 15472   4123128       221     25893        73    147375    114686   2034194     10.08     10.64
562.11/562.19	c  N dy 15529   4143786       221     25893        73    166962    114686   2370677     10.08     10.62
565.50/565.58	c  N dy 15608   4163937       221     25893        73    101411    114686   1214264     10.08     10.62
568.41/568.47	c  N dy 15675   4184025       221     25893        73    120559    114686   1546065     10.08     10.63
571.71/571.72	c  N dy 15749   4204119       221     25893        73    139637    114686   1877593     10.08     10.62
573.01/573.10	c  S st 15780   4212592       221     25893        73    147681    114686   2019644     10.08   no data
573.20/573.20	c  S st 15780   4213096       221     25893        73    148181    114686   2029030     10.08   no data
573.20/573.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
573.20/573.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.06
573.20/573.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
573.20/573.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
573.20/573.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
573.20/573.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
573.20/573.28	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
573.30/573.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
573.40/573.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
580.21/580.20	c lits-rem:      1927  cl-subs:    16303  v-elim:      0  v-fix:    0  time:  6.79 s
580.21/580.20	c vivif2 --  cl tried    25893 cl shrink        0 lits rem          0 time: 0.00
580.21/580.24	c vivif2 --  cl tried   131878 cl shrink        0 lits rem          0 time: 0.03
580.41/580.47	c asymm  cl-useful: 0/1999/25893 lits-rem:0 time: 0.23
580.41/580.48	c calculated reachability. Time: 0.00
580.41/580.48	c  N dy 15780   4213096       221     25893        73    131878    114686   1850392     10.08   no data
584.11/584.15	c  N dy 15874   4234331       221     25893        73    152190    114686   2206049     10.08     10.61
588.51/588.56	c  N dy 15941   4254404       221     25893        73     85956    114686    941400     10.08     10.63
591.71/591.80	c  N dy 16022   4279059       221     25893        73    109327    114686   1351512     10.07     10.63
594.70/594.79	c  N dy 16094   4299341       221     25893        73    128543    114686   1689409     10.07     10.65
598.50/598.52	c  N dy 16159   4322041       221     25893        73    150140    114686   2058462     10.07     10.65
602.11/602.12	c  N dy 16226   4342483       221     25893        73    169571    114686   2396546     10.07     10.62
605.71/605.75	c  N dy 16309   4363332       221     25893        73    103139    114686   1237842     10.07     10.63
608.70/608.74	c  N dy 16401   4383335       221     25893        73    122268    114686   1575684     10.07     10.62
612.00/612.06	c  N dy 16505   4403373       221     25893        73    141400    114686   1918706     10.07     10.63
615.50/615.59	c  N dy 16593   4423707       221     25893        73    160802    114686   2267013     10.07     10.63
619.81/619.80	c  N dy 16668   4443739       221     25893        73     92300    114686   1036247     10.07     11.01
622.61/622.68	c  N dy 16757   4464490       221     25893        73    112015    114686   1380393     10.07     10.61
625.70/625.77	c  N dy 16838   4484704       221     25893        73    131301    114686   1717458     10.07     10.62
629.00/629.04	c  N dy 16929   4504748       221     25893        73    150353    114686   2052286     10.08     11.19
632.51/632.52	c  N dy 16983   4524818       221     25893        73    169361    114686   2376150     10.07     10.63
636.41/636.44	c  N dy 17072   4545338       221     25893        73    100512    114686   1180921     10.07     10.63
639.30/639.39	c  N dy 17144   4566008       221     25893        73    120186    114686   1528230     10.07     10.70
642.71/642.73	c  N dy 17216   4586046       221     25893        73    139271    114686   1866476     10.07     10.61
646.51/646.50	c  N dy 17288   4606061       221     25893        73    158317    114686   2195863     10.07     10.68
650.21/650.24	c  N dy 17347   4626090       221     25893        73    177263    114686   2516171     10.07     10.64
653.81/653.82	c  N dy 17415   4646541       221     25893        73    107353    114686   1291110     10.07     10.63
656.81/656.86	c  N dy 17516   4666604       221     25893        73    126507    114686   1630733     10.07     13.30
660.10/660.17	c  N dy 17593   4686679       221     25893        73    145638    114686   1962462     10.07     11.74
663.70/663.75	c  N dy 17651   4706913       221     25893        73    164903    114686   2289354     10.07     10.85
664.90/664.92	c  S st 17679   4713099       221     25893        73    170789    114686   2396870     10.07      9.72
665.00/665.04	c  S st 17679   4713603       221     25893        73    171290    114686   2407219     10.07   no data
665.00/665.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
665.10/665.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
665.10/665.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
665.10/665.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
665.10/665.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
665.10/665.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
665.10/665.13	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
665.10/665.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
665.20/665.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
674.01/674.03	c lits-rem:      2321  cl-subs:    20258  v-elim:      0  v-fix:    0  time:  8.74 s
674.01/674.03	c vivif2 --  cl tried    25893 cl shrink        0 lits rem          0 time: 0.00
674.01/674.08	c vivif2 --  cl tried   151032 cl shrink        0 lits rem          0 time: 0.04
674.32/674.33	c asymm  cl-useful: 0/1351/25893 lits-rem:0 time: 0.26
674.32/674.34	c calculated reachability. Time: 0.00
674.32/674.34	c  N dy 17679   4713603       221     25893        73    151032    114686   2183513     10.07   no data
678.01/678.05	c  N dy 17747   4733686       221     25893        73    170108    114686   2517643     10.07     10.64
681.91/681.93	c  N dy 17794   4753749       221     25893        73     99165    114686   1149066     10.07     10.67
685.01/685.01	c  N dy 17866   4774412       221     25893        73    118852    114686   1488330     10.07     10.71
688.31/688.31	c  N dy 17961   4794505       221     25893        73    138027    114686   1823312     10.07     10.95
691.81/691.82	c  N dy 18046   4814603       221     25893        73    157249    114686   2160573     10.07     10.67
695.71/695.71	c  N dy 18117   4835712       221     25893        73    177352    114686   2510854     10.07     10.61
699.51/699.56	c  N dy 18200   4855766       221     25893        73    105264    114686   1251484     10.07     10.61
703.61/703.63	c  N dy 18277   4882493       221     25893        73    130681    114686   1676353     10.06     10.61
707.11/707.10	c  N dy 18370   4902623       221     25893        73    149851    114686   2017802     10.06     10.60
710.81/710.80	c  N dy 18459   4922790       221     25893        73    169053    114686   2355982     10.07     10.68
715.21/715.22	c  N dy 18527   4943269       221     25893        73     96253    114686   1089573     10.06     10.61
718.11/718.10	c  N dy 18591   4963328       221     25893        73    115314    114686   1414806     10.06     10.66
721.31/721.31	c  N dy 18672   4983593       221     25893        73    134603    114686   1752469     10.06     10.63
724.81/724.81	c  N dy 18738   5003744       221     25893        73    153829    114686   2086237     10.06     10.61
728.81/728.82	c  N dy 18818   5025260       221     25893        73    174308    114686   2443318     10.06     10.66
733.31/733.37	c  N dy 18911   5045623       221     25893        73    100491    114686   1157951     10.06     10.62
736.61/736.61	c  N dy 18990   5066818       221     25893        73    120667    114686   1512709     10.06     10.74
739.81/739.86	c  N dy 19055   5087838       221     25893        73    140676    114686   1858539     10.06     10.60
743.41/743.44	c  N dy 19120   5107950       221     25893        73    159754    114686   2185425     10.06     10.65
747.31/747.30	c  N dy 19191   5128011       221     25893        73    178827    114686   2509838     10.06     10.69
751.51/751.57	c  N dy 19271   5148686       221     25893        73    104304    114686   1218858     10.06     10.68
754.41/754.47	c  N dy 19360   5168735       221     25893        73    123370    114686   1558695     10.06     10.96
757.51/757.59	c  N dy 19423   5188774       221     25893        73    142351    114686   1885561     10.06     10.98
761.11/761.16	c  N dy 19498   5208994       221     25893        73    161588    114686   2222774     10.06     10.68
762.01/762.03	c  S st 19516   5213604       221     25893        73    165976    114686   2298195     10.06      9.41
762.11/762.15	c  S st 19516   5214106       221     25893        73    166467    114686   2307377     10.06   no data
762.11/762.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
762.21/762.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.06
762.21/762.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
762.21/762.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
762.21/762.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
762.21/762.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
762.21/762.24	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
762.21/762.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
762.31/762.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
770.41/770.42	c lits-rem:      2374  cl-subs:    19757  v-elim:      0  v-fix:    0  time:  8.04 s
770.41/770.42	c vivif2 --  cl tried    25893 cl shrink        0 lits rem          0 time: 0.00
770.41/770.46	c vivif2 --  cl tried   146710 cl shrink        0 lits rem          0 time: 0.04
770.71/770.72	c asymm  cl-useful: 0/2237/25893 lits-rem:0 time: 0.26
770.71/770.72	c calculated reachability. Time: 0.00
770.71/770.72	c  N dy 19516   5214106       221     25893        73    146710    114686   2090237     10.06   no data
774.51/774.57	c  N dy 19606   5234572       221     25893        73    166225    114686   2432234     10.06     10.61
778.72/778.75	c  N dy 19688   5254889       221     25893        73    185553    114686   2773276     10.06     10.62
782.51/782.54	c  N dy 19750   5274929       221     25893        73    110041    114686   1329227     10.06     10.60
785.71/785.70	c  N dy 19840   5294954       221     25893        73    129194    114686   1658981     10.06     10.60
789.11/789.13	c  N dy 19933   5315339       221     25893        73    148677    114686   2001073     10.06     10.60
792.91/792.98	c  N dy 20025   5335619       221     25893        73    167985    114686   2341850     10.06     10.62
796.81/796.85	c  N dy 20094   5355668       221     25893        73    187093    114686   2679982     10.06     10.60
800.71/800.76	c  N dy 20169   5375681       221     25893        73    110183    114686   1320761     10.06     10.59
803.71/803.74	c  N dy 20236   5395730       221     25893        73    129341    114686   1656614     10.06     10.59
807.11/807.15	c  N dy 20338   5415796       221     25893        73    148464    114686   2000318     10.06     10.68
810.92/810.93	c  N dy 20419   5436032       221     25893        73    167707    114686   2336507     10.06     10.59
815.02/815.02	c  N dy 20489   5456656       221     25893        73    187306    114686   2670273     10.06     10.59
819.31/819.36	c  N dy 20564   5477423       221     25893        73    110094    114686   1305925     10.06     10.96
822.82/822.89	c  N dy 20659   5498879       221     25893        73    130571    114686   1668122     10.06     10.59
826.61/826.64	c  N dy 20741   5519486       221     25893        73    150220    114686   2008040     10.06     10.59
830.61/830.67	c  N dy 20807   5540044       221     25893        73    169726    114686   2347350     10.06     10.60
835.41/835.43	c  N dy 20912   5560332       221     25893        73    189096    114686   2690094     10.06     10.64
839.82/839.82	c  N dy 21001   5580341       221     25893        73    110076    114686   1307541     10.06     10.59
843.01/843.02	c  N dy 21093   5600892       221     25893        73    129582    114686   1648562     10.06     10.67
846.31/846.38	c  N dy 21170   5621074       221     25893        73    148754    114686   1980545     10.06     10.62
849.91/849.93	c  N dy 21244   5641132       221     25893        73    167819    114686   2309744     10.06     10.84
854.01/854.00	c  N dy 21324   5661617       221     25893        73    187291    114686   2645325     10.06     10.59
858.41/858.49	c  N dy 21392   5682017       221     25893        73    107741    114686   1255395     10.06     10.62
861.52/861.55	c  N dy 21473   5702108       221     25893        73    126846    114686   1584675     10.06     10.63
863.42/863.48	c  S st 21512   5714106       221     25893        73    138246    114686   1781143     10.06      8.98
863.52/863.59	c  S st 21512   5714608       221     25893        73    138744    114686   1790660     10.06   no data
863.62/863.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
863.62/863.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
863.62/863.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
863.62/863.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
863.62/863.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
863.62/863.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
863.62/863.66	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
863.62/863.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
863.72/863.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
868.92/868.92	c lits-rem:      1190  cl-subs:     9629  v-elim:      0  v-fix:    0  time:  5.15 s
868.92/868.92	c vivif2 --  cl tried    25893 cl shrink        0 lits rem          0 time: 0.00
868.92/868.96	c vivif2 --  cl tried   129115 cl shrink        0 lits rem          0 time: 0.03
869.22/869.20	c asymm  cl-useful: 0/2096/25893 lits-rem:0 time: 0.24
869.22/869.20	c calculated reachability. Time: 0.00
869.22/869.20	c  N dy 21512   5714608       221     25893        73    129115    114686   1684225     10.06   no data
872.62/872.61	c  N dy 21563   5734877       221     25893        73    148311    114686   2000271     10.06     10.63
876.11/876.17	c  N dy 21633   5754909       221     25893        73    167349    114686   2330212     10.06     10.59
880.11/880.11	c  N dy 21688   5775025       221     25893        73    186407    114686   2654687     10.06     10.66
884.72/884.74	c  N dy 21765   5795670       221     25893        73    106428    114686   1217763     10.06     10.60
887.52/887.59	c  N dy 21834   5815829       221     25893        73    125693    114686   1559393     10.05     10.60
890.92/890.98	c  N dy 21910   5836184       221     25893        73    145128    114686   1901554     10.05     10.64
894.61/894.65	c  N dy 21983   5856274       221     25893        73    164201    114686   2228718     10.05     10.79
898.81/898.88	c  N dy 22045   5879434       221     25893        73    186268    114686   2603044     10.05     10.60
903.71/903.72	c  N dy 22106   5899798       221     25893        73    104846    114686   1177396     10.05     10.70
906.61/906.61	c  N dy 22170   5919815       221     25893        73    123887    114686   1505147     10.05     10.60
909.92/909.90	c  N dy 22259   5939822       221     25893        73    142988    114686   1843133     10.05     11.95
913.52/913.53	c  N dy 22349   5959828       221     25893        73    162033    114686   2171892     10.05     11.07
917.52/917.54	c  N dy 22403   5981709       221     25893        73    182874    114686   2531206     10.05     10.61
921.82/921.86	c  N dy 22493   6002624       221     25893        73    202767    114686   2872783     10.05     10.60
925.72/925.78	c  N dy 22587   6022644       221     25893        73    120116    114686   1442702     10.05     11.34
929.12/929.14	c  N dy 22652   6043005       221     25893        73    139568    114686   1770904     10.05     10.58
933.01/933.08	c  N dy 22732   6063055       221     25893        73    158673    114686   2102830     10.05     15.04
936.91/936.91	c  N dy 22802   6083894       221     25893        73    178428    114686   2442846     10.05     10.67
941.02/941.03	c  N dy 22865   6104605       221     25893        73    198086    114686   2777067     10.05     10.67
945.42/945.44	c  N dy 22939   6125591       221     25893        73    115335    114686   1345146     10.05     10.59
948.61/948.60	c  N dy 22992   6146722       221     25893        73    135383    114686   1693998     10.05     10.59
952.02/952.01	c  N dy 23061   6167091       221     25893        73    154734    114686   2025801     10.05     10.64
955.72/955.71	c  N dy 23155   6187111       221     25893        73    173798    114686   2366003     10.05     10.63
959.72/959.70	c  N dy 23229   6207563       221     25893        73    193233    114686   2697553     10.05     10.66
961.22/961.25	c  S st 23259   6214608       221     25893        73    199939    114686   2815169     10.05     10.13
961.32/961.40	c  S st 23259   6215110       221     25893        73    200429    114686   2825100     10.05   no data
961.42/961.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
961.42/961.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.08
961.52/961.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
961.52/961.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
961.52/961.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
961.52/961.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
961.52/961.50	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
961.52/961.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
961.62/961.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
973.31/973.32	c lits-rem:      2596  cl-subs:    24462  v-elim:      0  v-fix:    0  time: 11.63 s
973.31/973.32	c vivif2 --  cl tried    25893 cl shrink        0 lits rem          0 time: 0.00
973.31/973.37	c vivif2 --  cl tried   175967 cl shrink        0 lits rem          0 time: 0.05
973.61/973.64	c asymm  cl-useful: 0/3486/25893 lits-rem:0 time: 0.27
973.61/973.64	c calculated reachability. Time: 0.00
973.61/973.64	c  N dy 23259   6215110       221     25893        73    175967    114686   2556774     10.05   no data
977.83/977.86	c  N dy 23319   6235842       221     25893        73    195624    114686   2883599     10.05     10.60
982.62/982.66	c  N dy 23394   6255942       221     25893        73    111663    114686   1272258     10.05     10.58
985.62/985.64	c  N dy 23472   6275965       221     25893        73    130776    114686   1602894     10.05     10.64
988.82/988.85	c  N dy 23542   6296258       221     25893        73    150075    114686   1934876     10.05     10.59
992.51/992.50	c  N dy 23630   6316344       221     25893        73    169208    114686   2269902     10.05     10.66
996.52/996.59	c  N dy 23724   6337020       221     25893        73    188886    114686   2607204     10.05     10.61
1000.92/1000.92	c  N dy 23820   6357434       221     25893        73    208405    114686   2947185     10.05     10.75
1004.91/1004.96	c  N dy 23891   6378564       221     25893        73    124030    114686   1477381     10.05     10.63
1008.11/1008.10	c  N dy 23951   6398579       221     25893        73    143019    114686   1802442     10.04     10.58
1011.72/1011.71	c  N dy 24028   6419528       221     25893        73    162977    114686   2143953     10.04     10.58
1015.92/1015.94	c  N dy 24101   6441127       221     25893        73    183541    114686   2495276     10.04     10.58
1019.92/1019.98	c  N dy 24169   6461195       221     25893        73    202527    114686   2813794     10.04     12.42
1024.52/1024.56	c  N dy 24231   6481260       221     25893        73    116203    114686   1321296     10.04     11.74
1027.92/1027.92	c  N dy 24311   6501272       221     25893        73    135208    114686   1653656     10.04     10.66
1031.62/1031.67	c  N dy 24398   6521771       221     25893        73    154722    114686   1997307     10.04     10.74
1036.12/1036.18	c  N dy 24464   6543724       221     25893        73    175635    114686   2348654     10.04     10.63
1040.42/1040.41	c  N dy 24549   6564908       221     25893        73    195814    114686   2704426     10.04     10.59
1045.61/1045.61	c  N dy 24625   6585447       221     25893        73    108873    114686   1194238     10.04     10.58
1048.52/1048.52	c  N dy 24699   6605521       221     25893        73    127990    114686   1515292     10.04     10.58
1051.82/1051.83	c  N dy 24776   6625825       221     25893        73    147324    114686   1852167     10.04     10.65
1055.42/1055.41	c  N dy 24864   6645869       221     25893        73    166387    114686   2190545     10.04     11.43
1059.42/1059.41	c  N dy 24958   6666066       221     25893        73    185636    114686   2526470     10.04     10.67
1063.42/1063.49	c  N dy 25033   6686222       221     25893        73    204896    114686   2859828     10.04     10.63
1068.02/1068.04	c  N dy 25116   6706373       221     25893        73    116565    114686   1323660     10.04     10.58
1069.22/1069.27	c  S st 25151   6715110       221     25893        73    124864    114686   1467139     10.04   no data
1069.32/1069.37	c  S st 25151   6715612       221     25893        73    125361    114686   1476452     10.04   no data
1069.32/1069.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1069.42/1069.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.04
1069.42/1069.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1069.42/1069.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1069.42/1069.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1069.42/1069.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
1069.42/1069.43	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1069.42/1069.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1069.52/1069.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1071.52/1071.50	c lits-rem:       597  cl-subs:     4978  v-elim:      0  v-fix:    0  time:  1.97 s
1071.52/1071.50	c vivif2 --  cl tried    25893 cl shrink        0 lits rem          0 time: 0.00
1071.52/1071.53	c vivif2 --  cl tried   120383 cl shrink        0 lits rem          0 time: 0.03
1071.72/1071.76	c asymm  cl-useful: 0/7055/25893 lits-rem:0 time: 0.23
1071.72/1071.76	c calculated reachability. Time: 0.00
1071.72/1071.76	c  N dy 25151   6715612       221     25893        73    120383    114686   1421897     10.04   no data
1074.91/1074.93	c  N dy 25218   6736479       221     25893        73    140192    114686   1763117     10.04     10.58
1078.41/1078.43	c  N dy 25311   6756636       221     25893        73    159346    114686   2096895     10.04     10.59
1082.12/1082.17	c  N dy 25354   6776762       221     25893        73    178422    114686   2418810     10.04     10.60
1086.42/1086.48	c  N dy 25424   6798295       221     25893        73    198792    114686   2762783     10.04     10.61
1091.82/1091.86	c  N dy 25497   6818380       221     25893        73    109712    114686   1193976     10.04     10.68
1094.72/1094.77	c  N dy 25561   6838538       221     25893        73    128867    114686   1524457     10.04     10.59
1098.01/1098.02	c  N dy 25639   6858660       221     25893        73    148026    114686   1856677     10.04     10.58
1101.61/1101.66	c  N dy 25714   6878838       221     25893        73    167274    114686   2190186     10.04     10.57
1105.43/1105.50	c  N dy 25800   6898876       221     25893        73    186377    114686   2520713     10.04     10.58
1109.72/1109.75	c  N dy 25897   6918888       221     25893        73    205434    114686   2854212     10.04     11.88
1114.82/1114.83	c  N dy 25969   6938977       221     25893        73    115198    114686   1279240     10.04     11.46
1117.92/1117.99	c  N dy 26054   6959764       221     25893        73    135033    114686   1621674     10.04     10.57
1121.62/1121.68	c  N dy 26130   6980495       221     25893        73    154788    114686   1952957     10.04     10.57
1125.33/1125.34	c  N dy 26215   7000802       221     25893        73    174141    114686   2294420     10.04     10.60
1129.22/1129.27	c  N dy 26285   7020857       221     25893        73    193195    114686   2614340     10.04     11.35
1133.92/1133.98	c  N dy 26364   7041477       221     25893        73    212767    114686   2954619     10.04     10.57
1139.02/1139.08	c  N dy 26430   7061703       221     25893        73    121589    114686   1379613     10.04     10.63
1142.42/1142.49	c  N dy 26505   7081711       221     25893        73    140637    114686   1707175     10.04     10.74
1146.02/1146.06	c  N dy 26573   7102477       221     25893        73    160356    114686   2043914     10.04     10.57
1149.72/1149.74	c  N dy 26642   7122919       221     25893        73    179812    114686   2382047     10.04     10.59
1153.72/1153.79	c  N dy 26728   7143304       221     25893        73    199200    114686   2718589     10.04     10.59
1157.92/1157.96	c  N dy 26779   7163630       221     25893        73    218453    114686   3041326     10.04     10.57
1162.42/1162.40	c  N dy 26857   7183936       221     25893        73    126629    114686   1461537     10.04     10.74
1165.72/1165.79	c  N dy 26935   7205098       221     25893        73    146716    114686   1806939     10.04     10.59
1167.52/1167.56	c  S st 26978   7215617       221     25893        73    156730    114686   1981643     10.03   no data
1167.62/1167.66	c  S st 26978   7216120       221     25893        73    157229    114686   1992294     10.03   no data
1167.62/1167.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1167.72/1167.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.06
1167.72/1167.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1167.72/1167.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1167.72/1167.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1167.72/1167.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
1167.72/1167.75	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1167.72/1167.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1167.82/1167.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1173.63/1173.61	c lits-rem:      1388  cl-subs:    11502  v-elim:      0  v-fix:    0  time:  5.74 s
1173.63/1173.61	c vivif2 --  cl tried    25893 cl shrink        0 lits rem          0 time: 0.00
1173.63/1173.65	c vivif2 --  cl tried   145727 cl shrink        0 lits rem          0 time: 0.04
1173.92/1173.90	c asymm  cl-useful: 0/5267/25893 lits-rem:0 time: 0.25
1173.92/1173.91	c calculated reachability. Time: 0.00
1173.92/1173.91	c  N dy 26978   7216120       221     25893        73    145727    114686   1865220     10.03   no data
1177.42/1177.44	c  N dy 27056   7236236       221     25893        73    164853    114686   2199475     10.04     10.62
1181.32/1181.38	c  N dy 27144   7256269       221     25893        73    183948    114686   2530106     10.04     10.59
1185.43/1185.43	c  N dy 27217   7276386       221     25893        73    202990    114686   2857834     10.03     10.65
1190.13/1190.15	c  N dy 27312   7298165       221     25893        73    223755    114686   3224737     10.04     10.59
1194.22/1194.23	c  N dy 27374   7318291       221     25893        73    130911    114686   1524537     10.03     10.57
1197.62/1197.61	c  N dy 27463   7338966       221     25893        73    150596    114686   1867988     10.03     10.61
1201.32/1201.31	c  N dy 27561   7359640       221     25893        73    170154    114686   2218585     10.04     10.63
1205.22/1205.20	c  N dy 27636   7379844       221     25893        73    189426    114686   2552828     10.04     10.59
1209.42/1209.41	c  N dy 27733   7399904       221     25893        73    208447    114686   2886395     10.04     10.57
1214.92/1214.93	c  N dy 27822   7420013       221     25893        73    114628    114686   1235872     10.04     10.57
1217.92/1217.94	c  N dy 27895   7440099       221     25893        73    133836    114686   1564989     10.04     11.22
1221.33/1221.35	c  N dy 27989   7460410       221     25893        73    153257    114686   1910203     10.04     10.62
1224.82/1224.90	c  N dy 28063   7480735       221     25893        73    172624    114686   2243906     10.04     10.57
1228.82/1228.80	c  N dy 28125   7500862       221     25893        73    191757    114686   2571194     10.04     10.58
1233.12/1233.16	c  N dy 28217   7521384       221     25893        73    211338    114686   2917329     10.04     10.60
1239.12/1239.11	c  N dy 28312   7541452       221     25893        73    116252    114686   1255550     10.04     10.59
1242.42/1242.40	c  N dy 28397   7561791       221     25893        73    135642    114686   1590936     10.04     10.65
1246.12/1246.19	c  N dy 28459   7582297       221     25893        73    155094    114686   1923890     10.04     10.59
1250.22/1250.21	c  N dy 28545   7602550       221     25893        73    174423    114686   2262092     10.04     10.64
1254.12/1254.15	c  N dy 28615   7622937       221     25893        73    193800    114686   2593854     10.04     10.59
1258.42/1258.43	c  N dy 28691   7643150       221     25893        73    213015    114686   2923534     10.04     10.57
1263.93/1263.97	c  N dy 28775   7663232       221     25893        73    117001    114686   1261154     10.04     10.61
1266.92/1266.97	c  N dy 28865   7683246       221     25893        73    136049    114686   1595658     10.04     10.57
1270.32/1270.38	c  N dy 28958   7703349       221     25893        73    155228    114686   1932516     10.04     10.57
1272.63/1272.62	c  S st 28991   7716120       221     25893        73    167386    114686   2133755     10.04      9.58
1272.73/1272.74	c  S st 28991   7716624       221     25893        73    167883    114686   2143437     10.04   no data
1272.73/1272.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1272.82/1272.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
1272.82/1272.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1272.82/1272.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1272.82/1272.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1272.82/1272.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    221 time:  0.00 s
1272.82/1272.83	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1272.82/1272.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1272.92/1272.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1278.72/1278.70	c lits-rem:      1819  cl-subs:    12271  v-elim:      0  v-fix:    0  time:  5.73 s
1278.72/1278.70	c vivif2 --  cl tried    25893 cl shrink        0 lits rem          0 time: 0.00
1278.72/1278.74	c vivif2 --  cl tried   155612 cl shrink        0 lits rem          0 time: 0.04
1278.82/1278.81	c asymm  cl-useful: 0/2402/25893 lits-rem:0 time: 0.07
1278.82/1278.81	c calculated reachability. Time: 0.00
1278.82/1278.81	c  N dy 28991   7716624       221     25893        73    155612    114686   2006628     10.04   no data
1282.72/1282.73	c  N dy 29064   7738017       221     25893        73    175966    114686   2359019     10.04     10.60
1286.63/1286.69	c  N dy 29142   7758091       221     25893        73    195117    114686   2687062     10.04     11.32
1290.93/1290.99	c  N dy 29199   7778164       221     25893        73    214175    114686   3004886     10.03     13.59
1296.52/1296.54	c  N dy 29268   7798379       221     25893        73    117520    114686   1257708     10.03     10.71
1299.52/1299.53	c  N dy 29346   7818430       221     25893        73    136654    114686   1592123     10.03     10.59

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262332-1303545466/watcher-3262332-1303545466 -o /tmp/evaluation-result-3262332-1303545466/solver-3262332-1303545466 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3262332-1303545466.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.16 3.86 3.71 4/183 5094
/proc/meminfo: memFree=13802560/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=30880 CPUtime=0 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 1016 0 0 0 0 0 0 0 23 0 1 0 446962856 31621120 955 33554432000 4194304 4627331 140737084035136 18446744073709551615 4507122 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 7720 956 322 106 0 2691 0

[startup+0.070847 s]
/proc/loadavg: 3.16 3.86 3.71 4/183 5094
/proc/meminfo: memFree=13802560/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=30876 CPUtime=0.06 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 1075 0 0 0 6 0 0 0 23 0 1 0 446962856 31617024 1014 33554432000 4194304 4627331 140737084035136 18446744073709551615 4308291 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 7719 1014 341 106 0 2690 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30876

[startup+0.100842 s]
/proc/loadavg: 3.16 3.86 3.71 4/183 5094
/proc/meminfo: memFree=13802560/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=30876 CPUtime=0.09 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 1075 0 0 0 9 0 0 0 23 0 1 0 446962856 31617024 1014 33554432000 4194304 4627331 140737084035136 18446744073709551615 4308297 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 7719 1014 341 106 0 2690 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30876

[startup+0.300796 s]
/proc/loadavg: 3.16 3.86 3.71 4/183 5094
/proc/meminfo: memFree=13802560/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=35804 CPUtime=0.29 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 2423 0 0 0 29 0 0 0 25 0 1 0 446962856 36663296 2269 33554432000 4194304 4627331 140737084035136 18446744073709551615 4427755 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 8951 2269 358 106 0 3922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35804

[startup+0.700734 s]
/proc/loadavg: 3.16 3.86 3.71 4/183 5094
/proc/meminfo: memFree=13802560/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=35032 CPUtime=0.69 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 2649 0 0 0 69 0 0 0 25 0 1 0 446962856 35872768 2189 33554432000 4194304 4627331 140737084035136 18446744073709551615 4327584 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 8758 2189 373 106 0 3729 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35032

[startup+1.50058 s]
/proc/loadavg: 3.16 3.86 3.71 5/190 5106
/proc/meminfo: memFree=13771876/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=36648 CPUtime=1.49 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 3514 0 0 0 149 0 0 0 25 0 1 0 446962856 37527552 2235 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309045 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 9162 2235 373 106 0 4133 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36648

[startup+3.10029 s]
/proc/loadavg: 3.23 3.87 3.72 5/190 5106
/proc/meminfo: memFree=13760220/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=42004 CPUtime=3.09 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 5459 0 0 0 309 0 0 0 25 0 1 0 446962856 43012096 3738 33554432000 4194304 4627331 140737084035136 18446744073709551615 4308552 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 10501 3738 378 106 0 5472 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42004

[startup+6.30072 s]
/proc/loadavg: 3.23 3.87 3.72 5/190 5106
/proc/meminfo: memFree=13737016/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=46824 CPUtime=6.29 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 8300 0 0 0 628 1 0 0 25 0 1 0 446962856 47947776 4904 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 11706 4904 378 106 0 6677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46824

[startup+12.7006 s]
/proc/loadavg: 3.29 3.87 3.72 5/190 5107
/proc/meminfo: memFree=13730564/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=47136 CPUtime=12.69 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 11758 0 0 0 1268 1 0 0 25 0 1 0 446962856 48267264 4987 33554432000 4194304 4627331 140737084035136 18446744073709551615 4310360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 11784 4987 378 106 0 6755 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47136

[startup+25.5003 s]
/proc/loadavg: 3.45 3.87 3.72 5/190 5107
/proc/meminfo: memFree=13717096/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=50636 CPUtime=25.49 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 18530 0 0 0 2546 3 0 0 25 0 1 0 446962856 51851264 5652 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 12659 5652 378 106 0 7630 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50636

[startup+51.1007 s]
/proc/loadavg: 3.63 3.88 3.73 5/190 5108
/proc/meminfo: memFree=13701684/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=54188 CPUtime=51.09 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 29581 0 0 0 5104 5 0 0 25 0 1 0 446962856 55488512 6675 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309292 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 13547 6675 378 106 0 8518 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54188

[startup+102.307 s]
/proc/loadavg: 3.85 3.90 3.74 5/190 5109
/proc/meminfo: memFree=13659508/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=66832 CPUtime=102.3 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 49967 0 0 0 10221 9 0 0 25 0 1 0 446962856 68435968 9260 33554432000 4194304 4627331 140737084035136 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 16708 9260 378 106 0 11679 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 66832

[startup+162.301 s]
/proc/loadavg: 3.94 3.91 3.75 5/190 5111
/proc/meminfo: memFree=13638004/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=70420 CPUtime=162.3 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 68220 0 0 0 16217 13 0 0 25 0 1 0 446962856 72110080 11366 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309318 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 17605 11366 378 106 0 12576 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 70420

[startup+222.301 s]
/proc/loadavg: 3.98 3.93 3.76 5/190 5121
/proc/meminfo: memFree=13600592/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=82316 CPUtime=222.29 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 86870 0 0 0 22213 16 0 0 25 0 1 0 446962856 84291584 13668 33554432000 4194304 4627331 140737084035136 18446744073709551615 4327520 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 20579 13668 378 106 0 15550 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 82316

[startup+282.3 s]
/proc/loadavg: 4.05 3.95 3.78 5/190 5123
/proc/meminfo: memFree=13579328/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=85524 CPUtime=282.3 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 101754 0 0 0 28210 20 0 0 25 0 1 0 446962856 87576576 14917 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 21381 14917 378 106 0 16352 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 85524

[startup+342.301 s]
/proc/loadavg: 4.13 3.99 3.80 5/190 5124
/proc/meminfo: memFree=13570364/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=89708 CPUtime=342.29 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 115538 0 0 0 34206 23 0 0 25 0 1 0 446962856 91860992 16652 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 22427 16652 378 106 0 17398 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 89708

[startup+402.301 s]
/proc/loadavg: 4.09 4.00 3.82 5/190 5126
/proc/meminfo: memFree=13530144/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=90088 CPUtime=402.3 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 130174 0 0 0 40203 27 0 0 25 0 1 0 446962856 92250112 15595 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 22522 15595 378 106 0 17493 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 90088

[startup+462.3 s]
/proc/loadavg: 4.03 4.00 3.82 5/190 5155
/proc/meminfo: memFree=13568472/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=90348 CPUtime=462.3 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 142417 0 0 0 46200 30 0 0 25 0 1 0 446962856 92516352 16848 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 22587 16848 378 106 0 17558 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 90348

[startup+522.3 s]
/proc/loadavg: 4.01 4.00 3.83 5/190 5156
/proc/meminfo: memFree=13560036/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=90696 CPUtime=522.3 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 155811 0 0 0 52197 33 0 0 25 0 1 0 446962856 92872704 15784 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 22674 15784 378 106 0 17645 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 90696

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 5158
/proc/meminfo: memFree=13527480/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=109524 CPUtime=582.31 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 169841 0 0 0 58194 37 0 0 25 0 1 0 446962856 112152576 20768 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 27381 20768 385 106 0 22352 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 109524

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 5159
/proc/meminfo: memFree=13524616/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=109800 CPUtime=642.32 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 182210 0 0 0 64191 41 0 0 25 0 1 0 446962856 112435200 20332 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309261 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 27450 20332 385 106 0 22421 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 109800

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 5161
/proc/meminfo: memFree=13503868/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=118100 CPUtime=702.31 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 194138 0 0 0 70188 43 0 0 25 0 1 0 446962856 120934400 22167 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309258 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 29525 22167 378 106 0 24496 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 118100

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 5163
/proc/meminfo: memFree=13480876/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=118336 CPUtime=762.31 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 204985 0 0 0 76185 46 0 0 25 0 1 0 446962856 121176064 23030 33554432000 4194304 4627331 140737084035136 18446744073709551615 4415665 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 29584 23030 378 106 0 24555 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 118336

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 5164
/proc/meminfo: memFree=13472792/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=121060 CPUtime=822.31 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 215701 0 0 0 82182 49 0 0 25 0 1 0 446962856 123965440 23015 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309077 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 30265 23015 378 106 0 25236 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 121060

[startup+882.3 s]
/proc/loadavg: 4.10 4.03 3.88 5/190 5166
/proc/meminfo: memFree=13455180/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=121156 CPUtime=882.31 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 224286 0 0 0 88178 53 0 0 25 0 1 0 446962856 124063744 24544 33554432000 4194304 4627331 140737084035136 18446744073709551615 4308351 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 30289 24544 378 106 0 25260 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 121156

[startup+942.3 s]
/proc/loadavg: 4.09 4.04 3.89 5/190 5167
/proc/meminfo: memFree=13435808/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=121276 CPUtime=942.32 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 235117 0 0 0 94175 57 0 0 25 0 1 0 446962856 124186624 24474 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 30319 24474 378 106 0 25290 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 121276

[startup+1002.3 s]
/proc/loadavg: 4.03 4.03 3.89 5/190 5169
/proc/meminfo: memFree=13434672/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=133280 CPUtime=1002.32 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 247195 0 0 0 100172 60 0 0 25 0 1 0 446962856 136478720 25097 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 33320 25097 378 106 0 28291 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 133280

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.90 5/190 5171
/proc/meminfo: memFree=13432780/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=133384 CPUtime=1062.32 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 256473 0 0 0 106168 64 0 0 25 0 1 0 446962856 136585216 26932 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 33346 26932 378 106 0 28317 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 133384

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.91 5/190 5172
/proc/meminfo: memFree=13410312/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=133564 CPUtime=1122.32 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 267140 0 0 0 112165 67 0 0 25 0 1 0 446962856 136769536 26075 33554432000 4194304 4627331 140737084035136 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 33391 26075 378 106 0 28362 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 133564

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 5174
/proc/meminfo: memFree=13408668/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=133648 CPUtime=1182.32 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 275718 0 0 0 118163 69 0 0 25 0 1 0 446962856 136855552 26910 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309033 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 33412 26910 378 106 0 28383 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 133648

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 5175
/proc/meminfo: memFree=13415104/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=133816 CPUtime=1242.32 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 286545 0 0 0 124159 73 0 0 25 0 1 0 446962856 137027584 25594 33554432000 4194304 4627331 140737084035136 18446744073709551615 4309566 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 33454 25594 378 106 0 28425 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 133816



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 4/189 5178
/proc/meminfo: memFree=13509212/32951124 swapFree=67111528/67111528
[pid=5094] ppid=5092 vsize=133896 CPUtime=1300.03 cores=1,3
/proc/5094/stat : 5094 (strangenight2-s) R 5092 5094 4084 0 -1 4202496 294896 0 0 0 129928 75 0 0 25 0 1 0 446962856 137109504 25666 33554432000 4194304 4627331 140737084035136 18446744073709551615 4332923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/5094/statm: 33474 25666 378 106 0 28445 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 133896

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.28
CPU system time (s): 0.762884
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 199888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.28
system time used= 0.762884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294896
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= 2395

runsolver used 2.11768 second user time and 5.02124 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-23 09:57:46
IDJOB=3262332
IDBENCH=83293
IDSOLVER=1587
FILE ID=node146/3262332-1303545466
RUNJOBID= node146-1303545466-5065
PBS_JOBID= 13143092
Free space on /tmp= 72552 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_443.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262332-1303545466/watcher-3262332-1303545466 -o /tmp/evaluation-result-3262332-1303545466/solver-3262332-1303545466 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3262332-1303545466.cnf

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

MD5SUM BENCH= 91ac0151536835225f21cbe5a3574a2d
RANDOM SEED=1269040428

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.75
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.830
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:      13802964 kB
Buffers:       2065840 kB
Cached:       16483776 kB
SwapCached:          0 kB
Active:        9566040 kB
Inactive:      9052744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13802964 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18452 kB
Writeback:           0 kB
AnonPages:       68660 kB
Mapped:          15268 kB
Slab:           466544 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   237724 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= 72540 MiB
End job on node146 at 2011-04-23 10:19:28