Trace number 3421451

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.6 5010.38

General information on the benchmark

Namecrafted/spence/
hard/s113-100.cnf
MD5SUM346cb413e25976ab9ce2952e1d53c865
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1113.71
Satisfiable
(Un)Satisfiability was proved
Number of variables113
Number of clauses236
Sum of the clauses size708
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3236
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.09	c Using 8 threads
0.58/0.10	c This is CryptoMiniSat 3.0.0
0.58/0.10	c WARNING: for repeatability, setting FPU to use double precision
0.58/0.10	c Reading file 'HOME/instance-3421451-1306642178.cnf'
0.58/0.10	c -- header says num vars:            113
0.58/0.10	c -- header says num clauses:         236
0.58/0.10	c -- clauses added:            0 learnts,          236 normals,            0 xors
0.58/0.10	c -- vars added        113
0.58/0.10	c Parsing time:  0.00 s
0.58/0.10	c  N st     0         0       113       236         0         0       708         0   no data   no data
0.58/0.10	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.00
0.58/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.58/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.58/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.58/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.58/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
0.58/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.58/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.58/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.58/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.58/0.10	c calculated reachability. Time: 0.00
0.58/0.10	c Calc default polars -  time:   0.00 s pos:       4 undec:     105 neg:       4
0.58/0.10	c =========================================================================================
0.58/0.10	c types(t): F = full restart, N = normal restart
0.58/0.10	c types(t): S = simplification begin/end, E = solution found
0.58/0.10	c restart types(rt): st = static, dy = dynamic
0.58/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.58/0.10	c  B st     0         0       113       236         0         0       708         0   no data   no data
0.58/0.16	c  N dy    16      4007       113       236         0      3592       708     63962     11.13     11.76
0.58/0.25	c  N dy    31      8513       113       236         0      5474       708     85126     10.87     11.61
1.94/0.36	c  N dy    60     12639       113       236         0      5461       708     72572     11.30     11.93
1.94/0.47	c  N dy    85     16713       113       236         0      9283       708    139450     11.40     12.33
1.94/0.60	c  N dy   113     20777       113       236         0      7891       708    102912     11.62     12.44
1.94/0.72	c  N dy   126     24827       113       236         0     11673       708    172867     11.48     14.44
1.94/0.73	c  F st   128     25000       113       236         0     11839       708    175965     11.48   no data
1.94/0.90	c  N dy   134     30000       113       236         0     10108       708    143687     11.48   no data
6.55/0.90	c  S st   134     30000       113       236         0     10108       708    143687     11.48   no data
6.55/0.93	c  S st   134     30506       113       236         0     10602       708    153527     11.48   no data
6.55/0.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.55/0.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
6.55/0.93	c blocked clauses removed:        0 vars:      0 tried:         113 T: 0.00 s
6.55/0.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.55/0.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.55/0.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
6.55/0.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.55/0.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.55/0.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.55/1.00	c lits-rem:       511  cl-subs:      239  v-elim:      0  v-fix:    0  time:  0.06 s
7.32/1.00	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.00
7.32/1.00	c calculated reachability. Time: 0.00
7.32/1.00	c  N dy   134     30506       113       236         0     10363       708    147180     11.48   no data
8.92/1.20	c  N dy   158     36010       113       236         0      8118       708     85569     11.45     12.10
9.72/1.39	c  N dy   191     41492       113       236         0     13258       708    180002     11.54     12.17
11.33/1.58	c  N dy   217     45544       113       236         0      8709       708     87991     11.59     12.28
11.33/1.58	c  S st   218     45760       113       236         0      8919       708     92109     11.59     11.34
12.12/1.60	c  S st   218     46266       113       236         0      9415       708    102443     11.59   no data
12.12/1.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.12/1.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
12.12/1.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.12/1.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.12/1.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.12/1.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
12.12/1.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.12/1.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
12.12/1.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.12/1.62	c lits-rem:        47  cl-subs:       23  v-elim:      0  v-fix:    0  time:  0.01 s
12.12/1.62	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
12.12/1.63	c vivif2 --  cl tried     9392 cl shrink        0 lits rem          0 time: 0.00
12.12/1.63	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.00
12.12/1.63	c calculated reachability. Time: 0.00
12.12/1.63	c  N dy   218     46266       113       236         0      9392       708    101929     11.59   no data
13.02/1.80	c  N dy   246     50289       113       236         0     13238       708    177485     11.70     15.74
14.50/1.99	c  N dy   275     54442       113       236         0     17214       708    254605     11.78     12.93
16.10/2.18	c  N dy   303     58599       113       236         0     11674       708    130035     11.82     12.46
17.70/2.36	c  N dy   336     62659       113       236         0     15539       708    206106     11.99     15.96
19.30/2.57	c  N dy   361     66724       113       236         0     19358       708    275518     12.02     13.45
20.90/2.71	c  S st   375     69399       113       236         0     11474       708    114795     12.03     11.43
20.90/2.74	c  S st   375     69905       113       236         0     11972       708    125278     12.03   no data
20.90/2.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.90/2.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
20.90/2.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.90/2.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.90/2.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.90/2.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
20.90/2.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.90/2.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
20.90/2.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.90/2.76	c lits-rem:        83  cl-subs:       63  v-elim:      0  v-fix:    0  time:  0.02 s
20.90/2.76	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
20.90/2.77	c vivif2 --  cl tried    11909 cl shrink        0 lits rem          0 time: 0.00
20.90/2.77	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.00
20.90/2.77	c calculated reachability. Time: 0.00
20.90/2.77	c  N dy   375     69905       113       236         0     11909       708    124058     12.03   no data
22.62/2.99	c  N dy   406     74445       113       236         0     16243       708    209656     12.12     16.06
24.89/3.24	c  N dy   436     79249       113       236         0     20795       708    297007     12.18     12.94
26.48/3.49	c  N dy   465     84356       113       236         0     14281       708    159596     12.21     13.07
28.08/3.62	c  F st   484     87501       113       236         0     17200       708    214093     12.23     11.74
28.89/3.77	c  N st   489     90796       113       236         0     20308       708    278107     12.23   no data
32.06/4.11	c  N dy   511     96623       113       236         0     13529       708    136092     12.23     12.95
34.46/4.42	c  N dy   560    103100       113       236         0     19662       708    255681     12.34     13.03
35.26/4.53	c  S st   574    104858       113       236         0     21323       708    287799     12.37     12.43
35.26/4.58	c  S st   574    105360       113       236         0     21816       708    299342     12.37   no data
35.26/4.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.26/4.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
35.26/4.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.26/4.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.26/4.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.26/4.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
35.26/4.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.26/4.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
35.26/4.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.86/4.74	c lits-rem:       525  cl-subs:      340  v-elim:      0  v-fix:    0  time:  0.14 s
36.86/4.74	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
36.86/4.75	c vivif2 --  cl tried    21476 cl shrink        0 lits rem          0 time: 0.00
36.86/4.75	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.00
36.86/4.75	c calculated reachability. Time: 0.00
36.86/4.75	c  N dy   574    105360       113       236         0     21476       708    290807     12.37   no data
40.18/5.19	c  N dy   614    112154       113       236         0     14683       708    147238     12.42     13.13
43.24/5.55	c  N dy   642    119363       113       236         0     21531       708    280004     12.42     17.89
48.15/6.13	c  N dy   690    127145       113       236         0     14693       708    135637     12.48     13.28
52.83/6.72	c  N dy   714    138882       113       236         0     25613       708    345796     12.35     13.01
56.93/7.28	c  N dy   762    147796       113       236         0     18993       708    208270     12.36     13.39
61.61/7.88	c  N dy   827    157359       113       236         0     27930       708    381568     12.45     13.14
62.41/7.92	c  S st   830    158040       113       236         0     28575       708    393469     12.44     10.07
62.41/7.99	c  S st   830    158543       113       236         0     29069       708    404397     12.44   no data
62.41/7.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
63.22/8.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
63.22/8.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.22/8.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.22/8.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.22/8.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
63.22/8.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.22/8.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
63.22/8.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
65.71/8.38	c lits-rem:       813  cl-subs:      626  v-elim:      0  v-fix:    0  time:  0.35 s
65.71/8.38	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
65.71/8.39	c vivif2 --  cl tried    28443 cl shrink        0 lits rem          0 time: 0.00
65.71/8.39	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.00
65.71/8.39	c calculated reachability. Time: 0.00
65.71/8.39	c  N dy   830    158543       113       236         0     28443       708    389508     12.44   no data
71.19/9.03	c  N dy   896    168730       113       236         0     22118       708    261015     12.52     13.35
76.78/9.78	c  N dy   953    179502       113       236         0     32248       708    456348     12.51     14.95
82.38/10.45	c  N dy   971    190959       113       236         0     25981       708    322263     12.41     15.77
89.56/11.39	c  N dy  1035    203602       113       236         0     20027       708    197459     12.40     13.17
96.75/12.20	c  N dy  1084    216604       113       236         0     32172       708    434369     12.39     15.12
103.93/13.18	c  N dy  1162    230504       113       236         0     26499       708    318233     12.45     16.14
108.73/13.73	c  S st  1207    237814       113       236         0     33376       708    453508     12.46   no data
109.63/13.82	c  S st  1207    238323       113       236         0     33875       708    464217     12.46   no data
109.63/13.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
109.63/13.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
109.63/13.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
109.63/13.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
109.63/13.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
109.63/13.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
109.63/13.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
109.63/13.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
109.63/13.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.71/14.28	c lits-rem:       924  cl-subs:      588  v-elim:      0  v-fix:    0  time:  0.43 s
112.71/14.28	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
112.71/14.29	c vivif2 --  cl tried    33287 cl shrink        0 lits rem          0 time: 0.01
112.71/14.29	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
112.71/14.29	c calculated reachability. Time: 0.00
112.71/14.29	c  N dy  1207    238323       113       236         0     33287       708    449504     12.46   no data
122.29/15.48	c  N dy  1307    253755       113       236         0     27989       708    333899     12.52     13.20
134.27/16.96	c  N dy  1406    272305       113       236         0     24671       708    257439     12.55     13.22
145.58/18.38	c  N dy  1499    289988       113       236         0     41289       708    592510     12.58     13.40
155.83/19.69	c  F st  1612    306250       113       236         0     34948       708    449775     12.63     11.30
158.23/19.96	c  N st  1617    309547       113       236         0     38005       708    514940     12.63   no data
171.11/21.60	c  N dy  1707    329363       113       236         0     33914       708    421666     12.66     13.44
185.37/23.33	c  N dy  1826    349366       113       236         0     29298       708    323700     12.71     15.09
190.16/23.95	c  S st  1863    357484       113       236         0     36789       708    472590     12.72     11.34
190.96/24.03	c  S st  1863    357987       113       236         0     37278       708    483656     12.72   no data
190.96/24.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
190.96/24.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
190.96/24.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
190.96/24.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
190.96/24.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
190.96/24.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
190.96/24.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
190.96/24.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
190.96/24.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
194.96/24.51	c lits-rem:       833  cl-subs:      795  v-elim:      0  v-fix:    0  time:  0.46 s
194.96/24.51	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
194.96/24.52	c vivif2 --  cl tried    36483 cl shrink        0 lits rem          0 time: 0.01
194.96/24.53	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
194.96/24.53	c calculated reachability. Time: 0.00
194.96/24.53	c  N dy  1863    357987       113       236         0     36483       708    464961     12.72   no data
210.12/26.43	c  N dy  1952    378384       113       236         0     31312       708    355900     12.72     13.43
225.28/28.31	c  N dy  2053    398450       113       236         0     50035       708    727645     12.75     13.68
238.07/29.94	c  N dy  2126    418547       113       236         0     43782       708    602240     12.73     13.46
256.43/32.23	c  N dy  2203    442322       113       236         0     39495       708    500408     12.68     13.39
273.20/34.31	c  N dy  2315    462390       113       236         0     31341       708    330354     12.71     15.71
286.76/36.05	c  N dy  2387    482398       113       236         0     49864       708    693966     12.69     16.30
319.51/40.19	c  N dy  2501    528109       113       236         0     35194       708    386157     12.59     13.26
326.70/41.05	c  S st  2560    536981       113       236         0     43478       708    551697     12.61     11.35
327.50/41.14	c  S st  2560    537483       113       236         0     43970       708    562213     12.61   no data
327.50/41.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
327.50/41.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
327.50/41.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
327.50/41.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
327.50/41.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
327.50/41.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
327.50/41.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
327.50/41.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
327.50/41.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
333.08/41.87	c lits-rem:      1173  cl-subs:     1072  v-elim:      0  v-fix:    0  time:  0.67 s
333.08/41.87	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
333.08/41.88	c vivif2 --  cl tried    42898 cl shrink        0 lits rem          0 time: 0.01
333.08/41.88	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
333.08/41.89	c calculated reachability. Time: 0.00
333.08/41.89	c  N dy  2560    537483       113       236         0     42898       708    537714     12.61   no data
353.84/44.48	c  N dy  2668    560323       113       236         0     34776       708    373538     12.62     13.30
371.40/46.66	c  N dy  2801    580407       113       236         0     53522       708    747992     12.66     16.36
399.44/50.13	c  N dy  2843    616758       113       236         0     55740       708    780782     12.57     13.34
417.84/52.48	c  N dy  2985    637201       113       236         0     43597       708    525738     12.61     13.36
439.26/55.11	c  N dy  3124    657252       113       236         0     62201       708    896398     12.66     15.22
456.82/57.36	c  N dy  3266    677281       113       236         0     48570       708    613831     12.70     14.62
479.31/60.15	c  N dy  3384    697382       113       236         0     33874       708    308563     12.72     15.51
496.05/62.26	c  N dy  3509    717421       113       236         0     52317       708    675201     12.74     13.64
518.32/65.03	c  N dy  3608    737762       113       236         0     36899       708    358619     12.75     13.44
535.08/67.15	c  N dy  3718    757822       113       236         0     55402       708    728214     12.77     13.59
556.64/69.85	c  N dy  3807    777926       113       236         0     38969       708    391884     12.78     13.46
573.40/71.99	c  N dy  3903    797997       113       236         0     57480       708    763541     12.78     15.14
583.89/73.22	c  S st  3956    806225       113       236         0     65124       708    918790     12.79   no data
584.71/73.37	c  S st  3956    806728       113       236         0     65615       708    929434     12.79   no data
584.71/73.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
584.71/73.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
584.71/73.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
584.71/73.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
584.71/73.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
584.71/73.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
584.71/73.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
585.37/73.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
585.37/73.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
602.94/75.68	c lits-rem:      1924  cl-subs:     1542  v-elim:      0  v-fix:    0  time:  2.22 s
602.94/75.68	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
603.74/75.70	c vivif2 --  cl tried    64073 cl shrink        0 lits rem          0 time: 0.02
603.74/75.72	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.02
603.74/75.72	c calculated reachability. Time: 0.00
603.74/75.72	c  N dy  3956    806728       113       236         0     64073       708    891674     12.79   no data
624.50/78.31	c  N dy  4053    828079       113       236         0     47818       708    561571     12.80     13.67
644.47/80.84	c  N dy  4153    848185       113       236         0     66180       708    923506     12.81     13.65
663.76/83.23	c  N dy  4175    869873       113       236         0     48595       708    545472     12.76     13.57
681.99/85.52	c  N dy  4237    890124       113       236         0     67023       708    916174     12.75     13.55
701.95/88.01	c  N dy  4318    910151       113       236         0     47843       708    534874     12.74     15.28
723.51/90.79	c  N dy  4457    930994       113       236         0     67213       708    922055     12.77     13.54
749.06/93.92	c  N dy  4572    952075       113       236         0     48334       708    541561     12.79     13.65
772.20/96.81	c  N dy  4710    972102       113       236         0     66842       708    913868     12.81     16.76
796.96/99.93	c  N dy  4823    992559       113       236         0     46226       708    487186     12.83     13.60
817.72/102.58	c  N dy  4925   1014383       113       236         0     66247       708    887894     12.84     13.76
845.67/106.01	c  N dy  5045   1035786       113       236         0     45491       708    463633     12.85     13.68
865.76/108.59	c  N dy  5175   1055863       113       236         0     63986       708    833738     12.87     13.81
885.59/111.06	c  F st  5248   1071875       113       236         0     78712       708   1138247     12.88   no data
893.58/112.00	c  N dy  5254   1077066       113       236         0     42131       708    386319     12.88   no data
919.13/115.25	c  N dy  5392   1104123       113       236         0     66960       708    882449     12.89     13.67
947.07/118.77	c  N dy  5495   1124182       113       236         0     43078       708    395482     12.89     17.94
966.24/121.12	c  N dy  5598   1144583       113       236         0     61800       708    774550     12.90     13.58
990.98/124.29	c  N dy  5701   1164625       113       236         0     80060       708   1144761     12.91     15.18
1028.52/128.93	c  N dy  5755   1200533       113       236         0     68924       708    900933     12.85     13.62
1040.60/130.47	c  S st  5789   1210092       113       236         0     77769       708   1087848     12.85     10.07
1042.08/130.67	c  S st  5789   1210596       113       236         0     78266       708   1099072     12.85   no data
1042.08/130.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1042.88/130.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
1042.88/130.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1042.88/130.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1042.88/130.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1042.88/130.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
1042.88/130.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1042.88/130.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1042.88/130.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1097.18/137.51	c lits-rem:      4527  cl-subs:     3517  v-elim:      0  v-fix:    0  time:  6.66 s
1097.18/137.51	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
1097.18/137.53	c vivif2 --  cl tried    74749 cl shrink        0 lits rem          0 time: 0.01
1097.18/137.55	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.02
1097.18/137.56	c calculated reachability. Time: 0.00
1097.18/137.56	c  N dy  5789   1210596       113       236         0     74749       708   1013957     12.85   no data
1122.72/140.77	c  N dy  5879   1230764       113       236         0     49779       708    517692     12.86     13.58
1144.29/143.48	c  N dy  6001   1250788       113       236         0     68177       708    892295     12.87     17.06
1173.82/147.12	c  N dy  6106   1270981       113       236         0     86486       708   1257804     12.88     13.56
1197.79/150.11	c  N dy  6245   1291074       113       236         0     60484       708    726458     12.90     15.68
1224.13/153.42	c  N dy  6344   1312844       113       236         0     80425       708   1129642     12.90     13.65
1248.08/156.42	c  N dy  6398   1332940       113       236         0     52710       708    543552     12.89     13.58
1269.77/159.16	c  N dy  6498   1353034       113       236         0     71219       708    919456     12.89     13.64
1299.98/162.91	c  N dy  6632   1373120       113       236         0     89778       708   1306913     12.91     17.25
1333.52/167.13	c  N dy  6686   1405763       113       236         0     72300       708    914100     12.87     13.62
1361.47/170.69	c  N dy  6788   1425764       113       236         0     90729       708   1288032     12.88     15.84
1386.21/173.74	c  N dy  6898   1445790       113       236         0     61852       708    718541     12.89     15.33
1412.57/177.00	c  N dy  7007   1465833       113       236         0     80064       708   1085191     12.90     13.62
1442.90/180.85	c  N dy  7099   1486014       113       236         0     50358       708    475170     12.90     13.68
1463.65/183.48	c  N dy  7212   1506042       113       236         0     68687       708    843969     12.91     13.69
1493.20/187.17	c  N dy  7331   1526619       113       236         0     87597       708   1231509     12.93     13.70
1523.65/190.94	c  N dy  7389   1551565       113       236         0     60839       708    672732     12.91     13.59
1547.50/193.92	c  N dy  7484   1571697       113       236         0     79194       708   1048187     12.91     13.62
1578.63/197.82	c  N dy  7587   1591704       113       236         0     97450       708   1417271     12.92     16.01
1602.69/200.83	c  N dy  7665   1612108       113       236         0     65922       708    764669     12.92     13.62
1629.87/204.28	c  N dy  7785   1632280       113       236         0     84437       708   1141308     12.93     13.62
1668.06/209.00	c  N dy  7902   1652853       113       236         0     52206       708    481509     12.94     13.68
1690.53/211.90	c  N dy  7997   1674378       113       236         0     71830       708    882785     12.93     13.84
1725.67/216.25	c  N dy  8115   1694512       113       236         0     90178       708   1257086     12.95     13.89
1755.89/220.04	c  S st  8203   1710597       113       236         0     52853       708    485633     12.96   no data
1756.69/220.14	c  S st  8203   1711099       113       236         0     53347       708    497138     12.96   no data
1756.69/220.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1756.69/220.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
1756.69/220.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1756.69/220.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1756.69/220.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1756.69/220.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
1756.69/220.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1756.69/220.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1756.69/220.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1759.09/220.44	c lits-rem:        70  cl-subs:      126  v-elim:      0  v-fix:    0  time:  0.26 s
1759.09/220.44	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
1759.09/220.45	c vivif2 --  cl tried    53221 cl shrink        0 lits rem          0 time: 0.01
1759.09/220.46	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
1759.09/220.46	c calculated reachability. Time: 0.00
1759.09/220.46	c  N dy  8203   1711099       113       236         0     53221       708    495104     12.96   no data
1781.44/223.27	c  N dy  8303   1731251       113       236         0     71644       708    871583     12.96     13.66
1809.38/226.78	c  N dy  8390   1751258       113       236         0     89903       708   1248136     12.96     13.73
1846.11/231.37	c  N dy  8500   1771315       113       236         0     55191       708    523185     12.97     13.86
1884.57/236.19	c  N dy  8567   1807604       113       236         0     87348       708   1175981     12.94     13.64
1922.77/240.91	c  N dy  8703   1828079       113       236         0    106196       708   1566165     12.96     13.66
1946.72/243.97	c  N dy  8789   1848592       113       236         0     71491       708    855085     12.96     13.65
1973.06/247.29	c  N dy  8866   1868624       113       236         0     89484       708   1225146     12.96     15.35
2008.20/251.60	c  N dy  8949   1888634       113       236         0    107906       708   1602510     12.96     13.78
2032.15/254.68	c  N dy  9046   1908859       113       236         0     71569       708    832533     12.96     13.68
2064.89/258.73	c  N dy  9145   1932976       113       236         0     93375       708   1270817     12.96     13.66
2113.59/264.81	c  N dy  9211   1965928       113       236         0     67673       708    748024     12.93     13.62
2142.34/268.49	c  N dy  9327   1986001       113       236         0     86190       708   1135692     12.94     13.78
2179.06/273.09	c  N dy  9463   2006093       113       236         0    104663       708   1516955     12.95     15.49
2211.79/277.15	c  N dy  9547   2026396       113       236         0     66346       708    708675     12.95     13.66
2236.54/280.29	c  N dy  9620   2046426       113       236         0     84777       708   1089741     12.95     14.50
2270.19/284.43	c  N dy  9727   2066491       113       236         0    103053       708   1463699     12.95     13.75
2306.80/289.07	c  N dy  9857   2086564       113       236         0     64255       708    665754     12.96     16.84
2333.95/292.46	c  N dy  9992   2106578       113       236         0     82596       708   1042014     12.98     13.69
2369.89/296.90	c  N dy 10103   2127884       113       236         0    102120       708   1444635     12.98     13.71
2409.82/301.95	c  N dy 10226   2147902       113       236         0     62069       708    607817     13.00     19.76
2436.17/305.20	c  N dy 10354   2167918       113       236         0     80386       708    986620     13.01     13.83
2469.69/309.45	c  N dy 10483   2187982       113       236         0     98915       708   1369722     13.02     13.79
2512.80/314.85	c  N dy 10589   2208068       113       236         0    117220       708   1744172     13.02     13.74
2520.79/315.84	c  S st 10606   2211099       113       236         0     60510       708    564945     13.02   no data
2521.58/315.95	c  S st 10606   2211603       113       236         0     61009       708    576772     13.02   no data
2521.58/315.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2521.58/315.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
2521.58/315.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2521.58/315.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2521.58/315.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2521.58/315.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
2521.58/315.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2521.58/315.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2521.58/315.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2524.88/316.32	c lits-rem:        93  cl-subs:      142  v-elim:      0  v-fix:    0  time:  0.30 s
2524.88/316.32	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
2524.88/316.33	c vivif2 --  cl tried    60867 cl shrink        0 lits rem          0 time: 0.01
2524.88/316.34	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.01
2524.88/316.35	c calculated reachability. Time: 0.00
2524.88/316.35	c  N dy 10606   2211603       113       236         0     60867       708    574016     13.02   no data
2560.02/320.75	c  N dy 10702   2241580       113       236         0     88068       708   1153051     13.02     13.85
2595.97/325.22	c  N dy 10805   2262763       113       236         0    107173       708   1536081     13.02     13.72
2632.57/329.88	c  N dy 10878   2285297       113       236         0     67730       708    709508     13.01     13.92
2662.11/333.58	c  N dy 10986   2306815       113       236         0     87323       708   1110231     13.02     13.93
2702.83/338.63	c  N dy 11125   2328861       113       236         0    107399       708   1519039     13.02     14.05
2741.16/343.46	c  N dy 11199   2349758       113       236         0     65426       708    643303     13.02     13.81
2769.92/347.07	c  N dy 11340   2369827       113       236         0     83770       708   1020349     13.03     15.36
2800.24/350.84	c  N dy 11427   2389836       113       236         0    101975       708   1385819     13.03     13.75
2839.37/355.70	c  N dy 11520   2409840       113       236         0    120187       708   1757159     13.04     18.17
2869.72/359.56	c  N dy 11598   2429880       113       236         0     76282       708    857203     13.03     13.76
2900.05/363.37	c  N dy 11719   2449962       113       236         0     94535       708   1228653     13.04     13.88
2943.16/368.71	c  N dy 11839   2471156       113       236         0    113832       708   1625931     13.05     13.78
2980.69/373.40	c  N dy 11932   2491321       113       236         0     69380       708    710135     13.05     13.79
3016.73/377.94	c  N dy 12055   2517513       113       236         0     93450       708   1216568     13.06     14.18
3054.15/382.69	c  N dy 12136   2540502       113       236         0    114253       708   1629000     13.05     13.77
3094.07/387.66	c  N dy 12215   2561235       113       236         0     69464       708    693499     13.05     13.87
3119.62/390.81	c  N dy 12281   2581265       113       236         0     87520       708   1046183     13.05     17.78
3153.95/395.13	c  N dy 12391   2601328       113       236         0    105716       708   1419945     13.05     15.32
3194.67/400.28	c  N dy 12500   2621348       113       236         0    123884       708   1789875     13.06     13.79
3242.57/406.28	c  N dy 12579   2655802       113       236         0     90585       708   1144139     13.04     13.85
3276.91/410.54	c  N dy 12660   2676293       113       236         0    109305       708   1528517     13.04     13.84
3316.16/415.46	c  N dy 12744   2696592       113       236         0    127776       708   1909403     13.04     13.84
3343.17/418.86	c  S st 12808   2711603       113       236         0     75802       708    814049     13.05   no data
3344.77/419.05	c  S st 12808   2712110       113       236         0     76302       708    825057     13.05   no data
3344.77/419.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3344.77/419.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3344.77/419.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3344.77/419.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3344.77/419.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3344.77/419.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
3344.77/419.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3345.57/419.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3345.57/419.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3358.35/420.72	c lits-rem:       787  cl-subs:      969  v-elim:      0  v-fix:    0  time:  1.58 s
3358.35/420.72	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
3358.35/420.74	c vivif2 --  cl tried    75333 cl shrink        0 lits rem          0 time: 0.01
3358.35/420.77	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.03
3358.35/420.77	c calculated reachability. Time: 0.00
3358.35/420.77	c  N dy 12808   2712110       113       236         0     75333       708    802112     13.05   no data
3397.47/425.67	c  N dy 12948   2732178       113       236         0     93724       708   1184213     13.06     18.31
3433.40/430.10	c  N dy 13044   2752315       113       236         0    112033       708   1557276     13.06     13.78
3476.50/435.57	c  N dy 13148   2772541       113       236         0    130377       708   1931180     13.06     13.83
3507.66/439.43	c  N dy 13242   2792630       113       236         0     82408       708    939127     13.06     13.97
3540.40/443.54	c  N dy 13328   2814413       113       236         0    102283       708   1344823     13.06     13.77
3582.71/448.85	c  N dy 13449   2834450       113       236         0    120649       708   1726563     13.07     14.93
3633.00/455.12	c  N dy 13460   2870527       113       236         0     85273       708    983969     13.04     13.75
3664.94/459.14	c  N dy 13556   2890536       113       236         0    103351       708   1351294     13.04     16.81
3700.88/463.69	c  N dy 13586   2913840       113       236         0    123971       708   1760695     13.03     13.80
3748.78/469.60	c  N dy 13719   2936292       113       236         0     77036       708    822064     13.03     13.93
3779.13/473.45	c  N dy 13804   2956345       113       236         0     95038       708   1189120     13.03     13.72
3823.84/479.08	c  N dy 13930   2976380       113       236         0    113439       708   1566530     13.04     14.12
3870.15/484.87	c  N dy 14020   2996842       113       236         0    132015       708   1944120     13.04     13.90
3909.27/489.75	c  N dy 14089   3021181       113       236         0     85279       708    972164     13.03     13.82
3946.80/494.44	c  N dy 14186   3044255       113       236         0    106197       708   1398339     13.03     13.92
4007.48/502.06	c  N dy 14252   3079583       113       236         0    137806       708   2052767     13.02     13.75
4041.02/506.24	c  N dy 14343   3099637       113       236         0     86184       708    970344     13.02     15.14
4074.55/510.45	c  N dy 14450   3119738       113       236         0    104569       708   1347716     13.03     13.78
4115.39/515.58	c  N dy 14572   3139745       113       236         0    122849       708   1723826     13.03     15.44
4171.16/522.57	c  N dy 14703   3160157       113       236         0     70793       708    653186     13.04     13.97
4199.90/526.15	c  N dy 14775   3180250       113       236         0     88798       708   1013862     13.04     13.79
4242.22/531.45	c  N dy 14909   3201389       113       236         0    108137       708   1413423     13.05     14.20
4263.89/534.19	c  S st 14954   3212111       113       236         0    117887       708   1612233     13.05     11.09
4266.97/534.51	c  S st 14954   3212614       113       236         0    118378       708   1623516     13.05   no data
4266.97/534.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4266.97/534.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.07
4266.97/534.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4266.97/534.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4266.97/534.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4266.97/534.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
4266.97/534.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4267.77/534.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4267.77/534.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4341.22/543.86	c lits-rem:      2146  cl-subs:     3349  v-elim:      0  v-fix:    0  time:  9.05 s
4341.22/543.86	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
4342.02/543.90	c vivif2 --  cl tried   115029 cl shrink        0 lits rem          0 time: 0.03
4342.02/543.96	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.06
4342.02/543.96	c calculated reachability. Time: 0.00
4342.02/543.96	c  N dy 14954   3212614       113       236         0    115029       708   1544878     13.05   no data
4397.11/550.82	c  N dy 15047   3232755       113       236         0    133360       708   1920900     13.05     13.83
4444.22/556.80	c  N dy 15136   3252850       113       236         0     79981       708    835392     13.05     18.25
4477.74/560.95	c  N dy 15245   3272873       113       236         0     98295       708   1211108     13.05     15.14
4518.58/566.11	c  N dy 15364   3292939       113       236         0    116628       708   1586329     13.06     18.44
4570.38/572.52	c  N dy 15509   3312973       113       236         0    134912       708   1968260     13.07     18.46
4619.88/578.74	c  N dy 15656   3333059       113       236         0     80605       708    837402     13.08     15.68
4653.41/582.91	c  N dy 15784   3353132       113       236         0     98862       708   1215937     13.09     14.65
4698.11/588.58	c  N dy 15894   3377291       113       236         0    121147       708   1681212     13.09     13.82
4745.22/594.44	c  N dy 15996   3397371       113       236         0    139522       708   2059112     13.09     18.69
4781.16/598.99	c  N dy 16033   3419014       113       236         0     84973       708    899558     13.08     14.02
4822.67/604.15	c  N dy 16081   3446368       113       236         0    109802       708   1419890     13.07     13.89
4861.93/609.06	c  N dy 16166   3466444       113       236         0    128126       708   1797957     13.07     13.77
4907.31/614.72	c  N dy 16225   3487010       113       236         0    146701       708   2177815     13.07     13.82
4944.84/619.41	c  N dy 16350   3507181       113       236         0     90729       708   1030283     13.07     14.05
4974.39/623.15	c  N dy 16402   3527609       113       236         0    109174       708   1423797     13.06     13.82
5020.03/628.84	c  N dy 16495   3551236       113       236         0    130371       708   1848138     13.06     13.78
5082.16/636.65	c  N dy 16606   3575896       113       236         0     77437       708    734930     13.07     13.83
5118.09/641.11	c  N dy 16735   3598761       113       236         0     98337       708   1170913     13.07     14.03
5152.42/645.42	c  N dy 16811   3618879       113       236         0    116601       708   1540170     13.07     13.78
5198.73/651.22	c  N dy 16917   3638959       113       236         0    134771       708   1913747     13.08     13.80
5257.17/658.59	c  N dy 17027   3660319       113       236         0     78012       708    739978     13.08     14.34
5289.77/662.69	c  N dy 17122   3680333       113       236         0     96250       708   1112918     13.08     13.78
5328.08/667.46	c  N dy 17226   3700427       113       236         0    114495       708   1486887     13.09     14.62
5352.06/670.43	c  S st 17272   3712614       113       236         0    125548       708   1713843     13.09     11.45
5354.44/670.75	c  S st 17272   3713118       113       236         0    126041       708   1725020     13.09   no data
5354.44/670.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5355.24/670.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
5355.24/670.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5355.24/670.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5355.24/670.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5355.24/670.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
5355.24/670.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5355.24/670.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
5356.04/670.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5422.30/679.27	c lits-rem:      1849  cl-subs:     3527  v-elim:      0  v-fix:    0  time:  8.25 s
5422.30/679.27	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
5423.20/679.32	c vivif2 --  cl tried   122514 cl shrink        0 lits rem          0 time: 0.03
5423.20/679.37	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.05
5423.20/679.37	c calculated reachability. Time: 0.00
5423.20/679.37	c  N dy 17272   3713118       113       236         0    122514       708   1641941     13.09   no data
5463.82/684.49	c  N dy 17331   3733214       113       236         0    140677       708   2013208     13.08     18.13
5513.31/690.67	c  F st 17374   3751563       113       236         0     80430       708    784487     13.08     10.31
5516.50/691.02	c  N st 17378   3753597       113       236         0     82316       708    825196     13.08   no data
5549.24/695.16	c  N dy 17465   3773602       113       236         0    100461       708   1200783     13.08     13.87
5587.57/699.99	c  N dy 17567   3793637       113       236         0    118902       708   1589809     13.08     14.29
5636.27/706.06	c  N dy 17690   3813764       113       236         0    137244       708   1971270     13.09     13.79
5688.17/712.59	c  N dy 17780   3834500       113       236         0    156047       708   2358289     13.09     14.03
5728.91/717.68	c  N dy 17864   3860225       113       236         0    101175       708   1202170     13.09     13.94
5763.23/721.97	c  N dy 17933   3880476       113       236         0    119680       708   1591109     13.08     13.85
5808.75/727.62	c  N dy 18014   3901036       113       236         0    138232       708   1967555     13.08     13.89
5867.82/735.02	c  N dy 18153   3921199       113       236         0    156639       708   2353443     13.09     13.85
5906.26/739.86	c  N dy 18255   3941255       113       236         0     95732       708   1077464     13.09     14.01
5942.87/744.40	c  N dy 18348   3961314       113       236         0    113978       708   1447054     13.10     17.31
5982.00/749.38	c  N dy 18433   3981494       113       236         0    132298       708   1815403     13.09     13.86
6033.11/755.79	c  N dy 18546   4001620       113       236         0    150613       708   2189627     13.10     13.99
6083.40/762.05	c  N dy 18660   4021695       113       236         0     88986       708    933017     13.10     15.24
6128.11/767.63	c  N dy 18753   4048342       113       236         0    113015       708   1414063     13.10     13.85
6171.23/773.05	c  N dy 18850   4068364       113       236         0    131181       708   1789495     13.10     13.88
6250.27/782.98	c  N dy 18907   4109348       113       236         0     87247       708    881025     13.09     13.97
6283.91/787.15	c  N dy 19011   4129373       113       236         0    105559       708   1262374     13.09     16.25
6322.94/792.03	c  N dy 19092   4149457       113       236         0    123583       708   1624617     13.09     13.78
6382.82/799.58	c  N dy 19195   4173009       113       236         0    144641       708   2050972     13.09     13.81
6442.00/806.97	c  N dy 19279   4193098       113       236         0     81376       708    759723     13.09     17.46
6475.44/811.13	c  N dy 19398   4213118       113       236         0     99691       708   1139383     13.09   no data
6475.44/811.13	c  S st 19398   4213118       113       236         0     99691       708   1139383     13.09   no data
6477.13/811.39	c  S st 19398   4213620       113       236         0    100183       708   1150538     13.09   no data
6477.13/811.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6477.96/811.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
6477.96/811.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6477.96/811.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6477.96/811.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6477.96/811.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
6477.96/811.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6477.96/811.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
6477.96/811.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6493.79/813.49	c lits-rem:       629  cl-subs:     1204  v-elim:      0  v-fix:    0  time:  1.99 s
6493.79/813.49	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
6494.69/813.52	c vivif2 --  cl tried    98979 cl shrink        0 lits rem          0 time: 0.02
6494.69/813.56	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.03
6494.69/813.56	c calculated reachability. Time: 0.00
6494.69/813.56	c  N dy 19398   4213620       113       236         0     98979       708   1121597     13.09   no data
6534.52/818.54	c  N dy 19506   4233854       113       236         0    117255       708   1497544     13.10     13.82
6577.63/823.91	c  N dy 19573   4256439       113       236         0    137599       708   1903979     13.09     13.85
6635.22/831.12	c  N dy 19678   4276497       113       236         0    155890       708   2279836     13.10     17.82
6681.42/836.94	c  N dy 19709   4299546       113       236         0     94689       708   1010996     13.08     13.78
6717.36/841.49	c  N dy 19814   4319639       113       236         0    112973       708   1387828     13.09     13.80
6747.70/845.20	c  N dy 19837   4339738       113       236         0    130638       708   1739429     13.07     18.31
6794.80/851.17	c  N dy 19918   4359811       113       236         0    148880       708   2116496     13.07     15.96
6856.27/858.84	c  N dy 20020   4380031       113       236         0     84057       708    793992     13.07     13.84
6897.00/863.95	c  N dy 20118   4406237       113       236         0    108121       708   1294394     13.07     13.82
6941.72/869.57	c  N dy 20205   4426334       113       236         0    126440       708   1675113     13.07     16.55
6987.35/875.23	c  N dy 20261   4446403       113       236         0    144634       708   2052876     13.07     16.16
7050.29/883.17	c  N dy 20368   4468976       113       236         0    165103       708   2472257     13.07     14.02
7094.21/888.63	c  N dy 20460   4489021       113       236         0     98873       708   1085152     13.07     16.73
7132.54/893.45	c  N dy 20579   4509036       113       236         0    116929       708   1457629     13.08     15.01
7175.65/898.84	c  N dy 20660   4530601       113       236         0    136547       708   1870433     13.08     13.89
7229.15/905.53	c  N dy 20766   4550646       113       236         0    154816       708   2245422     13.08     18.88
7286.63/912.79	c  N dy 20853   4570964       113       236         0     87943       708    852702     13.08     13.77
7317.78/916.69	c  N dy 20933   4591045       113       236         0    106013       708   1214349     13.08     16.38
7356.24/921.48	c  N dy 21008   4611821       113       236         0    124980       708   1604734     13.07     13.85
7402.41/927.29	c  N dy 21097   4632309       113       236         0    143258       708   1971203     13.07     13.80
7461.61/934.68	c  N dy 21230   4652337       113       236         0    161569       708   2355605     13.08     14.02
7523.47/942.41	c  N dy 21369   4672644       113       236         0     93999       708    970800     13.09     13.83
7558.40/946.84	c  N dy 21465   4692864       113       236         0    112640       708   1360371     13.09     13.97
7597.28/951.74	c  N dy 21537   4713010       113       236         0    130971       708   1746402     13.09     13.85
7598.87/951.96	c  S st 21543   4713620       113       236         0    131542       708   1758976     13.09   no data
7601.38/952.29	c  S st 21543   4714127       113       236         0    132042       708   1770407     13.09   no data
7601.38/952.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7602.04/952.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
7602.04/952.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7602.04/952.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7602.04/952.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7602.04/952.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
7602.04/952.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7602.04/952.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
7602.84/952.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7657.89/959.32	c lits-rem:      1768  cl-subs:     2614  v-elim:      0  v-fix:    0  time:  6.79 s
7657.89/959.32	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
7657.89/959.35	c vivif2 --  cl tried   129428 cl shrink        0 lits rem          0 time: 0.03
7658.69/959.40	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.05
7658.69/959.40	c calculated reachability. Time: 0.00
7658.69/959.40	c  N dy 21543   4714127       113       236         0    129428       708   1706119     13.09   no data
7716.97/966.78	c  N dy 21608   4742123       113       236         0    154314       708   2208996     13.08     13.79
7765.68/972.86	c  N dy 21654   4762833       113       236         0    172578       708   2572906     13.08     13.81
7808.00/978.19	c  N dy 21702   4786087       113       236         0    107024       708   1221804     13.07     13.89
7903.79/990.19	c  N dy 21794   4830784       113       236         0    146043       708   2010403     13.05     14.15
7965.28/997.82	c  N dy 21931   4850792       113       236         0    164340       708   2393000     13.06     14.78
8019.58/1004.62	c  N dy 22038   4870867       113       236         0     95460       708    993794     13.06     17.13
8058.69/1009.57	c  N dy 22117   4894817       113       236         0    116672       708   1424305     13.06     14.17
8104.21/1015.24	c  N dy 22237   4914856       113       236         0    134986       708   1804661     13.06     15.99
8160.11/1022.23	c  N dy 22363   4935064       113       236         0    153464       708   2194462     13.07     13.88
8220.78/1029.84	c  N dy 22412   4959515       113       236         0    175432       708   2628824     13.06     13.81
8269.47/1035.93	c  N dy 22526   4979621       113       236         0    105468       708   1183386     13.07     14.03
8305.40/1040.45	c  N dy 22575   4999983       113       236         0    123765       708   1559907     13.06     14.12
8351.71/1046.21	c  N dy 22644   5020009       113       236         0    141581       708   1921132     13.06     13.75
8409.33/1053.47	c  N dy 22775   5040089       113       236         0    159833       708   2296980     13.07     16.73
8467.49/1060.75	c  N dy 22872   5060177       113       236         0    178195       708   2683059     13.07     16.54
8512.21/1066.30	c  N dy 23003   5080765       113       236         0    107410       708   1210994     13.08     13.82
8552.93/1071.44	c  N dy 23109   5101159       113       236         0    125961       708   1594068     13.08     13.97
8596.84/1076.93	c  N dy 23170   5121237       113       236         0    144201       708   1974883     13.08     13.77
8661.51/1085.03	c  N dy 23241   5151037       113       236         0    170084       708   2480856     13.06     13.91
8712.60/1091.45	c  N dy 23309   5171201       113       236         0     98431       708   1020893     13.06     13.79
8750.14/1096.19	c  N dy 23412   5191293       113       236         0    116702       708   1396869     13.06     16.36
8794.95/1101.74	c  N dy 23492   5214127       113       236         0    137421       708   1824669     13.06     10.43
8794.95/1101.74	c  S st 23492   5214127       113       236         0    137421       708   1824669     13.06     10.43
8797.23/1102.06	c  S st 23492   5214630       113       236         0    137908       708   1835849     13.06   no data
8797.23/1102.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8798.03/1102.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
8798.03/1102.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8798.03/1102.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8798.03/1102.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8798.03/1102.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
8798.03/1102.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8798.03/1102.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
8798.83/1102.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8861.92/1110.19	c lits-rem:      1848  cl-subs:     3344  v-elim:      0  v-fix:    0  time:  7.88 s
8861.92/1110.19	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
8862.72/1110.23	c vivif2 --  cl tried   134564 cl shrink        0 lits rem          0 time: 0.03
8862.72/1110.28	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.05
8862.72/1110.28	c calculated reachability. Time: 0.00
8862.72/1110.28	c  N dy 23492   5214630       113       236         0    134564       708   1756526     13.06   no data
8917.91/1117.11	c  N dy 23613   5234845       113       236         0    153040       708   2150043     13.07     13.86
8980.20/1124.93	c  N dy 23744   5254913       113       236         0    171326       708   2530717     13.07     18.16
9035.17/1131.86	c  N dy 23807   5274929       113       236         0     98202       708   1009187     13.07     13.96
9075.10/1136.87	c  N dy 23885   5295032       113       236         0    116281       708   1380077     13.07     13.80
9122.20/1142.75	c  N dy 23965   5315517       113       236         0    134569       708   1747321     13.07     14.09
9189.28/1151.16	c  N dy 24056   5338108       113       236         0    154710       708   2157474     13.07     13.81
9265.12/1160.69	c  N dy 24155   5360787       113       236         0    175098       708   2586347     13.07     13.81
9325.00/1168.15	c  N dy 24268   5381929       113       236         0    102512       708   1087457     13.07     13.86
9362.52/1172.87	c  N dy 24356   5402081       113       236         0    120702       708   1465019     13.07     13.87
9408.04/1178.51	c  N dy 24444   5423518       113       236         0    140308       708   1884966     13.07     13.89
9462.44/1185.33	c  N dy 24549   5444163       113       236         0    159077       708   2278907     13.08     13.77
9526.20/1193.30	c  N dy 24652   5466306       113       236         0    178939       708   2677940     13.08     13.77
9581.30/1200.29	c  N dy 24768   5486402       113       236         0    104194       708   1107344     13.08     17.76
9635.60/1207.05	c  N dy 24849   5515236       113       236         0    130516       708   1665590     13.07     13.84
9686.69/1213.43	c  N dy 24919   5535331       113       236         0    148996       708   2058554     13.07     16.00
9743.47/1220.58	c  N dy 25003   5555431       113       236         0    167290       708   2443684     13.07     13.77
9808.04/1228.66	c  N dy 25103   5576104       113       236         0    186313       708   2854435     13.08     13.99
9855.96/1234.65	c  N dy 25200   5596206       113       236         0    109975       708   1215953     13.08     13.79
9900.67/1240.20	c  N dy 25321   5616271       113       236         0    128024       708   1589701     13.08     15.71
9956.56/1247.20	c  N dy 25476   5636307       113       236         0    146378       708   1972441     13.09     15.54
10003.67/1253.11	c  N dy 25536   5657649       113       236         0    165858       708   2397240     13.08     13.92
10077.21/1262.39	c  N dy 25654   5677688       113       236         0    184083       708   2778062     13.09     14.84
10140.98/1270.34	c  N dy 25752   5697700       113       236         0    106615       708   1128759     13.09     13.88
10171.32/1274.14	c  S st 25804   5714630       113       236         0    122095       708   1457985     13.09     10.89
10172.92/1274.40	c  S st 25804   5715135       113       236         0    122584       708   1469194     13.09   no data
10173.81/1274.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
10173.81/1274.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
10173.81/1274.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10173.81/1274.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10173.81/1274.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10173.81/1274.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
10173.81/1274.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10173.81/1274.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
10174.64/1274.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10205.65/1278.43	c lits-rem:      1285  cl-subs:     2150  v-elim:      0  v-fix:    0  time:  3.83 s
10205.65/1278.43	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
10205.65/1278.45	c vivif2 --  cl tried   120434 cl shrink        0 lits rem          0 time: 0.02
10205.65/1278.49	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.04
10206.45/1278.50	c calculated reachability. Time: 0.00
10206.45/1278.50	c  N dy 25804   5715135       113       236         0    120434       708   1420761     13.09   no data
10255.95/1284.73	c  N dy 25933   5735386       113       236         0    138877       708   1803137     13.09     14.15
10314.35/1292.06	c  N dy 26055   5757310       113       236         0    158810       708   2217358     13.09     13.91
10382.11/1300.56	c  N dy 26178   5777341       113       236         0    176948       708   2597055     13.10     22.37
10460.35/1310.40	c  N dy 26318   5797428       113       236         0     99167       708    971949     13.10     16.95
10501.06/1315.41	c  N dy 26407   5817464       113       236         0    117341       708   1355176     13.10     14.89
10560.25/1322.90	c  N dy 26519   5837562       113       236         0    135628       708   1739096     13.11     17.07
10623.22/1330.73	c  N dy 26649   5857597       113       236         0    153878       708   2124745     13.11     14.87
10688.69/1338.97	c  N dy 26743   5877911       113       236         0    172455       708   2516576     13.11     13.93
10770.15/1349.15	c  N dy 26830   5902212       113       236         0    194632       708   2989812     13.11     14.14
10817.23/1355.08	c  N dy 26964   5922525       113       236         0    115907       708   1314566     13.12     13.83
10857.97/1360.12	c  N dy 27015   5944950       113       236         0    135696       708   1723915     13.12     13.99
10911.56/1366.90	c  N dy 27056   5973712       113       236         0    162144       708   2266862     13.11     13.82
10975.32/1374.80	c  N dy 27163   5994151       113       236         0    180380       708   2647155     13.11     13.82
11055.17/1384.84	c  N dy 27266   6014574       113       236         0    100847       708    982482     13.11     13.93
11089.50/1389.14	c  N dy 27317   6036309       113       236         0    120489       708   1397521     13.11     13.80
11140.72/1395.57	c  N dy 27453   6056637       113       236         0    138928       708   1777979     13.11     14.12
11187.70/1401.45	c  N dy 27529   6076682       113       236         0    157424       708   2171196     13.11     16.74
11246.12/1408.79	c  N dy 27623   6096735       113       236         0    175796       708   2554936     13.11     16.61
11316.39/1417.55	c  N dy 27741   6117076       113       236         0    194137       708   2934381     13.12     13.89
11373.73/1424.77	c  N dy 27819   6142900       113       236         0    118531       708   1342634     13.12     13.84
11419.24/1430.44	c  N dy 27919   6163950       113       236         0    137689       708   1734807     13.12     13.82
11477.52/1437.73	c  N dy 28036   6184382       113       236         0    156129       708   2120106     13.12     14.07
11542.99/1445.91	c  N dy 28155   6204396       113       236         0    174167       708   2491939     13.12     17.33
11576.52/1450.17	c  S st 28215   6215135       113       236         0    183964       708   2697774     13.13   no data
11580.51/1450.63	c  S st 28215   6215637       113       236         0    184453       708   2708406     13.13   no data
11580.51/1450.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11581.31/1450.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
11581.31/1450.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11581.31/1450.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11581.31/1450.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11581.31/1450.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
11581.31/1450.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11581.31/1450.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
11582.11/1450.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11726.64/1468.97	c lits-rem:      2911  cl-subs:     6206  v-elim:      0  v-fix:    0  time: 17.85 s
11726.64/1468.97	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
11727.44/1469.01	c vivif2 --  cl tried   178247 cl shrink        0 lits rem          0 time: 0.04
11727.44/1469.09	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.07
11727.44/1469.09	c calculated reachability. Time: 0.00
11727.44/1469.09	c  N dy 28215   6215637       113       236         0    178247       708   2563043     13.13   no data
11798.59/1478.00	c  N dy 28303   6237486       113       236         0    197950       708   2968096     13.13     13.84
11846.39/1483.98	c  N dy 28403   6257511       113       236         0    116463       708   1289574     13.13     14.00
11891.10/1489.59	c  N dy 28492   6278434       113       236         0    135382       708   1675670     13.13     13.85
11937.41/1495.37	c  N dy 28569   6298473       113       236         0    153613       708   2060589     13.13     16.54
12003.67/1503.68	c  N dy 28703   6318524       113       236         0    171903       708   2439037     13.13     14.76
12066.75/1511.58	c  N dy 28768   6342443       113       236         0    193450       708   2896935     13.13     13.93
12128.24/1519.20	c  N dy 28881   6362451       113       236         0    111052       708   1176082     13.13     13.92
12171.35/1524.68	c  N dy 28999   6382515       113       236         0    129502       708   1562260     13.13     14.55
12240.80/1533.39	c  N dy 29088   6417269       113       236         0    160732       708   2210405     13.13     13.91
12303.09/1541.15	c  N dy 29165   6440273       113       236         0    181479       708   2648828     13.13     13.89
12381.33/1550.93	c  N dy 29299   6461357       113       236         0    200746       708   3054125     13.13     13.85
12435.63/1557.71	c  N dy 29396   6481440       113       236         0    117704       708   1301503     13.14     13.83
12487.53/1564.29	c  N dy 29529   6501497       113       236         0    135903       708   1680639     13.14     13.90
12556.99/1572.94	c  N dy 29667   6521557       113       236         0    154120       708   2058861     13.15     18.41
12638.41/1583.13	c  N dy 29750   6546431       113       236         0    176462       708   2507169     13.14     13.97
12714.26/1592.64	c  N dy 29820   6569569       113       236         0    197325       708   2930927     13.14     13.92
12774.28/1600.12	c  N dy 29904   6589681       113       236         0    113413       708   1207779     13.14     13.84
12824.45/1606.44	c  N dy 29978   6617373       113       236         0    138379       708   1720098     13.14     14.03
12876.35/1612.98	c  N dy 30067   6637458       113       236         0    156618       708   2096488     13.14     18.82
12939.43/1620.86	c  N dy 30144   6658312       113       236         0    175417       708   2486363     13.14     14.32
13025.65/1631.61	c  N dy 30280   6678345       113       236         0    193600       708   2867078     13.14     13.88
13095.91/1640.42	c  N dy 30375   6698388       113       236         0    108570       708   1096475     13.14     14.15
13133.53/1645.12	c  S st 30478   6715639       113       236         0    124178       708   1422813     13.15   no data
13135.81/1645.42	c  S st 30478   6716140       113       236         0    124673       708   1433780     13.15   no data
13135.81/1645.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
13135.81/1645.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
13135.81/1645.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13135.81/1645.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13135.81/1645.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13135.81/1645.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
13135.81/1645.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13136.61/1645.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
13136.61/1645.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13159.88/1648.43	c lits-rem:       790  cl-subs:     1372  v-elim:      0  v-fix:    0  time:  2.83 s
13159.88/1648.43	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
13159.88/1648.46	c vivif2 --  cl tried   123301 cl shrink        0 lits rem          0 time: 0.02
13159.88/1648.50	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.04
13159.88/1648.50	c calculated reachability. Time: 0.00
13159.88/1648.50	c  N dy 30478   6716140       113       236         0    123301       708   1400421     13.15   no data
13206.09/1654.20	c  N dy 30558   6736197       113       236         0    141301       708   1766284     13.15     15.33
13250.01/1659.78	c  N dy 30620   6756524       113       236         0    159792       708   2160777     13.14     13.94
13310.67/1667.36	c  N dy 30712   6776565       113       236         0    178201       708   2558794     13.15     17.81
13386.53/1676.87	c  N dy 30839   6796705       113       236         0    196625       708   2949260     13.15     13.88
13470.35/1687.37	c  N dy 30967   6816787       113       236         0    110737       708   1131587     13.15     16.44
13526.26/1694.37	c  N dy 31082   6837895       113       236         0    129941       708   1523005     13.16     13.90
13585.34/1701.78	c  N dy 31171   6861147       113       236         0    151155       708   1970353     13.16     13.97
13656.39/1710.65	c  N dy 31292   6881224       113       236         0    169543       708   2359341     13.16     13.90
13725.06/1719.27	c  N dy 31367   6902773       113       236         0    189128       708   2767805     13.16     13.90
13810.62/1729.97	c  N dy 31471   6922913       113       236         0    207257       708   3138966     13.16     14.06
13868.79/1737.29	c  N dy 31490   6948054       113       236         0    123489       708   1348340     13.15     13.87
13913.51/1742.85	c  N dy 31579   6968241       113       236         0    141787       708   1721875     13.15     13.87
13959.95/1748.69	c  N dy 31638   6990614       113       236         0    161800       708   2159116     13.15     13.87
14025.28/1756.88	c  N dy 31758   7010824       113       236         0    180118       708   2540429     13.16     13.87
14084.36/1764.26	c  N dy 31825   7030902       113       236         0    198344       708   2916467     13.15     16.57
14172.18/1775.29	c  N dy 31946   7059651       113       236         0    119180       708   1302406     13.15     13.86
14216.10/1780.78	c  N dy 32042   7079752       113       236         0    137477       708   1692051     13.15     13.93
14263.21/1786.63	c  N dy 32108   7099829       113       236         0    155503       708   2060815     13.15     13.85
14318.31/1793.51	c  N dy 32194   7120118       113       236         0    173765       708   2447865     13.15     13.88
14399.72/1803.73	c  N dy 32322   7143833       113       236         0    195329       708   2895815     13.15     14.09
14472.39/1812.80	c  N dy 32373   7166574       113       236         0    108751       708   1059284     13.15     13.88
14521.20/1819.01	c  N dy 32495   7188346       113       236         0    128368       708   1462807     13.15     13.90
14570.60/1825.15	c  N dy 32574   7208380       113       236         0    146322       708   1828333     13.15     19.83
14596.94/1828.41	c  S st 32620   7216140       113       236         0    153278       708   1971579     13.15   no data
14600.25/1828.91	c  S st 32620   7216642       113       236         0    153764       708   1982807     13.15   no data
14601.08/1828.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
14601.73/1829.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
14601.73/1829.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14601.73/1829.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14601.73/1829.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14601.73/1829.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
14601.73/1829.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14601.73/1829.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
14602.53/1829.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14683.18/1839.29	c lits-rem:      2081  cl-subs:     4148  v-elim:      0  v-fix:    0  time: 10.01 s
14683.18/1839.29	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
14683.98/1839.33	c vivif2 --  cl tried   149616 cl shrink        0 lits rem          0 time: 0.04
14684.78/1839.41	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.08
14684.78/1839.41	c calculated reachability. Time: 0.00
14684.78/1839.41	c  N dy 32620   7216642       113       236         0    149616       708   1888837     13.15   no data
14760.62/1848.90	c  N dy 32733   7240166       113       236         0    171061       708   2345630     13.16     14.05
14848.45/1859.90	c  N dy 32786   7271159       113       236         0    198633       708   2893394     13.14     13.90
14933.99/1870.68	c  N dy 32883   7291188       113       236         0    109817       708   1082359     13.14     16.61
14979.39/1876.38	c  N dy 33011   7311287       113       236         0    128161       708   1470060     13.15     14.45
15032.07/1882.92	c  N dy 33065   7333089       113       236         0    147698       708   1862568     13.15     13.89
15106.33/1892.21	c  N dy 33173   7355356       113       236         0    167707       708   2278651     13.15     13.94
15178.18/1901.20	c  N dy 33296   7375466       113       236         0    185912       708   2652473     13.15     13.88
15245.25/1909.65	c  N dy 33395   7395663       113       236         0    204136       708   3028823     13.15     13.89
15318.71/1918.83	c  N dy 33484   7416271       113       236         0    114801       708   1169350     13.15     13.85
15376.99/1926.19	c  N dy 33593   7439886       113       236         0    136343       708   1616903     13.15     13.91
15431.29/1932.93	c  N dy 33676   7459919       113       236         0    154423       708   1992764     13.15     18.19
15510.33/1942.86	c  N dy 33826   7480101       113       236         0    172751       708   2378741     13.16     13.90
15575.93/1951.07	c  N dy 33909   7500185       113       236         0    190862       708   2752362     13.15     19.24
15669.21/1962.74	c  N dy 34029   7520615       113       236         0    209598       708   3159860     13.16     13.90
15741.09/1971.70	c  N dy 34104   7540747       113       236         0    118207       708   1224481     13.16     13.91
15796.96/1978.77	c  N dy 34220   7566410       113       236         0    141348       708   1700007     13.16     14.09
15844.86/1984.73	c  N dy 34288   7586442       113       236         0    159949       708   2104536     13.16     16.79
15890.38/1990.45	c  N dy 34292   7610256       113       236         0    180861       708   2511783     13.15     13.88
15951.86/1998.12	c  N dy 34378   7630277       113       236         0    199033       708   2898132     13.15     16.30
16073.22/2013.31	c  N dy 34381   7684746       113       236         0    136657       708   1564808     13.12     13.86
16125.91/2019.95	c  N dy 34492   7704787       113       236         0    154798       708   1936955     13.13     13.85
16161.84/2024.44	c  S st 34570   7716642       113       236         0    165495       708   2160224     13.13   no data
16165.02/2024.85	c  S st 34570   7717143       113       236         0    165986       708   2171486     13.13   no data
16165.02/2024.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16165.82/2024.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
16165.82/2024.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16165.82/2024.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16165.82/2024.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16165.82/2024.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
16165.82/2024.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16165.82/2024.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
16166.62/2025.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16289.59/2040.40	c lits-rem:      3789  cl-subs:     7722  v-elim:      0  v-fix:    0  time: 15.13 s
16289.59/2040.40	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
16289.59/2040.43	c vivif2 --  cl tried   158264 cl shrink        0 lits rem          0 time: 0.03
16289.59/2040.49	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.06
16290.39/2040.50	c calculated reachability. Time: 0.00
16290.39/2040.50	c  N dy 34570   7717143       113       236         0    158264       708   2010821     13.13   no data
16348.80/2047.86	c  N dy 34653   7737227       113       236         0    176472       708   2384508     13.13     16.59
16421.33/2056.99	c  N dy 34775   7757302       113       236         0    194740       708   2766837     13.13     14.59
16493.19/2065.99	c  N dy 34879   7777402       113       236         0    212991       708   3152389     13.13     18.45
16561.84/2074.55	c  N dy 34979   7799173       113       236         0    122329       708   1302335     13.13     13.91
16608.16/2080.37	c  N dy 35091   7819191       113       236         0    140450       708   1681984     13.14     15.53
16660.85/2086.95	c  N dy 35191   7839425       113       236         0    158693       708   2055637     13.14     14.26
16730.32/2095.60	c  N dy 35327   7859510       113       236         0    176910       708   2439762     13.14     15.34
16797.37/2104.06	c  N dy 35382   7879626       113       236         0    194723       708   2794967     13.14     13.85
16882.79/2114.72	c  N dy 35506   7899706       113       236         0    213002       708   3179480     13.14     16.51
16942.68/2122.29	c  N dy 35534   7921639       113       236         0    121230       708   1267882     13.14     13.86
16992.17/2128.49	c  N dy 35674   7941714       113       236         0    139496       708   1651253     13.14     16.28
17036.09/2133.95	c  N dy 35726   7962374       113       236         0    158153       708   2043176     13.14     14.17
17091.99/2140.90	c  N dy 35766   7984709       113       236         0    178068       708   2443407     13.14     14.09
17167.84/2150.40	c  N dy 35840   8011652       113       236         0    202251       708   2931179     13.13     13.87
17259.65/2161.99	c  N dy 35965   8032454       113       236         0    220905       708   3319168     13.14     14.05
17329.12/2170.65	c  N dy 36105   8052459       113       236         0    126779       708   1381933     13.14     17.21
17379.41/2176.96	c  N dy 36220   8072468       113       236         0    145041       708   1763278     13.14     13.94
17440.09/2184.52	c  N dy 36349   8093455       113       236         0    164080       708   2159845     13.15     14.39
17512.76/2193.61	c  N dy 36455   8116431       113       236         0    184940       708   2589249     13.15     14.13
17579.04/2201.90	c  N dy 36536   8136851       113       236         0    203573       708   2989262     13.15     13.92
17661.26/2212.21	c  N dy 36661   8156900       113       236         0    221914       708   3376545     13.15     13.88
17730.73/2220.98	c  N dy 36778   8177166       113       236         0    126191       708   1346126     13.15     14.13
17768.26/2225.69	c  N dy 36799   8199461       113       236         0    145420       708   1736686     13.15     14.21
17804.19/2230.18	c  S st 36826   8217144       113       236         0    161056       708   2059612     13.14      9.81
17807.38/2230.57	c  S st 36826   8217650       113       236         0    161553       708   2071531     13.14   no data
17807.38/2230.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
17808.17/2230.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.07
17808.17/2230.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17808.17/2230.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17808.17/2230.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17808.17/2230.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
17808.17/2230.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17808.17/2230.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
17808.97/2230.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17907.99/2243.17	c lits-rem:      2692  cl-subs:     6424  v-elim:      0  v-fix:    0  time: 12.23 s
17907.99/2243.17	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
17908.79/2243.20	c vivif2 --  cl tried   155129 cl shrink        0 lits rem          0 time: 0.03
17908.79/2243.26	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.06
17908.79/2243.26	c calculated reachability. Time: 0.00
17908.79/2243.26	c  N dy 36826   8217650       113       236         0    155129       708   1930162     13.14   no data
17963.07/2250.09	c  N dy 36897   8237992       113       236         0    173161       708   2293806     13.14     13.86
18028.53/2258.27	c  N dy 36970   8260909       113       236         0    193666       708   2722358     13.14     13.93
18090.03/2265.90	c  N dy 37018   8281559       113       236         0    211669       708   3075157     13.14     14.09
18172.27/2276.22	c  N dy 37114   8301694       113       236         0    116672       708   1155243     13.14     13.90
18214.58/2281.56	c  N dy 37196   8321707       113       236         0    134325       708   1517355     13.14     17.71
18259.30/2287.18	c  N dy 37240   8345057       113       236         0    154892       708   1939271     13.13     14.03
18317.58/2294.43	c  N dy 37330   8365407       113       236         0    173377       708   2327283     13.13     13.83
18389.43/2303.48	c  N dy 37447   8385429       113       236         0    191652       708   2710847     13.14     15.86
18474.20/2314.04	c  N dy 37556   8408013       113       236         0    211878       708   3130463     13.14     13.97
18579.59/2327.27	c  N dy 37668   8428033       113       236         0    115553       708   1120327     13.14     15.33
18634.54/2334.14	c  N dy 37747   8455123       113       236         0    140155       708   1642633     13.14     13.94
18690.43/2341.14	c  N dy 37840   8477350       113       236         0    160355       708   2058451     13.14     13.89
18759.90/2349.84	c  N dy 37969   8498471       113       236         0    179552       708   2458186     13.14     13.96
18830.16/2358.68	c  N dy 38062   8518619       113       236         0    197874       708   2841251     13.14     13.87
18953.92/2374.14	c  N dy 38153   8554242       113       236         0    229431       708   3485993     13.14     13.86
19016.19/2381.93	c  N dy 38246   8574559       113       236         0    131577       708   1435568     13.14     13.99
19068.88/2388.59	c  N dy 38366   8594755       113       236         0    149861       708   1815001     13.14     13.86
19125.57/2395.63	c  N dy 38464   8615491       113       236         0    168769       708   2212444     13.14     14.27
19185.59/2403.18	c  N dy 38543   8635935       113       236         0    187393       708   2597869     13.14     13.87
19313.21/2419.16	c  N dy 38645   8677451       113       236         0    224308       708   3345877     13.14     13.88
19389.06/2428.60	c  N dy 38736   8698015       113       236         0    125923       708   1313195     13.14     13.93
19444.15/2435.54	c  S st 38875   8717652       113       236         0    143859       708   1692113     13.14   no data
19447.35/2435.97	c  S st 38875   8718153       113       236         0    144341       708   1703042     13.14   no data
19447.35/2435.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
19448.26/2436.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
19448.26/2436.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19448.26/2436.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19448.26/2436.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19448.26/2436.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
19448.26/2436.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19448.26/2436.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
19449.08/2436.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19500.95/2442.67	c lits-rem:       861  cl-subs:     1756  v-elim:      0  v-fix:    0  time:  6.39 s
19500.95/2442.67	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
19500.95/2442.70	c vivif2 --  cl tried   142585 cl shrink        0 lits rem          0 time: 0.03
19501.78/2442.77	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.06
19501.78/2442.77	c calculated reachability. Time: 0.00
19501.78/2442.77	c  N dy 38875   8718153       113       236         0    142585       708   1659917     13.14   no data
19571.19/2451.50	c  N dy 39008   8738340       113       236         0    160987       708   2047961     13.14     14.30
19649.33/2461.28	c  N dy 39097   8761195       113       236         0    181826       708   2477832     13.14     13.98
19729.27/2471.22	c  N dy 39213   8781267       113       236         0    200032       708   2863895     13.14     16.47
19783.45/2478.09	c  N dy 39226   8804293       113       236         0    220640       708   3289244     13.14     13.99
19884.05/2490.63	c  N dy 39332   8830833       113       236         0    126076       708   1296140     13.14     13.86
19935.95/2497.16	c  N dy 39461   8851073       113       236         0    144535       708   1687226     13.14     14.00
19995.04/2504.59	c  N dy 39589   8871167       113       236         0    162622       708   2064868     13.14     13.85
20050.94/2511.50	c  N dy 39653   8892757       113       236         0    182110       708   2472253     13.14     13.92
20117.19/2519.82	c  N dy 39745   8912821       113       236         0    200474       708   2869100     13.14     16.11
20190.64/2529.09	c  N dy 39836   8933231       113       236         0    218777       708   3244910     13.14     14.02
20292.84/2541.86	c  N dy 39964   8953268       113       236         0    237193       708   3639241     13.15     13.92
20353.67/2549.42	c  N dy 40065   8973423       113       236         0    136195       708   1498877     13.15     14.07
20410.22/2556.54	c  N dy 40177   8994702       113       236         0    155561       708   1907141     13.15     13.96
20472.49/2564.37	c  N dy 40293   9014869       113       236         0    173880       708   2293910     13.15     13.91
20543.55/2573.24	c  N dy 40412   9034888       113       236         0    192011       708   2671769     13.15     16.96
20612.22/2581.83	c  N dy 40487   9055726       113       236         0    211090       708   3078225     13.15     13.85
20696.18/2592.36	c  N dy 40607   9075815       113       236         0    229251       708   3457077     13.15     14.28
20820.60/2607.99	c  N dy 40699   9119227       113       236         0    147096       708   1703715     13.14     13.92
20878.88/2615.23	c  N dy 40804   9139605       113       236         0    165453       708   2080767     13.15     13.96
20951.54/2624.40	c  N dy 40925   9162447       113       236         0    186180       708   2507826     13.15     14.00
21025.80/2633.69	c  N dy 41052   9183029       113       236         0    205063       708   2908697     13.15     13.85
21096.06/2642.41	c  N dy 41131   9203323       113       236         0    223485       708   3297249     13.15     13.85
21156.75/2650.03	c  S st 41202   9218154       113       236         0    236749       708   3571489     13.15     10.63
21161.67/2650.64	c  S st 41202   9218662       113       236         0    237247       708   3583146     13.15   no data
21161.67/2650.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
21162.33/2650.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.12
21162.33/2650.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21162.33/2650.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21162.33/2650.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21162.33/2650.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
21162.33/2650.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21163.13/2650.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
21163.93/2650.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21464.13/2688.55	c lits-rem:      4768  cl-subs:     9653  v-elim:      0  v-fix:    0  time: 37.03 s
21464.13/2688.55	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
21464.93/2688.61	c vivif2 --  cl tried   227594 cl shrink        0 lits rem          0 time: 0.05
21465.73/2688.72	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.11
21465.73/2688.73	c calculated reachability. Time: 0.00
21465.73/2688.73	c  N dy 41202   9218662       113       236         0    227594       708   3355745     13.15   no data
21567.11/2701.43	c  N dy 41315   9238763       113       236         0    125298       708   1262185     13.15     14.93
21617.52/2707.81	c  N dy 41437   9258783       113       236         0    143366       708   1641692     13.15     13.85
21666.12/2713.80	c  N dy 41479   9280647       113       236         0    162673       708   2031353     13.15     13.94
21716.42/2720.16	c  N dy 41504   9302296       113       236         0    181958       708   2416756     13.15     13.99
21776.44/2727.66	c  N dy 41558   9322654       113       236         0    200399       708   2803338     13.15     13.84
21847.37/2736.53	c  N dy 41629   9344790       113       236         0    219738       708   3188999     13.15     13.86
21935.19/2747.59	c  N dy 41753   9364879       113       236         0    238095       708   3579582     13.15     17.28
22001.47/2755.86	c  N dy 41857   9384900       113       236         0    135175       708   1461705     13.15     14.79
22055.77/2762.64	c  N dy 41964   9405439       113       236         0    153665       708   1845286     13.15     13.90
22109.37/2769.36	c  N dy 42004   9429144       113       236         0    174501       708   2259571     13.15     13.89
22170.84/2777.09	c  N dy 42083   9449257       113       236         0    192763       708   2643340     13.15     14.05
22225.83/2783.92	c  N dy 42105   9469271       113       236         0    210995       708   3030038     13.14     17.46
22351.17/2799.69	c  N dy 42197   9500090       113       236         0    239161       708   3627376     13.14     13.93
22435.79/2810.24	c  N dy 42310   9520173       113       236         0    134985       708   1451808     13.14     13.84
22482.11/2816.05	c  N dy 42359   9542387       113       236         0    155276       708   1873960     13.14     14.15
22538.00/2823.03	c  N dy 42427   9564337       113       236         0    175185       708   2289872     13.14     13.89
22604.28/2831.31	c  N dy 42515   9584352       113       236         0    193376       708   2674101     13.14     15.99
22660.16/2838.30	c  N dy 42550   9604634       113       236         0    211438       708   3043701     13.13     13.98
22744.79/2848.92	c  N dy 42670   9624684       113       236         0    229570       708   3421881     13.14     14.09
22850.17/2862.12	c  N dy 42777   9645036       113       236         0    124199       708   1208224     13.14     13.99
22903.67/2868.87	c  N dy 42904   9668185       113       236         0    145336       708   1657464     13.14     13.89
22954.78/2875.21	c  N dy 42981   9688262       113       236         0    163148       708   2015108     13.14     14.41
23017.85/2883.17	c  N dy 43092   9708950       113       236         0    182066       708   2412770     13.14     13.93
23048.19/2886.95	c  S st 43118   9718663       113       236         0    190710       708   2586524     13.14     12.15
23052.17/2887.47	c  S st 43118   9719167       113       236         0    191204       708   2597860     13.14   no data
23052.17/2887.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
23052.97/2887.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.09
23052.97/2887.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23052.97/2887.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23052.97/2887.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23052.97/2887.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
23052.97/2887.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23053.77/2887.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
23053.77/2887.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23177.52/2903.18	c lits-rem:      2449  cl-subs:     5320  v-elim:      0  v-fix:    0  time: 15.24 s
23177.52/2903.18	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
23178.32/2903.22	c vivif2 --  cl tried   185884 cl shrink        0 lits rem          0 time: 0.04
23179.12/2903.30	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.08
23179.12/2903.30	c calculated reachability. Time: 0.00
23179.12/2903.30	c  N dy 43118   9719167       113       236         0    185884       708   2475433     13.14   no data
23262.95/2913.87	c  N dy 43253   9739269       113       236         0    204230       708   2863059     13.14     16.83
23326.03/2921.72	c  N dy 43289   9760320       113       236         0    223069       708   3245599     13.14     14.24
23421.04/2933.63	c  N dy 43402   9781176       113       236         0    241988       708   3639185     13.14     13.87
23499.28/2943.50	c  N dy 43521   9801186       113       236         0    135726       708   1439035     13.14     15.32
23556.78/2950.68	c  N dy 43555   9826545       113       236         0    158119       708   1882254     13.14     13.84
23623.04/2958.91	c  N dy 43684   9846634       113       236         0    176339       708   2258458     13.14     16.06
23697.29/2968.23	c  N dy 43812   9866661       113       236         0    194556       708   2641427     13.15     17.82
23768.34/2977.18	c  N dy 43889   9888641       113       236         0    214402       708   3073200     13.14     14.35
23851.36/2987.56	c  N dy 43996   9908713       113       236         0    232513       708   3447548     13.15     14.03
23975.13/3003.00	c  N dy 44122   9932752       113       236         0    128726       708   1280763     13.15     13.92
24088.48/3017.26	c  N dy 44202   9978848       113       236         0    170175       708   2126133     13.14     13.95
24157.14/3025.89	c  N dy 44303   9999221       113       236         0    188471       708   2506420     13.14     13.86
24249.77/3037.40	c  N dy 44400  10024858       113       236         0    211496       708   2978685     13.14     13.88
24331.32/3047.64	c  N dy 44493  10044895       113       236         0    229392       708   3344213     13.14     13.84
24429.40/3059.99	c  N dy 44633  10064957       113       236         0    247724       708   3735657     13.14     16.66
24505.27/3069.42	c  N dy 44735  10086746       113       236         0    141270       708   1539129     13.14     13.87
24563.55/3076.74	c  N dy 44861  10106823       113       236         0    159435       708   1919638     13.15     18.52
24620.21/3083.84	c  N dy 44887  10130471       113       236         0    179903       708   2312814     13.14     13.92
24692.20/3092.84	c  N dy 45002  10150543       113       236         0    197877       708   2687567     13.14     14.80
24752.85/3100.48	c  N dy 45054  10173488       113       236         0    217968       708   3100016     13.14     13.86
24838.17/3111.18	c  N dy 45162  10193491       113       236         0    235994       708   3473641     13.14     15.57
24926.00/3122.15	c  N dy 45234  10213504       113       236         0    127815       708   1257449     13.14     13.87
24939.57/3123.87	c  S st 45271  10219167       113       236         0    133014       708   1369554     13.14   no data
24942.77/3124.21	c  S st 45271  10219668       113       236         0    133501       708   1380522     13.14   no data
24942.77/3124.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
24942.77/3124.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
24942.77/3124.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24942.77/3124.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24942.77/3124.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24942.77/3124.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
24942.77/3124.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24943.57/3124.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
24943.57/3124.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24953.15/3125.56	c lits-rem:       197  cl-subs:      460  v-elim:      0  v-fix:    0  time:  1.20 s
24953.15/3125.56	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
24953.15/3125.59	c vivif2 --  cl tried   133041 cl shrink        0 lits rem          0 time: 0.02
24953.95/3125.64	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.05
24953.95/3125.64	c calculated reachability. Time: 0.00
24953.95/3125.64	c  N dy 45271  10219668       113       236         0    133041       708   1369632     13.14   no data
25009.03/3132.56	c  N dy 45402  10239677       113       236         0    151186       708   1751422     13.15     13.88
25094.47/3143.22	c  N dy 45488  10270671       113       236         0    178690       708   2311905     13.14     13.98
25167.10/3152.30	c  N dy 45559  10291715       113       236         0    197664       708   2717647     13.14     14.14
25242.15/3161.79	c  N dy 45629  10311741       113       236         0    214998       708   3068573     13.14     15.75
25333.31/3173.15	c  N dy 45731  10333666       113       236         0    234735       708   3472506     13.14     13.90
25431.38/3185.49	c  N dy 45860  10353761       113       236         0    252974       708   3857547     13.14     13.85
25495.26/3193.41	c  N dy 45951  10373826       113       236         0    143887       708   1577969     13.14     17.62
25546.34/3199.82	c  N dy 46022  10393857       113       236         0    161851       708   1944164     13.14     14.81
25606.22/3207.34	c  N dy 46116  10413951       113       236         0    180032       708   2327360     13.14     13.94
25668.51/3215.13	c  N dy 46189  10434216       113       236         0    198348       708   2703969     13.14     13.89
25717.22/3221.22	c  N dy 46205  10454705       113       236         0    216583       708   3076628     13.14     13.87
25789.17/3230.27	c  N dy 46285  10474784       113       236         0    234747       708   3463768     13.14     13.85
25872.10/3240.66	c  N dy 46369  10494798       113       236         0    253329       708   3876904     13.14     15.97
25971.10/3253.00	c  N dy 46485  10520321       113       236         0    147528       708   1640885     13.14     14.22
26020.60/3259.22	c  N dy 46548  10540575       113       236         0    165890       708   2036331     13.14     13.88
26098.04/3268.90	c  N dy 46678  10560594       113       236         0    184135       708   2421991     13.14     18.88
26177.88/3278.97	c  N dy 46782  10580693       113       236         0    202215       708   2801214     13.14     15.58
26275.28/3291.12	c  N dy 46896  10601917       113       236         0    221327       708   3197450     13.14     13.86
26399.84/3306.79	c  N dy 46999  10638659       113       236         0    254323       708   3900725     13.14     14.22
26477.29/3316.41	c  N dy 47104  10658667       113       236         0    142844       708   1546964     13.14     18.49
26524.40/3322.33	c  N dy 47155  10684900       113       236         0    165666       708   2011765     13.13     13.90
26586.67/3330.15	c  N dy 47255  10704983       113       236         0    183912       708   2401455     13.14     13.85
26627.38/3335.22	c  S st 47302  10719669       113       236         0    196892       708   2672566     13.14   no data
26631.38/3335.71	c  S st 47302  10720170       113       236         0    197379       708   2683432     13.14   no data
26631.38/3335.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
26632.28/3335.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.09
26632.28/3335.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26632.28/3335.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26632.28/3335.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26632.28/3335.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
26632.28/3335.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26632.28/3335.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
26633.11/3335.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26786.26/3355.19	c lits-rem:      4145  cl-subs:     6057  v-elim:      0  v-fix:    0  time: 18.93 s
26786.26/3355.19	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
26787.06/3355.23	c vivif2 --  cl tried   191322 cl shrink        0 lits rem          0 time: 0.04
26787.86/3355.31	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.08
26787.86/3355.32	c calculated reachability. Time: 0.00
26787.86/3355.32	c  N dy 47302  10720170       113       236         0    191322       708   2540606     13.14   no data
26873.29/3366.09	c  N dy 47444  10741822       113       236         0    211060       708   2963048     13.14     13.92
26943.55/3374.86	c  N dy 47516  10761871       113       236         0    229204       708   3352880     13.14     15.02
27040.16/3386.97	c  N dy 47551  10788464       113       236         0    252820       708   3832673     13.13     14.03
27117.60/3396.66	c  N dy 47593  10810468       113       236         0    142602       708   1527339     13.13     13.96
27169.50/3403.19	c  N dy 47661  10832920       113       236         0    162982       708   1950725     13.13     13.82
27228.59/3410.57	c  N dy 47746  10852945       113       236         0    181081       708   2322935     13.13     17.37
27298.05/3419.21	c  N dy 47838  10872983       113       236         0    199118       708   2697339     13.13     19.36
27372.28/3428.50	c  N dy 47925  10893021       113       236         0    217213       708   3074637     13.13     15.16
27476.21/3441.54	c  N dy 48067  10913306       113       236         0    235678       708   3464828     13.13     13.88
27559.91/3452.02	c  N dy 48140  10933307       113       236         0    253852       708   3845485     13.13     15.64
27649.33/3463.23	c  N dy 48258  10953349       113       236         0    140636       708   1479928     13.13     14.31
27702.82/3469.90	c  N dy 48362  10973424       113       236         0    158872       708   1859797     13.13     14.06
27766.03/3477.83	c  N dy 48473  10993426       113       236         0    176961       708   2233243     13.14     17.49
27838.54/3486.95	c  N dy 48592  11013875       113       236         0    195395       708   2620202     13.14     13.86
27912.80/3496.24	c  N dy 48651  11034083       113       236         0    213684       708   2996235     13.14     13.86
28018.19/3509.44	c  N dy 48787  11054797       113       236         0    232482       708   3392879     13.14     13.87
28112.39/3521.20	c  N dy 48890  11074843       113       236         0    250567       708   3766771     13.14     14.29
28216.18/3534.22	c  N dy 48994  11094905       113       236         0    136065       708   1367341     13.14     17.78
28272.87/3541.38	c  N dy 49133  11114987       113       236         0    154311       708   1755010     13.15     16.04
28331.16/3548.69	c  N dy 49239  11135015       113       236         0    172548       708   2140599     13.15     20.59
28398.36/3557.08	c  N dy 49331  11155038       113       236         0    190319       708   2502971     13.15     13.87
28479.65/3567.24	c  N dy 49460  11175101       113       236         0    208587       708   2888112     13.15     14.18
28580.26/3579.80	c  N dy 49606  11199218       113       236         0    230657       708   3362343     13.15     13.98
28674.46/3591.61	c  N dy 49724  11219313       113       236         0    248822       708   3744080     13.16     16.14
28678.56/3592.21	c  S st 49732  11220171       113       236         0    249600       708   3760011     13.16     10.68
28684.04/3592.85	c  S st 49732  11220681       113       236         0    250094       708   3771319     13.16   no data
28684.04/3592.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
28684.85/3592.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.13
28684.85/3592.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28684.85/3592.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28684.85/3592.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28684.85/3592.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
28684.85/3592.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28685.65/3593.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
28686.45/3593.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28985.02/3630.54	c lits-rem:      2027  cl-subs:     8459  v-elim:      0  v-fix:    0  time: 36.77 s
28985.02/3630.54	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
28985.93/3630.62	c vivif2 --  cl tried   241635 cl shrink        0 lits rem          0 time: 0.06
28986.75/3630.74	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.12
28986.75/3630.75	c calculated reachability. Time: 0.00
28986.75/3630.75	c  N dy 49732  11220681       113       236         0    241635       708   3570589     13.16   no data
29055.29/3639.34	c  N dy 49743  11240708       113       236         0    259022       708   3919384     13.15     18.19
29147.08/3650.80	c  N dy 49862  11260764       113       236         0    144087       708   1532574     13.15     18.69
29195.00/3656.88	c  N dy 49931  11280802       113       236         0    161859       708   1904008     13.15     13.95
29261.26/3665.17	c  N dy 50049  11300880       113       236         0    179822       708   2275900     13.15     17.60
29354.77/3676.88	c  N dy 50124  11330724       113       236         0    206038       708   2802424     13.15     13.87
29424.14/3685.52	c  N dy 50192  11351057       113       236         0    224218       708   3169446     13.15     14.00
29507.16/3695.91	c  N dy 50302  11371067       113       236         0    242466       708   3554957     13.15     15.60
29608.57/3708.65	c  N dy 50429  11391076       113       236         0    260644       708   3933019     13.15     15.54
29689.34/3718.74	c  N dy 50512  11412294       113       236         0    145834       708   1555898     13.15     13.87
29745.90/3725.81	c  N dy 50608  11432567       113       236         0    163916       708   1920693     13.15     14.16
29814.57/3734.47	c  N dy 50746  11452602       113       236         0    182115       708   2306866     13.16     13.88
29887.21/3743.54	c  N dy 50829  11477524       113       236         0    204385       708   2771155     13.15     13.96
29981.42/3755.30	c  N dy 50962  11497692       113       236         0    222750       708   3162945     13.16     13.98
30079.62/3767.68	c  N dy 51067  11517765       113       236         0    240890       708   3541380     13.16     14.79
30185.01/3780.80	c  N dy 51165  11539062       113       236         0    259888       708   3930345     13.16     14.01
30281.63/3792.94	c  N dy 51284  11560766       113       236         0    144805       708   1526942     13.16     14.10
30327.14/3798.68	c  N dy 51329  11580803       113       236         0    162889       708   1905830     13.16     14.26
30389.42/3806.43	c  N dy 51421  11600836       113       236         0    180861       708   2270676     13.16     14.23
30455.69/3814.76	c  N dy 51520  11621388       113       236         0    199415       708   2666428     13.16     14.03
30525.15/3823.40	c  N dy 51609  11641428       113       236         0    217540       708   3057746     13.16     17.44
30616.97/3834.99	c  N dy 51751  11661559       113       236         0    235781       708   3441805     13.16     13.97
30704.00/3845.87	c  N dy 51829  11681595       113       236         0    253734       708   3801539     13.16     15.42
30807.00/3858.76	c  N dy 51908  11702792       113       236         0    136800       708   1347723     13.16     14.07
30848.65/3863.95	c  S st 51976  11720681       113       236         0    153104       708   1693796     13.16   no data
30850.91/3864.27	c  S st 51976  11721183       113       236         0    153597       708   1704526     13.16   no data
30850.91/3864.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30851.71/3864.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
30851.71/3864.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30851.71/3864.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30851.71/3864.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30851.71/3864.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
30851.71/3864.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30851.71/3864.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
30852.51/3864.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30878.86/3867.77	c lits-rem:       663  cl-subs:     1282  v-elim:      0  v-fix:    0  time:  3.28 s
30878.86/3867.77	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
30879.66/3867.80	c vivif2 --  cl tried   152315 cl shrink        0 lits rem          0 time: 0.03
30879.66/3867.86	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.06
30879.66/3867.86	c calculated reachability. Time: 0.00
30879.66/3867.86	c  N dy 51976  11721183       113       236         0    152315       708   1674330     13.16   no data
30938.73/3875.23	c  N dy 52074  11741514       113       236         0    170507       708   2049077     13.16     13.91
30993.84/3882.10	c  N dy 52129  11761586       113       236         0    188684       708   2419932     13.16     14.32
31068.87/3891.56	c  N dy 52221  11781703       113       236         0    206785       708   2789428     13.16     14.12
31168.68/3904.06	c  N dy 52342  11802811       113       236         0    225966       708   3193471     13.16     14.26
31274.06/3917.21	c  N dy 52378  11827808       113       236         0    247519       708   3610901     13.16     14.50
31373.86/3929.79	c  N dy 52469  11848230       113       236         0    266078       708   4006292     13.16     13.92
31458.47/3940.32	c  N dy 52563  11868290       113       236         0    147541       708   1570941     13.16     13.92
31519.16/3947.97	c  N dy 52663  11890432       113       236         0    167691       708   2005007     13.16     14.07
31579.03/3955.40	c  N dy 52746  11910437       113       236         0    186086       708   2394006     13.16     15.48
31655.78/3965.05	c  N dy 52872  11930737       113       236         0    204624       708   2785583     13.16     13.86
31729.93/3974.30	c  N dy 52967  11951171       113       236         0    223174       708   3180235     13.16     14.12
31810.58/3984.48	c  N dy 53034  11972084       113       236         0    242096       708   3578073     13.16     13.96
31915.96/3997.65	c  N dy 53121  11993141       113       236         0    260893       708   3960779     13.16     13.98
32036.51/4012.73	c  N dy 53229  12013206       113       236         0    141034       708   1416768     13.16     13.87
32106.76/4021.50	c  N dy 53361  12033423       113       236         0    159449       708   1803592     13.17     13.91
32189.80/4031.93	c  N dy 53500  12053461       113       236         0    177593       708   2191300     13.17     15.09
32266.45/4041.58	c  N dy 53607  12073506       113       236         0    195908       708   2582376     13.17     18.92
32396.58/4057.82	c  N dy 53718  12113000       113       236         0    230977       708   3298211     13.17     14.05
32491.59/4069.71	c  N dy 53841  12133039       113       236         0    249298       708   3688424     13.17     16.26
32595.50/4082.80	c  N dy 53967  12153118       113       236         0    267537       708   4074118     13.17     17.36
32700.89/4096.01	c  N dy 54088  12174094       113       236         0    147459       708   1547815     13.17     13.99
32755.87/4102.87	c  N dy 54122  12194321       113       236         0    165185       708   1889692     13.17     14.00
32826.13/4111.62	c  N dy 54219  12214408       113       236         0    183351       708   2273867     13.17     13.97
32850.19/4114.63	c  S st 54250  12221186       113       236         0    189480       708   2407428     13.17     11.21
32854.87/4115.24	c  S st 54250  12221688       113       236         0    189972       708   2418672     13.17   no data
32854.87/4115.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
32855.67/4115.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.13
32855.67/4115.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32855.67/4115.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32855.67/4115.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32855.67/4115.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
32855.67/4115.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32856.47/4115.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
32857.27/4115.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32977.02/4130.57	c lits-rem:      2583  cl-subs:     5631  v-elim:      0  v-fix:    0  time: 14.81 s
32977.02/4130.57	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
32977.82/4130.61	c vivif2 --  cl tried   184341 cl shrink        0 lits rem          0 time: 0.04
32978.62/4130.71	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.10
32978.62/4130.72	c calculated reachability. Time: 0.00
32978.62/4130.72	c  N dy 54250  12221688       113       236         0    184341       708   2297503     13.17   no data
33046.49/4139.24	c  N dy 54331  12241763       113       236         0    202307       708   2680896     13.17     16.12
33135.10/4150.39	c  N dy 54424  12261814       113       236         0    220514       708   3056670     13.17     13.92
33240.48/4163.56	c  N dy 54554  12281882       113       236         0    238744       708   3445042     13.17     19.18
33339.49/4175.93	c  N dy 54614  12304113       113       236         0    258846       708   3855414     13.17     14.02
33445.67/4189.25	c  N dy 54716  12324140       113       236         0    277010       708   4240263     13.17     13.92
33519.92/4198.58	c  N dy 54759  12344237       113       236         0    154957       708   1676218     13.17     14.01
33581.39/4206.23	c  N dy 54819  12366590       113       236         0    174798       708   2077996     13.17     14.07
33659.63/4216.08	c  N dy 54931  12387476       113       236         0    193643       708   2470199     13.17     13.95
33749.06/4227.23	c  N dy 55039  12407519       113       236         0    211691       708   2842225     13.17     17.50
33864.01/4241.60	c  N dy 55169  12427601       113       236         0    229906       708   3225168     13.17     19.89
34002.91/4259.05	c  N dy 55286  12450139       113       236         0    250343       708   3652795     13.17     14.05
34099.52/4271.14	c  N dy 55328  12470946       113       236         0    268862       708   4028149     13.17     13.90
34212.89/4285.34	c  N dy 55436  12490955       113       236         0    146603       708   1514175     13.17     18.96
34281.67/4294.00	c  N dy 55557  12511029       113       236         0    164877       708   1896694     13.17     13.87
34357.41/4303.40	c  N dy 55682  12531079       113       236         0    182941       708   2274554     13.18     18.00
34419.71/4311.30	c  N dy 55724  12551463       113       236         0    201306       708   2662946     13.17     14.19
34510.02/4322.54	c  N dy 55778  12573391       113       236         0    220749       708   3057951     13.17     13.93
34601.74/4334.05	c  N dy 55855  12594530       113       236         0    239801       708   3450302     13.17     13.88
34717.50/4348.55	c  N dy 55950  12616656       113       236         0    259654       708   3855970     13.17     14.16
34822.90/4361.71	c  N dy 56026  12637519       113       236         0    278393       708   4251389     13.17     13.87
34906.05/4372.14	c  N dy 56131  12657549       113       236         0    155694       708   1702498     13.17     13.95
34943.44/4376.84	c  N dy 56138  12680131       113       236         0    176251       708   2182561     13.17     14.13
35015.31/4385.85	c  N dy 56253  12700454       113       236         0    194614       708   2566328     13.17     13.94
35090.49/4395.24	c  N dy 56353  12720541       113       236         0    212832       708   2946260     13.17     18.83
35095.16/4395.85	c  S st 56361  12721690       113       236         0    213871       708   2966461     13.17     14.59
35099.94/4396.41	c  S st 56361  12722195       113       236         0    214366       708   2977873     13.17   no data
35099.94/4396.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
35100.74/4396.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.11
35100.74/4396.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35100.74/4396.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35100.74/4396.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35100.74/4396.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
35100.74/4396.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35100.74/4396.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
35101.54/4396.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35277.18/4418.67	c lits-rem:      3747  cl-subs:     5068  v-elim:      0  v-fix:    0  time: 21.65 s
35277.18/4418.67	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
35277.98/4418.71	c vivif2 --  cl tried   209298 cl shrink        0 lits rem          0 time: 0.04
35278.78/4418.80	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.09
35278.78/4418.81	c calculated reachability. Time: 0.00
35278.78/4418.81	c  N dy 56361  12722195       113       236         0    209298       708   2852906     13.17   no data
35347.44/4427.49	c  N dy 56426  12742273       113       236         0    227233       708   3222618     13.17     13.89
35418.51/4436.32	c  N dy 56480  12762378       113       236         0    245250       708   3597258     13.17     13.97
35519.12/4448.96	c  N dy 56592  12782635       113       236         0    263579       708   3983092     13.17     13.88
35626.88/4462.44	c  N dy 56632  12806440       113       236         0    142672       708   1414715     13.17     14.22
35680.38/4469.15	c  N dy 56696  12826760       113       236         0    161152       708   1797179     13.17     13.89
35741.85/4476.85	c  N dy 56794  12846810       113       236         0    179561       708   2181764     13.17     15.00
35817.71/4486.30	c  N dy 56923  12866979       113       236         0    197827       708   2562133     13.17     13.87
35899.13/4496.51	c  N dy 57052  12887053       113       236         0    216156       708   2953476     13.17     15.84
35976.69/4506.31	c  N dy 57145  12907145       113       236         0    234324       708   3337390     13.17     13.87
36076.37/4518.75	c  N dy 57254  12927584       113       236         0    252693       708   3722029     13.17     13.97
36404.45/4559.98	c  N dy 57346  13021338       113       236         0    190859       708   2331969     13.15     13.92
36481.08/4569.51	c  N dy 57447  13041729       113       236         0    209468       708   2735825     13.15     13.85
36562.53/4579.76	c  N dy 57568  13061995       113       236         0    227898       708   3123927     13.16     14.03
36647.15/4590.38	c  N dy 57664  13082089       113       236         0    246119       708   3507600     13.16     16.80
36755.74/4603.90	c  N dy 57763  13105825       113       236         0    267651       708   3954685     13.16     13.85
36857.14/4616.65	c  N dy 57877  13125872       113       236         0    285658       708   4331756     13.16     15.68
36893.85/4621.21	c  F st 57900  13130468       113       236         0    146560       708   1484066     13.16   no data
36935.38/4626.41	c  N dy 57933  13146380       113       236         0    160735       708   1783223     13.16     13.90
37006.44/4635.34	c  N dy 58035  13166439       113       236         0    178757       708   2163059     13.16     15.20
37091.18/4645.93	c  N dy 58155  13186827       113       236         0    197385       708   2559539     13.16     14.10
37175.72/4656.56	c  N dy 58248  13206848       113       236         0    215386       708   2926305     13.16     13.95
37261.15/4667.25	c  S st 58369  13222197       113       236         0    229473       708   3228115     13.16     12.59
37266.84/4667.96	c  S st 58369  13222701       113       236         0    229969       708   3239203     13.16   no data
37266.84/4667.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
37268.33/4668.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.16
37268.33/4668.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37268.33/4668.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37268.33/4668.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37268.33/4668.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
37268.33/4668.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37269.13/4668.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
37269.92/4668.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37487.22/4695.54	c lits-rem:      2088  cl-subs:     6407  v-elim:      0  v-fix:    0  time: 26.79 s
37487.22/4695.54	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
37487.88/4695.60	c vivif2 --  cl tried   223562 cl shrink        0 lits rem          0 time: 0.06
37488.68/4695.74	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.13
37488.68/4695.75	c calculated reachability. Time: 0.00
37488.68/4695.75	c  N dy 58369  13222701       113       236         0    223562       708   3084126     13.16   no data
37581.30/4707.36	c  N dy 58454  13243136       113       236         0    242271       708   3479065     13.16     13.96
37697.18/4721.87	c  N dy 58584  13263537       113       236         0    261006       708   3879452     13.16     13.95
37824.01/4737.70	c  N dy 58711  13283544       113       236         0    279090       708   4264141     13.17     15.51
37943.90/4752.72	c  N dy 58824  13303822       113       236         0    152497       708   1591469     13.17     13.94
38005.38/4760.43	c  N dy 58933  13323838       113       236         0    170370       708   1961722     13.17     17.01
38077.90/4769.59	c  N dy 59024  13350026       113       236         0    194013       708   2456440     13.17     13.94
38148.15/4778.31	c  N dy 59112  13370068       113       236         0    212300       708   2840693     13.17     13.91
38233.71/4789.02	c  N dy 59226  13390124       113       236         0    230374       708   3221084     13.17     14.59
38311.03/4798.73	c  N dy 59301  13411067       113       236         0    249356       708   3627420     13.17     13.92
38412.42/4811.48	c  N dy 59383  13435032       113       236         0    270787       708   4058791     13.17     14.03
38521.81/4825.14	c  N dy 59457  13456274       113       236         0    289586       708   4443928     13.17     13.94
38612.81/4836.51	c  N dy 59541  13476409       113       236         0    161953       708   1781147     13.17     14.03
38695.03/4846.89	c  N dy 59644  13496417       113       236         0    180061       708   2159967     13.17     18.03
38780.45/4857.55	c  N dy 59776  13516503       113       236         0    198387       708   2557046     13.17     14.91
38858.69/4867.39	c  N dy 59819  13539190       113       236         0    218483       708   2956489     13.17     13.88
38939.33/4877.40	c  N dy 59904  13559676       113       236         0    236767       708   3329308     13.17     13.97
39163.78/4905.59	c  N dy 59992  13621358       113       236         0    292515       708   4485237     13.16     13.98
39244.32/4915.61	c  N dy 60077  13641773       113       236         0    164286       708   1820098     13.16     13.88
39308.99/4923.74	c  N dy 60168  13661855       113       236         0    182319       708   2199694     13.16     16.94
39391.24/4934.06	c  N dy 60280  13681893       113       236         0    200561       708   2591118     13.16     13.93
39479.97/4945.21	c  N dy 60375  13701926       113       236         0    218758       708   2984601     13.16     13.86
39573.26/4956.83	c  N dy 60444  13722291       113       236         0    237072       708   3367060     13.16     14.04
39575.66/4957.14	c  S st 60449  13722703       113       236         0    237454       708   3375585     13.16   no data
39581.24/4957.80	c  S st 60449  13723204       113       236         0    237947       708   3387369     13.16   no data
39581.24/4957.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
39582.04/4957.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.16
39582.04/4957.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39582.04/4957.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39582.04/4957.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39582.04/4957.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    113 time:  0.00 s
39582.04/4957.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39582.84/4958.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
39583.64/4958.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39792.04/4984.23	c lits-rem:      2832  cl-subs:     6505  v-elim:      0  v-fix:    0  time: 25.65 s
39792.04/4984.23	c vivif2 --  cl tried      236 cl shrink        0 lits rem          0 time: 0.00
39792.04/4984.29	c vivif2 --  cl tried   231442 cl shrink        0 lits rem          0 time: 0.06
39793.63/4984.42	c asymm  cl-useful: 0/236/236 lits-rem:0 time: 0.14
39793.63/4984.43	c calculated reachability. Time: 0.00
39793.63/4984.43	c  N dy 60449  13723204       113       236         0    231442       708   3230754     13.16   no data
39916.58/4999.89	c  N dy 60594  13744008       113       236         0    250183       708   3623643     13.16     13.91

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

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

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


[startup+0 s]
/proc/loadavg: 0.40 0.84 1.08 2/470 26604
/proc/meminfo: memFree=15908492/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=92144 CPUtime=0.03 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 411 0 0 0 3 0 0 0 25 0 8 0 756633117 94355456 352 33554432000 4194304 4580107 140734745202592 18446744073709551615 47450038785964 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26604/statm: 23036 352 299 95 0 18018 0
[pid=26604/tid=26605] ppid=26602 vsize=92144 CPUtime=0 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 756633117 94355456 352 33554432000 4194304 4580107 140734745202592 18446744073709551615 47450038785960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=92144 CPUtime=0 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 756633117 94355456 352 33554432000 4194304 4580107 140734745202592 18446744073709551615 47450038785970 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=92144 CPUtime=0.01 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 756633118 94355456 352 33554432000 4194304 4580107 140734745202592 18446744073709551615 47450038785970 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=92144 CPUtime=0.01 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 756633118 94355456 352 33554432000 4194304 4580107 140734745202592 18446744073709551615 47450038785970 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=92144 CPUtime=0 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 756633118 94355456 352 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261672945 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=92144 CPUtime=0 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 756633118 94355456 352 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261672945 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=92144 CPUtime=0.01 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 756633118 94355456 352 33554432000 4194304 4580107 140734745202592 18446744073709551615 47450038785970 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.10746 s]
/proc/loadavg: 0.40 0.84 1.08 2/470 26604
/proc/meminfo: memFree=15908492/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=223216 CPUtime=0.58 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 453 0 0 0 58 0 0 0 25 0 8 0 756633117 228573184 378 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261271536 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 55804 378 310 95 0 50786 0
[pid=26604/tid=26605] ppid=26602 vsize=223216 CPUtime=0.1 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) S 26602 26604 26578 0 -1 4202560 5 0 0 0 10 0 0 0 25 0 8 0 756633117 228573184 378 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261721582 0 0 4096 2 18446604445756442624 0 0 -1 6 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=223216 CPUtime=0 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) D 26602 26604 26578 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 8 0 756633117 228573184 378 33554432000 4194304 4580107 140734745202592 18446744073709551615 4228112 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=223216 CPUtime=0.1 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) S 26602 26604 26578 0 -1 4202560 5 0 0 0 10 0 0 0 25 0 8 0 756633118 228573184 378 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261721582 0 0 4096 2 18446604445756442624 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=223216 CPUtime=0.1 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) D 26602 26604 26578 0 -1 4202560 5 0 0 0 10 0 0 0 25 0 8 0 756633118 228573184 378 33554432000 4194304 4580107 140734745202592 18446744073709551615 4228112 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=223216 CPUtime=0 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) S 26602 26604 26578 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 8 0 756633118 228573184 378 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261721582 0 0 4096 2 18446604445756442624 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=223216 CPUtime=0.08 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) S 26602 26604 26578 0 -1 4202560 7 0 0 0 8 0 0 0 25 0 8 0 756633118 228573184 378 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261721582 0 0 4096 2 18446604445756442624 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=223216 CPUtime=0.1 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) D 26602 26604 26578 0 -1 4202560 6 0 0 0 10 0 0 0 25 0 8 0 756633118 228573184 378 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261659783 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 223216

[startup+0.302991 s]
/proc/loadavg: 0.40 0.84 1.08 2/470 26604
/proc/meminfo: memFree=15908492/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=488252 CPUtime=1.94 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) S 26602 26604 26578 0 -1 4202496 3125 0 0 0 193 1 0 0 18 0 8 0 756633117 499970048 2374 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261721582 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 122063 2374 376 95 0 117045 0
[pid=26604/tid=26605] ppid=26602 vsize=488252 CPUtime=0.1 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 15 0 0 0 10 0 0 0 25 0 8 0 756633117 499970048 2374 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261276808 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=488252 CPUtime=0.19 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 413 0 0 0 19 0 0 0 18 0 8 0 756633117 499970048 2374 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=488252 CPUtime=0.29 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 373 0 0 0 29 0 0 0 18 0 8 0 756633118 499970048 2375 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=488252 CPUtime=0.29 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) S 26602 26604 26578 0 -1 4202560 394 0 0 0 29 0 0 0 18 0 8 0 756633118 499970048 2375 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261721582 0 0 4096 2 18446604445756442624 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=488252 CPUtime=0.19 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 348 0 0 0 19 0 0 0 18 0 8 0 756633118 499970048 2375 33554432000 4194304 4580107 140734745202592 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=488252 CPUtime=0.27 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 401 0 0 0 27 0 0 0 18 0 8 0 756633118 499970048 2375 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261277729 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=488252 CPUtime=0.29 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 367 0 0 0 29 0 0 0 18 0 8 0 756633118 499970048 2375 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 488252

[startup+0.904554 s]
/proc/loadavg: 0.40 0.84 1.08 2/470 26604
/proc/meminfo: memFree=15908492/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=490556 CPUtime=6.55 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 8897 0 0 0 653 2 0 0 18 0 8 0 756633117 502329344 4055 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261616571 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 122639 4055 377 95 0 117621 0
[pid=26604/tid=26605] ppid=26602 vsize=490556 CPUtime=0.49 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 676 0 0 0 49 0 0 0 25 0 8 0 756633117 502329344 4055 33554432000 4194304 4580107 140734745202592 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=490556 CPUtime=0.79 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1163 0 0 0 79 0 0 0 18 0 8 0 756633117 502329344 4055 33554432000 4194304 4580107 140734745202592 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=490556 CPUtime=0.89 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1084 0 0 0 89 0 0 0 18 0 8 0 756633118 502329344 4055 33554432000 4194304 4580107 140734745202592 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=490556 CPUtime=0.89 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1126 0 0 0 89 0 0 0 18 0 8 0 756633118 502329344 4055 33554432000 4194304 4580107 140734745202592 18446744073709551615 4316638 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=490556 CPUtime=0.79 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1093 0 0 0 79 0 0 0 18 0 8 0 756633118 502329344 4055 33554432000 4194304 4580107 140734745202592 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=490556 CPUtime=0.87 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1096 0 0 0 87 0 0 0 18 0 8 0 756633118 502329344 4055 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261641111 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=490556 CPUtime=0.89 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1141 0 0 0 89 0 0 0 18 0 8 0 756633118 502329344 4055 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 490556

[startup+1.00127 s]
/proc/loadavg: 0.40 0.84 1.08 2/470 26604
/proc/meminfo: memFree=15908492/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=490556 CPUtime=7.32 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 10443 0 0 0 730 2 0 0 18 0 8 0 756633117 502329344 5384 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 122639 5384 378 95 0 117621 0
[pid=26604/tid=26605] ppid=26602 vsize=490556 CPUtime=0.59 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 745 0 0 0 59 0 0 0 25 0 8 0 756633117 502329344 5384 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=490556 CPUtime=0.88 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1215 0 0 0 88 0 0 0 18 0 8 0 756633117 502329344 5384 33554432000 4194304 4580107 140734745202592 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=490556 CPUtime=0.99 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1134 0 0 0 99 0 0 0 18 0 8 0 756633118 502329344 5384 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=490556 CPUtime=0.99 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1190 0 0 0 99 0 0 0 19 0 8 0 756633118 502329344 5384 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=490556 CPUtime=0.89 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1159 0 0 0 89 0 0 0 18 0 8 0 756633118 502329344 5384 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=490556 CPUtime=0.97 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1147 0 0 0 97 0 0 0 18 0 8 0 756633118 502329344 5384 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=490556 CPUtime=0.98 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1209 0 0 0 98 0 0 0 18 0 8 0 756633118 502329344 5385 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 490556

[startup+1.50118 s]
/proc/loadavg: 0.40 0.84 1.08 2/470 26604
/proc/meminfo: memFree=15908492/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=499664 CPUtime=11.33 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 15429 0 0 0 1130 3 0 0 19 0 8 0 756633117 511655936 7696 33554432000 4194304 4580107 140734745202592 18446744073709551615 4293216 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 124916 7696 378 95 0 119898 0
[pid=26604/tid=26605] ppid=26602 vsize=499664 CPUtime=1.09 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1256 0 0 0 109 0 0 0 25 0 8 0 756633117 511655936 7696 33554432000 4194304 4580107 140734745202592 18446744073709551615 4320735 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=499664 CPUtime=1.38 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 3253 0 0 0 138 0 0 0 19 0 8 0 756633117 511655936 7696 33554432000 4194304 4580107 140734745202592 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=499664 CPUtime=1.49 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1502 0 0 0 149 0 0 0 18 0 8 0 756633118 511655936 7696 33554432000 4194304 4580107 140734745202592 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=499664 CPUtime=1.48 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1574 0 0 0 148 0 0 0 19 0 8 0 756633118 511655936 7696 33554432000 4194304 4580107 140734745202592 18446744073709551615 254261283802 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=499664 CPUtime=1.39 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1525 0 0 0 139 0 0 0 18 0 8 0 756633118 511655936 7696 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=499664 CPUtime=1.47 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1553 0 0 0 147 0 0 0 19 0 8 0 756633118 511655936 7696 33554432000 4194304 4580107 140734745202592 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=499664 CPUtime=1.48 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 1715 0 0 0 148 0 0 0 19 0 8 0 756633118 511655936 7696 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.33
Current children cumulated vsize (KiB) 499664

[startup+3.1009 s]
/proc/loadavg: 1.01 0.96 1.12 9/478 26612
/proc/meminfo: memFree=15854556/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=505844 CPUtime=24.09 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 32429 0 0 0 2403 6 0 0 23 0 8 0 756633117 517984256 16892 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 126461 16892 378 95 0 121443 0
[pid=26604/tid=26605] ppid=26602 vsize=505844 CPUtime=2.68 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 4582 0 0 0 268 0 0 0 25 0 8 0 756633117 517984256 16892 33554432000 4194304 4580107 140734745202592 18446744073709551615 4451559 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=505844 CPUtime=2.98 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 4377 0 0 0 298 0 0 0 23 0 8 0 756633117 517984256 16892 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=505844 CPUtime=3.08 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 3979 0 0 0 308 0 0 0 21 0 8 0 756633118 517984256 16892 33554432000 4194304 4580107 140734745202592 18446744073709551615 4318755 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=505844 CPUtime=3.08 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 3292 0 0 0 308 0 0 0 25 0 8 0 756633118 517984256 16892 33554432000 4194304 4580107 140734745202592 18446744073709551615 4318569 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=505844 CPUtime=2.98 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 4109 0 0 0 298 0 0 0 21 0 8 0 756633118 517984256 16892 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=505844 CPUtime=3.07 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 3430 0 0 0 307 0 0 0 23 0 8 0 756633118 517984256 16892 33554432000 4194304 4580107 140734745202592 18446744073709551615 4320729 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=505844 CPUtime=3.08 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 4303 0 0 0 308 0 0 0 23 0 8 0 756633118 517984256 16892 33554432000 4194304 4580107 140734745202592 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.09
Current children cumulated vsize (KiB) 505844

[startup+6.30133 s]
/proc/loadavg: 1.01 0.96 1.12 9/478 26612
/proc/meminfo: memFree=15828772/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=507520 CPUtime=49.64 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 50743 0 0 0 4955 9 0 0 25 0 8 0 756633117 519700480 19516 33554432000 4194304 4580107 140734745202592 18446744073709551615 4320891 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 126880 19516 378 95 0 121862 0
[pid=26604/tid=26605] ppid=26602 vsize=507520 CPUtime=5.89 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 6363 0 0 0 588 1 0 0 25 0 8 0 756633117 519700480 19516 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=507520 CPUtime=6.19 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 7160 0 0 0 618 1 0 0 25 0 8 0 756633117 519700480 19516 33554432000 4194304 4580107 140734745202592 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=507520 CPUtime=6.29 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 7151 0 0 0 628 1 0 0 25 0 8 0 756633118 519700480 19516 33554432000 4194304 4580107 140734745202592 18446744073709551615 4292856 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=507520 CPUtime=6.29 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 5211 0 0 0 628 1 0 0 25 0 8 0 756633118 519700480 19516 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=507520 CPUtime=6.19 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 6030 0 0 0 618 1 0 0 25 0 8 0 756633118 519700480 19516 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=507520 CPUtime=6.26 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 5479 0 0 0 626 0 0 0 25 0 8 0 756633118 519700480 19516 33554432000 4194304 4580107 140734745202592 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=507520 CPUtime=6.28 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 6253 0 0 0 628 0 0 0 25 0 8 0 756633118 519700480 19516 33554432000 4194304 4580107 140734745202592 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0

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


[startup+4662.3 s]
/proc/loadavg: 8.11 8.10 8.00 9/478 26752
/proc/meminfo: memFree=14623252/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=1781348 CPUtime=37222 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 2876979 0 0 0 3720895 1308 0 0 25 0 8 0 756633117 1824100352 321513 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 445337 321513 378 95 0 440319 0
[pid=26604/tid=26605] ppid=26602 vsize=1781348 CPUtime=4662 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 323913 0 0 0 466069 131 0 0 25 0 8 0 756633117 1824100352 321513 33554432000 4194304 4580107 140734745202592 18446744073709551615 4305219 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=1781348 CPUtime=4661.1 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 373726 0 0 0 465956 154 0 0 25 0 8 0 756633117 1824100352 321513 33554432000 4194304 4580107 140734745202592 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=1781348 CPUtime=4662.37 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 338138 0 0 0 466075 162 0 0 25 0 8 0 756633118 1824100352 321513 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=1781348 CPUtime=4661.08 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 315569 0 0 0 465944 164 0 0 25 0 8 0 756633118 1824100352 321513 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=1781348 CPUtime=4662.3 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 382116 0 0 0 466075 155 0 0 25 0 8 0 756633118 1824100352 321513 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=1781348 CPUtime=4662.36 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 362416 0 0 0 466049 187 0 0 25 0 8 0 756633118 1824100352 321514 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=1781348 CPUtime=4662.25 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 461589 0 0 0 466040 185 0 0 25 0 8 0 756633118 1824100352 321514 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37222
Current children cumulated vsize (KiB) 1781348

[startup+4722.3 s]
/proc/loadavg: 8.07 8.10 8.00 9/478 26753
/proc/meminfo: memFree=14562608/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=1866776 CPUtime=37701.1 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 2896162 0 0 0 3768786 1320 0 0 25 0 8 0 756633117 1911578624 336656 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 466694 336656 378 95 0 461676 0
[pid=26604/tid=26605] ppid=26602 vsize=1866776 CPUtime=4722 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 323914 0 0 0 472069 131 0 0 25 0 8 0 756633117 1911578624 336656 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=1866776 CPUtime=4721.09 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 378220 0 0 0 471953 156 0 0 25 0 8 0 756633117 1911578624 336656 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=1866776 CPUtime=4722.37 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 342573 0 0 0 472072 165 0 0 25 0 8 0 756633118 1911578624 336656 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=1866776 CPUtime=4721.08 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 317802 0 0 0 471941 167 0 0 25 0 8 0 756633118 1911578624 336656 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=1866776 CPUtime=4722.3 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 386570 0 0 0 472072 158 0 0 25 0 8 0 756633118 1911578624 336656 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=1866776 CPUtime=4722.36 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 362510 0 0 0 472049 187 0 0 25 0 8 0 756633118 1911578624 336656 33554432000 4194304 4580107 140734745202592 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=1866776 CPUtime=4722.25 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 464541 0 0 0 472038 187 0 0 25 0 8 0 756633118 1911578624 336656 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37701.1
Current children cumulated vsize (KiB) 1866776

[startup+4782.3 s]
/proc/loadavg: 8.09 8.10 8.01 9/478 26755
/proc/meminfo: memFree=14589112/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=1866112 CPUtime=38180.2 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 2916644 0 0 0 3816686 1333 0 0 25 0 8 0 756633117 1910898688 329714 33554432000 4194304 4580107 140734745202592 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 466528 329714 378 95 0 461510 0
[pid=26604/tid=26605] ppid=26602 vsize=1866112 CPUtime=4782.02 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 324861 0 0 0 478071 131 0 0 25 0 8 0 756633117 1910898688 329714 33554432000 4194304 4580107 140734745202592 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=1866112 CPUtime=4781.09 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 379158 0 0 0 477952 157 0 0 25 0 8 0 756633117 1910898688 329714 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=1866112 CPUtime=4782.39 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 347086 0 0 0 478071 168 0 0 25 0 8 0 756633118 1910898688 329714 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=1866112 CPUtime=4781.11 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 318067 0 0 0 477943 168 0 0 25 0 8 0 756633118 1910898688 329714 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=1866112 CPUtime=4782.32 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 390673 0 0 0 478072 160 0 0 25 0 8 0 756633118 1910898688 329714 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=1866112 CPUtime=4782.37 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 366949 0 0 0 478048 189 0 0 25 0 8 0 756633118 1910898688 329714 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=1866112 CPUtime=4782.27 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 469144 0 0 0 478037 190 0 0 25 0 8 0 756633118 1910898688 329714 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38180.2
Current children cumulated vsize (KiB) 1866112

[startup+4842.3 s]
/proc/loadavg: 8.03 8.08 8.00 9/478 26756
/proc/meminfo: memFree=14602136/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=1864760 CPUtime=38659.1 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 2935730 0 0 0 3864567 1345 0 0 25 0 8 0 756633117 1909514240 326436 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 466190 326436 378 95 0 461172 0
[pid=26604/tid=26605] ppid=26602 vsize=1864760 CPUtime=4842 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 325070 0 0 0 484069 131 0 0 25 0 8 0 756633117 1909514240 326436 33554432000 4194304 4580107 140734745202592 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=1864760 CPUtime=4841.06 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 383643 0 0 0 483947 159 0 0 25 0 8 0 756633117 1909514240 326436 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=1864760 CPUtime=4842.37 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 350808 0 0 0 484067 170 0 0 25 0 8 0 756633118 1909514240 326436 33554432000 4194304 4580107 140734745202592 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=1864760 CPUtime=4841.09 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 319115 0 0 0 483941 168 0 0 25 0 8 0 756633118 1909514240 326436 33554432000 4194304 4580107 140734745202592 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=1864760 CPUtime=4842.31 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 393059 0 0 0 484069 162 0 0 25 0 8 0 756633118 1909514240 326436 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=1864760 CPUtime=4842.36 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 368745 0 0 0 484045 191 0 0 25 0 8 0 756633118 1909514240 326436 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=1864760 CPUtime=4842.25 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 473596 0 0 0 484033 192 0 0 25 0 8 0 756633118 1909514240 326436 33554432000 4194304 4580107 140734745202592 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38659.1
Current children cumulated vsize (KiB) 1864760

[startup+4902.32 s]
/proc/loadavg: 8.01 8.06 8.00 9/478 26758
/proc/meminfo: memFree=14655436/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=1820304 CPUtime=39138.3 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 2949490 0 0 0 3912473 1354 0 0 25 0 8 0 756633117 1863991296 313230 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 455076 313230 378 95 0 450058 0
[pid=26604/tid=26605] ppid=26602 vsize=1820304 CPUtime=4902.02 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 326093 0 0 0 490069 133 0 0 25 0 8 0 756633117 1863991296 313230 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=1820304 CPUtime=4901.07 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 387709 0 0 0 489946 161 0 0 25 0 8 0 756633117 1863991296 313230 33554432000 4194304 4580107 140734745202592 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=1820304 CPUtime=4902.39 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 351379 0 0 0 490068 171 0 0 25 0 8 0 756633118 1863991296 313230 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=1820304 CPUtime=4901.1 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 319306 0 0 0 489942 168 0 0 25 0 8 0 756633118 1863991296 313230 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=1820304 CPUtime=4902.32 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 397608 0 0 0 490068 164 0 0 25 0 8 0 756633118 1863991296 313230 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=1820304 CPUtime=4902.39 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 369294 0 0 0 490047 192 0 0 25 0 8 0 756633118 1863991296 313230 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=1820304 CPUtime=4902.27 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 475589 0 0 0 490034 193 0 0 25 0 8 0 756633118 1863991296 313230 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39138.3
Current children cumulated vsize (KiB) 1820304

[startup+4962.3 s]
/proc/loadavg: 8.04 8.06 8.00 9/478 26760
/proc/meminfo: memFree=14640540/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=1752232 CPUtime=39617.2 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 2967431 0 0 0 3960354 1364 0 0 25 0 8 0 756633117 1794285568 317146 33554432000 4194304 4580107 140734745202592 18446744073709551615 4406385 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 438058 317146 378 95 0 433040 0
[pid=26604/tid=26605] ppid=26602 vsize=1752232 CPUtime=4962 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 326578 0 0 0 496067 133 0 0 25 0 8 0 756633117 1794285568 317146 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=1752232 CPUtime=4961.03 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 390335 0 0 0 495941 162 0 0 25 0 8 0 756633117 1794285568 317146 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=1752232 CPUtime=4962.37 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 352297 0 0 0 496065 172 0 0 25 0 8 0 756633118 1794285568 317146 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=1752232 CPUtime=4961.09 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 323833 0 0 0 495938 171 0 0 25 0 8 0 756633118 1794285568 317146 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=1752232 CPUtime=4962.3 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 401873 0 0 0 496064 166 0 0 25 0 8 0 756633118 1794285568 317146 33554432000 4194304 4580107 140734745202592 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=1752232 CPUtime=4962.37 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 369728 0 0 0 496045 192 0 0 25 0 8 0 756633118 1794285568 317146 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=1752232 CPUtime=4962.25 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 480094 0 0 0 496030 195 0 0 25 0 8 0 756633118 1794285568 317146 33554432000 4194304 4580107 140734745202592 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39617.2
Current children cumulated vsize (KiB) 1752232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5010.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/478 26761
/proc/meminfo: memFree=14605940/32951124 swapFree=67057928/67111528
[pid=26604] ppid=26602 vsize=1890048 CPUtime=40000.5 cores=0-7
/proc/26604/stat : 26604 (strangenight2-m) R 26602 26604 26578 0 -1 4202496 2983569 0 0 0 3998678 1373 0 0 25 0 8 0 756633117 1935409152 325740 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26604/statm: 472512 325740 378 95 0 467494 0
[pid=26604/tid=26605] ppid=26602 vsize=1890048 CPUtime=5010.02 cores=0-7
/proc/26604/task/26605/stat : 26605 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 327142 0 0 0 500869 133 0 0 25 0 8 0 756633117 1935409152 325742 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26604/tid=26606] ppid=26602 vsize=1890048 CPUtime=5009.03 cores=0-7
/proc/26604/task/26606/stat : 26606 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 394514 0 0 0 500740 163 0 0 25 0 8 0 756633117 1935409152 325742 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26604/tid=26607] ppid=26602 vsize=1890048 CPUtime=5010.39 cores=0-7
/proc/26604/task/26607/stat : 26607 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 356443 0 0 0 500865 174 0 0 25 0 8 0 756633118 1935409152 325742 33554432000 4194304 4580107 140734745202592 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26604/tid=26608] ppid=26602 vsize=1890048 CPUtime=5009.11 cores=0-7
/proc/26604/task/26608/stat : 26608 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 325493 0 0 0 500738 173 0 0 25 0 8 0 756633118 1935409152 325742 33554432000 4194304 4580107 140734745202592 18446744073709551615 4305280 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=26604/tid=26609] ppid=26602 vsize=1890048 CPUtime=5010.33 cores=0-7
/proc/26604/task/26609/stat : 26609 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 404013 0 0 0 500865 168 0 0 25 0 8 0 756633118 1935409152 325742 33554432000 4194304 4580107 140734745202592 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26604/tid=26610] ppid=26602 vsize=1890048 CPUtime=5010.39 cores=0-7
/proc/26604/task/26610/stat : 26610 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 370764 0 0 0 500846 193 0 0 25 0 8 0 756633118 1935409152 325742 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26604/tid=26611] ppid=26602 vsize=1890048 CPUtime=5010.27 cores=0-7
/proc/26604/task/26611/stat : 26611 (strangenight2-m) R 26602 26604 26578 0 -1 4202560 482016 0 0 0 500831 196 0 0 25 0 8 0 756633118 1935409152 325742 33554432000 4194304 4580107 140734745202592 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 1890048

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5010.38
CPU time (s): 40000.6
CPU user time (s): 39986.9
CPU system time (s): 13.7899
CPU usage (%): 798.355
Max. virtual memory (cumulated for all children) (KiB): 2138000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39986.9
system time used= 13.7899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2983572
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= 1069
involuntary context switches= 173926

runsolver used 22.0466 second user time and 57.0733 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-29 06:09:38
IDJOB=3421451
IDBENCH=20442
IDSOLVER=1878
FILE ID=node140/3421451-1306642178
RUNJOBID= node140-1306642178-26592
PBS_JOBID= 13471694
Free space on /tmp= 73408 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT07/crafted/spence/hard/s113-100.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421451-1306642178/watcher-3421451-1306642178 -o /tmp/evaluation-result-3421451-1306642178/solver-3421451-1306642178 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3421451-1306642178.cnf

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

MD5SUM BENCH= 346cb413e25976ab9ce2952e1d53c865
RANDOM SEED=738199880

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15909028 kB
Buffers:        371308 kB
Cached:        9392828 kB
SwapCached:       8168 kB
Active:       11165004 kB
Inactive:      5514564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15909028 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:            5692 kB
Writeback:           0 kB
AnonPages:     6912268 kB
Mapped:          37232 kB
Slab:           239828 kB
PageTables:      52220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141371180 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= 73404 MiB
End job on node140 at 2011-05-29 07:33:10