Trace number 3366952

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v2400c266431gyes2.cnf
MD5SUMaac2bd287b8cd6b96cbf7ecc463acf19
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.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-3366952-1305393277.cnf'
0.00/0.01	c -- header says num vars:           2400
0.00/0.01	c -- header says num clauses:      266431
0.00/0.07	c -- clauses added:            0 learnts,       266431 normals,            0 xors
0.00/0.07	c -- vars added       2400
0.00/0.07	c Parsing time:  0.04 s
0.00/0.07	c  N st     0         0      2400        75    266356         0    535112         0   no data   no data
0.00/0.07	c asymm  cl-useful: 0/75/75 lits-rem:0 time: 0.00
0.00/0.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
0.00/0.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.16	c bin-w-bin subsume rem            0 bins  time:  0.02 s
0.00/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
0.00/0.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2400 time:  0.02 s
0.00/0.22	c Removed useless bin:       0  fixed:     0  props:   1.34M  time:  0.02 s
4.24/1.13	c lits-rem:       268  cl-subs:        0  v-elim:     75  v-fix:    0  time:  0.06 s
4.24/1.13	c Finding binary XORs  T:     0.00 s  found:       0
4.24/1.13	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
4.24/1.13	c calculated reachability. Time: 0.00
4.24/1.13	c Calc default polars -  time:   0.00 s pos:       0 undec:      75 neg:    2325
4.24/1.13	c =========================================================================================
4.24/1.13	c types(t): F = full restart, N = normal restart
4.24/1.13	c types(t): S = simplification begin/end, E = solution found
4.24/1.13	c restart types(rt): st = static, dy = dynamic
4.24/1.13	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.24/1.13	c  B st     0         0      2325     12292    251739         0    901354         0   no data   no data
4.24/1.13	c  N dy    17      5559      2325     12292    251739      3035    901354    140190     14.62     15.51
4.64/1.23	c  N dy    31      9754      2325     12292    251739      7204    901353    406110     14.63     15.46
5.95/1.50	c  N dy    50     14030      2325     12292    251739      7227    901352    321109     14.79     15.66
7.18/1.87	c  N dy    61     18218      2325     12292    251739      5812    901351    171806     14.70     15.52
8.74/2.23	c  N dy    85     22233      2325     12292    251739      9816    901351    431691     14.90     18.18
9.54/2.48	c  F st   100     25000      2325     12292    251739     12559    901351    614687     14.94   no data
10.74/2.70	c  N st   104     27031      2325     12292    251739      7808    901351    231266     14.94   no data
11.55/2.97	c  S st   106     30000      2325     12292    251739     10751    901351    404647     14.94   no data
11.99/3.01	c  S st   106     30501      2325     12292    251739     11250    901350    436966     14.94   no data
11.99/3.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.13/3.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.9M T:  0.37
13.52/3.41	c blocked clauses removed:        0 vars:      0 tried:        2325 T: 0.00 s
13.52/3.44	c bin-w-bin subsume rem            0 bins  time:  0.03 s
25.88/6.54	c subs with bin:        0  lits-rem:     87240  v-fix:    0  time:  3.11 s
25.88/6.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
25.88/6.59	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
26.28/6.61	c lits-rem:       718  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
31.06/7.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.23 s
31.87/8.04	c lits-rem:       119  cl-subs:     1702  v-elim:      0  v-fix:    0  time:  0.17 s
32.66/8.23	c asymm  cl-useful: 0/1793/12292 lits-rem:0 time: 0.19
32.66/8.24	c calculated reachability. Time: 0.00
32.66/8.24	c  N dy   106     30501      2325     12292    251739      9548    813392    394630     14.94   no data
34.25/8.65	c  N dy   142     34728      2325     12292    251739     13754    813392    758401     15.46     16.49
35.85/9.09	c  N dy   173     39187      2325     12292    251739     10336    813392    415460     15.73     16.77
37.45/9.50	c  N dy   191     43389      2325     12292    251739     14513    813392    755478     15.80     16.76
38.64/9.74	c  S st   208     45753      2325     12292    251739     16863    813392    953779     15.94   no data
40.24/10.19	c  S st   208     46255      2325     12292    251739     17365    813392    997142     15.94   no data
40.24/10.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
40.24/10.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.6M T:  0.38
40.24/10.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.64/10.21	c bin-w-bin subsume rem            0 bins  time:  0.03 s
48.61/12.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.06 s
48.61/12.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
49.00/12.31	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
49.00/12.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
54.19/13.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
56.57/14.25	c lits-rem:        54  cl-subs:      193  v-elim:      0  v-fix:    0  time:  0.55 s
56.57/14.26	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
56.97/14.30	c vivif2 --  cl tried    17172 cl shrink        0 lits rem          0 time: 0.03
57.37/14.49	c asymm  cl-useful: 0/1307/12292 lits-rem:0 time: 0.20
57.77/14.50	c calculated reachability. Time: 0.00
57.77/14.50	c  N dy   208     46255      2325     12292    251739     17172    813392    985840     15.94   no data
59.38/14.92	c  N dy   239     50325      2325     12292    251739     12320    813392    522223     16.22     18.59
60.96/15.33	c  N dy   266     54422      2325     12292    251739     16395    813392    870479     16.41     17.43
62.55/15.74	c  N dy   288     58494      2325     12292    251739     10510    813392    287717     16.52     21.79
64.18/16.15	c  N dy   314     62542      2325     12292    251739     14535    813392    617246     16.61     20.71
65.74/16.58	c  N dy   330     66857      2325     12292    251739     18813    813392    944693     16.60     17.54
66.94/16.84	c  S st   347     69382      2325     12292    251739     21326    813392   1159370     16.65     16.31
66.94/16.90	c  S st   347     69887      2325     12292    251739     21830    813392   1202526     16.65   no data
67.34/16.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
68.56/17.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.2M T:  0.37
68.56/17.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.56/17.31	c bin-w-bin subsume rem            0 bins  time:  0.03 s
76.91/19.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
76.91/19.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
77.33/19.42	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
77.33/19.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.88/20.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
86.10/21.62	c lits-rem:        80  cl-subs:      213  v-elim:      0  v-fix:    0  time:  0.80 s
86.10/21.63	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
86.10/21.68	c vivif2 --  cl tried    21617 cl shrink        0 lits rem          0 time: 0.04
86.86/21.88	c asymm  cl-useful: 0/1930/12292 lits-rem:0 time: 0.20
86.86/21.88	c calculated reachability. Time: 0.00
86.86/21.88	c  N dy   347     69887      2325     12292    251739     21617    813392   1188937     16.65   no data
88.86/22.35	c  N dy   363     74374      2325     12292    251739     15140    813392    583074     16.66     17.98
90.90/22.86	c  N dy   383     79270      2325     12292    251739     19986    813392    970472     16.65     17.84
92.84/23.38	c  N dy   392     84342      2325     12292    251739     13121    813392    371572     16.60     17.66
94.05/23.67	c  F st   400     87500      2325     12292    251739     16256    813392    623787     16.58     15.58
95.63/24.03	c  N st   405     90800      2325     12292    251739     19526    813392    881154     16.58   no data
98.42/24.79	c  N dy   419     97655      2325     12292    251739     13432    813392    331692     16.56     17.53
101.21/25.46	c  N dy   448    104357      2325     12292    251739     20085    813392    834065     16.59     17.60
101.61/25.51	c  S st   450    104830      2325     12292    251739     20549    813392    866233     16.59   no data
101.61/25.56	c  S st   450    105331      2325     12292    251739     21050    813392    907510     16.59   no data
101.61/25.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.21/25.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.6M T:  0.36
103.21/25.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.21/25.97	c bin-w-bin subsume rem            0 bins  time:  0.03 s
111.58/28.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
111.58/28.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
111.58/28.08	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
111.58/28.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
117.21/29.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
118.75/29.86	c lits-rem:        72  cl-subs:      216  v-elim:      0  v-fix:    0  time:  0.43 s
118.75/29.87	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
119.15/29.90	c vivif2 --  cl tried    20834 cl shrink        0 lits rem          0 time: 0.04
119.95/30.10	c asymm  cl-useful: 0/1261/12292 lits-rem:0 time: 0.20
119.95/30.11	c calculated reachability. Time: 0.00
119.95/30.11	c  N dy   450    105331      2325     12292    251739     20834    813392    896888     16.59   no data
122.74/30.83	c  N dy   484    112056      2325     12292    251739     27512    813392   1434267     16.65     17.59
125.55/31.58	c  N dy   515    119336      2325     12292    251739     20852    813392    851597     16.64     17.54
129.12/32.49	c  N dy   545    127889      2325     12292    251739     29355    813392   1526387     16.61     17.56
132.70/33.38	c  N dy   573    136390      2325     12292    251739     22891    813392    921116     16.58     17.60
136.69/34.33	c  N dy   604    145225      2325     12292    251739     31656    813392   1611544     16.60     17.54
140.67/35.31	c  N dy   642    154496      2325     12292    251739     24991    813392   1053294     16.61     17.52
141.87/35.69	c  S st   651    157997      2325     12292    251739     28465    813392   1311078     16.60     17.08
142.27/35.75	c  S st   651    158500      2325     12292    251739     28967    813392   1349874     16.60   no data
142.27/35.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
143.85/36.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.6M T:  0.41
143.85/36.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
144.25/36.21	c bin-w-bin subsume rem            0 bins  time:  0.03 s
152.28/38.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
152.62/38.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
152.62/38.32	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
152.62/38.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
157.81/39.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
161.79/40.65	c lits-rem:       103  cl-subs:      333  v-elim:      0  v-fix:    0  time:  0.96 s
161.79/40.66	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
162.19/40.71	c vivif2 --  cl tried    28634 cl shrink        0 lits rem          0 time: 0.05
162.99/40.91	c asymm  cl-useful: 0/1482/12292 lits-rem:0 time: 0.20
162.99/40.92	c calculated reachability. Time: 0.00
162.99/40.92	c  N dy   651    158500      2325     12292    251739     28634    813392   1333907     16.60   no data
167.38/42.09	c  N dy   679    169215      2325     12292    251739     22403    813392    773991     16.58     17.45
172.56/43.38	c  N dy   717    180940      2325     12292    251739     34036    813392   1641974     16.56     17.54
177.74/44.64	c  N dy   759    192521      2325     12292    251739     27673    813392   1132699     16.58     25.36
183.31/46.03	c  N dy   788    204837      2325     12292    251739     21027    813392    553666     16.55     18.05
188.49/47.39	c  N dy   850    217936      2325     12292    251739     34016    813392   1537012     16.59     17.52
194.87/48.90	c  N dy   908    232005      2325     12292    251739     28135    813392   1003321     16.60     17.55
197.26/49.52	c  S st   933    237751      2325     12292    251739     33834    813392   1410377     16.61     16.92
197.26/49.58	c  S st   933    238254      2325     12292    251739     34337    813392   1449815     16.61   no data
197.26/49.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
198.86/49.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.5M T:  0.39
198.86/49.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
199.26/50.02	c bin-w-bin subsume rem            0 bins  time:  0.03 s
207.22/52.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.06 s
207.62/52.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
207.62/52.12	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
207.62/52.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
212.81/53.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
217.61/54.68	c lits-rem:       105  cl-subs:      393  v-elim:      0  v-fix:    0  time:  1.16 s
217.61/54.69	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
218.05/54.75	c vivif2 --  cl tried    33944 cl shrink        0 lits rem          0 time: 0.06
218.78/54.96	c asymm  cl-useful: 0/1597/12292 lits-rem:0 time: 0.21
218.78/54.96	c calculated reachability. Time: 0.00
218.78/54.96	c  N dy   933    238254      2325     12292    251739     33944    813392   1432920     16.61   no data
225.96/56.70	c  N dy   982    253656      2325     12292    251739     28390    813392    989378     16.59     17.72
233.53/58.61	c  N dy  1044    270663      2325     12292    251739     23436    813392    538970     16.59     17.57
241.11/60.51	c  N dy  1094    287968      2325     12292    251739     40546    813392   1766180     16.57     18.93
249.06/62.56	c  F st  1177    306251      2325     12292    251739     35889    813392   1456797     16.60     16.35
249.47/62.62	c  N st  1178    306503      2325     12292    251739     36141    813392   1476909     16.60   no data
259.04/65.05	c  N dy  1248    328599      2325     12292    251739     34231    813392   1220601     16.61     17.59
268.20/67.36	c  N dy  1332    348839      2325     12292    251739     29548    813392    828232     16.62     17.54
272.19/68.32	c  S st  1377    357381      2325     12292    251739     38024    813392   1437280     16.64   no data
272.19/68.38	c  S st  1377    357885      2325     12292    251739     38527    813392   1477870     16.64   no data
272.19/68.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
273.78/68.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.2M T:  0.39
273.78/68.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
274.18/68.82	c bin-w-bin subsume rem            0 bins  time:  0.03 s
282.15/70.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.06 s
282.55/70.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
282.55/70.92	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
282.55/70.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
288.19/72.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
292.57/73.50	c lits-rem:        90  cl-subs:      334  v-elim:      0  v-fix:    0  time:  1.14 s
292.91/73.50	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
292.91/73.57	c vivif2 --  cl tried    38193 cl shrink        0 lits rem          0 time: 0.06
293.70/73.77	c asymm  cl-useful: 0/1360/12292 lits-rem:0 time: 0.20
293.70/73.78	c calculated reachability. Time: 0.00
293.70/73.78	c  N dy  1377    357885      2325     12292    251739     38193    813392   1464034     16.64   no data
303.67/76.24	c  N dy  1483    379621      2325     12292    251739     33982    813392   1086656     16.67     17.71
312.84/78.55	c  N dy  1562    399693      2325     12292    251739     27100    813392    519330     16.68     17.68
322.01/80.83	c  N dy  1628    420510      2325     12292    251739     47739    813392   2005096     16.67     17.57
332.76/83.55	c  N dy  1679    443287      2325     12292    251739     42478    813392   1495249     16.62     17.65
342.33/85.93	c  N dy  1759    463827      2325     12292    251739     34143    813392    935879     16.63     17.52
351.10/88.17	c  N dy  1832    483999      2325     12292    251739     54136    813392   2365334     16.62     17.57
360.28/90.48	c  N dy  1905    504065      2325     12292    251739     44329    813392   1579292     16.62     17.62
370.24/92.90	c  N dy  1961    524133      2325     12292    251739     33488    813392    754053     16.60     17.68
375.45/94.27	c  S st  1993    536827      2325     12292    251739     46054    813392   1645949     16.59   no data
375.88/94.33	c  S st  1993    537335      2325     12292    251739     46560    813392   1686732     16.59   no data
375.88/94.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
377.41/94.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.7M T:  0.40
377.41/94.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
377.41/94.78	c bin-w-bin subsume rem            0 bins  time:  0.03 s
385.78/96.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
385.78/96.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
385.78/96.89	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
386.18/96.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
391.76/98.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
397.37/99.79	c lits-rem:        83  cl-subs:      589  v-elim:      0  v-fix:    0  time:  1.44 s
397.37/99.80	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
397.79/99.87	c vivif2 --  cl tried    45971 cl shrink        0 lits rem          0 time: 0.08
398.53/100.08	c asymm  cl-useful: 0/1146/12292 lits-rem:0 time: 0.21
398.53/100.09	c calculated reachability. Time: 0.00
398.53/100.09	c  N dy  1993    537335      2325     12292    251739     45971    813392   1666406     16.59   no data
408.50/102.55	c  N dy  2059    557384      2325     12292    251739     34112    813392    756144     16.57     17.47
417.67/104.87	c  N dy  2129    577655      2325     12292    251739     54201    813392   2184501     16.57     17.54
427.64/107.32	c  N dy  2208    598103      2325     12292    251739     41754    813392   1212950     16.58     17.62
436.82/109.65	c  N dy  2251    618160      2325     12292    251739     61622    813392   2603586     16.56     17.78
446.77/112.15	c  N dy  2326    638216      2325     12292    251739     47839    813392   1612604     16.56     17.45
457.13/114.73	c  N dy  2400    658394      2325     12292    251739     67856    813392   3009873     16.57     17.54
466.70/117.12	c  N dy  2455    678473      2325     12292    251739     53028    813392   1869064     16.55     23.78
476.71/119.66	c  N dy  2515    699015      2325     12292    251739     37723    813392    794840     16.53     17.44
486.63/122.13	c  N dy  2579    720543      2325     12292    251739     59054    813392   2250063     16.52     17.51
496.59/124.68	c  N dy  2661    740631      2325     12292    251739     42313    813392   1073181     16.53     19.70
506.16/127.05	c  N dy  2741    760707      2325     12292    251739     62225    813392   2471142     16.54     17.41
516.51/129.65	c  N dy  2799    781764      2325     12292    251739     45403    813392   1207508     16.52     17.56
525.68/131.99	c  N dy  2891    801775      2325     12292    251739     65249    813392   2610380     16.54     17.50
528.09/132.52	c  S st  2909    806002      2325     12292    251739     69441    813392   2904952     16.54   no data
528.09/132.58	c  S st  2909    806507      2325     12292    251739     69946    813392   2944286     16.54   no data
528.09/132.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
530.07/133.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.4M T:  0.45
530.07/133.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
530.07/133.08	c bin-w-bin subsume rem            0 bins  time:  0.03 s
538.44/135.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.06 s
538.44/135.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
538.44/135.18	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
538.84/135.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
544.82/136.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
555.97/139.52	c lits-rem:       265  cl-subs:      795  v-elim:      0  v-fix:    0  time:  2.78 s
555.97/139.53	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
556.37/139.67	c vivif2 --  cl tried    69151 cl shrink        0 lits rem          0 time: 0.14
557.18/139.89	c asymm  cl-useful: 0/1119/12292 lits-rem:0 time: 0.22
557.58/139.90	c calculated reachability. Time: 0.00
557.58/139.90	c  N dy  2909    806507      2325     12292    251739     69151    813392   2910593     16.54   no data
567.54/142.41	c  N dy  2956    826813      2325     12292    251739     50626    813392   1525335     16.53     17.63
577.13/144.89	c  N dy  3052    847453      2325     12292    251739     71112    813392   2933356     16.54     17.47
587.46/147.41	c  N dy  3101    867464      2325     12292    251739     51219    813392   1428540     16.53     17.63
597.44/149.92	c  N dy  3207    887974      2325     12292    251739     71576    813392   2822137     16.55     17.47
607.41/152.42	c  N dy  3294    908359      2325     12292    251739     51161    813392   1477014     16.56     17.52
618.16/155.16	c  N dy  3372    930566      2325     12292    251739     73150    813392   2977749     16.55     17.47
628.93/157.81	c  N dy  3440    950877      2325     12292    251739     51611    813392   1388076     16.55     17.42
638.10/160.20	c  N dy  3504    971237      2325     12292    251739     71770    813392   2738743     16.54     17.42
648.45/162.78	c  N dy  3576    991314      2325     12292    251739     49074    813392   1191493     16.54     17.70
658.01/165.19	c  N dy  3627   1011358      2325     12292    251739     68917    813392   2483625     16.52     17.40
669.21/167.93	c  N dy  3713   1031936      2325     12292    251739     45749    813392    916671     16.53     17.40
679.54/170.53	c  N dy  3783   1053601      2325     12292    251739     67172    813392   2321718     16.52     17.47
689.11/172.90	c  F st  3837   1071877      2325     12292    251739     85245    813392   3510914     16.52     14.16
690.31/173.22	c  N st  3841   1073908      2325     12292    251739     87252    813392   3646351     16.52   no data
699.90/175.64	c  N dy  3894   1093948      2325     12292    251739     62569    813392   2006941     16.52     17.53
710.23/178.24	c  N dy  3971   1114560      2325     12292    251739     82976    813392   3378574     16.52     17.40
720.20/180.76	c  N dy  4030   1134711      2325     12292    251739     57391    813392   1635457     16.52     17.46
729.77/183.17	c  N dy  4095   1154723      2325     12292    251739     77231    813392   2993604     16.52     18.81
740.52/185.89	c  N dy  4159   1175269      2325     12292    251739     51020    813392   1120600     16.51     17.49
750.49/188.34	c  N dy  4217   1195301      2325     12292    251739     70872    813392   2389168     16.51     17.62
758.06/190.21	c  S st  4270   1209761      2325     12292    251739     85200    813392   3320313     16.51     15.75
758.06/190.28	c  S st  4270   1210264      2325     12292    251739     85703    813392   3360437     16.51   no data
758.06/190.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
760.05/190.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.9M T:  0.48
760.05/190.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
760.45/190.81	c bin-w-bin subsume rem            0 bins  time:  0.03 s
768.43/192.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
768.83/192.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
768.83/192.92	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
768.83/192.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
774.86/194.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
786.37/197.39	c lits-rem:       250  cl-subs:     1511  v-elim:      0  v-fix:    0  time:  2.95 s
786.77/197.40	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
787.17/197.57	c vivif2 --  cl tried    84192 cl shrink        0 lits rem          0 time: 0.17
788.35/197.80	c asymm  cl-useful: 0/1266/12292 lits-rem:0 time: 0.24
788.35/197.81	c calculated reachability. Time: 0.00
788.35/197.81	c  N dy  4270   1210264      2325     12292    251739     84192    813392   3308263     16.51   no data
799.12/200.50	c  N dy  4364   1230337      2325     12292    251739     56553    813392   1427485     16.52     17.61
809.09/203.10	c  N dy  4454   1251083      2325     12292    251739     77107    813392   2814778     16.52     18.30
821.04/206.07	c  N dy  4521   1273268      2325     12292    251739     50523    813392    975345     16.52     17.50
831.00/208.59	c  N dy  4602   1294568      2325     12292    251739     71637    813392   2424982     16.52     17.55
841.75/211.21	c  N dy  4657   1314691      2325     12292    251739     91572    813392   3777391     16.51     17.42
852.12/213.82	c  N dy  4724   1334825      2325     12292    251739     61941    813392   1686861     16.51     17.39
862.11/216.33	c  N dy  4775   1354875      2325     12292    251739     81773    813392   3001443     16.50     26.81
872.84/219.09	c  N dy  4827   1375128      2325     12292    251739     51323    813392    925544     16.49     17.38
882.82/221.55	c  N dy  4894   1395702      2325     12292    251739     71712    813392   2284703     16.49     17.37
893.23/224.19	c  N dy  4975   1415740      2325     12292    251739     91568    813392   3616549     16.49     20.72
903.94/226.89	c  N dy  5060   1435779      2325     12292    251739     59916    813392   1417648     16.50     17.43
914.31/229.49	c  N dy  5115   1455923      2325     12292    251739     79853    813392   2669516     16.49     17.36
925.07/232.15	c  N dy  5180   1475932      2325     12292    251739     99638    813392   3953688     16.49     17.36
935.04/234.65	c  N dy  5232   1496008      2325     12292    251739     67062    813392   1900653     16.49     17.46
945.41/237.22	c  N dy  5298   1516188      2325     12292    251739     87016    813392   3196694     16.48     17.38
957.36/240.21	c  N dy  5356   1537356      2325     12292    251739     54513    813392    994289     16.48     17.47
968.51/243.07	c  N dy  5428   1560558      2325     12292    251739     77509    813392   2490510     16.47     17.61
979.28/245.76	c  N dy  5500   1580616      2325     12292    251739     97390    813392   3808470     16.47     17.35
990.82/248.68	c  N dy  5552   1602224      2325     12292    251739     64331    813392   1582067     16.47     17.53
1001.60/251.30	c  N dy  5618   1622275      2325     12292    251739     84192    813392   2900746     16.47     17.39
1011.95/253.99	c  N dy  5685   1642298      2325     12292    251739    103997    813392   4269965     16.47     17.55
1022.73/256.63	c  N dy  5717   1662378      2325     12292    251739     68384    813392   1749325     16.46     18.74
1033.12/259.23	c  N dy  5797   1682496      2325     12292    251739     88320    813392   3063712     16.46     17.46
1044.25/262.03	c  N dy  5847   1702754      2325     12292    251739    108361    813392   4362839     16.45     17.32
1048.63/263.14	c  S st  5866   1710264      2325     12292    251739     59377    813392   1164129     16.45     15.87
1049.03/263.20	c  S st  5866   1710766      2325     12292    251739     59877    813392   1205456     16.45   no data
1049.03/263.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1050.23/263.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.8M T:  0.40
1050.65/263.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1050.65/263.65	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1059.00/265.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
1059.00/265.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1059.00/265.76	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1059.00/265.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1064.23/267.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
1065.38/267.36	c lits-rem:        30  cl-subs:      121  v-elim:      0  v-fix:    0  time:  0.32 s
1065.38/267.37	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
1065.78/267.43	c vivif2 --  cl tried    59756 cl shrink        0 lits rem          0 time: 0.06
1066.58/267.63	c asymm  cl-useful: 0/1225/12292 lits-rem:0 time: 0.20
1066.58/267.64	c calculated reachability. Time: 0.00
1066.58/267.64	c  N dy  5866   1710766      2325     12292    251739     59756    813392   1201038     16.45   no data
1076.55/270.20	c  N dy  5906   1731196      2325     12292    251739     79969    813392   2531528     16.43     17.73
1087.70/272.92	c  N dy  5966   1751270      2325     12292    251739     99845    813392   3805994     16.43     17.30
1099.31/275.86	c  N dy  6042   1771881      2325     12292    251739     62849    813392   1348170     16.44     17.36
1109.23/278.31	c  N dy  6102   1791978      2325     12292    251739     82718    813392   2654036     16.43     20.48
1119.60/280.94	c  N dy  6164   1812344      2325     12292    251739    102905    813392   4032097     16.43     17.31
1131.15/283.85	c  N dy  6229   1832831      2325     12292    251739     64797    813392   1419542     16.43     17.45
1141.52/286.42	c  N dy  6297   1853023      2325     12292    251739     84774    813392   2714317     16.43     17.37
1152.67/289.21	c  N dy  6373   1873345      2325     12292    251739    104866    813392   4021053     16.43     17.35
1163.84/292.01	c  N dy  6427   1893497      2325     12292    251739     65436    813392   1408689     16.43     17.52
1176.20/295.13	c  N dy  6471   1917380      2325     12292    251739     89035    813392   2859480     16.42     17.33
1187.75/298.04	c  N dy  6545   1938865      2325     12292    251739    110289    813392   4263988     16.42     17.37
1198.53/300.78	c  N dy  6629   1958936      2325     12292    251739     69845    813392   1659831     16.43     17.47
1208.94/303.31	c  N dy  6720   1978954      2325     12292    251739     89701    813392   3040621     16.43     17.35
1220.45/306.27	c  N dy  6793   2000361      2325     12292    251739    110884    813392   4413032     16.43     17.43
1231.60/309.06	c  N dy  6843   2020405      2325     12292    251739     69323    813392   1569338     16.43     17.35
1241.57/311.59	c  N dy  6919   2040537      2325     12292    251739     89254    813392   2878444     16.43     17.30
1253.52/314.53	c  N dy  6991   2061467      2325     12292    251739    109958    813392   4225228     16.43     17.30
1265.94/317.69	c  N dy  7052   2084203      2325     12292    251739     70095    813392   1534234     16.42     17.44
1277.05/320.43	c  N dy  7125   2104993      2325     12292    251739     90684    813392   2849739     16.42     17.32
1288.20/323.23	c  N dy  7187   2125386      2325     12292    251739    110841    813392   4102469     16.42     17.32
1300.59/326.35	c  N dy  7250   2146827      2325     12292    251739     68721    813392   1438112     16.42     17.39
1310.93/328.91	c  N dy  7336   2166979      2325     12292    251739     88686    813392   2791592     16.42     17.33
1321.30/331.59	c  N dy  7403   2187060      2325     12292    251739    108562    813392   4071583     16.42     25.92
1333.66/334.60	c  N dy  7472   2207176      2325     12292    251739    128497    813392   5361772     16.42     17.43
1335.67/335.15	c  S st  7483   2210766      2325     12292    251739     67696    813392   1319517     16.42     15.36
1335.67/335.21	c  S st  7483   2211268      2325     12292    251739     68198    813392   1359010     16.42   no data
1336.10/335.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1337.64/335.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.0M T:  0.41
1337.64/335.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1337.64/335.67	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1346.01/337.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
1346.01/337.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1346.01/337.78	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1346.41/337.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1351.19/339.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.24 s
1352.79/339.43	c lits-rem:        31  cl-subs:      184  v-elim:      0  v-fix:    0  time:  0.33 s
1352.79/339.43	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
1353.21/339.51	c vivif2 --  cl tried    68014 cl shrink        0 lits rem          0 time: 0.08
1353.97/339.72	c asymm  cl-useful: 0/1208/12292 lits-rem:0 time: 0.21
1353.97/339.73	c calculated reachability. Time: 0.00
1353.97/339.73	c  N dy  7483   2211268      2325     12292    251739     68014    813392   1353424     16.42   no data
1363.95/342.28	c  N dy  7565   2231334      2325     12292    251739     87913    813392   2669062     16.42     17.84
1375.13/345.02	c  N dy  7607   2251381      2325     12292    251739    107756    813392   3915900     16.41     17.28
1387.08/348.09	c  N dy  7661   2272574      2325     12292    251739    128733    813392   5255186     16.41     17.30
1398.23/350.89	c  N dy  7709   2292703      2325     12292    251739     83284    813392   2280062     16.40     17.32
1409.40/353.67	c  N dy  7771   2312931      2325     12292    251739    103297    813392   3552617     16.40     17.35
1420.95/356.56	c  N dy  7823   2332973      2325     12292    251739    123149    813392   4808098     16.40     17.29
1432.57/359.46	c  N dy  7862   2353267      2325     12292    251739     76887    813392   1812490     16.39     17.29
1443.28/362.15	c  N dy  7941   2373290      2325     12292    251739     96732    813392   3084533     16.40     17.34
1454.83/365.07	c  N dy  8020   2393383      2325     12292    251739    116626    813392   4366172     16.40     17.30
1466.80/368.11	c  N dy  8065   2413470      2325     12292    251739     69201    813392   1265877     16.40     17.31
1477.16/370.68	c  N dy  8122   2433563      2325     12292    251739     89097    813392   2534442     16.39     17.38
1488.33/373.41	c  N dy  8188   2453583      2325     12292    251739    108928    813392   3848976     16.39     17.40
1500.29/376.40	c  N dy  8252   2473848      2325     12292    251739    128989    813392   5166953     16.39     17.26
1511.49/379.24	c  N dy  8314   2494222      2325     12292    251739     80847    813392   1954533     16.39     17.28
1523.01/382.16	c  N dy  8351   2514869      2325     12292    251739    101239    813392   3146483     16.38     17.25
1535.36/385.21	c  N dy  8422   2536050      2325     12292    251739    122157    813392   4474005     16.38     17.35
1547.32/388.21	c  N dy  8497   2556117      2325     12292    251739     72765    813392   1415155     16.38     19.31
1558.49/391.00	c  N dy  8568   2576742      2325     12292    251739     93166    813392   2711063     16.38     17.25
1570.05/393.99	c  N dy  8647   2598279      2325     12292    251739    114489    813392   4085598     16.39     17.34
1583.59/397.30	c  N dy  8717   2620636      2325     12292    251739    136621    813392   5480668     16.38     17.31
1594.38/400.11	c  N dy  8770   2640993      2325     12292    251739     86524    813392   2211871     16.38     17.28
1605.52/402.85	c  N dy  8834   2661172      2325     12292    251739    106427    813392   3444192     16.38     17.37
1617.48/405.80	c  N dy  8884   2681873      2325     12292    251739    126881    813392   4757663     16.37     17.28
1629.47/408.85	c  N dy  8950   2702099      2325     12292    251739     75669    813392   1506731     16.37     17.40
1634.28/410.01	c  S st  8977   2711268      2325     12292    251739     84742    813392   2103346     16.37   no data
1634.28/410.08	c  S st  8977   2711769      2325     12292    251739     85241    813392   2144794     16.37   no data
1634.28/410.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1636.21/410.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.4M T:  0.47
1636.21/410.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1636.21/410.59	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1644.58/412.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
1644.58/412.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1644.98/412.71	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1644.98/412.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1650.57/414.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
1654.95/415.28	c lits-rem:        98  cl-subs:      451  v-elim:      0  v-fix:    0  time:  1.16 s
1654.95/415.29	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
1655.35/415.40	c vivif2 --  cl tried    84790 cl shrink        0 lits rem          0 time: 0.12
1656.54/415.62	c asymm  cl-useful: 0/1184/12292 lits-rem:0 time: 0.22
1656.54/415.63	c calculated reachability. Time: 0.00
1656.54/415.63	c  N dy  8977   2711769      2325     12292    251739     84790    813392   2129548     16.37   no data
1667.71/418.41	c  N dy  9073   2731855      2325     12292    251739    104704    813392   3464365     16.38     23.49
1680.06/421.55	c  N dy  9168   2753119      2325     12292    251739    125753    813392   4851291     16.38     17.26
1692.81/424.78	c  N dy  9263   2773461      2325     12292    251739     73673    813392   1345088     16.38     17.31
1703.58/427.43	c  N dy  9340   2793516      2325     12292    251739     93543    813392   2632869     16.39     20.61
1715.13/430.36	c  N dy  9394   2813828      2325     12292    251739    113628    813392   3864426     16.38     17.40
1727.89/433.54	c  N dy  9460   2833897      2325     12292    251739    133470    813392   5083192     16.38     20.31
1740.64/436.70	c  N dy  9532   2854645      2325     12292    251739     80741    813392   1738441     16.38     17.27
1751.41/439.41	c  N dy  9605   2874777      2325     12292    251739    100665    813392   2993672     16.38     17.26
1763.36/442.43	c  N dy  9667   2895611      2325     12292    251739    121269    813392   4258784     16.38     17.26
1775.72/445.52	c  N dy  9715   2916182      2325     12292    251739    141622    813392   5593921     16.37     17.29
1786.89/448.41	c  N dy  9783   2936253      2325     12292    251739     87293    813392   2131391     16.37     17.24
1798.05/451.18	c  N dy  9851   2956511      2325     12292    251739    107332    813392   3416094     16.37     17.36
1810.00/454.17	c  N dy  9922   2976656      2325     12292    251739    127294    813392   4691519     16.37     17.25
1822.81/457.32	c  N dy  9992   2996662      2325     12292    251739    147074    813392   5959872     16.37     17.33
1833.92/460.14	c  N dy 10050   3016697      2325     12292    251739     91719    813392   2325380     16.37     18.09
1845.07/462.93	c  N dy 10110   3036948      2325     12292    251739    111774    813392   3622890     16.37     17.28
1857.46/466.09	c  N dy 10178   3057608      2325     12292    251739    132245    813392   4932462     16.37     17.31
1870.20/469.24	c  N dy 10231   3077879      2325     12292    251739    152304    813392   6214131     16.37     17.24
1882.15/472.29	c  N dy 10312   3097978      2325     12292    251739     96003    813392   2525848     16.37     23.16
1894.50/475.37	c  N dy 10379   3119353      2325     12292    251739    117128    813392   3886297     16.37     17.27
1906.46/478.38	c  N dy 10458   3139478      2325     12292    251739    137071    813392   5161155     16.37     17.33
1919.28/481.54	c  N dy 10517   3159511      2325     12292    251739     79703    813392   1491254     16.37     20.62
1930.79/484.40	c  N dy 10577   3179802      2325     12292    251739     99743    813392   2777735     16.37     17.31
1943.14/487.53	c  N dy 10651   3200428      2325     12292    251739    120162    813392   4055436     16.37     17.26
1949.98/489.29	c  S st 10696   3211769      2325     12292    251739    131388    813392   4748633     16.37     15.40
1950.31/489.36	c  S st 10696   3212270      2325     12292    251739    131889    813392   4787166     16.37   no data
1950.31/489.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1952.71/489.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.6M T:  0.55
1952.71/489.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1952.71/489.97	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1961.08/492.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
1961.08/492.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1961.08/492.08	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1961.48/492.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1967.85/493.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
1982.60/497.45	c lits-rem:       298  cl-subs:     2273  v-elim:      0  v-fix:    0  time:  3.65 s
1982.60/497.46	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
1983.80/497.71	c vivif2 --  cl tried   129616 cl shrink        0 lits rem          0 time: 0.25
1984.62/497.96	c asymm  cl-useful: 0/934/12292 lits-rem:0 time: 0.25
1984.62/497.97	c calculated reachability. Time: 0.00
1984.62/497.97	c  N dy 10696   3212270      2325     12292    251739    129616    813392   4716757     16.37   no data
1996.96/501.09	c  N dy 10765   3232369      2325     12292    251739    149473    813392   5959199     16.37     17.26
2009.71/504.21	c  N dy 10836   3253077      2325     12292    251739     91832    813392   2234454     16.37     17.26
2020.48/506.98	c  N dy 10898   3273156      2325     12292    251739    111664    813392   3519397     16.37     17.24
2032.44/510.00	c  N dy 10952   3293758      2325     12292    251739    132060    813392   4845947     16.36     17.37
2046.78/513.50	c  N dy 10993   3315106      2325     12292    251739    153180    813392   6158979     16.36     17.28
2058.75/516.60	c  N dy 11082   3335144      2325     12292    251739     93878    813392   2340334     16.36     17.28
2069.91/519.35	c  N dy 11146   3355357      2325     12292    251739    113901    813392   3645920     16.36     17.50
2081.52/522.26	c  N dy 11213   3375496      2325     12292    251739    133861    813392   4951361     16.36     17.30
2095.82/525.82	c  N dy 11279   3398374      2325     12292    251739    156515    813392   6392816     16.36     17.46
2108.97/529.16	c  N dy 11342   3420890      2325     12292    251739     98605    813392   2546640     16.35     17.29
2120.99/532.17	c  N dy 11408   3440979      2325     12292    251739    118435    813392   3741167     16.35     21.74
2132.49/535.05	c  N dy 11458   3461055      2325     12292    251739    138304    813392   5044813     16.35     18.86
2145.25/538.27	c  N dy 11521   3481709      2325     12292    251739    158731    813392   6319405     16.35     17.34
2157.21/541.25	c  N dy 11589   3501780      2325     12292    251739     97427    813392   2415314     16.35     18.45
2168.79/544.12	c  N dy 11675   3521850      2325     12292    251739    117266    813392   3669795     16.35     19.42
2180.73/547.12	c  N dy 11761   3541922      2325     12292    251739    137154    813392   4933790     16.35     20.02
2193.88/550.41	c  N dy 11819   3562270      2325     12292    251739    157287    813392   6170836     16.35     17.25
2206.24/553.54	c  N dy 11887   3582293      2325     12292    251739     94999    813392   2233667     16.35     20.51
2217.45/556.36	c  N dy 11963   3602354      2325     12292    251739    114855    813392   3466184     16.35     17.32
2230.95/559.73	c  N dy 12057   3623348      2325     12292    251739    135668    813392   4835187     16.35     17.26
2244.90/563.24	c  N dy 12129   3645145      2325     12292    251739    157228    813392   6196185     16.35     17.23
2257.26/566.39	c  N dy 12203   3665343      2325     12292    251739     94093    813392   2104130     16.35     17.35
2270.42/569.68	c  N dy 12271   3687284      2325     12292    251739    115815    813392   3440195     16.35     17.28
2282.79/572.73	c  N dy 12332   3707364      2325     12292    251739    135666    813392   4643939     16.35     19.07
2285.56/573.48	c  S st 12355   3712272      2325     12292    251739    140506    813392   4950757     16.35   no data
2285.96/573.55	c  S st 12355   3712776      2325     12292    251739    141010    813392   4991107     16.35   no data
2285.96/573.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2288.35/574.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.8M T:  0.57
2288.35/574.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2288.35/574.18	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2296.72/576.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
2296.72/576.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2296.72/576.29	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
2297.12/576.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2303.50/577.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.50 s
2318.31/581.68	c lits-rem:       282  cl-subs:     2606  v-elim:      0  v-fix:    0  time:  3.68 s
2318.31/581.69	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
2319.45/581.95	c vivif2 --  cl tried   138404 cl shrink        0 lits rem          0 time: 0.27
2320.65/582.20	c asymm  cl-useful: 0/1601/12292 lits-rem:0 time: 0.25
2320.65/582.21	c calculated reachability. Time: 0.00
2320.65/582.21	c  N dy 12355   3712776      2325     12292    251739    138404    813392   4915812     16.35   no data
2333.39/585.41	c  N dy 12421   3733297      2325     12292    251739    158710    813392   6210314     16.35     17.22
2344.95/588.35	c  F st 12480   3751562      2325     12292    251739     92680    813392   1969028     16.35     14.10
2346.15/588.64	c  N st 12484   3753594      2325     12292    251739     94694    813392   2100050     16.35   no data
2357.77/591.52	c  N dy 12543   3774097      2325     12292    251739    114999    813392   3344416     16.35     17.88
2369.68/594.55	c  N dy 12605   3794443      2325     12292    251739    135177    813392   4628534     16.35     17.33
2381.64/597.59	c  N dy 12678   3814612      2325     12292    251739    155160    813392   5866308     16.35     17.28
2395.18/600.98	c  N dy 12746   3835118      2325     12292    251739     90309    813392   1813041     16.35     17.22
2406.75/603.87	c  N dy 12818   3855373      2325     12292    251739    110363    813392   3059609     16.35     17.22
2419.50/607.03	c  N dy 12892   3876114      2325     12292    251739    130910    813392   4333123     16.35     17.35
2431.89/610.15	c  N dy 12967   3896358      2325     12292    251739    150968    813392   5610129     16.35     17.22
2445.80/613.61	c  N dy 13028   3917216      2325     12292    251739    171584    813392   6850355     16.34     17.32
2457.38/616.50	c  N dy 13099   3937418      2325     12292    251739    105455    813392   2694798     16.34     17.31
2469.33/619.55	c  N dy 13147   3957853      2325     12292    251739    125710    813392   3954242     16.34     17.27
2481.68/622.64	c  N dy 13210   3977932      2325     12292    251739    145551    813392   5183753     16.34     19.77
2494.45/625.86	c  N dy 13262   3998309      2325     12292    251739    165656    813392   6395650     16.34     17.23
2507.20/629.02	c  N dy 13312   4018338      2325     12292    251739     98392    813392   2232595     16.34     24.72
2518.36/631.87	c  N dy 13364   4038926      2325     12292    251739    118720    813392   3482385     16.33     17.23
2532.74/635.46	c  N dy 13426   4062856      2325     12292    251739    142347    813392   4895740     16.33     17.20
2545.08/638.53	c  N dy 13506   4082903      2325     12292    251739    162181    813392   6174745     16.33     17.29
2558.23/641.88	c  N dy 13560   4103394      2325     12292    251739     94436    813392   1889454     16.33     17.26
2569.79/644.80	c  N dy 13630   4123713      2325     12292    251739    114540    813392   3145070     16.33     17.25
2582.55/647.92	c  N dy 13716   4144391      2325     12292    251739    135018    813392   4400483     16.33     17.28
2594.56/650.96	c  N dy 13786   4164591      2325     12292    251739    155019    813392   5667382     16.33     17.45
2607.71/654.27	c  N dy 13867   4184657      2325     12292    251739    174891    813392   6924357     16.33     17.25
2620.02/657.32	c  N dy 13915   4204958      2325     12292    251739    105910    813392   2547800     16.33     17.38
2624.40/658.46	c  S st 13935   4212777      2325     12292    251739    113615    813392   2984312     16.33     15.51
2624.82/658.52	c  S st 13935   4213279      2325     12292    251739    114115    813392   3022305     16.33   no data
2624.82/658.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2626.79/659.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.6M T:  0.48
2626.79/659.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2626.79/659.06	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2635.17/661.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
2635.17/661.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2635.17/661.18	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
2635.56/661.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2640.75/662.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.28 s
2649.52/664.75	c lits-rem:       119  cl-subs:     1787  v-elim:      0  v-fix:    0  time:  2.16 s
2649.52/664.76	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
2650.32/664.94	c vivif2 --  cl tried   112328 cl shrink        0 lits rem          0 time: 0.17
2651.13/665.18	c asymm  cl-useful: 0/1075/12292 lits-rem:0 time: 0.24
2651.13/665.19	c calculated reachability. Time: 0.00
2651.13/665.19	c  N dy 13935   4213279      2325     12292    251739    112328    813392   2974647     16.33   no data
2662.67/668.07	c  N dy 13994   4233292      2325     12292    251739    132144    813392   4218018     16.33     17.36
2674.62/671.03	c  N dy 14061   4253549      2325     12292    251739    152189    813392   5477831     16.33     17.21
2687.38/674.22	c  N dy 14125   4273692      2325     12292    251739    172127    813392   6695763     16.33     17.31
2699.37/677.24	c  N dy 14181   4293738      2325     12292    251739    101929    813392   2234292     16.32     17.25
2710.51/680.04	c  N dy 14244   4313941      2325     12292    251739    121925    813392   3448361     16.32     17.23
2724.06/683.47	c  N dy 14305   4336799      2325     12292    251739    144519    813392   4768194     16.32     17.23
2736.82/686.61	c  N dy 14363   4357202      2325     12292    251739    164699    813392   6048230     16.32     17.22
2750.37/690.03	c  N dy 14432   4377579      2325     12292    251739     93868    813392   1722616     16.32     17.21
2761.52/692.82	c  N dy 14491   4398000      2325     12292    251739    114047    813392   2988450     16.32     17.35
2773.10/695.79	c  N dy 14567   4418490      2325     12292    251739    134369    813392   4257678     16.32     17.27
2785.84/698.94	c  N dy 14636   4438671      2325     12292    251739    154342    813392   5486527     16.32     17.24
2799.00/702.20	c  N dy 14687   4458762      2325     12292    251739    174198    813392   6657461     16.32     17.21
2812.15/705.56	c  N dy 14764   4479728      2325     12292    251739    102931    813392   2212457     16.32     17.33
2824.11/708.55	c  N dy 14840   4501041      2325     12292    251739    123993    813392   3501270     16.32     17.23
2836.07/711.56	c  N dy 14910   4521478      2325     12292    251739    144213    813392   4756427     16.32     17.23
2849.22/714.85	c  N dy 14964   4541556      2325     12292    251739    164068    813392   5908317     16.31     21.65
2862.38/718.11	c  N dy 15046   4561597      2325     12292    251739    183948    813392   7182745     16.32     17.21
2874.34/721.15	c  N dy 15107   4581671      2325     12292    251739    110774    813392   2620777     16.31     18.15
2887.49/724.46	c  N dy 15160   4605636      2325     12292    251739    134464    813392   4089305     16.31     17.25
2901.07/727.82	c  N dy 15221   4625791      2325     12292    251739    154396    813392   5251644     16.31     17.18
2915.39/731.43	c  N dy 15289   4646636      2325     12292    251739    175002    813392   6462652     16.31     17.25
2928.94/734.86	c  N dy 15355   4666845      2325     12292    251739    101006    813392   2001549     16.31     17.19
2944.49/738.80	c  N dy 15411   4692767      2325     12292    251739    126599    813392   3528688     16.31     17.18
2957.25/741.95	c  N dy 15464   4713279      2325     12292    251739    146840    813392   4735489     16.30     15.88
2957.25/741.95	c  S st 15464   4713279      2325     12292    251739    146840    813392   4735489     16.30     15.88
2957.65/742.03	c  S st 15464   4713780      2325     12292    251739    147340    813392   4775157     16.30   no data
2957.65/742.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2959.63/742.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.9M T:  0.54
2960.03/742.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2960.03/742.63	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2968.40/744.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
2968.40/744.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2968.40/744.75	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
2968.80/744.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2974.39/746.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.34 s
2987.54/749.51	c lits-rem:       287  cl-subs:     3351  v-elim:      0  v-fix:    0  time:  3.22 s
2987.54/749.52	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
2988.34/749.77	c vivif2 --  cl tried   143989 cl shrink        0 lits rem          0 time: 0.26
2989.53/750.02	c asymm  cl-useful: 0/1198/12292 lits-rem:0 time: 0.25
2989.53/750.03	c calculated reachability. Time: 0.00
2989.53/750.03	c  N dy 15464   4713780      2325     12292    251739    143989    813392   4684432     16.30   no data
3002.68/753.38	c  N dy 15532   4735192      2325     12292    251739    165140    813392   5954877     16.30     17.23
3016.24/756.71	c  N dy 15620   4755423      2325     12292    251739    185174    813392   7173335     16.30     17.21
3028.23/759.76	c  N dy 15676   4775454      2325     12292    251739    110130    813392   2525472     16.30     17.29
3039.76/762.64	c  N dy 15733   4795513      2325     12292    251739    129990    813392   3693005     16.30     17.27
3052.12/765.79	c  N dy 15791   4816440      2325     12292    251739    150687    813392   4972142     16.30     17.21
3064.87/768.99	c  N dy 15857   4837016      2325     12292    251739    171031    813392   6281474     16.30     17.51
3079.22/772.50	c  N dy 15927   4857265      2325     12292    251739    191103    813392   7515229     16.30     17.31
3090.78/775.48	c  N dy 16006   4877398      2325     12292    251739    115055    813392   2790087     16.30     17.22
3102.35/778.40	c  N dy 16078   4897598      2325     12292    251739    135050    813392   4026240     16.30     17.16
3115.11/781.51	c  N dy 16152   4917688      2325     12292    251739    154938    813392   5264218     16.30     17.27
3127.86/784.78	c  N dy 16238   4937733      2325     12292    251739    174785    813392   6489671     16.30     17.48
3142.66/788.44	c  N dy 16302   4957780      2325     12292    251739     97684    813392   1670534     16.30     17.24
3153.77/791.25	c  N dy 16349   4977939      2325     12292    251739    117570    813392   2829326     16.30     17.23
3168.53/794.98	c  N dy 16426   5002588      2325     12292    251739    141972    813392   4287519     16.30     17.27
3181.69/798.27	c  N dy 16506   5023027      2325     12292    251739    162192    813392   5501664     16.30     17.19
3195.27/801.62	c  N dy 16557   5043156      2325     12292    251739    182080    813392   6682320     16.29     17.28
3208.77/805.06	c  N dy 16635   5064020      2325     12292    251739    104838    813392   2084264     16.29     17.21
3219.94/807.87	c  N dy 16685   5084088      2325     12292    251739    124693    813392   3268935     16.29     17.18
3232.29/810.95	c  N dy 16748   5104188      2325     12292    251739    144584    813392   4442090     16.29     21.86
3245.45/814.29	c  N dy 16823   5124325      2325     12292    251739    164478    813392   5629298     16.29     17.17
3259.41/817.72	c  N dy 16894   5144340      2325     12292    251739    184302    813392   6845854     16.29     18.95
3272.96/821.14	c  N dy 16952   5164511      2325     12292    251739    105314    813392   2045701     16.29     17.30
3284.51/824.07	c  N dy 17036   5184610      2325     12292    251739    125222    813392   3258690     16.29     18.43
3297.27/827.24	c  N dy 17115   5204951      2325     12292    251739    145371    813392   4503401     16.29     17.16
3303.26/828.73	c  S st 17137   5213780      2325     12292    251739    154093    813392   5004425     16.29     12.48
3303.65/828.81	c  S st 17137   5214283      2325     12292    251739    154596    813392   5038005     16.29   no data
3303.65/828.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3306.04/829.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.7M T:  0.57
3306.04/829.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3306.04/829.44	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3314.41/831.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
3314.41/831.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3314.41/831.55	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
3314.81/831.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3321.19/833.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.45 s
3334.34/836.57	c lits-rem:       249  cl-subs:     2222  v-elim:      0  v-fix:    0  time:  3.35 s
3334.34/836.58	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
3335.60/836.86	c vivif2 --  cl tried   152374 cl shrink        0 lits rem          0 time: 0.28
3336.73/837.12	c asymm  cl-useful: 0/1287/12292 lits-rem:0 time: 0.25
3336.73/837.13	c calculated reachability. Time: 0.00
3336.73/837.13	c  N dy 17137   5214283      2325     12292    251739    152374    813392   4972005     16.29   no data
3349.49/840.30	c  N dy 17206   5234395      2325     12292    251739    172252    813392   6183099     16.29     17.18
3362.24/843.50	c  N dy 17277   5254407      2325     12292    251739    192074    813392   7448547     16.29     27.84
3375.06/846.76	c  N dy 17362   5274621      2325     12292    251739    112169    813392   2408850     16.29     17.20
3386.57/849.62	c  N dy 17449   5294698      2325     12292    251739    132045    813392   3629359     16.29     18.64
3400.12/853.08	c  N dy 17540   5317348      2325     12292    251739    154501    813392   5014985     16.29     17.23
3412.88/856.27	c  N dy 17603   5337405      2325     12292    251739    174330    813392   6242294     16.29     17.63
3426.83/859.72	c  N dy 17679   5357551      2325     12292    251739    194284    813392   7463166     16.29     17.33
3439.59/862.96	c  N dy 17739   5377747      2325     12292    251739    113312    813392   2449485     16.29     17.17
3451.14/865.89	c  N dy 17800   5397995      2325     12292    251739    133351    813392   3661475     16.29     17.17
3463.90/869.01	c  N dy 17855   5418054      2325     12292    251739    153219    813392   4837602     16.29     17.33
3477.05/872.37	c  N dy 17939   5438479      2325     12292    251739    173441    813392   6074537     16.29     17.15
3491.00/875.84	c  N dy 18001   5458979      2325     12292    251739    193688    813392   7259430     16.29     17.16
3504.16/879.18	c  N dy 18047   5479054      2325     12292    251739    111585    813392   2267250     16.29     25.02
3516.11/882.10	c  N dy 18117   5499137      2325     12292    251739    131419    813392   3460022     16.29     17.19
3527.68/885.08	c  N dy 18179   5519292      2325     12292    251739    151346    813392   4671163     16.29     17.26
3541.25/888.51	c  N dy 18243   5540131      2325     12292    251739    171929    813392   5882358     16.28     17.27
3554.40/891.80	c  N dy 18323   5560141      2325     12292    251739    191739    813392   7086848     16.29     18.11
3568.73/895.35	c  N dy 18382   5580181      2325     12292    251739    108634    813392   2067888     16.28     19.65
3579.90/898.17	c  N dy 18465   5600237      2325     12292    251739    128497    813392   3305646     16.29     17.17
3592.26/901.25	c  N dy 18523   5620392      2325     12292    251739    148434    813392   4543640     16.29     17.20
3606.21/904.74	c  N dy 18609   5641070      2325     12292    251739    168863    813392   5733941     16.29     17.36
3620.19/908.28	c  N dy 18690   5661310      2325     12292    251739    188905    813392   6960035     16.29     17.20
3635.30/912.02	c  N dy 18739   5681998      2325     12292    251739    105551    813392   1831007     16.29     17.20
3647.66/915.12	c  N dy 18790   5702942      2325     12292    251739    126264    813392   3100179     16.28     17.38
3654.45/916.87	c  S st 18836   5714287      2325     12292    251739    137491    813392   3769693     16.28     17.04
3654.85/916.94	c  S st 18836   5714790      2325     12292    251739    137992    813392   3804731     16.28   no data
3654.85/916.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3656.83/917.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.2M T:  0.52
3656.83/917.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3657.23/917.51	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3665.20/919.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
3665.60/919.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3665.60/919.63	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
3665.60/919.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3671.59/921.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
3679.96/923.21	c lits-rem:       122  cl-subs:     1535  v-elim:      0  v-fix:    0  time:  2.03 s
3679.96/923.22	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
3680.76/923.44	c vivif2 --  cl tried   136457 cl shrink        0 lits rem          0 time: 0.22
3681.57/923.67	c asymm  cl-useful: 0/1521/12292 lits-rem:0 time: 0.24
3681.57/923.69	c calculated reachability. Time: 0.00
3681.57/923.69	c  N dy 18836   5714790      2325     12292    251739    136457    813392   3760610     16.28   no data
3693.91/926.78	c  N dy 18881   5735022      2325     12292    251739    156425    813392   4954898     16.28     17.14
3706.67/929.95	c  N dy 18952   5755089      2325     12292    251739    176310    813392   6166550     16.28     17.15
3719.83/933.27	c  N dy 19008   5775728      2325     12292    251739    196666    813392   7385788     16.28     17.23
3733.78/936.74	c  N dy 19068   5795825      2325     12292    251739    111721    813392   2198843     16.28     17.23
3745.73/939.75	c  N dy 19143   5817033      2325     12292    251739    132748    813392   3486281     16.28     17.18
3758.09/942.87	c  N dy 19203   5837117      2325     12292    251739    152600    813392   4647950     16.28     17.14
3771.64/946.22	c  N dy 19280   5857261      2325     12292    251739    172563    813392   5860167     16.28     17.26
3785.59/949.79	c  N dy 19352   5877299      2325     12292    251739    192404    813392   7069886     16.28     17.16
3801.13/953.61	c  N dy 19426   5898165      2325     12292    251739    107221    813392   1847862     16.28     17.25
3812.31/956.47	c  N dy 19475   5918173      2325     12292    251739    126966    813392   2983274     16.28     17.16
3824.67/959.58	c  N dy 19546   5939478      2325     12292    251739    148000    813392   4281561     16.28     17.30
3837.41/962.73	c  N dy 19615   5959524      2325     12292    251739    167800    813392   5459765     16.28     17.19
3850.17/965.92	c  N dy 19681   5979628      2325     12292    251739    187680    813392   6660518     16.28     17.19
3864.53/969.51	c  N dy 19736   5999848      2325     12292    251739    207589    813392   7802885     16.27     17.14
3877.68/972.85	c  N dy 19790   6019893      2325     12292    251739    120678    813392   2581423     16.27     17.39
3889.24/975.75	c  N dy 19860   6039947      2325     12292    251739    140542    813392   3787875     16.27     17.13
3901.25/978.78	c  N dy 19921   6060158      2325     12292    251739    160561    813392   5034668     16.27     17.26
3914.41/982.06	c  N dy 19989   6081037      2325     12292    251739    181230    813392   6310338     16.27     17.18
3927.56/985.39	c  N dy 20043   6101618      2325     12292    251739    201564    813392   7546592     16.27     17.17
3942.26/989.03	c  N dy 20129   6121650      2325     12292    251739    113580    813392   2133515     16.27     18.28
3954.22/992.05	c  N dy 20190   6142439      2325     12292    251739    134135    813392   3398746     16.27     17.15
3966.60/995.20	c  N dy 20266   6162526      2325     12292    251739    154007    813392   4575972     16.27     17.86
3979.33/998.32	c  N dy 20357   6182735      2325     12292    251739    174032    813392   5846544     16.27     17.15
3993.68/1001.98	c  N dy 20428   6203943      2325     12292    251739    195016    813392   7096826     16.27     17.15
4001.27/1003.90	c  S st 20463   6214790      2325     12292    251739    205756    813392   7733318     16.27   no data
4001.68/1003.98	c  S st 20463   6215293      2325     12292    251739    206255    813392   7770308     16.27   no data
4001.68/1004.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4004.45/1004.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.5M T:  0.64
4004.45/1004.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4004.45/1004.69	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4012.81/1006.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
4012.81/1006.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
4013.21/1006.80	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
4013.21/1006.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4020.39/1008.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.50 s
4048.30/1015.64	c lits-rem:       395  cl-subs:     4678  v-elim:      0  v-fix:    0  time:  6.99 s
4048.30/1015.65	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
4049.91/1016.07	c vivif2 --  cl tried   201577 cl shrink        0 lits rem          0 time: 0.41
4051.08/1016.33	c asymm  cl-useful: 0/941/12292 lits-rem:0 time: 0.27
4051.08/1016.35	c calculated reachability. Time: 0.00
4051.08/1016.35	c  N dy 20463   6215293      2325     12292    251739    201577    813392   7634901     16.27   no data
4066.23/1020.17	c  N dy 20540   6235953      2325     12292    251739    113246    813392   2063625     16.27     17.29
4077.79/1023.03	c  N dy 20603   6256041      2325     12292    251739    133081    813392   3235656     16.27     19.02
4090.14/1026.14	c  N dy 20673   6276107      2325     12292    251739    152916    813392   4415218     16.27     17.50
4102.95/1029.39	c  N dy 20723   6296850      2325     12292    251739    173413    813392   5630476     16.27     17.16
4116.46/1032.72	c  N dy 20786   6316970      2325     12292    251739    193299    813392   6808944     16.27     17.29
4130.41/1036.23	c  N dy 20869   6337442      2325     12292    251739    213589    813392   8078429     16.27     17.22
4143.56/1039.54	c  N dy 20936   6357631      2325     12292    251739    123784    813392   2650874     16.27     17.17
4156.32/1042.77	c  N dy 20997   6377923      2325     12292    251739    143820    813392   3842846     16.27     17.15
4169.07/1045.95	c  N dy 21067   6398079      2325     12292    251739    163743    813392   5000701     16.27     17.16
4182.23/1049.22	c  N dy 21133   6418130      2325     12292    251739    183588    813392   6180452     16.27     17.26
4196.59/1052.82	c  N dy 21171   6438891      2325     12292    251739    203982    813392   7379564     16.27     17.25
4212.59/1056.85	c  N dy 21236   6460676      2325     12292    251739    114855    813392   2061442     16.27     17.21
4224.09/1059.75	c  N dy 21330   6480999      2325     12292    251739    135001    813392   3300931     16.27     17.13
4236.45/1062.89	c  N dy 21396   6501330      2325     12292    251739    155083    813392   4483102     16.27     17.26
4249.60/1066.13	c  N dy 21446   6521482      2325     12292    251739    174944    813392   5672825     16.27     17.23
4265.94/1070.24	c  N dy 21506   6545212      2325     12292    251739    198370    813392   6964221     16.26     17.15
4280.29/1073.83	c  N dy 21578   6565306      2325     12292    251739    218226    813392   8132448     16.26     17.28
4293.85/1077.22	c  N dy 21654   6585477      2325     12292    251739    126540    813392   2747665     16.26     17.23
4307.01/1080.53	c  N dy 21748   6607981      2325     12292    251739    148825    813392   4102652     16.26     17.19
4319.76/1083.76	c  N dy 21816   6627996      2325     12292    251739    168628    813392   5300933     16.27     17.27
4333.31/1087.19	c  N dy 21885   6648133      2325     12292    251739    188521    813392   6452577     16.27     17.14
4348.08/1090.83	c  N dy 21972   6668212      2325     12292    251739    208390    813392   7661237     16.27     17.19
4363.21/1094.67	c  N dy 22038   6689561      2325     12292    251739    116781    813392   2107349     16.27     17.15
4374.82/1097.54	c  N dy 22091   6709917      2325     12292    251739    136945    813392   3361405     16.27     17.28
4378.36/1098.41	c  S st 22111   6715293      2325     12292    251739    142267    813392   3658261     16.27     16.17
4378.36/1098.48	c  S st 22111   6715793      2325     12292    251739    142767    813392   3698751     16.27   no data
4378.36/1098.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4380.74/1099.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.3M T:  0.52
4380.74/1099.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4380.74/1099.06	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4389.12/1101.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
4389.12/1101.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
4389.12/1101.17	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
4389.52/1101.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4395.51/1102.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
4402.67/1104.57	c lits-rem:       125  cl-subs:     1215  v-elim:      0  v-fix:    0  time:  1.83 s
4402.67/1104.58	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
4403.47/1104.79	c vivif2 --  cl tried   141552 cl shrink        0 lits rem          0 time: 0.21
4404.67/1105.03	c asymm  cl-useful: 0/1440/12292 lits-rem:0 time: 0.24
4404.67/1105.04	c calculated reachability. Time: 0.00
4404.67/1105.04	c  N dy 22111   6715793      2325     12292    251739    141552    813392   3661235     16.27   no data
4417.02/1108.14	c  N dy 22184   6735871      2325     12292    251739    161395    813392   4854245     16.26     17.61
4429.78/1111.38	c  N dy 22251   6756013      2325     12292    251739    181279    813392   6037059     16.26     17.20
4443.33/1114.74	c  N dy 22333   6776052      2325     12292    251739    201102    813392   7253337     16.27     17.16
4457.30/1118.30	c  N dy 22389   6796159      2325     12292    251739    220962    813392   8415654     16.26     17.14
4472.03/1121.92	c  N dy 22458   6816438      2325     12292    251739    127329    813392   2675307     16.26     17.16
4483.60/1124.89	c  N dy 22506   6837066      2325     12292    251739    147678    813392   3874642     16.26     17.21
4496.75/1128.13	c  N dy 22565   6857451      2325     12292    251739    167833    813392   5064986     16.26     17.18
4510.33/1131.55	c  N dy 22640   6877477      2325     12292    251739    187590    813392   6257975     16.26     20.00
4525.05/1135.20	c  N dy 22697   6897571      2325     12292    251739    207446    813392   7438051     16.26     17.36
4539.41/1138.86	c  N dy 22755   6917624      2325     12292    251739    227275    813392   8625980     16.26     17.66
4552.96/1142.29	c  N dy 22808   6938876      2325     12292    251739    133641    813392   2986909     16.26     17.16
4564.91/1145.28	c  N dy 22886   6959027      2325     12292    251739    153590    813392   4184228     16.26     17.23
4580.91/1149.27	c  N dy 22948   6983709      2325     12292    251739    177976    813392   5597420     16.26     17.26
4594.41/1152.64	c  N dy 22997   7004435      2325     12292    251739    198466    813392   6801403     16.26     17.16
4609.16/1156.34	c  N dy 23052   7025868      2325     12292    251739    219661    813392   8053290     16.25     17.17
4623.12/1159.87	c  N dy 23106   7046172      2325     12292    251739    124066    813392   2405520     16.25     17.22
4635.48/1162.94	c  N dy 23186   7067205      2325     12292    251739    144877    813392   3650254     16.25     17.22
4647.83/1166.04	c  N dy 23281   7087362      2325     12292    251739    164836    813392   4918977     16.26     17.20
4660.58/1169.22	c  N dy 23360   7107453      2325     12292    251739    184767    813392   6169317     16.26     17.23
4674.54/1172.73	c  N dy 23434   7127566      2325     12292    251739    204641    813392   7328760     16.26     17.13
4689.69/1176.55	c  N dy 23498   7148124      2325     12292    251739    224962    813392   8533103     16.26     17.15
4703.69/1180.04	c  N dy 23573   7168125      2325     12292    251739    128067    813392   2645924     16.26     18.21
4716.42/1183.29	c  N dy 23644   7188285      2325     12292    251739    148018    813392   3831996     16.26     17.15
4729.16/1186.48	c  N dy 23698   7208356      2325     12292    251739    167860    813392   5002673     16.25     17.33
4733.54/1187.58	c  S st 23729   7215794      2325     12292    251739    175217    813392   5475328     16.26     15.68
4733.96/1187.67	c  S st 23729   7216295      2325     12292    251739    175718    813392   5511461     16.26   no data
4733.96/1187.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4736.33/1188.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.9M T:  0.60
4736.73/1188.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4736.73/1188.33	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4745.10/1190.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
4745.10/1190.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
4745.10/1190.44	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
4745.49/1190.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4751.49/1192.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
4766.22/1195.76	c lits-rem:       282  cl-subs:     2838  v-elim:      0  v-fix:    0  time:  3.69 s
4766.22/1195.77	c vivif2 --  cl tried    12292 cl shrink        0 lits rem          0 time: 0.01
4767.42/1196.07	c vivif2 --  cl tried   172880 cl shrink        0 lits rem          0 time: 0.30
4768.62/1196.33	c asymm  cl-useful: 0/1447/12292 lits-rem:0 time: 0.25
4768.62/1196.34	c calculated reachability. Time: 0.00
4768.62/1196.34	c  N dy 23729   7216295      2325     12292    251739    172880    813392   5432512     16.26   no data
4782.62/1199.85	c  N dy 23790   7236743      2325     12292    251739    193038    813392   6575793     16.25     17.12
4796.92/1203.41	c  N dy 23856   7256830      2325     12292    251739    212906    813392   7777045     16.25     17.13

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366952-1305393277/watcher-3366952-1305393277 -o /tmp/evaluation-result-3366952-1305393277/solver-3366952-1305393277 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366952-1305393277.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: 3.78 4.79 6.35 2/410 7284
/proc/meminfo: memFree=21388632/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 4 0 729558520 52396032 347 33554432000 4194304 4580107 140736726116464 18446744073709551615 47816701548466 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 12792 347 299 95 0 7774 0
[pid=7284/tid=7285] ppid=7282 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 1 0 0 0 1 0 0 0 23 0 4 0 729558520 52396032 347 33554432000 4194304 4580107 140736726116464 18446744073709551615 47816701548466 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 729558520 52396032 347 33554432000 4194304 4580107 140736726116464 18446744073709551615 215988648945 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 729558520 52396032 347 33554432000 4194304 4580107 140736726116464 18446744073709551615 47816701548466 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.16988 s]
/proc/loadavg: 3.78 4.79 6.35 2/410 7284
/proc/meminfo: memFree=21388632/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=293968 CPUtime=0.64 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) D 7282 7284 6790 0 -1 4202496 11375 0 0 0 62 2 0 0 18 0 4 0 729558520 301023232 11151 33554432000 4194304 4580107 140736726116464 18446744073709551615 215988253729 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 73838 13438 373 95 0 68820 0
[pid=7284/tid=7285] ppid=7282 vsize=295904 CPUtime=0.21 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 3651 0 0 0 21 0 0 0 18 0 4 0 729558520 303005696 14014 33554432000 4194304 4580107 140736726116464 18446744073709551615 215988253729 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=296852 CPUtime=0.21 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) D 7282 7284 6790 0 -1 4202560 4217 0 0 0 21 0 0 0 18 0 4 0 729558520 303976448 14937 33554432000 4194304 4580107 140736726116464 18446744073709551615 215988253381 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=300208 CPUtime=0.24 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 2684 0 0 0 24 0 0 0 18 0 4 0 729558520 307412992 16932 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 293968

[startup+0.969576 s]
/proc/loadavg: 3.78 4.79 6.35 2/410 7284
/proc/meminfo: memFree=21388632/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=304048 CPUtime=3.83 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 24002 0 0 0 378 5 0 0 18 0 4 0 729558520 311345152 22106 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 76012 22106 377 95 0 70994 0
[pid=7284/tid=7285] ppid=7282 vsize=304048 CPUtime=0.95 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 6300 0 0 0 94 1 0 0 18 0 4 0 729558520 311345152 22106 33554432000 4194304 4580107 140736726116464 18446744073709551615 4318494 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=304048 CPUtime=0.94 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 6290 0 0 0 93 1 0 0 19 0 4 0 729558520 311345152 22106 33554432000 4194304 4580107 140736726116464 18446744073709551615 4317489 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=304048 CPUtime=0.96 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 4653 0 0 0 95 1 0 0 19 0 4 0 729558520 311345152 22106 33554432000 4194304 4580107 140736726116464 18446744073709551615 4304887 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 304048

[startup+1.06956 s]
/proc/loadavg: 3.78 4.79 6.35 2/410 7284
/proc/meminfo: memFree=21388632/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=304496 CPUtime=4.24 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 24753 0 0 0 418 6 0 0 18 0 4 0 729558520 311803904 21637 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 76124 21637 377 95 0 71106 0
[pid=7284/tid=7285] ppid=7282 vsize=304496 CPUtime=1.05 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 6400 0 0 0 104 1 0 0 19 0 4 0 729558520 311803904 21637 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=304496 CPUtime=1.04 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 6385 0 0 0 103 1 0 0 19 0 4 0 729558520 311803904 21637 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=304496 CPUtime=1.06 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 5100 0 0 0 105 1 0 0 19 0 4 0 729558520 311803904 21637 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 304496

[startup+1.16954 s]
/proc/loadavg: 3.78 4.79 6.35 2/410 7284
/proc/meminfo: memFree=21388632/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=304496 CPUtime=4.64 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 25206 0 0 0 458 6 0 0 19 0 4 0 729558520 311803904 22090 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 76124 22090 377 95 0 71106 0
[pid=7284/tid=7285] ppid=7282 vsize=304496 CPUtime=1.15 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 6494 0 0 0 114 1 0 0 19 0 4 0 729558520 311803904 22090 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=304496 CPUtime=1.14 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 6487 0 0 0 113 1 0 0 19 0 4 0 729558520 311803904 22090 33554432000 4194304 4580107 140736726116464 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=304496 CPUtime=1.16 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 5258 0 0 0 115 1 0 0 19 0 4 0 729558520 311803904 22090 33554432000 4194304 4580107 140736726116464 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 304496

[startup+1.50048 s]
/proc/loadavg: 3.78 4.79 6.35 2/410 7284
/proc/meminfo: memFree=21388632/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=312968 CPUtime=5.95 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 28309 0 0 0 589 6 0 0 19 0 4 0 729558520 320479232 21798 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 78242 21798 377 95 0 73224 0
[pid=7284/tid=7285] ppid=7282 vsize=312968 CPUtime=1.48 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 7349 0 0 0 147 1 0 0 19 0 4 0 729558520 320479232 21798 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294400 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=312968 CPUtime=1.47 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 7349 0 0 0 146 1 0 0 20 0 4 0 729558520 320479232 21798 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294418 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=312968 CPUtime=1.49 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 5778 0 0 0 148 1 0 0 19 0 4 0 729558520 320479232 21798 33554432000 4194304 4580107 140736726116464 18446744073709551615 4318305 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 312968

[startup+3.1002 s]
/proc/loadavg: 3.88 4.80 6.34 6/414 7288
/proc/meminfo: memFree=21180100/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=304496 CPUtime=12.32 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 39038 0 0 0 1224 8 0 0 24 0 4 0 729558520 311803904 23384 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 76124 23384 379 95 0 71106 0
[pid=7284/tid=7285] ppid=7282 vsize=304496 CPUtime=3.08 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 9806 0 0 0 307 1 0 0 23 0 4 0 729558520 311803904 23384 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=304496 CPUtime=3.04 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 9825 0 0 0 303 1 0 0 25 0 4 0 729558520 311803904 23384 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=304496 CPUtime=3.09 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 9047 0 0 0 307 2 0 0 25 0 4 0 729558520 311803904 23384 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 304496

[startup+6.31564 s]
/proc/loadavg: 3.88 4.80 6.34 6/414 7288
/proc/meminfo: memFree=21020652/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=306252 CPUtime=25.14 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 46819 0 0 0 2504 10 0 0 25 0 4 0 729558520 313602048 28755 33554432000 4194304 4580107 140736726116464 18446744073709551615 4413504 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 76563 28755 379 95 0 71545 0
[pid=7284/tid=7285] ppid=7282 vsize=306252 CPUtime=6.31 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 11199 0 0 0 629 2 0 0 25 0 4 0 729558520 313602048 28755 33554432000 4194304 4580107 140736726116464 18446744073709551615 4413346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=306252 CPUtime=6.21 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 11631 0 0 0 619 2 0 0 25 0 4 0 729558520 313602048 28755 33554432000 4194304 4580107 140736726116464 18446744073709551615 4413617 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=306252 CPUtime=6.3 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 13419 0 0 0 627 3 0 0 25 0 4 0 729558520 313602048 28755 33554432000 4194304 4580107 140736726116464 18446744073709551615 4293292 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 306252

[startup+12.7005 s]
/proc/loadavg: 4.36 4.87 6.35 9/420 7298
/proc/meminfo: memFree=19570644/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=322280 CPUtime=50.6 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 73266 0 0 0 5043 17 0 0 25 0 4 0 729558520 330014720 42060 33554432000 4194304 4580107 140736726116464 18446744073709551615 4413351 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 80570 42060 379 95 0 75552 0
[pid=7284/tid=7285] ppid=7282 vsize=322280 CPUtime=12.68 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 17443 0 0 0 1265 3 0 0 25 0 4 0 729558520 330014720 42060 33554432000 4194304 4580107 140736726116464 18446744073709551615 4413328 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=322280 CPUtime=12.52 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 18488 0 0 0 1249 3 0 0 25 0 4 0 729558520 330014720 42060 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=322280 CPUtime=12.69 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 19495 0 0 0 1264 5 0 0 25 0 4 0 729558520 330014720 42060 33554432000 4194304 4580107 140736726116464 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 322280

[startup+25.5003 s]
/proc/loadavg: 4.92 4.97 6.37 9/420 7298
/proc/meminfo: memFree=17005576/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=473276 CPUtime=101.61 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 111967 0 0 0 10137 24 0 0 25 0 4 0 729558520 484634624 68247 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 118319 68247 379 95 0 113301 0
[pid=7284/tid=7285] ppid=7282 vsize=473276 CPUtime=25.49 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 26562 0 0 0 2543 6 0 0 25 0 4 0 729558520 484634624 68247 33554432000 4194304 4580107 140736726116464 18446744073709551615 4413617 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=473276 CPUtime=25.13 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 26785 0 0 0 2509 4 0 0 25 0 4 0 729558520 484634624 68247 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=473276 CPUtime=25.48 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 30915 0 0 0 2541 7 0 0 25 0 4 0 729558520 484634624 68247 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 473276

[startup+51.1008 s]
/proc/loadavg: 6.03 5.23 6.42 9/420 7299
/proc/meminfo: memFree=16637468/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=464396 CPUtime=203.65 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 162096 0 0 0 20326 39 0 0 25 0 4 0 729558520 475541504 70879 33554432000 4194304 4580107 140736726116464 18446744073709551615 4412789 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 116099 70879 379 95 0 111081 0
[pid=7284/tid=7285] ppid=7282 vsize=464396 CPUtime=51.09 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 37242 0 0 0 5101 8 0 0 25 0 4 0 729558520 475541504 70879 33554432000 4194304 4580107 140736726116464 18446744073709551615 4318446 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=464396 CPUtime=50.37 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 35805 0 0 0 5031 6 0 0 25 0 4 0 729558520 475541504 70879 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=464396 CPUtime=51.08 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 50497 0 0 0 5096 12 0 0 25 0 4 0 729558520 475541504 70879 33554432000 4194304 4580107 140736726116464 18446744073709551615 4293204 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.65
Current children cumulated vsize (KiB) 464396

[startup+102.301 s]
/proc/loadavg: 7.32 5.72 6.51 9/420 7300
/proc/meminfo: memFree=16083296/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=681484 CPUtime=407.7 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 274046 0 0 0 40703 67 0 0 25 0 4 0 729558520 697839616 99997 33554432000 4194304 4580107 140736726116464 18446744073709551615 4304867 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 170371 99998 379 95 0 165353 0
[pid=7284/tid=7285] ppid=7282 vsize=681484 CPUtime=102.28 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 66925 0 0 0 10213 15 0 0 25 0 4 0 729558520 697839616 99998 33554432000 4194304 4580107 140736726116464 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=681484 CPUtime=100.83 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 48867 0 0 0 10074 9 0 0 25 0 4 0 729558520 697839616 99998 33554432000 4194304 4580107 140736726116464 18446744073709551615 4293979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=681484 CPUtime=102.28 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 94592 0 0 0 10204 24 0 0 25 0 4 0 729558520 697839616 99998 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.7
Current children cumulated vsize (KiB) 681484

[startup+162.3 s]

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

[pid=7284] ppid=7282 vsize=1041624 CPUtime=2560.22 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 1428569 0 0 0 255644 378 0 0 25 0 4 0 729558520 1066622976 187953 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 260406 187953 379 95 0 255388 0
[pid=7284/tid=7285] ppid=7282 vsize=1041624 CPUtime=642.27 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 374734 0 0 0 64134 93 0 0 25 0 4 0 729558520 1066622976 187953 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=1041624 CPUtime=633.4 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 291056 0 0 0 63262 78 0 0 25 0 4 0 729558520 1066622976 187953 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=1041624 CPUtime=642.26 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 442267 0 0 0 64112 114 0 0 25 0 4 0 729558520 1066622976 187953 33554432000 4194304 4580107 140736726116464 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2560.22
Current children cumulated vsize (KiB) 1041624

[startup+702.301 s]
/proc/loadavg: 6.70 6.65 6.73 9/420 7316
/proc/meminfo: memFree=12628836/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=1009916 CPUtime=2799.4 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 1546438 0 0 0 279528 412 0 0 25 0 4 0 729558520 1034153984 183731 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 252479 183731 379 95 0 247461 0
[pid=7284/tid=7285] ppid=7282 vsize=1009916 CPUtime=702.27 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 406415 0 0 0 70125 102 0 0 25 0 4 0 729558520 1034153984 183731 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=1009916 CPUtime=692.59 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 321760 0 0 0 69172 87 0 0 25 0 4 0 729558520 1034153984 183732 33554432000 4194304 4580107 140736726116464 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=1009916 CPUtime=702.26 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 475325 0 0 0 70103 123 0 0 25 0 4 0 729558520 1034153984 183732 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2799.4
Current children cumulated vsize (KiB) 1009916

[startup+762.3 s]
/proc/loadavg: 7.72 6.96 6.83 9/420 7318
/proc/meminfo: memFree=12220608/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=976036 CPUtime=3038.56 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 1660817 0 0 0 303409 447 0 0 25 0 4 0 729558520 999460864 189964 33554432000 4194304 4580107 140736726116464 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 244009 189964 385 95 0 238991 0
[pid=7284/tid=7285] ppid=7282 vsize=976036 CPUtime=762.27 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 437575 0 0 0 76115 112 0 0 25 0 4 0 729558520 999460864 189964 33554432000 4194304 4580107 140736726116464 18446744073709551615 4320872 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=976036 CPUtime=751.75 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 349056 0 0 0 75080 95 0 0 25 0 4 0 729558520 999460864 189964 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=976036 CPUtime=762.26 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 504725 0 0 0 76094 132 0 0 25 0 4 0 729558520 999460864 189964 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294840 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3038.56
Current children cumulated vsize (KiB) 976036

[startup+822.301 s]
/proc/loadavg: 7.12 6.95 6.84 6/420 7319
/proc/meminfo: memFree=12133048/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=1150264 CPUtime=3277.75 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 1767890 0 0 0 327296 479 0 0 25 0 4 0 729558520 1177870336 199100 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 287566 199101 390 95 0 282548 0
[pid=7284/tid=7285] ppid=7282 vsize=1150264 CPUtime=822.27 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 468444 0 0 0 82106 121 0 0 25 0 4 0 729558520 1177870336 199101 33554432000 4194304 4580107 140736726116464 18446744073709551615 4412632 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=1150264 CPUtime=810.94 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 371925 0 0 0 80992 102 0 0 25 0 4 0 729558520 1177870336 199101 33554432000 4194304 4580107 140736726116464 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=1150264 CPUtime=822.25 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 534565 0 0 0 82086 139 0 0 25 0 4 0 729558520 1177870336 199101 33554432000 4194304 4580107 140736726116464 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3277.75
Current children cumulated vsize (KiB) 1150264

[startup+882.3 s]
/proc/loadavg: 5.91 6.61 6.73 6/420 7321
/proc/meminfo: memFree=12110700/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=1136132 CPUtime=3516.91 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 1874202 0 0 0 351183 508 0 0 25 0 4 0 729558520 1163399168 202413 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 284033 202413 389 95 0 279015 0
[pid=7284/tid=7285] ppid=7282 vsize=1136132 CPUtime=882.28 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 498714 0 0 0 88098 130 0 0 25 0 4 0 729558520 1163399168 202413 33554432000 4194304 4580107 140736726116464 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=1136132 CPUtime=870.12 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 389484 0 0 0 86905 107 0 0 25 0 4 0 729558520 1163399168 202413 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=1136132 CPUtime=882.25 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 568336 0 0 0 88076 149 0 0 25 0 4 0 729558520 1163399168 202413 33554432000 4194304 4580107 140736726116464 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3516.91
Current children cumulated vsize (KiB) 1136132

[startup+942.301 s]
/proc/loadavg: 5.39 6.33 6.62 6/420 7322
/proc/meminfo: memFree=12102512/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=1200524 CPUtime=3756.12 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 1973971 0 0 0 375075 537 0 0 25 0 4 0 729558520 1229336576 202855 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 300131 202855 389 95 0 295113 0
[pid=7284/tid=7285] ppid=7282 vsize=1200524 CPUtime=942.28 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 527396 0 0 0 94091 137 0 0 25 0 4 0 729558520 1229336576 202862 33554432000 4194304 4580107 140736726116464 18446744073709551615 4304874 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=1200524 CPUtime=929.31 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 409083 0 0 0 92818 113 0 0 25 0 4 0 729558520 1229336576 202862 33554432000 4194304 4580107 140736726116464 18446744073709551615 4413403 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=1200524 CPUtime=942.27 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 596244 0 0 0 94070 157 0 0 25 0 4 0 729558520 1229336576 202862 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3756.12
Current children cumulated vsize (KiB) 1200524

[startup+1002.3 s]
/proc/loadavg: 5.43 6.15 6.54 7/420 7324
/proc/meminfo: memFree=11940452/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=1233344 CPUtime=3995.28 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 2095243 0 0 0 398957 571 0 0 25 0 4 0 729558520 1262944256 220202 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 308336 220202 389 95 0 303318 0
[pid=7284/tid=7285] ppid=7282 vsize=1233344 CPUtime=1002.27 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 558237 0 0 0 100080 147 0 0 25 0 4 0 729558520 1262944256 220202 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=1233344 CPUtime=988.48 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 440923 0 0 0 98728 120 0 0 25 0 4 0 729558520 1262944256 220203 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=1233344 CPUtime=1002.25 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 624886 0 0 0 100061 164 0 0 25 0 4 0 729558520 1262944256 220203 33554432000 4194304 4580107 140736726116464 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3995.28
Current children cumulated vsize (KiB) 1233344

[startup+1062.32 s]
/proc/loadavg: 5.22 5.97 6.45 6/420 7326
/proc/meminfo: memFree=11868884/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=1304768 CPUtime=4234.51 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 2205522 0 0 0 422854 597 0 0 25 0 4 0 729558520 1336082432 236374 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 326192 236374 389 95 0 321174 0
[pid=7284/tid=7285] ppid=7282 vsize=1304768 CPUtime=1061.61 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 587699 0 0 0 106006 155 0 0 25 0 4 0 729558520 1336082432 236374 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=1304768 CPUtime=1048.35 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 457731 0 0 0 104710 125 0 0 25 0 4 0 729558520 1336082432 236374 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=1304768 CPUtime=1062.26 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 654308 0 0 0 106054 172 0 0 25 0 4 0 729558520 1336082432 236374 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4234.51
Current children cumulated vsize (KiB) 1304768

[startup+1122.3 s]
/proc/loadavg: 5.13 5.80 6.36 6/420 7327
/proc/meminfo: memFree=11903980/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=1105028 CPUtime=4473.63 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 2312437 0 0 0 446736 627 0 0 25 0 4 0 729558520 1131548672 221211 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 276257 221211 389 95 0 271239 0
[pid=7284/tid=7285] ppid=7282 vsize=1105028 CPUtime=1120.78 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 614603 0 0 0 111916 162 0 0 25 0 4 0 729558520 1131548672 221211 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=1105028 CPUtime=1108.34 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 482127 0 0 0 110701 133 0 0 25 0 4 0 729558520 1131548672 221211 33554432000 4194304 4580107 140736726116464 18446744073709551615 4318458 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=1105028 CPUtime=1122.24 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 681819 0 0 0 112045 179 0 0 25 0 4 0 729558520 1131548672 221211 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4473.63
Current children cumulated vsize (KiB) 1105028

[startup+1182.3 s]
/proc/loadavg: 5.13 5.67 6.28 6/420 7329
/proc/meminfo: memFree=11815040/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=1463136 CPUtime=4712.81 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 2419819 0 0 0 470625 656 0 0 25 0 4 0 729558520 1498251264 249555 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 365784 249555 391 95 0 360766 0
[pid=7284/tid=7285] ppid=7282 vsize=1463136 CPUtime=1179.96 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 641784 0 0 0 117826 170 0 0 25 0 4 0 729558520 1498251264 249555 33554432000 4194304 4580107 140736726116464 18446744073709551615 4416587 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=1463136 CPUtime=1168.34 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 504668 0 0 0 116694 140 0 0 25 0 4 0 729558520 1498251264 249555 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=1463136 CPUtime=1182.24 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 709439 0 0 0 118039 185 0 0 25 0 4 0 729558520 1498251264 249555 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4712.81
Current children cumulated vsize (KiB) 1463136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.22 s]
/proc/loadavg: 5.09 5.63 6.25 7/420 7329
/proc/meminfo: memFree=11744016/32950940 swapFree=67111356/67111528
[pid=7284] ppid=7282 vsize=1464324 CPUtime=4800.18 cores=1,3,5,7
/proc/7284/stat : 7284 (strangenight2-m) R 7282 7284 6790 0 -1 4202496 2449977 0 0 0 479353 665 0 0 25 0 4 0 729558520 1499467776 247805 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7284/statm: 366081 247805 391 95 0 361063 0
[pid=7284/tid=7285] ppid=7282 vsize=1464324 CPUtime=1201.57 cores=1,3,5,7
/proc/7284/task/7285/stat : 7285 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 650724 0 0 0 119984 173 0 0 25 0 4 0 729558520 1499467776 247812 33554432000 4194304 4580107 140736726116464 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=7284/tid=7286] ppid=7282 vsize=1464324 CPUtime=1190.27 cores=1,3,5,7
/proc/7284/task/7286/stat : 7286 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 509575 0 0 0 118885 142 0 0 25 0 4 0 729558520 1499467776 247812 33554432000 4194304 4580107 140736726116464 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7284/tid=7287] ppid=7282 vsize=1464324 CPUtime=1204.17 cores=1,3,5,7
/proc/7284/task/7287/stat : 7287 (strangenight2-m) R 7282 7284 6790 0 -1 4202560 719982 0 0 0 120229 188 0 0 25 0 4 0 729558520 1499467776 247812 33554432000 4194304 4580107 140736726116464 18446744073709551615 4318494 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 1464324

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): 1204.28
CPU time (s): 4800.28
CPU user time (s): 4793.59
CPU system time (s): 6.69898
CPU usage (%): 398.601
Max. virtual memory (cumulated for all children) (KiB): 1546364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.59
system time used= 6.69898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2449990
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= 3418
involuntary context switches= 32502

runsolver used 4.54631 second user time and 12.0782 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-14 19:14:37
IDJOB=3366952
IDBENCH=71612
IDSOLVER=1844
FILE ID=node117/3366952-1305393277
RUNJOBID= node117-1305393277-7271
PBS_JOBID= 13324438
Free space on /tmp= 73408 MiB

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

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

MD5SUM BENCH= aac2bd287b8cd6b96cbf7ecc463acf19
RANDOM SEED=138112819

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      21388664 kB
Buffers:        293728 kB
Cached:        3031012 kB
SwapCached:          0 kB
Active:        9370044 kB
Inactive:      1837152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      21388664 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           13300 kB
Writeback:           0 kB
AnonPages:     7882308 kB
Mapped:          31560 kB
Slab:           243520 kB
PageTables:      44328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100413720 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73092 MiB
End job on node117 at 2011-05-14 19:34:44