Trace number 3259383

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.12 1215.75

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2100c215164gyes4.cnf
MD5SUM2caae162eff2e5f641cadfad345a5401
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3259383-1304029026.cnf'
0.00/0.01	c -- header says num vars:           2100
0.00/0.01	c -- header says num clauses:      215164
0.05/0.07	c -- clauses added:            0 learnts,       215164 normals,            0 xors
0.05/0.07	c -- vars added       2100
0.05/0.07	c Parsing time:  0.03 s
0.05/0.07	c  N st     0         0      2100        70    215094         0    432288         0   no data   no data
0.05/0.07	c asymm  cl-useful: 0/70/70 lits-rem:0 time: 0.00
0.05/0.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
0.05/0.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.05/0.16	c bin-w-bin subsume rem            0 bins  time:  0.02 s
0.05/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
0.61/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2100 time:  0.02 s
0.61/0.20	c Removed useless bin:       0  fixed:     0  props:   1.08M  time:  0.02 s
0.77/0.28	c lits-rem:       331  cl-subs:        0  v-elim:     70  v-fix:    0  time:  0.06 s
0.77/0.28	c Finding binary XORs  T:     0.00 s  found:       0
0.77/1.04	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.77/1.04	c calculated reachability. Time: 0.00
0.77/1.04	c Calc default polars -  time:   0.00 s pos:       0 undec:      70 neg:    2030
0.77/1.04	c =========================================================================================
0.77/1.04	c types(t): F = full restart, N = normal restart
0.77/1.04	c types(t): S = simplification begin/end, E = solution found
0.77/1.04	c restart types(rt): st = static, dy = dynamic
0.77/1.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/1.04	c  B st     0         0      2030     10527    202537         0    724641         0   no data   no data
0.77/1.04	c  N dy    10      4156      2030     10527    202537      4103    724641    225579     13.75     14.55
0.77/1.04	c  N dy    31      8298      2030     10527    202537      5757    724641    291791     14.18     15.03
4.99/1.34	c  N dy    46     13188      2030     10527    202537      6394    724639    251994     14.06     14.82
6.33/1.64	c  N dy    65     17195      2030     10527    202537     10370    724639    473714     14.06     17.22
7.92/2.04	c  N dy    76     21984      2030     10527    202537      9536    724639    358730     13.90     14.65
10.33/2.65	c  F st    88     25000      2030     10527    202537     12533    724638    523742     13.88     12.06
10.33/2.65	c  N st    91     26189      2030     10527    202537      6958    724637    171333     13.88   no data
10.72/2.78	c  S st    94     30000      2030     10527    202537     10733    724637    383671     13.88   no data
11.14/2.82	c  S st    94     30500      2030     10527    202537     11232    724637    415896     13.88   no data
11.14/2.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.31/3.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.4M T:  0.32
12.31/3.16	c blocked clauses removed:        0 vars:      0 tried:        2030 T: 0.00 s
12.31/3.19	c bin-w-bin subsume rem            0 bins  time:  0.03 s
21.10/5.36	c subs with bin:        0  lits-rem:     69625  v-fix:    0  time:  2.17 s
21.10/5.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
21.51/5.40	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
21.51/5.42	c lits-rem:       526  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
26.70/6.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
27.50/6.90	c lits-rem:       140  cl-subs:     1575  v-elim:      0  v-fix:    0  time:  0.15 s
28.30/7.10	c asymm  cl-useful: 0/1934/10527 lits-rem:0 time: 0.19
28.30/7.10	c calculated reachability. Time: 0.00
28.30/7.10	c  N dy    94     30500      2030     10527    202537      9657    654486    377108     13.88   no data
29.49/7.47	c  N dy   122     34539      2030     10527    202537     13672    654486    651371     14.06     17.07
31.09/7.87	c  N dy   146     38945      2030     10527    202537     10196    654486    352783     14.18     14.98
32.69/8.24	c  N dy   164     42998      2030     10527    202537     14219    654486    629220     14.23     15.88
33.88/8.50	c  S st   182     45750      2030     10527    202537     16950    654486    820437     14.35     14.40
33.88/8.55	c  S st   182     46251      2030     10527    202537     17449    654486    858295     14.35   no data
33.88/8.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
35.08/8.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.9M T:  0.31
35.08/8.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.48/8.90	c bin-w-bin subsume rem            0 bins  time:  0.03 s
41.07/10.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
41.07/10.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
41.07/10.37	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
41.07/10.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
46.69/11.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
48.27/12.16	c lits-rem:        70  cl-subs:      311  v-elim:      0  v-fix:    0  time:  0.36 s
48.27/12.17	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
48.67/12.20	c vivif2 --  cl tried    17138 cl shrink        0 lits rem          0 time: 0.03
49.46/12.40	c asymm  cl-useful: 0/1367/10527 lits-rem:0 time: 0.20
49.46/12.41	c calculated reachability. Time: 0.00
49.46/12.41	c  N dy   182     46251      2030     10527    202537     17138    654486    846350     14.35   no data
50.68/12.78	c  N dy   200     50311      2030     10527    202537     12286    654486    445084     14.44     18.74
52.26/13.16	c  N dy   232     54406      2030     10527    202537     16357    654486    739356     14.65     19.89
53.86/13.57	c  N dy   249     58450      2030     10527    202537     10465    654486    274081     14.71     18.78
55.48/13.97	c  N dy   275     62922      2030     10527    202537     14900    654486    573363     14.80     15.62
57.05/14.38	c  N dy   286     67356      2030     10527    202537     19293    654486    859755     14.79     15.69
57.85/14.57	c  S st   295     69376      2030     10527    202537     21296    654486    991585     14.79     13.09
58.25/14.62	c  S st   295     69876      2030     10527    202537     21796    654486   1030441     14.79   no data
58.25/14.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
59.47/14.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.3M T:  0.31
59.47/14.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.47/14.97	c bin-w-bin subsume rem            0 bins  time:  0.03 s
65.43/16.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
65.43/16.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
65.43/16.45	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
65.43/16.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
71.41/17.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
73.41/18.48	c lits-rem:        92  cl-subs:      364  v-elim:      0  v-fix:    0  time:  0.54 s
73.41/18.48	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
73.81/18.52	c vivif2 --  cl tried    21432 cl shrink        0 lits rem          0 time: 0.04
74.61/18.72	c asymm  cl-useful: 0/2010/10527 lits-rem:0 time: 0.20
74.61/18.73	c calculated reachability. Time: 0.00
74.61/18.73	c  N dy   295     69876      2030     10527    202537     21432    654486   1017527     14.79   no data
76.20/19.18	c  N dy   315     74670      2030     10527    202537     15280    654486    547787     14.79     15.58
78.20/19.63	c  N dy   338     79529      2030     10527    202537     20101    654486    875594     14.83     15.66
80.21/20.12	c  N dy   369     84675      2030     10527    202537     13322    654486    357183     14.91     18.91
81.01/20.38	c  F st   387     87500      2030     10527    202537     16132    654486    559179     14.93     14.37
82.60/20.71	c  N st   392     90798      2030     10527    202537     19414    654486    813625     14.93   no data
84.99/21.30	c  N dy   409     96777      2030     10527    202537     25355    654486   1267746     14.96     15.89
87.39/21.93	c  N dy   433    103366      2030     10527    202537     18970    654486    712148     14.97     15.77
87.79/22.06	c  S st   440    104815      2030     10527    202537     20412    654486    814783     14.97     13.20
88.19/22.11	c  S st   440    105317      2030     10527    202537     20914    654486    853056     14.97   no data
88.19/22.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
89.39/22.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.2M T:  0.31
89.39/22.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
89.39/22.47	c bin-w-bin subsume rem            0 bins  time:  0.03 s
95.38/23.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
95.38/23.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
95.38/23.94	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
95.38/23.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
100.97/25.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
102.57/25.71	c lits-rem:        63  cl-subs:      191  v-elim:      0  v-fix:    0  time:  0.36 s
102.57/25.72	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
102.57/25.75	c vivif2 --  cl tried    20723 cl shrink        0 lits rem          0 time: 0.03
103.38/25.95	c asymm  cl-useful: 0/1321/10527 lits-rem:0 time: 0.20
103.38/25.95	c calculated reachability. Time: 0.00
103.38/25.95	c  N dy   440    105317      2030     10527    202537     20723    654486    844371     14.97   no data
106.56/26.72	c  N dy   468    113008      2030     10527    202537     14461    654486    324472     14.98     15.84
108.96/27.38	c  N dy   492    120248      2030     10527    202537     21639    654486    777498     14.97     15.93
112.18/28.14	c  N dy   532    127990      2030     10527    202537     29321    654486   1297216     15.00     16.06
115.75/29.05	c  N dy   568    137291      2030     10527    202537     23651    654486    884961     15.02     15.84
119.34/29.94	c  N dy   604    146150      2030     10527    202537     16558    654486    367291     15.02     17.30
123.34/30.92	c  N dy   634    156235      2030     10527    202537     26505    654486    983907     15.00     15.83
124.14/31.10	c  S st   638    157975      2030     10527    202537     28232    654486   1089893     14.99     14.28
124.14/31.16	c  S st   638    158476      2030     10527    202537     28732    654486   1124776     14.99   no data
124.14/31.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
125.75/31.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.7M T:  0.34
125.75/31.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
125.75/31.55	c bin-w-bin subsume rem            0 bins  time:  0.03 s
131.33/32.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
131.72/33.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
131.72/33.02	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
131.72/33.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
137.31/34.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
140.10/35.12	c lits-rem:       130  cl-subs:      576  v-elim:      0  v-fix:    0  time:  0.65 s
140.10/35.12	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
140.10/35.17	c vivif2 --  cl tried    28156 cl shrink        0 lits rem          0 time: 0.05
140.90/35.37	c asymm  cl-useful: 0/1846/10527 lits-rem:0 time: 0.20
140.90/35.38	c calculated reachability. Time: 0.00
140.90/35.38	c  N dy   638    158476      2030     10527    202537     28156    654486   1108137     14.99   no data
145.30/36.40	c  N dy   692    168831      2030     10527    202537     21593    654486    642323     15.04     15.88
149.28/37.47	c  N dy   733    179647      2030     10527    202537     32280    654486   1320721     15.04     18.08
154.87/38.86	c  N dy   771    193153      2030     10527    202537     27828    654486    931430     15.01     15.83
160.07/40.10	c  N dy   822    205557      2030     10527    202537     21305    654486    517320     15.01     18.38
165.28/41.43	c  N dy   863    219086      2030     10527    202537     34677    654486   1354587     15.01     15.80
170.85/42.87	c  N dy   921    233275      2030     10527    202537     28947    654486    945229     15.01     15.92
172.85/43.31	c  S st   940    237717      2030     10527    202537     33340    654486   1223616     15.01     14.45
172.85/43.37	c  S st   940    238219      2030     10527    202537     33842    654486   1258769     15.01   no data
172.85/43.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
174.45/43.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.8M T:  0.33
174.45/43.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
174.45/43.75	c bin-w-bin subsume rem            0 bins  time:  0.03 s
180.04/45.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
180.44/45.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
180.44/45.22	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
180.44/45.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
186.03/46.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
189.23/47.45	c lits-rem:       148  cl-subs:      511  v-elim:      0  v-fix:    0  time:  0.77 s
189.23/47.45	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
189.63/47.51	c vivif2 --  cl tried    33331 cl shrink        0 lits rem          0 time: 0.05
190.43/47.71	c asymm  cl-useful: 0/1497/10527 lits-rem:0 time: 0.21
190.43/47.72	c calculated reachability. Time: 0.00
190.43/47.72	c  N dy   940    238219      2030     10527    202537     33331    654486   1241829     15.01   no data
196.42/49.28	c  N dy  1000    253646      2030     10527    202537     27821    654486    836710     15.01     15.82
203.61/51.02	c  N dy  1059    270478      2030     10527    202537     22719    654486    461654     15.00     15.90
210.40/52.73	c  N dy  1134    287974      2030     10527    202537     40047    654486   1537622     15.02     15.83
217.60/54.57	c  F st  1187    306250      2030     10527    202537     35361    654486   1193363     15.01   no data
218.00/54.63	c  N st  1188    306501      2030     10527    202537     35612    654486   1212122     15.01   no data
225.97/56.65	c  N dy  1251    326071      2030     10527    202537     31212    654486    884495     15.01     16.70
234.37/58.78	c  N dy  1314    346182      2030     10527    202537     26361    654486    535327     14.99     15.80
239.16/59.91	c  S st  1354    357329      2030     10527    202537     37379    654486   1206394     14.99     14.87
239.16/59.96	c  S st  1354    357830      2030     10527    202537     37876    654486   1242911     14.99   no data
239.16/59.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
240.75/60.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.6M T:  0.34
240.75/60.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
240.75/60.34	c bin-w-bin subsume rem            0 bins  time:  0.03 s
246.35/61.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
246.35/61.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
246.75/61.81	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
246.75/61.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
252.35/63.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
255.54/64.03	c lits-rem:        91  cl-subs:      414  v-elim:      0  v-fix:    0  time:  0.76 s
255.54/64.04	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
255.94/64.10	c vivif2 --  cl tried    37462 cl shrink        0 lits rem          0 time: 0.06
256.74/64.30	c asymm  cl-useful: 0/1771/10527 lits-rem:0 time: 0.21
256.74/64.31	c calculated reachability. Time: 0.00
256.74/64.31	c  N dy  1354    357830      2030     10527    202537     37462    654486   1229255     14.99   no data
265.13/66.41	c  N dy  1430    377861      2030     10527    202537     31591    654486    831555     15.00     16.94
273.50/68.51	c  N dy  1524    397962      2030     10527    202537     51484    654486   2081272     15.03     18.51
281.90/70.62	c  N dy  1583    418250      2030     10527    202537     44778    654486   1535825     15.01     15.86
290.29/72.79	c  N dy  1656    438646      2030     10527    202537     37249    654486   1061651     15.01     15.82
299.07/74.95	c  N dy  1732    458831      2030     10527    202537     57232    654486   2275917     15.02     15.83
307.86/77.17	c  N dy  1795    479923      2030     10527    202537     49407    654486   1743927     15.01     15.82
317.05/79.40	c  N dy  1870    500618      2030     10527    202537     40235    654486   1147200     15.00     15.87
325.85/81.61	c  N dy  1971    520706      2030     10527    202537     60128    654486   2377986     15.01     15.85
332.63/83.31	c  S st  2033    536747      2030     10527    202537     45316    654486   1447226     15.01   no data
332.63/83.36	c  S st  2033    537248      2030     10527    202537     45817    654486   1483938     15.01   no data
332.63/83.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
334.23/83.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.0M T:  0.35
334.23/83.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
334.23/83.76	c bin-w-bin subsume rem            0 bins  time:  0.03 s
339.82/85.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
340.22/85.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
340.22/85.23	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
340.22/85.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
345.81/86.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
350.20/87.71	c lits-rem:       119  cl-subs:      539  v-elim:      0  v-fix:    0  time:  1.04 s
350.20/87.72	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
350.20/87.79	c vivif2 --  cl tried    45278 cl shrink        0 lits rem          0 time: 0.07
351.40/88.01	c asymm  cl-useful: 0/1214/10527 lits-rem:0 time: 0.22
351.40/88.02	c calculated reachability. Time: 0.00
351.40/88.02	c  N dy  2033    537248      2030     10527    202537     45278    654486   1467222     15.01   no data
360.58/90.35	c  N dy  2111    557511      2030     10527    202537     33667    654486    673783     15.02     15.87
368.98/92.47	c  N dy  2163    577805      2030     10527    202537     53692    654486   1802875     15.00     16.09
377.77/94.66	c  N dy  2234    597914      2030     10527    202537     40975    654486   1066974     14.99     15.79
386.56/96.85	c  N dy  2319    617985      2030     10527    202537     60850    654486   2222264     15.00     17.93
395.35/99.03	c  N dy  2376    638533      2030     10527    202537     47501    654486   1394611     14.98     15.79
404.13/101.29	c  N dy  2455    658692      2030     10527    202537     67449    654486   2593013     14.99     15.81
412.92/103.48	c  N dy  2546    678830      2030     10527    202537     52769    654486   1679487     15.00     15.90
422.11/105.79	c  N dy  2599    698870      2030     10527    202537     36958    654486    673370     14.98     15.84
430.89/107.93	c  N dy  2671    719737      2030     10527    202537     57607    654486   1911807     14.98     15.90
440.48/110.32	c  N dy  2740    739944      2030     10527    202537     40999    654486    867855     14.97     15.83
448.87/112.44	c  N dy  2816    760006      2030     10527    202537     60861    654486   2029185     14.97     15.85
458.05/114.76	c  N dy  2898    780106      2030     10527    202537     43139    654486    946357     14.98     15.88
467.65/117.13	c  N dy  2955    801591      2030     10527    202537     64340    654486   2130448     14.96     15.84
469.64/117.63	c  S st  2970    805872      2030     10527    202537     68551    654486   2364688     14.96     13.32
469.64/117.69	c  S st  2970    806373      2030     10527    202537     69052    654486   2397711     14.96   no data
470.04/117.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
471.24/118.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.9M T:  0.38
471.24/118.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
471.64/118.12	c bin-w-bin subsume rem            0 bins  time:  0.03 s
477.25/119.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
477.25/119.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
477.25/119.59	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
477.62/119.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
483.62/121.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
495.20/124.08	c lits-rem:       271  cl-subs:     1920  v-elim:      0  v-fix:    0  time:  2.96 s
495.20/124.09	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
496.00/124.21	c vivif2 --  cl tried    67132 cl shrink        0 lits rem          0 time: 0.12
496.80/124.43	c asymm  cl-useful: 0/1166/10527 lits-rem:0 time: 0.23
496.80/124.44	c calculated reachability. Time: 0.00
496.80/124.44	c  N dy  2970    806373      2030     10527    202537     67132    654486   2349048     14.96   no data
506.39/126.81	c  N dy  3041    827358      2030     10527    202537     49375    654486   1282859     14.96     15.81
515.58/129.12	c  N dy  3107    848152      2030     10527    202537     69903    654486   2458492     14.96     15.75
524.36/131.39	c  N dy  3174    868181      2030     10527    202537     50200    654486   1256057     14.95     18.51
533.55/133.60	c  N dy  3230    888272      2030     10527    202537     70031    654486   2373603     14.94     16.77
542.34/135.87	c  N dy  3313    908354      2030     10527    202537     49383    654486   1201233     14.94     18.27
551.13/138.02	c  N dy  3389    928482      2030     10527    202537     69301    654486   2353797     14.94     15.77
561.11/140.57	c  N dy  3443    949990      2030     10527    202537     48995    654486   1094512     14.93     15.85
570.30/142.80	c  N dy  3504    969993      2030     10527    202537     68741    654486   2227694     14.93     15.82
579.89/145.29	c  N dy  3578    990266      2030     10527    202537     46300    654486    914441     14.93     15.75
589.07/147.58	c  N dy  3672   1011050      2030     10527    202537     66878    654486   2117130     14.94     15.74
598.66/149.98	c  N dy  3763   1031214      2030     10527    202537     86820    654486   3265808     14.94     15.81
607.84/152.25	c  N dy  3823   1051509      2030     10527    202537     63429    654486   1847346     14.94     15.76
617.85/154.71	c  N dy  3890   1071683      2030     10527    202537     83349    654486   2953420     14.93     15.74
617.85/154.74	c  F st  3891   1071875      2030     10527    202537     83540    654486   2962158     14.93     14.59
627.02/157.06	c  N dy  3950   1092037      2030     10527    202537     58978    654486   1565014     14.93     15.80
636.20/159.39	c  N dy  4004   1112179      2030     10527    202537     78868    654486   2688427     14.92     15.80
646.19/161.83	c  N dy  4088   1132407      2030     10527    202537     53388    654486   1207164     14.93     15.72
655.38/164.14	c  N dy  4148   1152929      2030     10527    202537     73656    654486   2349511     14.92     15.71
665.78/166.72	c  N dy  4201   1172979      2030     10527    202537     47010    654486    785399     14.91     15.76
674.97/169.09	c  N dy  4282   1194267      2030     10527    202537     68055    654486   2032022     14.92     15.72
682.94/171.00	c  S st  4316   1209560      2030     10527    202537     83165    654486   2888275     14.91     15.35
682.94/171.06	c  S st  4316   1210064      2030     10527    202537     83669    654486   2923207     14.91   no data
682.94/171.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
684.53/171.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.5M T:  0.41
684.53/171.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
684.93/171.52	c bin-w-bin subsume rem            0 bins  time:  0.03 s
690.53/172.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
690.53/172.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
690.53/172.98	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
690.93/173.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
696.94/174.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
706.51/176.93	c lits-rem:       391  cl-subs:     2165  v-elim:      0  v-fix:    0  time:  2.39 s
706.51/176.94	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
706.91/177.08	c vivif2 --  cl tried    81504 cl shrink        0 lits rem          0 time: 0.14
708.11/177.30	c asymm  cl-useful: 0/1130/10527 lits-rem:0 time: 0.22
708.11/177.31	c calculated reachability. Time: 0.00
708.11/177.31	c  N dy  4316   1210064      2030     10527    202537     81504    654486   2866183     14.91   no data
717.70/179.74	c  N dy  4394   1230187      2030     10527    202537     53990    654486   1142709     14.91     15.79
726.48/181.99	c  N dy  4463   1250365      2030     10527    202537     73916    654486   2303410     14.91     15.78
736.86/184.60	c  N dy  4530   1271426      2030     10527    202537     94748    654486   3462861     14.91     15.70
746.45/186.96	c  N dy  4584   1291577      2030     10527    202537     66219    654486   1764894     14.90     16.11
756.44/189.43	c  N dy  4665   1312123      2030     10527    202537     86532    654486   2900870     14.90     15.84
766.84/192.03	c  N dy  4749   1332944      2030     10527    202537     57713    654486   1254762     14.91     15.73
776.03/194.38	c  N dy  4806   1352967      2030     10527    202537     77497    654486   2364649     14.90     15.69
786.80/197.00	c  N dy  4877   1373034      2030     10527    202537     97276    654486   3416654     14.90     15.69
796.38/199.48	c  N dy  4948   1393359      2030     10527    202537     66992    654486   1752250     14.90     15.78
805.98/201.83	c  N dy  5003   1413364      2030     10527    202537     86759    654486   2849239     14.90     15.70
816.76/204.58	c  N dy  5056   1434565      2030     10527    202537     56308    654486   1078078     14.89     15.68
825.94/206.85	c  N dy  5117   1454667      2030     10527    202537     76126    654486   2147138     14.89     15.69
835.92/209.38	c  N dy  5188   1475099      2030     10527    202537     96291    654486   3238611     14.88     15.76
846.33/211.94	c  N dy  5240   1495361      2030     10527    202537     63920    654486   1438751     14.87     15.78
855.90/214.32	c  N dy  5322   1515472      2030     10527    202537     83796    654486   2576319     14.88     15.75
866.68/217.01	c  N dy  5407   1536311      2030     10527    202537    104431    654486   3747386     14.88     15.88
876.27/219.41	c  N dy  5487   1556740      2030     10527    202537     71317    654486   1880218     14.88     15.84
886.25/221.90	c  N dy  5565   1576911      2030     10527    202537     91228    654486   2998206     14.88     15.73
896.64/224.54	c  N dy  5649   1597259      2030     10527    202537     56993    654486   1034730     14.89     15.69
906.62/227.03	c  N dy  5708   1619075      2030     10527    202537     78540    654486   2215930     14.88     15.76
917.00/229.68	c  N dy  5766   1640014      2030     10527    202537     99188    654486   3351364     14.88     15.76
927.40/232.29	c  N dy  5842   1660063      2030     10527    202537     63673    654486   1369126     14.88     16.11
938.60/235.03	c  N dy  5934   1682847      2030     10527    202537     86210    654486   2622447     14.88     15.71
948.96/237.65	c  N dy  6005   1702850      2030     10527    202537    106001    654486   3708946     14.88     19.50
953.35/238.73	c  S st  6023   1710066      2030     10527    202537     56819    654486    939574     14.88     11.56
953.35/238.79	c  S st  6023   1710568      2030     10527    202537     57321    654486    975017     14.88   no data
953.75/238.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
954.95/239.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.0M T:  0.34
954.95/239.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
954.95/239.17	c bin-w-bin subsume rem            0 bins  time:  0.03 s
960.94/240.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
960.94/240.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
960.94/240.64	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
960.94/240.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
965.73/241.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.14 s
966.54/242.01	c lits-rem:        11  cl-subs:       45  v-elim:      0  v-fix:    0  time:  0.17 s
966.54/242.02	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
966.54/242.07	c vivif2 --  cl tried    57276 cl shrink        0 lits rem          0 time: 0.06
967.34/242.28	c asymm  cl-useful: 0/1324/10527 lits-rem:0 time: 0.21
967.34/242.29	c calculated reachability. Time: 0.00
967.34/242.29	c  N dy  6023   1710568      2030     10527    202537     57276    654486    973670     14.88   no data
976.52/244.54	c  N dy  6084   1730652      2030     10527    202537     77129    654486   2114608     14.88     15.72
986.53/247.10	c  N dy  6148   1750708      2030     10527    202537     96960    654486   3248884     14.87     15.69
997.69/249.84	c  N dy  6196   1770868      2030     10527    202537     59550    654486   1055032     14.87     15.67
1006.88/252.13	c  N dy  6262   1790871      2030     10527    202537     79279    654486   2187398     14.87     22.00
1016.87/254.67	c  N dy  6341   1810951      2030     10527    202537     99126    654486   3316447     14.87     16.72
1028.05/257.49	c  N dy  6408   1831395      2030     10527    202537     61042    654486   1092762     14.86     15.66
1037.64/259.88	c  N dy  6487   1851988      2030     10527    202537     81391    654486   2230713     14.87     15.84
1047.63/262.39	c  N dy  6534   1872503      2030     10527    202537    101631    654486   3352311     14.86     15.69
1058.81/265.11	c  N dy  6601   1892539      2030     10527    202537     62188    654486   1133762     14.86     19.55
1068.80/267.69	c  N dy  6694   1913892      2030     10527    202537     83312    654486   2322823     14.86     15.86
1079.20/270.24	c  N dy  6780   1933957      2030     10527    202537    103134    654486   3438648     14.86     15.68
1090.36/273.08	c  N dy  6871   1954030      2030     10527    202537     62702    654486   1093318     14.87     15.77
1099.95/275.46	c  N dy  6941   1974084      2030     10527    202537     82518    654486   2189793     14.87     15.70
1110.33/278.02	c  N dy  7022   1994170      2030     10527    202537    102370    654486   3293519     14.87     16.41
1122.73/281.12	c  N dy  7105   2016168      2030     10527    202537     62821    654486   1077049     14.87     15.69
1132.31/283.56	c  N dy  7174   2037140      2030     10527    202537     83505    654486   2192446     14.86     15.68
1142.29/286.04	c  N dy  7229   2057231      2030     10527    202537    103316    654486   3253986     14.86     15.65
1153.08/288.74	c  N dy  7308   2077619      2030     10527    202537    123488    654486   4412350     14.86     15.82
1163.06/291.26	c  N dy  7377   2097681      2030     10527    202537     81070    654486   2049278     14.86     16.64
1173.05/293.79	c  N dy  7426   2118227      2030     10527    202537    101341    654486   3159512     14.86     15.82
1183.84/296.41	c  N dy  7483   2138518      2030     10527    202537    121346    654486   4268583     14.86     15.65
1194.61/299.11	c  N dy  7561   2159396      2030     10527    202537     78777    654486   1893738     14.86     15.97
1205.00/301.71	c  N dy  7620   2179477      2030     10527    202537     98606    654486   2981734     14.86     15.66
1216.19/304.53	c  N dy  7711   2200145      2030     10527    202537    119020    654486   4131744     14.86     15.65
1222.98/306.21	c  S st  7746   2210568      2030     10527    202537     65131    654486   1085379     14.86     14.03
1222.98/306.27	c  S st  7746   2211070      2030     10527    202537     65630    654486   1121615     14.86   no data
1222.98/306.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1224.57/306.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.3M T:  0.35
1224.57/306.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1224.57/306.67	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1230.56/308.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
1230.56/308.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
1230.56/308.14	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
1230.56/308.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1235.36/309.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.14 s
1236.16/309.50	c lits-rem:         8  cl-subs:       88  v-elim:      0  v-fix:    0  time:  0.15 s
1236.16/309.51	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
1236.16/309.57	c vivif2 --  cl tried    65542 cl shrink        0 lits rem          0 time: 0.06
1236.97/309.79	c asymm  cl-useful: 0/1271/10527 lits-rem:0 time: 0.21
1236.97/309.80	c calculated reachability. Time: 0.00
1236.97/309.80	c  N dy  7746   2211070      2030     10527    202537     65542    654486   1119423     14.86   no data
1246.55/312.19	c  N dy  7817   2231490      2030     10527    202537     85681    654486   2221586     14.86     15.65
1256.94/314.73	c  N dy  7877   2251832      2030     10527    202537    105799    654486   3306714     14.85     15.68
1267.32/317.40	c  N dy  7939   2272253      2030     10527    202537    125978    654486   4401256     14.85     15.99
1278.10/320.06	c  N dy  7987   2292654      2030     10527    202537     80962    654486   1945509     14.84     15.73
1288.49/322.68	c  N dy  8072   2312838      2030     10527    202537    100911    654486   3038338     14.85     15.63
1299.67/325.45	c  N dy  8155   2332973      2030     10527    202537    120801    654486   4121638     14.85     15.72
1312.86/328.70	c  N dy  8221   2356733      2030     10527    202537     78060    654486   1711185     14.84     15.67
1322.84/331.27	c  N dy  8294   2376807      2030     10527    202537     97903    654486   2780153     14.84     17.24
1333.64/333.97	c  N dy  8354   2397593      2030     10527    202537    118478    654486   3934133     14.84     15.88
1346.01/337.05	c  N dy  8413   2417687      2030     10527    202537     71123    654486   1301253     14.84     15.66
1356.01/339.57	c  N dy  8474   2437891      2030     10527    202537     91102    654486   2370561     14.84     15.63
1366.78/342.24	c  N dy  8577   2457988      2030     10527    202537    110970    654486   3471803     14.84     19.65
1378.35/345.19	c  N dy  8636   2478113      2030     10527    202537    130844    654486   4520108     14.84     15.68
1389.55/347.99	c  N dy  8694   2499325      2030     10527    202537     83620    654486   1921850     14.84     15.73
1400.32/350.60	c  N dy  8786   2519600      2030     10527    202537    103677    654486   3032158     14.84     15.81
1411.52/353.48	c  N dy  8861   2540672      2030     10527    202537    124480    654486   4144450     14.84     15.65
1423.89/356.52	c  N dy  8926   2561376      2030     10527    202537     75755    654486   1476054     14.84     15.66
1433.48/358.99	c  N dy  8999   2581548      2030     10527    202537     95690    654486   2557795     14.84     15.78
1444.26/361.69	c  N dy  9057   2602109      2030     10527    202537    115972    654486   3650719     14.83     15.74
1456.67/364.71	c  N dy  9138   2622340      2030     10527    202537    135964    654486   4734532     14.84     15.81
1467.44/367.46	c  N dy  9223   2642382      2030     10527    202537     85620    654486   1969679     14.84     16.15
1477.82/370.06	c  N dy  9300   2662929      2030     10527    202537    105937    654486   3095298     14.84     15.67
1489.00/372.89	c  N dy  9366   2682952      2030     10527    202537    125726    654486   4151310     14.84     15.96
1501.01/375.88	c  N dy  9444   2702987      2030     10527    202537     74398    654486   1328387     14.84     17.24
1505.00/376.80	c  S st  9468   2711070      2030     10527    202537     82367    654486   1783235     14.84     14.15
1505.00/376.86	c  S st  9468   2711572      2030     10527    202537     82869    654486   1818016     14.84   no data
1505.00/376.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1506.58/377.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.3M T:  0.38
1506.58/377.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1506.58/377.29	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1512.57/378.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
1512.57/378.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
1512.57/378.76	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
1512.57/378.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1518.18/380.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
1520.96/380.87	c lits-rem:        75  cl-subs:      497  v-elim:      0  v-fix:    0  time:  0.71 s
1520.96/380.88	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
1521.36/380.97	c vivif2 --  cl tried    82372 cl shrink        0 lits rem          0 time: 0.10
1522.16/381.20	c asymm  cl-useful: 0/1166/10527 lits-rem:0 time: 0.22
1522.57/381.21	c calculated reachability. Time: 0.00
1522.57/381.21	c  N dy  9468   2711572      2030     10527    202537     82372    654486   1804400     14.84   no data
1532.54/383.74	c  N dy  9539   2731902      2030     10527    202537    102435    654486   2875182     14.84     15.65
1543.73/386.52	c  N dy  9596   2752053      2030     10527    202537    122321    654486   3912873     14.83     15.67
1554.91/389.35	c  N dy  9671   2772108      2030     10527    202537    142127    654486   4979470     14.84     15.68
1565.70/392.00	c  N dy  9732   2792126      2030     10527    202537     89791    654486   2101143     14.83     15.62
1576.08/394.66	c  N dy  9829   2812196      2030     10527    202537    109635    654486   3178210     14.84     16.83
1588.06/397.61	c  N dy  9900   2833108      2030     10527    202537    130268    654486   4267809     14.84     15.78
1599.65/400.52	c  N dy  9965   2853214      2030     10527    202537     77038    654486   1381508     14.83     15.75
1609.63/403.03	c  N dy 10007   2873328      2030     10527    202537     96858    654486   2385611     14.83     15.71
1619.64/405.59	c  N dy 10067   2893490      2030     10527    202537    116786    654486   3474838     14.83     15.61
1630.81/408.34	c  N dy 10139   2913562      2030     10527    202537    136550    654486   4501829     14.83     15.65
1642.39/411.24	c  N dy 10231   2934034      2030     10527    202537     82765    654486   1666192     14.83     15.62
1653.97/414.13	c  N dy 10281   2957835      2030     10527    202537    106223    654486   2910331     14.83     15.65
1665.15/416.98	c  N dy 10348   2979238      2030     10527    202537    127342    654486   4011336     14.82     15.74
1676.75/419.88	c  N dy 10400   3000062      2030     10527    202537    147845    654486   5074439     14.82     15.64
1687.93/422.60	c  N dy 10489   3020293      2030     10527    202537     92898    654486   2210232     14.82     15.63
1698.33/425.24	c  N dy 10563   3040535      2030     10527    202537    112866    654486   3268758     14.82     15.63
1709.89/428.10	c  N dy 10615   3062367      2030     10527    202537    134379    654486   4388279     14.82     15.60
1721.87/431.11	c  N dy 10708   3082372      2030     10527    202537     78166    654486   1331785     14.82     15.62
1731.46/433.53	c  N dy 10780   3102429      2030     10527    202537     97927    654486   2386682     14.82     18.72
1741.85/436.18	c  N dy 10854   3122442      2030     10527    202537    117669    654486   3416279     14.82     17.50
1755.04/439.46	c  N dy 10918   3143758      2030     10527    202537    138646    654486   4444990     14.82     15.65
1767.41/442.57	c  N dy 10972   3163762      2030     10527    202537     81445    654486   1446628     14.82     15.71
1777.42/445.04	c  N dy 11062   3183832      2030     10527    202537    101282    654486   2518876     14.82     15.67
1788.58/447.84	c  N dy 11126   3203895      2030     10527    202537    121125    654486   3584063     14.82     16.20
1792.98/448.95	c  S st 11156   3211572      2030     10527    202537    128693    654486   3973201     14.82     13.71
1793.38/449.02	c  S st 11156   3212073      2030     10527    202537    129192    654486   4008111     14.82   no data
1793.38/449.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1795.40/449.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.1M T:  0.47
1795.40/449.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1795.40/449.54	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1800.97/450.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
1801.37/451.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
1801.37/451.03	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
1801.37/451.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1808.17/452.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.51 s
1819.34/455.58	c lits-rem:       250  cl-subs:     2543  v-elim:      0  v-fix:    0  time:  2.85 s
1819.34/455.58	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
1820.54/455.80	c vivif2 --  cl tried   126649 cl shrink        0 lits rem          0 time: 0.21
1821.36/456.04	c asymm  cl-useful: 0/1386/10527 lits-rem:0 time: 0.24
1821.36/456.05	c calculated reachability. Time: 0.00
1821.36/456.05	c  N dy 11156   3212073      2030     10527    202537    126649    654486   3942251     14.82   no data
1832.91/458.98	c  N dy 11218   3232649      2030     10527    202537    146992    654486   5030587     14.82     15.61
1844.50/461.83	c  N dy 11284   3252671      2030     10527    202537     88736    654486   1791306     14.82     15.80
1855.29/464.53	c  N dy 11339   3274366      2030     10527    202537    110092    654486   2875959     14.81     15.63
1866.07/467.27	c  N dy 11416   3294731      2030     10527    202537    130205    654486   3965257     14.81     15.66
1877.26/470.06	c  N dy 11490   3314750      2030     10527    202537    149991    654486   5049892     14.81     15.62
1889.25/473.08	c  N dy 11567   3334788      2030     10527    202537     90868    654486   1927670     14.81     15.61
1900.84/475.98	c  N dy 11636   3356990      2030     10527    202537    112741    654486   3069385     14.81     15.60
1911.61/478.68	c  N dy 11702   3377228      2030     10527    202537    132727    654486   4125528     14.81     15.68
1923.59/481.70	c  N dy 11778   3398645      2030     10527    202537    153888    654486   5255484     14.81     15.61
1935.18/484.53	c  N dy 11856   3419597      2030     10527    202537     94631    654486   2034258     14.81     15.68
1947.16/487.54	c  N dy 11914   3442188      2030     10527    202537    116904    654486   3162296     14.81     15.89
1958.34/490.38	c  N dy 11971   3462564      2030     10527    202537    137022    654486   4190428     14.81     15.65
1969.93/493.28	c  N dy 12045   3482740      2030     10527    202537    156930    654486   5256025     14.81     15.67
1981.11/496.06	c  N dy 12113   3502870      2030     10527    202537     95850    654486   2061122     14.81     15.65
1991.49/498.64	c  N dy 12189   3523220      2030     10527    202537    115966    654486   3133324     14.81     15.78
2002.67/501.44	c  N dy 12268   3543315      2030     10527    202537    135789    654486   4173796     14.81     16.24
2014.27/504.36	c  N dy 12358   3563356      2030     10527    202537    155629    654486   5227794     14.81     18.72
2025.85/507.25	c  N dy 12444   3583554      2030     10527    202537     93664    654486   1941707     14.81     15.63
2036.24/509.86	c  N dy 12519   3604101      2030     10527    202537    113946    654486   3024221     14.81     15.64
2047.41/512.60	c  N dy 12596   3624148      2030     10527    202537    133719    654486   4071972     14.81     17.29
2058.62/515.42	c  N dy 12654   3644250      2030     10527    202537    153559    654486   5150881     14.81     15.66
2071.80/518.72	c  N dy 12730   3664982      2030     10527    202537     91097    654486   1719862     14.81     15.59
2082.17/521.36	c  N dy 12792   3685567      2030     10527    202537    111426    654486   2814921     14.81     15.59
2093.36/524.17	c  N dy 12877   3705970      2030     10527    202537    131526    654486   3846075     14.81     15.71
2097.35/525.14	c  S st 12892   3712073      2030     10527    202537    137509    654486   4139548     14.81     14.51
2097.75/525.22	c  S st 12892   3712577      2030     10527    202537    138013    654486   4173948     14.81   no data
2097.75/525.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2099.74/525.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.1M T:  0.54
2099.74/525.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2100.15/525.82	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2105.74/527.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.45 s
2105.74/527.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
2106.14/527.31	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
2106.14/527.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2112.52/528.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.49 s
2124.11/531.90	c lits-rem:       214  cl-subs:     3560  v-elim:      0  v-fix:    0  time:  2.91 s
2124.52/531.91	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
2125.30/532.13	c vivif2 --  cl tried   134453 cl shrink        0 lits rem          0 time: 0.23
2126.11/532.37	c asymm  cl-useful: 0/1503/10527 lits-rem:0 time: 0.24
2126.11/532.39	c calculated reachability. Time: 0.00
2126.11/532.39	c  N dy 12892   3712577      2030     10527    202537    134453    654486   4090752     14.81   no data
2137.70/535.30	c  N dy 12956   3733014      2030     10527    202537    154599    654486   5134761     14.81     15.60
2149.68/538.20	c  F st 13024   3751565      2030     10527    202537     89032    654486   1598268     14.81     13.89
2150.48/538.47	c  N st 13028   3753595      2030     10527    202537     91031    654486   1703997     14.81   no data
2160.85/541.06	c  N dy 13103   3774048      2030     10527    202537    111219    654486   2785943     14.81     15.60
2172.05/543.88	c  N dy 13195   3794208      2030     10527    202537    131158    654486   3850423     14.81     15.73
2183.63/546.71	c  N dy 13270   3815121      2030     10527    202537    151838    654486   4981030     14.81     15.68
2197.21/550.16	c  N dy 13348   3835358      2030     10527    202537     86936    654486   1441664     14.81     15.77
2207.60/552.72	c  N dy 13428   3856158      2030     10527    202537    107480    654486   2534851     14.81     16.01
2218.78/555.51	c  N dy 13492   3876225      2030     10527    202537    127219    654486   3518417     14.81     15.59
2230.76/558.54	c  N dy 13574   3897491      2030     10527    202537    148249    654486   4613694     14.81     15.65
2242.75/561.54	c  N dy 13652   3917506      2030     10527    202537    168011    654486   5687877     14.81     15.69
2253.93/564.35	c  N dy 13718   3937742      2030     10527    202537    102092    654486   2201187     14.81     15.63
2264.32/566.95	c  N dy 13779   3957808      2030     10527    202537    121918    654486   3267765     14.81     18.31
2275.90/569.81	c  N dy 13837   3977903      2030     10527    202537    141743    654486   4281904     14.81     15.60
2287.88/572.88	c  N dy 13888   3998145      2030     10527    202537    161676    654486   5264092     14.81     15.61
2299.86/575.88	c  N dy 13976   4018236      2030     10527    202537     94673    654486   1783943     14.81     15.62
2311.45/578.75	c  N dy 14044   4039736      2030     10527    202537    115899    654486   2869741     14.81     15.60
2322.65/581.53	c  N dy 14118   4059869      2030     10527    202537    135812    654486   3888830     14.81     16.11
2334.22/584.46	c  N dy 14184   4079898      2030     10527    202537    155576    654486   4928944     14.81     15.62
2346.60/587.57	c  N dy 14256   4100285      2030     10527    202537    175663    654486   5987517     14.81     15.63
2357.81/590.39	c  N dy 14315   4120719      2030     10527    202537    108036    654486   2398712     14.80     15.75
2368.97/593.17	c  N dy 14380   4141009      2030     10527    202537    128019    654486   3387546     14.80     15.61
2380.55/596.09	c  N dy 14450   4161907      2030     10527    202537    148664    654486   4493828     14.80     15.59
2393.33/599.21	c  N dy 14514   4182006      2030     10527    202537    168445    654486   5508589     14.80     15.58
2405.73/602.35	c  N dy 14567   4202206      2030     10527    202537     99545    654486   1936139     14.80     15.77
2410.91/603.69	c  S st 14606   4212577      2030     10527    202537    109803    654486   2462367     14.80     14.02
2411.31/603.76	c  S st 14606   4213082      2030     10527    202537    110307    654486   2496063     14.80   no data
2411.31/603.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2413.31/604.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.5M T:  0.47
2413.31/604.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2413.31/604.28	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2419.32/605.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.46 s
2419.32/605.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
2419.32/605.78	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
2419.70/605.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2425.29/607.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
2430.48/608.56	c lits-rem:       115  cl-subs:     1509  v-elim:      0  v-fix:    0  time:  1.30 s
2430.48/608.56	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
2431.28/608.70	c vivif2 --  cl tried   108798 cl shrink        0 lits rem          0 time: 0.14
2432.09/608.94	c asymm  cl-useful: 0/1152/10527 lits-rem:0 time: 0.23
2432.09/608.95	c calculated reachability. Time: 0.00
2432.09/608.95	c  N dy 14606   4213082      2030     10527    202537    108798    654486   2462551     14.80   no data
2443.26/611.75	c  N dy 14675   4233162      2030     10527    202537    128593    654486   3444246     14.80     16.24
2455.64/614.80	c  N dy 14737   4254125      2030     10527    202537    149213    654486   4474651     14.80     15.70
2467.25/617.70	c  N dy 14804   4274169      2030     10527    202537    169029    654486   5516975     14.80     15.67
2479.61/620.83	c  N dy 14876   4294415      2030     10527    202537     99277    654486   1898692     14.80     15.75
2490.00/623.45	c  N dy 14940   4314433      2030     10527    202537    119016    654486   2906784     14.80     19.49
2501.18/626.22	c  N dy 15001   4335480      2030     10527    202537    139744    654486   3981363     14.80     15.62
2513.57/629.30	c  N dy 15057   4356242      2030     10527    202537    160191    654486   5001118     14.79     15.66
2525.55/632.34	c  N dy 15127   4376554      2030     10527    202537    180209    654486   6041958     14.79     15.62
2536.74/635.15	c  N dy 15195   4396559      2030     10527    202537    109235    654486   2379187     14.79     19.35
2547.12/637.76	c  N dy 15255   4416651      2030     10527    202537    129091    654486   3407517     14.79     16.97
2558.71/640.64	c  N dy 15353   4436832      2030     10527    202537    149041    654486   4479497     14.80     15.79
2570.68/643.68	c  N dy 15442   4457054      2030     10527    202537    169010    654486   5529528     14.80     15.66
2583.87/646.90	c  N dy 15503   4477072      2030     10527    202537     96969    654486   1683032     14.79     15.94
2594.67/649.64	c  N dy 15585   4498297      2030     10527    202537    117908    654486   2768051     14.80     15.68
2605.44/652.35	c  N dy 15648   4518596      2030     10527    202537    137920    654486   3779293     14.79     15.72
2617.04/655.28	c  N dy 15721   4538745      2030     10527    202537    157798    654486   4796034     14.79     15.68
2629.00/658.22	c  N dy 15796   4559015      2030     10527    202537    177816    654486   5875968     14.79     15.58
2641.39/661.36	c  N dy 15841   4579769      2030     10527    202537    105507    654486   2047219     14.79     15.59
2651.80/663.98	c  N dy 15889   4599929      2030     10527    202537    125418    654486   3041739     14.79     15.62
2662.95/666.73	c  N dy 15950   4620130      2030     10527    202537    145406    654486   4074493     14.79     15.60
2674.55/669.65	c  N dy 16016   4640222      2030     10527    202537    165245    654486   5122092     14.79     15.63
2686.53/672.61	c  N dy 16088   4660227      2030     10527    202537    184975    654486   6178903     14.79     15.69
2697.71/675.46	c  N dy 16167   4680265      2030     10527    202537    111022    654486   2360773     14.79     16.33
2709.31/678.39	c  N dy 16245   4700326      2030     10527    202537    130820    654486   3393749     14.79     15.61
2716.89/680.22	c  S st 16289   4713083      2030     10527    202537    143383    654486   4029031     14.79   no data
2716.89/680.29	c  S st 16289   4713586      2030     10527    202537    143885    654486   4065283     14.79   no data
2717.29/680.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2718.88/680.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.2M T:  0.46
2718.88/680.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2719.28/680.81	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2724.87/682.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.45 s
2724.87/682.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
2724.87/682.30	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
2725.27/682.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2732.06/684.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.51 s
2742.45/686.62	c lits-rem:       201  cl-subs:     2215  v-elim:      0  v-fix:    0  time:  2.62 s
2742.45/686.63	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
2743.25/686.86	c vivif2 --  cl tried   141670 cl shrink        0 lits rem          0 time: 0.22
2744.07/687.10	c asymm  cl-useful: 0/1389/10527 lits-rem:0 time: 0.24
2744.47/687.11	c calculated reachability. Time: 0.00
2744.47/687.11	c  N dy 16289   4713586      2030     10527    202537    141670    654486   4007351     14.79   no data
2757.24/690.37	c  N dy 16366   4735338      2030     10527    202537    163165    654486   5122331     14.79     15.63
2770.42/693.61	c  N dy 16440   4755710      2030     10527    202537    183266    654486   6187722     14.79     15.65
2782.39/696.62	c  N dy 16534   4775877      2030     10527    202537    108442    654486   2193138     14.79     15.61
2793.58/699.42	c  N dy 16598   4796260      2030     10527    202537    128562    654486   3219912     14.79     15.64
2804.76/702.28	c  N dy 16673   4816320      2030     10527    202537    148363    654486   4250420     14.79     15.59
2817.15/705.34	c  N dy 16718   4836740      2030     10527    202537    168460    654486   5257771     14.78     15.66
2829.53/708.49	c  N dy 16774   4856798      2030     10527    202537    188225    654486   6258399     14.78     15.57
2841.90/711.50	c  N dy 16841   4876855      2030     10527    202537    112287    654486   2320067     14.78     15.63
2852.30/714.18	c  N dy 16920   4896905      2030     10527    202537    132063    654486   3350435     14.78     15.97
2863.88/717.04	c  N dy 16983   4916915      2030     10527    202537    151791    654486   4360127     14.78     16.50
2876.65/720.24	c  N dy 17063   4938058      2030     10527    202537    172662    654486   5435907     14.78     15.62
2889.46/723.47	c  N dy 17143   4958166      2030     10527    202537    192499    654486   6476061     14.78     15.62
2901.03/726.31	c  N dy 17218   4978257      2030     10527    202537    115666    654486   2495725     14.78     15.59
2911.81/729.02	c  N dy 17265   4998413      2030     10527    202537    135516    654486   3476803     14.78     15.56
2923.39/731.94	c  N dy 17348   5018512      2030     10527    202537    155368    654486   4497021     14.78     15.59
2934.98/734.84	c  N dy 17412   5038552      2030     10527    202537    175103    654486   5492787     14.78     15.64
2946.96/737.83	c  N dy 17488   5058612      2030     10527    202537    194932    654486   6579262     14.78     15.61
2959.36/740.94	c  N dy 17548   5080634      2030     10527    202537    119003    654486   2657155     14.78     15.57
2970.53/743.73	c  N dy 17640   5100759      2030     10527    202537    138906    654486   3712410     14.78     15.58
2982.11/746.63	c  N dy 17697   5120857      2030     10527    202537    158710    654486   4720108     14.78     15.95
2994.92/749.86	c  N dy 17782   5141280      2030     10527    202537    178864    654486   5755038     14.78     15.60
3008.87/753.30	c  N dy 17870   5161424      2030     10527    202537    100061    654486   1615749     14.78     15.57
3018.87/755.87	c  N dy 17933   5181469      2030     10527    202537    119814    654486   2635176     14.78     15.56
3030.07/758.68	c  N dy 17992   5201517      2030     10527    202537    139635    654486   3636114     14.78     15.61
3037.64/760.50	c  S st 18026   5213588      2030     10527    202537    151536    654486   4255576     14.78     13.29
3037.64/760.57	c  S st 18026   5214092      2030     10527    202537    152039    654486   4287977     14.78   no data
3037.64/760.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3039.63/761.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.4M T:  0.49
3039.63/761.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3040.03/761.11	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3045.64/762.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
3045.64/762.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
3046.04/762.60	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
3046.04/762.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3052.42/764.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.51 s
3064.82/767.33	c lits-rem:       244  cl-subs:     3057  v-elim:      0  v-fix:    0  time:  3.03 s
3064.82/767.33	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
3065.60/767.58	c vivif2 --  cl tried   148982 cl shrink        0 lits rem          0 time: 0.24
3066.80/767.83	c asymm  cl-useful: 0/1539/10527 lits-rem:0 time: 0.25
3066.80/767.84	c calculated reachability. Time: 0.00
3066.80/767.84	c  N dy 18026   5214092      2030     10527    202537    148982    654486   4213032     14.78   no data
3078.40/770.78	c  N dy 18105   5234185      2030     10527    202537    168823    654486   5262827     14.78     15.76
3090.76/773.86	c  N dy 18161   5254315      2030     10527    202537    188662    654486   6280046     14.78     15.60
3103.55/777.05	c  N dy 18239   5274325      2030     10527    202537    108769    654486   2032153     14.78     16.83
3114.32/779.79	c  N dy 18303   5294845      2030     10527    202537    129015    654486   3062292     14.78     15.58
3127.51/783.09	c  N dy 18359   5317748      2030     10527    202537    151622    654486   4182503     14.78     15.61
3139.91/786.11	c  N dy 18443   5337758      2030     10527    202537    171418    654486   5248973     14.78     15.59
3152.28/789.23	c  N dy 18497   5358099      2030     10527    202537    191468    654486   6266941     14.78     15.67
3164.66/792.38	c  N dy 18563   5378160      2030     10527    202537    110597    654486   2099852     14.78     15.57
3175.84/795.12	c  N dy 18610   5398570      2030     10527    202537    130741    654486   3144818     14.78     15.63
3187.03/797.94	c  N dy 18673   5418837      2030     10527    202537    150739    654486   4169609     14.77     15.56
3199.41/801.05	c  N dy 18735   5439087      2030     10527    202537    170709    654486   5174496     14.77     15.71
3211.80/804.15	c  N dy 18788   5459281      2030     10527    202537    190625    654486   6185706     14.77     15.62
3224.98/807.47	c  N dy 18841   5479687      2030     10527    202537    109134    654486   1949867     14.77     15.56
3235.76/810.14	c  N dy 18931   5499719      2030     10527    202537    128912    654486   2989172     14.77     17.13
3247.35/813.01	c  N dy 18996   5520367      2030     10527    202537    149323    654486   4038660     14.77     15.59
3258.92/815.97	c  N dy 19060   5540371      2030     10527    202537    169107    654486   5037757     14.77     15.74
3270.92/819.00	c  N dy 19152   5560478      2030     10527    202537    188934    654486   6080825     14.77     15.64
3285.29/822.52	c  N dy 19227   5580577      2030     10527    202537    106103    654486   1762162     14.77     15.86
3297.28/825.53	c  N dy 19329   5603002      2030     10527    202537    128239    654486   2908537     14.77     15.62
3308.06/828.27	c  N dy 19394   5623041      2030     10527    202537    147959    654486   3912906     14.77     15.79
3320.84/831.40	c  N dy 19443   5644155      2030     10527    202537    168677    654486   4898676     14.77     15.62
3333.24/834.59	c  N dy 19507   5665050      2030     10527    202537    189283    654486   5957203     14.77     15.85
3347.60/838.10	c  N dy 19590   5685328      2030     10527    202537    105796    654486   1719525     14.77     15.64
3357.59/840.67	c  N dy 19656   5705523      2030     10527    202537    125734    654486   2761383     14.77     15.57
3362.38/841.82	c  S st 19688   5714092      2030     10527    202537    134178    654486   3191524     14.77   no data
3362.38/841.88	c  S st 19688   5714593      2030     10527    202537    134677    654486   3222239     14.77   no data
3362.38/841.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3364.78/842.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.6M T:  0.52
3364.78/842.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3364.78/842.46	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3370.78/843.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.46 s
3370.78/843.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
3370.78/843.95	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
3371.18/844.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3377.19/845.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
3386.35/847.81	c lits-rem:       175  cl-subs:     1580  v-elim:      0  v-fix:    0  time:  2.21 s
3386.35/847.81	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
3387.15/848.01	c vivif2 --  cl tried   133097 cl shrink        0 lits rem          0 time: 0.20
3387.95/848.29	c asymm  cl-useful: 0/1081/10527 lits-rem:0 time: 0.27
3387.95/848.30	c calculated reachability. Time: 0.00
3387.95/848.30	c  N dy 19688   5714593      2030     10527    202537    133097    654486   3183078     14.77   no data
3399.54/851.11	c  N dy 19737   5734692      2030     10527    202537    152911    654486   4178047     14.77     15.55
3411.12/854.09	c  N dy 19800   5754991      2030     10527    202537    172903    654486   5205890     14.77     15.56
3424.70/857.41	c  N dy 19891   5776356      2030     10527    202537    193994    654486   6299626     14.77     15.58
3438.70/860.91	c  N dy 19936   5797662      2030     10527    202537    110482    654486   1921610     14.77     15.57
3449.06/863.58	c  N dy 20009   5817756      2030     10527    202537    130265    654486   2924747     14.77     16.61
3460.67/866.49	c  N dy 20070   5838527      2030     10527    202537    150705    654486   3945575     14.76     15.61
3473.45/869.69	c  N dy 20140   5858611      2030     10527    202537    170552    654486   4932101     14.76     15.60
3487.04/873.03	c  N dy 20214   5878805      2030     10527    202537    190441    654486   5942989     14.76     15.84
3499.81/876.23	c  N dy 20268   5899143      2030     10527    202537    210440    654486   6963272     14.76     15.58
3511.39/879.15	c  N dy 20334   5919207      2030     10527    202537    124773    654486   2623497     14.76     15.55
3522.97/882.06	c  N dy 20414   5940640      2030     10527    202537    145922    654486   3708600     14.76     15.69
3535.37/885.11	c  N dy 20467   5961388      2030     10527    202537    166365    654486   4718354     14.76     15.71
3545.29/888.06	c  N dy 20533   5981464      2030     10527    202537    186154    654486   5746765     14.76     15.63
3554.57/891.19	c  N dy 20610   6001542      2030     10527    202537    205983    654486   6779093     14.76     16.41
3565.38/894.64	c  N dy 20682   6021605      2030     10527    202537    119309    654486   2309871     14.76     15.55
3575.46/897.76	c  N dy 20751   6042183      2030     10527    202537    139612    654486   3378851     14.76     15.92
3585.16/900.71	c  N dy 20824   6063310      2030     10527    202537    160507    654486   4474978     14.76     15.73
3595.14/903.80	c  N dy 20877   6083875      2030     10527    202537    180773    654486   5469916     14.76     15.62
3604.93/907.00	c  N dy 20963   6104593      2030     10527    202537    201203    654486   6528632     14.76     15.62
3617.58/911.06	c  N dy 21032   6125446      2030     10527    202537    114262    654486   1974002     14.76     15.58
3627.11/913.93	c  N dy 21083   6146271      2030     10527    202537    134711    654486   2961686     14.76     15.55
3636.34/916.74	c  N dy 21151   6166894      2030     10527    202537    155056    654486   3993922     14.76     15.54
3649.40/920.97	c  N dy 21237   6187204      2030     10527    202537    175119    654486   5034980     14.76     15.67
3660.99/924.65	c  N dy 21311   6207284      2030     10527    202537    194919    654486   6033025     14.76     15.63
3664.54/925.78	c  S st 21343   6214594      2030     10527    202537    202142    654486   6426212     14.76     15.67
3664.88/925.85	c  S st 21343   6215098      2030     10527    202537    202645    654486   6459465     14.76   no data
3664.88/925.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3666.36/926.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.0M T:  0.52
3666.66/926.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3666.66/926.43	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3671.27/927.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
3671.27/927.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
3671.60/927.91	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
3671.60/927.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3681.28/931.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.49 s
3718.35/943.21	c lits-rem:       420  cl-subs:     5554  v-elim:      0  v-fix:    0  time:  5.12 s
3718.35/943.22	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
3719.25/943.57	c vivif2 --  cl tried   197091 cl shrink        0 lits rem          0 time: 0.36
3720.15/943.83	c asymm  cl-useful: 0/1414/10527 lits-rem:0 time: 0.25
3720.15/943.84	c calculated reachability. Time: 0.00
3720.15/943.84	c  N dy 21343   6215098      2030     10527    202537    197091    654486   6323332     14.76   no data
3731.85/947.50	c  N dy 21413   6235228      2030     10527    202537    108468    654486   1672743     14.76     15.60
3743.52/950.73	c  N dy 21488   6255462      2030     10527    202537    128387    654486   2721077     14.76     15.55
3758.37/954.96	c  N dy 21569   6275484      2030     10527    202537    148157    654486   3745040     14.76     15.78
3770.76/958.08	c  N dy 21645   6295565      2030     10527    202537    167959    654486   4763906     14.76     15.59
3785.10/961.66	c  N dy 21729   6317977      2030     10527    202537    190065    654486   5946877     14.76     15.72
3798.28/964.91	c  N dy 21796   6338079      2030     10527    202537    209848    654486   6958047     14.76     15.55
3811.06/968.19	c  N dy 21874   6358087      2030     10527    202537    120160    654486   2228045     14.76     17.42
3822.27/970.94	c  N dy 21953   6378177      2030     10527    202537    140034    654486   3266975     14.76     15.55
3834.22/973.95	c  N dy 22024   6398450      2030     10527    202537    160045    654486   4264925     14.76     15.56
3846.61/977.04	c  N dy 22108   6418498      2030     10527    202537    179853    654486   5303531     14.76     16.15
3859.39/980.27	c  N dy 22172   6438576      2030     10527    202537    199636    654486   6306206     14.76     18.43
3872.57/983.58	c  N dy 22252   6458667      2030     10527    202537    219487    654486   7347890     14.76     17.90
3885.35/986.70	c  N dy 22338   6479193      2030     10527    202537    129262    654486   2660960     14.76     15.63
3897.73/989.82	c  N dy 22395   6500097      2030     10527    202537    149807    654486   3689732     14.76     15.54
3909.74/992.82	c  N dy 22476   6520250      2030     10527    202537    169696    654486   4733761     14.76     15.57
3922.47/996.00	c  N dy 22557   6540727      2030     10527    202537    189916    654486   5775323     14.76     15.65
3935.65/999.36	c  N dy 22644   6561406      2030     10527    202537    210311    654486   6823074     14.76     15.56
3949.65/1002.83	c  N dy 22705   6581503      2030     10527    202537    118655    654486   2079593     14.76     15.57
3960.82/1005.64	c  N dy 22775   6601892      2030     10527    202537    138692    654486   3049142     14.76     15.88
3972.39/1008.55	c  N dy 22863   6622033      2030     10527    202537    158584    654486   4073775     14.76     15.56
3984.80/1011.68	c  N dy 22929   6642132      2030     10527    202537    178423    654486   5049750     14.76     15.59
3997.58/1014.87	c  N dy 23015   6662176      2030     10527    202537    198240    654486   6056241     14.76     15.56
4011.54/1018.34	c  N dy 23055   6682784      2030     10527    202537    218471    654486   6966907     14.76     15.60
4024.73/1021.61	c  N dy 23126   6702827      2030     10527    202537    125858    654486   2397566     14.76     15.59
4031.12/1023.29	c  S st 23166   6715099      2030     10527    202537    137944    654486   3013728     14.76   no data
4031.52/1023.36	c  S st 23166   6715603      2030     10527    202537    138448    654486   3046925     14.76   no data
4031.52/1023.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4033.51/1023.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.5M T:  0.44
4033.51/1023.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4033.51/1023.86	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4039.10/1025.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
4039.50/1025.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
4039.50/1025.33	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
4039.50/1025.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4045.50/1026.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
4052.68/1028.61	c lits-rem:       148  cl-subs:     1518  v-elim:      0  v-fix:    0  time:  1.72 s
4052.68/1028.61	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
4053.08/1028.79	c vivif2 --  cl tried   136930 cl shrink        0 lits rem          0 time: 0.18
4054.28/1029.03	c asymm  cl-useful: 0/1075/10527 lits-rem:0 time: 0.24
4054.28/1029.04	c calculated reachability. Time: 0.00
4054.28/1029.04	c  N dy 23166   6715603      2030     10527    202537    136930    654486   3010934     14.76   no data
4065.86/1031.90	c  N dy 23263   6735762      2030     10527    202537    156832    654486   4058285     14.76     15.54
4078.66/1035.18	c  N dy 23309   6756376      2030     10527    202537    177130    654486   5046021     14.76     15.60
4091.84/1038.46	c  N dy 23359   6776627      2030     10527    202537    197105    654486   6052983     14.75     15.57
4105.41/1041.84	c  N dy 23425   6796793      2030     10527    202537    216988    654486   7034984     14.75     15.57
4120.61/1045.64	c  N dy 23488   6817633      2030     10527    202537    124122    654486   2230628     14.75     15.61
4132.58/1048.65	c  N dy 23577   6838437      2030     10527    202537    144651    654486   3292149     14.75     15.67
4144.56/1051.66	c  N dy 23660   6859159      2030     10527    202537    165086    654486   4336772     14.75     15.54
4156.94/1054.75	c  N dy 23740   6879539      2030     10527    202537    185219    654486   5370472     14.75     15.60
4170.92/1058.21	c  N dy 23817   6899720      2030     10527    202537    205120    654486   6336479     14.75     15.58
4184.10/1061.56	c  N dy 23892   6919840      2030     10527    202537    224998    654486   7361687     14.75     15.61
4197.28/1064.83	c  N dy 23966   6940111      2030     10527    202537    130573    654486   2630404     14.75     15.74
4208.48/1067.70	c  N dy 24046   6960205      2030     10527    202537    150452    654486   3651151     14.75     15.56
4220.85/1070.77	c  N dy 24120   6980325      2030     10527    202537    170279    654486   4618439     14.75     15.55
4234.03/1074.01	c  N dy 24193   7000824      2030     10527    202537    190528    654486   5662653     14.75     15.56
4247.21/1077.31	c  N dy 24247   7021210      2030     10527    202537    210616    654486   6672711     14.75     15.58
4260.39/1080.66	c  N dy 24314   7041633      2030     10527    202537    230793    654486   7701578     14.75     15.67
4272.77/1083.73	c  N dy 24366   7061716      2030     10527    202537    135162    654486   2742069     14.75     15.59
4283.95/1086.59	c  N dy 24434   7081717      2030     10527    202537    154892    654486   3708539     14.75     15.56
4295.53/1089.44	c  N dy 24503   7101718      2030     10527    202537    174632    654486   4710715     14.75     16.06
4308.32/1092.68	c  N dy 24570   7122029      2030     10527    202537    194682    654486   5723602     14.75     15.58
4321.50/1095.99	c  N dy 24630   7142200      2030     10527    202537    214511    654486   6662408     14.75     15.57
4337.08/1099.86	c  N dy 24731   7162537      2030     10527    202537    118185    654486   1862888     14.75     15.57
4347.86/1102.59	c  N dy 24795   7182584      2030     10527    202537    137967    654486   2857955     14.75     15.54
4359.84/1105.54	c  N dy 24862   7203065      2030     10527    202537    158184    654486   3904384     14.75     15.53
4367.83/1107.52	c  S st 24915   7215603      2030     10527    202537    170521    654486   4519511     14.75   no data
4367.83/1107.59	c  S st 24915   7216103      2030     10527    202537    171021    654486   4552315     14.75   no data
4368.24/1107.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4369.83/1108.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.5M T:  0.49
4370.23/1108.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4370.23/1108.13	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4375.84/1109.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
4375.84/1109.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
4376.22/1109.61	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
4376.22/1109.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4383.01/1111.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.54 s
4394.59/1114.20	c lits-rem:       180  cl-subs:     3112  v-elim:      0  v-fix:    0  time:  2.83 s
4394.59/1114.21	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
4395.39/1114.47	c vivif2 --  cl tried   167909 cl shrink        0 lits rem          0 time: 0.26
4396.59/1114.73	c asymm  cl-useful: 0/1338/10527 lits-rem:0 time: 0.26
4396.59/1114.74	c calculated reachability. Time: 0.00
4396.59/1114.74	c  N dy 24915   7216103      2030     10527    202537    167909    654486   4477309     14.75   no data
4409.36/1117.96	c  N dy 24989   7236577      2030     10527    202537    188131    654486   5505404     14.75     15.55
4423.35/1121.49	c  N dy 25062   7258036      2030     10527    202537    209285    654486   6556367     14.75     15.61
4438.53/1125.26	c  N dy 25125   7278119      2030     10527    202537    229058    654486   7562026     14.75     15.67
4452.11/1128.67	c  N dy 25204   7298220      2030     10527    202537    131556    654486   2510286     14.75     15.60
4463.32/1131.45	c  N dy 25288   7318262      2030     10527    202537    151343    654486   3524995     14.75     17.37
4476.49/1134.73	c  N dy 25365   7338315      2030     10527    202537    171102    654486   4557782     14.75     16.56
4489.68/1138.04	c  N dy 25444   7358339      2030     10527    202537    190886    654486   5570706     14.75     15.53
4503.25/1141.48	c  N dy 25515   7378490      2030     10527    202537    210729    654486   6548763     14.75     15.58
4517.62/1145.03	c  N dy 25579   7398669      2030     10527    202537    230614    654486   7520866     14.75     15.94
4531.20/1148.41	c  N dy 25678   7418768      2030     10527    202537    132100    654486   2522994     14.75     15.60
4542.40/1151.21	c  N dy 25760   7438800      2030     10527    202537    151902    654486   3529241     14.75     15.56
4554.36/1154.24	c  N dy 25809   7458978      2030     10527    202537    171812    654486   4498965     14.75     15.56
4566.75/1157.32	c  N dy 25867   7479018      2030     10527    202537    191546    654486   5462013     14.75     15.59
4579.53/1160.55	c  N dy 25929   7499352      2030     10527    202537    211605    654486   6476100     14.75     15.57
4593.51/1164.05	c  N dy 25988   7519423      2030     10527    202537    231380    654486   7419412     14.75     15.60
4606.69/1167.34	c  N dy 26053   7539625      2030     10527    202537    131978    654486   2455222     14.75     15.54
4618.27/1170.20	c  N dy 26112   7559671      2030     10527    202537    151740    654486   3429237     14.75     15.96
4629.86/1173.14	c  N dy 26179   7579913      2030     10527    202537    171675    654486   4405999     14.75     15.54
4642.65/1176.32	c  N dy 26247   7600398      2030     10527    202537    191883    654486   5453614     14.75     15.79
4655.43/1179.56	c  N dy 26312   7621345      2030     10527    202537    212528    654486   6526484     14.75     15.53
4669.41/1183.07	c  N dy 26381   7642140      2030     10527    202537    233025    654486   7547466     14.75     15.64
4683.78/1186.64	c  N dy 26437   7663306      2030     10527    202537    133554    654486   2481558     14.75     15.61
4695.37/1189.56	c  N dy 26495   7683389      2030     10527    202537    153363    654486   3478663     14.74     15.53
4707.75/1192.64	c  N dy 26576   7703627      2030     10527    202537    173350    654486   4495051     14.74     15.53
4715.74/1194.63	c  S st 26611   7716103      2030     10527    202537    185636    654486   5101147     14.74     14.02
4716.14/1194.71	c  S st 26611   7716603      2030     10527    202537    186135    654486   5135706     14.74   no data
4716.14/1194.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4718.16/1195.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.3M T:  0.51
4718.16/1195.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4718.16/1195.28	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4724.13/1196.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
4724.13/1196.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
4724.13/1196.76	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.02 s
4724.53/1196.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4731.34/1198.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
4743.71/1201.63	c lits-rem:       284  cl-subs:     4365  v-elim:      0  v-fix:    0  time:  3.12 s
4743.71/1201.64	c vivif2 --  cl tried    10527 cl shrink        0 lits rem          0 time: 0.01
4744.93/1201.93	c vivif2 --  cl tried   181770 cl shrink        0 lits rem          0 time: 0.29
4745.70/1202.19	c asymm  cl-useful: 0/1391/10527 lits-rem:0 time: 0.25
4746.10/1202.20	c calculated reachability. Time: 0.00
4746.10/1202.20	c  N dy 26611   7716603      2030     10527    202537    181770    654486   5032404     14.74   no data
4759.69/1205.67	c  N dy 26682   7737514      2030     10527    202537    202397    654486   6065493     14.74     15.53
4773.66/1209.11	c  N dy 26739   7757592      2030     10527    202537    222155    654486   7035005     14.74     17.86
4788.05/1212.77	c  N dy 26807   7777703      2030     10527    202537    242021    654486   8096868     14.74     15.58

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3259383-1304029026/watcher-3259383-1304029026 -o /tmp/evaluation-result-3259383-1304029026/solver-3259383-1304029026 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3259383-1304029026.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.03 5.36 2.38 5/178 18188
/proc/meminfo: memFree=22945516/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 4 0 514502267 52441088 348 33554432000 4194304 4627427 140735476392576 18446744073709551615 47701148833714 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18188/statm: 12803 348 299 106 0 7774 0
[pid=18188/tid=18189] ppid=18186 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514502267 52441088 348 33554432000 4194304 4627427 140735476392576 18446744073709551615 47701148833708 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514502268 52441088 348 33554432000 4194304 4627427 140735476392576 18446744073709551615 274664864753 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514502268 52441088 348 33554432000 4194304 4627427 140735476392576 18446744073709551615 274664864753 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.024116 s]
/proc/loadavg: 8.03 5.36 2.38 5/178 18188
/proc/meminfo: memFree=22945516/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=284256 CPUtime=0.05 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 3207 0 0 0 4 1 0 0 18 0 4 0 514502267 291078144 2988 33554432000 4194304 4627427 140735476392576 18446744073709551615 4530642 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 71064 3008 338 106 0 66035 0
[pid=18188/tid=18189] ppid=18186 vsize=284388 CPUtime=0 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) S 18186 18188 18108 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 4 0 514502267 291213312 3041 33554432000 4194304 4627427 140735476392576 18446744073709551615 274664913390 0 0 4096 2 18446604471131486400 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=284388 CPUtime=0.01 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) S 18186 18188 18108 0 -1 4202560 744 0 0 0 1 0 0 0 18 0 4 0 514502268 291213312 3064 33554432000 4194304 4627427 140735476392576 18446744073709551615 274664913390 0 0 4096 2 18446604471131486400 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=284388 CPUtime=0.01 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 749 0 0 0 1 0 0 0 18 0 4 0 514502268 291213312 3115 33554432000 4194304 4627427 140735476392576 18446744073709551615 4360952 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 284256

[startup+0.1667 s]
/proc/loadavg: 8.03 5.36 2.38 5/178 18188
/proc/meminfo: memFree=22945516/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=290320 CPUtime=0.61 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 9264 0 0 0 56 5 0 0 18 0 4 0 514502267 297287680 9045 33554432000 4194304 4627427 140735476392576 18446744073709551615 274664851639 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 72580 9088 374 106 0 67551 0
[pid=18188/tid=18189] ppid=18186 vsize=290320 CPUtime=0.14 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 2316 0 0 0 14 0 0 0 18 0 4 0 514502267 297287680 9141 33554432000 4194304 4627427 140735476392576 18446744073709551615 274664469537 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=290320 CPUtime=0.14 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 2385 0 0 0 13 1 0 0 18 0 4 0 514502268 297287680 9175 33554432000 4194304 4627427 140735476392576 18446744073709551615 274664851639 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=290320 CPUtime=0.14 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 2257 0 0 0 14 0 0 0 18 0 4 0 514502268 297287680 9246 33554432000 4194304 4627427 140735476392576 18446744073709551615 4299670 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 290320

[startup+0.331615 s]
/proc/loadavg: 8.03 5.36 2.38 5/178 18188
/proc/meminfo: memFree=22945516/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=305072 CPUtime=4.18 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 21835 0 0 0 410 8 0 0 19 0 4 0 514502267 312393728 18118 33554432000 4194304 4627427 140735476392576 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 76268 18118 386 106 0 71239 0
[pid=18188/tid=18189] ppid=18186 vsize=305072 CPUtime=1.04 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 6044 0 0 0 103 1 0 0 19 0 4 0 514502267 312393728 18118 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=305072 CPUtime=1.04 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 5669 0 0 0 102 2 0 0 19 0 4 0 514502268 312393728 18118 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=305072 CPUtime=1.04 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 4598 0 0 0 103 1 0 0 19 0 4 0 514502268 312393728 18118 33554432000 4194304 4627427 140735476392576 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 305072

[startup+1.16392 s]
/proc/loadavg: 8.03 5.36 2.38 5/178 18188
/proc/meminfo: memFree=22945516/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=308048 CPUtime=4.59 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 23830 0 0 0 450 9 0 0 19 0 4 0 514502267 315441152 17557 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 77012 17557 386 106 0 71983 0
[pid=18188/tid=18189] ppid=18186 vsize=308048 CPUtime=1.13 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 6658 0 0 0 112 1 0 0 19 0 4 0 514502267 315441152 17557 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=308048 CPUtime=1.14 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 6282 0 0 0 112 2 0 0 19 0 4 0 514502268 315441152 17557 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=308048 CPUtime=1.14 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 4770 0 0 0 113 1 0 0 19 0 4 0 514502268 315441152 17557 33554432000 4194304 4627427 140735476392576 18446744073709551615 4327552 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 308048

[startup+1.50086 s]
/proc/loadavg: 8.03 5.36 2.38 5/178 18188
/proc/meminfo: memFree=22945516/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=298932 CPUtime=5.93 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 25490 0 0 0 584 9 0 0 19 0 4 0 514502267 306106368 18045 33554432000 4194304 4627427 140735476392576 18446744073709551615 4321445 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 74733 18045 386 106 0 69704 0
[pid=18188/tid=18189] ppid=18186 vsize=298932 CPUtime=1.47 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 6960 0 0 0 146 1 0 0 19 0 4 0 514502267 306106368 18045 33554432000 4194304 4627427 140735476392576 18446744073709551615 4327424 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=298932 CPUtime=1.48 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 6553 0 0 0 146 2 0 0 19 0 4 0 514502268 306106368 18045 33554432000 4194304 4627427 140735476392576 18446744073709551615 4329529 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=298932 CPUtime=1.47 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 5578 0 0 0 146 1 0 0 19 0 4 0 514502268 306106368 18045 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 298932

[startup+3.10058 s]
/proc/loadavg: 8.03 5.36 2.38 11/182 18192
/proc/meminfo: memFree=22867552/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=300176 CPUtime=12.31 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 34888 0 0 0 1220 11 0 0 24 0 4 0 514502267 307380224 21935 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 75044 21935 390 106 0 70015 0
[pid=18188/tid=18189] ppid=18186 vsize=300176 CPUtime=3.07 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 9181 0 0 0 306 1 0 0 23 0 4 0 514502267 307380224 21935 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=300176 CPUtime=3.06 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 8740 0 0 0 304 2 0 0 24 0 4 0 514502268 307380224 21935 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=300176 CPUtime=3.07 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 8366 0 0 0 305 2 0 0 24 0 4 0 514502268 307380224 21935 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 300176

[startup+6.30103 s]
/proc/loadavg: 8.35 5.47 2.43 9/182 18192
/proc/meminfo: memFree=22836056/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=321156 CPUtime=25.1 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 43489 0 0 0 2497 13 0 0 25 0 4 0 514502267 328863744 27245 33554432000 4194304 4627427 140735476392576 18446744073709551615 4425010 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 80289 27245 390 106 0 75260 0
[pid=18188/tid=18189] ppid=18186 vsize=321156 CPUtime=6.27 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 10087 0 0 0 626 1 0 0 25 0 4 0 514502267 328863744 27245 33554432000 4194304 4627427 140735476392576 18446744073709551615 4424993 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=321156 CPUtime=6.25 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 10065 0 0 0 622 3 0 0 25 0 4 0 514502268 328863744 27245 33554432000 4194304 4627427 140735476392576 18446744073709551615 4424975 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=321156 CPUtime=6.28 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 13940 0 0 0 624 4 0 0 25 0 4 0 514502268 328863744 27245 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 321156

[startup+12.7009 s]
/proc/loadavg: 8.32 5.51 2.46 9/182 18192
/proc/meminfo: memFree=22782864/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=381540 CPUtime=50.68 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 67033 0 0 0 5051 17 0 0 25 0 4 0 514502267 390696960 39534 33554432000 4194304 4627427 140735476392576 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 95385 39534 390 106 0 90356 0
[pid=18188/tid=18189] ppid=18186 vsize=381540 CPUtime=12.67 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 14080 0 0 0 1265 2 0 0 25 0 4 0 514502267 390696960 39534 33554432000 4194304 4627427 140735476392576 18446744073709551615 4424596 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=381540 CPUtime=12.62 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 18926 0 0 0 1258 4 0 0 25 0 4 0 514502268 390696960 39534 33554432000 4194304 4627427 140735476392576 18446744073709551615 4332320 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=381540 CPUtime=12.69 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 20097 0 0 0 1264 5 0 0 25 0 4 0 514502268 390696960 39534 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 381540

[startup+25.5007 s]
/proc/loadavg: 8.25 5.63 2.55 9/182 18193
/proc/meminfo: memFree=22718772/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=415660 CPUtime=101.77 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 100221 0 0 0 10152 25 0 0 25 0 4 0 514502267 425635840 56457 33554432000 4194304 4627427 140735476392576 18446744073709551615 4428311 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 103915 56457 390 106 0 98886 0
[pid=18188/tid=18189] ppid=18186 vsize=415660 CPUtime=25.45 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 21500 0 0 0 2540 5 0 0 25 0 4 0 514502267 425635840 56457 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=415660 CPUtime=25.34 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 27935 0 0 0 2529 5 0 0 25 0 4 0 514502268 425635840 56457 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=415660 CPUtime=25.48 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 30438 0 0 0 2541 7 0 0 25 0 4 0 514502268 425635840 56457 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 415660

[startup+51.1003 s]
/proc/loadavg: 8.16 5.82 2.69 9/182 18193
/proc/meminfo: memFree=22689900/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=458436 CPUtime=204.01 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 166368 0 0 0 20358 43 0 0 25 0 4 0 514502267 469438464 62545 33554432000 4194304 4627427 140735476392576 18446744073709551615 4321661 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 114609 62545 390 106 0 109580 0
[pid=18188/tid=18189] ppid=18186 vsize=458436 CPUtime=51.04 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 37750 0 0 0 5092 12 0 0 25 0 4 0 514502267 469438464 62545 33554432000 4194304 4627427 140735476392576 18446744073709551615 4329791 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=458436 CPUtime=50.81 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 47476 0 0 0 5071 10 0 0 25 0 4 0 514502268 469438464 62545 33554432000 4194304 4627427 140735476392576 18446744073709551615 4310574 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=458436 CPUtime=51.07 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 49708 0 0 0 5096 11 0 0 25 0 4 0 514502268 469438464 62545 33554432000 4194304 4627427 140735476392576 18446744073709551615 4308920 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 458436

[startup+102.3 s]
/proc/loadavg: 8.13 6.17 2.97 9/182 18195
/proc/meminfo: memFree=22588932/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=455744 CPUtime=408.52 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 285991 0 0 0 40781 71 0 0 25 0 4 0 514502267 466681856 82701 33554432000 4194304 4627427 140735476392576 18446744073709551615 4327427 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 113936 82701 390 106 0 108907 0
[pid=18188/tid=18189] ppid=18186 vsize=455744 CPUtime=102.23 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 70066 0 0 0 10204 19 0 0 25 0 4 0 514502267 466681856 82701 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=455744 CPUtime=101.73 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 75353 0 0 0 10156 17 0 0 25 0 4 0 514502268 466681856 82701 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=455744 CPUtime=102.27 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 81284 0 0 0 10209 18 0 0 25 0 4 0 514502268 466681856 82701 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.52
Current children cumulated vsize (KiB) 455744

[startup+162.301 s]

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

[pid=18188] ppid=18186 vsize=985232 CPUtime=2565.5 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 1353117 0 0 0 256191 359 0 0 25 0 4 0 514502267 1008877568 169378 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 246308 169378 392 106 0 241279 0
[pid=18188/tid=18189] ppid=18186 vsize=985232 CPUtime=642.24 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 348138 0 0 0 64128 96 0 0 25 0 4 0 514502267 1008877568 169378 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=985232 CPUtime=638.78 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 361874 0 0 0 63781 97 0 0 25 0 4 0 514502268 1008877568 169378 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=985232 CPUtime=642.21 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 354705 0 0 0 64128 93 0 0 25 0 4 0 514502268 1008877568 169378 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.5
Current children cumulated vsize (KiB) 985232

[startup+702.3 s]
/proc/loadavg: 8.07 7.83 5.40 10/182 18211
/proc/meminfo: memFree=22042344/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=1024624 CPUtime=2805.16 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 1452938 0 0 0 280129 387 0 0 25 0 4 0 514502267 1049214976 179759 33554432000 4194304 4627427 140735476392576 18446744073709551615 4310561 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 256156 179759 392 106 0 251127 0
[pid=18188/tid=18189] ppid=18186 vsize=1024624 CPUtime=702.23 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 371337 0 0 0 70121 102 0 0 25 0 4 0 514502267 1049214976 179759 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=1024624 CPUtime=698.45 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 390928 0 0 0 69739 106 0 0 25 0 4 0 514502268 1049214976 179759 33554432000 4194304 4627427 140735476392576 18446744073709551615 4424460 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=1024624 CPUtime=702.2 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 377257 0 0 0 70121 99 0 0 25 0 4 0 514502268 1049214976 179759 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.16
Current children cumulated vsize (KiB) 1024624

[startup+762.301 s]
/proc/loadavg: 8.07 7.88 5.56 9/182 18212
/proc/meminfo: memFree=21990368/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=1173536 CPUtime=3044.84 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 1553119 0 0 0 304066 418 0 0 25 0 4 0 514502267 1201700864 186489 33554432000 4194304 4627427 140735476392576 18446744073709551615 4424460 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 293384 186489 392 106 0 288355 0
[pid=18188/tid=18189] ppid=18186 vsize=1173536 CPUtime=762.23 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 400143 0 0 0 76113 110 0 0 25 0 4 0 514502267 1201700864 186489 33554432000 4194304 4627427 140735476392576 18446744073709551615 4424998 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=1173536 CPUtime=758.13 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 417052 0 0 0 75699 114 0 0 25 0 4 0 514502268 1201700864 186489 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=1173536 CPUtime=762.19 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 397936 0 0 0 76115 104 0 0 25 0 4 0 514502268 1201700864 186489 33554432000 4194304 4627427 140735476392576 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.84
Current children cumulated vsize (KiB) 1173536

[startup+822.301 s]
/proc/loadavg: 8.09 7.91 5.72 9/182 18214
/proc/meminfo: memFree=21994792/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=958620 CPUtime=3284.51 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 1661909 0 0 0 328002 449 0 0 25 0 4 0 514502267 981626880 177491 33554432000 4194304 4627427 140735476392576 18446744073709551615 4327434 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 239655 177491 392 106 0 234626 0
[pid=18188/tid=18189] ppid=18186 vsize=958620 CPUtime=822.24 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 427757 0 0 0 82106 118 0 0 25 0 4 0 514502267 981626880 177491 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309412 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=958620 CPUtime=817.8 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 444846 0 0 0 81657 123 0 0 25 0 4 0 514502268 981626880 177491 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=958620 CPUtime=822.2 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 422687 0 0 0 82109 111 0 0 25 0 4 0 514502268 981626880 177492 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.51
Current children cumulated vsize (KiB) 958620

[startup+882.301 s]
/proc/loadavg: 7.79 7.87 5.84 6/176 18238
/proc/meminfo: memFree=24378824/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=1083792 CPUtime=3524.17 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 1760905 0 0 0 351938 479 0 0 25 0 4 0 514502267 1109803008 194568 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18188/statm: 270948 194568 392 106 0 265919 0
[pid=18188/tid=18189] ppid=18186 vsize=1083792 CPUtime=882.23 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 448398 0 0 0 88098 125 0 0 25 0 4 0 514502267 1109803008 194568 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=1083792 CPUtime=877.48 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 476761 0 0 0 87618 130 0 0 25 0 4 0 514502268 1109803008 194568 33554432000 4194304 4627427 140735476392576 18446744073709551615 4310574 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=1083792 CPUtime=882.2 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 447856 0 0 0 88100 120 0 0 25 0 4 0 514502268 1109803008 194568 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.17
Current children cumulated vsize (KiB) 1083792

[startup+942.307 s]
/proc/loadavg: 9.88 8.47 6.17 8/176 18251
/proc/meminfo: memFree=24153396/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=1275536 CPUtime=3715.67 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 1846642 0 0 0 370847 720 0 0 25 0 4 0 514502267 1306148864 218226 33554432000 4194304 4627427 140735476392576 18446744073709551615 4428380 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18188/statm: 318884 218226 390 106 0 313855 0
[pid=18188/tid=18189] ppid=18186 vsize=1275536 CPUtime=927.27 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 466889 0 0 0 92501 226 0 0 25 0 4 0 514502267 1306148864 218226 33554432000 4194304 4627427 140735476392576 18446744073709551615 4330932 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=1275536 CPUtime=932.9 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 497938 0 0 0 93122 168 0 0 25 0 4 0 514502268 1306148864 218226 33554432000 4194304 4627427 140735476392576 18446744073709551615 4324648 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=1275536 CPUtime=924 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 465563 0 0 0 92212 188 0 0 25 0 4 0 514502268 1306148864 218226 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3715.67
Current children cumulated vsize (KiB) 1275536

[startup+1002.3 s]
/proc/loadavg: 8.81 8.43 6.30 9/182 18280
/proc/meminfo: memFree=24088428/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=1207688 CPUtime=3947.64 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 1942998 0 0 0 393978 786 0 0 25 0 4 0 514502267 1236672512 210615 33554432000 4194304 4627427 140735476392576 18446744073709551615 4332689 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18188/statm: 301922 210615 390 106 0 296893 0
[pid=18188/tid=18189] ppid=18186 vsize=1207688 CPUtime=985.43 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 489847 0 0 0 98299 244 0 0 25 0 4 0 514502267 1236672512 210615 33554432000 4194304 4627427 140735476392576 18446744073709551615 4310580 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=1207688 CPUtime=992.82 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 523896 0 0 0 99106 176 0 0 25 0 4 0 514502268 1236672512 210615 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=1207688 CPUtime=979.8 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 484983 0 0 0 97770 210 0 0 25 0 4 0 514502268 1236672512 210615 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309234 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3947.64
Current children cumulated vsize (KiB) 1207688

[startup+1062.3 s]
/proc/loadavg: 8.40 8.38 6.41 9/182 18281
/proc/meminfo: memFree=24020812/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=1334408 CPUtime=4187.29 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 2031461 0 0 0 417920 809 0 0 25 0 4 0 514502267 1366433792 220478 33554432000 4194304 4627427 140735476392576 18446744073709551615 4349212 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18188/statm: 333602 220478 390 106 0 328573 0
[pid=18188/tid=18189] ppid=18186 vsize=1334408 CPUtime=1045.11 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 514803 0 0 0 104261 250 0 0 25 0 4 0 514502267 1366433792 220478 33554432000 4194304 4627427 140735476392576 18446744073709551615 4308425 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=1334408 CPUtime=1052.82 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 544299 0 0 0 105101 181 0 0 25 0 4 0 514502268 1366433792 220478 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=1334408 CPUtime=1039.79 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 509967 0 0 0 103762 217 0 0 25 0 4 0 514502268 1366433792 220478 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4187.29
Current children cumulated vsize (KiB) 1334408

[startup+1122.3 s]
/proc/loadavg: 8.24 8.33 6.52 9/182 18283
/proc/meminfo: memFree=23933844/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=1423504 CPUtime=4426.95 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 2118414 0 0 0 441859 836 0 0 25 0 4 0 514502267 1457668096 225562 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18188/statm: 355876 225562 390 106 0 350847 0
[pid=18188/tid=18189] ppid=18186 vsize=1423504 CPUtime=1104.8 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 540409 0 0 0 110223 257 0 0 25 0 4 0 514502267 1457668096 225562 33554432000 4194304 4627427 140735476392576 18446744073709551615 4424446 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=1423504 CPUtime=1112.81 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 566356 0 0 0 111092 189 0 0 25 0 4 0 514502268 1457668096 225562 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=1423504 CPUtime=1099.8 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 529632 0 0 0 109757 223 0 0 25 0 4 0 514502268 1457668096 225562 33554432000 4194304 4627427 140735476392576 18446744073709551615 4467828 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4426.95
Current children cumulated vsize (KiB) 1423504

[startup+1182.3 s]
/proc/loadavg: 8.17 8.30 6.62 9/182 18285
/proc/meminfo: memFree=23818996/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=1243724 CPUtime=4666.61 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 2219233 0 0 0 465799 862 0 0 25 0 4 0 514502267 1273573376 226142 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18188/statm: 310931 226142 398 106 0 305902 0
[pid=18188/tid=18189] ppid=18186 vsize=1243724 CPUtime=1164.47 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 565332 0 0 0 116184 263 0 0 25 0 4 0 514502267 1273573376 226142 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=1243724 CPUtime=1172.81 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 590259 0 0 0 117086 195 0 0 25 0 4 0 514502268 1273573376 226142 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=1243724 CPUtime=1159.8 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 555220 0 0 0 115751 229 0 0 25 0 4 0 514502268 1273573376 226142 33554432000 4194304 4627427 140735476392576 18446744073709551615 4321491 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4666.61
Current children cumulated vsize (KiB) 1243724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1215.7 s]
/proc/loadavg: 8.16 8.28 6.68 9/182 18285
/proc/meminfo: memFree=23807948/32951132 swapFree=67111524/67111528
[pid=18188] ppid=18186 vsize=1339692 CPUtime=4800.04 cores=1,3,5,7
/proc/18188/stat : 18188 (strangenight2-m) R 18186 18188 18108 0 -1 4202496 2269900 0 0 0 479127 877 0 0 25 0 4 0 514502267 1371844608 232496 33554432000 4194304 4627427 140735476392576 18446744073709551615 4333184 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/18188/statm: 334923 232496 398 106 0 329894 0
[pid=18188/tid=18189] ppid=18186 vsize=1339692 CPUtime=1197.69 cores=1,3,5,7
/proc/18188/task/18189/stat : 18189 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 576683 0 0 0 119504 265 0 0 25 0 4 0 514502267 1371844608 232496 33554432000 4194304 4627427 140735476392576 18446744073709551615 4428380 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18188/tid=18190] ppid=18186 vsize=1339692 CPUtime=1206.21 cores=1,3,5,7
/proc/18188/task/18190/stat : 18190 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 603551 0 0 0 120421 200 0 0 25 0 4 0 514502268 1371844608 232496 33554432000 4194304 4627427 140735476392576 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18188/tid=18191] ppid=18186 vsize=1339692 CPUtime=1193.19 cores=1,3,5,7
/proc/18188/task/18191/stat : 18191 (strangenight2-m) R 18186 18188 18108 0 -1 4202560 568004 0 0 0 119087 232 0 0 25 0 4 0 514502268 1371844608 232496 33554432000 4194304 4627427 140735476392576 18446744073709551615 4520550 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1339692

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): 1215.75
CPU time (s): 4800.12
CPU user time (s): 4791.3
CPU system time (s): 8.82066
CPU usage (%): 394.826
Max. virtual memory (cumulated for all children) (KiB): 1424224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.3
system time used= 8.82066
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2269903
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= 8833
involuntary context switches= 22114

runsolver used 1.86972 second user time and 4.76727 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-29 00:17:06
IDJOB=3259383
IDBENCH=71571
IDSOLVER=1586
FILE ID=node131/3259383-1304029026
RUNJOBID= node131-1304028687-18127
PBS_JOBID= 13170321
Free space on /tmp= 71356 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v2100c215164gyes4.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259383-1304029026/watcher-3259383-1304029026 -o /tmp/evaluation-result-3259383-1304029026/solver-3259383-1304029026 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3259383-1304029026.cnf

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

MD5SUM BENCH= 2caae162eff2e5f641cadfad345a5401
RANDOM SEED=1848238275

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      22945796 kB
Buffers:        932180 kB
Cached:        6189276 kB
SwapCached:          4 kB
Active:        2509140 kB
Inactive:      7005652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      22945796 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8164 kB
Writeback:           8 kB
AnonPages:     2392624 kB
Mapped:          15764 kB
Slab:           422720 kB
PageTables:       9500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  2740116 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71372 MiB
End job on node131 at 2011-04-29 00:37:24