Trace number 3366840

Some explanations

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

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

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

Solver answer on this benchmark

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

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-3366840-1305415600.cnf'
0.00/0.00	c -- header says num vars:            140
0.00/0.00	c -- header says num clauses:       58376
0.00/0.05	c -- clauses added:            0 learnts,        58376 normals,            0 xors
0.00/0.05	c -- vars added        140
0.00/0.05	c Parsing time:  0.04 s
0.00/0.05	c  N st     0         0       140     58376         0         0    583480         0   no data   no data
0.77/0.21	c asymm  cl-useful: 66/1006/58376 lits-rem:81 time: 0.16
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.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.77/0.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.77/0.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.77/0.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
0.77/0.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.92/6.07	c lits-rem:     81997  cl-subs:    11791  v-elim:      0  v-fix:    0  time:  5.82 s
23.92/6.07	c Finding binary XORs  T:     0.00 s  found:       0
24.31/6.14	c Finding non-binary XORs:     0.06 s (found:       0, avg size: nan)
24.31/6.14	c calculated reachability. Time: 0.00
24.31/6.14	c Calc default polars -  time:   0.00 s pos:      70 undec:       0 neg:      70
24.31/6.14	c =========================================================================================
24.31/6.14	c types(t): F = full restart, N = normal restart
24.31/6.14	c types(t): S = simplification begin/end, E = solution found
24.31/6.14	c restart types(rt): st = static, dy = dynamic
24.31/6.14	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
24.31/6.14	c  B st     0         0       140     46585         0         0    395364         0   no data   no data
24.71/6.28	c  N dy    12      4117       140     46585         0      3915    395357     75984     14.67     15.46
25.51/6.45	c  N dy    23      8206       140     46585         0      7798    395353    151342     13.86     14.61
26.34/6.63	c  N dy    40     12358       140     46585         0      7116    395341    112674     13.91     14.88
27.10/6.85	c  N dy    54     17439       140     46585         0     11942    395334    203261     13.56     14.38
27.90/7.05	c  N dy    63     21459       140     46585         0      8345    395329    115619     13.49     14.30
28.70/7.21	c  F st    76     25001       140     46585         0     11701    395321    173405     13.43     11.87
28.70/7.24	c  N st    78     25626       140     46585         0     12295    395318    184749     13.43   no data
29.50/7.44	c  N dy    82     30000       140     46585         0     16439    395315    267433     13.43   no data
29.50/7.44	c  S st    82     30000       140     46585         0     16439    395315    267433     13.43   no data
29.90/7.53	c  S st    82     30502       140     46585         0     16930    395315    275230     13.43   no data
29.90/7.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.90/7.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
29.90/7.57	c blocked clauses removed:        0 vars:      0 tried:         140 T: 0.00 s
29.90/7.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.90/7.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.90/7.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
29.90/7.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.90/7.58	c lits-rem:        38  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.01 s
29.90/7.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.88/9.09	c lits-rem:      3412  cl-subs:     1651  v-elim:      0  v-fix:    0  time:  1.49 s
37.48/9.42	c asymm  cl-useful: 0/1181/46401 lits-rem:0 time: 0.33
37.48/9.42	c calculated reachability. Time: 0.00
37.48/9.42	c  N dy    82     30502       140     46401         0     15447    393339    242548     13.43   no data
38.28/9.65	c  N dy   113     34584       140     46401         0     10104    393335    134921     13.63     14.39
39.09/9.88	c  N dy   132     39879       140     46401         0     15087    393321    223190     13.56     14.28
39.86/10.08	c  N dy   161     43961       140     46401         0     18978    393313    295408     13.65     14.41
40.27/10.16	c  S st   162     45754       140     46401         0     20652    393310    324310     13.60     12.37
40.67/10.25	c  S st   162     46254       140     46401         0     21135    393308    331780     13.60   no data
40.67/10.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.67/10.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
40.67/10.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.67/10.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.67/10.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.67/10.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
40.67/10.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.07/10.30	c lits-rem:        35  cl-subs:       21  v-elim:      0  v-fix:    0  time:  0.01 s
41.07/10.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.26/11.14	c lits-rem:      2998  cl-subs:     1371  v-elim:      0  v-fix:    0  time:  0.82 s
44.26/11.14	c vivif2 --  cl tried    46295 cl shrink        0 lits rem          0 time: 0.00
44.26/11.15	c vivif2 --  cl tried    19849 cl shrink        0 lits rem          0 time: 0.00
45.46/11.44	c asymm  cl-useful: 0/1119/46295 lits-rem:0 time: 0.29
45.46/11.44	c calculated reachability. Time: 0.00
45.46/11.44	c  N dy   162     46254       140     46295         0     19849    392157    304051     13.60   no data
46.25/11.69	c  N dy   186     50892       140     46295         0     13677    392149    190309     13.67     14.61
47.45/12.00	c  N dy   200     57035       140     46295         0     19480    392141    292655     13.57     14.36
48.64/12.20	c  N dy   206     61382       140     46295         0     23552    392136    364579     13.49     14.21
49.45/12.40	c  N dy   237     65469       140     46295         0     15675    392131    219052     13.58     16.60
49.85/12.58	c  S st   258     69382       140     46295         0     19373    392125    287028     13.61   no data
50.25/12.65	c  S st   258     69886       140     46295         0     19864    392123    295424     13.61   no data
50.25/12.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.25/12.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
50.25/12.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.25/12.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.25/12.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.25/12.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
50.25/12.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.25/12.69	c lits-rem:        15  cl-subs:       20  v-elim:      0  v-fix:    0  time:  0.01 s
50.65/12.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.43/13.43	c lits-rem:      1904  cl-subs:      793  v-elim:      0  v-fix:    0  time:  0.72 s
53.43/13.43	c vivif2 --  cl tried    46195 cl shrink        0 lits rem          0 time: 0.01
53.43/13.44	c vivif2 --  cl tried    19151 cl shrink        0 lits rem          0 time: 0.00
54.63/13.76	c asymm  cl-useful: 0/1131/46195 lits-rem:0 time: 0.32
54.63/13.77	c calculated reachability. Time: 0.00
54.63/13.77	c  N dy   258     69886       140     46195         0     19151    391043    279253     13.61   no data
55.83/14.07	c  N dy   269     75745       140     46195         0     24610    391032    373865     13.51     14.24
57.07/14.37	c  N dy   295     80717       140     46195         0     16499    391022    223153     13.51     14.40
58.22/14.65	c  N dy   330     85904       140     46195         0     21459    391013    316322     13.55     16.10
58.62/14.75	c  F st   342     87502       140     46195         0     22985    391009    344884     13.57   no data
59.82/15.07	c  N dy   348     92698       140     46195         0     14007    391008    172553     13.57   no data
61.03/15.35	c  N dy   368     98691       140     46195         0     19664    391002    274410     13.54     14.56
62.21/15.68	c  S st   402    104829       140     46195         0     25501    390989    381478     13.56     14.08
62.61/15.79	c  S st   402    105332       140     46195         0     25992    390985    389742     13.56   no data
62.61/15.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
63.01/15.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
63.01/15.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.01/15.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.01/15.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.01/15.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
63.01/15.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.01/15.85	c lits-rem:        40  cl-subs:       30  v-elim:      0  v-fix:    0  time:  0.02 s
63.01/15.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.60/17.25	c lits-rem:      3806  cl-subs:     1451  v-elim:      0  v-fix:    0  time:  1.38 s
68.60/17.25	c vivif2 --  cl tried    46047 cl shrink        0 lits rem          0 time: 0.01
68.60/17.26	c vivif2 --  cl tried    24659 cl shrink        0 lits rem          0 time: 0.00
69.82/17.58	c asymm  cl-useful: 11/996/46047 lits-rem:11 time: 0.32
69.82/17.58	c calculated reachability. Time: 0.00
69.82/17.58	c  N dy   402    105332       140     46047         0     24659    389387    360722     13.56   no data
71.39/17.98	c  N dy   436    112063       140     46047         0     16212    389377    205686     13.57     14.88
72.98/18.34	c  N dy   468    119496       140     46047         0     23227    389367    331478     13.57     14.35
74.62/18.75	c  N dy   501    127283       140     46047         0     30633    389356    466640     13.56     14.30
76.58/19.26	c  N dy   551    136690       140     46047         0     23750    389342    332037     13.58     14.32
78.59/19.74	c  N dy   584    145722       140     46047         0     32311    389328    486690     13.58     14.36
80.56/20.26	c  N dy   609    155250       140     46047         0     24483    389314    335623     13.54     14.44
81.36/20.41	c  S st   629    157999       140     46047         0     27131    389312    385591     13.55     13.13
81.76/20.52	c  S st   629    158500       140     46047         0     27615    389309    393265     13.55   no data
81.76/20.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.76/20.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
81.76/20.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.76/20.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.76/20.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.76/20.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
81.76/20.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.76/20.58	c lits-rem:        70  cl-subs:       40  v-elim:      0  v-fix:    0  time:  0.02 s
81.76/20.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.79/22.01	c lits-rem:      3793  cl-subs:     1581  v-elim:      0  v-fix:    0  time:  1.41 s
87.79/22.02	c vivif2 --  cl tried    45847 cl shrink        0 lits rem          0 time: 0.01
87.79/22.03	c vivif2 --  cl tried    26194 cl shrink        0 lits rem          0 time: 0.00
88.94/22.34	c asymm  cl-useful: 94/839/45847 lits-rem:94 time: 0.31
88.94/22.34	c calculated reachability. Time: 0.00
88.94/22.34	c  N dy   629    158500       140     45847         0     26194    387061    365084     13.55   no data
91.77/23.03	c  N dy   689    169398       140     45847         0     18832    387048    228655     13.58     14.50
94.13/23.63	c  N dy   765    180718       140     45847         0     29624    387038    431519     13.62     14.49
96.91/24.35	c  N dy   832    192293       140     45847         0     21889    387028    277415     13.66     14.39
100.12/25.13	c  N dy   874    204568       140     45847         0     33461    387012    483317     13.61     14.76
104.11/26.18	c  N dy   915    220516       140     45847         0     28885    386999    409515     13.56     14.29
108.09/27.12	c  N dy   981    234614       140     45847         0     21667    386980    265779     13.56     14.38
108.90/27.30	c  S st   997    237750       140     45847         0     24663    386973    321292     13.57   no data
108.90/27.40	c  S st   997    238256       140     45847         0     25153    386972    329444     13.57   no data
108.90/27.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
109.31/27.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
109.31/27.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
109.31/27.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
109.31/27.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
109.31/27.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
109.31/27.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
109.31/27.47	c lits-rem:       173  cl-subs:      141  v-elim:      0  v-fix:    0  time:  0.03 s
109.31/27.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.29/28.51	c lits-rem:      3296  cl-subs:     1027  v-elim:      0  v-fix:    0  time:  1.02 s
113.70/28.51	c vivif2 --  cl tried    45496 cl shrink        0 lits rem          0 time: 0.01
113.70/28.52	c vivif2 --  cl tried    24336 cl shrink        0 lits rem          0 time: 0.00
114.87/28.83	c asymm  cl-useful: 90/890/45496 lits-rem:90 time: 0.32
114.87/28.84	c calculated reachability. Time: 0.00
114.87/28.84	c  N dy   997    238256       140     45496         0     24336    383197    314155     13.57   no data
118.86/29.86	c  N dy  1048    253535       140     45496         0     38687    383186    569475     13.54     15.85
123.25/30.90	c  N dy  1146    269910       140     45496         0     32809    383172    470448     13.58     14.39
128.03/32.13	c  N dy  1199    289762       140     45496         0     29044    383152    377122     13.53     14.25
132.03/33.17	c  F st  1294    306252       140     45496         0     44727    383139    665787     13.56   no data
132.83/33.32	c  N st  1298    308284       140     45496         0     46642    383139    703728     13.56   no data
138.02/34.64	c  N dy  1396    328323       140     45496         0     42281    383125    622952     13.59     14.31
143.21/35.99	c  N dy  1487    348562       140     45496         0     37131    383110    522133     13.59     14.32
146.00/36.60	c  S st  1527    357384       140     45496         0     45556    383103    680249     13.59     12.06
146.40/36.73	c  S st  1527    357886       140     45496         0     46039    383098    688617     13.59   no data
146.40/36.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
146.40/36.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
146.40/36.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
146.40/36.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.40/36.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.40/36.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
146.40/36.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
146.80/36.80	c lits-rem:        98  cl-subs:       88  v-elim:      0  v-fix:    0  time:  0.02 s
146.80/36.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.15/40.95	c lits-rem:      6727  cl-subs:     2270  v-elim:      0  v-fix:    0  time:  4.13 s
163.15/40.96	c vivif2 --  cl tried    45195 cl shrink        0 lits rem          0 time: 0.01
163.15/40.97	c vivif2 --  cl tried    43982 cl shrink        0 lits rem          0 time: 0.01
164.75/41.36	c asymm  cl-useful: 59/692/45195 lits-rem:59 time: 0.39
164.75/41.36	c calculated reachability. Time: 0.00
164.75/41.36	c  N dy  1527    357886       140     45195         0     43982    379952    642429     13.59   no data
171.17/42.93	c  N dy  1634    377949       140     45195         0     37741    379939    523269     13.61     15.38
177.12/44.45	c  N dy  1725    398246       140     45195         0     30669    379928    382177     13.62     14.44
182.70/45.83	c  N dy  1819    418325       140     45195         0     49746    379918    737903     13.63     14.94
189.08/47.40	c  N dy  1909    439644       140     45195         0     42580    379905    590354     13.62     14.50
194.67/48.86	c  N dy  1963    459675       140     45195         0     33207    379889    409641     13.57     14.80
200.66/50.31	c  N dy  2067    479870       140     45195         0     52308    379876    758042     13.58     14.41
206.29/51.79	c  N dy  2193    500119       140     45195         0     42673    379854    593403     13.60     14.35
212.63/53.38	c  N dy  2283    520158       140     45195         0     31594    379846    372818     13.61     14.41
217.41/54.55	c  S st  2343    536829       140     45195         0     47227    379839    650200     13.61     11.36
217.81/54.69	c  S st  2343    537332       140     45195         0     47721    379838    658546     13.61   no data
217.81/54.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
218.21/54.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
218.21/54.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
218.21/54.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
218.21/54.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
218.21/54.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
218.21/54.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
218.21/54.77	c lits-rem:       206  cl-subs:      149  v-elim:      0  v-fix:    0  time:  0.04 s
218.21/54.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
230.58/57.89	c lits-rem:      8731  cl-subs:     3474  v-elim:      0  v-fix:    0  time:  3.09 s
230.58/57.89	c vivif2 --  cl tried    44786 cl shrink        0 lits rem          0 time: 0.01
230.98/57.90	c vivif2 --  cl tried    44507 cl shrink        0 lits rem          0 time: 0.01
231.78/58.21	c asymm  cl-useful: 51/684/44786 lits-rem:51 time: 0.30
232.19/58.21	c calculated reachability. Time: 0.00
232.19/58.21	c  N dy  2343    537332       140     44786         0     44507    375570    596678     13.61   no data
238.56/59.85	c  N dy  2451    557372       140     44786         0     32687    375561    387178     13.62     14.34
244.15/61.25	c  N dy  2548    577548       140     44786         0     51844    375554    743622     13.62     14.45
250.53/62.88	c  N dy  2599    598508       140     44786         0     39627    375544    507735     13.59     14.48
257.32/64.58	c  N dy  2674    618553       140     44786         0     58591    375533    851418     13.58     15.30
264.90/66.47	c  N dy  2745    638824       140     44786         0     44792    375522    580746     13.56     14.51
271.28/68.09	c  N dy  2852    658837       140     44786         0     63856    375518    939592     13.58     17.19
278.86/69.90	c  N dy  2967    679200       140     44786         0     49442    375512    679452     13.59     14.32
286.84/71.94	c  N dy  3076    699922       140     44786         0     69164    375508   1043257     13.60     14.87
294.06/73.79	c  N dy  3174    720652       140     44786         0     54096    375505    761937     13.60     14.53
303.59/76.13	c  N dy  3255    746670       140     44786         0     42712    375493    532088     13.58     14.32
310.39/77.81	c  N dy  3364    766702       140     44786         0     61790    375483    888371     13.59     15.22
317.57/79.66	c  N dy  3461    787202       140     44786         0     44560    375479    568175     13.60     14.40
323.96/81.24	c  S st  3576    805999       140     44786         0     62443    375468    901882     13.61     13.29
324.37/81.40	c  S st  3576    806502       140     44786         0     62921    375468    909765     13.61   no data
324.79/81.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
324.79/81.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
324.79/81.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
324.79/81.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
324.79/81.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
324.79/81.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
324.79/81.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
324.79/81.49	c lits-rem:       144  cl-subs:      108  v-elim:      0  v-fix:    0  time:  0.03 s
325.14/81.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
349.88/87.71	c lits-rem:      8930  cl-subs:     3391  v-elim:      0  v-fix:    0  time:  6.18 s
349.88/87.72	c vivif2 --  cl tried    44509 cl shrink        0 lits rem          0 time: 0.01
349.88/87.73	c vivif2 --  cl tried    59699 cl shrink        0 lits rem          0 time: 0.01
351.12/88.05	c asymm  cl-useful: 60/589/44509 lits-rem:61 time: 0.32
351.12/88.05	c calculated reachability. Time: 0.00
351.12/88.05	c  N dy  3576    806502       140     44509         0     59699    372423    844314     13.61   no data
359.06/90.04	c  N dy  3676    827987       140     44509         0     42539    372411    528097     13.62     14.39
365.44/91.69	c  N dy  3762    848073       140     44509         0     61537    372402    876310     13.62     19.46
373.82/93.70	c  N dy  3865    868173       140     44509         0     42052    372397    512269     13.63     16.75
380.21/95.30	c  N dy  3949    888246       140     44509         0     61195    372391    868473     13.63     14.38
388.59/97.41	c  N dy  3978    908260       140     44509         0     40335    372387    478288     13.60     15.46
395.37/99.13	c  N dy  4079    929655       140     44509         0     60666    372381    856344     13.60     14.34
403.36/101.19	c  N dy  4179    949851       140     44509         0     79795    372377   1209955     13.61     14.50
410.53/102.98	c  N dy  4273    969935       140     44509         0     58442    372366    807690     13.61     15.82
418.51/104.98	c  N dy  4373    989999       140     44509         0     77526    372360   1166722     13.61     14.56
426.09/106.85	c  N dy  4462   1010012       140     44509         0     54994    372353    730231     13.61     15.36
433.67/108.73	c  N dy  4568   1030015       140     44509         0     73994    372342   1087511     13.62     14.44
442.05/110.85	c  N dy  4654   1050766       140     44509         0     51212    372333    646561     13.62     14.40
449.63/112.71	c  N dy  4767   1071193       140     44509         0     70607    372329   1011636     13.63     14.61
449.63/112.78	c  F st  4772   1071875       140     44509         0     71258    372329   1023662     13.63   no data
458.41/114.98	c  N dy  4862   1091694       140     44509         0     46715    372327    557661     13.64     14.53
466.38/116.91	c  N dy  4952   1112098       140     44509         0     66104    372318    923157     13.64     14.36
475.97/119.37	c  N dy  5002   1132187       140     44509         0     84900    372315   1252204     13.62     14.36
484.75/121.59	c  N dy  5133   1152199       140     44509         0     59655    372308    793736     13.64     16.36
493.52/123.74	c  N dy  5249   1172232       140     44509         0     78694    372301   1151719     13.65     16.46
503.50/126.26	c  N dy  5301   1192625       140     44509         0     52363    372292    626502     13.62     14.38
511.08/128.18	c  S st  5395   1209754       140     44509         0     68702    372289    931686     13.63     13.99
511.88/128.39	c  S st  5395   1210254       140     44509         0     69192    372288    939521     13.63   no data
512.28/128.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
512.28/128.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
512.28/128.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
512.28/128.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
512.28/128.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
512.28/128.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
512.28/128.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
512.68/128.52	c lits-rem:       193  cl-subs:      132  v-elim:      0  v-fix:    0  time:  0.05 s
512.68/128.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
538.62/135.09	c lits-rem:      8789  cl-subs:     5885  v-elim:      0  v-fix:    0  time:  6.53 s
538.62/135.09	c vivif2 --  cl tried    44124 cl shrink        0 lits rem          0 time: 0.01
539.02/135.11	c vivif2 --  cl tried    63560 cl shrink        0 lits rem          0 time: 0.01
540.21/135.43	c asymm  cl-useful: 33/581/44124 lits-rem:33 time: 0.33
540.21/135.44	c calculated reachability. Time: 0.00
540.21/135.44	c  N dy  5395   1210254       140     44124         0     63560    368203    846050     13.63   no data
548.63/137.56	c  N dy  5487   1230335       140     44124         0     82628    368196   1201466     13.63     14.38
557.40/139.78	c  N dy  5614   1250440       140     44124         0     55815    368192    705597     13.65     14.39
565.77/141.82	c  N dy  5704   1270528       140     44124         0     74800    368189   1056064     13.65     16.72
578.51/145.04	c  N dy  5758   1292862       140     44124         0     48870    368183    561062     13.63     14.36
587.29/147.24	c  N dy  5841   1314603       140     44124         0     69421    368173    932400     13.63     14.64
597.26/149.72	c  N dy  5947   1334689       140     44124         0     88537    368168   1291065     13.63     15.55
606.04/151.95	c  N dy  6024   1354772       140     44124         0     59608    368165    755325     13.63     14.38
614.46/154.02	c  N dy  6155   1374796       140     44124         0     78673    368158   1118533     13.64     14.42
624.80/156.67	c  N dy  6209   1395326       140     44124         0     49047    368154    552440     13.63     14.38
632.37/158.54	c  N dy  6317   1415833       140     44124         0     68552    368148    916189     13.64     14.39
641.15/160.73	c  N dy  6439   1436014       140     44124         0     87840    368141   1285686     13.65     14.44
651.13/163.22	c  N dy  6564   1456113       140     44124         0     56895    368136    693060     13.66     18.67
658.70/165.15	c  N dy  6671   1476204       140     44124         0     76045    368134   1057981     13.66     15.44
668.28/167.50	c  N dy  6775   1496675       140     44124         0     95471    368130   1423742     13.67     14.46
677.46/169.86	c  N dy  6846   1516840       140     44124         0     63498    368127    801393     13.67     14.44
686.24/172.04	c  N dy  6956   1537099       140     44124         0     82766    368123   1164759     13.67     14.50
696.22/174.53	c  N dy  7038   1557322       140     44124         0    101815    368121   1507746     13.67     14.41
705.00/176.73	c  N dy  7107   1578406       140     44124         0     69889    368117    920675     13.67     14.45
714.17/179.01	c  N dy  7190   1598756       140     44124         0     89219    368114   1284364     13.66     14.39
725.34/181.82	c  N dy  7275   1618965       140     44124         0     55565    368109    645162     13.67     14.41
733.71/183.97	c  N dy  7344   1639067       140     44124         0     74531    368106    990835     13.66     14.41
744.90/186.72	c  N dy  7453   1659113       140     44124         0     93625    368100   1352203     13.67     15.53
756.86/189.79	c  N dy  7576   1679203       140     44124         0     58947    368098    702129     13.68     14.46
765.24/191.83	c  N dy  7672   1699264       140     44124         0     78029    368095   1060203     13.68     16.97
770.83/193.21	c  S st  7724   1710256       140     44124         0     88479    368093   1254441     13.68     13.93
771.63/193.44	c  S st  7724   1710757       140     44124         0     88964    368093   1262809     13.68   no data
771.63/193.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
772.05/193.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
772.05/193.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
772.05/193.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
772.05/193.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
772.05/193.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
772.05/193.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
772.05/193.59	c lits-rem:       134  cl-subs:       87  v-elim:      0  v-fix:    0  time:  0.05 s
772.47/193.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
811.96/203.55	c lits-rem:     11552  cl-subs:     3643  v-elim:      0  v-fix:    0  time:  9.91 s
811.96/203.55	c vivif2 --  cl tried    44005 cl shrink        0 lits rem          0 time: 0.01
811.96/203.57	c vivif2 --  cl tried    85353 cl shrink        0 lits rem          0 time: 0.02
813.52/203.97	c asymm  cl-useful: 26/482/44005 lits-rem:26 time: 0.39
813.52/203.97	c calculated reachability. Time: 0.00
813.52/203.97	c  N dy  7724   1710757       140     44005         0     85353    366562   1180688     13.68   no data
827.09/207.38	c  N dy  7789   1735627       140     44005         0    108783    366559   1611279     13.67     14.54
836.26/209.60	c  N dy  7900   1755659       140     44005         0     73153    366558    958394     13.67     14.65
845.44/211.97	c  N dy  7987   1775681       140     44005         0     92098    366558   1307250     13.68     14.89
857.81/215.06	c  N dy  8092   1795735       140     44005         0    111195    366556   1667947     13.68     14.56
867.79/217.52	c  N dy  8191   1815870       140     44005         0     74694    366551    982733     13.68     14.44
877.80/220.04	c  N dy  8282   1835921       140     44005         0     93682    366548   1331824     13.68     14.41
889.33/222.91	c  N dy  8424   1856246       140     44005         0    113090    366546   1710477     13.70     14.42
898.11/225.15	c  N dy  8534   1876256       140     44005         0     75397    366543    987962     13.70     15.56
908.10/227.70	c  N dy  8621   1897449       140     44005         0     95542    366541   1369374     13.70     14.48
919.66/230.53	c  N dy  8730   1917498       140     44005         0    114618    366538   1731968     13.71     14.46
928.44/232.79	c  N dy  8823   1937610       140     44005         0     75895    366536    981342     13.71     14.54
938.41/235.31	c  N dy  8928   1957663       140     44005         0     94944    366533   1346447     13.71     15.90
949.98/238.19	c  N dy  8977   1977740       140     44005         0    113770    366532   1690106     13.70     14.56
960.36/240.73	c  N dy  9054   1998735       140     44005         0     75067    366523    952263     13.70     14.47
969.97/243.15	c  N dy  9171   2018923       140     44005         0     94258    366521   1317306     13.70     14.48
981.50/246.05	c  N dy  9246   2039012       140     44005         0    113237    366520   1673061     13.70     15.37
992.67/248.81	c  N dy  9378   2059951       140     44005         0     73820    366519    938496     13.71     14.49
1002.25/251.27	c  N dy  9465   2080630       140     44005         0     93367    366519   1298272     13.71     14.47
1013.03/253.95	c  N dy  9540   2100662       140     44005         0    112325    366516   1649181     13.71     15.26
1023.79/256.66	c  N dy  9615   2120992       140     44005         0     71251    366515    884566     13.70     14.47
1033.77/259.11	c  N dy  9731   2141001       140     44005         0     90363    366513   1250170     13.71     14.69
1046.94/262.46	c  N dy  9830   2162708       140     44005         0    110930    366511   1637085     13.71     14.50
1060.10/265.70	c  N dy  9883   2183464       140     44005         0     68976    366510    818601     13.70     14.58
1069.68/268.11	c  N dy  9970   2203891       140     44005         0     88263    366508   1173215     13.70     14.51
1073.27/269.00	c  S st 10010   2210758       140     44005         0     94797    366507   1300048     13.70     14.44
1074.07/269.20	c  S st 10010   2211260       140     44005         0     95288    366506   1308689     13.70   no data
1074.07/269.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1074.07/269.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
1074.07/269.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1074.07/269.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1074.07/269.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1074.07/269.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
1074.07/269.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1074.47/269.33	c lits-rem:        92  cl-subs:      128  v-elim:      0  v-fix:    0  time:  0.04 s
1074.47/269.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1114.81/279.42	c lits-rem:     11727  cl-subs:     6070  v-elim:      0  v-fix:    0  time: 10.05 s
1114.81/279.42	c vivif2 --  cl tried    43742 cl shrink        0 lits rem          0 time: 0.01
1114.81/279.44	c vivif2 --  cl tried    89353 cl shrink        0 lits rem          0 time: 0.02
1116.36/279.86	c asymm  cl-useful: 38/470/43742 lits-rem:38 time: 0.42
1116.36/279.86	c calculated reachability. Time: 0.00
1116.36/279.86	c  N dy 10010   2211260       140     43742         0     89353    363715   1194747     13.70   no data
1128.73/282.91	c  N dy 10107   2231300       140     43742         0    108263    363714   1546025     13.71     15.75
1142.29/286.32	c  N dy 10214   2251307       140     43742         0     65169    363713    756168     13.71     18.81
1150.67/288.42	c  N dy 10282   2271407       140     43742         0     84221    363711   1113756     13.71     14.46
1161.85/291.26	c  N dy 10392   2291418       140     43742         0    103307    363710   1480172     13.71     14.45
1174.61/294.46	c  N dy 10516   2311464       140     43742         0    122440    363707   1849481     13.72     14.52
1185.78/297.21	c  N dy 10617   2331697       140     43742         0     78393    363706    991407     13.72     14.46
1195.36/299.68	c  N dy 10717   2351723       140     43742         0     97389    363705   1350242     13.73     14.49
1206.97/302.55	c  N dy 10804   2371857       140     43742         0    116495    363705   1708029     13.73     14.53
1219.72/305.71	c  N dy 10899   2391902       140     43742         0     71327    363700    855739     13.73     16.19
1229.27/308.19	c  N dy 11001   2413702       140     43742         0     91944    363698   1239037     13.73     14.45
1242.84/311.50	c  N dy 11065   2438737       140     43742         0    115565    363695   1675398     13.72     14.47
1255.26/314.67	c  N dy 11125   2458791       140     43742         0     69492    363693    813908     13.71     15.76
1264.39/316.98	c  N dy 11175   2478835       140     43742         0     88047    363690   1132364     13.71     15.68
1274.76/319.57	c  N dy 11264   2499009       140     43742         0    107214    363687   1495609     13.71     14.45
1287.54/322.79	c  N dy 11355   2519061       140     43742         0    126083    363683   1842316     13.71     15.59
1298.73/325.54	c  N dy 11471   2539152       140     43742         0     79395    363678    994632     13.71     16.58
1309.08/328.13	c  N dy 11565   2560259       140     43742         0     99400    363674   1370647     13.71     14.47
1321.09/331.14	c  N dy 11668   2580437       140     43742         0    118583    363671   1736040     13.72     14.60
1335.01/334.69	c  N dy 11761   2602284       140     43742         0     72358    363671    850778     13.71     14.53
1344.19/336.98	c  N dy 11851   2622551       140     43742         0     91598    363669   1215455     13.72     14.44
1355.37/339.70	c  N dy 11959   2642596       140     43742         0    110604    363667   1571569     13.72     14.47
1368.13/342.97	c  N dy 12027   2662709       140     43742         0    129589    363667   1921626     13.72     14.83
1382.89/346.60	c  N dy 12112   2683933       140     43742         0     81736    363664   1018815     13.71     14.56
1396.46/350.00	c  N dy 12229   2705820       140     43742         0    102603    363664   1414997     13.72     14.46
1399.67/350.88	c  S st 12256   2711261       140     43742         0    107788    363664   1513985     13.72     13.56
1400.84/351.17	c  S st 12256   2711767       140     43742         0    108272    363664   1522233     13.72   no data
1400.84/351.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1401.24/351.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
1401.24/351.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1401.24/351.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1401.24/351.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1401.24/351.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
1401.24/351.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1401.64/351.32	c lits-rem:        81  cl-subs:       86  v-elim:      0  v-fix:    0  time:  0.05 s
1401.64/351.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1444.34/362.08	c lits-rem:     11419  cl-subs:     4683  v-elim:      0  v-fix:    0  time: 10.71 s
1444.34/362.09	c vivif2 --  cl tried    43545 cl shrink        0 lits rem          0 time: 0.01
1444.73/362.12	c vivif2 --  cl tried   103700 cl shrink        0 lits rem          0 time: 0.02
1446.33/362.53	c asymm  cl-useful: 25/460/43545 lits-rem:25 time: 0.41
1446.33/362.53	c calculated reachability. Time: 0.00
1446.33/362.53	c  N dy 12256   2711767       140     43545         0    103700    361567   1423308     13.72   no data
1461.12/366.30	c  N dy 12359   2732028       140     43545         0    122963    361567   1792933     13.72     14.50
1481.84/371.40	c  N dy 12443   2757335       140     43545         0     77915    361562    930685     13.71     14.46
1495.00/374.75	c  N dy 12546   2777412       140     43545         0     97068    361558   1297220     13.71     14.94
1508.97/378.29	c  N dy 12629   2797446       140     43545         0    116094    361555   1654337     13.71     16.11
1525.73/382.45	c  N dy 12749   2817521       140     43545         0    135195    361553   2020902     13.72     16.91
1540.54/386.14	c  N dy 12847   2840379       140     43545         0     86993    361552   1106110     13.72     14.46
1552.46/389.12	c  N dy 12940   2860456       140     43545         0    106095    361547   1467584     13.72     14.47
1564.43/392.14	c  N dy 13036   2880676       140     43545         0    125346    361546   1832118     13.72     14.58
1579.21/395.88	c  N dy 13135   2900702       140     43545         0     73392    361546    843149     13.72     15.96
1588.39/398.17	c  N dy 13247   2920739       140     43545         0     92424    361544   1205678     13.73     14.51
1601.57/401.43	c  N dy 13361   2943290       140     43545         0    113753    361543   1609160     13.73     14.50
1616.70/405.22	c  N dy 13470   2965795       140     43545         0    135113    361541   2012072     13.73     14.51
1631.07/408.87	c  N dy 13525   2989770       140     43545         0     85877    361541   1062017     13.72     14.57
1641.48/411.48	c  N dy 13600   3009797       140     43545         0    104916    361540   1418587     13.72     15.68
1653.81/414.56	c  N dy 13714   3029833       140     43545         0    123993    361539   1786977     13.72     14.96
1672.56/419.25	c  N dy 13825   3052694       140     43545         0     72963    361536    823375     13.72     14.48
1682.14/421.64	c  N dy 13937   3072738       140     43545         0     92102    361535   1191556     13.73     14.48
1693.31/424.49	c  N dy 14051   3092752       140     43545         0    111093    361534   1553597     13.73     16.13
1706.48/427.79	c  N dy 14137   3112787       140     43545         0    130136    361533   1915928     13.73     14.54
1723.24/431.93	c  N dy 14238   3132839       140     43545         0     75344    361533    861183     13.73     14.55
1732.82/434.36	c  N dy 14318   3152960       140     43545         0     94363    361531   1217595     13.73     14.63
1744.39/437.26	c  N dy 14441   3172964       140     43545         0    113522    361531   1589563     13.74     17.66
1759.15/440.93	c  N dy 14545   3193002       140     43545         0    132587    361530   1950093     13.74     14.80
1775.92/445.14	c  S st 14624   3211767       140     43545         0     75534    361526    858150     13.74   no data
1776.71/445.31	c  S st 14624   3212271       140     43545         0     76021    361526    866534     13.74   no data
1776.71/445.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1776.71/445.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
1776.71/445.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1776.71/445.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1776.71/445.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1776.71/445.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
1776.71/445.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1777.13/445.42	c lits-rem:        58  cl-subs:       97  v-elim:      0  v-fix:    0  time:  0.03 s
1777.13/445.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1785.91/447.61	c lits-rem:      2111  cl-subs:      595  v-elim:      0  v-fix:    0  time:  2.16 s
1785.91/447.62	c vivif2 --  cl tried    43366 cl shrink        0 lits rem          0 time: 0.01
1785.91/447.63	c vivif2 --  cl tried    75508 cl shrink        0 lits rem          0 time: 0.01
1787.08/447.96	c asymm  cl-useful: 26/549/43366 lits-rem:26 time: 0.33
1787.08/447.97	c calculated reachability. Time: 0.00
1787.08/447.97	c  N dy 14624   3212271       140     43366         0     75508    359704    859006     13.74   no data
1798.26/450.79	c  N dy 14705   3235669       140     43366         0     97347    359692   1239345     13.73     14.48
1810.63/453.83	c  N dy 14788   3255905       140     43366         0    116584    359689   1604336     13.73     14.57
1824.60/457.34	c  N dy 14908   3275908       140     43366         0    135605    359686   1966366     13.74     14.47
1841.75/461.64	c  N dy 15037   3296445       140     43366         0     79617    359685    928961     13.74     14.49
1851.32/464.07	c  N dy 15148   3316541       140     43366         0     98758    359683   1295397     13.74     15.27
1863.69/467.18	c  N dy 15216   3337661       140     43366         0    118557    359682   1654829     13.74     14.52
1879.65/471.12	c  N dy 15323   3358004       140     43366         0    137935    359682   2026233     13.74     14.55
1896.41/475.34	c  N dy 15402   3378008       140     43366         0     80320    359680    935837     13.74     15.22
1906.78/477.97	c  N dy 15522   3398048       140     43366         0     99393    359677   1303527     13.74     16.62
1919.55/481.11	c  N dy 15618   3419272       140     43366         0    119564    359677   1687571     13.75     14.55
1933.52/484.62	c  N dy 15704   3439368       140     43366         0    138601    359677   2045666     13.75     15.28
1951.08/489.07	c  N dy 15807   3462113       140     43366         0     82597    359675    968387     13.75     14.54
1961.05/491.57	c  N dy 15866   3482216       140     43366         0    101458    359674   1310000     13.74     14.48
1973.82/494.75	c  N dy 15963   3503322       140     43366         0    121542    359673   1693472     13.74     14.47
1992.20/499.31	c  N dy 16080   3527670       140     43366         0    144712    359672   2137555     13.74     14.62
2008.14/503.36	c  N dy 16203   3549086       140     43366         0     86638    359669   1043813     13.75     14.58
2019.70/506.21	c  N dy 16302   3570102       140     43366         0    106647    359667   1426970     13.75     14.56
2032.87/509.57	c  N dy 16421   3590323       140     43366         0    125897    359667   1800262     13.75     14.57
2048.84/513.53	c  N dy 16508   3612191       140     43366         0    146544    359664   2180935     13.75     14.49
2065.19/517.66	c  N dy 16607   3632431       140     43366         0     86228    359662   1027347     13.75     14.53
2076.01/520.35	c  N dy 16696   3652520       140     43366         0    105309    359662   1394244     13.75     14.52
2087.93/523.34	c  N dy 16753   3672633       140     43366         0    124270    359658   1743503     13.75     14.48
2103.09/527.13	c  N dy 16841   3692664       140     43366         0    143308    359657   2106472     13.75     14.48
2121.85/531.86	c  S st 16928   3712271       140     43366         0     81554    359656    933448     13.75     12.98
2122.65/532.08	c  S st 16928   3712772       140     43366         0     82041    359655    941730     13.75   no data
2122.65/532.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2123.05/532.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
2123.05/532.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2123.05/532.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2123.05/532.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2123.05/532.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
2123.05/532.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2123.45/532.21	c lits-rem:       194  cl-subs:      105  v-elim:      0  v-fix:    0  time:  0.04 s
2123.45/532.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2131.02/534.16	c lits-rem:      2328  cl-subs:      756  v-elim:      0  v-fix:    0  time:  1.92 s
2131.02/534.17	c vivif2 --  cl tried    43194 cl shrink        0 lits rem          0 time: 0.01
2131.02/534.19	c vivif2 --  cl tried    81352 cl shrink        0 lits rem          0 time: 0.02
2132.64/534.52	c asymm  cl-useful: 18/506/43194 lits-rem:18 time: 0.34
2132.64/534.53	c calculated reachability. Time: 0.00
2132.64/534.53	c  N dy 16928   3712772       140     43194         0     81352    357827    930983     13.75   no data
2143.39/537.22	c  N dy 17016   3732980       140     43194         0    100544    357825   1292944     13.75     14.51
2154.58/540.10	c  F st 17078   3751563       140     43194         0    118024    357825   1618885     13.75     12.25
2156.17/540.40	c  N st 17082   3753593       140     43194         0    119960    357825   1657686     13.75   no data
2169.72/543.88	c  N dy 17181   3773620       140     43194         0    139019    357824   2030539     13.75     16.73
2188.09/548.42	c  N dy 17251   3793779       140     43194         0    158008    357824   2387925     13.75     14.49
2201.25/551.79	c  N dy 17329   3813934       140     43194         0     95964    357822   1199359     13.75     14.49
2213.22/554.79	c  N dy 17412   3834392       140     43194         0    115427    357821   1570998     13.75     14.64
2227.59/558.37	c  N dy 17512   3854455       140     43194         0    134533    357820   1935464     13.75     14.56
2244.34/562.56	c  N dy 17614   3874479       140     43194         0    153598    357820   2304429     13.75     14.86
2261.49/566.82	c  N dy 17702   3894560       140     43194         0     90366    357820   1088635     13.75     15.50
2273.51/569.86	c  N dy 17811   3915025       140     43194         0    109803    357820   1457338     13.76     14.54
2287.03/573.23	c  N dy 17892   3935161       140     43194         0    128978    357818   1824853     13.76     14.59
2302.61/577.13	c  N dy 17997   3955302       140     43194         0    148165    357818   2191695     13.76     14.67
2324.15/582.55	c  N dy 18098   3981955       140     43194         0     89966    357816   1060184     13.75     14.49
2336.51/585.63	c  N dy 18194   4002796       140     43194         0    109770    357815   1437368     13.75     14.50
2349.69/588.95	c  N dy 18302   4022978       140     43194         0    128960    357815   1802908     13.76     14.50
2364.85/592.70	c  N dy 18402   4043038       140     43194         0    148045    357815   2168828     13.76     14.49
2380.80/596.72	c  N dy 18468   4063082       140     43194         0    166933    357814   2521788     13.76     14.50
2394.37/600.11	c  N dy 18567   4083105       140     43194         0    101788    357814   1292499     13.76     14.73
2407.54/603.49	c  N dy 18661   4104512       140     43194         0    122089    357813   1674258     13.76     14.50
2423.10/607.34	c  N dy 18791   4124565       140     43194         0    141204    357813   2041984     13.76     14.49
2438.67/611.21	c  N dy 18823   4145619       140     43194         0    160944    357812   2394066     13.76     14.59
2454.62/615.21	c  N dy 18902   4165855       140     43194         0     95099    357810   1164030     13.76     14.56
2466.99/618.32	c  N dy 18990   4186764       140     43194         0    114905    357809   1532543     13.76     14.51
2480.56/621.71	c  N dy 19083   4206805       140     43194         0    133959    357808   1896020     13.76     14.93
2484.94/622.85	c  S st 19102   4212774       140     43194         0    139614    357808   2000640     13.76      9.77
2486.14/623.16	c  S st 19102   4213278       140     43194         0    140102    357807   2009344     13.76   no data
2486.14/623.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2486.54/623.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.09
2486.54/623.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2486.54/623.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2486.54/623.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2486.54/623.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
2486.54/623.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2486.94/623.31	c lits-rem:         8  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.04 s
2486.94/623.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2572.32/644.71	c lits-rem:     11794  cl-subs:     7670  v-elim:      0  v-fix:    0  time: 21.33 s
2572.32/644.72	c vivif2 --  cl tried    43177 cl shrink        0 lits rem          0 time: 0.01
2572.32/644.75	c vivif2 --  cl tried   132434 cl shrink        0 lits rem          0 time: 0.03
2574.32/645.23	c asymm  cl-useful: 16/358/43177 lits-rem:17 time: 0.48
2574.32/645.24	c calculated reachability. Time: 0.00
2574.32/645.24	c  N dy 19102   4213278       140     43177         0    132434    357546   1849978     13.76   no data
2593.07/649.97	c  N dy 19172   4233315       140     43177         0    151339    357545   2198538     13.76     14.55
2613.02/654.92	c  N dy 19278   4253364       140     43177         0    170490    357543   2569198     13.76     14.52
2636.17/660.77	c  N dy 19341   4282024       140     43177         0    111411    357543   1438769     13.75     14.61
2650.56/664.34	c  N dy 19435   4302212       140     43177         0    130579    357542   1804690     13.75     14.56
2668.88/668.97	c  N dy 19526   4322244       140     43177         0    149651    357542   2165182     13.75     16.53
2689.24/674.09	c  N dy 19631   4342342       140     43177         0    168728    357542   2531645     13.75     14.74
2704.39/677.83	c  N dy 19737   4362464       140     43177         0    101127    357541   1265000     13.75     14.49
2716.81/680.91	c  N dy 19812   4382563       140     43177         0    120172    357540   1624305     13.75     14.51
2730.33/684.39	c  N dy 19868   4403303       140     43177         0    139775    357538   1987870     13.75     14.49
2746.70/688.48	c  N dy 19956   4423975       140     43177         0    159368    357538   2357863     13.75     14.48
2765.44/693.17	c  N dy 20044   4444105       140     43177         0     90671    357538   1061085     13.75     14.56
2777.42/696.17	c  N dy 20144   4465644       140     43177         0    111087    357538   1449840     13.75     14.52
2791.42/699.63	c  N dy 20245   4485786       140     43177         0    130169    357538   1813136     13.75     14.51
2807.74/703.71	c  N dy 20315   4506181       140     43177         0    149409    357538   2174233     13.75     14.49
2825.30/708.10	c  N dy 20415   4526779       140     43177         0    169020    357537   2553756     13.75     14.68
2842.86/712.50	c  N dy 20530   4546866       140     43177         0     99347    357537   1217730     13.75     14.58
2856.02/715.86	c  N dy 20634   4568736       140     43177         0    120161    357536   1618346     13.76     14.53
2870.43/719.43	c  N dy 20703   4588785       140     43177         0    139132    357536   1970902     13.75     14.56
2886.35/723.49	c  N dy 20782   4609018       140     43177         0    158307    357536   2329652     13.75     14.50
2906.30/728.43	c  N dy 20897   4629720       140     43177         0    177995    357535   2705471     13.75     14.52
2921.07/732.12	c  N dy 21000   4649929       140     43177         0    107270    357533   1360672     13.76     14.52
2934.63/735.52	c  N dy 21133   4670318       140     43177         0    126706    357533   1738515     13.76     14.52
2952.98/740.13	c  N dy 21204   4694790       140     43177         0    149746    357533   2166205     13.76     14.53
2969.34/744.22	c  S st 21310   4713278       140     43177         0    167306    357532   2502982     13.76   no data
2970.54/744.59	c  S st 21310   4713784       140     43177         0    167792    357532   2511587     13.76   no data
2970.54/744.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2970.96/744.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.11
2971.37/744.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2971.37/744.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2971.37/744.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2971.37/744.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
2971.37/744.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2971.37/744.76	c lits-rem:        16  cl-subs:       41  v-elim:      0  v-fix:    0  time:  0.05 s
2971.73/744.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3116.21/781.07	c lits-rem:     15522  cl-subs:     9046  v-elim:      0  v-fix:    0  time: 36.22 s
3116.21/781.07	c vivif2 --  cl tried    43134 cl shrink        0 lits rem          0 time: 0.01
3116.56/781.12	c vivif2 --  cl tried   158748 cl shrink        0 lits rem          0 time: 0.04
3118.56/781.64	c asymm  cl-useful: 22/311/43134 lits-rem:22 time: 0.53
3118.56/781.65	c calculated reachability. Time: 0.00
3118.56/781.65	c  N dy 21310   4713784       140     43134         0    158748    357026   2319371     13.76   no data
3144.09/788.00	c  N dy 21381   4733999       140     43134         0    177878    357025   2677211     13.76     14.57
3165.23/793.36	c  N dy 21503   4754561       140     43134         0    106946    357023   1344423     13.76     14.52
3181.61/797.50	c  N dy 21597   4774606       140     43134         0    125859    357022   1702114     13.76     17.33
3199.58/801.93	c  N dy 21703   4794913       140     43134         0    145146    357022   2073802     13.76     14.56
3219.10/806.82	c  N dy 21814   4814979       140     43134         0    164299    357022   2440523     13.76     14.53
3238.25/811.65	c  N dy 21927   4835003       140     43134         0    183331    357022   2808056     13.77     16.39
3251.84/815.03	c  N dy 22002   4855017       140     43134         0    110655    357022   1404871     13.77     14.58
3266.57/818.75	c  N dy 22085   4877325       140     43134         0    131750    357022   1801073     13.77     14.53
3281.75/822.50	c  N dy 22184   4897419       140     43134         0    150911    357022   2172088     13.77     14.55
3300.54/827.22	c  N dy 22262   4918616       140     43134         0    170933    357018   2549382     13.77     14.73
3323.24/832.90	c  N dy 22350   4943391       140     43134         0    101755    357016   1219627     13.76     14.53
3335.23/835.93	c  N dy 22436   4963419       140     43134         0    120728    357016   1575083     13.76     15.13
3349.17/839.45	c  N dy 22524   4984859       140     43134         0    140850    357007   1941280     13.76     15.06
3369.53/844.59	c  N dy 22607   5010340       140     43134         0    164932    357007   2394920     13.76     14.53
3388.32/849.27	c  N dy 22696   5030563       140     43134         0    184162    357006   2767624     13.76     14.61
3403.04/852.96	c  N dy 22778   5050594       140     43134         0    109663    357005   1360689     13.76     14.56
3415.81/856.18	c  N dy 22875   5070719       140     43134         0    128804    357005   1725527     13.76     14.50
3430.97/859.96	c  N dy 22989   5090785       140     43134         0    147924    357004   2098737     13.76     15.71
3448.93/864.40	c  N dy 23105   5110923       140     43134         0    167082    357000   2474249     13.77     14.97
3468.87/869.45	c  N dy 23211   5132341       140     43134         0    187431    356998   2867122     13.77     14.53
3484.46/873.31	c  N dy 23341   5152546       140     43134         0    112128    356997   1410076     13.77     14.51
3498.40/876.85	c  N dy 23430   5172907       140     43134         0    131561    356996   1783013     13.77     14.58
3515.60/881.15	c  N dy 23547   5194338       140     43134         0    151969    356995   2176055     13.77     14.54
3532.74/885.46	c  S st 23614   5213785       140     43134         0    170382    356995   2527103     13.77     11.81
3534.31/885.83	c  S st 23614   5214290       140     43134         0    170871    356995   2535765     13.77   no data
3534.31/885.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3534.71/885.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.11
3534.71/885.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3534.71/885.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3534.71/885.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3534.71/885.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
3534.71/885.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3535.11/886.02	c lits-rem:        44  cl-subs:       48  v-elim:      0  v-fix:    0  time:  0.05 s
3535.11/886.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3667.57/919.20	c lits-rem:     15868  cl-subs:     8051  v-elim:      0  v-fix:    0  time: 33.11 s
3667.57/919.21	c vivif2 --  cl tried    43006 cl shrink        0 lits rem          0 time: 0.01
3667.57/919.26	c vivif2 --  cl tried   162900 cl shrink        0 lits rem          0 time: 0.05
3669.96/919.87	c asymm  cl-useful: 7/319/43006 lits-rem:7 time: 0.61
3669.96/919.87	c calculated reachability. Time: 0.00
3669.96/919.87	c  N dy 23614   5214290       140     43006         0    162900    355644   2357567     13.77   no data
3698.29/926.98	c  N dy 23730   5234365       140     43006         0    182047    355643   2733530     13.77     14.58
3725.42/933.79	c  N dy 23855   5254718       140     43006         0    105847    355642   1275996     13.78     14.53
3743.39/938.21	c  N dy 23942   5274722       140     43006         0    124864    355642   1642214     13.78     16.07
3764.92/943.60	c  N dy 24039   5297883       140     43006         0    146845    355640   2058980     13.78     14.53
3781.27/947.79	c  N dy 24117   5317997       140     43006         0    165767    355640   2414874     13.78     14.76
3802.42/953.07	c  N dy 24212   5339792       140     43006         0    186310    355638   2799214     13.78     14.59
3819.97/957.44	c  N dy 24264   5360334       140     43006         0    109362    355638   1331844     13.77     14.59
3832.73/960.65	c  N dy 24357   5380418       140     43006         0    128435    355634   1697380     13.77     17.08
3847.90/964.40	c  N dy 24408   5400757       140     43006         0    147587    355634   2046793     13.77     14.62
3867.45/969.33	c  N dy 24522   5422189       140     43006         0    168001    355633   2442163     13.77     14.51
3888.23/974.59	c  N dy 24606   5442275       140     43006         0    187018    355633   2801240     13.77     15.63
3906.56/979.20	c  N dy 24677   5462591       140     43006         0    108807    355633   1309837     13.77     14.79
3920.12/982.50	c  N dy 24748   5483592       140     43006         0    128702    355632   1688419     13.77     14.53
3936.09/986.59	c  N dy 24839   5505058       140     43006         0    149093    355628   2072602     13.77     14.54
3954.06/991.04	c  N dy 24932   5525196       140     43006         0    168194    355628   2438615     13.77     14.88
3973.60/995.96	c  N dy 25023   5545239       140     43006         0    187119    355628   2797397     13.77     15.21
3992.75/1000.75	c  N dy 25118   5565855       140     43006         0    108386    355628   1290834     13.77     14.52
4005.12/1003.84	c  N dy 25203   5585956       140     43006         0    127424    355628   1647597     13.77     18.28
4019.90/1007.56	c  N dy 25294   5606167       140     43006         0    146615    355626   2012368     13.77     14.52
4040.22/1012.66	c  N dy 25410   5629169       140     43006         0    168508    355625   2433631     13.77     14.67
4060.17/1017.64	c  N dy 25501   5649917       140     43006         0    188161    355623   2814936     13.77     14.52
4079.73/1022.51	c  N dy 25619   5669948       140     43006         0    107982    355623   1279504     13.78     16.04
4092.89/1025.84	c  N dy 25718   5690042       140     43006         0    127032    355622   1644815     13.78     16.13
4107.68/1029.57	c  N dy 25827   5710363       140     43006         0    146360    355622   2014660     13.78     14.54
4111.25/1030.44	c  S st 25852   5714290       140     43006         0    150110    355622   2086861     13.78     12.29
4112.48/1030.78	c  S st 25852   5714794       140     43006         0    150607    355622   2095873     13.78   no data
4112.84/1030.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4112.84/1030.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.10
4113.24/1030.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4113.24/1030.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4113.24/1030.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4113.24/1030.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
4113.24/1030.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4113.24/1030.96	c lits-rem:       172  cl-subs:      113  v-elim:      0  v-fix:    0  time:  0.05 s
4113.65/1031.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4171.10/1045.40	c lits-rem:     10139  cl-subs:     5737  v-elim:      0  v-fix:    0  time: 14.38 s
4171.10/1045.41	c vivif2 --  cl tried    42883 cl shrink        0 lits rem          0 time: 0.01
4171.10/1045.44	c vivif2 --  cl tried   144880 cl shrink        0 lits rem          0 time: 0.03
4172.70/1045.83	c asymm  cl-useful: 0/352/42883 lits-rem:0 time: 0.39
4172.70/1045.84	c calculated reachability. Time: 0.00
4172.70/1045.84	c  N dy 25852   5714794       140     42883         0    144880    354344   1972085     13.78   no data
4190.66/1050.39	c  N dy 25954   5734870       140     42883         0    164040    354344   2345173     13.78     14.77
4215.38/1056.55	c  N dy 26037   5754926       140     42883         0    183080    354344   2712718     13.78     14.92
4250.09/1065.27	c  N dy 26125   5774974       140     42883         0    101852    354344   1152716     13.78     17.20
4273.64/1071.19	c  N dy 26166   5800980       140     42883         0    125943    354344   1575025     13.77     14.56
4291.19/1075.51	c  N dy 26225   5821081       140     42883         0    144805    354344   1921262     13.77     14.75
4308.75/1079.90	c  N dy 26340   5841162       140     42883         0    163914    354343   2295528     13.77     14.68
4329.49/1085.13	c  N dy 26473   5861343       140     42883         0    183129    354343   2674243     13.78     14.51
4353.45/1091.13	c  N dy 26572   5881467       140     42883         0    101306    354342   1135158     13.78     14.58
4366.20/1094.36	c  N dy 26632   5902002       140     42883         0    120563    354342   1482408     13.78     14.51
4380.56/1097.98	c  N dy 26736   5922092       140     42883         0    139745    354341   1851403     13.78     14.56
4397.34/1102.14	c  N dy 26823   5942253       140     42883         0    158831    354341   2217295     13.78     14.51
4415.67/1106.79	c  N dy 26902   5962570       140     42883         0    178116    354340   2586971     13.78     14.60
4436.85/1112.08	c  N dy 27035   5982584       140     42883         0    197251    354340   2963045     13.78     15.23
4455.97/1116.88	c  N dy 27067   6003528       140     42883         0    114857    354339   1371294     13.78     15.11
4470.34/1120.45	c  N dy 27152   6023736       140     42883         0    133802    354339   1723488     13.78     14.52
4487.09/1124.67	c  N dy 27286   6043791       140     42883         0    152937    354339   2098017     13.78     14.51
4505.45/1129.28	c  N dy 27403   6063819       140     42883         0    171991    354338   2465308     13.78     16.15
4526.59/1134.56	c  N dy 27547   6083865       140     42883         0    191113    354338   2840984     13.78     14.62
4549.74/1140.31	c  N dy 27632   6104341       140     42883         0    107505    354338   1236158     13.78     14.60
4563.31/1143.76	c  N dy 27747   6124370       140     42883         0    126548    354337   1600657     13.79     14.60
4578.47/1147.54	c  N dy 27815   6144403       140     42883         0    145524    354337   1958024     13.78     14.70
4595.62/1151.86	c  N dy 27922   6164409       140     42883         0    164566    354337   2327359     13.79     17.77
4620.37/1158.00	c  N dy 28013   6190331       140     42883         0    189049    354334   2783657     13.78     14.54
4644.30/1164.04	c  N dy 28107   6210429       140     42883         0    104195    354334   1164097     13.78     14.57
4646.70/1164.66	c  S st 28125   6214794       140     42883         0    108330    354334   1242128     13.78     13.83
4647.52/1164.90	c  S st 28125   6215299       140     42883         0    108824    354334   1251068     13.78   no data
4647.93/1164.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4647.93/1164.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
4647.93/1164.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4647.93/1164.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4647.93/1164.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4647.93/1164.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    140 time:  0.00 s
4647.93/1164.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4648.29/1165.03	c lits-rem:        11  cl-subs:       21  v-elim:      0  v-fix:    0  time:  0.04 s
4648.29/1165.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4659.47/1167.83	c lits-rem:      2222  cl-subs:      869  v-elim:      0  v-fix:    0  time:  2.76 s
4659.47/1167.84	c vivif2 --  cl tried    42839 cl shrink        0 lits rem          0 time: 0.01
4659.47/1167.86	c vivif2 --  cl tried   107978 cl shrink        0 lits rem          0 time: 0.02
4661.11/1168.22	c asymm  cl-useful: 3/410/42839 lits-rem:3 time: 0.36
4661.11/1168.22	c calculated reachability. Time: 0.00
4661.11/1168.22	c  N dy 28125   6215299       140     42839         0    107978    353876   1235339     13.78   no data
4674.62/1171.60	c  N dy 28225   6235359       140     42839         0    126950    353875   1597785     13.79     16.82
4689.39/1175.37	c  N dy 28299   6255429       140     42839         0    145946    353875   1967197     13.78     16.31
4706.95/1179.79	c  N dy 28369   6276095       140     42839         0    165576    353874   2337346     13.78     14.56
4728.89/1185.22	c  N dy 28457   6296222       140     42839         0    184662    353874   2695408     13.78     14.60
4756.42/1192.16	c  N dy 28576   6316411       140     42839         0    203890    353874   3075043     13.79     14.52
4781.96/1198.50	c  N dy 28690   6336473       140     42839         0    117996    353873   1426217     13.79     14.52

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366840-1305415600/watcher-3366840-1305415600 -o /tmp/evaluation-result-3366840-1305415600/solver-3366840-1305415600 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366840-1305415600.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.13 8.10 7.95 5/320 15637
/proc/meminfo: memFree=27451808/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=264192 CPUtime=0 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) S 15635 15637 15323 0 -1 4202496 1022 0 0 0 0 0 0 0 25 0 4 0 653158837 270532608 940 33554432000 4194304 4580107 140736630264032 18446744073709551615 268272794094 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 53768 942 328 95 0 48750 0
[pid=15637/tid=15638] ppid=15635 vsize=216336 CPUtime=0 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 286 0 0 0 0 0 0 0 25 0 4 0 653158837 221528064 1968 33554432000 4194304 4580107 140736630264032 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=216336 CPUtime=0 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 446 0 0 0 0 0 0 0 25 0 4 0 653158837 221528064 1972 33554432000 4194304 4580107 140736630264032 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=216336 CPUtime=0 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 473 0 0 0 0 0 0 0 25 0 4 0 653158837 221528064 1972 33554432000 4194304 4580107 140736630264032 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.08222 s]
/proc/loadavg: 8.13 8.10 7.95 5/320 15637
/proc/meminfo: memFree=27451808/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=221064 CPUtime=0.3 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 7386 0 0 0 29 1 0 0 25 0 4 0 653158837 226369536 7304 33554432000 4194304 4580107 140736630264032 18446744073709551615 268272794143 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 55266 7304 358 95 0 50248 0
[pid=15637/tid=15638] ppid=15635 vsize=221064 CPUtime=0.06 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 1647 0 0 0 6 0 0 0 25 0 4 0 653158837 226369536 7304 33554432000 4194304 4580107 140736630264032 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=221064 CPUtime=0.07 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 1780 0 0 0 7 0 0 0 25 0 4 0 653158837 226369536 7304 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=221064 CPUtime=0.07 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 1760 0 0 0 7 0 0 0 25 0 4 0 653158837 226369536 7304 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 221064

[startup+0.111202 s]
/proc/loadavg: 8.13 8.10 7.95 5/320 15637
/proc/meminfo: memFree=27451808/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=221328 CPUtime=0.41 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 7594 0 0 0 40 1 0 0 25 0 4 0 653158837 226639872 7512 33554432000 4194304 4580107 140736630264032 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 55332 7512 358 95 0 50314 0
[pid=15637/tid=15638] ppid=15635 vsize=221328 CPUtime=0.09 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 1700 0 0 0 9 0 0 0 25 0 4 0 653158837 226639872 7512 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=221328 CPUtime=0.1 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 1809 0 0 0 10 0 0 0 25 0 4 0 653158837 226639872 7512 33554432000 4194304 4580107 140736630264032 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=221328 CPUtime=0.1 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 1845 0 0 0 10 0 0 0 25 0 4 0 653158837 226639872 7512 33554432000 4194304 4580107 140736630264032 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 221328

[startup+0.301173 s]
/proc/loadavg: 8.13 8.10 7.95 5/320 15637
/proc/meminfo: memFree=27451808/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=251048 CPUtime=1.17 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 21488 0 0 0 113 4 0 0 18 0 4 0 653158837 257073152 21213 33554432000 4194304 4580107 140736630264032 18446744073709551615 4451792 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 62762 21213 372 95 0 57744 0
[pid=15637/tid=15638] ppid=15635 vsize=251048 CPUtime=0.28 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 6314 0 0 0 27 1 0 0 25 0 4 0 653158837 257073152 21213 33554432000 4194304 4580107 140736630264032 18446744073709551615 4451687 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=251048 CPUtime=0.29 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 6342 0 0 0 28 1 0 0 18 0 4 0 653158837 257073152 21213 33554432000 4194304 4580107 140736630264032 18446744073709551615 4452185 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=251048 CPUtime=0.29 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 2088 0 0 0 29 0 0 0 25 0 4 0 653158837 257073152 21213 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 251048

[startup+0.701101 s]
/proc/loadavg: 8.13 8.10 7.95 5/320 15637
/proc/meminfo: memFree=27451808/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=251048 CPUtime=2.77 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 21643 0 0 0 273 4 0 0 18 0 4 0 653158837 257073152 21368 33554432000 4194304 4580107 140736630264032 18446744073709551615 4451678 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 62762 21368 372 95 0 57744 0
[pid=15637/tid=15638] ppid=15635 vsize=251048 CPUtime=0.68 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 6314 0 0 0 67 1 0 0 25 0 4 0 653158837 257073152 21368 33554432000 4194304 4580107 140736630264032 18446744073709551615 4451708 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=251048 CPUtime=0.69 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 6342 0 0 0 68 1 0 0 18 0 4 0 653158837 257073152 21368 33554432000 4194304 4580107 140736630264032 18446744073709551615 4452185 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=251048 CPUtime=0.69 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 2243 0 0 0 69 0 0 0 25 0 4 0 653158837 257073152 21368 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 251048

[startup+1.50096 s]
/proc/loadavg: 8.13 8.10 7.95 9/324 15641
/proc/meminfo: memFree=27360916/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=251192 CPUtime=5.96 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 21954 0 0 0 592 4 0 0 19 0 4 0 653158837 257220608 21679 33554432000 4194304 4580107 140736630264032 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 62798 21679 373 95 0 57780 0
[pid=15637/tid=15638] ppid=15635 vsize=251192 CPUtime=1.47 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 6314 0 0 0 146 1 0 0 25 0 4 0 653158837 257220608 21679 33554432000 4194304 4580107 140736630264032 18446744073709551615 4451708 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=251192 CPUtime=1.49 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 6342 0 0 0 148 1 0 0 19 0 4 0 653158837 257220608 21679 33554432000 4194304 4580107 140736630264032 18446744073709551615 4452185 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=251192 CPUtime=1.48 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 2554 0 0 0 148 0 0 0 25 0 4 0 653158837 257220608 21679 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 251192

[startup+3.10068 s]
/proc/loadavg: 8.12 8.10 7.95 9/324 15641
/proc/meminfo: memFree=27354096/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=255484 CPUtime=12.35 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 23295 0 0 0 1230 5 0 0 23 0 4 0 653158837 261615616 21594 33554432000 4194304 4580107 140736630264032 18446744073709551615 4397336 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 63871 21594 374 95 0 58853 0
[pid=15637/tid=15638] ppid=15635 vsize=255484 CPUtime=3.06 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 6314 0 0 0 305 1 0 0 25 0 4 0 653158837 261615616 21594 33554432000 4194304 4580107 140736630264032 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=255484 CPUtime=3.09 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 6343 0 0 0 308 1 0 0 24 0 4 0 653158837 261615616 21594 33554432000 4194304 4580107 140736630264032 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=255484 CPUtime=3.09 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 3894 0 0 0 308 1 0 0 25 0 4 0 653158837 261615616 21594 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 255484

[startup+6.3011 s]
/proc/loadavg: 8.12 8.10 7.95 9/324 15641
/proc/meminfo: memFree=27316040/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=266272 CPUtime=25.11 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 28561 0 0 0 2505 6 0 0 25 0 4 0 653158837 272662528 24564 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 66568 24564 379 95 0 61550 0
[pid=15637/tid=15638] ppid=15635 vsize=266272 CPUtime=6.22 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 6369 0 0 0 621 1 0 0 25 0 4 0 653158837 272662528 24564 33554432000 4194304 4580107 140736630264032 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=266272 CPUtime=6.29 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 6518 0 0 0 628 1 0 0 25 0 4 0 653158837 272662528 24565 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=266272 CPUtime=6.29 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 8772 0 0 0 627 2 0 0 25 0 4 0 653158837 272662528 24565 33554432000 4194304 4580107 140736630264032 18446744073709551615 4416522 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 266272

[startup+12.701 s]
/proc/loadavg: 8.17 8.11 7.96 9/324 15642
/proc/meminfo: memFree=27305448/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=321556 CPUtime=50.65 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 48008 0 0 0 5053 12 0 0 25 0 4 0 653158837 329273344 32603 33554432000 4194304 4580107 140736630264032 18446744073709551615 4401375 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 80389 32603 380 95 0 75371 0
[pid=15637/tid=15638] ppid=15635 vsize=321556 CPUtime=12.55 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 11199 0 0 0 1253 2 0 0 25 0 4 0 653158837 329273344 32603 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=321556 CPUtime=12.68 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 12345 0 0 0 1265 3 0 0 25 0 4 0 653158837 329273344 32603 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=321556 CPUtime=12.68 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 12398 0 0 0 1266 2 0 0 25 0 4 0 653158837 329273344 32603 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 321556

[startup+25.5007 s]
/proc/loadavg: 8.14 8.11 7.96 9/324 15642
/proc/meminfo: memFree=27292184/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=342528 CPUtime=101.71 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 72236 0 0 0 10153 18 0 0 25 0 4 0 653158837 350748672 43174 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 85632 43174 379 95 0 80614 0
[pid=15637/tid=15638] ppid=15635 vsize=342528 CPUtime=25.24 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 17675 0 0 0 2520 4 0 0 25 0 4 0 653158837 350748672 43174 33554432000 4194304 4580107 140736630264032 18446744073709551615 4416463 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=342528 CPUtime=25.48 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 18542 0 0 0 2544 4 0 0 25 0 4 0 653158837 350748672 43174 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=342528 CPUtime=25.46 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 18745 0 0 0 2543 3 0 0 25 0 4 0 653158837 350748672 43174 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 342528

[startup+51.1011 s]
/proc/loadavg: 8.16 8.11 7.96 9/324 15643
/proc/meminfo: memFree=27271532/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=321792 CPUtime=203.85 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 119124 0 0 0 20355 30 0 0 25 0 4 0 653158837 329515008 47681 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 80448 47681 379 95 0 75430 0
[pid=15637/tid=15638] ppid=15635 vsize=321792 CPUtime=50.84 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 29591 0 0 0 5077 7 0 0 25 0 4 0 653158837 329515008 47681 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=321792 CPUtime=51.09 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 30076 0 0 0 5101 8 0 0 25 0 4 0 653158837 329515008 47681 33554432000 4194304 4580107 140736630264032 18446744073709551615 4305176 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=321792 CPUtime=50.81 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 30415 0 0 0 5075 6 0 0 25 0 4 0 653158837 329515008 47681 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 321792

[startup+102.312 s]
/proc/loadavg: 8.10 8.11 7.97 9/324 15644
/proc/meminfo: memFree=27123444/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=325744 CPUtime=408.18 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 196468 0 0 0 40761 57 0 0 25 0 4 0 653158837 333561856 52510 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294455 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 81436 52510 379 95 0 76418 0
[pid=15637/tid=15638] ppid=15635 vsize=325744 CPUtime=102.05 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 46824 0 0 0 10193 12 0 0 25 0 4 0 653158837 333561856 52510 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=325744 CPUtime=102.29 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 53704 0 0 0 10214 15 0 0 25 0 4 0 653158837 333561856 52510 33554432000 4194304 4580107 140736630264032 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=325744 CPUtime=101.51 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 50025 0 0 0 10137 14 0 0 25 0 4 0 653158837 333561856 52510 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.18
Current children cumulated vsize (KiB) 325744

[startup+162.3 s]

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

[pid=15637] ppid=15635 vsize=535684 CPUtime=2802.16 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 751536 0 0 0 279962 254 0 0 25 0 4 0 653158837 548540416 93874 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294482 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 133921 93874 379 95 0 128903 0
[pid=15637/tid=15638] ppid=15635 vsize=535684 CPUtime=702.05 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 184368 0 0 0 70146 59 0 0 25 0 4 0 653158837 548540416 93874 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=535684 CPUtime=702.3 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 207568 0 0 0 70159 71 0 0 25 0 4 0 653158837 548540416 93874 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=535684 CPUtime=695.5 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 173151 0 0 0 69492 58 0 0 25 0 4 0 653158837 548540416 93874 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2802.16
Current children cumulated vsize (KiB) 535684

[startup+762.313 s]
/proc/loadavg: 7.96 8.03 7.99 9/324 15723
/proc/meminfo: memFree=25905488/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=568180 CPUtime=3041.6 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 797880 0 0 0 303892 268 0 0 25 0 4 0 653158837 581816320 102784 33554432000 4194304 4580107 140736630264032 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 142045 102784 379 95 0 137027 0
[pid=15637/tid=15638] ppid=15635 vsize=568180 CPUtime=762.07 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 199270 0 0 0 76143 64 0 0 25 0 4 0 653158837 581816320 102784 33554432000 4194304 4580107 140736630264032 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=568180 CPUtime=762.32 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 219108 0 0 0 76157 75 0 0 25 0 4 0 653158837 581816320 102784 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=568180 CPUtime=754.9 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 180449 0 0 0 75430 60 0 0 25 0 4 0 653158837 581816320 102784 33554432000 4194304 4580107 140736630264032 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3041.6
Current children cumulated vsize (KiB) 568180

[startup+822.301 s]
/proc/loadavg: 7.73 7.97 7.98 7/324 15724
/proc/meminfo: memFree=25563504/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=579576 CPUtime=3280.95 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 824217 0 0 0 327813 282 0 0 25 0 4 0 653158837 593485824 102926 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 144894 102926 379 95 0 139876 0
[pid=15637/tid=15638] ppid=15635 vsize=579576 CPUtime=822.05 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 203326 0 0 0 82139 66 0 0 25 0 4 0 653158837 593485824 102926 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=579576 CPUtime=822.31 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 228461 0 0 0 82152 79 0 0 25 0 4 0 653158837 593485824 102926 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=579576 CPUtime=814.27 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 185899 0 0 0 81364 63 0 0 25 0 4 0 653158837 593485824 102926 33554432000 4194304 4580107 140736630264032 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.95
Current children cumulated vsize (KiB) 579576

[startup+882.3 s]
/proc/loadavg: 7.47 7.82 7.92 9/324 15726
/proc/meminfo: memFree=25161348/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=613384 CPUtime=3520.34 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 869016 0 0 0 351733 301 0 0 25 0 4 0 653158837 628105216 111848 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 153346 111848 379 95 0 148328 0
[pid=15637/tid=15638] ppid=15635 vsize=613384 CPUtime=882.05 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 215035 0 0 0 88134 71 0 0 25 0 4 0 653158837 628105216 111848 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=613384 CPUtime=882.3 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 240408 0 0 0 88146 84 0 0 25 0 4 0 653158837 628105216 111848 33554432000 4194304 4580107 140736630264032 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=613384 CPUtime=873.67 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 194801 0 0 0 87300 67 0 0 25 0 4 0 653158837 628105216 111848 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3520.34
Current children cumulated vsize (KiB) 613384

[startup+942.301 s]
/proc/loadavg: 7.99 7.89 7.93 9/324 15727
/proc/meminfo: memFree=24897608/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=613680 CPUtime=3759.72 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 884746 0 0 0 375663 309 0 0 25 0 4 0 653158837 628408320 114386 33554432000 4194304 4580107 140736630264032 18446744073709551615 4293232 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 153420 114386 383 95 0 148402 0
[pid=15637/tid=15638] ppid=15635 vsize=613680 CPUtime=942.06 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 219024 0 0 0 94132 74 0 0 25 0 4 0 653158837 628408320 114386 33554432000 4194304 4580107 140736630264032 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=613680 CPUtime=942.31 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 246358 0 0 0 94143 88 0 0 25 0 4 0 653158837 628408320 114386 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=613680 CPUtime=933.04 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 194933 0 0 0 93237 67 0 0 25 0 4 0 653158837 628408320 114386 33554432000 4194304 4580107 140736630264032 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.72
Current children cumulated vsize (KiB) 613680

[startup+1002.3 s]
/proc/loadavg: 8.14 7.94 7.95 9/324 15729
/proc/meminfo: memFree=24861168/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=597624 CPUtime=3999.12 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 920280 0 0 0 399586 326 0 0 25 0 4 0 653158837 611966976 112123 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 149406 112123 383 95 0 144388 0
[pid=15637/tid=15638] ppid=15635 vsize=597624 CPUtime=1002.06 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 230471 0 0 0 100126 80 0 0 25 0 4 0 653158837 611966976 112123 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=597624 CPUtime=1002.31 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 258248 0 0 0 100138 93 0 0 25 0 4 0 653158837 611966976 112123 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=597624 CPUtime=992.45 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 195651 0 0 0 99177 68 0 0 25 0 4 0 653158837 611966976 112123 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.12
Current children cumulated vsize (KiB) 597624

[startup+1062.3 s]
/proc/loadavg: 8.22 8.00 7.96 9/324 15731
/proc/meminfo: memFree=24510448/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=598272 CPUtime=4238.53 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 945527 0 0 0 423513 340 0 0 25 0 4 0 653158837 612630528 116488 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 149568 116488 387 95 0 144550 0
[pid=15637/tid=15638] ppid=15635 vsize=598272 CPUtime=1062.06 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 239011 0 0 0 106121 85 0 0 25 0 4 0 653158837 612630528 116488 33554432000 4194304 4580107 140736630264032 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=598272 CPUtime=1062.31 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 267877 0 0 0 106133 98 0 0 25 0 4 0 653158837 612630528 116488 33554432000 4194304 4580107 140736630264032 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=598272 CPUtime=1051.84 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 195914 0 0 0 105116 68 0 0 25 0 4 0 653158837 612630528 116488 33554432000 4194304 4580107 140736630264032 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4238.53
Current children cumulated vsize (KiB) 598272

[startup+1122.3 s]
/proc/loadavg: 8.27 8.04 7.98 9/324 15732
/proc/meminfo: memFree=24524184/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=598532 CPUtime=4477.92 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 974840 0 0 0 447436 356 0 0 25 0 4 0 653158837 612896768 114236 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 149633 114236 383 95 0 144615 0
[pid=15637/tid=15638] ppid=15635 vsize=598532 CPUtime=1122.07 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 247703 0 0 0 112117 90 0 0 25 0 4 0 653158837 612896768 114236 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=598532 CPUtime=1122.31 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 277080 0 0 0 112128 103 0 0 25 0 4 0 653158837 612896768 114236 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=598532 CPUtime=1111.23 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 196362 0 0 0 111055 68 0 0 25 0 4 0 653158837 612896768 114236 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4477.92
Current children cumulated vsize (KiB) 598532

[startup+1182.3 s]
/proc/loadavg: 8.15 8.05 7.98 9/324 15734
/proc/meminfo: memFree=24477324/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=599260 CPUtime=4717.33 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 1002551 0 0 0 471362 371 0 0 25 0 4 0 653158837 613642240 116653 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 149815 116653 383 95 0 144797 0
[pid=15637/tid=15638] ppid=15635 vsize=599260 CPUtime=1182.07 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 259410 0 0 0 118112 95 0 0 25 0 4 0 653158837 613642240 116653 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=599260 CPUtime=1182.31 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 283421 0 0 0 118125 106 0 0 25 0 4 0 653158837 613642240 116653 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=599260 CPUtime=1170.64 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 196455 0 0 0 116995 69 0 0 25 0 4 0 653158837 613642240 116653 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4717.33
Current children cumulated vsize (KiB) 599260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.11 8.04 7.98 9/324 15734
/proc/meminfo: memFree=24469376/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=599808 CPUtime=4800.33 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 1010485 0 0 0 479659 374 0 0 25 0 4 0 653158837 614203392 120089 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 149952 120089 387 95 0 144934 0
[pid=15637/tid=15638] ppid=15635 vsize=599808 CPUtime=1202.87 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 260718 0 0 0 120192 95 0 0 25 0 4 0 653158837 614203392 120091 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=599808 CPUtime=1203.13 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 286455 0 0 0 120206 107 0 0 25 0 4 0 653158837 614203392 120091 33554432000 4194304 4580107 140736630264032 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=599808 CPUtime=1191.22 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 196703 0 0 0 119053 69 0 0 25 0 4 0 653158837 614203392 120091 33554432000 4194304 4580107 140736630264032 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 599808

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

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

[startup+1203.1 s]
/proc/loadavg: 8.11 8.04 7.98 9/324 15734
/proc/meminfo: memFree=24469376/32950928 swapFree=60199044/67111528
[pid=15637] ppid=15635 vsize=599808 CPUtime=4800.33 cores=1,3,5,7
/proc/15637/stat : 15637 (strangenight2-m) R 15635 15637 15323 0 -1 4202496 1010485 0 0 0 479659 374 0 0 25 0 4 0 653158837 614203392 120089 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15637/statm: 149952 120089 387 95 0 144934 0
[pid=15637/tid=15638] ppid=15635 vsize=599808 CPUtime=1202.87 cores=1,3,5,7
/proc/15637/task/15638/stat : 15638 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 260718 0 0 0 120192 95 0 0 25 0 4 0 653158837 614203392 120091 33554432000 4194304 4580107 140736630264032 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15637/tid=15639] ppid=15635 vsize=599808 CPUtime=1203.13 cores=1,3,5,7
/proc/15637/task/15639/stat : 15639 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 286455 0 0 0 120206 107 0 0 25 0 4 0 653158837 614203392 120091 33554432000 4194304 4580107 140736630264032 18446744073709551615 4406385 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15637/tid=15640] ppid=15635 vsize=599808 CPUtime=1191.22 cores=1,3,5,7
/proc/15637/task/15640/stat : 15640 (strangenight2-m) R 15635 15637 15323 0 -1 4202560 196703 0 0 0 119053 69 0 0 25 0 4 0 653158837 614203392 120091 33554432000 4194304 4580107 140736630264032 18446744073709551615 4451895 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 599808

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.14
CPU time (s): 4800.39
CPU user time (s): 4796.63
CPU system time (s): 3.75943
CPU usage (%): 398.99
Max. virtual memory (cumulated for all children) (KiB): 683828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.63
system time used= 3.75943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1010487
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= 1551
involuntary context switches= 31401

runsolver used 3.2735 second user time and 8.91764 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 01:26:40
IDJOB=3366840
IDBENCH=83965
IDSOLVER=1844
FILE ID=node122/3366840-1305415600
RUNJOBID= node122-1305413763-15342
PBS_JOBID= 13324540
Free space on /tmp= 73428 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3366840-1305415600/watcher-3366840-1305415600 -o /tmp/evaluation-result-3366840-1305415600/solver-3366840-1305415600 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366840-1305415600.cnf

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

MD5SUM BENCH= f1f35d90237c4ca07d41a6a9b08e6279
RANDOM SEED=688754573

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27452088 kB
Buffers:        279220 kB
Cached:        3357076 kB
SwapCached:      50104 kB
Active:        1433408 kB
Inactive:      3856068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27452088 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:            7772 kB
Writeback:           0 kB
AnonPages:     1613984 kB
Mapped:          14276 kB
Slab:           113076 kB
PageTables:      32716 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 53285340 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73348 MiB
End job on node122 at 2011-05-15 01:46:46