Trace number 3264225

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.32 1201.75

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-1.used-as.sat04-891.cnf
MD5SUM5877850d9f604b6973676132cbba5c90
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 variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

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-3264225-1304138348.cnf'
0.00/0.00	c -- header says num vars:           1534
0.00/0.00	c -- header says num clauses:      132295
0.00/0.03	c -- clauses added:            0 learnts,       132295 normals,            0 xors
0.00/0.03	c -- vars added       1534
0.00/0.03	c Parsing time:  0.08 s
0.00/0.03	c  N st     0         0      1534        59    132236         0    266006         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/59/59 lits-rem:0 time: 0.00
0.00/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
0.00/0.09	c bin-w-bin subsume rem         5462 bins  time:  0.06 s
0.00/0.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
0.32/0.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1534 time:  0.05 s
0.32/0.11	c Removed useless bin:       0  fixed:     0  props:   0.64M  time:  0.05 s
4.02/1.01	c lits-rem:       232  cl-subs:        0  v-elim:     59  v-fix:    0  time:  0.15 s
4.02/1.01	c Finding binary XORs  T:     0.01 s  found:       0
4.02/1.01	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
4.02/1.01	c calculated reachability. Time: 0.00
4.02/1.01	c Calc default polars -  time:   0.01 s pos:       0 undec:      59 neg:    1475
4.02/1.01	c =========================================================================================
4.02/1.01	c types(t): F = full restart, N = normal restart
4.02/1.01	c types(t): S = simplification begin/end, E = solution found
4.02/1.01	c restart types(rt): st = static, dy = dynamic
4.02/1.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.02/1.01	c  B st     0         0      1475      6949    118350         0    420118         0   no data   no data  --
4.02/1.01	c  N dy    22      4097      1475      6949    118351      4050    420117    150848     10.24     10.86  --
4.02/1.01	c  N dy    35      8235      1475      6949    118353      5687    420117    173704      9.82     10.41  --
4.02/1.01	c  N dy    56     12274      1475      6949    118358      5481    420116    131147      9.96     10.55  --
4.76/1.21	c  N dy    70     16343      1475      6949    118358      9497    420116    278860      9.87     12.61  --
5.56/1.49	c  N dy    95     20495      1475      6949    118360      8043    420115    197194     10.00     10.56  --
6.78/1.78	c  N dy   114     24542      1475      6949    118360     12041    420115    352598     10.01     10.56  --
7.18/1.82	c  F st   117     25001      1475      6949    118361     12493    420115    369216     10.01      8.96  --
8.75/2.21	c  N dy   123     30003      1475      6949    118361     10687    420115    273059     10.01   no data  --
8.75/2.21	c  S st   123     30003      1475      6949    118361     10687    420115    273059     10.01   no data  --
8.75/2.25	c  S st   123     30505      1475      6949    118361     11188    420115    293587     10.01   no data  --
8.75/2.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.75/2.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.55/2.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    130 BRemL:      0 BRemN:      0 P:  9.1M T:  0.71
9.55/2.47	c bin-w-bin subsume rem            0 bins  time:  0.07 s
14.35/3.65	c subs with bin:        0  lits-rem:     20353  v-fix:    0  time:  4.69 s
14.35/3.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
14.35/3.67	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.04 s
19.13/4.87	c lits-rem:      1697  cl-subs:     2203  v-elim:      0  v-fix:    0  time:  4.80 s
19.95/5.06	c asymm  cl-useful: 2746/2814/6949 lits-rem:18973 time: 0.74
19.95/5.06	c calculated reachability. Time: 0.00
19.95/5.06	c  N dy   123     30505      1475      6949    118491      8985    370789    254632     10.01   no data  --
21.12/5.36	c  N dy   156     34617      1475      6949    118492     13047    370789    446519     10.26     10.90  --
22.33/5.69	c  N dy   181     38798      1475      6949    118505      9387    370789    218982     10.35     10.93  --
23.93/6.03	c  N dy   209     43228      1475      6949    118505     13783    370789    431885     10.49     11.21  --
24.75/6.22	c  S st   227     45758      1475      6949    118505     16295    370789    555981     10.56   no data  --
24.75/6.26	c  S st   227     46261      1475      6949    118505     16798    370789    582835     10.56   no data  --
24.75/6.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
24.75/6.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.53/6.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     32 BRemL:      0 BRemN:      0 P:  8.7M T:  0.69
25.53/6.48	c bin-w-bin subsume rem            0 bins  time:  0.06 s
30.72/7.72	c subs with bin:        0  lits-rem:      1461  v-fix:    0  time:  4.94 s
30.72/7.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
30.72/7.74	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.04 s
41.10/10.33	c lits-rem:       965  cl-subs:      399  v-elim:      0  v-fix:    0  time: 10.34 s
41.10/10.34	c vivif2 --  cl tried     6949 cl shrink      936 lits rem       3040 time: 0.02
41.10/10.36	c vivif2 --  cl tried    16399 cl shrink       47 lits rem         47 time: 0.08
41.92/10.54	c asymm  cl-useful: 0/2044/6949 lits-rem:0 time: 0.73
41.92/10.54	c calculated reachability. Time: 0.00
41.92/10.54	c  N dy   227     46261      1475      6949    118537     16399    365954    571591     10.56   no data  --
43.10/10.86	c  N dy   245     50318      1475      6949    118539     11537    365954    270083     10.62     11.24  --
44.30/11.16	c  N dy   270     54350      1475      6949    118539     15537    365954    475120     10.69     11.33  --
45.90/11.50	c  N dy   293     58430      1475      6949    118539     19586    365954    669604     10.71     13.49  --
47.10/11.83	c  N dy   314     62614      1475      6949    118539     13852    365954    354355     10.74     11.43  --
48.30/12.15	c  N dy   340     66724      1475      6949    118539     17919    365954    551587     10.81     11.41  --
49.10/12.37	c  S st   352     69391      1475      6949    118539     20548    365954    669427     10.82     10.21  --
49.50/12.41	c  S st   352     69893      1475      6949    118539     21050    365954    697724     10.82   no data  --
49.50/12.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
49.50/12.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.30/12.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.0M T:  0.73
50.30/12.64	c bin-w-bin subsume rem            0 bins  time:  0.06 s
55.50/13.91	c subs with bin:        0  lits-rem:         4  v-fix:    0  time:  5.06 s
55.50/13.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
55.50/13.93	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.04 s
66.67/16.77	c lits-rem:      1209  cl-subs:      755  v-elim:      0  v-fix:    0  time: 11.34 s
66.67/16.77	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.02
67.07/16.80	c vivif2 --  cl tried    20295 cl shrink        0 lits rem          0 time: 0.10
67.47/16.97	c asymm  cl-useful: 0/2032/6949 lits-rem:0 time: 0.70
67.47/16.98	c calculated reachability. Time: 0.00
67.47/16.98	c  N dy   352     69893      1475      6949    118539     20295    365954    678875     10.82   no data  --
69.07/17.36	c  N dy   382     74494      1475      6949    118539     13963    365954    307465     10.88     11.52  --
70.67/17.74	c  N dy   409     79276      1475      6949    118539     18679    365954    525730     10.91     12.25  --
72.69/18.21	c  N dy   427     84379      1475      6949    118539     11868    365954    179298     10.89     11.61  --
73.47/18.44	c  F st   441     87500      1475      6949    118539     14972    365954    334695     10.89   no data  --
74.66/18.73	c  N st   446     90797      1475      6949    118539     18216    365954    483382     10.89   no data  --
76.66/19.25	c  N dy   462     96720      1475      6949    118539     24043    365954    764403     10.89     11.50  --
78.65/19.77	c  N dy   501    102981      1475      6949    118539     17400    365954    391065     10.93     11.58  --
79.46/19.93	c  S st   511    104839      1475      6949    118539     19231    365954    471826     10.94     10.92  --
79.46/19.97	c  S st   511    105345      1475      6949    118539     19735    365954    497864     10.94   no data  --
79.46/19.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
79.46/19.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
80.26/20.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.8M T:  0.70
80.26/20.18	c bin-w-bin subsume rem            0 bins  time:  0.06 s
85.05/21.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.82 s
85.45/21.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
85.45/21.41	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.04 s
94.66/23.79	c lits-rem:       878  cl-subs:      495  v-elim:      0  v-fix:    0  time:  9.46 s
94.66/23.79	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.01
95.06/23.81	c vivif2 --  cl tried    19240 cl shrink        0 lits rem          0 time: 0.08
95.44/23.99	c asymm  cl-useful: 0/2096/6949 lits-rem:0 time: 0.73
95.44/24.00	c calculated reachability. Time: 0.00
95.44/24.00	c  N dy   511    105345      1475      6949    118539     19240    365954    487170     10.94   no data  --
97.83/24.56	c  N dy   542    112073      1475      6949    118539     25889    365954    787380     10.96     11.57  --
100.22/25.16	c  N dy   571    119271      1475      6949    118539     19160    365954    437358     10.96     15.50  --
103.02/25.84	c  N dy   615    126918      1475      6949    118539     26717    365954    781924     10.99     11.58  --
105.81/26.58	c  N dy   649    135360      1475      6949    118539     20209    365954    450340     10.99     11.60  --
109.01/27.35	c  N dy   701    144065      1475      6949    118539     28806    365954    856168     11.02     11.66  --
113.01/28.38	c  N dy   745    155425      1475      6949    118539     24213    365954    589621     11.01     11.66  --
114.21/28.61	c  S st   759    158019      1475      6949    118539     26774    365954    703782     11.01   no data  --
114.21/28.66	c  S st   759    158519      1475      6949    118539     27273    365954    733324     11.01   no data  --
114.21/28.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
114.21/28.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
115.01/28.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.5M T:  0.75
115.01/28.89	c bin-w-bin subsume rem            0 bins  time:  0.06 s
120.20/30.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.91 s
120.20/30.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
120.20/30.14	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.05 s
130.98/32.80	c lits-rem:      1538  cl-subs:     1208  v-elim:      0  v-fix:    0  time: 10.61 s
130.98/32.80	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.01
130.98/32.83	c vivif2 --  cl tried    26065 cl shrink        0 lits rem          0 time: 0.11
131.78/33.02	c asymm  cl-useful: 0/2005/6949 lits-rem:0 time: 0.74
131.78/33.02	c calculated reachability. Time: 0.00
131.78/33.02	c  N dy   759    158519      1475      6949    118539     26065    365954    709511     11.01   no data  --
135.77/34.00	c  N dy   798    168824      1475      6949    118539     19483    365954    362794     11.00     11.58  --
139.77/35.00	c  N dy   857    179684      1475      6949    118539     30197    365954    830209     11.02     14.56  --
144.16/36.13	c  N dy   899    191787      1475      6949    118539     24356    365954    529940     11.01     11.65  --
148.96/37.31	c  N dy   950    204189      1475      6949    118539     36553    365954   1035171     11.02     11.61  --
153.75/38.52	c  N dy  1014    217324      1475      6949    118539     30765    365954    762536     11.03     11.65  --
158.95/39.88	c  N dy  1085    231239      1475      6949    118539     24814    365954    491616     11.06     12.69  --
161.34/40.48	c  S st  1118    237779      1475      6949    118539     31235    365954    769014     11.06     10.33  --
161.74/40.52	c  S st  1118    238280      1475      6949    118539     31735    365954    798975     11.06   no data  --
161.74/40.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
161.74/40.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
162.54/40.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.6M T:  0.77
162.54/40.76	c bin-w-bin subsume rem            0 bins  time:  0.06 s
167.33/41.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.92 s
167.73/42.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
167.73/42.01	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.04 s
178.54/44.72	c lits-rem:      1306  cl-subs:      998  v-elim:      0  v-fix:    0  time: 10.81 s
178.54/44.72	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.01
178.54/44.76	c vivif2 --  cl tried    30737 cl shrink        0 lits rem          0 time: 0.13
179.31/44.95	c asymm  cl-useful: 0/1940/6949 lits-rem:0 time: 0.75
179.31/44.95	c calculated reachability. Time: 0.00
179.31/44.95	c  N dy  1118    238280      1475      6949    118539     30737    365954    778381     11.06   no data  --
185.31/46.40	c  N dy  1192    253744      1475      6949    118539     25338    365954    477279     11.09     11.68  --
191.32/47.96	c  N dy  1279    270003      1475      6949    118539     41345    365954   1155827     11.13     12.83  --
198.09/49.62	c  N dy  1346    287554      1475      6949    118539     36956    365954    964641     11.12     11.75  --
205.28/51.41	c  N dy  1434    305980      1475      6949    118539     32461    365954    716275     11.13     11.72  --
205.28/51.44	c  F st  1437    306250      1475      6949    118539     32729    365954    728979     11.13   no data  --
213.29/53.40	c  N dy  1505    325578      1475      6949    118539     28091    365954    498813     11.13     11.80  --
221.26/55.45	c  N dy  1606    345681      1475      6949    118539     47896    365954   1328960     11.15     11.75  --
225.66/56.59	c  S st  1658    357420      1475      6949    118539     34816    365954    736808     11.16     11.01  --
226.06/56.63	c  S st  1658    357921      1475      6949    118539     35315    365954    762966     11.16   no data  --
226.06/56.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
226.06/56.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
226.87/56.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.8M T:  0.79
226.87/56.88	c bin-w-bin subsume rem            0 bins  time:  0.06 s
231.64/58.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.81 s
231.64/58.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
232.04/58.11	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.05 s
242.83/60.83	c lits-rem:      1280  cl-subs:     1153  v-elim:      0  v-fix:    0  time: 10.86 s
242.83/60.83	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.02
242.83/60.87	c vivif2 --  cl tried    34162 cl shrink        0 lits rem          0 time: 0.13
243.23/60.96	c asymm  cl-useful: 0/908/6949 lits-rem:0 time: 0.36
243.23/60.96	c calculated reachability. Time: 0.00
243.23/60.96	c  N dy  1658    357921      1475      6949    118539     34162    365954    741314     11.16   no data  --
251.23/62.99	c  N dy  1726    377969      1475      6949    118539     28313    365954    440660     11.14     11.94  --
259.60/65.05	c  N dy  1812    399038      1475      6949    118539     49043    365954   1313824     11.13     11.86  --
267.99/67.10	c  N dy  1926    419059      1475      6949    118539     42171    365954    990740     11.14     11.73  --
276.39/69.23	c  N dy  2031    439382      1475      6949    118539     34650    365954    652572     11.16     11.76  --
284.38/71.29	c  N dy  2115    459455      1475      6949    118539     54400    365954   1485856     11.16     11.87  --
292.78/73.34	c  N dy  2210    479479      1475      6949    118539     45552    365954   1066048     11.17     11.84  --
301.57/75.52	c  N dy  2310    499520      1475      6949    118539     35783    365954    647621     11.18     12.05  --
309.96/77.70	c  N dy  2386    519714      1475      6949    118539     55611    365954   1433157     11.18     11.93  --
317.54/79.50	c  S st  2466    536881      1475      6949    118539     41982    365954    854628     11.18      8.98  --
317.54/79.55	c  S st  2466    537382      1475      6949    118539     42482    365954    881703     11.18   no data  --
317.54/79.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
317.54/79.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
318.34/79.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.3M T:  0.85
318.75/79.81	c bin-w-bin subsume rem            0 bins  time:  0.05 s
323.55/81.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.91 s
323.55/81.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
323.55/81.06	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.05 s
327.54/82.08	c lits-rem:       516  cl-subs:     1407  v-elim:      0  v-fix:    0  time:  4.08 s
327.54/82.09	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.01
327.94/82.13	c vivif2 --  cl tried    41075 cl shrink        0 lits rem          0 time: 0.16
328.71/82.32	c asymm  cl-useful: 0/1450/6949 lits-rem:0 time: 0.79
328.71/82.33	c calculated reachability. Time: 0.00
328.71/82.33	c  N dy  2466    537382      1475      6949    118539     41075    365954    853607     11.18   no data  --
337.10/84.46	c  N dy  2567    557473      1475      6949    118539     60923    365954   1700125     11.18     12.20  --
345.89/86.62	c  N dy  2665    577479      1475      6949    118539     49091    365954   1125337     11.20     11.79  --
355.48/89.02	c  N dy  2754    598467      1475      6949    118539     37252    365954    608433     11.19     11.80  --
363.87/91.16	c  N dy  2859    618666      1475      6949    118539     57128    365954   1446443     11.21     11.87  --
373.46/93.52	c  N dy  2937    638694      1475      6949    118539     43320    365954    827676     11.21     11.84  --
382.25/95.76	c  N dy  3026    658755      1475      6949    118539     63043    365954   1644031     11.21     11.84  --
391.44/98.04	c  N dy  3124    678851      1475      6949    118539     48413    365954   1002635     11.22     14.77  --
400.63/100.37	c  N dy  3238    699018      1475      6949    118539     68311    365954   1844018     11.23     11.84  --
409.42/102.59	c  N dy  3321    719040      1475      6949    118539     52559    365954   1162709     11.23     11.83  --
419.41/105.03	c  N dy  3418    739718      1475      6949    118539     36530    365954    478911     11.23     11.89  --
427.79/107.19	c  N dy  3504    759894      1475      6949    118539     56398    365954   1303490     11.23     11.94  --
437.80/109.69	c  N dy  3598    779971      1475      6949    118539     38747    365954    546728     11.24     12.80  --
446.96/111.92	c  N dy  3681    799979      1475      6949    118539     58438    365954   1338060     11.24     14.92  --
450.17/112.71	c  S st  3702    806073      1475      6949    118539     64388    365954   1546166     11.23     10.81  --
450.17/112.78	c  S st  3702    806574      1475      6949    118539     64889    365954   1568947     11.23   no data  --
450.17/112.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
450.17/112.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
451.37/113.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.0M T:  1.02
451.76/113.11	c bin-w-bin subsume rem            0 bins  time:  0.06 s
456.95/114.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.22 s
456.95/114.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
456.95/114.45	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.05 s
464.17/116.26	c lits-rem:       540  cl-subs:     2830  v-elim:      0  v-fix:    0  time:  7.22 s
464.17/116.26	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.02
464.54/116.33	c vivif2 --  cl tried    62059 cl shrink        0 lits rem          0 time: 0.27
465.34/116.53	c asymm  cl-useful: 0/1218/6949 lits-rem:0 time: 0.82
465.34/116.54	c calculated reachability. Time: 0.00
465.34/116.54	c  N dy  3702    806574      1475      6949    118539     62059    365954   1518206     11.23   no data  --
474.93/118.92	c  N dy  3789    826710      1475      6949    118539     43530    365954    710668     11.23     12.01  --
484.12/121.27	c  N dy  3876    847615      1475      6949    118539     64103    365954   1530864     11.23     11.91  --
494.10/123.75	c  N dy  3965    867820      1475      6949    118539     44668    365954    726168     11.24     11.83  --
503.31/126.03	c  N dy  4046    887892      1475      6949    118539     64406    365954   1513229     11.23     12.06  --
513.27/128.57	c  N dy  4142    908137      1475      6949    118539     43967    365954    656675     11.23     12.12  --
522.46/130.86	c  N dy  4243    928377      1475      6949    118539     63883    365954   1468726     11.24     11.86  --
532.45/133.37	c  N dy  4338    948442      1475      6949    118539     42304    365954    568205     11.24     12.14  --
541.24/135.59	c  N dy  4439    968828      1475      6949    118539     62327    365954   1394171     11.24     11.88  --
551.23/138.07	c  N dy  4538    988895      1475      6949    118539     82079    365954   2195699     11.25     12.00  --
560.43/140.31	c  N dy  4638   1008937      1475      6949    118539     59500    365954   1239807     11.26     11.90  --
570.00/142.72	c  N dy  4729   1029195      1475      6949    118539     79408    365954   2049608     11.26     11.86  --
579.59/145.12	c  N dy  4806   1049249      1475      6949    118539     55850    365954   1043686     11.26     11.87  --
589.18/147.50	c  N dy  4896   1069636      1475      6949    118539     75940    365954   1841384     11.26     11.85  --
589.98/147.79	c  F st  4908   1071875      1475      6949    118539     78141    365954   1929147     11.26     10.56  --
599.56/150.10	c  N dy  4965   1089712      1475      6949    118539     51364    365954    806959     11.26     12.10  --
608.78/152.44	c  N dy  5051   1109834      1475      6949    118539     71150    365954   1575074     11.25     11.94  --
620.34/155.40	c  N dy  5146   1129935      1475      6949    118539     45695    365954    574078     11.26     11.93  --
629.93/157.71	c  N dy  5220   1150084      1475      6949    118539     65486    365954   1354271     11.25     11.96  --
639.53/160.19	c  N dy  5299   1170720      1475      6949    118539     85772    365954   2158675     11.25     11.90  --
649.50/162.67	c  N dy  5379   1190851      1475      6949    118539     59351    365954   1079689     11.25     11.93  --
658.69/164.98	c  S st  5463   1209863      1475      6949    118539     77998    365954   1784552     11.25     11.60  --
659.09/165.04	c  S st  5463   1210365      1475      6949    118539     78498    365954   1810093     11.25   no data  --
659.09/165.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
659.09/165.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
660.29/165.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.9M T:  1.06
660.29/165.39	c bin-w-bin subsume rem            0 bins  time:  0.06 s
665.47/166.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.22 s
665.89/166.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
665.89/166.72	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.04 s
673.87/168.79	c lits-rem:       412  cl-subs:     3100  v-elim:      0  v-fix:    0  time:  8.26 s
673.87/168.79	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.01
674.27/168.88	c vivif2 --  cl tried    75398 cl shrink        0 lits rem          0 time: 0.34
675.08/169.09	c asymm  cl-useful: 0/1265/6949 lits-rem:0 time: 0.83
675.08/169.09	c calculated reachability. Time: 0.00
675.08/169.09	c  N dy  5463   1210365      1475      6949    118539     75398    365954   1754654     11.25   no data  --
685.45/171.63	c  N dy  5534   1230420      1475      6949    118539     47971    365954    608681     11.25     11.86  --
694.63/173.90	c  N dy  5610   1251039      1475      6949    118539     68221    365954   1376204     11.24     11.84  --
704.23/176.39	c  N dy  5696   1271172      1475      6949    118539     87993    365954   2179989     11.24     11.86  --
713.81/178.79	c  N dy  5777   1291204      1475      6949    118539     59564    365954   1021532     11.24     12.01  --
723.80/181.28	c  N dy  5834   1311545      1475      6949    118539     79487    365954   1755912     11.23     11.88  --
735.38/184.18	c  N dy  5918   1332811      1475      6949    118539     51260    365954    675541     11.23     11.83  --
744.57/186.43	c  N dy  6008   1353067      1475      6949    118539     71170    365954   1463321     11.23     11.83  --
754.56/188.93	c  N dy  6088   1373274      1475      6949    118539     91049    365954   2235791     11.23     11.86  --
764.54/191.49	c  N dy  6175   1393326      1475      6949    118539     60678    365954   1014405     11.23     11.86  --
774.93/194.02	c  N dy  6266   1413785      1475      6949    118539     80760    365954   1755396     11.23     12.14  --
784.94/196.58	c  N dy  6357   1434182      1475      6949    118539    100840    365954   2556595     11.23     11.83  --
795.31/199.10	c  N dy  6455   1454463      1475      6949    118539     69636    365954   1302172     11.23     11.93  --
804.89/201.55	c  N dy  6554   1474888      1475      6949    118539     89750    365954   2098755     11.23     11.84  --
815.30/204.20	c  N dy  6650   1494896      1475      6949    118539     57362    365954    834722     11.24     11.85  --
824.86/206.55	c  N dy  6737   1515101      1475      6949    118539     77200    365954   1585577     11.24     11.83  --
835.25/209.11	c  N dy  6815   1535155      1475      6949    118539     96842    365954   2305540     11.23     11.95  --
845.64/211.76	c  N dy  6900   1555308      1475      6949    118539     63594    365954   1038063     11.23     11.92  --
855.63/214.24	c  N dy  6987   1575373      1475      6949    118539     83300    365954   1777650     11.23     13.26  --
866.81/217.09	c  N dy  7082   1595594      1475      6949    118539    103159    365954   2534934     11.23     11.84  --
876.82/219.56	c  N dy  7164   1615780      1475      6949    118539     68969    365954   1195708     11.23     11.86  --
886.78/222.05	c  N dy  7239   1635944      1475      6949    118539     88747    365954   1922132     11.23     11.84  --
899.19/225.12	c  N dy  7321   1658050      1475      6949    118539     55480    365954    673311     11.23     11.82  --
908.76/227.56	c  N dy  7390   1678108      1475      6949    118539     75187    365954   1433141     11.22     11.83  --
919.55/230.20	c  N dy  7474   1698167      1475      6949    118539     94898    365954   2182128     11.22     12.65  --
925.94/231.88	c  S st  7537   1710366      1475      6949    118539    106895    365954   2639353     11.23      9.80  --
926.34/231.95	c  S st  7537   1710867      1475      6949    118539    107395    365954   2661596     11.23   no data  --
926.34/231.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
926.34/231.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
927.54/232.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.3M T:  1.21
927.94/232.37	c bin-w-bin subsume rem            0 bins  time:  0.06 s
933.13/233.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.26 s
933.53/233.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
933.53/233.71	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.04 s
951.52/238.24	c lits-rem:       565  cl-subs:     5242  v-elim:      0  v-fix:    0  time: 18.07 s
951.52/238.25	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.01
951.92/238.37	c vivif2 --  cl tried   102153 cl shrink        0 lits rem          0 time: 0.49
952.70/238.59	c asymm  cl-useful: 0/1158/6949 lits-rem:0 time: 0.88
953.10/238.60	c calculated reachability. Time: 0.00
953.10/238.60	c  N dy  7537   1710867      1475      6949    118539    102153    365954   2568400     11.23   no data  --
963.49/241.22	c  N dy  7627   1731233      1475      6949    118539     66195    365954   1036073     11.23     11.88  --
973.49/243.72	c  N dy  7706   1752458      1475      6949    118539     87004    365954   1811490     11.22     11.84  --
984.66/246.54	c  N dy  7783   1772969      1475      6949    118539    107147    365954   2536841     11.22     11.82  --
995.46/249.20	c  N dy  7857   1793086      1475      6949    118539     70023    365954   1151655     11.22     11.82  --
1005.03/251.68	c  N dy  7951   1813239      1475      6949    118539     89847    365954   1881854     11.22     12.18  --
1015.42/254.25	c  N dy  8033   1833283      1475      6949    118539    109508    365954   2623640     11.22     14.08  --
1026.21/256.98	c  N dy  8118   1853454      1475      6949    118539     71338    365954   1165204     11.22     11.84  --
1036.19/259.44	c  N dy  8189   1873605      1475      6949    118539     91069    365954   1890454     11.22     11.82  --
1047.37/262.22	c  N dy  8280   1893812      1475      6949    118539    110860    365954   2593756     11.22     11.81  --
1057.76/264.89	c  N dy  8359   1913871      1475      6949    118539     71708    365954   1148566     11.21     11.81  --
1067.75/267.34	c  N dy  8445   1934223      1475      6949    118539     91682    365954   1912900     11.21     11.90  --
1078.54/270.08	c  N dy  8508   1954255      1475      6949    118539    111337    365954   2616787     11.21     15.37  --
1089.32/272.74	c  N dy  8596   1974431      1475      6949    118539     71326    365954   1120752     11.21     11.91  --
1099.31/275.20	c  N dy  8691   1994452      1475      6949    118539     90984    365954   1864850     11.21     11.83  --
1111.69/278.30	c  N dy  8779   2016656      1475      6949    118539    112830    365954   2674256     11.21     11.87  --
1122.90/281.20	c  N dy  8864   2037492      1475      6949    118539     72404    365954   1125062     11.21     11.86  --
1132.86/283.64	c  N dy  8943   2057598      1475      6949    118539     92119    365954   1854247     11.21     11.86  --
1144.06/286.41	c  N dy  9020   2077729      1475      6949    118539    111889    365954   2572212     11.21     11.96  --
1154.82/289.18	c  N dy  9088   2097810      1475      6949    118539     69738    365954   1009643     11.20     11.84  --
1164.41/291.54	c  N dy  9165   2117831      1475      6949    118539     89384    365954   1775118     11.20     11.89  --
1176.02/294.46	c  N dy  9232   2137995      1475      6949    118539    109148    365954   2459782     11.20     11.82  --
1187.99/297.44	c  N dy  9323   2158923      1475      6949    118539     66853    365954    877799     11.20     11.90  --
1197.59/299.88	c  N dy  9414   2179001      1475      6949    118539     86567    365954   1619410     11.20     11.83  --
1209.15/302.71	c  N dy  9499   2199315      1475      6949    118539    106534    365954   2391600     11.20     11.91  --
1215.94/304.45	c  S st  9540   2210867      1475      6949    118539    117892    365954   2816941     11.20   no data  --
1216.34/304.52	c  S st  9540   2211371      1475      6949    118539    118396    365954   2842920     11.20   no data  --
1216.34/304.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1216.34/304.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1217.54/304.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.6M T:  1.45
1218.34/305.01	c bin-w-bin subsume rem            0 bins  time:  0.06 s
1223.95/306.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.61 s
1223.95/306.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
1223.95/306.44	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.05 s
1242.70/311.13	c lits-rem:       700  cl-subs:     5409  v-elim:      0  v-fix:    0  time: 18.73 s
1242.70/311.14	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.02
1243.11/311.27	c vivif2 --  cl tried   112987 cl shrink        0 lits rem          0 time: 0.55
1244.31/311.50	c asymm  cl-useful: 0/1103/6949 lits-rem:0 time: 0.91
1244.31/311.51	c calculated reachability. Time: 0.00
1244.31/311.51	c  N dy  9540   2211371      1475      6949    118539    112987    365954   2747476     11.20   no data  --
1255.89/314.41	c  N dy  9625   2231419      1475      6949    118539     68862    365954    916457     11.20     11.94  --
1265.87/316.98	c  N dy  9707   2252061      1475      6949    118539     89104    365954   1670744     11.20     11.84  --
1276.27/319.58	c  N dy  9787   2272103      1475      6949    118539    108830    365954   2430202     11.20     11.82  --
1287.85/322.42	c  N dy  9856   2292196      1475      6949    118539    128484    365954   3118847     11.19     11.80  --
1298.23/325.04	c  N dy  9934   2313145      1475      6949    118539     84335    365954   1472213     11.19     11.80  --
1309.02/327.74	c  N dy 10010   2333340      1475      6949    118539    104139    365954   2175173     11.19     11.79  --
1321.41/330.80	c  N dy 10085   2353866      1475      6949    118539    124281    365954   2885185     11.19     11.79  --
1332.59/333.61	c  N dy 10175   2373918      1475      6949    118539     78216    365954   1220534     11.19     11.84  --
1342.59/336.17	c  N dy 10255   2394227      1475      6949    118539     98072    365954   1959232     11.19     11.78  --
1354.16/339.06	c  N dy 10350   2414241      1475      6949    118539    117733    365954   2682308     11.19     11.84  --
1366.55/342.14	c  N dy 10419   2434311      1475      6949    118539     70720    365954    905621     11.18     11.82  --
1376.53/344.69	c  N dy 10490   2454332      1475      6949    118539     90340    365954   1615440     11.18     12.11  --
1387.31/347.38	c  N dy 10575   2474381      1475      6949    118539    109995    365954   2344583     11.18     11.86  --
1399.29/350.32	c  N dy 10643   2494407      1475      6949    118539    129677    365954   3051353     11.18     11.82  --
1410.49/353.13	c  N dy 10734   2514697      1475      6949    118539     81905    365954   1308883     11.18     11.78  --
1420.47/355.66	c  N dy 10820   2535026      1475      6949    118539    101828    365954   2053338     11.18     11.83  --
1431.65/358.44	c  N dy 10908   2555154      1475      6949    118539    121554    365954   2781811     11.18     11.77  --
1443.65/361.44	c  N dy 10999   2575157      1475      6949    118539     72566    365954    953648     11.18     14.03  --
1454.02/364.00	c  N dy 11093   2595192      1475      6949    118539     92226    365954   1665957     11.18     13.11  --
1465.21/366.90	c  N dy 11194   2615394      1475      6949    118539    112044    365954   2387437     11.18     11.81  --
1476.39/369.68	c  N dy 11266   2635600      1475      6949    118539    131854    365954   3143012     11.18     11.82  --
1488.00/372.59	c  N dy 11354   2655609      1475      6949    118539     81794    365954   1223693     11.18     13.45  --
1498.76/375.24	c  N dy 11420   2675811      1475      6949    118539    101590    365954   1937102     11.18     11.78  --
1509.97/378.07	c  N dy 11525   2695830      1475      6949    118539    121229    365954   2654437     11.18     11.84  --
1519.54/380.41	c  S st 11589   2711372      1475      6949    118539    136488    365954   3199163     11.18     10.15  --
1519.54/380.48	c  S st 11589   2711876      1475      6949    118539    136992    365954   3226160     11.18   no data  --
1519.94/380.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
1519.94/380.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1521.13/380.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.1M T:  1.36
1521.53/380.96	c bin-w-bin subsume rem            0 bins  time:  0.06 s
1527.55/382.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.99 s
1527.55/382.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
1527.55/382.49	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.05 s
1556.68/389.78	c lits-rem:       549  cl-subs:     8117  v-elim:      0  v-fix:    0  time: 29.10 s
1556.68/389.78	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.02
1557.48/389.94	c vivif2 --  cl tried   128875 cl shrink        0 lits rem          0 time: 0.64
1558.30/390.12	c asymm  cl-useful: 0/755/6949 lits-rem:0 time: 0.71
1558.30/390.13	c calculated reachability. Time: 0.00
1558.30/390.13	c  N dy 11589   2711876      1475      6949    118539    128875    365954   3083025     11.18   no data  --
1570.26/393.10	c  N dy 11688   2732264      1475      6949    118539     78355    365954   1108329     11.18     12.10  --
1580.27/395.63	c  N dy 11777   2752281      1475      6949    118539     98021    365954   1855234     11.18     12.74  --
1591.03/398.32	c  N dy 11848   2772343      1475      6949    118539    117718    365954   2591956     11.18     11.83  --
1603.01/401.31	c  N dy 11943   2792439      1475      6949    118539    137402    365954   3332247     11.18     12.49  --
1614.21/404.15	c  N dy 12034   2812577      1475      6949    118539     85618    365954   1343606     11.18     11.78  --
1624.99/406.88	c  N dy 12123   2832685      1475      6949    118539    105323    365954   2030519     11.18     11.91  --
1636.99/409.87	c  N dy 12214   2852719      1475      6949    118539    124936    365954   2732977     11.19     11.82  --
1649.76/413.01	c  N dy 12283   2872910      1475      6949    118539    144742    365954   3473527     11.18     11.91  --
1660.95/415.88	c  N dy 12367   2892956      1475      6949    118539     91855    365954   1523862     11.18     12.10  --
1672.55/418.74	c  N dy 12454   2913329      1475      6949    118539    111879    365954   2240056     11.18     11.79  --
1684.51/421.75	c  N dy 12523   2934154      1475      6949    118539    132284    365954   2970481     11.18     11.87  --
1697.29/424.99	c  N dy 12612   2954229      1475      6949    118539     78404    365954   1012538     11.18     12.19  --
1707.71/427.59	c  N dy 12695   2974962      1475      6949    118539     98636    365954   1732390     11.18     11.80  --
1719.27/430.48	c  N dy 12776   2995421      1475      6949    118539    118685    365954   2449984     11.18     12.34  --
1731.65/433.55	c  N dy 12857   3015562      1475      6949    118539    138415    365954   3145347     11.18     11.85  --
1743.62/436.58	c  N dy 12943   3035759      1475      6949    118539     83731    365954   1181392     11.18     11.78  --
1754.42/439.24	c  N dy 13009   3055826      1475      6949    118539    103330    365954   1866938     11.18     11.83  --
1765.20/441.96	c  N dy 13099   3075936      1475      6949    118539    123080    365954   2597637     11.18     11.79  --
1778.77/445.31	c  N dy 13190   3096231      1475      6949    118539    143035    365954   3338619     11.18     12.09  --
1791.56/448.59	c  N dy 13283   3116449      1475      6949    118539     87389    365954   1312819     11.18     11.97  --
1802.35/451.22	c  N dy 13374   3136473      1475      6949    118539    106993    365954   2011937     11.18     14.51  --
1813.53/454.08	c  N dy 13453   3156582      1475      6949    118539    126679    365954   2723243     11.18     11.98  --
1825.93/457.17	c  N dy 13532   3176665      1475      6949    118539    146329    365954   3435726     11.18     11.78  --
1838.30/460.22	c  N dy 13621   3197012      1475      6949    118539     89862    365954   1382541     11.18     11.78  --
1846.29/462.22	c  S st 13692   3211878      1475      6949    118539    104447    365954   1908687     11.18      9.27  --
1846.29/462.29	c  S st 13692   3212379      1475      6949    118539    104947    365954   1931867     11.18   no data  --
1846.69/462.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1846.69/462.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1847.90/462.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.9M T:  1.18
1847.90/462.68	c bin-w-bin subsume rem            0 bins  time:  0.06 s
1853.08/463.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.19 s
1853.47/464.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
1853.47/464.01	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.04 s
1862.27/466.27	c lits-rem:       424  cl-subs:     3585  v-elim:      0  v-fix:    0  time:  9.02 s
1862.27/466.27	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.02
1862.66/466.37	c vivif2 --  cl tried   101362 cl shrink        0 lits rem          0 time: 0.40
1863.46/466.59	c asymm  cl-useful: 0/1175/6949 lits-rem:0 time: 0.86
1863.46/466.60	c calculated reachability. Time: 0.00
1863.46/466.60	c  N dy 13692   3212379      1475      6949    118539    101362    365954   1870649     11.18   no data  --
1875.04/469.45	c  N dy 13796   3232422      1475      6949    118539    121048    365954   2601096     11.18     12.16  --
1888.23/472.71	c  N dy 13887   3253620      1475      6949    118539    141753    365954   3345751     11.18     11.77  --
1900.63/475.80	c  N dy 13967   3273793      1475      6949    118539     84200    365954   1131825     11.18     11.93  --
1910.99/478.42	c  N dy 14045   3293846      1475      6949    118539    103840    365954   1838390     11.18     12.15  --
1922.59/481.33	c  N dy 14140   3314102      1475      6949    118539    123694    365954   2560564     11.18     11.77  --
1935.36/484.56	c  N dy 14215   3335174      1475      6949    118539    144362    365954   3323929     11.18     11.81  --
1948.97/487.98	c  N dy 14292   3355405      1475      6949    118539     85738    365954   1136394     11.17     11.92  --
1960.13/490.75	c  N dy 14380   3375589      1475      6949    118539    105443    365954   1823525     11.17     11.79  --
1971.72/493.64	c  N dy 14483   3395661      1475      6949    118539    125137    365954   2540117     11.18     11.89  --
1984.89/496.93	c  N dy 14568   3417979      1475      6949    118539    147032    365954   3354101     11.18     11.95  --
1997.30/500.01	c  N dy 14653   3438093      1475      6949    118539     87361    365954   1193096     11.18     11.77  --
2008.07/502.74	c  N dy 14761   3458315      1475      6949    118539    107203    365954   1916959     11.18     11.99  --
2020.05/505.77	c  N dy 14842   3478474      1475      6949    118539    126898    365954   2601871     11.18     11.79  --
2032.45/508.80	c  N dy 14942   3498567      1475      6949    118539    146631    365954   3337140     11.18     11.88  --
2044.82/511.99	c  N dy 15012   3518656      1475      6949    118539     85982    365954   1127992     11.18     14.81  --
2055.99/514.76	c  N dy 15102   3538818      1475      6949    118539    105754    365954   1824280     11.18     11.78  --
2067.61/517.69	c  N dy 15191   3558867      1475      6949    118539    125389    365954   2526728     11.18     11.77  --
2079.97/520.79	c  N dy 15293   3579105      1475      6949    118539    145241    365954   3257016     11.18     11.98  --
2094.37/524.37	c  N dy 15380   3599707      1475      6949    118539     84084    365954   1034709     11.18     11.82  --
2105.13/527.08	c  N dy 15469   3619812      1475      6949    118539    103762    365954   1746836     11.18     11.80  --
2117.91/530.21	c  N dy 15563   3640192      1475      6949    118539    123725    365954   2485877     11.18     11.78  --
2131.10/533.54	c  N dy 15661   3660307      1475      6949    118539    143458    365954   3200002     11.18     11.91  --
2143.88/536.74	c  N dy 15753   3680381      1475      6949    118539    163159    365954   3922772     11.18     14.13  --
2155.88/539.76	c  N dy 15816   3701078      1475      6949    118539    101118    365954   1627256     11.18     11.78  --
2162.25/541.31	c  S st 15868   3712379      1475      6949    118539    112223    365954   2025731     11.18     10.72  --
2162.25/541.39	c  S st 15868   3712884      1475      6949    118539    112724    365954   2050359     11.18   no data  --
2162.65/541.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2162.65/541.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2163.85/541.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.2M T:  1.23
2163.85/541.79	c bin-w-bin subsume rem            0 bins  time:  0.06 s
2169.06/543.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.08 s
2169.06/543.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
2169.06/543.09	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.05 s
2179.83/545.77	c lits-rem:       691  cl-subs:     3742  v-elim:      0  v-fix:    0  time: 10.67 s
2179.83/545.77	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.01
2180.23/545.88	c vivif2 --  cl tried   108982 cl shrink        0 lits rem          0 time: 0.44
2181.43/546.10	c asymm  cl-useful: 0/1094/6949 lits-rem:0 time: 0.90
2181.43/546.11	c calculated reachability. Time: 0.00
2181.43/546.11	c  N dy 15868   3712884      1475      6949    118539    108982    365954   1988753     11.18   no data  --
2192.62/548.98	c  N dy 15957   3733017      1475      6949    118539    128741    365954   2710504     11.18     11.87  --
2204.22/551.82	c  F st 16046   3751564      1475      6949    118539    146896    365954   3361614     11.18   no data  --
2205.39/552.18	c  N st 16050   3753598      1475      6949    118539    148896    365954   3444196     11.18   no data  --
2219.78/555.75	c  N dy 16121   3773614      1475      6949    118539     85242    365954   1023973     11.18     11.77  --
2230.58/558.46	c  N dy 16213   3793930      1475      6949    118539    105204    365954   1782001     11.18     11.82  --
2242.95/561.59	c  N dy 16296   3814516      1475      6949    118539    125368    365954   2511689     11.18     11.85  --
2256.54/564.94	c  N dy 16387   3834520      1475      6949    118539    145004    365954   3253004     11.18     12.81  --
2272.11/568.80	c  N dy 16496   3854967      1475      6949    118539    165085    365954   3972520     11.18     11.81  --
2285.29/572.19	c  N dy 16589   3875005      1475      6949    118539    100368    365954   1551760     11.18     13.53  --
2298.06/575.31	c  N dy 16669   3895037      1475      6949    118539    120018    365954   2283659     11.18     11.83  --
2311.25/578.66	c  N dy 16760   3915136      1475      6949    118539    139746    365954   2995300     11.18     11.83  --
2326.44/582.46	c  N dy 16850   3935178      1475      6949    118539    159407    365954   3690232     11.18     11.89  --
2340.80/586.06	c  N dy 16940   3955816      1475      6949    118539     94329    365954   1299653     11.18     12.02  --
2352.40/588.90	c  N dy 17015   3975888      1475      6949    118539    113970    365954   1992944     11.18     11.87  --
2364.38/591.96	c  N dy 17110   3995901      1475      6949    118539    133654    365954   2706388     11.18     12.48  --
2376.36/594.96	c  N dy 17196   4015907      1475      6949    118539    153311    365954   3455490     11.18     14.93  --
2390.74/598.58	c  N dy 17295   4036166      1475      6949    118539     86854    365954   1008737     11.18     11.78  --
2401.95/601.38	c  N dy 17397   4056269      1475      6949    118539    106567    365954   1688036     11.19     11.89  --
2413.51/604.22	c  N dy 17488   4076619      1475      6949    118539    126570    365954   2415820     11.19     11.78  --
2425.90/607.33	c  N dy 17566   4096674      1475      6949    118539    146201    365954   3129482     11.18     12.70  --
2439.08/610.68	c  N dy 17656   4117318      1475      6949    118539    166470    365954   3888921     11.18     11.86  --
2452.26/613.90	c  N dy 17754   4137322      1475      6949    118539     98758    365954   1427975     11.19     11.81  --
2463.84/616.85	c  N dy 17846   4157355      1475      6949    118539    118376    365954   2120003     11.19     11.81  --
2476.64/620.02	c  N dy 17938   4177923      1475      6949    118539    138568    365954   2864704     11.19     11.84  --
2489.83/623.35	c  N dy 18025   4197987      1475      6949    118539    158188    365954   3559603     11.19     12.09  --
2500.19/625.94	c  S st 18098   4212884      1475      6949    118539    172814    365954   4113027     11.19     11.42  --
2500.59/626.03	c  S st 18098   4213386      1475      6949    118539    173311    365954   4132377     11.19   no data  --
2500.59/626.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2500.59/626.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2502.19/626.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.1M T:  1.62
2503.01/626.61	c bin-w-bin subsume rem            0 bins  time:  0.06 s
2508.58/628.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.65 s
2508.58/628.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
2508.58/628.05	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.04 s
2600.46/651.00	c lits-rem:      1141  cl-subs:     9058  v-elim:      0  v-fix:    0  time: 91.59 s
2600.46/651.01	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.01
2601.26/651.21	c vivif2 --  cl tried   164253 cl shrink        0 lits rem          0 time: 0.81
2602.06/651.46	c asymm  cl-useful: 0/1140/6949 lits-rem:0 time: 1.01
2602.06/651.47	c calculated reachability. Time: 0.00
2602.06/651.47	c  N dy 18098   4213386      1475      6949    118539    164253    365954   3975774     11.19   no data  --
2616.43/655.01	c  N dy 18195   4234124      1475      6949    118539     96407    365954   1313643     11.19     11.79  --
2628.02/657.95	c  N dy 18265   4254413      1475      6949    118539    116273    365954   2004165     11.19     11.81  --
2641.60/661.34	c  N dy 18357   4275173      1475      6949    118539    136624    365954   2737052     11.18     12.31  --
2654.78/664.62	c  N dy 18463   4295258      1475      6949    118539    156295    365954   3458011     11.19     12.63  --
2668.36/668.02	c  N dy 18568   4315893      1475      6949    118539    176565    365954   4217080     11.19     11.84  --
2680.74/671.14	c  N dy 18644   4336317      1475      6949    118539    107364    365954   1667990     11.19     11.80  --
2692.72/674.13	c  N dy 18731   4356346      1475      6949    118539    126998    365954   2347062     11.19     12.24  --
2705.51/677.38	c  N dy 18814   4376807      1475      6949    118539    147027    365954   3060075     11.19     11.84  --
2719.09/680.75	c  N dy 18902   4396983      1475      6949    118539    166787    365954   3787389     11.19     11.82  --
2733.88/684.44	c  N dy 18974   4417106      1475      6949    118539     96422    365954   1254355     11.19     11.90  --
2745.05/687.21	c  N dy 19052   4437135      1475      6949    118539    116061    365954   1979664     11.18     12.13  --
2757.46/690.39	c  N dy 19147   4457484      1475      6949    118539    135988    365954   2688711     11.19     11.78  --
2771.04/693.72	c  N dy 19255   4477496      1475      6949    118539    155632    365954   3394989     11.19     11.83  --
2785.80/697.41	c  N dy 19349   4498289      1475      6949    118539    176002    365954   4105105     11.19     11.88  --
2798.58/700.67	c  N dy 19433   4518361      1475      6949    118539    104537    365954   1511258     11.19     12.96  --
2811.76/703.98	c  N dy 19523   4539621      1475      6949    118539    125397    365954   2247595     11.19     11.82  --
2826.14/707.50	c  N dy 19620   4560678      1475      6949    118539    146009    365954   2963476     11.19     11.79  --
2839.32/710.86	c  N dy 19718   4580697      1475      6949    118539    165656    365954   3679508     11.19     12.09  --
2854.52/714.68	c  N dy 19802   4600783      1475      6949    118539     93218    365954   1092182     11.19     13.22  --
2866.09/717.55	c  N dy 19905   4620828      1475      6949    118539    112845    365954   1786638     11.19     11.84  --
2878.47/720.61	c  N dy 19992   4641697      1475      6949    118539    133318    365954   2515935     11.19     11.78  --
2890.86/723.72	c  N dy 20076   4661919      1475      6949    118539    153143    365954   3230332     11.19     11.83  --
2904.44/727.19	c  N dy 20177   4681920      1475      6949    118539    172712    365954   3930778     11.19     11.82  --
2919.22/730.85	c  N dy 20266   4702116      1475      6949    118539     99384    365954   1287097     11.19     11.86  --
2926.01/732.56	c  S st 20317   4713388      1475      6949    118539    110454    365954   1692503     11.19   no data  --
2926.41/732.63	c  S st 20317   4713890      1475      6949    118539    110956    365954   1716717     11.19   no data  --
2926.41/732.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
2926.41/732.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2927.61/732.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.4M T:  1.40
2928.01/733.07	c bin-w-bin subsume rem            0 bins  time:  0.06 s
2933.22/734.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.95 s
2933.22/734.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
2933.22/734.34	c Removed useless bin:       0  fixed:     0  props:   0.59M  time:  0.05 s
2941.19/736.36	c lits-rem:       369  cl-subs:     2106  v-elim:      0  v-fix:    0  time:  8.05 s
2941.19/736.36	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.02
2941.59/736.46	c vivif2 --  cl tried   108850 cl shrink        0 lits rem          0 time: 0.42
2942.78/736.73	c asymm  cl-useful: 0/1066/6949 lits-rem:0 time: 1.07
2942.78/736.74	c calculated reachability. Time: 0.00
2942.78/736.74	c  N dy 20317   4713890      1475      6949    118539    108850    365954   1679293     11.19   no data  --
2954.38/739.69	c  N dy 20409   4733979      1475      6949    118539    128605    365954   2397714     11.19     11.94  --
2967.55/742.92	c  N dy 20503   4754102      1475      6949    118539    148289    365954   3098090     11.19     11.79  --
2980.74/746.22	c  N dy 20596   4774129      1475      6949    118539    167972    365954   3829656     11.19     12.15  --
2995.52/749.90	c  N dy 20682   4794173      1475      6949    118539    187597    365954   4523020     11.19     11.90  --
3007.50/752.97	c  N dy 20790   4814348      1475      6949    118539    113267    365954   1787862     11.19     11.82  --
3019.48/755.91	c  N dy 20870   4834383      1475      6949    118539    132924    365954   2504176     11.19     18.67  --
3031.87/759.10	c  N dy 20954   4854512      1475      6949    118539    152623    365954   3205592     11.19     11.83  --
3045.85/762.50	c  N dy 21033   4874591      1475      6949    118539    172286    365954   3914900     11.19     11.80  --
3061.42/766.43	c  N dy 21124   4894912      1475      6949    118539     97139    365954   1148740     11.19     11.99  --
3073.01/769.32	c  N dy 21202   4914917      1475      6949    118539    116728    365954   1828646     11.19     11.87  --
3084.99/772.39	c  N dy 21317   4934920      1475      6949    118539    136383    365954   2558154     11.20     12.36  --
3098.57/775.75	c  N dy 21383   4954981      1475      6949    118539    156014    365954   3226103     11.20     12.14  --
3112.56/779.27	c  N dy 21474   4974994      1475      6949    118539    175635    365954   3941059     11.20     12.08  --
3128.14/783.12	c  N dy 21560   4995761      1475      6949    118539     99895    365954   1238789     11.20     11.87  --
3139.33/785.95	c  N dy 21648   5015956      1475      6949    118539    119736    365954   1963960     11.20     11.85  --
3152.10/789.10	c  N dy 21727   5036507      1475      6949    118539    139844    365954   2682129     11.19     11.92  --
3165.29/792.46	c  N dy 21816   5056612      1475      6949    118539    159585    365954   3404377     11.19     11.79  --
3181.26/796.45	c  N dy 21921   5076620      1475      6949    118539    179246    365954   4121379     11.20     12.02  --
3196.45/800.27	c  N dy 22013   5096720      1475      6949    118539    101902    365954   1296244     11.20     12.30  --
3208.02/803.12	c  N dy 22107   5116852      1475      6949    118539    121656    365954   2022232     11.20     11.86  --
3220.00/806.17	c  N dy 22214   5136893      1475      6949    118539    141343    365954   2756509     11.20     14.50  --
3233.19/809.42	c  N dy 22305   5157353      1475      6949    118539    161401    365954   3488480     11.20     11.81  --
3247.57/813.02	c  N dy 22375   5177431      1475      6949    118539    181051    365954   4180011     11.20     15.41  --
3263.55/817.07	c  N dy 22462   5197539      1475      6949    118539    102725    365954   1288628     11.20     11.84  --
3274.34/819.76	c  S st 22541   5213891      1475      6949    118539    118779    365954   1869802     11.20   no data  --
3274.74/819.84	c  S st 22541   5214396      1475      6949    118539    119283    365954   1894679     11.20   no data  --
3274.74/819.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3274.74/819.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3276.35/820.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.8M T:  1.50
3276.73/820.31	c bin-w-bin subsume rem            0 bins  time:  0.06 s
3281.93/821.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.37 s
3281.93/821.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
3281.93/821.68	c Removed useless bin:       0  fixed:     0  props:   0.59M  time:  0.05 s
3294.30/824.76	c lits-rem:       713  cl-subs:     2316  v-elim:      0  v-fix:    0  time: 12.27 s
3294.30/824.76	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.02
3294.71/824.88	c vivif2 --  cl tried   116967 cl shrink        0 lits rem          0 time: 0.48
3295.91/825.19	c asymm  cl-useful: 0/1033/6949 lits-rem:0 time: 1.22
3296.31/825.20	c calculated reachability. Time: 0.00
3296.31/825.20	c  N dy 22541   5214396      1475      6949    118539    116967    365954   1856331     11.20   no data  --
3309.88/828.64	c  N dy 22627   5234456      1475      6949    118539    136723    365954   2609749     11.20     11.98  --
3325.46/832.55	c  N dy 22714   5255020      1475      6949    118539    156845    365954   3317816     11.20     11.84  --
3340.64/836.37	c  N dy 22807   5275558      1475      6949    118539    176977    365954   4036771     11.20     11.84  --
3357.82/840.65	c  N dy 22899   5296440      1475      6949    118539    197408    365954   4763703     11.20     11.80  --
3371.41/844.00	c  N dy 22973   5316550      1475      6949    118539    118065    365954   1812422     11.20     11.83  --
3383.78/847.13	c  N dy 23056   5336623      1475      6949    118539    137771    365954   2518647     11.20     12.08  --
3396.57/850.30	c  N dy 23137   5356691      1475      6949    118539    157460    365954   3232907     11.20     12.00  --
3411.75/854.11	c  N dy 23234   5376770      1475      6949    118539    177156    365954   3913008     11.20     11.81  --
3426.13/857.79	c  N dy 23343   5397053      1475      6949    118539    197106    365954   4649567     11.20     11.81  --
3440.51/861.34	c  N dy 23428   5417087      1475      6949    118539    116705    365954   1718210     11.20     11.85  --
3452.49/864.37	c  N dy 23517   5437141      1475      6949    118539    136415    365954   2424650     11.20     11.80  --
3465.67/867.66	c  N dy 23614   5457258      1475      6949    118539    156112    365954   3120445     11.20     11.80  --
3479.26/871.09	c  N dy 23699   5477353      1475      6949    118539    175817    365954   3821943     11.20     11.85  --
3494.44/874.84	c  N dy 23780   5497525      1475      6949    118539    195544    365954   4508374     11.20     11.85  --
3508.84/878.45	c  N dy 23855   5518090      1475      6949    118539    114685    365954   1658925     11.20     11.79  --
3522.02/881.72	c  N dy 23945   5539130      1475      6949    118539    135313    365954   2390020     11.20     11.80  --
3535.20/885.07	c  N dy 24030   5559617      1475      6949    118539    155409    365954   3108774     11.20     11.82  --
3549.16/888.53	c  N dy 24113   5579962      1475      6949    118539    175357    365954   3828125     11.20     11.84  --
3565.14/892.53	c  N dy 24172   5600549      1475      6949    118539    195452    365954   4505026     11.20     11.93  --
3579.54/896.14	c  N dy 24254   5620581      1475      6949    118539    113150    365954   1564259     11.20     11.84  --
3592.32/899.34	c  N dy 24349   5640610      1475      6949    118539    132738    365954   2248505     11.20     13.11  --
3605.09/902.52	c  N dy 24436   5660736      1475      6949    118539    152463    365954   2962098     11.20     11.79  --
3619.08/906.03	c  N dy 24515   5680932      1475      6949    118539    172165    365954   3641304     11.20     12.00  --
3634.24/909.83	c  N dy 24606   5701159      1475      6949    118539    191951    365954   4343924     11.20     11.82  --
3644.23/912.34	c  S st 24652   5714396      1475      6949    118539    204898    365954   4802372     11.20     11.82  --
3644.63/912.43	c  S st 24652   5714897      1475      6949    118539    205398    365954   4824877     11.20   no data  --
3644.63/912.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
3644.63/912.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3646.23/912.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.1M T:  1.76
3647.03/913.07	c bin-w-bin subsume rem            0 bins  time:  0.06 s
3653.02/914.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.73 s
3653.02/914.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
3653.02/914.53	c Removed useless bin:       0  fixed:     0  props:   0.59M  time:  0.04 s
3783.64/947.20	c lits-rem:       366  cl-subs:    13080  v-elim:      0  v-fix:    0  time: 130.39 s
3783.64/947.21	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.01
3784.44/947.45	c vivif2 --  cl tried   192318 cl shrink        0 lits rem          0 time: 0.97
3785.65/947.72	c asymm  cl-useful: 0/953/6949 lits-rem:0 time: 1.07
3785.65/947.73	c calculated reachability. Time: 0.00
3785.65/947.73	c  N dy 24652   5714897      1475      6949    118539    192318    365954   4605611     11.20   no data  --
3800.81/951.52	c  N dy 24738   5734992      1475      6949    118539    109319    365954   1416999     11.20     11.79  --
3812.42/954.49	c  N dy 24820   5755110      1475      6949    118539    129037    365954   2140859     11.20     11.82  --
3825.60/957.72	c  N dy 24901   5775367      1475      6949    118539    148893    365954   2848637     11.20     11.86  --
3839.96/961.33	c  N dy 24988   5796308      1475      6949    118539    169402    365954   3570445     11.20     11.96  --
3854.34/964.92	c  N dy 25076   5816346      1475      6949    118539    189050    365954   4279816     11.20     11.79  --
3870.32/968.98	c  N dy 25163   5836842      1475      6949    118539    105408    365954   1253231     11.20     11.84  --
3881.91/971.90	c  N dy 25262   5856952      1475      6949    118539    125167    365954   1975902     11.20     11.80  --
3895.09/975.18	c  N dy 25353   5877479      1475      6949    118539    145307    365954   2672159     11.20     11.85  --
3909.08/978.65	c  N dy 25446   5897797      1475      6949    118539    165228    365954   3376463     11.20     11.83  --
3923.05/982.17	c  N dy 25540   5918017      1475      6949    118539    185062    365954   4096585     11.20     11.80  --
3939.85/986.35	c  N dy 25633   5938423      1475      6949    118539    205114    365954   4827226     11.20     11.80  --
3956.60/990.54	c  N dy 25733   5959350      1475      6949    118539    120772    365954   1768580     11.20     11.96  --
3970.98/994.17	c  N dy 25814   5979471      1475      6949    118539    140431    365954   2427724     11.20     12.03  --
3986.16/997.93	c  N dy 25902   5999474      1475      6949    118539    160069    365954   3115971     11.20     11.83  --
4002.14/1001.98	c  N dy 25994   6019702      1475      6949    118539    179952    365954   3834061     11.20     11.93  --
4018.93/1006.19	c  N dy 26095   6039786      1475      6949    118539    199640    365954   4535875     11.20     12.08  --
4036.51/1010.57	c  N dy 26177   6059887      1475      6949    118539    113448    365954   1483915     11.20     11.94  --
4050.87/1014.18	c  N dy 26274   6080103      1475      6949    118539    133206    365954   2164281     11.20     11.79  --
4066.87/1018.18	c  N dy 26372   6102223      1475      6949    118539    154833    365954   2945025     11.20     11.82  --
4082.83/1022.19	c  N dy 26458   6122324      1475      6949    118539    174503    365954   3633492     11.20     12.21  --
4100.01/1026.46	c  N dy 26542   6142576      1475      6949    118539    194307    365954   4329577     11.20     11.86  --
4120.78/1031.67	c  N dy 26652   6162738      1475      6949    118539    107308    365954   1238389     11.20     11.80  --
4133.95/1034.97	c  N dy 26749   6182816      1475      6949    118539    126993    365954   1938353     11.20     11.80  --
4147.94/1038.45	c  N dy 26836   6202870      1475      6949    118539    146626    365954   2641941     11.20     13.13  --
4157.12/1040.78	c  S st 26873   6214898      1475      6949    118539    158389    365954   3036762     11.20     11.55  --
4157.52/1040.87	c  S st 26873   6215399      1475      6949    118539    158889    365954   3059367     11.20   no data  --
4157.52/1040.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4157.52/1040.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4159.54/1041.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.8M T:  1.81
4159.91/1041.46	c bin-w-bin subsume rem            0 bins  time:  0.06 s
4165.92/1042.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.05 s
4165.92/1042.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.06 s
4166.32/1043.01	c Removed useless bin:       0  fixed:     0  props:   0.59M  time:  0.05 s
4189.90/1049.00	c lits-rem:       229  cl-subs:     6428  v-elim:      0  v-fix:    0  time: 23.93 s
4190.30/1049.00	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.02
4190.68/1049.18	c vivif2 --  cl tried   152461 cl shrink        0 lits rem          0 time: 0.71
4191.87/1049.49	c asymm  cl-useful: 0/960/6949 lits-rem:0 time: 1.22
4191.87/1049.50	c calculated reachability. Time: 0.01
4191.87/1049.50	c  N dy 26873   6215399      1475      6949    118539    152461    365954   2950126     11.20   no data  --
4207.06/1053.26	c  N dy 26969   6235614      1475      6949    118539    172300    365954   3685976     11.20     11.81  --
4225.04/1057.76	c  N dy 27056   6256098      1475      6949    118539    192343    365954   4354190     11.20     11.93  --
4242.21/1062.02	c  N dy 27132   6276254      1475      6949    118539    212055    365954   5053765     11.20     11.92  --
4258.18/1066.01	c  N dy 27235   6296299      1475      6949    118539    124027    365954   1830522     11.20     12.32  --
4271.77/1069.47	c  N dy 27338   6316401      1475      6949    118539    143738    365954   2548502     11.20     11.91  --
4285.35/1072.85	c  N dy 27447   6336458      1475      6949    118539    163441    365954   3265300     11.20     13.19  --
4299.75/1076.41	c  N dy 27534   6356462      1475      6949    118539    183061    365954   3997357     11.20     11.84  --
4315.30/1080.32	c  N dy 27627   6376676      1475      6949    118539    202866    365954   4720525     11.20     11.91  --
4331.69/1084.46	c  N dy 27712   6396825      1475      6949    118539    113854    365954   1419756     11.20     12.01  --
4343.68/1087.49	c  N dy 27796   6416961      1475      6949    118539    133627    365954   2127483     11.20     11.86  --
4357.27/1090.89	c  N dy 27880   6436997      1475      6949    118539    153217    365954   2797290     11.20     12.05  --
4371.64/1094.43	c  N dy 27969   6457188      1475      6949    118539    173067    365954   3510997     11.20     11.89  --
4386.42/1098.10	c  N dy 28073   6477199      1475      6949    118539    192643    365954   4212322     11.20     14.04  --
4402.40/1102.18	c  N dy 28154   6497537      1475      6949    118539    212553    365954   4932124     11.20     11.80  --
4417.97/1106.02	c  N dy 28252   6517746      1475      6949    118539    122606    365954   1717065     11.20     11.93  --
4430.75/1109.27	c  N dy 28348   6537800      1475      6949    118539    142275    365954   2419859     11.20     11.89  --
4445.52/1112.92	c  N dy 28434   6557885      1475      6949    118539    161950    365954   3117390     11.20     11.81  --
4459.90/1116.58	c  N dy 28497   6577954      1475      6949    118539    181606    365954   3807824     11.20     11.92  --
4475.51/1120.50	c  N dy 28588   6597974      1475      6949    118539    201196    365954   4516196     11.20     15.57  --
4492.67/1124.77	c  N dy 28671   6618060      1475      6949    118539    220846    365954   5235198     11.20     15.63  --
4509.05/1128.84	c  N dy 28774   6638288      1475      6949    118539    129945    365954   1944286     11.20     11.94  --
4523.42/1132.42	c  N dy 28864   6658538      1475      6949    118539    149783    365954   2678364     11.20     11.80  --
4539.80/1136.51	c  N dy 28963   6678674      1475      6949    118539    169481    365954   3373410     11.20     11.81  --
4556.18/1140.67	c  N dy 29050   6698797      1475      6949    118539    189219    365954   4091525     11.20     11.86  --
4571.36/1144.45	c  S st 29119   6715399      1475      6949    118539    205469    365954   4656473     11.20      9.68  --
4571.76/1144.56	c  S st 29119   6715902      1475      6949    118539    205972    365954   4680686     11.20   no data  --
4571.76/1144.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4571.76/1144.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4574.15/1145.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.8M T:  2.15
4574.55/1145.29	c bin-w-bin subsume rem            0 bins  time:  0.06 s
4580.55/1146.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.95 s
4580.55/1146.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.05 s
4580.97/1146.81	c Removed useless bin:       0  fixed:     0  props:   0.59M  time:  0.04 s
4700.38/1176.73	c lits-rem:       176  cl-subs:    10864  v-elim:      0  v-fix:    0  time: 119.43 s
4700.38/1176.73	c vivif2 --  cl tried     6949 cl shrink        0 lits rem          0 time: 0.02
4701.18/1176.97	c vivif2 --  cl tried   195108 cl shrink        0 lits rem          0 time: 0.97
4702.38/1177.24	c asymm  cl-useful: 0/877/6949 lits-rem:0 time: 1.07
4702.38/1177.25	c calculated reachability. Time: 0.00
4702.38/1177.25	c  N dy 29119   6715902      1475      6949    118539    195108    365954   4495281     11.20   no data  --
4717.17/1180.99	c  N dy 29220   6735905      1475      6949    118539    214753    365954   5227706     11.20     15.68  --
4732.34/1184.75	c  N dy 29297   6755968      1475      6949    118539    122809    365954   1670182     11.20     11.80  --
4745.13/1187.96	c  N dy 29392   6776012      1475      6949    118539    142438    365954   2373431     11.20     11.86  --
4759.10/1191.43	c  N dy 29478   6796144      1475      6949    118539    162180    365954   3059234     11.20     11.80  --
4773.89/1195.20	c  N dy 29569   6816626      1475      6949    118539    182231    365954   3761118     11.20     11.81  --
4789.86/1199.17	c  N dy 29688   6836701      1475      6949    118539    201944    365954   4455797     11.21     12.22  --

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

running on 4 cores: 0,2,4,6

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: 6.83 7.78 7.50 8/180 28858
/proc/meminfo: memFree=31033720/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 412 0 0 0 0 0 0 0 23 0 4 0 506251046 52465664 352 33554432000 4194304 4650419 140733664730256 18446744073709551615 47789558937522 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 12809 352 303 112 0 7774 0
[pid=28858/tid=28859] ppid=28856 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 506251047 52465664 352 33554432000 4194304 4650419 140733664730256 18446744073709551615 47789558937522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 506251047 52465664 352 33554432000 4194304 4650419 140733664730256 18446744073709551615 212039711729 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 506251047 52465664 352 33554432000 4194304 4650419 140733664730256 18446744073709551615 47789558937526 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0904669 s]
/proc/loadavg: 6.83 7.78 7.50 8/180 28858
/proc/meminfo: memFree=31033720/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=285896 CPUtime=0.32 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 6266 0 0 0 31 1 0 0 18 0 4 0 506251046 292757504 6165 33554432000 4194304 4650419 140733664730256 18446744073709551615 212039316513 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 71474 6230 383 112 0 66439 0
[pid=28858/tid=28859] ppid=28856 vsize=285896 CPUtime=0.08 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 1534 0 0 0 8 0 0 0 18 0 4 0 506251047 292757504 6266 33554432000 4194304 4650419 140733664730256 18446744073709551615 212039316513 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=285896 CPUtime=0.07 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) D 28856 28858 28106 0 -1 4202560 1511 0 0 0 7 0 0 0 18 0 4 0 506251047 292757504 6294 33554432000 4194304 4650419 140733664730256 18446744073709551615 212039698615 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=285896 CPUtime=0.08 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 1261 0 0 0 8 0 0 0 18 0 4 0 506251047 292757504 6375 33554432000 4194304 4650419 140733664730256 18446744073709551615 4364849 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 285896

[startup+0.113065 s]
/proc/loadavg: 6.83 7.78 7.50 8/180 28858
/proc/meminfo: memFree=31033720/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=285896 CPUtime=0.43 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 7166 0 0 0 41 2 0 0 18 0 4 0 506251046 292757504 7065 33554432000 4194304 4650419 140733664730256 18446744073709551615 4520322 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 71474 7148 387 112 0 66439 0
[pid=28858/tid=28859] ppid=28856 vsize=285896 CPUtime=0.1 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 1857 0 0 0 10 0 0 0 18 0 4 0 506251047 292757504 7186 33554432000 4194304 4650419 140733664730256 18446744073709551615 212039760415 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=285896 CPUtime=0.09 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) S 28856 28858 28106 0 -1 4202560 1879 0 0 0 9 0 0 0 18 0 4 0 506251047 292757504 7273 33554432000 4194304 4650419 140733664730256 18446744073709551615 212039760366 0 0 4096 2 18446604453927295872 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=285896 CPUtime=0.1 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 1331 0 0 0 10 0 0 0 18 0 4 0 506251047 292757504 7279 33554432000 4194304 4650419 140733664730256 18446744073709551615 4329392 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 285896

[startup+0.915089 s]
/proc/loadavg: 6.83 7.78 7.50 8/180 28858
/proc/meminfo: memFree=31033720/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=293788 CPUtime=3.62 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 15908 0 0 0 358 4 0 0 18 0 4 0 506251046 300838912 11809 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 73447 11809 392 112 0 68412 0
[pid=28858/tid=28859] ppid=28856 vsize=293788 CPUtime=0.89 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 4361 0 0 0 89 0 0 0 18 0 4 0 506251047 300838912 11809 33554432000 4194304 4650419 140733664730256 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=293788 CPUtime=0.89 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 4138 0 0 0 88 1 0 0 19 0 4 0 506251047 300838912 11809 33554432000 4194304 4650419 140733664730256 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=293788 CPUtime=0.9 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 2865 0 0 0 90 0 0 0 19 0 4 0 506251047 300838912 11809 33554432000 4194304 4650419 140733664730256 18446744073709551615 4363613 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 293788

[startup+1.01507 s]
/proc/loadavg: 6.83 7.78 7.50 8/180 28858
/proc/meminfo: memFree=31033720/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=293788 CPUtime=4.02 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 16205 0 0 0 398 4 0 0 19 0 4 0 506251046 300838912 12106 33554432000 4194304 4650419 140733664730256 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 73447 12106 392 112 0 68412 0
[pid=28858/tid=28859] ppid=28856 vsize=293788 CPUtime=0.99 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 4426 0 0 0 99 0 0 0 18 0 4 0 506251047 300838912 12106 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=293788 CPUtime=0.99 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 4194 0 0 0 98 1 0 0 19 0 4 0 506251047 300838912 12107 33554432000 4194304 4650419 140733664730256 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=293788 CPUtime=1 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 2982 0 0 0 100 0 0 0 19 0 4 0 506251047 300838912 12107 33554432000 4194304 4650419 140733664730256 18446744073709551615 4354972 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 293788

[startup+1.50099 s]
/proc/loadavg: 6.83 7.78 7.50 8/180 28858
/proc/meminfo: memFree=31033720/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=294184 CPUtime=5.96 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 18892 0 0 0 592 4 0 0 19 0 4 0 506251046 301244416 12382 33554432000 4194304 4650419 140733664730256 18446744073709551615 4304255 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 73546 12382 392 112 0 68511 0
[pid=28858/tid=28859] ppid=28856 vsize=294184 CPUtime=1.47 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 5056 0 0 0 147 0 0 0 19 0 4 0 506251047 301244416 12382 33554432000 4194304 4650419 140733664730256 18446744073709551615 4330820 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=294184 CPUtime=1.48 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 4894 0 0 0 147 1 0 0 19 0 4 0 506251047 301244416 12382 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=294184 CPUtime=1.48 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 3720 0 0 0 148 0 0 0 19 0 4 0 506251047 301244416 12382 33554432000 4194304 4650419 140733664730256 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 294184

[startup+3.1007 s]
/proc/loadavg: 6.83 7.78 7.50 9/184 28862
/proc/meminfo: memFree=30943232/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=313104 CPUtime=12.34 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 28248 0 0 0 1228 6 0 0 24 0 4 0 506251046 320618496 18301 33554432000 4194304 4650419 140733664730256 18446744073709551615 4436452 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 78276 18301 394 112 0 73241 0
[pid=28858/tid=28859] ppid=28856 vsize=313104 CPUtime=3.08 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 7977 0 0 0 307 1 0 0 24 0 4 0 506251047 320618496 18301 33554432000 4194304 4650419 140733664730256 18446744073709551615 4435983 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=313104 CPUtime=3.07 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 6638 0 0 0 305 2 0 0 25 0 4 0 506251047 320618496 18301 33554432000 4194304 4650419 140733664730256 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=313104 CPUtime=3.09 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 5787 0 0 0 308 1 0 0 25 0 4 0 506251047 320618496 18301 33554432000 4194304 4650419 140733664730256 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 313104

[startup+6.30113 s]
/proc/loadavg: 6.93 7.78 7.50 9/184 28863
/proc/meminfo: memFree=30891588/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=322384 CPUtime=25.13 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 37815 0 0 0 2505 8 0 0 25 0 4 0 506251046 330121216 25619 33554432000 4194304 4650419 140733664730256 18446744073709551615 4370697 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 80596 25619 394 112 0 75561 0
[pid=28858/tid=28859] ppid=28856 vsize=322384 CPUtime=6.28 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 9627 0 0 0 626 2 0 0 25 0 4 0 506251047 330121216 25619 33554432000 4194304 4650419 140733664730256 18446744073709551615 4328357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=322384 CPUtime=6.25 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 9672 0 0 0 623 2 0 0 25 0 4 0 506251047 330121216 25619 33554432000 4194304 4650419 140733664730256 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=322384 CPUtime=6.29 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 9300 0 0 0 628 1 0 0 25 0 4 0 506251047 330121216 25619 33554432000 4194304 4650419 140733664730256 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 322384

[startup+12.701 s]
/proc/loadavg: 7.01 7.79 7.50 9/184 28863
/proc/meminfo: memFree=30833420/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=315280 CPUtime=50.71 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 53847 0 0 0 5060 11 0 0 25 0 4 0 506251046 322846720 35094 33554432000 4194304 4650419 140733664730256 18446744073709551615 4436464 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 78820 35094 394 112 0 73785 0
[pid=28858/tid=28859] ppid=28856 vsize=315280 CPUtime=12.68 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 13869 0 0 0 1266 2 0 0 25 0 4 0 506251047 322846720 35094 33554432000 4194304 4650419 140733664730256 18446744073709551615 4364841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=315280 CPUtime=12.62 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 14535 0 0 0 1258 4 0 0 25 0 4 0 506251047 322846720 35094 33554432000 4194304 4650419 140733664730256 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=315280 CPUtime=12.68 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 14336 0 0 0 1267 1 0 0 25 0 4 0 506251047 322846720 35094 33554432000 4194304 4650419 140733664730256 18446744073709551615 4436168 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 315280

[startup+25.5007 s]
/proc/loadavg: 7.23 7.80 7.51 9/184 28863
/proc/meminfo: memFree=30781076/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=390504 CPUtime=101.82 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 75486 0 0 0 10166 16 0 0 25 0 4 0 506251046 399876096 42974 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365242 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 97626 42974 394 112 0 92591 0
[pid=28858/tid=28859] ppid=28856 vsize=390504 CPUtime=25.47 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 18750 0 0 0 2544 3 0 0 25 0 4 0 506251047 399876096 42974 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=390504 CPUtime=25.35 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 21360 0 0 0 2530 5 0 0 25 0 4 0 506251047 399876096 42974 33554432000 4194304 4650419 140733664730256 18446744073709551615 4436163 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=390504 CPUtime=25.48 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 21100 0 0 0 2545 3 0 0 25 0 4 0 506251047 399876096 42974 33554432000 4194304 4650419 140733664730256 18446744073709551615 4364907 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 390504

[startup+51.1011 s]
/proc/loadavg: 7.49 7.81 7.52 9/184 28954
/proc/meminfo: memFree=30759952/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=457272 CPUtime=204.09 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 120929 0 0 0 20383 26 0 0 25 0 4 0 506251046 468246528 55085 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 114318 55085 394 112 0 109283 0
[pid=28858/tid=28859] ppid=28856 vsize=457272 CPUtime=51.07 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 31015 0 0 0 5101 6 0 0 25 0 4 0 506251047 468246528 55085 33554432000 4194304 4650419 140733664730256 18446744073709551615 4436452 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=457272 CPUtime=50.81 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 36585 0 0 0 5074 7 0 0 25 0 4 0 506251047 468246528 55085 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=457272 CPUtime=51.08 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 35661 0 0 0 5101 7 0 0 25 0 4 0 506251047 468246528 55085 33554432000 4194304 4650419 140733664730256 18446744073709551615 4366523 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 457272

[startup+102.301 s]
/proc/loadavg: 7.93 7.87 7.56 9/184 28955
/proc/meminfo: memFree=30679060/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=485416 CPUtime=408.62 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 196082 0 0 0 40817 45 0 0 25 0 4 0 506251046 497065984 64291 33554432000 4194304 4650419 140733664730256 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 121354 64291 394 112 0 116319 0
[pid=28858/tid=28859] ppid=28856 vsize=485416 CPUtime=102.27 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 49798 0 0 0 10216 11 0 0 25 0 4 0 506251047 497065984 64291 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=485416 CPUtime=101.75 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 66730 0 0 0 10161 14 0 0 25 0 4 0 506251047 497065984 64291 33554432000 4194304 4650419 140733664730256 18446744073709551615 4303912 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=485416 CPUtime=102.29 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 56621 0 0 0 10216 13 0 0 25 0 4 0 506251047 497065984 64291 33554432000 4194304 4650419 140733664730256 18446744073709551615 4355007 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 485416

[startup+162.3 s]

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

[pid=28858] ppid=28856 vsize=801028 CPUtime=2565.7 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 998991 0 0 0 256329 241 0 0 25 0 4 0 506251046 820252672 127554 33554432000 4194304 4650419 140733664730256 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 200257 127554 394 112 0 195222 0
[pid=28858/tid=28859] ppid=28856 vsize=801028 CPUtime=642.21 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 206033 0 0 0 64169 52 0 0 25 0 4 0 506251047 820252672 127554 33554432000 4194304 4650419 140733664730256 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=801028 CPUtime=638.87 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 459079 0 0 0 63789 98 0 0 25 0 4 0 506251047 820252672 127554 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=801028 CPUtime=642.3 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 199909 0 0 0 64174 56 0 0 25 0 4 0 506251047 820252672 127554 33554432000 4194304 4650419 140733664730256 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.7
Current children cumulated vsize (KiB) 801028

[startup+702.301 s]
/proc/loadavg: 8.07 8.01 7.77 9/184 28971
/proc/meminfo: memFree=30181244/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=813824 CPUtime=2805.38 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 1063189 0 0 0 280278 260 0 0 25 0 4 0 506251046 833355776 138122 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365330 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 203456 138122 394 112 0 198421 0
[pid=28858/tid=28859] ppid=28856 vsize=813824 CPUtime=702.2 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 221586 0 0 0 70165 55 0 0 25 0 4 0 506251047 833355776 138122 33554432000 4194304 4650419 140733664730256 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=813824 CPUtime=698.54 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 481360 0 0 0 69749 105 0 0 25 0 4 0 506251047 833355776 138122 33554432000 4194304 4650419 140733664730256 18446744073709551615 4313711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=813824 CPUtime=702.29 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 214825 0 0 0 70169 60 0 0 25 0 4 0 506251047 833355776 138122 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 813824

[startup+762.301 s]
/proc/loadavg: 8.06 8.02 7.79 9/184 28973
/proc/meminfo: memFree=30141244/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=954220 CPUtime=3045.04 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 1123465 0 0 0 304227 277 0 0 25 0 4 0 506251046 977121280 144224 33554432000 4194304 4650419 140733664730256 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 238555 144224 394 112 0 233520 0
[pid=28858/tid=28859] ppid=28856 vsize=954220 CPUtime=762.2 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 234990 0 0 0 76160 60 0 0 25 0 4 0 506251047 977121280 144224 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=954220 CPUtime=758.22 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 505764 0 0 0 75710 112 0 0 25 0 4 0 506251047 977121280 144224 33554432000 4194304 4650419 140733664730256 18446744073709551615 4310809 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=954220 CPUtime=762.3 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 231355 0 0 0 76164 66 0 0 25 0 4 0 506251047 977121280 144224 33554432000 4194304 4650419 140733664730256 18446744073709551615 4313058 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 954220

[startup+822.3 s]
/proc/loadavg: 8.02 8.02 7.80 9/184 28974
/proc/meminfo: memFree=30128404/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=906960 CPUtime=3284.74 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 1177715 0 0 0 328181 293 0 0 25 0 4 0 506251046 928727040 145416 33554432000 4194304 4650419 140733664730256 18446744073709551615 4439361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 226740 145416 394 112 0 221705 0
[pid=28858/tid=28859] ppid=28856 vsize=906960 CPUtime=822.19 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 247339 0 0 0 82156 63 0 0 25 0 4 0 506251047 928727040 145416 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=906960 CPUtime=817.9 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 528385 0 0 0 81672 118 0 0 25 0 4 0 506251047 928727040 145416 33554432000 4194304 4650419 140733664730256 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=906960 CPUtime=822.3 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 243490 0 0 0 82160 70 0 0 25 0 4 0 506251047 928727040 145416 33554432000 4194304 4650419 140733664730256 18446744073709551615 4364849 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 906960

[startup+882.301 s]
/proc/loadavg: 8.04 8.03 7.82 9/184 28976
/proc/meminfo: memFree=30165156/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=752460 CPUtime=3524.39 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 1344195 0 0 0 352117 322 0 0 25 0 4 0 506251046 770519040 135371 33554432000 4194304 4650419 140733664730256 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 188115 135371 394 112 0 183080 0
[pid=28858/tid=28859] ppid=28856 vsize=752460 CPUtime=882.18 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 260955 0 0 0 88150 68 0 0 25 0 4 0 506251047 770519040 135371 33554432000 4194304 4650419 140733664730256 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=752460 CPUtime=877.58 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 665472 0 0 0 87621 137 0 0 25 0 4 0 506251047 770519040 135371 33554432000 4194304 4650419 140733664730256 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=752460 CPUtime=882.3 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 254784 0 0 0 88156 74 0 0 25 0 4 0 506251047 770519040 135371 33554432000 4194304 4650419 140733664730256 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 752460

[startup+942.307 s]
/proc/loadavg: 8.16 8.06 7.84 9/184 28978
/proc/meminfo: memFree=30069500/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=929368 CPUtime=3764.09 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 1405815 0 0 0 376066 343 0 0 25 0 4 0 506251046 951672832 155357 33554432000 4194304 4650419 140733664730256 18446744073709551615 4441464 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 232342 155357 394 112 0 227307 0
[pid=28858/tid=28859] ppid=28856 vsize=929368 CPUtime=942.19 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 275309 0 0 0 94146 73 0 0 25 0 4 0 506251047 951672832 155357 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=929368 CPUtime=937.26 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 685567 0 0 0 93581 145 0 0 25 0 4 0 506251047 951672832 155357 33554432000 4194304 4650419 140733664730256 18446744073709551615 4363299 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=929368 CPUtime=942.31 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 269337 0 0 0 94152 79 0 0 25 0 4 0 506251047 951672832 155357 33554432000 4194304 4650419 140733664730256 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.09
Current children cumulated vsize (KiB) 929368

[startup+1002.3 s]
/proc/loadavg: 8.24 8.10 7.86 9/184 28979
/proc/meminfo: memFree=30062964/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=997108 CPUtime=4003.74 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 1465693 0 0 0 400011 363 0 0 25 0 4 0 506251046 1021038592 160551 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 249277 160551 394 112 0 244242 0
[pid=28858/tid=28859] ppid=28856 vsize=997108 CPUtime=1002.17 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 291873 0 0 0 100140 77 0 0 25 0 4 0 506251047 1021038592 160551 33554432000 4194304 4650419 140733664730256 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=997108 CPUtime=996.92 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 707529 0 0 0 99540 152 0 0 25 0 4 0 506251047 1021038592 160551 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=997108 CPUtime=1002.3 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 282467 0 0 0 100146 84 0 0 25 0 4 0 506251047 1021038592 160551 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 997108

[startup+1062.3 s]
/proc/loadavg: 8.23 8.11 7.88 9/184 28981
/proc/meminfo: memFree=29963468/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=1145912 CPUtime=4243.4 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 1538280 0 0 0 423957 383 0 0 25 0 4 0 506251046 1173413888 177935 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 286478 177935 394 112 0 281443 0
[pid=28858/tid=28859] ppid=28856 vsize=1145912 CPUtime=1062.17 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 304309 0 0 0 106133 84 0 0 25 0 4 0 506251047 1173413888 177935 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=1145912 CPUtime=1056.59 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 757354 0 0 0 105498 161 0 0 25 0 4 0 506251047 1173413888 177935 33554432000 4194304 4650419 140733664730256 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=1145912 CPUtime=1062.3 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 288099 0 0 0 106143 87 0 0 25 0 4 0 506251047 1173413888 177935 33554432000 4194304 4650419 140733664730256 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.4
Current children cumulated vsize (KiB) 1145912

[startup+1122.3 s]
/proc/loadavg: 8.21 8.12 7.89 9/184 28982
/proc/meminfo: memFree=29979644/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=1050160 CPUtime=4483.08 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 1603142 0 0 0 447906 402 0 0 25 0 4 0 506251046 1075363840 175324 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 262540 175324 394 112 0 257505 0
[pid=28858/tid=28859] ppid=28856 vsize=1050160 CPUtime=1122.16 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 319170 0 0 0 112128 88 0 0 25 0 4 0 506251047 1075363840 175324 33554432000 4194304 4650419 140733664730256 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=1050160 CPUtime=1116.27 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 779877 0 0 0 111459 168 0 0 25 0 4 0 506251047 1075363840 175324 33554432000 4194304 4650419 140733664730256 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=1050160 CPUtime=1122.3 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 306431 0 0 0 112139 91 0 0 25 0 4 0 506251047 1075363840 175324 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 1050160

[startup+1182.3 s]
/proc/loadavg: 8.20 8.13 7.91 9/184 28984
/proc/meminfo: memFree=29909672/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=1132304 CPUtime=4722.75 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 1642261 0 0 0 471856 419 0 0 25 0 4 0 506251046 1159479296 188857 33554432000 4194304 4650419 140733664730256 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 283076 188857 394 112 0 278041 0
[pid=28858/tid=28859] ppid=28856 vsize=1132304 CPUtime=1182.16 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 329279 0 0 0 118124 92 0 0 25 0 4 0 506251047 1159479296 188857 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=1132304 CPUtime=1175.94 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 788465 0 0 0 117423 171 0 0 25 0 4 0 506251047 1159479296 188857 33554432000 4194304 4650419 140733664730256 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=1132304 CPUtime=1182.3 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 320009 0 0 0 118133 97 0 0 25 0 4 0 506251047 1159479296 188857 33554432000 4194304 4650419 140733664730256 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.75
Current children cumulated vsize (KiB) 1132304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.14 8.12 7.91 9/184 28984
/proc/meminfo: memFree=29929124/32951124 swapFree=67106388/67111528
[pid=28858] ppid=28856 vsize=1083332 CPUtime=4800.26 cores=0,2,4,6
/proc/28858/stat : 28858 (strangenight1-m) R 28856 28858 28106 0 -1 4202496 1663715 0 0 0 479600 426 0 0 25 0 4 0 506251046 1109331968 183842 33554432000 4194304 4650419 140733664730256 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/28858/statm: 270833 183842 394 112 0 265798 0
[pid=28858/tid=28859] ppid=28856 vsize=1083332 CPUtime=1201.56 cores=0,2,4,6
/proc/28858/task/28859/stat : 28859 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 334982 0 0 0 120063 93 0 0 25 0 4 0 506251047 1109331968 183842 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=28858/tid=28860] ppid=28856 vsize=1083332 CPUtime=1195.24 cores=0,2,4,6
/proc/28858/task/28860/stat : 28860 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 795735 0 0 0 119350 174 0 0 25 0 4 0 506251047 1109331968 183842 33554432000 4194304 4650419 140733664730256 18446744073709551615 4365477 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=28858/tid=28861] ppid=28856 vsize=1083332 CPUtime=1201.72 cores=0,2,4,6
/proc/28858/task/28861/stat : 28861 (strangenight1-m) R 28856 28858 28106 0 -1 4202560 322333 0 0 0 120073 99 0 0 25 0 4 0 506251047 1109331968 183842 33554432000 4194304 4650419 140733664730256 18446744073709551615 4315137 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1083332

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.75
CPU time (s): 4800.32
CPU user time (s): 4796.03
CPU system time (s): 4.29535
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 1214412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.03
system time used= 4.29535
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1663717
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= 3725
involuntary context switches= 24432

runsolver used 2.0037 second user time and 4.45832 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 06:39:08
IDJOB=3264225
IDBENCH=84568
IDSOLVER=1588
FILE ID=node146/3264225-1304138348
RUNJOBID= node146-1304138348-28835
PBS_JOBID= 13170796
Free space on /tmp= 73344 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-1.used-as.sat04-891.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264225-1304138348/watcher-3264225-1304138348 -o /tmp/evaluation-result-3264225-1304138348/solver-3264225-1304138348 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3264225-1304138348.cnf

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

MD5SUM BENCH= 5877850d9f604b6973676132cbba5c90
RANDOM SEED=1019449237

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31033876 kB
Buffers:        407540 kB
Cached:        1071172 kB
SwapCached:        668 kB
Active:         123900 kB
Inactive:      1420116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31033876 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:           14156 kB
Writeback:           0 kB
AnonPages:       64900 kB
Mapped:          14716 kB
Slab:           310200 kB
PageTables:       5276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276272 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= 73336 MiB
End job on node146 at 2011-04-30 06:59:12