Trace number 3369348

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 (fixed)? (TO) 4800.21 1202.24

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes7.cnf
MD5SUM6200c727c8a5a324974090a1f9a6d7ab
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03669
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3369348-1305392508.cnf'
0.00/0.00	c -- header says num vars:            945
0.00/0.00	c -- header says num clauses:       61409
0.00/0.02	c -- clauses added:            0 learnts,        61409 normals,            0 xors
0.00/0.02	c -- vars added        945
0.00/0.02	c Parsing time:  0.04 s
0.00/0.02	c  N st     0         0       945        45     61364         0    123673         0   no data   no data  --
0.00/0.04	c asymm  cl-useful: 0/45/45 lits-rem:0 time: 0.00
0.00/0.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
0.00/0.04	c bin-w-bin subsume rem            0 bins  time:  0.02 s
0.00/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    945 time:  0.02 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.31M  time:  0.02 s
0.00/0.83	c lits-rem:       304  cl-subs:        0  v-elim:     45  v-fix:    0  time:  0.08 s
0.00/0.83	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.83	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.00/0.83	c calculated reachability. Time: 0.00
0.00/0.83	c Calc default polars -  time:   0.00 s pos:       0 undec:      45 neg:     900
0.00/0.83	c =========================================================================================
0.00/0.83	c types(t): F = full restart, N = normal restart
0.00/0.83	c types(t): S = simplification begin/end, E = solution found
0.00/0.83	c restart types(rt): st = static, dy = dynamic
0.00/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.83	c  B st     0         0       900      4022     56442         0    198771         0   no data   no data  --
0.00/0.83	c  N dy    15      4108       900      4022     56442      4049    198771    117949      9.61     10.12  --
0.00/0.83	c  N dy    28      8358       900      4022     56442      5776    198771    169736      9.41      9.92  --
0.00/0.83	c  N dy    47     12451       900      4022     56442      5626    198769    128116      9.44     10.34  --
0.22/0.93	c  N dy    65     16511       900      4022     56442      9620    198769    251455      9.51     10.33  --
4.38/1.13	c  N dy    87     20555       900      4022     56442      8064    198769    187590      9.55     10.50  --
5.17/1.33	c  N dy   109     24725       900      4022     56442     12170    198769    323345      9.61     10.13  --
5.17/1.33	c  F st   111     25001       900      4022     56442     12438    198769    331338      9.61      9.53  --
6.37/1.61	c  N dy   117     30000       900      4022     56442     10625    198769    239073      9.61   no data  --
6.37/1.61	c  S st   117     30000       900      4022     56442     10625    198769    239073      9.61   no data  --
6.37/1.64	c  S st   117     30505       900      4022     56442     11130    198769    258557      9.61   no data  --
6.37/1.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
6.37/1.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.77/1.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.6M T:  0.33
6.77/1.74	c bin-w-bin subsume rem            0 bins  time:  0.03 s
11.17/2.87	c subs with bin:        0  lits-rem:     17594  v-fix:    0  time:  4.50 s
11.17/2.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
11.17/2.88	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
13.16/3.38	c lits-rem:       418  cl-subs:     1626  v-elim:      0  v-fix:    0  time:  1.98 s
13.95/3.59	c asymm  cl-useful: 111/3977/4022 lits-rem:437 time: 0.83
13.95/3.59	c calculated reachability. Time: 0.00
13.95/3.59	c  N dy   117     30505       900      4022     56442      9504    180386    233714      9.61   no data  --
15.15/3.83	c  N dy   141     34578       900      4022     56442     13491    180386    364178      9.66     10.20  --
15.97/4.08	c  N dy   168     38830       900      4022     56442      9930    180386    221880      9.76     10.29  --
17.15/4.31	c  N dy   186     42833       900      4022     56442     13852    180386    355385      9.77     12.81  --
17.95/4.51	c  S st   202     45758       900      4022     56442     16713    180386    444043      9.78      9.71  --
17.95/4.54	c  S st   202     46258       900      4022     56442     17211    180386    464481      9.78   no data  --
17.95/4.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
17.95/4.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.35/4.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.6M T:  0.34
18.35/4.65	c bin-w-bin subsume rem            0 bins  time:  0.02 s
23.14/5.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.71 s
23.14/5.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
23.14/5.84	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
31.13/7.80	c lits-rem:       493  cl-subs:      739  v-elim:      0  v-fix:    0  time:  7.79 s
31.13/7.80	c vivif2 --  cl tried     4022 cl shrink       10 lits rem         10 time: 0.00
31.13/7.81	c vivif2 --  cl tried    16472 cl shrink        0 lits rem          0 time: 0.07
31.53/7.98	c asymm  cl-useful: 0/2888/4022 lits-rem:0 time: 0.67
31.53/7.99	c calculated reachability. Time: 0.00
31.53/7.99	c  N dy   202     46258       900      4022     56442     16472    180374    452633      9.78   no data  --
32.72/8.24	c  N dy   222     50347       900      4022     56442     11718    180374    263362      9.82     10.79  --
33.95/8.51	c  N dy   244     54628       900      4022     56442     15916    180374    407293      9.82     10.37  --
35.11/8.82	c  N dy   261     58893       900      4022     56442     10297    180374    190289      9.82     10.34  --
35.91/9.07	c  N dy   280     63241       900      4022     56442     14556    180374    342477      9.83     10.64  --
37.11/9.36	c  N dy   293     67702       900      4022     56442     18916    180374    476769      9.81     10.42  --
37.51/9.47	c  S st   302     69389       900      4022     56442     20566    180374    529745      9.81   no data  --
37.51/9.49	c  S st   302     69892       900      4022     56442     21069    180374    552525      9.81   no data  --
37.51/9.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
37.51/9.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.93/9.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.8M T:  0.35
38.34/9.61	c bin-w-bin subsume rem            0 bins  time:  0.02 s
43.11/10.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.79 s
43.11/10.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
43.11/10.82	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
51.88/13.00	c lits-rem:       654  cl-subs:     1526  v-elim:      0  v-fix:    0  time:  8.70 s
51.88/13.00	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.01
51.88/13.02	c vivif2 --  cl tried    19543 cl shrink        0 lits rem          0 time: 0.07
52.28/13.10	c asymm  cl-useful: 0/1134/4022 lits-rem:0 time: 0.32
52.28/13.10	c calculated reachability. Time: 0.00
52.28/13.10	c  N dy   302     69892       900      4022     56442     19543    180374    530355      9.81   no data  --
53.49/13.43	c  N dy   334     75059       900      4022     56442     13865    180374    302281      9.84     10.39  --
54.69/13.73	c  N dy   363     79910       900      4022     56442     18617    180374    463460      9.86     10.41  --
56.27/14.10	c  N dy   378     85056       900      4022     56442     11900    180374    207432      9.83     11.14  --
56.67/14.25	c  F st   384     87501       900      4022     56442     14291    180374    283677      9.82   no data  --
57.47/14.46	c  N st   389     90801       900      4022     56442     17512    180374    392019      9.82   no data  --
59.08/14.88	c  N dy   415     96816       900      4022     56442     23391    180374    588829      9.84     10.36  --
61.07/15.30	c  N dy   448    103117       900      4022     56442     16869    180374    353803      9.87     10.46  --
61.47/15.42	c  S st   456    104838       900      4022     56442     18559    180374    407129      9.86   no data  --
61.47/15.45	c  S st   456    105339       900      4022     56442     19059    180374    428085      9.86   no data  --
61.47/15.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
61.47/15.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
61.87/15.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.7M T:  0.35
61.87/15.56	c bin-w-bin subsume rem            0 bins  time:  0.02 s
66.66/16.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.58 s
66.66/16.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
66.66/16.72	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
73.85/18.58	c lits-rem:       365  cl-subs:      695  v-elim:      0  v-fix:    0  time:  7.40 s
73.85/18.58	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.00
74.24/18.60	c vivif2 --  cl tried    18364 cl shrink        0 lits rem          0 time: 0.06
74.64/18.77	c asymm  cl-useful: 0/2773/4022 lits-rem:0 time: 0.67
74.64/18.77	c calculated reachability. Time: 0.00
74.64/18.77	c  N dy   456    105339       900      4022     56442     18364    180374    417421      9.86   no data  --
76.64/19.29	c  N dy   471    112909       900      4022     56442     25742    180374    640978      9.84     10.41  --
78.63/19.77	c  N dy   509    120117       900      4022     56442     19112    180374    402298      9.86     10.43  --
81.03/20.39	c  N dy   550    128732       900      4022     56442     27549    180374    693548      9.89     10.50  --
83.83/21.00	c  N dy   578    137367       900      4022     56442     21303    180374    445179      9.87     10.54  --
86.25/21.68	c  N dy   620    146579       900      4022     56442     30339    180374    743382      9.88     10.44  --
89.02/22.37	c  N dy   669    156562       900      4022     56442     24441    180374    540369      9.89     10.42  --
89.42/22.47	c  S st   679    158008       900      4022     56442     25853    180374    590676      9.90   no data  --
89.82/22.50	c  S st   679    158513       900      4022     56442     26358    180374    610217      9.90   no data  --
89.82/22.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
89.82/22.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.22/22.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.2M T:  0.39
90.22/22.63	c bin-w-bin subsume rem            0 bins  time:  0.02 s
94.61/23.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.65 s
94.61/23.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
94.61/23.80	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
103.40/25.92	c lits-rem:       594  cl-subs:     1471  v-elim:      0  v-fix:    0  time:  8.46 s
103.40/25.92	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.00
103.40/25.95	c vivif2 --  cl tried    24887 cl shrink        0 lits rem          0 time: 0.09
103.81/26.05	c asymm  cl-useful: 0/1249/4022 lits-rem:0 time: 0.41
103.81/26.05	c calculated reachability. Time: 0.00
103.81/26.05	c  N dy   679    158513       900      4022     56442     24887    180374    589564      9.90   no data  --
106.99/26.85	c  N dy   725    168720       900      4022     56442     18245    180374    303217      9.90     11.01  --
110.18/27.69	c  N dy   774    179755       900      4022     56442     29031    180374    642638      9.90     10.43  --
114.17/28.62	c  N dy   811    191256       900      4022     56442     22632    180374    416880      9.87     10.43  --
117.77/29.55	c  N dy   871    203587       900      4022     56442     34712    180374    816255      9.89     10.41  --
121.79/30.59	c  N dy   934    216702       900      4022     56442     28950    180374    584515      9.89     10.46  --
126.55/31.75	c  N dy   999    230878       900      4022     56442     23242    180374    412249      9.90     10.42  --
128.55/32.28	c  S st  1022    237772       900      4022     56442     29912    180374    603103      9.89   no data  --
128.95/32.32	c  S st  1022    238274       900      4022     56442     30414    180374    625926      9.89   no data  --
128.95/32.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
128.95/32.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
129.35/32.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.3M T:  0.41
129.35/32.45	c bin-w-bin subsume rem            0 bins  time:  0.02 s
133.74/33.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.54 s
133.74/33.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
134.14/33.60	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
141.73/35.53	c lits-rem:       789  cl-subs:     2573  v-elim:      0  v-fix:    0  time:  7.72 s
141.73/35.54	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.00
141.73/35.56	c vivif2 --  cl tried    27841 cl shrink        0 lits rem          0 time: 0.10
142.53/35.74	c asymm  cl-useful: 0/2335/4022 lits-rem:0 time: 0.70
142.53/35.74	c calculated reachability. Time: 0.00
142.53/35.74	c  N dy  1022    238274       900      4022     56442     27841    180374    594879      9.89   no data  --
147.31/36.99	c  N dy  1082    253507       900      4022     56442     22292    180374    370887      9.89     10.50  --
152.90/38.31	c  N dy  1155    270239       900      4022     56442     38651    180374    882381      9.89     10.50  --
158.50/39.78	c  N dy  1238    287509       900      4022     56442     34029    180374    728639      9.90     11.22  --
165.30/41.43	c  N dy  1335    306017       900      4022     56442     29643    180374    591804      9.92     10.48  --
165.30/41.45	c  F st  1337    306253       900      4022     56442     29876    180374    598520      9.92      9.63  --
172.07/43.11	c  N dy  1414    325585       900      4022     56442     25335    180374    432015      9.93     13.81  --
178.88/44.86	c  N dy  1495    345608       900      4022     56442     44833    180374   1032341      9.93     10.58  --
183.65/46.00	c  S st  1540    357411       900      4022     56442     31977    180374    612589      9.93      9.27  --
183.65/46.04	c  S st  1540    357911       900      4022     56442     32472    180374    629790      9.93   no data  --
183.65/46.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
183.65/46.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
184.05/46.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.6M T:  0.44
184.05/46.18	c bin-w-bin subsume rem            0 bins  time:  0.02 s
188.84/47.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.51 s
188.84/47.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
188.84/47.32	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
195.63/49.04	c lits-rem:       820  cl-subs:     1196  v-elim:      0  v-fix:    0  time:  6.87 s
195.63/49.04	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.00
195.63/49.07	c vivif2 --  cl tried    31276 cl shrink        0 lits rem          0 time: 0.10
196.46/49.21	c asymm  cl-useful: 0/1687/4022 lits-rem:0 time: 0.57
196.46/49.22	c calculated reachability. Time: 0.00
196.46/49.22	c  N dy  1540    357911       900      4022     56442     31276    180374    613672      9.93   no data  --
203.62/51.08	c  N dy  1616    378374       900      4022     56442     25922    180374    403490      9.92     10.50  --
210.39/52.73	c  N dy  1697    398453       900      4022     56442     45505    180374   1007976      9.92     10.73  --
217.59/54.52	c  N dy  1805    418948       900      4022     56442     39137    180374    790175      9.93     10.50  --
224.77/56.32	c  N dy  1897    439043       900      4022     56442     31444    180374    519613      9.93     10.52  --
231.60/58.09	c  N dy  1988    459101       900      4022     56442     51036    180374   1121909      9.94     12.01  --
239.15/59.94	c  N dy  2086    479184       900      4022     56442     42280    180374    825199      9.94     10.51  --
246.33/61.74	c  N dy  2175    499203       900      4022     56442     32564    180374    514416      9.95     10.51  --
253.56/63.53	c  N dy  2250    519704       900      4022     56442     52558    180374   1105814      9.95     10.52  --
259.91/65.11	c  S st  2324    536866       900      4022     56442     39033    180374    673536      9.95     10.44  --
259.91/65.14	c  S st  2324    537367       900      4022     56442     39533    180374    694363      9.95   no data  --
259.91/65.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
259.91/65.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
260.31/65.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.44
260.31/65.28	c bin-w-bin subsume rem            0 bins  time:  0.02 s
265.10/66.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.49 s
265.10/66.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
265.10/66.42	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
272.28/68.27	c lits-rem:       478  cl-subs:     2184  v-elim:      0  v-fix:    0  time:  7.38 s
272.28/68.27	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.01
272.68/68.30	c vivif2 --  cl tried    37349 cl shrink        0 lits rem          0 time: 0.11
273.08/68.48	c asymm  cl-useful: 0/1761/4022 lits-rem:0 time: 0.72
273.08/68.48	c calculated reachability. Time: 0.00
273.08/68.48	c  N dy  2324    537367       900      4022     56442     37349    180374    668916      9.95   no data  --
280.67/70.30	c  N dy  2409    557991       900      4022     56442     57471    180374   1256943      9.94     10.61  --
287.86/72.15	c  N dy  2501    578064       900      4022     56442     45838    180374    883034      9.95     10.55  --
295.84/74.14	c  N dy  2601    598165       900      4022     56442     33301    180374    475493      9.95     10.71  --
302.63/75.88	c  N dy  2684    618178       900      4022     56442     52837    180374   1052922      9.95     10.51  --
310.23/77.80	c  N dy  2765    638277       900      4022     56442     39254    180374    620129      9.95     10.48  --
317.40/79.58	c  N dy  2843    658563       900      4022     56442     59047    180374   1210268      9.95     10.53  --
325.38/81.53	c  N dy  2924    678571       900      4022     56442     44406    180374    749294      9.95     10.52  --
332.20/83.29	c  N dy  3010    698638       900      4022     56442     63966    180374   1339859      9.95     10.78  --
340.17/85.22	c  N dy  3093    718701       900      4022     56442     48409    180374    842699      9.95     12.89  --
347.75/87.11	c  N dy  3200    738733       900      4022     56442     67985    180374   1424964      9.96     10.63  --
354.93/88.98	c  N dy  3289    758779       900      4022     56442     51474    180374    933835      9.96     10.65  --
362.94/90.94	c  N dy  3375    778794       900      4022     56442     70996    180374   1497592      9.96     13.56  --
370.50/92.81	c  N dy  3463    798902       900      4022     56442     53476    180374    957591      9.97     10.51  --
373.30/93.51	c  S st  3492    806051       900      4022     56442     60430    180374   1156345      9.96   no data  --
373.30/93.55	c  S st  3492    806553       900      4022     56442     60930    180374   1176251      9.96   no data  --
373.30/93.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
373.30/93.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
373.70/93.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.4M T:  0.53
374.10/93.74	c bin-w-bin subsume rem            0 bins  time:  0.02 s
378.90/94.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.73 s
378.90/94.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
378.90/94.93	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
383.68/96.13	c lits-rem:       318  cl-subs:     4314  v-elim:      0  v-fix:    0  time:  4.78 s
383.68/96.13	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.01
383.68/96.18	c vivif2 --  cl tried    56616 cl shrink        0 lits rem          0 time: 0.20
384.48/96.38	c asymm  cl-useful: 0/1450/4022 lits-rem:0 time: 0.78
384.48/96.38	c calculated reachability. Time: 0.00
384.48/96.38	c  N dy  3492    806553       900      4022     56442     56616    180374   1121834      9.96   no data  --
392.87/98.48	c  N dy  3570    826951       900      4022     56442     38501    180374    518838      9.96     10.50  --
400.45/100.31	c  N dy  3653    847050       900      4022     56442     57992    180374   1068543      9.96     10.52  --
409.23/102.53	c  N dy  3747    867337       900      4022     56442     38901    180374    513999      9.97     10.60  --
416.42/104.39	c  N dy  3824    887400       900      4022     56442     58427    180374   1062893      9.97     13.01  --
425.20/106.51	c  N dy  3928    907470       900      4022     56442     78029    180374   1624033      9.97     11.32  --
433.21/108.51	c  N dy  4010    927612       900      4022     56442     57688    180374   1020478      9.97     10.58  --
441.57/110.66	c  N dy  4092    947618       900      4022     56442     77148    180374   1563895      9.97     15.72  --
449.56/112.65	c  N dy  4179    967854       900      4022     56442     55985    180374    953533      9.97     10.52  --
457.95/114.73	c  N dy  4264    988044       900      4022     56442     75668    180374   1517582      9.97     10.51  --
465.93/116.76	c  N dy  4343   1008228       900      4022     56442     53418    180374    855411      9.97     10.61  --
474.31/118.83	c  N dy  4443   1028593       900      4022     56442     73258    180374   1414802      9.97     10.51  --
483.50/121.10	c  N dy  4537   1048641       900      4022     56442     49939    180374    735175      9.97     11.14  --
491.08/123.06	c  N dy  4622   1068842       900      4022     56442     69540    180374   1286360      9.97     10.57  --
492.28/123.36	c  F st  4639   1071876       900      4022     56442     72497    180374   1374914      9.97   no data  --
500.27/125.30	c  N dy  4696   1089058       900      4022     56442     45414    180374    604347      9.97     10.61  --
507.88/127.24	c  N dy  4796   1109067       900      4022     56442     64881    180374   1160695      9.98     14.97  --
517.07/129.52	c  N dy  4874   1129185       900      4022     56442     84493    180374   1723671      9.98     10.56  --
525.44/131.61	c  N dy  4965   1149240       900      4022     56442     59247    180374    985162      9.98     14.47  --
534.22/133.85	c  N dy  5047   1169873       900      4022     56442     79317    180374   1543882      9.98     10.54  --
543.79/136.21	c  N dy  5134   1190956       900      4022     56442     54143    180374    814825      9.98     10.66  --
551.38/138.17	c  S st  5220   1209830       900      4022     56442     72463    180374   1314668      9.98      9.87  --
551.79/138.21	c  S st  5220   1210332       900      4022     56442     72961    180374   1335109      9.98   no data  --
551.79/138.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
551.79/138.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
552.20/138.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.0M T:  0.59
552.57/138.41	c bin-w-bin subsume rem            0 bins  time:  0.02 s
557.36/139.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.76 s
557.36/139.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
557.36/139.62	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
564.56/141.43	c lits-rem:       413  cl-subs:     5470  v-elim:      0  v-fix:    0  time:  7.21 s
564.56/141.43	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.00
564.56/141.49	c vivif2 --  cl tried    67491 cl shrink        0 lits rem          0 time: 0.24
565.39/141.61	c asymm  cl-useful: 0/811/4022 lits-rem:0 time: 0.47
565.39/141.61	c calculated reachability. Time: 0.00
565.39/141.61	c  N dy  5220   1210332       900      4022     56442     67491    180374   1267317      9.98   no data  --
574.17/143.83	c  N dy  5302   1230460       900      4022     56442     87016    180374   1788725      9.98     10.51  --
582.95/146.01	c  N dy  5385   1250687       900      4022     56442     60071    180374    977972      9.98     10.55  --
591.32/148.15	c  N dy  5473   1271081       900      4022     56442     79924    180374   1535434      9.97     10.54  --
600.52/150.45	c  N dy  5557   1291118       900      4022     56442     51828    180374    734215      9.97     10.95  --
608.48/152.43	c  N dy  5647   1311172       900      4022     56442     71322    180374   1278576      9.97     10.59  --
617.68/154.74	c  N dy  5736   1331814       900      4022     56442     91391    180374   1849894      9.98     10.57  --
626.46/156.95	c  N dy  5830   1352469       900      4022     56442     62871    180374   1010484      9.98     10.51  --
634.83/159.04	c  N dy  5912   1372696       900      4022     56442     82549    180374   1562040      9.97     10.53  --
644.03/161.37	c  N dy  5982   1393246       900      4022     56442     52926    180374    716071      9.97     10.60  --
652.81/163.51	c  N dy  6057   1415160       900      4022     56442     74222    180374   1297947      9.97     10.50  --
662.00/165.82	c  N dy  6154   1435488       900      4022     56442     93934    180374   1840895      9.97     10.53  --
671.16/168.10	c  N dy  6253   1455577       900      4022     56442     62965    180374    985235      9.97     11.06  --
679.57/170.23	c  N dy  6339   1475818       900      4022     56442     82656    180374   1539263      9.97     10.53  --
688.72/172.57	c  N dy  6420   1495935       900      4022     56442    102225    180374   2096451      9.97     10.57  --
697.15/174.69	c  N dy  6522   1515964       900      4022     56442     70208    180374   1174003      9.98     10.68  --
706.29/177.00	c  N dy  6623   1536039       900      4022     56442     89698    180374   1708304      9.98     10.54  --
717.09/179.62	c  N dy  6716   1556368       900      4022     56442     56965    180374    785852      9.98     10.57  --
726.26/181.93	c  N dy  6805   1576808       900      4022     56442     76886    180374   1365032      9.98     10.52  --
736.68/184.52	c  N dy  6902   1596837       900      4022     56442     96387    180374   1915001      9.98     10.51  --
746.63/187.04	c  N dy  6985   1617157       900      4022     56442     62643    180374    926180      9.98     10.55  --
755.41/189.26	c  N dy  7074   1637629       900      4022     56442     82500    180374   1479434      9.98     10.55  --
765.00/191.69	c  N dy  7163   1657741       900      4022     56442    102048    180374   2018998      9.98     10.54  --
775.38/194.23	c  N dy  7271   1677779       900      4022     56442     67112    180374   1039866      9.98     10.56  --
784.17/196.50	c  N dy  7350   1697873       900      4022     56442     86638    180374   1583797      9.98     10.55  --
790.55/198.09	c  S st  7419   1710333       900      4022     56442     98781    180374   1924285      9.98   no data  --
790.95/198.14	c  S st  7419   1710836       900      4022     56442     99284    180374   1945067      9.98   no data  --
790.95/198.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
790.95/198.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
791.75/198.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.3M T:  0.75
792.15/198.41	c bin-w-bin subsume rem            0 bins  time:  0.02 s
796.94/199.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.10 s
796.94/199.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
797.34/199.70	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
810.11/202.91	c lits-rem:       222  cl-subs:     9627  v-elim:      0  v-fix:    0  time: 12.79 s
810.11/202.91	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.01
810.11/202.99	c vivif2 --  cl tried    89657 cl shrink        0 lits rem          0 time: 0.33
810.93/203.20	c asymm  cl-useful: 0/1158/4022 lits-rem:0 time: 0.83
810.93/203.20	c calculated reachability. Time: 0.00
810.93/203.20	c  N dy  7419   1710836       900      4022     56442     89657    180374   1827703      9.98   no data  --
822.09/205.90	c  N dy  7512   1731197       900      4022     56442    109413    180374   2374324      9.98     10.55  --
831.27/208.28	c  N dy  7615   1751226       900      4022     56442     73590    180374   1237143      9.99     12.93  --
841.26/210.71	c  N dy  7706   1771517       900      4022     56442     93306    180374   1785120      9.99     10.59  --
852.04/213.42	c  N dy  7789   1791576       900      4022     56442     56493    180374    728526      9.99     10.52  --
860.02/215.48	c  N dy  7891   1811800       900      4022     56442     76184    180374   1294385      9.99     10.57  --
870.01/217.93	c  N dy  7962   1832117       900      4022     56442     95881    180374   1818835      9.99     10.67  --
880.79/220.69	c  N dy  8049   1852147       900      4022     56442     58049    180374    753782      9.99     10.59  --
889.17/222.77	c  N dy  8127   1872179       900      4022     56442     77523    180374   1287770      9.99     10.55  --
899.18/225.26	c  N dy  8215   1892942       900      4022     56442     97737    180374   1844080      9.99     10.53  --
910.33/228.02	c  N dy  8307   1913184       900      4022     56442     59094    180374    764621      9.99     10.64  --
918.72/230.15	c  N dy  8392   1933298       900      4022     56442     78610    180374   1302203      9.99     10.54  --
928.30/232.56	c  N dy  8487   1953341       900      4022     56442     98066    180374   1835033      9.99     10.58  --
939.07/235.25	c  N dy  8578   1973432       900      4022     56442    117584    180374   2371014      9.99     12.61  --
948.66/237.69	c  N dy  8659   1993487       900      4022     56442     77822    180374   1257918      9.99     12.76  --
958.25/240.08	c  N dy  8753   2013604       900      4022     56442     97404    180374   1823291      9.99     10.55  --
969.45/242.83	c  N dy  8849   2034154       900      4022     56442    117338    180374   2365583      9.99     10.56  --
979.00/245.23	c  N dy  8935   2054188       900      4022     56442     76575    180374   1241368      9.99     11.79  --
988.99/247.72	c  N dy  9033   2074242       900      4022     56442     96073    180374   1792601      9.99     11.36  --
1000.57/250.60	c  N dy  9123   2094381       900      4022     56442    115682    180374   2336033      9.99     10.54  --
1010.55/253.12	c  N dy  9211   2114437       900      4022     56442     73927    180374   1128599      9.99     10.81  --
1020.13/255.51	c  N dy  9307   2134533       900      4022     56442     93474    180374   1685833     10.00     10.57  --
1030.53/258.18	c  N dy  9396   2154739       900      4022     56442    113174    180374   2235095     10.00     10.67  --
1042.09/261.00	c  N dy  9494   2175251       900      4022     56442     70865    180374   1038610     10.00     10.55  --
1052.08/263.50	c  N dy  9584   2195306       900      4022     56442     90343    180374   1600228     10.00     14.13  --
1060.46/265.66	c  S st  9646   2210836       900      4022     56442    105432    180374   2015793     10.00      8.90  --
1060.86/265.73	c  S st  9646   2211338       900      4022     56442    105931    180374   2034435     10.00   no data  --
1060.86/265.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1060.86/265.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1061.68/265.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.9M T:  0.97
1062.05/266.06	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1067.24/267.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.20 s
1067.24/267.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
1067.24/267.37	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
1081.22/270.87	c lits-rem:       270  cl-subs:     7994  v-elim:      0  v-fix:    0  time: 13.96 s
1081.22/270.87	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.00
1081.62/270.96	c vivif2 --  cl tried    97937 cl shrink        0 lits rem          0 time: 0.35
1082.43/271.17	c asymm  cl-useful: 0/1074/4022 lits-rem:0 time: 0.86
1082.43/271.18	c calculated reachability. Time: 0.00
1082.43/271.18	c  N dy  9646   2211338       900      4022     56442     97937    180374   1937795     10.00   no data  --
1093.60/273.91	c  N dy  9730   2231388       900      4022     56442    117341    180374   2458526     10.00     12.34  --
1103.98/276.56	c  N dy  9825   2251475       900      4022     56442     73839    180374   1129942     10.00     12.01  --
1113.56/278.99	c  N dy  9920   2271606       900      4022     56442     93398    180374   1678650     10.00     10.54  --
1124.34/281.70	c  N dy 10037   2292017       900      4022     56442    113284    180374   2240089     10.01     10.57  --
1136.36/284.62	c  N dy 10145   2312236       900      4022     56442     68855    180374    959275     10.01     10.54  --
1145.91/287.09	c  N dy 10236   2332398       900      4022     56442     88392    180374   1474620     10.01     10.56  --
1156.29/289.63	c  N dy 10321   2352460       900      4022     56442    107845    180374   2022627     10.01     11.53  --
1167.87/292.51	c  N dy 10416   2372670       900      4022     56442    127484    180374   2580326     10.01     10.54  --
1177.45/294.93	c  N dy 10493   2392692       900      4022     56442     81865    180374   1310259     10.01     10.60  --
1187.43/297.47	c  N dy 10574   2412703       900      4022     56442    101279    180374   1845890     10.01     10.60  --
1199.01/300.31	c  N dy 10666   2432959       900      4022     56442    120977    180374   2401426     10.01     10.54  --
1210.19/303.17	c  N dy 10777   2453285       900      4022     56442     74710    180374   1110356     10.01     10.63  --
1219.81/305.52	c  N dy 10858   2473319       900      4022     56442     94173    180374   1651618     10.01     10.58  --
1229.75/308.05	c  N dy 10939   2493439       900      4022     56442    113725    180374   2205935     10.01     10.57  --
1240.94/310.89	c  N dy 11051   2513459       900      4022     56442    133233    180374   2764477     10.02     13.26  --
1251.71/313.58	c  N dy 11143   2534430       900      4022     56442     86542    180374   1405487     10.02     10.58  --
1261.70/316.05	c  N dy 11226   2554510       900      4022     56442    106064    180374   1943054     10.02     10.58  --
1272.87/318.82	c  N dy 11313   2574593       900      4022     56442    125529    180374   2472157     10.02     13.07  --
1284.45/321.76	c  N dy 11393   2594833       900      4022     56442     77180    180374   1135982     10.02     10.56  --
1294.83/324.39	c  N dy 11483   2614982       900      4022     56442     96757    180374   1679332     10.02     10.58  --
1306.42/327.21	c  N dy 11575   2635089       900      4022     56442    116331    180374   2234938     10.02     10.62  --
1318.39/330.23	c  N dy 11679   2655258       900      4022     56442    135938    180374   2786557     10.02     10.55  --
1328.78/332.88	c  N dy 11792   2675317       900      4022     56442     86430    180374   1382540     10.02     10.63  --
1339.55/335.58	c  N dy 11897   2695709       900      4022     56442    106264    180374   1948799     10.03     10.71  --
1349.14/337.92	c  S st 11975   2711338       900      4022     56442    121489    180374   2386584     10.03   no data  --
1349.14/337.99	c  S st 11975   2711839       900      4022     56442    121988    180374   2407292     10.03   no data  --
1349.53/338.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1349.53/338.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1350.34/338.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.8M T:  1.11
1350.74/338.37	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1356.32/339.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.57 s
1356.32/339.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
1356.32/339.78	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
1379.48/345.53	c lits-rem:       276  cl-subs:     8809  v-elim:      0  v-fix:    0  time: 22.95 s
1379.48/345.53	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.01
1379.88/345.63	c vivif2 --  cl tried   113179 cl shrink        0 lits rem          0 time: 0.42
1380.69/345.86	c asymm  cl-useful: 0/895/4022 lits-rem:0 time: 0.91
1380.69/345.87	c calculated reachability. Time: 0.00
1380.69/345.87	c  N dy 11975   2711839       900      4022     56442    113179    180374   2295692     10.03   no data  --
1391.85/348.69	c  N dy 12070   2732319       900      4022     56442    133064    180374   2848611     10.03     10.57  --
1403.04/351.43	c  N dy 12158   2752689       900      4022     56442     82982    180374   1277583     10.03     10.68  --
1413.43/354.07	c  N dy 12256   2773481       900      4022     56442    103090    180374   1824797     10.03     10.60  --
1424.61/356.83	c  N dy 12350   2793510       900      4022     56442    122496    180374   2359716     10.03     13.92  --
1436.99/359.91	c  N dy 12432   2813592       900      4022     56442     71187    180374    936858     10.03     10.60  --
1446.96/362.43	c  N dy 12524   2833715       900      4022     56442     90720    180374   1475637     10.03     10.80  --
1458.94/365.47	c  N dy 12615   2853965       900      4022     56442    110391    180374   1995415     10.03     10.72  --
1470.15/368.25	c  N dy 12693   2874001       900      4022     56442    129798    180374   2519552     10.03     10.72  --
1482.50/371.33	c  N dy 12792   2894172       900      4022     56442     77618    180374   1105451     10.03     10.60  --
1491.70/373.69	c  N dy 12880   2914422       900      4022     56442     97338    180374   1670298     10.03     10.58  --
1502.47/376.35	c  N dy 12970   2934454       900      4022     56442    116801    180374   2204160     10.03     10.65  --
1514.84/379.47	c  N dy 13071   2955645       900      4022     56442    137328    180374   2770029     10.04     10.58  --
1526.43/382.30	c  N dy 13159   2975718       900      4022     56442     84000    180374   1273937     10.04     10.59  --
1536.80/384.90	c  N dy 13238   2996011       900      4022     56442    103719    180374   1820890     10.04     10.57  --
1548.39/387.81	c  N dy 13338   3016626       900      4022     56442    123757    180374   2386952     10.04     10.66  --
1561.16/391.01	c  N dy 13428   3036759       900      4022     56442    143302    180374   2918615     10.04     10.66  --
1572.34/393.87	c  N dy 13510   3056767       900      4022     56442     88895    180374   1369127     10.04     10.58  --
1583.53/396.60	c  N dy 13584   3077002       900      4022     56442    108461    180374   1896087     10.04     10.73  --
1594.70/399.48	c  N dy 13671   3097015       900      4022     56442    127931    180374   2444145     10.04     10.64  --
1607.87/402.77	c  N dy 13769   3117042       900      4022     56442    147407    180374   2984363     10.04     10.79  --
1619.48/405.63	c  N dy 13867   3137067       900      4022     56442     92169    180374   1479831     10.04     10.84  --
1630.63/408.42	c  N dy 13955   3157098       900      4022     56442    111535    180374   2002165     10.04     10.95  --
1642.21/411.35	c  N dy 14053   3177642       900      4022     56442    131481    180374   2544951     10.04     10.58  --
1654.62/414.42	c  N dy 14131   3197919       900      4022     56442    151235    180374   3101664     10.04     10.61  --
1662.58/416.44	c  S st 14181   3211839       900      4022     56442     88988    180374   1362767     10.04      8.53  --
1662.58/416.49	c  S st 14181   3212340       900      4022     56442     89486    180374   1380498     10.04   no data  --
1662.58/416.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1662.58/416.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1663.77/416.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.8M T:  0.78
1663.77/416.75	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1668.56/417.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.64 s
1668.56/417.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
1668.56/417.92	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
1675.75/419.78	c lits-rem:       164  cl-subs:     3950  v-elim:      0  v-fix:    0  time:  7.40 s
1675.75/419.78	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.01
1676.18/419.84	c vivif2 --  cl tried    85536 cl shrink        0 lits rem          0 time: 0.25
1676.95/420.06	c asymm  cl-useful: 0/895/4022 lits-rem:0 time: 0.85
1676.95/420.06	c calculated reachability. Time: 0.00
1676.95/420.06	c  N dy 14181   3212340       900      4022     56442     85536    180374   1336670     10.04   no data  --
1688.14/422.88	c  N dy 14271   3232350       900      4022     56442    104974    180374   1860171     10.04     10.63  --
1700.11/425.82	c  N dy 14355   3252635       900      4022     56442    124651    180374   2377735     10.04     10.68  --
1712.08/428.85	c  N dy 14435   3272667       900      4022     56442    144078    180374   2915563     10.04     10.70  --
1725.26/432.11	c  N dy 14515   3292889       900      4022     56442     87063    180374   1295746     10.04     10.58  --
1735.64/434.72	c  N dy 14611   3312895       900      4022     56442    106528    180374   1854660     10.04     10.72  --
1747.22/437.66	c  N dy 14712   3332937       900      4022     56442    125986    180374   2394170     10.04     12.08  --
1759.21/440.67	c  N dy 14793   3353096       900      4022     56442    145580    180374   2946856     10.04     10.57  --
1772.38/443.99	c  N dy 14909   3373119       900      4022     56442     87353    180374   1305796     10.04     10.58  --
1782.76/446.59	c  N dy 14999   3393139       900      4022     56442    106847    180374   1861063     10.04     10.62  --
1794.34/449.50	c  N dy 15090   3413365       900      4022     56442    126569    180374   2422872     10.04     10.65  --
1806.72/452.59	c  N dy 15177   3433421       900      4022     56442    146030    180374   2970261     10.04     12.62  --
1819.89/455.81	c  N dy 15267   3453451       900      4022     56442     86772    180374   1267347     10.04     10.63  --
1830.30/458.43	c  N dy 15350   3473805       900      4022     56442    106604    180374   1816581     10.04     10.61  --
1842.25/461.42	c  N dy 15451   3494034       900      4022     56442    126249    180374   2369141     10.04     10.66  --
1854.23/464.45	c  N dy 15536   3514152       900      4022     56442    145835    180374   2918944     10.04     10.62  --
1867.41/467.77	c  N dy 15635   3534474       900      4022     56442     85895    180374   1232383     10.05     10.58  --
1878.99/470.61	c  N dy 15745   3555478       900      4022     56442    106343    180374   1805009     10.05     10.61  --
1890.56/473.58	c  N dy 15840   3575634       900      4022     56442    125906    180374   2335586     10.05     10.63  --
1902.94/476.68	c  N dy 15943   3595784       900      4022     56442    145490    180374   2891696     10.05     10.64  --
1917.74/480.31	c  N dy 16040   3616229       900      4022     56442     84627    180374   1178673     10.05     10.68  --
1928.49/483.07	c  N dy 16140   3636326       900      4022     56442    104148    180374   1736194     10.05     11.30  --
1940.10/485.95	c  N dy 16228   3656418       900      4022     56442    123691    180374   2291875     10.05     10.59  --
1952.05/488.97	c  N dy 16316   3676484       900      4022     56442    143202    180374   2835933     10.05     10.60  --
1965.23/492.22	c  N dy 16415   3696841       900      4022     56442    163027    180374   3407705     10.05     10.62  --
1974.83/494.62	c  S st 16491   3712340       900      4022     56442     96450    180374   1506883     10.05   no data  --
1974.83/494.68	c  S st 16491   3712847       900      4022     56442     96955    180374   1528849     10.05   no data  --
1974.83/494.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1974.83/494.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1976.01/494.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.3M T:  1.01
1976.41/495.01	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1981.20/496.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.91 s
1981.20/496.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
1981.20/496.25	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
1991.18/498.78	c lits-rem:       184  cl-subs:     3086  v-elim:      0  v-fix:    0  time: 10.14 s
1991.18/498.79	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.00
1991.58/498.86	c vivif2 --  cl tried    93869 cl shrink        0 lits rem          0 time: 0.31
1992.80/499.16	c asymm  cl-useful: 0/959/4022 lits-rem:0 time: 1.16
1992.80/499.16	c calculated reachability. Time: 0.00
1992.80/499.16	c  N dy 16491   3712847       900      4022     56442     93869    180374   1493686     10.05   no data  --
2005.58/502.35	c  N dy 16563   3732919       900      4022     56442    113411    180374   2028146     10.05     12.74  --
2018.34/505.59	c  F st 16651   3751564       900      4022     56442    131490    180374   2536435     10.05   no data  --
2019.93/505.92	c  N st 16655   3753595       900      4022     56442    133456    180374   2591631     10.05   no data  --
2033.91/509.46	c  N dy 16738   3773716       900      4022     56442    152975    180374   3151893     10.05     10.61  --
2048.28/513.07	c  N dy 16828   3793719       900      4022     56442     89824    180374   1300491     10.06     10.60  --
2059.06/515.75	c  N dy 16909   3813827       900      4022     56442    109356    180374   1853359     10.06     10.59  --
2070.64/518.65	c  N dy 17002   3833971       900      4022     56442    128903    180374   2385703     10.06     10.83  --
2083.02/521.74	c  N dy 17099   3854016       900      4022     56442    148369    180374   2931966     10.06     10.60  --
2098.22/525.54	c  N dy 17183   3874091       900      4022     56442     84332    180374   1147401     10.06     11.86  --
2108.97/528.21	c  N dy 17290   3894198       900      4022     56442    103889    180374   1706872     10.06     10.60  --
2120.17/531.03	c  N dy 17384   3914274       900      4022     56442    123426    180374   2261974     10.06     10.60  --
2132.94/534.21	c  N dy 17491   3934335       900      4022     56442    142914    180374   2816792     10.06     12.73  --
2146.11/537.58	c  N dy 17594   3954397       900      4022     56442    162412    180374   3356691     10.06     11.05  --
2159.30/540.84	c  N dy 17669   3974437       900      4022     56442     97362    180374   1493847     10.06     11.17  --
2170.46/543.64	c  N dy 17748   3994465       900      4022     56442    116794    180374   2025552     10.06     10.81  --
2182.83/546.74	c  N dy 17852   4014519       900      4022     56442    136278    180374   2570807     10.06     10.63  --
2196.41/550.11	c  N dy 17966   4034817       900      4022     56442    155966    180374   3124688     10.06     10.68  --
2209.98/553.51	c  N dy 18069   4054838       900      4022     56442     89981    180374   1284285     10.07     10.99  --
2220.79/556.24	c  N dy 18151   4074903       900      4022     56442    109519    180374   1830984     10.06     10.61  --
2232.74/559.25	c  N dy 18248   4094990       900      4022     56442    129039    180374   2370918     10.07     11.31  --
2245.52/562.41	c  N dy 18326   4115103       900      4022     56442    148642    180374   2927242     10.07     10.63  --
2259.89/566.04	c  N dy 18413   4135184       900      4022     56442    168095    180374   3459673     10.07     10.62  --
2274.27/569.63	c  N dy 18510   4156104       900      4022     56442    101922    180374   1611115     10.07     10.62  --
2287.45/572.97	c  N dy 18604   4176193       900      4022     56442    121408    180374   2154557     10.07     10.60  --
2303.42/576.92	c  N dy 18695   4197573       900      4022     56442    142167    180374   2743327     10.07     10.61  --
2315.00/579.84	c  S st 18771   4212847       900      4022     56442    156997    180374   3169965     10.07      8.84  --
2315.40/579.92	c  S st 18771   4213350       900      4022     56442    157499    180374   3188894     10.07   no data  --
2315.40/579.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2315.40/579.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2317.00/580.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.9M T:  1.52
2317.42/580.43	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2323.38/581.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.88 s
2323.38/581.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
2323.38/581.92	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
2457.54/615.60	c lits-rem:       213  cl-subs:    10896  v-elim:      0  v-fix:    0  time: 134.27 s
2457.54/615.60	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.01
2458.37/615.74	c vivif2 --  cl tried   146603 cl shrink        0 lits rem          0 time: 0.56
2459.53/616.06	c asymm  cl-useful: 0/812/4022 lits-rem:0 time: 1.27
2459.53/616.07	c calculated reachability. Time: 0.00
2459.53/616.07	c  N dy 18771   4213350       900      4022     56442    146603    180374   3041739     10.07   no data  --
2475.53/620.02	c  N dy 18866   4233537       900      4022     56442    166196    180374   3586462     10.07     10.61  --
2491.48/624.03	c  N dy 18964   4254029       900      4022     56442     98799    180374   1489170     10.07     10.61  --
2504.26/627.23	c  N dy 19047   4275024       900      4022     56442    119220    180374   2067382     10.07     10.61  --
2517.44/630.52	c  N dy 19144   4295039       900      4022     56442    138707    180374   2607066     10.07     11.87  --
2531.01/633.99	c  N dy 19228   4315060       900      4022     56442    158097    180374   3134690     10.07     12.82  --
2546.98/637.99	c  N dy 19323   4335558       900      4022     56442     89691    180374   1223263     10.07     10.68  --
2558.98/640.93	c  N dy 19409   4356131       900      4022     56442    109614    180374   1762013     10.07     10.88  --
2570.13/643.79	c  N dy 19489   4376576       900      4022     56442    129499    180374   2322334     10.07     10.70  --
2582.91/646.90	c  N dy 19560   4396752       900      4022     56442    149059    180374   2854614     10.07     10.70  --
2596.49/650.39	c  N dy 19656   4416838       900      4022     56442    168595    180374   3424139     10.07     10.62  --
2610.07/653.75	c  N dy 19734   4437102       900      4022     56442     98936    180374   1454817     10.07     10.66  --
2621.65/656.64	c  N dy 19816   4457601       900      4022     56442    118823    180374   2000885     10.07     10.64  --
2633.65/659.70	c  N dy 19907   4477697       900      4022     56442    138373    180374   2542725     10.07     12.41  --
2647.60/663.10	c  N dy 20011   4497951       900      4022     56442    157995    180374   3076429     10.07     10.65  --
2661.98/666.74	c  N dy 20101   4518113       900      4022     56442    177533    180374   3613559     10.07     10.62  --
2675.15/670.04	c  N dy 20201   4538379       900      4022     56442    106924    180374   1638664     10.07     10.67  --
2686.35/672.83	c  N dy 20283   4558547       900      4022     56442    126521    180374   2186972     10.07     10.66  --
2698.71/675.94	c  N dy 20369   4578847       900      4022     56442    146227    180374   2726987     10.07     10.65  --
2711.49/679.10	c  N dy 20450   4599072       900      4022     56442    165902    180374   3279854     10.07     10.61  --
2726.65/682.96	c  N dy 20550   4619122       900      4022     56442     94115    180374   1285493     10.08     10.86  --
2737.84/685.76	c  N dy 20640   4639210       900      4022     56442    113630    180374   1810444     10.08     10.61  --
2749.41/688.69	c  N dy 20715   4659392       900      4022     56442    133241    180374   2365158     10.08     10.62  --
2761.79/691.76	c  N dy 20809   4679452       900      4022     56442    152723    180374   2901642     10.08     10.84  --
2774.60/694.94	c  N dy 20887   4699550       900      4022     56442    172276    180374   3445095     10.08     10.62  --
2785.35/697.66	c  S st 20954   4713350       900      4022     56442     93404    180374   1249222     10.08   no data  --
2785.75/697.72	c  S st 20954   4713851       900      4022     56442     93903    180374   1267249     10.08   no data  --
2785.75/697.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2785.75/697.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2786.55/697.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.9M T:  0.82
2786.55/697.98	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2790.94/699.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.31 s
2790.94/699.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
2790.94/699.07	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
2797.33/700.63	c lits-rem:       134  cl-subs:      735  v-elim:      0  v-fix:    0  time:  6.20 s
2797.33/700.63	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.01
2797.33/700.69	c vivif2 --  cl tried    93168 cl shrink        0 lits rem          0 time: 0.25
2798.53/700.91	c asymm  cl-useful: 0/971/4022 lits-rem:0 time: 0.89
2798.53/700.92	c calculated reachability. Time: 0.00
2798.53/700.92	c  N dy 20954   4713851       900      4022     56442     93168    180374   1260451     10.08   no data  --
2809.33/703.62	c  N dy 21044   4733950       900      4022     56442    112694    180374   1808025     10.08     11.34  --
2820.89/706.52	c  N dy 21130   4754086       900      4022     56442    132270    180374   2347860     10.08     10.83  --
2833.26/709.69	c  N dy 21213   4774123       900      4022     56442    151668    180374   2883344     10.08     10.62  --
2848.44/713.49	c  N dy 21313   4794807       900      4022     56442    171717    180374   3437773     10.08     10.65  --
2864.81/717.53	c  N dy 21393   4814857       900      4022     56442     98003    180374   1363058     10.08     10.65  --
2877.18/720.66	c  N dy 21486   4835071       900      4022     56442    117585    180374   1892780     10.08     10.88  --
2890.76/724.03	c  N dy 21577   4855127       900      4022     56442    137030    180374   2418165     10.08     10.77  --
2905.14/727.63	c  N dy 21664   4875321       900      4022     56442    156648    180374   2957809     10.08     10.64  --
2918.72/731.09	c  N dy 21755   4895330       900      4022     56442    176137    180374   3496200     10.08     10.64  --
2933.08/734.68	c  N dy 21846   4915375       900      4022     56442    101439    180374   1434522     10.08     10.63  --
2943.86/737.38	c  N dy 21933   4935628       900      4022     56442    121145    180374   1980097     10.08     10.83  --
2955.85/740.33	c  N dy 22004   4955703       900      4022     56442    140646    180374   2508285     10.08     10.93  --
2969.42/743.74	c  N dy 22095   4976047       900      4022     56442    160367    180374   3026792     10.08     10.70  --
2982.59/747.07	c  N dy 22182   4996055       900      4022     56442    179811    180374   3566489     10.08     10.62  --
2996.97/750.62	c  N dy 22276   5016377       900      4022     56442    104385    180374   1500221     10.08     10.78  --
3008.55/753.53	c  N dy 22366   5036795       900      4022     56442    124195    180374   2037548     10.08     10.64  --
3020.56/756.59	c  N dy 22467   5057010       900      4022     56442    143853    180374   2581371     10.08     10.64  --
3033.73/759.85	c  N dy 22554   5077019       900      4022     56442    163252    180374   3100032     10.08     10.65  --
3048.08/763.43	c  N dy 22647   5097118       900      4022     56442    182719    180374   3622515     10.08     10.68  --
3062.06/766.96	c  N dy 22742   5117168       900      4022     56442    106104    180374   1532653     10.08     10.70  --
3073.63/769.86	c  N dy 22827   5137171       900      4022     56442    125494    180374   2045037     10.08     10.70  --
3087.21/773.27	c  N dy 22939   5157174       900      4022     56442    144964    180374   2571115     10.08     10.65  --
3100.79/776.67	c  N dy 23021   5177256       900      4022     56442    164420    180374   3069476     10.09     10.64  --
3115.16/780.27	c  N dy 23114   5197294       900      4022     56442    183831    180374   3588737     10.09     11.64  --
3127.54/783.35	c  S st 23182   5213852       900      4022     56442    102804    180374   1421656     10.09      8.47  --
3127.94/783.41	c  S st 23182   5214354       900      4022     56442    103305    180374   1440315     10.09   no data  --
3127.94/783.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3127.94/783.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3128.74/783.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.1M T:  0.85
3128.74/783.69	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3133.53/784.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  4.54 s
3133.53/784.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
3133.53/784.84	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
3141.91/786.90	c lits-rem:       144  cl-subs:     1432  v-elim:      0  v-fix:    0  time:  8.24 s
3141.91/786.91	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.01
3141.91/786.98	c vivif2 --  cl tried   101873 cl shrink        0 lits rem          0 time: 0.28
3143.12/787.20	c asymm  cl-useful: 0/978/4022 lits-rem:0 time: 0.90
3143.12/787.21	c calculated reachability. Time: 0.00
3143.12/787.21	c  N dy 23182   5214354       900      4022     56442    101873    180374   1423522     10.09   no data  --
3154.29/790.04	c  N dy 23262   5234390       900      4022     56442    121279    180374   1946158     10.08     10.65  --
3166.27/793.08	c  N dy 23355   5254457       900      4022     56442    140785    180374   2464485     10.09     12.11  --
3180.64/796.69	c  N dy 23439   5275504       900      4022     56442    161249    180374   3018271     10.09     10.66  --
3195.83/800.42	c  N dy 23519   5295512       900      4022     56442    180571    180374   3528699     10.08     10.69  --
3210.18/804.09	c  N dy 23603   5316277       900      4022     56442    102745    180374   1402026     10.08     10.64  --
3220.97/806.76	c  N dy 23685   5336424       900      4022     56442    122321    180374   1931270     10.08     10.62  --
3232.95/809.72	c  N dy 23785   5357223       900      4022     56442    142560    180374   2495956     10.09     10.62  --
3246.52/813.12	c  N dy 23885   5377238       900      4022     56442    161950    180374   3014144     10.09     12.17  --
3259.69/816.46	c  N dy 23975   5397287       900      4022     56442    181423    180374   3544705     10.09     10.62  --
3275.67/820.47	c  N dy 24052   5417510       900      4022     56442    102074    180374   1364310     10.09     10.65  --
3286.85/823.20	c  N dy 24141   5437553       900      4022     56442    121508    180374   1883802     10.09     10.69  --
3298.83/826.23	c  N dy 24230   5457945       900      4022     56442    141289    180374   2409656     10.09     10.65  --
3311.20/829.37	c  N dy 24299   5478080       900      4022     56442    160735    180374   2921830     10.09     10.93  --
3323.98/832.56	c  N dy 24381   5498214       900      4022     56442    180326    180374   3480480     10.09     10.67  --
3338.36/836.13	c  N dy 24459   5518289       900      4022     56442    199776    180374   3999968     10.09     12.50  --
3351.13/839.32	c  N dy 24543   5538612       900      4022     56442    119625    180374   1815403     10.09     10.73  --
3362.32/842.15	c  N dy 24629   5558703       900      4022     56442    139180    180374   2351909     10.09     13.05  --
3374.69/845.27	c  N dy 24726   5578766       900      4022     56442    158676    180374   2871337     10.09     10.93  --
3388.27/848.65	c  N dy 24812   5598773       900      4022     56442    178078    180374   3382224     10.09     10.62  --
3402.67/852.23	c  N dy 24910   5619098       900      4022     56442    197771    180374   3903263     10.09     10.80  --
3416.21/855.69	c  N dy 24980   5639641       900      4022     56442    116723    180374   1709962     10.09     10.69  --
3429.02/858.85	c  N dy 25063   5659849       900      4022     56442    136332    180374   2228571     10.09     10.63  --
3442.96/862.32	c  N dy 25135   5679899       900      4022     56442    155761    180374   2746148     10.09     12.38  --
3459.77/866.59	c  N dy 25225   5699998       900      4022     56442    175291    180374   3267012     10.09     10.67  --
3472.12/869.63	c  S st 25277   5714354       900      4022     56442    189193    180374   3640230     10.09   no data  --
3472.54/869.73	c  S st 25277   5714858       900      4022     56442    189695    180374   3659681     10.09   no data  --
3472.54/869.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
3472.54/869.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3474.51/870.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.1M T:  1.85
3474.91/870.35	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3481.73/872.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  6.75 s
3481.73/872.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
3481.73/872.06	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
3684.13/922.73	c lits-rem:       260  cl-subs:    15537  v-elim:      0  v-fix:    0  time: 201.98 s
3684.13/922.73	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.00
3684.92/922.90	c vivif2 --  cl tried   174158 cl shrink        0 lits rem          0 time: 0.68
3686.12/923.22	c asymm  cl-useful: 0/813/4022 lits-rem:0 time: 1.30
3686.12/923.23	c calculated reachability. Time: 0.00
3686.12/923.23	c  N dy 25277   5714858       900      4022     56442    174158    180374   3448408     10.09   no data  --
3702.10/927.29	c  N dy 25361   5734965       900      4022     56442    193627    180374   3961365     10.09     10.69  --
3719.27/931.58	c  N dy 25450   5755411       900      4022     56442    111897    180374   1584828     10.09     10.75  --
3732.84/934.93	c  N dy 25547   5775677       900      4022     56442    131504    180374   2099801     10.09     10.80  --
3746.81/938.46	c  N dy 25629   5795842       900      4022     56442    151028    180374   2606242     10.09     10.66  --
3760.40/941.89	c  N dy 25705   5815877       900      4022     56442    170455    180374   3113180     10.09     11.55  --
3774.37/945.38	c  N dy 25775   5835923       900      4022     56442    189846    180374   3605091     10.09     11.55  --
3789.54/949.14	c  N dy 25862   5856008       900      4022     56442    106708    180374   1421145     10.09     11.42  --
3800.72/951.92	c  N dy 25954   5876315       900      4022     56442    126414    180374   1930953     10.09     10.65  --
3812.70/954.95	c  N dy 26051   5896373       900      4022     56442    145822    180374   2436905     10.09     11.52  --
3826.68/958.42	c  N dy 26155   5916641       900      4022     56442    165510    180374   2962274     10.09     10.65  --
3841.88/962.28	c  N dy 26245   5936924       900      4022     56442    185224    180374   3491886     10.09     10.65  --
3859.04/966.52	c  N dy 26336   5957391       900      4022     56442    205038    180374   4013512     10.09     10.72  --
3873.39/970.19	c  N dy 26436   5977460       900      4022     56442    120847    180374   1781342     10.09     11.85  --
3886.96/973.52	c  N dy 26534   5997492       900      4022     56442    140320    180374   2297469     10.09     10.84  --
3899.74/976.74	c  N dy 26627   6017584       900      4022     56442    159777    180374   2814586     10.09     13.12  --
3913.32/980.18	c  N dy 26705   6037588       900      4022     56442    179161    180374   3317747     10.09     11.04  --
3927.30/983.63	c  N dy 26790   6057819       900      4022     56442    198806    180374   3841604     10.09     10.65  --
3942.07/987.38	c  N dy 26868   6077925       900      4022     56442    113571    180374   1567676     10.09     10.65  --
3953.65/990.27	c  N dy 26957   6098708       900      4022     56442    133737    180374   2099108     10.09     10.80  --
3966.02/993.35	c  N dy 27052   6118803       900      4022     56442    153199    180374   2606677     10.09     10.74  --
3978.03/996.35	c  N dy 27122   6138878       900      4022     56442    172675    180374   3125732     10.09     11.65  --
3991.97/999.80	c  N dy 27221   6158940       900      4022     56443    192115    180374   3639894     10.09     10.83  --
4010.75/1004.57	c  N dy 27330   6179044       900      4022     56443    105896    180374   1346195     10.09     10.66  --
4022.72/1007.50	c  N dy 27423   6199077       900      4022     56443    125330    180374   1859443     10.09     10.63  --
4031.51/1009.71	c  S st 27484   6214859       900      4022     56443    140642    180374   2262203     10.09      9.02  --
4031.51/1009.77	c  S st 27484   6215362       900      4022     56443    141144    180374   2279700     10.09   no data  --
4031.51/1009.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4031.51/1009.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4032.71/1010.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.6M T:  0.98
4033.10/1010.11	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4037.90/1011.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.08 s
4037.90/1011.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
4038.30/1011.40	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
4056.27/1015.94	c lits-rem:       120  cl-subs:     6152  v-elim:      0  v-fix:    0  time: 18.12 s
4056.27/1015.94	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.01
4056.68/1016.05	c vivif2 --  cl tried   134992 cl shrink       94 lits rem         94 time: 0.44
4057.46/1016.29	c asymm  cl-useful: 0/1010/4022 lits-rem:0 time: 0.93
4057.46/1016.29	c calculated reachability. Time: 0.00
4057.46/1016.29	c  N dy 27484   6215362       900      4022     56443    134992    180374   2199395     10.09   no data  --
4069.45/1019.25	c  N dy 27571   6235439       900      4022     56443    154504    180374   2729631     10.09     10.68  --
4082.22/1022.42	c  N dy 27671   6255775       900      4022     56443    174240    180374   3260001     10.09     10.64  --
4095.00/1025.63	c  N dy 27755   6275789       900      4022     56443    193653    180374   3764415     10.09     10.69  --
4112.57/1030.08	c  N dy 27837   6296312       900      4022     56443    106941    180374   1367135     10.09     10.68  --
4124.94/1033.19	c  N dy 27906   6316395       900      4022     56443    126403    180374   1869308     10.09     10.64  --
4136.52/1036.07	c  N dy 28012   6336831       900      4022     56443    146240    180374   2411344     10.09     10.67  --
4149.33/1039.23	c  N dy 28098   6356832       900      4022     56443    165640    180374   2919357     10.09     10.69  --
4162.87/1042.61	c  N dy 28192   6377179       900      4022     56443    185410    180374   3440432     10.09     10.73  --
4176.04/1045.96	c  N dy 28272   6397246       900      4022     56443    204921    180374   3972955     10.09     10.68  --
4192.02/1050.00	c  N dy 28361   6417599       900      4022     56443    116939    180374   1607409     10.09     10.74  --
4205.20/1053.21	c  N dy 28459   6438715       900      4022     56443    137447    180374   2161575     10.09     10.64  --
4218.78/1056.61	c  N dy 28550   6458935       900      4022     56443    157077    180374   2689506     10.09     10.64  --
4232.78/1060.11	c  N dy 28642   6479161       900      4022     56443    176673    180374   3210482     10.09     10.63  --
4247.52/1063.85	c  N dy 28723   6499199       900      4022     56443    196112    180374   3736197     10.09     10.72  --
4261.90/1067.46	c  N dy 28828   6519306       900      4022     56443    215577    180374   4265760     10.09     10.85  --
4275.47/1070.87	c  N dy 28899   6540763       900      4022     56443    127771    180374   1865242     10.09     10.63  --
4287.06/1073.75	c  N dy 28989   6560917       900      4022     56443    147348    180374   2389597     10.09     10.64  --
4300.22/1077.00	c  N dy 29087   6581266       900      4022     56443    167113    180374   2904142     10.09     10.68  --
4313.01/1080.27	c  N dy 29186   6601358       900      4022     56443    186661    180374   3418032     10.09     10.64  --
4327.38/1083.85	c  N dy 29262   6621690       900      4022     56443    206358    180374   3922396     10.09     10.71  --
4342.17/1087.57	c  N dy 29354   6641792       900      4022     56443    116233    180374   1554473     10.09     10.99  --
4353.33/1090.38	c  N dy 29452   6662125       900      4022     56443    136007    180374   2080689     10.09     10.92  --
4365.31/1093.30	c  N dy 29506   6682474       900      4022     56443    155693    180374   2599736     10.09     11.11  --
4379.29/1096.85	c  N dy 29582   6703338       900      4022     56443    175950    180374   3130951     10.09     10.64  --
4388.86/1099.20	c  S st 29647   6715362       900      4022     56443    187583    180374   3434507     10.09   no data  --
4388.86/1099.29	c  S st 29647   6715865       900      4022     56443    188082    180374   3452029     10.09   no data  --
4389.26/1099.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4389.26/1099.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4390.49/1099.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.1M T:  1.45
4391.27/1099.80	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4396.86/1101.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  5.83 s
4396.86/1101.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    900 time:  0.02 s
4396.86/1101.27	c Removed useless bin:       0  fixed:     0  props:   0.29M  time:  0.02 s
4574.96/1145.81	c lits-rem:       164  cl-subs:    14213  v-elim:      0  v-fix:    0  time: 177.67 s
4574.96/1145.81	c vivif2 --  cl tried     4022 cl shrink        0 lits rem          0 time: 0.01
4575.37/1145.99	c vivif2 --  cl tried   173869 cl shrink        0 lits rem          0 time: 0.70
4576.93/1146.34	c asymm  cl-useful: 0/842/4022 lits-rem:0 time: 1.43
4576.93/1146.35	c calculated reachability. Time: 0.00
4576.93/1146.35	c  N dy 29647   6715865       900      4022     56443    173869    180374   3262215     10.09   no data  --
4593.70/1150.51	c  N dy 29736   6735874       900      4022     56443    193286    180374   3771559     10.09     11.28  --
4612.07/1155.12	c  N dy 29829   6756039       900      4022     56443    212842    180374   4284386     10.09     10.83  --
4629.64/1159.58	c  N dy 29928   6776432       900      4022     56443    122270    180374   1710577     10.09     10.65  --
4643.61/1163.08	c  N dy 30019   6796500       900      4022     56443    141739    180374   2221393     10.09     10.66  --
4658.41/1166.74	c  N dy 30093   6816617       900      4022     56443    161210    180374   2725908     10.09     10.66  --
4672.76/1170.32	c  N dy 30178   6836885       900      4022     56443    180910    180374   3255582     10.09     10.76  --
4686.33/1173.78	c  N dy 30284   6856990       900      4022     56443    200463    180374   3779340     10.09     10.67  --
4700.31/1177.21	c  N dy 30361   6877247       900      4022     56443    220177    180374   4322712     10.09     10.73  --
4713.88/1180.67	c  N dy 30451   6897497       900      4022     56443    128268    180374   1843027     10.09     10.63  --
4725.86/1183.63	c  N dy 30525   6918179       900      4022     56443    148382    180374   2363007     10.09     10.63  --
4738.24/1186.73	c  N dy 30599   6938526       900      4022     56443    168104    180374   2870240     10.09     10.71  --
4751.82/1190.13	c  N dy 30688   6958628       900      4022     56443    187623    180374   3369619     10.09     10.68  --
4765.80/1193.64	c  N dy 30775   6978779       900      4022     56443    207164    180374   3880186     10.09     10.68  --
4782.15/1197.78	c  N dy 30866   6998784       900      4022     56443    114033    180374   1452655     10.09     11.68  --
4792.95/1200.43	c  N dy 30949   7018796       900      4022     56443    133507    180374   1967541     10.09     10.69  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.19 8.11 7.90 6/241 7306
/proc/meminfo: memFree=18248324/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 411 0 0 0 0 0 0 0 23 0 4 0 650851590 52465664 352 33554432000 4194304 4650419 140735328265552 18446744073709551615 47664508635058 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 12809 352 303 112 0 7774 0
[pid=7306/tid=7307] ppid=7304 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 650851590 52465664 352 33554432000 4194304 4650419 140735328265552 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 650851590 52465664 352 33554432000 4194304 4650419 140735328265552 18446744073709551615 47664508635058 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 650851590 52465664 352 33554432000 4194304 4650419 140735328265552 18446744073709551615 47664508635058 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0608499 s]
/proc/loadavg: 8.19 8.11 7.90 6/241 7306
/proc/meminfo: memFree=18248324/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=284696 CPUtime=0.22 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) D 7304 7306 6866 0 -1 4202496 4400 0 0 0 21 1 0 0 18 0 4 0 650851590 291528704 4306 33554432000 4194304 4650419 140735328265552 18446744073709551615 222921437893 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 71340 4859 387 112 0 66305 0
[pid=7306/tid=7307] ppid=7304 vsize=285572 CPUtime=0.05 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) S 7304 7306 6866 0 -1 4202560 1275 0 0 0 5 0 0 0 18 0 4 0 650851590 292425728 5006 33554432000 4194304 4650419 140735328265552 18446744073709551615 222921882094 0 0 4096 2 18446604464850839360 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=290480 CPUtime=0.84 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 2640 0 0 0 84 0 0 0 19 0 4 0 650851590 297451520 7745 33554432000 4194304 4650419 140735328265552 18446744073709551615 4333866 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=290480 CPUtime=0.84 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 2364 0 0 0 84 0 0 0 19 0 4 0 650851590 297451520 7746 33554432000 4194304 4650419 140735328265552 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 284696

[startup+0.959795 s]
/proc/loadavg: 8.19 8.11 7.90 6/241 7306
/proc/meminfo: memFree=18248324/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=290852 CPUtime=3.8 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 11844 0 0 0 378 2 0 0 19 0 4 0 650851590 297832448 7512 33554432000 4194304 4650419 140735328265552 18446744073709551615 4315137 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 72713 7512 392 112 0 67678 0
[pid=7306/tid=7307] ppid=7304 vsize=290852 CPUtime=0.93 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 3018 0 0 0 93 0 0 0 19 0 4 0 650851590 297832448 7512 33554432000 4194304 4650419 140735328265552 18446744073709551615 4333403 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=290852 CPUtime=0.94 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 2955 0 0 0 94 0 0 0 19 0 4 0 650851590 297832448 7513 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=290852 CPUtime=0.94 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 2466 0 0 0 94 0 0 0 19 0 4 0 650851590 297832448 7513 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 290852

[startup+1.00079 s]
/proc/loadavg: 8.19 8.11 7.90 6/241 7306
/proc/meminfo: memFree=18248324/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=290968 CPUtime=3.98 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 12161 0 0 0 395 3 0 0 19 0 4 0 650851590 297951232 7203 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366018 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 72742 7203 392 112 0 67707 0
[pid=7306/tid=7307] ppid=7304 vsize=290968 CPUtime=0.98 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 3044 0 0 0 98 0 0 0 19 0 4 0 650851590 297951232 7203 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=290968 CPUtime=0.98 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 2983 0 0 0 98 0 0 0 19 0 4 0 650851590 297951232 7203 33554432000 4194304 4650419 140735328265552 18446744073709551615 4363750 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=290968 CPUtime=0.98 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 2706 0 0 0 98 0 0 0 19 0 4 0 650851590 297951232 7203 33554432000 4194304 4650419 140735328265552 18446744073709551615 4363768 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 290968

[startup+1.10077 s]
/proc/loadavg: 8.19 8.11 7.90 6/241 7306
/proc/meminfo: memFree=18248324/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=290968 CPUtime=4.38 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 12465 0 0 0 435 3 0 0 19 0 4 0 650851590 297951232 7507 33554432000 4194304 4650419 140735328265552 18446744073709551615 4311360 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 72742 7507 392 112 0 67707 0
[pid=7306/tid=7307] ppid=7304 vsize=290968 CPUtime=1.08 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 3107 0 0 0 108 0 0 0 19 0 4 0 650851590 297951232 7507 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=290968 CPUtime=1.08 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 3060 0 0 0 108 0 0 0 19 0 4 0 650851590 297951232 7507 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=290968 CPUtime=1.08 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 2800 0 0 0 108 0 0 0 19 0 4 0 650851590 297951232 7507 33554432000 4194304 4650419 140735328265552 18446744073709551615 4334017 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 290968

[startup+1.5007 s]
/proc/loadavg: 8.19 8.11 7.90 6/241 7306
/proc/meminfo: memFree=18248324/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=282444 CPUtime=5.97 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 14725 0 0 0 594 3 0 0 19 0 4 0 650851590 289222656 7616 33554432000 4194304 4650419 140735328265552 18446744073709551615 4363693 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 70611 7616 393 112 0 65576 0
[pid=7306/tid=7307] ppid=7304 vsize=282444 CPUtime=1.48 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 3653 0 0 0 147 1 0 0 20 0 4 0 650851590 289222656 7616 33554432000 4194304 4650419 140735328265552 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=282444 CPUtime=1.48 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 3630 0 0 0 148 0 0 0 20 0 4 0 650851590 289222656 7616 33554432000 4194304 4650419 140735328265552 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=282444 CPUtime=1.49 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 3424 0 0 0 148 1 0 0 20 0 4 0 650851590 289222656 7616 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 282444

[startup+3.1004 s]
/proc/loadavg: 8.18 8.10 7.90 9/245 7310
/proc/meminfo: memFree=18175700/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=288904 CPUtime=12.36 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 23668 0 0 0 1231 5 0 0 25 0 4 0 650851590 295837696 15410 33554432000 4194304 4650419 140735328265552 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 72226 15410 394 112 0 67191 0
[pid=7306/tid=7307] ppid=7304 vsize=288904 CPUtime=3.07 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 5551 0 0 0 306 1 0 0 25 0 4 0 650851590 295837696 15410 33554432000 4194304 4650419 140735328265552 18446744073709551615 4435892 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=288904 CPUtime=3.08 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 7089 0 0 0 307 1 0 0 25 0 4 0 650851590 295837696 15410 33554432000 4194304 4650419 140735328265552 18446744073709551615 4436163 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=288904 CPUtime=3.09 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 5234 0 0 0 308 1 0 0 25 0 4 0 650851590 295837696 15410 33554432000 4194304 4650419 140735328265552 18446744073709551615 4229658 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 288904

[startup+6.30882 s]
/proc/loadavg: 8.18 8.10 7.90 9/245 7310
/proc/meminfo: memFree=18174328/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=303940 CPUtime=25.17 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 33117 0 0 0 2510 7 0 0 25 0 4 0 650851590 311234560 20424 33554432000 4194304 4650419 140735328265552 18446744073709551615 4439636 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 75985 20424 394 112 0 70950 0
[pid=7306/tid=7307] ppid=7304 vsize=303940 CPUtime=6.25 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 9008 0 0 0 623 2 0 0 25 0 4 0 650851590 311234560 20424 33554432000 4194304 4650419 140735328265552 18446744073709551615 4436173 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=303940 CPUtime=6.29 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 8215 0 0 0 628 1 0 0 25 0 4 0 650851590 311234560 20424 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=303940 CPUtime=6.3 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 8089 0 0 0 628 2 0 0 25 0 4 0 650851590 311234560 20424 33554432000 4194304 4650419 140735328265552 18446744073709551615 4363680 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 303940

[startup+12.7007 s]
/proc/loadavg: 8.15 8.10 7.91 9/245 7310
/proc/meminfo: memFree=18146200/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=296948 CPUtime=50.69 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 44653 0 0 0 5060 9 0 0 25 0 4 0 650851590 304074752 25625 33554432000 4194304 4650419 140735328265552 18446744073709551615 4439573 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 74237 25625 394 112 0 69202 0
[pid=7306/tid=7307] ppid=7304 vsize=296948 CPUtime=12.6 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 11921 0 0 0 1258 2 0 0 25 0 4 0 650851590 304074752 25625 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=296948 CPUtime=12.69 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 11579 0 0 0 1267 2 0 0 25 0 4 0 650851590 304074752 25625 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=296948 CPUtime=12.69 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 12041 0 0 0 1266 3 0 0 25 0 4 0 650851590 304074752 25625 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 296948

[startup+25.5003 s]
/proc/loadavg: 8.13 8.10 7.91 9/245 7310
/proc/meminfo: memFree=18099048/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=308216 CPUtime=101.8 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 70524 0 0 0 10166 14 0 0 25 0 4 0 650851590 315613184 36862 33554432000 4194304 4650419 140735328265552 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 77054 36862 394 112 0 72019 0
[pid=7306/tid=7307] ppid=7304 vsize=308216 CPUtime=25.31 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 17572 0 0 0 2528 3 0 0 25 0 4 0 650851590 315613184 36862 33554432000 4194304 4650419 140735328265552 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=308216 CPUtime=25.48 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 17060 0 0 0 2545 3 0 0 25 0 4 0 650851590 315613184 36862 33554432000 4194304 4650419 140735328265552 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=308216 CPUtime=25.49 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 23055 0 0 0 2544 5 0 0 25 0 4 0 650851590 315613184 36862 33554432000 4194304 4650419 140735328265552 18446744073709551615 4436011 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 308216

[startup+51.1006 s]
/proc/loadavg: 8.15 8.10 7.91 9/245 7311
/proc/meminfo: memFree=18037268/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=364552 CPUtime=204.02 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 117768 0 0 0 20377 25 0 0 25 0 4 0 650851590 373301248 46729 33554432000 4194304 4650419 140735328265552 18446744073709551615 4333866 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 91138 46729 394 112 0 86103 0
[pid=7306/tid=7307] ppid=7304 vsize=364552 CPUtime=50.72 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 29764 0 0 0 5066 6 0 0 25 0 4 0 650851590 373301248 46729 33554432000 4194304 4650419 140735328265552 18446744073709551615 4314936 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=364552 CPUtime=51.08 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 28434 0 0 0 5103 5 0 0 25 0 4 0 650851590 373301248 46730 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=364552 CPUtime=51.09 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 37210 0 0 0 5100 9 0 0 25 0 4 0 650851590 373301248 46730 33554432000 4194304 4650419 140735328265552 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 364552

[startup+102.3 s]
/proc/loadavg: 8.13 8.10 7.92 9/245 7312
/proc/meminfo: memFree=17966380/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=488384 CPUtime=408.43 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 205078 0 0 0 40799 44 0 0 25 0 4 0 650851590 500105216 56106 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 122096 56106 394 112 0 117061 0
[pid=7306/tid=7307] ppid=7304 vsize=488384 CPUtime=101.54 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 49375 0 0 0 10144 10 0 0 25 0 4 0 650851590 500105216 56106 33554432000 4194304 4650419 140735328265552 18446744073709551615 4315103 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=488384 CPUtime=102.28 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 56763 0 0 0 10217 11 0 0 25 0 4 0 650851590 500105216 56106 33554432000 4194304 4650419 140735328265552 18446744073709551615 4313304 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=488384 CPUtime=102.29 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 63011 0 0 0 10214 15 0 0 25 0 4 0 650851590 500105216 56106 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.43
Current children cumulated vsize (KiB) 488384

[startup+162.3 s]

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

[pid=7306] ppid=7304 vsize=600296 CPUtime=2564.54 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 1071856 0 0 0 256189 265 0 0 25 0 4 0 650851590 614703104 122214 33554432000 4194304 4650419 140735328265552 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 150074 122214 394 112 0 145039 0
[pid=7306/tid=7307] ppid=7304 vsize=600296 CPUtime=637.64 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 286450 0 0 0 63700 64 0 0 25 0 4 0 650851590 614703104 122214 33554432000 4194304 4650419 140735328265552 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=600296 CPUtime=642.28 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 403997 0 0 0 64135 93 0 0 25 0 4 0 650851590 614703104 122214 33554432000 4194304 4650419 140735328265552 18446744073709551615 4333710 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=600296 CPUtime=642.3 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 240618 0 0 0 64161 69 0 0 25 0 4 0 650851590 614703104 122214 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2564.54
Current children cumulated vsize (KiB) 600296

[startup+702.301 s]
/proc/loadavg: 8.12 8.15 8.02 9/245 7331
/proc/meminfo: memFree=17567696/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=678996 CPUtime=2804.12 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 1136140 0 0 0 280124 288 0 0 25 0 4 0 650851590 695291904 130630 33554432000 4194304 4650419 140735328265552 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 169749 130630 394 112 0 164714 0
[pid=7306/tid=7307] ppid=7304 vsize=678996 CPUtime=697.21 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 300589 0 0 0 69652 69 0 0 25 0 4 0 650851590 695291904 130630 33554432000 4194304 4650419 140735328265552 18446744073709551615 4333619 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=678996 CPUtime=702.28 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 428673 0 0 0 70127 101 0 0 25 0 4 0 650851590 695291904 130630 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=678996 CPUtime=702.3 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 252937 0 0 0 70155 75 0 0 25 0 4 0 650851590 695291904 130630 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366772 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2804.12
Current children cumulated vsize (KiB) 678996

[startup+762.301 s]
/proc/loadavg: 8.20 8.16 8.03 9/245 7333
/proc/meminfo: memFree=17518160/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=711320 CPUtime=3043.69 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 1185650 0 0 0 304063 306 0 0 25 0 4 0 650851590 728391680 130940 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 177830 130940 394 112 0 172795 0
[pid=7306/tid=7307] ppid=7304 vsize=711320 CPUtime=756.77 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 315369 0 0 0 75604 73 0 0 25 0 4 0 650851590 728391680 130940 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=711320 CPUtime=762.28 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 442765 0 0 0 76122 106 0 0 25 0 4 0 650851590 728391680 130940 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=711320 CPUtime=762.3 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 264205 0 0 0 76149 81 0 0 25 0 4 0 650851590 728391680 130940 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3043.69
Current children cumulated vsize (KiB) 711320

[startup+822.301 s]
/proc/loadavg: 8.18 8.16 8.04 9/245 7335
/proc/meminfo: memFree=17477456/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=745412 CPUtime=3283.26 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 1240717 0 0 0 328002 324 0 0 25 0 4 0 650851590 763301888 133452 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 186353 133452 394 112 0 181318 0
[pid=7306/tid=7307] ppid=7304 vsize=745412 CPUtime=816.33 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 328728 0 0 0 81556 77 0 0 25 0 4 0 650851590 763301888 133452 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=745412 CPUtime=822.28 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 460185 0 0 0 82118 110 0 0 25 0 4 0 650851590 763301888 133452 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365369 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=745412 CPUtime=822.31 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 276419 0 0 0 82145 86 0 0 25 0 4 0 650851590 763301888 133452 33554432000 4194304 4650419 140735328265552 18446744073709551615 4363768 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3283.26
Current children cumulated vsize (KiB) 745412

[startup+882.301 s]
/proc/loadavg: 5.99 7.58 7.85 5/236 7354
/proc/meminfo: memFree=18109700/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=832808 CPUtime=3522.82 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 1326739 0 0 0 351933 349 0 0 25 0 4 0 650851590 852795392 127824 33554432000 4194304 4650419 140735328265552 18446744073709551615 4476288 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 208202 127824 394 112 0 203167 0
[pid=7306/tid=7307] ppid=7304 vsize=832808 CPUtime=875.89 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 339951 0 0 0 87507 82 0 0 25 0 4 0 650851590 852795392 127824 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=832808 CPUtime=882.28 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 503067 0 0 0 88107 121 0 0 25 0 4 0 650851590 852795392 127824 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=832808 CPUtime=882.31 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 300538 0 0 0 88141 90 0 0 25 0 4 0 650851590 852795392 127824 33554432000 4194304 4650419 140735328265552 18446744073709551615 4476466 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3522.82
Current children cumulated vsize (KiB) 832808

[startup+942.301 s]
/proc/loadavg: 4.76 6.94 7.61 5/236 7356
/proc/meminfo: memFree=18102000/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=844772 CPUtime=3762.41 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 1451378 0 0 0 375855 386 0 0 25 0 4 0 650851590 865046528 129455 33554432000 4194304 4650419 140735328265552 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 211193 129455 394 112 0 206158 0
[pid=7306/tid=7307] ppid=7304 vsize=844772 CPUtime=935.46 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 392095 0 0 0 93455 91 0 0 25 0 4 0 650851590 865046528 129456 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=844772 CPUtime=942.29 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 519800 0 0 0 94096 133 0 0 25 0 4 0 650851590 865046528 129456 33554432000 4194304 4650419 140735328265552 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=844772 CPUtime=942.31 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 335909 0 0 0 94131 100 0 0 25 0 4 0 650851590 865046528 129456 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3762.41
Current children cumulated vsize (KiB) 844772

[startup+1002.3 s]
/proc/loadavg: 4.31 6.42 7.38 5/236 7357
/proc/meminfo: memFree=18064024/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=813112 CPUtime=4001.97 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 1572821 0 0 0 399780 417 0 0 25 0 4 0 650851590 832626688 139273 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 203278 139273 394 112 0 198243 0
[pid=7306/tid=7307] ppid=7304 vsize=813112 CPUtime=995.02 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 400756 0 0 0 99408 94 0 0 25 0 4 0 650851590 832626688 139273 33554432000 4194304 4650419 140735328265552 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=813112 CPUtime=1002.28 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 611231 0 0 0 100077 151 0 0 25 0 4 0 650851590 832626688 139273 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=813112 CPUtime=1002.31 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 346446 0 0 0 100126 105 0 0 25 0 4 0 650851590 832626688 139273 33554432000 4194304 4650419 140735328265552 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4001.97
Current children cumulated vsize (KiB) 813112

[startup+1062.31 s]
/proc/loadavg: 4.22 6.00 7.18 5/236 7359
/proc/meminfo: memFree=18018864/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=879244 CPUtime=4241.56 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 1614722 0 0 0 423718 438 0 0 25 0 4 0 650851590 900345856 150104 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 219811 150104 394 112 0 214776 0
[pid=7306/tid=7307] ppid=7304 vsize=879244 CPUtime=1054.6 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 408714 0 0 0 105361 99 0 0 25 0 4 0 650851590 900345856 150104 33554432000 4194304 4650419 140735328265552 18446744073709551615 4328437 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=879244 CPUtime=1062.3 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 630354 0 0 0 106071 159 0 0 25 0 4 0 650851590 900345856 150104 33554432000 4194304 4650419 140735328265552 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=879244 CPUtime=1062.32 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 355324 0 0 0 106121 111 0 0 25 0 4 0 650851590 900345856 150104 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4241.56
Current children cumulated vsize (KiB) 879244

[startup+1122.3 s]
/proc/loadavg: 4.15 5.65 6.98 5/236 7361
/proc/meminfo: memFree=18027152/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=993980 CPUtime=4481.11 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 1651951 0 0 0 447658 453 0 0 25 0 4 0 650851590 1017835520 148147 33554432000 4194304 4650419 140735328265552 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 248495 148147 394 112 0 243460 0
[pid=7306/tid=7307] ppid=7304 vsize=993980 CPUtime=1114.16 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 414830 0 0 0 111314 102 0 0 25 0 4 0 650851590 1017835520 148147 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=993980 CPUtime=1122.29 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 649032 0 0 0 112063 166 0 0 25 0 4 0 650851590 1017835520 148147 33554432000 4194304 4650419 140735328265552 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=993980 CPUtime=1122.31 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 362032 0 0 0 112118 113 0 0 25 0 4 0 650851590 1017835520 148147 33554432000 4194304 4650419 140735328265552 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4481.11
Current children cumulated vsize (KiB) 993980

[startup+1182.3 s]
/proc/loadavg: 4.12 5.37 6.80 5/236 7362
/proc/meminfo: memFree=18033448/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=748620 CPUtime=4720.67 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 1826134 0 0 0 471576 491 0 0 25 0 4 0 650851590 766586880 146906 33554432000 4194304 4650419 140735328265552 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 187155 146906 394 112 0 182120 0
[pid=7306/tid=7307] ppid=7304 vsize=748620 CPUtime=1173.72 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 509863 0 0 0 117255 117 0 0 25 0 4 0 650851590 766586880 146906 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=748620 CPUtime=1182.28 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 709748 0 0 0 118048 180 0 0 25 0 4 0 650851590 766586880 146906 33554432000 4194304 4650419 140735328265552 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=748620 CPUtime=1182.32 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 371280 0 0 0 118115 117 0 0 25 0 4 0 650851590 766586880 146906 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4720.67
Current children cumulated vsize (KiB) 748620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.2 s]
/proc/loadavg: 4.09 5.28 6.74 5/236 7363
/proc/meminfo: memFree=18015212/32951124 swapFree=66522240/67111528
[pid=7306] ppid=7304 vsize=814220 CPUtime=4800.14 cores=1,3,5,7
/proc/7306/stat : 7306 (strangenight1-m) R 7304 7306 6866 0 -1 4202496 1843007 0 0 0 479516 498 0 0 25 0 4 0 650851590 833761280 150994 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7306/statm: 203555 150994 394 112 0 198520 0
[pid=7306/tid=7307] ppid=7304 vsize=814220 CPUtime=1193.47 cores=1,3,5,7
/proc/7306/task/7307/stat : 7307 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 512711 0 0 0 119229 118 0 0 25 0 4 0 650851590 833761280 150996 33554432000 4194304 4650419 140735328265552 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7306/tid=7308] ppid=7304 vsize=814220 CPUtime=1202.19 cores=1,3,5,7
/proc/7306/task/7308/stat : 7308 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 716101 0 0 0 120036 183 0 0 25 0 4 0 650851590 833761280 150996 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7306/tid=7309] ppid=7304 vsize=814220 CPUtime=1202.22 cores=1,3,5,7
/proc/7306/task/7309/stat : 7309 (strangenight1-m) R 7304 7306 6866 0 -1 4202560 376520 0 0 0 120103 119 0 0 25 0 4 0 650851590 833761280 150996 33554432000 4194304 4650419 140735328265552 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 814220

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): 1202.24
CPU time (s): 4800.21
CPU user time (s): 4795.2
CPU system time (s): 5.00724
CPU usage (%): 399.272
Max. virtual memory (cumulated for all children) (KiB): 1043552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.2
system time used= 5.00724
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1843010
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= 1591
involuntary context switches= 28530

runsolver used 2.40063 second user time and 6.37903 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 19:01:48
IDJOB=3369348
IDBENCH=71540
IDSOLVER=1846
FILE ID=node109/3369348-1305392508
RUNJOBID= node109-1305389290-6885
PBS_JOBID= 13324441
Free space on /tmp= 73220 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes7.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369348-1305392508/watcher-3369348-1305392508 -o /tmp/evaluation-result-3369348-1305392508/solver-3369348-1305392508 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369348-1305392508.cnf

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

MD5SUM BENCH= 6200c727c8a5a324974090a1f9a6d7ab
RANDOM SEED=1479334870

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18248728 kB
Buffers:        275872 kB
Cached:        2943356 kB
SwapCached:      19100 kB
Active:        6764432 kB
Inactive:      7707592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18248728 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:            7012 kB
Writeback:          48 kB
AnonPages:    11240632 kB
Mapped:          18756 kB
Slab:           136680 kB
PageTables:      31680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18358756 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= 73220 MiB
End job on node109 at 2011-05-14 19:21:53