Trace number 3421630

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.8 5008.45

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
MD5SUMa08160883ea01d58c880b6f2b323ef8b
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 variables388
Number of clauses41212
Sum of the clauses size187726
Maximum clause length20
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 337442
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53770

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 8 threads
0.00/0.03	c This is CryptoMiniSat 3.0.0
0.00/0.03	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.03	c Reading file 'HOME/instance-3421630-1306684774.cnf'
0.00/0.03	c -- header says num vars:            388
0.00/0.03	c -- header says num clauses:       41212
0.25/0.07	c -- clauses added:            0 learnts,        41212 normals,            0 xors
0.25/0.07	c -- vars added        388
0.25/0.07	c Parsing time:  0.02 s
0.25/0.07	c  N st     0         0       388     41212         0         0    187726         0   no data   no data
0.25/0.30	c asymm  cl-useful: 0/41212/41212 lits-rem:0 time: 0.23
0.25/0.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.30/0.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.30/0.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.30/0.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.30/0.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
2.30/0.36	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
2.30/0.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.26 s
2.30/0.63	c Finding binary XORs  T:     0.00 s  found:       0
2.30/0.63	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
2.30/0.63	c calculated reachability. Time: 0.00
2.30/0.63	c Calc default polars -  time:   0.00 s pos:     388 undec:       0 neg:       0
2.30/0.63	c =========================================================================================
2.30/0.63	c types(t): F = full restart, N = normal restart
2.30/0.63	c types(t): S = simplification begin/end, E = solution found
2.30/0.63	c restart types(rt): st = static, dy = dynamic
2.30/0.63	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.30/0.63	c  B st     0         0       388     41212         0         0    187726         0   no data   no data
2.30/0.97	c  N dy    17      4066       388     41212         0      3970    187726    169369     25.91     30.44
10.79/1.48	c  N dy    26      9644       388     41212         0      6058    187726    227200     24.66     26.07
13.98/1.85	c  N dy    42     13659       388     41212         0     10007    187726    384748     24.69     26.38
23.56/3.01	c  F st    45     25001       388     41212         0      8434    187726    273305     22.42     19.30
23.56/3.01	c  N st    45     25001       388     41212         0      8434    187726    273305     22.42     19.30
27.56/3.52	c  N dy    51     30001       388     41212         0     13317    187726    472785     22.42   no data
27.56/3.52	c  S st    51     30001       388     41212         0     13317    187726    472785     22.42   no data
27.56/3.58	c  S st    51     30503       388     41212         0     13815    187726    492743     22.42   no data
27.56/3.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.56/3.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.56/3.59	c blocked clauses removed:        0 vars:      0 tried:         388 T: 0.00 s
27.56/3.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.56/3.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.36/3.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
28.36/3.60	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
28.36/3.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.36/3.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.96/3.89	c lits-rem:        44  cl-subs:      359  v-elim:      0  v-fix:    0  time:  0.26 s
31.56/4.09	c asymm  cl-useful: 0/14489/41212 lits-rem:0 time: 0.20
31.56/4.09	c calculated reachability. Time: 0.00
31.56/4.09	c  N dy    51     30503       388     41212         0     13456    187726    481977     22.42   no data
35.54/4.56	c  N dy    55     34639       388     41212         0      9136    187726    279092     22.17     23.55
38.75/4.98	c  N dy    92     38699       388     41212         0     13113    187726    442928     22.84     29.99
41.98/5.40	c  N dy    94     42770       388     41212         0     17086    187726    589209     22.63     23.88
45.13/5.73	c  S st   112     45755       388     41212         0     10535    187726    315517     22.78   no data
45.13/5.79	c  S st   112     46256       388     41212         0     11035    187726    335922     22.78   no data
45.13/5.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.13/5.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
45.93/5.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.93/5.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.93/5.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.93/5.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
45.93/5.81	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
45.93/5.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.93/5.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.93/5.88	c lits-rem:         4  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.06 s
45.93/5.88	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
45.93/5.89	c vivif2 --  cl tried    10984 cl shrink        0 lits rem          0 time: 0.00
48.33/6.13	c asymm  cl-useful: 0/21235/41212 lits-rem:0 time: 0.25
48.33/6.14	c calculated reachability. Time: 0.00
48.33/6.14	c  N dy   112     46256       388     41212         0     10984    187726    334410     22.78   no data
52.32/6.63	c  N dy   131     51058       388     41212         0     15695    187726    513917     22.83     24.04
57.12/7.20	c  N dy   141     56385       388     41212         0     20886    187726    710793     22.73     23.97
60.41/7.65	c  N dy   172     60467       388     41212         0     14345    187726    453765     23.06     28.22
69.19/8.72	c  N dy   178     69384       388     41212         0     23021    187726    767104     22.76     20.39
69.19/8.72	c  S st   178     69384       388     41212         0     23021    187726    767104     22.76     20.39
69.89/8.80	c  S st   178     69886       388     41212         0     11960    187726    330063     22.76   no data
69.89/8.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
69.89/8.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
69.89/8.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
69.89/8.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
69.89/8.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.89/8.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
69.89/8.82	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
69.89/8.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
69.89/8.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.89/8.89	c lits-rem:         1  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.05 s
69.89/8.89	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
69.89/8.89	c vivif2 --  cl tried    11945 cl shrink        0 lits rem          0 time: 0.00
70.69/8.94	c asymm  cl-useful: 0/5488/41212 lits-rem:0 time: 0.05
70.69/8.94	c calculated reachability. Time: 0.00
70.69/8.94	c  N dy   178     69886       388     41212         0     11945    187726    329669     22.76   no data
75.49/9.54	c  N dy   184     75603       388     41212         0     17499    187726    531532     22.62     23.87
79.47/10.09	c  N dy   210     80450       388     41212         0     22238    187726    717114     22.70     23.94
85.91/10.88	c  F st   230     87500       388     41212         0     16596    187726    480457     22.53     17.66
85.91/10.89	c  N st   230     87500       388     41212         0     16596    187726    480457     22.53     17.66
91.45/11.51	c  N dy   240     93094       388     41212         0     22093    187726    698043     22.55     29.17
97.04/12.24	c  N dy   267     99159       388     41212         0     14460    187726    389178     22.65     23.86
101.84/12.84	c  S st   291    104829       388     41212         0     19995    187726    610671     22.71     22.58
102.64/12.90	c  S st   291    105331       388     41212         0     20496    187726    631614     22.71   no data
102.64/12.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
102.64/12.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
102.64/12.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
102.64/12.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
102.64/12.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.64/12.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
102.64/12.92	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
102.64/12.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
102.64/12.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.34/13.19	c lits-rem:        36  cl-subs:      245  v-elim:      0  v-fix:    0  time:  0.24 s
104.34/13.19	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
105.03/13.20	c vivif2 --  cl tried    20251 cl shrink        0 lits rem          0 time: 0.01
106.63/13.40	c asymm  cl-useful: 0/13075/41212 lits-rem:0 time: 0.20
106.63/13.40	c calculated reachability. Time: 0.00
106.63/13.40	c  N dy   291    105331       388     41212         0     20251    187726    624199     22.71   no data
117.02/14.72	c  N dy   297    117458       388     41212         0     17535    187726    478848     22.43     23.63
124.21/15.62	c  N dy   324    125008       388     41212         0     24918    187726    765540     22.43     26.63
132.19/16.64	c  N dy   379    133064       388     41212         0     17277    187726    454957     22.59     24.28
141.77/17.84	c  N dy   409    144059       388     41212         0     28004    187726    869186     22.60     24.12
154.55/19.46	c  N dy   415    157997       388     41212         0     25153    187726    726038     22.36     18.78
154.55/19.46	c  S st   415    157997       388     41212         0     25153    187726    726038     22.36     18.78
155.35/19.53	c  S st   415    158498       388     41212         0     25652    187726    747206     22.36   no data
155.35/19.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
155.35/19.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
155.35/19.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
155.35/19.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
155.35/19.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.35/19.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
155.35/19.56	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
155.35/19.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
155.35/19.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
159.33/20.01	c lits-rem:        59  cl-subs:      509  v-elim:      0  v-fix:    0  time:  0.42 s
159.33/20.01	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
159.33/20.02	c vivif2 --  cl tried    25143 cl shrink        0 lits rem          0 time: 0.01
160.94/20.26	c asymm  cl-useful: 0/9994/41212 lits-rem:0 time: 0.23
160.94/20.26	c calculated reachability. Time: 0.00
160.94/20.26	c  N dy   415    158498       388     41212         0     25143    187726    733491     22.36   no data
171.32/21.55	c  N dy   463    168634       388     41212         0     17606    187726    427869     22.45     30.29
180.91/22.75	c  N dy   501    179478       388     41212         0     28149    187726    825722     22.42     30.12
192.88/24.26	c  N dy   578    191040       388     41212         0     21041    187726    544947     22.63     23.82
204.07/25.68	c  N dy   614    203265       388     41212         0     33011    187726    998817     22.62     31.05
240.01/30.13	c  N dy   630    237747       388     41212         0     26889    187726    704636     22.06     20.41
240.01/30.13	c  S st   630    237747       388     41212         0     26889    187726    704636     22.06     20.41
240.81/30.20	c  S st   630    238248       388     41212         0     27389    187726    725577     22.06   no data
240.81/30.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
240.81/30.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
240.81/30.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.81/30.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
240.81/30.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
240.81/30.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
240.81/30.23	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
240.81/30.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
240.81/30.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.04/30.69	c lits-rem:        95  cl-subs:      604  v-elim:      0  v-fix:    0  time:  0.43 s
244.04/30.69	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
244.04/30.70	c vivif2 --  cl tried    26785 cl shrink        0 lits rem          0 time: 0.01
246.39/30.93	c asymm  cl-useful: 0/15531/41212 lits-rem:0 time: 0.24
246.39/30.94	c calculated reachability. Time: 0.00
246.39/30.94	c  N dy   630    238248       388     41212         0     26785    187726    710547     22.06   no data
261.62/32.84	c  N dy   678    253503       388     41212         0     41665    187726   1287476     22.06     23.46
279.20/35.02	c  N dy   766    270849       388     41212         0     37274    187726   1109861     22.17     23.37
297.63/37.31	c  N dy   842    288484       388     41212         0     32185    187726    884756     22.23     23.54
315.89/39.68	c  F st   922    306250       388     41212         0     26244    187726    643008     22.30     21.49
317.49/39.82	c  N st   925    307438       388     41212         0     27414    187726    688404     22.30   no data
342.25/42.95	c  N dy  1002    330968       388     41212         0     26116    187726    620306     22.34     23.53
369.41/46.36	c  N dy  1036    356837       388     41212         0     26056    187726    613802     22.20     23.37
370.21/46.41	c  S st  1038    357372       388     41212         0     26582    187726    633650     22.19     19.90
370.21/46.48	c  S st  1038    357873       388     41212         0     27080    187726    653902     22.19   no data
370.21/46.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
370.21/46.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
371.01/46.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
371.01/46.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
371.01/46.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
371.01/46.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
371.01/46.50	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
371.01/46.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
371.01/46.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
372.60/46.72	c lits-rem:         7  cl-subs:       69  v-elim:      0  v-fix:    0  time:  0.18 s
372.60/46.72	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
372.60/46.73	c vivif2 --  cl tried    27011 cl shrink        0 lits rem          0 time: 0.01
372.60/46.76	c asymm  cl-useful: 0/2612/41212 lits-rem:0 time: 0.03
372.60/46.76	c calculated reachability. Time: 0.00
372.60/46.76	c  N dy  1038    357873       388     41212         0     27011    187726    652084     22.19   no data
392.58/49.28	c  N dy  1110    377884       388     41212         0     46497    187726   1402184     22.21     23.45
413.34/51.85	c  N dy  1124    398113       388     41212         0     40034    187726   1094881     22.06     23.24
434.91/54.59	c  N dy  1155    418165       388     41212         0     32355    187726    789014     21.99     29.83
463.69/58.16	c  N dy  1243    444550       388     41212         0     29967    187726    680235     22.02     23.34
486.02/60.96	c  N dy  1336    465762       388     41212         0     50717    187726   1463705     22.05     23.39
508.48/63.72	c  N dy  1414    485770       388     41212         0     41048    187726   1079331     22.08     29.93
533.98/66.95	c  N dy  1473    509198       388     41212         0     33759    187726    784272     22.05     23.34
556.31/69.78	c  N dy  1577    529233       388     41212         0     53281    187726   1556869     22.11     23.30
565.09/70.88	c  S st  1581    536811       388     41212         0     60619    187726   1817914     22.07     18.39
565.89/70.99	c  S st  1581    537313       388     41212         0     61119    187726   1838558     22.07   no data
565.89/70.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
566.69/71.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
566.69/71.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
566.69/71.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
566.69/71.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
566.69/71.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
566.69/71.03	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
566.69/71.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
567.50/71.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
589.85/73.91	c lits-rem:       287  cl-subs:     1662  v-elim:      0  v-fix:    0  time:  2.80 s
589.85/73.91	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
589.85/73.93	c vivif2 --  cl tried    59457 cl shrink        0 lits rem          0 time: 0.02
591.45/74.19	c asymm  cl-useful: 0/2982/41212 lits-rem:0 time: 0.25
591.45/74.19	c calculated reachability. Time: 0.00
591.45/74.19	c  N dy  1581    537313       388     41212         0     59457    187726   1794889     22.07   no data
613.91/76.94	c  N dy  1628    558431       388     41212         0     49005    187726   1357187     22.05     23.21
636.98/79.88	c  N dy  1716    578496       388     41212         0     36561    187726    877845     22.09     30.08
659.34/82.62	c  N dy  1801    598505       388     41212         0     56067    187726   1634662     22.12     23.69
684.21/85.77	c  N dy  1822    621555       388     41212         0     45547    187726   1179309     22.06     23.27
710.54/89.03	c  N dy  1860    644507       388     41212         0     67872    187726   1982700     22.00     23.17
816.67/102.39	c  N dy  1880    731930       388     41212         0     48147    187726   1169329     21.52     22.73
841.48/105.44	c  N dy  1993    751951       388     41212         0     67681    187726   1936122     21.58     22.77
866.18/108.59	c  N dy  2055    772093       388     41212         0     50453    187726   1286999     21.59     22.80
892.55/111.82	c  N dy  2141    792984       388     41212         0     70871    187726   2057424     21.61     22.81
906.12/113.59	c  S st  2142    805973       388     41212         0     45642    187726   1082502     21.56     17.47
906.92/113.67	c  S st  2142    806477       388     41212         0     46142    187726   1102698     21.56   no data
906.92/113.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
907.73/113.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
907.73/113.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
907.73/113.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
907.73/113.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
907.73/113.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
907.73/113.71	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
907.73/113.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
907.73/113.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
914.90/114.63	c lits-rem:        98  cl-subs:      521  v-elim:      0  v-fix:    0  time:  0.87 s
914.90/114.63	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
914.90/114.64	c vivif2 --  cl tried    45621 cl shrink        0 lits rem          0 time: 0.01
917.30/114.91	c asymm  cl-useful: 0/10138/41212 lits-rem:0 time: 0.27
917.30/114.91	c calculated reachability. Time: 0.00
917.30/114.91	c  N dy  2142    806477       388     41212         0     45621    187726   1089638     21.56   no data
950.85/119.16	c  N dy  2176    836393       388     41212         0     74631    187726   2147723     21.51     22.79
987.60/123.75	c  N dy  2268    868641       388     41212         0     67079    187726   1870801     21.49     22.68
1014.77/127.16	c  N dy  2363    890101       388     41212         0     48313    187726   1177367     21.50     22.74
1038.73/130.14	c  N dy  2399    910420       388     41212         0     68024    187726   1893849     21.48     22.70
1064.28/133.32	c  N dy  2425    931992       388     41212         0     48296    187726   1143873     21.45     22.67
1087.49/136.25	c  N dy  2498    952069       388     41212         0     67917    187726   1888416     21.47     30.66
1116.21/139.85	c  N dy  2599    973551       388     41212         0     47134    187726   1094121     21.50     22.86
1142.56/143.12	c  N dy  2624    996668       388     41212         0     69494    187726   1890377     21.43     22.57
1174.52/147.14	c  N dy  2688   1022316       388     41212         0     51787    187726   1235674     21.42     22.88
1213.65/152.08	c  N dy  2809   1054490       388     41212         0     83086    187726   2400258     21.42     22.57
1236.01/154.85	c  F st  2915   1071877       388     41212         0     56492    187726   1443589     21.45     20.99
1240.01/155.30	c  N st  2920   1075177       388     41212         0     59720    187726   1565056     21.45   no data
1267.16/158.74	c  N dy  2952   1098066       388     41212         0     82047    187726   2399259     21.43     22.65
1294.32/162.12	c  N dy  3052   1118538       388     41212         0     57343    187726   1433618     21.46     22.59
1318.27/165.15	c  N dy  3087   1138549       388     41212         0     76842    187726   2137638     21.44     23.82
1347.04/168.70	c  N dy  3178   1158958       388     41212         0     51031    187726   1181272     21.46     22.60
1387.77/173.83	c  N dy  3252   1192906       388     41212         0     83990    187726   2389308     21.42     22.59
1409.34/176.53	c  S st  3291   1209715       388     41212         0     53793    187726   1251183     21.42   no data
1410.14/176.62	c  S st  3291   1210219       388     41212         0     54295    187726   1271947     21.42   no data
1410.14/176.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1410.14/176.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
1410.14/176.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1410.14/176.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1410.14/176.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1410.14/176.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
1410.14/176.66	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1410.14/176.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1410.94/176.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1418.13/177.64	c lits-rem:        61  cl-subs:      365  v-elim:      0  v-fix:    0  time:  0.93 s
1418.13/177.64	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
1418.13/177.66	c vivif2 --  cl tried    53930 cl shrink        0 lits rem          0 time: 0.02
1420.53/177.96	c asymm  cl-useful: 0/5311/41212 lits-rem:0 time: 0.30
1420.53/177.97	c calculated reachability. Time: 0.00
1420.53/177.97	c  N dy  3291   1210219       388     41212         0     53930    187726   1262111     21.42   no data
1463.66/183.31	c  N dy  3320   1241508       388     41212         0     84373    187726   2342979     21.36     22.49
1490.81/186.75	c  N dy  3362   1262374       388     41212         0     57037    187726   1345138     21.34     22.65
1516.38/189.96	c  N dy  3446   1282872       388     41212         0     77020    187726   2091366     21.35     22.73
1549.92/194.13	c  N dy  3516   1303815       388     41212         0     48911    187726   1017569     21.36     22.52
1573.88/197.16	c  N dy  3590   1324029       388     41212         0     68671    187726   1759457     21.36     22.49
1601.83/200.62	c  N dy  3699   1344091       388     41212         0     88217    187726   2506573     21.39     27.46
1628.98/204.07	c  N dy  3774   1364268       388     41212         0     58314    187726   1357281     21.40     22.53
1655.35/207.37	c  N dy  3883   1384774       388     41212         0     78350    187726   2124616     21.42     22.62
1696.08/212.42	c  N dy  3920   1413771       388     41212         0     56082    187726   1230585     21.37     22.69
1720.09/215.46	c  N dy  4003   1433824       388     41212         0     75593    187726   1968408     21.39     24.90
1806.32/226.20	c  N dy  4081   1497112       388     41212         0     85629    187726   2197014     21.31     22.46
1834.31/229.75	c  N dy  4095   1517206       388     41212         0     52711    187726   1094564     21.28     24.37
1864.61/233.51	c  N dy  4168   1542336       388     41212         0     77202    187726   2006061     21.28     22.41
1894.98/237.41	c  N dy  4285   1563533       388     41212         0     97913    187726   2808441     21.30     22.56
1925.33/241.11	c  N dy  4397   1583629       388     41212         0     64078    187726   1504165     21.33     22.49
1953.99/244.73	c  N dy  4484   1605778       388     41212         0     85727    187726   2323313     21.34     22.49
1983.49/248.43	c  N dy  4539   1625839       388     41212         0    105287    187726   3034202     21.33     25.52
2012.03/252.09	c  N dy  4616   1648065       388     41212         0     72467    187726   1783168     21.33     22.46
2040.61/255.61	c  N dy  4703   1668920       388     41212         0     92859    187726   2562059     21.34     22.82
2072.37/259.69	c  N dy  4793   1689193       388     41212         0     57150    187726   1206398     21.36     22.72
2098.64/262.92	c  N dy  4897   1709247       388     41212         0     76759    187726   1963780     21.38     22.66
2100.24/263.10	c  S st  4905   1710219       388     41212         0     77714    187726   2001850     21.38   no data
2101.04/263.21	c  S st  4905   1710724       388     41212         0     78216    187726   2023129     21.38   no data
2101.04/263.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2101.04/263.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2101.04/263.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2101.04/263.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2101.04/263.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2101.04/263.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
2101.04/263.27	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
2101.04/263.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2101.83/263.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2124.30/266.11	c lits-rem:       104  cl-subs:     1009  v-elim:      0  v-fix:    0  time:  2.76 s
2124.30/266.12	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
2124.30/266.14	c vivif2 --  cl tried    77207 cl shrink        0 lits rem          0 time: 0.02
2126.59/266.48	c asymm  cl-useful: 0/4158/41212 lits-rem:0 time: 0.34
2126.59/266.49	c calculated reachability. Time: 0.00
2126.59/266.49	c  N dy  4905   1710724       388     41212         0     77207    187726   1994481     21.38   no data
2177.02/272.74	c  N dy  4908   1742096       388     41212         0    107562    187726   3011196     21.32     22.54
2206.47/276.42	c  N dy  4956   1762469       388     41212         0     71067    187726   1697274     21.31     22.50
2294.32/287.47	c  N dy  4994   1819950       388     41212         0     69663    187726   1590955     21.20     22.51
2324.68/291.28	c  N dy  5074   1841440       388     41212         0     90513    187726   2354791     21.20     22.46
2369.44/296.90	c  N dy  5154   1872938       388     41212         0     62932    187726   1371053     21.19     22.44
2397.36/300.32	c  N dy  5221   1895366       388     41212         0     84674    187726   2180213     21.20     22.38
2434.10/304.97	c  N dy  5285   1920173       388     41212         0    108904    187726   3062693     21.19     22.50
2477.24/310.35	c  N dy  5361   1951195       388     41212         0     79772    187726   1958578     21.18     22.63
2513.99/314.92	c  N dy  5459   1976052       388     41212         0    103968    187726   2859016     21.18     22.39
2547.54/319.15	c  N dy  5578   1996141       388     41212         0     63342    187726   1360313     21.21     23.54
2578.69/323.05	c  N dy  5637   2019873       388     41212         0     86411    187726   2211247     21.21     22.34
2637.80/330.42	c  N dy  5691   2060688       388     41212         0     64907    187726   1388566     21.17     22.32
2664.15/333.78	c  N dy  5763   2080848       388     41212         0     84520    187726   2120008     21.17     22.39
2696.89/337.85	c  N dy  5840   2103498       388     41212         0    106561    187726   2959315     21.18     22.35
2731.24/342.19	c  N dy  5929   2123499       388     41212         0     63982    187726   1352248     21.19     23.91
2756.91/345.34	c  N dy  5978   2143563       388     41212         0     83489    187726   2055711     21.19     23.00
2787.95/349.25	c  N dy  6064   2165199       388     41212         0    104522    187726   2848757     21.19     22.32
2819.90/353.21	c  N dy  6106   2186075       388     41212         0    124774    187726   3586660     21.19     22.31
2848.65/356.89	c  N dy  6155   2208656       388     41212         0     83721    187726   2058831     21.18     22.41
2851.86/357.26	c  S st  6169   2210725       388     41212         0     85755    187726   2136670     21.18   no data
2852.69/357.38	c  S st  6169   2211229       388     41212         0     86257    187726   2156642     21.18   no data
2852.69/357.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2853.55/357.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2853.55/357.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2853.55/357.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2853.55/357.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2853.55/357.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
2853.55/357.45	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
2853.55/357.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2854.24/357.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2877.42/360.49	c lits-rem:       151  cl-subs:     1135  v-elim:      0  v-fix:    0  time:  2.96 s
2877.42/360.49	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
2878.22/360.52	c vivif2 --  cl tried    85122 cl shrink        0 lits rem          0 time: 0.03
2880.60/360.88	c asymm  cl-useful: 0/4701/41212 lits-rem:0 time: 0.36
2880.60/360.89	c calculated reachability. Time: 0.00
2880.60/360.89	c  N dy  6169   2211229       388     41212         0     85122    187726   2126541     21.18   no data
2920.55/365.86	c  N dy  6289   2236779       388     41212         0    110056    187726   3076347     21.20     22.33
2960.48/370.83	c  N dy  6360   2256847       388     41212         0     65489    187726   1373818     21.20     22.33
3029.28/379.45	c  N dy  6397   2304373       388     41212         0    111751    187726   2953074     21.15     22.27
3064.41/383.89	c  N dy  6488   2324390       388     41212         0     66156    187726   1385580     21.16     30.92
3094.66/387.68	c  N dy  6602   2344485       388     41212         0     85771    187726   2139575     21.18     25.39
3125.92/391.59	c  N dy  6676   2364883       388     41212         0    105634    187726   2891569     21.18     22.30
3164.16/396.30	c  N dy  6791   2386299       388     41212         0    126574    187726   3705329     21.20     22.57
3195.35/400.24	c  N dy  6901   2406315       388     41212         0     79961    187726   1891574     21.21     23.15
3223.26/403.75	c  N dy  6962   2426320       388     41212         0     99518    187726   2610812     21.21     24.61
3261.60/408.53	c  N dy  7077   2448676       388     41212         0    121395    187726   3443011     21.23     22.37
3295.95/412.85	c  N dy  7177   2469547       388     41212         0     74534    187726   1671673     21.24     22.59
3324.70/416.44	c  N dy  7284   2489571       388     41212         0     94062    187726   2413095     21.26     22.56
3351.87/419.89	c  N dy  7298   2509668       388     41212         0    113553    187726   3113828     21.24     30.47
3385.40/424.09	c  N dy  7374   2529745       388     41212         0    133157    187726   3860970     21.25     28.18
3417.35/428.05	c  N dy  7509   2549806       388     41212         0     84640    187726   2045657     21.28     28.29
3450.14/432.19	c  N dy  7566   2573116       388     41212         0    107294    187726   2874359     21.27     22.53
3486.84/436.70	c  N dy  7684   2593376       388     41212         0    127078    187726   3637663     21.29     22.51
3521.29/441.02	c  N dy  7779   2613462       388     41212         0     77521    187726   1736118     21.30     23.76
3548.34/444.42	c  N dy  7834   2633494       388     41212         0     97032    187726   2448404     21.30     32.17
3579.50/448.34	c  N dy  7898   2654086       388     41212         0    117107    187726   3207036     21.30     22.43
3624.22/453.96	c  N dy  7919   2682922       388     41212         0     75130    187726   1625812     21.28     22.49
3653.78/457.63	c  N dy  8005   2704809       388     41212         0     96448    187726   2424059     21.28     22.47
3663.36/458.82	c  S st  8026   2711229       388     41212         0    102726    187726   2657336     21.29   no data
3664.16/458.95	c  S st  8026   2711730       388     41212         0    103227    187726   2677884     21.29   no data
3664.16/458.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3664.96/459.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
3664.96/459.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3664.96/459.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3664.96/459.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3664.96/459.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
3664.96/459.02	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
3664.96/459.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3665.76/459.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3701.71/463.67	c lits-rem:       216  cl-subs:     1947  v-elim:      0  v-fix:    0  time:  4.55 s
3701.71/463.68	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
3702.51/463.71	c vivif2 --  cl tried   101280 cl shrink        0 lits rem          0 time: 0.03
3704.95/464.09	c asymm  cl-useful: 0/4324/41212 lits-rem:0 time: 0.38
3704.95/464.09	c calculated reachability. Time: 0.00
3704.95/464.09	c  N dy  8026   2711730       388     41212         0    101280    187726   2627505     21.29   no data
3746.44/469.27	c  N dy  8066   2737580       388     41212         0    126480    187726   3542897     21.27     22.57
3787.97/474.49	c  N dy  8137   2757972       388     41212         0     75383    187726   1638757     21.28     22.51
3818.32/478.23	c  N dy  8236   2778773       388     41212         0     95706    187726   2413443     21.29     22.44
3855.17/482.88	c  N dy  8331   2801860       388     41212         0    118277    187726   3271007     21.30     22.47
3893.40/487.68	c  N dy  8460   2821985       388     41212         0    138007    187726   4037490     21.31     22.46
3934.93/492.86	c  N dy  8463   2849070       388     41212         0     92215    187726   2187851     21.28     22.55
3964.49/496.58	c  N dy  8513   2869124       388     41212         0    111722    187726   2909184     21.28     27.46
3998.04/500.70	c  N dy  8575   2889921       388     41212         0    131996    187726   3651844     21.28     22.60
4029.20/504.67	c  N dy  8613   2910034       388     41212         0     78613    187726   1730032     21.27     22.44
4058.74/508.38	c  N dy  8706   2930078       388     41212         0     98210    187726   2467229     21.28     22.87
4093.07/512.60	c  N dy  8778   2950989       388     41212         0    118512    187726   3219208     21.28     22.41
4129.02/517.13	c  N dy  8849   2971682       388     41212         0    138627    187726   3973082     21.28     22.44
4182.54/523.86	c  N dy  8898   3006711       388     41212         0     98701    187726   2403976     21.25     22.58
4225.67/529.28	c  N dy  8974   3033045       388     41212         0    124410    187726   3351239     21.25     22.46
4261.62/533.73	c  N dy  9044   3053935       388     41212         0    144766    187726   4121903     21.26     22.45
4292.79/537.64	c  N dy  9134   3073986       388     41212         0     89499    187726   2089934     21.26     31.79
4328.77/542.12	c  N dy  9197   3098247       388     41212         0    113217    187726   2985463     21.26     22.64
4403.81/551.57	c  N dy  9288   3142992       388     41212         0     80934    187726   1722055     21.25     22.42
4431.78/555.03	c  N dy  9363   3163007       388     41212         0    100509    187726   2455111     21.25     22.49
4498.05/563.33	c  N dy  9388   3205764       388     41212         0    141672    187726   3842775     21.21     22.52
4508.44/564.63	c  S st  9398   3211735       388     41212         0    147530    187726   4061015     21.20     17.94
4510.04/564.82	c  S st  9398   3212237       388     41212         0    148028    187726   4082300     21.20   no data
4510.04/564.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4510.84/564.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
4510.84/564.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4510.84/564.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4510.84/564.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4510.84/564.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
4510.84/564.93	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
4510.84/564.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4511.64/565.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4622.65/578.93	c lits-rem:       966  cl-subs:     8789  v-elim:      0  v-fix:    0  time: 13.83 s
4622.65/578.93	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
4622.65/578.98	c vivif2 --  cl tried   139239 cl shrink        0 lits rem          0 time: 0.05
4625.84/579.39	c asymm  cl-useful: 0/3927/41212 lits-rem:0 time: 0.41
4626.64/579.40	c calculated reachability. Time: 0.00
4626.64/579.40	c  N dy  9398   3212237       388     41212         0    139239    187726   3887524     21.20   no data
4662.62/583.97	c  N dy  9487   3232239       388     41212         0     82194    187726   1775048     21.21     27.57
4689.85/587.37	c  N dy  9547   3252467       388     41212         0    101884    187726   2508590     21.21     22.51
4724.99/591.78	c  N dy  9669   3272474       388     41212         0    121467    187726   3262088     21.23     22.61
4795.97/600.63	c  N dy  9670   3313570       388     41212         0     83834    187726   1793271     21.19     22.33
4845.50/606.85	c  N dy  9711   3348156       388     41212         0    117417    187726   2979490     21.17     22.39
4886.23/611.90	c  N dy  9808   3370948       388     41212         0    139699    187726   3816651     21.18     22.49
4924.57/616.72	c  N dy  9901   3391008       388     41212         0     80521    187726   1668715     21.19     23.68
4952.56/620.22	c  N dy  9979   3411015       388     41212         0    100029    187726   2373469     21.19     29.68
4983.67/624.19	c  N dy 10058   3431073       388     41212         0    119593    187726   3110117     21.19     25.17
5033.18/630.32	c  N dy 10147   3457797       388     41212         0    145618    187726   4057051     21.19     22.48
5069.13/634.86	c  N dy 10170   3477837       388     41212         0     85350    187726   1810830     21.18     29.65
5108.28/639.78	c  N dy 10174   3506630       388     41212         0    113297    187726   2781669     21.16     22.29
5141.83/643.99	c  N dy 10256   3526706       388     41212         0    132866    187726   3512602     21.16     25.47
5180.16/648.71	c  N dy 10348   3546798       388     41212         0    152462    187726   4245980     21.17     22.34
5212.11/652.74	c  N dy 10379   3567858       388     41212         0     92160    187726   2051927     21.16     22.32
5254.44/658.03	c  N dy 10480   3596537       388     41212         0    120066    187726   3085261     21.16     22.40
5291.19/662.65	c  N dy 10596   3616818       388     41212         0    139929    187726   3850541     21.17     22.37
5332.71/667.83	c  N dy 10685   3638805       388     41212         0    161341    187726   4645573     21.18     22.32
5377.44/673.41	c  N dy 10704   3668339       388     41212         0    108377    187726   2579647     21.15     22.33
5410.29/677.57	c  N dy 10798   3688415       388     41212         0    128019    187726   3328791     21.16     26.83
5452.54/682.81	c  N dy 10865   3712238       388     41212         0    151144    187726   4144237     21.15     18.06
5452.54/682.81	c  S st 10865   3712238       388     41212         0    151144    187726   4144237     21.15     18.06
5453.38/683.00	c  S st 10865   3712742       388     41212         0    151645    187726   4164368     21.15   no data
5454.23/683.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5454.92/683.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
5454.92/683.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5454.92/683.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5454.92/683.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5454.92/683.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
5454.92/683.12	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
5454.92/683.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
5455.72/683.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5528.41/692.38	c lits-rem:       523  cl-subs:     4426  v-elim:      0  v-fix:    0  time:  9.10 s
5528.41/692.39	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
5529.21/692.45	c vivif2 --  cl tried   147219 cl shrink        0 lits rem          0 time: 0.07
5532.43/692.85	c asymm  cl-useful: 0/4742/41212 lits-rem:0 time: 0.39
5532.43/692.85	c calculated reachability. Time: 0.00
5532.43/692.85	c  N dy 10865   3712742       388     41212         0    147219    187726   4056132     21.15   no data
5574.74/698.13	c  N dy 10963   3732806       388     41212         0     84204    187726   1736947     21.16     24.20
5601.10/701.40	c  F st 11019   3751565       388     41212         0    102480    187726   2409815     21.16     19.28
5603.60/701.78	c  N st 11023   3753597       388     41212         0    104460    187726   2485126     21.16   no data
5639.44/706.29	c  N dy 11140   3773823       388     41212         0    124228    187726   3250979     21.17     22.39
5674.58/710.62	c  N dy 11199   3793832       388     41212         0    143756    187726   3988966     21.17     23.52
5716.96/715.94	c  N dy 11302   3814004       388     41212         0    163431    187726   4736581     21.18     22.36
5750.47/720.18	c  N dy 11367   3835249       388     41212         0    100448    187726   2313545     21.18     22.30
5784.01/724.34	c  N dy 11480   3855338       388     41212         0    120039    187726   3066306     21.19     27.35
5822.39/729.12	c  N dy 11572   3877359       388     41212         0    141534    187726   3867383     21.20     22.56
5879.06/736.29	c  N dy 11635   3909282       388     41212         0     87960    187726   1836494     21.19     22.32
5909.41/740.04	c  N dy 11730   3930001       388     41212         0    108192    187726   2606834     21.20     22.36
5944.56/744.42	c  N dy 11772   3953881       388     41212         0    131393    187726   3455662     21.19     22.34
5986.10/749.60	c  N dy 11779   3978057       388     41212         0    154960    187726   4244003     21.17     22.36
6030.82/755.21	c  N dy 11842   4001344       388     41212         0     92056    187726   1967552     21.17     22.48
6061.17/759.02	c  N dy 11926   4021708       388     41212         0    111952    187726   2716601     21.17     22.31
6093.13/763.07	c  N dy 11944   4042953       388     41212         0    132689    187726   3454718     21.16     22.35
6129.92/767.67	c  N dy 12023   4062984       388     41212         0    152212    187726   4188707     21.16     27.45
6173.01/773.00	c  N dy 12106   4084608       388     41212         0    173308    187726   4979949     21.17     22.48
6217.79/778.64	c  N dy 12159   4113781       388     41212         0    115003    187726   2745200     21.15     22.27
6256.07/783.41	c  N dy 12260   4135822       388     41212         0    136525    187726   3552907     21.16     22.31
6292.02/787.98	c  N dy 12307   4156370       388     41212         0    156516    187726   4276803     21.15     22.55
6339.14/793.87	c  N dy 12409   4176389       388     41212         0     88469    187726   1809307     21.16     22.31
6377.48/798.61	c  N dy 12477   4199604       388     41212         0    111062    187726   2661731     21.16     22.41
6400.65/801.51	c  S st 12493   4212742       388     41212         0    123824    187726   3107594     21.15     19.18
6401.45/801.69	c  S st 12493   4213242       388     41212         0    124322    187726   3127828     21.15   no data
6401.45/801.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
6402.29/801.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
6402.29/801.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6402.29/801.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6402.29/801.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6402.29/801.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
6402.29/801.79	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
6403.14/801.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
6403.84/801.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6436.60/806.05	c lits-rem:       275  cl-subs:     2464  v-elim:      0  v-fix:    0  time:  4.13 s
6436.60/806.05	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
6436.60/806.10	c vivif2 --  cl tried   121858 cl shrink        0 lits rem          0 time: 0.05
6437.43/806.17	c asymm  cl-useful: 0/929/41212 lits-rem:0 time: 0.07
6437.43/806.17	c calculated reachability. Time: 0.00
6437.43/806.17	c  N dy 12493   4213242       388     41212         0    121858    187726   3067668     21.15   no data
6471.74/810.45	c  N dy 12533   4233357       388     41212         0    141443    187726   3770964     21.15     22.29
6538.03/818.79	c  N dy 12625   4268454       388     41212         0    175691    187726   4989146     21.14     22.41
6764.87/847.10	c  N dy 12654   4387282       388     41212         0    112707    187726   2533537     21.05     22.16
6800.82/851.61	c  N dy 12707   4410183       388     41212         0    134976    187726   3330655     21.04     22.39
6850.37/857.87	c  N dy 12768   4440261       388     41212         0    164283    187726   4402597     21.04     22.27
6903.09/864.50	c  N dy 12863   4468195       388     41212         0    101322    187726   2205153     21.04     22.37
6938.24/868.84	c  N dy 12893   4491558       388     41212         0    124036    187726   2992828     21.03     22.15
6970.14/872.80	c  N dy 12907   4511587       388     41212         0    143409    187726   3653414     21.02     22.21
7018.18/878.84	c  N dy 12944   4540138       388     41212         0    171217    187726   4650888     21.01     22.18
7055.60/883.50	c  N dy 13003   4560198       388     41212         0     99705    187726   2160681     21.01     22.94
7087.60/887.55	c  N dy 13023   4583092       388     41212         0    121910    187726   2949015     21.00     22.12
7121.12/891.78	c  N dy 13088   4603107       388     41212         0    141438    187726   3652965     21.00     22.37
7161.05/896.74	c  N dy 13186   4623583       388     41212         0    161496    187726   4419992     21.01     22.18
7204.19/902.11	c  N dy 13292   4643617       388     41212         0    181065    187726   5164043     21.02     27.80
7240.92/906.74	c  N dy 13423   4663806       388     41212         0    108521    187726   2490394     21.03     22.20
7277.67/911.31	c  N dy 13508   4686646       388     41212         0    130735    187726   3313139     21.03     22.22
7332.78/918.29	c  N dy 13604   4713242       388     41212         0    156564    187726   4264833     21.03     16.78
7332.78/918.29	c  S st 13604   4713242       388     41212         0    156564    187726   4264833     21.03     16.78
7335.17/918.56	c  S st 13604   4713746       388     41212         0    157066    187726   4284053     21.03   no data
7335.17/918.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
7335.97/918.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.11
7336.77/918.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7336.77/918.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7336.77/918.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7336.77/918.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
7336.77/918.71	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
7336.77/918.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
7337.57/918.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7439.91/931.62	c lits-rem:       502  cl-subs:     3674  v-elim:      0  v-fix:    0  time: 12.71 s
7439.91/931.62	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
7439.91/931.69	c vivif2 --  cl tried   153392 cl shrink        0 lits rem          0 time: 0.07
7442.20/931.99	c asymm  cl-useful: 0/4346/41212 lits-rem:0 time: 0.30
7443.00/932.00	c calculated reachability. Time: 0.00
7443.00/932.00	c  N dy 13604   4713746       388     41212         0    153392    187726   4190563     21.03   no data
7484.53/937.26	c  N dy 13660   4734121       388     41212         0    173297    187726   4921154     21.02     22.16
7534.86/943.53	c  N dy 13722   4759959       388     41212         0    105082    187726   2291340     21.02     22.30
7573.99/948.43	c  N dy 13856   4780059       388     41212         0    124759    187726   3055375     21.03     25.53
7614.77/953.56	c  N dy 13935   4800156       388     41212         0    144277    187726   3771433     21.03     27.30
7665.05/959.89	c  N dy 13970   4829066       388     41212         0    172216    187726   4744846     21.02     22.22
7712.28/965.71	c  N dy 14001   4853185       388     41212         0    101360    187726   2147282     21.02     22.25
7744.12/969.78	c  N dy 14071   4873804       388     41212         0    121442    187726   2902278     21.02     22.30
7827.19/980.14	c  N dy 14115   4920357       388     41212         0    166384    187726   4416860     21.00     22.31
7880.70/986.87	c  N dy 14223   4944309       388     41212         0    189782    187726   5293685     21.00     22.11
7915.85/991.28	c  N dy 14325   4964457       388     41212         0    114518    187726   2666307     21.01     22.12
7953.39/995.95	c  N dy 14422   4985573       388     41212         0    135183    187726   3447851     21.01     22.37
8013.30/1003.44	c  N dy 14515   5016246       388     41212         0    164985    187726   4541094     21.01     22.22
8104.35/1014.80	c  N dy 14550   5064092       388     41212         0    114968    187726   2577214     20.98     22.18
8137.89/1019.07	c  N dy 14615   5085117       388     41212         0    135451    187726   3341341     20.98     22.09
8173.04/1023.48	c  N dy 14651   5105186       388     41212         0    155021    187726   4028011     20.98     24.22
8215.37/1028.70	c  N dy 14738   5125192       388     41212         0    174528    187726   4751320     20.98     24.28
8281.68/1037.03	c  N dy 14792   5161044       388     41212         0    112433    187726   2490201     20.97     22.08
8316.83/1041.48	c  N dy 14932   5181135       388     41212         0    132076    187726   3242534     20.98     22.19
8355.16/1046.26	c  N dy 15020   5202208       388     41212         0    152662    187726   4015137     20.98     22.13
8377.53/1049.01	c  S st 15061   5213747       388     41212         0    163866    187726   4434478     20.99     19.08
8379.17/1049.25	c  S st 15061   5214248       388     41212         0    164367    187726   4454445     20.99   no data
8379.17/1049.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
8380.03/1049.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.11
8380.03/1049.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8380.03/1049.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8380.03/1049.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8380.03/1049.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
8380.72/1049.40	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
8380.72/1049.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
8381.52/1049.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8492.54/1063.43	c lits-rem:       290  cl-subs:     3268  v-elim:      0  v-fix:    0  time: 13.84 s
8492.54/1063.43	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
8493.37/1063.51	c vivif2 --  cl tried   161099 cl shrink        0 lits rem          0 time: 0.08
8496.53/1063.99	c asymm  cl-useful: 0/4147/41212 lits-rem:0 time: 0.48
8496.53/1064.00	c calculated reachability. Time: 0.00
8496.53/1064.00	c  N dy 15061   5214248       388     41212         0    161099    187726   4367396     20.99   no data
8546.95/1070.28	c  N dy 15180   5234948       388     41212         0    181317    187726   5149740     20.99     22.15
8603.56/1077.39	c  N dy 15191   5263395       388     41212         0    110682    187726   2376340     20.98     22.09
8641.91/1082.18	c  N dy 15292   5283587       388     41212         0    130407    187726   3118036     20.99     22.35
8687.53/1087.87	c  N dy 15397   5305071       388     41212         0    151390    187726   3905035     20.99     22.12
8732.96/1093.50	c  N dy 15537   5325076       388     41212         0    170985    187726   4670241     21.00     24.16
8780.88/1099.50	c  N dy 15683   5345153       388     41212         0    190595    187726   5435944     21.01     30.05
8821.61/1104.62	c  N dy 15764   5365843       388     41212         0    111505    187726   2452438     21.02     22.15
8856.76/1109.04	c  N dy 15835   5386960       388     41212         0    132127    187726   3213618     21.02     22.17
8891.90/1113.44	c  N dy 15879   5406987       388     41212         0    151585    187726   3907858     21.02     30.16
8931.85/1118.44	c  N dy 15929   5427056       388     41212         0    171089    187726   4612306     21.02     23.36
9006.93/1127.82	c  N dy 15992   5461324       388     41212         0    104174    187726   2155776     21.00     22.16
9043.67/1132.44	c  N dy 16045   5486638       388     41212         0    128761    187726   3035210     21.00     22.15
9082.05/1137.22	c  N dy 16153   5507390       388     41212         0    148979    187726   3805429     21.01     22.19
9148.30/1145.50	c  N dy 16215   5541074       388     41212         0    181714    187726   4965491     21.00     22.27
9193.83/1151.23	c  N dy 16306   5561078       388     41212         0    201219    187726   5696351     21.00     23.51
9228.97/1155.68	c  N dy 16403   5581136       388     41212         0    119724    187726   2734255     21.00     24.58
9264.92/1160.16	c  N dy 16499   5601387       388     41212         0    139520    187726   3480718     21.01     22.36
9307.26/1165.41	c  N dy 16625   5621479       388     41212         0    159157    187726   4234832     21.02     23.42
9353.59/1171.22	c  N dy 16746   5642028       388     41212         0    179241    187726   5010674     21.03     22.14
9395.91/1176.53	c  N dy 16785   5662921       388     41212         0    199507    187726   5732614     21.02     22.13
9437.45/1181.76	c  N dy 16876   5684950       388     41212         0    118841    187726   2679295     21.03     22.27
9471.78/1186.05	c  N dy 16903   5706117       388     41212         0    139416    187726   3388809     21.02     22.17
9488.57/1188.10	c  S st 16908   5714249       388     41212         0    147308    187726   3649547     21.02     18.56
9490.16/1188.30	c  S st 16908   5714750       388     41212         0    147808    187726   3669078     21.02   no data
9490.16/1188.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
9490.95/1188.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
9490.95/1188.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9490.95/1188.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9490.95/1188.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9490.95/1188.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
9490.95/1188.43	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
9490.95/1188.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
9491.75/1188.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9553.26/1196.24	c lits-rem:       288  cl-subs:     2727  v-elim:      0  v-fix:    0  time:  7.65 s
9553.26/1196.24	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
9554.05/1196.31	c vivif2 --  cl tried   145081 cl shrink        0 lits rem          0 time: 0.06
9557.35/1196.76	c asymm  cl-useful: 0/4052/41212 lits-rem:0 time: 0.46
9557.35/1196.77	c calculated reachability. Time: 0.00
9557.35/1196.77	c  N dy 16908   5714750       388     41212         0    145081    187726   3602634     21.02   no data
9604.37/1202.62	c  N dy 17030   5734783       388     41212         0    164673    187726   4355615     21.02     28.02
9648.30/1208.11	c  N dy 17114   5754871       388     41212         0    184262    187726   5088805     21.03     22.19
9696.23/1214.11	c  N dy 17211   5775016       388     41212         0    203896    187726   5836608     21.03     22.20
9737.76/1219.38	c  N dy 17309   5795117       388     41212         0    120416    187726   2737766     21.04     22.77
9771.30/1223.52	c  N dy 17366   5815385       388     41212         0    140076    187726   3456216     21.04     22.30
9812.15/1228.64	c  N dy 17490   5835849       388     41212         0    160094    187726   4221213     21.05     22.18
9857.56/1234.33	c  N dy 17583   5855877       388     41212         0    179631    187726   4957481     21.05     23.26
9902.29/1239.99	c  N dy 17660   5877690       388     41212         0    200872    187726   5758781     21.05     22.27
9939.04/1244.56	c  N dy 17719   5897715       388     41212         0    116222    187726   2542866     21.05     32.98
9978.21/1249.51	c  N dy 17853   5920228       388     41212         0    138219    187726   3381718     21.06     22.29
10014.91/1254.06	c  N dy 17908   5940288       388     41212         0    157791    187726   4094387     21.06     22.54
10068.43/1260.72	c  N dy 18000   5966336       388     41212         0    183267    187726   5039255     21.06     22.28
10114.76/1266.50	c  N dy 18098   5986542       388     41212         0    202969    187726   5787081     21.07     22.41
10150.70/1271.03	c  N dy 18111   6006597       388     41212         0    117149    187726   2539751     21.06     25.92
10200.23/1277.29	c  N dy 18148   6039428       388     41212         0    148641    187726   3658128     21.04     22.20
10240.96/1282.39	c  N dy 18235   6059525       388     41212         0    168255    187726   4398623     21.05     25.95
10296.07/1289.27	c  N dy 18315   6085632       388     41212         0    193682    187726   5316680     21.05     22.17
10356.02/1296.79	c  N dy 18434   6111851       388     41212         0    113324    187726   2399676     21.05     22.22
10394.31/1301.54	c  N dy 18508   6135253       388     41212         0    136086    187726   3247723     21.06     22.37
10431.85/1306.20	c  N dy 18572   6156142       388     41212         0    156423    187726   3995186     21.05     22.22
10471.79/1311.24	c  N dy 18634   6176736       388     41212         0    176436    187726   4724420     21.05     22.24
10520.53/1317.31	c  N dy 18710   6199228       388     41212         0    198317    187726   5548626     21.06     22.18
10558.96/1322.13	c  S st 18764   6214750       388     41212         0    213482    187726   6110447     21.06     21.81
10564.44/1322.88	c  S st 18764   6215253       388     41212         0    107139    187726   2161322     21.06   no data
10564.44/1322.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
10565.25/1322.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
10565.25/1322.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10565.25/1322.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10565.25/1322.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10565.25/1322.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
10565.25/1322.96	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
10565.25/1322.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
10566.05/1323.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10579.61/1324.77	c lits-rem:         0  cl-subs:       18  v-elim:      0  v-fix:    0  time:  1.71 s
10579.61/1324.77	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
10580.42/1324.81	c vivif2 --  cl tried   107121 cl shrink        0 lits rem          0 time: 0.03
10583.62/1325.24	c asymm  cl-useful: 0/2975/41212 lits-rem:0 time: 0.44
10583.62/1325.25	c calculated reachability. Time: 0.00
10583.62/1325.25	c  N dy 18764   6215253       388     41212         0    107121    187726   2160906     21.06   no data
10617.16/1329.50	c  N dy 18824   6236344       388     41212         0    127604    187726   2908735     21.06     22.22
10657.10/1334.40	c  N dy 18873   6260256       388     41212         0    150871    187726   3749226     21.05     22.27
10698.68/1339.63	c  N dy 18947   6282494       388     41212         0    172502    187726   4546924     21.05     22.26
10748.16/1345.84	c  N dy 19079   6304377       388     41212         0    193860    187726   5366849     21.06     22.24
10812.89/1353.94	c  N dy 19131   6333484       388     41212         0    114243    187726   2397352     21.06     22.24
10845.60/1358.08	c  N dy 19195   6354530       388     41212         0    134755    187726   3150940     21.06     22.17
10884.74/1362.97	c  N dy 19297   6374980       388     41212         0    154721    187726   3910364     21.06     22.17
10923.09/1367.77	c  N dy 19343   6395067       388     41212         0    174273    187726   4621217     21.06     23.81
10973.40/1374.04	c  N dy 19347   6421976       388     41212         0    200448    187726   5509341     21.05     22.21
11026.11/1380.65	c  N dy 19420   6442816       388     41212         0    111894    187726   2293341     21.05     22.42
11054.88/1384.29	c  N dy 19437   6463230       388     41212         0    131710    187726   2997109     21.04     22.19
11088.41/1388.43	c  N dy 19455   6483291       388     41212         0    151254    187726   3665914     21.03     22.18
11133.14/1394.10	c  N dy 19557   6506689       388     41212         0    174141    187726   4538857     21.04     22.22
11179.48/1399.86	c  N dy 19658   6526708       388     41212         0    193744    187726   5291939     21.04     24.26
11228.19/1405.96	c  N dy 19736   6546789       388     41212         0    213265    187726   6020708     21.05     22.20
11268.14/1410.99	c  N dy 19774   6567692       388     41212         0    123624    187726   2689610     21.04     22.18
11304.91/1415.53	c  N dy 19846   6588082       388     41212         0    143533    187726   3410298     21.04     22.16
11344.01/1420.40	c  N dy 19888   6609111       388     41212         0    163974    187726   4141477     21.04     22.31
11386.34/1425.74	c  N dy 19954   6630495       388     41212         0    184826    187726   4901780     21.04     22.15
11435.06/1431.82	c  N dy 20056   6650792       388     41212         0    204621    187726   5649015     21.04     22.17
11480.62/1437.57	c  N dy 20128   6670868       388     41212         0    113254    187726   2323381     21.04     23.40
11514.94/1441.85	c  N dy 20213   6691851       388     41212         0    133743    187726   3096302     21.05     22.20
11555.67/1446.99	c  N dy 20333   6711860       388     41212         0    153339    187726   3851418     21.05     30.75
11564.46/1448.05	c  S st 20353   6715253       388     41212         0    156653    187726   3974930     21.06   no data
11566.05/1448.26	c  S st 20353   6715753       388     41212         0    157149    187726   3995521     21.06   no data
11566.05/1448.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
11566.85/1448.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.10
11566.85/1448.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11566.85/1448.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11566.85/1448.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11567.65/1448.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
11567.65/1448.40	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
11567.65/1448.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
11568.49/1448.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11619.57/1454.94	c lits-rem:       123  cl-subs:     1971  v-elim:      0  v-fix:    0  time:  6.37 s
11619.57/1454.95	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
11620.37/1455.00	c vivif2 --  cl tried   155178 cl shrink        0 lits rem          0 time: 0.06
11623.55/1455.47	c asymm  cl-useful: 0/2041/41212 lits-rem:0 time: 0.46
11623.55/1455.47	c calculated reachability. Time: 0.00
11623.55/1455.47	c  N dy 20353   6715753       388     41212         0    155178    187726   3939953     21.06   no data
11670.67/1461.38	c  N dy 20439   6735783       388     41212         0    174711    187726   4685162     21.06     24.64
11740.97/1470.18	c  N dy 20454   6771216       388     41212         0    209049    187726   5869312     21.05     22.17
11792.88/1476.67	c  N dy 20561   6791487       388     41212         0    116969    187726   2438970     21.05     22.24
11830.43/1481.39	c  N dy 20631   6811499       388     41212         0    136455    187726   3178224     21.05     22.17
11867.21/1485.99	c  N dy 20656   6832883       388     41212         0    157300    187726   3916502     21.05     22.16
11911.14/1491.41	c  N dy 20766   6852931       388     41212         0    176898    187726   4661037     21.05     24.88
11952.63/1496.69	c  N dy 20824   6873329       388     41212         0    196836    187726   5400236     21.05     22.41
12002.14/1502.86	c  N dy 20859   6895534       388     41212         0    218467    187726   6158657     21.05     22.21
12043.78/1508.02	c  N dy 20931   6915688       388     41212         0    125189    187726   2741675     21.05     22.26
12079.61/1512.50	c  N dy 21008   6935707       388     41212         0    144688    187726   3454017     21.05     25.56
12121.16/1517.76	c  N dy 21117   6956062       388     41212         0    164573    187726   4209013     21.06     22.20
12162.69/1522.98	c  N dy 21168   6976175       388     41212         0    184171    187726   4924130     21.06     22.26
12256.14/1534.63	c  N dy 21203   7019519       388     41212         0    226329    187726   6442595     21.04     22.32
12300.08/1540.18	c  N dy 21247   7044056       388     41212         0    136331    187726   3097409     21.04     22.16
12337.62/1544.88	c  N dy 21319   7065191       388     41212         0    156966    187726   3855974     21.04     22.16
12383.14/1550.59	c  N dy 21399   7088127       388     41212         0    179346    187726   4689788     21.04     22.26
12431.86/1556.68	c  N dy 21489   7109825       388     41212         0    200543    187726   5485929     21.04     22.16
12499.80/1565.14	c  N dy 21612   7135922       388     41212         0    225962    187726   6428807     21.04     22.23
12541.29/1570.38	c  N dy 21667   7156799       388     41212         0    131392    187726   2911480     21.04     22.19
12579.73/1575.12	c  N dy 21770   7177446       388     41212         0    151580    187726   3667819     21.05     22.18
12651.51/1584.18	c  N dy 21824   7215753       388     41212         0    188733    187726   4948139     21.04     20.67
12651.51/1584.18	c  S st 21824   7215753       388     41212         0    188733    187726   4948139     21.04     20.67
12653.92/1584.40	c  S st 21824   7216256       388     41212         0    189232    187726   4968841     21.04   no data
12653.92/1584.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12654.72/1584.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.11
12654.72/1584.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12654.72/1584.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12654.72/1584.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12654.72/1584.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
12654.72/1584.54	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
12654.72/1584.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
12656.32/1584.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12776.11/1599.70	c lits-rem:       470  cl-subs:     4542  v-elim:      0  v-fix:    0  time: 14.97 s
12776.11/1599.70	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
12776.11/1599.78	c vivif2 --  cl tried   184690 cl shrink        0 lits rem          0 time: 0.08
12780.94/1600.37	c asymm  cl-useful: 0/1618/41212 lits-rem:0 time: 0.59
12780.94/1600.38	c calculated reachability. Time: 0.00
12780.94/1600.38	c  N dy 21824   7216256       388     41212         0    184690    187726   4853014     21.04   no data
12867.97/1611.22	c  N dy 21825   7251373       388     41212         0    218823    187726   6007030     21.03     22.20
12923.87/1618.20	c  N dy 21942   7271426       388     41212         0    122682    187726   2599914     21.03     24.86
12957.53/1622.46	c  N dy 21972   7291516       388     41212         0    142097    187726   3286689     21.03     29.44
13021.31/1630.42	c  N dy 21994   7321950       388     41212         0    171578    187726   4328988     21.02     22.17
13069.26/1636.47	c  N dy 22118   7341964       388     41212         0    191149    187726   5074775     21.03     27.90
13117.16/1642.40	c  N dy 22229   7362018       388     41212         0    210766    187726   5812736     21.03     26.94
13163.49/1648.24	c  N dy 22290   7382111       388     41212         0    230321    187726   6525474     21.03     23.79
13204.22/1653.36	c  N dy 22390   7402478       388     41212         0    133505    187726   2986944     21.03     22.20
13258.54/1660.10	c  N dy 22434   7430896       388     41212         0    161162    187726   3955573     21.03     22.32
13321.65/1668.04	c  N dy 22459   7464474       388     41212         0    193813    187726   5096129     21.02     22.18
13385.56/1676.04	c  N dy 22541   7492259       388     41212         0    220848    187726   6090278     21.02     22.18
13434.28/1682.18	c  N dy 22597   7512418       388     41212         0    122868    187726   2566463     21.02     22.32
13468.60/1686.46	c  N dy 22672   7532999       388     41212         0    142948    187726   3326991     21.02     22.15
13514.94/1692.22	c  N dy 22812   7555327       388     41212         0    164782    187726   4160195     21.02     22.48
13589.26/1701.58	c  N dy 22820   7595139       388     41212         0    203123    187726   5443054     21.01     22.16
13641.97/1708.19	c  N dy 22858   7620144       388     41212         0    227433    187726   6310341     21.01     22.26
13687.45/1713.80	c  N dy 22868   7641485       388     41212         0    129673    187726   2779255     21.00     22.20
13725.81/1718.64	c  N dy 22992   7661797       388     41212         0    149483    187726   3541751     21.01     22.20
13767.34/1723.86	c  N dy 23055   7683752       388     41212         0    170759    187726   4294767     21.00     22.14
13816.06/1729.97	c  N dy 23186   7703805       388     41212         0    190342    187726   5045221     21.01     27.08
13845.60/1733.62	c  S st 23248   7716256       388     41212         0    202485    187726   5499796     21.01   no data
13847.20/1733.83	c  S st 23248   7716759       388     41212         0    202981    187726   5519724     21.01   no data
13847.20/1733.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
13848.01/1733.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.11
13848.01/1733.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13848.01/1733.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13848.01/1733.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13848.01/1733.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
13848.01/1733.97	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
13848.81/1734.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
13849.61/1734.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13943.05/1745.87	c lits-rem:       319  cl-subs:     5164  v-elim:      0  v-fix:    0  time: 11.69 s
13943.05/1745.87	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
13943.85/1745.95	c vivif2 --  cl tried   197817 cl shrink        0 lits rem          0 time: 0.07
13947.85/1746.46	c asymm  cl-useful: 0/1730/41212 lits-rem:0 time: 0.52
13947.85/1746.47	c calculated reachability. Time: 0.00
13947.85/1746.47	c  N dy 23248   7716759       388     41212         0    197817    187726   5391305     21.01   no data
14025.33/1756.13	c  N dy 23354   7743110       388     41212         0    223561    187726   6341504     21.01     22.17
14096.41/1765.04	c  N dy 23462   7763587       388     41212         0    124054    187726   2586711     21.02     22.27
14137.14/1770.15	c  N dy 23514   7783895       388     41212         0    143871    187726   3320714     21.02     22.17
14189.86/1776.78	c  N dy 23578   7806174       388     41212         0    165589    187726   4114469     21.02     22.14
14248.20/1784.11	c  N dy 23677   7826349       388     41212         0    185336    187726   4858102     21.02     22.20
14299.28/1790.40	c  N dy 23701   7846758       388     41212         0    205083    187726   5540800     21.02     22.13
14362.42/1798.38	c  N dy 23773   7869233       388     41212         0    226945    187726   6331687     21.02     22.14
14419.09/1805.42	c  N dy 23820   7890132       388     41212         0    126753    187726   2667710     21.01     22.19
14456.63/1810.11	c  N dy 23908   7910175       388     41212         0    146329    187726   3396622     21.02     24.47
14511.80/1817.03	c  N dy 23998   7939000       388     41212         0    174342    187726   4396181     21.01     22.14
14555.72/1822.53	c  N dy 24025   7960957       388     41212         0    195770    187726   5163814     21.01     22.12
14618.77/1830.45	c  N dy 24122   7988468       388     41212         0    222580    187726   6151630     21.01     22.13
14684.28/1838.66	c  N dy 24133   8017918       388     41212         0    129632    187726   2728105     21.00     22.13
14721.82/1843.39	c  N dy 24239   8037931       388     41212         0    149227    187726   3470951     21.00     23.87
14764.95/1848.71	c  N dy 24334   8058356       388     41212         0    169133    187726   4225310     21.01     22.21
14816.07/1855.14	c  N dy 24401   8083670       388     41212         0    193749    187726   5119170     21.00     22.15
14864.11/1861.15	c  N dy 24448   8105382       388     41212         0    214849    187726   5892565     21.00     22.16
14919.89/1868.14	c  N dy 24533   8125633       388     41212         0    234647    187726   6622453     21.00     22.21
14972.62/1874.75	c  N dy 24594   8148472       388     41212         0    134270    187726   2892368     21.00     22.16
15010.97/1879.56	c  N dy 24700   8168542       388     41212         0    153866    187726   3629560     21.01     23.86
15061.28/1885.80	c  N dy 24787   8193600       388     41212         0    178327    187726   4519513     21.01     22.12
15100.45/1890.80	c  N dy 24842   8213620       388     41212         0    197816    187726   5219596     21.01     23.22
15108.41/1891.80	c  S st 24863   8216760       388     41212         0    200870    187726   5339679     21.01     21.61
15110.79/1892.02	c  S st 24863   8217267       388     41212         0    201375    187726   5359733     21.01   no data
15110.79/1892.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15111.59/1892.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.11
15111.59/1892.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15111.59/1892.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15111.59/1892.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15111.59/1892.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
15111.59/1892.16	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
15112.39/1892.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
15113.19/1892.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15196.27/1902.74	c lits-rem:       506  cl-subs:     4226  v-elim:      0  v-fix:    0  time: 10.38 s
15196.27/1902.75	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
15197.11/1902.82	c vivif2 --  cl tried   197149 cl shrink        0 lits rem          0 time: 0.07
15200.26/1903.26	c asymm  cl-useful: 0/1849/41212 lits-rem:0 time: 0.44
15200.26/1903.26	c calculated reachability. Time: 0.00
15200.26/1903.27	c  N dy 24863   8217267       388     41212         0    197149    187726   5250996     21.01   no data
15247.38/1909.16	c  N dy 24931   8237583       388     41212         0    216916    187726   5975988     21.01     22.21
15536.52/1945.36	c  N dy 24946   8357098       388     41212         0    209125    187726   5261629     20.97     22.10
15601.24/1953.41	c  N dy 24974   8383746       388     41212         0    235036    187726   6151419     20.96     22.13
15661.11/1960.96	c  N dy 25046   8404531       388     41212         0    131018    187726   2757959     20.96     22.12
15697.89/1965.57	c  N dy 25124   8424561       388     41212         0    150567    187726   3489268     20.96     22.07
15740.18/1970.86	c  N dy 25236   8444573       388     41212         0    170159    187726   4236368     20.97     25.74
15791.30/1977.29	c  N dy 25276   8470235       388     41212         0    195121    187726   5123156     20.96     22.18
15846.42/1984.10	c  N dy 25362   8494085       388     41212         0    218373    187726   5971363     20.97     22.11
15895.94/1990.38	c  N dy 25414   8515133       388     41212         0    238939    187726   6723677     20.96     22.07
15951.85/1997.40	c  N dy 25514   8535591       388     41212         0    133479    187726   2832665     20.97     22.09
16014.18/2005.17	c  N dy 25516   8568695       388     41212         0    165447    187726   3901585     20.95     22.13
16084.48/2013.93	c  N dy 25604   8602538       388     41212         0    198239    187726   5069873     20.95     22.25
16131.55/2019.86	c  N dy 25689   8622601       388     41212         0    217858    187726   5799768     20.95     26.29
16189.91/2027.15	c  N dy 25763   8646681       388     41212         0    241293    187726   6650692     20.95     22.08
16238.59/2033.22	c  N dy 25816   8666725       388     41212         0    134459    187726   2868190     20.95     26.80
16280.92/2038.53	c  N dy 25906   8689249       388     41212         0    156436    187726   3688941     20.95     22.18
16324.04/2043.91	c  N dy 26013   8709258       388     41212         0    175939    187726   4416310     20.96     30.54
16340.82/2046.08	c  S st 26037   8717267       388     41212         0    183770    187726   4701296     20.96   no data
16342.42/2046.28	c  S st 26037   8717769       388     41212         0    184272    187726   4721618     20.96   no data
16343.22/2046.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
16344.02/2046.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.10
16344.02/2046.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16344.02/2046.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16344.02/2046.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16344.02/2046.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
16344.02/2046.41	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
16344.02/2046.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
16344.82/2046.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16401.64/2053.62	c lits-rem:       153  cl-subs:     3075  v-elim:      0  v-fix:    0  time:  7.02 s
16401.64/2053.62	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
16401.64/2053.68	c vivif2 --  cl tried   181197 cl shrink        0 lits rem          0 time: 0.06
16405.52/2054.12	c asymm  cl-useful: 0/2395/41212 lits-rem:0 time: 0.43
16405.52/2054.12	c calculated reachability. Time: 0.00
16405.52/2054.12	c  N dy 26037   8717769       388     41212         0    181197    187726   4641429     20.96   no data
16457.44/2060.61	c  N dy 26055   8743811       388     41212         0    206420    187726   5480982     20.95     22.19
16514.15/2067.79	c  N dy 26105   8766391       388     41212         0    228425    187726   6280604     20.95     22.10
16582.85/2076.30	c  N dy 26126   8791249       388     41212         0    252509    187726   7140876     20.94     22.27
16630.08/2082.22	c  N dy 26252   8811268       388     41212         0    144861    187726   3254682     20.95     23.35
16667.51/2086.93	c  N dy 26297   8831309       388     41212         0    164237    187726   3925954     20.94     25.79
16714.63/2092.83	c  N dy 26368   8851324       388     41212         0    183725    187726   4635421     20.94     23.60
16774.53/2100.36	c  N dy 26415   8878726       388     41212         0    210267    187726   5564437     20.94     22.07
16859.99/2111.07	c  N dy 26466   8912989       388     41212         0    243442    187726   6713757     20.93     22.05
16923.09/2118.98	c  N dy 26516   8939648       388     41212         0    141360    187726   3045707     20.93     22.22
16962.23/2123.91	c  N dy 26579   8961251       388     41212         0    162438    187726   3810595     20.93     22.10
17003.77/2129.00	c  N dy 26602   8981816       388     41212         0    182441    187726   4518250     20.93     22.27
17057.27/2135.78	c  N dy 26647   9007093       388     41212         0    206990    187726   5391352     20.92     22.13
17101.21/2141.29	c  N dy 26655   9030477       388     41212         0    229627    187726   6184347     20.91     22.08
17163.52/2149.07	c  N dy 26711   9056016       388     41212         0    254416    187726   7084611     20.91     22.08
17215.44/2155.55	c  N dy 26770   9080644       388     41212         0    149293    187726   3330014     20.91     22.25
17271.45/2162.53	c  N dy 26844   9109552       388     41212         0    177467    187726   4353023     20.91     22.03
17316.87/2168.23	c  N dy 26924   9129600       388     41212         0    196981    187726   5070616     20.91     22.17
17369.59/2174.83	c  N dy 26993   9149660       388     41212         0    216497    187726   5790555     20.91     24.73
17542.95/2196.61	c  N dy 27037   9217770       388     41212         0    152314    187726   3326419     20.88     14.91
17542.95/2196.61	c  S st 27037   9217770       388     41212         0    152314    187726   3326419     20.88     14.91
17544.50/2196.79	c  S st 27037   9218275       388     41212         0    152818    187726   3347683     20.88   no data
17545.30/2196.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
17545.30/2196.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.09
17546.10/2196.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17546.10/2196.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17546.10/2196.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17546.10/2196.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
17546.10/2196.91	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
17546.10/2196.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
17546.90/2197.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17578.96/2201.08	c lits-rem:       391  cl-subs:     3100  v-elim:      0  v-fix:    0  time:  4.03 s
17578.96/2201.09	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
17579.64/2201.13	c vivif2 --  cl tried   149718 cl shrink        0 lits rem          0 time: 0.04
17582.85/2201.56	c asymm  cl-useful: 0/2649/41212 lits-rem:0 time: 0.42
17582.85/2201.56	c calculated reachability. Time: 0.00
17582.85/2201.56	c  N dy 27037   9218275       388     41212         0    149718    187726   3281038     20.88   no data
17622.89/2206.56	c  N dy 27085   9238622       388     41212         0    169576    187726   4001828     20.88     22.02
17669.90/2212.41	c  N dy 27211   9258705       388     41212         0    189220    187726   4753703     20.89     22.70
17713.84/2217.90	c  N dy 27261   9279740       388     41212         0    209696    187726   5500645     20.88     22.07
17769.74/2224.92	c  N dy 27328   9299917       388     41212         0    229346    187726   6205534     20.89     21.99
17828.06/2232.28	c  N dy 27455   9319953       388     41212         0    248915    187726   6950596     20.89     31.71
17882.38/2239.09	c  N dy 27547   9339981       388     41212         0    137275    187726   2859089     20.89     22.38
17919.93/2243.79	c  N dy 27556   9361207       388     41212         0    157812    187726   3535668     20.88     22.00
17964.69/2249.36	c  N dy 27630   9381411       388     41212         0    177559    187726   4275909     20.89     22.05
18019.75/2256.26	c  N dy 27694   9407577       388     41212         0    203002    187726   5177540     20.88     22.01
18076.48/2263.40	c  N dy 27707   9431361       388     41212         0    226053    187726   5948472     20.88     22.07
18129.18/2269.97	c  N dy 27789   9451541       388     41212         0    245695    187726   6666573     20.88     22.20
18189.08/2277.48	c  N dy 27867   9471609       388     41212         0    133100    187726   2687419     20.88     27.46
18229.82/2282.54	c  N dy 27953   9493448       388     41212         0    154402    187726   3459120     20.88     22.01
18269.76/2287.51	c  N dy 28032   9513548       388     41212         0    174009    187726   4184462     20.88     29.91
18314.49/2293.18	c  N dy 28142   9533768       388     41212         0    193732    187726   4940833     20.89     21.99
18368.01/2299.85	c  N dy 28215   9553865       388     41212         0    213232    187726   5627690     20.89     22.00
18416.73/2305.93	c  N dy 28280   9574373       388     41212         0    233202    187726   6352581     20.89     22.05
18470.24/2312.66	c  N dy 28353   9594581       388     41212         0    252881    187726   7052252     20.88     21.99
18541.33/2321.55	c  N dy 28475   9619944       388     41212         0    144389    187726   3061333     20.89     22.08
18578.87/2326.28	c  N dy 28525   9640485       388     41212         0    164393    187726   3804609     20.89     22.09
18621.20/2331.55	c  N dy 28621   9660533       388     41212         0    183973    187726   4549230     20.89     22.07
18666.73/2337.23	c  N dy 28700   9680550       388     41212         0    203495    187726   5271990     20.89     21.99
18709.86/2342.68	c  N dy 28728   9701861       388     41212         0    224194    187726   6015126     20.89     22.12
18748.99/2347.52	c  S st 28762   9718275       388     41212         0    240149    187726   6589784     20.89     17.43
18750.60/2347.77	c  S st 28762   9718778       388     41212         0    240651    187726   6609396     20.89   no data
18750.60/2347.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
18752.19/2347.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.14
18752.19/2347.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18752.19/2347.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18752.19/2347.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18752.19/2347.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
18752.19/2347.94	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
18752.99/2348.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
18753.79/2348.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18891.16/2365.34	c lits-rem:       518  cl-subs:     6166  v-elim:      0  v-fix:    0  time: 17.14 s
18891.16/2365.34	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
18891.96/2365.42	c vivif2 --  cl tried   234485 cl shrink        0 lits rem          0 time: 0.08
18895.15/2365.87	c asymm  cl-useful: 0/1855/41212 lits-rem:0 time: 0.45
18895.15/2365.88	c calculated reachability. Time: 0.00
18895.15/2365.88	c  N dy 28762   9718778       388     41212         0    234485    187726   6452704     20.89   no data
18951.06/2372.81	c  N dy 28826   9738862       388     41212         0    254073    187726   7164390     20.89     29.45
19023.75/2381.98	c  N dy 28871   9763829       388     41212         0    144168    187726   3035898     20.88     22.28
19070.88/2387.82	c  N dy 28969   9783890       388     41212         0    163775    187726   3779096     20.89     27.95
19118.80/2393.83	c  N dy 29022   9803905       388     41212         0    183217    187726   4462747     20.88     28.83
19189.88/2402.74	c  N dy 29049   9836064       388     41212         0    214503    187726   5541015     20.88     22.00
19369.60/2425.29	c  N dy 29109   9897985       388     41212         0    139543    187726   2862995     20.86     21.99
19416.72/2431.10	c  N dy 29112   9920329       388     41212         0    160937    187726   3545368     20.85     22.00
19463.85/2437.02	c  N dy 29171   9941711       388     41212         0    181754    187726   4285591     20.85     21.97
19508.58/2442.65	c  N dy 29215   9962855       388     41212         0    202376    187726   5037667     20.85     22.02
19562.89/2449.44	c  N dy 29289   9987199       388     41212         0    225961    187726   5904882     20.85     21.96
19614.02/2455.87	c  N dy 29351  10008388       388     41212         0    246520    187726   6640742     20.85     22.25
19664.33/2462.20	c  N dy 29359  10030364       388     41212         0    267801    187726   7353032     20.84     21.97
19709.07/2467.74	c  N dy 29421  10050464       388     41212         0    151605    187726   3303124     20.84     23.13
19749.11/2472.74	c  N dy 29495  10070848       388     41212         0    171510    187726   4023709     20.85     21.95
19792.17/2478.21	c  N dy 29580  10091040       388     41212         0    191262    187726   4750667     20.85     21.98
19857.63/2486.35	c  N dy 29678  10118330       388     41212         0    217955    187726   5728121     20.85     22.00
19907.25/2492.55	c  N dy 29755  10138378       388     41212         0    237500    187726   6444462     20.85     23.35
20016.58/2506.25	c  N dy 29817  10183063       388     41212         0    143882    187726   2980904     20.84     22.07
20053.32/2510.84	c  N dy 29863  10203930       388     41212         0    164101    187726   3696007     20.84     21.95
20081.28/2514.31	c  S st 29899  10218779       388     41212         0    178577    187726   4227977     20.84     18.58
20082.11/2514.50	c  S st 29899  10219279       388     41212         0    179072    187726   4247261     20.84   no data
20082.98/2514.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
20083.66/2514.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.10
20083.66/2514.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20083.66/2514.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20083.66/2514.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20083.66/2514.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
20083.66/2514.63	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
20083.66/2514.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
20085.26/2514.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20131.60/2520.61	c lits-rem:       339  cl-subs:     2743  v-elim:      0  v-fix:    0  time:  5.80 s
20131.60/2520.61	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
20131.60/2520.67	c vivif2 --  cl tried   176329 cl shrink        0 lits rem          0 time: 0.06
20134.83/2521.10	c asymm  cl-useful: 0/3189/41212 lits-rem:0 time: 0.43
20134.83/2521.11	c calculated reachability. Time: 0.00
20134.83/2521.11	c  N dy 29899  10219279       388     41212         0    176329    187726   4181609     20.84   no data
20193.09/2528.37	c  N dy 29958  10248139       388     41212         0    204351    187726   5161629     20.84     21.94
20241.82/2534.45	c  N dy 30015  10268566       388     41212         0    224251    187726   5888530     20.84     22.01
20308.11/2542.72	c  N dy 30045  10297192       388     41212         0    252123    187726   6835959     20.83     22.04
20398.41/2554.05	c  N dy 30095  10325520       388     41212         0    141607    187726   2891503     20.83     22.05
20440.71/2559.37	c  N dy 30195  10345663       388     41212         0    161243    187726   3627113     20.83     21.93
20491.82/2565.75	c  N dy 30288  10370066       388     41212         0    184993    187726   4503010     20.83     21.95
20538.99/2571.63	c  N dy 30330  10391702       388     41212         0    206028    187726   5236798     20.83     21.95
20596.46/2578.80	c  N dy 30464  10411788       388     41212         0    225601    187726   5982115     20.83     23.45
20667.54/2587.75	c  N dy 30555  10436414       388     41212         0    249629    187726   6855090     20.83     22.01
20737.03/2596.46	c  N dy 30578  10459897       388     41212         0    272359    187726   7640477     20.83     21.95
20785.00/2602.45	c  N dy 30631  10479945       388     41212         0    152906    187726   3275080     20.83     25.18
20822.50/2607.15	c  N dy 30662  10500278       388     41212         0    172599    187726   3968036     20.83     22.00
20867.22/2612.79	c  N dy 30746  10521056       388     41212         0    192885    187726   4713053     20.83     22.01
20917.65/2619.03	c  N dy 30850  10541131       388     41212         0    212458    187726   5455263     20.83     23.95
20971.07/2625.78	c  N dy 30922  10563725       388     41212         0    234470    187726   6261755     20.83     21.97
21034.16/2633.61	c  N dy 31061  10585313       388     41212         0    255612    187726   7062688     20.84     22.04
21090.87/2640.71	c  N dy 31138  10605388       388     41212         0    275184    187726   7780596     20.84     27.01
21157.97/2649.13	c  N dy 31231  10634624       388     41212         0    163558    187726   3623008     20.84     21.95
21197.12/2654.03	c  N dy 31277  10654681       388     41212         0    183040    187726   4319350     20.83     23.14
21245.03/2660.01	c  N dy 31384  10674938       388     41212         0    202837    187726   5064140     20.84     22.01
21295.46/2666.33	c  N dy 31472  10695579       388     41212         0    222892    187726   5807704     20.84     22.12
21352.86/2673.53	c  N dy 31554  10719281       388     41212         0    245907    187726   6654036     20.84     19.20
21352.86/2673.53	c  S st 31554  10719281       388     41212         0    245907    187726   6654036     20.84     19.20
21354.45/2673.79	c  S st 31554  10719783       388     41212         0    246408    187726   6674374     20.84   no data
21355.25/2673.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
21356.09/2673.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.14
21356.09/2673.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21356.09/2673.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21356.09/2673.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21356.09/2673.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
21356.09/2673.97	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
21356.95/2674.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
21358.44/2674.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21499.03/2691.82	c lits-rem:       688  cl-subs:     6443  v-elim:      0  v-fix:    0  time: 17.60 s
21499.03/2691.82	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
21499.83/2691.91	c vivif2 --  cl tried   239965 cl shrink        0 lits rem          0 time: 0.09
21503.02/2692.35	c asymm  cl-useful: 0/2538/41212 lits-rem:0 time: 0.44
21503.02/2692.36	c calculated reachability. Time: 0.00
21503.02/2692.36	c  N dy 31554  10719783       388     41212         0    239965    187726   6513301     20.84   no data
21572.51/2701.01	c  N dy 31623  10745360       388     41212         0    264884    187726   7410294     20.84     22.03
21639.61/2709.41	c  N dy 31660  10766006       388     41212         0    144088    187726   2925279     20.84     21.98
21679.55/2714.46	c  N dy 31701  10786540       388     41212         0    163938    187726   3638579     20.83     22.26
21732.26/2721.04	c  N dy 31821  10806591       388     41212         0    183538    187726   4384094     20.84     24.86
21781.77/2727.22	c  N dy 31884  10826831       388     41212         0    203233    187726   5102090     20.84     21.98
22067.75/2763.04	c  N dy 31909  10937007       388     41212         0    168173    187726   3670874     20.81     21.98
22119.63/2769.52	c  N dy 31987  10958009       388     41212         0    188703    187726   4419880     20.81     21.94
22172.35/2776.13	c  N dy 32017  10981815       388     41212         0    211770    187726   5243078     20.80     21.98
22225.07/2782.72	c  N dy 32134  11001971       388     41212         0    231443    187726   5986420     20.81     22.02
22281.77/2789.81	c  N dy 32177  11027296       388     41212         0    256081    187726   6869864     20.81     22.00
22341.67/2797.36	c  N dy 32293  11047421       388     41212         0    275802    187726   7614422     20.81     21.93
22396.79/2804.24	c  N dy 32355  11068399       388     41212         0    153398    187726   3242582     20.81     21.93
22443.12/2810.04	c  N dy 32413  11093550       388     41212         0    177979    187726   4144436     20.81     22.13
22484.65/2815.22	c  N dy 32437  11114299       388     41212         0    198212    187726   4848447     20.80     21.98
22532.58/2821.31	c  N dy 32525  11135046       388     41212         0    218420    187726   5592798     20.80     22.07
22682.78/2840.04	c  N dy 32611  11195878       388     41212         0    277013    187726   7536787     20.79     21.92
22743.44/2847.69	c  N dy 32669  11219784       388     41212         0    156595    187726   3310696     20.79     18.56
22743.44/2847.69	c  S st 32669  11219784       388     41212         0    156595    187726   3310696     20.79     18.56
22745.15/2847.87	c  S st 32669  11220286       388     41212         0    157095    187726   3330774     20.79   no data
22745.15/2847.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
22745.83/2847.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.09
22745.83/2847.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22745.83/2847.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22745.83/2847.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22745.83/2847.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
22745.83/2847.99	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
22746.63/2848.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
22747.43/2848.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22765.80/2850.48	c lits-rem:       117  cl-subs:      859  v-elim:      0  v-fix:    0  time:  2.35 s
22765.80/2850.48	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
22766.61/2850.52	c vivif2 --  cl tried   156236 cl shrink        0 lits rem          0 time: 0.04
22769.81/2850.93	c asymm  cl-useful: 0/4084/41212 lits-rem:0 time: 0.41
22769.81/2850.94	c calculated reachability. Time: 0.00
22769.81/2850.94	c  N dy 32669  11220286       388     41212         0    156236    187726   3310552     20.79   no data
22816.91/2856.81	c  N dy 32733  11244950       388     41212         0    180166    187726   4152722     20.79     21.91
22866.44/2863.05	c  N dy 32870  11265350       388     41212         0    200101    187726   4919418     20.80     22.07
22924.75/2870.32	c  N dy 32948  11290353       388     41212         0    224371    187726   5791001     20.80     21.93
22978.27/2877.04	c  N dy 33001  11310414       388     41212         0    243840    187726   6489046     20.79     21.91
23030.18/2883.57	c  N dy 33026  11331049       388     41212         0    263793    187726   7178769     20.79     21.91
23092.48/2891.31	c  N dy 33081  11353897       388     41212         0    286007    187726   7990095     20.79     22.03
23144.39/2897.84	c  N dy 33167  11375662       388     41212         0    162681    187726   3553540     20.79     21.95
23191.51/2903.81	c  N dy 33214  11399458       388     41212         0    185830    187726   4389274     20.79     21.97
23240.23/2909.87	c  N dy 33308  11420554       388     41212         0    206428    187726   5165015     20.79     21.92
23304.14/2917.84	c  N dy 33400  11446345       388     41212         0    231559    187726   6088052     20.79     21.99
23365.64/2925.52	c  N dy 33479  11468139       388     41212         0    252876    187726   6881135     20.79     22.20
23451.90/2936.35	c  N dy 33581  11497449       388     41212         0    281413    187726   7908107     20.79     21.92
23525.39/2945.58	c  N dy 33652  11527017       388     41212         0    164252    187726   3524019     20.79     22.02
23570.15/2951.15	c  N dy 33660  11550931       388     41212         0    187443    187726   4313669     20.78     22.05
23615.63/2956.87	c  N dy 33743  11570994       388     41212         0    207029    187726   5039621     20.79     24.32
23673.95/2964.16	c  N dy 33777  11599113       388     41212         0    234301    187726   6000004     20.78     21.90
23744.24/2972.93	c  N dy 33805  11631255       388     41212         0    265498    187726   7072254     20.78     21.90
23810.53/2981.22	c  N dy 33952  11651727       388     41212         0    285530    187726   7841774     20.78     21.93
23875.23/2989.38	c  N dy 33995  11679263       388     41212         0    165531    187726   3569393     20.78     21.89
23921.59/2995.20	c  N dy 33997  11705121       388     41212         0    190598    187726   4410198     20.77     21.96
23958.27/2999.74	c  S st 34082  11720286       388     41212         0    205422    187726   4961894     20.77     20.42
23959.88/2999.96	c  S st 34082  11720790       388     41212         0    205925    187726   4982419     20.77   no data
23959.88/2999.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
23961.48/3000.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.12
23961.48/3000.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23961.48/3000.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23961.48/3000.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23961.48/3000.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
23961.48/3000.12	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
23961.48/3000.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
23963.08/3000.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24049.34/3011.14	c lits-rem:       910  cl-subs:     4552  v-elim:      0  v-fix:    0  time: 10.82 s
24049.34/3011.14	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
24050.14/3011.20	c vivif2 --  cl tried   201373 cl shrink        0 lits rem          0 time: 0.07
24051.75/3011.42	c asymm  cl-useful: 0/1744/41212 lits-rem:0 time: 0.21
24051.75/3011.43	c calculated reachability. Time: 0.00
24051.75/3011.43	c  N dy 34082  11720790       388     41212         0    201373    187726   4875282     20.77   no data
24106.96/3018.34	c  N dy 34133  11745945       388     41212         0    225851    187726   5747097     20.77     21.98
24150.03/3023.81	c  N dy 34159  11766863       388     41212         0    246025    187726   6460093     20.77     22.02
24205.10/3030.68	c  N dy 34247  11786888       388     41212         0    265612    187726   7182874     20.77     25.85
24254.62/3036.86	c  N dy 34284  11806924       388     41212         0    285009    187726   7855842     20.77     21.89
24314.52/3044.35	c  N dy 34313  11828835       388     41212         0    158808    187726   3338136     20.77     21.88
24411.17/3056.48	c  N dy 34406  11874817       388     41212         0    203686    187726   4922123     20.76     21.92
24460.69/3062.67	c  N dy 34484  11894852       388     41212         0    223208    187726   5621106     20.76     29.35
24507.02/3068.44	c  N dy 34517  11914944       388     41212         0    242828    187726   6313208     20.76     23.32
24564.52/3075.69	c  N dy 34598  11936596       388     41212         0    263938    187726   7093755     20.76     21.88
24634.11/3084.36	c  N dy 34687  11956645       388     41212         0    283536    187726   7821661     20.76     22.09
24705.88/3093.37	c  N dy 34790  11976706       388     41212         0    154288    187726   3179089     20.77     24.88
24763.40/3100.58	c  N dy 34861  12006468       388     41212         0    183277    187726   4229278     20.77     21.99
24812.12/3106.60	c  N dy 34969  12026544       388     41212         0    202898    187726   4958723     20.77     27.85
24860.05/3112.65	c  N dy 35023  12046778       388     41212         0    222553    187726   5664152     20.77     21.90
24911.97/3119.10	c  N dy 35092  12067133       388     41212         0    242358    187726   6373874     20.77     21.89
24969.45/3126.34	c  N dy 35182  12087587       388     41212         0    262352    187726   7114338     20.77     22.15
25048.54/3136.24	c  N dy 35230  12117909       388     41212         0    291754    187726   8098925     20.76     21.86
25100.45/3142.73	c  N dy 35283  12138008       388     41212         0    161510    187726   3417113     20.76     25.10
25145.99/3148.43	c  N dy 35402  12158570       388     41212         0    181604    187726   4181845     20.77     21.89
25189.92/3153.93	c  N dy 35431  12180386       388     41212         0    202722    187726   4920747     20.77     21.90
25261.01/3162.82	c  N dy 35484  12212491       388     41212         0    233927    187726   5996744     20.76     21.88
25281.77/3165.47	c  S st 35508  12220790       388     41212         0    241949    187726   6277436     20.76     18.25
25284.27/3165.74	c  S st 35508  12221293       388     41212         0    242452    187726   6297442     20.76   no data
25284.27/3165.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
25285.76/3165.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.14
25285.76/3165.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25285.76/3165.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25285.76/3165.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25285.76/3165.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
25285.76/3165.91	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
25285.76/3165.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
25287.36/3166.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25416.74/3182.36	c lits-rem:       542  cl-subs:     6380  v-elim:      0  v-fix:    0  time: 16.20 s
25416.74/3182.37	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
25417.54/3182.45	c vivif2 --  cl tried   236072 cl shrink        0 lits rem          0 time: 0.08
25419.93/3182.72	c asymm  cl-useful: 0/2828/41212 lits-rem:0 time: 0.27
25419.93/3182.73	c calculated reachability. Time: 0.00
25419.93/3182.73	c  N dy 35508  12221293       388     41212         0    236072    187726   6141872     20.76   no data
25466.27/3188.52	c  N dy 35554  12241386       388     41212         0    255409    187726   6821142     20.76     25.74
25558.93/3200.14	c  N dy 35645  12278637       388     41212         0    291588    187726   8110348     20.76     21.87
25621.23/3207.92	c  N dy 35690  12301743       388     41212         0    163438    187726   3467309     20.76     22.08
25669.99/3214.05	c  N dy 35732  12322535       388     41212         0    183502    187726   4186214     20.75     21.93
25729.05/3221.44	c  N dy 35767  12344523       388     41212         0    204927    187726   4953594     20.75     21.87
25789.76/3229.07	c  N dy 35874  12364526       388     41212         0    224450    187726   5688471     20.75     26.99
25847.27/3236.25	c  N dy 35946  12384581       388     41212         0    243995    187726   6389070     20.75     21.85
25955.89/3249.81	c  N dy 36022  12417700       388     41212         0    275980    187726   7529775     20.75     21.99
26034.16/3259.68	c  N dy 36065  12439584       388     41212         0    297177    187726   8292706     20.75     21.93
26098.06/3267.69	c  N dy 36115  12460130       388     41212         0    165957    187726   3548589     20.75     21.89
26157.17/3275.04	c  N dy 36191  12480725       388     41212         0    186021    187726   4283138     20.75     21.88
26218.67/3282.74	c  N dy 36259  12502618       388     41212         0    207308    187726   5045314     20.75     21.86
26312.92/3294.54	c  N dy 36277  12543915       388     41212         0    247464    187726   6420899     20.74     21.86
26378.42/3302.79	c  N dy 36373  12566977       388     41212         0    270008    187726   7269759     20.75     21.97
26446.31/3311.26	c  N dy 36493  12587009       388     41212         0    289546    187726   8014569     20.75     25.49
26514.30/3319.77	c  N dy 36562  12607023       388     41212         0    156496    187726   3181215     20.75     25.18
26552.54/3324.50	c  N dy 36623  12627860       388     41212         0    176723    187726   3925443     20.75     21.87
26596.47/3330.05	c  N dy 36720  12648291       388     41212         0    196665    187726   4673253     20.75     21.88
26646.79/3336.33	c  N dy 36815  12668857       388     41212         0    216766    187726   5414441     20.75     21.99
26701.91/3343.29	c  N dy 36872  12693244       388     41212         0    240461    187726   6273873     20.75     21.91
26768.24/3351.52	c  N dy 36882  12721293       388     41212         0    267453    187726   7164197     20.75     18.12
26768.24/3351.52	c  S st 36882  12721293       388     41212         0    267453    187726   7164197     20.75     18.12
26769.79/3351.79	c  S st 36882  12721796       388     41212         0    267955    187726   7183098     20.75   no data
26770.59/3351.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
26771.38/3351.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.5M T:  0.16
26771.38/3351.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26771.38/3351.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26771.38/3351.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26771.38/3351.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
26771.38/3351.99	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
26772.18/3352.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
26773.78/3352.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26950.30/3374.30	c lits-rem:       683  cl-subs:    10324  v-elim:      0  v-fix:    0  time: 22.03 s
26950.30/3374.30	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
26950.30/3374.39	c vivif2 --  cl tried   257631 cl shrink        0 lits rem          0 time: 0.09
26953.61/3374.78	c asymm  cl-useful: 0/3699/41212 lits-rem:0 time: 0.38
26953.61/3374.79	c calculated reachability. Time: 0.00
26953.61/3374.79	c  N dy 36882  12721796       388     41212         0    257631    187726   6945565     20.75   no data
27015.11/3382.44	c  N dy 36942  12743756       388     41212         0    278983    187726   7715345     20.75     22.04
27082.10/3390.85	c  N dy 37067  12763779       388     41212         0    298517    187726   8459313     20.75     22.52
27141.20/3398.23	c  N dy 37083  12785452       388     41212         0    166240    187726   3496242     20.75     21.84
27262.60/3413.49	c  N dy 37085  12838499       388     41212         0    217179    187726   5086626     20.73     21.83
27312.97/3419.80	c  N dy 37115  12861986       388     41212         0    239936    187726   5901490     20.73     21.84
27368.84/3426.76	c  N dy 37185  12884778       388     41212         0    262095    187726   6702780     20.73     21.83
27430.34/3434.49	c  N dy 37242  12904796       388     41212         0    281571    187726   7393240     20.73     26.81
27506.26/3443.95	c  N dy 37355  12924901       388     41212         0    301182    187726   8124700     20.73     21.88
27580.49/3453.26	c  N dy 37442  12949857       388     41212         0    171382    187726   3699656     20.73     21.87
27624.42/3458.71	c  N dy 37451  12969887       388     41212         0    190836    187726   4337831     20.73     23.32
27686.72/3466.57	c  N dy 37467  12996503       388     41212         0    216733    187726   5228226     20.72     21.83
27743.48/3473.69	c  N dy 37524  13016709       388     41212         0    236448    187726   5945564     20.72     21.99
27847.27/3486.68	c  N dy 37537  13057672       388     41212         0    275838    187726   7214764     20.71     21.84
27907.97/3494.29	c  N dy 37622  13077902       388     41212         0    295584    187726   7935399     20.71     21.84
27967.88/3501.72	c  N dy 37669  13098474       388     41212         0    160510    187726   3275415     20.71     21.83
28006.22/3506.52	c  N dy 37720  13119154       388     41212         0    180649    187726   3996121     20.71     21.89
28031.78/3509.75	c  F st 37790  13130470       388     41212         0    191722    187726   4422324     20.71     18.80
28054.94/3512.68	c  N dy 37802  13141287       388     41212         0    202238    187726   4805724     20.71     21.82
28103.71/3518.81	c  N dy 37881  13162217       388     41212         0    222655    187726   5566792     20.71     22.02
28155.59/3525.22	c  N dy 37960  13182313       388     41212         0    242213    187726   6276248     20.72     24.43
28215.49/3532.80	c  N dy 38087  13202464       388     41212         0    261927    187726   7013699     20.72     21.83
28275.39/3540.27	c  S st 38171  13221798       388     41212         0    280857    187726   7707558     20.72     18.70
28277.79/3540.53	c  S st 38171  13222302       388     41212         0    281357    187726   7727597     20.72   no data
28277.79/3540.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
28279.43/3540.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.16
28279.43/3540.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28279.43/3540.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28279.43/3540.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28279.43/3540.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
28279.43/3540.74	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
28280.29/3540.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
28281.78/3541.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28466.28/3564.17	c lits-rem:       414  cl-subs:     6056  v-elim:      0  v-fix:    0  time: 23.14 s
28466.28/3564.18	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
28467.09/3564.28	c vivif2 --  cl tried   275301 cl shrink        0 lits rem          0 time: 0.10
28471.09/3564.71	c asymm  cl-useful: 0/2070/41212 lits-rem:0 time: 0.44
28471.09/3564.72	c calculated reachability. Time: 0.00
28471.09/3564.72	c  N dy 38171  13222302       388     41212         0    275301    187726   7565721     20.72   no data
28526.30/3571.64	c  N dy 38201  13242303       388     41212         0    294690    187726   8223839     20.72     21.83
28597.27/3580.50	c  N dy 38287  13262628       388     41212         0    158124    187726   3173402     20.72     21.90
28638.82/3585.78	c  N dy 38392  13282693       388     41212         0    177707    187726   3901811     20.72     23.26
28693.24/3592.58	c  N dy 38487  13302725       388     41212         0    197221    187726   4622007     20.72     23.87
28749.04/3599.57	c  N dy 38560  13322745       388     41212         0    216752    187726   5333769     20.73     27.89
28809.74/3607.19	c  N dy 38628  13343597       388     41212         0    237050    187726   6066731     20.73     21.83
28927.16/3621.89	c  N dy 38703  13380326       388     41212         0    272663    187726   7305644     20.72     21.92
28998.25/3630.76	c  N dy 38776  13400378       388     41212         0    292253    187726   8013537     20.72     22.96
29084.50/3641.55	c  N dy 38868  13422184       388     41212         0    313475    187726   8789605     20.72     21.94
29161.99/3651.24	c  N dy 38916  13451606       388     41212         0    184646    187726   4083477     20.72     21.99
29209.11/3657.12	c  N dy 38983  13471797       388     41212         0    204280    187726   4817522     20.72     21.94
29310.54/3669.81	c  N dy 39016  13514103       388     41212         0    245192    187726   6213817     20.72     21.83
29367.25/3677.00	c  N dy 39059  13534237       388     41212         0    264761    187726   6912832     20.71     21.81
29567.71/3702.01	c  N dy 39074  13610030       388     41212         0    179803    187726   3846246     20.70     21.92
29614.03/3707.87	c  N dy 39171  13631186       388     41212         0    200429    187726   4617967     20.70     21.92
29658.79/3713.50	c  N dy 39210  13653688       388     41212         0    222095    187726   5373048     20.70     21.80
29709.07/3719.71	c  N dy 39283  13673942       388     41212         0    241810    187726   6098605     20.70     21.82
29761.78/3726.31	c  N dy 39346  13694266       388     41212         0    261550    187726   6803671     20.70     21.85
29818.50/3733.48	c  N dy 39373  13714365       388     41212         0    281054    187726   7481302     20.69     22.20
29843.30/3736.57	c  S st 39408  13722302       388     41212         0    288811    187726   7765960     20.69     16.48
29845.66/3736.87	c  S st 39408  13722802       388     41212         0    289308    187726   7785801     20.69   no data
29845.66/3736.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
29847.26/3737.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.6M T:  0.17
29847.26/3737.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29847.26/3737.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29847.26/3737.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29847.26/3737.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
29847.26/3737.08	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
29848.05/3737.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
29849.65/3737.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30076.49/3765.70	c lits-rem:      1585  cl-subs:    11421  v-elim:      0  v-fix:    0  time: 28.33 s
30076.49/3765.71	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
30077.28/3765.81	c vivif2 --  cl tried   277887 cl shrink        0 lits rem          0 time: 0.10
30080.51/3766.23	c asymm  cl-useful: 0/2729/41212 lits-rem:0 time: 0.43
30080.51/3766.25	c calculated reachability. Time: 0.00
30080.51/3766.25	c  N dy 39408  13722802       388     41212         0    277887    187726   7520950     20.69   no data
30132.40/3772.77	c  N dy 39432  13742957       388     41212         0    297405    187726   8182513     20.69     21.87
30193.11/3780.39	c  N dy 39492  13763546       388     41212         0    317388    187726   8894483     20.69     21.97
30242.63/3786.58	c  N dy 39541  13784497       388     41212         0    178955    187726   3864086     20.69     21.79
30295.34/3793.19	c  N dy 39586  13808492       388     41212         0    202151    187726   4685523     20.69     21.97
30357.63/3800.93	c  N dy 39714  13829175       388     41212         0    222339    187726   5441688     20.69     21.80
30419.93/3808.72	c  N dy 39769  13852141       388     41212         0    244703    187726   6250483     20.69     21.90
30660.40/3838.83	c  N dy 39804  13931109       388     41212         0    161314    187726   3219471     20.68     21.81
30714.52/3845.63	c  N dy 39854  13952976       388     41212         0    182667    187726   3974445     20.68     21.81
30789.26/3855.01	c  N dy 39922  13980100       388     41212         0    209070    187726   4914563     20.67     21.79
30847.21/3862.33	c  N dy 40004  14001051       388     41212         0    229425    187726   5667073     20.68     21.80
30903.10/3869.31	c  N dy 40066  14021110       388     41212         0    249010    187726   6367015     20.68     26.74
30974.18/3878.21	c  N dy 40124  14042155       388     41212         0    269444    187726   7112371     20.68     21.85
31054.05/3888.20	c  N dy 40188  14066391       388     41212         0    292876    187726   7940496     20.67     21.92
31129.13/3897.67	c  N dy 40257  14086459       388     41212         0    312468    187726   8656636     20.68     27.79
31215.39/3908.40	c  N dy 40378  14113687       388     41212         0    177789    187726   3782922     20.68     21.80
31259.32/3913.94	c  N dy 40425  14133832       388     41212         0    197373    187726   4454346     20.67     21.81
31354.47/3925.88	c  N dy 40495  14176869       388     41212         0    238949    187726   5879306     20.67     21.79
31419.86/3934.06	c  N dy 40534  14205460       388     41212         0    266698    187726   6853781     20.67     21.82
31465.39/3939.80	c  S st 40569  14222804       388     41212         0    283547    187726   7440234     20.67   no data
31467.82/3940.07	c  S st 40569  14223308       388     41212         0    284048    187726   7459754     20.67   no data
31467.82/3940.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
31469.37/3940.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.17
31469.37/3940.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31469.37/3940.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31469.37/3940.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31469.37/3940.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
31469.37/3940.27	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
31470.18/3940.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
31471.78/3940.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31704.22/3969.69	c lits-rem:      1510  cl-subs:    10438  v-elim:      0  v-fix:    0  time: 29.13 s
31704.22/3969.69	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
31705.05/3969.79	c vivif2 --  cl tried   273610 cl shrink        0 lits rem          0 time: 0.10
31709.01/3970.24	c asymm  cl-useful: 0/1679/41212 lits-rem:0 time: 0.45
31709.01/3970.25	c calculated reachability. Time: 0.00
31709.01/3970.25	c  N dy 40569  14223308       388     41212         0    273610    187726   7217307     20.67   no data
31770.51/3977.90	c  N dy 40601  14248440       388     41212         0    297999    187726   8059615     20.66     21.77
31826.42/3984.99	c  N dy 40640  14268449       388     41212         0    317442    187726   8741056     20.66     24.16
31887.12/3992.56	c  N dy 40732  14288465       388     41212         0    175086    187726   3693460     20.66     23.48
31934.35/3998.43	c  N dy 40782  14308517       388     41212         0    194550    187726   4388189     20.66     27.64
31990.95/4005.54	c  N dy 40868  14329707       388     41212         0    215270    187726   5153641     20.66     21.78
32050.85/4013.05	c  N dy 40936  14351556       388     41212         0    236505    187726   5925016     20.66     21.79
32109.21/4020.40	c  N dy 40991  14371619       388     41212         0    256059    187726   6601542     20.66     32.41
32208.99/4032.83	c  N dy 41011  14409977       388     41212         0    292803    187726   7802454     20.65     21.75
32277.68/4041.46	c  N dy 41108  14430268       388     41212         0    312558    187726   8525306     20.65     21.81
32374.32/4053.60	c  N dy 41157  14461683       388     41212         0    180364    187726   3838166     20.65     21.80
32426.35/4060.03	c  N dy 41223  14481827       388     41212         0    199970    187726   4544736     20.65     21.83
32646.00/4087.58	c  N dy 41235  14563196       388     41212         0    278242    187726   7011703     20.63     21.74
32701.80/4094.51	c  N dy 41258  14583256       388     41212         0    297725    187726   7699201     20.63     24.72
32777.79/4104.02	c  N dy 41329  14603261       388     41212         0    317237    187726   8408461     20.63     21.73
32839.98/4111.81	c  N dy 41354  14623504       388     41212         0    173244    187726   3588095     20.63     21.75
32897.48/4119.08	c  N dy 41414  14648732       388     41212         0    197776    187726   4456907     20.63     21.75
32944.72/4124.93	c  N dy 41476  14668831       388     41212         0    217323    187726   5170128     20.63     21.82
32992.53/4130.94	c  N dy 41517  14688834       388     41212         0    236873    187726   5845887     20.63     21.92
33072.42/4140.92	c  N dy 41549  14723308       388     41212         0    270259    187726   6985537     20.62     16.72
33072.42/4140.92	c  S st 41549  14723308       388     41212         0    270259    187726   6985537     20.62     16.72
33074.82/4141.20	c  S st 41549  14723810       388     41212         0    270757    187726   7007155     20.62   no data
33074.82/4141.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
33075.65/4141.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.5M T:  0.15
33075.65/4141.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33075.65/4141.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33075.65/4141.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33075.65/4141.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
33075.65/4141.39	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
33076.51/4141.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
33078.00/4141.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33261.00/4164.51	c lits-rem:      1109  cl-subs:     7765  v-elim:      0  v-fix:    0  time: 22.85 s
33261.00/4164.52	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
33261.69/4164.61	c vivif2 --  cl tried   262992 cl shrink        0 lits rem          0 time: 0.09
33264.90/4165.06	c asymm  cl-useful: 0/1306/41212 lits-rem:0 time: 0.45
33264.90/4165.07	c calculated reachability. Time: 0.00
33264.90/4165.07	c  N dy 41549  14723810       388     41212         0    262992    187726   6822240     20.62   no data
33386.30/4180.21	c  N dy 41614  14768868       388     41212         0    306503    187726   8297168     20.62     21.84
33452.61/4188.53	c  N dy 41682  14789485       388     41212         0    326551    187726   9027844     20.62     21.73
33509.31/4195.66	c  N dy 41743  14809547       388     41212         0    181472    187726   3859504     20.62     23.38
33566.02/4202.71	c  N dy 41843  14829559       388     41212         0    201039    187726   4595313     20.62     24.43
33633.92/4211.21	c  N dy 41939  14850663       388     41212         0    221640    187726   5363430     20.62     22.13
33705.00/4220.17	c  N dy 42021  14872826       388     41212         0    243203    187726   6140122     20.62     21.71
33769.75/4228.30	c  N dy 42100  14893492       388     41212         0    263287    187726   6875983     20.62     21.76
33840.90/4237.13	c  N dy 42155  14915748       388     41212         0    285004    187726   7660555     20.62     21.80
33919.98/4247.06	c  N dy 42213  14939310       388     41212         0    307849    187726   8475610     20.62     21.83
33997.35/4256.72	c  N dy 42315  14959384       388     41212         0    327480    187726   9197009     20.62     23.15
34073.22/4266.26	c  N dy 42329  14990128       388     41212         0    191279    187726   4129495     20.62     21.80
34129.14/4273.26	c  N dy 42450  15010239       388     41212         0    210931    187726   4871212     20.62     21.84
34187.44/4280.51	c  N dy 42516  15031543       388     41212         0    231715    187726   5644113     20.62     21.72
34244.19/4287.61	c  N dy 42604  15051637       388     41212         0    251277    187726   6349814     20.62     27.08
34300.05/4294.69	c  N dy 42684  15071639       388     41212         0    270829    187726   7049635     20.62     22.65
34350.48/4300.97	c  N dy 42704  15091697       388     41212         0    290258    187726   7726713     20.62     26.89
34410.28/4308.42	c  N dy 42757  15111928       388     41212         0    309977    187726   8438792     20.62     21.74
34483.77/4317.66	c  N dy 42820  15132203       388     41212         0    329764    187726   9153117     20.62     22.16
34554.85/4326.53	c  N dy 42909  15152411       388     41212         0    182250    187726   3853167     20.62     21.78
34641.11/4337.33	c  N dy 42940  15191804       388     41212         0    220407    187726   5091663     20.61     21.83
34705.01/4345.36	c  N dy 42994  15221952       388     41212         0    249678    187726   6115725     20.61     21.75
34711.40/4346.11	c  S st 43013  15223811       388     41212         0    251493    187726   6187161     20.61   no data
34713.00/4346.36	c  S st 43013  15224314       388     41212         0    251994    187726   6206744     20.61   no data
34713.00/4346.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
34714.60/4346.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.14
34714.60/4346.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34714.60/4346.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34714.60/4346.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34714.60/4346.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
34714.60/4346.54	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
34715.40/4346.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
34716.20/4346.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34895.21/4369.15	c lits-rem:      1216  cl-subs:     9889  v-elim:      0  v-fix:    0  time: 22.37 s
34895.21/4369.16	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
34895.90/4369.24	c vivif2 --  cl tried   242105 cl shrink        0 lits rem          0 time: 0.08
34899.11/4369.69	c asymm  cl-useful: 0/1232/41212 lits-rem:0 time: 0.45
34899.91/4369.70	c calculated reachability. Time: 0.00
34899.91/4369.70	c  N dy 43013  15224314       388     41212         0    242105    187726   5986004     20.61   no data
34962.20/4377.52	c  N dy 43075  15248862       388     41212         0    265977    187726   6835206     20.61     21.72
35022.11/4385.03	c  N dy 43182  15269021       388     41212         0    285709    187726   7571281     20.61     21.71
35077.22/4392.00	c  N dy 43244  15289024       388     41212         0    305119    187726   8267256     20.61     21.79
35150.00/4401.02	c  N dy 43273  15311636       388     41212         0    327029    187726   9017097     20.61     21.85
35228.22/4410.83	c  N dy 43339  15332019       388     41212         0    178914    187726   3710716     20.61     21.82
35288.08/4418.32	c  N dy 43459  15354044       388     41212         0    200433    187726   4512064     20.61     21.72
35343.99/4425.37	c  N dy 43550  15374127       388     41212         0    220014    187726   5238958     20.61     23.66
35405.48/4433.06	c  N dy 43638  15397155       388     41212         0    242504    187726   6056636     20.61     21.85
35494.95/4444.23	c  N dy 43724  15432078       388     41212         0    276586    187726   7257444     20.61     21.75
35548.46/4450.97	c  N dy 43775  15452173       388     41212         0    296094    187726   7952015     20.61     23.86
35618.76/4459.72	c  N dy 43847  15474575       388     41212         0    317927    187726   8741637     20.61     21.72
35713.80/4471.65	c  N dy 43931  15496914       388     41212         0    170494    187726   3393323     20.61     21.70
35764.16/4477.93	c  N dy 43990  15517041       388     41212         0    190032    187726   4098103     20.61     21.70
35834.45/4486.74	c  N dy 44126  15543323       388     41212         0    215688    187726   5052598     20.62     21.75
35904.74/4495.56	c  N dy 44174  15572501       388     41212         0    244096    187726   6060353     20.61     21.72
35978.18/4504.77	c  N dy 44290  15596309       388     41212         0    267257    187726   6918269     20.62     21.75
36046.18/4513.22	c  N dy 44386  15617529       388     41212         0    287965    187726   7686987     20.62     21.80
36105.19/4520.63	c  N dy 44424  15638785       388     41212         0    308603    187726   8428814     20.62     21.72
36199.43/4532.43	c  N dy 44526  15660752       388     41212         0    330006    187726   9216430     20.62     21.76
36289.68/4543.73	c  N dy 44578  15690113       388     41212         0    188238    187726   3996661     20.61     21.70
36331.22/4548.95	c  N dy 44604  15710627       388     41212         0    208122    187726   4688898     20.61     21.85
36363.16/4552.98	c  S st 44657  15724315       388     41212         0    221419    187726   5189586     20.61     19.24
36365.57/4553.20	c  S st 44657  15724822       388     41212         0    221924    187726   5210158     20.61   no data
36365.57/4553.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
36366.37/4553.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.12
36366.37/4553.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36366.37/4553.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36366.37/4553.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36366.37/4553.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
36366.37/4553.36	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
36367.17/4553.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
36367.97/4553.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36435.05/4561.93	c lits-rem:       474  cl-subs:     4216  v-elim:      0  v-fix:    0  time:  8.36 s
36435.05/4561.94	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
36435.85/4562.00	c vivif2 --  cl tried   217708 cl shrink        0 lits rem          0 time: 0.07
36439.05/4562.44	c asymm  cl-useful: 0/1488/41212 lits-rem:0 time: 0.43
36439.05/4562.45	c calculated reachability. Time: 0.00
36439.05/4562.45	c  N dy 44657  15724822       388     41212         0    217708    187726   5112631     20.61   no data
36489.36/4568.74	c  N dy 44736  15745135       388     41212         0    237545    187726   5847509     20.61     21.88
36577.22/4579.73	c  N dy 44785  15780463       388     41212         0    271801    187726   6981913     20.61     21.84
36641.93/4587.85	c  N dy 44869  15803291       388     41212         0    293936    187726   7781983     20.61     21.83
36715.40/4597.02	c  N dy 44966  15826414       388     41212         0    316464    187726   8608350     20.61     21.82
36781.70/4605.37	c  N dy 45013  15846415       388     41212         0    335909    187726   9305044     20.61     22.87
36861.57/4615.33	c  N dy 45116  15866559       388     41212         0    184645    187726   3874280     20.61     21.80
36932.69/4624.22	c  N dy 45148  15896182       388     41212         0    213364    187726   4837150     20.61     21.74
36990.96/4631.50	c  N dy 45231  15916200       388     41212         0    232860    187726   5535882     20.61     26.19
37056.56/4639.78	c  N dy 45357  15936406       388     41212         0    252575    187726   6275788     20.61     21.77
37114.76/4647.06	c  N dy 45409  15956434       388     41212         0    272130    187726   6988196     20.61     21.72
37177.86/4654.97	c  N dy 45485  15976503       388     41212         0    291745    187726   7699039     20.61     21.76
37250.53/4664.07	c  N dy 45571  15997172       388     41212         0    311885    187726   8439458     20.61     21.74
37341.59/4675.48	c  N dy 45681  16017223       388     41212         0    331445    187726   9165132     20.62     22.10
37411.08/4684.10	c  N dy 45729  16037308       388     41212         0    178845    187726   3651536     20.62     27.79
37457.42/4689.99	c  N dy 45856  16057459       388     41212         0    198537    187726   4395361     20.62     21.92
37510.13/4696.55	c  N dy 45940  16080029       388     41212         0    220554    187726   5187565     20.62     21.72
37560.44/4702.84	c  N dy 45967  16102229       388     41212         0    242190    187726   5921940     20.62     21.89
37618.86/4710.16	c  N dy 46072  16122305       388     41212         0    261785    187726   6653739     20.62     21.73
37679.51/4717.71	c  N dy 46169  16142698       388     41212         0    281641    187726   7389822     20.62     21.75
37742.55/4725.68	c  N dy 46267  16162998       388     41212         0    301458    187726   8128161     20.62     21.78
37805.66/4733.57	c  N dy 46283  16185015       388     41212         0    322791    187726   8857702     20.62     21.77
37879.12/4742.73	c  N dy 46341  16205752       388     41212         0    342967    187726   9607866     20.62     21.71
37932.64/4749.41	c  S st 46400  16224822       388     41212         0    188302    187726   3964469     20.62     19.92
37934.29/4749.62	c  S st 46400  16225325       388     41212         0    188804    187726   3983840     20.62   no data
37934.29/4749.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
37935.14/4749.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.10
37935.14/4749.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37935.14/4749.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37935.14/4749.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37935.14/4749.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
37935.14/4749.75	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
37935.84/4749.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
37936.64/4749.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37961.50/4753.02	c lits-rem:       105  cl-subs:      913  v-elim:      0  v-fix:    0  time:  3.09 s
37961.50/4753.02	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
37961.50/4753.07	c vivif2 --  cl tried   187891 cl shrink        0 lits rem          0 time: 0.05
37965.39/4753.50	c asymm  cl-useful: 0/1599/41212 lits-rem:0 time: 0.43
37965.39/4753.51	c calculated reachability. Time: 0.00
37965.39/4753.51	c  N dy 46400  16225325       388     41212         0    187891    187726   3962091     20.62   no data
38012.51/4759.41	c  N dy 46471  16245811       388     41212         0    207891    187726   4672973     20.62     21.81
38061.23/4765.55	c  N dy 46553  16265858       388     41212         0    227455    187726   5386361     20.62     22.38
38131.53/4774.38	c  N dy 46598  16297223       388     41212         0    257924    187726   6467292     20.61     21.71
38188.24/4781.45	c  N dy 46640  16317260       388     41212         0    277388    187726   7146127     20.61     23.99
38240.94/4788.03	c  N dy 46644  16338129       388     41212         0    297511    187726   7826283     20.61     21.71
38348.78/4801.59	c  N dy 46681  16375924       388     41212         0    334308    187726   9059523     20.60     21.69
38416.67/4810.06	c  N dy 46765  16395931       388     41212         0    179759    187726   3657020     20.61     22.53
38475.78/4817.41	c  N dy 46875  16422959       388     41212         0    206105    187726   4618388     20.61     21.76
38526.10/4823.77	c  N dy 46939  16444002       388     41212         0    226540    187726   5343090     20.61     21.92
38574.03/4829.74	c  N dy 46979  16464435       388     41212         0    246257    187726   6035378     20.61     21.70
38638.02/4837.75	c  N dy 46991  16488445       388     41212         0    269509    187726   6814153     20.60     21.86
38693.83/4844.71	c  N dy 47043  16509616       388     41212         0    290111    187726   7555359     20.60     21.92
38758.53/4852.82	c  N dy 47143  16529624       388     41212         0    309628    187726   8277054     20.60     29.57
38836.01/4862.53	c  N dy 47242  16550537       388     41212         0    330030    187726   9026515     20.60     21.70
38916.68/4872.67	c  N dy 47311  16571094       388     41212         0    175084    187726   3459080     20.61     21.81
38957.40/4877.71	c  N dy 47364  16591535       388     41212         0    194982    187726   4163869     20.60     21.74
39004.53/4883.69	c  N dy 47413  16614003       388     41212         0    216860    187726   4945725     20.60     21.72
39048.46/4889.11	c  N dy 47456  16634066       388     41212         0    236397    187726   5645881     20.60     21.71
39105.17/4896.22	c  N dy 47548  16655065       388     41212         0    256836    187726   6393661     20.60     21.71
39160.28/4903.10	c  N dy 47614  16675220       388     41212         0    276439    187726   7092186     20.60     21.69
39222.58/4910.96	c  N dy 47717  16695320       388     41212         0    296082    187726   7820114     20.61     21.77
39283.29/4918.53	c  N dy 47784  16715407       388     41212         0    315675    187726   8520687     20.61     29.71
39307.25/4921.58	c  S st 47796  16725326       388     41212         0    325278    187726   8851910     20.61     19.18
39309.65/4921.89	c  S st 47796  16725832       388     41212         0    325784    187726   8872428     20.61   no data
39310.45/4921.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
39312.04/4922.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.18
39312.04/4922.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39312.04/4922.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39312.04/4922.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39312.04/4922.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    388 time:  0.00 s
39312.04/4922.12	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
39312.84/4922.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
39314.55/4922.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39589.19/4956.89	c lits-rem:       771  cl-subs:     8960  v-elim:      0  v-fix:    0  time: 34.42 s
39589.19/4956.89	c vivif2 --  cl tried    41212 cl shrink        0 lits rem          0 time: 0.00
39590.79/4957.00	c vivif2 --  cl tried   316824 cl shrink        0 lits rem          0 time: 0.11
39593.99/4957.46	c asymm  cl-useful: 0/994/41212 lits-rem:0 time: 0.45
39593.99/4957.47	c calculated reachability. Time: 0.00
39593.99/4957.47	c  N dy 47796  16725832       388     41212         0    316824    187726   8649279     20.61   no data
39669.06/4966.81	c  N dy 47885  16747101       388     41212         0    337499    187726   9398974     20.61     21.81
39740.14/4975.74	c  N dy 47952  16767356       388     41212         0    181333    187726   3672067     20.61     21.79
39794.46/4982.56	c  N dy 48061  16787370       388     41212         0    200831    187726   4396119     20.61     23.75
39855.16/4990.17	c  N dy 48157  16807929       388     41212         0    220920    187726   5137245     20.61     21.75
39919.90/4998.22	c  N dy 48266  16827963       388     41212         0    240455    187726   5859537     20.61     26.95
39976.56/5005.32	c  N dy 48304  16847995       388     41212         0    259968    187726   6543198     20.61     24.63

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-3421630-1306684774/watcher-3421630-1306684774 -o /tmp/evaluation-result-3421630-1306684774/solver-3421630-1306684774 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3421630-1306684774.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: 8.02 8.05 8.00 2/379 3727
/proc/meminfo: memFree=17533864/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=92144 CPUtime=0.01 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) R 3725 3727 3701 0 -1 4202496 412 0 0 0 1 0 0 0 23 0 8 0 780080164 94355456 352 33554432000 4194304 4580107 140733570590064 18446744073709551615 47408220235698 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 23036 352 299 95 0 18018 0
[pid=3727/tid=3728] ppid=3725 vsize=92144 CPUtime=0.01 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 4 0 0 0 1 0 0 0 24 0 8 0 780080164 94355456 360 33554432000 4194304 4580107 140733570590064 18446744073709551615 218370957243 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=92144 CPUtime=0 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 8 0 780080164 94355456 360 33554432000 4194304 4580107 140733570590064 18446744073709551615 47408220235692 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=92144 CPUtime=0.01 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1 0 0 0 1 0 0 0 24 0 8 0 780080164 94355456 360 33554432000 4194304 4580107 140733570590064 18446744073709551615 218366004310 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=92144 CPUtime=0.01 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 780080164 94355456 360 33554432000 4194304 4580107 140733570590064 18446744073709551615 47408220235283 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=92144 CPUtime=0 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 780080164 94355456 360 33554432000 4194304 4580107 140733570590064 18446744073709551615 218366004310 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=92144 CPUtime=0 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 780080164 94355456 360 33554432000 4194304 4580107 140733570590064 18446744073709551615 218366004310 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=92144 CPUtime=0 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 780080164 94355456 360 33554432000 4194304 4580107 140733570590064 18446744073709551615 218366004310 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.042986 s]
/proc/loadavg: 8.02 8.05 8.00 2/379 3727
/proc/meminfo: memFree=17533864/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=422108 CPUtime=0.25 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) R 3725 3727 3701 0 -1 4202496 3890 0 0 0 22 3 0 0 17 0 8 0 780080164 432238592 3795 33554432000 4194304 4580107 140733570590064 18446744073709551615 218371062254 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 105527 3815 336 95 0 100509 0
[pid=3727/tid=3728] ppid=3725 vsize=422108 CPUtime=0.03 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 451 0 0 0 3 0 0 0 17 0 8 0 780080164 432238592 3822 33554432000 4194304 4580107 140733570590064 18446744073709551615 218371000503 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=422108 CPUtime=0 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) S 3725 3727 3701 0 -1 4202560 411 0 0 0 0 0 0 0 17 0 8 0 780080164 432238592 3826 33554432000 4194304 4580107 140733570590064 18446744073709551615 218371062254 0 0 4096 2 18446604447764923328 0 0 -1 7 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=422108 CPUtime=0.02 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) S 3725 3727 3701 0 -1 4202560 445 0 0 0 2 0 0 0 17 0 8 0 780080164 432238592 3856 33554432000 4194304 4580107 140733570590064 18446744073709551615 218371062254 0 0 4096 2 18446604447764923328 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=422108 CPUtime=0.03 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 502 0 0 0 3 0 0 0 17 0 8 0 780080164 432238592 3862 33554432000 4194304 4580107 140733570590064 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=422252 CPUtime=0.02 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) S 3725 3727 3701 0 -1 4202560 456 0 0 0 2 0 0 0 17 0 8 0 780080164 432386048 3876 33554432000 4194304 4580107 140733570590064 18446744073709551615 218371062254 0 0 4096 2 18446604447764923328 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=422252 CPUtime=0.03 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 428 0 0 0 3 0 0 0 17 0 8 0 780080164 432386048 3909 33554432000 4194304 4580107 140733570590064 18446744073709551615 218371000503 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=422252 CPUtime=0.03 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 389 0 0 0 3 0 0 0 18 0 8 0 780080164 432386048 3921 33554432000 4194304 4580107 140733570590064 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 422108

[startup+0.307359 s]
/proc/loadavg: 8.02 8.05 8.00 2/379 3727
/proc/meminfo: memFree=17533864/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=501788 CPUtime=2.3 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) D 3725 3727 3701 0 -1 4202496 10648 0 0 0 222 8 0 0 18 0 8 0 780080164 513830912 10552 33554432000 4194304 4580107 140733570590064 18446744073709551615 218370618401 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 125447 10563 364 95 0 120429 0
[pid=3727/tid=3728] ppid=3725 vsize=501788 CPUtime=0.28 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) D 3725 3727 3701 0 -1 4202560 1329 0 0 0 28 0 0 0 18 0 8 0 780080164 513830912 10570 33554432000 4194304 4580107 140733570590064 18446744073709551615 218371000503 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=502788 CPUtime=0.26 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) D 3725 3727 3701 0 -1 4202560 1010 0 0 0 26 0 0 0 18 0 8 0 780080164 514854912 10580 33554432000 4194304 4580107 140733570590064 18446744073709551615 218370619750 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=504052 CPUtime=0.28 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1059 0 0 0 27 1 0 0 18 0 8 0 780080164 516149248 10811 33554432000 4194304 4580107 140733570590064 18446744073709551615 4439192 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=504052 CPUtime=0.29 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1796 0 0 0 28 1 0 0 18 0 8 0 780080164 516149248 10827 33554432000 4194304 4580107 140733570590064 18446744073709551615 218370618053 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=504052 CPUtime=0.28 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1380 0 0 0 27 1 0 0 18 0 8 0 780080164 516149248 10837 33554432000 4194304 4580107 140733570590064 18446744073709551615 4401259 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=504052 CPUtime=0.28 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1273 0 0 0 27 1 0 0 18 0 8 0 780080164 516149248 10847 33554432000 4194304 4580107 140733570590064 18446744073709551615 218370618401 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=504052 CPUtime=0.28 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1190 0 0 0 28 0 0 0 18 0 8 0 780080164 516149248 10853 33554432000 4194304 4580107 140733570590064 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 501788

[startup+1.27266 s]
/proc/loadavg: 8.02 8.05 8.00 2/379 3727
/proc/meminfo: memFree=17533864/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=579652 CPUtime=9.76 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) R 3725 3727 3701 0 -1 4202496 27010 0 0 0 958 18 0 0 19 0 8 0 780080164 593563648 21849 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 144913 21849 377 95 0 139895 0
[pid=3727/tid=3728] ppid=3725 vsize=579652 CPUtime=1.22 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3602 0 0 0 120 2 0 0 19 0 8 0 780080164 593563648 21849 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=579652 CPUtime=1.19 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3413 0 0 0 117 2 0 0 19 0 8 0 780080164 593563648 21849 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=579652 CPUtime=1.2 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3396 0 0 0 118 2 0 0 18 0 8 0 780080164 593563648 21849 33554432000 4194304 4580107 140733570590064 18446744073709551615 4318760 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=579652 CPUtime=1.22 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3681 0 0 0 121 1 0 0 19 0 8 0 780080164 593563648 21849 33554432000 4194304 4580107 140733570590064 18446744073709551615 4305984 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=579652 CPUtime=1.21 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3630 0 0 0 119 2 0 0 18 0 8 0 780080164 593563648 21849 33554432000 4194304 4580107 140733570590064 18446744073709551615 4318767 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=579652 CPUtime=1.2 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3463 0 0 0 118 2 0 0 18 0 8 0 780080164 593563648 21849 33554432000 4194304 4580107 140733570590064 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=579652 CPUtime=1.24 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1653 0 0 0 123 1 0 0 19 0 8 0 780080164 593563648 21849 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.76
Current children cumulated vsize (KiB) 579652

[startup+1.30065 s]
/proc/loadavg: 8.02 8.05 8.00 2/379 3727
/proc/meminfo: memFree=17533864/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=579652 CPUtime=9.99 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) R 3725 3727 3701 0 -1 4202496 27120 0 0 0 981 18 0 0 19 0 8 0 780080164 593563648 21959 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293090 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 144913 21959 377 95 0 139895 0
[pid=3727/tid=3728] ppid=3725 vsize=579652 CPUtime=1.25 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3614 0 0 0 123 2 0 0 19 0 8 0 780080164 593563648 21959 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293704 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=579652 CPUtime=1.22 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3430 0 0 0 120 2 0 0 19 0 8 0 780080164 593563648 21959 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=579652 CPUtime=1.23 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3410 0 0 0 121 2 0 0 18 0 8 0 780080164 593563648 21959 33554432000 4194304 4580107 140733570590064 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=579652 CPUtime=1.25 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3694 0 0 0 124 1 0 0 19 0 8 0 780080164 593563648 21959 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293192 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=579652 CPUtime=1.24 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3644 0 0 0 122 2 0 0 19 0 8 0 780080164 593563648 21959 33554432000 4194304 4580107 140733570590064 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=579652 CPUtime=1.23 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3476 0 0 0 121 2 0 0 18 0 8 0 780080164 593563648 21959 33554432000 4194304 4580107 140733570590064 18446744073709551615 4318737 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=579652 CPUtime=1.27 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1666 0 0 0 126 1 0 0 19 0 8 0 780080164 593563648 21959 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (KiB) 579652

[startup+1.50062 s]
/proc/loadavg: 8.02 8.05 8.00 2/379 3727
/proc/meminfo: memFree=17533864/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=579652 CPUtime=11.58 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) R 3725 3727 3701 0 -1 4202496 27920 0 0 0 1140 18 0 0 19 0 8 0 780080164 593563648 22759 33554432000 4194304 4580107 140733570590064 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 144913 22759 377 95 0 139895 0
[pid=3727/tid=3728] ppid=3725 vsize=579652 CPUtime=1.45 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3711 0 0 0 143 2 0 0 19 0 8 0 780080164 593563648 22759 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=579652 CPUtime=1.42 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3535 0 0 0 140 2 0 0 19 0 8 0 780080164 593563648 22759 33554432000 4194304 4580107 140733570590064 18446744073709551615 4319861 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=579652 CPUtime=1.43 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3510 0 0 0 141 2 0 0 19 0 8 0 780080164 593563648 22759 33554432000 4194304 4580107 140733570590064 18446744073709551615 4318755 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=579652 CPUtime=1.45 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3788 0 0 0 144 1 0 0 19 0 8 0 780080164 593563648 22759 33554432000 4194304 4580107 140733570590064 18446744073709551615 4318741 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=579652 CPUtime=1.44 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3759 0 0 0 142 2 0 0 19 0 8 0 780080164 593563648 22759 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=579652 CPUtime=1.43 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3577 0 0 0 141 2 0 0 19 0 8 0 780080164 593563648 22759 33554432000 4194304 4580107 140733570590064 18446744073709551615 4318711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=579652 CPUtime=1.47 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1752 0 0 0 146 1 0 0 19 0 8 0 780080164 593563648 22759 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 579652

[startup+3.10034 s]
/proc/loadavg: 8.18 8.08 8.01 9/387 3735
/proc/meminfo: memFree=17439332/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=599548 CPUtime=24.41 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) R 3725 3727 3701 0 -1 4202496 43068 0 0 0 2419 22 0 0 23 0 8 0 780080164 613937152 23497 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 149887 23497 378 95 0 144869 0
[pid=3727/tid=3728] ppid=3725 vsize=599548 CPUtime=3.05 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 5620 0 0 0 303 2 0 0 23 0 8 0 780080164 613937152 23519 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=599548 CPUtime=3.01 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 5424 0 0 0 298 3 0 0 23 0 8 0 780080164 613937152 23519 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293125 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=599548 CPUtime=3.05 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 5368 0 0 0 302 3 0 0 22 0 8 0 780080164 613937152 23519 33554432000 4194304 4580107 140733570590064 18446744073709551615 4315392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=599548 CPUtime=3.06 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 5645 0 0 0 305 1 0 0 24 0 8 0 780080164 613937152 23519 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293105 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=599548 CPUtime=3.05 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 5733 0 0 0 302 3 0 0 23 0 8 0 780080164 613937152 23519 33554432000 4194304 4580107 140733570590064 18446744073709551615 4322556 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=599548 CPUtime=3.04 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 5455 0 0 0 302 2 0 0 22 0 8 0 780080164 613937152 23519 33554432000 4194304 4580107 140733570590064 18446744073709551615 4318664 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=599548 CPUtime=3.07 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 3603 0 0 0 306 1 0 0 23 0 8 0 780080164 613937152 23519 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.41
Current children cumulated vsize (KiB) 599548

[startup+6.30077 s]
/proc/loadavg: 8.18 8.08 8.01 9/387 3735
/proc/meminfo: memFree=17399908/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=609456 CPUtime=49.92 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) R 3725 3727 3701 0 -1 4202496 75059 0 0 0 4965 27 0 0 25 0 8 0 780080164 624082944 36691 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 152364 36692 379 95 0 147346 0
[pid=3727/tid=3728] ppid=3725 vsize=609456 CPUtime=6.25 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 10226 0 0 0 622 3 0 0 25 0 8 0 780080164 624082944 36692 33554432000 4194304 4580107 140733570590064 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=609456 CPUtime=6.16 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 11138 0 0 0 613 3 0 0 25 0 8 0 780080164 624082944 36692 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=609456 CPUtime=6.24 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 10399 0 0 0 619 5 0 0 25 0 8 0 780080164 624082944 36692 33554432000 4194304 4580107 140733570590064 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=609456 CPUtime=6.25 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 8160 0 0 0 623 2 0 0 25 0 8 0 780080164 624082944 36692 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=609456 CPUtime=6.24 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 8935 0 0 0 621 3 0 0 25 0 8 0 780080164 624082944 36692 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=609456 CPUtime=6.23 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 7983 0 0 0 620 3 0 0 25 0 8 0 780080164 624082944 36692 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=609456 CPUtime=6.26 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 6811 0 0 0 624 2 0 0 25 0 8 0 780080164 624082944 36692 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0

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

[pid=3727/tid=3730] ppid=3725 vsize=3168244 CPUtime=4662.28 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 903800 0 0 0 465921 307 0 0 25 0 8 0 780080164 3244281856 620789 33554432000 4194304 4580107 140733570590064 18446744073709551615 4318850 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=3168244 CPUtime=4661.69 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1037815 0 0 0 465750 419 0 0 25 0 8 0 780080164 3244281856 620789 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=3168244 CPUtime=4662.02 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 969296 0 0 0 465821 381 0 0 25 0 8 0 780080164 3244281856 620789 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=3168244 CPUtime=4607.29 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 942887 0 0 0 460370 359 0 0 25 0 8 0 780080164 3244281856 620789 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=3168244 CPUtime=4661.33 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 957934 0 0 0 465815 318 0 0 25 0 8 0 780080164 3244281856 620789 33554432000 4194304 4580107 140733570590064 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37237
Current children cumulated vsize (KiB) 3168244

[startup+4722.3 s]
/proc/loadavg: 8.01 8.06 8.03 9/387 3885
/proc/meminfo: memFree=14952108/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=3389028 CPUtime=37716.2 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) R 3725 3727 3701 0 -1 4202496 7836528 0 0 0 3768774 2846 0 0 25 0 8 0 780080164 3470364672 644522 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 847257 644522 379 95 0 842239 0
[pid=3727/tid=3728] ppid=3725 vsize=3389028 CPUtime=4722.15 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1003616 0 0 0 471884 331 0 0 25 0 8 0 780080164 3470364672 644522 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=3389028 CPUtime=4717.82 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1017533 0 0 0 471388 394 0 0 25 0 8 0 780080164 3470364672 644522 33554432000 4194304 4580107 140733570590064 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=3389028 CPUtime=4722.28 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 913797 0 0 0 471917 311 0 0 25 0 8 0 780080164 3470364672 644522 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=3389028 CPUtime=4721.69 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1046719 0 0 0 471748 421 0 0 25 0 8 0 780080164 3470364672 644522 33554432000 4194304 4580107 140733570590064 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=3389028 CPUtime=4722.01 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 979633 0 0 0 471815 386 0 0 25 0 8 0 780080164 3470364672 644522 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=3389028 CPUtime=4666.53 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 953245 0 0 0 466290 363 0 0 25 0 8 0 780080164 3470364672 644522 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=3389028 CPUtime=4721.33 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 966710 0 0 0 471813 320 0 0 25 0 8 0 780080164 3470364672 644522 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37716.2
Current children cumulated vsize (KiB) 3389028

[startup+4782.3 s]
/proc/loadavg: 8.00 8.04 8.02 9/387 3886
/proc/meminfo: memFree=14968768/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=3605464 CPUtime=38195.4 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) R 3725 3727 3701 0 -1 4202496 7907130 0 0 0 3816666 2877 0 0 25 0 8 0 780080164 3691995136 641131 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 901366 641131 379 95 0 896348 0
[pid=3727/tid=3728] ppid=3725 vsize=3605464 CPUtime=4782.16 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1007259 0 0 0 477883 333 0 0 25 0 8 0 780080164 3691995136 641131 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=3605464 CPUtime=4777.82 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1028221 0 0 0 477383 399 0 0 25 0 8 0 780080164 3691995136 641131 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=3605464 CPUtime=4782.29 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 918320 0 0 0 477916 313 0 0 25 0 8 0 780080164 3691995136 641131 33554432000 4194304 4580107 140733570590064 18446744073709551615 4305310 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=3605464 CPUtime=4781.69 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1056583 0 0 0 477744 425 0 0 25 0 8 0 780080164 3691995136 641131 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=3605464 CPUtime=4782.01 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 990035 0 0 0 477811 390 0 0 25 0 8 0 780080164 3691995136 641131 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=3605464 CPUtime=4725.77 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 963854 0 0 0 472208 369 0 0 25 0 8 0 780080164 3691995136 641131 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=3605464 CPUtime=4781.32 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 977341 0 0 0 477808 324 0 0 25 0 8 0 780080164 3691995136 641131 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38195.4
Current children cumulated vsize (KiB) 3605464

[startup+4842.3 s]
/proc/loadavg: 8.00 8.03 8.02 9/387 3888
/proc/meminfo: memFree=14941228/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=3695052 CPUtime=38674.6 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) R 3725 3727 3701 0 -1 4202496 7955422 0 0 0 3864565 2900 0 0 25 0 8 0 780080164 3783733248 647509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 923763 647509 379 95 0 918745 0
[pid=3727/tid=3728] ppid=3725 vsize=3695052 CPUtime=4842.16 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1017523 0 0 0 483879 337 0 0 25 0 8 0 780080164 3783733248 647509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=3695052 CPUtime=4837.81 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1036929 0 0 0 483378 403 0 0 25 0 8 0 780080164 3783733248 647509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=3695052 CPUtime=4842.28 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 921274 0 0 0 483914 314 0 0 25 0 8 0 780080164 3783733248 647509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=3695052 CPUtime=4841.69 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1059131 0 0 0 483741 428 0 0 25 0 8 0 780080164 3783733248 647509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=3695052 CPUtime=4842.01 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 993193 0 0 0 483808 393 0 0 25 0 8 0 780080164 3783733248 647509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4451701 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=3695052 CPUtime=4785 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 967385 0 0 0 478130 370 0 0 25 0 8 0 780080164 3783733248 647509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=3695052 CPUtime=4841.3 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 983690 0 0 0 483803 327 0 0 25 0 8 0 780080164 3783733248 647509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38674.6
Current children cumulated vsize (KiB) 3695052

[startup+4902.3 s]
/proc/loadavg: 8.12 8.06 8.02 9/387 3889
/proc/meminfo: memFree=14827548/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=3528416 CPUtime=39153.9 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) R 3725 3727 3701 0 -1 4202496 8037187 0 0 0 3912458 2931 0 0 25 0 8 0 780080164 3613097984 634509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 882104 634509 379 95 0 877086 0
[pid=3727/tid=3728] ppid=3725 vsize=3528416 CPUtime=4902.16 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1028247 0 0 0 489876 340 0 0 25 0 8 0 780080164 3613097984 634509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293151 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=3528416 CPUtime=4897.82 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1046861 0 0 0 489374 408 0 0 18 0 8 0 780080164 3613097984 634509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=3528416 CPUtime=4902.29 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 931625 0 0 0 489911 318 0 0 25 0 8 0 780080164 3613097984 634509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=3528416 CPUtime=4901.69 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1069294 0 0 0 489736 433 0 0 25 0 8 0 780080164 3613097984 634509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=3528416 CPUtime=4902.02 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1003254 0 0 0 489805 397 0 0 25 0 8 0 780080164 3613097984 634509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=3528416 CPUtime=4844.26 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 977266 0 0 0 484051 375 0 0 25 0 8 0 780080164 3613097984 634509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=3528416 CPUtime=4901.29 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 993794 0 0 0 489799 330 0 0 25 0 8 0 780080164 3613097984 634509 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39153.9
Current children cumulated vsize (KiB) 3528416

[startup+4962.3 s]
/proc/loadavg: 8.10 8.06 8.02 9/387 3891
/proc/meminfo: memFree=14904440/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=3701992 CPUtime=39633.1 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) R 3725 3727 3701 0 -1 4202496 8085803 0 0 0 3960355 2957 0 0 25 0 8 0 780080164 3790839808 656889 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 925498 656889 379 95 0 920480 0
[pid=3727/tid=3728] ppid=3725 vsize=3701992 CPUtime=4962.16 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1038459 0 0 0 495871 345 0 0 25 0 8 0 780080164 3790839808 656889 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=3701992 CPUtime=4957.81 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1053209 0 0 0 495369 412 0 0 25 0 8 0 780080164 3790839808 656889 33554432000 4194304 4580107 140733570590064 18446744073709551615 4305215 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=3701992 CPUtime=4962.29 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 933882 0 0 0 495910 319 0 0 25 0 8 0 780080164 3790839808 656889 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=3701992 CPUtime=4961.69 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1073044 0 0 0 495735 434 0 0 25 0 8 0 780080164 3790839808 656889 33554432000 4194304 4580107 140733570590064 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=3701992 CPUtime=4962.02 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1013472 0 0 0 495800 402 0 0 25 0 8 0 780080164 3790839808 656889 33554432000 4194304 4580107 140733570590064 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=3701992 CPUtime=4903.48 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 987562 0 0 0 489968 380 0 0 25 0 8 0 780080164 3790839808 656889 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=3701992 CPUtime=4961.28 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 996514 0 0 0 495796 332 0 0 25 0 8 0 780080164 3790839808 656889 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39633.1
Current children cumulated vsize (KiB) 3701992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5008.3 s]
/proc/loadavg: 8.13 8.07 8.02 9/387 3892
/proc/meminfo: memFree=14998200/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=3353360 CPUtime=40000.6 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) R 3725 3727 3701 0 -1 4202496 8138638 0 0 0 3997078 2979 0 0 25 0 8 0 780080164 3433840640 633025 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 838340 633025 379 95 0 833322 0
[pid=3727/tid=3728] ppid=3725 vsize=3353360 CPUtime=5008.16 cores=0-7
/proc/3727/task/3728/stat : 3728 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1042227 0 0 0 500471 345 0 0 25 0 8 0 780080164 3433840640 633031 33554432000 4194304 4580107 140733570590064 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3727/tid=3729] ppid=3725 vsize=3353360 CPUtime=5003.83 cores=0-7
/proc/3727/task/3729/stat : 3729 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1062621 0 0 0 499968 415 0 0 25 0 8 0 780080164 3433840640 633031 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3727/tid=3730] ppid=3725 vsize=3353360 CPUtime=5008.3 cores=0-7
/proc/3727/task/3730/stat : 3730 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 936680 0 0 0 500509 321 0 0 25 0 8 0 780080164 3433840640 633031 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=3727/tid=3731] ppid=3725 vsize=3353360 CPUtime=5007.71 cores=0-7
/proc/3727/task/3731/stat : 3731 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1074869 0 0 0 500335 436 0 0 25 0 8 0 780080164 3433840640 633031 33554432000 4194304 4580107 140733570590064 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3727/tid=3732] ppid=3725 vsize=3353360 CPUtime=5008.04 cores=0-7
/proc/3727/task/3732/stat : 3732 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1022282 0 0 0 500398 406 0 0 25 0 8 0 780080164 3433840640 633031 33554432000 4194304 4580107 140733570590064 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=3353360 CPUtime=4948.9 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 996614 0 0 0 494506 384 0 0 25 0 8 0 780080164 3433840640 633031 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3727/tid=3734] ppid=3725 vsize=3353360 CPUtime=5007.29 cores=0-7
/proc/3727/task/3734/stat : 3734 (strangenight2-m) R 3725 3727 3701 0 -1 4202560 1004994 0 0 0 500393 336 0 0 25 0 8 0 780080164 3433840640 633031 33554432000 4194304 4580107 140733570590064 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 3353360

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

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

[startup+5008.42 s]
/proc/loadavg: 8.13 8.07 8.02 9/387 3892
/proc/meminfo: memFree=14998200/32951124 swapFree=52307820/67111528
[pid=3727] ppid=3725 vsize=0 CPUtime=40000.8 cores=0-7
/proc/3727/stat : 3727 (strangenight2-m) Z 3725 3727 3701 0 -1 4203548 8138646 0 0 0 3997087 2989 0 0 25 0 2 0 780080164 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3727/statm: 0 0 0 0 0 0 0
[pid=3727/tid=3733] ppid=3725 vsize=0 CPUtime=4949.01 cores=0-7
/proc/3727/task/3733/stat : 3733 (strangenight2-m) R 3725 3727 3701 0 -1 4203588 996614 0 0 0 494507 394 0 0 25 0 2 0 780080164 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5008.45
CPU time (s): 40000.8
CPU user time (s): 39970.9
CPU system time (s): 29.9244
CPU usage (%): 798.666
Max. virtual memory (cumulated for all children) (KiB): 3838020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39970.9
system time used= 29.9245
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8138646
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= 24568
involuntary context switches= 170192

runsolver used 17.5783 second user time and 45.4581 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-29 17:59:34
IDJOB=3421630
IDBENCH=83358
IDSOLVER=1878
FILE ID=node101/3421630-1306684774
RUNJOBID= node101-1306684774-3715
PBS_JOBID= 13471825
Free space on /tmp= 73652 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-20_388.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421630-1306684774/watcher-3421630-1306684774 -o /tmp/evaluation-result-3421630-1306684774/solver-3421630-1306684774 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3421630-1306684774.cnf

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

MD5SUM BENCH= a08160883ea01d58c880b6f2b323ef8b
RANDOM SEED=825972107

node101.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.841
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.68
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.841
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.841
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.77
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.841
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.83
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.841
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.74
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.841
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.83
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17534392 kB
Buffers:        274976 kB
Cached:        3658108 kB
SwapCached:      14304 kB
Active:        8594204 kB
Inactive:      6525716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17534392 kB
SwapTotal:    67111528 kB
SwapFree:     52307820 kB
Dirty:            6224 kB
Writeback:           0 kB
AnonPages:    11184972 kB
Mapped:          20416 kB
Slab:           153608 kB
PageTables:      75028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78581700 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= 73648 MiB
End job on node101 at 2011-05-29 19:23:04