Trace number 3421642

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-Night-2-mt (fixed)? (TO) 40000.9 5008.79

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
MD5SUMad30956261e72142648a01bc7c025dba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of clauses29282
Sum of the clauses size292650
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 534
Number of clauses of size over 529248

Solver Data

0.00/0.00	c Outputting solution to console
0.61/0.10	c Using 8 threads
0.61/0.10	c This is CryptoMiniSat 3.0.0
0.61/0.10	c WARNING: for repeatability, setting FPU to use double precision
0.61/0.10	c Reading file 'HOME/instance-3421642-1306694423.cnf'
0.61/0.10	c -- header says num vars:             85
0.61/0.10	c -- header says num clauses:       29282
0.61/0.13	c -- clauses added:            0 learnts,        29282 normals,            0 xors
0.61/0.13	c -- vars added         85
0.61/0.13	c Parsing time:  0.02 s
0.61/0.13	c  N st     0         0        85     29282         0         0    292650         0   no data   no data
2.96/0.41	c asymm  cl-useful: 196/2518/29282 lits-rem:221 time: 0.28
2.96/0.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
2.96/0.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.96/0.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.96/0.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.96/0.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
2.96/0.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.39/2.22	c lits-rem:     40088  cl-subs:     6277  v-elim:      0  v-fix:    0  time:  1.78 s
17.39/2.22	c Finding binary XORs  T:     0.00 s  found:       0
17.39/2.24	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
17.39/2.24	c calculated reachability. Time: 0.00
17.39/2.24	c Calc default polars -  time:   0.00 s pos:      47 undec:       0 neg:      38
17.39/2.24	c =========================================================================================
17.39/2.24	c types(t): F = full restart, N = normal restart
17.39/2.24	c types(t): S = simplification begin/end, E = solution found
17.39/2.24	c restart types(rt): st = static, dy = dynamic
17.39/2.24	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
17.39/2.24	c  B st     0         0        85     23005         0         0    195806         0   no data   no data
18.07/2.34	c  N dy    11      4405        85     23005         0      4083    195800     87815     17.19     18.11
18.88/2.43	c  N dy    21      8527        85     23005         0      5592    195800    101621     16.64     17.63
19.68/2.56	c  N dy    30     13297        85     23005         0      6044    195794     97757     16.26     17.22
20.47/2.66	c  N dy    46     17390        85     23005         0      9865    195791    172955     16.27     17.15
21.27/2.76	c  N dy    61     21597        85     23005         0      8530    195791    135153     16.28     17.19
22.07/2.86	c  F st    72     25000        85     23005         0     11654    195786    195043     16.28     15.92
22.07/2.88	c  N st    74     25626        85     23005         0     12238    195786    206344     16.28   no data
23.68/3.01	c  N dy    78     30001        85     23005         0      9991    195784    162980     16.28   no data
23.68/3.01	c  S st    78     30001        85     23005         0      9991    195784    162980     16.28   no data
23.68/3.04	c  S st    78     30505        85     23005         0     10478    195783    171422     16.28   no data
23.68/3.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.68/3.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
23.68/3.06	c blocked clauses removed:        0 vars:      0 tried:          85 T: 0.00 s
23.68/3.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.68/3.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.68/3.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
23.68/3.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.68/3.06	c lits-rem:        19  cl-subs:       10  v-elim:      0  v-fix:    0  time:  0.00 s
23.68/3.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.86/3.42	c lits-rem:      1378  cl-subs:      854  v-elim:      0  v-fix:    0  time:  0.35 s
31.66/4.02	c asymm  cl-useful: 14/2416/22986 lits-rem:14 time: 0.60
31.66/4.02	c calculated reachability. Time: 0.00
31.66/4.02	c  N dy    78     30505        85     22986         0      9633    195478    149743     16.28   no data
32.46/4.18	c  N dy    91     35459        85     22986         0     14193    195476    236994     16.22     17.17
34.16/4.32	c  N dy   109     39647        85     22986         0     10841    195474    161544     16.18     17.16
34.96/4.44	c  N dy   123     43752        85     22986         0     14718    195473    239368     16.16     17.21
35.65/4.50	c  S st   133     45757        85     22986         0     16598    195472    276087     16.17     14.81
35.65/4.56	c  S st   133     46259        85     22986         0      8745    195471    111408     16.17   no data
35.65/4.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.65/4.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
35.65/4.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.65/4.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.65/4.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.65/4.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
35.65/4.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.65/4.58	c lits-rem:        39  cl-subs:       61  v-elim:      0  v-fix:    0  time:  0.01 s
35.65/4.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.45/4.66	c lits-rem:       243  cl-subs:       69  v-elim:      0  v-fix:    0  time:  0.07 s
36.45/4.66	c vivif2 --  cl tried    22908 cl shrink        0 lits rem          0 time: 0.00
36.45/4.66	c vivif2 --  cl tried     8693 cl shrink        0 lits rem          0 time: 0.00
39.64/5.00	c asymm  cl-useful: 21/2534/22908 lits-rem:21 time: 0.34
39.64/5.04	c calculated reachability. Time: 0.00
39.64/5.04	c  N dy   133     46259        85     22908         0      8693    194713    110482     16.17   no data
41.25/5.27	c  N dy   140     54841        85     22908         0     16477    194710    254349     16.00     16.94
42.94/5.42	c  N dy   156     58944        85     22908         0     11104    194700    149375     15.98     16.97
43.74/5.55	c  N dy   173     63115        85     22908         0     14979    194697    223773     15.97     16.86
44.43/5.69	c  N dy   179     67490        85     22908         0     18948    194693    295614     15.92     16.81
45.23/5.78	c  S st   188     69389        85     22908         0     10611    194691    132077     15.94     15.24
46.03/5.82	c  S st   188     69894        85     22908         0     11094    194688    140420     15.94   no data
46.03/5.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.03/5.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
46.03/5.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.03/5.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.03/5.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.03/5.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
46.03/5.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
46.03/5.84	c lits-rem:        37  cl-subs:       62  v-elim:      0  v-fix:    0  time:  0.01 s
46.03/5.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.83/5.98	c lits-rem:       653  cl-subs:      311  v-elim:      0  v-fix:    0  time:  0.13 s
46.83/5.98	c vivif2 --  cl tried    22765 cl shrink        0 lits rem          0 time: 0.00
46.83/5.98	c vivif2 --  cl tried    10864 cl shrink        0 lits rem          0 time: 0.00
50.03/6.35	c asymm  cl-useful: 70/2380/22765 lits-rem:70 time: 0.37
50.03/6.35	c calculated reachability. Time: 0.00
50.03/6.35	c  N dy   188     69894        85     22765         0     10864    193311    136541     15.94   no data
51.73/6.52	c  N dy   197     75698        85     22765         0     16156    193306    233950     15.88     16.75
54.82/6.92	c  F st   206     87500        85     22765         0     15803    193306    214191     15.72     13.70
54.82/6.93	c  N st   206     87500        85     22765         0     15803    193306    214191     15.72     13.70
57.22/7.22	c  N dy   213     95565        85     22765         0     23099    193306    347203     15.66     16.60
58.82/7.47	c  N dy   256    101740        85     22765         0     17043    193297    244953     15.73     18.86
59.61/7.60	c  S st   276    104843        85     22765         0     19960    193296    301647     15.75   no data
60.51/7.67	c  S st   276    105343        85     22765         0     20431    193293    309823     15.75   no data
60.51/7.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.51/7.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
60.51/7.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.51/7.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.51/7.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.51/7.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
60.51/7.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
60.51/7.70	c lits-rem:        39  cl-subs:       63  v-elim:      0  v-fix:    0  time:  0.01 s
61.31/7.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.80/8.47	c lits-rem:      2294  cl-subs:     1188  v-elim:      0  v-fix:    0  time:  0.75 s
66.80/8.47	c vivif2 --  cl tried    22647 cl shrink        0 lits rem          0 time: 0.00
66.80/8.48	c vivif2 --  cl tried    19298 cl shrink        0 lits rem          0 time: 0.00
71.59/9.01	c asymm  cl-useful: 35/2123/22647 lits-rem:35 time: 0.53
71.59/9.01	c calculated reachability. Time: 0.00
71.59/9.01	c  N dy   276    105343        85     22647         0     19298    192131    282493     15.75   no data
75.58/9.51	c  N dy   291    119252        85     22647         0     18982    192121    257971     15.60     16.47
77.18/9.77	c  N dy   307    127049        85     22647         0     26152    192114    388381     15.55     16.46
79.57/10.06	c  N dy   319    135413        85     22647         0     20207    192106    283609     15.52     16.40
81.98/10.40	c  N dy   364    144329        85     22647         0     28516    192094    441183     15.54     16.41
85.18/10.73	c  N dy   414    153683        85     22647         0     22573    192086    323810     15.57     16.44
85.98/10.89	c  S st   435    158014        85     22647         0     26650    192084    401718     15.58     14.20
86.87/10.95	c  S st   435    158515        85     22647         0     27128    192082    409460     15.58   no data
86.87/10.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
86.87/10.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
86.87/10.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
86.87/10.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.87/10.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.87/10.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
86.87/10.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
86.87/10.98	c lits-rem:        43  cl-subs:       53  v-elim:      0  v-fix:    0  time:  0.01 s
86.87/10.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.65/12.05	c lits-rem:      4031  cl-subs:     1995  v-elim:      0  v-fix:    0  time:  1.06 s
95.65/12.06	c vivif2 --  cl tried    22498 cl shrink        0 lits rem          0 time: 0.00
95.65/12.06	c vivif2 --  cl tried    25229 cl shrink        0 lits rem          0 time: 0.00
97.95/12.31	c asymm  cl-useful: 1/990/22498 lits-rem:1 time: 0.25
97.95/12.31	c calculated reachability. Time: 0.00
97.95/12.31	c  N dy   435    158515        85     22498         0     25229    190654    366077     15.58   no data
101.14/12.78	c  N dy   446    171347        85     22498         0     21012    190652    271870     15.49     16.33
105.24/13.27	c  N dy   510    182846        85     22498         0     31745    190643    478862     15.53     16.45
109.13/13.75	c  N dy   518    194831        85     22498         0     26028    190641    360447     15.47     16.29
114.71/14.41	c  N dy   561    209502        85     22498         0     22046    190631    281109     15.43     16.29
119.51/15.08	c  N dy   621    222932        85     22498         0     34498    190622    516194     15.45     16.92
125.10/15.76	c  N dy   696    237182        85     22498         0     29547    190611    434128     15.49     16.36
125.10/15.79	c  S st   701    237773        85     22498         0     30102    190611    444914     15.49     16.18
125.90/15.87	c  S st   701    238275        85     22498         0     30579    190610    453490     15.49   no data
125.90/15.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
125.90/15.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
125.90/15.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
125.90/15.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
125.90/15.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
125.90/15.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
125.90/15.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
126.70/15.90	c lits-rem:        25  cl-subs:       39  v-elim:      0  v-fix:    0  time:  0.01 s
126.70/15.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.29/17.14	c lits-rem:      3469  cl-subs:     1747  v-elim:      0  v-fix:    0  time:  1.22 s
136.29/17.15	c vivif2 --  cl tried    22384 cl shrink        0 lits rem          0 time: 0.00
136.29/17.15	c vivif2 --  cl tried    28907 cl shrink        0 lits rem          0 time: 0.01
138.69/17.43	c asymm  cl-useful: 1/932/22384 lits-rem:1 time: 0.28
138.69/17.43	c calculated reachability. Time: 0.00
138.69/17.43	c  N dy   701    238275        85     22384         0     28907    189549    413725     15.49   no data
144.28/18.11	c  N dy   768    253554        85     22384         0     23790    189539    314595     15.50     16.40
149.86/18.80	c  N dy   807    269774        85     22384         0     38634    189529    583813     15.47     16.29
155.46/19.52	c  N dy   849    287021        85     22384         0     34034    189520    484760     15.44     16.68
161.84/20.37	c  N dy   895    305370        85     22384         0     29814    189509    405447     15.40     16.23
162.64/20.41	c  F st   901    306251        85     22384         0     30637    189507    421478     15.41   no data
169.82/21.30	c  N dy   976    324920        85     22384         0     25865    189495    326524     15.44     17.98
177.01/22.23	c  N dy  1072    345975        85     22384         0     45404    189484    696695     15.46     16.33
181.82/22.81	c  S st  1140    357412        85     22384         0     32938    189481    456999     15.49   no data
181.82/22.89	c  S st  1140    357917        85     22384         0     33430    189481    465565     15.49   no data
181.82/22.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
182.61/22.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
182.61/22.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
182.61/22.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
182.61/22.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
182.61/22.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
182.61/22.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
182.61/22.92	c lits-rem:        20  cl-subs:       55  v-elim:      0  v-fix:    0  time:  0.01 s
182.61/22.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
193.10/24.26	c lits-rem:      3753  cl-subs:     2035  v-elim:      0  v-fix:    0  time:  1.32 s
193.10/24.27	c vivif2 --  cl tried    22217 cl shrink        0 lits rem          0 time: 0.00
193.10/24.27	c vivif2 --  cl tried    31507 cl shrink        0 lits rem          0 time: 0.01
195.39/24.57	c asymm  cl-useful: 1/907/22217 lits-rem:1 time: 0.30
195.39/24.57	c calculated reachability. Time: 0.00
195.39/24.57	c  N dy  1140    357917        85     22217         0     31507    187957    424358     15.49   no data
205.77/25.84	c  N dy  1224    380417        85     22217         0     28309    187951    353857     15.49     16.32
214.56/26.99	c  N dy  1328    400428        85     22217         0     47079    187944    716679     15.51     16.73
224.14/28.18	c  N dy  1404    420479        85     22217         0     40476    187940    570858     15.50     16.51
233.72/29.38	c  N dy  1507    440520        85     22217         0     33117    187927    430786     15.52     18.02
242.51/30.42	c  N dy  1584    460545        85     22217         0     51673    187921    782093     15.53     16.36
249.70/31.40	c  N dy  1663    480673        85     22217         0     43472    187915    620645     15.53     16.46
259.28/32.53	c  N dy  1744    500908        85     22217         0     34481    187908    448053     15.53     16.40
267.27/33.57	c  N dy  1820    521473        85     22217         0     53552    187899    812821     15.53     16.49
274.46/34.42	c  S st  1851    536876        85     22217         0     38754    187896    503220     15.50   no data
275.26/34.50	c  S st  1851    537382        85     22217         0     39242    187894    511332     15.50   no data
275.26/34.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
275.26/34.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
275.26/34.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
275.26/34.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
275.26/34.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
275.26/34.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
275.26/34.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
275.26/34.54	c lits-rem:        23  cl-subs:       53  v-elim:      0  v-fix:    0  time:  0.01 s
275.26/34.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
288.04/36.20	c lits-rem:      3342  cl-subs:     3809  v-elim:      0  v-fix:    0  time:  1.65 s
288.04/36.21	c vivif2 --  cl tried    22086 cl shrink        0 lits rem          0 time: 0.00
288.94/36.21	c vivif2 --  cl tried    35511 cl shrink        0 lits rem          0 time: 0.01
290.43/36.45	c asymm  cl-useful: 10/660/22086 lits-rem:10 time: 0.23
290.43/36.45	c calculated reachability. Time: 0.00
290.43/36.45	c  N dy  1851    537382        85     22086         0     35511    186622    446819     15.50   no data
300.01/37.60	c  N dy  1962    557676        85     22086         0     54362    186618    811359     15.52     16.39
308.00/38.65	c  N dy  2007    577797        85     22086         0     43241    186614    589294     15.50     16.33
318.38/39.90	c  N dy  2091    598802        85     22086         0     32359    186608    385211     15.50     16.45
326.36/40.91	c  N dy  2160    618839        85     22086         0     50761    186604    729522     15.50     16.41
336.75/42.28	c  N dy  2240    639108        85     22086         0     38284    186598    497429     15.50     16.34
347.13/43.59	c  N dy  2316    659658        85     22086         0     57231    186595    849630     15.50     16.43
358.32/44.90	c  N dy  2410    680377        85     22086         0     44217    186593    598782     15.51     16.33
367.11/46.07	c  N dy  2496    700455        85     22086         0     62757    186591    952566     15.52     16.54
376.79/47.30	c  N dy  2579    720529        85     22086         0     48085    186588    657621     15.52     17.67
388.66/48.72	c  N dy  2694    740570        85     22086         0     66666    186585   1018015     15.54     17.65
399.86/50.11	c  N dy  2805    760586        85     22086         0     51028    186579    713933     15.55     16.41
411.94/51.65	c  N dy  2897    781008        85     22086         0     69937    186575   1076086     15.56     16.43
422.20/52.98	c  N dy  2966    803353        85     22086         0     55351    186570    784961     15.56     16.42
423.81/53.13	c  S st  2976    806073        85     22086         0     57860    186570    830390     15.56   no data
424.61/53.25	c  S st  2976    806576        85     22086         0     58347    186570    838814     15.56   no data
424.61/53.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
424.61/53.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
424.61/53.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
424.61/53.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
424.61/53.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
424.61/53.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
424.61/53.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
425.41/53.30	c lits-rem:        17  cl-subs:       50  v-elim:      0  v-fix:    0  time:  0.02 s
425.41/53.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
462.14/57.95	c lits-rem:      7369  cl-subs:     5166  v-elim:      0  v-fix:    0  time:  4.62 s
462.14/57.95	c vivif2 --  cl tried    21971 cl shrink        0 lits rem          0 time: 0.00
462.14/57.96	c vivif2 --  cl tried    53246 cl shrink        0 lits rem          0 time: 0.01
464.65/58.30	c asymm  cl-useful: 9/519/21971 lits-rem:9 time: 0.34
464.65/58.30	c calculated reachability. Time: 0.00
464.65/58.30	c  N dy  2976    806576        85     21971         0     53246    185498    735036     15.56   no data
481.32/60.41	c  N dy  3057    837933        85     21971         0     45865    185495    588382     15.54     16.44
493.29/61.89	c  N dy  3169    860065        85     21971         0     66420    185492    984781     15.55     16.40
505.28/63.38	c  N dy  3278    880170        85     21971         0     48431    185490    650615     15.56     16.54
516.46/64.77	c  N dy  3367    900260        85     21971         0     67067    185488   1007201     15.57     16.44
528.43/66.22	c  N dy  3469    920768        85     21971         0     48275    185486    636853     15.58     16.60
538.02/67.49	c  N dy  3493    940860        85     21971         0     66297    185485    961462     15.55     16.41
550.00/68.95	c  N dy  3543    961240        85     21971         0     46367    185481    581503     15.54     16.54
560.39/70.23	c  N dy  3605    981739        85     21971         0     64945    185479    922090     15.54     16.48
573.96/71.94	c  N dy  3700   1002964        85     21971         0     45274    185469    561668     15.55     16.37
583.55/73.17	c  N dy  3778   1022985        85     21971         0     63621    185467    910230     15.55     16.45
597.92/74.95	c  N dy  3864   1043184        85     21971         0     41871    185466    485541     15.55     16.44
607.50/76.13	c  N dy  3961   1063259        85     21971         0     60549    185465    843504     15.56     16.49
612.31/76.71	c  F st  3986   1071877        85     21971         0     68391    185465    990526     15.55     16.87
620.30/77.74	c  N dy  4000   1085587        85     21971         0     80672    185461   1217116     15.55     16.37
632.38/79.26	c  N dy  4129   1105636        85     21971         0     58128    185458    799404     15.57     17.26
651.43/81.66	c  N dy  4164   1134848        85     21971         0     42257    185457    478200     15.54     16.44
662.62/83.08	c  N dy  4261   1155022        85     21971         0     60978    185455    837574     15.55     16.39
679.40/85.11	c  N dy  4386   1175144        85     21971         0     79754    185453   1205885     15.57     16.41
693.88/86.96	c  N dy  4494   1195214        85     21971         0     55155    185449    723681     15.57     17.74
702.66/88.02	c  S st  4532   1209864        85     21971         0     68595    185447    976626     15.57     13.85
704.14/88.20	c  S st  4532   1210366        85     21971         0     69086    185447    985172     15.57   no data
704.14/88.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
704.14/88.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
704.14/88.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
704.14/88.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
704.14/88.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
704.14/88.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
704.14/88.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
704.14/88.27	c lits-rem:        21  cl-subs:       50  v-elim:      0  v-fix:    0  time:  0.02 s
704.93/88.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
768.05/96.29	c lits-rem:      7965  cl-subs:     5271  v-elim:      0  v-fix:    0  time:  7.98 s
768.05/96.29	c vivif2 --  cl tried    21872 cl shrink        0 lits rem          0 time: 0.00
768.84/96.31	c vivif2 --  cl tried    63864 cl shrink        0 lits rem          0 time: 0.01
771.24/96.69	c asymm  cl-useful: 13/456/21872 lits-rem:13 time: 0.38
771.24/96.69	c calculated reachability. Time: 0.00
771.24/96.69	c  N dy  4532   1210366        85     21872         0     63864    184515    877960     15.57   no data
787.21/98.69	c  N dy  4644   1230452        85     21872         0     82595    184514   1243318     15.58     16.41
803.98/100.72	c  N dy  4769   1251320        85     21872         0     57871    184511    767398     15.59     16.60
818.35/102.57	c  N dy  4882   1271350        85     21872         0     76504    184507   1134413     15.61     16.76
834.45/104.59	c  N dy  4928   1291380        85     21872         0     49475    184506    589460     15.60     16.44
847.92/106.29	c  N dy  5029   1313232        85     21872         0     69828    184506    985134     15.60     16.47
875.07/109.65	c  N dy  5080   1344233        85     21872         0     51649    184505    610499     15.58     16.46
889.44/111.43	c  N dy  5172   1366144        85     21872         0     71676    184505    984970     15.58     16.41
903.02/113.21	c  N dy  5255   1386504        85     21872         0     90463    184502   1340519     15.58     16.41
922.98/115.62	c  N dy  5309   1416448        85     21872         0     70222    184501    934111     15.56     16.45
937.37/117.41	c  N dy  5350   1436489        85     21872         0     88483    184500   1270763     15.55     16.45
951.73/119.21	c  N dy  5430   1456800        85     21872         0     60073    184496    774638     15.55     16.41
965.42/120.94	c  N dy  5539   1476838        85     21872         0     78724    184494   1139365     15.56     16.62
983.00/123.20	c  N dy  5589   1502770        85     21872         0     53678    184494    643717     15.55     16.43
997.27/124.93	c  N dy  5673   1525528        85     21872         0     74774    184493   1047387     15.55     16.40
1011.63/126.77	c  N dy  5786   1545603        85     21872         0     93482    184493   1411490     15.56     16.47
1025.23/128.48	c  N dy  5881   1565678        85     21872         0     62489    184492    804542     15.56     20.12
1038.00/130.09	c  N dy  5958   1587588        85     21872         0     82719    184491   1196894     15.57     16.59
1054.07/132.05	c  N dy  6044   1607674        85     21872         0    101260    184490   1551436     15.57     16.51
1067.54/133.79	c  N dy  6100   1628557        85     21872         0     69612    184490    919192     15.56     16.42
1084.31/135.88	c  N dy  6147   1652828        85     21872         0     91603    184489   1327461     15.55     16.38
1099.49/137.77	c  N dy  6201   1672893        85     21872         0     58304    184488    700954     15.55     16.42
1111.48/139.21	c  N dy  6246   1692964        85     21872         0     76690    184486   1045496     15.54     16.40
1126.64/141.14	c  S st  6334   1710366        85     21872         0     92943    184486   1364325     15.54     15.28
1128.24/141.33	c  S st  6334   1710872        85     21872         0     93424    184486   1372764     15.54   no data
1128.24/141.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1128.24/141.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
1128.24/141.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1128.24/141.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1128.24/141.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1128.24/141.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
1128.24/141.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1129.05/141.41	c lits-rem:        11  cl-subs:       35  v-elim:      0  v-fix:    0  time:  0.02 s
1129.05/141.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1225.68/153.53	c lits-rem:     11232  cl-subs:     9987  v-elim:      0  v-fix:    0  time: 12.07 s
1225.68/153.54	c vivif2 --  cl tried    21832 cl shrink        0 lits rem          0 time: 0.00
1225.68/153.56	c vivif2 --  cl tried    83442 cl shrink        0 lits rem          0 time: 0.02
1228.97/153.95	c asymm  cl-useful: 10/367/21832 lits-rem:11 time: 0.39
1228.97/153.95	c calculated reachability. Time: 0.00
1228.97/153.95	c  N dy  6334   1710872        85     21832         0     83442    184062   1176495     15.54   no data
1246.55/156.13	c  N dy  6418   1730888        85     21832         0    102064    184058   1536772     15.55     16.81
1262.42/158.12	c  N dy  6480   1750918        85     21832         0     68182    184058    870449     15.54     18.79
1276.79/159.97	c  N dy  6565   1771057        85     21832         0     86606    184057   1225070     15.54     16.36
1295.97/162.38	c  N dy  6649   1791214        85     21832         0    105134    184057   1575568     15.54     16.41
1313.54/164.58	c  N dy  6703   1811963        85     21832         0     70816    184057    905244     15.52     16.37
1332.71/166.91	c  N dy  6763   1839238        85     21832         0     95293    184056   1345281     15.52     16.42
1351.99/169.32	c  N dy  6826   1859398        85     21832         0     60344    184056    718995     15.51     16.47
1366.25/171.12	c  N dy  6941   1879451        85     21832         0     79046    184056   1084202     15.52     16.43
1383.83/173.35	c  N dy  7033   1899523        85     21832         0     97658    184056   1447928     15.53     17.97
1399.80/175.37	c  N dy  7103   1919589        85     21832         0     61013    184055    721565     15.52     16.38
1427.75/178.84	c  N dy  7225   1955000        85     21832         0     93132    184054   1322463     15.52     16.49
1447.72/181.35	c  N dy  7322   1977150        85     21832         0     57910    184052    661537     15.52     16.38
1459.69/182.80	c  N dy  7397   1997251        85     21832         0     76358    184052   1011078     15.52     16.34
1474.98/184.76	c  N dy  7514   2017315        85     21832         0     95020    184047   1377983     15.53     18.27
1491.65/186.88	c  N dy  7592   2037396        85     21832         0    113511    184046   1727791     15.53     16.71
1512.40/189.45	c  N dy  7669   2064361        85     21832         0     80411    184043   1046835     15.52     16.51
1529.99/191.63	c  N dy  7784   2084370        85     21832         0     99029    184041   1408897     15.52     20.44
1553.15/194.60	c  N dy  7885   2106081        85     21832         0     61517    184040    716243     15.53     16.45
1568.32/196.41	c  N dy  7977   2128339        85     21832         0     82034    184038   1102302     15.53     16.42
1584.30/198.49	c  N dy  8067   2148434        85     21832         0    100506    184037   1460302     15.53     16.55
1607.57/201.35	c  N dy  8187   2169848        85     21832         0     61638    184037    708464     15.54     16.37
1621.84/203.12	c  N dy  8280   2189930        85     21832         0     80220    184036   1066200     15.54     16.54
1639.41/205.39	c  N dy  8337   2210872        85     21832         0     99114    184036   1418878     15.54     14.35
1639.41/205.39	c  S st  8337   2210872        85     21832         0     99114    184036   1418878     15.54     14.35
1641.90/205.64	c  S st  8337   2211376        85     21832         0     99606    184036   1427925     15.54   no data
1641.90/205.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1642.71/205.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1642.71/205.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1642.71/205.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1642.71/205.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1642.71/205.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
1642.71/205.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1642.71/205.75	c lits-rem:        11  cl-subs:       59  v-elim:      0  v-fix:    0  time:  0.03 s
1643.40/205.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1740.04/217.93	c lits-rem:     10068  cl-subs:    11363  v-elim:      0  v-fix:    0  time: 12.13 s
1740.04/217.93	c vivif2 --  cl tried    21766 cl shrink        0 lits rem          0 time: 0.00
1740.04/217.95	c vivif2 --  cl tried    88250 cl shrink        0 lits rem          0 time: 0.02
1743.24/218.36	c asymm  cl-useful: 4/349/21766 lits-rem:4 time: 0.41
1743.24/218.37	c calculated reachability. Time: 0.00
1743.24/218.37	c  N dy  8337   2211376        85     21766         0     88250    183435   1211153     15.54   no data
1767.19/221.39	c  N dy  8446   2231381        85     21766         0    106855    183435   1576496     15.54     17.21
1792.06/224.45	c  N dy  8550   2251985        85     21766         0     66578    183433    804729     15.55     16.40
1807.94/226.46	c  N dy  8644   2272014        85     21766         0     85023    183433   1162042     15.56     16.47
1831.89/229.47	c  N dy  8737   2295934        85     21766         0    107171    183432   1586117     15.56     16.46
1858.24/232.74	c  N dy  8834   2316135        85     21766         0     65257    183432    764342     15.56     16.38
1879.92/235.44	c  N dy  8963   2336345        85     21766         0     84144    183432   1139090     15.57     16.43
1900.57/238.00	c  N dy  9054   2356353        85     21766         0    102687    183429   1498846     15.57     17.06
1919.74/240.48	c  N dy  9094   2376402        85     21766         0    120753    183428   1831392     15.57     16.65
1950.20/244.23	c  N dy  9134   2414339        85     21766         0     92041    183428   1200793     15.54     16.38
1968.46/246.54	c  N dy  9247   2434418        85     21766         0    110752    183427   1570900     15.55     16.83
1990.02/249.29	c  N dy  9339   2454690        85     21766         0     67772    183426    808853     15.55     16.43
2005.19/251.14	c  N dy  9439   2474980        85     21766         0     86751    183423   1186927     15.55     16.39
2022.77/253.31	c  N dy  9563   2495051        85     21766         0    105471    183420   1557843     15.56     16.57
2057.91/257.79	c  N dy  9647   2529726        85     21766         0     73615    183418    888859     15.55     16.42
2075.48/259.90	c  N dy  9761   2549745        85     21766         0     92229    183418   1253730     15.55     16.54
2097.05/262.65	c  N dy  9886   2572618        85     21766         0    113350    183417   1658413     15.56     16.54
2122.61/265.82	c  N dy  9961   2593340        85     21766         0     68063    183417    794228     15.56     16.39
2140.97/268.13	c  N dy 10072   2620573        85     21766         0     93025    183417   1270098     15.56     16.44
2161.74/270.77	c  N dy 10126   2645009        85     21766         0    115338    183417   1687786     15.55     16.48
2184.11/273.56	c  N dy 10189   2665070        85     21766         0     68675    183415    790021     15.55     16.46
2200.88/275.67	c  N dy 10301   2685079        85     21766         0     87273    183415   1153169     15.56     18.64
2221.75/278.28	c  N dy 10425   2705130        85     21766         0    105866    183413   1521692     15.56     16.52
2227.23/278.97	c  S st 10453   2711377        85     21766         0    111557    183412   1628708     15.56     12.80
2229.63/279.25	c  S st 10453   2711879        85     21766         0    112035    183412   1637473     15.56   no data
2229.63/279.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2230.53/279.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.08
2230.53/279.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2230.53/279.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2230.53/279.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2230.53/279.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
2230.53/279.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2230.53/279.38	c lits-rem:        13  cl-subs:       39  v-elim:      0  v-fix:    0  time:  0.03 s
2231.34/279.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2343.85/293.60	c lits-rem:     11266  cl-subs:    10036  v-elim:      0  v-fix:    0  time: 14.16 s
2343.85/293.61	c vivif2 --  cl tried    21717 cl shrink        0 lits rem          0 time: 0.00
2344.75/293.63	c vivif2 --  cl tried   102009 cl shrink        0 lits rem          0 time: 0.02
2348.64/294.12	c asymm  cl-useful: 4/321/21717 lits-rem:4 time: 0.49
2348.64/294.12	c calculated reachability. Time: 0.00
2348.64/294.12	c  N dy 10453   2711879        85     21717         0    102009    182959   1433224     15.56   no data
2377.40/297.79	c  N dy 10562   2731892        85     21717         0    120533    182957   1795746     15.57     16.57
2405.35/301.30	c  N dy 10668   2751976        85     21717         0     73262    182956    885178     15.57     17.20
2424.63/303.70	c  N dy 10762   2774610        85     21717         0     93917    182955   1281772     15.57     16.41
2448.48/306.66	c  N dy 10825   2794697        85     21717         0    112345    182955   1635010     15.57     16.46
2474.84/309.93	c  N dy 10884   2816070        85     21717         0    131759    182955   1993038     15.57     16.43
2498.78/312.94	c  N dy 10987   2836308        85     21717         0     83659    182954   1079467     15.57     16.43
2515.55/315.04	c  N dy 11066   2856386        85     21717         0    102160    182952   1434873     15.57     18.25
2536.32/317.61	c  N dy 11182   2876457        85     21717         0    120906    182951   1804820     15.58     16.43
2561.09/320.72	c  N dy 11295   2896521        85     21717         0     71289    182950    826494     15.59     18.39
2579.46/323.09	c  N dy 11408   2919671        85     21717         0     92784    182949   1254209     15.59     16.52
2601.01/325.79	c  N dy 11501   2939754        85     21717         0    111404    182949   1618882     15.59     16.49
2626.68/328.93	c  N dy 11596   2960092        85     21717         0    130302    182949   1990169     15.60     16.58
2649.74/331.89	c  N dy 11650   2980989        85     21717         0     80075    182949    977980     15.60     16.48
2679.40/335.59	c  N dy 11700   3010767        85     21717         0    106524    182947   1435212     15.58     16.50
2703.25/338.51	c  N dy 11774   3030808        85     21717         0    124903    182947   1788829     15.58     18.18
2732.11/342.17	c  N dy 11896   3051758        85     21717         0     74778    182947    881804     15.59     16.43
2747.99/344.16	c  N dy 12002   3071760        85     21717         0     93293    182946   1243664     15.59     17.52
2766.45/346.47	c  N dy 12083   3091823        85     21717         0    111840    182946   1601689     15.59     22.35
2787.91/349.14	c  N dy 12188   3111831        85     21717         0    130346    182946   1964715     15.60     17.88
2812.66/352.26	c  N dy 12290   3132542        85     21717         0     78731    182946    953915     15.60     16.53
2829.44/354.37	c  N dy 12401   3152603        85     21717         0     97415    182946   1324282     15.61     17.75
2851.00/357.05	c  N dy 12528   3172654        85     21717         0    116070    182946   1699092     15.61     17.33
2874.16/359.93	c  N dy 12624   3192741        85     21717         0    134676    182946   2060298     15.62     18.32
2896.52/362.76	c  S st 12738   3211879        85     21717         0     80267    182946    969098     15.62     14.70
2898.23/362.98	c  S st 12738   3212380        85     21717         0     80750    182946    977912     15.62   no data
2898.23/362.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2899.03/363.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2899.03/363.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2899.03/363.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2899.03/363.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2899.03/363.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
2899.03/363.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2899.03/363.09	c lits-rem:        18  cl-subs:       18  v-elim:      0  v-fix:    0  time:  0.03 s
2899.71/363.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2938.85/368.09	c lits-rem:      2857  cl-subs:     1934  v-elim:      0  v-fix:    0  time:  4.97 s
2939.65/368.10	c vivif2 --  cl tried    21682 cl shrink        0 lits rem          0 time: 0.00
2939.65/368.12	c vivif2 --  cl tried    78833 cl shrink        0 lits rem          0 time: 0.02
2943.63/368.66	c asymm  cl-useful: 5/386/21682 lits-rem:5 time: 0.54
2943.63/368.66	c calculated reachability. Time: 0.00
2943.63/368.66	c  N dy 12738   3212380        85     21682         0     78833    182620    940394     15.62   no data
2967.60/371.63	c  N dy 12845   3232409        85     21682         0     97448    182620   1307256     15.63     17.13
2995.66/375.12	c  N dy 12983   3252420        85     21682         0    116091    182620   1682870     15.63     16.49
3022.70/378.54	c  N dy 13117   3272515        85     21682         0    134808    182619   2056373     15.64     16.48
3052.26/382.21	c  N dy 13219   3292847        85     21682         0     80494    182618    968649     15.64     16.60
3068.23/384.22	c  N dy 13272   3312912        85     21682         0     98756    182618   1316660     15.64     16.51
3086.61/386.55	c  N dy 13338   3333075        85     21682         0    116705    182618   1648104     15.64     16.48
3109.88/389.45	c  N dy 13448   3353678        85     21682         0    135782    182617   2026454     15.65     16.49
3136.24/392.78	c  N dy 13576   3373697        85     21682         0     80786    182617    967654     15.65     17.08
3153.81/394.93	c  N dy 13671   3394021        85     21682         0     99481    182617   1326531     15.65     16.48
3174.45/397.56	c  N dy 13800   3414103        85     21682         0    118276    182617   1708347     15.66     18.57
3196.93/400.37	c  N dy 13910   3434120        85     21682         0    136899    182616   2078160     15.67     17.55
3222.39/403.54	c  N dy 13983   3456200        85     21682         0     82253    182616    973187     15.66     16.54
3244.74/406.35	c  N dy 14053   3476504        85     21682         0    101025    182616   1337184     15.66     16.66
3272.69/409.86	c  N dy 14177   3496603        85     21682         0    119807    182615   1710823     15.67     21.34
3303.15/413.68	c  N dy 14284   3516629        85     21682         0    138448    182614   2081181     15.67     16.56
3333.39/417.48	c  N dy 14379   3536777        85     21682         0     81259    182614    959172     15.68     16.52
3357.35/420.46	c  N dy 14502   3567091        85     21682         0    108699    182614   1479975     15.68     16.65
3375.72/422.70	c  N dy 14563   3587659        85     21682         0    127494    182613   1838287     15.67     16.52
3395.70/425.28	c  N dy 14651   3607763        85     21682         0    146062    182613   2194540     15.68     16.57
3419.65/428.27	c  N dy 14769   3627781        85     21682         0     88243    182613   1095119     15.68     20.12
3443.72/431.24	c  N dy 14827   3657795        85     21682         0    115350    182613   1593450     15.67     16.59
3465.98/434.04	c  N dy 14950   3677893        85     21682         0    133995    182612   1969367     15.68     16.94
3492.34/437.30	c  N dy 15063   3700078        85     21682         0    154532    182610   2373503     15.68     16.66
3505.92/439.08	c  S st 15147   3712380        85     21682         0     88847    182609   1107907     15.68   no data
3507.52/439.25	c  S st 15147   3712885        85     21682         0     89331    182609   1117097     15.68   no data
3507.52/439.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3508.32/439.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
3508.32/439.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3508.32/439.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3508.32/439.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3508.32/439.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
3508.32/439.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3508.32/439.33	c lits-rem:         3  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.02 s
3508.32/439.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3537.08/442.98	c lits-rem:      2990  cl-subs:     2038  v-elim:      0  v-fix:    0  time:  3.61 s
3537.08/442.98	c vivif2 --  cl tried    21656 cl shrink        0 lits rem          0 time: 0.00
3537.88/443.00	c vivif2 --  cl tried    87312 cl shrink        0 lits rem          0 time: 0.02
3541.06/443.41	c asymm  cl-useful: 2/355/21656 lits-rem:2 time: 0.40
3541.06/443.41	c calculated reachability. Time: 0.00
3541.06/443.41	c  N dy 15147   3712885        85     21656         0     87312    182356   1074482     15.68   no data
3562.62/446.15	c  N dy 15260   3733285        85     21656         0    106322    182356   1452535     15.69     16.52
3581.00/448.41	c  F st 15291   3751562        85     21656         0    122741    182356   1747544     15.68     14.61
3583.50/448.79	c  N st 15295   3753593        85     21656         0    124594    182356   1784126     15.68   no data
3612.93/452.45	c  N dy 15351   3780913        85     21656         0    149430    182355   2253079     15.68     16.60
3637.01/455.47	c  N dy 15437   3801004        85     21656         0     89985    182355   1119844     15.68     16.97
3662.56/458.64	c  N dy 15496   3828659        85     21656         0    115221    182353   1597514     15.68     16.75
3688.92/461.92	c  N dy 15586   3851418        85     21656         0    136323    182353   2006898     15.68     16.52
3712.76/464.94	c  N dy 15666   3871691        85     21656         0    155008    182353   2372882     15.68     16.53
3736.73/467.98	c  N dy 15766   3892156        85     21656         0     94972    182353   1203173     15.68     16.54
3755.89/470.37	c  N dy 15857   3912229        85     21656         0    113539    182353   1566978     15.68     16.62
3778.25/473.12	c  N dy 15959   3932392        85     21656         0    132270    182353   1936970     15.68     16.57
3803.92/476.37	c  N dy 16084   3952516        85     21656         0    151065    182353   2315469     15.69     16.55
3830.28/479.65	c  N dy 16183   3972577        85     21656         0     89251    182350   1088342     15.69     16.54
3847.85/481.82	c  N dy 16270   3992650        85     21656         0    107555    182350   1443240     15.69     17.66
3868.51/484.48	c  N dy 16390   4012700        85     21656         0    126141    182350   1812708     15.70     18.80
3891.78/487.37	c  N dy 16478   4033171        85     21656         0    145095    182350   2182713     15.70     16.54
3921.21/491.06	c  N dy 16549   4053398        85     21656         0     82438    182348    942136     15.70     16.62
3937.18/493.07	c  N dy 16619   4073525        85     21656         0    100814    182348   1286597     15.69     16.65
3960.35/495.93	c  N dy 16737   4093570        85     21656         0    119423    182347   1657521     15.70     18.92
3983.51/498.87	c  N dy 16836   4113967        85     21656         0    138328    182347   2025218     15.70     16.53
4009.06/502.00	c  N dy 16928   4134004        85     21656         0    156819    182347   2393045     15.70     16.87
4032.34/504.98	c  N dy 16989   4154066        85     21656         0     92922    182346   1126847     15.70     20.49
4049.10/507.08	c  N dy 17041   4174098        85     21656         0    111251    182346   1471543     15.70     17.86
4071.36/509.81	c  N dy 17139   4194960        85     21656         0    130496    182345   1846235     15.70     16.67
4092.13/512.49	c  S st 17195   4212885        85     21656         0    146718    182345   2147219     15.70     14.58
4094.52/512.77	c  S st 17195   4213386        85     21656         0    147204    182345   2156088     15.70   no data
4094.52/512.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4095.32/512.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
4095.32/512.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4095.32/512.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4095.32/512.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4095.32/512.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
4095.32/512.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4096.12/512.90	c lits-rem:         7  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.03 s
4096.12/512.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4397.22/550.63	c lits-rem:     12643  cl-subs:    19190  v-elim:      0  v-fix:    0  time: 37.65 s
4397.22/550.63	c vivif2 --  cl tried    21649 cl shrink        0 lits rem          0 time: 0.00
4397.22/550.67	c vivif2 --  cl tried   128015 cl shrink        0 lits rem          0 time: 0.04
4402.00/551.26	c asymm  cl-useful: 4/259/21649 lits-rem:4 time: 0.59
4402.00/551.27	c calculated reachability. Time: 0.00
4402.00/551.27	c  N dy 17195   4213386        85     21649         0    128015    182251   1787033     15.70   no data
4437.15/555.61	c  N dy 17247   4234084        85     21649         0    146799    182251   2138982     15.70     16.54
4481.07/561.19	c  N dy 17349   4258486        85     21649         0     87292    182250   1018894     15.70     16.53
4505.93/564.25	c  N dy 17435   4279846        85     21649         0    106663    182250   1387153     15.70     16.57
4529.80/567.29	c  N dy 17530   4299906        85     21649         0    125132    182250   1746967     15.70     16.53
4558.65/570.85	c  N dy 17661   4319936        85     21649         0    143806    182249   2122455     15.71     19.17
4589.70/574.73	c  N dy 17770   4340056        85     21649         0    162490    182248   2496371     15.71     16.63
4616.06/578.06	c  N dy 17885   4360064        85     21649         0     97847    182248   1228060     15.71     16.56
4638.52/580.82	c  N dy 18003   4380158        85     21649         0    116444    182248   1596997     15.72     19.40
4661.58/583.73	c  N dy 18064   4400330        85     21649         0    134699    182248   1939892     15.71     16.61
4692.72/587.65	c  N dy 18139   4420934        85     21649         0    153634    182247   2302210     15.71     16.64
4735.84/593.07	c  N dy 18233   4440961        85     21649         0     87884    182247   1022500     15.72     16.68
4755.02/595.48	c  N dy 18271   4461146        85     21649         0    106341    182246   1367116     15.71     16.56
4783.77/599.05	c  N dy 18399   4481579        85     21649         0    125376    182246   1749522     15.72     16.87
4808.53/602.18	c  N dy 18478   4504315        85     21649         0    146270    182246   2160266     15.72     16.55
4838.08/605.88	c  N dy 18586   4524378        85     21649         0    164918    182246   2530684     15.72     18.40
4863.64/609.00	c  N dy 18654   4544442        85     21649         0     97689    182246   1197422     15.72     17.44
4882.01/611.36	c  N dy 18755   4564878        85     21649         0    116672    182245   1569416     15.72     16.59
4904.36/614.15	c  N dy 18862   4584960        85     21649         0    135206    182245   1931144     15.73     18.62
4928.43/617.20	c  N dy 18946   4605018        85     21649         0    153746    182245   2297299     15.73     16.62
4961.88/621.32	c  N dy 19013   4625098        85     21649         0    171856    182245   2637440     15.73     16.73
4989.93/624.89	c  N dy 19120   4648070        85     21649         0    106478    182245   1366356     15.73     16.64
5014.58/627.90	c  N dy 19216   4668088        85     21649         0    124906    182245   1729757     15.73     16.59
5037.74/630.81	c  N dy 19277   4688291        85     21649         0    143364    182244   2080604     15.73     16.61
5068.20/634.66	c  N dy 19379   4708431        85     21649         0    162034    182244   2447732     15.73     16.68
5075.29/635.59	c  S st 19393   4713386        85     21649         0    166550    182244   2534373     15.73     14.43
5078.47/635.98	c  S st 19393   4713892        85     21649         0    167040    182243   2543218     15.73   no data
5078.47/635.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5080.07/636.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.11
5080.07/636.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5080.07/636.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5080.07/636.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5080.07/636.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
5080.07/636.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5080.07/636.15	c lits-rem:         2  cl-subs:       18  v-elim:      0  v-fix:    0  time:  0.04 s
5080.87/636.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5508.94/689.89	c lits-rem:     15870  cl-subs:    17487  v-elim:      0  v-fix:    0  time: 53.65 s
5508.94/689.90	c vivif2 --  cl tried    21629 cl shrink        0 lits rem          0 time: 0.00
5509.74/689.94	c vivif2 --  cl tried   149555 cl shrink        0 lits rem          0 time: 0.04
5513.74/690.47	c asymm  cl-useful: 3/224/21629 lits-rem:3 time: 0.53
5513.74/690.48	c calculated reachability. Time: 0.00
5513.74/690.48	c  N dy 19393   4713892        85     21629         0    149555    182054   2181032     15.73   no data
5558.46/696.05	c  N dy 19522   4733949        85     21629         0    168176    182053   2558807     15.74     23.33
5594.40/700.54	c  N dy 19607   4754373        85     21629         0    100274    182053   1243499     15.74     16.58
5623.14/704.11	c  N dy 19713   4775310        85     21629         0    119551    182051   1620609     15.74     16.59
5651.90/707.78	c  N dy 19800   4795753        85     21629         0    138386    182051   1988424     15.74     16.59
5676.65/710.88	c  N dy 19867   4816013        85     21629         0    157078    182051   2343209     15.74     16.73
5707.02/714.68	c  N dy 19967   4836337        85     21629         0    175910    182051   2718219     15.74     16.60
5730.96/717.63	c  N dy 20023   4857353        85     21629         0    106766    182051   1337719     15.74     16.94
5753.43/720.43	c  N dy 20137   4877741        85     21629         0    125758    182051   1718111     15.74     16.65
5778.10/723.51	c  N dy 20227   4897754        85     21629         0    144234    182051   2079837     15.75     17.74
5806.96/727.19	c  N dy 20314   4920562        85     21629         0    165218    182050   2483305     15.75     16.84
5841.29/731.50	c  N dy 20428   4940660        85     21629         0     94694    182050   1112067     15.75     17.73
5861.15/733.97	c  N dy 20522   4960741        85     21629         0    113173    182050   1474471     15.75     16.75
5882.72/736.64	c  N dy 20569   4981232        85     21629         0    131841    182050   1826195     15.75     16.71
5903.59/739.25	c  N dy 20637   5001264        85     21629         0    149938    182050   2167122     15.75     17.41
5932.24/742.83	c  N dy 20703   5024272        85     21629         0    170738    182050   2558763     15.75     16.60
5964.30/746.89	c  N dy 20788   5046287        85     21629         0    101243    182050   1230408     15.75     16.66
5983.35/749.27	c  N dy 20861   5066304        85     21629         0    119704    182050   1586269     15.75     16.61
6012.90/752.93	c  N dy 20946   5095374        85     21629         0    146037    182050   2088499     15.75     16.58
6035.38/755.71	c  N dy 20972   5115474        85     21629         0    164017    182050   2406332     15.74     16.72
6067.22/759.75	c  N dy 21073   5135529        85     21629         0     92057    182048   1047524     15.74     17.90
6084.78/761.92	c  N dy 21130   5155702        85     21629         0    110296    182048   1386992     15.74     16.59
6108.74/764.95	c  N dy 21258   5175742        85     21629         0    129042    182048   1766979     15.75     16.62
6134.29/768.13	c  N dy 21356   5195786        85     21629         0    147590    182048   2134300     15.75     17.45
6158.37/771.13	c  S st 21433   5213892        85     21629         0    164180    182048   2455434     15.75   no data
6160.65/771.45	c  S st 21433   5214394        85     21629         0    164654    182048   2464416     15.75   no data
6160.65/771.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
6161.45/771.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.09
6161.45/771.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6161.45/771.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6161.45/771.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6161.45/771.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
6161.45/771.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6162.25/771.60	c lits-rem:         4  cl-subs:       11  v-elim:      0  v-fix:    0  time:  0.04 s
6162.25/771.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6567.95/822.49	c lits-rem:     12826  cl-subs:    17680  v-elim:      0  v-fix:    0  time: 50.81 s
6568.75/822.50	c vivif2 --  cl tried    21617 cl shrink        0 lits rem          0 time: 0.00
6568.75/822.54	c vivif2 --  cl tried   146975 cl shrink        0 lits rem          0 time: 0.04
6572.74/823.06	c asymm  cl-useful: 4/218/21617 lits-rem:4 time: 0.53
6572.74/823.07	c calculated reachability. Time: 0.00
6572.74/823.07	c  N dy 21433   5214394        85     21617         0    146975    181928   2109901     15.75   no data
6615.20/828.34	c  N dy 21586   5234402        85     21617         0    165753    181928   2502524     15.76     16.94
6655.01/833.31	c  N dy 21666   5254437        85     21617         0     93058    181928   1060692     15.76     16.66
6682.16/836.73	c  N dy 21778   5274464        85     21617         0    111771    181928   1441653     15.76     18.26
6710.12/840.29	c  N dy 21797   5294497        85     21617         0    129523    181928   1760317     15.76     16.59
6737.38/843.68	c  N dy 21888   5314519        85     21617         0    147905    181928   2116994     15.76     16.69
6772.52/848.03	c  N dy 22010   5334587        85     21617         0    166679    181927   2500658     15.76     16.62
6817.24/853.65	c  N dy 22130   5355852        85     21617         0     93846    181927   1060035     15.76     16.71
6839.50/856.44	c  N dy 22271   5376845        85     21617         0    113522    181926   1469109     15.77     16.77
6860.37/859.10	c  N dy 22367   5396910        85     21617         0    132064    181926   1832158     15.77     17.56
6888.20/862.55	c  N dy 22494   5417085        85     21617         0    150896    181926   2216108     15.78     16.68
6920.97/866.63	c  N dy 22587   5437963        85     21617         0    170215    181926   2600782     15.78     16.61
6958.49/871.36	c  N dy 22636   5467369        85     21617         0    102822    181925   1210859     15.77     16.64
6978.47/873.85	c  N dy 22731   5488235        85     21617         0    122121    181925   1598448     15.78     16.64
7000.04/876.50	c  N dy 22781   5509308        85     21617         0    141276    181924   1959961     15.77     16.61
7027.30/879.98	c  N dy 22901   5529355        85     21617         0    159991    181924   2338497     15.78     16.65
7059.13/883.93	c  N dy 23006   5549392        85     21617         0    178548    181924   2708147     15.78     19.24
7085.49/887.20	c  N dy 23009   5571837        85     21617         0    103496    181924   1211252     15.77     16.63
7111.84/890.59	c  N dy 23108   5591947        85     21617         0    122050    181924   1580971     15.78     16.66
7144.58/894.63	c  N dy 23232   5613568        85     21617         0    142134    181924   1981316     15.78     16.63
7174.93/898.42	c  N dy 23245   5636849        85     21617         0    162493    181922   2322851     15.77     16.70
7214.86/903.48	c  N dy 23292   5657362        85     21617         0    181102    181921   2679631     15.77     16.67
7258.79/908.92	c  N dy 23406   5677446        85     21617         0    105063    181921   1267962     15.77     17.33
7285.14/912.28	c  N dy 23527   5697455        85     21617         0    123726    181921   1645413     15.78     18.69
7309.90/915.34	c  S st 23626   5714394        85     21617         0    139480    181920   1962671     15.78     14.78
7312.30/915.69	c  S st 23626   5714897        85     21617         0    139957    181920   1971810     15.78   no data
7313.10/915.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7313.10/915.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.09
7313.90/915.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7313.90/915.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7313.90/915.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7313.90/915.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
7313.90/915.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7313.90/915.84	c lits-rem:         5  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.04 s
7314.70/915.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7528.84/942.73	c lits-rem:      7257  cl-subs:     7301  v-elim:      0  v-fix:    0  time: 26.82 s
7528.84/942.74	c vivif2 --  cl tried    21600 cl shrink        0 lits rem          0 time: 0.00
7528.84/942.77	c vivif2 --  cl tried   132659 cl shrink        0 lits rem          0 time: 0.03
7533.52/943.30	c asymm  cl-useful: 2/253/21600 lits-rem:2 time: 0.53
7533.52/943.31	c calculated reachability. Time: 0.00
7533.52/943.31	c  N dy 23626   5714897        85     21600         0    132659    181761   1808049     15.78   no data
7570.26/947.94	c  N dy 23701   5740263        85     21600         0    155544    181761   2232070     15.78     16.66
7609.39/952.89	c  N dy 23810   5760538        85     21600         0    174344    181761   2608939     15.78     16.89
7651.83/958.13	c  N dy 23888   5780555        85     21600         0     96734    181761   1090116     15.78     17.62
7671.68/960.67	c  N dy 23983   5801189        85     21600         0    115823    181761   1472235     15.78     16.71
7694.05/963.50	c  N dy 24057   5821296        85     21600         0    134316    181761   1828197     15.78     16.72
7719.61/966.66	c  N dy 24132   5841539        85     21600         0    152914    181761   2189460     15.78     16.84
7756.46/971.24	c  N dy 24228   5868839        85     21600         0    177896    181761   2672922     15.78     16.65
7787.49/975.15	c  N dy 24276   5888841        85     21600         0     98999    181760   1126749     15.78     17.02
7809.16/977.91	c  N dy 24412   5909451        85     21600         0    118230    181760   1518789     15.78     16.63
7830.61/980.57	c  N dy 24492   5929452        85     21600         0    136677    181760   1880433     15.78     16.67
7855.38/983.64	c  N dy 24553   5949923        85     21600         0    155129    181760   2231828     15.78     16.68
7882.52/987.09	c  N dy 24632   5969940        85     21600         0    173546    181760   2594846     15.78     19.25
7913.68/990.94	c  N dy 24751   5991238        85     21600         0    193316    181760   2994594     15.79     16.66
7942.42/994.56	c  N dy 24822   6011619        85     21600         0    113500    181760   1388577     15.79     16.71
7975.18/998.60	c  N dy 24841   6045932        85     21600         0    143343    181760   1899850     15.77     16.80
8000.73/1001.80	c  N dy 24908   6066922        85     21600         0    162595    181760   2271727     15.77     16.62
8028.79/1005.32	c  N dy 25001   6087113        85     21600         0    181102    181760   2631355     15.77     16.68
8067.82/1010.23	c  N dy 25107   6107143        85     21600         0    101422    181760   1160424     15.78     16.71
8089.38/1012.95	c  N dy 25208   6127241        85     21600         0    120072    181760   1532083     15.78     18.13
8114.15/1016.02	c  N dy 25280   6148883        85     21600         0    139951    181759   1915118     15.78     16.80
8139.69/1019.25	c  N dy 25325   6168981        85     21600         0    158179    181759   2253941     15.77     16.69
8172.44/1023.32	c  N dy 25421   6189034        85     21600         0    176879    181758   2623780     15.78     18.98
8210.79/1028.14	c  N dy 25525   6209059        85     21600         0    195525    181758   2997033     15.78     16.81
8229.95/1030.56	c  S st 25555   6214898        85     21600         0    101045    181758   1139420     15.78     15.54
8232.34/1030.80	c  S st 25555   6215398        85     21600         0    101526    181758   1148154     15.78   no data
8232.34/1030.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8232.34/1030.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
8232.34/1030.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8232.34/1030.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8232.34/1030.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8232.34/1030.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
8232.34/1030.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8233.14/1030.91	c lits-rem:         1  cl-subs:       11  v-elim:      0  v-fix:    0  time:  0.03 s
8233.14/1030.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8253.11/1033.40	c lits-rem:       992  cl-subs:      714  v-elim:      0  v-fix:    0  time:  2.44 s
8253.11/1033.40	c vivif2 --  cl tried    21581 cl shrink        0 lits rem          0 time: 0.00
8253.11/1033.43	c vivif2 --  cl tried   100820 cl shrink        0 lits rem          0 time: 0.02
8256.31/1033.82	c asymm  cl-useful: 0/321/21581 lits-rem:0 time: 0.39
8256.31/1033.82	c calculated reachability. Time: 0.00
8256.31/1033.82	c  N dy 25555   6215398        85     21581         0    100820    181589   1137089     15.78   no data
8281.86/1037.02	c  N dy 25653   6236440        85     21581         0    120256    181588   1525741     15.78     16.66
8306.62/1040.15	c  N dy 25700   6260078        85     21581         0    141544    181588   1916469     15.78     16.68
8339.37/1044.25	c  N dy 25823   6280332        85     21581         0    160252    181588   2293831     15.78     16.69
8376.11/1048.88	c  N dy 25917   6300410        85     21581         0    178854    181588   2662724     15.78     16.69
8409.65/1053.01	c  N dy 25950   6320431        85     21581         0    196979    181588   3001499     15.78     16.65
8448.00/1057.86	c  N dy 26045   6340533        85     21581         0    114691    181587   1399901     15.78     16.69
8470.37/1060.60	c  N dy 26132   6360610        85     21581         0    133078    181587   1758051     15.78     19.11
8492.73/1063.40	c  N dy 26196   6380972        85     21581         0    151621    181587   2113882     15.78     16.65
8520.80/1066.96	c  N dy 26295   6402179        85     21581         0    171312    181587   2502046     15.78     16.71
8553.43/1071.02	c  N dy 26394   6422226        85     21581         0    189807    181586   2867815     15.78     18.88
8593.35/1076.05	c  N dy 26517   6442289        85     21581         0    106506    181586   1233277     15.79     20.42
8614.93/1078.77	c  N dy 26600   6462329        85     21581         0    125005    181585   1598468     15.79     18.37
8642.08/1082.16	c  N dy 26744   6482360        85     21581         0    143735    181585   1986878     15.79     17.45
8670.14/1085.66	c  N dy 26843   6502427        85     21581         0    162387    181585   2360259     15.79     16.64
8701.20/1089.56	c  N dy 26916   6522499        85     21581         0    180674    181585   2712912     15.79     19.96
8732.45/1093.49	c  N dy 26974   6545813        85     21581         0    201424    181585   3097894     15.79     16.89
8762.69/1097.26	c  N dy 27044   6565877        85     21581         0    116970    181585   1426573     15.79     17.65
8792.26/1101.01	c  N dy 27176   6592436        85     21581         0    141439    181583   1909585     15.79     16.71
8821.79/1104.60	c  N dy 27290   6613167        85     21581         0    160697    181583   2297115     15.80     16.66
8850.55/1108.23	c  N dy 27405   6633276        85     21581         0    179430    181583   2678273     15.80     16.64
8888.10/1112.91	c  N dy 27492   6654488        85     21581         0    198996    181583   3064388     15.80     16.66
8924.95/1117.54	c  N dy 27572   6674494        85     21581         0    113249    181583   1340841     15.80     19.98
8955.97/1121.42	c  N dy 27694   6694862        85     21581         0    132147    181583   1725807     15.80     16.71
8989.51/1125.67	c  N dy 27797   6715332        85     21581         0    151163    181583   2101236     15.80     16.69
8989.51/1125.69	c  S st 27798   6715399        85     21581         0    151226    181583   2102492     15.80   no data
8993.51/1126.13	c  S st 27798   6715901        85     21581         0    151708    181583   2111151     15.80   no data
8993.51/1126.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
8994.31/1126.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.13
8994.31/1126.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8994.31/1126.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8994.31/1126.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8994.31/1126.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
8994.31/1126.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8995.21/1126.33	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.05 s
8995.21/1126.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9158.04/1146.70	c lits-rem:      8132  cl-subs:     8172  v-elim:      0  v-fix:    0  time: 20.28 s
9158.04/1146.71	c vivif2 --  cl tried    21579 cl shrink        0 lits rem          0 time: 0.00
9158.04/1146.74	c vivif2 --  cl tried   143536 cl shrink        0 lits rem          0 time: 0.04
9162.14/1147.25	c asymm  cl-useful: 0/299/21579 lits-rem:0 time: 0.51
9162.14/1147.26	c calculated reachability. Time: 0.00
9162.14/1147.26	c  N dy 27798   6715901        85     21579         0    143536    181559   1934399     15.80   no data
9206.87/1152.84	c  N dy 27885   6737386        85     21579         0    163223    181559   2314823     15.80     16.78
9249.10/1158.18	c  N dy 27976   6757447        85     21579         0    181838    181559   2685012     15.81     18.78
9303.51/1164.93	c  N dy 28014   6781150        85     21579         0    203326    181558   3092077     15.80     16.76
9350.51/1170.85	c  N dy 28111   6801298        85     21579         0    117320    181558   1424393     15.80     16.92
9381.77/1174.80	c  N dy 28166   6821377        85     21579         0    135620    181558   1778195     15.80     16.78
9429.58/1180.71	c  N dy 28264   6853582        85     21579         0    164904    181558   2324669     15.80     16.73
9466.33/1185.35	c  N dy 28351   6873906        85     21579         0    183522    181558   2689949     15.80     16.74
9512.65/1191.17	c  N dy 28461   6893957        85     21579         0    202075    181558   3061713     15.80     16.80
9542.99/1194.94	c  N dy 28509   6914123        85     21579         0    114857    181557   1360277     15.80     16.71
9566.27/1197.85	c  N dy 28628   6934222        85     21579         0    133528    181557   1736810     15.80     19.22
9593.43/1201.29	c  N dy 28728   6955421        85     21579         0    153193    181557   2130603     15.81     16.76
9622.87/1204.98	c  N dy 28848   6975430        85     21579         0    171789    181557   2504850     15.81     17.37
9652.43/1208.65	c  N dy 28893   6996212        85     21579         0    190662    181557   2864647     15.81     16.72
9681.29/1212.23	c  N dy 28984   7016242        85     21579         0    209067    181557   3224806     15.81     19.04
9716.43/1216.68	c  N dy 29092   7036270        85     21579         0    121033    181557   1483450     15.81     20.14
9741.08/1219.73	c  N dy 29156   7056362        85     21579         0    139296    181556   1830756     15.81     18.46
9773.83/1223.87	c  N dy 29260   7076456        85     21579         0    157989    181556   2210753     15.81     16.70
9803.48/1227.52	c  N dy 29293   7096966        85     21579         0    176442    181556   2545270     15.81     16.69
9843.30/1232.56	c  N dy 29382   7118379        85     21579         0    195981    181556   2924823     15.81     16.70
9888.79/1238.21	c  N dy 29406   7138848        85     21579         0    107309    181556   1200483     15.80     16.72
9912.75/1241.25	c  N dy 29460   7158853        85     21579         0    125564    181555   1552427     15.80     16.65
9940.71/1244.73	c  N dy 29545   7178910        85     21579         0    144107    181555   1919484     15.80     17.75
9978.24/1249.42	c  N dy 29667   7199448        85     21579         0    163119    181555   2307437     15.81     16.73
10012.59/1253.74	c  S st 29763   7215901        85     21579         0    178424    181555   2616794     15.81   no data
10016.57/1254.28	c  S st 29763   7216403        85     21579         0    178896    181555   2625274     15.81   no data
10017.37/1254.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
10018.17/1254.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.15
10018.17/1254.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10018.17/1254.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10018.17/1254.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10018.17/1254.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
10018.17/1254.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10018.97/1254.52	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.06 s
10019.77/1254.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10364.00/1297.70	c lits-rem:     13001  cl-subs:    13403  v-elim:      0  v-fix:    0  time: 43.07 s
10364.00/1297.70	c vivif2 --  cl tried    21572 cl shrink        0 lits rem          0 time: 0.00
10364.00/1297.76	c vivif2 --  cl tried   165494 cl shrink        0 lits rem          0 time: 0.06
10369.59/1298.42	c asymm  cl-useful: 0/243/21572 lits-rem:0 time: 0.66
10369.59/1298.43	c calculated reachability. Time: 0.00
10369.59/1298.43	c  N dy 29763   7216403        85     21572         0    165494    181492   2340082     15.81   no data
10422.28/1305.08	c  N dy 29880   7236509        85     21572         0    184225    181492   2718538     15.81     16.69
10476.59/1311.87	c  N dy 30002   7256535        85     21572         0    202999    181492   3105543     15.81     17.68
10531.72/1318.77	c  N dy 30120   7277392        85     21572         0    114096    181492   1325397     15.82     16.68
10554.87/1321.65	c  N dy 30229   7297412        85     21572         0    132735    181492   1704717     15.82     16.88
10584.43/1325.36	c  N dy 30369   7319384        85     21572         0    153182    181492   2120921     15.82     16.74
10614.77/1329.15	c  N dy 30448   7340528        85     21572         0    172530    181492   2499339     15.82     16.77
10649.91/1333.53	c  N dy 30569   7360622        85     21572         0    191225    181492   2880315     15.83     17.16
10684.26/1337.89	c  N dy 30686   7380636        85     21572         0    209763    181492   3254778     15.83     16.69
10726.70/1343.12	c  N dy 30811   7402965        85     21572         0    120660    181491   1439651     15.83     16.69
10750.55/1346.12	c  N dy 30935   7423333        85     21572         0    139575    181491   1825511     15.83     16.74
10776.11/1349.30	c  N dy 31027   7443423        85     21572         0    158170    181491   2197762     15.83     19.75
10806.45/1353.14	c  N dy 31091   7465780        85     21572         0    178186    181491   2571857     15.83     16.89
10856.77/1359.47	c  N dy 31182   7498005        85     21572         0    207114    181491   3112555     15.83     16.73
10902.41/1365.15	c  N dy 31306   7518026        85     21572         0    115715    181491   1345672     15.83     16.70
10934.23/1369.15	c  N dy 31429   7538071        85     21572         0    134394    181491   1729869     15.84     18.37
10970.98/1373.73	c  N dy 31496   7561986        85     21572         0    156100    181490   2145184     15.84     16.69
11004.52/1377.93	c  N dy 31576   7582038        85     21572         0    174642    181489   2512831     15.84     16.77
11042.96/1382.75	c  N dy 31672   7602174        85     21572         0    193212    181489   2878437     15.84     16.70
11084.40/1387.98	c  N dy 31769   7622252        85     21572         0    211657    181489   3245448     15.84     18.25
11134.70/1394.24	c  N dy 31848   7642827        85     21572         0    119232    181488   1386747     15.84     16.74
11158.66/1397.27	c  N dy 31937   7663835        85     21572         0    138510    181488   1757427     15.84     16.82
11193.80/1401.63	c  N dy 32038   7684700        85     21572         0    157926    181488   2147774     15.84     16.71
11239.33/1407.32	c  N dy 32160   7704709        85     21572         0    176558    181488   2528470     15.84     18.94
11269.70/1411.18	c  S st 32250   7716405        85     21572         0    187465    181488   2757984     15.85   no data
11275.28/1411.80	c  S st 32250   7716907        85     21572         0    187950    181488   2767356     15.85   no data
11275.28/1411.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
11276.08/1411.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.17
11276.88/1412.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11276.88/1412.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11276.88/1412.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11276.88/1412.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
11276.88/1412.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11276.88/1412.06	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.05 s
11277.68/1412.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11699.31/1465.02	c lits-rem:     12251  cl-subs:    15965  v-elim:      0  v-fix:    0  time: 52.86 s
11699.31/1465.03	c vivif2 --  cl tried    21567 cl shrink        0 lits rem          0 time: 0.00
11699.31/1465.08	c vivif2 --  cl tried   171988 cl shrink        0 lits rem          0 time: 0.05
11704.10/1465.69	c asymm  cl-useful: 0/254/21567 lits-rem:0 time: 0.62
11704.90/1465.70	c calculated reachability. Time: 0.00
11704.90/1465.70	c  N dy 32250   7716907        85     21567         0    171988    181440   2432621     15.85   no data
11752.03/1471.69	c  N dy 32363   7737050        85     21567         0    190680    181440   2812365     15.85     16.83
11801.55/1477.85	c  N dy 32440   7760257        85     21567         0    211806    181440   3218438     15.85     16.80
11871.02/1486.52	c  N dy 32551   7801589        85     21567         0    137401    181439   1707032     15.85     16.69
11905.36/1490.83	c  N dy 32659   7821593        85     21567         0    155993    181439   2080933     15.85     21.37
11944.49/1495.76	c  N dy 32749   7842146        85     21567         0    175000    181439   2455091     15.85     16.82
11986.03/1500.96	c  N dy 32840   7862542        85     21567         0    193662    181439   2820813     15.85     16.72
12032.35/1506.73	c  N dy 32932   7883463        85     21567         0    212911    181439   3203128     15.85     16.69
12083.46/1513.19	c  N dy 32997   7906435        85     21567         0    121322    181439   1425305     15.85     16.69
12115.42/1517.14	c  N dy 33078   7928230        85     21567         0    141107    181439   1800064     15.85     16.74
12150.56/1521.56	c  N dy 33209   7948545        85     21567         0    160084    181439   2191465     15.85     16.91
12198.49/1527.55	c  N dy 33321   7968589        85     21567         0    178695    181439   2570073     15.85     16.90
12248.00/1533.72	c  N dy 33460   7988638        85     21567         0    197339    181439   2953999     15.86     20.68
12299.11/1540.19	c  N dy 33581   8009621        85     21567         0    216795    181439   3350872     15.86     16.79
12354.23/1547.03	c  N dy 33626   8031780        85     21567         0    122582    181439   1418719     15.86     16.80
12382.99/1550.63	c  N dy 33734   8051873        85     21567         0    141359    181438   1798850     15.86     17.18
12420.64/1555.35	c  N dy 33837   8071879        85     21567         0    159837    181438   2168639     15.86     18.22
12459.67/1560.21	c  N dy 33899   8093902        85     21567         0    180019    181438   2558520     15.86     16.80
12502.79/1565.63	c  N dy 33994   8114084        85     21567         0    198681    181438   2928149     15.86     16.75
12567.48/1573.72	c  N dy 34101   8143642        85     21567         0    225728    181438   3446587     15.86     16.76
12612.20/1579.35	c  N dy 34216   8163789        85     21567         0    129588    181438   1585637     15.86     16.89
12656.94/1584.98	c  N dy 34247   8186073        85     21567         0    149407    181437   1942777     15.86     16.71
12708.84/1591.44	c  N dy 34380   8206765        85     21567         0    168676    181437   2338946     15.86     16.79
12731.21/1594.20	c  S st 34421   8216909        85     21567         0    177998    181437   2518787     15.86     13.68
12735.21/1594.75	c  S st 34421   8217410        85     21567         0    178481    181437   2528072     15.86   no data
12735.21/1594.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12736.90/1594.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.16
12736.90/1594.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12736.90/1594.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12736.90/1594.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12736.90/1594.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
12736.90/1594.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12736.90/1595.00	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.06 s
12738.39/1595.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13093.79/1639.68	c lits-rem:     10282  cl-subs:    16439  v-elim:      0  v-fix:    0  time: 44.55 s
13093.79/1639.68	c vivif2 --  cl tried    21565 cl shrink        0 lits rem          0 time: 0.00
13094.59/1639.73	c vivif2 --  cl tried   162043 cl shrink        0 lits rem          0 time: 0.05
13099.38/1640.34	c asymm  cl-useful: 0/254/21565 lits-rem:0 time: 0.61
13099.38/1640.35	c calculated reachability. Time: 0.00
13099.38/1640.35	c  N dy 34421   8217410        85     21565         0    162043    181415   2204827     15.86   no data
13143.30/1645.86	c  N dy 34532   8237495        85     21565         0    180637    181415   2579859     15.86     19.55
13202.51/1653.21	c  N dy 34602   8261667        85     21565         0    202599    181414   3004211     15.86     16.71
13260.70/1660.59	c  N dy 34699   8281716        85     21565         0    221100    181414   3370624     15.86     17.93
13323.80/1668.45	c  N dy 34828   8301793        85     21565         0    124697    181414   1483260     15.87     19.53
13412.44/1679.59	c  N dy 34940   8349873        85     21565         0    167820    181414   2252977     15.86     17.02
13469.14/1686.66	c  N dy 34984   8370683        85     21565         0    186647    181414   2607893     15.86     16.74
13547.40/1696.47	c  N dy 35120   8390774        85     21565         0    205341    181413   2991946     15.86     16.83
13620.88/1705.64	c  N dy 35222   8410858        85     21565         0    224014    181413   3366553     15.86     19.81
13696.75/1715.17	c  N dy 35317   8431153        85     21565         0    126774    181413   1511551     15.86     16.71
13738.39/1720.37	c  N dy 35421   8451183        85     21565         0    145364    181413   1883729     15.86     17.18
13778.22/1725.34	c  N dy 35502   8471593        85     21565         0    164118    181413   2250659     15.87     16.71
13833.33/1732.28	c  N dy 35601   8498244        85     21565         0    188625    181413   2727161     15.87     16.98
13884.44/1738.63	c  N dy 35654   8519324        85     21565         0    207841    181412   3095698     15.86     16.70
13953.93/1747.30	c  N dy 35738   8544816        85     21565         0    230973    181412   3532634     15.86     16.77
13996.25/1752.60	c  N dy 35829   8564895        85     21565         0    132415    181410   1608554     15.86     17.85
14026.60/1756.45	c  N dy 35930   8584922        85     21565         0    150992    181409   1983087     15.87     18.14
14073.04/1762.28	c  N dy 36020   8614555        85     21565         0    177772    181409   2478904     15.86     16.78
14108.19/1766.69	c  N dy 36140   8634646        85     21565         0    196452    181409   2856423     15.86     18.48
14144.00/1771.19	c  N dy 36244   8654680        85     21565         0    215005    181408   3228262     15.87     16.75
14181.55/1775.84	c  N dy 36309   8675758        85     21565         0    234313    181408   3593909     15.87     16.77
14222.39/1780.98	c  N dy 36363   8706022        85     21565         0    142876    181407   1763274     15.86     16.78
14239.96/1783.16	c  S st 36426   8717411        85     21565         0    153479    181407   1976250     15.86   no data
14243.03/1783.50	c  S st 36426   8717913        85     21565         0    153952    181407   1985729     15.86   no data
14243.03/1783.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
14243.83/1783.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.09
14243.83/1783.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14243.83/1783.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14243.83/1783.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14243.83/1783.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
14243.83/1783.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14243.83/1783.65	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.04 s
14244.63/1783.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14393.18/1802.32	c lits-rem:      7247  cl-subs:    11190  v-elim:      0  v-fix:    0  time: 18.59 s
14393.18/1802.32	c vivif2 --  cl tried    21557 cl shrink        0 lits rem          0 time: 0.00
14393.18/1802.35	c vivif2 --  cl tried   142767 cl shrink        0 lits rem          0 time: 0.03
14396.39/1802.76	c asymm  cl-useful: 0/271/21557 lits-rem:0 time: 0.41
14396.39/1802.77	c calculated reachability. Time: 0.00
14396.39/1802.77	c  N dy 36426   8717913        85     21557         0    142767    181328   1782151     15.86   no data
14427.52/1806.67	c  N dy 36564   8738124        85     21557         0    161654    181328   2166446     15.86     16.89
14453.87/1809.95	c  N dy 36633   8758215        85     21557         0    179996    181328   2515617     15.86     17.02
14490.61/1814.57	c  N dy 36752   8778293        85     21557         0    198743    181328   2900269     15.87     19.09
14532.15/1819.71	c  N dy 36896   8798309        85     21557         0    217416    181328   3287771     15.87     16.72
14573.79/1824.96	c  N dy 36985   8818343        85     21557         0    235926    181328   3656495     15.87     17.84
14605.62/1828.95	c  N dy 37063   8838484        85     21557         0    135510    181328   1657090     15.87     16.80
14630.38/1832.05	c  N dy 37138   8858579        85     21557         0    153889    181328   2015473     15.87     16.87
14655.14/1835.10	c  N dy 37183   8879443        85     21557         0    172678    181328   2361885     15.87     16.86
14695.98/1840.23	c  N dy 37280   8900655        85     21557         0    192328    181328   2755398     15.87     16.81
14739.89/1845.77	c  N dy 37398   8920690        85     21557         0    210961    181328   3137845     15.87     16.87
14782.92/1851.12	c  N dy 37491   8941000        85     21557         0    229555    181327   3505507     15.87     16.72
14847.61/1859.23	c  N dy 37595   8971772        85     21557         0    137408    181327   1664639     15.87     16.72
14880.47/1863.32	c  N dy 37697   8991809        85     21557         0    155944    181327   2036655     15.87     16.79
14911.51/1867.23	c  N dy 37741   9013026        85     21557         0    174746    181327   2375306     15.87     16.78
14950.75/1872.16	c  N dy 37828   9033108        85     21557         0    193260    181327   2742366     15.87     19.95
14993.77/1877.60	c  N dy 37899   9054157        85     21557         0    212590    181327   3123382     15.87     16.76
15043.28/1883.71	c  N dy 38007   9078117        85     21557         0    234533    181327   3552718     15.87     16.71
15095.98/1890.34	c  N dy 38081   9098182        85     21557         0    132082    181327   1553561     15.87     16.85
15131.12/1894.71	c  N dy 38180   9118237        85     21557         0    150569    181327   1924427     15.87     20.41
15178.24/1900.63	c  N dy 38260   9143489        85     21557         0    173755    181327   2383974     15.87     16.74
15215.78/1905.36	c  N dy 38327   9163555        85     21557         0    192070    181326   2735703     15.87     21.05
15261.30/1911.07	c  N dy 38434   9184128        85     21557         0    211118    181326   3122173     15.87     16.75
15320.52/1918.43	c  N dy 38559   9207860        85     21557         0    233082    181326   3563939     15.88     16.78
15342.76/1921.29	c  S st 38607   9217913        85     21557         0    242312    181326   3747046     15.88   no data
15347.55/1921.82	c  S st 38607   9218417        85     21557         0    242789    181326   3756130     15.88   no data
15347.55/1921.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15349.14/1922.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.16
15349.14/1922.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15349.14/1922.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15349.14/1922.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15349.14/1922.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
15349.14/1922.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15349.14/1922.07	c lits-rem:         1  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.06 s
15350.75/1922.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16077.51/2013.24	c lits-rem:     16864  cl-subs:    29664  v-elim:      0  v-fix:    0  time: 91.01 s
16077.51/2013.25	c vivif2 --  cl tried    21550 cl shrink        0 lits rem          0 time: 0.00
16078.30/2013.30	c vivif2 --  cl tried   213125 cl shrink        0 lits rem          0 time: 0.05
16081.51/2013.79	c asymm  cl-useful: 0/197/21550 lits-rem:0 time: 0.49
16082.31/2013.80	c calculated reachability. Time: 0.00
16082.31/2013.80	c  N dy 38607   9218417        85     21550         0    213125    181266   3159880     15.88   no data
16124.64/2019.13	c  N dy 38715   9238580        85     21550         0    231923    181266   3540401     15.88     16.88
16170.96/2024.96	c  N dy 38795   9260439        85     21550         0    130961    181266   1535830     15.88     16.74
16199.70/2028.51	c  N dy 38926   9281119        85     21550         0    150141    181266   1927452     15.88     16.84
16234.15/2032.88	c  N dy 39001   9304687        85     21550         0    171644    181266   2335375     15.88     16.76
16265.19/2036.71	c  N dy 39052   9325705        85     21550         0    190696    181266   2692071     15.88     16.74
16302.73/2041.49	c  N dy 39169   9345804        85     21550         0    209417    181266   3072339     15.88     16.84
16346.66/2047.00	c  N dy 39247   9368517        85     21550         0    230225    181266   3483027     15.88     16.72
16403.35/2054.08	c  N dy 39334   9388595        85     21550         0    126399    181266   1448374     15.88     16.90
16432.11/2057.64	c  N dy 39413   9408719        85     21550         0    144824    181266   1804120     15.88     16.74
16466.45/2061.97	c  N dy 39519   9428762        85     21550         0    163502    181266   2184364     15.88     17.69
16504.78/2066.78	c  N dy 39642   9448785        85     21550         0    182057    181265   2561628     15.88     17.63
16547.90/2072.16	c  N dy 39744   9468796        85     21550         0    200600    181265   2931687     15.88     17.83
16596.62/2078.20	c  N dy 39861   9488861        85     21550         0    219189    181265   3312049     15.89     18.32
16650.12/2084.97	c  N dy 39970   9509325        85     21550         0    238177    181265   3699116     15.89     16.75
16709.21/2092.39	c  N dy 40082   9529974        85     21550         0    133099    181265   1560775     15.89     16.78
16741.17/2096.34	c  N dy 40150   9550031        85     21550         0    151645    181265   1921493     15.89     17.52
16773.11/2100.38	c  N dy 40233   9570729        85     21550         0    170811    181265   2299882     15.89     16.83
16811.46/2105.11	c  N dy 40309   9590810        85     21550         0    189346    181264   2667362     15.89     18.91
16864.97/2111.88	c  N dy 40413   9613576        85     21550         0    210277    181264   3082365     15.89     16.82
16916.88/2118.31	c  N dy 40531   9633996        85     21550         0    229253    181263   3468416     15.89     16.78
16972.09/2125.25	c  N dy 40631   9654007        85     21550         0    247725    181263   3841835     15.89     19.18
17021.51/2131.40	c  N dy 40747   9674071        85     21550         0    140917    181262   1713500     15.90     17.05
17058.25/2136.11	c  N dy 40857   9694297        85     21550         0    159617    181262   2094435     15.90     16.80
17095.10/2140.61	c  N dy 40925   9718417        85     21550         0    181429    181262   2512648     15.90     14.68
17095.10/2140.61	c  S st 40925   9718417        85     21550         0    181429    181262   2512648     15.90     14.68
17098.18/2141.06	c  S st 40925   9718920        85     21550         0    181906    181262   2521307     15.90   no data
17098.18/2141.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
17098.98/2141.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.12
17099.78/2141.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17099.78/2141.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17099.78/2141.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17099.78/2141.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
17099.78/2141.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17099.78/2141.25	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.05 s
17100.59/2141.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17422.42/2181.60	c lits-rem:      9623  cl-subs:    12021  v-elim:      0  v-fix:    0  time: 40.25 s
17422.42/2181.61	c vivif2 --  cl tried    21547 cl shrink        0 lits rem          0 time: 0.00
17422.42/2181.65	c vivif2 --  cl tried   169885 cl shrink        0 lits rem          0 time: 0.04
17426.42/2182.15	c asymm  cl-useful: 0/243/21547 lits-rem:0 time: 0.50
17426.42/2182.15	c calculated reachability. Time: 0.00
17426.42/2182.15	c  N dy 40925   9718920        85     21547         0    169885    181233   2273402     15.90   no data
17464.75/2186.97	c  N dy 41001   9739590        85     21547         0    188675    181233   2638730     15.90     16.82
17527.05/2194.77	c  N dy 41111   9766010        85     21547         0    212913    181233   3114075     15.90     16.78
17573.37/2200.54	c  N dy 41198   9786090        85     21547         0    231477    181233   3483890     15.90     17.09
17612.62/2205.43	c  N dy 41284   9806169        85     21547         0    250040    181233   3854251     15.90     17.95
17650.04/2210.16	c  N dy 41403   9826315        85     21547         0    143014    181233   1754507     15.90     16.96
17677.99/2213.66	c  N dy 41433   9848044        85     21547         0    162629    181233   2117441     15.90     16.86
17711.53/2217.87	c  N dy 41517   9868093        85     21547         0    181128    181233   2481950     15.90     17.44
17751.46/2222.84	c  N dy 41648   9888391        85     21547         0    200063    181233   2871270     15.90     16.74
17793.79/2228.18	c  N dy 41737   9908423        85     21547         0    218699    181233   3247091     15.90     21.40
17834.51/2233.23	c  N dy 41859   9928518        85     21547         0    237425    181233   3629343     15.90     17.38
17887.23/2239.82	c  N dy 41933   9948699        85     21547         0    128987    181233   1454937     15.90     16.80
17915.18/2243.35	c  N dy 42036   9969404        85     21547         0    148214    181233   1844139     15.91     16.77
17950.32/2247.73	c  N dy 42131   9994281        85     21547         0    171104    181233   2291492     15.90     16.76
17980.68/2251.60	c  N dy 42166  10014697        85     21547         0    189715    181233   2644135     15.90     16.79
18015.01/2255.83	c  N dy 42179  10034730        85     21547         0    207584    181233   2973067     15.90     16.81
18052.66/2260.54	c  N dy 42270  10055660        85     21547         0    226954    181233   3361182     15.90     16.85
18102.06/2266.76	c  N dy 42412  10075718        85     21547         0    245743    181233   3752467     15.90     18.11
18148.49/2272.60	c  N dy 42511  10095799        85     21547         0    136482    181233   1591517     15.91     17.28
18173.95/2275.71	c  N dy 42599  10115828        85     21547         0    154795    181233   1949619     15.91     16.75
18205.09/2279.61	c  N dy 42683  10136241        85     21547         0    173564    181233   2323580     15.91     16.81
18245.13/2284.68	c  N dy 42805  10156300        85     21547         0    192267    181232   2707487     15.91     16.83
18289.85/2290.29	c  N dy 42881  10176447        85     21547         0    210934    181232   3070856     15.91     16.80
18336.07/2296.03	c  N dy 42980  10196846        85     21547         0    229790    181232   3448046     15.91     16.76
18386.49/2302.37	c  N dy 43066  10218920        85     21547         0    250023    181232   3845024     15.91     14.23
18386.49/2302.37	c  S st 43066  10218920        85     21547         0    250023    181232   3845024     15.91     14.23
18391.18/2302.97	c  S st 43066  10219424        85     21547         0    250510    181232   3854345     15.91   no data
18391.18/2302.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
18392.78/2303.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.3M T:  0.16
18392.78/2303.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18392.78/2303.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18392.78/2303.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18392.78/2303.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
18392.78/2303.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18393.58/2303.23	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.06 s
18394.47/2303.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19196.99/2403.86	c lits-rem:     16814  cl-subs:    24705  v-elim:      0  v-fix:    0  time: 100.46 s
19196.99/2403.86	c vivif2 --  cl tried    21545 cl shrink        0 lits rem          0 time: 0.00
19197.79/2403.92	c vivif2 --  cl tried   225805 cl shrink        0 lits rem          0 time: 0.06
19201.79/2404.42	c asymm  cl-useful: 0/174/21545 lits-rem:0 time: 0.49
19201.79/2404.43	c calculated reachability. Time: 0.00
19201.79/2404.43	c  N dy 43066  10219424        85     21545         0    225805    181213   3339949     15.91   no data
19247.42/2410.12	c  N dy 43156  10239481        85     21545         0    244214    181213   3699384     15.91     16.79
19323.19/2419.62	c  N dy 43245  10263035        85     21545         0    137723    181213   1601781     15.91     16.91
19370.40/2425.59	c  N dy 43321  10283059        85     21545         0    156275    181213   1973812     15.91     19.88
19423.79/2432.24	c  N dy 43414  10303131        85     21545         0    174832    181213   2347003     15.91     18.79
19475.82/2438.74	c  N dy 43548  10323222        85     21545         0    193526    181213   2733099     15.91     18.33
19510.16/2443.05	c  N dy 43561  10343282        85     21545         0    211487    181212   3064066     15.91     16.77
19554.09/2448.55	c  N dy 43629  10363960        85     21545         0    230334    181212   3430396     15.91     16.83
19606.80/2455.12	c  N dy 43720  10384130        85     21545         0    249004    181212   3805380     15.91     16.79
19656.22/2461.33	c  N dy 43815  10404372        85     21545         0    138679    181212   1631055     15.91     16.78
19685.87/2465.05	c  N dy 43948  10424888        85     21545         0    157808    181212   2025410     15.91     16.80
19714.52/2468.61	c  N dy 44012  10446063        85     21545         0    177116    181212   2396854     15.91     16.83
19756.16/2473.82	c  N dy 44103  10473117        85     21545         0    201371    181212   2859036     15.91     16.87
19794.39/2478.68	c  N dy 44227  10493348        85     21545         0    220166    181212   3242650     15.92     16.96
19839.91/2484.31	c  N dy 44333  10513409        85     21545         0    238772    181212   3619620     15.92     22.18
19880.65/2489.50	c  N dy 44414  10533555        85     21545         0    257365    181212   3990693     15.92     16.91
19923.89/2494.83	c  N dy 44505  10554567        85     21545         0    146501    181212   1778246     15.92     16.81
19956.54/2498.96	c  N dy 44611  10575384        85     21545         0    165800    181212   2164849     15.92     16.79
19982.89/2502.24	c  N dy 44653  10595560        85     21545         0    183864    181212   2491326     15.92     16.81
20020.55/2506.99	c  N dy 44754  10615644        85     21545         0    202457    181212   2865621     15.92     17.17
20065.15/2512.51	c  N dy 44822  10644930        85     21545         0    228909    181212   3361615     15.92     16.85
20109.88/2518.14	c  N dy 44921  10666032        85     21545         0    248368    181212   3751570     15.92     16.80
20169.90/2525.65	c  N dy 45019  10686135        85     21545         0    135770    181211   1548383     15.92     16.79
20198.54/2529.25	c  N dy 45098  10706352        85     21545         0    154424    181211   1919132     15.92     16.88
20220.91/2532.03	c  S st 45180  10719424        85     21545         0    166612    181211   2165625     15.92     15.03
20224.10/2532.42	c  S st 45180  10719930        85     21545         0    167100    181211   2174658     15.92   no data
20224.10/2532.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
20224.90/2532.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.10
20224.90/2532.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20224.90/2532.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20224.90/2532.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20224.90/2532.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
20224.90/2532.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20224.90/2532.60	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.05 s
20225.70/2532.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20353.59/2548.63	c lits-rem:      7240  cl-subs:     7176  v-elim:      0  v-fix:    0  time: 15.94 s
20353.59/2548.63	c vivif2 --  cl tried    21543 cl shrink        0 lits rem          0 time: 0.00
20353.59/2548.66	c vivif2 --  cl tried   159924 cl shrink        0 lits rem          0 time: 0.03
20356.68/2549.04	c asymm  cl-useful: 0/213/21543 lits-rem:0 time: 0.37
20356.68/2549.04	c calculated reachability. Time: 0.00
20356.68/2549.04	c  N dy 45180  10719930        85     21543         0    159924    181191   2024359     15.92   no data
20388.72/2553.11	c  N dy 45283  10741206        85     21543         0    179582    181191   2416920     15.92     16.83
20424.68/2557.59	c  N dy 45373  10762157        85     21543         0    198858    181191   2803815     15.92     16.77
20505.21/2567.65	c  N dy 45491  10803800        85     21543         0    236238    181191   3490748     15.92     16.76
20560.32/2574.55	c  N dy 45595  10824199        85     21543         0    255148    181191   3871047     15.92     16.83
20621.82/2582.29	c  N dy 45713  10844488        85     21543         0    142200    181191   1688366     15.92     16.85
20652.28/2586.05	c  N dy 45780  10864689        85     21543         0    160516    181191   2037482     15.92     16.84
20686.51/2590.40	c  N dy 45872  10884731        85     21543         0    178994    181191   2403498     15.92     16.86
20729.64/2595.76	c  N dy 45969  10904786        85     21543         0    197515    181190   2776137     15.92     17.59
20786.33/2602.81	c  N dy 46067  10930067        85     21543         0    220615    181190   3232421     15.92     16.81
20827.07/2607.95	c  N dy 46086  10951245        85     21543         0    239514    181190   3561037     15.92     16.84
20889.47/2615.71	c  N dy 46187  10971307        85     21543         0    258086    181190   3934203     15.92     16.95
20946.06/2622.84	c  N dy 46295  10991373        85     21543         0    144007    181190   1706686     15.92     17.14
20980.39/2627.10	c  N dy 46382  11011403        85     21543         0    162484    181190   2078263     15.92     16.79
21009.16/2630.79	c  N dy 46434  11031434        85     21543         0    180548    181190   2408869     15.92     16.82
21046.70/2635.41	c  N dy 46539  11052330        85     21543         0    199897    181190   2800907     15.92     16.82
21083.55/2640.07	c  N dy 46606  11073911        85     21543         0    219402    181190   3172059     15.92     16.85
21128.95/2645.70	c  N dy 46676  11095788        85     21543         0    239338    181190   3555880     15.92     16.77
21181.65/2652.32	c  N dy 46735  11117885        85     21543         0    259321    181190   3937879     15.92     16.80
21234.37/2658.91	c  N dy 46791  11143262        85     21543         0    148984    181190   1775177     15.92     16.94
21263.12/2662.51	c  N dy 46879  11163293        85     21543         0    167490    181190   2147321     15.92     17.24
21301.47/2667.41	c  N dy 46939  11185042        85     21543         0    187152    181190   2523609     15.92     16.76
21340.58/2672.25	c  N dy 47006  11205145        85     21543         0    205641    181190   2893207     15.92     16.76
21374.13/2676.42	c  S st 47082  11219931        85     21543         0    219298    181190   3163344     15.92   no data
21378.13/2676.92	c  S st 47082  11220431        85     21543         0    219785    181190   3172602     15.92   no data
21378.13/2676.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
21379.73/2677.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.15
21379.73/2677.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21379.73/2677.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21379.73/2677.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21379.73/2677.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
21379.73/2677.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21379.73/2677.17	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.06 s
21380.53/2677.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21850.13/2736.05	c lits-rem:     11701  cl-subs:    21737  v-elim:      0  v-fix:    0  time: 58.75 s
21850.13/2736.05	c vivif2 --  cl tried    21539 cl shrink        0 lits rem          0 time: 0.00
21850.92/2736.10	c vivif2 --  cl tried   198050 cl shrink        0 lits rem          0 time: 0.05
21854.12/2736.56	c asymm  cl-useful: 0/188/21539 lits-rem:0 time: 0.46
21854.12/2736.57	c calculated reachability. Time: 0.00
21854.12/2736.57	c  N dy 47082  11220431        85     21539         0    198050    181152   2747291     15.92   no data
21896.43/2741.87	c  N dy 47158  11240510        85     21539         0    216428    181152   3110993     15.92     18.43
21949.14/2748.43	c  N dy 47277  11260598        85     21539         0    235158    181152   3499415     15.92     16.92
21996.38/2754.37	c  N dy 47369  11280761        85     21539         0    253766    181151   3870837     15.92     16.87
22067.46/2763.22	c  N dy 47422  11314563        85     21539         0    150159    181151   1779387     15.92     16.80
22099.29/2767.26	c  N dy 47519  11334654        85     21539         0    168676    181151   2149263     15.92     16.76
22135.23/2771.76	c  N dy 47603  11357105        85     21539         0    189181    181151   2552850     15.92     16.93
22171.18/2776.22	c  N dy 47687  11377276        85     21539         0    207748    181151   2920844     15.92     16.90
22217.49/2782.08	c  N dy 47807  11397379        85     21539         0    226382    181151   3300749     15.92     16.81
22294.16/2791.68	c  N dy 47903  11430800        85     21539         0    256929    181150   3902230     15.92     16.79
22367.61/2800.89	c  N dy 47988  11457733        85     21539         0    146440    181150   1709853     15.92     16.78
22397.18/2804.59	c  N dy 48032  11477815        85     21539         0    164609    181149   2050286     15.92     19.33
22440.30/2809.95	c  N dy 48134  11497931        85     21539         0    183323    181149   2432923     15.92     17.17
22493.81/2816.62	c  N dy 48193  11522027        85     21539         0    205037    181149   2843152     15.92     16.85
22551.31/2823.88	c  N dy 48295  11543779        85     21539         0    225035    181149   3243076     15.92     16.87
22604.82/2830.50	c  N dy 48405  11564962        85     21539         0    244558    181149   3633625     15.92     16.81
22664.83/2838.09	c  N dy 48501  11585079        85     21539         0    262936    181149   4006143     15.92     16.85
22719.02/2844.86	c  N dy 48582  11605168        85     21539         0    145447    181149   1705230     15.92     16.97
22755.76/2849.48	c  N dy 48638  11627590        85     21539         0    165205    181149   2064662     15.92     16.78
22794.10/2854.28	c  N dy 48706  11648452        85     21539         0    184246    181149   2430339     15.92     16.87
22848.51/2861.09	c  N dy 48815  11670942        85     21539         0    205126    181149   2849406     15.92     16.93
22913.10/2869.19	c  N dy 48922  11691449        85     21539         0    224151    181149   3235722     15.92     16.80
22972.30/2876.54	c  N dy 48942  11716957        85     21539         0    246844    181149   3644645     15.92     16.81
22983.38/2877.91	c  S st 48960  11720432        85     21539         0    250050    181149   3706922     15.92     13.08
22989.07/2878.67	c  S st 48960  11720933        85     21539         0    250533    181149   3716437     15.92   no data
22989.07/2878.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
22991.35/2878.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.3M T:  0.22
22991.35/2878.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22991.35/2878.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22991.35/2878.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22991.35/2878.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
22991.35/2878.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22992.15/2879.00	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.07 s
22992.95/2879.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23921.76/2995.46	c lits-rem:     16039  cl-subs:    32593  v-elim:      0  v-fix:    0  time: 116.29 s
23921.76/2995.46	c vivif2 --  cl tried    21536 cl shrink        0 lits rem          0 time: 0.00
23922.56/2995.52	c vivif2 --  cl tried   217941 cl shrink        0 lits rem          0 time: 0.06
23926.56/2996.05	c asymm  cl-useful: 0/171/21536 lits-rem:0 time: 0.53
23926.56/2996.06	c calculated reachability. Time: 0.00
23926.56/2996.06	c  N dy 48960  11720933        85     21536         0    217941    181122   3094411     15.92   no data
23978.47/3002.56	c  N dy 49078  11740937        85     21536         0    236489    181122   3477191     15.92     22.09
24031.99/3009.20	c  N dy 49156  11761086        85     21536         0    255073    181122   3847493     15.92     16.90
24107.04/3018.62	c  N dy 49299  11781591        85     21536         0    138507    181122   1564361     15.92     16.87
24135.81/3022.20	c  N dy 49395  11801909        85     21536         0    157250    181122   1934006     15.92     16.79
24182.13/3028.05	c  N dy 49506  11833204        85     21536         0    185628    181122   2481877     15.92     16.91
24221.26/3032.97	c  N dy 49617  11853600        85     21536         0    204582    181122   2869866     15.92     16.78
24265.98/3038.51	c  N dy 49677  11874031        85     21536         0    223163    181122   3225174     15.92     16.81
24319.49/3045.24	c  N dy 49766  11894180        85     21536         0    241757    181122   3600560     15.92     16.77
24392.16/3054.39	c  N dy 49836  11925704        85     21536         0    269706    181122   4115126     15.92     16.78
24454.45/3062.16	c  N dy 49911  11950363        85     21536         0    155116    181122   1871247     15.92     16.83
24488.79/3066.46	c  N dy 49987  11970422        85     21536         0    173443    181122   2229283     15.92     18.26
24536.03/3072.33	c  N dy 49992  12000734        85     21536         0    199831    181121   2665894     15.92     16.84
24583.04/3078.20	c  N dy 50098  12020832        85     21536         0    218431    181121   3046246     15.92     18.33
24636.55/3084.99	c  N dy 50180  12045315        85     21536         0    240599    181121   3462942     15.92     16.83
24697.24/3092.59	c  N dy 50304  12065342        85     21536         0    259233    181121   3843809     15.92     16.83
24767.51/3101.30	c  N dy 50396  12085365        85     21536         0    139681    181121   1571924     15.92     17.43
24802.65/3105.73	c  N dy 50526  12105431        85     21536         0    158502    181121   1960714     15.92     16.79
24839.39/3110.32	c  N dy 50624  12126846        85     21536         0    178249    181121   2360072     15.92     16.88
24884.92/3116.03	c  N dy 50712  12151806        85     21536         0    201076    181121   2803157     15.92     16.82
24935.24/3122.35	c  N dy 50842  12171984        85     21536         0    219882    181121   3189976     15.92     16.81
25043.86/3135.91	c  N dy 50889  12220439        85     21536         0    262950    181121   3939904     15.91     16.90
25045.56/3136.13	c  S st 50890  12220933        85     21536         0    263397    181121   3947944     15.91     14.86
25051.04/3136.88	c  S st 50890  12221438        85     21536         0    263882    181121   3957333     15.91   no data
25051.84/3136.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
25053.54/3137.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.5M T:  0.20
25053.54/3137.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25053.54/3137.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25053.54/3137.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25053.54/3137.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
25053.54/3137.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25053.54/3137.20	c lits-rem:         4  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.08 s
25055.02/3137.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26246.57/3286.55	c lits-rem:     14143  cl-subs:    39755  v-elim:      0  v-fix:    0  time: 149.16 s
26246.57/3286.55	c vivif2 --  cl tried    21533 cl shrink        0 lits rem          0 time: 0.00
26247.37/3286.60	c vivif2 --  cl tried   224128 cl shrink        0 lits rem          0 time: 0.05
26250.56/3287.06	c asymm  cl-useful: 0/163/21533 lits-rem:0 time: 0.45
26250.56/3287.07	c calculated reachability. Time: 0.00
26250.56/3287.07	c  N dy 50890  12221438        85     21533         0    224128    181078   3218262     15.91   no data
26301.79/3293.47	c  N dy 51018  12241493        85     21533         0    242705    181078   3600274     15.92     19.29
26348.00/3299.24	c  N dy 51097  12261494        85     21533         0    260947    181078   3958614     15.92     16.89
26404.71/3306.33	c  N dy 51186  12282874        85     21533         0    142712    181078   1620087     15.92     16.91
26433.56/3309.99	c  N dy 51294  12303422        85     21533         0    161788    181077   2007347     15.92     16.94
26467.90/3314.30	c  N dy 51403  12323451        85     21533         0    180402    181077   2387299     15.92     16.76
26510.92/3319.64	c  N dy 51533  12343512        85     21533         0    199084    181077   2776873     15.92     16.79
26561.23/3325.93	c  N dy 51621  12363534        85     21533         0    217619    181076   3148198     15.92     20.24
26617.24/3332.94	c  N dy 51726  12384430        85     21533         0    236883    181076   3532773     15.92     16.78
26698.59/3343.10	c  N dy 51839  12412426        85     21533         0    262199    181076   4025800     15.92     16.97
26777.66/3353.02	c  N dy 51935  12432470        85     21533         0    140492    181076   1565103     15.92     16.78
26808.01/3356.84	c  N dy 51991  12453440        85     21533         0    159691    181076   1932192     15.92     16.83
26851.13/3362.20	c  N dy 52040  12473480        85     21533         0    177661    181076   2262013     15.92     16.79
26893.46/3367.53	c  N dy 52152  12494021        85     21533         0    196647    181076   2645036     15.92     16.78
26938.98/3373.26	c  N dy 52215  12514062        85     21533         0    214973    181076   3000043     15.92     17.19
26999.69/3380.88	c  N dy 52340  12535793        85     21533         0    235239    181076   3413685     15.93     16.82
27058.78/3388.24	c  N dy 52398  12555809        85     21533         0    253482    181076   3765800     15.92     18.24
27122.66/3396.28	c  N dy 52513  12575842        85     21533         0    272142    181076   4148598     15.93     18.66
27200.14/3405.93	c  N dy 52603  12595918        85     21533         0    148890    181076   1717647     15.93     19.89
27235.28/3410.35	c  N dy 52677  12615921        85     21533         0    167118    181076   2065990     15.93     20.20
27274.42/3415.21	c  N dy 52748  12636231        85     21533         0    185804    181076   2431505     15.93     16.85
27321.52/3421.19	c  N dy 52872  12656464        85     21533         0    204580    181076   2816212     15.93     16.92
27362.26/3426.28	c  N dy 52937  12676508        85     21533         0    223015    181076   3180618     15.93     18.73
27423.75/3433.92	c  N dy 53034  12696831        85     21533         0    241519    181076   3548424     15.93     16.88
27485.25/3441.64	c  N dy 53122  12716857        85     21533         0    259761    181076   3903754     15.93     18.23
27504.53/3444.04	c  S st 53147  12721438        85     21533         0    263984    181076   3990115     15.93     16.09
27510.81/3444.85	c  S st 53147  12721941        85     21533         0    264467    181076   3999488     15.93   no data
27510.81/3444.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
27512.41/3445.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.5M T:  0.22
27512.41/3445.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27512.41/3445.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27512.41/3445.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27512.41/3445.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
27512.41/3445.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27513.31/3445.19	c lits-rem:         2  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.08 s
27514.80/3445.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28319.04/3546.05	c lits-rem:     16586  cl-subs:    28690  v-elim:      0  v-fix:    0  time: 100.68 s
28319.04/3546.05	c vivif2 --  cl tried    21528 cl shrink        0 lits rem          0 time: 0.00
28319.83/3546.11	c vivif2 --  cl tried   235778 cl shrink        0 lits rem          0 time: 0.06
28323.02/3546.57	c asymm  cl-useful: 0/151/21528 lits-rem:0 time: 0.46
28323.02/3546.58	c calculated reachability. Time: 0.00
28323.02/3546.58	c  N dy 53147  12721941        85     21528         0    235778    181025   3427871     15.93   no data
28378.92/3553.58	c  N dy 53192  12751401        85     21528         0    261325    181025   3883548     15.93     16.83
28440.43/3561.27	c  N dy 53332  12771544        85     21528         0    280094    181025   4273571     15.93     16.79
28498.72/3568.58	c  N dy 53387  12797746        85     21528         0    162511    181024   1958895     15.93     16.88
28537.06/3573.31	c  N dy 53515  12817772        85     21528         0    181147    181024   2344960     15.93     16.89
28575.40/3578.21	c  N dy 53625  12837820        85     21528         0    199691    181024   2722912     15.93     18.35
28618.53/3583.54	c  N dy 53724  12857867        85     21528         0    218243    181024   3100562     15.93     19.09
28669.64/3589.92	c  N dy 53822  12877885        85     21528         0    236870    181023   3480176     15.93     16.79
28728.72/3597.38	c  N dy 53929  12897909        85     21528         0    255417    181023   3852558     15.93     17.97
28795.02/3605.67	c  N dy 53990  12919886        85     21528         0    275362    181023   4229173     15.93     16.80
28886.85/3617.17	c  N dy 54070  12949958        85     21528         0    159141    181023   1872831     15.93     16.80
28932.38/3622.81	c  N dy 54211  12969984        85     21528         0    177909    181023   2264792     15.93     17.43
28978.70/3628.66	c  N dy 54283  12990723        85     21528         0    197068    181023   2646707     15.93     16.81
29036.18/3635.80	c  N dy 54406  13010791        85     21528         0    215745    181023   3026405     15.93     20.04
29100.87/3643.99	c  N dy 54507  13030937        85     21528         0    234340    181023   3407495     15.93     16.82
29154.38/3650.66	c  N dy 54523  13050961        85     21528         0    252224    181023   3738834     15.93     17.10
29209.60/3657.55	c  N dy 54579  13070995        85     21528         0    270230    181023   4075362     15.93     20.04
29289.35/3667.57	c  N dy 54647  13091115        85     21528         0    144256    181023   1606913     15.93     16.89
29328.48/3672.44	c  N dy 54754  13112760        85     21528         0    164260    181023   2008944     15.93     16.89
29369.20/3677.52	c  F st 54876  13130469        85     21528         0    180781    181023   2352952     15.93   no data
29375.70/3678.31	c  N st 54881  13133766        85     21528         0    183860    181023   2422903     15.93   no data
29422.73/3684.26	c  N dy 54994  13154123        85     21528         0    202643    181022   2810044     15.94     16.78
29463.55/3689.37	c  N dy 55116  13174131        85     21528         0    221063    181022   3189917     15.94     18.14
29508.29/3694.97	c  N dy 55203  13194225        85     21528         0    239273    181022   3544918     15.94     16.84
29568.98/3702.52	c  N dy 55298  13221941        85     21528         0    264386    181022   4025907     15.94     15.27
29568.98/3702.52	c  S st 55298  13221941        85     21528         0    264386    181022   4025907     15.94     15.27
29573.67/3703.14	c  S st 55298  13222451        85     21528         0    264875    181022   4035170     15.94   no data
29573.67/3703.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
29575.27/3703.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.4M T:  0.17
29575.27/3703.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29575.27/3703.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29575.27/3703.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29575.27/3703.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
29575.27/3703.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29576.07/3703.40	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.07 s
29576.87/3703.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30363.52/3802.03	c lits-rem:     15524  cl-subs:    25713  v-elim:      0  v-fix:    0  time: 98.49 s
30363.52/3802.04	c vivif2 --  cl tried    21523 cl shrink        0 lits rem          0 time: 0.00
30363.52/3802.09	c vivif2 --  cl tried   239162 cl shrink        0 lits rem          0 time: 0.06
30367.52/3802.56	c asymm  cl-useful: 0/159/21523 lits-rem:0 time: 0.46
30367.52/3802.57	c calculated reachability. Time: 0.00
30367.52/3802.57	c  N dy 55298  13222451        85     21523         0    239162    180977   3498227     15.94   no data
30417.83/3808.84	c  N dy 55416  13242495        85     21523         0    257899    180977   3884806     15.94     18.70
30478.53/3816.41	c  N dy 55478  13263560        85     21523         0    277132    180977   4261533     15.94     16.80
30551.20/3825.53	c  N dy 55546  13283566        85     21523         0    150754    180977   1727350     15.94     16.82
30592.73/3830.77	c  N dy 55685  13303642        85     21523         0    169495    180977   2118372     15.94     17.00
30634.25/3835.96	c  N dy 55803  13323778        85     21523         0    188170    180977   2500795     15.94     16.88
30670.18/3840.41	c  N dy 55892  13343824        85     21523         0    206651    180977   2867982     15.94     16.80
30731.69/3848.11	c  N dy 56029  13367912        85     21523         0    229054    180977   3332343     15.94     16.88
30785.99/3854.94	c  N dy 56127  13387921        85     21523         0    247402    180977   3699993     15.94     18.62
30847.49/3862.60	c  N dy 56223  13407945        85     21523         0    265873    180977   4072285     15.94     16.79
30918.56/3871.59	c  N dy 56344  13427982        85     21523         0    284618    180977   4462665     15.95     19.11
30992.94/3880.83	c  N dy 56431  13451238        85     21523         0    159063    180977   1871566     15.95     16.86
31029.56/3885.45	c  N dy 56490  13471270        85     21523         0    177359    180977   2234496     15.95     16.86
31077.49/3891.46	c  N dy 56632  13491318        85     21523         0    196114    180976   2630259     15.95     20.63
31125.41/3897.41	c  N dy 56703  13511358        85     21523         0    214459    180976   2987264     15.95     16.85
31196.49/3906.32	c  N dy 56822  13541232        85     21523         0    241468    180975   3517244     15.95     16.89
31251.58/3913.20	c  N dy 56921  13561279        85     21523         0    260055    180975   3895284     15.95     17.49
31313.89/3921.05	c  N dy 57018  13582627        85     21523         0    279186    180975   4262820     15.95     16.80
31380.97/3929.43	c  N dy 57114  13602700        85     21523         0    150267    180975   1700762     15.95     17.97
31416.91/3933.96	c  N dy 57251  13622794        85     21523         0    168985    180975   2090842     15.95     17.40
31449.78/3938.06	c  N dy 57327  13644132        85     21523         0    188516    180975   2476895     15.95     16.97
31492.01/3943.31	c  N dy 57449  13665382        85     21523         0    208187    180975   2883023     15.95     16.87
31531.94/3948.37	c  N dy 57530  13688001        85     21523         0    228805    180975   3282543     15.95     16.81
31575.07/3953.75	c  N dy 57620  13708182        85     21523         0    247207    180975   3647042     15.95     16.83
31608.60/3957.94	c  S st 57693  13722452        85     21523         0    260374    180975   3912055     15.95   no data
31612.60/3958.49	c  S st 57693  13722959        85     21523         0    260857    180975   3921415     15.95   no data
31613.40/3958.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
31614.20/3958.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.5M T:  0.15
31614.20/3958.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31614.20/3958.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31614.20/3958.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31614.20/3958.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
31614.20/3958.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31615.00/3958.73	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.06 s
31615.90/3958.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32282.66/4042.41	c lits-rem:     14200  cl-subs:    24161  v-elim:      0  v-fix:    0  time: 83.54 s
32282.66/4042.41	c vivif2 --  cl tried    21521 cl shrink        0 lits rem          0 time: 0.00
32283.57/4042.47	c vivif2 --  cl tried   236696 cl shrink        0 lits rem          0 time: 0.05
32286.65/4042.89	c asymm  cl-useful: 0/152/21521 lits-rem:0 time: 0.42
32287.45/4042.90	c calculated reachability. Time: 0.00
32287.45/4042.90	c  N dy 57693  13722959        85     21521         0    236696    180953   3419469     15.95   no data
32334.56/4048.84	c  N dy 57765  13743600        85     21521         0    255467    180953   3789799     15.95     16.86
32382.47/4054.89	c  N dy 57833  13763674        85     21521         0    273745    180953   4144519     15.95     16.92
32430.41/4060.86	c  N dy 57878  13783724        85     21521         0    291907    180953   4492144     15.95     16.88
32489.50/4068.22	c  N dy 57998  13804148        85     21521         0    163512    180953   1966454     15.96     16.83
32528.64/4073.11	c  N dy 58092  13824746        85     21521         0    182488    180953   2342511     15.96     16.85
32571.76/4078.51	c  N dy 58164  13844796        85     21521         0    200806    180953   2702775     15.96     17.76
32611.69/4083.55	c  N dy 58202  13866786        85     21521         0    220514    180953   3064808     15.95     16.95
32665.99/4090.37	c  N dy 58317  13886996        85     21521         0    239206    180953   3443580     15.96     16.84
32706.72/4095.44	c  N dy 58373  13908259        85     21521         0    258493    180953   3820106     15.95     16.81
32757.05/4101.72	c  N dy 58456  13930751        85     21521         0    279140    180953   4230905     15.95     16.87
32829.04/4110.76	c  N dy 58525  13954498        85     21521         0    152022    180953   1718304     15.95     16.85
32869.65/4115.80	c  N dy 58679  13974657        85     21521         0    170835    180953   2112086     15.96     16.81
32906.39/4120.49	c  N dy 58769  13994699        85     21521         0    189261    180953   2479645     15.96     19.28
32949.53/4125.82	c  N dy 58868  14014763        85     21521         0    207656    180953   2847306     15.96     17.55
33003.04/4132.51	c  N dy 59018  14034778        85     21521         0    226315    180953   3240287     15.96     17.41
33052.54/4138.72	c  N dy 59128  14054791        85     21521         0    244821    180953   3619783     15.96     16.86
33102.86/4145.09	c  N dy 59236  14075443        85     21521         0    263907    180953   4008340     15.96     16.83
33151.60/4151.10	c  N dy 59341  14095563        85     21521         0    282517    180953   4387853     15.96     16.85
33201.91/4157.48	c  N dy 59451  14115660        85     21521         0    301033    180953   4761778     15.97     16.96
33274.59/4166.53	c  N dy 59574  14155290        85     21521         0    186344    180952   2359229     15.96     16.84
33313.73/4171.49	c  N dy 59698  14175531        85     21521         0    205158    180952   2740286     15.97     16.91
33360.06/4177.21	c  N dy 59804  14195827        85     21521         0    223978    180952   3120713     15.97     16.87
33413.56/4183.96	c  N dy 59916  14215992        85     21521         0    242685    180952   3504850     15.97     16.83
33433.54/4186.41	c  S st 59964  14222959        85     21521         0    249213    180952   3641078     15.97     14.43
33438.32/4187.02	c  S st 59964  14223462        85     21521         0    249697    180952   3650616     15.97   no data
33438.32/4187.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
33439.93/4187.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.16
33439.93/4187.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33439.93/4187.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33439.93/4187.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33439.93/4187.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
33439.93/4187.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
33439.93/4187.28	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.07 s
33441.53/4187.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34122.71/4272.72	c lits-rem:     12507  cl-subs:    24117  v-elim:      0  v-fix:    0  time: 85.31 s
34122.71/4272.73	c vivif2 --  cl tried    21519 cl shrink        0 lits rem          0 time: 0.00
34122.71/4272.78	c vivif2 --  cl tried   225580 cl shrink        0 lits rem          0 time: 0.05
34126.71/4273.23	c asymm  cl-useful: 0/168/21519 lits-rem:0 time: 0.45
34126.71/4273.24	c calculated reachability. Time: 0.00
34126.71/4273.24	c  N dy 59964  14223462        85     21519         0    225580    180934   3167190     15.97   no data
34177.02/4279.53	c  N dy 60094  14243696        85     21519         0    244337    180934   3557695     15.97     16.83
34248.91/4288.50	c  N dy 60230  14269935        85     21519         0    268374    180934   4035459     15.97     16.91
34309.60/4296.11	c  N dy 60334  14290325        85     21519         0    287297    180934   4422033     15.97     16.82
34384.00/4305.45	c  N dy 60443  14310960        85     21519         0    155541    180934   1772367     15.97     16.83
34419.81/4309.94	c  N dy 60565  14331032        85     21519         0    174177    180934   2157947     15.97     18.05
34465.32/4315.62	c  N dy 60704  14351130        85     21519         0    193010    180934   2553224     15.98     17.87
34516.44/4322.00	c  N dy 60818  14371227        85     21519         0    211616    180934   2932548     15.98     16.87
34569.94/4328.73	c  N dy 60934  14391991        85     21519         0    230849    180934   3326715     15.98     16.89
34622.64/4335.30	c  N dy 60980  14413465        85     21519         0    250454    180934   3704613     15.98     16.97
34680.15/4342.54	c  N dy 61106  14433500        85     21519         0    269018    180934   4087793     15.98     16.85
34732.07/4349.03	c  N dy 61224  14453616        85     21519         0    287673    180934   4462933     15.98     16.84
34800.75/4357.69	c  N dy 61308  14473618        85     21519         0    153323    180934   1713954     15.98     18.21
34832.01/4361.57	c  N dy 61412  14493735        85     21519         0    171971    180934   2091740     15.98     16.95
34871.84/4366.57	c  N dy 61482  14514945        85     21519         0    191181    180934   2459580     15.98     16.97
34909.38/4371.27	c  N dy 61576  14535043        85     21519         0    209714    180934   2833505     15.98     20.66
34955.70/4377.04	c  N dy 61658  14555238        85     21519         0    228059    180934   3196920     15.98     16.86
35002.83/4382.98	c  N dy 61777  14575301        85     21519         0    246721    180934   3582419     15.98     18.92
35051.65/4389.02	c  N dy 61870  14595491        85     21519         0    265260    180934   3953753     15.98     16.86
35090.69/4393.91	c  N dy 61908  14615520        85     21519         0    283183    180933   4284507     15.98     16.84
35149.79/4401.30	c  N dy 61993  14635548        85     21519         0    301562    180933   4654308     15.98     19.38
35205.70/4408.31	c  N dy 62098  14655609        85     21519         0    166771    180933   1972546     15.98     16.89
35247.23/4413.52	c  N dy 62216  14675694        85     21519         0    185406    180933   2356031     15.98     22.09
35295.96/4419.69	c  N dy 62343  14695788        85     21519         0    204100    180933   2744438     15.99     16.86
35347.87/4426.19	c  N dy 62416  14715800        85     21519         0    222396    180933   3104847     15.99     18.11
35371.82/4429.20	c  S st 62462  14723463        85     21519         0    229556    180933   3250622     15.99     13.75
35377.41/4429.89	c  S st 62462  14723965        85     21519         0    230038    180933   3259875     15.99   no data
35378.21/4429.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
35379.81/4430.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.20
35379.81/4430.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35379.81/4430.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35379.81/4430.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35379.81/4430.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
35379.81/4430.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35380.61/4430.20	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
35381.40/4430.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35868.69/4491.36	c lits-rem:     11521  cl-subs:    14860  v-elim:      0  v-fix:    0  time: 61.03 s
35868.69/4491.36	c vivif2 --  cl tried    21519 cl shrink        0 lits rem          0 time: 0.00
35869.37/4491.43	c vivif2 --  cl tried   215178 cl shrink        0 lits rem          0 time: 0.07
35874.98/4492.14	c asymm  cl-useful: 0/171/21519 lits-rem:0 time: 0.71
35874.98/4492.15	c calculated reachability. Time: 0.00
35874.98/4492.15	c  N dy 62462  14723965        85     21519         0    215178    180926   2942335     15.99   no data
35950.03/4501.52	c  N dy 62614  14744061        85     21519         0    233947    180926   3337825     15.99     17.99
36072.23/4516.82	c  N dy 62661  14780160        85     21519         0    266194    180925   3936715     15.99     16.87
36149.00/4526.50	c  N dy 62728  14803639        85     21519         0    287279    180925   4339359     15.99     16.93
36244.75/4538.42	c  N dy 62840  14824056        85     21519         0    306237    180925   4730176     15.99     16.83
36337.37/4550.08	c  N dy 62931  14847505        85     21519         0    174434    180925   2128264     15.99     16.88
36391.68/4556.81	c  N dy 62995  14867980        85     21519         0    193090    180925   2497330     15.99     16.91
36455.58/4564.84	c  N dy 63096  14888000        85     21519         0    211656    180925   2869358     15.99     18.97
36523.46/4573.37	c  N dy 63200  14908132        85     21519         0    230290    180925   3246270     15.99     16.85
36592.94/4582.03	c  N dy 63293  14929531        85     21519         0    249877    180925   3635682     15.99     16.95
36683.98/4593.46	c  N dy 63342  14960832        85     21519         0    278124    180925   4164460     15.99     16.87
36765.43/4603.69	c  N dy 63443  14980849        85     21519         0    296578    180925   4537131     15.99     17.02
36856.48/4615.06	c  N dy 63516  15000875        85     21519         0    160214    180925   1824358     15.99     17.68
36900.41/4620.51	c  N dy 63624  15021158        85     21519         0    178946    180925   2202671     15.99     16.95
36946.73/4626.36	c  N dy 63749  15041161        85     21519         0    197616    180925   2590121     15.99     16.85
36993.16/4632.15	c  N dy 63826  15061189        85     21519         0    216041    180925   2961437     15.99     21.60
37045.87/4638.78	c  N dy 63960  15081643        85     21519         0    235038    180925   3352815     15.99     16.91
37094.49/4644.88	c  N dy 64019  15101649        85     21519         0    252930    180925   3690367     15.99     16.87
37146.41/4651.37	c  N dy 64065  15122672        85     21519         0    271904    180925   4057052     15.99     16.88
37209.51/4659.26	c  N dy 64174  15142711        85     21519         0    290344    180925   4427634     15.99     18.99
37267.80/4666.57	c  N dy 64272  15162755        85     21519         0    308727    180925   4789907     15.99     16.90
37319.72/4673.08	c  N dy 64369  15182796        85     21519         0    171496    180925   2052886     15.99     17.74
37354.85/4677.49	c  N dy 64388  15204976        85     21519         0    191680    180925   2452006     15.99     16.84
37393.20/4682.20	c  S st 64480  15223965        85     21519         0    209251    180925   2807215     15.99   no data
37396.50/4682.66	c  S st 64480  15224469        85     21519         0    209726    180925   2816035     15.99   no data
37396.50/4682.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
37397.31/4682.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.12
37397.99/4682.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37397.99/4682.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37397.99/4682.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37397.99/4682.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
37397.99/4682.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37397.99/4682.86	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.05 s
37398.78/4682.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37743.80/4726.19	c lits-rem:     12424  cl-subs:    12439  v-elim:      0  v-fix:    0  time: 43.23 s
37743.80/4726.20	c vivif2 --  cl tried    21517 cl shrink        0 lits rem          0 time: 0.00
37744.60/4726.24	c vivif2 --  cl tried   197287 cl shrink        0 lits rem          0 time: 0.04
37747.89/4726.67	c asymm  cl-useful: 0/182/21517 lits-rem:0 time: 0.44
37747.89/4726.68	c calculated reachability. Time: 0.00
37747.89/4726.68	c  N dy 64480  15224469        85     21517         0    197287    180905   2563150     15.99   no data
37797.31/4732.83	c  N dy 64611  15244482        85     21517         0    215882    180905   2946647     15.99     17.39
37886.77/4744.06	c  N dy 64726  15283511        85     21517         0    250563    180905   3598113     15.99     16.87
37955.46/4752.69	c  N dy 64812  15304610        85     21517         0    269649    180905   3966885     15.99     16.95
38028.13/4761.81	c  N dy 64917  15324716        85     21517         0    288315    180905   4346159     15.99     16.84
38143.23/4776.20	c  N dy 64988  15359224        85     21517         0    163714    180905   1869706     15.99     16.88
38194.24/4782.54	c  N dy 65090  15379496        85     21517         0    182410    180905   2248341     15.99     16.93
38253.33/4789.95	c  N dy 65156  15404293        85     21517         0    204852    180905   2683470     15.99     16.85
38311.64/4797.27	c  N dy 65227  15424651        85     21517         0    223640    180905   3056395     15.99     16.87
38393.10/4807.49	c  N dy 65341  15444688        85     21517         0    242276    180905   3438876     15.99     17.58
38472.16/4817.37	c  N dy 65488  15464785        85     21517         0    261032    180905   3831297     15.99     20.75
38537.66/4825.52	c  N dy 65561  15487215        85     21517         0    281403    180905   4228655     15.99     16.87
38611.92/4834.83	c  N dy 65679  15507249        85     21517         0    299958    180905   4612405     16.00     16.86
38708.53/4846.92	c  N dy 65751  15527318        85     21517         0    161096    180905   1830860     16.00     19.01
38765.24/4854.01	c  N dy 65856  15547369        85     21517         0    179737    180905   2211639     16.00     16.93
38824.33/4861.43	c  N dy 65930  15567452        85     21517         0    197952    180905   2560057     16.00     16.88
38886.63/4869.24	c  N dy 65999  15588034        85     21517         0    216625    180905   2923363     16.00     16.85
38981.65/4881.16	c  N dy 66085  15613278        85     21517         0    239387    180905   3350096     15.99     16.92
39063.93/4891.41	c  N dy 66181  15633331        85     21517         0    257887    180904   3721754     16.00     20.16
39166.13/4904.28	c  N dy 66301  15657374        85     21517         0    280135    180904   4175614     16.00     16.84
39244.39/4914.07	c  N dy 66417  15677385        85     21517         0    298639    180904   4553942     16.00     20.00
39341.03/4926.13	c  N dy 66521  15697492        85     21517         0    158706    180904   1768695     16.00     16.91
39379.37/4930.97	c  N dy 66626  15719548        85     21517         0    179026    180904   2180226     16.00     16.87
39389.76/4932.30	c  S st 66662  15724470        85     21517         0    183634    180904   2276175     16.00   no data
39393.74/4932.70	c  S st 66662  15724975        85     21517         0    184120    180904   2285480     16.00   no data
39393.74/4932.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
39394.54/4932.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.11
39394.54/4932.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39394.54/4932.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39394.54/4932.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39394.54/4932.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     85 time:  0.00 s
39394.54/4932.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39394.54/4932.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
39395.34/4933.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39546.27/4951.85	c lits-rem:      4462  cl-subs:     4878  v-elim:      0  v-fix:    0  time: 18.85 s
39546.27/4951.85	c vivif2 --  cl tried    21517 cl shrink        0 lits rem          0 time: 0.00
39546.27/4951.89	c vivif2 --  cl tried   179242 cl shrink        0 lits rem          0 time: 0.04
39550.25/4952.30	c asymm  cl-useful: 0/190/21517 lits-rem:0 time: 0.41
39550.25/4952.31	c calculated reachability. Time: 0.00
39550.25/4952.31	c  N dy 66662  15724975        85     21517         0    179242    180898   2181001     16.00   no data
39594.97/4957.93	c  N dy 66755  15750726        85     21517         0    202702    180898   2647096     16.00     16.85
39641.30/4963.78	c  N dy 66834  15770734        85     21517         0    220914    180898   2998590     16.00     19.37
39709.98/4972.32	c  N dy 66853  15804340        85     21517         0    250974    180898   3548757     16.00     16.84
39765.09/4979.29	c  N dy 66916  15824379        85     21517         0    269295    180898   3912175     16.00     18.86
39849.74/4989.80	c  N dy 66961  15848985        85     21517         0    291477    180898   4325196     15.99     16.84
39928.79/4999.79	c  N dy 67058  15871214        85     21517         0    311920    180898   4734706     15.99     16.92

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-3421642-1306694423/watcher-3421642-1306694423 -o /tmp/evaluation-result-3421642-1306694423/solver-3421642-1306694423 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3421642-1306694423.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.00 0.30 1.08 2/393 28788
/proc/meminfo: memFree=16620516/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=92144 CPUtime=0.04 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 412 0 0 0 4 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769650 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28788/statm: 23036 352 299 95 0 18018 0
[pid=28788/tid=28789] ppid=28786 vsize=92144 CPUtime=0 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769650 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=92144 CPUtime=0 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769644 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=92144 CPUtime=0 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769650 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=92144 CPUtime=0 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769650 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=92144 CPUtime=0 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769644 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=92144 CPUtime=0 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 237278936049 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=92144 CPUtime=0 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769650 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0220991 s]
/proc/loadavg: 0.00 0.30 1.08 2/393 28788
/proc/meminfo: memFree=16620516/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=92144 CPUtime=0.08 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 412 0 0 0 8 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769644 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 23036 352 299 95 0 18018 0
[pid=28788/tid=28789] ppid=28786 vsize=92144 CPUtime=0.01 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769650 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=92144 CPUtime=0.01 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769650 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=92144 CPUtime=0 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769650 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=92144 CPUtime=0.01 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769640 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=92144 CPUtime=0.01 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769650 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=92144 CPUtime=0 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 237278936049 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=92144 CPUtime=0.01 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 781042100 94355456 352 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769650 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 92144

[startup+0.101085 s]
/proc/loadavg: 0.00 0.30 1.08 2/393 28788
/proc/meminfo: memFree=16620516/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=92144 CPUtime=0.61 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 420 0 0 0 61 0 0 0 25 0 8 0 781042100 94355456 360 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769239 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 23036 360 302 95 0 18018 0
[pid=28788/tid=28789] ppid=28786 vsize=92144 CPUtime=0.09 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 4 0 0 0 9 0 0 0 25 0 8 0 781042100 94355456 360 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769241 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=92144 CPUtime=0.09 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1 0 0 0 9 0 0 0 25 0 8 0 781042100 94355456 360 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769241 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=92144 CPUtime=0 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 781042100 94355456 360 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769650 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=92144 CPUtime=0.09 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1 0 0 0 9 0 0 0 25 0 8 0 781042100 94355456 360 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769235 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=92144 CPUtime=0.09 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1 0 0 0 9 0 0 0 25 0 8 0 781042100 94355456 360 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769241 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=92144 CPUtime=0.05 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1 0 0 0 5 0 0 0 25 0 8 0 781042100 94355456 360 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769239 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=92144 CPUtime=0.09 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1 0 0 0 9 0 0 0 25 0 8 0 781042100 94355456 360 33554432000 4194304 4580107 140737401414240 18446744073709551615 47450493769241 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 92144

[startup+0.301058 s]
/proc/loadavg: 0.00 0.30 1.08 2/393 28788
/proc/meminfo: memFree=16620516/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=426988 CPUtime=2.17 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 9084 0 0 0 215 2 0 0 18 0 8 0 781042100 437235712 8981 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294400 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 106747 8981 360 95 0 101729 0
[pid=28788/tid=28789] ppid=28786 vsize=426988 CPUtime=0.28 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1034 0 0 0 28 0 0 0 25 0 8 0 781042100 437235712 8981 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=426988 CPUtime=0.28 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1104 0 0 0 28 0 0 0 18 0 8 0 781042100 437235712 8982 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=426988 CPUtime=0.18 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1028 0 0 0 18 0 0 0 18 0 8 0 781042100 437235712 8982 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=426988 CPUtime=0.28 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1111 0 0 0 28 0 0 0 18 0 8 0 781042100 437235712 8982 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=426988 CPUtime=0.28 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1090 0 0 0 28 0 0 0 18 0 8 0 781042100 437235712 8983 33554432000 4194304 4580107 140737401414240 18446744073709551615 4292906 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=426988 CPUtime=0.24 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1039 0 0 0 24 0 0 0 18 0 8 0 781042100 437235712 8983 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=426988 CPUtime=0.28 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1173 0 0 0 28 0 0 0 18 0 8 0 781042100 437235712 8983 33554432000 4194304 4580107 140737401414240 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 426988

[startup+0.70099 s]
/proc/loadavg: 0.00 0.30 1.08 2/393 28788
/proc/meminfo: memFree=16620516/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=458428 CPUtime=5.31 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 26502 0 0 0 524 7 0 0 18 0 8 0 781042100 469430272 25399 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 114607 25399 372 95 0 109589 0
[pid=28788/tid=28789] ppid=28786 vsize=458428 CPUtime=0.66 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 3406 0 0 0 66 0 0 0 25 0 8 0 781042100 469430272 25399 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=458428 CPUtime=0.67 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 3384 0 0 0 67 0 0 0 18 0 8 0 781042100 469430272 25399 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=458428 CPUtime=0.57 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 3419 0 0 0 56 1 0 0 18 0 8 0 781042100 469430272 25399 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=458428 CPUtime=0.67 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 3551 0 0 0 67 0 0 0 18 0 8 0 781042100 469430272 25399 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451692 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=458428 CPUtime=0.66 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 3535 0 0 0 66 0 0 0 18 0 8 0 781042100 469430272 25399 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=458428 CPUtime=0.63 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 3454 0 0 0 63 0 0 0 18 0 8 0 781042100 469430272 25399 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451692 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=458428 CPUtime=0.68 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 1974 0 0 0 68 0 0 0 18 0 8 0 781042100 469430272 25399 33554432000 4194304 4580107 140737401414240 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 458428

[startup+1.50085 s]
/proc/loadavg: 0.00 0.30 1.08 10/401 28796
/proc/meminfo: memFree=16519764/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=458632 CPUtime=11.69 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 27413 0 0 0 1161 8 0 0 19 0 8 0 781042100 469639168 25493 33554432000 4194304 4580107 140737401414240 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 114658 25493 374 95 0 109640 0
[pid=28788/tid=28789] ppid=28786 vsize=458632 CPUtime=1.47 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 3406 0 0 0 146 1 0 0 25 0 8 0 781042100 469639168 25493 33554432000 4194304 4580107 140737401414240 18446744073709551615 4397214 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=458632 CPUtime=1.48 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 3384 0 0 0 147 1 0 0 19 0 8 0 781042100 469639168 25493 33554432000 4194304 4580107 140737401414240 18446744073709551615 4415992 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=458632 CPUtime=1.37 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 3419 0 0 0 136 1 0 0 19 0 8 0 781042100 469639168 25493 33554432000 4194304 4580107 140737401414240 18446744073709551615 4416782 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=458632 CPUtime=1.47 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 3552 0 0 0 147 0 0 0 19 0 8 0 781042100 469639168 25493 33554432000 4194304 4580107 140737401414240 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=458632 CPUtime=1.46 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 3535 0 0 0 146 0 0 0 19 0 8 0 781042100 469639168 25493 33554432000 4194304 4580107 140737401414240 18446744073709551615 4416287 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=458632 CPUtime=1.42 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 3454 0 0 0 142 0 0 0 19 0 8 0 781042100 469639168 25493 33554432000 4194304 4580107 140737401414240 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=458632 CPUtime=1.48 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 2884 0 0 0 147 1 0 0 19 0 8 0 781042100 469639168 25493 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 458632

[startup+3.10056 s]
/proc/loadavg: 0.64 0.43 1.12 9/401 28796
/proc/meminfo: memFree=16521128/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=428620 CPUtime=24.47 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 41886 0 0 0 2436 11 0 0 25 0 8 0 781042100 438906880 31632 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451663 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 107155 31632 379 95 0 102137 0
[pid=28788/tid=28789] ppid=28786 vsize=428620 CPUtime=3.06 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 4828 0 0 0 305 1 0 0 25 0 8 0 781042100 438906880 31632 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=428620 CPUtime=3.07 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 4755 0 0 0 306 1 0 0 24 0 8 0 781042100 438906880 31632 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=428620 CPUtime=2.97 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 4277 0 0 0 296 1 0 0 25 0 8 0 781042100 438906880 31632 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=428620 CPUtime=3.08 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 5569 0 0 0 307 1 0 0 23 0 8 0 781042100 438906880 31632 33554432000 4194304 4580107 140737401414240 18446744073709551615 4324217 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=428620 CPUtime=3.07 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 5036 0 0 0 306 1 0 0 25 0 8 0 781042100 438906880 31632 33554432000 4194304 4580107 140737401414240 18446744073709551615 4305176 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=428620 CPUtime=3.01 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 5523 0 0 0 300 1 0 0 23 0 8 0 781042100 438906880 31632 33554432000 4194304 4580107 140737401414240 18446744073709551615 4305280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=428620 CPUtime=3.07 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 6765 0 0 0 306 1 0 0 25 0 8 0 781042100 438906880 31632 33554432000 4194304 4580107 140737401414240 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 428620

[startup+6.30099 s]
/proc/loadavg: 0.64 0.43 1.12 9/401 28796
/proc/meminfo: memFree=16445868/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=569940 CPUtime=50.03 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 62986 0 0 0 4988 15 0 0 25 0 8 0 781042100 583618560 45763 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 142485 45763 381 95 0 137467 0
[pid=28788/tid=28789] ppid=28786 vsize=569940 CPUtime=6.26 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 8108 0 0 0 624 2 0 0 25 0 8 0 781042100 583618560 45763 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=569940 CPUtime=6.28 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 8313 0 0 0 626 2 0 0 25 0 8 0 781042100 583618560 45763 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=569940 CPUtime=6.17 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 7021 0 0 0 616 1 0 0 25 0 8 0 781042100 583618560 45763 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=569940 CPUtime=6.28 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 7856 0 0 0 627 1 0 0 25 0 8 0 781042100 583618560 45763 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=569940 CPUtime=6.26 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 7956 0 0 0 625 1 0 0 25 0 8 0 781042100 583618560 45763 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=569940 CPUtime=6.16 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 8639 0 0 0 615 1 0 0 25 0 8 0 781042100 583618560 45763 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=569940 CPUtime=6.28 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 7727 0 0 0 626 2 0 0 25 0 8 0 781042100 583618560 45763 33554432000 4194304 4580107 140737401414240 18446744073709551615 4295695 0 0 4096 2 0 0 0 -1 5 0 0 0

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


[startup+4722.32 s]
/proc/loadavg: 8.08 8.05 7.99 9/401 28934
/proc/meminfo: memFree=15133920/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=1985600 CPUtime=37713.6 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 3359412 0 0 0 3769681 1675 0 0 25 0 8 0 781042100 2033254400 370456 33554432000 4194304 4580107 140737401414240 18446744073709551615 4415966 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 496400 370456 380 95 0 491382 0
[pid=28788/tid=28789] ppid=28786 vsize=1985600 CPUtime=4722.32 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 356233 0 0 0 472083 149 0 0 25 0 8 0 781042100 2033254400 370456 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=1985600 CPUtime=4721.43 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 476409 0 0 0 471939 204 0 0 25 0 8 0 781042100 2033254400 370456 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=1985600 CPUtime=4722.3 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 428730 0 0 0 472045 185 0 0 25 0 8 0 781042100 2033254400 370456 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=1985600 CPUtime=4721.53 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 463236 0 0 0 471896 257 0 0 25 0 8 0 781042100 2033254400 370456 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=1985600 CPUtime=4722.39 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 509204 0 0 0 471961 278 0 0 25 0 8 0 781042100 2033254400 370456 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=1985600 CPUtime=4721.27 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 406681 0 0 0 471908 219 0 0 25 0 8 0 781042100 2033254400 370456 33554432000 4194304 4580107 140737401414240 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=1985600 CPUtime=4660 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 398604 0 0 0 465769 231 0 0 25 0 8 0 781042100 2033254400 370456 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37713.6
Current children cumulated vsize (KiB) 1985600

[startup+4782.3 s]
/proc/loadavg: 8.10 8.06 7.99 9/401 28935
/proc/meminfo: memFree=15067072/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=2036744 CPUtime=38192.6 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 3388385 0 0 0 3817570 1695 0 0 25 0 8 0 781042100 2085625856 387476 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 509186 387476 380 95 0 504168 0
[pid=28788/tid=28789] ppid=28786 vsize=2036744 CPUtime=4782.31 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 357251 0 0 0 478081 150 0 0 25 0 8 0 781042100 2085625856 387476 33554432000 4194304 4580107 140737401414240 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=2036744 CPUtime=4781.41 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 478029 0 0 0 477936 205 0 0 25 0 8 0 781042100 2085625856 387476 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=2036744 CPUtime=4782.28 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 428730 0 0 0 478043 185 0 0 25 0 8 0 781042100 2085625856 387476 33554432000 4194304 4580107 140737401414240 18446744073709551615 4406340 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=2036744 CPUtime=4781.51 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 469691 0 0 0 477890 261 0 0 25 0 8 0 781042100 2085625856 387476 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=2036744 CPUtime=4782.37 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 515724 0 0 0 477955 282 0 0 25 0 8 0 781042100 2085625856 387476 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=2036744 CPUtime=4781.25 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 413167 0 0 0 477902 223 0 0 25 0 8 0 781042100 2085625856 387476 33554432000 4194304 4580107 140737401414240 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=2036744 CPUtime=4719.2 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 402955 0 0 0 471686 234 0 0 25 0 8 0 781042100 2085625856 387476 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38192.6
Current children cumulated vsize (KiB) 2036744

[startup+4842.3 s]
/proc/loadavg: 8.10 8.06 8.00 9/401 28946
/proc/meminfo: memFree=15108600/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=2052816 CPUtime=38671.8 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 3409459 0 0 0 3865469 1711 0 0 25 0 8 0 781042100 2102083584 376619 33554432000 4194304 4580107 140737401414240 18446744073709551615 4339860 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 513204 376619 385 95 0 508186 0
[pid=28788/tid=28789] ppid=28786 vsize=2052816 CPUtime=4842.31 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 362934 0 0 0 484078 153 0 0 25 0 8 0 781042100 2102083584 376619 33554432000 4194304 4580107 140737401414240 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=2052816 CPUtime=4841.4 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 479646 0 0 0 483934 206 0 0 25 0 8 0 781042100 2102083584 376619 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=2052816 CPUtime=4842.28 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 429766 0 0 0 484042 186 0 0 25 0 8 0 781042100 2102083584 376619 33554432000 4194304 4580107 140737401414240 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=2052816 CPUtime=4841.52 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 472063 0 0 0 483889 263 0 0 25 0 8 0 781042100 2102083584 376619 33554432000 4194304 4580107 140737401414240 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=2052816 CPUtime=4842.37 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 517320 0 0 0 483954 283 0 0 25 0 8 0 781042100 2102083584 376619 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=2052816 CPUtime=4841.26 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 414516 0 0 0 483901 225 0 0 25 0 8 0 781042100 2102083584 376619 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=2052816 CPUtime=4778.38 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 409081 0 0 0 477599 239 0 0 25 0 8 0 781042100 2102083584 376619 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38671.8
Current children cumulated vsize (KiB) 2052816

[startup+4902.3 s]
/proc/loadavg: 8.10 8.06 8.00 9/401 28948
/proc/meminfo: memFree=15086728/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=2216468 CPUtime=39151 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 3431111 0 0 0 3913370 1726 0 0 25 0 8 0 781042100 2269663232 382697 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 554117 382697 385 95 0 549099 0
[pid=28788/tid=28789] ppid=28786 vsize=2216468 CPUtime=4902.31 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 362934 0 0 0 490078 153 0 0 25 0 8 0 781042100 2269663232 382697 33554432000 4194304 4580107 140737401414240 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=2216468 CPUtime=4901.38 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 485954 0 0 0 489928 210 0 0 25 0 8 0 781042100 2269663232 382697 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=2216468 CPUtime=4902.29 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 434176 0 0 0 490040 189 0 0 25 0 8 0 781042100 2269663232 382697 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=2216468 CPUtime=4901.52 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 472063 0 0 0 489889 263 0 0 25 0 8 0 781042100 2269663232 382697 33554432000 4194304 4580107 140737401414240 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=2216468 CPUtime=4902.37 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 522685 0 0 0 489951 286 0 0 25 0 8 0 781042100 2269663232 382697 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=2216468 CPUtime=4901.26 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 417419 0 0 0 489900 226 0 0 25 0 8 0 781042100 2269663232 382697 33554432000 4194304 4580107 140737401414240 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=2216468 CPUtime=4837.55 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 411684 0 0 0 483513 242 0 0 25 0 8 0 781042100 2269663232 382697 33554432000 4194304 4580107 140737401414240 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39151
Current children cumulated vsize (KiB) 2216468

[startup+4962.3 s]
/proc/loadavg: 8.09 8.06 8.00 9/401 28949
/proc/meminfo: memFree=15083824/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=2153012 CPUtime=39630.1 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 3446614 0 0 0 3961275 1737 0 0 25 0 8 0 781042100 2204684288 382925 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 538253 382925 380 95 0 533235 0
[pid=28788/tid=28789] ppid=28786 vsize=2153012 CPUtime=4962.31 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 365393 0 0 0 496077 154 0 0 25 0 8 0 781042100 2204684288 382925 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=2153012 CPUtime=4961.38 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 492134 0 0 0 495924 214 0 0 25 0 8 0 781042100 2204684288 382925 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=2153012 CPUtime=4962.29 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 437009 0 0 0 496037 192 0 0 25 0 8 0 781042100 2204684288 382925 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=2153012 CPUtime=4961.52 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 472063 0 0 0 495889 263 0 0 25 0 8 0 781042100 2204684288 382925 33554432000 4194304 4580107 140737401414240 18446744073709551615 4406408 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=2153012 CPUtime=4962.38 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 525745 0 0 0 495948 290 0 0 25 0 8 0 781042100 2204684288 382925 33554432000 4194304 4580107 140737401414240 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=2153012 CPUtime=4961.26 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 417419 0 0 0 495900 226 0 0 25 0 8 0 781042100 2204684288 382925 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=2153012 CPUtime=4896.71 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 411684 0 0 0 489429 242 0 0 25 0 8 0 781042100 2204684288 382925 33554432000 4194304 4580107 140737401414240 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39630.1
Current children cumulated vsize (KiB) 2153012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5008.7 s]
/proc/loadavg: 8.11 8.07 8.00 9/401 28950
/proc/meminfo: memFree=15119132/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=2025908 CPUtime=40000.8 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 3458172 0 0 0 3998331 1746 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 506477 374082 380 95 0 501459 0
[pid=28788/tid=28789] ppid=28786 vsize=2025908 CPUtime=5008.72 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 366278 0 0 0 500717 155 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=2025908 CPUtime=5007.78 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 495931 0 0 0 500563 215 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=2025908 CPUtime=5008.7 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 437009 0 0 0 500678 192 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=2025908 CPUtime=5007.93 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 472561 0 0 0 500529 264 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=2025908 CPUtime=5008.79 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 531070 0 0 0 500586 293 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=2025908 CPUtime=5007.68 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 417419 0 0 0 500542 226 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=2025908 CPUtime=4942.46 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 411684 0 0 0 494004 242 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 2025908

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

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

[startup+5008.7 s]
/proc/loadavg: 8.11 8.07 8.00 9/401 28950
/proc/meminfo: memFree=15119132/32950904 swapFree=64480420/67111528
[pid=28788] ppid=28786 vsize=2025908 CPUtime=40000.8 cores=0-7
/proc/28788/stat : 28788 (strangenight2-m) R 28786 28788 28762 0 -1 4202496 3458172 0 0 0 3998331 1746 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28788/statm: 506477 374082 380 95 0 501459 0
[pid=28788/tid=28789] ppid=28786 vsize=2025908 CPUtime=5008.72 cores=0-7
/proc/28788/task/28789/stat : 28789 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 366278 0 0 0 500717 155 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28788/tid=28790] ppid=28786 vsize=2025908 CPUtime=5007.78 cores=0-7
/proc/28788/task/28790/stat : 28790 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 495931 0 0 0 500563 215 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28788/tid=28791] ppid=28786 vsize=2025908 CPUtime=5008.7 cores=0-7
/proc/28788/task/28791/stat : 28791 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 437009 0 0 0 500678 192 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=28788/tid=28792] ppid=28786 vsize=2025908 CPUtime=5007.93 cores=0-7
/proc/28788/task/28792/stat : 28792 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 472561 0 0 0 500529 264 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28788/tid=28793] ppid=28786 vsize=2025908 CPUtime=5008.79 cores=0-7
/proc/28788/task/28793/stat : 28793 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 531070 0 0 0 500586 293 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28788/tid=28794] ppid=28786 vsize=2025908 CPUtime=5007.68 cores=0-7
/proc/28788/task/28794/stat : 28794 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 417419 0 0 0 500542 226 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28788/tid=28795] ppid=28786 vsize=2025908 CPUtime=4942.46 cores=0-7
/proc/28788/task/28795/stat : 28795 (strangenight2-m) R 28786 28788 28762 0 -1 4202560 411684 0 0 0 494004 242 0 0 25 0 8 0 781042100 2074529792 374082 33554432000 4194304 4580107 140737401414240 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 2025908

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5008.79
CPU time (s): 40000.9
CPU user time (s): 39983.4
CPU system time (s): 17.5323
CPU usage (%): 798.614
Max. virtual memory (cumulated for all children) (KiB): 2335160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39983.4
system time used= 17.5323
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3458173
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= 6234
involuntary context switches= 179232

runsolver used 17.0454 second user time and 50.4733 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-29 20:40:23
IDJOB=3421642
IDBENCH=83924
IDSOLVER=1878
FILE ID=node121/3421642-1306694423
RUNJOBID= node121-1306694423-28776
PBS_JOBID= 13471882
Free space on /tmp= 73352 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421642-1306694423/watcher-3421642-1306694423 -o /tmp/evaluation-result-3421642-1306694423/solver-3421642-1306694423 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3421642-1306694423.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= ad30956261e72142648a01bc7c025dba
RANDOM SEED=845216926

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      16621052 kB
Buffers:        252020 kB
Cached:        6060108 kB
SwapCached:      66536 kB
Active:        4070160 kB
Inactive:     12007368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      16621052 kB
SwapTotal:    67111528 kB
SwapFree:     64480420 kB
Dirty:            6628 kB
Writeback:           0 kB
AnonPages:     9706104 kB
Mapped:          26684 kB
Slab:           132628 kB
PageTables:      52200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 83500584 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= 73348 MiB
End job on node121 at 2011-05-29 22:03:54