Trace number 3263343

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? (TO) 4800.35 1201.73

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
MD5SUMf1f35d90237c4ca07d41a6a9b08e6279
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 variables140
Number of clauses58376
Sum of the clauses size583480
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 556
Number of clauses of size over 558320

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3263343-1304126026.cnf'
0.00/0.00	c -- header says num vars:            140
0.00/0.00	c -- header says num clauses:       58376
0.17/0.05	c -- clauses added:            0 learnts,        58376 normals,            0 xors
0.17/0.05	c -- vars added        140
0.17/0.05	c Parsing time:  0.04 s
0.17/0.05	c  N st     0         0       140     58376         0         0    583480         0   no data   no data
0.77/0.23	c asymm  cl-useful: 66/1006/58376 lits-rem:81 time: 0.17
0.77/0.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
0.77/0.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.77/0.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.77/0.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.77/0.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
0.77/0.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.33/6.14	c lits-rem:     81997  cl-subs:    11791  v-elim:      0  v-fix:    0  time:  5.88 s
24.33/6.14	c Finding binary XORs  T:     0.00 s  found:       0
24.75/6.23	c Finding non-binary XORs:     0.09 s (found:       0, avg size: nan)
24.75/6.23	c calculated reachability. Time: 0.00
24.75/6.23	c Calc default polars -  time:   0.00 s pos:      70 undec:       0 neg:      70
24.75/6.23	c =========================================================================================
24.75/6.23	c types(t): F = full restart, N = normal restart
24.75/6.23	c types(t): S = simplification begin/end, E = solution found
24.75/6.23	c restart types(rt): st = static, dy = dynamic
24.75/6.23	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
24.75/6.23	c  B st     0         0       140     46585         0         0    395364         0   no data   no data
25.15/6.38	c  N dy    12      4117       140     46585         0      3915    395357     75984     14.67     15.46
25.92/6.54	c  N dy    23      8206       140     46585         0      7798    395353    151342     13.86     14.61
26.73/6.73	c  N dy    40     12358       140     46585         0      7116    395341    112674     13.91     14.88
27.53/6.94	c  N dy    54     17439       140     46585         0     11942    395334    203261     13.56     14.38
28.32/7.15	c  N dy    63     21459       140     46585         0      8345    395329    115619     13.49     14.30
28.73/7.30	c  F st    76     25001       140     46585         0     11701    395321    173405     13.43     11.87
29.15/7.34	c  N st    78     25626       140     46585         0     12295    395318    184749     13.43   no data
29.92/7.53	c  N dy    82     30000       140     46585         0     16439    395315    267433     13.43   no data
29.92/7.53	c  S st    82     30000       140     46585         0     16439    395315    267433     13.43   no data
30.32/7.62	c  S st    82     30502       140     46585         0     16930    395315    275230     13.43   no data
30.32/7.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.32/7.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
30.32/7.66	c blocked clauses removed:        0 vars:      0 tried:         140 T: 0.00 s
30.32/7.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.32/7.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.32/7.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
30.32/7.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.32/7.68	c lits-rem:        38  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.01 s
30.32/7.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.31/9.16	c lits-rem:      3412  cl-subs:     1651  v-elim:      0  v-fix:    0  time:  1.46 s
37.51/9.48	c asymm  cl-useful: 0/1181/46401 lits-rem:0 time: 0.33
37.51/9.48	c calculated reachability. Time: 0.00
37.51/9.48	c  N dy    82     30502       140     46401         0     15447    393339    242548     13.43   no data
38.71/9.71	c  N dy   113     34584       140     46401         0     10104    393335    134921     13.63     14.39
39.50/9.95	c  N dy   132     39879       140     46401         0     15087    393321    223190     13.56     14.28
40.31/10.15	c  N dy   161     43961       140     46401         0     18978    393313    295408     13.65     14.41
40.71/10.23	c  S st   162     45754       140     46401         0     20652    393310    324310     13.60     12.37
41.11/10.32	c  S st   162     46254       140     46401         0     21135    393308    331780     13.60   no data
41.11/10.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.11/10.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
41.11/10.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.11/10.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.11/10.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.11/10.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
41.11/10.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.11/10.37	c lits-rem:        35  cl-subs:       21  v-elim:      0  v-fix:    0  time:  0.01 s
41.11/10.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.71/11.21	c lits-rem:      2998  cl-subs:     1371  v-elim:      0  v-fix:    0  time:  0.82 s
44.71/11.21	c vivif2 --  cl tried    46295 cl shrink        0 lits rem          0 time: 0.00
44.71/11.22	c vivif2 --  cl tried    19849 cl shrink        0 lits rem          0 time: 0.00
45.90/11.51	c asymm  cl-useful: 0/1119/46295 lits-rem:0 time: 0.29
45.90/11.51	c calculated reachability. Time: 0.00
45.90/11.51	c  N dy   162     46254       140     46295         0     19849    392157    304051     13.60   no data
46.72/11.77	c  N dy   186     50892       140     46295         0     13677    392149    190309     13.67     14.61
47.90/12.07	c  N dy   200     57035       140     46295         0     19480    392141    292655     13.57     14.36
48.70/12.27	c  N dy   206     61382       140     46295         0     23552    392136    364579     13.49     14.21
49.50/12.48	c  N dy   237     65469       140     46295         0     15675    392131    219052     13.58     16.60
50.30/12.65	c  S st   258     69382       140     46295         0     19373    392125    287028     13.61   no data
50.69/12.72	c  S st   258     69886       140     46295         0     19864    392123    295424     13.61   no data
50.69/12.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.69/12.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
50.69/12.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.69/12.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.69/12.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.69/12.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
50.69/12.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.69/12.77	c lits-rem:        15  cl-subs:       20  v-elim:      0  v-fix:    0  time:  0.01 s
50.69/12.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.89/13.50	c lits-rem:      1904  cl-subs:      793  v-elim:      0  v-fix:    0  time:  0.71 s
53.89/13.51	c vivif2 --  cl tried    46195 cl shrink        0 lits rem          0 time: 0.01
53.89/13.51	c vivif2 --  cl tried    19151 cl shrink        0 lits rem          0 time: 0.01
55.09/13.84	c asymm  cl-useful: 0/1131/46195 lits-rem:0 time: 0.33
55.09/13.84	c calculated reachability. Time: 0.00
55.09/13.84	c  N dy   258     69886       140     46195         0     19151    391043    279253     13.61   no data
56.28/14.14	c  N dy   269     75745       140     46195         0     24610    391032    373865     13.51     14.24
57.48/14.46	c  N dy   295     80717       140     46195         0     16499    391022    223153     13.51     14.40
58.68/14.73	c  N dy   330     85904       140     46195         0     21459    391013    316322     13.55     16.10
59.08/14.83	c  F st   342     87502       140     46195         0     22985    391009    344884     13.57   no data
60.30/15.16	c  N dy   348     92698       140     46195         0     14007    391008    172553     13.57   no data
61.47/15.44	c  N dy   368     98691       140     46195         0     19664    391002    274410     13.54     14.56
62.67/15.77	c  S st   402    104829       140     46195         0     25501    390989    381478     13.56     14.08
63.07/15.87	c  S st   402    105332       140     46195         0     25992    390985    389742     13.56   no data
63.07/15.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
63.47/15.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
63.47/15.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.47/15.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.47/15.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.47/15.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
63.47/15.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.47/15.94	c lits-rem:        40  cl-subs:       30  v-elim:      0  v-fix:    0  time:  0.02 s
63.47/15.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.09/17.33	c lits-rem:      3806  cl-subs:     1451  v-elim:      0  v-fix:    0  time:  1.38 s
69.09/17.34	c vivif2 --  cl tried    46047 cl shrink        0 lits rem          0 time: 0.01
69.09/17.35	c vivif2 --  cl tried    24659 cl shrink        0 lits rem          0 time: 0.01
70.26/17.67	c asymm  cl-useful: 11/996/46047 lits-rem:11 time: 0.32
70.26/17.67	c calculated reachability. Time: 0.00
70.26/17.67	c  N dy   402    105332       140     46047         0     24659    389387    360722     13.56   no data
71.86/18.07	c  N dy   436    112063       140     46047         0     16212    389377    205686     13.57     14.88
73.48/18.43	c  N dy   468    119496       140     46047         0     23227    389367    331478     13.57     14.35
75.05/18.83	c  N dy   501    127283       140     46047         0     30633    389356    466640     13.56     14.30
77.05/19.34	c  N dy   551    136690       140     46047         0     23750    389342    332037     13.58     14.32
79.05/19.83	c  N dy   584    145722       140     46047         0     32311    389328    486690     13.58     14.36
81.05/20.35	c  N dy   609    155250       140     46047         0     24483    389314    335623     13.54     14.44
81.86/20.50	c  S st   629    157999       140     46047         0     27131    389312    385591     13.55     13.13
81.86/20.60	c  S st   629    158500       140     46047         0     27615    389309    393265     13.55   no data
82.26/20.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.26/20.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
82.26/20.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.26/20.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.26/20.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.26/20.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
82.26/20.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.26/20.67	c lits-rem:        70  cl-subs:       40  v-elim:      0  v-fix:    0  time:  0.02 s
82.26/20.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.83/22.09	c lits-rem:      3793  cl-subs:     1581  v-elim:      0  v-fix:    0  time:  1.41 s
88.23/22.10	c vivif2 --  cl tried    45847 cl shrink        0 lits rem          0 time: 0.01
88.23/22.11	c vivif2 --  cl tried    26194 cl shrink        0 lits rem          0 time: 0.01
89.43/22.42	c asymm  cl-useful: 94/839/45847 lits-rem:94 time: 0.32
89.43/22.43	c calculated reachability. Time: 0.00
89.43/22.43	c  N dy   629    158500       140     45847         0     26194    387061    365084     13.55   no data
92.24/23.12	c  N dy   689    169398       140     45847         0     18832    387048    228655     13.58     14.50
94.63/23.72	c  N dy   765    180718       140     45847         0     29624    387038    431519     13.62     14.49
97.43/24.45	c  N dy   832    192293       140     45847         0     21889    387028    277415     13.66     14.39
100.62/25.23	c  N dy   874    204568       140     45847         0     33461    387012    483317     13.61     14.76
104.61/26.27	c  N dy   915    220516       140     45847         0     28885    386999    409515     13.56     14.29
108.63/27.22	c  N dy   981    234614       140     45847         0     21667    386980    265779     13.56     14.38
109.40/27.40	c  S st   997    237750       140     45847         0     24663    386973    321292     13.57   no data
109.80/27.50	c  S st   997    238256       140     45847         0     25153    386972    329444     13.57   no data
109.80/27.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
109.80/27.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
109.80/27.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
109.80/27.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
109.80/27.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
109.80/27.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
109.80/27.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
109.80/27.58	c lits-rem:       173  cl-subs:      141  v-elim:      0  v-fix:    0  time:  0.03 s
109.80/27.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
114.20/28.61	c lits-rem:      3296  cl-subs:     1027  v-elim:      0  v-fix:    0  time:  1.01 s
114.20/28.62	c vivif2 --  cl tried    45496 cl shrink        0 lits rem          0 time: 0.01
114.20/28.62	c vivif2 --  cl tried    24336 cl shrink        0 lits rem          0 time: 0.00
115.40/28.94	c asymm  cl-useful: 90/890/45496 lits-rem:90 time: 0.32
115.40/28.94	c calculated reachability. Time: 0.00
115.40/28.94	c  N dy   997    238256       140     45496         0     24336    383197    314155     13.57   no data
119.40/29.95	c  N dy  1048    253535       140     45496         0     38687    383186    569475     13.54     15.85
123.39/30.99	c  N dy  1146    269910       140     45496         0     32809    383172    470448     13.58     14.39
128.58/32.23	c  N dy  1199    289762       140     45496         0     29044    383152    377122     13.53     14.25
132.58/33.25	c  F st  1294    306252       140     45496         0     44727    383139    665787     13.56   no data
133.38/33.41	c  N st  1298    308284       140     45496         0     46642    383139    703728     13.56   no data
138.57/34.72	c  N dy  1396    328323       140     45496         0     42281    383125    622952     13.59     14.31
143.78/36.09	c  N dy  1487    348562       140     45496         0     37131    383110    522133     13.59     14.32
146.15/36.69	c  S st  1527    357384       140     45496         0     45556    383103    680249     13.59     12.06
146.95/36.81	c  S st  1527    357886       140     45496         0     46039    383098    688617     13.59   no data
146.95/36.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
146.95/36.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
146.95/36.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
146.95/36.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.95/36.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.95/36.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
146.95/36.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
146.95/36.89	c lits-rem:        98  cl-subs:       88  v-elim:      0  v-fix:    0  time:  0.03 s
147.35/36.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.34/40.96	c lits-rem:      6727  cl-subs:     2270  v-elim:      0  v-fix:    0  time:  4.04 s
163.34/40.97	c vivif2 --  cl tried    45195 cl shrink        0 lits rem          0 time: 0.01
163.34/40.98	c vivif2 --  cl tried    43982 cl shrink        0 lits rem          0 time: 0.01
164.93/41.37	c asymm  cl-useful: 59/692/45195 lits-rem:59 time: 0.39
164.93/41.37	c calculated reachability. Time: 0.00
164.93/41.37	c  N dy  1527    357886       140     45195         0     43982    379952    642429     13.59   no data
171.32/42.96	c  N dy  1634    377949       140     45195         0     37741    379939    523269     13.61     15.38
177.32/44.49	c  N dy  1725    398246       140     45195         0     30669    379928    382177     13.62     14.44
182.93/45.87	c  N dy  1819    418325       140     45195         0     49746    379918    737903     13.63     14.94
189.30/47.45	c  N dy  1909    439644       140     45195         0     42580    379905    590354     13.62     14.50
195.29/48.93	c  N dy  1963    459675       140     45195         0     33207    379889    409641     13.57     14.80
200.91/50.37	c  N dy  2067    479870       140     45195         0     52308    379876    758042     13.58     14.41
206.88/51.86	c  N dy  2193    500119       140     45195         0     42673    379854    593403     13.60     14.35
213.27/53.46	c  N dy  2283    520158       140     45195         0     31594    379846    372818     13.61     14.41
218.08/54.62	c  S st  2343    536829       140     45195         0     47227    379839    650200     13.61     11.36
218.48/54.75	c  S st  2343    537332       140     45195         0     47721    379838    658546     13.61   no data
218.48/54.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
218.48/54.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
218.86/54.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
218.86/54.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
218.86/54.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
218.86/54.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
218.86/54.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
218.86/54.84	c lits-rem:       206  cl-subs:      149  v-elim:      0  v-fix:    0  time:  0.04 s
218.86/54.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
231.26/57.94	c lits-rem:      8731  cl-subs:     3474  v-elim:      0  v-fix:    0  time:  3.07 s
231.26/57.95	c vivif2 --  cl tried    44786 cl shrink        0 lits rem          0 time: 0.01
231.26/57.95	c vivif2 --  cl tried    44507 cl shrink        0 lits rem          0 time: 0.01
232.44/58.25	c asymm  cl-useful: 51/684/44786 lits-rem:51 time: 0.30
232.44/58.26	c calculated reachability. Time: 0.00
232.44/58.26	c  N dy  2343    537332       140     44786         0     44507    375570    596678     13.61   no data
239.23/59.91	c  N dy  2451    557372       140     44786         0     32687    375561    387178     13.62     14.34
244.44/61.29	c  N dy  2548    577548       140     44786         0     51844    375554    743622     13.62     14.45
251.21/62.97	c  N dy  2599    598508       140     44786         0     39627    375544    507735     13.59     14.48
258.03/64.68	c  N dy  2674    618553       140     44786         0     58591    375533    851418     13.58     15.30
265.60/66.52	c  N dy  2745    638824       140     44786         0     44792    375522    580746     13.56     14.51
271.99/68.12	c  N dy  2852    658837       140     44786         0     63856    375518    939592     13.58     17.19
278.78/69.89	c  N dy  2967    679200       140     44786         0     49442    375512    679452     13.59     14.32
287.17/71.94	c  N dy  3076    699922       140     44786         0     69164    375508   1043257     13.60     14.87
294.76/73.82	c  N dy  3174    720652       140     44786         0     54096    375505    761937     13.60     14.53
304.34/76.21	c  N dy  3255    746670       140     44786         0     42712    375493    532088     13.58     14.32
310.76/77.88	c  N dy  3364    766702       140     44786         0     61790    375483    888371     13.59     15.22
318.32/79.75	c  N dy  3461    787202       140     44786         0     44560    375479    568175     13.60     14.40
324.72/81.31	c  S st  3576    805999       140     44786         0     62443    375468    901882     13.61     13.29
325.12/81.48	c  S st  3576    806502       140     44786         0     62921    375468    909765     13.61   no data
325.12/81.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
325.52/81.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
325.52/81.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
325.52/81.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
325.52/81.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
325.52/81.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
325.52/81.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
325.52/81.58	c lits-rem:       144  cl-subs:      108  v-elim:      0  v-fix:    0  time:  0.03 s
325.92/81.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
350.31/87.76	c lits-rem:      8930  cl-subs:     3391  v-elim:      0  v-fix:    0  time:  6.15 s
350.31/87.76	c vivif2 --  cl tried    44509 cl shrink        0 lits rem          0 time: 0.01
350.31/87.78	c vivif2 --  cl tried    59699 cl shrink        0 lits rem          0 time: 0.01
351.88/88.10	c asymm  cl-useful: 60/589/44509 lits-rem:61 time: 0.32
351.88/88.11	c calculated reachability. Time: 0.00
351.88/88.11	c  N dy  3576    806502       140     44509         0     59699    372423    844314     13.61   no data
359.87/90.10	c  N dy  3676    827987       140     44509         0     42539    372411    528097     13.62     14.39
366.26/91.74	c  N dy  3762    848073       140     44509         0     61537    372402    876310     13.62     19.46
374.25/93.78	c  N dy  3865    868173       140     44509         0     42052    372397    512269     13.63     16.75
380.66/95.37	c  N dy  3949    888246       140     44509         0     61195    372391    868473     13.63     14.38
389.44/97.51	c  N dy  3978    908260       140     44509         0     40335    372387    478288     13.60     15.46
396.22/99.21	c  N dy  4079    929655       140     44509         0     60666    372381    856344     13.60     14.34
404.21/101.26	c  N dy  4179    949851       140     44509         0     79795    372377   1209955     13.61     14.50
411.42/103.07	c  N dy  4273    969935       140     44509         0     58442    372366    807690     13.61     15.82
419.40/105.05	c  N dy  4373    989999       140     44509         0     77526    372360   1166722     13.61     14.56
426.98/106.94	c  N dy  4462   1010012       140     44509         0     54994    372353    730231     13.61     15.36
434.56/108.80	c  N dy  4568   1030015       140     44509         0     73994    372342   1087511     13.62     14.44
442.96/110.95	c  N dy  4654   1050766       140     44509         0     51212    372333    646561     13.62     14.40
450.15/112.79	c  N dy  4767   1071193       140     44509         0     70607    372329   1011636     13.63     14.61
450.55/112.86	c  F st  4772   1071875       140     44509         0     71258    372329   1023662     13.63   no data
459.75/115.14	c  N dy  4862   1091694       140     44509         0     46715    372327    557661     13.64     14.53
467.72/117.15	c  N dy  4952   1112098       140     44509         0     66104    372318    923157     13.64     14.36
477.33/119.60	c  N dy  5002   1132187       140     44509         0     84900    372315   1252204     13.62     14.36
486.11/121.77	c  N dy  5133   1152199       140     44509         0     59655    372308    793736     13.64     16.36
494.09/123.78	c  N dy  5249   1172232       140     44509         0     78694    372301   1151719     13.65     16.46
504.10/126.22	c  N dy  5301   1192625       140     44509         0     52363    372292    626502     13.62     14.38
511.67/128.12	c  S st  5395   1209754       140     44509         0     68702    372289    931686     13.63     13.99
512.48/128.32	c  S st  5395   1210254       140     44509         0     69192    372288    939521     13.63   no data
512.48/128.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
512.48/128.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
512.48/128.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
512.48/128.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
512.48/128.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
512.48/128.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
512.48/128.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
512.89/128.46	c lits-rem:       193  cl-subs:      132  v-elim:      0  v-fix:    0  time:  0.06 s
512.89/128.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
540.42/135.35	c lits-rem:      8789  cl-subs:     5885  v-elim:      0  v-fix:    0  time:  6.86 s
540.42/135.35	c vivif2 --  cl tried    44124 cl shrink        0 lits rem          0 time: 0.01
540.42/135.37	c vivif2 --  cl tried    63560 cl shrink        0 lits rem          0 time: 0.01
541.62/135.69	c asymm  cl-useful: 33/581/44124 lits-rem:33 time: 0.32
542.02/135.70	c calculated reachability. Time: 0.00
542.02/135.70	c  N dy  5395   1210254       140     44124         0     63560    368203    846050     13.63   no data
550.41/137.80	c  N dy  5487   1230335       140     44124         0     82628    368196   1201466     13.63     14.38
559.20/140.04	c  N dy  5614   1250440       140     44124         0     55815    368192    705597     13.65     14.39
567.19/142.08	c  N dy  5704   1270528       140     44124         0     74800    368189   1056064     13.65     16.72
580.37/145.33	c  N dy  5758   1292862       140     44124         0     48870    368183    561062     13.63     14.36
589.16/147.52	c  N dy  5841   1314603       140     44124         0     69421    368173    932400     13.63     14.64
599.15/150.00	c  N dy  5947   1334689       140     44124         0     88537    368168   1291065     13.63     15.55
607.93/152.24	c  N dy  6024   1354772       140     44124         0     59608    368165    755325     13.63     14.38
615.93/154.29	c  N dy  6155   1374796       140     44124         0     78673    368158   1118533     13.64     14.42
626.72/156.96	c  N dy  6209   1395326       140     44124         0     49047    368154    552440     13.63     14.38
634.30/158.82	c  N dy  6317   1415833       140     44124         0     68552    368148    916189     13.64     14.39
643.09/161.01	c  N dy  6439   1436014       140     44124         0     87840    368141   1285686     13.65     14.44
653.09/163.51	c  N dy  6564   1456113       140     44124         0     56895    368136    693060     13.66     18.67
660.67/165.43	c  N dy  6671   1476204       140     44124         0     76045    368134   1057981     13.66     15.44
669.86/167.78	c  N dy  6775   1496675       140     44124         0     95471    368130   1423742     13.67     14.46
679.46/170.14	c  N dy  6846   1516840       140     44124         0     63498    368127    801393     13.67     14.44
688.24/172.31	c  N dy  6956   1537099       140     44124         0     82766    368123   1164759     13.67     14.50
697.81/174.79	c  N dy  7038   1557322       140     44124         0    101815    368121   1507746     13.67     14.41
707.00/177.01	c  N dy  7107   1578406       140     44124         0     69889    368117    920675     13.67     14.45
715.78/179.28	c  N dy  7190   1598756       140     44124         0     89219    368114   1284364     13.66     14.39
728.20/182.39	c  N dy  7275   1618965       140     44124         0     55565    368109    645162     13.67     14.41
736.98/184.57	c  N dy  7344   1639067       140     44124         0     74531    368106    990835     13.66     14.41
747.74/187.26	c  N dy  7453   1659113       140     44124         0     93625    368100   1352203     13.67     15.53
759.33/190.15	c  N dy  7576   1679203       140     44124         0     58947    368098    702129     13.68     14.46
767.34/192.13	c  N dy  7672   1699264       140     44124         0     78029    368095   1060203     13.68     16.97
772.14/193.38	c  S st  7724   1710256       140     44124         0     88479    368093   1254441     13.68     13.93
772.91/193.58	c  S st  7724   1710757       140     44124         0     88964    368093   1262809     13.68   no data
772.91/193.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
773.31/193.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
773.31/193.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
773.31/193.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
773.31/193.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
773.31/193.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
773.31/193.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
773.71/193.71	c lits-rem:       134  cl-subs:       87  v-elim:      0  v-fix:    0  time:  0.05 s
773.71/193.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
813.26/203.61	c lits-rem:     11552  cl-subs:     3643  v-elim:      0  v-fix:    0  time:  9.86 s
813.26/203.62	c vivif2 --  cl tried    44005 cl shrink        0 lits rem          0 time: 0.01
813.26/203.64	c vivif2 --  cl tried    85353 cl shrink        0 lits rem          0 time: 0.02
814.86/204.03	c asymm  cl-useful: 26/482/44005 lits-rem:26 time: 0.39
814.86/204.03	c calculated reachability. Time: 0.00
814.86/204.03	c  N dy  7724   1710757       140     44005         0     85353    366562   1180688     13.68   no data
829.26/207.64	c  N dy  7789   1735627       140     44005         0    108783    366559   1611279     13.67     14.54
838.04/209.89	c  N dy  7900   1755659       140     44005         0     73153    366558    958394     13.67     14.65
847.61/212.21	c  N dy  7987   1775681       140     44005         0     92098    366558   1307250     13.68     14.89
859.61/215.28	c  N dy  8092   1795735       140     44005         0    111195    366556   1667947     13.68     14.56
869.58/217.79	c  N dy  8191   1815870       140     44005         0     74694    366551    982733     13.68     14.44
879.56/220.29	c  N dy  8282   1835921       140     44005         0     93682    366548   1331824     13.68     14.41
891.15/223.14	c  N dy  8424   1856246       140     44005         0    113090    366546   1710477     13.70     14.42
900.33/225.43	c  N dy  8534   1876256       140     44005         0     75397    366543    987962     13.70     15.56
910.33/227.95	c  N dy  8621   1897449       140     44005         0     95542    366541   1369374     13.70     14.48
921.53/230.77	c  N dy  8730   1917498       140     44005         0    114618    366538   1731968     13.71     14.46
930.69/233.09	c  N dy  8823   1937610       140     44005         0     75895    366536    981342     13.71     14.54
940.68/235.58	c  N dy  8928   1957663       140     44005         0     94944    366533   1346447     13.71     15.90
952.29/238.46	c  N dy  8977   1977740       140     44005         0    113770    366532   1690106     13.70     14.56
962.66/241.06	c  N dy  9054   1998735       140     44005         0     75067    366523    952263     13.70     14.47
972.24/243.47	c  N dy  9171   2018923       140     44005         0     94258    366521   1317306     13.70     14.48
983.82/246.36	c  N dy  9246   2039012       140     44005         0    113237    366520   1673061     13.70     15.37
995.01/249.16	c  N dy  9378   2059951       140     44005         0     73820    366519    938496     13.71     14.49
1005.02/251.61	c  N dy  9465   2080630       140     44005         0     93367    366519   1298272     13.71     14.47
1015.38/254.28	c  N dy  9540   2100662       140     44005         0    112325    366516   1649181     13.71     15.26
1027.36/257.21	c  N dy  9615   2120992       140     44005         0     71251    366515    884566     13.70     14.47
1038.16/259.92	c  N dy  9731   2141001       140     44005         0     90363    366513   1250170     13.71     14.69
1051.33/263.24	c  N dy  9830   2162708       140     44005         0    110930    366511   1637085     13.71     14.50
1063.32/266.26	c  N dy  9883   2183464       140     44005         0     68976    366510    818601     13.70     14.58
1072.51/268.51	c  N dy  9970   2203891       140     44005         0     88263    366508   1173215     13.70     14.51
1075.70/269.39	c  S st 10010   2210758       140     44005         0     94797    366507   1300048     13.70     14.44
1076.90/269.60	c  S st 10010   2211260       140     44005         0     95288    366506   1308689     13.70   no data
1076.90/269.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1076.90/269.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
1076.90/269.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1076.90/269.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1076.90/269.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1076.90/269.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
1076.90/269.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1077.31/269.72	c lits-rem:        92  cl-subs:      128  v-elim:      0  v-fix:    0  time:  0.04 s
1077.31/269.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1113.65/278.80	c lits-rem:     11727  cl-subs:     6070  v-elim:      0  v-fix:    0  time:  9.03 s
1113.65/278.81	c vivif2 --  cl tried    43742 cl shrink        0 lits rem          0 time: 0.01
1113.65/278.83	c vivif2 --  cl tried    89353 cl shrink        0 lits rem          0 time: 0.02
1115.25/279.23	c asymm  cl-useful: 38/470/43742 lits-rem:38 time: 0.40
1115.25/279.24	c calculated reachability. Time: 0.00
1115.25/279.24	c  N dy 10010   2211260       140     43742         0     89353    363715   1194747     13.70   no data
1127.65/282.36	c  N dy 10107   2231300       140     43742         0    108263    363714   1546025     13.71     15.75
1142.41/286.00	c  N dy 10214   2251307       140     43742         0     65169    363713    756168     13.71     18.81
1151.20/288.21	c  N dy 10282   2271407       140     43742         0     84221    363711   1113756     13.71     14.46
1162.38/291.00	c  N dy 10392   2291418       140     43742         0    103307    363710   1480172     13.71     14.45
1175.17/294.23	c  N dy 10516   2311464       140     43742         0    122440    363707   1849481     13.72     14.52
1186.35/297.03	c  N dy 10617   2331697       140     43742         0     78393    363706    991407     13.72     14.46
1195.95/299.49	c  N dy 10717   2351723       140     43742         0     97389    363705   1350242     13.73     14.49
1207.52/302.34	c  N dy 10804   2371857       140     43742         0    116495    363705   1708029     13.73     14.53
1220.33/305.55	c  N dy 10899   2391902       140     43742         0     71327    363700    855739     13.73     16.19
1230.30/308.01	c  N dy 11001   2413702       140     43742         0     91944    363698   1239037     13.73     14.45
1243.48/311.31	c  N dy 11065   2438737       140     43742         0    115565    363695   1675398     13.72     14.47
1256.26/314.50	c  N dy 11125   2458791       140     43742         0     69492    363693    813908     13.71     15.76
1265.44/316.80	c  N dy 11175   2478835       140     43742         0     88047    363690   1132364     13.71     15.68
1275.83/319.40	c  N dy 11264   2499009       140     43742         0    107214    363687   1495609     13.71     14.45
1288.22/322.59	c  N dy 11355   2519061       140     43742         0    126083    363683   1842316     13.71     15.59
1299.43/325.40	c  N dy 11471   2539152       140     43742         0     79395    363678    994632     13.71     16.58
1309.79/327.97	c  N dy 11565   2560259       140     43742         0     99400    363674   1370647     13.71     14.47
1321.77/330.97	c  N dy 11668   2580437       140     43742         0    118583    363671   1736040     13.72     14.60
1336.15/334.54	c  N dy 11761   2602284       140     43742         0     72358    363671    850778     13.71     14.53
1345.35/336.82	c  N dy 11851   2622551       140     43742         0     91598    363669   1215455     13.72     14.44
1356.92/339.77	c  N dy 11959   2642596       140     43742         0    110604    363667   1571569     13.72     14.47
1371.30/343.34	c  N dy 12027   2662709       140     43742         0    129589    363667   1921626     13.72     14.83
1386.09/347.03	c  N dy 12112   2683933       140     43742         0     81736    363664   1018815     13.71     14.56
1398.86/350.25	c  N dy 12229   2705820       140     43742         0    102603    363664   1414997     13.72     14.46
1402.07/351.02	c  S st 12256   2711261       140     43742         0    107788    363664   1513985     13.72     13.56
1402.86/351.28	c  S st 12256   2711767       140     43742         0    108272    363664   1522233     13.72   no data
1402.86/351.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1403.26/351.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
1403.26/351.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1403.26/351.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1403.26/351.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1403.26/351.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
1403.26/351.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1403.66/351.42	c lits-rem:        81  cl-subs:       86  v-elim:      0  v-fix:    0  time:  0.05 s
1403.66/351.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1440.41/360.69	c lits-rem:     11419  cl-subs:     4683  v-elim:      0  v-fix:    0  time:  9.23 s
1440.81/360.70	c vivif2 --  cl tried    43545 cl shrink        0 lits rem          0 time: 0.01
1440.81/360.72	c vivif2 --  cl tried   103700 cl shrink        0 lits rem          0 time: 0.02
1442.01/361.08	c asymm  cl-useful: 25/460/43545 lits-rem:25 time: 0.35
1442.01/361.08	c calculated reachability. Time: 0.00
1442.01/361.08	c  N dy 12256   2711767       140     43545         0    103700    361567   1423308     13.72   no data
1456.39/364.64	c  N dy 12359   2732028       140     43545         0    122963    361567   1792933     13.72     14.50
1476.36/369.60	c  N dy 12443   2757335       140     43545         0     77915    361562    930685     13.71     14.46
1489.94/373.01	c  N dy 12546   2777412       140     43545         0     97068    361558   1297220     13.71     14.94
1505.13/376.80	c  N dy 12629   2797446       140     43545         0    116094    361555   1654337     13.71     16.11
1523.12/381.34	c  N dy 12749   2817521       140     43545         0    135195    361553   2020902     13.72     16.91
1538.28/385.12	c  N dy 12847   2840379       140     43545         0     86993    361552   1106110     13.72     14.46
1550.66/388.27	c  N dy 12940   2860456       140     43545         0    106095    361547   1467584     13.72     14.47
1562.66/391.30	c  N dy 13036   2880676       140     43545         0    125346    361546   1832118     13.72     14.58
1578.23/395.10	c  N dy 13135   2900702       140     43545         0     73392    361546    843149     13.72     15.96
1587.01/397.38	c  N dy 13247   2920739       140     43545         0     92424    361544   1205678     13.73     14.51
1600.19/400.60	c  N dy 13361   2943290       140     43545         0    113753    361543   1609160     13.73     14.50
1614.98/404.38	c  N dy 13470   2965795       140     43545         0    135113    361541   2012072     13.73     14.51
1629.76/408.08	c  N dy 13525   2989770       140     43545         0     85877    361541   1062017     13.72     14.57
1640.14/410.68	c  N dy 13600   3009797       140     43545         0    104916    361540   1418587     13.72     15.68
1652.53/413.73	c  N dy 13714   3029833       140     43545         0    123993    361539   1786977     13.72     14.96
1671.30/418.49	c  N dy 13825   3052694       140     43545         0     72963    361536    823375     13.72     14.48
1680.89/420.87	c  N dy 13937   3072738       140     43545         0     92102    361535   1191556     13.73     14.48
1692.07/423.68	c  N dy 14051   3092752       140     43545         0    111093    361534   1553597     13.73     16.13
1705.26/426.98	c  N dy 14137   3112787       140     43545         0    130136    361533   1915928     13.73     14.54
1722.04/431.18	c  N dy 14238   3132839       140     43545         0     75344    361533    861183     13.73     14.55
1732.02/433.61	c  N dy 14318   3152960       140     43545         0     94363    361531   1217595     13.73     14.63
1744.80/436.82	c  N dy 14441   3172964       140     43545         0    113522    361531   1589563     13.74     17.66
1758.78/440.36	c  N dy 14545   3193002       140     43545         0    132587    361530   1950093     13.74     14.80
1774.76/444.38	c  S st 14624   3211767       140     43545         0     75534    361526    858150     13.74   no data
1775.56/444.56	c  S st 14624   3212271       140     43545         0     76021    361526    866534     13.74   no data
1775.56/444.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1775.96/444.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
1775.96/444.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1775.96/444.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1775.96/444.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1775.96/444.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
1775.96/444.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1775.96/444.68	c lits-rem:        58  cl-subs:       97  v-elim:      0  v-fix:    0  time:  0.04 s
1776.36/444.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1784.75/446.87	c lits-rem:      2111  cl-subs:      595  v-elim:      0  v-fix:    0  time:  2.17 s
1784.75/446.88	c vivif2 --  cl tried    43366 cl shrink        0 lits rem          0 time: 0.01
1784.75/446.89	c vivif2 --  cl tried    75508 cl shrink        0 lits rem          0 time: 0.01
1786.35/447.22	c asymm  cl-useful: 26/549/43366 lits-rem:26 time: 0.33
1786.35/447.23	c calculated reachability. Time: 0.00
1786.35/447.23	c  N dy 14624   3212271       140     43366         0     75508    359704    859006     13.74   no data
1797.53/450.03	c  N dy 14705   3235669       140     43366         0     97347    359692   1239345     13.73     14.48
1809.52/453.06	c  N dy 14788   3255905       140     43366         0    116584    359689   1604336     13.73     14.57
1822.32/456.29	c  N dy 14908   3275908       140     43366         0    135605    359686   1966366     13.74     14.47
1839.08/460.44	c  N dy 15037   3296445       140     43366         0     79617    359685    928961     13.74     14.49
1850.27/463.21	c  N dy 15148   3316541       140     43366         0     98758    359683   1295397     13.74     15.27
1863.04/466.47	c  N dy 15216   3337661       140     43366         0    118557    359682   1654829     13.74     14.52
1877.82/470.15	c  N dy 15323   3358004       140     43366         0    137935    359682   2026233     13.74     14.55
1895.81/474.64	c  N dy 15402   3378008       140     43366         0     80320    359680    935837     13.74     15.22
1906.18/477.25	c  N dy 15522   3398048       140     43366         0     99393    359677   1303527     13.74     16.62
1918.59/480.35	c  N dy 15618   3419272       140     43366         0    119564    359677   1687571     13.75     14.55
1932.54/483.80	c  N dy 15704   3439368       140     43366         0    138601    359677   2045666     13.75     15.28
1950.52/488.31	c  N dy 15807   3462113       140     43366         0     82597    359675    968387     13.75     14.54
1960.51/490.82	c  N dy 15866   3482216       140     43366         0    101458    359674   1310000     13.74     14.48
1972.89/493.98	c  N dy 15963   3503322       140     43366         0    121542    359673   1693472     13.74     14.47
1990.87/498.48	c  N dy 16080   3527670       140     43366         0    144712    359672   2137555     13.74     14.62
2007.65/502.64	c  N dy 16203   3549086       140     43366         0     86638    359669   1043813     13.75     14.58
2018.83/505.49	c  N dy 16302   3570102       140     43366         0    106647    359667   1426970     13.75     14.56
2032.42/508.82	c  N dy 16421   3590323       140     43366         0    125897    359667   1800262     13.75     14.57
2047.99/512.73	c  N dy 16508   3612191       140     43366         0    146544    359664   2180935     13.75     14.49
2064.76/516.94	c  N dy 16607   3632431       140     43366         0     86228    359662   1027347     13.75     14.53
2075.56/519.64	c  N dy 16696   3652520       140     43366         0    105309    359662   1394244     13.75     14.52
2087.53/522.63	c  N dy 16753   3672633       140     43366         0    124270    359658   1743503     13.75     14.48
2104.31/526.80	c  N dy 16841   3692664       140     43366         0    143308    359657   2106472     13.75     14.48
2121.89/531.25	c  S st 16928   3712271       140     43366         0     81554    359656    933448     13.75     12.98
2122.69/531.44	c  S st 16928   3712772       140     43366         0     82041    359655    941730     13.75   no data
2122.69/531.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2123.09/531.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
2123.09/531.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2123.09/531.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2123.09/531.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2123.09/531.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
2123.09/531.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2123.09/531.55	c lits-rem:       194  cl-subs:      105  v-elim:      0  v-fix:    0  time:  0.04 s
2123.09/531.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2130.68/533.49	c lits-rem:      2328  cl-subs:      756  v-elim:      0  v-fix:    0  time:  1.91 s
2131.08/533.50	c vivif2 --  cl tried    43194 cl shrink        0 lits rem          0 time: 0.00
2131.08/533.51	c vivif2 --  cl tried    81352 cl shrink        0 lits rem          0 time: 0.01
2132.28/533.85	c asymm  cl-useful: 18/506/43194 lits-rem:18 time: 0.33
2132.28/533.85	c calculated reachability. Time: 0.00
2132.28/533.85	c  N dy 16928   3712772       140     43194         0     81352    357827    930983     13.75   no data
2143.08/536.52	c  N dy 17016   3732980       140     43194         0    100544    357825   1292944     13.75     14.51
2154.25/539.38	c  F st 17078   3751563       140     43194         0    118024    357825   1618885     13.75     12.25
2155.45/539.69	c  N st 17082   3753593       140     43194         0    119960    357825   1657686     13.75   no data
2169.45/543.13	c  N dy 17181   3773620       140     43194         0    139019    357824   2030539     13.75     16.73
2185.41/547.12	c  N dy 17251   3793779       140     43194         0    158008    357824   2387925     13.75     14.49
2199.81/550.78	c  N dy 17329   3813934       140     43194         0     95964    357822   1199359     13.75     14.49
2212.99/554.08	c  N dy 17412   3834392       140     43194         0    115427    357821   1570998     13.75     14.64
2227.35/557.64	c  N dy 17512   3854455       140     43194         0    134533    357820   1935464     13.75     14.56
2242.93/561.59	c  N dy 17614   3874479       140     43194         0    153598    357820   2304429     13.75     14.86
2260.91/566.10	c  N dy 17702   3894560       140     43194         0     90366    357820   1088635     13.75     15.50
2273.29/569.12	c  N dy 17811   3915025       140     43194         0    109803    357820   1457338     13.76     14.54
2286.47/572.47	c  N dy 17892   3935161       140     43194         0    128978    357818   1824853     13.76     14.59
2302.05/576.34	c  N dy 17997   3955302       140     43194         0    148165    357818   2191695     13.76     14.67
2324.02/581.83	c  N dy 18098   3981955       140     43194         0     89966    357816   1060184     13.75     14.49
2336.42/584.91	c  N dy 18194   4002796       140     43194         0    109770    357815   1437368     13.75     14.50
2349.60/588.22	c  N dy 18302   4022978       140     43194         0    128960    357815   1802908     13.76     14.50
2364.36/591.93	c  N dy 18402   4043038       140     43194         0    148045    357815   2168828     13.76     14.49
2380.36/595.95	c  N dy 18468   4063082       140     43194         0    166933    357814   2521788     13.76     14.50
2394.32/599.45	c  N dy 18567   4083105       140     43194         0    101788    357814   1292499     13.76     14.73
2407.91/602.81	c  N dy 18661   4104512       140     43194         0    122089    357813   1674258     13.76     14.50
2423.09/606.64	c  N dy 18791   4124565       140     43194         0    141204    357813   2041984     13.76     14.49
2438.26/610.46	c  N dy 18823   4145619       140     43194         0    160944    357812   2394066     13.76     14.59
2454.66/614.58	c  N dy 18902   4165855       140     43194         0     95099    357810   1164030     13.76     14.56
2467.84/617.89	c  N dy 18990   4186764       140     43194         0    114905    357809   1532543     13.76     14.51
2483.41/621.79	c  N dy 19083   4206805       140     43194         0    133959    357808   1896020     13.76     14.93
2488.60/623.08	c  S st 19102   4212774       140     43194         0    139614    357808   2000640     13.76      9.77
2490.22/623.43	c  S st 19102   4213278       140     43194         0    140102    357807   2009344     13.76   no data
2490.22/623.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2490.60/623.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.11
2490.60/623.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2490.60/623.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2490.60/623.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2490.60/623.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
2490.60/623.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2491.00/623.61	c lits-rem:         8  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.05 s
2491.00/623.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2562.50/641.59	c lits-rem:     11794  cl-subs:     7670  v-elim:      0  v-fix:    0  time: 17.91 s
2562.90/641.60	c vivif2 --  cl tried    43177 cl shrink        0 lits rem          0 time: 0.01
2562.90/641.63	c vivif2 --  cl tried   132434 cl shrink        0 lits rem          0 time: 0.03
2564.10/642.00	c asymm  cl-useful: 16/358/43177 lits-rem:17 time: 0.37
2564.51/642.01	c calculated reachability. Time: 0.00
2564.51/642.01	c  N dy 19102   4213278       140     43177         0    132434    357546   1849978     13.76   no data
2579.27/645.70	c  N dy 19172   4233315       140     43177         0    151339    357545   2198538     13.76     14.55
2597.65/650.34	c  N dy 19278   4253364       140     43177         0    170490    357543   2569198     13.76     14.52
2622.04/656.43	c  N dy 19341   4282024       140     43177         0    111411    357543   1438769     13.75     14.61
2637.20/660.25	c  N dy 19435   4302212       140     43177         0    130579    357542   1804690     13.75     14.56
2657.19/665.20	c  N dy 19526   4322244       140     43177         0    149651    357542   2165182     13.75     16.53
2677.95/670.46	c  N dy 19631   4342342       140     43177         0    168728    357542   2531645     13.75     14.74
2694.72/674.69	c  N dy 19737   4362464       140     43177         0    101127    357541   1265000     13.75     14.49
2707.10/677.79	c  N dy 19812   4382563       140     43177         0    120172    357540   1624305     13.75     14.51
2721.08/681.25	c  N dy 19868   4403303       140     43177         0    139775    357538   1987870     13.75     14.49
2737.46/685.33	c  N dy 19956   4423975       140     43177         0    159368    357538   2357863     13.75     14.48
2756.24/690.09	c  N dy 20044   4444105       140     43177         0     90671    357538   1061085     13.75     14.56
2768.22/693.08	c  N dy 20144   4465644       140     43177         0    111087    357538   1449840     13.75     14.52
2782.21/696.51	c  N dy 20245   4485786       140     43177         0    130169    357538   1813136     13.75     14.51
2798.18/700.56	c  N dy 20315   4506181       140     43177         0    149409    357538   2174233     13.75     14.49
2815.75/704.94	c  N dy 20415   4526779       140     43177         0    169020    357537   2553756     13.75     14.68
2833.74/709.43	c  N dy 20530   4546866       140     43177         0     99347    357537   1217730     13.75     14.58
2846.92/712.77	c  N dy 20634   4568736       140     43177         0    120161    357536   1618346     13.76     14.53
2861.29/716.32	c  N dy 20703   4588785       140     43177         0    139132    357536   1970902     13.75     14.56
2877.27/720.35	c  N dy 20782   4609018       140     43177         0    158307    357536   2329652     13.75     14.50
2896.85/725.29	c  N dy 20897   4629720       140     43177         0    177995    357535   2705471     13.75     14.52
2912.04/729.05	c  N dy 21000   4649929       140     43177         0    107270    357533   1360672     13.76     14.52
2925.61/732.42	c  N dy 21133   4670318       140     43177         0    126706    357533   1738515     13.76     14.52
2943.58/736.99	c  N dy 21204   4694790       140     43177         0    149746    357533   2166205     13.76     14.53
2962.36/741.62	c  S st 21310   4713278       140     43177         0    167306    357532   2502982     13.76   no data
2963.96/742.07	c  S st 21310   4713784       140     43177         0    167792    357532   2511587     13.76   no data
2963.96/742.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2964.77/742.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.13
2964.77/742.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2964.77/742.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2964.77/742.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2964.77/742.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
2964.77/742.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2965.15/742.30	c lits-rem:        16  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.07 s
2965.15/742.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3092.58/774.25	c lits-rem:     15522  cl-subs:     9046  v-elim:      0  v-fix:    0  time: 31.86 s
3092.58/774.25	c vivif2 --  cl tried    43134 cl shrink        0 lits rem          0 time: 0.01
3092.58/774.29	c vivif2 --  cl tried   158748 cl shrink        0 lits rem          0 time: 0.04
3094.58/774.75	c asymm  cl-useful: 22/311/43134 lits-rem:22 time: 0.45
3094.58/774.75	c calculated reachability. Time: 0.00
3094.58/774.75	c  N dy 21310   4713784       140     43134         0    158748    357026   2319371     13.76   no data
3115.35/779.92	c  N dy 21381   4733999       140     43134         0    177878    357025   2677211     13.76     14.57
3134.92/784.83	c  N dy 21503   4754561       140     43134         0    106946    357023   1344423     13.76     14.52
3152.51/789.23	c  N dy 21597   4774606       140     43134         0    125859    357022   1702114     13.76     17.33
3172.08/794.18	c  N dy 21703   4794913       140     43134         0    145146    357022   2073802     13.76     14.56
3194.45/799.73	c  N dy 21814   4814979       140     43134         0    164299    357022   2440523     13.76     14.53
3216.42/805.27	c  N dy 21927   4835003       140     43134         0    183331    357022   2808056     13.77     16.39
3230.80/808.85	c  N dy 22002   4855017       140     43134         0    110655    357022   1404871     13.77     14.58
3245.60/812.53	c  N dy 22085   4877325       140     43134         0    131750    357022   1801073     13.77     14.53
3260.76/816.30	c  N dy 22184   4897419       140     43134         0    150911    357022   2172088     13.77     14.55
3279.53/821.01	c  N dy 22262   4918616       140     43134         0    170933    357018   2549382     13.77     14.73
3302.31/826.78	c  N dy 22350   4943391       140     43134         0    101755    357016   1219627     13.76     14.53
3314.29/829.78	c  N dy 22436   4963419       140     43134         0    120728    357016   1575083     13.76     15.13
3328.27/833.28	c  N dy 22524   4984859       140     43134         0    140850    357007   1941280     13.76     15.06
3349.04/838.43	c  N dy 22607   5010340       140     43134         0    164932    357007   2394920     13.76     14.53
3367.82/843.12	c  N dy 22696   5030563       140     43134         0    184162    357006   2767624     13.76     14.61
3382.99/846.90	c  N dy 22778   5050594       140     43134         0    109663    357005   1360689     13.76     14.56
3395.40/850.09	c  N dy 22875   5070719       140     43134         0    128804    357005   1725527     13.76     14.50
3410.55/853.84	c  N dy 22989   5090785       140     43134         0    147924    357004   2098737     13.76     15.71
3428.13/858.27	c  N dy 23105   5110923       140     43134         0    167082    357000   2474249     13.77     14.97
3448.50/863.31	c  N dy 23211   5132341       140     43134         0    187431    356998   2867122     13.77     14.53
3464.08/867.25	c  N dy 23341   5152546       140     43134         0    112128    356997   1410076     13.77     14.51
3478.07/870.74	c  N dy 23430   5172907       140     43134         0    131561    356996   1783013     13.77     14.58
3495.23/875.03	c  N dy 23547   5194338       140     43134         0    151969    356995   2176055     13.77     14.54
3513.63/879.68	c  S st 23614   5213785       140     43134         0    170382    356995   2527103     13.77     11.81
3515.61/880.13	c  S st 23614   5214290       140     43134         0    170871    356995   2535765     13.77   no data
3515.61/880.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3516.01/880.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.13
3516.01/880.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3516.01/880.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3516.01/880.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3516.01/880.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
3516.01/880.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3516.41/880.36	c lits-rem:        44  cl-subs:       48  v-elim:      0  v-fix:    0  time:  0.07 s
3516.81/880.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3646.23/912.81	c lits-rem:     15868  cl-subs:     8051  v-elim:      0  v-fix:    0  time: 32.37 s
3646.23/912.82	c vivif2 --  cl tried    43006 cl shrink        0 lits rem          0 time: 0.01
3646.23/912.87	c vivif2 --  cl tried   162900 cl shrink        0 lits rem          0 time: 0.05
3648.63/913.41	c asymm  cl-useful: 7/319/43006 lits-rem:7 time: 0.54
3648.63/913.42	c calculated reachability. Time: 0.00
3648.63/913.42	c  N dy 23614   5214290       140     43006         0    162900    355644   2357567     13.77   no data
3672.21/919.36	c  N dy 23730   5234365       140     43006         0    182047    355643   2733530     13.77     14.58
3696.56/925.41	c  N dy 23855   5254718       140     43006         0    105847    355642   1275996     13.78     14.53
3714.14/929.86	c  N dy 23942   5274722       140     43006         0    124864    355642   1642214     13.78     16.07
3736.11/935.36	c  N dy 24039   5297883       140     43006         0    146845    355640   2058980     13.78     14.53
3756.08/940.34	c  N dy 24117   5317997       140     43006         0    165767    355640   2414874     13.78     14.76
3777.27/945.65	c  N dy 24212   5339792       140     43006         0    186310    355638   2799214     13.78     14.59
3795.25/950.13	c  N dy 24264   5360334       140     43006         0    109362    355638   1331844     13.77     14.59
3808.04/953.33	c  N dy 24357   5380418       140     43006         0    128435    355634   1697380     13.77     17.08
3822.80/957.02	c  N dy 24408   5400757       140     43006         0    147587    355634   2046793     13.77     14.62
3841.97/961.86	c  N dy 24522   5422189       140     43006         0    168001    355633   2442163     13.77     14.51
3862.74/967.03	c  N dy 24606   5442275       140     43006         0    187018    355633   2801240     13.77     15.63
3881.52/971.73	c  N dy 24677   5462591       140     43006         0    108807    355633   1309837     13.77     14.79
3894.69/975.05	c  N dy 24748   5483592       140     43006         0    128702    355632   1688419     13.77     14.53
3910.67/979.08	c  N dy 24839   5505058       140     43006         0    149093    355628   2072602     13.77     14.54
3928.25/983.48	c  N dy 24932   5525196       140     43006         0    168194    355628   2438615     13.77     14.88
3947.83/988.38	c  N dy 25023   5545239       140     43006         0    187119    355628   2797397     13.77     15.21
3967.40/993.26	c  N dy 25118   5565855       140     43006         0    108386    355628   1290834     13.77     14.52
3979.81/996.36	c  N dy 25203   5585956       140     43006         0    127424    355628   1647597     13.77     18.28
3994.56/1000.05	c  N dy 25294   5606167       140     43006         0    146615    355626   2012368     13.77     14.52
4014.55/1005.09	c  N dy 25410   5629169       140     43006         0    168508    355625   2433631     13.77     14.67
4034.51/1010.02	c  N dy 25501   5649917       140     43006         0    188161    355623   2814936     13.77     14.52
4054.51/1015.02	c  N dy 25619   5669948       140     43006         0    107982    355623   1279504     13.78     16.04
4067.69/1018.32	c  N dy 25718   5690042       140     43006         0    127032    355622   1644815     13.78     16.13
4082.45/1022.05	c  N dy 25827   5710363       140     43006         0    146360    355622   2014660     13.78     14.54
4086.04/1022.91	c  S st 25852   5714290       140     43006         0    150110    355622   2086861     13.78     12.29
4087.24/1023.25	c  S st 25852   5714794       140     43006         0    150607    355622   2095873     13.78   no data
4087.24/1023.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4087.64/1023.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.10
4087.64/1023.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4087.64/1023.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4087.64/1023.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4087.64/1023.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
4087.64/1023.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4088.04/1023.43	c lits-rem:       172  cl-subs:      113  v-elim:      0  v-fix:    0  time:  0.06 s
4088.04/1023.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4161.54/1041.83	c lits-rem:     10139  cl-subs:     5737  v-elim:      0  v-fix:    0  time: 18.34 s
4161.54/1041.84	c vivif2 --  cl tried    42883 cl shrink        0 lits rem          0 time: 0.01
4161.54/1041.88	c vivif2 --  cl tried   144880 cl shrink        0 lits rem          0 time: 0.04
4163.54/1042.33	c asymm  cl-useful: 0/352/42883 lits-rem:0 time: 0.45
4163.54/1042.34	c calculated reachability. Time: 0.00
4163.54/1042.34	c  N dy 25852   5714794       140     42883         0    144880    354344   1972085     13.78   no data
4182.71/1047.13	c  N dy 25954   5734870       140     42883         0    164040    354344   2345173     13.78     14.77
4203.08/1052.20	c  N dy 26037   5754926       140     42883         0    183080    354344   2712718     13.78     14.92
4232.25/1059.54	c  N dy 26125   5774974       140     42883         0    101852    354344   1152716     13.78     17.20
4254.22/1065.00	c  N dy 26166   5800980       140     42883         0    125943    354344   1575025     13.77     14.56
4270.99/1069.22	c  N dy 26225   5821081       140     42883         0    144805    354344   1921262     13.77     14.75
4288.16/1073.52	c  N dy 26340   5841162       140     42883         0    163914    354343   2295528     13.77     14.68
4308.95/1078.71	c  N dy 26473   5861343       140     42883         0    183129    354343   2674243     13.78     14.51
4333.31/1084.81	c  N dy 26572   5881467       140     42883         0    101306    354342   1135158     13.78     14.58
4346.09/1088.02	c  N dy 26632   5902002       140     42883         0    120563    354342   1482408     13.78     14.51
4360.48/1091.64	c  N dy 26736   5922092       140     42883         0    139745    354341   1851403     13.78     14.56
4377.25/1095.80	c  N dy 26823   5942253       140     42883         0    158831    354341   2217295     13.78     14.51
4395.63/1100.42	c  N dy 26902   5962570       140     42883         0    178116    354340   2586971     13.78     14.60
4416.40/1105.69	c  N dy 27035   5982584       140     42883         0    197251    354340   2963045     13.78     15.23
4435.97/1110.58	c  N dy 27067   6003528       140     42883         0    114857    354339   1371294     13.78     15.11
4450.35/1114.13	c  N dy 27152   6023736       140     42883         0    133802    354339   1723488     13.78     14.52
4467.14/1118.33	c  N dy 27286   6043791       140     42883         0    152937    354339   2098017     13.78     14.51
4485.50/1122.92	c  N dy 27403   6063819       140     42883         0    171991    354338   2465308     13.78     16.15
4506.28/1128.14	c  N dy 27547   6083865       140     42883         0    191113    354338   2840984     13.78     14.62
4529.84/1134.00	c  N dy 27632   6104341       140     42883         0    107505    354338   1236158     13.78     14.60
4543.42/1137.45	c  N dy 27747   6124370       140     42883         0    126548    354337   1600657     13.79     14.60
4558.60/1141.23	c  N dy 27815   6144403       140     42883         0    145524    354337   1958024     13.78     14.70
4575.78/1145.53	c  N dy 27922   6164409       140     42883         0    164566    354337   2327359     13.79     17.77
4600.14/1151.63	c  N dy 28013   6190331       140     42883         0    189049    354334   2783657     13.78     14.54
4624.91/1157.81	c  N dy 28107   6210429       140     42883         0    104195    354334   1164097     13.78     14.57
4627.32/1158.41	c  S st 28125   6214794       140     42883         0    108330    354334   1242128     13.78     13.83
4628.11/1158.64	c  S st 28125   6215299       140     42883         0    108824    354334   1251068     13.78   no data
4628.11/1158.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4628.51/1158.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
4628.51/1158.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4628.51/1158.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4628.51/1158.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4628.51/1158.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
4628.51/1158.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4628.51/1158.77	c lits-rem:        11  cl-subs:       21  v-elim:      0  v-fix:    0  time:  0.04 s
4628.91/1158.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4640.09/1161.63	c lits-rem:      2222  cl-subs:      869  v-elim:      0  v-fix:    0  time:  2.82 s
4640.09/1161.64	c vivif2 --  cl tried    42839 cl shrink        0 lits rem          0 time: 0.01
4640.09/1161.66	c vivif2 --  cl tried   107978 cl shrink        0 lits rem          0 time: 0.02
4641.69/1162.02	c asymm  cl-useful: 3/410/42839 lits-rem:3 time: 0.36
4641.69/1162.03	c calculated reachability. Time: 0.00
4641.69/1162.03	c  N dy 28125   6215299       140     42839         0    107978    353876   1235339     13.78   no data
4656.09/1165.60	c  N dy 28225   6235359       140     42839         0    126950    353875   1597785     13.79     16.82
4673.25/1170.00	c  N dy 28299   6255429       140     42839         0    145946    353875   1967197     13.78     16.31
4694.02/1175.18	c  N dy 28369   6276095       140     42839         0    165576    353874   2337346     13.78     14.56
4718.01/1181.19	c  N dy 28457   6296222       140     42839         0    184662    353874   2695408     13.78     14.60
4749.95/1189.11	c  N dy 28576   6316411       140     42839         0    203890    353874   3075043     13.79     14.52
4777.11/1195.90	c  N dy 28690   6336473       140     42839         0    117996    353873   1426217     13.79     14.52
4795.49/1200.57	c  N dy 28791   6356528       140     42839         0    137007    353872   1788070     13.79     14.89

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: 935)

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

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

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


[startup+0 s]
/proc/loadavg: 8.14 8.19 8.10 5/184 6175
/proc/meminfo: memFree=30221332/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=183260 CPUtime=0 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 871 0 0 0 0 0 0 0 25 0 4 0 524200552 187658240 790 33554432000 4194304 4627427 140737309624304 18446744073709551615 271550537531 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 45815 816 329 106 0 40786 0
[pid=6175/tid=6176] ppid=6173 vsize=183260 CPUtime=0 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 25 0 0 0 0 0 0 0 25 0 4 0 524200552 187658240 1089 33554432000 4194304 4627427 140737309624304 18446744073709551615 271550537531 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=183260 CPUtime=0 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 251 0 0 0 0 0 0 0 25 0 4 0 524200552 187658240 1120 33554432000 4194304 4627427 140737309624304 18446744073709551615 271550537531 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=183260 CPUtime=0 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 270 0 0 0 0 0 0 0 25 0 4 0 524200552 187658240 1156 33554432000 4194304 4627427 140737309624304 18446744073709551615 271550537531 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.050409 s]
/proc/loadavg: 8.14 8.19 8.10 5/184 6175
/proc/meminfo: memFree=30221332/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=220240 CPUtime=0.17 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 6476 0 0 0 16 1 0 0 18 0 4 0 524200552 225525760 6386 33554432000 4194304 4627427 140737309624304 18446744073709551615 4489216 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 55060 6388 362 106 0 50031 0
[pid=6175/tid=6176] ppid=6173 vsize=220240 CPUtime=0.04 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 1445 0 0 0 4 0 0 0 25 0 4 0 524200552 225525760 6388 33554432000 4194304 4627427 140737309624304 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=220240 CPUtime=0.04 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 1514 0 0 0 4 0 0 0 25 0 4 0 524200552 225525760 6388 33554432000 4194304 4627427 140737309624304 18446744073709551615 4519444 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=220240 CPUtime=0.04 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 1542 0 0 0 4 0 0 0 18 0 4 0 524200552 225525760 6388 33554432000 4194304 4627427 140737309624304 18446744073709551615 4324528 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 220240

[startup+0.107097 s]
/proc/loadavg: 8.14 8.19 8.10 5/184 6175
/proc/meminfo: memFree=30221332/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=221348 CPUtime=0.4 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 7561 0 0 0 39 1 0 0 18 0 4 0 524200552 226660352 7471 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 55337 7471 363 106 0 50308 0
[pid=6175/tid=6176] ppid=6173 vsize=221348 CPUtime=0.09 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 1761 0 0 0 9 0 0 0 25 0 4 0 524200552 226660352 7471 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=221348 CPUtime=0.09 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 1785 0 0 0 9 0 0 0 25 0 4 0 524200552 226660352 7471 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=221348 CPUtime=0.09 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 1815 0 0 0 9 0 0 0 18 0 4 0 524200552 226660352 7471 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 221348

[startup+1.11192 s]
/proc/loadavg: 8.14 8.19 8.10 5/184 6175
/proc/meminfo: memFree=30221332/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=316524 CPUtime=4.4 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 21882 0 0 0 435 5 0 0 19 0 4 0 524200552 324120576 21575 33554432000 4194304 4627427 140737309624304 18446744073709551615 4467832 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 79131 21575 378 106 0 74102 0
[pid=6175/tid=6176] ppid=6173 vsize=316524 CPUtime=1.09 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 6391 0 0 0 108 1 0 0 19 0 4 0 524200552 324120576 21575 33554432000 4194304 4627427 140737309624304 18446744073709551615 4467852 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=316524 CPUtime=1.08 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 6363 0 0 0 108 0 0 0 18 0 4 0 524200552 324120576 21575 33554432000 4194304 4627427 140737309624304 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=316524 CPUtime=1.09 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 2382 0 0 0 109 0 0 0 19 0 4 0 524200552 324120576 21575 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 316524

[startup+1.2009 s]
/proc/loadavg: 8.14 8.19 8.10 5/184 6175
/proc/meminfo: memFree=30221332/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=316524 CPUtime=4.76 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 21911 0 0 0 471 5 0 0 19 0 4 0 524200552 324120576 21604 33554432000 4194304 4627427 140737309624304 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 79131 21604 378 106 0 74102 0
[pid=6175/tid=6176] ppid=6173 vsize=316524 CPUtime=1.18 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 6391 0 0 0 117 1 0 0 19 0 4 0 524200552 324120576 21604 33554432000 4194304 4627427 140737309624304 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=316524 CPUtime=1.17 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 6363 0 0 0 117 0 0 0 19 0 4 0 524200552 324120576 21604 33554432000 4194304 4627427 140737309624304 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=316524 CPUtime=1.18 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 2411 0 0 0 118 0 0 0 19 0 4 0 524200552 324120576 21604 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 316524

[startup+1.50085 s]
/proc/loadavg: 8.14 8.19 8.10 5/184 6175
/proc/meminfo: memFree=30221332/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=316524 CPUtime=5.96 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 22019 0 0 0 591 5 0 0 19 0 4 0 524200552 324120576 21712 33554432000 4194304 4627427 140737309624304 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 79131 21712 379 106 0 74102 0
[pid=6175/tid=6176] ppid=6173 vsize=316524 CPUtime=1.48 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 6391 0 0 0 147 1 0 0 19 0 4 0 524200552 324120576 21712 33554432000 4194304 4627427 140737309624304 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=316524 CPUtime=1.47 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 6363 0 0 0 147 0 0 0 19 0 4 0 524200552 324120576 21712 33554432000 4194304 4627427 140737309624304 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=316524 CPUtime=1.48 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 2519 0 0 0 148 0 0 0 19 0 4 0 524200552 324120576 21712 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 316524

[startup+3.10056 s]
/proc/loadavg: 8.21 8.20 8.10 9/188 6179
/proc/meminfo: memFree=30123036/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=320816 CPUtime=12.34 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 23364 0 0 0 1229 5 0 0 23 0 4 0 524200552 328515584 21631 33554432000 4194304 4627427 140737309624304 18446744073709551615 4427854 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 80204 21631 380 106 0 75175 0
[pid=6175/tid=6176] ppid=6173 vsize=320816 CPUtime=3.07 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 6391 0 0 0 306 1 0 0 24 0 4 0 524200552 328515584 21631 33554432000 4194304 4627427 140737309624304 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=320816 CPUtime=3.07 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 6364 0 0 0 307 0 0 0 23 0 4 0 524200552 328515584 21631 33554432000 4194304 4627427 140737309624304 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=320816 CPUtime=3.09 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 3863 0 0 0 308 1 0 0 23 0 4 0 524200552 328515584 21631 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 320816

[startup+6.30698 s]
/proc/loadavg: 8.20 8.20 8.10 9/188 6180
/proc/meminfo: memFree=30099352/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=312132 CPUtime=25.15 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 28452 0 0 0 2509 6 0 0 25 0 4 0 524200552 319623168 24424 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 78033 24424 389 106 0 73004 0
[pid=6175/tid=6176] ppid=6173 vsize=312132 CPUtime=6.25 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 6408 0 0 0 624 1 0 0 25 0 4 0 524200552 319623168 24424 33554432000 4194304 4627427 140737309624304 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=312132 CPUtime=6.28 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 6453 0 0 0 628 0 0 0 25 0 4 0 524200552 319623168 24424 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=312132 CPUtime=6.3 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 8739 0 0 0 628 2 0 0 25 0 4 0 524200552 319623168 24424 33554432000 4194304 4627427 140737309624304 18446744073709551615 4409170 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 312132

[startup+12.7008 s]
/proc/loadavg: 8.18 8.19 8.10 9/188 6180
/proc/meminfo: memFree=30056616/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=291900 CPUtime=50.69 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 46628 0 0 0 5056 13 0 0 25 0 4 0 524200552 298905600 29509 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 72975 29509 389 106 0 67946 0
[pid=6175/tid=6176] ppid=6173 vsize=291900 CPUtime=12.62 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 10933 0 0 0 1259 3 0 0 25 0 4 0 524200552 298905600 29509 33554432000 4194304 4627427 140737309624304 18446744073709551615 4338509 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=291900 CPUtime=12.68 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 11966 0 0 0 1265 3 0 0 25 0 4 0 524200552 298905600 29509 33554432000 4194304 4627427 140737309624304 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=291900 CPUtime=12.68 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 11841 0 0 0 1265 3 0 0 25 0 4 0 524200552 298905600 29509 33554432000 4194304 4627427 140737309624304 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 291900

[startup+25.5005 s]
/proc/loadavg: 8.15 8.19 8.10 9/188 6180
/proc/meminfo: memFree=29954288/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=329388 CPUtime=101.82 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 73032 0 0 0 10162 20 0 0 25 0 4 0 524200552 337293312 39942 33554432000 4194304 4627427 140737309624304 18446744073709551615 4310154 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 82347 39942 389 106 0 77318 0
[pid=6175/tid=6176] ppid=6173 vsize=329388 CPUtime=25.35 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 20274 0 0 0 2530 5 0 0 25 0 4 0 524200552 337293312 39942 33554432000 4194304 4627427 140737309624304 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=329388 CPUtime=25.48 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 15997 0 0 0 2544 4 0 0 25 0 4 0 524200552 337293312 39942 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=329388 CPUtime=25.49 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 17719 0 0 0 2544 5 0 0 25 0 4 0 524200552 337293312 39942 33554432000 4194304 4627427 140737309624304 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 329388

[startup+51.1008 s]
/proc/loadavg: 8.21 8.20 8.10 9/188 6181
/proc/meminfo: memFree=30000980/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=397508 CPUtime=204.08 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 115604 0 0 0 20377 31 0 0 25 0 4 0 524200552 407048192 45197 33554432000 4194304 4627427 140737309624304 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 99377 45197 389 106 0 94348 0
[pid=6175/tid=6176] ppid=6173 vsize=397508 CPUtime=50.81 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 33170 0 0 0 5073 8 0 0 25 0 4 0 524200552 407048192 45197 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=397508 CPUtime=51.08 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 22486 0 0 0 5102 6 0 0 25 0 4 0 524200552 407048192 45197 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=397508 CPUtime=51.08 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 29226 0 0 0 5101 7 0 0 25 0 4 0 524200552 407048192 45197 33554432000 4194304 4627427 140737309624304 18446744073709551615 4332706 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 397508

[startup+102.301 s]
/proc/loadavg: 8.27 8.21 8.11 9/188 6182
/proc/meminfo: memFree=29895240/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=470456 CPUtime=408.6 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 198515 0 0 0 40802 58 0 0 25 0 4 0 524200552 481746944 57116 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 117614 57116 389 106 0 112585 0
[pid=6175/tid=6176] ppid=6173 vsize=470456 CPUtime=101.73 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 55056 0 0 0 10158 15 0 0 25 0 4 0 524200552 481746944 57116 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=470456 CPUtime=102.28 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 44847 0 0 0 10214 14 0 0 25 0 4 0 524200552 481746944 57116 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=470456 CPUtime=102.29 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 46849 0 0 0 10215 14 0 0 25 0 4 0 524200552 481746944 57116 33554432000 4194304 4627427 140737309624304 18446744073709551615 4324264 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 470456

[startup+162.301 s]

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

[pid=6175] ppid=6173 vsize=608048 CPUtime=2805.37 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 721517 0 0 0 280284 253 0 0 25 0 4 0 524200552 622641152 95995 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 152012 95995 389 106 0 146983 0
[pid=6175/tid=6176] ppid=6173 vsize=608048 CPUtime=698.47 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 180239 0 0 0 69784 63 0 0 25 0 4 0 524200552 622641152 95995 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=608048 CPUtime=702.28 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 156253 0 0 0 70177 51 0 0 25 0 4 0 524200552 622641152 95995 33554432000 4194304 4627427 140737309624304 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=608048 CPUtime=702.31 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 192350 0 0 0 70163 68 0 0 25 0 4 0 524200552 622641152 95995 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 608048

[startup+762.301 s]
/proc/loadavg: 8.24 8.20 8.11 9/188 6231
/proc/meminfo: memFree=29932000/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=592204 CPUtime=3045.04 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 755092 0 0 0 304238 266 0 0 25 0 4 0 524200552 606416896 104271 33554432000 4194304 4627427 140737309624304 18446744073709551615 4420204 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 148051 104271 389 106 0 143022 0
[pid=6175/tid=6176] ppid=6173 vsize=592204 CPUtime=758.14 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 191331 0 0 0 75746 68 0 0 25 0 4 0 524200552 606416896 104271 33554432000 4194304 4627427 140737309624304 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=592204 CPUtime=762.27 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 159945 0 0 0 76174 53 0 0 25 0 4 0 524200552 606416896 104271 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=592204 CPUtime=762.31 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 202429 0 0 0 76160 71 0 0 25 0 4 0 524200552 606416896 104271 33554432000 4194304 4627427 140737309624304 18446744073709551615 4420171 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 592204

[startup+822.301 s]
/proc/loadavg: 8.14 8.17 8.11 9/188 6232
/proc/meminfo: memFree=29780800/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=594132 CPUtime=3284.72 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 781378 0 0 0 328193 279 0 0 25 0 4 0 524200552 608391168 104775 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 148533 104775 389 106 0 143504 0
[pid=6175/tid=6176] ppid=6173 vsize=594132 CPUtime=817.83 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 193231 0 0 0 81713 70 0 0 25 0 4 0 524200552 608391168 104775 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=594132 CPUtime=822.28 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 166850 0 0 0 82172 56 0 0 25 0 4 0 524200552 608391168 104775 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=594132 CPUtime=822.31 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 212186 0 0 0 82156 75 0 0 25 0 4 0 524200552 608391168 104775 33554432000 4194304 4627427 140737309624304 18446744073709551615 4310102 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 594132

[startup+882.301 s]
/proc/loadavg: 8.05 8.14 8.10 9/188 6234
/proc/meminfo: memFree=29851172/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=594924 CPUtime=3524.4 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 815749 0 0 0 352149 291 0 0 25 0 4 0 524200552 609202176 108038 33554432000 4194304 4627427 140737309624304 18446744073709551615 4468043 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 148731 108038 389 106 0 143702 0
[pid=6175/tid=6176] ppid=6173 vsize=594924 CPUtime=877.5 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 201130 0 0 0 87677 73 0 0 25 0 4 0 524200552 609202176 108038 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=594924 CPUtime=882.27 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 172298 0 0 0 88169 58 0 0 25 0 4 0 524200552 609202176 108038 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=594924 CPUtime=882.31 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 223217 0 0 0 88152 79 0 0 25 0 4 0 524200552 609202176 108038 33554432000 4194304 4627427 140737309624304 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.4
Current children cumulated vsize (KiB) 594924

[startup+942.301 s]
/proc/loadavg: 8.02 8.11 8.09 9/188 6236
/proc/meminfo: memFree=29719176/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=628920 CPUtime=3764.09 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 831996 0 0 0 376111 298 0 0 25 0 4 0 524200552 644014080 114177 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309312 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 157230 114177 389 106 0 152201 0
[pid=6175/tid=6176] ppid=6173 vsize=628920 CPUtime=937.17 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 206005 0 0 0 93643 74 0 0 25 0 4 0 524200552 644014080 114177 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=628920 CPUtime=942.28 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 175674 0 0 0 94169 59 0 0 25 0 4 0 524200552 644014080 114177 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=628920 CPUtime=942.31 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 227096 0 0 0 94150 81 0 0 25 0 4 0 524200552 644014080 114177 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 628920

[startup+1002.3 s]
/proc/loadavg: 8.19 8.14 8.10 9/188 6237
/proc/meminfo: memFree=29793244/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=612748 CPUtime=4003.75 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 867468 0 0 0 400064 311 0 0 25 0 4 0 524200552 627453952 113313 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 153187 113313 389 106 0 148158 0
[pid=6175/tid=6176] ppid=6173 vsize=612748 CPUtime=996.85 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 213931 0 0 0 99608 77 0 0 25 0 4 0 524200552 627453952 113313 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=612748 CPUtime=1002.28 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 184546 0 0 0 100165 63 0 0 25 0 4 0 524200552 627453952 113313 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=612748 CPUtime=1002.31 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 234387 0 0 0 100147 84 0 0 25 0 4 0 524200552 627453952 113313 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 612748

[startup+1062.31 s]
/proc/loadavg: 8.25 8.16 8.10 9/188 6239
/proc/meminfo: memFree=29690024/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=664088 CPUtime=4243.45 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 889372 0 0 0 424025 320 0 0 25 0 4 0 524200552 680026112 122871 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 166022 122871 389 106 0 160993 0
[pid=6175/tid=6176] ppid=6173 vsize=664088 CPUtime=1056.52 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 222287 0 0 0 105572 80 0 0 25 0 4 0 524200552 680026112 122871 33554432000 4194304 4627427 140737309624304 18446744073709551615 4420204 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=664088 CPUtime=1062.28 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 184835 0 0 0 106165 63 0 0 25 0 4 0 524200552 680026112 122871 33554432000 4194304 4627427 140737309624304 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=664088 CPUtime=1062.32 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 240366 0 0 0 106145 87 0 0 25 0 4 0 524200552 680026112 122871 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 664088

[startup+1122.3 s]
/proc/loadavg: 8.24 8.16 8.10 9/188 6240
/proc/meminfo: memFree=29774904/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=664020 CPUtime=4483.11 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 922615 0 0 0 447976 335 0 0 25 0 4 0 524200552 679956480 113913 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 166005 113913 389 106 0 160976 0
[pid=6175/tid=6176] ppid=6173 vsize=664020 CPUtime=1116.2 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 230998 0 0 0 111537 83 0 0 25 0 4 0 524200552 679956480 113913 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=664020 CPUtime=1122.27 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 192690 0 0 0 112161 66 0 0 25 0 4 0 524200552 679956480 113913 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=664020 CPUtime=1122.31 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 247741 0 0 0 112141 90 0 0 25 0 4 0 524200552 679956480 113913 33554432000 4194304 4627427 140737309624304 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 664020

[startup+1182.3 s]
/proc/loadavg: 8.29 8.17 8.10 9/188 6242
/proc/meminfo: memFree=29656412/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=664736 CPUtime=4722.78 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 955209 0 0 0 471930 348 0 0 25 0 4 0 524200552 680689664 121569 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 166184 121569 389 106 0 161155 0
[pid=6175/tid=6176] ppid=6173 vsize=664736 CPUtime=1175.87 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 240090 0 0 0 117500 87 0 0 25 0 4 0 524200552 680689664 121569 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=664736 CPUtime=1182.28 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 201608 0 0 0 118158 70 0 0 25 0 4 0 524200552 680689664 121569 33554432000 4194304 4627427 140737309624304 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=664736 CPUtime=1182.32 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 253625 0 0 0 118139 93 0 0 25 0 4 0 524200552 680689664 121569 33554432000 4194304 4627427 140737309624304 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 664736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.21 8.16 8.10 9/188 6242
/proc/meminfo: memFree=29650572/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=664800 CPUtime=4800.3 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 958416 0 0 0 479680 350 0 0 25 0 4 0 524200552 680755200 120550 33554432000 4194304 4627427 140737309624304 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 166200 120550 389 106 0 161171 0
[pid=6175/tid=6176] ppid=6173 vsize=664800 CPUtime=1195.17 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 240090 0 0 0 119430 87 0 0 25 0 4 0 524200552 680755200 120551 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=664800 CPUtime=1201.68 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 201608 0 0 0 120098 70 0 0 25 0 4 0 524200552 680755200 120551 33554432000 4194304 4627427 140737309624304 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=664800 CPUtime=1201.72 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 253625 0 0 0 120079 93 0 0 25 0 4 0 524200552 680755200 120551 33554432000 4194304 4627427 140737309624304 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 664800

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

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

[startup+1201.7 s]
/proc/loadavg: 8.21 8.16 8.10 9/188 6242
/proc/meminfo: memFree=29650572/32951124 swapFree=67111336/67111528
[pid=6175] ppid=6173 vsize=664800 CPUtime=4800.3 cores=1,3,5,7
/proc/6175/stat : 6175 (strangenight2-m) R 6173 6175 5928 0 -1 4202496 958416 0 0 0 479680 350 0 0 25 0 4 0 524200552 680755200 120550 33554432000 4194304 4627427 140737309624304 18446744073709551615 4310097 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6175/statm: 166200 120550 389 106 0 161171 0
[pid=6175/tid=6176] ppid=6173 vsize=664800 CPUtime=1195.17 cores=1,3,5,7
/proc/6175/task/6176/stat : 6176 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 240090 0 0 0 119430 87 0 0 25 0 4 0 524200552 680755200 120551 33554432000 4194304 4627427 140737309624304 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=6175/tid=6177] ppid=6173 vsize=664800 CPUtime=1201.68 cores=1,3,5,7
/proc/6175/task/6177/stat : 6177 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 201608 0 0 0 120098 70 0 0 25 0 4 0 524200552 680755200 120551 33554432000 4194304 4627427 140737309624304 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=664800 CPUtime=1201.72 cores=1,3,5,7
/proc/6175/task/6178/stat : 6178 (strangenight2-m) R 6173 6175 5928 0 -1 4202560 253625 0 0 0 120079 93 0 0 25 0 4 0 524200552 680755200 120551 33554432000 4194304 4627427 140737309624304 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 664800

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.35
CPU user time (s): 4796.83
CPU system time (s): 3.51946
CPU usage (%): 399.452
Max. virtual memory (cumulated for all children) (KiB): 732284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.83
system time used= 3.51946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 958417
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= 2567
involuntary context switches= 31723

runsolver used 1.91771 second user time and 4.66229 second system time

The end

Launcher Data

Begin job on node133 at 2011-04-30 03:13:47
IDJOB=3263343
IDBENCH=83965
IDSOLVER=1586
FILE ID=node133/3263343-1304126026
RUNJOBID= node133-1304124391-5947
PBS_JOBID= 13170758
Free space on /tmp= 71888 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_28_40_7-log.shuffled-as.sat03-127.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263343-1304126026/watcher-3263343-1304126026 -o /tmp/evaluation-result-3263343-1304126026/solver-3263343-1304126026 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3263343-1304126026.cnf

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=1830611123

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30221488 kB
Buffers:        513196 kB
Cached:        1069524 kB
SwapCached:        124 kB
Active:         890368 kB
Inactive:      1495240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30221488 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:            7784 kB
Writeback:           0 kB
AnonPages:      802384 kB
Mapped:          15524 kB
Slab:           279852 kB
PageTables:       6020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1138876 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71884 MiB
End job on node133 at 2011-04-30 03:33:50