Trace number 3366744

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.31 1203.91

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x39.cnf
MD5SUMe7679ca49bb432c9b90305d907365c4e
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 variables3276
Number of clauses628173
Sum of the clauses size2502864
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24914
Number of clauses of size 30
Number of clauses of size 4623259
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366744-1305413271.cnf'
0.00/0.01	c -- header says num vars:           3276
0.00/0.01	c -- header says num clauses:      628173
0.55/0.21	c -- clauses added:            0 learnts,       628173 normals,            0 xors
0.55/0.21	c -- vars added       3276
0.55/0.21	c Parsing time:  0.10 s
0.55/0.21	c  N st     0         0      3276    623259      4914         0   2502864         0   no data   no data
0.55/0.39	c asymm  cl-useful: 0/9666/623259 lits-rem:0 time: 0.16
1.34/0.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.7M T:  0.10
2.18/0.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.18/0.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.18/0.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
2.18/0.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   3276 time:  0.00 s
2.18/0.70	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
60.24/15.21	c lits-rem:         0  cl-subs:        0  v-elim:    819  v-fix:    0  time: 14.40 s
60.24/15.21	c Finding binary XORs  T:     0.00 s  found:       0
62.24/15.71	c Finding non-binary XORs:     0.46 s (found:       0, avg size: nan)
62.24/15.71	c calculated reachability. Time: 0.00
62.24/15.74	c Calc default polars -  time:   0.03 s pos:       0 undec:     819 neg:    2457
62.24/15.74	c =========================================================================================
62.24/15.74	c types(t): F = full restart, N = normal restart
62.24/15.74	c types(t): S = simplification begin/end, E = solution found
62.24/15.74	c restart types(rt): st = static, dy = dynamic
62.24/15.74	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
62.24/15.74	c  B st     0         0      2457    622440      2457         0   3739554         0   no data   no data
63.03/15.99	c  N dy    20      4038      2457    622440      2457      4025   3739554    207166     34.54     36.84
64.28/16.24	c  N dy    52      8095      2457    622440      2457      8078   3739554    412601     36.23     38.62
65.02/16.49	c  N dy    81     12132      2457    622440      2457     12113   3739554    627469     37.06     39.48
66.22/16.73	c  N dy   110     16325      2457    622440      2457     16302   3739554    854419     37.51     39.77
67.42/17.06	c  N dy   139     20429      2457    622440      2457     10419   3739554    255906     37.85     40.95
68.24/17.27	c  N dy   168     24442      2457    622440      2457     14429   3739554    468275     37.91     45.44
68.24/17.30	c  F st   172     25000      2457    622440      2457     14986   3739554    497180     37.88     39.35
69.80/17.65	c  N dy   178     30000      2457    622440      2457     19954   3739554    832899     37.88   no data
69.80/17.65	c  S st   178     30000      2457    622440      2457     19954   3739554    832899     37.88   no data
71.40/18.03	c  S st   178     30503      2457    622440      2457     20456   3739554    867168     37.88   no data
71.40/18.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
72.62/18.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.1M T:  0.28
73.03/18.48	c blocked clauses removed:        0 vars:      0 tried:        2457 T: 0.00 s
73.03/18.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.38/18.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
73.38/18.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
73.38/18.59	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
93.73/23.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  5.00 s
94.13/23.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.17 s
120.45/30.40	c lits-rem:        23  cl-subs:       65  v-elim:      0  v-fix:    0  time:  6.49 s
122.04/30.72	c asymm  cl-useful: 0/4987/622440 lits-rem:0 time: 0.32
122.04/30.74	c calculated reachability. Time: 0.00
122.04/30.74	c  N dy   178     30503      2457    622440      2457     20391   3739554    859391     37.88   no data
123.24/31.00	c  N dy   201     34616      2457    622440      2457     24495   3739554   1075401     37.77     40.52
124.04/31.25	c  N dy   223     38649      2457    622440      2457     28522   3739554   1286348     37.65     39.63
125.25/31.54	c  N dy   251     42718      2457    622440      2457     17121   3739554    413986     37.67     40.11
125.68/31.69	c  S st   269     45754      2457    622440      2457     20153   3739554    566223     37.54     36.01
127.63/32.11	c  S st   269     46255      2457    622440      2457     20654   3739554    600784     37.54   no data
127.63/32.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
128.83/32.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.9M T:  0.29
129.23/32.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
129.23/32.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
129.64/32.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
129.64/32.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
129.64/32.67	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
147.97/37.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.55 s
148.37/37.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
170.70/42.95	c lits-rem:        10  cl-subs:        9  v-elim:      0  v-fix:    0  time:  5.52 s
171.10/43.02	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
171.10/43.03	c vivif2 --  cl tried    20645 cl shrink        0 lits rem          0 time: 0.01
172.30/43.39	c asymm  cl-useful: 0/5081/622440 lits-rem:0 time: 0.36
172.70/43.41	c calculated reachability. Time: 0.00
172.70/43.41	c  N dy   269     46255      2457    622440      2457     20645   3739554    599751     37.54   no data
173.94/43.73	c  N dy   299     50436      2457    622440      2457     24819   3739554    826052     37.65     39.83
174.69/43.97	c  N dy   326     54587      2457    622440      2457     28960   3739554   1043293     37.62     39.80
175.48/44.19	c  N dy   348     58621      2457    622440      2457     32987   3739554   1245788     37.47     40.53
176.68/44.43	c  N dy   372     62650      2457    622440      2457     37014   3739554   1453065     37.36     39.35
177.48/44.68	c  N dy   395     66672      2457    622440      2457     22322   3739554    552330     37.33     39.98
178.32/44.83	c  S st   412     69383      2457    622440      2457     25031   3739554    695163     37.35   no data
179.86/45.28	c  S st   412     69886      2457    622440      2457     25534   3739554    731183     37.35   no data
180.26/45.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
181.07/45.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.8M T:  0.29
181.87/45.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
181.87/45.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
182.28/45.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
182.28/45.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
182.28/45.84	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
199.83/50.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.41 s
200.25/50.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
221.34/55.64	c lits-rem:         5  cl-subs:       25  v-elim:      0  v-fix:    0  time:  5.17 s
221.34/55.71	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
221.76/55.72	c vivif2 --  cl tried    25509 cl shrink        0 lits rem          0 time: 0.02
222.93/56.03	c asymm  cl-useful: 0/4820/622440 lits-rem:0 time: 0.31
222.93/56.05	c calculated reachability. Time: 0.00
222.93/56.05	c  N dy   412     69886      2457    622440      2457     25509   3739554    728315     37.35   no data
224.13/56.36	c  N dy   442     74500      2457    622440      2457     30115   3739554    969240     37.31     39.58
225.33/56.67	c  N dy   474     79340      2457    622440      2457     34952   3739554   1225456     37.34     39.60
226.92/57.00	c  N dy   507     84453      2457    622440      2457     40061   3739554   1489069     37.33     39.95
227.72/57.29	c  F st   525     87502      2457    622440      2457     22270   3739554    452943     37.32   no data
228.92/57.56	c  N st   530     90798      2457    622440      2457     25557   3739554    677828     37.32   no data
230.12/57.90	c  N dy   557     96597      2457    622440      2457     31339   3739554   1024885     37.30     52.43
232.11/58.32	c  N dy   597    102877      2457    622440      2457     37611   3739554   1361398     37.32     41.77
232.51/58.44	c  S st   609    104830      2457    622440      2457     39561   3739554   1465048     37.31     31.40
234.51/58.91	c  S st   609    105337      2457    622440      2457     40068   3739554   1505698     37.31   no data
234.51/58.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
235.69/59.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.0M T:  0.33
236.49/59.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.49/59.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.89/59.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
236.89/59.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
236.89/59.54	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
256.44/64.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.94 s
258.03/64.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.34 s
293.52/73.75	c lits-rem:        37  cl-subs:      129  v-elim:      0  v-fix:    0  time:  8.77 s
293.92/73.81	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
293.92/73.84	c vivif2 --  cl tried    39939 cl shrink        0 lits rem          0 time: 0.03
295.13/74.11	c asymm  cl-useful: 0/4687/622440 lits-rem:0 time: 0.26
295.13/74.13	c calculated reachability. Time: 0.00
295.13/74.13	c  N dy   609    105337      2457    622440      2457     39939   3739554   1489109     37.31   no data
296.76/74.59	c  N dy   657    112108      2457    622440      2457     24308   3739554    491551     37.38     40.19
298.31/74.97	c  N dy   701    119324      2457    622440      2457     31521   3739554    868106     37.37     48.01
300.31/75.43	c  N dy   759    126956      2457    622440      2457     39141   3739554   1286727     37.48     40.80
302.29/75.94	c  N dy   813    135142      2457    622440      2457     47318   3739554   1726984     37.53     39.62
304.70/76.50	c  N dy   870    143801      2457    622440      2457     32272   3739554    866471     37.59     39.70
306.68/77.01	c  N dy   928    153029      2457    622440      2457     41491   3739554   1365936     37.60     40.24
307.48/77.30	c  S st   959    158006      2457    622440      2457     46460   3739554   1633847     37.60     32.40
309.49/77.72	c  S st   959    158510      2457    622440      2457     46964   3739554   1668893     37.60   no data
309.49/77.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
310.66/78.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.3M T:  0.31
311.06/78.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
311.06/78.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
311.87/78.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
311.87/78.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
311.87/78.30	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
327.81/82.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  4.09 s
329.42/82.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.35 s
371.34/93.30	c lits-rem:        24  cl-subs:       49  v-elim:      0  v-fix:    0  time: 10.40 s
371.68/93.36	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
372.08/93.40	c vivif2 --  cl tried    46915 cl shrink        0 lits rem          0 time: 0.03
373.28/93.73	c asymm  cl-useful: 0/5499/622440 lits-rem:0 time: 0.33
373.28/93.75	c calculated reachability. Time: 0.00
373.28/93.75	c  N dy   959    158510      2457    622440      2457     46915   3739554   1662781     37.60   no data
376.06/94.41	c  N dy  1024    168669      2457    622440      2457     32232   3739554    801904     37.57     39.90
378.47/95.04	c  N dy  1096    179508      2457    622440      2457     43055   3739554   1388346     37.60     39.77
381.66/95.86	c  N dy  1177    191030      2457    622440      2457     28660   3739554    562383     37.61     39.97
384.49/96.55	c  N dy  1259    203309      2457    622440      2457     40920   3739554   1226647     37.63     40.39
387.64/97.39	c  N dy  1347    216412      2457    622440      2457     27079   3739554    436270     37.64     40.83
390.83/98.17	c  N dy  1442    230622      2457    622440      2457     41277   3739554   1191975     37.64     40.66
392.84/98.62	c  S st  1494    237765      2457    622440      2457     48413   3739554   1582979     37.67     38.85
394.42/99.05	c  S st  1494    238269      2457    622440      2457     48916   3739554   1623044     37.67   no data
394.42/99.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
395.61/99.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.6M T:  0.32
396.41/99.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
396.41/99.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
396.81/99.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
396.81/99.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
396.81/99.64	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
412.36/103.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.94 s
413.96/103.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.36 s
455.43/114.37	c lits-rem:        19  cl-subs:       34  v-elim:      0  v-fix:    0  time: 10.28 s
455.83/114.43	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
455.83/114.47	c vivif2 --  cl tried    48882 cl shrink        0 lits rem          0 time: 0.03
457.03/114.79	c asymm  cl-useful: 0/5590/622440 lits-rem:0 time: 0.32
457.43/114.81	c calculated reachability. Time: 0.00
457.43/114.81	c  N dy  1494    238269      2457    622440      2457     48882   3739554   1618754     37.67   no data
461.42/115.85	c  N dy  1593    253753      2457    622440      2457     36403   3739554    908438     37.72     39.79
465.00/116.79	c  N dy  1688    270002      2457    622440      2457     52639   3739554   1760994     37.67     51.34
469.39/117.80	c  N dy  1802    287300      2457    622440      2457     40942   3739554   1103040     37.65     39.93
473.78/118.92	c  N dy  1923    305707      2457    622440      2457     59328   3739554   2085511     37.66     40.60
473.78/118.95	c  F st  1926    306250      2457    622440      2457     59871   3739554   2112455     37.65     34.00
478.96/120.20	c  N dy  2022    325220      2457    622440      2457     48839   3739554   1555470     37.65     41.01
483.34/121.38	c  N dy  2153    345266      2457    622440      2457     37903   3739554    858608     37.67     40.71
486.54/122.11	c  S st  2237    357403      2457    622440      2457     50023   3739554   1518029     37.71   no data
488.14/122.51	c  S st  2237    357904      2457    622440      2457     50524   3739554   1553131     37.71   no data
488.14/122.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
489.35/122.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.3M T:  0.30
489.77/122.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
489.77/122.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
490.12/123.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
490.12/123.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
490.12/123.07	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
504.88/126.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.64 s
506.08/127.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.30 s
541.58/135.96	c lits-rem:        18  cl-subs:       63  v-elim:      0  v-fix:    0  time:  8.80 s
541.99/136.03	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
541.99/136.06	c vivif2 --  cl tried    50461 cl shrink        0 lits rem          0 time: 0.03
543.17/136.38	c asymm  cl-useful: 0/5472/622440 lits-rem:0 time: 0.32
543.57/136.40	c calculated reachability. Time: 0.00
543.57/136.40	c  N dy  2237    357904      2457    622440      2457     50461   3739554   1545399     37.71   no data
549.15/137.82	c  N dy  2368    378109      2457    622440      2457     38679   3739554    850698     37.72     40.17
553.94/139.08	c  N dy  2502    398176      2457    622440      2457     58721   3739554   1919348     37.71     40.85
559.55/140.42	c  N dy  2631    418243      2457    622440      2457     45809   3739554   1186884     37.72     39.75
564.70/141.77	c  N dy  2761    438372      2457    622440      2457     65909   3739554   2265331     37.72     39.88
570.29/143.14	c  N dy  2882    458452      2457    622440      2457     52006   3739554   1473135     37.68     40.05
575.88/144.54	c  N dy  3013    478622      2457    622440      2457     37210   3739554    656711     37.70     39.76
580.66/145.77	c  N dy  3146    498699      2457    622440      2457     57269   3739554   1745431     37.71     43.39
586.63/147.25	c  N dy  3280    518880      2457    622440      2457     41481   3739554    851580     37.74     41.28
591.02/148.35	c  S st  3393    536856      2457    622440      2457     59439   3739554   1806650     37.73   no data
592.62/148.79	c  S st  3393    537357      2457    622440      2457     59940   3739554   1843026     37.73   no data
593.02/148.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
594.22/149.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.5M T:  0.32
594.63/149.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
594.63/149.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
595.06/149.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
595.06/149.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
595.06/149.38	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
608.57/152.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.37 s
610.17/153.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.35 s
646.86/162.31	c lits-rem:        20  cl-subs:       50  v-elim:      0  v-fix:    0  time:  9.06 s
646.86/162.38	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.06
647.27/162.41	c vivif2 --  cl tried    59890 cl shrink        0 lits rem          0 time: 0.03
648.44/162.72	c asymm  cl-useful: 0/5744/622440 lits-rem:0 time: 0.31
648.44/162.74	c calculated reachability. Time: 0.00
648.44/162.74	c  N dy  3393    537357      2457    622440      2457     59890   3739554   1837564     37.73   no data
653.63/164.08	c  N dy  3512    557536      2457    622440      2457     43080   3739554    891484     37.70     40.76
658.81/165.30	c  N dy  3637    577698      2457    622440      2457     63220   3739554   1969441     37.69     39.73
664.00/166.66	c  N dy  3766    597725      2457    622440      2457     45257   3739554    970678     37.68     40.12
669.20/167.94	c  N dy  3892    617726      2457    622440      2457     65230   3739554   2052579     37.69     39.75
674.35/169.27	c  N dy  4037    637820      2457    622440      2457     46353   3739554   1013976     37.74     47.79
679.54/170.56	c  N dy  4172    657950      2457    622440      2457     66464   3739554   2122485     37.77     40.67
685.53/172.01	c  N dy  4310    678015      2457    622440      2457     46550   3739554    978695     37.81     40.19
690.32/173.21	c  N dy  4441    698042      2457    622440      2457     66558   3739554   2058249     37.82     55.41
695.51/174.52	c  N dy  4559    718207      2457    622440      2457     45748   3739554    873847     37.80     40.38
699.90/175.69	c  N dy  4688    738357      2457    622440      2457     65869   3739554   1983392     37.82     40.50
705.86/177.11	c  N dy  4814    758450      2457    622440      2457     44001   3739554    742526     37.83     40.07
710.24/178.27	c  N dy  4941    778554      2457    622440      2457     64082   3739554   1831081     37.83     39.90
715.43/179.54	c  N dy  5064    798586      2457    622440      2457     84080   3739554   2906459     37.82     47.43
717.03/180.00	c  S st  5110    806035      2457    622440      2457     48563   3739554    948430     37.82   no data
718.61/180.36	c  S st  5110    806537      2457    622440      2457     49065   3739554    982858     37.82   no data
718.61/180.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
719.81/180.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.3M T:  0.29
720.62/180.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
720.62/180.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
721.02/180.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
721.02/180.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
721.02/180.91	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
732.97/183.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.08 s
733.77/184.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
753.31/189.02	c lits-rem:         5  cl-subs:       24  v-elim:      0  v-fix:    0  time:  4.79 s
753.31/189.08	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
753.71/189.11	c vivif2 --  cl tried    49041 cl shrink        0 lits rem          0 time: 0.02
754.91/189.44	c asymm  cl-useful: 0/5933/622440 lits-rem:0 time: 0.33
754.91/189.46	c calculated reachability. Time: 0.00
754.91/189.46	c  N dy  5110    806537      2457    622440      2457     49041   3739554    979772     37.82   no data
760.09/190.79	c  N dy  5244    826652      2457    622440      2457     69133   3739554   2091966     37.83     40.22
766.87/192.45	c  N dy  5378    846756      2457    622440      2457     45257   3739554    733600     37.85     40.74
772.06/193.71	c  N dy  5511    866846      2457    622440      2457     65325   3739554   1845087     37.87     41.32
777.25/195.09	c  N dy  5642    886848      2457    622440      2457     85299   3739554   2914258     37.86     40.07
782.84/196.45	c  N dy  5772    906888      2457    622440      2457     60374   3739554   1538151     37.88     40.17
788.40/197.88	c  N dy  5903    927093      2457    622440      2457     80554   3739554   2655036     37.89     40.52
794.79/199.42	c  N dy  6041    947134      2457    622440      2457     54634   3739554   1166457     37.91     40.68
799.98/200.73	c  N dy  6178    967290      2457    622440      2457     74762   3739554   2275291     37.93     40.47
806.36/202.33	c  N dy  6316    987508      2457    622440      2457     48018   3739554    764887     37.95     40.28
811.14/203.54	c  N dy  6453   1007601      2457    622440      2457     68091   3739554   1879047     37.97     40.43
816.32/204.87	c  N dy  6579   1027834      2457    622440      2457     88305   3739554   3000980     37.98     40.47
821.90/206.25	c  N dy  6706   1048039      2457    622440      2457     60534   3739554   1421525     37.99     42.06
826.69/207.49	c  N dy  6836   1068053      2457    622440      2457     80531   3739554   2527700     38.00     40.23
827.88/207.74	c  F st  6861   1071875      2457    622440      2457     84345   3739554   2731059     38.00   no data
832.66/208.96	c  N dy  6936   1088108      2457    622440      2457     51595   3739554    877746     38.00     40.16
837.06/210.06	c  N dy  7056   1108217      2457    622440      2457     71679   3739554   1980691     38.00     40.05
842.24/211.36	c  N dy  7185   1128297      2457    622440      2457     91729   3739554   3077014     38.00     41.01
847.82/212.78	c  N dy  7314   1148377      2457    622440      2457     61857   3739554   1409785     38.01     40.38
852.60/213.96	c  N dy  7434   1168397      2457    622440      2457     81853   3739554   2489726     38.01     41.37
858.58/215.47	c  N dy  7557   1188708      2457    622440      2457     51220   3739554    783244     38.01     40.01
863.36/216.61	c  N dy  7677   1208879      2457    622440      2457     71369   3739554   1881758     38.00     40.01
863.36/216.66	c  S st  7682   1209806      2457    622440      2457     72295   3739554   1931636     38.00   no data
864.96/217.03	c  S st  7682   1210308      2457    622440      2457     72796   3739554   1968298     38.00   no data
864.96/217.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
866.15/217.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.6M T:  0.31
866.57/217.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
866.57/217.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
867.34/217.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
867.34/217.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
867.34/217.61	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
879.73/220.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.16 s
881.30/221.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.36 s
917.59/230.21	c lits-rem:        10  cl-subs:       39  v-elim:      0  v-fix:    0  time:  8.93 s
917.59/230.28	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
917.99/230.32	c vivif2 --  cl tried    72757 cl shrink        0 lits rem          0 time: 0.04
919.21/230.66	c asymm  cl-useful: 0/6033/622440 lits-rem:0 time: 0.34
919.21/230.68	c calculated reachability. Time: 0.00
919.21/230.68	c  N dy  7682   1210308      2457    622440      2457     72757   3739554   1963767     38.00   no data
924.76/232.06	c  N dy  7805   1230518      2457    622440      2457     92935   3739554   3055258     37.99     40.35
930.35/233.46	c  N dy  7920   1250666      2457    622440      2457     61122   3739554   1272086     37.98     40.10
935.54/234.74	c  N dy  8057   1270761      2457    622440      2457     81191   3739554   2387364     38.00     40.71
941.14/236.16	c  N dy  8187   1290768      2457    622440      2457    101176   3739554   3484544     38.00     40.54
946.70/237.51	c  N dy  8318   1311015      2457    622440      2457     68457   3739554   1641024     38.01     40.15
951.48/238.79	c  N dy  8449   1331043      2457    622440      2457     88452   3739554   2753303     38.02     40.07
958.27/240.43	c  N dy  8563   1351207      2457    622440      2457     54665   3739554    852444     38.01     40.33
963.07/241.64	c  N dy  8694   1371231      2457    622440      2457     74671   3739554   1957020     38.02     40.06
968.63/243.08	c  N dy  8818   1391512      2457    622440      2457     94927   3739554   3082735     38.02     41.27
975.02/244.66	c  N dy  8940   1411532      2457    622440      2457     59980   3739554   1104256     38.02     40.08
980.20/245.96	c  N dy  9069   1431584      2457    622440      2457     80003   3739554   2207233     38.03     40.47
986.18/247.45	c  N dy  9204   1451679      2457    622440      2457    100069   3739554   3311655     38.03     40.24
992.56/249.08	c  N dy  9322   1471746      2457    622440      2457     64196   3739554   1288316     38.02     40.11
997.75/250.39	c  N dy  9448   1491807      2457    622440      2457     84231   3739554   2390850     38.02     40.42
1003.73/251.87	c  N dy  9575   1511816      2457    622440      2457    104217   3739554   3482205     38.03     40.43
1010.12/253.40	c  N dy  9702   1531932      2457    622440      2457     67404   3739554   1431469     38.02     40.64
1015.30/254.77	c  N dy  9837   1552046      2457    622440      2457     87491   3739554   2551342     38.03     40.07
1021.27/256.28	c  N dy  9971   1572136      2457    622440      2457    107539   3739554   3655860     38.04     40.15
1027.66/257.82	c  N dy 10104   1592174      2457    622440      2457     69616   3739554   1530573     38.05     42.67
1032.85/259.10	c  N dy 10227   1612221      2457    622440      2457     89634   3739554   2617647     38.05     40.41
1038.42/260.58	c  N dy 10364   1632263      2457    622440      2457    109646   3739554   3733341     38.06     41.68
1044.81/262.13	c  N dy 10499   1652288      2457    622440      2457     70743   3739554   1561668     38.07     40.10
1050.00/263.43	c  N dy 10630   1672371      2457    622440      2457     90790   3739554   2668432     38.08     40.94
1055.62/264.87	c  N dy 10758   1692591      2457    622440      2457    110994   3739554   3760194     38.07     40.31
1060.76/266.17	c  S st 10864   1710310      2457    622440      2457     68766   3739554   1391710     38.07     30.26
1062.35/266.56	c  S st 10864   1710812      2457    622440      2457     69267   3739554   1426259     38.07   no data
1062.35/266.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1063.55/266.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.3M T:  0.30
1064.39/267.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1064.39/267.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1064.74/267.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
1064.74/267.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
1064.74/267.13	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1075.92/269.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.81 s
1076.72/270.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.17 s
1096.65/275.18	c lits-rem:         6  cl-subs:       13  v-elim:      0  v-fix:    0  time:  4.93 s
1097.05/275.25	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
1097.05/275.28	c vivif2 --  cl tried    69254 cl shrink        0 lits rem          0 time: 0.03
1098.25/275.57	c asymm  cl-useful: 0/6201/622440 lits-rem:0 time: 0.30
1098.25/275.59	c calculated reachability. Time: 0.00
1098.25/275.59	c  N dy 10864   1710812      2457    622440      2457     69254   3739554   1424918     38.07   no data
1103.87/276.94	c  N dy 10995   1730912      2457    622440      2457     89323   3739554   2521178     38.07     40.35
1109.81/278.44	c  N dy 11136   1751059      2457    622440      2457    109448   3739554   3642185     38.09     40.12
1116.19/280.03	c  N dy 11249   1771113      2457    622440      2457     68540   3739554   1328843     38.08     41.39
1121.41/281.31	c  N dy 11383   1791127      2457    622440      2457     88528   3739554   2419899     38.08     40.39
1127.35/282.82	c  N dy 11516   1811204      2457    622440      2457    108583   3739554   3520270     38.08     40.27
1134.15/284.54	c  N dy 11653   1831227      2457    622440      2457     66660   3739554   1204240     38.09     40.21
1139.31/285.84	c  N dy 11782   1851313      2457    622440      2457     86720   3739554   2314775     38.10     40.18
1144.89/287.27	c  N dy 11913   1871507      2457    622440      2457    106893   3739554   3402578     38.10     40.56
1151.68/288.97	c  N dy 12033   1891672      2457    622440      2457     64111   3739554   1026892     38.09     40.51
1156.84/290.24	c  N dy 12162   1911745      2457    622440      2457     84163   3739554   2139166     38.10     40.41
1162.43/291.67	c  N dy 12291   1931746      2457    622440      2457    104136   3739554   3256899     38.11     53.30
1168.81/293.24	c  N dy 12425   1951886      2457    622440      2457    124250   3739554   4363114     38.11     40.16
1174.78/294.72	c  N dy 12550   1971915      2457    622440      2457     80334   3739554   1877947     38.12     40.53
1180.37/296.15	c  N dy 12682   1992031      2457    622440      2457    100422   3739554   2977123     38.12     40.48
1187.20/297.81	c  N dy 12815   2012077      2457    622440      2457    120437   3739554   4086633     38.12     40.77
1193.94/299.55	c  N dy 12952   2032163      2457    622440      2457     75581   3739554   1560251     38.13     42.25
1199.52/300.93	c  N dy 13093   2052185      2457    622440      2457     95585   3739554   2667602     38.13     42.02
1205.50/302.48	c  N dy 13222   2072287      2457    622440      2457    115659   3739554   3776065     38.14     41.24
1212.68/304.25	c  N dy 13352   2092318      2457    622440      2457     69753   3739554   1195688     38.13     40.60
1218.26/305.62	c  N dy 13483   2112380      2457    622440      2457     89785   3739554   2301458     38.14     40.16
1223.85/307.05	c  N dy 13599   2132496      2457    622440      2457    109870   3739554   3404407     38.14     40.99
1230.65/308.76	c  N dy 13727   2152539      2457    622440      2457    129889   3739554   4512354     38.14     40.36
1237.40/310.41	c  N dy 13850   2172609      2457    622440      2457     83010   3739554   1893231     38.15     40.26
1242.99/311.83	c  N dy 13972   2192683      2457    622440      2457    103047   3739554   2977678     38.14     51.54
1248.96/313.39	c  S st 14086   2210812      2457    622440      2457    121157   3739554   3954109     38.14     31.81
1250.97/313.88	c  S st 14086   2211319      2457    622440      2457    121663   3739554   3990454     38.14   no data
1251.36/313.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1253.00/314.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.6M T:  0.40
1253.35/314.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1253.35/314.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1253.75/314.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
1253.75/314.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
1253.75/314.58	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1265.74/317.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.92 s
1270.13/318.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.98 s
1362.24/341.76	c lits-rem:        31  cl-subs:      107  v-elim:      0  v-fix:    0  time: 22.71 s
1362.66/341.83	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
1363.01/341.91	c vivif2 --  cl tried   121556 cl shrink        0 lits rem          0 time: 0.08
1364.22/342.21	c asymm  cl-useful: 0/5777/622440 lits-rem:0 time: 0.30
1364.22/342.24	c calculated reachability. Time: 0.00
1364.22/342.24	c  N dy 14086   2211319      2457    622440      2457    121556   3739554   3977469     38.14   no data
1371.01/343.99	c  N dy 14216   2231398      2457    622440      2457     73699   3739554   1326972     38.14     40.41
1376.17/345.25	c  N dy 14343   2251411      2457    622440      2457     93689   3739554   2424105     38.14     42.04
1381.76/346.68	c  N dy 14459   2271423      2457    622440      2457    113678   3739554   3519906     38.14     40.40
1388.56/348.34	c  N dy 14588   2291446      2457    622440      2457    133673   3739554   4638925     38.14     43.70
1394.92/349.93	c  N dy 14714   2311649      2457    622440      2457     84945   3739554   1901918     38.14     40.28
1400.11/351.26	c  N dy 14844   2331744      2457    622440      2457    105010   3739554   3012616     38.14     46.62
1406.53/352.82	c  N dy 14971   2351852      2457    622440      2457    125097   3739554   4107265     38.14     40.77
1413.66/354.65	c  N dy 15101   2371998      2457    622440      2457     75322   3739554   1349372     38.15     40.17
1418.85/355.96	c  N dy 15223   2392105      2457    622440      2457     95404   3739554   2437262     38.14     40.44
1425.22/357.51	c  N dy 15350   2412168      2457    622440      2457    115448   3739554   3534710     38.14     41.51
1432.01/359.29	c  N dy 15481   2432297      2457    622440      2457    135551   3739554   4629330     38.14     40.44
1439.19/361.08	c  N dy 15614   2452369      2457    622440      2457     84672   3739554   1805885     38.14     41.37
1444.77/362.49	c  N dy 15727   2472386      2457    622440      2457    104668   3739554   2905237     38.14     40.45
1450.74/363.98	c  N dy 15848   2492460      2457    622440      2457    124710   3739554   4000361     38.14     40.55
1458.74/365.98	c  N dy 15975   2512488      2457    622440      2457     72796   3739554   1126180     38.14     40.39
1464.30/367.36	c  N dy 16108   2532524      2457    622440      2457     92812   3739554   2202927     38.13     40.18
1470.29/368.88	c  N dy 16239   2552603      2457    622440      2457    112875   3739554   3308650     38.13     41.81
1477.47/370.66	c  N dy 16377   2572780      2457    622440      2457    133034   3739554   4425333     38.14     40.70
1484.65/372.46	c  N dy 16494   2592988      2457    622440      2457     80315   3739554   1507700     38.14     40.22
1490.63/373.94	c  N dy 16622   2613169      2457    622440      2457    100474   3739554   2610160     38.14     41.69
1496.60/375.43	c  N dy 16737   2633189      2457    622440      2457    120460   3739554   3687575     38.14     45.71
1503.38/377.13	c  N dy 16859   2653423      2457    622440      2457    140670   3739554   4796631     38.14     40.64
1510.57/378.92	c  N dy 16979   2673499      2457    622440      2457     86812   3739554   1813943     38.13     40.34
1516.55/380.42	c  N dy 17095   2693587      2457    622440      2457    106879   3739554   2897895     38.13     40.23
1521.73/381.80	c  S st 17196   2711319      2457    622440      2457    124589   3739554   3855419     38.13     30.89
1523.73/382.27	c  S st 17196   2711821      2457    622440      2457    125090   3739554   3895014     38.13   no data
1524.13/382.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1525.32/382.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.2M T:  0.38
1526.12/382.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1526.12/382.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1526.52/382.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
1526.52/382.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
1526.52/382.94	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1537.71/385.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.79 s
1542.10/386.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.93 s
1624.64/407.53	c lits-rem:        17  cl-subs:      116  v-elim:      0  v-fix:    0  time: 20.35 s
1624.64/407.59	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
1625.04/407.67	c vivif2 --  cl tried   124974 cl shrink        0 lits rem          0 time: 0.08
1626.62/408.00	c asymm  cl-useful: 0/6244/622440 lits-rem:0 time: 0.32
1626.62/408.03	c calculated reachability. Time: 0.00
1626.62/408.03	c  N dy 17196   2711821      2457    622440      2457    124974   3739554   3881932     38.13   no data
1633.01/409.66	c  N dy 17319   2731825      2457    622440      2457    144950   3739554   4984615     38.13     42.37
1639.38/411.21	c  N dy 17439   2751899      2457    622440      2457     90095   3739554   1939300     38.12     42.82
1644.97/412.64	c  N dy 17572   2772008      2457    622440      2457    110189   3739554   3031847     38.12     40.74
1651.35/414.26	c  N dy 17706   2792044      2457    622440      2457    130204   3739554   4146622     38.13     40.80
1658.12/415.93	c  N dy 17836   2812119      2457    622440      2457    150257   3739554   5277225     38.13     40.45
1664.11/417.44	c  N dy 17961   2832298      2457    622440      2457     94486   3739554   2157369     38.14     41.58
1669.73/418.83	c  N dy 18086   2852394      2457    622440      2457    114567   3739554   3256061     38.14     40.44
1675.67/420.40	c  N dy 18215   2872407      2457    622440      2457    134556   3739554   4348660     38.14     40.35
1683.64/422.32	c  N dy 18342   2892604      2457    622440      2457     77810   3739554   1194920     38.14     40.16
1688.83/423.64	c  N dy 18468   2912679      2457    622440      2457     97852   3739554   2302740     38.14     40.29
1694.81/425.11	c  N dy 18590   2932769      2457    622440      2457    117917   3739554   3391473     38.14     40.24
1701.18/426.74	c  N dy 18718   2953115      2457    622440      2457    138234   3739554   4527073     38.14     40.16
1708.79/428.68	c  N dy 18840   2973145      2457    622440      2457     80345   3739554   1298247     38.14     47.24
1714.34/430.04	c  N dy 18975   2993240      2457    622440      2457    100413   3739554   2401536     38.14     41.07
1720.33/431.59	c  N dy 19100   3013362      2457    622440      2457    120501   3739554   3498123     38.14     40.33
1727.10/433.21	c  N dy 19226   3033555      2457    622440      2457    140670   3739554   4588161     38.14     40.67
1734.69/435.11	c  N dy 19366   3053711      2457    622440      2457     81899   3739554   1350079     38.15     40.70
1739.91/436.47	c  N dy 19502   3073833      2457    622440      2457    102001   3739554   2486208     38.16     40.81
1745.84/437.98	c  N dy 19635   3093931      2457    622440      2457    122066   3739554   3591636     38.16     44.35
1753.07/439.72	c  N dy 19766   3113961      2457    622440      2457    142073   3739554   4686724     38.16     40.51
1761.00/441.77	c  N dy 19891   3134042      2457    622440      2457     82238   3739554   1320054     38.16     40.94
1766.58/443.12	c  N dy 20019   3154047      2457    622440      2457    102221   3739554   2404129     38.16     41.04
1772.17/444.59	c  N dy 20140   3174116      2457    622440      2457    122264   3739554   3483284     38.16     40.24
1779.39/446.33	c  N dy 20274   3194204      2457    622440      2457    142323   3739554   4598720     38.16     40.79
1785.73/447.92	c  S st 20384   3211821      2457    622440      2457    159916   3739554   5556107     38.16   no data
1787.32/448.40	c  S st 20384   3212324      2457    622440      2457    160418   3739554   5593577     38.16   no data
1787.74/448.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1789.31/448.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.1M T:  0.40
1789.71/448.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1789.71/448.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1790.11/449.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
1790.11/449.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
1790.11/449.09	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1800.48/451.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.57 s
1807.26/453.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.50 s
1966.80/493.36	c lits-rem:        38  cl-subs:      167  v-elim:      0  v-fix:    0  time: 39.39 s
1967.19/493.43	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
1967.61/493.56	c vivif2 --  cl tried   160251 cl shrink        0 lits rem          0 time: 0.11
1968.78/493.89	c asymm  cl-useful: 0/6181/622440 lits-rem:0 time: 0.34
1969.18/493.92	c calculated reachability. Time: 0.00
1969.18/493.92	c  N dy 20384   3212324      2457    622440      2457    160251   3739554   5574017     38.16   no data
1976.38/495.72	c  N dy 20517   3232347      2457    622440      2457     99359   3739554   2227302     38.16     41.59
1981.94/497.20	c  N dy 20644   3252352      2457    622440      2457    119339   3739554   3306661     38.16     40.48
1988.72/498.89	c  N dy 20783   3272476      2457    622440      2457    139434   3739554   4424271     38.16     40.25
1995.90/500.68	c  N dy 20908   3292518      2457    622440      2457    159445   3739554   5518858     38.16     50.59
2002.70/502.34	c  N dy 21042   3312571      2457    622440      2457     97582   3739554   2093712     38.17     40.56
2008.26/503.76	c  N dy 21159   3332581      2457    622440      2457    117570   3739554   3187764     38.17     41.95
2015.05/505.45	c  N dy 21290   3352818      2457    622440      2457    137780   3739554   4317895     38.17     42.42
2022.22/507.20	c  N dy 21423   3372902      2457    622440      2457    157844   3739554   5438831     38.17     40.35
2029.02/508.99	c  N dy 21555   3392922      2457    622440      2457     94932   3739554   1905978     38.18     40.47
2035.38/510.58	c  N dy 21684   3413061      2457    622440      2457    115046   3739554   3017410     38.18     40.67
2042.61/512.38	c  N dy 21814   3433375      2457    622440      2457    135339   3739554   4132805     38.18     40.64
2049.74/514.17	c  N dy 21939   3453541      2457    622440      2457    155477   3739554   5229878     38.18     40.33
2057.31/516.06	c  N dy 22060   3473652      2457    622440      2457     91662   3739554   1662245     38.18     40.28
2062.90/517.44	c  N dy 22184   3493764      2457    622440      2457    111748   3739554   2766560     38.18     40.90
2068.93/518.93	c  N dy 22299   3513809      2457    622440      2457    131762   3739554   3849357     38.17     40.73
2075.66/520.63	c  N dy 22423   3533872      2457    622440      2457    151803   3739554   4954151     38.17     40.53
2083.64/522.68	c  N dy 22556   3553961      2457    622440      2457     86992   3739554   1380577     38.18     40.69
2088.81/523.99	c  N dy 22678   3574044      2457    622440      2457    107045   3739554   2481580     38.18     40.41
2095.24/525.56	c  N dy 22818   3594229      2457    622440      2457    127214   3739554   3605786     38.18     40.22
2101.57/527.13	c  N dy 22943   3614321      2457    622440      2457    147276   3739554   4716506     38.18     41.39
2108.75/528.94	c  N dy 23078   3634336      2457    622440      2457    167272   3739554   5831945     38.19     41.23
2115.53/530.64	c  N dy 23201   3654437      2457    622440      2457    101443   3739554   2130438     38.19     40.26
2121.56/532.15	c  N dy 23320   3674778      2457    622440      2457    121748   3739554   3231146     38.18     40.59
2128.30/533.85	c  N dy 23445   3694804      2457    622440      2457    141733   3739554   4337817     38.19     40.38
2134.30/535.39	c  S st 23563   3712324      2457    622440      2457    159237   3739554   5316128     38.19   no data
2136.67/535.90	c  S st 23563   3712827      2457    622440      2457    159740   3739554   5357954     38.19   no data
2136.67/535.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2138.28/536.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.8M T:  0.42
2138.69/536.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2138.69/536.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2139.46/536.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
2139.46/536.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
2139.46/536.62	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2149.43/539.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.46 s
2155.42/540.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
2298.99/576.60	c lits-rem:        55  cl-subs:      142  v-elim:      0  v-fix:    0  time: 35.67 s
2298.99/576.67	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
2299.39/576.77	c vivif2 --  cl tried   159598 cl shrink        0 lits rem          0 time: 0.10
2301.00/577.14	c asymm  cl-useful: 0/6117/622440 lits-rem:0 time: 0.37
2301.00/577.16	c calculated reachability. Time: 0.00
2301.00/577.16	c  N dy 23563   3712827      2457    622440      2457    159598   3739554   5341971     38.19   no data
2309.36/579.28	c  N dy 23691   3732952      2457    622440      2457     92808   3739554   1613759     38.19     40.70
2314.93/580.63	c  F st 23811   3751563      2457    622440      2457    111399   3739554   2633122     38.19   no data
2315.73/580.87	c  N st 23815   3753596      2457    622440      2457    113426   3739554   2771764     38.19   no data
2321.72/582.35	c  N dy 23917   3773819      2457    622440      2457    133614   3739554   3906638     38.19     40.87
2328.09/583.94	c  N dy 24032   3794156      2457    622440      2457    153925   3739554   5004543     38.19     42.78
2335.68/585.87	c  N dy 24164   3814185      2457    622440      2457    173928   3739554   6109662     38.19     47.40
2342.45/587.57	c  N dy 24294   3834230      2457    622440      2457    106068   3739554   2312011     38.19     40.90
2348.04/588.98	c  N dy 24415   3854301      2457    622440      2457    126114   3739554   3409071     38.19     40.25
2354.41/590.59	c  N dy 24545   3874484      2457    622440      2457    146269   3739554   4530801     38.19     40.24
2361.60/592.35	c  N dy 24673   3894493      2457    622440      2457    166255   3739554   5642211     38.20     40.86
2369.17/594.21	c  N dy 24804   3914752      2457    622440      2457     97614   3739554   1805120     38.20     41.14
2374.76/595.64	c  N dy 24936   3934937      2457    622440      2457    117770   3739554   2930415     38.20     40.65
2381.13/597.21	c  N dy 25062   3954983      2457    622440      2457    137795   3739554   4019192     38.20     40.38
2387.52/598.85	c  N dy 25186   3975132      2457    622440      2457    157913   3739554   5127466     38.20     40.98
2395.09/600.72	c  N dy 25322   3995184      2457    622440      2457    177942   3739554   6230264     38.20     40.84
2401.46/602.32	c  N dy 25447   4015310      2457    622440      2457    108178   3739554   2346920     38.20     41.05
2407.04/603.79	c  N dy 25577   4035374      2457    622440      2457    128218   3739554   3471837     38.21     59.34
2413.43/605.38	c  N dy 25705   4055421      2457    622440      2457    148244   3739554   4565775     38.21     40.77
2420.60/607.15	c  N dy 25827   4075610      2457    622440      2457    168392   3739554   5677699     38.21     40.90
2428.20/609.03	c  N dy 25951   4095680      2457    622440      2457     97537   3739554   1726017     38.21     40.88
2433.76/610.49	c  N dy 26082   4116030      2457    622440      2457    117857   3739554   2832753     38.21     40.74
2440.15/612.08	c  N dy 26207   4136107      2457    622440      2457    137901   3739554   3941885     38.21     44.01
2447.31/613.85	c  N dy 26329   4156195      2457    622440      2457    157965   3739554   5035989     38.21     46.45
2454.94/615.79	c  N dy 26459   4176258      2457    622440      2457    178003   3739554   6146381     38.21     40.30
2462.47/617.63	c  N dy 26586   4196364      2457    622440      2457    106225   3739554   2148634     38.21     43.69
2467.26/618.90	c  S st 26698   4212829      2457    622440      2457    122663   3739554   3051236     38.22   no data
2469.25/619.35	c  S st 26698   4213330      2457    622440      2457    123164   3739554   3089301     38.22   no data
2469.25/619.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2470.85/619.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.1M T:  0.35
2471.24/619.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2471.24/619.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2471.64/619.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
2471.64/619.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
2471.64/619.98	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2480.43/622.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.19 s
2483.21/622.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.54 s
2530.27/634.64	c lits-rem:        15  cl-subs:       74  v-elim:      0  v-fix:    0  time: 11.74 s
2530.66/634.70	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
2530.66/634.77	c vivif2 --  cl tried   123090 cl shrink        0 lits rem          0 time: 0.06
2531.86/635.08	c asymm  cl-useful: 0/6669/622440 lits-rem:0 time: 0.31
2532.26/635.10	c calculated reachability. Time: 0.00
2532.26/635.10	c  N dy 26698   4213330      2457    622440      2457    123090   3739554   3079764     38.22   no data
2539.44/636.93	c  N dy 26832   4233386      2457    622440      2457    143124   3739554   4172066     38.22     42.29
2547.07/638.84	c  N dy 26951   4253424      2457    622440      2457    163148   3739554   5264356     38.22     40.34
2555.00/640.87	c  N dy 27071   4273543      2457    622440      2457    183241   3739554   6364212     38.21     42.08
2562.18/642.66	c  N dy 27195   4293567      2457    622440      2457    110346   3739554   2334965     38.21     40.75
2568.59/644.30	c  N dy 27320   4313666      2457    622440      2457    130406   3739554   3429532     38.21     50.75
2576.13/646.11	c  N dy 27451   4333777      2457    622440      2457    150479   3739554   4548220     38.22     40.84
2583.72/648.00	c  N dy 27569   4353815      2457    622440      2457    170490   3739554   5650916     38.22     40.72
2592.48/650.22	c  N dy 27691   4373855      2457    622440      2457     96643   3739554   1545938     38.22     40.62
2598.07/651.68	c  N dy 27814   4394043      2457    622440      2457    116795   3739554   2643760     38.22     41.01
2604.45/653.23	c  N dy 27930   4414107      2457    622440      2457    136842   3739554   3719954     38.21     40.48
2611.23/654.97	c  N dy 28048   4434238      2457    622440      2457    156930   3739554   4809441     38.21     40.40
2619.21/656.92	c  N dy 28183   4454284      2457    622440      2457    176955   3739554   5925119     38.22     40.41
2627.18/658.91	c  N dy 28299   4474294      2457    622440      2457    102088   3739554   1820137     38.21     41.93
2632.77/660.39	c  N dy 28419   4494604      2457    622440      2457    122364   3739554   2918909     38.21     40.34
2639.54/662.00	c  N dy 28545   4514696      2457    622440      2457    142436   3739554   4025900     38.21     46.93
2646.33/663.76	c  N dy 28672   4534818      2457    622440      2457    162535   3739554   5134373     38.21     40.38
2653.90/665.60	c  N dy 28801   4555058      2457    622440      2457    182739   3739554   6260809     38.21     40.75
2661.47/667.50	c  N dy 28916   4575149      2457    622440      2457    106918   3739554   2025062     38.21     40.50
2667.45/669.09	c  N dy 29046   4595260      2457    622440      2457    127006   3739554   3119113     38.21     40.50
2674.29/670.78	c  N dy 29182   4615350      2457    622440      2457    147071   3739554   4236084     38.21     40.97
2681.82/672.64	c  N dy 29312   4635424      2457    622440      2457    167127   3739554   5340595     38.22     40.49
2689.80/674.62	c  N dy 29439   4655669      2457    622440      2457    187346   3739554   6446326     38.21     40.83
2697.37/676.51	c  N dy 29567   4675768      2457    622440      2457    110546   3739554   2182776     38.21     40.81
2703.35/678.03	c  N dy 29686   4695781      2457    622440      2457    130538   3739554   3271532     38.21     41.58
2709.38/679.55	c  S st 29799   4713331      2457    622440      2457    148073   3739554   4255144     38.21   no data
2710.92/679.97	c  S st 29799   4713833      2457    622440      2457    148575   3739554   4293905     38.21   no data
2711.32/680.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2712.53/680.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.8M T:  0.37
2712.93/680.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2713.35/680.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2713.77/680.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
2713.77/680.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
2713.77/680.62	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2721.30/682.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  1.95 s
2725.68/683.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.91 s
2804.63/703.41	c lits-rem:        28  cl-subs:      112  v-elim:      0  v-fix:    0  time: 19.72 s
2804.63/703.47	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
2805.03/703.56	c vivif2 --  cl tried   148463 cl shrink        0 lits rem          0 time: 0.08
2806.23/703.88	c asymm  cl-useful: 0/6325/622440 lits-rem:0 time: 0.32
2806.63/703.90	c calculated reachability. Time: 0.00
2806.63/703.90	c  N dy 29799   4713833      2457    622440      2457    148463   3739554   4280149     38.21   no data
2814.23/705.82	c  N dy 29924   4734008      2457    622440      2457    168612   3739554   5411092     38.22     41.66
2822.59/707.94	c  N dy 30058   4754110      2457    622440      2457    188691   3739554   6523804     38.22     40.24
2830.96/710.00	c  N dy 30192   4774115      2457    622440      2457    110775   3739554   2172087     38.22     40.44
2837.34/711.61	c  N dy 30320   4794116      2457    622440      2457    130754   3739554   3272484     38.22     40.36
2844.12/713.33	c  N dy 30443   4814173      2457    622440      2457    150785   3739554   4360037     38.22     44.97
2852.10/715.38	c  N dy 30575   4834282      2457    622440      2457    170872   3739554   5464194     38.22     40.32
2860.07/717.39	c  N dy 30698   4854435      2457    622440      2457    190997   3739554   6572895     38.22     44.97
2868.05/719.38	c  N dy 30824   4874574      2457    622440      2457    112233   3739554   2215913     38.23     40.64
2874.43/720.95	c  N dy 30957   4894744      2457    622440      2457    132379   3739554   3323979     38.23     40.36
2881.60/722.77	c  N dy 31088   4914763      2457    622440      2457    152369   3739554   4431755     38.23     51.78
2888.81/724.57	c  N dy 31216   4934843      2457    622440      2457    172432   3739554   5539934     38.23     41.58
2897.17/726.66	c  N dy 31347   4954966      2457    622440      2457    192535   3739554   6659029     38.23     40.77
2905.55/728.73	c  N dy 31477   4975025      2457    622440      2457    112700   3739554   2211489     38.24     40.77
2912.32/730.42	c  N dy 31609   4995043      2457    622440      2457    132698   3739554   3310418     38.24     40.91
2919.10/732.21	c  N dy 31744   5015063      2457    622440      2457    152692   3739554   4409453     38.24     63.91
2927.08/734.13	c  N dy 31863   5035098      2457    622440      2457    172705   3739554   5515594     38.24     43.27
2935.05/736.17	c  N dy 31991   5055178      2457    622440      2457    192749   3739554   6605457     38.24     40.27
2943.02/738.12	c  N dy 32114   5075304      2457    622440      2457    111960   3739554   2106035     38.24     40.74
2948.61/739.59	c  N dy 32232   5095348      2457    622440      2457    131974   3739554   3188528     38.23     41.24
2955.03/741.17	c  N dy 32350   5115357      2457    622440      2457    151951   3739554   4271455     38.23     46.18
2961.77/742.84	c  N dy 32473   5135374      2457    622440      2457    171938   3739554   5356078     38.23     40.35
2969.34/744.78	c  N dy 32601   5155416      2457    622440      2457    191955   3739554   6469381     38.23     41.63
2976.96/746.67	c  N dy 32711   5175499      2457    622440      2457    110167   3739554   1980980     38.23     40.75
2982.90/748.13	c  N dy 32835   5195656      2457    622440      2457    130298   3739554   3098696     38.23     40.63
2988.48/749.53	c  S st 32949   5213833      2457    622440      2457    148448   3739554   4087431     38.23   no data
2990.12/749.98	c  S st 32949   5214333      2457    622440      2457    148948   3739554   4126181     38.23   no data
2990.48/750.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2991.68/750.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.6M T:  0.37
2992.48/750.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2992.48/750.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2992.88/750.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
2992.88/750.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
2992.88/750.62	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3005.23/753.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.17 s
3009.22/754.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.83 s
3069.08/769.72	c lits-rem:        35  cl-subs:       96  v-elim:      0  v-fix:    0  time: 14.89 s
3069.08/769.78	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
3069.43/769.86	c vivif2 --  cl tried   148852 cl shrink        0 lits rem          0 time: 0.08
3070.63/770.18	c asymm  cl-useful: 0/6416/622440 lits-rem:0 time: 0.32
3071.03/770.20	c calculated reachability. Time: 0.00
3071.03/770.20	c  N dy 32949   5214333      2457    622440      2457    148852   3739554   4114022     38.23   no data
3077.86/771.98	c  N dy 33084   5234344      2457    622440      2457    168842   3739554   5223671     38.23     40.25
3085.38/773.86	c  N dy 33216   5254450      2457    622440      2457    188920   3739554   6326430     38.23     40.48
3093.74/775.99	c  N dy 33335   5274647      2457    622440      2457    106227   3739554   1719934     38.23     41.22
3099.78/777.44	c  N dy 33469   5294817      2457    622440      2457    126359   3739554   2842606     38.23     41.21
3106.51/779.15	c  N dy 33596   5314916      2457    622440      2457    146425   3739554   3965389     38.24     40.31
3114.08/781.04	c  N dy 33723   5335154      2457    622440      2457    166628   3739554   5068890     38.24     40.27
3122.45/783.14	c  N dy 33854   5355166      2457    622440      2457    186592   3739554   6172606     38.24     41.70
3131.23/785.39	c  N dy 33977   5375301      2457    622440      2457    206696   3739554   7278836     38.24     40.40
3138.83/787.29	c  N dy 34103   5395378      2457    622440      2457    122922   3739554   2602904     38.24     40.71
3145.99/789.09	c  N dy 34230   5415512      2457    622440      2457    143026   3739554   3719850     38.24     40.66
3153.96/791.06	c  N dy 34363   5435617      2457    622440      2457    163096   3739554   4826095     38.24     40.65
3162.33/793.10	c  N dy 34491   5455656      2457    622440      2457    183112   3739554   5946276     38.24     40.76
3170.71/795.30	c  N dy 34625   5475701      2457    622440      2457    203130   3739554   7054340     38.25     40.43
3179.08/797.37	c  N dy 34752   5495784      2457    622440      2457    118325   3739554   2309648     38.25     41.35
3185.47/798.98	c  N dy 34882   5515864      2457    622440      2457    138381   3739554   3386077     38.25     41.07
3192.65/800.74	c  N dy 35012   5535921      2457    622440      2457    158416   3739554   4493810     38.25     47.63
3200.66/802.72	c  N dy 35138   5556192      2457    622440      2457    178665   3739554   5622473     38.25     41.21
3209.02/804.83	c  N dy 35264   5576222      2457    622440      2457    198671   3739554   6725585     38.25     40.41
3217.80/807.03	c  N dy 35399   5596306      2457    622440      2457    112871   3739554   1966776     38.25     40.54
3223.74/808.51	c  N dy 35528   5616328      2457    622440      2457    132864   3739554   3083510     38.25     41.08
3230.54/810.24	c  N dy 35657   5636452      2457    622440      2457    152961   3739554   4186250     38.25     40.58
3237.71/812.06	c  N dy 35775   5656523      2457    622440      2457    173006   3739554   5277645     38.25     40.89
3244.88/813.87	c  N dy 35885   5676562      2457    622440      2457    193020   3739554   6353196     38.25     40.43
3253.66/816.06	c  N dy 36017   5696630      2457    622440      2457    213062   3739554   7481425     38.25     41.70
3260.04/817.61	c  S st 36130   5714333      2457    622440      2457    123871   3739554   2538786     38.25   no data
3261.66/818.03	c  S st 36130   5714834      2457    622440      2457    124369   3739554   2578272     38.25   no data
3261.66/818.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3263.23/818.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.3M T:  0.35
3263.63/818.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3263.63/818.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3264.03/818.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
3264.03/818.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
3264.03/818.65	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3274.01/821.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.48 s
3275.59/821.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.35 s
3291.55/825.52	c lits-rem:         9  cl-subs:       27  v-elim:      0  v-fix:    0  time:  3.87 s
3291.55/825.58	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
3291.95/825.63	c vivif2 --  cl tried   124342 cl shrink        0 lits rem          0 time: 0.05
3293.13/825.93	c asymm  cl-useful: 0/7508/622440 lits-rem:0 time: 0.30
3293.13/825.96	c calculated reachability. Time: 0.00
3293.13/825.96	c  N dy 36130   5714834      2457    622440      2457    124342   3739554   2575334     38.25   no data
3299.53/827.58	c  N dy 36254   5734919      2457    622440      2457    144397   3739554   3683624     38.25     40.31
3306.30/829.27	c  N dy 36379   5755011      2457    622440      2457    164472   3739554   4785844     38.25     40.44
3313.88/831.21	c  N dy 36516   5775055      2457    622440      2457    184497   3739554   5904280     38.26     54.01
3321.85/833.19	c  N dy 36652   5795258      2457    622440      2457    204681   3739554   7044047     38.26     40.68
3329.83/835.18	c  N dy 36778   5815260      2457    622440      2457    116790   3739554   2111787     38.26     41.50
3335.81/836.69	c  N dy 36913   5835335      2457    622440      2457    136841   3739554   3223820     38.26     40.38
3342.19/838.29	c  N dy 37027   5855485      2457    622440      2457    156965   3739554   4334294     38.26     40.47
3350.16/840.25	c  N dy 37157   5875557      2457    622440      2457    177008   3739554   5435111     38.26     40.77
3358.17/842.23	c  N dy 37283   5895636      2457    622440      2457    197056   3739554   6549515     38.26     40.44
3366.13/844.23	c  N dy 37408   5915873      2457    622440      2457    217270   3739554   7669386     38.26     40.44
3372.90/845.97	c  N dy 37519   5935977      2457    622440      2457    128487   3739554   2701093     38.26     40.40
3379.28/847.54	c  N dy 37636   5956135      2457    622440      2457    148621   3739554   3787620     38.26     40.34
3386.46/849.38	c  N dy 37769   5976264      2457    622440      2457    168714   3739554   4882246     38.26     41.97
3394.84/851.43	c  N dy 37901   5996338      2457    622440      2457    188763   3739554   5985353     38.26     49.89
3402.81/853.50	c  N dy 38031   6016530      2457    622440      2457    208926   3739554   7089808     38.26     41.41
3411.97/855.73	c  N dy 38167   6036686      2457    622440      2457    119217   3739554   2170409     38.26     41.20
3417.96/857.28	c  N dy 38285   6056766      2457    622440      2457    139268   3739554   3269241     38.26     41.43
3424.74/858.93	c  N dy 38407   6076796      2457    622440      2457    159271   3739554   4354120     38.26     40.33
3432.33/860.89	c  N dy 38536   6097019      2457    622440      2457    179466   3739554   5474770     38.26     40.54
3440.70/862.91	c  N dy 38672   6117030      2457    622440      2457    199460   3739554   6597939     38.27     55.53
3449.47/865.13	c  N dy 38801   6137061      2457    622440      2457    219453   3739554   7679002     38.26     45.23
3456.64/866.96	c  N dy 38930   6157113      2457    622440      2457    128637   3739554   2659888     38.27     41.75
3463.03/868.55	c  N dy 39049   6177114      2457    622440      2457    148618   3739554   3752444     38.26     43.57
3469.81/870.29	c  N dy 39173   6197192      2457    622440      2457    168672   3739554   4845460     38.26     40.66
3476.61/871.98	c  S st 39282   6214836      2457    622440      2457    186279   3739554   5819071     38.26   no data
3478.98/872.53	c  S st 39282   6215340      2457    622440      2457    186782   3739554   5856846     38.26   no data
3478.98/872.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3481.00/873.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.3M T:  0.44
3481.42/873.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3481.42/873.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3481.77/873.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
3481.77/873.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
3481.77/873.25	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3491.35/875.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  2.36 s
3498.13/877.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.58 s
3589.86/900.31	c lits-rem:        57  cl-subs:      144  v-elim:      0  v-fix:    0  time: 22.84 s
3589.86/900.38	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.06
3590.26/900.50	c vivif2 --  cl tried   186638 cl shrink        0 lits rem          0 time: 0.12
3591.84/900.80	c asymm  cl-useful: 0/7660/622440 lits-rem:0 time: 0.31
3591.84/900.83	c calculated reachability. Time: 0.00
3591.84/900.83	c  N dy 39282   6215340      2457    622440      2457    186638   3739554   5839928     38.26   no data
3599.87/902.84	c  N dy 39410   6235388      2457    622440      2457    206658   3739554   6955532     38.27     52.30
3608.64/905.09	c  N dy 39540   6255540      2457    622440      2457    114917   3739554   1848927     38.27     40.59
3614.58/906.51	c  N dy 39666   6275570      2457    622440      2457    134923   3739554   2947792     38.27     41.22
3620.56/908.09	c  N dy 39799   6295637      2457    622440      2457    154961   3739554   4048412     38.27     40.96
3627.34/909.75	c  N dy 39926   6315756      2457    622440      2457    175059   3739554   5148384     38.27     41.16
3634.53/911.53	c  N dy 40044   6335815      2457    622440      2457    195094   3739554   6245287     38.27     53.92
3641.70/913.39	c  N dy 40159   6355927      2457    622440      2457    215180   3739554   7337402     38.26     40.55
3649.67/915.36	c  N dy 40280   6375999      2457    622440      2457    122375   3739554   2221567     38.26     49.62
3655.65/916.83	c  N dy 40411   6396044      2457    622440      2457    142398   3739554   3355115     38.27     40.67
3662.02/918.48	c  N dy 40540   6416118      2457    622440      2457    162437   3739554   4443978     38.27     47.58
3669.21/920.23	c  N dy 40665   6436144      2457    622440      2457    182439   3739554   5538974     38.27     41.64
3676.38/922.09	c  N dy 40787   6456254      2457    622440      2457    202526   3739554   6656586     38.27     41.26
3684.76/924.12	c  N dy 40910   6476313      2457    622440      2457    222553   3739554   7760409     38.27     40.49
3692.33/926.02	c  N dy 41033   6496405      2457    622440      2457    128766   3739554   2536895     38.27     40.53
3698.72/927.62	c  N dy 41163   6516406      2457    622440      2457    148726   3739554   3627188     38.27     51.15
3705.49/929.39	c  N dy 41295   6536560      2457    622440      2457    168845   3739554   4732357     38.27     40.33
3713.07/931.21	c  N dy 41415   6556565      2457    622440      2457    188820   3739554   5807477     38.26     40.55
3721.05/933.26	c  N dy 41537   6576664      2457    622440      2457    208892   3739554   6901297     38.26     40.49
3730.63/935.64	c  N dy 41661   6596796      2457    622440      2457    228987   3739554   8019155     38.26     40.31
3738.20/937.51	c  N dy 41790   6616930      2457    622440      2457    134265   3739554   2789686     38.26     40.40
3744.62/939.17	c  N dy 41912   6636932      2457    622440      2457    154240   3739554   3896709     38.26     40.31
3751.75/940.97	c  N dy 42038   6657240      2457    622440      2457    174508   3739554   5003379     38.26     40.69
3759.73/942.96	c  N dy 42174   6677276      2457    622440      2457    194525   3739554   6119136     38.26     40.61
3768.10/945.06	c  N dy 42295   6697378      2457    622440      2457    214604   3739554   7214117     38.26     40.38
3777.28/947.36	c  S st 42404   6715340      2457    622440      2457    116704   3739554   1794147     38.26   no data
3779.30/947.81	c  S st 42404   6715844      2457    622440      2457    117207   3739554   1829624     38.26   no data
3779.30/947.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3780.86/948.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.3M T:  0.42
3781.66/948.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3781.66/948.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3782.06/948.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
3782.06/948.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
3782.06/948.52	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3782.47/948.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
3783.27/948.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.13 s
3788.49/950.17	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.27 s
3788.84/950.24	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
3788.84/950.28	c vivif2 --  cl tried   117205 cl shrink        0 lits rem          0 time: 0.04
3790.04/950.60	c asymm  cl-useful: 0/9354/622440 lits-rem:0 time: 0.32
3790.44/950.62	c calculated reachability. Time: 0.00
3790.44/950.62	c  N dy 42404   6715844      2457    622440      2457    117205   3739554   1829354     38.26   no data
3796.84/952.25	c  N dy 42533   6736060      2457    622440      2457    137383   3739554   2951362     38.26     41.08
3803.60/953.96	c  N dy 42663   6756117      2457    622440      2457    157408   3739554   4064311     38.26     40.35
3810.77/955.76	c  N dy 42790   6776121      2457    622440      2457    177386   3739554   5167919     38.27     44.03
3818.36/957.64	c  N dy 42909   6796242      2457    622440      2457    197468   3739554   6251638     38.26     41.05
3826.33/959.66	c  N dy 43038   6816267      2457    622440      2457    217470   3739554   7364067     38.27     42.38
3835.51/961.91	c  N dy 43159   6836379      2457    622440      2457    120725   3739554   1975087     38.26     40.51
3840.70/963.30	c  N dy 43278   6856385      2457    622440      2457    140708   3739554   3068313     38.26     41.56
3847.06/964.89	c  N dy 43406   6876474      2457    622440      2457    160774   3739554   4187174     38.27     40.58
3853.87/966.59	c  N dy 43525   6896501      2457    622440      2457    180765   3739554   5265010     38.26     40.30
3861.82/968.53	c  N dy 43645   6916594      2457    622440      2457    200827   3739554   6349872     38.26     58.47
3869.80/970.53	c  N dy 43771   6936651      2457    622440      2457    220853   3739554   7460385     38.26     40.90
3878.57/972.76	c  N dy 43893   6956774      2457    622440      2457    123129   3739554   2061830     38.26     40.57
3884.57/974.26	c  N dy 44016   6976938      2457    622440      2457    143257   3739554   3172834     38.26     40.96
3891.32/975.90	c  N dy 44146   6997088      2457    622440      2457    163376   3739554   4272800     38.26     40.40
3898.50/977.70	c  N dy 44278   7017180      2457    622440      2457    183443   3739554   5376735     38.27     43.53
3906.08/979.64	c  N dy 44403   7037289      2457    622440      2457    203531   3739554   6472368     38.26     40.79
3914.05/981.61	c  N dy 44518   7057296      2457    622440      2457    223506   3739554   7546004     38.26     40.28
3922.03/983.68	c  N dy 44645   7077561      2457    622440      2457    124909   3739554   2134030     38.26     40.39
3928.01/985.20	c  N dy 44768   7097568      2457    622440      2457    144882   3739554   3236209     38.26     40.44
3935.18/986.98	c  N dy 44900   7117661      2457    622440      2457    164950   3739554   4358063     38.27     49.68
3942.75/988.80	c  N dy 45020   7137808      2457    622440      2457    185067   3739554   5455880     38.27     40.57
3950.78/990.83	c  N dy 45148   7157857      2457    622440      2457    205080   3739554   6552924     38.27     40.41
3959.13/992.93	c  N dy 45275   7177951      2457    622440      2457    225147   3739554   7653651     38.26     40.79
3969.07/995.40	c  N dy 45406   7197981      2457    622440      2457    125339   3739554   2118993     38.27     42.20
3973.86/996.69	c  S st 45516   7215844      2457    622440      2457    143182   3739554   3094893     38.27   no data
3975.86/997.18	c  S st 45516   7216347      2457    622440      2457    143684   3739554   3129417     38.27   no data
3976.26/997.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3977.45/997.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.5M T:  0.37
3978.25/997.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3978.25/997.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3978.65/997.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
3978.65/997.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
3978.65/997.83	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3979.04/997.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
3981.06/998.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.47 s
4000.18/1003.29	c lits-rem:        17  cl-subs:       51  v-elim:      0  v-fix:    0  time:  4.70 s
4000.58/1003.36	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
4000.98/1003.42	c vivif2 --  cl tried   143633 cl shrink        0 lits rem          0 time: 0.06
4001.78/1003.68	c asymm  cl-useful: 0/12832/622440 lits-rem:0 time: 0.25
4002.18/1003.70	c calculated reachability. Time: 0.00
4002.18/1003.70	c  N dy 45516   7216347      2457    622440      2457    143633   3739554   3122929     38.27   no data
4009.36/1005.53	c  N dy 45645   7236428      2457    622440      2457    163698   3739554   4213249     38.27     40.28
4016.58/1007.39	c  N dy 45775   7256456      2457    622440      2457    183703   3739554   5324934     38.27     40.37
4024.93/1009.44	c  N dy 45898   7276485      2457    622440      2457    203707   3739554   6419826     38.27     40.53
4034.13/1011.77	c  N dy 46026   7296511      2457    622440      2457    223711   3739554   7531900     38.27     46.04
4044.45/1014.30	c  N dy 46149   7316700      2457    622440      2457    123024   3739554   1945944     38.27     40.71
4050.84/1015.90	c  N dy 46282   7336704      2457    622440      2457    143001   3739554   3052185     38.27     40.69
4058.01/1017.71	c  N dy 46415   7356800      2457    622440      2457    163071   3739554   4184521     38.27     41.59
4065.58/1019.63	c  N dy 46545   7376825      2457    622440      2457    183066   3739554   5307401     38.27     40.71
4073.19/1021.61	c  N dy 46670   7396873      2457    622440      2457    203086   3739554   6402704     38.27     40.38
4081.96/1023.74	c  N dy 46797   7416896      2457    622440      2457    223088   3739554   7504004     38.27     40.41
4090.32/1025.88	c  N dy 46926   7436970      2457    622440      2457    243138   3739554   8605808     38.27     40.42
4097.89/1027.73	c  N dy 47053   7457117      2457    622440      2457    141412   3739554   2919844     38.27     40.87
4105.07/1029.52	c  N dy 47196   7477195      2457    622440      2457    161464   3739554   4028659     38.28     40.33
4111.85/1031.28	c  N dy 47322   7497227      2457    622440      2457    181463   3739554   5129012     38.28     40.52
4119.83/1033.24	c  N dy 47459   7517264      2457    622440      2457    201481   3739554   6247193     38.28     40.36
4128.20/1035.31	c  N dy 47577   7537328      2457    622440      2457    221519   3739554   7337266     38.28     40.39
4136.57/1037.43	c  N dy 47705   7557403      2457    622440      2457    241563   3739554   8435507     38.28     41.09
4143.80/1039.28	c  N dy 47831   7577434      2457    622440      2457    138722   3739554   2741296     38.28     40.51
4150.13/1040.83	c  N dy 47957   7597461      2457    622440      2457    158716   3739554   3839951     38.28     42.97
4156.53/1042.48	c  N dy 48080   7617543      2457    622440      2457    178780   3739554   4941804     38.28     40.45
4164.10/1044.36	c  N dy 48198   7637589      2457    622440      2457    198798   3739554   6033008     38.28     41.94
4172.06/1046.34	c  N dy 48323   7657616      2457    622440      2457    218792   3739554   7117669     38.28     41.14
4180.84/1048.51	c  N dy 48448   7677702      2457    622440      2457    238856   3739554   8215746     38.28     41.31
4189.61/1050.70	c  N dy 48574   7697706      2457    622440      2457    134989   3739554   2499889     38.28     40.35
4195.20/1052.15	c  S st 48689   7716347      2457    622440      2457    153603   3739554   3523016     38.28   no data
4197.19/1052.67	c  S st 48689   7716853      2457    622440      2457    154109   3739554   3564813     38.28   no data
4197.59/1052.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4199.19/1053.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.0M T:  0.40
4199.59/1053.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4199.59/1053.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4199.99/1053.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
4199.99/1053.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
4199.99/1053.35	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4200.40/1053.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4203.18/1054.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.61 s
4230.70/1061.02	c lits-rem:        25  cl-subs:       67  v-elim:      0  v-fix:    0  time:  6.76 s
4230.70/1061.08	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
4231.12/1061.16	c vivif2 --  cl tried   154042 cl shrink        0 lits rem          0 time: 0.07
4232.69/1061.51	c asymm  cl-useful: 0/7209/622440 lits-rem:0 time: 0.36
4232.69/1061.54	c calculated reachability. Time: 0.00
4232.69/1061.54	c  N dy 48689   7716853      2457    622440      2457    154042   3739554   3556893     38.28   no data
4239.47/1063.27	c  N dy 48806   7736892      2457    622440      2457    174051   3739554   4656585     38.28     40.33
4246.64/1065.07	c  N dy 48932   7756943      2457    622440      2457    194075   3739554   5770089     38.28     52.54
4254.61/1067.06	c  N dy 49063   7777062      2457    622440      2457    214165   3739554   6859020     38.28     40.84
4262.59/1069.07	c  N dy 49193   7797104      2457    622440      2457    234172   3739554   7974970     38.28     43.93
4272.15/1071.41	c  N dy 49314   7817223      2457    622440      2457    129442   3739554   2145363     38.28     40.81
4278.55/1073.05	c  N dy 49439   7837276      2457    622440      2457    149475   3739554   3250718     38.28     40.30
4285.72/1074.80	c  N dy 49567   7857343      2457    622440      2457    169513   3739554   4343614     38.28     40.58
4292.10/1076.49	c  N dy 49689   7877445      2457    622440      2457    189588   3739554   5448108     38.28     40.53
4300.08/1078.45	c  N dy 49805   7897675      2457    622440      2457    209793   3739554   6553516     38.28     40.75
4308.86/1080.62	c  N dy 49941   7917730      2457    622440      2457    229825   3739554   7672468     38.28     40.35
4318.43/1083.02	c  N dy 50066   7937766      2457    622440      2457    249839   3739554   8771117     38.28     42.67
4326.39/1085.03	c  N dy 50192   7957840      2457    622440      2457    144066   3739554   2889227     38.28     40.64
4332.77/1086.66	c  N dy 50316   7978015      2457    622440      2457    164219   3739554   3999863     38.28     41.83
4339.56/1088.39	c  N dy 50437   7998061      2457    622440      2457    184241   3739554   5113829     38.28     43.28
4347.13/1090.28	c  N dy 50561   8018134      2457    622440      2457    204284   3739554   6213312     38.28     40.57
4355.91/1092.43	c  N dy 50693   8038159      2457    622440      2457    224290   3739554   7308282     38.28     40.67
4365.47/1094.82	c  N dy 50822   8058247      2457    622440      2457    244354   3739554   8411365     38.28     40.93
4374.25/1097.04	c  N dy 50945   8078263      2457    622440      2457    137498   3739554   2515955     38.28     45.82
4380.67/1098.68	c  N dy 51071   8098464      2457    622440      2457    157676   3739554   3634749     38.28     41.23
4387.81/1100.47	c  N dy 51198   8118568      2457    622440      2457    177753   3739554   4741068     38.28     40.33
4395.38/1102.39	c  N dy 51326   8138630      2457    622440      2457    197782   3739554   5840277     38.28     40.89
4403.35/1104.34	c  N dy 51440   8158791      2457    622440      2457    217912   3739554   6938462     38.28     40.36
4412.13/1106.55	c  N dy 51565   8179026      2457    622440      2457    238121   3739554   8050899     38.28     40.68
4422.50/1109.15	c  N dy 51697   8199075      2457    622440      2457    130310   3739554   2081859     38.28     40.95
4428.09/1110.61	c  S st 51816   8216854      2457    622440      2457    148072   3739554   3056212     38.28   no data
4430.47/1111.11	c  S st 51816   8217357      2457    622440      2457    148575   3739554   3097165     38.28   no data
4430.47/1111.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4432.07/1111.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.5M T:  0.39
4432.47/1111.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4432.47/1111.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4432.89/1111.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
4432.89/1111.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
4432.89/1111.78	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4433.32/1111.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4435.66/1112.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.47 s
4454.41/1117.10	c lits-rem:        13  cl-subs:       44  v-elim:      0  v-fix:    0  time:  4.56 s
4454.41/1117.17	c vivif2 --  cl tried   622440 cl shrink        0 lits rem          0 time: 0.07
4454.82/1117.24	c vivif2 --  cl tried   148531 cl shrink        0 lits rem          0 time: 0.07
4456.39/1117.66	c asymm  cl-useful: 0/4314/622440 lits-rem:0 time: 0.42
4456.39/1117.69	c calculated reachability. Time: 0.00
4456.39/1117.69	c  N dy 51816   8217357      2457    622440      2457    148531   3739554   3091924     38.28   no data
4463.60/1119.49	c  N dy 51948   8237527      2457    622440      2457    168671   3739554   4206100     38.28     40.46
4470.76/1121.28	c  N dy 52066   8257540      2457    622440      2457    188647   3739554   5295767     38.28     40.32
4478.33/1123.17	c  N dy 52189   8277638      2457    622440      2457    208717   3739554   6390380     38.28     40.92
4487.11/1125.31	c  N dy 52322   8297703      2457    622440      2457    228764   3739554   7499955     38.28     40.47
4495.48/1127.43	c  N dy 52447   8317832      2457    622440      2457    248860   3739554   8594583     38.28     41.36
4503.85/1129.52	c  N dy 52578   8338239      2457    622440      2457    140425   3739554   2597190     38.28     41.01
4509.83/1131.04	c  N dy 52699   8358247      2457    622440      2457    160412   3739554   3692650     38.28     40.45
4516.23/1132.70	c  N dy 52823   8378321      2457    622440      2457    180460   3739554   4785340     38.28     40.31
4523.80/1134.50	c  N dy 52949   8398347      2457    622440      2457    200470   3739554   5883427     38.28     40.92
4531.37/1136.45	c  N dy 53076   8418371      2457    622440      2457    220462   3739554   6977801     38.28     40.66
4539.74/1138.56	c  N dy 53200   8438425      2457    622440      2457    240495   3739554   8082916     38.28     47.07
4550.11/1141.12	c  N dy 53331   8458459      2457    622440      2457    130665   3739554   2009285     38.28     40.52
4555.72/1142.56	c  N dy 53447   8478632      2457    622440      2457    150809   3739554   3106766     38.28     40.52
4562.46/1144.23	c  N dy 53581   8498702      2457    622440      2457    170851   3739554   4201200     38.28     40.95
4569.64/1146.07	c  N dy 53709   8518795      2457    622440      2457    190922   3739554   5313919     38.28     49.22
4577.64/1148.09	c  N dy 53834   8538967      2457    622440      2457    211063   3739554   6417865     38.28     40.92
4586.41/1150.22	c  N dy 53957   8559112      2457    622440      2457    231176   3739554   7516094     38.28     40.61
4595.19/1152.47	c  N dy 54086   8579183      2457    622440      2457    251227   3739554   8639633     38.28     40.96
4604.74/1154.80	c  N dy 54215   8599276      2457    622440      2457    140461   3739554   2499103     38.28     40.80
4611.52/1156.51	c  N dy 54337   8619282      2457    622440      2457    160443   3739554   3606709     38.28     41.23
4618.70/1158.33	c  N dy 54466   8639352      2457    622440      2457    180493   3739554   4726351     38.28     42.92
4626.67/1160.32	c  N dy 54594   8659413      2457    622440      2457    200521   3739554   5827370     38.28     40.82
4634.68/1162.35	c  N dy 54722   8679474      2457    622440      2457    220549   3739554   6942396     38.28     50.89
4643.03/1164.47	c  N dy 54842   8699529      2457    622440      2457    240569   3739554   8025865     38.28     40.30
4651.00/1166.41	c  S st 54952   8717357      2457    622440      2457    258376   3739554   9008564     38.28     35.13
4652.99/1166.92	c  S st 54952   8717857      2457    622440      2457    258875   3739554   9046315     38.28   no data
4652.99/1166.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4655.00/1167.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.6M T:  0.50
4655.79/1167.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4655.79/1167.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4656.19/1167.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
4656.19/1167.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2457 time:  0.00 s
4656.19/1167.71	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4656.60/1167.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
4665.80/1170.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.00 s

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-3366744-1305413271/watcher-3366744-1305413271 -o /tmp/evaluation-result-3366744-1305413271/solver-3366744-1305413271 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366744-1305413271.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: 7.81 8.02 7.44 2/356 15797
/proc/meminfo: memFree=25215076/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 407 0 0 0 0 0 0 0 24 0 4 0 731557804 52396032 347 33554432000 4194304 4580107 140735188828368 18446744073709551615 47652611061682 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15797/statm: 12792 347 299 95 0 7774 0
[pid=15797/tid=15798] ppid=15795 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 731557804 52396032 347 33554432000 4194304 4580107 140735188828368 18446744073709551615 47652611061686 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 731557804 52396032 347 33554432000 4194304 4580107 140735188828368 18446744073709551615 251367603185 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 731557804 52396032 347 33554432000 4194304 4580107 140735188828368 18446744073709551615 47652611061682 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0668431 s]
/proc/loadavg: 7.81 8.02 7.44 2/356 15797
/proc/meminfo: memFree=25215076/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=296340 CPUtime=0.18 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 11762 0 0 0 14 4 0 0 18 0 4 0 731557804 303452160 11551 33554432000 4194304 4580107 140735188828368 18446744073709551615 4487413 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15797/statm: 74085 11813 337 95 0 69067 0
[pid=15797/tid=15798] ppid=15795 vsize=296472 CPUtime=0.04 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 3069 0 0 0 4 0 0 0 18 0 4 0 731557804 303587328 12065 33554432000 4194304 4580107 140735188828368 18446744073709551615 251367590071 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=296472 CPUtime=0.03 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) D 15795 15797 15445 0 -1 4202560 2895 0 0 0 2 1 0 0 18 0 4 0 731557804 303587328 12072 33554432000 4194304 4580107 140735188828368 18446744073709551615 251367207969 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=296472 CPUtime=0.05 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) D 15795 15797 15445 0 -1 4202560 3039 0 0 0 4 1 0 0 18 0 4 0 731557804 303587328 12411 33554432000 4194304 4580107 140735188828368 18446744073709551615 251367590071 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 296340

[startup+0.107864 s]
/proc/loadavg: 7.81 8.02 7.44 2/356 15797
/proc/meminfo: memFree=25215076/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=303704 CPUtime=0.28 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) D 15795 15797 15445 0 -1 4202496 18917 0 0 0 20 8 0 0 18 0 4 0 731557804 310992896 18706 33554432000 4194304 4580107 140735188828368 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15797/statm: 75926 18892 337 95 0 70908 0
[pid=15797/tid=15798] ppid=15795 vsize=303704 CPUtime=0.06 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) D 15795 15797 15445 0 -1 4202560 4749 0 0 0 5 1 0 0 18 0 4 0 731557804 310992896 18893 33554432000 4194304 4580107 140735188828368 18446744073709551615 4489273 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=303704 CPUtime=0.05 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) D 15795 15797 15445 0 -1 4202560 4609 0 0 0 3 2 0 0 18 0 4 0 731557804 310992896 18893 33554432000 4194304 4580107 140735188828368 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=303968 CPUtime=0.07 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 4724 0 0 0 5 2 0 0 18 0 4 0 731557804 311263232 19296 33554432000 4194304 4580107 140735188828368 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 303704

[startup+0.306529 s]
/proc/loadavg: 7.81 8.02 7.44 2/356 15797
/proc/meminfo: memFree=25215076/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=465516 CPUtime=1.34 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 43033 0 0 0 116 18 0 0 18 0 4 0 731557804 476688384 42822 33554432000 4194304 4580107 140735188828368 18446744073709551615 251367651871 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15797/statm: 116446 43058 360 95 0 111428 0
[pid=15797/tid=15798] ppid=15795 vsize=466184 CPUtime=0.33 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) D 15795 15797 15445 0 -1 4202560 10910 0 0 0 29 4 0 0 18 0 4 0 731557804 477372416 43401 33554432000 4194304 4580107 140735188828368 18446744073709551615 251367207969 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=466320 CPUtime=0.33 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) S 15795 15797 15445 0 -1 4202560 10758 0 0 0 28 5 0 0 18 0 4 0 731557804 477511680 43666 33554432000 4194304 4580107 140735188828368 18446744073709551615 251367651822 0 0 4096 2 18446604460342172544 0 0 -1 7 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=467148 CPUtime=0.35 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 10678 0 0 0 31 4 0 0 18 0 4 0 731557804 478359552 44167 33554432000 4194304 4580107 140735188828368 18446744073709551615 4321248 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 465516

[startup+0.740376 s]
/proc/loadavg: 7.81 8.02 7.44 2/356 15797
/proc/meminfo: memFree=25215076/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=759944 CPUtime=2.6 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 113400 0 0 0 225 35 0 0 18 0 4 0 731557804 778182656 113034 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451734 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15797/statm: 190010 113035 372 95 0 184992 0
[pid=15797/tid=15798] ppid=15795 vsize=760424 CPUtime=0.64 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 32017 0 0 0 54 10 0 0 18 0 4 0 731557804 778674176 113215 33554432000 4194304 4580107 140735188828368 18446744073709551615 251367604650 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=760424 CPUtime=0.64 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) D 15795 15797 15445 0 -1 4202560 34816 0 0 0 53 11 0 0 18 0 4 0 731557804 778674176 113215 33554432000 4194304 4580107 140735188828368 18446744073709551615 4423666 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=760564 CPUtime=0.67 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 11244 0 0 0 62 5 0 0 18 0 4 0 731557804 778817536 113216 33554432000 4194304 4580107 140735188828368 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 759944

[startup+1.50055 s]
/proc/loadavg: 7.81 8.02 7.44 2/356 15797
/proc/meminfo: memFree=25215076/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=775480 CPUtime=5.64 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 118207 0 0 0 527 37 0 0 19 0 4 0 731557804 794091520 117810 33554432000 4194304 4580107 140735188828368 18446744073709551615 4452185 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15797/statm: 193870 117810 373 95 0 188852 0
[pid=15797/tid=15798] ppid=15795 vsize=775480 CPUtime=1.4 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 35286 0 0 0 130 10 0 0 19 0 4 0 731557804 794091520 117810 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=775480 CPUtime=1.4 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 34945 0 0 0 129 11 0 0 19 0 4 0 731557804 794091520 117811 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=775480 CPUtime=1.43 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 12442 0 0 0 137 6 0 0 18 0 4 0 731557804 794091520 117811 33554432000 4194304 4580107 140735188828368 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 775480

[startup+3.10025 s]
/proc/loadavg: 7.90 8.04 7.45 9/365 15831
/proc/meminfo: memFree=24702496/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=880088 CPUtime=12.01 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 144429 0 0 0 1159 42 0 0 22 0 4 0 731557804 901210112 143887 33554432000 4194304 4580107 140735188828368 18446744073709551615 4452185 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15797/statm: 220022 143887 374 95 0 215004 0
[pid=15797/tid=15798] ppid=15795 vsize=880088 CPUtime=3 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 35286 0 0 0 290 10 0 0 22 0 4 0 731557804 901210112 143887 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=880088 CPUtime=2.97 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 34945 0 0 0 286 11 0 0 22 0 4 0 731557804 901210112 143887 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451813 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=880088 CPUtime=3.02 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 38663 0 0 0 291 11 0 0 22 0 4 0 731557804 901210112 143887 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 880088

[startup+6.31366 s]
/proc/loadavg: 7.90 8.04 7.45 11/365 15861
/proc/meminfo: memFree=24626664/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=865716 CPUtime=24.83 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 167175 0 0 0 2433 50 0 0 25 0 4 0 731557804 886493184 142110 33554432000 4194304 4580107 140735188828368 18446744073709551615 4399505 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15797/statm: 216429 142110 376 95 0 211411 0
[pid=15797/tid=15798] ppid=15795 vsize=865716 CPUtime=6.21 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 42808 0 0 0 608 13 0 0 25 0 4 0 731557804 886493184 142114 33554432000 4194304 4580107 140735188828368 18446744073709551615 4406166 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=865716 CPUtime=6.15 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 42268 0 0 0 601 14 0 0 18 0 4 0 731557804 886493184 142121 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451708 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=865716 CPUtime=6.24 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 38663 0 0 0 613 11 0 0 25 0 4 0 731557804 886493184 142122 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451663 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 865716

[startup+12.7005 s]
/proc/loadavg: 7.91 8.04 7.45 9/365 15891
/proc/meminfo: memFree=24393640/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=1078060 CPUtime=50.28 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 245523 0 0 0 4955 73 0 0 22 0 4 0 731557804 1103933440 212319 33554432000 4194304 4580107 140735188828368 18446744073709551615 4406440 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15797/statm: 269515 212319 376 95 0 264497 0
[pid=15797/tid=15798] ppid=15795 vsize=1078060 CPUtime=12.6 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 63777 0 0 0 1240 20 0 0 25 0 4 0 731557804 1103933440 212319 33554432000 4194304 4580107 140735188828368 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=1078060 CPUtime=12.46 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 63054 0 0 0 1225 21 0 0 25 0 4 0 731557804 1103933440 212319 33554432000 4194304 4580107 140735188828368 18446744073709551615 4406424 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=1078060 CPUtime=12.62 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 54211 0 0 0 1246 16 0 0 24 0 4 0 731557804 1103933440 212319 33554432000 4194304 4580107 140735188828368 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.28
Current children cumulated vsize (KiB) 1078060

[startup+25.5011 s]
/proc/loadavg: 8.00 8.05 7.46 9/365 15892
/proc/meminfo: memFree=24120008/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=1264616 CPUtime=101.3 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 383430 0 0 0 10028 102 0 0 25 0 4 0 731557804 1294966784 264002 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451692 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15797/statm: 316154 264002 379 95 0 311136 0
[pid=15797/tid=15798] ppid=15795 vsize=1264616 CPUtime=25.38 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 100907 0 0 0 2511 27 0 0 25 0 4 0 731557804 1294966784 264002 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=1264616 CPUtime=25.1 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 94607 0 0 0 2483 27 0 0 25 0 4 0 731557804 1294966784 264002 33554432000 4194304 4580107 140735188828368 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=1264616 CPUtime=25.42 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 89779 0 0 0 2516 26 0 0 25 0 4 0 731557804 1294966784 264002 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 1264616

[startup+51.1004 s]
/proc/loadavg: 8.00 8.05 7.48 9/365 15893
/proc/meminfo: memFree=23997672/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=1400048 CPUtime=203.4 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 469130 0 0 0 20216 124 0 0 25 0 4 0 731557804 1433649152 280485 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15797/statm: 350012 280485 379 95 0 344994 0
[pid=15797/tid=15798] ppid=15795 vsize=1400048 CPUtime=50.99 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 116057 0 0 0 5068 31 0 0 25 0 4 0 731557804 1433649152 280485 33554432000 4194304 4580107 140735188828368 18446744073709551615 4296072 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=1400048 CPUtime=50.4 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 119143 0 0 0 5008 32 0 0 25 0 4 0 731557804 1433649152 280485 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=1400048 CPUtime=51.02 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 124175 0 0 0 5066 36 0 0 25 0 4 0 731557804 1433649152 280485 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.4
Current children cumulated vsize (KiB) 1400048

[startup+102.301 s]
/proc/loadavg: 8.18 8.09 7.52 9/365 15954
/proc/meminfo: memFree=23882020/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=1433740 CPUtime=407.57 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 733630 0 0 0 40578 179 0 0 25 0 4 0 731557804 1468149760 307572 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15797/statm: 358435 307572 379 95 0 353417 0
[pid=15797/tid=15798] ppid=15795 vsize=1433740 CPUtime=102.18 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 177617 0 0 0 10174 44 0 0 25 0 4 0 731557804 1468149760 307572 33554432000 4194304 4580107 140735188828368 18446744073709551615 4416519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=1433740 CPUtime=100.98 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 195512 0 0 0 10049 49 0 0 25 0 4 0 731557804 1468149760 307572 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=1433740 CPUtime=102.22 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 207090 0 0 0 10168 54 0 0 25 0 4 0 731557804 1468149760 307572 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.57
Current children cumulated vsize (KiB) 1433740

[startup+162.301 s]

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

[pid=15797] ppid=15795 vsize=2398704 CPUtime=2560.98 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 3585905 0 0 0 255271 827 0 0 25 0 4 0 731557804 2456272896 458163 33554432000 4194304 4580107 140735188828368 18446744073709551615 4489196 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15797/statm: 599676 458164 379 95 0 594658 0
[pid=15797/tid=15798] ppid=15795 vsize=2398704 CPUtime=642.02 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 929883 0 0 0 63998 204 0 0 25 0 4 0 731557804 2456272896 458164 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=2398704 CPUtime=638.8 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 893376 0 0 0 63670 210 0 0 25 0 4 0 731557804 2456272896 458164 33554432000 4194304 4580107 140735188828368 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=2398704 CPUtime=641.12 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 930317 0 0 0 63891 221 0 0 25 0 4 0 731557804 2456272896 458164 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2560.98
Current children cumulated vsize (KiB) 2398704

[startup+702.301 s]
/proc/loadavg: 8.18 8.13 7.80 9/365 16090
/proc/meminfo: memFree=22386020/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=2338032 CPUtime=2800.25 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 3840677 0 0 0 279140 885 0 0 25 0 4 0 731557804 2394144768 452165 33554432000 4194304 4580107 140735188828368 18446744073709551615 4416041 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15797/statm: 584508 452165 379 95 0 579490 0
[pid=15797/tid=15798] ppid=15795 vsize=2338032 CPUtime=702.01 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 996429 0 0 0 69982 219 0 0 25 0 4 0 731557804 2394144768 452165 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=2338032 CPUtime=698.8 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 965625 0 0 0 69652 228 0 0 25 0 4 0 731557804 2394144768 452165 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=2338032 CPUtime=700.41 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 993642 0 0 0 69808 233 0 0 25 0 4 0 731557804 2394144768 452165 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.25
Current children cumulated vsize (KiB) 2338032

[startup+762.301 s]
/proc/loadavg: 8.11 8.12 7.81 9/365 16092
/proc/meminfo: memFree=22286656/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=2408644 CPUtime=3039.52 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 4079723 0 0 0 303005 947 0 0 25 0 4 0 731557804 2466451456 459502 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451900 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15797/statm: 602161 459502 379 95 0 597143 0
[pid=15797/tid=15798] ppid=15795 vsize=2408644 CPUtime=762.02 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1046517 0 0 0 75971 231 0 0 25 0 4 0 731557804 2466451456 459502 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=2408644 CPUtime=758.79 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1042046 0 0 0 75631 248 0 0 25 0 4 0 731557804 2466451456 459502 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=2408644 CPUtime=759.7 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1040946 0 0 0 75725 245 0 0 25 0 4 0 731557804 2466451456 459502 33554432000 4194304 4580107 140735188828368 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3039.52
Current children cumulated vsize (KiB) 2408644

[startup+822.301 s]
/proc/loadavg: 8.15 8.12 7.83 9/365 16102
/proc/meminfo: memFree=22172424/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=2237480 CPUtime=3278.79 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 4314517 0 0 0 326874 1005 0 0 25 0 4 0 731557804 2291179520 462362 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451672 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15797/statm: 559370 462362 379 95 0 554352 0
[pid=15797/tid=15798] ppid=15795 vsize=2237480 CPUtime=822 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1118298 0 0 0 81951 249 0 0 25 0 4 0 731557804 2291179520 462362 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=2237480 CPUtime=818.78 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1075427 0 0 0 81622 256 0 0 25 0 4 0 731557804 2291179520 462362 33554432000 4194304 4580107 140735188828368 18446744073709551615 4416657 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=2237480 CPUtime=818.99 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1103668 0 0 0 81639 260 0 0 25 0 4 0 731557804 2291179520 462362 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3278.79
Current children cumulated vsize (KiB) 2237480

[startup+882.301 s]
/proc/loadavg: 8.09 8.11 7.84 9/365 16104
/proc/meminfo: memFree=21975936/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=2659764 CPUtime=3518.06 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 4522862 0 0 0 350749 1057 0 0 25 0 4 0 731557804 2723598336 485295 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15797/statm: 664941 485295 379 95 0 659923 0
[pid=15797/tid=15798] ppid=15795 vsize=2659764 CPUtime=882.01 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1147918 0 0 0 87946 255 0 0 25 0 4 0 731557804 2723598336 485295 33554432000 4194304 4580107 140735188828368 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=2659764 CPUtime=878.78 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1148501 0 0 0 87601 277 0 0 25 0 4 0 731557804 2723598336 485295 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451903 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=2659764 CPUtime=878.27 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1148921 0 0 0 87557 270 0 0 25 0 4 0 731557804 2723598336 485295 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.06
Current children cumulated vsize (KiB) 2659764

[startup+942.301 s]
/proc/loadavg: 8.14 8.13 7.86 9/365 16106
/proc/meminfo: memFree=22001644/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=2558408 CPUtime=3757.36 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 4785893 0 0 0 374616 1120 0 0 25 0 4 0 731557804 2619809792 480937 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15797/statm: 639602 480937 379 95 0 634584 0
[pid=15797/tid=15798] ppid=15795 vsize=2558408 CPUtime=942.01 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1220980 0 0 0 93929 272 0 0 25 0 4 0 731557804 2619809792 480947 33554432000 4194304 4580107 140735188828368 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=2558408 CPUtime=938.78 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1214514 0 0 0 93585 293 0 0 25 0 4 0 731557804 2619809792 480947 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=2558408 CPUtime=937.57 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1216891 0 0 0 93471 286 0 0 20 0 4 0 731557804 2619809792 480947 33554432000 4194304 4580107 140735188828368 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.36
Current children cumulated vsize (KiB) 2558408

[startup+1002.3 s]
/proc/loadavg: 8.06 8.11 7.87 9/365 16107
/proc/meminfo: memFree=22011120/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=2319016 CPUtime=3996.59 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 5046185 0 0 0 398477 1182 0 0 25 0 4 0 731557804 2374672384 472981 33554432000 4194304 4580107 140735188828368 18446744073709551615 4416320 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15797/statm: 579754 472981 379 95 0 574736 0
[pid=15797/tid=15798] ppid=15795 vsize=2319016 CPUtime=1001.99 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1285535 0 0 0 99909 290 0 0 25 0 4 0 731557804 2374672384 472981 33554432000 4194304 4580107 140735188828368 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=2319016 CPUtime=998.75 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1271653 0 0 0 99571 304 0 0 25 0 4 0 731557804 2374672384 472981 33554432000 4194304 4580107 140735188828368 18446744073709551615 4519611 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=2319016 CPUtime=996.86 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1286093 0 0 0 99384 302 0 0 25 0 4 0 731557804 2374672384 472981 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3996.59
Current children cumulated vsize (KiB) 2319016

[startup+1062.31 s]
/proc/loadavg: 8.06 8.10 7.88 9/365 16109
/proc/meminfo: memFree=21851828/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=2386796 CPUtime=4235.92 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 5253657 0 0 0 422355 1237 0 0 25 0 4 0 731557804 2444079104 481651 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15797/statm: 596699 481651 379 95 0 591681 0
[pid=15797/tid=15798] ppid=15795 vsize=2386796 CPUtime=1062.01 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1346693 0 0 0 105894 307 0 0 25 0 4 0 731557804 2444079104 481651 33554432000 4194304 4580107 140735188828368 18446744073709551615 4416018 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=2386796 CPUtime=1058.76 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1306021 0 0 0 105565 311 0 0 25 0 4 0 731557804 2444079104 481651 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=2386796 CPUtime=1056.16 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1337814 0 0 0 105299 317 0 0 25 0 4 0 731557804 2444079104 481651 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4235.92
Current children cumulated vsize (KiB) 2386796

[startup+1122.3 s]
/proc/loadavg: 8.10 8.10 7.89 9/365 16110
/proc/meminfo: memFree=21641076/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=2750988 CPUtime=4475.14 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 5469688 0 0 0 446224 1290 0 0 25 0 4 0 731557804 2817011712 485778 33554432000 4194304 4580107 140735188828368 18446744073709551615 4316555 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15797/statm: 687747 485778 379 95 0 682729 0
[pid=15797/tid=15798] ppid=15795 vsize=2750988 CPUtime=1121.99 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1408332 0 0 0 111877 322 0 0 25 0 4 0 731557804 2817011712 485779 33554432000 4194304 4580107 140735188828368 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=2750988 CPUtime=1118.74 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1348984 0 0 0 111554 320 0 0 25 0 4 0 731557804 2817011712 485779 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=2750988 CPUtime=1115.43 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1387658 0 0 0 111213 330 0 0 25 0 4 0 731557804 2817011712 485779 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.14
Current children cumulated vsize (KiB) 2750988

[startup+1182.3 s]
/proc/loadavg: 8.14 8.10 7.91 9/365 16112
/proc/meminfo: memFree=21546744/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=2989048 CPUtime=4714.41 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 5709388 0 0 0 470090 1351 0 0 25 0 4 0 731557804 3060785152 508512 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451895 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15797/statm: 747262 508512 379 95 0 742244 0
[pid=15797/tid=15798] ppid=15795 vsize=2989048 CPUtime=1181.97 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1475479 0 0 0 117857 340 0 0 25 0 4 0 731557804 3060785152 508512 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=2989048 CPUtime=1178.74 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1411683 0 0 0 117538 336 0 0 25 0 4 0 731557804 3060785152 508512 33554432000 4194304 4580107 140735188828368 18446744073709551615 4451883 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=2989048 CPUtime=1174.72 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1437169 0 0 0 117128 344 0 0 25 0 4 0 731557804 3060785152 508512 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4714.41
Current children cumulated vsize (KiB) 2989048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.23 8.13 7.92 9/365 16112
/proc/meminfo: memFree=21491280/32950928 swapFree=38710892/67111528
[pid=15797] ppid=15795 vsize=2634576 CPUtime=4800.17 cores=1,3,5,7
/proc/15797/stat : 15797 (strangenight2-m) R 15795 15797 15445 0 -1 4202496 5785150 0 0 0 478648 1369 0 0 25 0 4 0 731557804 2697805824 503352 33554432000 4194304 4580107 140735188828368 18446744073709551615 4406440 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15797/statm: 658644 503352 379 95 0 653626 0
[pid=15797/tid=15798] ppid=15795 vsize=2634576 CPUtime=1203.49 cores=1,3,5,7
/proc/15797/task/15798/stat : 15798 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1504863 0 0 0 120001 348 0 0 25 0 4 0 731557804 2697805824 503363 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15797/tid=15799] ppid=15795 vsize=2634576 CPUtime=1200.24 cores=1,3,5,7
/proc/15797/task/15799/stat : 15799 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1428194 0 0 0 119685 339 0 0 25 0 4 0 731557804 2697805824 503363 33554432000 4194304 4580107 140735188828368 18446744073709551615 4321100 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15797/tid=15800] ppid=15795 vsize=2634576 CPUtime=1195.97 cores=1,3,5,7
/proc/15797/task/15800/stat : 15800 (strangenight2-m) R 15795 15797 15445 0 -1 4202560 1467047 0 0 0 119245 352 0 0 25 0 4 0 731557804 2697805824 503364 33554432000 4194304 4580107 140735188828368 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 2634576

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): 1203.91
CPU time (s): 4800.31
CPU user time (s): 4786.52
CPU system time (s): 13.7879
CPU usage (%): 398.727
Max. virtual memory (cumulated for all children) (KiB): 3035140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4786.52
system time used= 13.7879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5785170
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= 22597
involuntary context switches= 30584

runsolver used 4.03739 second user time and 10.1935 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 00:47:51
IDJOB=3366744
IDBENCH=83184
IDSOLVER=1844
FILE ID=node113/3366744-1305413271
RUNJOBID= node113-1305410849-15464
PBS_JOBID= 13324530
Free space on /tmp= 73424 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x39.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366744-1305413271/watcher-3366744-1305413271 -o /tmp/evaluation-result-3366744-1305413271/solver-3366744-1305413271 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366744-1305413271.cnf

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

MD5SUM BENCH= e7679ca49bb432c9b90305d907365c4e
RANDOM SEED=1213612810

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.83
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.846
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:     32950928 kB
MemFree:      25215356 kB
Buffers:        257552 kB
Cached:        2827116 kB
SwapCached:      93712 kB
Active:         771804 kB
Inactive:      6701820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25215356 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           26016 kB
Writeback:           0 kB
AnonPages:     4306624 kB
Mapped:          13640 kB
Slab:           106196 kB
PageTables:      91436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87061048 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= 73416 MiB
End job on node113 at 2011-05-15 01:07:57