Trace number 3421946

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 5000.13 5000.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
MD5SUMfab1e4926bfa9e7a1fae58c3b22b51e8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark917.673
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses46074
Sum of the clauses size92708
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 246054
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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-3421946-1306619647.cnf'
0.00/0.00	c -- header says num vars:            600
0.00/0.00	c -- header says num clauses:       46074
0.00/0.01	c -- clauses added:            0 learnts,        46074 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       600        20     46054         0     92708         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/20/20 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
0.00/0.04	c lits-rem:       595  cl-subs:        0  v-elim:     20  v-fix:    0  time:  0.01 s
0.00/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.05	c calculated reachability. Time: 0.00
0.00/0.05	c Calc default polars -  time:   0.00 s pos:     295 undec:      20 neg:     285
0.00/0.05	c =========================================================================================
0.00/0.05	c types(t): F = full restart, N = normal restart
0.00/0.05	c types(t): S = simplification begin/end, E = solution found
0.00/0.05	c restart types(rt): st = static, dy = dynamic
0.00/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.05	c  B st     0         0       580      1380     44094         0    134313         0   no data   no data
0.29/0.39	c  N dy    16      4202       580      1380     44094      4031    134313    352974      9.79     10.34
0.69/0.73	c  N dy    36      8703       580      1380     44094      5987    134313    398481     11.28     12.08
1.00/1.07	c  N dy    55     12794       580      1380     44094      5866    134313    333779     11.80     21.76
1.39/1.48	c  N dy    66     17144       580      1380     44094     10060    134313    633503     11.35     11.96
1.79/1.88	c  N dy    76     21344       580      1380     44096      8680    134313    503363     11.04     11.66
2.09/2.19	c  F st    87     25000       580      1380     44096     12227    134313    681693     10.83      7.70
2.21/2.26	c  N st    89     25629       580      1380     44096     12834    134313    729197     10.83   no data
2.59/2.67	c  N dy    93     30000       580      1380     44097     10462    134313    592992     10.83   no data
2.59/2.67	c  S st    93     30000       580      1380     44097     10462    134313    592992     10.83   no data
2.69/2.74	c  S st    93     30500       580      1380     44097     10956    134313    619435     10.83   no data
2.69/2.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.79/2.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P:  5.1M T:  0.12
2.79/2.86	c blocked clauses removed:        0 vars:      0 tried:         580 T: 0.00 s
2.79/2.87	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3.09/3.10	c subs with bin:        0  lits-rem:      9758  v-fix:    0  time:  0.23 s
3.09/3.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
3.09/3.11	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
3.09/3.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
4.30/4.40	c subs with bin:       48  lits-rem:         1  v-fix:    0  time:  1.27 s
5.19/5.21	c lits-rem:      1532  cl-subs:      846  v-elim:      0  v-fix:    0  time:  0.80 s
5.29/5.37	c asymm  cl-useful: 0/1360/1380 lits-rem:0 time: 0.16
5.29/5.37	c calculated reachability. Time: 0.00
5.29/5.37	c  N dy    93     30500       580      1380     44099     10062    124555    582526     10.83   no data
5.89/5.95	c  N dy   101     35109       580      1380     44101     14511    124555    916162     10.58     11.16
6.39/6.42	c  N dy   115     39339       580      1380     44103     10942    124555    565182     10.61     11.41
6.89/6.93	c  N dy   137     43362       580      1380     44104     14848    124555    903055     10.89     20.55
7.28/7.31	c  S st   146     45750       580      1380     44105     17164    124555   1047322     10.91   no data
7.28/7.37	c  S st   146     46252       580      1380     44105      9012    124555    427992     10.91   no data
7.28/7.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.38/7.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.9M T:  0.09
7.38/7.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.38/7.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.59/7.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.18 s
7.59/7.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
7.59/7.66	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
7.59/7.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.88/8.90	c subs with bin:       24  lits-rem:         8  v-fix:    0  time:  1.22 s
8.99/9.03	c lits-rem:       159  cl-subs:      333  v-elim:      0  v-fix:    0  time:  0.13 s
8.99/9.03	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
8.99/9.03	c vivif2 --  cl tried     8655 cl shrink       77 lits rem         84 time: 0.01
9.09/9.17	c asymm  cl-useful: 0/1380/1380 lits-rem:0 time: 0.13
9.09/9.17	c calculated reachability. Time: 0.00
9.09/9.17	c  N dy   146     46252       580      1380     44105      8655    124555    422631     10.91   no data
9.59/9.63	c  N dy   168     50336       580      1380     44105     12609    124555    719095     11.11     11.73
10.08/10.16	c  N dy   179     54349       580      1380     44106     16459    124555    962929     11.02     11.81
10.69/10.73	c  N dy   196     58469       580      1380     44107     10785    124555    515122     11.09     11.78
11.09/11.17	c  N dy   214     62496       580      1380     44107     14657    124555    748253     11.11     23.69
11.59/11.69	c  N dy   225     66542       580      1380     44107     18577    124555   1028187     11.13     18.23
12.11/12.12	c  S st   238     69380       580      1380     44107     10716    124555    511261     11.17      7.12
12.11/12.16	c  S st   238     69883       580      1380     44107     11215    124555    549283     11.17   no data
12.11/12.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.19/12.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.11
12.19/12.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.19/12.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.39/12.46	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.18 s
12.39/12.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
12.39/12.47	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
12.39/12.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.69/13.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.22 s
13.89/13.90	c lits-rem:       201  cl-subs:      231  v-elim:      0  v-fix:    0  time:  0.19 s
13.89/13.90	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
13.89/13.91	c vivif2 --  cl tried    10984 cl shrink       25 lits rem         25 time: 0.01
13.99/14.07	c asymm  cl-useful: 0/1380/1380 lits-rem:0 time: 0.16
13.99/14.07	c calculated reachability. Time: 0.00
13.99/14.07	c  N dy   238     69883       580      1380     44107     10984    124554    545543     11.17   no data
14.69/14.72	c  N dy   253     75003       580      1380     44109     15846    124554    877460     11.11     11.73
15.41/15.43	c  N dy   270     79996       580      1380     44110     20614    124554   1134141     11.07     11.66
16.09/16.12	c  N dy   299     85155       580      1380     44114     14099    124554    670254     11.20     18.04
16.29/16.39	c  F st   311     87501       580      1380     44114     16355    124554    854546     11.22   no data
16.79/16.88	c  N st   316     90802       580      1380     44114     19517    124554   1099558     11.22   no data
17.89/17.99	c  N dy   330     96747       580      1380     44115     12708    124554    516282     11.17     12.00
18.70/18.75	c  N dy   367    103091       580      1380     44118     18852    124554    974334     11.36     12.26
18.88/18.97	c  S st   370    104827       580      1380     44118     20532    124554   1075442     11.33      8.10
18.98/19.05	c  S st   370    105327       580      1380     44118     21029    124554   1105997     11.33   no data
18.98/19.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.18/19.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.9M T:  0.19
19.18/19.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.18/19.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.38/19.43	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  0.18 s
19.38/19.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
19.38/19.44	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
19.38/19.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.69/20.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.23 s
22.39/22.42	c lits-rem:      1357  cl-subs:     1154  v-elim:      0  v-fix:    0  time:  1.72 s
22.39/22.42	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
22.39/22.44	c vivif2 --  cl tried    19875 cl shrink      306 lits rem        340 time: 0.02
22.59/22.67	c asymm  cl-useful: 0/1044/1380 lits-rem:0 time: 0.23
22.59/22.67	c calculated reachability. Time: 0.00
22.59/22.67	c  N dy   370    105327       580      1380     44118     19875    124552   1075375     11.33   no data
23.79/23.83	c  N dy   388    112110       580      1380     44121     26381    124552   1428908     11.25     12.06
24.99/25.02	c  N dy   416    120960       580      1380     44125     21439    124552   1014834     11.24     11.92
26.41/26.50	c  N dy   455    128833       580      1380     44128     14590    124552    558350     11.30     12.00
27.39/27.50	c  N dy   490    137286       580      1380     44130     22734    124552   1055423     11.30     11.94
28.89/28.98	c  N dy   521    146942       580      1380     44135     16610    124552    637873     11.30     11.90
30.19/30.26	c  N dy   573    156331       580      1380     44139     25626    124552   1171357     11.40     15.98
30.49/30.55	c  S st   586    157990       580      1380     44139     27232    124552   1284221     11.45   no data
30.59/30.65	c  S st   586    158493       580      1380     44139     27732    124552   1320438     11.45   no data
30.59/30.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.81/30.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  9.9M T:  0.23
30.81/30.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.81/30.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.99/31.07	c subs with bin:        0  lits-rem:         6  v-fix:    0  time:  0.18 s
30.99/31.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
30.99/31.08	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
30.99/31.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.29/32.38	c subs with bin:       59  lits-rem:        57  v-fix:    0  time:  1.27 s
35.39/35.40	c lits-rem:      3003  cl-subs:     2018  v-elim:      0  v-fix:    0  time:  3.01 s
35.39/35.40	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
35.39/35.43	c vivif2 --  cl tried    25655 cl shrink     1173 lits rem       1432 time: 0.03
35.59/35.65	c asymm  cl-useful: 0/870/1380 lits-rem:0 time: 0.23
35.59/35.66	c calculated reachability. Time: 0.00
35.59/35.66	c  N dy   586    158493       580      1380     44148     25648    124546   1275287     11.45   no data
37.41/37.49	c  N dy   632    168717       580      1380     44151     19147    124546    744724     11.49     12.13
39.19/39.28	c  N dy   686    179910       580      1380     44152     29938    124546   1534165     11.60     12.27
41.29/41.35	c  N dy   737    191754       580      1380     44155     24007    124546   1008777     11.62     12.34
43.69/43.75	c  N dy   780    204554       580      1380     44159     36250    124546   1784661     11.63     12.28
45.89/45.91	c  N dy   825    217688       580      1380     44162     30597    124546   1345149     11.63     18.51
48.41/48.44	c  N dy   871    231766       580      1380     44164     25027    124546   1018417     11.59     12.29
49.29/49.41	c  S st   889    237740       580      1380     44166     30776    124546   1400707     11.56     10.18
49.51/49.52	c  S st   889    238241       580      1380     44166     31274    124546   1439675     11.56   no data
49.51/49.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.69/49.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.9M T:  0.26
49.69/49.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.69/49.78	c bin-w-bin subsume rem            8 bins  time:  0.00 s
49.89/49.97	c subs with bin:        0  lits-rem:         3  v-fix:    0  time:  0.18 s
49.89/49.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    580 time:  0.00 s
49.89/49.97	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
49.89/49.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.29/51.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
55.09/55.17	c lits-rem:      3940  cl-subs:     2209  v-elim:      0  v-fix:    0  time:  3.85 s
55.09/55.17	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
55.19/55.21	c vivif2 --  cl tried    29065 cl shrink     1320 lits rem       1668 time: 0.03
55.29/55.33	c asymm  cl-useful: 0/510/1380 lits-rem:0 time: 0.12
55.29/55.33	c calculated reachability. Time: 0.00
55.29/55.33	c  N dy   889    238241       580      1380     44159     29064    124543   1397661     11.56   no data
58.79/58.80	c  N dy   977    254041       580      1380     44164     24141    124543    988170     11.69     12.50
62.79/62.86	c  N dy  1034    271409       579      1380     44178     40650    124543   1819096     11.67     12.36
65.79/65.90	c  N dy  1117    289050       579      1380     44178     36638    124543   1886448     11.74     12.41
69.31/69.38	c  F st  1202    306252       579      1380     44179     31147    124543   1399066     11.83      8.21
69.79/69.81	c  N st  1206    308286       579      1380     43900     27701    124029   1498508     11.83   no data
74.09/74.17	c  N dy  1295    329312       579      1380     43901     27565    124029   1354747     11.92     12.63
78.79/78.87	c  N dy  1370    349344       579      1380     43902     24105    124029   1000867     11.94     12.61
80.19/80.23	c  S st  1405    357361       579      1380     43906     31797    124029   1480300     11.95   no data
80.31/80.34	c  S st  1405    357861       579      1380     43906     32290    124029   1521004     11.95   no data
80.31/80.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.59/80.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.6M T:  0.27
80.59/80.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.59/80.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.79/80.81	c subs with bin:        0  lits-rem:         3  v-fix:    0  time:  0.18 s
80.79/80.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
80.79/80.81	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
80.79/80.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.09/82.10	c subs with bin:       12  lits-rem:         0  v-fix:    0  time:  1.23 s
85.49/85.52	c lits-rem:      2412  cl-subs:     2024  v-elim:      0  v-fix:    0  time:  3.42 s
85.49/85.53	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
85.49/85.56	c vivif2 --  cl tried    30254 cl shrink      363 lits rem        364 time: 0.03
85.70/85.79	c asymm  cl-useful: 0/637/1380 lits-rem:0 time: 0.23
85.70/85.79	c calculated reachability. Time: 0.00
85.70/85.79	c  N dy  1405    357861       579      1380     43907     30253    124026   1483867     11.95   no data
90.59/90.60	c  N dy  1478    378293       579      1380     43912     25528    124026   1025832     11.95     12.62
94.49/94.55	c  N dy  1553    398390       579      1380     43916     44755    124026   2155659     11.95     12.58
98.59/98.65	c  N dy  1622    418777       579      1380     43920     38784    124026   1854468     11.94     12.57
103.19/103.24	c  N dy  1681    438796       579      1380     43930     31301    124026   1335768     11.89     14.09
108.09/108.19	c  N dy  1755    459101       579      1380     43935     50697    124026   2510887     11.90     12.54
112.99/113.06	c  N dy  1840    479143       579      1380     43939     42274    124026   2021333     11.92     20.97
118.58/118.61	c  N dy  1911    499151       579      1380     43947     32716    124026   1349187     11.91     17.83
123.78/123.85	c  N dy  2004    519819       579      1380     43949     52513    124026   2574622     11.95     12.87
128.09/128.10	c  S st  2060    536793       579      1380     43956     38991    124026   1634201     11.93     11.30
128.19/128.23	c  S st  2060    537298       579      1380     43956     39489    124026   1668582     11.93   no data
128.19/128.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
128.49/128.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P: 13.4M T:  0.32
128.49/128.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
128.49/128.55	c bin-w-bin subsume rem            1 bins  time:  0.00 s
128.71/128.73	c subs with bin:        0  lits-rem:         8  v-fix:    0  time:  0.18 s
128.71/128.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    579 time:  0.00 s
128.71/128.74	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
128.71/128.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
129.99/130.05	c subs with bin:      119  lits-rem:       407  v-fix:    0  time:  1.26 s
134.39/134.47	c lits-rem:      5167  cl-subs:     3952  v-elim:      0  v-fix:    0  time:  4.42 s
134.39/134.47	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
134.49/134.51	c vivif2 --  cl tried    35418 cl shrink     1987 lits rem       2861 time: 0.04
134.69/134.75	c asymm  cl-useful: 0/483/1380 lits-rem:0 time: 0.24
134.69/134.75	c calculated reachability. Time: 0.00
134.69/134.75	c  N dy  2060    537298       579      1380     43972     35404    124018   1608661     11.93   no data
140.28/140.38	c  N dy  2142    557487       579      1380     43983     54660    124018   2815722     11.95     12.62
145.89/145.95	c  N dy  2199    578249       579      1380     43989     43980    124018   1813883     11.92     12.58
151.89/151.92	c  N dy  2269    598259       578      1380     44000     31611    124018   1198631     11.91     16.05
156.99/157.02	c  N dy  2389    618667       578      1380     44001     51340    124018   2632022     11.98     12.65
163.38/163.45	c  N dy  2496    638887       578      1380     44002     38184    124018   1638535     12.06     12.82
168.38/168.42	c  N dy  2562    658926       578      1380     44006     57339    124018   2762142     12.05     17.24
174.19/174.26	c  N dy  2683    678963       578      1380     44009     43059    124018   1949289     12.14     12.90
181.09/181.14	c  N dy  2800    699331       578      1380     44013     62654    124018   3365861     12.20     12.86
187.19/187.28	c  N dy  2894    720214       578      1380     44014     48207    124018   2261745     12.24     13.04
194.38/194.45	c  N dy  3004    740836       578      1380     44016     68014    124018   3663599     12.30     13.05
199.69/199.70	c  N dy  3087    760904       578      1380     44017     51832    124018   2507368     12.32     23.11
206.81/206.86	c  N dy  3178    781040       578      1380     44019     71213    124018   3805608     12.34     13.12
212.58/212.69	c  N dy  3262    802441       578      1380     44021     55223    124018   2736039     12.36     13.47
213.88/213.96	c  S st  3284    805947       578      1380     44021     58614    124018   2989695     12.38      9.78
214.08/214.17	c  S st  3284    806449       578      1380     44021     59111    124018   3024982     12.38   no data
214.08/214.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
214.68/214.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.8M T:  0.53
214.68/214.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
214.68/214.72	c bin-w-bin subsume rem           15 bins  time:  0.00 s
214.78/214.89	c subs with bin:        0  lits-rem:         8  v-fix:    0  time:  0.18 s
214.89/214.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    578 time:  0.00 s
214.89/214.90	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
214.89/214.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
216.39/216.46	c subs with bin:      322  lits-rem:       257  v-fix:    0  time:  1.43 s
225.69/225.77	c lits-rem:      5759  cl-subs:     3408  v-elim:      0  v-fix:    0  time:  9.31 s
225.69/225.77	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
225.79/225.83	c vivif2 --  cl tried    51727 cl shrink     1132 lits rem       1443 time: 0.06
225.99/226.08	c asymm  cl-useful: 0/363/1380 lits-rem:0 time: 0.24
225.99/226.08	c calculated reachability. Time: 0.00
225.99/226.08	c  N dy  3284    806449       578      1380     43726     51724    123498   2898737     12.38   no data
234.89/234.94	c  N dy  3348    826488       577      1380     43739     70753    123498   4082456     12.37     13.03
240.79/240.82	c  N dy  3434    847349       577      1380     43742     55286    123498   2805786     12.38     13.10
248.60/248.65	c  N dy  3517    867365       577      1380     43744     74390    123498   4033408     12.40     25.31
253.89/253.91	c  N dy  3579    887464       577      1380     43746     56319    123498   2717074     12.38     13.08
261.29/261.39	c  N dy  3656    907543       577      1380     43749     75562    123498   3994424     12.37     14.42
267.19/267.29	c  N dy  3724    927740       577      1380     43750     56027    123498   2692139     12.37     13.28
275.09/275.15	c  N dy  3807    947791       577      1380     43755     75271    123498   3976887     12.37     16.14
282.09/282.13	c  N dy  3908    967824       577      1380     43758     54442    123498   2537539     12.40     21.75
289.99/290.03	c  N dy  3990    989057       577      1380     43758     74715    123498   3864359     12.41     13.24
297.69/297.70	c  N dy  4081   1010781       577      1380     43760     54487    123498   2564912     12.41     13.11
305.99/306.06	c  N dy  4186   1031764       577      1380     43762     74492    123498   3841575     12.44     13.16
313.39/313.48	c  N dy  4284   1051827       577      1380     43765     51705    123498   2331265     12.46     25.72
320.39/320.44	c  F st  4369   1071875       577      1380     43766     70925    123498   3589556     12.46      9.34
320.39/320.48	c  N st  4369   1071875       577      1380     43513     68841    122970   3561432     12.46      9.34
329.19/329.20	c  N dy  4444   1091878       577      1380     43515     45892    122970   1963815     12.48     13.15
335.39/335.45	c  N dy  4523   1111915       577      1380     43517     64991    122970   3158654     12.49     15.61
344.69/344.73	c  N dy  4607   1133991       577      1380     43517     86134    122970   4512036     12.49     13.26
350.99/351.04	c  N dy  4686   1154243       577      1380     43522     62110    122970   2978218     12.50     13.35
359.59/359.62	c  N dy  4757   1174600       577      1380     43527     81517    122970   4203276     12.49     13.16
366.79/366.84	c  N dy  4817   1195015       577      1380     43530     56408    122970   2650075     12.48     13.14
372.19/372.26	c  S st  4874   1209673       577      1380     43532     70367    122970   3573130     12.49     12.26
372.49/372.52	c  S st  4874   1210173       577      1380     43532     70867    122970   3614435     12.49   no data
372.49/372.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
373.09/373.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      4 BRemL:      0 BRemN:      0 P: 25.8M T:  0.65
373.09/373.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
373.09/373.18	c bin-w-bin subsume rem            2 bins  time:  0.00 s
373.29/373.36	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.18 s
373.29/373.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    577 time:  0.00 s
373.29/373.37	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
373.39/373.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
374.88/374.98	c subs with bin:      291  lits-rem:       860  v-fix:    0  time:  1.49 s
386.88/386.97	c lits-rem:      6796  cl-subs:     5382  v-elim:      0  v-fix:    0  time: 11.99 s
386.88/386.97	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
386.98/387.06	c vivif2 --  cl tried    65194 cl shrink     2414 lits rem       3111 time: 0.09
387.28/387.32	c asymm  cl-useful: 0/235/1380 lits-rem:0 time: 0.25
387.28/387.32	c calculated reachability. Time: 0.00
387.28/387.32	c  N dy  4874   1210173       577      1380     43547     65186    122958   3516722     12.49   no data
397.78/397.82	c  N dy  4979   1230179       577      1380     43551     84352    122958   4726739     12.51     15.32
406.19/406.25	c  N dy  5071   1250409       577      1380     43555     58043    122958   2746660     12.52     13.19
415.08/415.14	c  N dy  5161   1271598       577      1380     43561     78153    122958   3925771     12.53     13.26
423.98/424.04	c  N dy  5231   1291918       577      1380     43564     50894    122958   2188925     12.52     13.42
426.28/426.36	c Finding binary XORs  T:     0.00 s  found:       0
431.21/431.25	c  N dy  5295   1311976       577      1380     43572     69868    122958   3190151     12.51     13.17
440.09/440.15	c  N dy  5367   1332080       577      1380     43576     88958    122958   4302835     12.51     13.19
447.89/447.96	c  N dy  5437   1352139       577      1380     43578     60524    122958   2771042     12.50     25.41
456.58/456.68	c  N dy  5515   1372853       577      1380     43580     80226    122958   3917953     12.50     14.35
466.58/466.69	c  N dy  5580   1392875       577      1380     43586     50744    122958   2034825     12.49     13.25
473.69/473.70	c  N dy  5639   1413902       577      1380     43593     70711    122958   3165939     12.48     13.16
483.49/483.54	c  N dy  5703   1434306       576      1380     43606     90015    122958   4132134     12.46     13.32
491.18/491.27	c  N dy  5777   1456324       576      1380     43610     61683    122958   2455081     12.45     13.16
498.39/498.44	c  N dy  5856   1476611       576      1380     43615     81076    122958   3639453     12.45     13.14
507.89/507.93	c  N dy  5914   1496795       576      1380     43620    100203    122958   4577432     12.44     13.14
513.38/513.45	c  N dy  5958   1516860       576      1380     43624     68988    122958   2639728     12.42     19.11
520.68/520.76	c  N dy  6016   1536872       576      1380     43628     88014    122958   3623564     12.40     13.06
529.26/529.35	c  N dy  6115   1557301       575      1380     43636     56064    122958   1922205     12.42     13.09
534.76/534.83	c  N dy  6198   1578225       575      1380     43643     76201    122958   3175741     12.42     13.35
542.06/542.10	c  N dy  6286   1598269       575      1380     43644     95359    122958   4380109     12.43     13.63
549.06/549.14	c  N dy  6392   1618294       575      1380     43647     62084    122958   2240743     12.44     29.02
555.16/555.21	c  N dy  6478   1638487       575      1380     43648     81477    122958   3494234     12.45     13.28
563.46/563.50	c  N dy  6570   1658494       575      1380     43651    100597    122958   4604211     12.46     13.17
570.06/570.14	c  N dy  6628   1679768       575      1380     43651     67289    122958   2325817     12.45     13.18
575.66/575.79	c  N dy  6712   1699849       575      1380     43654     86514    122958   3451980     12.45     13.41
579.36/579.40	c  S st  6756   1710173       575      1380     43655     96365    122958   4019120     12.45      7.50
579.57/579.62	c  S st  6756   1710677       575      1380     43655     96865    122958   4056558     12.45   no data
579.57/579.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
580.26/580.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 27.7M T:  0.68
580.26/580.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
580.26/580.32	c bin-w-bin subsume rem           13 bins  time:  0.00 s
580.46/580.50	c subs with bin:        0  lits-rem:         5  v-fix:    0  time:  0.17 s
580.46/580.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    575 time:  0.00 s
580.46/580.51	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
580.46/580.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
581.97/582.08	c subs with bin:       22  lits-rem:        70  v-fix:    0  time:  1.42 s
594.37/594.41	c lits-rem:     10601  cl-subs:     6817  v-elim:      0  v-fix:    0  time: 12.33 s
594.37/594.41	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
594.47/594.51	c vivif2 --  cl tried    77320 cl shrink     3115 lits rem       4018 time: 0.09
594.67/594.75	c asymm  cl-useful: 0/237/1380 lits-rem:0 time: 0.25
594.67/594.75	c calculated reachability. Time: 0.00
594.67/594.75	c  N dy  6756   1710677       575      1380     43081     77312    121968   3749095     12.45   no data
603.17/603.20	c  N dy  6812   1731290       575      1380     43090     48951    121968   1790757     12.44     13.25
608.66/608.71	c  N dy  6865   1751596       574      1380     43105     68244    121968   2799929     12.42     13.18
615.66/615.78	c  N dy  6925   1771696       574      1380     43110     87388    121968   3858891     12.41     13.75
623.76/623.89	c  N dy  7005   1791803       574      1380     43120     54449    121968   1902121     12.40     13.07
629.18/629.22	c  N dy  7068   1811898       574      1380     43125     73530    121968   2974948     12.40     13.32
636.46/636.51	c  N dy  7127   1832512       574      1380     43134     93134    121968   4071756     12.39     13.22
644.48/644.55	c  N dy  7190   1853184       573      1380     43152     58251    121968   2022672     12.37     13.09
649.98/650.02	c  N dy  7256   1873293       573      1380     43156     77424    121968   3235042     12.37     13.05
657.57/657.69	c  N dy  7324   1893475       573      1380     43161     96648    121968   4344138     12.37     13.26
666.48/666.58	c  N dy  7416   1913770       572      1380     43173     59714    121968   2039766     12.38     13.13
672.17/672.22	c  N dy  7514   1933784       572      1380     43176     78881    121968   3373966     12.39     21.33
679.07/679.16	c  N dy  7575   1953854       572      1380     43176     98159    121968   4590503     12.39     13.07
688.27/688.34	c  N dy  7674   1974145       572      1380     43176     59702    121968   2042773     12.40     13.06
693.77/693.84	c  N dy  7762   1994174       572      1380     43177     78938    121968   3306458     12.41     24.30
701.68/701.81	c  N dy  7872   2014376       572      1380     43177     98378    121968   4676617     12.43     13.14
711.47/711.53	c  N dy  7970   2034406       572      1380     43178    117653    121968   5925451     12.44     21.01
717.19/717.27	c  N dy  8052   2054728       572      1380     43179     77950    121968   3123582     12.45     13.46
723.97/724.01	c  N dy  8122   2074774       572      1380     43182     97175    121968   4377395     12.44     24.93
732.37/732.44	c  N dy  8200   2095156       572      1380     43183    116740    121968   5651151     12.45     13.12
738.97/739.04	c  N dy  8297   2115217       572      1380     43184     75683    121968   2968507     12.47     21.50
746.57/746.64	c  N dy  8425   2135224       572      1380     43187     94930    121968   4316055     12.50     15.88
755.97/756.03	c  N dy  8523   2155300       572      1380     43189    114175    121968   5572319     12.52     13.39
763.57/763.66	c  N dy  8607   2175381       572      1380     43189     72079    121968   2763523     12.52     13.38
770.38/770.41	c  N dy  8677   2195408       572      1380     43191     91309    121968   3938608     12.52     13.19
776.59/776.64	c  S st  8751   2210678       572      1380     43192    105971    121968   4891514     12.52   no data
776.87/776.91	c  S st  8751   2211180       572      1380     43192    106470    121968   4928341     12.52   no data
776.87/776.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
777.69/777.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 31.6M T:  0.84
777.69/777.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
777.69/777.77	c bin-w-bin subsume rem            8 bins  time:  0.00 s
777.87/777.94	c subs with bin:        0  lits-rem:         7  v-fix:    0  time:  0.17 s
777.87/777.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    572 time:  0.00 s
777.87/777.95	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
777.97/778.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
779.67/779.73	c subs with bin:      209  lits-rem:       495  v-fix:    0  time:  1.58 s
795.98/796.08	c lits-rem:      7853  cl-subs:     6966  v-elim:      0  v-fix:    0  time: 16.34 s
795.98/796.08	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
796.08/796.18	c vivif2 --  cl tried    88805 cl shrink     2450 lits rem       3074 time: 0.10
796.40/796.44	c asymm  cl-useful: 0/220/1380 lits-rem:0 time: 0.26
796.40/796.44	c calculated reachability. Time: 0.00
796.40/796.44	c  N dy  8751   2211180       572      1380     42429     88804    120509   4635406     12.52   no data
806.47/806.56	c  N dy  8802   2231428       572      1380     42441    108097    120509   5933438     12.51     13.19
814.07/814.13	c  N dy  8864   2251593       572      1380     42444     70421    120509   3123528     12.50     13.18
821.98/822.08	c  N dy  8938   2271675       572      1380     42450     89552    120509   4380297     12.50     19.76
832.77/832.86	c  N dy  8996   2294306       572      1380     42452    110998    120509   5740790     12.49     13.20
841.38/841.45	c  N dy  9051   2314348       572      1380     42456     69715    120509   2835902     12.48     13.38
848.38/848.49	c  N dy  9106   2334381       572      1380     42460     88739    120509   4027952     12.47     13.21
858.17/858.27	c  N dy  9171   2356459       572      1380     42464    109742    120509   5424626     12.46     13.13
868.38/868.46	c  N dy  9230   2376591       572      1380     42470     66457    120509   2518204     12.45     13.26
875.08/875.19	c  N dy  9275   2396648       571      1380     42478     85562    120509   3714862     12.44     13.35
883.78/883.88	c  N dy  9348   2417081       571      1380     42479    105084    120509   5044751     12.44     13.24
894.97/895.06	c  N dy  9417   2437238       571      1380     42482    124309    120509   6361801     12.44     13.17
902.58/902.63	c  N dy  9478   2457323       571      1380     42484     79354    120509   3304056     12.44     13.97
910.98/911.08	c  N dy  9547   2478679       571      1380     42488     99832    120509   4652908     12.43     13.42
922.89/922.97	c  N dy  9628   2501983       571      1380     42491    122088    120509   6086339     12.43     13.13
932.08/932.18	c  N dy  9694   2522532       570      1380     42496     76158    120509   3043241     12.42     13.28
939.98/940.04	c  N dy  9778   2542985       570      1380     42500     95762    120509   4443328     12.43     13.41
950.97/951.04	c  N dy  9870   2563076       570      1380     42503    114930    120509   5717389     12.43     13.72
963.67/963.76	c  N dy  9952   2583090       570      1380     42506     67342    120509   2511229     12.43     19.65
970.68/970.78	c  N dy 10024   2603167       570      1380     42509     86576    120509   3830049     12.43     13.22
980.58/980.66	c  N dy 10103   2624054       570      1380     42513    106408    120509   5154235     12.43     13.17
993.07/993.11	c  N dy 10168   2646497       570      1380     42515    127765    120509   6531774     12.42     13.17
1002.48/1002.52	c  N dy 10247   2666766       570      1380     42516     79495    120509   3233979     12.42     13.08
1010.08/1010.14	c  N dy 10305   2686845       570      1380     42519     98695    120509   4429928     12.42     21.19
1020.18/1020.20	c  N dy 10385   2707044       570      1380     42522    117927    120509   5690010     12.42     13.11
1022.28/1022.36	c  S st 10400   2711182       570      1380     42523    121874    120509   5958609     12.42   no data
1022.68/1022.71	c  S st 10400   2711684       570      1380     42523    122375    120509   5996690     12.42   no data
1022.68/1022.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1023.78/1023.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P: 40.1M T:  1.16
1023.78/1023.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1023.78/1023.89	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1023.99/1024.07	c subs with bin:        0  lits-rem:         4  v-fix:    0  time:  0.17 s
1023.99/1024.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    570 time:  0.00 s
1023.99/1024.07	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
1024.10/1024.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1025.88/1025.99	c subs with bin:        8  lits-rem:         0  v-fix:    0  time:  1.67 s
1049.40/1049.42	c lits-rem:     10994  cl-subs:     9178  v-elim:      0  v-fix:    0  time: 23.43 s
1049.40/1049.42	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
1049.48/1049.55	c vivif2 --  cl tried   109206 cl shrink     3669 lits rem       4214 time: 0.13
1049.78/1049.83	c asymm  cl-useful: 0/268/1380 lits-rem:0 time: 0.28
1049.78/1049.83	c calculated reachability. Time: 0.00
1049.78/1049.83	c  N dy 10400   2711684       570      1380     42081    109202    119603   5759614     12.42   no data
1049.78/1049.83	c Finding binary XORs  T:     0.00 s  found:       0
1062.98/1063.05	c  N dy 10502   2731718       570      1380     42084    128212    119603   6947948     12.42     14.79
1072.18/1072.20	c  N dy 10578   2752675       570      1380     42091     81679    119603   3442861     12.42     13.21
1081.30/1081.32	c  N dy 10660   2773011       570      1380     42094    100991    119603   4575136     12.42     13.13
1092.08/1092.18	c  N dy 10743   2793102       570      1380     42096    120123    119603   5777194     12.42     13.32
1102.28/1102.32	c  N dy 10787   2813111       570      1380     42098     70736    119603   2718494     12.41     13.26
1111.48/1111.55	c  N dy 10847   2837168       570      1380     42104     93523    119603   4158556     12.41     13.28
1122.48/1122.51	c  N dy 10940   2857215       570      1380     42106    112575    119603   5315456     12.41     18.90
1134.38/1134.46	c  N dy 10995   2877267       570      1380     42110    131671    119603   6424738     12.40     13.08
1143.29/1143.39	c  N dy 11042   2897602       570      1380     42112     81290    119603   3356642     12.39     13.17
1152.49/1152.55	c  N dy 11127   2917709       570      1380     42118    100355    119603   4472930     12.39     13.14
1163.18/1163.20	c  N dy 11200   2937797       570      1380     42122    119516    119603   5570126     12.39     14.22
1175.28/1175.38	c  N dy 11268   2957964       570      1380     42128    138582    119603   6679787     12.39     13.63
1184.18/1184.28	c  N dy 11365   2978034       570      1380     42134     86638    119603   3559146     12.39     27.94
1193.18/1193.23	c  N dy 11433   2998117       570      1380     42137    105697    119603   4628641     12.39     16.80
1203.68/1203.79	c  N dy 11505   3018187       570      1380     42140    124754    119603   5720027     12.38     13.52
1216.09/1216.14	c  N dy 11561   3038280       570      1380     42143    143826    119603   6698014     12.38     13.31
1222.88/1222.93	c  N dy 11635   3058337       570      1380     42147     90818    119603   3531066     12.37     13.17
1231.08/1231.19	c  N dy 11684   3078836       569      1380     42157    110244    119603   4542557     12.36     13.20
1241.38/1241.45	c  N dy 11759   3100768       569      1380     42161    131108    119603   5769411     12.36     13.09
1251.99/1252.04	c  N dy 11805   3121898       569      1380     42163     78055    119603   2677079     12.35     13.08
1258.99/1259.02	c  N dy 11858   3143099       569      1380     42167     98224    119603   3729287     12.34     13.07
1267.99/1268.06	c  N dy 11915   3164239       569      1380     42170    118364    119603   4737423     12.33     12.98
1278.28/1278.35	c  N dy 11972   3184497       568      1380     42180    137556    119603   5756934     12.32     13.01
1286.89/1286.99	c  N dy 12031   3204805       568      1380     42183     82817    119603   2881654     12.32     13.53
1289.39/1289.44	c  S st 12061   3211684       568      1380     42184     89364    119603   3227232     12.32   no data
1289.58/1289.64	c  S st 12061   3212185       568      1380     42184     89864    119603   3259415     12.32   no data
1289.58/1289.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1290.30/1290.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P: 28.4M T:  0.69
1290.30/1290.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1290.30/1290.35	c bin-w-bin subsume rem            7 bins  time:  0.00 s
1290.48/1290.51	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  0.17 s
1290.48/1290.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    568 time:  0.00 s
1290.48/1290.52	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
1290.48/1290.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1291.88/1291.95	c subs with bin:        7  lits-rem:         0  v-fix:    0  time:  1.30 s
1298.88/1298.99	c lits-rem:      6974  cl-subs:     4805  v-elim:      0  v-fix:    0  time:  7.03 s
1298.88/1298.99	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
1298.99/1299.07	c vivif2 --  cl tried    76726 cl shrink     4000 lits rem       5481 time: 0.08
1299.28/1299.32	c asymm  cl-useful: 0/240/1380 lits-rem:0 time: 0.25
1299.28/1299.32	c calculated reachability. Time: 0.00
1299.28/1299.32	c  N dy 12061   3212185       568      1380     41714     76705    118652   3070518     12.32   no data
1307.08/1307.13	c  N dy 12131   3232506       568      1380     41717     96004    118652   4101682     12.31     12.98
1317.28/1317.33	c  N dy 12200   3252522       567      1380     41737    114880    118652   4979272     12.31     13.29
1327.70/1327.75	c  N dy 12271   3272599       567      1380     41743    133743    118652   5958122     12.30     13.04
1336.09/1336.18	c  N dy 12346   3292705       567      1380     41746     82305    118652   3003854     12.30     12.95
1342.89/1342.95	c  N dy 12393   3312741       567      1380     41746    101409    118652   4029197     12.29     13.16
1351.69/1351.76	c  N dy 12476   3333456       567      1380     41753    121077    118652   5127779     12.29     12.97
1361.70/1361.78	c  N dy 12540   3353985       567      1380     41758    140521    118652   6200789     12.29     12.97
1370.29/1370.35	c  N dy 12607   3374829       567      1380     41767     86503    118652   3164474     12.28     12.97
1378.09/1378.11	c  N dy 12688   3394937       567      1380     41773    105705    118652   4234609     12.28     12.93
1388.59/1388.66	c  N dy 12769   3415342       567      1380     41777    124911    118652   5171533     12.28     12.95
1400.31/1400.36	c  N dy 12851   3436175       565      1380     41792    144608    118652   6239392     12.28     13.16
1408.49/1408.56	c  N dy 12947   3456209       565      1380     41794     87970    118652   3170756     12.29     32.79
1415.71/1415.73	c  N dy 13034   3476230       565      1380     41796    107151    118652   4386957     12.29     15.55
1424.29/1424.30	c  N dy 13118   3496285       565      1380     41796    126377    118652   5587277     12.30     13.15
1434.99/1435.06	c  N dy 13219   3517037       565      1380     41797    146199    118652   6875926     12.30     13.03
1443.79/1443.81	c  N dy 13320   3537039       565      1380     41797     87736    118652   3140484     12.31     15.87
1450.91/1450.96	c  N dy 13404   3557101       565      1380     41799    106960    118652   4275621     12.32     12.99
1459.19/1459.20	c  N dy 13478   3577190       565      1380     41802    126164    118652   5368724     12.32     14.63
1468.79/1468.86	c  N dy 13578   3597223       565      1380     41803    145363    118652   6535056     12.32     13.04
1478.20/1478.20	c  N dy 13672   3617253       565      1380     41806     85504    118652   2943245     12.33     19.66
1485.02/1485.08	c  N dy 13769   3637327       565      1380     41808    104766    118652   4116902     12.34     22.41
1494.20/1494.23	c  N dy 13882   3657372       565      1380     41808    123953    118652   5191085     12.34     18.38
1503.99/1504.08	c  N dy 13971   3677737       565      1380     41812    143398    118652   6366180     12.35     13.04
1515.09/1515.16	c  N dy 14060   3697739       565      1380     41812     82294    118652   2601134     12.35     13.97
1519.19/1519.29	c  S st 14121   3712186       565      1380     41814     96109    118652   3420880     12.36      8.10
1519.39/1519.49	c  S st 14121   3712688       565      1380     41814     96609    118652   3450915     12.36   no data
1519.49/1519.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1520.10/1520.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 27.4M T:  0.68
1520.10/1520.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1520.10/1520.18	c bin-w-bin subsume rem           20 bins  time:  0.00 s
1520.29/1520.35	c subs with bin:        0  lits-rem:         9  v-fix:    0  time:  0.17 s
1520.29/1520.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    565 time:  0.00 s
1520.29/1520.36	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
1520.39/1520.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1521.99/1522.00	c subs with bin:      457  lits-rem:       483  v-fix:    0  time:  1.50 s
1528.79/1528.91	c lits-rem:      4840  cl-subs:     3896  v-elim:      0  v-fix:    0  time:  6.91 s
1528.79/1528.91	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
1528.90/1529.00	c vivif2 --  cl tried    79812 cl shrink     2619 lits rem       2956 time: 0.08
1529.19/1529.24	c asymm  cl-useful: 0/240/1380 lits-rem:0 time: 0.25
1529.19/1529.25	c calculated reachability. Time: 0.00
1529.19/1529.25	c  N dy 14121   3712688       565      1380     41067     79809    117276   3213212     12.36   no data
1536.99/1537.06	c  N dy 14191   3735473       565      1380     41071    101444    117276   4525183     12.35     13.04
1543.79/1543.82	c  F st 14236   3751563       565      1380     41073    116713    117276   5388254     12.35      8.13
1546.39/1546.43	c  N dy 14242   3756758       565      1380     41073    121584    117276   5654990     12.35   no data
1557.39/1557.45	c  N dy 14320   3777056       565      1380     41078    140807    117276   6781904     12.34     13.06
1566.09/1566.16	c  N dy 14396   3797155       565      1380     41080     85410    117276   3311715     12.34     14.03
1573.40/1573.45	c  N dy 14446   3817389       565      1380     41080    104654    117276   4454326     12.34     13.00
1582.70/1582.74	c  N dy 14510   3837410       565      1380     41081    123625    117276   5554957     12.34     18.34
1593.29/1593.32	c  N dy 14562   3857693       565      1380     41086    142882    117276   6700186     12.33     13.03
1605.19/1605.23	c  N dy 14658   3877740       565      1380     41090     83338    117276   2935784     12.33     20.89
1611.90/1611.95	c  N dy 14713   3898067       565      1380     41095    102543    117276   3986112     12.33     13.07
1620.50/1620.55	c  N dy 14781   3918314       565      1380     41100    121712    117276   5063572     12.32     13.13
1631.10/1631.19	c  N dy 14858   3938319       565      1380     41104    140601    117276   6036077     12.32     13.06
1642.40/1642.43	c  N dy 14913   3958592       565      1380     41110    159751    117276   7116401     12.32     13.25
1650.30/1650.33	c  N dy 14966   3980082       565      1380     41114     99183    117276   3674250     12.31     13.01
1658.70/1658.72	c  N dy 15015   4000292       565      1380     41117    118265    117276   4669298     12.30     13.28
1668.99/1669.03	c  N dy 15096   4020358       565      1380     41122    137298    117276   5644307     12.30     13.21
1680.50/1680.52	c  N dy 15164   4040859       565      1380     41126    156701    117276   6703495     12.30     13.27
1690.30/1690.38	c  N dy 15224   4060922       565      1380     41130     93156    117276   3344974     12.30     12.96
1693.90/1693.95	c Finding binary XORs  T:     0.00 s  found:       0
1698.30/1698.40	c  N dy 15282   4081801       565      1380     41135    112908    117276   4355738     12.29     13.00
1707.80/1707.82	c  N dy 15348   4102071       565      1380     41144    132081    117276   5351876     12.29     13.40
1721.40/1721.45	c  N dy 15415   4126079       565      1380     41151    154821    117276   6467062     12.28     13.01
1732.19/1732.23	c  N dy 15473   4146908       565      1380     41157     90701    117276   3083367     12.28     12.93
1740.11/1740.15	c  N dy 15532   4167254       564      1380     41172    109854    117276   3941955     12.27     13.03
1748.50/1748.52	c  N dy 15628   4187265       562      1380     41186    128874    117276   5016577     12.27     29.57
1757.89/1757.97	c  N dy 15702   4207333       562      1380     41190    147947    117276   6129843     12.27     13.23
1760.69/1760.71	c  S st 15723   4212690       562      1380     41190    153060    117276   6408434     12.27   no data
1761.00/1761.10	c  S st 15723   4213192       562      1380     41190    153557    117276   6442003     12.27   no data
1761.11/1761.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1762.29/1762.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 43.8M T:  1.24
1762.29/1762.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1762.29/1762.36	c bin-w-bin subsume rem            7 bins  time:  0.00 s
1762.49/1762.53	c subs with bin:        0  lits-rem:        13  v-fix:    0  time:  0.16 s
1762.49/1762.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    562 time:  0.00 s
1762.49/1762.54	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
1762.59/1762.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1764.50/1764.52	c subs with bin:      277  lits-rem:      1126  v-fix:    0  time:  1.74 s
1788.10/1788.13	c lits-rem:     10764  cl-subs:     8806  v-elim:      0  v-fix:    0  time: 23.60 s
1788.10/1788.13	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
1788.20/1788.29	c vivif2 --  cl tried   122449 cl shrink     4568 lits rem       5590 time: 0.16
1788.51/1788.57	c asymm  cl-useful: 0/148/1380 lits-rem:0 time: 0.28
1788.51/1788.57	c calculated reachability. Time: 0.00
1788.51/1788.57	c  N dy 15723   4213192       562      1380     40493    122441    115890   5835964     12.27   no data
1799.40/1799.46	c  N dy 15779   4233442       562      1380     40496    141702    115890   6972326     12.27     13.07
1807.50/1807.59	c  N dy 15836   4253597       562      1380     40500     86942    115890   3334168     12.27     12.99
1815.20/1815.26	c  N dy 15882   4274671       562      1380     40504    106889    115890   4427002     12.26     12.94
1825.30/1825.32	c  N dy 15938   4296873       562      1380     40512    127959    115890   5619526     12.25     13.13
1835.80/1835.88	c  N dy 15978   4317061       562      1380     40518    147121    115890   6634666     12.24     12.92
1846.60/1846.67	c  N dy 16043   4337366       562      1380     40522     85787    115890   3016267     12.24     12.98
1853.10/1853.19	c  N dy 16102   4357368       562      1380     40522    104898    115890   4100902     12.24     15.77
1862.10/1862.13	c  N dy 16158   4377763       561      1380     40532    124258    115890   5220704     12.23     12.96
1873.21/1873.28	c  N dy 16245   4398159       561      1380     40535    143676    115890   6360082     12.23     13.30
1885.70/1885.77	c  N dy 16298   4419337       561      1380     40539    163693    115890   7443294     12.23     12.93
1894.23/1894.28	c  N dy 16366   4439545       561      1380     40540     98486    115890   3680114     12.23     12.88
1902.00/1902.05	c  N dy 16430   4459588       561      1380     40542    117588    115890   4799527     12.22     13.48
1911.51/1911.57	c  N dy 16477   4479896       561      1380     40546    136889    115890   5878000     12.22     12.89
1923.20/1923.26	c  N dy 16557   4499942       561      1380     40550    155983    115890   7002514     12.22     15.89
1935.91/1935.92	c  N dy 16626   4520227       561      1380     40555     88308    115890   3031138     12.21     12.92
1943.20/1943.25	c  N dy 16708   4540418       561      1380     40557    107578    115890   4121714     12.21     12.94
1952.60/1952.65	c  N dy 16775   4562431       561      1380     40559    128536    115890   5284123     12.21     12.91
1963.10/1963.17	c  N dy 16840   4582456       561      1380     40563    147523    115890   6323292     12.21     19.11
1974.20/1974.27	c  N dy 16897   4602566       561      1380     40567    166606    115890   7410747     12.20     12.90
1984.51/1984.53	c  N dy 16957   4623148       561      1380     40568     97573    115890   3533507     12.20     12.85
1991.71/1991.77	c  N dy 17015   4643215       561      1380     40568    116699    115890   4506802     12.20     17.33
2001.01/2001.02	c  N dy 17083   4663497       561      1380     40571    135863    115890   5490694     12.19     12.93
2011.30/2011.30	c  N dy 17148   4683671       561      1380     40573    154975    115890   6552202     12.19     13.02
2024.03/2024.09	c  N dy 17219   4704385       561      1380     40578    174521    115890   7507168     12.19     12.88
2028.81/2028.84	c  S st 17236   4713193       561      1380     40579     93004    115890   3028025     12.18     10.95
2029.01/2029.04	c  S st 17236   4713696       561      1380     40580     93503    115890   3058855     12.18   no data
2029.01/2029.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2029.71/2029.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:      0 BRemN:      0 P: 27.2M T:  0.67
2029.71/2029.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2029.71/2029.73	c bin-w-bin subsume rem            9 bins  time:  0.00 s
2029.81/2029.89	c subs with bin:        0  lits-rem:        15  v-fix:    0  time:  0.16 s
2029.91/2029.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    561 time:  0.00 s
2029.91/2029.90	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
2029.91/2029.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2031.41/2031.41	c subs with bin:      823  lits-rem:       923  v-fix:    0  time:  1.38 s
2036.71/2036.73	c lits-rem:      8442  cl-subs:     4784  v-elim:      0  v-fix:    0  time:  5.32 s
2036.71/2036.74	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
2036.81/2036.83	c vivif2 --  cl tried    85797 cl shrink     5793 lits rem       7581 time: 0.10
2037.01/2037.08	c asymm  cl-useful: 0/275/1380 lits-rem:0 time: 0.24
2037.01/2037.08	c calculated reachability. Time: 0.00
2037.01/2037.08	c  N dy 17236   4713696       561      1380     40384     85770    115433   2952798     12.18   no data
2044.51/2044.57	c  N dy 17279   4734357       561      1380     40391    105321    115433   3836061     12.18     12.90
2052.91/2052.93	c  N dy 17327   4754393       560      1380     40405    124348    115433   4810252     12.17     13.03
2063.11/2063.14	c  N dy 17392   4774456       559      1380     40416    143378    115433   5867742     12.17     17.94
2075.80/2075.84	c  N dy 17495   4796160       559      1380     40417    164016    115433   7061035     12.17     12.88
2088.61/2088.65	c  N dy 17580   4816507       559      1380     40421     93565    115433   3170434     12.17     12.87
2096.51/2096.57	c  N dy 17686   4836596       559      1380     40427    112658    115433   4208488     12.18     12.94
2106.53/2106.59	c  N dy 17785   4856687       559      1380     40437    131705    115433   5221397     12.18     13.06
2118.11/2118.18	c  N dy 17860   4877093       559      1380     40438    151018    115433   6198465     12.18     12.97
2130.91/2130.91	c  N dy 17950   4897323       559      1380     40441    170176    115433   7195471     12.18     12.86
2142.51/2142.59	c  N dy 18016   4918288       559      1380     40444     98753    115433   3354383     12.18     12.96
2150.91/2150.97	c  N dy 18099   4939388       559      1380     40448    118820    115433   4484592     12.18     12.94
2161.01/2161.02	c  N dy 18159   4959936       559      1380     40451    138239    115433   5418390     12.17     13.77
2171.81/2171.86	c  N dy 18212   4979955       559      1380     40457    157133    115433   6343844     12.17     17.02
2185.11/2185.12	c  N dy 18290   4999970       558      1380     40466    175984    115433   7272851     12.17     14.48
2196.41/2196.41	c  N dy 18384   5020433       558      1380     40467    102942    115433   3446029     12.17     12.91
2205.31/2205.31	c  N dy 18487   5040941       558      1380     40471    122453    115433   4504455     12.17     12.84
2215.31/2215.37	c  N dy 18576   5060983       558      1380     40476    141499    115433   5615515     12.17     12.82
2227.71/2227.71	c  N dy 18669   5081457       558      1380     40481    160942    115433   6545405     12.18     13.09
2241.41/2241.46	c  N dy 18740   5101518       558      1380     40483    180024    115433   7491630     12.18     12.84
2250.41/2250.43	c Finding binary XORs  T:     0.00 s  found:       0
2252.11/2252.11	c  N dy 18832   5121674       557      1380     39514     85428    113601   3070808     12.18     12.86
2260.11/2260.15	c  N dy 18919   5142347       557      1380     39517    105050    113601   4196954     12.18     13.06
2270.01/2270.01	c  N dy 19020   5162855       557      1380     39519    124560    113601   5287243     12.19     12.99
2280.91/2280.97	c  N dy 19109   5183018       557      1380     39524    143710    113601   6368684     12.19     12.91
2293.11/2293.19	c  N dy 19183   5203215       557      1380     39529    162914    113601   7385817     12.19     12.84
2299.52/2299.51	c  S st 19235   5213696       557      1380     39530     88012    113601   2983733     12.19   no data
2299.72/2299.71	c  S st 19235   5214200       557      1380     39530     88508    113601   3017951     12.19   no data
2299.72/2299.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2300.32/2300.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:      0 BRemN:      0 P: 27.1M T:  0.65
2300.32/2300.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2300.32/2300.37	c bin-w-bin subsume rem            5 bins  time:  0.00 s
2300.52/2300.53	c subs with bin:        0  lits-rem:        11  v-fix:    0  time:  0.16 s
2300.52/2300.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    557 time:  0.00 s
2300.52/2300.54	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
2300.52/2300.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2301.92/2301.94	c subs with bin:       73  lits-rem:       103  v-fix:    0  time:  1.29 s
2307.62/2307.65	c lits-rem:      5525  cl-subs:     3397  v-elim:      0  v-fix:    0  time:  5.71 s
2307.62/2307.65	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
2307.72/2307.73	c vivif2 --  cl tried    85038 cl shrink     4665 lits rem       5675 time: 0.09
2307.92/2307.98	c asymm  cl-useful: 0/231/1380 lits-rem:0 time: 0.25
2307.92/2307.98	c calculated reachability. Time: 0.00
2307.92/2307.98	c  N dy 19235   5214200       557      1380     39534     85033    113590   2967609     12.19   no data
2315.54/2315.55	c  N dy 19299   5234403       557      1380     39540    104197    113590   4001932     12.19     12.97
2324.82/2324.83	c  N dy 19346   5254479       557      1380     39551    123161    113590   4977160     12.18     12.83
2336.62/2336.65	c  N dy 19411   5274743       557      1380     39565    142226    113590   5930642     12.18     12.98
2350.12/2350.15	c  N dy 19486   5295306       556      1380     39580    161748    113590   7006947     12.18     13.03
2364.71/2364.71	c  N dy 19567   5315405       555      1380     39594    180724    113590   8012735     12.18     18.38
2372.31/2372.34	c  N dy 19625   5335453       555      1380     39598    109194    113590   3881210     12.17     12.86
2381.21/2381.21	c  N dy 19709   5355517       554      1380     39607    128259    113590   4970738     12.18     13.40
2391.32/2391.34	c  N dy 19803   5375534       554      1380     39611    147268    113590   6191639     12.18     13.79
2403.21/2403.21	c  N dy 19888   5395811       554      1380     39612    166603    113590   7446346     12.18     12.85
2417.61/2417.60	c  N dy 19993   5415893       554      1380     39612    185700    113590   8627137     12.19     18.41
2426.11/2426.13	c  N dy 20076   5435931       554      1380     39614    110574    113590   3899191     12.19     14.71
2434.41/2434.46	c  N dy 20160   5456950       554      1380     39616    130645    113590   5109364     12.19     12.98
2444.81/2444.85	c  N dy 20254   5477072       554      1380     39618    149743    113590   6276037     12.19     12.96
2457.02/2457.02	c  N dy 20340   5497187       554      1380     39620    168829    113590   7341240     12.19     12.92
2470.32/2470.31	c  N dy 20428   5517413       554      1380     39622    188022    113590   8505201     12.20     12.92
2479.92/2479.96	c  N dy 20511   5538569       554      1380     39622    111611    113590   3920086     12.20     12.85
2489.12/2489.13	c  N dy 20593   5559083       554      1380     39624    131099    113590   5041427     12.20     12.95
2500.42/2500.42	c  N dy 20676   5580357       554      1380     39628    151409    113590   6138492     12.20     12.98
2513.01/2513.01	c  N dy 20767   5600363       554      1380     39633    170391    113590   7205326     12.20     12.85
2527.02/2527.05	c  N dy 20869   5620407       554      1380     39633    189398    113590   8268779     12.21     13.27
2538.32/2538.33	c  N dy 20975   5640489       554      1380     39637    110190    113590   3782122     12.21     21.77
2547.32/2547.38	c  N dy 21062   5660881       554      1380     39639    129598    113590   4875995     12.21     12.93
2558.22/2558.28	c  N dy 21149   5680969       554      1380     39644    148643    113590   5949105     12.22     13.05
2570.82/2570.87	c  N dy 21239   5701604       554      1380     39650    168287    113590   7017176     12.22     13.28
2579.22/2579.28	c  S st 21318   5714203       553      1380     39656    180326    113590   7762865     12.22      7.16
2579.82/2579.80	c  S st 21318   5714706       553      1380     39656    180822    113590   7788660     12.22   no data
2579.82/2579.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2581.32/2581.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:      0 BRemN:      0 P: 48.8M T:  1.55
2581.32/2581.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2581.32/2581.38	c bin-w-bin subsume rem            6 bins  time:  0.00 s
2581.52/2581.54	c subs with bin:        0  lits-rem:        10  v-fix:    0  time:  0.16 s
2581.52/2581.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    553 time:  0.00 s
2581.52/2581.54	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
2581.63/2581.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
2583.52/2583.50	c subs with bin:       76  lits-rem:       690  v-fix:    0  time:  1.64 s
2618.22/2618.20	c lits-rem:     13388  cl-subs:    11800  v-elim:      0  v-fix:    0  time: 34.70 s
2618.22/2618.20	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
2618.32/2618.37	c vivif2 --  cl tried   150786 cl shrink     4850 lits rem       5286 time: 0.17
2618.62/2618.66	c asymm  cl-useful: 0/236/1380 lits-rem:0 time: 0.29
2618.62/2618.67	c calculated reachability. Time: 0.00
2618.62/2618.67	c  N dy 21318   5714706       553      1380     38778    150783    111808   7239279     12.22   no data
2633.63/2633.69	c  N dy 21391   5735025       552      1380     38798    169959    111808   8218000     12.22     13.69
2646.43/2646.50	c  N dy 21499   5755133       551      1380     38821     98910    111808   3635645     12.22     12.89
2655.12/2655.12	c  N dy 21589   5775162       551      1380     38822    118064    111808   4793811     12.23     13.05
2665.62/2665.62	c  N dy 21653   5796057       551      1380     38827    137903    111808   5910022     12.22     13.00
2678.32/2678.35	c  N dy 21726   5817674       551      1380     38831    158357    111808   7110464     12.22     12.98
2693.32/2693.30	c  N dy 21814   5838630       551      1380     38834    178255    111808   8252369     12.22     13.00
2707.23/2707.20	c  N dy 21914   5859035       551      1380     38834    101804    111808   3540444     12.23     12.90
2715.23/2715.21	c  N dy 21979   5879118       551      1380     38834    120861    111808   4678266     12.23     14.71
2724.22/2724.23	c  N dy 22026   5899205       551      1380     38836    140001    111808   5711663     12.22     12.91
2734.83/2734.86	c  N dy 22093   5919257       551      1380     38837    158962    111808   6784036     12.22     17.32
2748.42/2748.47	c  N dy 22190   5939628       551      1380     38840    178282    111808   7878251     12.22     13.01
2762.53/2762.58	c  N dy 22260   5960407       551      1380     38842    198042    111808   9029002     12.22     12.93
2770.52/2770.59	c  N dy 22325   5980502       551      1380     38843    118030    111808   4389142     12.22     12.94
2780.12/2780.19	c  N dy 22401   6000518       551      1380     38845    137031    111808   5485438     12.22     13.17
2791.32/2791.36	c  N dy 22491   6020765       551      1380     38848    156251    111808   6592703     12.22     12.90
2804.73/2804.71	c  N dy 22566   6042080       551      1380     38851    176539    111808   7778531     12.22     12.99
2818.93/2818.94	c  N dy 22646   6062082       551      1380     38853    195546    111808   8851076     12.22     14.73
2829.92/2829.99	c  N dy 22713   6082098       551      1380     38855    113122    111808   4036096     12.22     12.97
2838.92/2838.95	c  N dy 22778   6102168       551      1380     38856    132176    111808   5184672     12.22     20.03
2850.15/2850.12	c  N dy 22860   6122487       551      1380     38856    151468    111808   6316458     12.22     12.93
2863.63/2863.61	c  N dy 22954   6143511       551      1380     38858    171380    111808   7418568     12.22     12.87
2879.33/2879.32	c  N dy 23037   6166188       551      1380     38858    192962    111808   8589808     12.22     12.90
2893.43/2893.46	c  N dy 23125   6186335       551      1380     38860    109109    111808   3778314     12.22     12.93
2902.43/2902.46	c  N dy 23220   6206381       551      1380     38860    128127    111808   4850101     12.23     19.73
2906.73/2906.77	c  S st 23242   6214706       551      1380     38862    135952    111808   5287860     12.22   no data
2907.13/2907.13	c  S st 23242   6215210       551      1380     38862    136455    111808   5318220     12.22   no data
2907.13/2907.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2908.23/2908.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      4 BRemL:      0 BRemN:      0 P: 39.5M T:  1.13
2908.23/2908.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2908.23/2908.28	c bin-w-bin subsume rem            9 bins  time:  0.00 s
2908.45/2908.44	c subs with bin:        0  lits-rem:        14  v-fix:    0  time:  0.16 s
2908.45/2908.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    551 time:  0.00 s
2908.45/2908.44	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
2908.53/2908.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2910.23/2910.20	c subs with bin:      143  lits-rem:       325  v-fix:    0  time:  1.53 s
2926.93/2927.00	c lits-rem:     10921  cl-subs:     9184  v-elim:      0  v-fix:    0  time: 16.81 s
2926.93/2927.00	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
2927.15/2927.14	c vivif2 --  cl tried   124929 cl shrink     4851 lits rem       5605 time: 0.13
2927.43/2927.42	c asymm  cl-useful: 0/151/1380 lits-rem:0 time: 0.28
2927.43/2927.42	c calculated reachability. Time: 0.00
2927.43/2927.42	c  N dy 23242   6215210       551      1380     38451    124922    110928   5124547     12.22   no data
2939.03/2939.06	c  N dy 23296   6235519       551      1380     38461    144058    110928   6095773     12.22     12.87
2951.63/2951.62	c  N dy 23330   6256878       551      1380     38467    164243    110928   7101701     12.21     13.02
2964.34/2964.30	c Finding binary XORs  T:     0.00 s  found:       0
2966.64/2966.68	c  N dy 23366   6278008       551      1380     38481    184126    110928   8082340     12.21     13.17
2982.73/2982.70	c  N dy 23420   6298417       550      1380     38501    203399    110928   9062738     12.20     12.96
2992.63/2992.60	c  N dy 23462   6319009       550      1380     38504    120489    110928   4432233     12.20     12.86
3002.24/3002.24	c  N dy 23510   6339177       549      1380     38510    139672    110928   5525806     12.19     13.14
3014.73/3014.73	c  N dy 23592   6359737       549      1380     38512    159227    110928   6693725     12.19     12.93
3029.13/3029.19	c  N dy 23676   6379815       549      1380     38514    178295    110928   7782784     12.20     12.85
3044.33/3044.31	c  N dy 23751   6399915       549      1380     38520    197312    110928   8932174     12.19     18.13
3059.04/3059.10	c  N dy 23830   6421597       549      1380     38524    113422    110928   3895695     12.19     13.01
3068.73/3068.75	c  N dy 23908   6442498       549      1380     38529    133262    110928   5000000     12.19     12.89
3080.24/3080.22	c  N dy 24007   6463573       548      1380     38533    153294    110928   6177611     12.19     13.03
3093.25/3093.28	c  N dy 24096   6483609       548      1380     38535    172372    110928   7280584     12.20     18.77
3107.34/3107.35	c  N dy 24187   6503626       548      1380     38537    191384    110928   8412773     12.20     12.98
3123.74/3123.79	c  N dy 24282   6523656       548      1380     38538    210346    110928   9461382     12.20     16.67
3132.74/3132.78	c  N dy 24351   6544043       548      1380     38541    123801    110928   4328803     12.20     12.89
3142.94/3142.93	c  N dy 24446   6564801       548      1380     38544    143489    110928   5415646     12.20     12.97
3153.84/3153.88	c  N dy 24520   6584895       548      1380     38546    162525    110928   6395132     12.20     16.02
3166.33/3166.38	c  N dy 24615   6605000       548      1380     38547    181584    110928   7406573     12.20     12.93
3180.15/3180.19	c  N dy 24694   6625640       548      1380     38554    201062    110928   8400598     12.20     12.87
3193.43/3193.40	c  N dy 24779   6645989       548      1380     38558    113506    110928   3642819     12.20     13.06
3201.63/3201.65	c  N dy 24856   6666102       548      1380     38560    132585    110928   4636776     12.20     13.14
3211.63/3211.67	c  N dy 24924   6686123       548      1380     38562    151572    110928   5597739     12.20     14.18
3223.14/3223.16	c  N dy 24994   6706146       548      1380     38565    170527    110928   6541729     12.20     13.76
3228.74/3228.78	c  S st 25033   6715210       548      1380     38565    179157    110928   7024875     12.20     10.22
3229.14/3229.18	c  S st 25033   6715713       548      1380     38565    179660    110928   7056243     12.20   no data
3229.24/3229.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3230.65/3230.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:      0 BRemN:      0 P: 46.1M T:  1.45
3230.65/3230.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3230.65/3230.66	c bin-w-bin subsume rem            8 bins  time:  0.00 s
3230.84/3230.81	c subs with bin:        0  lits-rem:         9  v-fix:    0  time:  0.15 s
3230.84/3230.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    548 time:  0.00 s
3230.84/3230.82	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
3230.84/3230.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3232.85/3232.87	c subs with bin:      279  lits-rem:       433  v-fix:    0  time:  1.76 s
3264.64/3264.69	c lits-rem:     19777  cl-subs:    14122  v-elim:      0  v-fix:    0  time: 31.83 s
3264.64/3264.69	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
3264.86/3264.89	c vivif2 --  cl tried   156741 cl shrink     5686 lits rem       7136 time: 0.19
3265.14/3265.18	c asymm  cl-useful: 0/235/1380 lits-rem:0 time: 0.30
3265.14/3265.19	c calculated reachability. Time: 0.00
3265.14/3265.19	c  N dy 25033   6715713       548      1380     37923    156734    109651   6658616     12.20   no data
3278.74/3278.70	c  N dy 25081   6735971       548      1380     37935    175783    109651   7570404     12.19     12.91
3293.46/3293.46	c  N dy 25130   6756249       547      1380     37957    194829    109651   8479555     12.19     13.14
3305.74/3305.76	c  N dy 25211   6776371       547      1380     37958    110729    109651   3750481     12.19     12.87
3314.84/3314.83	c  N dy 25279   6797682       547      1380     37961    130925    109651   4888452     12.19     12.92
3324.94/3324.99	c  N dy 25344   6817762       547      1380     37962    150033    109651   5978046     12.18     14.44
3336.94/3336.90	c  N dy 25413   6837999       547      1380     37967    169112    109651   6971654     12.18     12.83
3350.94/3351.00	c  N dy 25499   6858057       546      1380     37977    188076    109651   7998939     12.18     15.51
3365.44/3365.49	c  N dy 25557   6878094       546      1380     37979    207135    109651   9059330     12.18     12.86
3376.44/3376.47	c  N dy 25636   6898262       546      1380     37987    119608    109651   4118690     12.18     12.90
3385.34/3385.36	c  N dy 25692   6918833       546      1380     37992    139123    109651   5198762     12.17     12.85
3396.86/3396.82	c  N dy 25757   6939766       546      1380     37994    158998    109651   6364752     12.17     12.88
3409.54/3409.54	c  N dy 25832   6959881       546      1380     37997    178082    109651   7438428     12.17     12.96
3423.45/3423.46	c  N dy 25918   6980195       546      1380     38000    197372    109651   8531338     12.17     13.04
3439.45/3439.46	c  N dy 25988   7000409       546      1380     38004    216436    109651   9570972     12.17     12.87
3447.94/3447.95	c  N dy 26048   7020426       546      1380     38006    126720    109651   4348375     12.17     12.82
3457.05/3457.05	c  N dy 26105   7041171       546      1380     38008    146366    109651   5445116     12.16     12.92
3468.55/3468.53	c  N dy 26189   7061568       546      1380     38013    165694    109651   6489876     12.16     13.18
3482.05/3482.01	c  N dy 26280   7082037       546      1380     38017    185126    109651   7529119     12.16     12.86
3496.85/3496.87	c  N dy 26347   7104176       545      1380     38029    205957    109651   8678973     12.16     13.01
3510.85/3510.86	c  N dy 26425   7124224       545      1380     38029    114779    109651   3571242     12.16     15.68
3518.75/3518.79	c  N dy 26475   7144729       545      1380     38030    134301    109651   4607144     12.16     13.07
3528.95/3528.96	c  N dy 26523   7165537       545      1380     38042    153920    109651   5577876     12.15     12.83
3539.86/3539.82	c  N dy 26585   7186070       545      1380     38044    173429    109651   6622256     12.15     13.49
3552.45/3552.42	c  N dy 26676   7206073       545      1380     38045    192461    109651   7645143     12.15     13.16
3559.45/3559.47	c  S st 26729   7215713       545      1380     38047    201602    109651   8138252     12.15     11.60
3559.95/3559.96	c  S st 26729   7216214       545      1380     38047    202100    109651   8168898     12.15   no data
3559.95/3559.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3561.65/3561.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     18 BRemL:      0 BRemN:      0 P: 51.6M T:  1.66
3561.65/3561.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3561.65/3561.65	c bin-w-bin subsume rem           12 bins  time:  0.00 s
3561.75/3561.80	c subs with bin:        0  lits-rem:        13  v-fix:    0  time:  0.15 s
3561.75/3561.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    545 time:  0.00 s
3561.75/3561.80	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
3561.87/3561.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
3563.95/3563.92	c subs with bin:       17  lits-rem:         0  v-fix:    0  time:  1.78 s
3606.05/3606.09	c lits-rem:     24626  cl-subs:    16951  v-elim:      0  v-fix:    0  time: 42.17 s
3606.05/3606.09	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
3606.35/3606.34	c vivif2 --  cl tried   178001 cl shrink    12157 lits rem      15893 time: 0.25
3606.65/3606.66	c asymm  cl-useful: 0/134/1380 lits-rem:0 time: 0.31
3606.65/3606.66	c calculated reachability. Time: 0.00
3606.65/3606.66	c  N dy 26729   7216214       545      1380     37448    177987    108402   7741094     12.15   no data
3621.54/3621.53	c  N dy 26791   7236270       545      1380     37456    196960    108402   8694610     12.15     13.50
3633.05/3633.05	c Finding binary XORs  T:     0.00 s  found:       0
3638.65/3638.65	c  N dy 26853   7257888       544      1380     37263    107634    107974   3432693     12.15     12.81
3646.95/3646.96	c  N dy 26911   7279195       544      1380     37268    127839    107974   4446725     12.15     12.84
3656.75/3656.71	c  N dy 26976   7299211       543      1380     37275    146717    107974   5397978     12.14     13.24
3667.85/3667.89	c  N dy 27047   7319743       543      1380     37280    166242    107974   6389799     12.14     12.87
3681.15/3681.18	c  N dy 27128   7340700       543      1380     37284    186076    107974   7435511     12.14     13.02
3696.15/3696.13	c  N dy 27207   7360706       542      1380     37293    204915    107974   8396493     12.14     12.83
3710.95/3710.95	c  N dy 27310   7380987       542      1380     37294    114586    107974   3697807     12.15     12.79
3719.85/3719.86	c  N dy 27409   7401071       542      1380     37296    133534    107974   4708481     12.15     13.81
3730.06/3730.02	c  N dy 27487   7421207       542      1380     37299    152692    107974   5669286     12.15     12.98
3742.55/3742.55	c  N dy 27569   7443477       542      1380     37303    173759    107974   6711573     12.15     12.79
3755.36/3755.41	c  N dy 27627   7463624       542      1380     37308    192756    107974   7578727     12.14     12.80
3769.66/3769.70	c  N dy 27687   7483699       542      1380     37314    211656    107974   8469271     12.14     13.23
3783.06/3783.07	c  N dy 27743   7503906       542      1380     37316    118912    107974   3722577     12.14     12.81
3791.96/3791.96	c  N dy 27819   7523980       540      1380     37328    137903    107974   4664734     12.14     23.36
3802.66/3802.66	c  N dy 27912   7544001       540      1380     37331    156740    107974   5618108     12.14     31.21
3814.95/3814.91	c  N dy 27998   7564160       540      1380     37335    175751    107974   6515637     12.14     12.92
3828.35/3828.38	c  N dy 28091   7584186       540      1380     37335    194676    107974   7416264     12.14     19.81
3843.16/3843.17	c  N dy 28195   7604277       540      1380     37338    213647    107974   8427370     12.14     15.40
3856.76/3856.72	c  N dy 28286   7624442       540      1380     37343    119165    107974   3649134     12.15     12.86
3865.48/3865.46	c  N dy 28377   7644642       539      1380     37349    138334    107974   4611955     12.15     13.00
3875.66/3875.63	c  N dy 28445   7665021       539      1380     37350    157657    107974   5567221     12.15     12.79
3887.96/3887.90	c  N dy 28559   7685048       539      1380     37352    176626    107974   6523230     12.15     12.83
3901.05/3901.05	c  N dy 28647   7705126       539      1380     37352    195649    107974   7448988     12.15     12.84
3909.15/3909.16	c  S st 28704   7716216       539      1380     37353    206128    107974   7991536     12.15   no data
3909.75/3909.70	c  S st 28704   7716719       539      1380     37353    206628    107974   8023371     12.15   no data
3909.75/3909.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3911.35/3911.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 51.4M T:  1.65
3911.35/3911.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3911.35/3911.38	c bin-w-bin subsume rem           17 bins  time:  0.00 s
3911.56/3911.52	c subs with bin:        0  lits-rem:         8  v-fix:    0  time:  0.14 s
3911.56/3911.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    539 time:  0.00 s
3911.56/3911.53	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
3911.67/3911.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
3913.45/3913.40	c subs with bin:      122  lits-rem:         0  v-fix:    0  time:  1.55 s
3957.87/3957.88	c lits-rem:     22872  cl-subs:    16257  v-elim:      0  v-fix:    0  time: 44.48 s
3957.87/3957.88	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
3958.15/3958.11	c vivif2 --  cl tried   178453 cl shrink     5702 lits rem       6244 time: 0.23
3958.46/3958.41	c asymm  cl-useful: 0/144/1380 lits-rem:0 time: 0.30
3958.46/3958.42	c calculated reachability. Time: 0.00
3958.46/3958.42	c  N dy 28704   7716719       539      1380     36348    178448    105954   7496835     12.15   no data
3973.86/3973.89	c  N dy 28764   7736810       539      1380     36356    197381    105954   8445617     12.15     13.93
3990.66/3990.64	c  N dy 28855   7756877       538      1380     36368    216346    105954   9450890     12.15     13.80
3999.56/3999.61	c  N dy 28914   7777271       538      1380     36375    126943    105954   4187981     12.15     12.89
4010.05/4010.05	c  N dy 28962   7800018       538      1380     36378    148366    105954   5279995     12.15     12.90
4022.45/4022.41	c  N dy 29033   7821382       538      1380     36384    168539    105954   6204111     12.14     12.87
4035.36/4035.34	c  N dy 29090   7841866       538      1380     36391    187791    105954   7058759     12.14     13.07
4049.56/4049.57	c  N dy 29154   7861894       537      1380     36406    206576    105954   7921770     12.14     13.02
4064.47/4064.49	c  N dy 29218   7882633       537      1380     36410    113470    105954   3453493     12.14     12.80
4073.16/4073.19	c  N dy 29301   7902749       536      1380     36421    132503    105954   4421201     12.14     12.93
4083.36/4083.38	c  N dy 29368   7922754       536      1380     36424    151419    105954   5342543     12.13     13.35
4094.36/4094.39	c  N dy 29433   7942796       536      1380     36425    170292    105954   6313687     12.13     12.98
4107.56/4107.57	c  N dy 29504   7963251       536      1380     36428    189586    105954   7276925     12.13     12.79
4122.46/4122.45	c  N dy 29580   7983391       536      1380     36432    208525    105954   8184155     12.13     12.79
4139.06/4139.02	c  N dy 29663   8003680       536      1380     36435    227659    105954   9117904     12.13     12.82
4148.97/4148.90	c  N dy 29727   8023827       536      1380     36437    131369    105954   4279537     12.13     12.79
4158.77/4158.77	c  N dy 29801   8044016       536      1380     36438    150436    105954   5193643     12.13     12.87
4169.08/4169.03	c  N dy 29851   8064067       536      1380     36444    169389    105954   6094124     12.12     12.81
4181.07/4181.07	c  N dy 29915   8084141       536      1380     36446    188376    105954   7034939     12.12     13.22
4193.28/4193.29	c  N dy 29960   8104210       536      1380     36448    207329    105954   7981611     12.12     12.81
4209.26/4209.22	c  N dy 30046   8124356       535      1380     36455    226272    105954   8859298     12.12     12.76
4221.67/4221.68	c  N dy 30134   8144802       535      1380     36458    128403    105954   3894158     12.12     12.80
4231.07/4231.01	c  N dy 30211   8164859       535      1380     36458    147366    105954   4742773     12.12     18.09
4240.97/4240.91	c  N dy 30280   8184902       535      1380     36460    166354    105954   5706933     12.12     12.92
4253.17/4253.12	c  N dy 30355   8205122       535      1380     36466    185326    105954   6524958     12.12     12.77
4260.06/4260.02	c  S st 30393   8216722       535      1380     36467    196354    105954   7076623     12.12   no data
4260.38/4260.39	c  S st 30393   8217226       535      1380     36467    196853    105954   7107542     12.12   no data
4260.47/4260.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4261.87/4261.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      0 BRemN:      0 P: 46.4M T:  1.48
4261.97/4261.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4261.97/4261.90	c bin-w-bin subsume rem            8 bins  time:  0.00 s
4262.07/4262.04	c subs with bin:        0  lits-rem:        22  v-fix:    0  time:  0.14 s
4262.07/4262.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
4262.07/4262.05	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
4262.17/4262.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
4264.06/4264.00	c subs with bin:       29  lits-rem:         0  v-fix:    0  time:  1.66 s
4302.19/4302.16	c lits-rem:     29799  cl-subs:    18259  v-elim:      0  v-fix:    0  time: 38.15 s
4302.19/4302.16	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
4302.47/4302.41	c vivif2 --  cl tried   173118 cl shrink     9368 lits rem      10956 time: 0.25
4302.77/4302.70	c asymm  cl-useful: 0/179/1380 lits-rem:0 time: 0.29
4302.77/4302.70	c calculated reachability. Time: 0.00
4302.77/4302.70	c  N dy 30393   8217226       535      1380     35708    173109    104308   6661510     12.12   no data
4317.36/4317.36	c  N dy 30447   8238539       535      1380     35712    193274    104308   7608970     12.12     12.91
4332.57/4332.56	c  N dy 30503   8258798       534      1380     35725    212350    104308   8521027     12.11     12.98
4350.27/4350.25	c  N dy 30565   8279764       534      1380     35736    116739    104308   3474025     12.11     12.96
4353.89/4353.85	c Finding binary XORs  T:     0.00 s  found:       0
4358.87/4358.85	c  N dy 30622   8299779       534      1380     35561    134963    103915   4299502     12.11     13.02
4369.67/4369.64	c  N dy 30696   8320441       534      1380     35567    154437    103915   5225058     12.11     13.05
4381.47/4381.47	c  N dy 30754   8340606       533      1380     35577    173449    103915   6091354     12.10     12.93
4395.87/4395.84	c  N dy 30811   8362207       532      1380     35587    193883    103915   7041762     12.10     12.81
4410.57/4410.58	c  N dy 30889   8382661       532      1380     35591    213256    103915   8017074     12.10     12.91
4426.67/4426.64	c  N dy 30957   8402769       532      1380     35594    232166    103915   8889220     12.10     12.95
4437.38/4437.41	c  N dy 31026   8422983       532      1380     35598    133614    103915   4058020     12.10     13.42
4447.47/4447.41	c  N dy 31086   8443187       532      1380     35603    152648    103915   4947538     12.09     12.83
4458.67/4458.69	c  N dy 31169   8463195       532      1380     35612    171694    103915   5896091     12.09     12.86
4472.27/4472.25	c  N dy 31239   8483649       532      1380     35618    190977    103915   6791816     12.09     12.74
4485.97/4485.98	c  N dy 31298   8503761       532      1380     35624    210029    103915   7752916     12.09     13.21
4503.98/4503.99	c  N dy 31366   8526404       531      1380     35641    231374    103915   8763503     12.09     13.03
4517.68/4517.62	c  N dy 31473   8547031       531      1380     35644    131110    103915   3808448     12.09     12.79
4527.27/4527.29	c  N dy 31552   8567236       531      1380     35648    150249    103915   4682668     12.09     12.79
4538.77/4538.72	c  N dy 31615   8587328       531      1380     35656    169286    103915   5553501     12.09     13.13
4550.98/4550.98	c  N dy 31717   8607333       530      1380     35665    188219    103915   6479704     12.09     18.22
4564.48/4564.47	c  N dy 31784   8627833       530      1380     35671    207541    103915   7314430     12.09     13.48
4580.08/4580.01	c  N dy 31854   8648125       529      1380     35684    226669    103915   8146737     12.09     12.91
4596.07/4596.02	c  N dy 31943   8668737       529      1380     35690    124730    103915   3321274     12.09     12.73
4604.37/4604.38	c  N dy 32029   8688813       528      1380     34406    111969    101452   3886345     12.09     16.26
4613.67/4613.66	c  N dy 32128   8708841       528      1380     34407    131062    101452   4923510     12.09     19.45
4618.17/4618.15	c  S st 32173   8717226       528      1380     34407    139084    101452   5363599     12.09   no data
4618.57/4618.51	c  S st 32173   8717732       528      1380     34407    139583    101452   5391586     12.09   no data
4618.57/4618.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4619.67/4619.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     42 BRemL:      0 BRemN:      0 P: 36.7M T:  1.08
4619.67/4619.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4619.67/4619.62	c bin-w-bin subsume rem            6 bins  time:  0.00 s
4619.77/4619.76	c subs with bin:        0  lits-rem:        14  v-fix:    0  time:  0.14 s
4619.77/4619.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    528 time:  0.00 s
4619.77/4619.76	c Removed useless bin:       0  fixed:     0  props:   0.17M  time:  0.00 s
4619.87/4619.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4621.47/4621.43	c subs with bin:       88  lits-rem:       302  v-fix:    0  time:  1.48 s
4642.87/4642.86	c lits-rem:      9679  cl-subs:     7722  v-elim:      0  v-fix:    0  time: 21.43 s
4642.87/4642.86	c vivif2 --  cl tried     1380 cl shrink        0 lits rem          0 time: 0.00
4642.97/4643.01	c vivif2 --  cl tried   131773 cl shrink     5402 lits rem       6930 time: 0.15
4643.27/4643.28	c asymm  cl-useful: 0/263/1380 lits-rem:0 time: 0.27
4643.27/4643.29	c calculated reachability. Time: 0.00
4643.27/4643.29	c  N dy 32173   8717732       528      1380     34449    131767    101438   5239326     12.09   no data
4655.57/4655.51	c  N dy 32271   8737790       527      1380     34456    150733    101438   6215219     12.09     13.15
4668.77/4668.71	c  N dy 32347   8758144       526      1380     34463    170021    101438   7186400     12.09     12.79
4683.18/4683.18	c  N dy 32423   8779106       526      1380     34466    189916    101438   8238074     12.09     12.74
4698.78/4698.71	c  N dy 32501   8799124       526      1380     34466    208921    101438   9249824     12.09     12.77
4709.28/4709.24	c  N dy 32558   8819656       526      1380     34471    121579    101438   3961751     12.09     12.76
4719.48/4719.41	c  N dy 32629   8841350       526      1380     34475    142141    101438   5017308     12.09     12.80
4730.78/4730.72	c  N dy 32699   8861832       526      1380     34483    161548    101438   6004948     12.09     12.94
4743.30/4743.25	c  N dy 32772   8882126       526      1380     34486    180778    101438   6972343     12.09     12.75
4757.60/4757.55	c  N dy 32838   8902353       526      1380     34490    199783    101438   7858407     12.09     12.86
4772.38/4772.31	c  N dy 32912   8922410       526      1380     34494    218748    101438   8797008     12.09     22.81
4775.38/4775.31	c Finding binary XORs  T:     0.00 s  found:       0
4787.78/4787.70	c  N dy 32986   8943493       526      1365     34142    120970    100446   3839466     12.09     13.00
4797.37/4797.36	c  N dy 33034   8963559       526      1365     34147    139965    100446   4682924     12.08     14.61
4808.98/4808.92	c  N dy 33108   8983588       525      1365     34158    158949    100446   5590936     12.08     12.94
4822.39/4822.34	c  N dy 33190   9003624       525      1365     34163    177886    100446   6493353     12.08     15.40
4836.80/4836.76	c  N dy 33279   9023688       525      1365     34168    196820    100446   7381821     12.08     24.64
4852.78/4852.73	c  N dy 33376   9043808       525      1365     34171    215893    100446   8354226     12.08     12.92
4870.18/4870.16	c  N dy 33456   9063903       524      1365     34184    234813    100446   9246926     12.08     12.74
4882.38/4882.31	c  N dy 33558   9084000       524      1365     34188    134029    100446   4057745     12.09     15.35
4892.68/4892.62	c  N dy 33614   9104445       523      1365     34199    153352    100446   4956205     12.08     12.76
4904.48/4904.48	c  N dy 33702   9124651       523      1365     34202    172536    100446   5893077     12.08     13.06
4917.48/4917.47	c  N dy 33792   9144968       523      1365     34205    191822    100446   6870142     12.08     12.88
4931.29/4931.25	c  N dy 33880   9165301       523      1365     34205    211178    100446   7902030     12.09     12.82
4946.58/4946.53	c  N dy 33971   9185459       523      1365     34206    230322    100446   8875828     12.09     12.79
4963.48/4963.48	c  N dy 34073   9205477       522      1365     34215    125817    100446   3518742     12.09     19.25
4969.18/4969.17	c  S st 34144   9217732       522      1365     34216    137521    100446   4135027     12.09      8.02
4969.48/4969.47	c  S st 34144   9218237       522      1365     34216    138022    100446   4165885     12.09   no data
4969.48/4969.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4970.48/4970.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     63 BRemL:      4 BRemN:      0 P: 34.4M T:  0.93
4970.48/4970.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4970.48/4970.42	c bin-w-bin subsume rem            4 bins  time:  0.00 s
4970.58/4970.55	c subs with bin:        0  lits-rem:        29  v-fix:    0  time:  0.13 s
4970.58/4970.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    522 time:  0.00 s
4970.58/4970.56	c Removed useless bin:       0  fixed:     0  props:   0.18M  time:  0.00 s
4970.68/4970.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4972.18/4972.12	c subs with bin:       17  lits-rem:       171  v-fix:    0  time:  1.39 s
4983.58/4983.52	c lits-rem:      9627  cl-subs:     7509  v-elim:      0  v-fix:    0  time: 11.39 s
4983.58/4983.52	c vivif2 --  cl tried     1365 cl shrink        4 lits rem          4 time: 0.00
4983.68/4983.65	c vivif2 --  cl tried   114271 cl shrink    11737 lits rem      16377 time: 0.13
4983.98/4983.91	c asymm  cl-useful: 0/205/1365 lits-rem:0 time: 0.26
4983.98/4983.92	c calculated reachability. Time: 0.00
4983.98/4983.92	c  N dy 34144   9218237       522      1365     33548    114251     98871   3836531     12.09   no data
4994.28/4994.27	c  N dy 34237   9238315       519      1365     33563    133219     98871   4836188     12.09     17.05

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421946-1306619647/watcher-3421946-1306619647 -o /tmp/evaluation-result-3421946-1306619647/solver-3421946-1306619647 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3421946-1306619647.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.00 2/535 6611
/proc/meminfo: memFree=13994232/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=30168 CPUtime=0 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 711 0 0 0 0 0 0 0 25 0 1 0 754380996 30892032 651 33554432000 4194304 4580011 140736224670992 18446744073709551615 212039316165 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 7542 651 322 95 0 2524 0

[startup+0.082691 s]
/proc/loadavg: 2.00 2.03 2.00 2/535 6611
/proc/meminfo: memFree=13994232/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=32508 CPUtime=0.07 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 1419 0 0 0 7 0 0 0 25 0 1 0 754380996 33288192 1359 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 8127 1360 363 95 0 3109 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32508

[startup+0.100689 s]
/proc/loadavg: 2.00 2.03 2.00 2/535 6611
/proc/meminfo: memFree=13994232/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=32508 CPUtime=0.09 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 1450 0 0 0 9 0 0 0 25 0 1 0 754380996 33288192 1390 33554432000 4194304 4580011 140736224670992 18446744073709551615 4321004 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 8127 1390 363 95 0 3109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32508

[startup+0.300652 s]
/proc/loadavg: 2.00 2.03 2.00 2/535 6611
/proc/meminfo: memFree=13994232/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=32772 CPUtime=0.29 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 1698 0 0 0 29 0 0 0 25 0 1 0 754380996 33558528 1638 33554432000 4194304 4580011 140736224670992 18446744073709551615 4322512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 8193 1638 363 95 0 3175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32772

[startup+0.70058 s]
/proc/loadavg: 2.00 2.03 2.00 2/535 6611
/proc/meminfo: memFree=13994232/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=34212 CPUtime=0.69 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 2385 0 0 0 69 0 0 0 25 0 1 0 754380996 35033088 1852 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 8553 1852 363 95 0 3535 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34212

[startup+1.50044 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 6612
/proc/meminfo: memFree=13986412/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=34856 CPUtime=1.49 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 3363 0 0 0 149 0 0 0 25 0 1 0 754380996 35692544 2227 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294478 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 8714 2227 363 95 0 3696 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34856

[startup+3.10015 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 6612
/proc/meminfo: memFree=13983256/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=35776 CPUtime=3.09 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 5040 0 0 0 309 0 0 0 25 0 1 0 754380996 36634624 2328 33554432000 4194304 4580011 140736224670992 18446744073709551615 4413180 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 8944 2328 366 95 0 3926 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35776

[startup+6.30058 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 6612
/proc/meminfo: memFree=13967872/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=50308 CPUtime=6.29 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 9427 0 0 0 628 1 0 0 25 0 1 0 754380996 51515392 5625 33554432000 4194304 4580011 140736224670992 18446744073709551615 4293248 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 12577 5625 366 95 0 7559 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50308

[startup+12.7004 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 6612
/proc/meminfo: memFree=13962768/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=51040 CPUtime=12.69 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 13142 0 0 0 1267 2 0 0 25 0 1 0 754380996 52264960 5691 33554432000 4194304 4580011 140736224670992 18446744073709551615 4413539 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 12760 5691 366 95 0 7742 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51040

[startup+25.5002 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 6613
/proc/meminfo: memFree=13980612/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=75108 CPUtime=25.49 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 21486 0 0 0 2545 4 0 0 25 0 1 0 754380996 76910592 11092 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 18777 11092 366 95 0 13759 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 75108

[startup+51.1006 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 6614
/proc/meminfo: memFree=13955064/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=75876 CPUtime=51.09 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 33466 0 0 0 5103 6 0 0 25 0 1 0 754380996 77697024 12219 33554432000 4194304 4580011 140736224670992 18446744073709551615 4413521 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 18969 12219 366 95 0 13951 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75876

[startup+102.319 s]
/proc/loadavg: 2.16 2.07 2.01 3/536 6615
/proc/meminfo: memFree=13951324/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=82752 CPUtime=102.31 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 53803 0 0 0 10221 10 0 0 25 0 1 0 754380996 84738048 14962 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 20688 14962 366 95 0 15670 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 82752

[startup+162.301 s]
/proc/loadavg: 2.11 2.07 2.01 3/536 6616
/proc/meminfo: memFree=13915352/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=144228 CPUtime=162.29 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 73870 0 0 0 16216 13 0 0 25 0 1 0 754380996 147689472 16490 33554432000 4194304 4580011 140736224670992 18446744073709551615 4304862 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 36057 16490 366 95 0 31039 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 144228

[startup+222.301 s]
/proc/loadavg: 2.04 2.05 2.01 3/536 6618
/proc/meminfo: memFree=13775344/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=122864 CPUtime=222.29 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 100906 0 0 0 22211 18 0 0 25 0 1 0 754380996 125812736 23986 33554432000 4194304 4580011 140736224670992 18446744073709551615 4416613 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 30716 23986 366 95 0 25698 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 122864

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 6620
/proc/meminfo: memFree=13799492/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=123824 CPUtime=282.29 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 117899 0 0 0 28209 20 0 0 25 0 1 0 754380996 126795776 23522 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 30956 23522 366 95 0 25938 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 123824

[startup+342.301 s]
/proc/loadavg: 2.15 2.07 2.01 3/536 6621
/proc/meminfo: memFree=13796628/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=192648 CPUtime=342.29 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 133427 0 0 0 34206 23 0 0 25 0 1 0 754380996 197271552 25191 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 48162 25191 366 95 0 43144 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 192648

[startup+402.301 s]
/proc/loadavg: 2.05 2.06 2.01 3/536 6623
/proc/meminfo: memFree=13792272/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=213676 CPUtime=402.29 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 148711 0 0 0 40204 25 0 0 25 0 1 0 754380996 218804224 30842 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 53419 30842 366 95 0 48401 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 213676

[startup+462.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 6633
/proc/meminfo: memFree=13761520/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=217832 CPUtime=462.28 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 163298 0 0 0 46201 27 0 0 25 0 1 0 754380996 223059968 30004 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 54458 30004 366 95 0 49440 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 217832

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 6635
/proc/meminfo: memFree=13719832/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=160140 CPUtime=522.28 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 173155 0 0 0 52199 29 0 0 25 0 1 0 754380996 163983360 33978 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294526 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6611/statm: 40035 33978 366 95 0 35017 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 160140

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 6637
/proc/meminfo: memFree=13739904/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=227480 CPUtime=582.27 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 176252 0 0 0 58197 30 0 0 25 0 1 0 754380996 232939520 34535 33554432000 4194304 4580011 140736224670992 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 56870 34535 366 95 0 51852 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 227480

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/536 6759
/proc/meminfo: memFree=13851580/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=318968 CPUtime=4002.35 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 579750 0 0 0 400130 105 0 0 25 0 1 0 754380996 326623232 73125 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 79742 73125 366 95 0 74724 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 318968

[startup+4062.32 s]
/proc/loadavg: 2.09 2.04 2.00 3/536 6769
/proc/meminfo: memFree=13815576/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=422240 CPUtime=4062.37 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 584179 0 0 0 406131 106 0 0 25 0 1 0 754380996 432373760 77554 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 105560 77554 366 95 0 100542 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 422240

[startup+4122.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/536 6771
/proc/meminfo: memFree=13791388/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=448940 CPUtime=4122.36 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 592949 0 0 0 412128 108 0 0 25 0 1 0 754380996 459714560 83400 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 112235 83400 366 95 0 107217 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 448940

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/536 6773
/proc/meminfo: memFree=13777484/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=475640 CPUtime=4182.36 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 601627 0 0 0 418127 109 0 0 25 0 1 0 754380996 487055360 88808 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 118910 88808 366 95 0 113892 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 475640

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 6774
/proc/meminfo: memFree=13751312/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=371096 CPUtime=4242.37 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 603856 0 0 0 424127 110 0 0 25 0 1 0 754380996 380002304 87796 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 92774 87796 366 95 0 87756 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 371096

[startup+4302.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/536 6776
/proc/meminfo: memFree=13754136/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=474816 CPUtime=4302.37 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 605096 0 0 0 430127 110 0 0 25 0 1 0 754380996 486211584 89036 33554432000 4194304 4580011 140736224670992 18446744073709551615 4502422 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 118704 89036 366 95 0 113686 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 474816

[startup+4362.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/536 6777
/proc/meminfo: memFree=13765288/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=371096 CPUtime=4362.37 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 608034 0 0 0 436126 111 0 0 25 0 1 0 754380996 380002304 87796 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 92774 87796 366 95 0 87756 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 371096

[startup+4422.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 6779
/proc/meminfo: memFree=13761060/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=476088 CPUtime=4422.37 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 610646 0 0 0 442126 111 0 0 25 0 1 0 754380996 487514112 90408 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 119022 90408 366 95 0 114004 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 476088

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 6781
/proc/meminfo: memFree=13828504/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=395992 CPUtime=4482.37 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 612556 0 0 0 448125 112 0 0 25 0 1 0 754380996 405495808 69846 33554432000 4194304 4580011 140736224670992 18446744073709551615 4295647 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 98998 69846 366 95 0 93980 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 395992

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 6782
/proc/meminfo: memFree=13815092/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=318516 CPUtime=4542.37 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 620459 0 0 0 454124 113 0 0 25 0 1 0 754380996 326160384 74522 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294390 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 79629 74522 366 95 0 74611 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 318516

[startup+4602.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/536 6784
/proc/meminfo: memFree=13800184/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=318516 CPUtime=4602.38 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 623679 0 0 0 460124 114 0 0 25 0 1 0 754380996 326160384 74651 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 79629 74651 366 95 0 74611 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 318516

[startup+4662.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/536 6785
/proc/meminfo: memFree=13802760/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=418080 CPUtime=4662.37 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 625458 0 0 0 466122 115 0 0 25 0 1 0 754380996 428113920 76430 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 104520 76430 366 95 0 99502 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 418080

[startup+4722.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 6787
/proc/meminfo: memFree=13823324/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=318516 CPUtime=4722.4 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 628251 0 0 0 472124 116 0 0 25 0 1 0 754380996 326160384 74651 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 79629 74651 366 95 0 74611 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 318516

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 6789
/proc/meminfo: memFree=13794780/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=419452 CPUtime=4782.38 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 631759 0 0 0 478122 116 0 0 25 0 1 0 754380996 429518848 78159 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 104863 78159 366 95 0 99845 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 419452

[startup+4842.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/536 6790
/proc/meminfo: memFree=13789304/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=451348 CPUtime=4842.38 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 640077 0 0 0 484120 118 0 0 25 0 1 0 754380996 462180352 82859 33554432000 4194304 4580011 140736224670992 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 112837 82859 366 95 0 107819 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 451348

[startup+4902.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/536 6792
/proc/meminfo: memFree=13808504/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=318996 CPUtime=4902.38 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 641884 0 0 0 490119 119 0 0 25 0 1 0 754380996 326651904 74652 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 79749 74652 366 95 0 74731 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 318996

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 6793
/proc/meminfo: memFree=13807628/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=422384 CPUtime=4962.38 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 645817 0 0 0 496118 120 0 0 25 0 1 0 754380996 432521216 78585 33554432000 4194304 4580011 140736224670992 18446744073709551615 4305116 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 105596 78585 366 95 0 100578 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 422384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.01 2.02 2.00 3/536 6795
/proc/meminfo: memFree=13771148/32951124 swapFree=51873512/67111528
[pid=6611] ppid=6609 vsize=345072 CPUtime=5000.09 cores=1,3,5,7
/proc/6611/stat : 6611 (strangenight2-s) R 6609 6611 6029 0 -1 4202496 652264 0 0 0 499889 120 0 0 25 0 1 0 754380996 353353728 81218 33554432000 4194304 4580011 140736224670992 18446744073709551615 4294322 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/6611/statm: 86268 81218 366 95 0 81250 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 345072

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): 5000.03
CPU time (s): 5000.13
CPU user time (s): 4998.9
CPU system time (s): 1.22181
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 476088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.9
system time used= 1.22181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 652264
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= 13
involuntary context switches= 9061

runsolver used 24.3153 second user time and 62.2225 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-28 23:54:07
IDJOB=3421946
IDBENCH=83949
IDSOLVER=1887
FILE ID=node146/3421946-1306619647
RUNJOBID= node146-1306609461-6048
PBS_JOBID= 13471585
Free space on /tmp= 73364 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_20_60_10-dir.shuffled-as.sat03-144.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421946-1306619647/watcher-3421946-1306619647 -o /tmp/evaluation-result-3421946-1306619647/solver-3421946-1306619647 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3421946-1306619647.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= fab1e4926bfa9e7a1fae58c3b22b51e8
RANDOM SEED=1545883719

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:      13994512 kB
Buffers:        343992 kB
Cached:        5933108 kB
SwapCached:      56236 kB
Active:       13301580 kB
Inactive:      5337732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13994512 kB
SwapTotal:    67111528 kB
SwapFree:     51873512 kB
Dirty:            5876 kB
Writeback:           0 kB
AnonPages:    12312720 kB
Mapped:          30528 kB
Slab:           147480 kB
PageTables:      98468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 161139996 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= 73360 MiB
End job on node146 at 2011-05-29 01:17:29