Trace number 3369369

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-1-mt (fixed)? (TO) 4800.19 1202.24

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1375c111739g6.cnf
MD5SUMc7c04151ac14a13eb4a03259d055e119
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1375
Number of clauses111739
Sum of the clauses size224743
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2111684
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 555

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3369369-1305391304.cnf'
0.00/0.00	c -- header says num vars:           1375
0.00/0.00	c -- header says num clauses:      111739
0.02/0.03	c -- clauses added:            0 learnts,       111739 normals,            0 xors
0.02/0.03	c -- vars added       1375
0.02/0.03	c Parsing time:  0.07 s
0.02/0.03	c  N st     0         0      1375        55    111684         0    224743         0   no data   no data  --
0.02/0.03	c asymm  cl-useful: 0/55/55 lits-rem:0 time: 0.00
0.02/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.08
0.02/0.10	c bin-w-bin subsume rem         4996 bins  time:  0.06 s
0.02/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
0.02/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1375 time:  0.05 s
0.02/0.10	c Removed useless bin:       0  fixed:     0  props:   0.54M  time:  0.04 s
0.37/0.14	c lits-rem:       243  cl-subs:        0  v-elim:     55  v-fix:    0  time:  0.14 s
0.37/0.14	c Finding binary XORs  T:     0.01 s  found:       0
0.37/0.14	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.37/0.14	c calculated reachability. Time: 0.00
0.37/0.14	c Calc default polars -  time:   0.00 s pos:       0 undec:      55 neg:    1320
0.37/0.14	c =========================================================================================
0.37/0.14	c types(t): F = full restart, N = normal restart
0.37/0.14	c types(t): S = simplification begin/end, E = solution found
0.37/0.14	c restart types(rt): st = static, dy = dynamic
0.37/0.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.37/0.14	c  B st     0         0      1320      6148     99220         0    354473         0   no data   no data  --
0.37/0.91	c  N dy    17      4167      1320      6148     99220      4106    354472    133019      8.92      9.58  --
0.37/0.91	c  N dy    37      8188      1320      6148     99221      5624    354472    162610      9.15      9.64  --
0.37/0.91	c  N dy    62     12597      1320      6148     99221      5772    354471    131702      9.30      9.80  --
4.59/1.21	c  N dy    82     16651      1320      6148     99222      9755    354471    271086      9.34      9.95  --
5.57/1.45	c  N dy   101     20652      1320      6148     99222      8154    354470    188685      9.42      9.94  --
6.77/1.75	c  N dy   117     24734      1320      6148     99223     12177    354470    335536      9.43     11.42  --
6.77/1.77	c  F st   120     25000      1320      6148     99224     12440    354470    346580      9.44   no data  --
8.35/2.15	c  N dy   126     30000      1320      6148     99225     10667    354467    260561      9.44   no data  --
8.35/2.15	c  S st   126     30000      1320      6148     99225     10667    354467    260561      9.44   no data  --
8.35/2.18	c  S st   126     30502      1320      6148     99225     11169    354467    281321      9.44   no data  --
8.35/2.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.35/2.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.15/2.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     98 BRemL:      0 BRemN:      0 P:  7.9M T:  0.60
9.15/2.37	c bin-w-bin subsume rem            0 bins  time:  0.05 s
13.94/3.56	c subs with bin:        0  lits-rem:     20297  v-fix:    0  time:  4.74 s
13.94/3.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
13.94/3.58	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
18.34/4.63	c lits-rem:      1445  cl-subs:     1885  v-elim:      0  v-fix:    0  time:  4.20 s
19.14/4.82	c asymm  cl-useful: 2484/2547/6148 lits-rem:15394 time: 0.73
19.14/4.82	c calculated reachability. Time: 0.00
19.14/4.82	c  N dy   126     30502      1320      6148     99323      9284    311832    248495      9.44   no data  --
20.36/5.12	c  N dy   156     34573      1320      6148     99323     13298    311832    429128      9.64     13.79  --
21.53/5.42	c  N dy   180     38608      1320      6148     99334      9490    311832    211924      9.72     10.24  --
22.73/5.75	c  N dy   213     43035      1320      6148     99334     13868    311832    406396      9.89     10.42  --
23.53/5.96	c  S st   232     45753      1320      6148     99334     16556    311832    516099      9.92   no data  --
23.93/6.00	c  S st   232     46256      1320      6148     99334     17059    311832    543818      9.92   no data  --
23.93/6.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
23.93/6.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.33/6.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     30 BRemL:      0 BRemN:      0 P:  7.7M T:  0.59
24.33/6.18	c bin-w-bin subsume rem            0 bins  time:  0.05 s
29.55/7.47	c subs with bin:        0  lits-rem:       542  v-fix:    0  time:  5.09 s
29.55/7.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
29.55/7.48	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
39.50/9.96	c lits-rem:      1241  cl-subs:      626  v-elim:      0  v-fix:    0  time:  9.88 s
39.50/9.97	c vivif2 --  cl tried     6148 cl shrink      677 lits rem       1562 time: 0.02
39.50/9.99	c vivif2 --  cl tried    16433 cl shrink       32 lits rem         32 time: 0.08
40.30/10.17	c asymm  cl-useful: 0/2287/6148 lits-rem:0 time: 0.73
40.30/10.17	c calculated reachability. Time: 0.00
40.30/10.17	c  N dy   232     46256      1320      6148     99364     16433    309586    530296      9.92   no data  --
41.50/10.48	c  N dy   257     50339      1320      6148     99365     11632    309586    275758      9.99     12.65  --
43.10/10.81	c  N dy   282     54730      1320      6148     99365     15962    309586    457846     10.05     10.64  --
44.29/11.15	c  N dy   302     58830      1320      6148     99365     10152    309586    172487     10.06     11.54  --
45.49/11.45	c  N dy   336     62852      1320      6148     99365     14113    309586    359302     10.16     12.81  --
46.70/11.77	c  N dy   358     66913      1320      6148     99365     18126    309586    530362     10.18     10.75  --
47.48/11.98	c  S st   366     69384      1320      6148     99365     20558    309586    635639     10.17   no data  --
47.88/12.02	c  S st   366     69885      1320      6148     99365     21055    309586    659619     10.17   no data  --
47.88/12.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
47.88/12.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
48.28/12.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.0M T:  0.63
48.68/12.22	c bin-w-bin subsume rem            0 bins  time:  0.05 s
53.87/13.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.11 s
53.87/13.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
53.87/13.52	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
64.68/16.29	c lits-rem:      1553  cl-subs:      871  v-elim:      0  v-fix:    0  time: 11.06 s
64.68/16.29	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
65.06/16.32	c vivif2 --  cl tried    20184 cl shrink        2 lits rem          2 time: 0.09
65.46/16.43	c asymm  cl-useful: 0/1259/6148 lits-rem:0 time: 0.46
65.46/16.44	c calculated reachability. Time: 0.00
65.46/16.44	c  N dy   366     69885      1320      6148     99365     20184    309585    638235     10.17   no data  --
66.66/16.79	c  N dy   389     74379      1320      6148     99365     13786    309585    298515     10.18     10.84  --
68.25/17.17	c  N dy   419     79183      1320      6148     99365     18542    309585    517806     10.22     10.89  --
69.84/17.59	c  N dy   444     84310      1320      6148     99365     23582    309585    734093     10.23     12.56  --
71.04/17.85	c  F st   461     87500      1320      6148     99365     14900    309585    317859     10.24      9.88  --
72.24/18.13	c  N st   466     90800      1320      6148     99365     18156    309585    452502     10.24   no data  --
74.24/18.63	c  N dy   485     96916      1320      6148     99365     24185    309585    708485     10.23     10.78  --
76.24/19.17	c  N dy   508    103299      1320      6148     99365     17664    309585    402331     10.21     10.78  --
77.04/19.30	c  S st   515    104827      1320      6148     99365     19162    309585    459589     10.21      9.21  --
77.04/19.34	c  S st   515    105330      1320      6148     99365     19663    309585    484154     10.21   no data  --
77.04/19.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
77.04/19.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
77.45/19.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.9M T:  0.61
77.86/19.53	c bin-w-bin subsume rem            0 bins  time:  0.05 s
82.62/20.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.98 s
82.62/20.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
82.62/20.80	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
91.81/23.08	c lits-rem:       834  cl-subs:      702  v-elim:      0  v-fix:    0  time:  9.10 s
91.81/23.08	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
92.21/23.10	c vivif2 --  cl tried    18961 cl shrink        0 lits rem          0 time: 0.07
92.61/23.28	c asymm  cl-useful: 0/2227/6148 lits-rem:0 time: 0.72
92.61/23.28	c calculated reachability. Time: 0.00
92.61/23.28	c  N dy   515    105330      1320      6148     99365     18961    309585    469290     10.21   no data  --
95.02/23.84	c  N dy   551    112142      1320      6148     99365     25678    309585    751240     10.23     10.81  --
97.39/24.45	c  N dy   584    119302      1320      6148     99365     18917    309585    430479     10.23     10.80  --
100.18/25.12	c  N dy   614    127058      1320      6148     99365     26524    309585    752340     10.23     10.77  --
102.98/25.86	c  N dy   654    135395      1320      6148     99365     20017    309585    459437     10.24     10.78  --
106.18/26.64	c  N dy   687    144181      1320      6148     99365     28666    309585    800398     10.22     10.78  --
109.38/27.44	c  N dy   743    153467      1320      6148     99365     22053    309585    512221     10.26     12.02  --
110.98/27.84	c  S st   771    157996      1320      6148     99365     26501    309585    694745     10.28   no data  --
110.98/27.88	c  S st   771    158499      1320      6148     99365     27003    309585    722786     10.28   no data  --
110.98/27.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
110.98/27.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
111.77/28.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.8M T:  0.72
112.17/28.10	c bin-w-bin subsume rem            0 bins  time:  0.05 s
116.98/29.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.01 s
116.98/29.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
116.98/29.38	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
128.14/32.14	c lits-rem:      1621  cl-subs:      828  v-elim:      0  v-fix:    0  time: 11.02 s
128.14/32.15	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
128.14/32.17	c vivif2 --  cl tried    26175 cl shrink        0 lits rem          0 time: 0.11
128.94/32.38	c asymm  cl-useful: 0/1850/6148 lits-rem:0 time: 0.81
128.94/32.38	c calculated reachability. Time: 0.00
128.94/32.38	c  N dy   771    158499      1320      6148     99365     26175    309585    705350     10.28   no data  --
132.93/33.35	c  N dy   827    168656      1320      6148     99365     19432    309585    362822     10.31     13.53  --
136.92/34.36	c  N dy   897    179835      1320      6148     99365     30401    309585    815843     10.37     10.95  --
141.31/35.45	c  N dy   944    191402      1320      6148     99365     24082    309585    520395     10.37     10.93  --
145.71/36.58	c  N dy  1003    203735      1320      6148     99365     36220    309585   1020005     10.38     10.99  --
150.50/37.77	c  N dy  1062    216812      1320      6148     99365     30413    309585    755811     10.39     10.96  --
156.09/39.12	c  N dy  1123    230823      1320      6148     99365     24508    309585    467097     10.39     11.09  --
158.88/39.80	c  S st  1157    237748      1320      6148     99365     31312    309585    715566     10.40      9.37  --
158.88/39.84	c  S st  1157    238249      1320      6148     99365     31813    309585    739225     10.40   no data  --
158.88/39.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
158.88/39.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
159.68/40.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.7M T:  0.68
159.68/40.05	c bin-w-bin subsume rem            0 bins  time:  0.05 s
164.47/41.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.91 s
164.87/41.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
164.87/41.31	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
175.25/43.91	c lits-rem:      2039  cl-subs:     1431  v-elim:      0  v-fix:    0  time: 10.38 s
175.25/43.92	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
175.25/43.95	c vivif2 --  cl tried    30382 cl shrink        0 lits rem          0 time: 0.12
176.06/44.13	c asymm  cl-useful: 0/1866/6148 lits-rem:0 time: 0.75
176.06/44.14	c calculated reachability. Time: 0.00
176.06/44.14	c  N dy  1157    238249      1320      6148     99365     30382    309585    712109     10.40   no data  --
182.04/45.63	c  N dy  1237    253823      1320      6148     99365     25061    309585    464723     10.41     10.96  --
188.43/47.26	c  N dy  1312    270365      1320      6148     99365     41264    309585   1092610     10.42     11.11  --
195.22/48.93	c  N dy  1395    287680      1320      6148     99365     36704    309585    914552     10.42     11.06  --
202.41/50.75	c  N dy  1493    306042      1320      6148     99365     32192    309585    713066     10.46     12.75  --
202.41/50.77	c  F st  1494    306251      1320      6148     99365     32399    309585    723074     10.45     10.01  --
210.39/52.78	c  N dy  1564    325894      1320      6148     99365     28092    309585    492196     10.45     11.13  --
219.17/54.93	c  N dy  1664    345931      1320      6148     99365     47767    309585   1239132     10.46     11.04  --
223.97/56.11	c  S st  1713    357375      1320      6148     99365     34400    309585    697085     10.46   no data  --
223.97/56.15	c  S st  1713    357881      1320      6148     99365     34900    309585    717399     10.46   no data  --
223.97/56.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
223.97/56.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
224.77/56.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.2M T:  0.72
224.77/56.38	c bin-w-bin subsume rem            0 bins  time:  0.05 s
229.96/57.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.95 s
229.96/57.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
229.96/57.64	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
239.96/60.19	c lits-rem:      1602  cl-subs:     1338  v-elim:      0  v-fix:    0  time: 10.17 s
239.96/60.19	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
240.37/60.22	c vivif2 --  cl tried    33562 cl shrink        0 lits rem          0 time: 0.12
241.13/60.41	c asymm  cl-useful: 0/1963/6148 lits-rem:0 time: 0.75
241.13/60.41	c calculated reachability. Time: 0.00
241.13/60.41	c  N dy  1713    357881      1320      6148     99365     33562    309584    694460     10.46   no data  --
249.52/62.54	c  N dy  1812    377899      1320      6148     99365     27702    309584    433189     10.47     12.92  --
257.53/64.53	c  N dy  1897    397948      1320      6148     99365     47372    309584   1213527     10.46     11.04  --
265.50/66.59	c  N dy  2001    418029      1320      6148     99365     40668    309584    924209     10.48     11.04  --
274.68/68.85	c  N dy  2094    438336      1320      6148     99365     33102    309584    563614     10.49     11.76  --
283.46/71.01	c  N dy  2188    458453      1320      6148     99365     52832    309584   1318575     10.49     11.10  --
291.85/73.12	c  N dy  2285    478485      1320      6148     99365     44032    309584    982316     10.50     11.69  --
300.63/75.39	c  N dy  2387    498547      1320      6148     99365     34280    309584    584278     10.51     11.08  --
309.42/77.54	c  N dy  2486    518584      1320      6148     99365     53983    309584   1365795     10.52     11.19  --
317.40/79.51	c  S st  2569    536822      1320      6148     99365     41441    309584    865310     10.52      9.70  --
317.40/79.56	c  S st  2569    537322      1320      6148     99365     41940    309584    889568     10.52   no data  --
317.40/79.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
317.40/79.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
318.19/79.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.2M T:  0.83
318.60/79.82	c bin-w-bin subsume rem            0 bins  time:  0.05 s
323.41/81.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.08 s
323.41/81.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
323.82/81.11	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
328.21/82.24	c lits-rem:       932  cl-subs:     1045  v-elim:      0  v-fix:    0  time:  4.48 s
328.21/82.24	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
328.21/82.28	c vivif2 --  cl tried    40895 cl shrink        0 lits rem          0 time: 0.15
328.98/82.48	c asymm  cl-useful: 0/1309/6148 lits-rem:0 time: 0.81
328.98/82.48	c calculated reachability. Time: 0.00
328.98/82.48	c  N dy  2569    537322      1320      6148     99365     40895    309584    872163     10.52   no data  --
339.76/85.11	c  N dy  2670    559684      1320      6148     99365     62793    309584   1709480     10.53     11.32  --
348.55/87.36	c  N dy  2764    580101      1320      6148     99365     51433    309584   1211807     10.54     11.09  --
358.13/89.72	c  N dy  2843    600126      1320      6148     99365     38707    309584    705077     10.53     12.57  --
367.34/92.03	c  N dy  2945    620286      1320      6148     99365     58499    309584   1479777     10.54     11.23  --
377.29/94.50	c  N dy  3046    640344      1320      6148     99365     44789    309584    868263     10.55     11.12  --
386.47/96.87	c  N dy  3141    660423      1320      6148     99365     64532    309584   1653457     10.55     14.53  --
396.06/99.29	c  N dy  3238    680797      1320      6148     99365     50178    309584   1107488     10.56     11.19  --
406.86/101.91	c  N dy  3312    701360      1320      6148     99365     70331    309584   1897877     10.56     11.13  --
415.64/104.18	c  N dy  3386    721413      1320      6148     99365     54612    309584   1235292     10.55     11.22  --
426.40/106.86	c  N dy  3486    741502      1320      6148     99365     38054    309584    574969     10.55     13.89  --
435.99/109.26	c  N dy  3579    762040      1320      6148     99365     58219    309584   1353893     10.55     11.12  --
447.17/112.04	c  N dy  3690    782044      1320      6148     99365     40539    309584    625715     10.56     11.20  --
456.35/114.35	c  N dy  3766    802166      1320      6148     99365     60270    309584   1380376     10.56     11.32  --
458.35/114.85	c  S st  3779    805983      1320      6148     99365     64007    309584   1522357     10.56   no data  --
458.75/114.91	c  S st  3779    806484      1320      6148     99365     64508    309584   1546759     10.56   no data  --
458.75/114.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
458.75/114.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
459.56/115.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.2M T:  1.01
459.97/115.24	c bin-w-bin subsume rem            0 bins  time:  0.05 s
465.13/116.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.18 s
465.13/116.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
465.13/116.56	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
473.92/118.78	c lits-rem:      1577  cl-subs:     3438  v-elim:      0  v-fix:    0  time:  8.87 s
473.92/118.79	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
474.32/118.85	c vivif2 --  cl tried    61070 cl shrink        0 lits rem          0 time: 0.25
475.12/119.05	c asymm  cl-useful: 0/1075/6148 lits-rem:0 time: 0.82
475.12/119.06	c calculated reachability. Time: 0.00
475.12/119.06	c  N dy  3779    806484      1320      6148     99365     61070    309584   1491210     10.56   no data  --
485.10/121.55	c  N dy  3868    826530      1320      6148     99365     42532    309584    696116     10.56     11.31  --
494.69/123.92	c  N dy  3954    846817      1320      6148     99365     62454    309584   1452438     10.56     11.16  --
505.47/126.61	c  N dy  4041    867380      1320      6148     99365     43384    309584    691280     10.56     11.20  --
514.64/128.97	c  N dy  4132    887405      1320      6148     99365     63008    309584   1451420     10.56     11.18  --
525.45/131.65	c  N dy  4247    907898      1320      6148     99365     42915    309584    654016     10.57     11.14  --
535.00/134.05	c  N dy  4322    928026      1320      6148     99365     62639    309584   1396936     10.57     11.15  --
545.39/136.67	c  N dy  4407    948027      1320      6148     99365     82273    309584   2149746     10.57     11.22  --
554.97/139.05	c  N dy  4500    968078      1320      6148     99365     60708    309584   1316825     10.58     11.23  --
565.38/141.66	c  N dy  4574    988114      1320      6148     99365     80355    309584   2099204     10.57     11.57  --
575.73/144.24	c  N dy  4665   1008290      1320      6148     99365     58009    309584   1160133     10.57     11.25  --
586.12/146.80	c  N dy  4749   1028489      1320      6148     99365     77841    309584   1910905     10.57     11.26  --
596.49/149.44	c  N dy  4826   1048503      1320      6148     99365     54281    309584    984574     10.57     12.37  --
606.88/152.05	c  N dy  4917   1068605      1320      6148     99365     73996    309584   1728815     10.57     11.16  --
608.48/152.48	c  F st  4936   1071876      1320      6148     99365     77213    309584   1855396     10.57   no data  --
618.09/154.87	c  N dy  4993   1088972      1320      6148     99365     49840    309584    804303     10.58     11.16  --
628.04/157.34	c  N dy  5081   1109234      1320      6148     99365     69750    309584   1555220     10.58     11.14  --
639.64/160.24	c  N dy  5172   1129389      1320      6148     99365     89540    309584   2311459     10.58     11.25  --
650.80/163.06	c  N dy  5265   1149503      1320      6148     99365     64116    309584   1312659     10.58     11.19  --
661.18/165.67	c  N dy  5356   1170058      1320      6148     99365     84333    309584   2097193     10.58     11.15  --
671.96/168.32	c  N dy  5449   1190147      1320      6148     99365     57892    309584   1044673     10.58     11.15  --
681.95/170.82	c  S st  5532   1209726      1320      6148     99365     77105    309584   1772765     10.58      9.77  --
681.95/170.88	c  S st  5532   1210227      1320      6148     99365     77603    309584   1796209     10.58   no data  --
681.95/170.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
681.95/170.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
683.14/171.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.4M T:  1.10
683.56/171.23	c bin-w-bin subsume rem            0 bins  time:  0.05 s
688.73/172.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.29 s
688.73/172.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
688.73/172.58	c Removed useless bin:       0  fixed:     0  props:   0.48M  time:  0.04 s
698.72/175.09	c lits-rem:      1499  cl-subs:     3882  v-elim:      0  v-fix:    0  time: 10.00 s
698.72/175.09	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
699.11/175.17	c vivif2 --  cl tried    73721 cl shrink        0 lits rem          0 time: 0.30
699.91/175.38	c asymm  cl-useful: 0/1048/6148 lits-rem:0 time: 0.86
699.91/175.39	c calculated reachability. Time: 0.00
699.91/175.39	c  N dy  5532   1210227      1320      6148     99365     73721    309584   1725535     10.58   no data  --
710.69/178.03	c  N dy  5609   1230344      1320      6148     99365     93427    309584   2472407     10.58     11.16  --
720.67/180.53	c  N dy  5711   1250705      1320      6148     99365     66388    309584   1366865     10.59     11.50  --
731.46/183.22	c  N dy  5807   1270897      1320      6148     99365     86192    309584   2136105     10.59     11.17  --
741.83/185.88	c  N dy  5898   1291550      1320      6148     99365     58383    309584    998687     10.59     11.17  --
752.22/188.49	c  N dy  6008   1311782      1320      6148     99365     78263    309584   1722822     10.60     11.34  --
763.39/191.29	c  N dy  6108   1331942      1320      6148     99365     98052    309584   2459039     10.60     11.38  --
773.37/193.77	c  N dy  6190   1351997      1320      6148     99365     68620    309584   1335300     10.60     13.05  --
784.16/196.47	c  N dy  6281   1372170      1320      6148     99365     88409    309584   2077762     10.60     11.19  --
795.34/199.29	c  N dy  6388   1392287      1320      6148     99365     58143    309584    956487     10.61     11.19  --
805.73/201.81	c  N dy  6489   1412615      1320      6148     99365     78180    309584   1700980     10.61     11.28  --
817.30/204.70	c  N dy  6590   1433099      1320      6148     99365     98258    309584   2446875     10.61     11.18  --
827.69/207.35	c  N dy  6668   1453289      1320      6148     99365     66953    309584   1204647     10.61     11.31  --
838.46/210.08	c  N dy  6756   1473696      1320      6148     99365     86960    309584   1927773     10.61     11.27  --
850.46/213.08	c  N dy  6855   1493771      1320      6148     99365     54648    309584    761497     10.61     11.35  --
860.42/215.54	c  N dy  6929   1514084      1320      6148     99365     74549    309584   1481872     10.61     11.17  --
871.21/218.25	c  N dy  7014   1534213      1320      6148     99365     94324    309584   2205840     10.61     11.27  --
882.78/221.11	c  N dy  7115   1554396      1320      6148     99365     61176    309584    964155     10.62     11.20  --
893.17/223.74	c  N dy  7215   1574992      1320      6148     99365     81357    309584   1718473     10.62     11.21  --
904.74/226.67	c  N dy  7307   1595060      1320      6148     99365    101028    309584   2450048     10.62     11.30  --
916.35/229.54	c  N dy  7399   1615125      1320      6148     99365     66759    309584   1143726     10.62     13.99  --
927.10/232.28	c  N dy  7487   1635253      1320      6148     99365     86521    309584   1883138     10.62     11.21  --
939.88/235.43	c  N dy  7598   1656627      1320      6148     99365    107478    309584   2653684     10.63     11.34  --
950.26/238.07	c  N dy  7682   1677014      1320      6148     99365     72531    309584   1327720     10.62     11.37  --
961.04/240.76	c  N dy  7778   1697030      1320      6148     99365     92170    309584   2044522     10.62     17.47  --
968.23/242.57	c  S st  7832   1710227      1320      6148     99365    105100    309584   2536475     10.62      9.84  --
968.63/242.65	c  S st  7832   1710729      1320      6148     99365    105601    309584   2560772     10.62   no data  --
968.63/242.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
968.63/242.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
969.82/242.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.0M T:  1.25
970.22/243.08	c bin-w-bin subsume rem            0 bins  time:  0.05 s
975.82/244.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.42 s
975.82/244.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
975.82/244.46	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
992.98/248.73	c lits-rem:      1081  cl-subs:     5995  v-elim:      0  v-fix:    0  time: 17.05 s
992.98/248.73	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
993.38/248.84	c vivif2 --  cl tried    99606 cl shrink        0 lits rem          0 time: 0.44
994.18/249.04	c asymm  cl-useful: 0/753/6148 lits-rem:0 time: 0.78
994.18/249.05	c calculated reachability. Time: 0.00
994.18/249.05	c  N dy  7832   1710729      1320      6148     99365     99606    309584   2462816     10.62   no data  --
1005.36/251.89	c  N dy  7932   1731043      1320      6148     99365     63694    309584    974202     10.63     11.36  --
1016.14/254.51	c  N dy  8022   1751066      1320      6148     99365     83300    309584   1659616     10.63     11.34  --
1026.93/257.23	c  N dy  8102   1771075      1320      6148     99365    102917    309584   2362957     10.63     11.19  --
1038.11/260.04	c  N dy  8184   1791109      1320      6148     99365     65708    309584   1021479     10.63     11.24  --
1048.11/262.60	c  N dy  8271   1811437      1320      6148     99365     85589    309584   1750598     10.63     11.20  --
1059.26/265.36	c  N dy  8379   1831490      1320      6148     99365    105269    309584   2490170     10.63     11.21  --
1070.85/268.25	c  N dy  8474   1851896      1320      6148     99365     67491    309584   1073240     10.63     11.30  --
1081.22/270.84	c  N dy  8556   1871956      1320      6148     99365     87158    309584   1794202     10.63     11.42  --
1092.80/273.77	c  N dy  8662   1892015      1320      6148     99365    106801    309584   2499269     10.64     11.26  --
1104.79/276.72	c  N dy  8742   1912084      1320      6148     99365     67643    309584   1034772     10.64     12.63  --
1114.76/279.28	c  N dy  8827   1932297      1320      6148     99365     87408    309584   1749637     10.63     11.31  --
1126.74/282.21	c  N dy  8914   1952429      1320      6148     99365    107111    309584   2449587     10.63     11.20  --
1138.72/285.23	c  N dy  8992   1972535      1320      6148     99365     67109    309584   1002358     10.63     11.31  --
1148.71/287.79	c  N dy  9081   1992614      1320      6148     99365     86813    309584   1741818     10.64     11.40  --
1160.68/290.72	c  N dy  9170   2012615      1320      6148     99365    106333    309584   2430582     10.64     11.26  --
1173.46/293.92	c  N dy  9250   2032945      1320      6148     99365     65543    309584    922972     10.64     11.21  --
1183.84/296.53	c  N dy  9330   2053028      1320      6148     99365     85206    309584   1584760     10.64     11.41  --
1195.42/299.42	c  N dy  9417   2073352      1320      6148     99365    105133    309584   2281092     10.64     11.28  --
1208.19/302.67	c  N dy  9500   2093475      1320      6148     99365     63105    309584    797659     10.64     11.28  --
1218.58/305.24	c  N dy  9593   2113902      1320      6148     99365     83105    309584   1516774     10.64     11.21  --
1229.76/308.09	c  N dy  9690   2133958      1320      6148     99365    102734    309584   2236061     10.64     11.23  --
1243.33/311.48	c  N dy  9774   2154117      1320      6148     99365    122445    309584   2921110     10.64     11.25  --
1255.31/314.49	c  N dy  9864   2174153      1320      6148     99365     79389    309584   1344023     10.64     13.22  --
1266.09/317.18	c  N dy  9944   2194192      1320      6148     99365     99016    309584   2053405     10.64     12.38  --
1276.08/319.70	c  S st 10020   2210732      1320      6148     99365    115204    309584   2610858     10.64      8.82  --
1276.50/319.78	c  S st 10020   2211234      1320      6148     99365    115706    309584   2636215     10.64   no data  --
1276.50/319.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1276.50/319.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1278.07/320.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.9M T:  1.26
1278.47/320.20	c bin-w-bin subsume rem            0 bins  time:  0.05 s
1284.07/321.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.76 s
1284.07/321.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
1284.07/321.66	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
1301.23/325.99	c lits-rem:       708  cl-subs:     7018  v-elim:      0  v-fix:    0  time: 17.28 s
1301.63/326.00	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
1302.03/326.12	c vivif2 --  cl tried   108688 cl shrink        0 lits rem          0 time: 0.48
1302.85/326.35	c asymm  cl-useful: 0/959/6148 lits-rem:0 time: 0.91
1302.85/326.35	c calculated reachability. Time: 0.00
1302.85/326.35	c  N dy 10020   2211234      1320      6148     99365    108688    309584   2518952     10.64   no data  --
1315.61/329.52	c  N dy 10096   2231328      1320      6148     99365     64812    309584    823272     10.63     11.57  --
1325.58/332.07	c  N dy 10190   2251365      1320      6148     99365     84437    309584   1523561     10.64     11.32  --
1336.77/334.89	c  N dy 10264   2271446      1320      6148     99365    104127    309584   2244027     10.64     12.35  --
1349.55/338.08	c  N dy 10355   2291550      1320      6148     99365    123755    309584   2930856     10.64     11.27  --
1361.52/341.08	c  N dy 10438   2311696      1320      6148     99365     78879    309584   1279954     10.64     11.27  --
1372.70/343.90	c  N dy 10524   2331969      1320      6148     99365     98711    309584   1973747     10.64     11.20  --
1384.68/346.89	c  N dy 10604   2352155      1320      6148     99365    118477    309584   2703534     10.64     11.32  --
1398.25/350.29	c  N dy 10692   2373491      1320      6148     99365     73822    309584   1086266     10.63     11.27  --
1409.03/352.98	c  N dy 10788   2393500      1320      6148     99365     93456    309584   1783055     10.64     11.22  --
1421.43/356.01	c  N dy 10883   2413841      1320      6148     99365    113366    309584   2494287     10.64     11.24  --
1434.61/359.39	c  N dy 10965   2434441      1320      6148     99365     66970    309584    823945     10.63     11.23  --
1445.38/362.01	c  N dy 11043   2454525      1320      6148     99365     86645    309584   1521022     10.63     11.67  --
1456.98/364.97	c  N dy 11140   2474664      1320      6148     99365    106442    309584   2241315     10.63     11.21  --
1469.75/368.14	c  N dy 11222   2494722      1320      6148     99365    126121    309584   2925344     10.63     11.23  --
1482.11/371.21	c  N dy 11281   2514921      1320      6148     99365     78242    309584   1195860     10.63     11.27  --
1493.29/374.04	c  N dy 11368   2534950      1320      6148     99365     97867    309584   1878109     10.63     11.39  --
1505.29/377.01	c  N dy 11440   2555040      1320      6148     99365    117555    309584   2551733     10.63     11.24  --
1520.83/380.96	c  N dy 11532   2578956      1320      6148     99365     72352    309584    952653     10.63     11.40  --
1531.23/383.56	c  N dy 11625   2599118      1320      6148     99365     92104    309584   1658175     10.63     11.28  --
1543.59/386.65	c  N dy 11727   2619169      1320      6148     99365    111718    309584   2341392     10.63     11.64  --
1556.37/389.85	c  N dy 11835   2639267      1320      6148     99365    131471    309584   3056988     10.64     11.23  --
1568.75/392.91	c  N dy 11924   2659402      1320      6148     99365     81651    309584   1280391     10.64     11.59  --
1581.13/396.01	c  N dy 11997   2679833      1320      6148     99365    101664    309584   1948227     10.63     11.31  --
1594.31/399.38	c  N dy 12087   2699947      1320      6148     99365    121315    309584   2633318     10.63     11.70  --
1602.69/401.45	c  S st 12133   2711234      1320      6148     99365    132340    309584   3017808     10.63      9.03  --
1603.09/401.55	c  S st 12133   2711740      1320      6148     99365    132846    309584   3040678     10.63   no data  --
1603.09/401.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1603.09/401.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1604.69/401.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.0M T:  1.65
1605.09/402.09	c bin-w-bin subsume rem            0 bins  time:  0.05 s
1611.47/403.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.29 s
1611.47/403.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
1611.47/403.69	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
1651.80/413.78	c lits-rem:      3963  cl-subs:     8557  v-elim:      0  v-fix:    0  time: 40.24 s
1651.80/413.78	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
1652.60/413.92	c vivif2 --  cl tried   124289 cl shrink        0 lits rem          0 time: 0.55
1653.40/414.17	c asymm  cl-useful: 0/925/6148 lits-rem:0 time: 0.99
1653.40/414.18	c calculated reachability. Time: 0.00
1653.40/414.18	c  N dy 12133   2711740      1320      6148     99365    124289    309584   2896665     10.63   no data  --
1666.97/417.60	c  N dy 12230   2731888      1320      6148     99365     73626    309584    964530     10.63     11.27  --
1678.16/420.32	c  N dy 12322   2752144      1320      6148     99365     93427    309584   1644878     10.63     11.34  --
1690.12/423.31	c  N dy 12401   2772477      1320      6148     99365    113351    309584   2332150     10.63     11.28  --
1703.31/426.63	c  N dy 12500   2793530      1320      6148     99365    133969    309584   3076956     10.63     11.31  --
1716.11/429.84	c  N dy 12602   2813574      1320      6148     99365     82150    309584   1239595     10.63     11.29  --
1727.27/432.66	c  N dy 12688   2833614      1320      6148     99365    101775    309584   1923868     10.63     11.25  --
1739.63/435.73	c  N dy 12792   2853866      1320      6148     99365    121660    309584   2642873     10.64     11.25  --
1753.22/439.17	c  N dy 12887   2874243      1320      6148     99365    141615    309584   3332631     10.64     11.25  --
1766.80/442.52	c  N dy 12972   2895504      1320      6148     99365     89923    309584   1480480     10.63     11.32  --
1778.77/445.53	c  N dy 13059   2915539      1320      6148     99365    109538    309584   2180525     10.63     12.22  --
1791.94/448.82	c  N dy 13138   2935622      1320      6148     99365    129168    309584   2836997     10.63     11.34  --
1806.33/452.49	c  N dy 13228   2955699      1320      6148     99365     75436    309584    951594     10.63     11.47  --
1817.50/455.28	c  N dy 13313   2975920      1320      6148     99365     95228    309584   1653303     10.63     11.27  --
1829.90/458.34	c  N dy 13401   2995926      1320      6148     99365    114757    309584   2317560     10.63     11.21  --
1843.48/461.71	c  N dy 13484   3016241      1320      6148     99365    134622    309584   3013765     10.63     11.28  --
1857.03/465.10	c  N dy 13574   3036702      1320      6148     99365     80291    309584   1098864     10.63     11.35  --
1868.22/467.95	c  N dy 13674   3056781      1320      6148     99365     99965    309584   1774323     10.63     11.37  --
1881.39/471.24	c  N dy 13768   3077434      1320      6148     99365    120159    309584   2449347     10.63     11.20  --
1895.37/474.76	c  N dy 13854   3097506      1320      6148     99365    139842    309584   3166706     10.63     11.20  --
1909.37/478.21	c  N dy 13965   3117513      1320      6148     99365     84074    309584   1222585     10.64     11.22  --
1920.92/481.14	c  N dy 14067   3138300      1320      6148     99365    104460    309584   1933881     10.64     11.44  --
1933.70/484.34	c  N dy 14174   3158525      1320      6148     99365    124290    309584   2648567     10.64     11.22  --
1947.67/487.82	c  N dy 14277   3178714      1320      6148     99365    144033    309584   3314525     10.64     11.21  --
1960.85/491.19	c  N dy 14375   3198766      1320      6148     99365     87300    309584   1287507     10.64     11.46  --
1968.83/493.13	c  S st 14426   3211740      1320      6148     99365     99986    309584   1719191     10.64   no data  --
1969.23/493.21	c  S st 14426   3212244      1320      6148     99365    100490    309584   1739833     10.64   no data  --
1969.23/493.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1969.23/493.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1970.45/493.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.3M T:  1.19
1970.45/493.59	c bin-w-bin subsume rem            0 bins  time:  0.05 s
1975.61/494.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.14 s
1975.61/494.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
1976.02/494.90	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
1985.60/497.32	c lits-rem:       849  cl-subs:     3020  v-elim:      0  v-fix:    0  time:  9.67 s
1985.60/497.32	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
1986.00/497.41	c vivif2 --  cl tried    97470 cl shrink        0 lits rem          0 time: 0.35
1986.80/497.64	c asymm  cl-useful: 0/983/6148 lits-rem:0 time: 0.89
1986.80/497.64	c calculated reachability. Time: 0.00
1986.80/497.64	c  N dy 14426   3212244      1320      6148     99365     97470    309584   1692146     10.64   no data  --
1999.97/500.96	c  N dy 14503   3232698      1320      6148     99365    117437    309584   2369593     10.64     11.26  --
2012.75/504.11	c  N dy 14583   3252772      1320      6148     99365    137099    309584   3051183     10.64     11.59  --
2027.13/507.77	c  N dy 14684   3273100      1320      6148     99365     79708    309584   1008821     10.64     11.23  --
2039.10/510.71	c  N dy 14768   3293573      1320      6148     99365     99733    309584   1696189     10.64     11.23  --
2051.48/513.86	c  N dy 14860   3313871      1320      6148     99365    119585    309584   2376712     10.64     11.21  --
2065.45/517.30	c  N dy 14948   3334122      1320      6148     99365    139434    309584   3082589     10.64     11.34  --
2080.25/521.10	c  N dy 15037   3354151      1320      6148     99365     80722    309584   1027039     10.64     11.34  --
2092.61/524.12	c  N dy 15123   3374194      1320      6148     99365    100371    309584   1734454     10.64     12.47  --
2104.59/527.19	c  N dy 15197   3394322      1320      6148     99365    120040    309584   2413457     10.64     11.31  --
2117.76/530.42	c  N dy 15295   3414338      1320      6148     99365    139679    309584   3127335     10.64     13.02  --
2133.37/534.33	c  N dy 15381   3434433      1320      6148     99365     80065    309584    979105     10.64     11.29  --
2144.52/537.15	c  N dy 15467   3454640      1320      6148     99365     99840    309584   1672195     10.64     11.30  --
2156.49/540.13	c  N dy 15552   3474717      1320      6148     99365    119466    309584   2361180     10.64     11.28  --
2169.67/543.48	c  N dy 15672   3494778      1320      6148     99365    139089    309584   3064127     10.64     15.59  --
2184.84/547.22	c  N dy 15774   3515048      1320      6148     99365    158921    309584   3758410     10.64     11.35  --
2197.22/550.38	c  N dy 15850   3535170      1320      6148     99365     98376    309584   1592623     10.64     11.31  --
2210.00/553.54	c  N dy 15929   3555211      1320      6148     99365    118025    309584   2274609     10.64     11.62  --
2223.57/557.00	c  N dy 16027   3575411      1320      6148     99365    137773    309584   2935043     10.64     11.26  --
2237.54/560.48	c  N dy 16121   3595456      1320      6148     99365    157437    309584   3634584     10.64     11.36  --
2251.13/563.88	c  N dy 16216   3615706      1320      6148     99365     96058    309584   1506208     10.64     11.28  --
2264.71/567.28	c  N dy 16318   3635805      1320      6148     99365    115764    309584   2209391     10.64     11.23  --
2279.07/570.81	c  N dy 16412   3656415      1320      6148     99365    135963    309584   2904900     10.64     11.21  --
2293.85/574.50	c  N dy 16504   3676504      1320      6148     99365    155622    309584   3592387     10.64     11.21  --
2308.22/578.13	c  N dy 16598   3697182      1320      6148     99365     93522    309584   1368948     10.64     11.21  --
2317.42/580.48	c  S st 16670   3712245      1320      6148     99365    108324    309584   1857708     10.65   no data  --
2317.83/580.56	c  S st 16670   3712750      1320      6148     99365    108827    309584   1881477     10.65   no data  --
2317.83/580.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2317.83/580.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2319.00/580.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.9M T:  1.26
2319.40/580.97	c bin-w-bin subsume rem            0 bins  time:  0.05 s
2324.99/582.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.47 s
2324.99/582.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
2324.99/582.36	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
2335.40/584.95	c lits-rem:      1122  cl-subs:     3459  v-elim:      0  v-fix:    0  time: 10.32 s
2335.40/584.95	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
2335.76/585.05	c vivif2 --  cl tried   105368 cl shrink        0 lits rem          0 time: 0.40
2336.56/585.28	c asymm  cl-useful: 0/941/6148 lits-rem:0 time: 0.92
2336.56/585.29	c calculated reachability. Time: 0.00
2336.56/585.29	c  N dy 16670   3712750      1320      6148     99365    105368    309584   1826068     10.65   no data  --
2349.34/588.44	c  N dy 16765   3732807      1320      6148     99365    124939    309584   2485857     10.65     12.27  --
2363.32/591.93	c  F st 16859   3751565      1320      6148     99365    143276    309584   3119546     10.65   no data  --
2364.52/592.28	c  N st 16863   3753595      1320      6148     99365    145258    309584   3192396     10.65   no data  --
2379.69/596.06	c  N dy 16939   3773722      1320      6148     99365    164878    309584   3865764     10.65     11.29  --
2392.86/599.39	c  N dy 17049   3793742      1320      6148     99365    101333    309584   1635563     10.65     11.42  --
2405.67/602.54	c  N dy 17148   3813772      1320      6148     99365    120972    309584   2318878     10.65     11.24  --
2420.02/606.18	c  N dy 17243   3834363      1320      6148     99365    141128    309584   3000025     10.65     11.25  --
2437.98/610.60	c  N dy 17342   3855466      1320      6148     99365    161769    309584   3713738     10.65     11.27  --
2453.57/614.53	c  N dy 17441   3875724      1320      6148     99365     97475    309584   1472832     10.65     11.38  --
2467.16/617.99	c  N dy 17530   3895751      1320      6148     99365    117077    309584   2163718     10.65     11.27  --
2482.70/621.84	c  N dy 17610   3915849      1320      6148     99365    136738    309584   2826708     10.65     11.29  --
2498.67/625.82	c  N dy 17712   3935926      1320      6148     99365    156366    309584   3539888     10.65     11.22  --
2515.84/630.14	c  N dy 17807   3956033      1320      6148     99365     90910    309584   1217466     10.65     11.26  --
2528.25/633.26	c  N dy 17896   3976147      1320      6148     99365    110570    309584   1893383     10.65     11.25  --
2541.42/636.55	c  N dy 17982   3996155      1320      6148     99365    130138    309584   2579520     10.65     11.58  --
2556.57/640.32	c  N dy 18065   4018031      1320      6148     99365    151510    309584   3344901     10.65     11.31  --
2570.95/643.94	c  N dy 18145   4038131      1320      6148     99365    171220    309584   4023432     10.65     11.23  --
2583.72/647.17	c  N dy 18248   4058253      1320      6148     99365    104873    309584   1711731     10.65     11.23  --
2596.90/650.45	c  N dy 18342   4078541      1320      6148     99365    124730    309584   2404365     10.65     11.27  --
2610.87/653.98	c  N dy 18422   4098736      1320      6148     99365    144482    309584   3090161     10.65     11.24  --
2626.04/657.71	c  N dy 18527   4118910      1320      6148     99365    164172    309584   3770988     10.65     11.26  --
2641.22/661.58	c  N dy 18609   4138993      1320      6148     99365     96727    309584   1375975     10.65     12.92  --
2653.60/664.63	c  N dy 18702   4159044      1320      6148     99365    116346    309584   2063128     10.65     11.30  --
2667.17/668.02	c  N dy 18780   4179048      1320      6148     99365    135865    309584   2720993     10.65     11.35  --
2681.15/671.52	c  N dy 18881   4199102      1320      6148     99365    155497    309584   3427962     10.66     11.70  --
2691.53/674.15	c  S st 18937   4212751      1320      6148     99365    168832    309584   3884694     10.65   no data  --
2691.93/674.26	c  S st 18937   4213257      1320      6148     99365    169336    309584   3910600     10.65   no data  --
2691.93/674.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2691.93/674.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2693.52/674.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.7M T:  1.64
2694.32/674.83	c bin-w-bin subsume rem            0 bins  time:  0.05 s
2700.31/676.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.98 s
2700.31/676.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
2700.31/676.36	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
2779.37/696.16	c lits-rem:       101  cl-subs:    11118  v-elim:      0  v-fix:    0  time: 79.00 s
2779.37/696.17	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
2780.17/696.35	c vivif2 --  cl tried   158218 cl shrink        0 lits rem          0 time: 0.71
2781.37/696.60	c asymm  cl-useful: 0/968/6148 lits-rem:0 time: 1.00
2781.37/696.61	c calculated reachability. Time: 0.00
2781.37/696.61	c  N dy 18937   4213257      1320      6148     99365    158218    309584   3730246     10.65   no data  --
2797.34/700.60	c  N dy 19026   4233260      1320      6148     99365     89898    309584   1123631     10.66     11.33  --
2808.92/703.57	c  N dy 19092   4253379      1320      6148     99365    109459    309584   1772833     10.65     11.36  --
2822.10/706.90	c  N dy 19194   4273437      1320      6148     99365    129097    309584   2436042     10.65     11.76  --
2836.46/710.47	c  N dy 19289   4294034      1320      6148     99365    149230    309584   3137906     10.65     11.42  --
2851.64/714.27	c  N dy 19387   4314250      1320      6148     99365    168986    309584   3814161     10.65     11.45  --
2866.43/717.92	c  N dy 19486   4334264      1320      6148     99365     99745    309584   1467358     10.66     11.23  --
2878.79/721.04	c  N dy 19584   4354280      1320      6148     99365    119384    309584   2144601     10.66     12.65  --
2892.36/724.45	c  N dy 19695   4374338      1320      6148     99365    139008    309584   2826047     10.66     11.25  --
2906.74/728.09	c  N dy 19797   4394531      1320      6148     99365    158828    309584   3525956     10.66     11.23  --
2921.51/731.80	c  N dy 19888   4414619      1320      6148     99365    178492    309584   4232922     10.66     11.23  --
2935.09/735.12	c  N dy 19978   4434755      1320      6148     99365    108166    309584   1707171     10.66     11.23  --
2948.67/738.55	c  N dy 20062   4455552      1320      6148     99365    128508    309584   2397420     10.66     11.36  --
2963.47/742.24	c  N dy 20157   4475589      1320      6148     99365    148122    309584   3058911     10.66     11.26  --
2978.60/746.05	c  N dy 20251   4496159      1320      6148     99365    168276    309584   3784656     10.66     11.23  --
2994.97/750.13	c  N dy 20339   4516429      1320      6148     99365     97122    309584   1296799     10.66     11.24  --
3006.97/753.20	c  N dy 20416   4536522      1320      6148     99365    116783    309584   1967591     10.66     12.50  --
3021.73/756.81	c  N dy 20521   4556593      1320      6148     99365    136447    309584   2659856     10.66     11.30  --
3037.30/760.78	c  N dy 20622   4576629      1320      6148     99365    156049    309584   3324749     10.66     11.53  --
3052.48/764.59	c  N dy 20716   4596769      1320      6148     99365    175743    309584   4006671     10.66     11.23  --
3067.25/768.22	c  N dy 20816   4616812      1320      6148     99365    103392    309584   1496818     10.66     14.12  --
3080.03/771.42	c  N dy 20917   4636908      1320      6148     99365    123086    309584   2193467     10.66     13.90  --
3093.60/774.83	c  N dy 20992   4657377      1320      6148     99365    143156    309584   2899620     10.66     11.35  --
3107.99/778.42	c  N dy 21082   4677422      1320      6148     99365    162778    309584   3616827     10.66     14.53  --
3123.55/782.33	c  N dy 21156   4697749      1320      6148     99365    182649    309584   4289694     10.66     11.26  --
3134.76/785.13	c  S st 21233   4713257      1320      6148     99365    104829    309584   1529850     10.66     10.04  --
3135.13/785.21	c  S st 21233   4713760      1320      6148     99365    105331    309584   1551014     10.66   no data  --
3135.13/785.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3135.13/785.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3136.33/785.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.1M T:  1.38
3136.73/785.64	c bin-w-bin subsume rem            0 bins  time:  0.05 s
3141.92/786.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.06 s
3141.92/786.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
3141.92/786.93	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
3151.11/789.29	c lits-rem:       703  cl-subs:     1714  v-elim:      0  v-fix:    0  time:  9.41 s
3151.11/789.29	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
3151.51/789.38	c vivif2 --  cl tried   103617 cl shrink        0 lits rem          0 time: 0.35
3152.70/789.63	c asymm  cl-useful: 0/873/6148 lits-rem:0 time: 0.99
3152.70/789.63	c calculated reachability. Time: 0.00
3152.70/789.63	c  N dy 21233   4713760      1320      6148     99365    103617    309583   1524088     10.66   no data  --
3165.09/792.77	c  N dy 21313   4733808      1320      6148     99365    123216    309583   2192936     10.66     14.66  --
3179.45/796.32	c  N dy 21402   4753866      1320      6148     99365    142862    309583   2867806     10.66     18.32  --
3193.82/799.98	c  N dy 21493   4773936      1320      6148     99365    162514    309583   3549449     10.66     11.30  --
3210.59/804.11	c  N dy 21596   4793964      1320      6148     99365    182140    309583   4223412     10.66     15.44  --
3225.37/807.83	c  N dy 21682   4814044      1320      6148     99365    107786    309583   1613944     10.66     11.25  --
3238.55/811.17	c  N dy 21782   4834104      1320      6148     99365    127434    309583   2290803     10.67     11.23  --
3253.71/814.92	c  N dy 21875   4855075      1320      6148     99365    147957    309583   2999630     10.67     11.24  --
3268.49/818.65	c  N dy 21957   4875145      1320      6148     99365    167574    309583   3680469     10.66     11.28  --
3284.86/822.78	c  N dy 22065   4895146      1320      6148     99365    187177    309583   4356110     10.67     12.85  --
3300.04/826.56	c  N dy 22163   4915497      1320      6148     99365    112119    309583   1700325     10.67     11.23  --
3313.61/829.98	c  N dy 22252   4935555      1320      6148     99365    131760    309583   2369157     10.67     11.28  --
3328.01/833.52	c  N dy 22358   4955586      1320      6148     99365    151393    309583   3063185     10.67     11.30  --
3343.55/837.49	c  N dy 22442   4975622      1320      6148     99365    170965    309583   3712432     10.67     13.10  --
3360.33/841.65	c  N dy 22536   4995782      1320      6148     99365    190699    309583   4395010     10.67     11.23  --
3374.70/845.28	c  N dy 22642   5016278      1320      6148     99365    114835    309583   1796271     10.67     11.42  --
3388.27/848.66	c  N dy 22729   5036348      1320      6148     99365    134451    309583   2456383     10.67     11.25  --
3403.04/852.39	c  N dy 22821   5056809      1320      6148     99365    154434    309583   3138913     10.67     11.24  --
3419.02/856.39	c  N dy 22894   5076841      1320      6148     99365    174017    309583   3813729     10.67     11.27  --
3440.18/861.61	c  N dy 22973   5097334      1320      6148     99365     97193    309583   1169234     10.67     11.23  --
3452.96/864.88	c  N dy 23062   5118354      1320      6148     99365    117727    309583   1875296     10.67     11.52  --
3467.34/868.46	c  N dy 23137   5138739      1320      6148     99365    137693    309583   2541251     10.67     11.25  --
3481.73/872.03	c  N dy 23226   5158837      1320      6148     99365    157382    309583   3231921     10.67     11.30  --
3497.28/875.98	c  N dy 23316   5179043      1320      6148     99365    177122    309583   3893889     10.67     11.34  --
3514.85/880.38	c  N dy 23430   5199104      1320      6148     99365     98970    309583   1208782     10.67     11.26  --
3524.42/882.77	c  S st 23493   5213761      1320      6148     99365    113295    309583   1688549     10.67     10.46  --
3524.82/882.84	c  S st 23493   5214265      1320      6148     99365    113797    309583   1708923     10.67   no data  --
3524.82/882.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3524.82/882.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3526.01/883.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.7M T:  1.36
3526.41/883.27	c bin-w-bin subsume rem            0 bins  time:  0.05 s
3531.61/884.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.02 s
3531.61/884.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
3531.61/884.55	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
3541.20/886.90	c lits-rem:       599  cl-subs:     2639  v-elim:      0  v-fix:    0  time:  9.38 s
3541.20/886.90	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
3541.20/886.99	c vivif2 --  cl tried   111158 cl shrink        0 lits rem          0 time: 0.38
3542.40/887.24	c asymm  cl-useful: 0/887/6148 lits-rem:0 time: 0.99
3542.40/887.25	c calculated reachability. Time: 0.00
3542.40/887.25	c  N dy 23493   5214265      1320      6148     99365    111158    309583   1669890     10.67   no data  --
3557.17/890.91	c  N dy 23571   5234928      1320      6148     99365    131318    309583   2358503     10.67     11.30  --
3573.14/895.00	c  N dy 23680   5254933      1320      6148     99365    150943    309583   3029547     10.67     13.10  --
3590.31/899.23	c  N dy 23767   5275029      1320      6148     99365    170669    309583   3720211     10.67     11.32  --
3609.87/904.10	c  N dy 23858   5295089      1320      6148     99365    190187    309583   4358095     10.67     11.27  --
3627.04/908.43	c  N dy 23943   5315238      1320      6148     99365    111188    309583   1605610     10.67     11.27  --
3642.61/912.32	c  N dy 24032   5335796      1320      6148     99365    131324    309583   2281523     10.67     11.25  --
3657.78/916.18	c  N dy 24125   5355812      1320      6148     99365    150913    309583   2970405     10.67     12.80  --
3674.57/920.32	c  N dy 24221   5376559      1320      6148     99365    171260    309583   3683556     10.67     11.26  --
3690.53/924.38	c  N dy 24324   5396651      1320      6148     99365    190920    309583   4382777     10.67     11.97  --
3706.49/928.32	c  N dy 24404   5416661      1320      6148     99365    110668    309583   1575870     10.67     12.09  --
3719.67/931.66	c  N dy 24487   5436717      1320      6148     99365    130265    309583   2233790     10.67     11.30  --
3734.45/935.36	c  N dy 24570   5456967      1320      6148     99365    150084    309583   2906239     10.67     11.31  --
3750.41/939.39	c  N dy 24645   5478494      1320      6148     99365    171087    309583   3632663     10.67     11.32  --
3768.38/943.81	c  N dy 24743   5499374      1320      6148     99365    191469    309583   4324740     10.67     11.61  --
3784.38/947.85	c  N dy 24822   5519747      1320      6148     99365    110688    309583   1550770     10.67     11.26  --
3798.73/951.40	c  N dy 24936   5540310      1320      6148     99365    130804    309583   2253036     10.67     11.29  --
3813.10/955.09	c  N dy 25025   5560981      1320      6148     99365    150989    309583   2939839     10.67     11.26  --
3828.30/958.86	c  N dy 25123   5581022      1320      6148     99365    170522    309583   3605799     10.67     11.95  --
3845.05/963.06	c  N dy 25210   5601316      1320      6148     99365    190357    309583   4274479     10.67     11.25  --
3862.62/967.46	c  N dy 25307   5621542      1320      6148     99365    108493    309583   1467884     10.67     11.36  --
3875.80/970.78	c  N dy 25391   5641642      1320      6148     99365    128139    309583   2138250     10.67     14.22  --
3890.56/974.43	c  N dy 25480   5662569      1320      6148     99365    148603    309583   2847034     10.67     11.48  --
3906.14/978.38	c  N dy 25576   5682620      1320      6148     99365    168220    309583   3520185     10.67     11.32  --
3922.51/982.44	c  N dy 25675   5702785      1320      6148     99365    188025    309583   4222444     10.67     11.24  --
3932.10/984.82	c  S st 25724   5714265      1320      6148     99365    199288    309583   4631154     10.67     10.86  --
3932.50/984.93	c  S st 25724   5714766      1320      6148     99365    199787    309583   4654215     10.67   no data  --
3932.50/984.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
3932.50/984.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3934.49/985.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.9M T:  1.93
3935.29/985.60	c bin-w-bin subsume rem            0 bins  time:  0.05 s
3940.88/987.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.78 s
3940.88/987.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
3940.88/987.07	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
4064.26/1017.97	c lits-rem:       563  cl-subs:    12059  v-elim:      0  v-fix:    0  time: 123.15 s
4064.26/1017.97	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
4065.06/1018.19	c vivif2 --  cl tried   187728 cl shrink        0 lits rem          0 time: 0.88
4066.25/1018.46	c asymm  cl-useful: 0/985/6148 lits-rem:0 time: 1.04
4066.25/1018.47	c calculated reachability. Time: 0.00
4066.25/1018.47	c  N dy 25724   5714766      1320      6148     99365    187728    309583   4460296     10.67   no data  --
4083.81/1022.88	c  N dy 25822   5734801      1320      6148     99365    104745    309583   1300378     10.67     11.26  --
4096.99/1026.12	c  N dy 25907   5754843      1320      6148     99365    124326    309583   1960263     10.67     11.27  --
4111.37/1029.76	c  N dy 25989   5775243      1320      6148     99365    144216    309583   2625105     10.67     11.24  --
4126.55/1033.52	c  N dy 26092   5795422      1320      6148     99365    163997    309583   3308490     10.67     11.35  --
4142.11/1037.49	c  N dy 26208   5815463      1320      6148     99365    183650    309583   4010297     10.68     11.25  --
4159.68/1041.81	c  N dy 26312   5835660      1320      6148     99365    203384    309583   4687578     10.68     11.29  --
4174.46/1045.58	c  N dy 26398   5855689      1320      6148     99365    119299    309583   1794175     10.68     13.64  --
4189.23/1049.22	c  N dy 26495   5876402      1320      6148     99365    139548    309583   2503931     10.68     11.28  --
4204.80/1053.10	c  N dy 26576   5896646      1320      6148     99365    159318    309583   3163377     10.68     11.88  --
4221.17/1057.21	c  N dy 26674   5917061      1320      6148     99365    179307    309583   3856093     10.68     11.29  --
4237.94/1061.45	c  N dy 26772   5937362      1320      6148     99365    199164    309583   4544268     10.68     11.39  --
4254.74/1065.62	c  N dy 26853   5957410      1320      6148     99365    114165    309583   1582399     10.68     11.80  --
4268.29/1069.07	c  N dy 26936   5977428      1320      6148     99365    133733    309583   2245753     10.68     11.47  --
4284.67/1073.18	c  N dy 27029   5997859      1320      6148     99365    153653    309583   2916567     10.68     11.26  --
4302.23/1077.57	c  N dy 27127   6017863      1320      6148     99365    173167    309583   3583569     10.68     11.44  --
4320.63/1082.16	c  N dy 27224   6038106      1320      6148     99365    192963    309583   4272824     10.68     11.30  --
4341.36/1087.37	c  N dy 27331   6058363      1320      6148     99365    107256    309583   1327053     10.68     11.35  --
4356.12/1091.03	c  N dy 27425   6078496      1320      6148     99365    126968    309583   2014801     10.68     11.36  --
4372.50/1095.15	c  N dy 27520   6098550      1320      6148     99365    146593    309583   2664453     10.68     11.44  --
4388.87/1099.28	c  N dy 27605   6120144      1320      6148     99365    167684    309583   3371352     10.68     11.27  --
4406.84/1103.74	c  N dy 27695   6141171      1320      6148     99365    188236    309583   4039600     10.68     11.48  --
4424.81/1108.27	c  N dy 27795   6161201      1320      6148     99365    207788    309583   4716677     10.68     11.28  --
4443.61/1112.92	c  N dy 27880   6181287      1320      6148     99365    120894    309583   1765908     10.68     11.30  --
4460.34/1117.12	c  N dy 27982   6201469      1320      6148     99365    140639    309583   2434095     10.68     11.50  --
4472.32/1120.15	c  S st 28053   6214769      1320      6148     99365    153670    309583   2871909     10.68      9.54  --
4472.72/1120.26	c  S st 28053   6215271      1320      6148     99365    154171    309583   2893706     10.68   no data  --
4472.72/1120.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
4472.72/1120.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4475.11/1120.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.1M T:  2.24
4475.51/1120.97	c bin-w-bin subsume rem            0 bins  time:  0.05 s
4481.51/1122.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.02 s
4481.51/1122.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1320 time:  0.04 s
4481.51/1122.50	c Removed useless bin:       0  fixed:     0  props:   0.49M  time:  0.04 s
4517.86/1131.55	c lits-rem:      1481  cl-subs:     6443  v-elim:      0  v-fix:    0  time: 36.13 s
4517.86/1131.55	c vivif2 --  cl tried     6148 cl shrink        0 lits rem          0 time: 0.01
4518.64/1131.72	c vivif2 --  cl tried   147728 cl shrink        0 lits rem          0 time: 0.68
4519.84/1132.08	c asymm  cl-useful: 0/724/6148 lits-rem:0 time: 1.44
4519.84/1132.09	c calculated reachability. Time: 0.00
4519.84/1132.09	c  N dy 28053   6215271      1320      6148     99365    147728    309583   2791858     10.68   no data  --
4539.41/1136.97	c  N dy 28150   6235590      1320      6148     99365    167530    309583   3453948     10.68     11.26  --
4558.17/1141.63	c  N dy 28248   6256019      1320      6148     99365    187542    309583   4150648     10.68     11.32  --
4576.53/1146.28	c  N dy 28344   6276167      1320      6148     99365    207296    309583   4843231     10.68     11.27  --
4593.70/1150.51	c  N dy 28436   6296728      1320      6148     99365    119912    309583   1701966     10.68     11.31  --
4608.08/1154.13	c  N dy 28521   6316922      1320      6148     99365    139682    309583   2367545     10.68     11.31  --
4623.26/1157.95	c  N dy 28626   6337164      1320      6148     99365    159495    309583   3058978     10.68     11.31  --
4638.81/1161.87	c  N dy 28690   6357474      1320      6148     99365    179331    309583   3714913     10.68     11.36  --
4655.58/1166.03	c  N dy 28794   6377568      1320      6148     99365    199029    309583   4418292     10.68     12.05  --
4675.14/1170.90	c  N dy 28890   6398245      1320      6148     99365    110653    309583   1376908     10.68     11.25  --
4689.14/1174.48	c  N dy 28986   6418621      1320      6148     99365    130595    309583   2073963     10.68     11.29  --
4703.89/1178.18	c  N dy 29075   6438750      1320      6148     99365    150320    309583   2767703     10.68     11.40  --
4720.29/1182.25	c  N dy 29166   6459001      1320      6148     99365    170113    309583   3434745     10.68     11.34  --
4736.63/1186.38	c  N dy 29285   6479044      1320      6148     99365    189679    309583   4119732     10.69     11.26  --
4754.60/1190.81	c  N dy 29369   6499107      1320      6148     99365    209316    309583   4783614     10.69     18.64  --
4772.59/1195.35	c  N dy 29458   6519154      1320      6148     99365    119363    309583   1636230     10.69     11.25  --
4786.94/1198.94	c  N dy 29555   6539166      1320      6148     99365    138991    309583   2333119     10.69     11.30  --

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-3369369-1305391304/watcher-3369369-1305391304 -o /tmp/evaluation-result-3369369-1305391304/solver-3369369-1305391304 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369369-1305391304.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.11 8.05 7.46 6/241 7203
/proc/meminfo: memFree=18161116/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 412 0 0 0 1 0 0 0 22 0 4 0 650731136 52465664 352 33554432000 4194304 4650419 140734222370608 18446744073709551615 47633300080562 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 12809 352 303 112 0 7774 0
[pid=7203/tid=7204] ppid=7201 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 650731136 52465664 352 33554432000 4194304 4650419 140734222370608 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 650731136 52465664 352 33554432000 4194304 4650419 140734222370608 18446744073709551615 47633300080556 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 650731136 52465664 352 33554432000 4194304 4650419 140734222370608 18446744073709551615 47633300080566 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.010948 s]
/proc/loadavg: 8.11 8.05 7.46 6/241 7203
/proc/meminfo: memFree=18161116/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=281784 CPUtime=0.02 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 1692 0 0 0 2 0 0 0 23 0 4 0 650731136 288546816 1596 33554432000 4194304 4650419 140734222370608 18446744073709551615 222921438241 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 70446 1597 343 112 0 65411 0
[pid=7203/tid=7204] ppid=7201 vsize=281784 CPUtime=0 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 333 0 0 0 0 0 0 0 24 0 4 0 650731136 288546816 1597 33554432000 4194304 4650419 140734222370608 18446744073709551615 222921882094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=281784 CPUtime=0 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 319 0 0 0 0 0 0 0 24 0 4 0 650731136 288546816 1598 33554432000 4194304 4650419 140734222370608 18446744073709551615 222921882143 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=281784 CPUtime=0 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 292 0 0 0 0 0 0 0 24 0 4 0 650731136 288546816 1606 33554432000 4194304 4650419 140734222370608 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 281784

[startup+0.102181 s]
/proc/loadavg: 8.11 8.05 7.46 6/241 7203
/proc/meminfo: memFree=18161116/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=285344 CPUtime=0.37 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 6333 0 0 0 36 1 0 0 18 0 4 0 650731136 292192256 6228 33554432000 4194304 4650419 140734222370608 18446744073709551615 222921882143 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 71336 6540 387 112 0 66301 0
[pid=7203/tid=7204] ppid=7201 vsize=285344 CPUtime=0.09 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) D 7201 7203 6866 0 -1 4202560 1867 0 0 0 9 0 0 0 18 0 4 0 650731136 292192256 6798 33554432000 4194304 4650419 140734222370608 18446744073709551615 222921438241 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=285344 CPUtime=0.1 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) S 7201 7203 6866 0 -1 4202560 1757 0 0 0 10 0 0 0 18 0 4 0 650731136 292192256 6991 33554432000 4194304 4650419 140734222370608 18446744073709551615 222921882094 0 0 4096 2 18446604469526014976 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=285344 CPUtime=0.1 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 1157 0 0 0 10 0 0 0 18 0 4 0 650731136 292192256 7281 33554432000 4194304 4650419 140734222370608 18446744073709551615 4335843 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 285344

[startup+1.05876 s]
/proc/loadavg: 8.11 8.05 7.46 6/241 7203
/proc/meminfo: memFree=18161116/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=291092 CPUtime=4.19 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 14662 0 0 0 416 3 0 0 19 0 4 0 650731136 298078208 11024 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 72773 11024 392 112 0 67738 0
[pid=7203/tid=7204] ppid=7201 vsize=291092 CPUtime=1.04 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 3858 0 0 0 103 1 0 0 19 0 4 0 650731136 298078208 11024 33554432000 4194304 4650419 140734222370608 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=291092 CPUtime=1.04 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 3769 0 0 0 103 1 0 0 19 0 4 0 650731136 298078208 11024 33554432000 4194304 4650419 140734222370608 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=291092 CPUtime=1.04 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 2833 0 0 0 104 0 0 0 19 0 4 0 650731136 298078208 11024 33554432000 4194304 4650419 140734222370608 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 291092

[startup+1.15874 s]
/proc/loadavg: 8.11 8.05 7.46 6/241 7203
/proc/meminfo: memFree=18161116/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=291188 CPUtime=4.59 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 15146 0 0 0 456 3 0 0 19 0 4 0 650731136 298176512 10884 33554432000 4194304 4650419 140734222370608 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 72797 10884 392 112 0 67762 0
[pid=7203/tid=7204] ppid=7201 vsize=291188 CPUtime=1.14 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 3922 0 0 0 113 1 0 0 19 0 4 0 650731136 298176512 10884 33554432000 4194304 4650419 140734222370608 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=291188 CPUtime=1.14 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 3824 0 0 0 113 1 0 0 19 0 4 0 650731136 298176512 10884 33554432000 4194304 4650419 140734222370608 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=291188 CPUtime=1.14 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 3145 0 0 0 114 0 0 0 19 0 4 0 650731136 298176512 10884 33554432000 4194304 4650419 140734222370608 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 291188

[startup+1.50068 s]
/proc/loadavg: 8.11 8.05 7.46 6/241 7203
/proc/meminfo: memFree=18161116/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=291828 CPUtime=5.97 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 17097 0 0 0 593 4 0 0 19 0 4 0 650731136 298831872 11252 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 72957 11252 392 112 0 67922 0
[pid=7203/tid=7204] ppid=7201 vsize=291828 CPUtime=1.48 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 4461 0 0 0 147 1 0 0 19 0 4 0 650731136 298831872 11252 33554432000 4194304 4650419 140734222370608 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=291828 CPUtime=1.48 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 4346 0 0 0 147 1 0 0 19 0 4 0 650731136 298831872 11252 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=291828 CPUtime=1.48 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 3535 0 0 0 148 0 0 0 19 0 4 0 650731136 298831872 11252 33554432000 4194304 4650419 140734222370608 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 291828

[startup+3.10039 s]
/proc/loadavg: 8.18 8.07 7.47 9/245 7207
/proc/meminfo: memFree=18091328/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=301564 CPUtime=12.35 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 25738 0 0 0 1229 6 0 0 24 0 4 0 650731136 308801536 16794 33554432000 4194304 4650419 140734222370608 18446744073709551615 4436177 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 75391 16794 394 112 0 70356 0
[pid=7203/tid=7204] ppid=7201 vsize=301564 CPUtime=3.06 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 7096 0 0 0 305 1 0 0 25 0 4 0 650731136 308801536 16794 33554432000 4194304 4650419 140734222370608 18446744073709551615 4436180 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=301564 CPUtime=3.08 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 5976 0 0 0 306 2 0 0 25 0 4 0 650731136 308801536 16794 33554432000 4194304 4650419 140734222370608 18446744073709551615 4370633 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=301564 CPUtime=3.08 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 5404 0 0 0 308 0 0 0 25 0 4 0 650731136 308801536 16794 33554432000 4194304 4650419 140734222370608 18446744073709551615 4333710 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 301564

[startup+6.3088 s]
/proc/loadavg: 8.16 8.07 7.47 9/245 7207
/proc/meminfo: memFree=18055480/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=301744 CPUtime=25.16 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 34722 0 0 0 2508 8 0 0 25 0 4 0 650731136 308985856 23779 33554432000 4194304 4650419 140734222370608 18446744073709551615 4436163 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 75436 23779 394 112 0 70401 0
[pid=7203/tid=7204] ppid=7201 vsize=301744 CPUtime=6.25 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 8422 0 0 0 624 1 0 0 25 0 4 0 650731136 308985856 23779 33554432000 4194304 4650419 140734222370608 18446744073709551615 4364856 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=301744 CPUtime=6.29 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 8775 0 0 0 627 2 0 0 25 0 4 0 650731136 308985856 23779 33554432000 4194304 4650419 140734222370608 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=301744 CPUtime=6.29 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 8015 0 0 0 628 1 0 0 25 0 4 0 650731136 308985856 23779 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 301744

[startup+12.7006 s]
/proc/loadavg: 8.15 8.07 7.48 9/245 7207
/proc/meminfo: memFree=18030208/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=283312 CPUtime=50.68 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 48768 0 0 0 5057 11 0 0 25 0 4 0 650731136 290111488 31126 33554432000 4194304 4650419 140734222370608 18446744073709551615 4436163 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 70828 31126 394 112 0 65793 0
[pid=7203/tid=7204] ppid=7201 vsize=283312 CPUtime=12.61 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 12800 0 0 0 1258 3 0 0 25 0 4 0 650731136 290111488 31126 33554432000 4194304 4650419 140734222370608 18446744073709551615 4313467 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=283312 CPUtime=12.68 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 12811 0 0 0 1265 3 0 0 25 0 4 0 650731136 290111488 31126 33554432000 4194304 4650419 140734222370608 18446744073709551615 4439586 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=283312 CPUtime=12.68 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 11745 0 0 0 1266 2 0 0 25 0 4 0 650731136 290111488 31126 33554432000 4194304 4650419 140734222370608 18446744073709551615 4436434 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 283312

[startup+25.5003 s]
/proc/loadavg: 8.20 8.08 7.49 9/245 7207
/proc/meminfo: memFree=17976888/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=425016 CPUtime=101.78 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 71450 0 0 0 10162 16 0 0 25 0 4 0 650731136 435216384 38198 33554432000 4194304 4650419 140734222370608 18446744073709551615 4333991 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 106254 38198 394 112 0 101219 0
[pid=7203/tid=7204] ppid=7201 vsize=425016 CPUtime=25.31 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 18957 0 0 0 2527 4 0 0 25 0 4 0 650731136 435216384 38198 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=425016 CPUtime=25.48 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 18236 0 0 0 2543 5 0 0 25 0 4 0 650731136 435216384 38198 33554432000 4194304 4650419 140734222370608 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=425016 CPUtime=25.49 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 19594 0 0 0 2545 4 0 0 25 0 4 0 650731136 435216384 38198 33554432000 4194304 4650419 140734222370608 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 425016

[startup+51.1006 s]
/proc/loadavg: 8.13 8.07 7.50 9/245 7208
/proc/meminfo: memFree=17949400/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=479920 CPUtime=204.01 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 115996 0 0 0 20374 27 0 0 25 0 4 0 650731136 491438080 52711 33554432000 4194304 4650419 140734222370608 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 119980 52711 394 112 0 114945 0
[pid=7203/tid=7204] ppid=7201 vsize=479920 CPUtime=50.72 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 31645 0 0 0 5066 6 0 0 25 0 4 0 650731136 491438080 52712 33554432000 4194304 4650419 140734222370608 18446744073709551615 4436434 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=479920 CPUtime=51.08 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 29036 0 0 0 5100 8 0 0 25 0 4 0 650731136 491438080 52712 33554432000 4194304 4650419 140734222370608 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=479920 CPUtime=51.09 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 34640 0 0 0 5101 8 0 0 25 0 4 0 650731136 491438080 52712 33554432000 4194304 4650419 140734222370608 18446744073709551615 4366616 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 479920

[startup+102.3 s]
/proc/loadavg: 8.10 8.07 7.53 9/245 7209
/proc/meminfo: memFree=17870492/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=505652 CPUtime=408.43 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 193746 0 0 0 40797 46 0 0 25 0 4 0 650731136 517787648 58584 33554432000 4194304 4650419 140734222370608 18446744073709551615 4331032 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 126413 58584 394 112 0 121378 0
[pid=7203/tid=7204] ppid=7201 vsize=505652 CPUtime=101.55 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 54127 0 0 0 10143 12 0 0 25 0 4 0 650731136 517787648 58584 33554432000 4194304 4650419 140734222370608 18446744073709551615 4314781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=505652 CPUtime=102.28 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 50741 0 0 0 10215 13 0 0 25 0 4 0 650731136 517787648 58584 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=505652 CPUtime=102.28 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 54944 0 0 0 10216 12 0 0 25 0 4 0 650731136 517787648 58584 33554432000 4194304 4650419 140734222370608 18446744073709551615 4368171 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.43
Current children cumulated vsize (KiB) 505652

[startup+162.3 s]

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

[pid=7203] ppid=7201 vsize=855080 CPUtime=2564.55 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 716283 0 0 0 256231 224 0 0 25 0 4 0 650731136 875601920 135806 33554432000 4194304 4650419 140734222370608 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 213770 135806 394 112 0 208735 0
[pid=7203/tid=7204] ppid=7201 vsize=855080 CPUtime=637.63 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 182103 0 0 0 63709 54 0 0 25 0 4 0 650731136 875601920 135806 33554432000 4194304 4650419 140734222370608 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=855080 CPUtime=642.29 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 208240 0 0 0 64160 69 0 0 25 0 4 0 650731136 875601920 135806 33554432000 4194304 4650419 140734222370608 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=855080 CPUtime=642.3 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 182180 0 0 0 64177 53 0 0 25 0 4 0 650731136 875601920 135807 33554432000 4194304 4650419 140734222370608 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2564.55
Current children cumulated vsize (KiB) 855080

[startup+702.301 s]
/proc/loadavg: 8.18 8.13 7.80 9/245 7225
/proc/meminfo: memFree=17363120/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=782312 CPUtime=2804.12 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 785545 0 0 0 280164 248 0 0 25 0 4 0 650731136 801087488 130335 33554432000 4194304 4650419 140734222370608 18446744073709551615 4363346 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 195578 130335 394 112 0 190543 0
[pid=7203/tid=7204] ppid=7201 vsize=782312 CPUtime=697.21 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 197259 0 0 0 69661 60 0 0 25 0 4 0 650731136 801087488 130335 33554432000 4194304 4650419 140734222370608 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=782312 CPUtime=702.3 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 228916 0 0 0 70152 78 0 0 25 0 4 0 650731136 801087488 130335 33554432000 4194304 4650419 140734222370608 18446744073709551615 4368180 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=782312 CPUtime=702.3 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 194846 0 0 0 70173 57 0 0 25 0 4 0 650731136 801087488 130335 33554432000 4194304 4650419 140734222370608 18446744073709551615 4328450 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2804.12
Current children cumulated vsize (KiB) 782312

[startup+762.301 s]
/proc/loadavg: 8.11 8.11 7.82 9/245 7227
/proc/meminfo: memFree=17330708/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=925676 CPUtime=3043.69 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 849829 0 0 0 304099 270 0 0 25 0 4 0 650731136 947892224 144193 33554432000 4194304 4650419 140734222370608 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 231419 144193 394 112 0 226384 0
[pid=7203/tid=7204] ppid=7201 vsize=925676 CPUtime=756.76 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 211882 0 0 0 75612 64 0 0 25 0 4 0 650731136 947892224 144193 33554432000 4194304 4650419 140734222370608 18446744073709551615 4333593 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=925676 CPUtime=762.3 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 247864 0 0 0 76146 84 0 0 25 0 4 0 650731136 947892224 144193 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=925676 CPUtime=762.3 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 209029 0 0 0 76167 63 0 0 25 0 4 0 650731136 947892224 144193 33554432000 4194304 4650419 140734222370608 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3043.69
Current children cumulated vsize (KiB) 925676

[startup+822.301 s]
/proc/loadavg: 8.08 8.11 7.83 9/245 7229
/proc/meminfo: memFree=17235164/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=955592 CPUtime=3283.26 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 904411 0 0 0 328034 292 0 0 25 0 4 0 650731136 978526208 143071 33554432000 4194304 4650419 140734222370608 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 238898 143072 394 112 0 233863 0
[pid=7203/tid=7204] ppid=7201 vsize=955592 CPUtime=816.34 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 223787 0 0 0 81565 69 0 0 25 0 4 0 650731136 978526208 143072 33554432000 4194304 4650419 140734222370608 18446744073709551615 4363709 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=955592 CPUtime=822.3 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 266038 0 0 0 82139 91 0 0 25 0 4 0 650731136 978526208 143072 33554432000 4194304 4650419 140734222370608 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=955592 CPUtime=822.31 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 221581 0 0 0 82163 68 0 0 25 0 4 0 650731136 978526208 143072 33554432000 4194304 4650419 140734222370608 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3283.26
Current children cumulated vsize (KiB) 955592

[startup+882.301 s]
/proc/loadavg: 7.99 8.07 7.83 9/245 7261
/proc/meminfo: memFree=17902284/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=832304 CPUtime=3522.82 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 951303 0 0 0 351973 309 0 0 25 0 4 0 650731136 852279296 140071 33554432000 4194304 4650419 140734222370608 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 208076 140071 394 112 0 203041 0
[pid=7203/tid=7204] ppid=7201 vsize=832304 CPUtime=875.9 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 238248 0 0 0 87516 74 0 0 25 0 4 0 650731136 852279296 140071 33554432000 4194304 4650419 140734222370608 18446744073709551615 4334352 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=832304 CPUtime=882.3 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 280506 0 0 0 88132 98 0 0 25 0 4 0 650731136 852279296 140071 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=832304 CPUtime=882.3 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 229974 0 0 0 88159 71 0 0 25 0 4 0 650731136 852279296 140071 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3522.82
Current children cumulated vsize (KiB) 832304

[startup+942.301 s]
/proc/loadavg: 8.04 8.07 7.84 9/245 7263
/proc/meminfo: memFree=17787148/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=1006040 CPUtime=3762.41 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 995755 0 0 0 375912 329 0 0 25 0 4 0 650731136 1030184960 150279 33554432000 4194304 4650419 140734222370608 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 251510 150279 394 112 0 246475 0
[pid=7203/tid=7204] ppid=7201 vsize=1006040 CPUtime=935.46 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 253370 0 0 0 93466 80 0 0 25 0 4 0 650731136 1030184960 150280 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=1006040 CPUtime=942.31 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 288727 0 0 0 94131 100 0 0 25 0 4 0 650731136 1030184960 150280 33554432000 4194304 4650419 140734222370608 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=1006040 CPUtime=942.32 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 240433 0 0 0 94157 75 0 0 25 0 4 0 650731136 1030184960 150280 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365410 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3762.41
Current children cumulated vsize (KiB) 1006040

[startup+1002.3 s]
/proc/loadavg: 8.05 8.07 7.85 9/245 7264
/proc/meminfo: memFree=17696692/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=1057864 CPUtime=4001.97 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 1054552 0 0 0 399848 349 0 0 25 0 4 0 650731136 1083252736 155692 33554432000 4194304 4650419 140734222370608 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 264466 155692 394 112 0 259431 0
[pid=7203/tid=7204] ppid=7201 vsize=1057864 CPUtime=995.03 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 262315 0 0 0 99419 84 0 0 25 0 4 0 650731136 1083252736 155692 33554432000 4194304 4650419 140734222370608 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=1057864 CPUtime=1002.31 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 306984 0 0 0 100124 107 0 0 25 0 4 0 650731136 1083252736 155692 33554432000 4194304 4650419 140734222370608 18446744073709551615 4334212 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=1057864 CPUtime=1002.32 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 256525 0 0 0 100152 80 0 0 25 0 4 0 650731136 1083252736 155692 33554432000 4194304 4650419 140734222370608 18446744073709551615 4229517 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4001.97
Current children cumulated vsize (KiB) 1057864

[startup+1062.31 s]
/proc/loadavg: 8.05 8.07 7.86 9/245 7266
/proc/meminfo: memFree=17683012/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=1060456 CPUtime=4241.56 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 1225145 0 0 0 423776 380 0 0 25 0 4 0 650731136 1085906944 150426 33554432000 4194304 4650419 140734222370608 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 265114 150427 394 112 0 260079 0
[pid=7203/tid=7204] ppid=7201 vsize=1060456 CPUtime=1054.6 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 269834 0 0 0 105373 87 0 0 25 0 4 0 650731136 1085906944 150427 33554432000 4194304 4650419 140734222370608 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=1060456 CPUtime=1062.32 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 324657 0 0 0 106119 113 0 0 25 0 4 0 650731136 1085906944 150427 33554432000 4194304 4650419 140734222370608 18446744073709551615 4334889 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=1060456 CPUtime=1062.32 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 270446 0 0 0 106147 85 0 0 25 0 4 0 650731136 1085906944 150427 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4241.56
Current children cumulated vsize (KiB) 1060456

[startup+1122.3 s]
/proc/loadavg: 8.06 8.07 7.87 9/245 7268
/proc/meminfo: memFree=17620860/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=1061904 CPUtime=4481.11 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 1552967 0 0 0 447672 439 0 0 25 0 4 0 650731136 1087389696 156307 33554432000 4194304 4650419 140734222370608 18446744073709551615 4436163 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 265476 156307 394 112 0 260441 0
[pid=7203/tid=7204] ppid=7201 vsize=1061904 CPUtime=1114.16 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 492502 0 0 0 111297 119 0 0 25 0 4 0 650731136 1087389696 156307 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=1061904 CPUtime=1122.31 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 337954 0 0 0 112113 118 0 0 25 0 4 0 650731136 1087389696 156307 33554432000 4194304 4650419 140734222370608 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=1061904 CPUtime=1122.32 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 350513 0 0 0 112131 101 0 0 25 0 4 0 650731136 1087389696 156307 33554432000 4194304 4650419 140734222370608 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4481.11
Current children cumulated vsize (KiB) 1061904

[startup+1182.3 s]
/proc/loadavg: 8.09 8.08 7.89 9/245 7278
/proc/meminfo: memFree=17593164/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=915352 CPUtime=4720.66 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 1599097 0 0 0 471610 456 0 0 25 0 4 0 650731136 937320448 157472 33554432000 4194304 4650419 140734222370608 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 228838 157472 394 112 0 223803 0
[pid=7203/tid=7204] ppid=7201 vsize=915352 CPUtime=1173.72 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 504286 0 0 0 117248 124 0 0 25 0 4 0 650731136 937320448 157472 33554432000 4194304 4650419 140734222370608 18446744073709551615 222921444283 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=915352 CPUtime=1182.31 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 350874 0 0 0 118107 124 0 0 25 0 4 0 650731136 937320448 157472 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=915352 CPUtime=1182.31 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 357710 0 0 0 118129 102 0 0 25 0 4 0 650731136 937320448 157472 33554432000 4194304 4650419 140734222370608 18446744073709551615 4329287 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4720.66
Current children cumulated vsize (KiB) 915352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 8.19 8.11 7.90 9/245 7279
/proc/meminfo: memFree=17567240/32951124 swapFree=66522240/67111528
[pid=7203] ppid=7201 vsize=980972 CPUtime=4800.13 cores=1,3,5,7
/proc/7203/stat : 7203 (strangenight1-m) R 7201 7203 6866 0 -1 4202496 1615460 0 0 0 479553 460 0 0 25 0 4 0 650731136 1004515328 165572 33554432000 4194304 4650419 140734222370608 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/7203/statm: 245243 165572 394 112 0 240208 0
[pid=7203/tid=7204] ppid=7201 vsize=980972 CPUtime=1193.48 cores=1,3,5,7
/proc/7203/task/7204/stat : 7204 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 507687 0 0 0 119223 125 0 0 25 0 4 0 650731136 1004515328 165572 33554432000 4194304 4650419 140734222370608 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7203/tid=7205] ppid=7201 vsize=980972 CPUtime=1202.21 cores=1,3,5,7
/proc/7203/task/7205/stat : 7205 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 356963 0 0 0 120096 125 0 0 25 0 4 0 650731136 1004515328 165572 33554432000 4194304 4650419 140734222370608 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7203/tid=7206] ppid=7201 vsize=980972 CPUtime=1202.22 cores=1,3,5,7
/proc/7203/task/7206/stat : 7206 (strangenight1-m) R 7201 7203 6866 0 -1 4202560 359350 0 0 0 120119 103 0 0 25 0 4 0 650731136 1004515328 165572 33554432000 4194304 4650419 140734222370608 18446744073709551615 4314837 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 980972

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): 1202.24
CPU time (s): 4800.19
CPU user time (s): 4795.56
CPU system time (s): 4.63329
CPU usage (%): 399.27
Max. virtual memory (cumulated for all children) (KiB): 1127308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.56
system time used= 4.6333
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1615466
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= 3993
involuntary context switches= 31897

runsolver used 2.39963 second user time and 6.38203 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 18:41:44
IDJOB=3369369
IDBENCH=71315
IDSOLVER=1846
FILE ID=node109/3369369-1305391304
RUNJOBID= node109-1305389290-6885
PBS_JOBID= 13324441
Free space on /tmp= 73220 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1375c111739g6.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369369-1305391304/watcher-3369369-1305391304 -o /tmp/evaluation-result-3369369-1305391304/solver-3369369-1305391304 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369369-1305391304.cnf

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

MD5SUM BENCH= c7c04151ac14a13eb4a03259d055e119
RANDOM SEED=1791772634

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18161396 kB
Buffers:        274732 kB
Cached:        2944440 kB
SwapCached:      19100 kB
Active:        6851780 kB
Inactive:      7706880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18161396 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:            7648 kB
Writeback:           0 kB
AnonPages:    11326656 kB
Mapped:          18704 kB
Slab:           136556 kB
PageTables:      31472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18425560 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= 73212 MiB
End job on node109 at 2011-05-14 19:01:48