Trace number 3258989

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.36 1201.66

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g6.cnf
MD5SUMd0bb6612a0c88017c970eb8fd1a4be9e
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3258989-1304035132.cnf'
0.00/0.00	c -- header says num vars:           2400
0.00/0.00	c -- header says num clauses:      266431
0.00/0.07	c -- clauses added:            0 learnts,       266431 normals,            0 xors
0.00/0.07	c -- vars added       2400
0.00/0.07	c Parsing time:  0.20 s
0.00/0.07	c  N st     0         0      2400        75    266356         0    535112         0   no data   no data  --
0.98/0.29	c asymm  cl-useful: 0/75/75 lits-rem:0 time: 0.00
0.98/0.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.17
0.98/0.29	c bin-w-bin subsume rem            0 bins  time:  0.12 s
0.98/0.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
0.98/0.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2400 time:  0.11 s
0.98/0.29	c Removed useless bin:       0  fixed:     0  props:   1.34M  time:  0.10 s
0.98/0.33	c lits-rem:        62  cl-subs:        0  v-elim:     75  v-fix:    0  time:  0.34 s
0.98/0.33	c Finding binary XORs  T:     0.02 s  found:       0
3.95/1.02	c Finding non-binary XORs:     0.05 s (found:       0, avg size: nan)
3.95/1.02	c calculated reachability. Time: 0.00
3.95/1.02	c Calc default polars -  time:   0.01 s pos:       0 undec:      75 neg:    2325
3.95/1.02	c =========================================================================================
3.95/1.02	c types(t): F = full restart, N = normal restart
3.95/1.02	c types(t): S = simplification begin/end, E = solution found
3.95/1.02	c restart types(rt): st = static, dy = dynamic
3.95/1.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.95/1.02	c  B st     0         0      2325     12333    251698         0    903510         0   no data   no data  --
3.95/1.02	c  N dy    18      4085      2325     12333    251698      4053    903510    253965     16.42     17.30  --
4.35/1.12	c  N dy    27      8160      2325     12333    251698      5601    903510    274605     15.77     16.62  --
5.57/1.42	c  N dy    32     12403      2325     12333    251698      5596    903509    217255     15.16     16.02  --
7.14/1.80	c  N dy    47     16443      2325     12333    251698      9607    903509    462339     15.01     17.74  --
8.34/2.17	c  N dy    61     20459      2325     12333    251698      8025    903508    314467     14.91     15.96  --
9.96/2.55	c  N dy    78     24504      2325     12333    251698     12044    903508    564551     14.93     17.83  --
9.96/2.60	c  F st    81     25003      2325     12333    251698     12537    903508    593148     14.93     15.54  --
12.33/3.12	c  N dy    87     30000      2325     12333    251698     10720    903508    421149     14.93   no data  --
12.33/3.12	c  S st    87     30000      2325     12333    251698     10720    903508    421149     14.93   no data  --
12.33/3.17	c  S st    87     30500      2325     12333    251698     11219    903508    452101     14.93   no data  --
12.33/3.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.33/3.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.94/3.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.7M T:  1.58
14.35/3.65	c bin-w-bin subsume rem            0 bins  time:  0.16 s
19.14/4.87	c subs with bin:        0  lits-rem:     12737  v-fix:    0  time:  4.87 s
19.14/4.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
19.52/4.92	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
27.94/7.02	c lits-rem:      1610  cl-subs:     1530  v-elim:      0  v-fix:    0  time:  8.38 s
28.72/7.24	c asymm  cl-useful: 2042/2152/12333 lits-rem:14119 time: 0.89
28.72/7.25	c calculated reachability. Time: 0.01
28.72/7.25	c  N dy    87     30500      2325     12333    251698      9689    866265    411874     14.93   no data  --
30.32/7.67	c  N dy   101     34649      2325     12333    251698     13804    866265    679222     14.94     15.83  --
31.93/8.09	c  N dy   123     38954      2325     12333    251698     10242    866265    374584     15.09     15.96  --
33.51/8.48	c  N dy   142     43143      2325     12333    251698     14401    866265    662747     15.11     16.03  --
34.71/8.74	c  S st   158     45752      2325     12333    251698     16993    866265    852076     15.19     15.00  --
34.71/8.79	c  S st   158     46254      2325     12333    251698     17495    866265    888279     15.19   no data  --
34.71/8.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
34.71/8.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.32/9.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.3M T:  1.56
36.72/9.27	c bin-w-bin subsume rem            0 bins  time:  0.15 s
41.90/10.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.98 s
41.90/10.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
41.90/10.57	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
45.89/11.58	c lits-rem:       388  cl-subs:      633  v-elim:      0  v-fix:    0  time:  4.02 s
46.29/11.60	c vivif2 --  cl tried    12333 cl shrink     7277 lits rem      47515 time: 0.09
46.29/11.63	c vivif2 --  cl tried    16862 cl shrink        0 lits rem          0 time: 0.13
47.09/11.83	c asymm  cl-useful: 0/1537/12333 lits-rem:0 time: 0.81
47.09/11.84	c calculated reachability. Time: 0.01
47.09/11.84	c  N dy   158     46254      2325     12333    251698     16862    815340    867285     15.19   no data  --
48.70/12.26	c  N dy   191     50316      2325     12333    251698     12024    815340    488032     15.44     16.31  --
50.29/12.68	c  N dy   207     54479      2325     12333    251698     16136    815340    778962     15.50     16.33  --
52.29/13.14	c  N dy   230     58704      2325     12333    251698     10436    815340    286842     15.60     16.46  --
53.90/13.55	c  N dy   246     62937      2325     12333    251698     14628    815340    585649     15.60     16.44  --
55.88/14.04	c  N dy   257     67577      2325     12333    251698     19208    815340    915020     15.55     16.46  --
56.68/14.21	c  S st   263     69382      2325     12333    251698     21004    815340   1066776     15.55     13.71  --
56.68/14.27	c  S st   263     69885      2325     12333    251698     21507    815340   1107814     15.55   no data  --
56.68/14.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
56.68/14.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.29/14.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.6M T:  1.65
58.70/14.77	c bin-w-bin subsume rem            0 bins  time:  0.15 s
63.87/16.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.13 s
63.87/16.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
64.27/16.11	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
69.47/17.42	c lits-rem:       279  cl-subs:      349  v-elim:      0  v-fix:    0  time:  5.24 s
69.47/17.43	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.03
69.47/17.47	c vivif2 --  cl tried    21158 cl shrink        0 lits rem          0 time: 0.16
70.27/17.67	c asymm  cl-useful: 0/1765/12333 lits-rem:0 time: 0.80
70.27/17.68	c calculated reachability. Time: 0.01
70.27/17.68	c  N dy   263     69885      2325     12333    251698     21158    815340   1093735     15.55   no data  --
72.26/18.13	c  N dy   273     74348      2325     12333    251698     14694    815340    521512     15.51     16.33  --
74.26/18.63	c  N dy   302     79136      2325     12333    251698     19450    815340    894045     15.59     23.14  --
76.66/19.22	c  N dy   341     84221      2325     12333    251698     12599    815340    347092     15.76     19.06  --
77.85/19.54	c  F st   353     87500      2325     12333    251698     15837    815340    607862     15.77     13.90  --
79.45/19.90	c  N st   358     90801      2325     12333    251698     19098    815340    836441     15.77   no data  --
81.85/20.53	c  N dy   381     96647      2325     12333    251698     24884    815340   1251294     15.80     16.72  --
84.66/21.21	c  N dy   397    102918      2325     12333    251698     18220    815340    668455     15.80     16.67  --
85.44/21.40	c  S st   408    104829      2325     12333    251698     20118    815340    819670     15.82     14.55  --
85.44/21.45	c  S st   408    105330      2325     12333    251698     20619    815340    859906     15.82   no data  --
85.44/21.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
85.44/21.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
87.04/21.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.3M T:  1.56
87.44/21.92	c bin-w-bin subsume rem            0 bins  time:  0.15 s
92.63/23.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.12 s
92.63/23.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
92.63/23.26	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
97.43/24.40	c lits-rem:       228  cl-subs:      477  v-elim:      0  v-fix:    0  time:  4.55 s
97.43/24.41	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.03
97.43/24.44	c vivif2 --  cl tried    20142 cl shrink        0 lits rem          0 time: 0.13
98.25/24.63	c asymm  cl-useful: 0/1326/12333 lits-rem:0 time: 0.78
98.25/24.64	c calculated reachability. Time: 0.01
98.25/24.64	c  N dy   408    105330      2325     12333    251698     20142    815337    846136     15.82   no data  --
101.03/25.35	c  N dy   433    112069      2325     12333    251698     26818    815337   1341721     15.85     17.97  --
104.22/26.17	c  N dy   456    119562      2325     12333    251698     20343    815337    724905     15.84     16.77  --
107.81/27.02	c  N dy   494    127349      2325     12333    251698     28064    815337   1308712     15.91     16.90  --
111.81/28.01	c  N dy   512    136218      2325     12333    251698     21978    815337    810546     15.85     16.90  --
115.83/29.04	c  N dy   565    145261      2325     12333    251698     30958    815337   1514819     15.93     16.88  --
120.22/30.12	c  N dy   604    155066      2325     12333    251698     24850    815337   1016912     15.94     16.82  --
121.40/30.46	c  S st   618    157995      2325     12333    251698     27755    815337   1231658     15.95   no data  --
121.80/30.51	c  S st   618    158498      2325     12333    251698     28258    815337   1272003     15.95   no data  --
121.80/30.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
121.80/30.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
123.40/30.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.1M T:  1.67
123.80/31.03	c bin-w-bin subsume rem            0 bins  time:  0.15 s
129.01/32.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.31 s
129.01/32.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
129.39/32.41	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
134.99/33.83	c lits-rem:       222  cl-subs:      351  v-elim:      0  v-fix:    0  time:  5.68 s
134.99/33.84	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.03
134.99/33.89	c vivif2 --  cl tried    27907 cl shrink        0 lits rem          0 time: 0.20
135.79/34.09	c asymm  cl-useful: 0/1953/12333 lits-rem:0 time: 0.81
136.19/34.10	c calculated reachability. Time: 0.01
136.19/34.10	c  N dy   618    158498      2325     12333    251698     27907    815337   1255832     15.95   no data  --
140.58/35.20	c  N dy   654    168659      2325     12333    251698     21134    815337    688438     15.95     16.80  --
145.37/36.41	c  N dy   684    179580      2325     12333    251698     31938    815337   1474266     15.93     16.87  --
150.58/37.74	c  N dy   741    191073      2325     12333    251698     25507    815337    916672     16.00     16.87  --
156.56/39.22	c  N dy   775    203782      2325     12333    251698     19263    815337    422221     15.96     16.91  --
162.15/40.65	c  N dy   828    216993      2325     12333    251698     32341    815337   1362435     15.98     16.83  --
168.57/42.26	c  N dy   872    231081      2325     12333    251698     26506    815337    869749     15.96     17.04  --
171.74/43.03	c  S st   887    237747      2325     12333    251698     33096    815337   1347387     15.94     15.11  --
171.74/43.08	c  S st   887    238248      2325     12333    251698     33597    815337   1383736     15.94   no data  --
171.74/43.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
171.74/43.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
173.73/43.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.6M T:  1.71
174.13/43.61	c bin-w-bin subsume rem            0 bins  time:  0.15 s
179.33/44.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.18 s
179.33/44.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
179.33/44.96	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
185.74/46.53	c lits-rem:       391  cl-subs:      479  v-elim:      0  v-fix:    0  time:  6.27 s
185.74/46.54	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.04
185.74/46.60	c vivif2 --  cl tried    33118 cl shrink        0 lits rem          0 time: 0.23
186.92/46.80	c asymm  cl-useful: 0/1324/12333 lits-rem:0 time: 0.81
186.92/46.81	c calculated reachability. Time: 0.01
186.92/46.81	c  N dy   887    238248      2325     12333    251698     33118    815337   1366342     15.94   no data  --
193.72/48.54	c  N dy   950    253557      2325     12333    251698     27495    815337    904725     15.96     16.82  --
201.31/50.44	c  N dy  1020    269884      2325     12333    251698     21887    815337    446257     16.00     16.86  --
209.30/52.46	c  N dy  1073    288006      2325     12333    251698     39839    815337   1657950     15.98     16.84  --
217.68/54.56	c  F st  1150    306250      2325     12333    251698     35114    815337   1319664     16.01     13.46  --
218.08/54.63	c  N st  1151    306500      2325     12333    251698     35364    815337   1340387     16.01   no data  --
227.28/56.94	c  N dy  1207    326085      2325     12333    251698     30972    815337    961991     16.01     16.90  --
237.67/59.57	c  N dy  1280    348041      2325     12333    251698     27948    815337    690237     16.01     16.94  --
242.06/60.64	c  S st  1313    357373      2325     12333    251698     37179    815337   1293227     16.01     14.18  --
242.06/60.70	c  S st  1313    357875      2325     12333    251698     37680    815337   1331378     16.01   no data  --
242.46/60.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
242.46/60.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
244.06/61.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.3M T:  1.70
244.46/61.22	c bin-w-bin subsume rem            0 bins  time:  0.15 s
249.65/62.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.21 s
249.65/62.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
249.65/62.57	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
254.85/63.84	c lits-rem:       132  cl-subs:      500  v-elim:      0  v-fix:    0  time:  5.07 s
254.85/63.85	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.04
255.25/63.91	c vivif2 --  cl tried    37180 cl shrink        0 lits rem          0 time: 0.24
256.06/64.12	c asymm  cl-useful: 0/1613/12333 lits-rem:0 time: 0.84
256.06/64.13	c calculated reachability. Time: 0.01
256.06/64.13	c  N dy  1313    357875      2325     12333    251698     37180    815337   1315777     16.01   no data  --
265.25/66.44	c  N dy  1382    377967      2325     12333    251698     31366    815337    909917     16.00     16.96  --
274.81/68.82	c  N dy  1449    397968      2325     12333    251698     51139    815337   2244484     16.00     17.16  --
284.01/71.18	c  N dy  1511    418009      2325     12333    251698     44281    815337   1729017     16.00     24.28  --
294.39/73.73	c  N dy  1591    438733      2325     12333    251698     37041    815337   1133431     16.01     16.86  --
303.99/76.17	c  N dy  1659    458941      2325     12333    251698     57062    815337   2504715     16.01     16.90  --
313.59/78.55	c  N dy  1725    479208      2325     12333    251698     48371    815337   1839670     16.00     16.90  --
323.56/81.05	c  N dy  1762    499357      2325     12333    251698     38629    815337   1124032     15.97     16.97  --
333.96/83.66	c  N dy  1825    521267      2325     12333    251698     60324    815337   2576034     15.96     16.95  --
341.94/85.66	c  S st  1858    536815      2325     12333    251698     44984    815337   1432798     15.92     15.25  --
342.34/85.72	c  S st  1858    537318      2325     12333    251698     45487    815337   1475048     15.92   no data  --
342.34/85.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
342.34/85.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
343.96/86.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.3M T:  1.74
344.36/86.26	c bin-w-bin subsume rem            0 bins  time:  0.14 s
349.53/87.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.22 s
349.53/87.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
349.93/87.62	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
355.52/89.05	c lits-rem:       355  cl-subs:     1102  v-elim:      0  v-fix:    0  time:  5.74 s
355.52/89.06	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.03
355.92/89.13	c vivif2 --  cl tried    44385 cl shrink        0 lits rem          0 time: 0.28
356.32/89.23	c asymm  cl-useful: 0/588/12333 lits-rem:0 time: 0.40
356.32/89.24	c calculated reachability. Time: 0.01
356.32/89.24	c  N dy  1858    537318      2325     12333    251698     44385    815337   1444708     15.92   no data  --
366.33/91.71	c  N dy  1947    557358      2325     12333    251698     32587    815337    654957     15.94     16.78  --
375.90/94.13	c  N dy  2020    577594      2325     12333    251698     52616    815337   1961569     15.94     16.79  --
386.69/96.80	c  N dy  2083    598086      2325     12333    251698     40261    815337   1089293     15.94     16.81  --
396.69/99.32	c  N dy  2159    618511      2325     12333    251698     60481    815337   2436490     15.94     16.81  --
406.66/101.85	c  N dy  2219    638628      2325     12333    251698     46742    815337   1470827     15.94     16.81  --
417.05/104.43	c  N dy  2309    658633      2325     12333    251698     66544    815337   2781765     15.95     17.64  --
427.45/107.01	c  N dy  2375    678695      2325     12333    251698     51714    815337   1730083     15.95     16.88  --
438.62/109.85	c  N dy  2439    699241      2325     12333    251698     36445    815337    714288     15.94     16.83  --
449.01/112.42	c  N dy  2506    720593      2325     12333    251698     57588    815337   2129789     15.94     16.82  --
460.20/115.24	c  N dy  2555    741291      2325     12333    251698     41443    815337   1009226     15.92     16.82  --
470.59/117.86	c  N dy  2612    761967      2325     12333    251698     61763    815337   2295750     15.90     16.86  --
480.98/120.49	c  N dy  2657    782065      2325     12333    251698     44092    815337   1109311     15.89     16.82  --
491.36/123.01	c  N dy  2727    802109      2325     12333    251698     63923    815337   2425753     15.89     16.73  --
493.38/123.56	c  S st  2739    805977      2325     12333    251698     67741    815337   2655494     15.89     13.99  --
493.79/123.62	c  S st  2739    806477      2325     12333    251698     68238    815337   2694213     15.89   no data  --
493.79/123.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
493.79/123.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
495.76/124.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.8M T:  1.98
496.16/124.27	c bin-w-bin subsume rem            0 bins  time:  0.15 s
501.76/125.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.35 s
501.76/125.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
501.76/125.66	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
515.75/129.17	c lits-rem:       178  cl-subs:     1426  v-elim:      0  v-fix:    0  time: 13.99 s
515.75/129.18	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.04
516.53/129.30	c vivif2 --  cl tried    66812 cl shrink        0 lits rem          0 time: 0.49
517.32/129.53	c asymm  cl-useful: 0/1166/12333 lits-rem:0 time: 0.89
517.32/129.54	c calculated reachability. Time: 0.01
517.32/129.54	c  N dy  2739    806477      2325     12333    251698     66812    815337   2651749     15.89   no data  --
528.53/132.38	c  N dy  2817    827905      2325     12333    251698     49439    815337   1380966     15.89     16.84  --
540.50/135.30	c  N dy  2876    850539      2325     12333    251698     71818    815337   2841662     15.88     16.72  --
550.90/137.93	c  N dy  2957    870638      2325     12333    251698     52212    815337   1604146     15.89     23.44  --
561.27/140.57	c  N dy  3024    890713      2325     12333    251698     72039    815337   2839695     15.89     16.79  --
572.88/143.41	c  N dy  3112    911459      2325     12333    251698     52043    815337   1508950     15.90     16.80  --
583.25/146.06	c  N dy  3173    931530      2325     12333    251698     71873    815337   2761024     15.89     18.19  --
594.85/148.98	c  N dy  3247    952893      2325     12333    251698     51475    815337   1419118     15.89     16.74  --
605.22/151.56	c  N dy  3282    972917      2325     12333    251698     71288    815337   2667098     15.87     16.84  --
616.43/154.38	c  N dy  3339    993317      2325     12333    251698     48925    815337   1177539     15.86     16.73  --
627.60/157.17	c  N dy  3412   1015487      2325     12333    251698     70854    815337   2564508     15.87     16.71  --
639.17/160.09	c  N dy  3459   1035783      2325     12333    251698     47434    815337   1009024     15.85     16.70  --
651.17/163.00	c  N dy  3527   1058599      2325     12333    251698     69970    815337   2391569     15.86     16.72  --
658.36/164.80	c  F st  3584   1071875      2325     12333    251698     83122    815337   3236665     15.86   no data  --
662.35/165.87	c  N dy  3599   1078653      2325     12333    251698     45323    815337    863417     15.86     17.87  --
673.14/168.53	c  N dy  3674   1098662      2325     12333    251698     65104    815337   2104506     15.86     16.71  --
683.92/171.26	c  N dy  3725   1118748      2325     12333    251698     84910    815337   3292739     15.86     16.70  --
695.12/174.07	c  N dy  3809   1139883      2325     12333    251698     60362    815337   1790582     15.87     16.78  --
706.30/176.80	c  N dy  3880   1160387      2325     12333    251698     80644    815337   3074580     15.87     16.92  --
717.09/179.60	c  N dy  3943   1180412      2325     12333    251698     53977    815337   1315516     15.87     18.86  --
727.47/182.17	c  N dy  4002   1200523      2325     12333    251698     73873    815337   2597272     15.87     17.05  --
732.66/183.49	c  S st  4033   1209715      2325     12333    251698     82964    815337   3141040     15.87   no data  --
733.06/183.56	c  S st  4033   1210216      2325     12333    251698     83464    815337   3177894     15.87   no data  --
733.06/183.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
733.06/183.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
735.09/184.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.5M T:  2.06
735.87/184.24	c bin-w-bin subsume rem            0 bins  time:  0.14 s
741.45/185.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.52 s
741.45/185.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
741.45/185.67	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
756.64/189.40	c lits-rem:        70  cl-subs:     1492  v-elim:      0  v-fix:    0  time: 14.88 s
756.64/189.41	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.03
757.06/189.57	c vivif2 --  cl tried    81972 cl shrink        0 lits rem          0 time: 0.60
757.84/189.79	c asymm  cl-useful: 0/1197/12333 lits-rem:0 time: 0.90
758.24/189.80	c calculated reachability. Time: 0.01
758.24/189.80	c  N dy  4033   1210216      2325     12333    251698     81972    815337   3131770     15.87   no data  --
770.64/192.93	c  N dy  4090   1234080      2325     12333    251698     58060    815337   1516680     15.86     16.74  --
781.41/195.63	c  N dy  4162   1254544      2325     12333    251698     78288    815337   2798517     15.86     16.86  --
793.39/198.66	c  N dy  4250   1275041      2325     12333    251698     50135    815337    970531     15.86     16.83  --
803.39/201.12	c  N dy  4325   1295098      2325     12333    251698     69995    815337   2240986     15.86     16.74  --
814.59/203.93	c  N dy  4396   1315511      2325     12333    251698     90197    815337   3514536     15.86     16.71  --
825.36/206.66	c  N dy  4462   1335726      2325     12333    251698     60744    815337   1587312     15.86     16.71  --
837.34/209.63	c  N dy  4525   1358041      2325     12333    251698     82800    815337   2927677     15.85     16.72  --
848.93/212.55	c  N dy  4573   1378130      2325     12333    251698     52230    815337   1004378     15.84     22.30  --
858.92/215.08	c  N dy  4640   1398299      2325     12333    251698     72163    815337   2251229     15.84     16.73  --
870.11/217.85	c  N dy  4706   1418436      2325     12333    251698     92050    815337   3490790     15.84     16.72  --
882.10/220.81	c  N dy  4767   1438526      2325     12333    251698     60509    815337   1489917     15.84     16.75  --
892.88/223.52	c  N dy  4829   1458750      2325     12333    251698     80484    815337   2713741     15.84     16.69  --
904.06/226.36	c  N dy  4910   1478911      2325     12333    251698    100391    815337   3944198     15.84     16.69  --
915.28/229.14	c  N dy  4974   1499273      2325     12333    251698     68157    815337   1899386     15.84     16.73  --
926.44/231.97	c  N dy  5054   1520083      2325     12333    251698     88698    815337   3191614     15.84     16.70  --
938.42/234.96	c  N dy  5107   1540301      2325     12333    251698     55331    815337   1075742     15.83     16.77  --
951.21/238.19	c  N dy  5177   1564643      2325     12333    251698     79377    815337   2504555     15.83     16.78  --
962.80/241.05	c  N dy  5231   1584676      2325     12333    251698     99178    815337   3762791     15.82     16.79  --
976.38/244.43	c  N dy  5284   1605862      2325     12333    251698     65757    815337   1699895     15.82     16.78  --
988.76/247.51	c  N dy  5334   1625983      2325     12333    251698     85601    815337   2925458     15.82     16.65  --
1001.54/250.72	c  N dy  5388   1646044      2325     12333    251698    105363    815337   4092486     15.81     16.74  --
1013.13/253.62	c  N dy  5432   1666580      2325     12333    251698     70343    815337   1886916     15.80     16.66  --
1024.32/256.47	c  N dy  5514   1687466      2325     12333    251698     91003    815337   3193411     15.81     16.69  --
1036.71/259.53	c  N dy  5584   1707492      2325     12333    251698    110793    815337   4436166     15.81     19.09  --
1038.72/260.06	c  S st  5592   1710217      2325     12333    251698     57172    815337   1030733     15.81     15.39  --
1039.10/260.12	c  S st  5592   1710720      2325     12333    251698     57675    815337   1068909     15.81   no data  --
1039.10/260.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1039.10/260.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1040.70/260.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.1M T:  1.71
1041.10/260.64	c bin-w-bin subsume rem            0 bins  time:  0.15 s
1045.49/261.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.54 s
1045.89/261.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
1045.89/261.83	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
1048.69/262.51	c lits-rem:        52  cl-subs:      193  v-elim:      0  v-fix:    0  time:  2.73 s
1048.69/262.52	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.03
1048.69/262.58	c vivif2 --  cl tried    57482 cl shrink        0 lits rem          0 time: 0.24
1049.49/262.79	c asymm  cl-useful: 0/1171/12333 lits-rem:0 time: 0.86
1049.89/262.80	c calculated reachability. Time: 0.01
1049.89/262.80	c  N dy  5592   1710720      2325     12333    251698     57482    815337   1064644     15.81   no data  --
1060.29/265.47	c  N dy  5634   1730980      2325     12333    251698     77459    815337   2278746     15.80     16.89  --
1071.46/268.26	c  N dy  5695   1750988      2325     12333    251698     97200    815337   3474291     15.80     16.77  --
1083.84/271.39	c  N dy  5757   1771277      2325     12333    251698     59972    815337   1184694     15.79     16.67  --
1094.64/274.06	c  N dy  5810   1791632      2325     12333    251698     80033    815337   2365892     15.79     16.72  --
1106.22/276.96	c  N dy  5906   1812207      2325     12333    251698    100394    815337   3638676     15.80     16.68  --
1119.40/280.26	c  N dy  5961   1834304      2325     12333    251698     63974    815337   1370479     15.79     16.73  --
1130.19/282.94	c  N dy  6046   1854962      2325     12333    251698     84413    815337   2655324     15.79     16.63  --
1142.57/286.08	c  N dy  6114   1876524      2325     12333    251698    105718    815337   3940805     15.79     16.70  --
1155.36/289.25	c  N dy  6178   1897912      2325     12333    251698     67565    815337   1567061     15.79     16.69  --
1166.54/292.07	c  N dy  6232   1918488      2325     12333    251698     87925    815337   2775505     15.78     16.86  --
1178.53/295.00	c  N dy  6294   1938936      2325     12333    251698    108164    815337   4069165     15.78     16.64  --
1190.91/298.18	c  N dy  6377   1960361      2325     12333    251698     69006    815337   1573760     15.78     16.87  --
1202.10/300.98	c  N dy  6430   1981251      2325     12333    251698     89646    815337   2801411     15.78     16.64  --
1214.51/304.07	c  N dy  6505   2001722      2325     12333    251698    109825    815337   4029721     15.78     16.62  --
1227.69/307.35	c  N dy  6547   2023350      2325     12333    251698     69866    815337   1533214     15.77     16.61  --
1238.46/310.02	c  N dy  6590   2043381      2325     12333    251698     89633    815337   2721515     15.76     16.70  --
1250.44/313.03	c  N dy  6658   2063919      2325     12333    251698    109986    815337   4012583     15.76     16.69  --
1262.84/316.12	c  N dy  6725   2083944      2325     12333    251698     67577    815337   1397806     15.76     16.59  --
1275.21/319.24	c  N dy  6792   2106192      2325     12333    251698     89563    815337   2725317     15.76     16.71  --
1287.59/322.32	c  N dy  6841   2126354      2325     12333    251698    109414    815337   3867930     15.76     16.78  --
1300.78/325.60	c  N dy  6907   2146436      2325     12333    251698     66065    815337   1271923     15.75     16.61  --
1311.96/328.41	c  N dy  6984   2166493      2325     12333    251698     85878    815337   2481131     15.76     18.36  --
1323.96/331.44	c  N dy  7040   2186551      2325     12333    251698    105740    815337   3710857     15.75     17.38  --
1337.93/334.94	c  N dy  7136   2206584      2325     12333    251698    125579    815337   4958290     15.76     16.68  --
1341.12/335.78	c  S st  7157   2210722      2325     12333    251698     65434    815337   1192653     15.76     15.41  --
1341.54/335.84	c  S st  7157   2211225      2325     12333    251698     65937    815337   1226599     15.76   no data  --
1341.54/335.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1341.54/335.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1343.52/336.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.5M T:  1.93
1343.92/336.43	c bin-w-bin subsume rem            0 bins  time:  0.15 s
1348.71/337.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.77 s
1348.71/337.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
1348.71/337.67	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
1352.30/338.55	c lits-rem:        25  cl-subs:       64  v-elim:      0  v-fix:    0  time:  3.49 s
1352.30/338.56	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.04
1352.70/338.63	c vivif2 --  cl tried    65873 cl shrink        0 lits rem          0 time: 0.30
1353.51/338.88	c asymm  cl-useful: 0/1209/12333 lits-rem:0 time: 1.01
1353.51/338.89	c calculated reachability. Time: 0.01
1353.51/338.89	c  N dy  7157   2211225      2325     12333    251698     65873    815337   1224464     15.76   no data  --
1367.49/342.39	c  N dy  7227   2233759      2325     12333    251698     88105    815337   2478979     15.76     16.70  --
1381.09/345.71	c  N dy  7279   2255498      2325     12333    251698    109597    815337   3737630     15.75     16.68  --
1396.25/349.54	c  N dy  7346   2278797      2325     12333    251698     67385    815337   1252702     15.75     16.62  --
1407.45/352.40	c  N dy  7408   2299909      2325     12333    251698     88216    815337   2503859     15.75     16.58  --
1419.02/355.26	c  N dy  7472   2320214      2325     12333    251698    108260    815337   3765267     15.75     16.64  --
1431.01/358.29	c  N dy  7555   2340320      2325     12333    251698    128193    815337   5075174     15.75     16.77  --
1443.01/361.22	c  N dy  7633   2360453      2325     12333    251698     81898    815337   2101161     15.75     16.63  --
1454.58/364.11	c  N dy  7703   2380522      2325     12333    251698    101709    815337   3299086     15.75     16.60  --
1466.97/367.24	c  N dy  7779   2400902      2325     12333    251698    121892    815337   4503013     15.75     16.59  --
1479.35/370.37	c  N dy  7838   2420955      2325     12333    251698     74501    815337   1631193     15.75     16.60  --
1490.96/373.24	c  N dy  7911   2441737      2325     12333    251698     95059    815337   2842086     15.75     16.62  --
1502.93/376.23	c  N dy  7982   2461767      2325     12333    251698    114848    815337   4026196     15.75     18.64  --
1515.31/379.35	c  N dy  8033   2481807      2325     12333    251698    134593    815337   5210551     15.74     19.07  --
1527.29/382.35	c  N dy  8113   2501919      2325     12333    251698     86289    815337   2263475     15.75     16.68  --
1539.71/385.41	c  N dy  8158   2522845      2325     12333    251698    106974    815337   3460098     15.74     16.71  --
1552.48/388.67	c  N dy  8220   2542973      2325     12333    251698    126849    815337   4628672     15.74     16.62  --
1566.07/392.07	c  N dy  8285   2563437      2325     12333    251698     77925    815337   1716783     15.74     16.59  --
1578.04/395.00	c  N dy  8372   2583622      2325     12333    251698     97880    815337   2894630     15.74     16.57  --
1590.02/398.07	c  N dy  8436   2604101      2325     12333    251698    118105    815337   4107082     15.74     16.57  --
1603.21/401.30	c  N dy  8497   2624178      2325     12333    251698    137938    815337   5309943     15.74     16.66  --
1614.79/404.21	c  N dy  8565   2644245      2325     12333    251698     87655    815337   2263297     15.74     16.60  --
1626.78/407.25	c  N dy  8630   2664321      2325     12333    251698    107476    815337   3416012     15.74     16.57  --
1639.56/410.40	c  N dy  8691   2684369      2325     12333    251698    127270    815337   4599663     15.74     16.62  --
1652.34/413.64	c  N dy  8749   2704380      2325     12333    251698     75894    815337   1533128     15.74     16.98  --
1656.34/414.66	c  S st  8768   2711226      2325     12333    251698     82630    815337   1897623     15.73     13.92  --
1656.74/414.73	c  S st  8768   2711732      2325     12333    251698     83135    815337   1935877     15.73   no data  --
1656.74/414.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
1656.74/414.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1658.74/415.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.0M T:  2.18
1659.54/415.41	c bin-w-bin subsume rem            0 bins  time:  0.15 s
1664.73/416.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.51 s
1665.13/416.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
1665.13/416.84	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
1671.14/418.40	c lits-rem:        71  cl-subs:      556  v-elim:      0  v-fix:    0  time:  6.24 s
1671.55/418.41	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.03
1671.92/418.52	c vivif2 --  cl tried    82579 cl shrink        0 lits rem          0 time: 0.43
1672.72/418.74	c asymm  cl-useful: 0/1141/12333 lits-rem:0 time: 0.89
1672.72/418.75	c calculated reachability. Time: 0.01
1672.72/418.75	c  N dy  8768   2711732      2325     12333    251698     82579    815337   1920061     15.73   no data  --
1684.32/421.63	c  N dy  8826   2731943      2325     12333    251698    102503    815337   3070432     15.73     16.61  --
1696.29/424.69	c  N dy  8890   2752578      2325     12333    251698    122913    815337   4350484     15.73     16.63  --
1711.87/428.52	c  N dy  8958   2775744      2325     12333    251698     73698    815337   1341257     15.73     16.63  --
1723.06/431.38	c  N dy  9033   2795793      2325     12333    251698     93521    815337   2525014     15.73     16.68  --
1735.44/434.43	c  N dy  9084   2815868      2325     12333    251698    113326    815337   3680712     15.73     16.65  --
1748.63/437.77	c  N dy  9160   2835937      2325     12333    251698    133132    815337   4833727     15.73     16.97  --
1764.20/441.65	c  N dy  9220   2859473      2325     12333    251698     83259    815337   1842419     15.73     16.85  --
1776.19/444.61	c  N dy  9280   2879590      2325     12333    251698    103080    815337   3012577     15.72     16.86  --
1788.18/447.61	c  N dy  9359   2899591      2325     12333    251698    122869    815337   4228954     15.73     16.66  --
1801.36/450.91	c  N dy  9433   2919884      2325     12333    251698    142951    815337   5447316     15.73     16.60  --
1814.15/454.11	c  N dy  9484   2939891      2325     12333    251698     88631    815337   2130876     15.72     16.60  --
1825.73/457.04	c  N dy  9542   2960156      2325     12333    251698    108636    815337   3334696     15.72     16.56  --
1838.92/460.33	c  N dy  9608   2980334      2325     12333    251698    128573    815337   4493154     15.72     16.59  --
1854.10/464.10	c  N dy  9652   3001370      2325     12333    251698    149330    815337   5670856     15.72     16.55  --
1866.48/467.29	c  N dy  9725   3021411      2325     12333    251698     94091    815337   2472417     15.72     16.69  --
1879.67/470.51	c  N dy  9810   3041706      2325     12333    251698    114152    815337   3670570     15.72     16.57  --
1893.25/473.91	c  N dy  9888   3062222      2325     12333    251698    134437    815337   4931814     15.72     16.61  --
1908.03/477.68	c  N dy  9942   3082298      2325     12333    251698     78176    815337   1437228     15.72     16.91  --
1921.21/480.98	c  N dy  9973   3102955      2325     12333    251698     98472    815337   2577733     15.72     16.62  --
1934.81/484.37	c  N dy 10043   3123426      2325     12333    251698    118661    815337   3753743     15.71     16.56  --
1948.78/487.84	c  N dy 10107   3143900      2325     12333    251698    138867    815337   4959636     15.71     16.62  --
1963.15/491.48	c  N dy 10156   3165431      2325     12333    251698     83117    815337   1644866     15.71     16.68  --
1975.94/494.63	c  N dy 10225   3187361      2325     12333    251698    104773    815337   2912673     15.71     16.59  --
1987.95/497.68	c  N dy 10299   3207414      2325     12333    251698    124609    815337   4126912     15.71     19.75  --
1991.13/498.41	c  S st 10304   3211732      2325     12333    251698    128842    815337   4356612     15.70     11.86  --
1991.13/498.48	c  S st 10304   3212236      2325     12333    251698    129346    815337   4392751     15.70   no data  --
1991.53/498.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
1991.53/498.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1993.92/499.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.8M T:  2.41
1994.72/499.31	c bin-w-bin subsume rem            0 bins  time:  0.15 s
2000.32/500.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.92 s
2000.73/500.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
2000.73/500.84	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
2033.87/509.10	c lits-rem:        77  cl-subs:     3145  v-elim:      0  v-fix:    0  time: 32.96 s
2033.87/509.11	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.04
2034.67/509.35	c vivif2 --  cl tried   126201 cl shrink        0 lits rem          0 time: 0.98
2035.88/509.65	c asymm  cl-useful: 0/1068/12333 lits-rem:0 time: 1.16
2035.88/509.66	c calculated reachability. Time: 0.01
2035.88/509.66	c  N dy 10304   3212236      2325     12333    251698    126201    815337   4311897     15.70   no data  --
2049.47/513.05	c  N dy 10388   3232436      2325     12333    251698    146146    815337   5507323     15.71     16.59  --
2064.23/516.79	c  N dy 10454   3252643      2325     12333    251698     88118    815337   1947547     15.70     16.54  --
2077.81/520.13	c  N dy 10526   3272819      2325     12333    251698    108070    815337   3149636     15.71     16.56  --
2091.40/523.50	c  N dy 10598   3292842      2325     12333    251698    127860    815337   4319103     15.71     16.75  --
2105.38/527.05	c  N dy 10656   3312865      2325     12333    251698    147615    815337   5464216     15.70     19.63  --
2120.56/530.87	c  N dy 10718   3333473      2325     12333    251698     88966    815337   1914282     15.70     16.61  --
2133.74/534.14	c  N dy 10766   3355219      2325     12333    251698    110415    815337   3129699     15.70     16.54  --
2146.15/537.25	c  N dy 10835   3375261      2325     12333    251698    130179    815337   4314734     15.70     16.72  --
2159.33/540.58	c  N dy 10906   3395888      2325     12333    251698    150550    815337   5527113     15.70     16.55  --
2172.88/543.93	c  N dy 10987   3415943      2325     12333    251698     90450    815337   2038887     15.70     16.97  --
2185.29/547.01	c  N dy 11049   3436703      2325     12333    251698    110961    815337   3275240     15.70     16.60  --
2198.88/550.48	c  N dy 11099   3457955      2325     12333    251698    131927    815337   4470405     15.69     16.56  --
2212.84/553.91	c  N dy 11178   3478126      2325     12333    251698    151840    815337   5637454     15.70     16.69  --
2226.82/557.46	c  N dy 11245   3499065      2325     12333    251698     91631    815337   2034497     15.69     16.85  --
2239.61/560.69	c  N dy 11323   3519730      2325     12333    251698    112062    815337   3226648     15.69     16.59  --
2253.99/564.30	c  N dy 11392   3539814      2325     12333    251698    131896    815337   4357123     15.69     16.71  --
2268.78/567.91	c  N dy 11427   3560606      2325     12333    251698    152423    815337   5549052     15.69     16.59  --
2283.55/571.60	c  N dy 11481   3580611      2325     12333    251698     90181    815337   1863993     15.69     16.78  --
2295.93/574.76	c  N dy 11537   3601290      2325     12333    251698    110614    815337   3072727     15.68     16.55  --
2309.11/578.09	c  N dy 11619   3621344      2325     12333    251698    130378    815337   4203860     15.69     16.68  --
2323.10/581.50	c  N dy 11683   3641772      2325     12333    251698    150522    815337   5381919     15.69     16.92  --
2338.28/585.34	c  N dy 11758   3663415      2325     12333    251698     88965    815337   1758037     15.69     16.57  --
2350.27/588.38	c  N dy 11844   3683448      2325     12333    251698    108754    815337   2906815     15.69     18.52  --
2363.45/591.64	c  N dy 11912   3703763      2325     12333    251698    128848    815337   4090684     15.69     16.70  --
2369.04/593.05	c  S st 11953   3712236      2325     12333    251698    137230    815337   4610348     15.69     15.92  --
2369.45/593.13	c  S st 11953   3712737      2325     12333    251698    137731    815337   4649573     15.69   no data  --
2369.45/593.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
2369.45/593.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2371.84/593.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.1M T:  2.38
2372.64/593.94	c bin-w-bin subsume rem            0 bins  time:  0.14 s
2378.65/595.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.85 s
2378.65/595.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
2378.65/595.46	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
2414.21/604.39	c lits-rem:       259  cl-subs:     2681  v-elim:      0  v-fix:    0  time: 35.60 s
2414.21/604.39	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.03
2415.38/604.64	c vivif2 --  cl tried   135050 cl shrink        0 lits rem          0 time: 0.98
2416.18/604.89	c asymm  cl-useful: 0/1711/12333 lits-rem:0 time: 0.99
2416.58/604.90	c calculated reachability. Time: 0.01
2416.58/604.90	c  N dy 11953   3712737      2325     12333    251698    135050    815337   4577312     15.69   no data  --
2429.36/608.15	c  N dy 12039   3732780      2325     12333    251698    154912    815337   5768320     15.69     16.56  --
2443.34/611.61	c  F st 12101   3751564      2325     12333    251698     89479    815337   1749176     15.69     15.94  --
2444.56/611.94	c  N st 12105   3753597      2325     12333    251698     91482    815337   1871962     15.69   no data  --
2457.33/615.18	c  N dy 12183   3774325      2325     12333    251698    111978    815337   3132534     15.69     16.52  --
2470.92/618.50	c  N dy 12251   3794356      2325     12333    251698    131761    815337   4325025     15.69     17.19  --
2484.90/622.06	c  N dy 12341   3815148      2325     12333    251698    152300    815337   5537890     15.69     16.53  --
2500.88/626.08	c  N dy 12415   3835460      2325     12333    251698     87412    815337   1605618     15.69     16.56  --
2513.67/629.20	c  N dy 12481   3855616      2325     12333    251698    107288    815337   2779910     15.69     16.54  --
2526.84/632.60	c  N dy 12553   3875697      2325     12333    251698    127166    815337   3959340     15.69     16.58  --
2541.25/636.19	c  N dy 12609   3895698      2325     12333    251698    146858    815337   5081230     15.69     16.60  --
2557.20/640.18	c  N dy 12690   3915775      2325     12333    251698    166688    815337   6250477     15.69     20.19  --
2572.41/643.91	c  N dy 12774   3936073      2325     12333    251698    100791    815337   2354007     15.70     16.54  --
2585.19/647.12	c  N dy 12843   3956321      2325     12333    251698    120804    815337   3557917     15.70     16.57  --
2600.75/651.00	c  N dy 12911   3978871      2325     12333    251698    143116    815337   4868548     15.70     16.63  --
2615.13/654.69	c  N dy 12997   3998932      2325     12333    251698    162929    815337   6063183     15.70     17.57  --
2629.12/658.16	c  N dy 13075   4018946      2325     12333    251698     95823    815337   2051011     15.70     16.68  --
2641.50/661.24	c  N dy 13149   4039221      2325     12333    251698    115866    815337   3256383     15.70     16.54  --
2655.08/664.63	c  N dy 13216   4059378      2325     12333    251698    135689    815337   4386173     15.70     16.70  --
2669.08/668.11	c  N dy 13283   4079504      2325     12333    251698    155569    815337   5561053     15.70     16.61  --
2683.84/671.80	c  N dy 13361   4099760      2325     12333    251698    175599    815337   6720717     15.70     16.53  --
2697.02/675.10	c  N dy 13428   4119779      2325     12333    251698    107483    815337   2655452     15.70     16.53  --
2709.01/678.17	c  N dy 13507   4139852      2325     12333    251698    127338    815337   3868735     15.70     16.55  --
2722.19/681.43	c  N dy 13567   4160413      2325     12333    251698    147634    815337   5072107     15.70     16.58  --
2736.98/685.11	c  N dy 13639   4181154      2325     12333    251698    168093    815337   6239154     15.70     16.56  --
2750.55/688.51	c  N dy 13700   4201266      2325     12333    251698     99058    815337   2134551     15.70     16.53  --
2756.97/690.20	c  S st 13724   4212739      2325     12333    251698    110370    815337   2774074     15.70     16.12  --
2757.35/690.26	c  S st 13724   4213241      2325     12333    251698    110871    815337   2814833     15.70   no data  --
2757.35/690.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2757.35/690.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2759.75/690.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.2M T:  2.15
2760.15/690.96	c bin-w-bin subsume rem            0 bins  time:  0.15 s
2765.36/692.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.12 s
2765.36/692.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
2765.36/692.29	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
2778.12/695.44	c lits-rem:        88  cl-subs:     1409  v-elim:      0  v-fix:    0  time: 12.58 s
2778.12/695.45	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.04
2778.95/695.61	c vivif2 --  cl tried   109462 cl shrink        0 lits rem          0 time: 0.61
2779.73/695.85	c asymm  cl-useful: 0/1059/12333 lits-rem:0 time: 0.97
2779.73/695.86	c calculated reachability. Time: 0.01
2779.73/695.86	c  N dy 13724   4213241      2325     12333    251698    109462    815337   2778832     15.70   no data  --
2792.13/698.97	c  N dy 13796   4233870      2325     12333    251698    129842    815337   3953644     15.70     16.64  --
2805.31/702.25	c  N dy 13869   4253897      2325     12333    251698    149606    815337   5091482     15.70     16.58  --
2819.28/705.75	c  N dy 13927   4274191      2325     12333    251698    169652    815337   6261855     15.70     16.53  --
2834.05/709.43	c  N dy 14002   4294591      2325     12333    251698     99976    815337   2158028     15.70     16.74  --
2846.84/712.62	c  N dy 14077   4315155      2325     12333    251698    120325    815337   3321278     15.70     16.53  --
2860.82/716.17	c  N dy 14133   4335661      2325     12333    251698    140530    815337   4460976     15.70     16.75  --
2874.80/719.66	c  N dy 14206   4355731      2325     12333    251698    160384    815337   5623040     15.69     16.56  --
2890.78/723.66	c  N dy 14291   4375827      2325     12333    251698    180220    815337   6791387     15.70     16.61  --
2904.36/727.03	c  N dy 14368   4395915      2325     12333    251698    109237    815337   2652919     15.70     16.60  --
2917.55/730.39	c  N dy 14459   4416717      2325     12333    251698    129791    815337   3845661     15.70     16.54  --
2931.14/733.79	c  N dy 14522   4437135      2325     12333    251698    149929    815337   5030704     15.70     16.54  --
2946.31/737.54	c  N dy 14585   4457422      2325     12333    251698    169954    815337   6193808     15.70     16.57  --
2962.70/741.61	c  N dy 14657   4477880      2325     12333    251698     98272    815337   1939853     15.70     16.63  --
2975.47/744.82	c  N dy 14706   4497956      2325     12333    251698    118041    815337   2977185     15.69     21.47  --
2987.86/747.97	c  N dy 14785   4518071      2325     12333    251698    137919    815337   4185000     15.69     16.57  --
3001.84/751.49	c  N dy 14850   4538077      2325     12333    251698    157643    815337   5285217     15.69     23.06  --
3017.42/755.37	c  N dy 14898   4559933      2325     12333    251698    179217    815337   6495594     15.69     16.53  --
3031.80/758.96	c  N dy 14961   4580605      2325     12333    251698    106879    815337   2418293     15.69     16.52  --
3044.98/762.25	c  N dy 15050   4600918      2325     12333    251698    126953    815337   3632417     15.69     16.82  --
3058.96/765.74	c  N dy 15125   4621168      2325     12333    251698    146963    815337   4806728     15.69     16.62  --
3074.54/769.64	c  N dy 15178   4643452      2325     12333    251698    168915    815337   6079873     15.69     16.55  --
3090.53/773.68	c  N dy 15244   4664790      2325     12333    251698     96166    815337   1762851     15.69     16.55  --
3102.91/776.77	c  N dy 15297   4685061      2325     12333    251698    116162    815337   2944642     15.69     16.58  --
3116.08/780.02	c  N dy 15365   4705085      2325     12333    251698    135975    815337   4092361     15.69     16.59  --
3121.70/781.46	c  S st 15406   4713242      2325     12333    251698    144046    815337   4576723     15.69   no data  --
3122.08/781.53	c  S st 15406   4713746      2325     12333    251698    144550    815337   4613024     15.69   no data  --
3122.08/781.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
3122.08/781.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3124.47/782.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.5M T:  2.39
3125.27/782.34	c bin-w-bin subsume rem            0 bins  time:  0.15 s
3130.86/783.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.69 s
3130.86/783.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
3131.26/783.82	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
3162.82/791.73	c lits-rem:        60  cl-subs:     2633  v-elim:      0  v-fix:    0  time: 31.58 s
3162.82/791.74	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.03
3163.62/791.99	c vivif2 --  cl tried   141917 cl shrink        0 lits rem          0 time: 0.99
3164.83/792.28	c asymm  cl-useful: 0/1244/12333 lits-rem:0 time: 1.15
3164.83/792.29	c calculated reachability. Time: 0.01
3164.83/792.29	c  N dy 15406   4713746      2325     12333    251698    141917    815337   4543259     15.69   no data  --
3178.01/795.59	c  N dy 15467   4733964      2325     12333    251698    161835    815337   5698297     15.69     16.54  --
3192.78/799.28	c  N dy 15540   4753974      2325     12333    251698    181622    815337   6860295     15.69     18.83  --
3209.59/803.41	c  N dy 15634   4774310      2325     12333    251698    106959    815337   2377880     15.69     16.52  --
3222.77/806.73	c  N dy 15712   4794407      2325     12333    251698    126852    815337   3611861     15.69     16.54  --
3237.92/810.56	c  N dy 15786   4815153      2325     12333    251698    147377    815337   4823261     15.69     16.53  --
3253.13/814.32	c  N dy 15848   4835162      2325     12333    251698    167156    815337   5995255     15.69     16.63  --
3268.68/818.29	c  N dy 15904   4855343      2325     12333    251698    187076    815337   7187456     15.69     16.56  --
3282.66/821.79	c  N dy 15975   4875382      2325     12333    251698    111025    815337   2517295     15.69     16.64  --
3295.45/824.97	c  N dy 16047   4895383      2325     12333    251698    130784    815337   3691688     15.69     16.56  --
3310.24/828.64	c  N dy 16134   4916562      2325     12333    251698    151732    815337   4939519     15.69     16.78  --
3325.01/832.31	c  N dy 16199   4936602      2325     12333    251698    171487    815337   6120958     15.69     16.65  --
3341.01/836.39	c  N dy 16259   4957089      2325     12333    251698    191688    815337   7264608     15.69     16.55  --
3355.77/840.08	c  N dy 16312   4977233      2325     12333    251698    114757    815337   2722908     15.69     16.69  --
3372.54/844.21	c  N dy 16382   4999818      2325     12333    251698    137065    815337   4005670     15.69     16.60  --
3388.53/848.27	c  N dy 16459   5019855      2325     12333    251698    156829    815337   5130203     15.69     16.66  --
3404.91/852.32	c  N dy 16532   5039952      2325     12333    251698    176686    815337   6305865     15.69     16.53  --
3422.88/856.80	c  N dy 16587   5061883      2325     12333    251698    100575    815337   1835256     15.69     16.70  --
3436.47/860.26	c  N dy 16634   5081886      2325     12333    251698    120321    815337   2918066     15.69     16.56  --
3451.27/863.96	c  N dy 16712   5104032      2325     12333    251698    142227    815337   4189670     15.69     16.55  --
3465.23/867.43	c  N dy 16780   5124154      2325     12333    251698    162099    815337   5421952     15.69     16.66  --
3480.01/871.14	c  N dy 16860   5144196      2325     12333    251698    181923    815337   6615550     15.69     16.54  --
3496.78/875.35	c  N dy 16914   5165981      2325     12333    251698    104668    815337   2041103     15.69     16.52  --
3509.96/878.60	c  N dy 16981   5186106      2325     12333    251698    124480    815337   3161975     15.69     16.54  --
3523.95/882.11	c  N dy 17050   5206189      2325     12333    251698    144329    815337   4330425     15.69     20.11  --
3529.55/883.53	c  S st 17081   5213746      2325     12333    251698    151783    815337   4758814     15.69     15.89  --
3529.96/883.61	c  S st 17081   5214251      2325     12333    251698    152287    815337   4795094     15.69   no data  --
3529.96/883.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
3529.96/883.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3532.74/884.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.0M T:  2.89
3533.54/884.57	c bin-w-bin subsume rem            0 bins  time:  0.15 s
3540.33/886.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.58 s
3540.33/886.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.11 s
3540.33/886.27	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
3626.63/907.81	c lits-rem:       120  cl-subs:     2938  v-elim:      0  v-fix:    0  time: 85.91 s
3626.63/907.81	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.04
3627.41/908.09	c vivif2 --  cl tried   149349 cl shrink        0 lits rem          0 time: 1.11
3629.00/908.40	c asymm  cl-useful: 0/1298/12333 lits-rem:0 time: 1.22
3629.00/908.41	c calculated reachability. Time: 0.01
3629.00/908.41	c  N dy 17081   5214251      2325     12333    251698    149349    815337   4717557     15.69   no data  --
3642.99/911.94	c  N dy 17152   5234689      2325     12333    251698    169544    815337   5927342     15.69     16.61  --
3660.17/916.21	c  N dy 17222   5255363      2325     12333    251698    189914    815337   7062772     15.69     16.62  --
3677.34/920.53	c  N dy 17292   5275489      2325     12333    251698    110099    815337   2336182     15.69     16.63  --
3692.95/924.44	c  N dy 17347   5296303      2325     12333    251698    130681    815337   3526871     15.69     16.54  --
3708.90/928.46	c  N dy 17424   5316341      2325     12333    251698    150484    815337   4683873     15.69     17.53  --
3725.68/932.69	c  N dy 17485   5336900      2325     12333    251698    170794    815337   5827429     15.69     16.69  --
3743.66/937.10	c  N dy 17562   5357418      2325     12333    251698    191080    815337   7023608     15.69     16.53  --
3760.43/941.37	c  N dy 17630   5377721      2325     12333    251698    110361    815337   2270246     15.69     16.52  --
3774.81/944.90	c  N dy 17676   5397950      2325     12333    251698    130365    815337   3426553     15.68     16.58  --
3788.00/948.22	c  N dy 17755   5418136      2325     12333    251698    150343    815337   4611076     15.68     16.66  --
3801.98/951.70	c  N dy 17835   5438137      2325     12333    251698    170139    815337   5790857     15.69     22.07  --
3816.76/955.44	c  N dy 17919   5458367      2325     12333    251698    190115    815337   6980919     15.69     16.70  --
3832.74/959.40	c  N dy 17992   5478498      2325     12333    251698    108223    815337   2141945     15.69     16.61  --
3846.73/963.00	c  N dy 18057   5498526      2325     12333    251698    128004    815337   3255378     15.69     26.77  --
3861.50/966.64	c  N dy 18136   5518665      2325     12333    251698    147937    815337   4448967     15.69     16.58  --
3877.10/970.58	c  N dy 18190   5539143      2325     12333    251698    168088    815337   5600014     15.69     16.52  --
3892.65/974.45	c  N dy 18255   5559724      2325     12333    251698    188444    815337   6840260     15.69     16.55  --
3909.43/978.69	c  N dy 18318   5579769      2325     12333    251698    105496    815337   1943435     15.68     16.52  --
3923.41/982.14	c  N dy 18378   5600117      2325     12333    251698    125546    815337   3069404     15.68     16.52  --
3938.20/985.85	c  N dy 18448   5620770      2325     12333    251698    145915    815337   4221487     15.68     16.66  --
3952.98/989.51	c  N dy 18533   5640850      2325     12333    251698    165758    815337   5376045     15.68     18.88  --
3968.16/993.33	c  N dy 18595   5660865      2325     12333    251698    185472    815337   6479126     15.68     20.25  --
3983.74/997.28	c  N dy 18679   5681022      2325     12333    251698    205384    815337   7644124     15.68     16.61  --
3998.51/1000.93	c  N dy 18743   5702733      2325     12333    251698    123206    815337   2953019     15.68     16.55  --
4006.11/1002.80	c  S st 18795   5714251      2325     12333    251698    134624    815337   3654808     15.68   no data  --
4006.11/1002.87	c  S st 18795   5714754      2325     12333    251698    135127    815337   3697898     15.68   no data  --
4006.11/1002.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
4006.11/1002.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4008.51/1003.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.2M T:  2.32
4009.32/1003.64	c bin-w-bin subsume rem            0 bins  time:  0.15 s
4014.90/1005.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.67 s
4014.90/1005.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
4015.30/1005.11	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
4033.28/1009.62	c lits-rem:        81  cl-subs:     1200  v-elim:      0  v-fix:    0  time: 17.98 s
4033.28/1009.62	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.04
4034.07/1009.84	c vivif2 --  cl tried   133927 cl shrink        0 lits rem          0 time: 0.85
4034.87/1010.09	c asymm  cl-useful: 0/1462/12333 lits-rem:0 time: 1.00
4034.87/1010.10	c calculated reachability. Time: 0.01
4034.87/1010.10	c  N dy 18795   5714754      2325     12333    251698    133927    815337   3662751     15.68   no data  --
4048.06/1013.37	c  N dy 18863   5734952      2325     12333    251698    153832    815337   4811566     15.68     16.63  --
4062.06/1016.89	c  N dy 18936   5755102      2325     12333    251698    173734    815337   5959645     15.68     16.51  --
4078.01/1020.83	c  N dy 18987   5776134      2325     12333    251698    194445    815337   7112316     15.68     16.55  --
4094.80/1025.03	c  N dy 19039   5796307      2325     12333    251698    109749    815337   2114012     15.68     16.53  --
4108.78/1028.58	c  N dy 19088   5816333      2325     12333    251698    129532    815337   3220111     15.68     18.41  --
4123.57/1032.22	c  N dy 19156   5836686      2325     12333    251698    149663    815337   4431486     15.68     16.53  --
4139.54/1036.24	c  N dy 19250   5856922      2325     12333    251698    169652    815337   5629308     15.68     16.78  --
4155.52/1040.28	c  N dy 19325   5876969      2325     12333    251698    189449    815337   6814187     15.68     20.74  --
4174.30/1044.95	c  N dy 19402   5897619      2325     12333    251698    209843    815337   7971456     15.68     16.62  --
4188.28/1048.41	c  N dy 19469   5917990      2325     12333    251698    124317    815337   2945897     15.68     16.56  --
4202.68/1052.05	c  N dy 19531   5939070      2325     12333    251698    145109    815337   4151790     15.68     16.57  --
4217.03/1055.63	c  N dy 19615   5959166      2325     12333    251698    164952    815337   5311777     15.68     16.51  --
4232.22/1059.44	c  N dy 19694   5979170      2325     12333    251698    184710    815337   6427749     15.68     16.61  --
4248.19/1063.41	c  N dy 19767   5999184      2325     12333    251698    204481    815337   7560694     15.68     16.54  --
4263.37/1067.26	c  N dy 19814   6019313      2325     12333    251698    117664    815337   2498627     15.68     16.62  --
4276.97/1070.67	c  N dy 19894   6039642      2325     12333    251698    137709    815337   3627112     15.68     16.62  --
4290.56/1074.08	c  N dy 19960   6059703      2325     12333    251698    157499    815337   4770112     15.68     16.61  --
4306.91/1078.13	c  N dy 20024   6081155      2325     12333    251698    178600    815337   5948043     15.68     16.64  --
4323.69/1082.34	c  N dy 20099   6102545      2325     12333    251698    199735    815337   7184282     15.68     16.54  --
4341.27/1086.76	c  N dy 20148   6123120      2325     12333    251698    112478    815337   2168544     15.68     16.62  --
4355.25/1090.22	c  N dy 20228   6143297      2325     12333    251698    132406    815337   3291870     15.68     16.54  --
4368.83/1093.67	c  N dy 20286   6163494      2325     12333    251698    152332    815337   4443388     15.68     16.52  --
4383.21/1097.25	c  N dy 20373   6183574      2325     12333    251698    172184    815337   5609158     15.68     18.03  --
4397.99/1100.94	c  N dy 20451   6203704      2325     12333    251698    192072    815337   6811684     15.68     16.54  --
4407.18/1103.21	c  S st 20467   6214754      2325     12333    251698    202993    815337   7391744     15.68   no data  --
4407.57/1103.30	c  S st 20467   6215257      2325     12333    251698    203496    815337   7432041     15.68   no data  --
4407.57/1103.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
4407.57/1103.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4410.37/1104.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.9M T:  2.85
4411.57/1104.35	c bin-w-bin subsume rem            0 bins  time:  0.15 s
4417.58/1105.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.17 s
4417.98/1105.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.10 s
4417.98/1105.95	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.10 s
4633.30/1159.81	c lits-rem:       113  cl-subs:     4637  v-elim:      0  v-fix:    0  time: 214.89 s
4633.30/1159.82	c vivif2 --  cl tried    12333 cl shrink        0 lits rem          0 time: 0.04
4634.87/1160.27	c vivif2 --  cl tried   198859 cl shrink        0 lits rem          0 time: 1.78
4636.47/1160.63	c asymm  cl-useful: 0/1045/12333 lits-rem:0 time: 1.45
4636.47/1160.64	c calculated reachability. Time: 0.01
4636.47/1160.64	c  N dy 20467   6215257      2325     12333    251698    198859    815337   7306063     15.68   no data  --
4655.64/1165.42	c  N dy 20552   6236454      2325     12333    251698    111214    815337   2025923     15.68     16.59  --
4670.02/1169.08	c  N dy 20628   6256585      2325     12333    251698    131107    815337   3172176     15.68     16.51  --
4685.62/1172.94	c  N dy 20706   6276867      2325     12333    251698    151130    815337   4334187     15.68     16.59  --
4702.38/1177.15	c  N dy 20756   6297809      2325     12333    251698    171814    815337   5482315     15.68     16.55  --
4719.16/1181.39	c  N dy 20828   6318122      2325     12333    251698    191912    815337   6649433     15.68     16.64  --
4736.34/1185.61	c  N dy 20902   6338200      2325     12333    251698    211752    815337   7773022     15.68     16.53  --
4752.32/1189.65	c  N dy 20947   6358277      2325     12333    251698    121973    815337   2582395     15.68     16.51  --
4766.69/1193.21	c  N dy 21019   6378585      2325     12333    251698    142032    815337   3763903     15.68     16.69  --
4782.29/1197.18	c  N dy 21081   6398664      2325     12333    251698    161823    815337   4872129     15.68     16.54  --
4799.05/1201.30	c  N dy 21157   6419170      2325     12333    251698    182069    815337   6019250     15.68     16.55  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3258989-1304035132/watcher-3258989-1304035132 -o /tmp/evaluation-result-3258989-1304035132/solver-3258989-1304035132 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3258989-1304035132.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.40 7.96 7.90 6/180 28372
/proc/meminfo: memFree=23234628/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 413 0 0 0 0 0 0 0 21 0 4 0 593743669 52465664 352 33554432000 4194304 4650419 140735280903712 18446744073709551615 47003757623218 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 12809 352 303 112 0 7774 0
[pid=28372/tid=28373] ppid=28370 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 593743670 52465664 352 33554432000 4194304 4650419 140735280903712 18446744073709551615 252458122225 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 593743670 52465664 352 33554432000 4194304 4650419 140735280903712 18446744073709551615 252469863478 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 593743670 52465664 352 33554432000 4194304 4650419 140735280903712 18446744073709551615 47003757623212 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.081798 s]
/proc/loadavg: 7.40 7.96 7.90 6/180 28372
/proc/meminfo: memFree=23234628/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=291784 CPUtime=0.32 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 9884 0 0 0 29 3 0 0 18 0 4 0 593743669 298786816 9650 33554432000 4194304 4650419 140735280903712 18446744073709551615 252457727009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 73078 10573 383 112 0 68043 0
[pid=28372/tid=28373] ppid=28370 vsize=292708 CPUtime=0.16 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) D 28370 28372 27770 0 -1 4202560 2802 0 0 0 16 0 0 0 18 0 4 0 593743670 299732992 10864 33554432000 4194304 4650419 140735280903712 18446744073709551615 252458109111 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=292972 CPUtime=0.17 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 2892 0 0 0 16 1 0 0 18 0 4 0 593743670 300003328 11018 33554432000 4194304 4650419 140735280903712 18446744073709551615 252458109111 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=293104 CPUtime=0.17 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 2353 0 0 0 17 0 0 0 18 0 4 0 593743670 300138496 11121 33554432000 4194304 4650419 140735280903712 18446744073709551615 4368078 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 291784

[startup+0.251301 s]
/proc/loadavg: 7.40 7.96 7.90 6/180 28372
/proc/meminfo: memFree=23234628/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=295804 CPUtime=0.98 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 14138 0 0 0 94 4 0 0 18 0 4 0 593743669 302903296 13905 33554432000 4194304 4650419 140735280903712 18446744073709551615 4450217 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 74058 14062 387 112 0 69023 0
[pid=28372/tid=28373] ppid=28370 vsize=296232 CPUtime=0.23 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) S 28370 28372 27770 0 -1 4202560 3805 0 0 0 23 0 0 0 18 0 4 0 593743670 303341568 14092 33554432000 4194304 4650419 140735280903712 18446744073709551615 252458170862 0 0 4096 2 18446604471146458048 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=297112 CPUtime=0.25 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 4142 0 0 0 23 2 0 0 18 0 4 0 593743670 304242688 14915 33554432000 4194304 4650419 140735280903712 18446744073709551615 4450101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=298252 CPUtime=0.25 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 2548 0 0 0 25 0 0 0 18 0 4 0 593743670 305410048 15960 33554432000 4194304 4650419 140735280903712 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 295804

[startup+0.641874 s]
/proc/loadavg: 7.40 7.96 7.90 6/180 28372
/proc/meminfo: memFree=23234628/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=303504 CPUtime=2.51 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 21258 0 0 0 244 7 0 0 18 0 4 0 593743669 310788096 20110 33554432000 4194304 4650419 140735280903712 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 75876 20110 392 112 0 70841 0
[pid=28372/tid=28373] ppid=28370 vsize=303504 CPUtime=0.61 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 5728 0 0 0 60 1 0 0 18 0 4 0 593743670 310788096 20110 33554432000 4194304 4650419 140735280903712 18446744073709551615 252458170862 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=303504 CPUtime=0.62 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 5837 0 0 0 60 2 0 0 18 0 4 0 593743670 310788096 20110 33554432000 4194304 4650419 140735280903712 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=303504 CPUtime=0.62 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 3617 0 0 0 62 0 0 0 18 0 4 0 593743670 310788096 20110 33554432000 4194304 4650419 140735280903712 18446744073709551615 252458170911 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 303504

[startup+0.767228 s]
/proc/loadavg: 7.40 7.96 7.90 6/180 28372
/proc/meminfo: memFree=23234628/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=303636 CPUtime=3.02 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 21914 0 0 0 295 7 0 0 18 0 4 0 593743669 310923264 20766 33554432000 4194304 4650419 140735280903712 18446744073709551615 4328450 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 75909 20766 392 112 0 70874 0
[pid=28372/tid=28373] ppid=28370 vsize=303636 CPUtime=0.74 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 5828 0 0 0 73 1 0 0 18 0 4 0 593743670 310923264 20766 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=303636 CPUtime=0.75 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 5957 0 0 0 73 2 0 0 18 0 4 0 593743670 310923264 20766 33554432000 4194304 4650419 140735280903712 18446744073709551615 4363762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=303636 CPUtime=0.74 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 3918 0 0 0 74 0 0 0 18 0 4 0 593743670 310923264 20766 33554432000 4194304 4650419 140735280903712 18446744073709551615 4315210 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 303636

[startup+1.50609 s]
/proc/loadavg: 7.40 7.96 7.90 9/184 28376
/proc/meminfo: memFree=23141224/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=314432 CPUtime=5.96 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 27347 0 0 0 588 8 0 0 19 0 4 0 593743669 321978368 21575 33554432000 4194304 4650419 140735280903712 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 78608 21575 392 112 0 73573 0
[pid=28372/tid=28373] ppid=28370 vsize=314432 CPUtime=1.47 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 7097 0 0 0 146 1 0 0 19 0 4 0 593743670 321978368 21576 33554432000 4194304 4650419 140735280903712 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=314432 CPUtime=1.48 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 7273 0 0 0 146 2 0 0 19 0 4 0 593743670 321978368 21576 33554432000 4194304 4650419 140735280903712 18446744073709551615 4368084 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=314432 CPUtime=1.49 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 5459 0 0 0 148 1 0 0 19 0 4 0 593743670 321978368 21576 33554432000 4194304 4650419 140735280903712 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 314432

[startup+3.1008 s]
/proc/loadavg: 7.45 7.96 7.90 9/184 28376
/proc/meminfo: memFree=23110100/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=305912 CPUtime=12.33 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 38082 0 0 0 1223 10 0 0 24 0 4 0 593743669 313253888 22942 33554432000 4194304 4650419 140735280903712 18446744073709551615 4364907 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 76478 22942 393 112 0 71443 0
[pid=28372/tid=28373] ppid=28370 vsize=305912 CPUtime=3.06 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 9432 0 0 0 304 2 0 0 23 0 4 0 593743670 313253888 22942 33554432000 4194304 4650419 140735280903712 18446744073709551615 4363738 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=305912 CPUtime=3.07 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 9832 0 0 0 305 2 0 0 24 0 4 0 593743670 313253888 22942 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=305912 CPUtime=3.09 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 8788 0 0 0 307 2 0 0 24 0 4 0 593743670 313253888 22942 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 305912

[startup+6.3002 s]
/proc/loadavg: 7.45 7.96 7.90 9/184 28376
/proc/meminfo: memFree=23021936/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=315876 CPUtime=25.12 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 56390 0 0 0 2498 14 0 0 25 0 4 0 593743669 323457024 38788 33554432000 4194304 4650419 140735280903712 18446744073709551615 4439361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 78969 38792 395 112 0 73934 0
[pid=28372/tid=28373] ppid=28370 vsize=315876 CPUtime=6.24 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 12997 0 0 0 621 3 0 0 25 0 4 0 593743670 323457024 38793 33554432000 4194304 4650419 140735280903712 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=315876 CPUtime=6.28 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 16209 0 0 0 625 3 0 0 25 0 4 0 593743670 323457024 38794 33554432000 4194304 4650419 140735280903712 18446744073709551615 4441572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=315876 CPUtime=6.28 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 13731 0 0 0 626 2 0 0 25 0 4 0 593743670 323457024 38796 33554432000 4194304 4650419 140735280903712 18446744073709551615 4436155 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 315876

[startup+12.701 s]
/proc/loadavg: 7.54 7.96 7.91 9/184 28376
/proc/meminfo: memFree=22953872/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=342916 CPUtime=50.69 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 80701 0 0 0 5050 19 0 0 25 0 4 0 593743669 351145984 51312 33554432000 4194304 4650419 140735280903712 18446744073709551615 4368084 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 85729 51312 394 112 0 80694 0
[pid=28372/tid=28373] ppid=28370 vsize=342916 CPUtime=12.61 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 18851 0 0 0 1257 4 0 0 25 0 4 0 593743670 351145984 51312 33554432000 4194304 4650419 140735280903712 18446744073709551615 4447108 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=342916 CPUtime=12.68 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 22826 0 0 0 1263 5 0 0 25 0 4 0 593743670 351145984 51312 33554432000 4194304 4650419 140735280903712 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=342916 CPUtime=12.68 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 19202 0 0 0 1264 4 0 0 25 0 4 0 593743670 351145984 51312 33554432000 4194304 4650419 140735280903712 18446744073709551615 4315057 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 342916

[startup+25.5006 s]
/proc/loadavg: 7.69 7.98 7.91 9/184 28377
/proc/meminfo: memFree=22844624/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=593560 CPUtime=101.82 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 119937 0 0 0 10155 27 0 0 25 0 4 0 593743669 607805440 71672 33554432000 4194304 4650419 140735280903712 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 148390 71672 394 112 0 143355 0
[pid=28372/tid=28373] ppid=28370 vsize=593560 CPUtime=25.35 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 27297 0 0 0 2529 6 0 0 25 0 4 0 593743670 607805440 71672 33554432000 4194304 4650419 140735280903712 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=593560 CPUtime=25.48 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 36350 0 0 0 2540 8 0 0 25 0 4 0 593743670 607805440 71672 33554432000 4194304 4650419 140735280903712 18446744073709551615 4367245 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=593560 CPUtime=25.48 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 32946 0 0 0 2541 7 0 0 25 0 4 0 593743670 607805440 71672 33554432000 4194304 4650419 140735280903712 18446744073709551615 4364307 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 593560

[startup+51.1009 s]
/proc/loadavg: 7.87 8.00 7.92 9/184 28377
/proc/meminfo: memFree=22732184/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=691852 CPUtime=204.1 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 169714 0 0 0 20371 39 0 0 25 0 4 0 593743669 708456448 94133 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 172963 94133 394 112 0 167928 0
[pid=28372/tid=28373] ppid=28370 vsize=691852 CPUtime=50.83 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 40725 0 0 0 5073 10 0 0 25 0 4 0 593743670 708456448 94133 33554432000 4194304 4650419 140735280903712 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=691852 CPUtime=51.08 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 48599 0 0 0 5097 11 0 0 25 0 4 0 593743670 708456448 94133 33554432000 4194304 4650419 140735280903712 18446744073709551615 4315103 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=691852 CPUtime=51.08 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 44743 0 0 0 5099 9 0 0 25 0 4 0 593743670 708456448 94133 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 691852

[startup+102.3 s]
/proc/loadavg: 7.94 8.00 7.92 9/184 28379
/proc/meminfo: memFree=22655376/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=694992 CPUtime=408.67 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 273758 0 0 0 40804 63 0 0 25 0 4 0 593743669 711671808 102178 33554432000 4194304 4650419 140735280903712 18446744073709551615 4333767 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 173748 102178 394 112 0 168713 0
[pid=28372/tid=28373] ppid=28370 vsize=694992 CPUtime=101.79 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 63604 0 0 0 10164 15 0 0 25 0 4 0 593743670 711671808 102178 33554432000 4194304 4650419 140735280903712 18446744073709551615 4363680 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=694992 CPUtime=102.28 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 85026 0 0 0 10209 19 0 0 25 0 4 0 593743670 711671808 102178 33554432000 4194304 4650419 140735280903712 18446744073709551615 4328437 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=694992 CPUtime=102.28 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 72529 0 0 0 10212 16 0 0 25 0 4 0 593743670 711671808 102178 33554432000 4194304 4650419 140735280903712 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 694992

[startup+162.3 s]

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

[pid=28372] ppid=28370 vsize=1239424 CPUtime=2566 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 1165831 0 0 0 256291 309 0 0 25 0 4 0 593743669 1269170176 211758 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 309856 211758 394 112 0 304821 0
[pid=28372/tid=28373] ppid=28370 vsize=1239424 CPUtime=639.1 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 263732 0 0 0 63839 71 0 0 25 0 4 0 593743670 1269170176 211758 33554432000 4194304 4650419 140735280903712 18446744073709551615 4475938 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=1239424 CPUtime=642.3 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 370751 0 0 0 64134 96 0 0 25 0 4 0 593743670 1269170176 211758 33554432000 4194304 4650419 140735280903712 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=1239424 CPUtime=642.28 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 268585 0 0 0 64161 67 0 0 25 0 4 0 593743670 1269170176 211758 33554432000 4194304 4650419 140735280903712 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2566
Current children cumulated vsize (KiB) 1239424

[startup+702.301 s]
/proc/loadavg: 8.02 8.05 7.98 9/184 28404
/proc/meminfo: memFree=21959968/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=1157628 CPUtime=2805.68 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 1266215 0 0 0 280231 337 0 0 25 0 4 0 593743669 1185411072 201501 33554432000 4194304 4650419 140735280903712 18446744073709551615 4366657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 289407 201501 394 112 0 284372 0
[pid=28372/tid=28373] ppid=28370 vsize=1157628 CPUtime=698.8 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 286918 0 0 0 69802 78 0 0 25 0 4 0 593743670 1185411072 201501 33554432000 4194304 4650419 140735280903712 18446744073709551615 4333649 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=1157628 CPUtime=702.29 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 408288 0 0 0 70124 105 0 0 25 0 4 0 593743670 1185411072 201501 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=1157628 CPUtime=702.28 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 286078 0 0 0 70155 73 0 0 25 0 4 0 593743670 1185411072 201501 33554432000 4194304 4650419 140735280903712 18446744073709551615 4349694 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.68
Current children cumulated vsize (KiB) 1157628

[startup+762.301 s]
/proc/loadavg: 8.05 8.06 7.98 9/184 28405
/proc/meminfo: memFree=21826776/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=1317764 CPUtime=3045.38 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 1365809 0 0 0 304170 368 0 0 25 0 4 0 593743669 1349390336 226433 33554432000 4194304 4650419 140735280903712 18446744073709551615 4366726 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 329441 226433 394 112 0 324406 0
[pid=28372/tid=28373] ppid=28370 vsize=1317764 CPUtime=758.49 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 311974 0 0 0 75763 86 0 0 25 0 4 0 593743670 1349390336 226433 33554432000 4194304 4650419 140735280903712 18446744073709551615 4331944 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=1317764 CPUtime=762.29 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 435076 0 0 0 76117 112 0 0 25 0 4 0 593743670 1349390336 226433 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=1317764 CPUtime=762.27 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 305949 0 0 0 76147 80 0 0 25 0 4 0 593743670 1349390336 226433 33554432000 4194304 4650419 140735280903712 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.38
Current children cumulated vsize (KiB) 1317764

[startup+822.3 s]
/proc/loadavg: 8.13 8.07 7.99 9/184 28407
/proc/meminfo: memFree=21822656/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=1272232 CPUtime=3285.06 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 1449072 0 0 0 328108 398 0 0 25 0 4 0 593743669 1302765568 221614 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 318058 221614 394 112 0 313023 0
[pid=28372/tid=28373] ppid=28370 vsize=1272232 CPUtime=818.16 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 331309 0 0 0 81724 92 0 0 25 0 4 0 593743670 1302765568 221614 33554432000 4194304 4650419 140735280903712 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=1272232 CPUtime=822.3 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 463487 0 0 0 82109 121 0 0 25 0 4 0 593743670 1302765568 221614 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=1272232 CPUtime=822.28 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 318185 0 0 0 82142 86 0 0 25 0 4 0 593743670 1302765568 221614 33554432000 4194304 4650419 140735280903712 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3285.06
Current children cumulated vsize (KiB) 1272232

[startup+882.3 s]
/proc/loadavg: 8.11 8.07 8.00 9/184 28409
/proc/meminfo: memFree=21739312/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=1473380 CPUtime=3524.75 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 1540148 0 0 0 352044 431 0 0 25 0 4 0 593743669 1508741120 237581 33554432000 4194304 4650419 140735280903712 18446744073709551615 4368288 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 368345 237581 394 112 0 363310 0
[pid=28372/tid=28373] ppid=28370 vsize=1473380 CPUtime=877.85 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 343243 0 0 0 87689 96 0 0 25 0 4 0 593743670 1508741120 237581 33554432000 4194304 4650419 140735280903712 18446744073709551615 4331865 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=1473380 CPUtime=882.3 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 503555 0 0 0 88096 134 0 0 25 0 4 0 593743670 1508741120 237581 33554432000 4194304 4650419 140735280903712 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=1473380 CPUtime=882.27 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 335654 0 0 0 88133 94 0 0 25 0 4 0 593743670 1508741120 237581 33554432000 4194304 4650419 140735280903712 18446744073709551615 4326360 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.75
Current children cumulated vsize (KiB) 1473380

[startup+942.301 s]
/proc/loadavg: 8.10 8.07 8.00 9/184 28410
/proc/meminfo: memFree=21761240/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=1408232 CPUtime=3764.43 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 1642403 0 0 0 375983 460 0 0 25 0 4 0 593743669 1442029568 240107 33554432000 4194304 4650419 140735280903712 18446744073709551615 4363709 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 352058 240107 394 112 0 347023 0
[pid=28372/tid=28373] ppid=28370 vsize=1408232 CPUtime=937.52 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 363115 0 0 0 93644 108 0 0 25 0 4 0 593743670 1442029568 240107 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=1408232 CPUtime=942.3 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 569040 0 0 0 94088 142 0 0 25 0 4 0 593743670 1442029568 240107 33554432000 4194304 4650419 140735280903712 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=1408232 CPUtime=942.28 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 345562 0 0 0 94128 100 0 0 25 0 4 0 593743670 1442029568 240107 33554432000 4194304 4650419 140735280903712 18446744073709551615 4333820 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.43
Current children cumulated vsize (KiB) 1408232

[startup+1002.3 s]
/proc/loadavg: 8.20 8.10 8.01 9/184 28412
/proc/meminfo: memFree=21737044/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=1430864 CPUtime=4004.11 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 1723366 0 0 0 399922 489 0 0 25 0 4 0 593743669 1465204736 238760 33554432000 4194304 4650419 140735280903712 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 357716 238760 394 112 0 352681 0
[pid=28372/tid=28373] ppid=28370 vsize=1430864 CPUtime=997.21 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 373567 0 0 0 99610 111 0 0 25 0 4 0 593743670 1465204736 238760 33554432000 4194304 4650419 140735280903712 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=1430864 CPUtime=1002.3 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 603109 0 0 0 100076 154 0 0 25 0 4 0 593743670 1465204736 238760 33554432000 4194304 4650419 140735280903712 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=1430864 CPUtime=1002.28 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 366896 0 0 0 100118 110 0 0 25 0 4 0 593743670 1465204736 238760 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4004.11
Current children cumulated vsize (KiB) 1430864

[startup+1062.3 s]
/proc/loadavg: 8.20 8.11 8.02 9/184 28413
/proc/meminfo: memFree=21728096/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=1490600 CPUtime=4243.8 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 1801155 0 0 0 423865 515 0 0 25 0 4 0 593743669 1526374400 247938 33554432000 4194304 4650419 140735280903712 18446744073709551615 4314863 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 372650 247938 394 112 0 367615 0
[pid=28372/tid=28373] ppid=28370 vsize=1490600 CPUtime=1056.89 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 394255 0 0 0 105571 118 0 0 25 0 4 0 593743670 1526374400 247938 33554432000 4194304 4650419 140735280903712 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=1490600 CPUtime=1062.31 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 620313 0 0 0 106071 160 0 0 25 0 4 0 593743670 1526374400 247938 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=1490600 CPUtime=1062.27 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 385359 0 0 0 106112 115 0 0 25 0 4 0 593743670 1526374400 247938 33554432000 4194304 4650419 140735280903712 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.8
Current children cumulated vsize (KiB) 1490600

[startup+1122.3 s]
/proc/loadavg: 8.17 8.12 8.02 9/184 28415
/proc/meminfo: memFree=21611524/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=1471172 CPUtime=4483.5 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 1910998 0 0 0 447803 547 0 0 25 0 4 0 593743669 1506480128 264341 33554432000 4194304 4650419 140735280903712 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 367793 264341 394 112 0 362758 0
[pid=28372/tid=28373] ppid=28370 vsize=1471172 CPUtime=1116.57 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 414411 0 0 0 111532 125 0 0 25 0 4 0 593743670 1506480128 264341 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=1471172 CPUtime=1122.31 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 650880 0 0 0 112061 170 0 0 25 0 4 0 593743670 1506480128 264341 33554432000 4194304 4650419 140735280903712 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=1471172 CPUtime=1122.28 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 406598 0 0 0 112106 122 0 0 25 0 4 0 593743670 1506480128 264341 33554432000 4194304 4650419 140735280903712 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.5
Current children cumulated vsize (KiB) 1471172

[startup+1182.3 s]
/proc/loadavg: 8.07 8.10 8.02 9/184 28417
/proc/meminfo: memFree=21630944/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=1471252 CPUtime=4723.15 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 2002232 0 0 0 471740 575 0 0 25 0 4 0 593743669 1506562048 260689 33554432000 4194304 4650419 140735280903712 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 367813 260689 394 112 0 362778 0
[pid=28372/tid=28373] ppid=28370 vsize=1471252 CPUtime=1176.24 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 433581 0 0 0 117487 137 0 0 25 0 4 0 593743670 1506562048 260689 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=1471252 CPUtime=1182.31 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 686198 0 0 0 118055 176 0 0 25 0 4 0 593743670 1506562048 260689 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=1471252 CPUtime=1182.27 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 419542 0 0 0 118100 127 0 0 25 0 4 0 593743670 1506562048 260689 33554432000 4194304 4650419 140735280903712 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4723.15
Current children cumulated vsize (KiB) 1471252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.61 s]
/proc/loadavg: 8.05 8.09 8.01 5/179 28418
/proc/meminfo: memFree=22206344/32951124 swapFree=67111348/67111528
[pid=28372] ppid=28370 vsize=1472052 CPUtime=4800.29 cores=1,3,5,7
/proc/28372/stat : 28372 (strangenight1-m) R 28370 28372 27770 0 -1 4202496 2019478 0 0 0 479444 585 0 0 25 0 4 0 593743669 1507381248 259885 33554432000 4194304 4650419 140735280903712 18446744073709551615 4363335 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28372/statm: 368013 259885 394 112 0 362978 0
[pid=28372/tid=28373] ppid=28370 vsize=1472052 CPUtime=1195.44 cores=1,3,5,7
/proc/28372/task/28373/stat : 28373 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 436865 0 0 0 119405 139 0 0 25 0 4 0 593743670 1507381248 259885 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=28372/tid=28374] ppid=28370 vsize=1472052 CPUtime=1201.62 cores=1,3,5,7
/proc/28372/task/28374/stat : 28374 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 696873 0 0 0 119980 182 0 0 25 0 4 0 593743670 1507381248 259885 33554432000 4194304 4650419 140735280903712 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=28372/tid=28375] ppid=28370 vsize=1472052 CPUtime=1201.59 cores=1,3,5,7
/proc/28372/task/28375/stat : 28375 (strangenight1-m) R 28370 28372 27770 0 -1 4202560 419542 0 0 0 120032 127 0 0 25 0 4 0 593743670 1507381248 259885 33554432000 4194304 4650419 140735280903712 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 1472052

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.66
CPU time (s): 4800.36
CPU user time (s): 4794.46
CPU system time (s): 5.8981
CPU usage (%): 399.478
Max. virtual memory (cumulated for all children) (KiB): 1602252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.46
system time used= 5.8981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2019481
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= 8823
involuntary context switches= 33599

runsolver used 1.87671 second user time and 4.34834 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 01:58:52
IDJOB=3258989
IDBENCH=71471
IDSOLVER=1588
FILE ID=node111/3258989-1304035132
RUNJOBID= node111-1304035132-28350
PBS_JOBID= 13170341
Free space on /tmp= 70888 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g6.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258989-1304035132/watcher-3258989-1304035132 -o /tmp/evaluation-result-3258989-1304035132/solver-3258989-1304035132 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3258989-1304035132.cnf

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

MD5SUM BENCH= d0bb6612a0c88017c970eb8fd1a4be9e
RANDOM SEED=971738017

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23234660 kB
Buffers:       1278820 kB
Cached:        7876604 kB
SwapCached:        132 kB
Active:        3691468 kB
Inactive:      5543992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23234660 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           16308 kB
Writeback:           0 kB
AnonPages:       79612 kB
Mapped:          15576 kB
Slab:           417000 kB
PageTables:       4992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   278760 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= 70888 MiB
End job on node111 at 2011-04-29 02:18:56