Trace number 3258723

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.18 1201.66

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUMd6877629cc818d7e31dc245fb95f0588
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3258723-1304028812.cnf'
0.00/0.00	c -- header says num vars:           2640
0.00/0.00	c -- header says num clauses:      305320
0.20/0.07	c -- clauses added:            0 learnts,       305320 normals,            0 xors
0.20/0.07	c -- vars added       2640
0.20/0.07	c Parsing time:  0.05 s
0.20/0.07	c  N st     0         0      2640        80    305240         0    613120         0   no data   no data
0.20/0.07	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.00
0.20/0.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
0.20/0.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.20/0.28	c bin-w-bin subsume rem         9499 bins  time:  0.04 s
0.20/0.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
0.20/0.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2640 time:  0.03 s
0.20/0.28	c Removed useless bin:       0  fixed:     0  props:   1.49M  time:  0.03 s
0.20/1.11	c lits-rem:       402  cl-subs:        0  v-elim:     80  v-fix:    0  time:  0.07 s
0.20/1.11	c Finding binary XORs  T:     0.00 s  found:       0
0.20/1.11	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.20/1.11	c calculated reachability. Time: 0.00
0.20/1.11	c Calc default polars -  time:   0.00 s pos:       0 undec:      80 neg:    2560
0.20/1.11	c =========================================================================================
0.20/1.11	c types(t): F = full restart, N = normal restart
0.20/1.11	c types(t): S = simplification begin/end, E = solution found
0.20/1.11	c restart types(rt): st = static, dy = dynamic
0.20/1.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.20/1.11	c  B st     0         0      2560     13247    279934         0   1002135         0   no data   no data
0.20/1.11	c  N dy    14      4118      2560     13247    279934      4102   1002131    259251     13.85     14.68
0.20/1.11	c  N dy    31      8450      2560     13247    279934      5926   1002130    289185     13.49     14.28
0.20/1.51	c  N dy    57     12543      2560     13247    279934      5774   1002130    200412     13.75     14.53
7.40/1.88	c  N dy    74     16564      2560     13247    279934      9770   1002130    453951     13.85     14.66
8.99/2.26	c  N dy    93     20570      2560     13247    279934      8160   1002130    289194     13.91     14.75
10.37/2.67	c  N dy   112     24787      2560     13247    279934     12364   1002130    557752     13.88     14.66
10.37/2.69	c  F st   114     25000      2560     13247    279934     12576   1002130    571643     13.89     15.21
12.74/3.25	c  N dy   120     30001      2560     13247    279934     10742   1002130    373663     13.89   no data
12.74/3.25	c  S st   120     30001      2560     13247    279934     10742   1002130    373663     13.89   no data
13.14/3.31	c  S st   120     30501      2560     13247    279934     11241   1002130    404918     13.89   no data
13.14/3.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
14.76/3.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:      0 BRemN:      0 P: 21.3M T:  0.45
14.76/3.78	c blocked clauses removed:        0 vars:      0 tried:        2560 T: 0.00 s
15.16/3.82	c bin-w-bin subsume rem            0 bins  time:  0.04 s
29.92/7.54	c subs with bin:        0  lits-rem:    117675  v-fix:    0  time:  3.72 s
29.92/7.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
29.92/7.59	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
30.32/7.62	c lits-rem:      1076  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
35.92/9.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
36.74/9.25	c lits-rem:       259  cl-subs:     2489  v-elim:      0  v-fix:    0  time:  0.19 s
37.52/9.45	c asymm  cl-useful: 0/1728/13247 lits-rem:0 time: 0.20
37.52/9.46	c calculated reachability. Time: 0.00
37.52/9.46	c  N dy   120     30501      2560     13247    279939      8752    883379    346920     13.89   no data
39.51/9.90	c  N dy   147     34581      2560     13247    279939     12798    883379    685055     14.24     14.99
41.12/10.35	c  N dy   182     38669      2560     13247    279939      9028    883379    289639     14.64     21.83
42.71/10.80	c  N dy   213     42700      2560     13247    279939     13036    883379    645277     14.92     15.85
44.30/11.14	c  S st   232     45752      2560     13247    279939     16077    883379    925959     15.10     15.33
44.70/11.21	c  S st   232     46256      2560     13247    279939     16579    883379    965770     15.10   no data
44.70/11.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
46.30/11.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.2M T:  0.42
46.30/11.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.30/11.69	c bin-w-bin subsume rem            0 bins  time:  0.04 s
55.49/13.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.27 s
55.49/13.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
55.89/14.02	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
55.89/14.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
61.88/15.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.45 s
64.27/16.12	c lits-rem:       119  cl-subs:      191  v-elim:      0  v-fix:    0  time:  0.59 s
64.27/16.12	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
64.27/16.16	c vivif2 --  cl tried    16388 cl shrink        1 lits rem          1 time: 0.03
65.08/16.36	c asymm  cl-useful: 0/1428/13247 lits-rem:0 time: 0.20
65.08/16.37	c calculated reachability. Time: 0.00
65.08/16.37	c  N dy   232     46256      2560     13247    279939     16388    883379    953444     15.10   no data
67.07/16.80	c  N dy   253     50303      2560     13247    279939     11522    883379    397363     15.20     18.18
68.67/17.26	c  N dy   280     54419      2560     13247    279939     15623    883379    754393     15.41     16.30
70.66/17.73	c  N dy   309     58495      2560     13247    279939     19681    883379   1104939     15.55     19.33
72.29/18.18	c  N dy   332     62712      2560     13247    279939     13948    883379    546227     15.63     16.58
75.06/18.81	c  N dy   344     68175      2560     13247    279939     19377    883379    995175     15.55     16.41
75.46/18.95	c  S st   348     69385      2560     13247    279939     20577    883379   1088815     15.54     14.58
75.86/19.01	c  S st   348     69890      2560     13247    279939     21081    883379   1133402     15.54   no data
75.86/19.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
77.46/19.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.0M T:  0.46
77.46/19.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.86/19.54	c bin-w-bin subsume rem            0 bins  time:  0.04 s
87.04/21.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.29 s
87.04/21.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
87.04/21.88	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
87.04/21.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
93.44/23.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.49 s
96.23/24.19	c lits-rem:       162  cl-subs:      309  v-elim:      0  v-fix:    0  time:  0.76 s
96.63/24.20	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
96.63/24.24	c vivif2 --  cl tried    20772 cl shrink        0 lits rem          0 time: 0.04
97.44/24.45	c asymm  cl-useful: 0/1612/13247 lits-rem:0 time: 0.21
97.44/24.46	c calculated reachability. Time: 0.00
97.44/24.46	c  N dy   348     69890      2560     13247    279939     20772    883379   1117284     15.54   no data
99.83/25.03	c  N dy   378     74814      2560     13247    279939     14746    883379    550678     15.63     16.46
101.82/25.56	c  N dy   408     79708      2560     13247    279939     19625    883379    963239     15.68     16.63
104.22/26.16	c  N dy   429     84974      2560     13247    279939     12917    883379    308158     15.68     16.54
105.42/26.43	c  F st   443     87500      2560     13247    279939     15422    883379    506973     15.73   no data
107.03/26.83	c  N st   448     90798      2560     13247    279939     18698    883379    792093     15.73   no data
109.81/27.56	c  N dy   473     96940      2560     13247    279939     24777    883379   1285854     15.78     16.73
112.61/28.26	c  N dy   497    103209      2560     13247    279939     18098    883379    650967     15.77     16.72
113.41/28.44	c  S st   506    104837      2560     13247    279939     19718    883379    772000     15.79   no data
113.41/28.49	c  S st   506    105339      2560     13247    279939     20219    883379    814657     15.79   no data
113.81/28.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
115.41/28.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.4M T:  0.42
115.41/28.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
115.41/28.97	c bin-w-bin subsume rem            0 bins  time:  0.04 s
124.61/31.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.27 s
124.61/31.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
124.61/31.30	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
125.02/31.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
130.58/32.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
132.19/33.15	c lits-rem:       112  cl-subs:      193  v-elim:      0  v-fix:    0  time:  0.39 s
132.19/33.16	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
132.19/33.20	c vivif2 --  cl tried    20026 cl shrink        0 lits rem          0 time: 0.03
133.40/33.40	c asymm  cl-useful: 0/1492/13247 lits-rem:0 time: 0.21
133.40/33.41	c calculated reachability. Time: 0.00
133.40/33.41	c  N dy   506    105339      2560     13247    279939     20026    883379    804761     15.79   no data
136.18/34.17	c  N dy   533    112094      2560     13247    279939     26736    883379   1348734     15.80     16.87
139.37/34.97	c  N dy   562    119295      2560     13247    279939     19997    883379    745639     15.80     17.06
142.97/35.84	c  N dy   607    126926      2560     13247    279939     27570    883379   1349477     15.85     17.98
146.99/36.85	c  N dy   655    135835      2560     13247    279939     21537    883379    820810     15.89     16.73
150.97/37.82	c  N dy   683    144595      2560     13247    279939     30234    883379   1505721     15.87     16.75
154.96/38.88	c  N dy   732    153844      2560     13247    279939     23531    883379    901714     15.90     16.94
156.95/39.38	c  S st   747    158009      2560     13247    279939     27667    883379   1221704     15.89     12.73
157.35/39.44	c  S st   747    158512      2560     13247    279939     28170    883379   1260992     15.89   no data
157.35/39.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
159.34/39.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.1M T:  0.46
159.34/39.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
159.34/39.96	c bin-w-bin subsume rem            0 bins  time:  0.04 s
168.55/42.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.27 s
168.55/42.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
168.55/42.28	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
168.55/42.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
174.52/43.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.45 s
178.52/44.77	c lits-rem:       211  cl-subs:      245  v-elim:      0  v-fix:    0  time:  0.97 s
178.52/44.78	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
178.92/44.83	c vivif2 --  cl tried    27925 cl shrink        0 lits rem          0 time: 0.05
179.72/45.04	c asymm  cl-useful: 0/1498/13247 lits-rem:0 time: 0.20
179.72/45.04	c calculated reachability. Time: 0.00
179.72/45.04	c  N dy   747    158512      2560     13247    279939     27925    883379   1247532     15.89   no data
184.52/46.27	c  N dy   797    168748      2560     13247    279939     21205    883379    612578     15.93     16.77
189.70/47.54	c  N dy   854    179545      2560     13247    279939     31935    883379   1502944     15.97     19.64
194.91/48.90	c  N dy   904    191043      2560     13247    279939     25479    883379    915477     16.01     16.88
201.69/50.54	c  N dy   959    204846      2560     13247    279939     20317    883379    433907     16.03     17.07
207.69/52.04	c  N dy  1015    218002      2560     13247    279939     33383    883379   1479151     16.05     17.11
214.47/53.71	c  N dy  1066    232586      2560     13247    279939     27992    883379    979920     16.05     17.08
216.88/54.32	c  S st  1079    237768      2560     13247    279939     33138    883379   1354517     16.05   no data
216.88/54.38	c  S st  1079    238269      2560     13247    279939     33637    883379   1399619     16.05   no data
216.88/54.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
218.86/54.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.3M T:  0.46
218.86/54.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
219.27/54.90	c bin-w-bin subsume rem            0 bins  time:  0.04 s
228.06/57.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.27 s
228.46/57.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
228.46/57.23	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
228.46/57.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
234.86/58.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.55 s
239.63/60.08	c lits-rem:       189  cl-subs:      496  v-elim:      0  v-fix:    0  time:  1.23 s
239.63/60.09	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
240.03/60.15	c vivif2 --  cl tried    33141 cl shrink        0 lits rem          0 time: 0.06
240.83/60.36	c asymm  cl-useful: 0/1373/13247 lits-rem:0 time: 0.22
240.83/60.37	c calculated reachability. Time: 0.00
240.83/60.37	c  N dy  1079    238269      2560     13247    279939     33141    883379   1379064     16.05   no data
249.22/62.49	c  N dy  1116    255998      2560     13247    279939     29863    883379   1053317     15.98     17.17
258.01/64.62	c  N dy  1175    273473      2560     13247    279939     25360    883379    618994     15.96     16.81
266.40/66.73	c  N dy  1232    291074      2560     13247    279939     42829    883379   1948533     15.94     16.82
273.59/68.54	c  F st  1293    306250      2560     13247    279939     35071    883379   1309024     15.94   no data
276.39/69.24	c  N dy  1299    311445      2560     13247    279939     40206    883379   1679431     15.94   no data
286.38/71.78	c  N dy  1364    332281      2560     13247    279939     37072    883379   1388387     15.91     16.81
296.76/74.30	c  N dy  1454    352327      2560     13247    279939     32177    883379    943740     15.94     16.96
299.16/74.90	c  S st  1475    357404      2560     13247    279939     37212    883379   1330903     15.94     14.95
299.16/74.97	c  S st  1475    357906      2560     13247    279939     37714    883379   1371289     15.94   no data
299.16/74.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
301.15/75.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.1M T:  0.46
301.15/75.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
301.15/75.48	c bin-w-bin subsume rem            0 bins  time:  0.04 s
310.34/77.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.27 s
310.34/77.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
310.74/77.80	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
310.74/77.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
316.74/79.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
321.14/80.46	c lits-rem:       155  cl-subs:      257  v-elim:      0  v-fix:    0  time:  1.11 s
321.14/80.47	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
321.54/80.53	c vivif2 --  cl tried    37457 cl shrink        0 lits rem          0 time: 0.06
322.35/80.75	c asymm  cl-useful: 0/1529/13247 lits-rem:0 time: 0.21
322.35/80.76	c calculated reachability. Time: 0.00
322.35/80.76	c  N dy  1475    357906      2560     13247    279939     37457    883379   1359478     15.94   no data
332.31/83.20	c  N dy  1558    377944      2560     13247    279939     31556    883379    842300     15.95     21.34
342.71/85.80	c  N dy  1642    398303      2560     13247    279939     51779    883379   2368749     15.96     16.98
353.10/88.42	c  N dy  1724    419235      2560     13247    279939     45696    883379   1882692     15.96     17.09
366.29/91.71	c  N dy  1807    444269      2560     13247    279939     42703    883379   1505388     15.96     16.83
376.66/94.31	c  N dy  1890    464340      2560     13247    279939     33886    883379    806751     15.96     16.96
387.85/97.19	c  N dy  1969    486631      2560     13247    279939     55988    883379   2456107     15.95     16.84
397.83/99.68	c  N dy  2044    506718      2560     13247    279939     46188    883379   1711799     15.95     16.99
408.63/102.30	c  N dy  2112    526802      2560     13247    279939     35340    883379    807587     15.94     17.13
413.02/103.48	c  S st  2151    536861      2560     13247    279939     45321    883379   1563016     15.94   no data
413.42/103.54	c  S st  2151    537364      2560     13247    279939     45823    883379   1601266     15.94   no data
413.42/103.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
415.41/104.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.4M T:  0.47
415.41/104.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
415.41/104.07	c bin-w-bin subsume rem            0 bins  time:  0.04 s
424.60/106.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.29 s
424.60/106.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
425.00/106.41	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
425.00/106.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
431.00/107.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.45 s
437.38/109.51	c lits-rem:       227  cl-subs:      529  v-elim:      0  v-fix:    0  time:  1.57 s
437.38/109.52	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
437.38/109.60	c vivif2 --  cl tried    45294 cl shrink        0 lits rem          0 time: 0.07
438.58/109.82	c asymm  cl-useful: 0/1154/13247 lits-rem:0 time: 0.22
438.58/109.83	c calculated reachability. Time: 0.00
438.58/109.83	c  N dy  2151    537364      2560     13247    279939     45294    883379   1580976     15.94   no data
449.79/112.62	c  N dy  2220    557841      2560     13247    279939     33873    883379    663870     15.94     16.79
459.75/115.14	c  N dy  2275    577993      2560     13247    279939     53879    883379   2212206     15.92     16.81
470.15/117.78	c  N dy  2344    598007      2560     13247    279939     40987    883379   1153393     15.92     18.83
480.55/120.36	c  N dy  2429    618082      2560     13247    279939     60900    883379   2612680     15.92     16.84
491.72/123.17	c  N dy  2486    638427      2560     13247    279939     47348    883379   1511397     15.91     16.75
502.51/125.89	c  N dy  2570    658677      2560     13247    279939     67448    883379   3053219     15.91     16.77
512.89/128.45	c  N dy  2643    678743      2560     13247    279939     52647    883379   1874716     15.91     21.25
524.07/131.23	c  N dy  2726    699383      2560     13247    279939     37386    883379    679779     15.91     16.79
533.68/133.69	c  N dy  2800    719409      2560     13247    279939     57236    883379   2102305     15.91     18.48
544.84/136.41	c  N dy  2891    739569      2560     13247    279939     40554    883379    836338     15.92     17.07
555.25/139.05	c  N dy  2953    759627      2560     13247    279939     60486    883379   2260911     15.91     17.45
566.02/141.73	c  N dy  3046    779926      2560     13247    279939     42936    883379    922601     15.92     16.78
576.01/144.25	c  N dy  3111    799971      2560     13247    279939     62810    883379   2329934     15.92     16.77
579.20/145.09	c  S st  3138    806046      2560     13247    279939     68849    883379   2761850     15.92     15.72
579.60/145.16	c  S st  3138    806549      2560     13247    279939     69351    883379   2802301     15.92   no data
579.60/145.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
581.62/145.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.0M T:  0.53
582.02/145.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
582.02/145.75	c bin-w-bin subsume rem            0 bins  time:  0.04 s
591.19/148.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.29 s
591.19/148.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
591.19/148.09	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
591.59/148.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
597.58/149.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.46 s
608.77/152.40	c lits-rem:       408  cl-subs:     1101  v-elim:      0  v-fix:    0  time:  2.71 s
608.77/152.41	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
609.17/152.55	c vivif2 --  cl tried    68250 cl shrink        0 lits rem          0 time: 0.13
609.97/152.78	c asymm  cl-useful: 0/1068/13247 lits-rem:0 time: 0.24
609.97/152.79	c calculated reachability. Time: 0.00
609.97/152.79	c  N dy  3138    806549      2560     13247    279939     68250    883379   2762029     15.92   no data
621.17/155.60	c  N dy  3203    828184      2560     13247    279939     50966    883379   1428440     15.91     16.92
631.94/158.26	c  N dy  3269    848209      2560     13247    279939     70857    883379   2925739     15.90     16.74
642.72/160.97	c  N dy  3362    868299      2560     13247    279939     51126    883379   1440260     15.90     16.79
653.11/163.59	c  N dy  3418    888752      2560     13247    279939     71400    883379   2836676     15.90     16.83
664.69/166.46	c  N dy  3510    910190      2560     13247    279939     51996    883379   1411807     15.90     16.89
675.08/169.04	c  N dy  3573    930194      2560     13247    279939     71862    883379   2801910     15.89     18.89
685.87/171.78	c  N dy  3637    950297      2560     13247    279939     50116    883379   1220637     15.89     16.86
696.27/174.32	c  N dy  3702    970339      2560     13247    279939     70027    883379   2692673     15.88     16.88
707.43/177.18	c  N dy  3766    990404      2560     13247    279939     47251    883379    952901     15.87     16.76
719.43/180.16	c  N dy  3821   1012962      2560     13247    279939     69602    883379   2459656     15.87     16.74
731.43/183.13	c  N dy  3903   1032963      2560     13247    279939     45801    883379    789505     15.87     18.58
742.20/185.81	c  N dy  3968   1053259      2560     13247    279939     65934    883379   2161992     15.86     16.75
752.58/188.40	c  F st  4035   1071875      2560     13247    279939     84388    883379   3476990     15.86     16.45
753.78/188.72	c  N st  4039   1073908      2560     13247    279939     86402    883379   3617510     15.86   no data
764.17/191.34	c  N dy  4112   1093976      2560     13247    279939     61690    883379   1906472     15.86     16.70
775.38/194.15	c  N dy  4184   1114804      2560     13247    279939     82383    883379   3366437     15.86     16.99
786.54/196.94	c  N dy  4263   1135016      2560     13247    279939     56786    883379   1503594     15.86     16.78
797.72/199.70	c  N dy  4324   1155586      2560     13247    279939     77167    883379   2946527     15.85     16.71
809.71/202.75	c  N dy  4415   1176760      2560     13247    279939     51545    883379   1045786     15.86     16.80
820.10/205.36	c  N dy  4507   1196994      2560     13247    279939     71652    883379   2497995     15.86     16.81
827.29/207.16	c  S st  4560   1209824      2560     13247    279939     84392    883379   3403505     15.87     16.44
827.71/207.24	c  S st  4560   1210327      2560     13247    279939     84894    883379   3446194     15.87   no data
827.71/207.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
830.08/207.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.7M T:  0.56
830.08/207.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
830.08/207.86	c bin-w-bin subsume rem            0 bins  time:  0.04 s
839.28/210.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.28 s
839.28/210.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
839.28/210.19	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
839.67/210.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
846.07/211.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.53 s
861.65/215.73	c lits-rem:       520  cl-subs:     1133  v-elim:      0  v-fix:    0  time:  3.85 s
861.65/215.74	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
862.45/215.91	c vivif2 --  cl tried    83761 cl shrink        0 lits rem          0 time: 0.17
863.27/216.15	c asymm  cl-useful: 0/1240/13247 lits-rem:0 time: 0.24
863.27/216.16	c calculated reachability. Time: 0.00
863.27/216.16	c  N dy  4560   1210327      2560     13247    279939     83761    883379   3400558     15.87   no data
874.83/219.00	c  N dy  4635   1230346      2560     13247    279939     55988    883379   1290091     15.87     23.69
885.23/221.68	c  N dy  4714   1250394      2560     13247    279939     75894    883379   2726932     15.87     16.75
897.21/224.68	c  N dy  4797   1271362      2560     13247    279939     96678    883379   4165983     15.87     17.02
908.39/227.41	c  N dy  4877   1292057      2560     13247    279939     68593    883379   2144362     15.87     16.72
919.99/230.31	c  N dy  4965   1312147      2560     13247    279939     88502    883379   3521765     15.88     16.77
931.16/233.17	c  N dy  5041   1332187      2560     13247    279939     58796    883379   1375753     15.88     16.95
942.36/235.98	c  N dy  5119   1352493      2560     13247    279939     78966    883379   2840540     15.88     16.73
954.33/238.94	c  N dy  5182   1372498      2560     13247    279939     98760    883379   4152154     15.88     21.50
965.10/241.66	c  N dy  5255   1392771      2560     13247    279939     68317    883379   1990289     15.88     16.72
976.30/244.44	c  N dy  5327   1412838      2560     13247    279939     88185    883379   3328203     15.88     16.77
987.88/247.37	c  N dy  5414   1432857      2560     13247    279939     56462    883379   1092607     15.88     17.24
998.67/250.08	c  N dy  5487   1453055      2560     13247    279939     76482    883379   2492455     15.88     16.92
1010.64/253.03	c  N dy  5574   1473131      2560     13247    279939     96392    883379   3875160     15.88     16.78
1022.64/256.01	c  N dy  5653   1493895      2560     13247    279939     64436    883379   1602734     15.88     16.94
1033.83/258.81	c  N dy  5738   1514163      2560     13247    279939     84557    883379   2998415     15.88     16.80
1045.41/261.78	c  N dy  5826   1534603      2560     13247    279939    104863    883379   4444175     15.88     16.78
1056.99/264.65	c  N dy  5909   1554908      2560     13247    279939     71431    883379   2010457     15.88     16.87
1068.98/267.66	c  N dy  5998   1575837      2560     13247    279939     92221    883379   3453113     15.88     16.95
1080.96/270.67	c  N dy  6078   1595853      2560     13247    279939     57486    883379    998282     15.89     16.80
1092.15/273.41	c  N dy  6155   1616153      2560     13247    279939     77589    883379   2361111     15.89     16.78
1104.14/276.42	c  N dy  6260   1636240      2560     13247    279939     97539    883379   3804594     15.89     16.76
1116.12/279.43	c  N dy  6329   1656555      2560     13247    279939     62123    883379   1223767     15.89     16.75
1126.92/282.20	c  N dy  6397   1676908      2560     13247    279939     82340    883379   2639245     15.89     16.81
1138.49/285.10	c  N dy  6468   1696909      2560     13247    279939    102184    883379   3994354     15.89     16.77
1146.88/287.19	c  S st  6530   1710327      2560     13247    279939     58934    883379    966639     15.89     15.60
1147.28/287.25	c  S st  6530   1710827      2560     13247    279939     59434    883379   1003398     15.89   no data
1147.28/287.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1149.27/287.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.6M T:  0.45
1149.27/287.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1149.27/287.77	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1158.47/290.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.29 s
1158.47/290.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
1158.86/290.11	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
1158.86/290.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1164.06/291.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
1165.26/291.76	c lits-rem:        45  cl-subs:      186  v-elim:      0  v-fix:    0  time:  0.28 s
1165.26/291.77	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
1165.66/291.84	c vivif2 --  cl tried    59248 cl shrink        0 lits rem          0 time: 0.07
1166.47/292.07	c asymm  cl-useful: 0/1212/13247 lits-rem:0 time: 0.23
1166.47/292.08	c calculated reachability. Time: 0.00
1166.47/292.08	c  N dy  6530   1710827      2560     13247    279939     59248    883379    998169     15.89   no data
1177.24/294.76	c  N dy  6614   1730842      2560     13247    279939     79116    883379   2385585     15.89     16.83
1189.62/297.87	c  N dy  6686   1751747      2560     13247    279939     99865    883379   3805152     15.89     16.84
1202.01/300.98	c  N dy  6769   1772023      2560     13247    279939     62432    883379   1185979     15.89     16.74
1213.60/303.85	c  N dy  6817   1792480      2560     13247    279939     82679    883379   2526991     15.89     16.73
1225.98/306.99	c  N dy  6874   1812780      2560     13247    279939    102800    883379   3860434     15.88     16.75
1240.37/310.58	c  N dy  6951   1836108      2560     13247    279939     67378    883379   1377942     15.88     16.75
1251.95/313.46	c  N dy  7001   1857006      2560     13247    279939     88063    883379   2776830     15.87     16.72
1263.93/316.45	c  N dy  7080   1877709      2560     13247    279939    108592    883379   4227675     15.87     16.75
1275.93/319.46	c  N dy  7179   1897872      2560     13247    279939     69153    883379   1580189     15.88     16.77
1287.10/322.27	c  N dy  7246   1918299      2560     13247    279939     89422    883379   2940544     15.87     16.73
1299.48/325.37	c  N dy  7309   1938347      2560     13247    279939    109275    883379   4262563     15.87     18.31
1311.86/328.42	c  N dy  7384   1958988      2560     13247    279939     69263    883379   1475923     15.87     16.72
1323.46/331.37	c  N dy  7442   1979735      2560     13247    279939     89817    883379   2873961     15.87     16.80
1335.44/334.35	c  N dy  7531   2000154      2560     13247    279939    110102    883379   4314448     15.87     16.75
1347.83/337.45	c  N dy  7620   2020237      2560     13247    279939     68552    883379   1393847     15.88     17.85
1359.01/340.22	c  N dy  7698   2040249      2560     13247    279939     88374    883379   2743146     15.87     17.25
1371.40/343.34	c  N dy  7766   2061973      2560     13247    279939    109895    883379   4231289     15.87     16.74
1384.17/346.50	c  N dy  7844   2082037      2560     13247    279939     67332    883379   1240909     15.87     16.71
1394.98/349.27	c  N dy  7917   2102121      2560     13247    279939     87277    883379   2637082     15.87     16.82
1406.95/352.24	c  N dy  7988   2122174      2560     13247    279939    107189    883379   3995220     15.87     16.89
1420.53/355.68	c  N dy  8062   2142613      2560     13247    279939     63977    883379    947658     15.87     16.88
1431.71/358.40	c  N dy  8127   2162943      2560     13247    279939     84148    883379   2401001     15.87     16.71
1442.92/361.30	c  N dy  8191   2183107      2560     13247    279939    104196    883379   3785170     15.87     16.72
1456.10/364.53	c  N dy  8260   2203333      2560     13247    279939    124247    883379   5116237     15.87     16.72
1461.27/365.81	c  S st  8300   2210828      2560     13247    279939     67196    883379   1115198     15.87   no data
1461.27/365.88	c  S st  8300   2211328      2560     13247    279939     67695    883379   1153821     15.87   no data
1461.27/365.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1463.27/366.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.9M T:  0.48
1463.27/366.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1463.67/366.42	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1472.86/368.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.28 s
1472.86/368.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
1472.86/368.75	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
1472.86/368.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1478.47/370.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
1479.65/370.43	c lits-rem:        53  cl-subs:       57  v-elim:      0  v-fix:    0  time:  0.30 s
1479.65/370.44	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
1480.05/370.51	c vivif2 --  cl tried    67638 cl shrink        0 lits rem          0 time: 0.08
1480.85/370.74	c asymm  cl-useful: 0/1193/13247 lits-rem:0 time: 0.23
1480.85/370.75	c calculated reachability. Time: 0.00
1480.85/370.75	c  N dy  8300   2211328      2560     13247    279939     67638    883379   1150837     15.87   no data
1492.44/373.60	c  N dy  8354   2231616      2560     13247    279939     87707    883379   2417350     15.86     16.84
1505.22/376.83	c  N dy  8419   2253148      2560     13247    279939    109061    883379   3877048     15.86     16.73
1518.40/380.13	c  N dy  8511   2273207      2560     13247    279939    128993    883379   5249283     15.86     21.46
1529.99/383.06	c  N dy  8568   2293310      2560     13247    279939     83447    883379   2170761     15.86     16.93
1541.57/385.96	c  N dy  8646   2313599      2560     13247    279939    103594    883379   3553168     15.86     16.77
1554.35/389.16	c  N dy  8711   2334352      2560     13247    279939    124158    883379   4920265     15.86     16.79
1567.14/392.30	c  N dy  8809   2354580      2560     13247    279939     77792    883379   1732963     15.86     16.72
1579.54/395.49	c  N dy  8889   2376709      2560     13247    279939     99715    883379   3200630     15.86     16.76
1593.90/399.00	c  N dy  8978   2399455      2560     13247    279939    122267    883379   4741009     15.86     16.78
1607.09/402.38	c  N dy  9061   2420441      2560     13247    279939     75634    883379   1556702     15.86     16.74
1618.69/405.26	c  N dy  9151   2440512      2560     13247    279939     95530    883379   2859559     15.86     16.81
1630.66/408.25	c  N dy  9207   2460557      2560     13247    279939    115421    883379   4224245     15.86     17.08
1643.43/411.49	c  N dy  9292   2480648      2560     13247    279939    135361    883379   5652023     15.86     17.16
1655.82/414.55	c  N dy  9355   2500964      2560     13247    279939     87056    883379   2212221     15.86     16.74
1667.81/417.57	c  N dy  9464   2521007      2560     13247    279939    106970    883379   3606938     15.86     17.22
1680.61/420.77	c  N dy  9545   2541062      2560     13247    279939    126857    883379   4992630     15.87     19.57
1693.39/423.95	c  N dy  9611   2561295      2560     13247    279939     77481    883379   1528678     15.87     16.81
1704.56/426.77	c  N dy  9680   2581306      2560     13247    279939     97343    883379   2903640     15.87     16.77
1716.54/429.76	c  N dy  9749   2601331      2560     13247    279939    117184    883379   4236970     15.87     16.72
1729.33/432.96	c  N dy  9841   2621403      2560     13247    279939    137104    883379   5654553     15.87     20.43
1741.73/436.06	c  N dy  9902   2641947      2560     13247    279939     87070    883379   2162495     15.87     16.78
1754.50/439.24	c  N dy  9971   2662916      2560     13247    279939    107858    883379   3559822     15.86     16.82
1767.28/442.50	c  N dy 10042   2683434      2560     13247    279939    128222    883379   4941842     15.87     16.77
1780.86/445.89	c  N dy 10132   2703963      2560     13247    279939     77150    883379   1394543     15.87     16.82
1785.26/446.92	c  S st 10162   2711328      2560     13247    279939     84459    883379   1896858     15.87   no data
1785.26/446.99	c  S st 10162   2711830      2560     13247    279939     84961    883379   1936503     15.87   no data
1785.67/447.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1787.65/447.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.4M T:  0.52
1787.65/447.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1787.65/447.58	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1796.84/449.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.29 s
1796.84/449.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
1797.24/449.92	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
1797.24/449.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1803.25/451.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
1808.04/452.68	c lits-rem:       163  cl-subs:      772  v-elim:      0  v-fix:    0  time:  1.26 s
1808.04/452.69	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
1808.82/452.80	c vivif2 --  cl tried    84189 cl shrink        0 lits rem          0 time: 0.11
1809.62/453.03	c asymm  cl-useful: 0/1105/13247 lits-rem:0 time: 0.23
1809.62/453.04	c calculated reachability. Time: 0.00
1809.62/453.04	c  N dy 10162   2711830      2560     13247    279939     84189    883379   1914601     15.87   no data
1821.60/456.06	c  N dy 10234   2732184      2560     13247    279939    104359    883379   3293924     15.87     16.86
1835.19/459.44	c  N dy 10307   2753632      2560     13247    279939    125610    883379   4735821     15.87     17.21
1849.17/462.96	c  N dy 10360   2773720      2560     13247    279939     73141    883379   1090626     15.86     17.13
1860.77/465.82	c  N dy 10465   2793951      2560     13247    279939     93224    883379   2499037     15.87     16.79
1873.14/468.96	c  N dy 10537   2814002      2560     13247    279939    113142    883379   3815241     15.87     16.71
1886.33/472.27	c  N dy 10610   2834084      2560     13247    279939    133039    883379   5136270     15.87     18.37
1900.71/475.85	c  N dy 10672   2854941      2560     13247    279939     80318    883379   1525568     15.87     16.77
1913.11/478.95	c  N dy 10742   2876272      2560     13247    279939    101469    883379   2919876     15.86     16.88
1926.29/482.21	c  N dy 10818   2896707      2560     13247    279939    121728    883379   4272495     15.86     16.72
1939.47/485.57	c  N dy 10905   2917041      2560     13247    279939    141881    883379   5661207     15.87     16.76
1951.44/488.58	c  N dy 10970   2937058      2560     13247    279939     87377    883379   1967468     15.86     16.86
1963.43/491.60	c  N dy 11054   2957076      2560     13247    279939    107211    883379   3323729     15.86     18.65
1975.80/494.65	c  N dy 11134   2977151      2560     13247    279939    127140    883379   4716824     15.87     16.71
1990.18/498.26	c  N dy 11211   2997813      2560     13247    279939    147646    883379   6088133     15.87     16.71
2002.57/501.36	c  N dy 11278   3018108      2560     13247    279939     92408    883379   2262988     15.87     16.72
2014.58/504.34	c  N dy 11358   3038185      2560     13247    279939    112355    883379   3641602     15.87     18.25
2028.14/507.74	c  N dy 11416   3058327      2560     13247    279939    132273    883379   4911601     15.86     16.71
2041.71/511.17	c  N dy 11502   3078374      2560     13247    279939    152161    883379   6266733     15.86     16.71
2054.11/514.27	c  N dy 11574   3098650      2560     13247    279939     95868    883379   2402662     15.86     16.89
2066.08/517.27	c  N dy 11634   3118662      2560     13247    279939    115718    883379   3737706     15.86     17.29
2078.86/520.49	c  N dy 11682   3138896      2560     13247    279939    135773    883379   5045045     15.86     16.84
2094.04/524.21	c  N dy 11751   3158922      2560     13247    279939     78287    883379   1174392     15.86     17.57
2106.03/527.22	c  N dy 11813   3178966      2560     13247    279939     98135    883379   2462252     15.85     16.72
2118.81/530.47	c  N dy 11898   3199029      2560     13247    279939    118032    883379   3806759     15.85     19.32
2127.59/532.62	c  S st 11955   3211831      2560     13247    279939    130736    883379   4680882     15.86   no data
2127.99/532.70	c  S st 11955   3212334      2560     13247    279939    131238    883379   4718317     15.86   no data
2127.99/532.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2130.39/533.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.6M T:  0.67
2130.79/533.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2130.79/533.44	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2139.98/535.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.29 s
2139.98/535.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
2139.98/535.78	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
2140.38/535.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2147.17/537.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.60 s
2164.35/541.83	c lits-rem:       463  cl-subs:     2260  v-elim:      0  v-fix:    0  time:  4.23 s
2164.35/541.84	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
2165.15/542.09	c vivif2 --  cl tried   128978 cl shrink        0 lits rem          0 time: 0.25
2166.35/542.35	c asymm  cl-useful: 0/1250/13247 lits-rem:0 time: 0.26
2166.35/542.36	c calculated reachability. Time: 0.00
2166.35/542.36	c  N dy 11955   3212334      2560     13247    279939    128978    883379   4644158     15.86   no data
2179.93/545.78	c  N dy 12032   3232397      2560     13247    279939    148888    883379   5993635     15.86     16.75
2193.91/549.20	c  N dy 12060   3252667      2560     13247    279939     90660    883379   1922842     15.85     16.75
2206.70/552.41	c  N dy 12149   3272744      2560     13247    279939    110588    883379   3302144     15.85     16.99
2219.48/555.65	c  N dy 12234   3292821      2560     13247    279939    130510    883379   4695582     15.85     17.19
2233.46/559.10	c  N dy 12327   3312922      2560     13247    279939    150469    883379   6057474     15.85     16.71
2246.65/562.45	c  N dy 12405   3333022      2560     13247    279939     91061    883379   1957898     15.85     18.49
2258.63/565.47	c  N dy 12470   3353173      2560     13247    279939    111043    883379   3300080     15.85     16.71
2272.61/568.96	c  N dy 12529   3374313      2560     13247    279939    131956    883379   4644053     15.85     16.71
2286.19/572.33	c  N dy 12582   3394470      2560     13247    279939    151876    883379   5909330     15.85     16.73
2300.97/576.00	c  N dy 12643   3416743      2560     13247    279939     93714    883379   2076314     15.84     16.78
2312.56/578.99	c  N dy 12726   3436858      2560     13247    279939    113677    883379   3446042     15.84     16.71
2326.15/582.36	c  N dy 12813   3457434      2560     13247    279939    134064    883379   4814317     15.85     16.75
2340.91/586.04	c  N dy 12891   3477948      2560     13247    279939    154418    883379   6176300     15.85     16.73
2354.50/589.48	c  N dy 12959   3498556      2560     13247    279939     93569    883379   1975233     15.84     16.84
2366.88/592.57	c  N dy 13038   3518680      2560     13247    279939    113522    883379   3293549     15.84     16.69
2379.29/595.61	c  N dy 13124   3538780      2560     13247    279939    133467    883379   4685322     15.85     16.93
2393.25/599.11	c  N dy 13203   3558799      2560     13247    279939    153313    883379   5991394     15.85     16.71
2406.43/602.48	c  N dy 13300   3578847      2560     13247    279939     90892    883379   1768559     15.85     16.77
2419.61/605.78	c  N dy 13383   3600488      2560     13247    279939    112339    883379   3202451     15.85     16.75
2433.19/609.18	c  N dy 13470   3620816      2560     13247    279939    132505    883379   4564080     15.85     16.89
2447.58/612.76	c  N dy 13535   3640903      2560     13247    279939    152398    883379   5865789     15.85     17.50
2462.38/616.43	c  N dy 13595   3661191      2560     13247    279939     89155    883379   1606211     15.84     16.95
2474.34/619.48	c  N dy 13654   3681661      2560     13247    279939    109456    883379   2930308     15.84     16.81
2489.15/623.16	c  N dy 13721   3701904      2560     13247    279939    129503    883379   4257415     15.84     16.68
2496.71/625.00	c  S st 13763   3712334      2560     13247    279939    139855    883379   4966055     15.84     12.29
2496.71/625.09	c  S st 13763   3712836      2560     13247    279939    140356    883379   5004589     15.84   no data
2497.11/625.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2499.91/625.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 26.3M T:  0.71
2499.91/625.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2499.91/625.87	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2509.10/628.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.31 s
2509.50/628.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
2509.50/628.23	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
2509.50/628.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2516.29/629.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.49 s
2534.26/634.46	c lits-rem:       474  cl-subs:     2274  v-elim:      0  v-fix:    0  time:  4.51 s
2534.26/634.47	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
2535.46/634.74	c vivif2 --  cl tried   138082 cl shrink        0 lits rem          0 time: 0.27
2536.66/635.01	c asymm  cl-useful: 0/938/13247 lits-rem:0 time: 0.26
2536.66/635.02	c calculated reachability. Time: 0.00
2536.66/635.02	c  N dy 13763   3712836      2560     13247    279939    138082    883379   4929627     15.84   no data
2551.44/638.70	c  N dy 13856   3733591      2560     13247    279939    158638    883379   6349476     15.84     16.71
2563.85/641.86	c  F st 13926   3751563      2560     13247    279939     92237    883379   1773892     15.84     14.85
2565.03/642.17	c  N st 13930   3753596      2560     13247    279939     94252    883379   1920102     15.84   no data
2577.41/645.22	c  N dy 14003   3773643      2560     13247    279939    114173    883379   3319410     15.84     16.83
2590.98/648.65	c  N dy 14073   3793815      2560     13247    279939    134163    883379   4612607     15.84     16.83
2605.37/652.27	c  N dy 14145   3814424      2560     13247    279939    154567    883379   5980566     15.84     16.72
2620.97/656.12	c  N dy 14231   3835309      2560     13247    279939     90029    883379   1543076     15.84     16.88
2632.93/659.12	c  N dy 14334   3855532      2560     13247    279939    110118    883379   2940719     15.85     16.73
2646.52/662.58	c  N dy 14392   3875893      2560     13247    279939    130231    883379   4185721     15.84     16.68
2660.11/665.99	c  N dy 14473   3895896      2560     13247    279939    150081    883379   5547360     15.85     16.79
2674.88/669.68	c  N dy 14547   3915987      2560     13247    279939    169974    883379   6825695     15.85     16.68
2688.06/672.93	c  N dy 14619   3936266      2560     13247    279939    103862    883379   2407865     15.85     16.77
2700.84/676.19	c  N dy 14677   3956568      2560     13247    279939    123975    883379   3702164     15.84     16.72
2713.62/679.38	c  N dy 14766   3976592      2560     13247    279939    143859    883379   5057764     15.85     17.00
2728.81/683.13	c  N dy 14860   3997470      2560     13247    279939    164577    883379   6458909     15.85     16.75
2741.98/686.47	c  N dy 14913   4017563      2560     13247    279939     97252    883379   1936427     15.84     16.72
2754.37/689.55	c  N dy 14988   4037632      2560     13247    279939    117121    883379   3269276     15.84     16.92
2767.56/692.82	c  N dy 15074   4057679      2560     13247    279939    137019    883379   4624799     15.85     16.73
2781.54/696.31	c  N dy 15144   4077841      2560     13247    279939    156954    883379   5944469     15.84     16.82
2796.74/700.17	c  N dy 15216   4097917      2560     13247    279939     88639    883379   1319238     15.85     16.68
2809.10/703.24	c  N dy 15295   4118583      2560     13247    279939    109103    883379   2647697     15.84     16.68
2824.28/707.01	c  N dy 15371   4141233      2560     13247    279939    131513    883379   4117250     15.84     16.78
2838.26/710.55	c  N dy 15450   4161356      2560     13247    279939    151405    883379   5429142     15.84     16.69
2852.64/714.15	c  N dy 15523   4182100      2560     13247    279939    171977    883379   6830023     15.84     16.70
2866.64/717.63	c  N dy 15609   4202403      2560     13247    279939    102953    883379   2242410     15.84     16.68
2873.01/719.24	c  S st 15662   4212839      2560     13247    279939    113319    883379   2955045     15.85     14.71
2873.41/719.32	c  S st 15662   4213340      2560     13247    279939    113819    883379   2993461     15.85   no data
2873.41/719.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2875.82/719.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.5M T:  0.64
2875.82/719.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2876.20/720.02	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2885.39/722.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.32 s
2885.39/722.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
2885.39/722.39	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
2885.79/722.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2892.19/724.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
2899.78/725.97	c lits-rem:       173  cl-subs:      762  v-elim:      0  v-fix:    0  time:  1.91 s
2899.78/725.98	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
2900.58/726.15	c vivif2 --  cl tried   113057 cl shrink        0 lits rem          0 time: 0.17
2901.80/726.41	c asymm  cl-useful: 0/1021/13247 lits-rem:0 time: 0.25
2901.80/726.42	c calculated reachability. Time: 0.00
2901.80/726.42	c  N dy 15662   4213340      2560     13247    279939    113057    883379   2964895     15.85   no data
2914.56/729.64	c  N dy 15746   4233380      2560     13247    279939    132960    883379   4317928     15.85     16.88
2929.74/733.40	c  N dy 15793   4254210      2560     13247    279939    153619    883379   5685797     15.84     16.70
2945.32/737.30	c  N dy 15870   4274704      2560     13247    279939    173939    883379   7039576     15.84     16.97
2958.92/740.78	c  N dy 15949   4295168      2560     13247    279939    104046    883379   2229141     15.84     16.71
2971.28/743.83	c  N dy 16028   4315513      2560     13247    279939    124214    883379   3547888     15.85     16.68
2984.87/747.20	c  N dy 16095   4335732      2560     13247    279939    144289    883379   4901093     15.84     16.77
2998.88/750.72	c  N dy 16183   4356157      2560     13247    279939    164533    883379   6257678     15.85     16.89
3014.83/754.75	c  N dy 16250   4377017      2560     13247    279939     93990    883379   1505010     15.84     16.78
3026.81/757.72	c  N dy 16318   4397052      2560     13247    279939    113852    883379   2791312     15.84     16.91
3039.60/760.98	c  N dy 16398   4417409      2560     13247    279939    134066    883379   4129138     15.84     16.76
3053.17/764.34	c  N dy 16479   4437493      2560     13247    279939    154006    883379   5447286     15.84     18.34
3067.56/767.99	c  N dy 16537   4457791      2560     13247    279939    174103    883379   6797723     15.84     16.70
3082.35/771.61	c  N dy 16618   4477848      2560     13247    279939    101775    883379   1990274     15.84     17.49
3095.14/774.82	c  N dy 16689   4498253      2560     13247    279939    121940    883379   3240849     15.84     16.68
3107.91/778.09	c  N dy 16743   4518291      2560     13247    279939    141797    883379   4482959     15.84     16.73
3121.90/781.52	c  N dy 16817   4538335      2560     13247    279939    161681    883379   5801971     15.84     16.72
3135.86/785.02	c  N dy 16900   4558493      2560     13247    279939    181674    883379   7170061     15.84     16.76
3149.04/788.33	c  N dy 16975   4578539      2560     13247    279939    108352    883379   2342764     15.84     16.72
3161.84/791.53	c  N dy 17043   4598602      2560     13247    279939    128237    883379   3625368     15.84     16.69
3174.64/794.72	c  N dy 17114   4618689      2560     13247    279939    148156    883379   4973157     15.84     20.41
3188.60/798.25	c  N dy 17188   4638765      2560     13247    279939    168039    883379   6247352     15.84     16.91
3203.78/802.09	c  N dy 17254   4658952      2560     13247    279939    188022    883379   7497374     15.84     16.72
3216.56/805.28	c  N dy 17333   4678962      2560     13247    279939    113694    883379   2637925     15.84     18.58
3229.75/808.51	c  N dy 17407   4699008      2560     13247    279939    133544    883379   3937978     15.84     16.89
3238.93/810.81	c  S st 17443   4713340      2560     13247    279939    147699    883379   4849570     15.83     14.65
3238.93/810.89	c  S st 17443   4713845      2560     13247    279939    148204    883379   4888370     15.83   no data
3239.33/810.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3241.72/811.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 26.1M T:  0.67
3242.12/811.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3242.12/811.64	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3251.32/813.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.34 s
3251.72/814.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
3251.72/814.03	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
3251.72/814.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3258.50/815.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.54 s
3275.30/819.93	c lits-rem:       344  cl-subs:     2938  v-elim:      0  v-fix:    0  time:  4.14 s
3275.30/819.94	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
3276.48/820.22	c vivif2 --  cl tried   145266 cl shrink        0 lits rem          0 time: 0.27
3277.68/820.50	c asymm  cl-useful: 0/1107/13247 lits-rem:0 time: 0.29
3277.68/820.51	c calculated reachability. Time: 0.00
3277.68/820.51	c  N dy 17443   4713845      2560     13247    279939    145266    883379   4802058     15.83   no data
3291.66/824.01	c  N dy 17521   4733912      2560     13247    279939    165170    883379   6103467     15.83     17.74
3306.47/827.72	c  N dy 17576   4753946      2560     13247    279939    184930    883379   7343289     15.83     19.45
3320.02/831.19	c  N dy 17647   4775334      2560     13247    279939    111089    883379   2392640     15.83     16.70
3332.83/834.30	c  N dy 17724   4795821      2560     13247    279939    131426    883379   3715230     15.83     16.68
3345.19/837.46	c  N dy 17802   4815868      2560     13247    279939    151311    883379   5021748     15.83     17.18
3359.20/840.93	c  N dy 17886   4835878      2560     13247    279939    171156    883379   6349096     15.83     16.76
3373.55/844.50	c  N dy 17956   4855889      2560     13247    279939    191005    883379   7645451     15.83     18.32
3386.33/847.79	c  N dy 18016   4875989      2560     13247    279939    114722    883379   2530129     15.83     16.70
3399.52/851.03	c  N dy 18073   4896375      2560     13247    279939    134932    883379   3812297     15.83     16.74
3413.10/854.41	c  N dy 18168   4916838      2560     13247    279939    155218    883379   5175546     15.83     16.69
3427.48/858.00	c  N dy 18247   4936870      2560     13247    279939    175080    883379   6469836     15.83     22.16
3443.06/861.97	c  N dy 18359   4957060      2560     13247    279939     98001    883379   1447100     15.83     16.87
3454.65/864.84	c  N dy 18443   4977192      2560     13247    279939    117958    883379   2790663     15.83     16.99
3467.44/868.03	c  N dy 18495   4997568      2560     13247    279939    138149    883379   4102560     15.83     16.80
3481.42/871.53	c  N dy 18573   5017614      2560     13247    279939    158049    883379   5372771     15.83     19.59
3495.42/875.07	c  N dy 18654   5037779      2560     13247    279939    178036    883379   6680352     15.83     16.68
3510.58/878.83	c  N dy 18721   5057785      2560     13247    279939     99739    883379   1506191     15.83     18.30
3522.57/881.80	c  N dy 18799   5077815      2560     13247    279939    119580    883379   2779135     15.83     16.66
3534.57/884.89	c  N dy 18877   5097828      2560     13247    279939    139413    883379   4077069     15.83     23.14
3547.75/888.20	c  N dy 18958   5117863      2560     13247    279939    159268    883379   5372341     15.83     22.80
3561.71/891.62	c  N dy 19036   5138061      2560     13247    279939    179287    883379   6708751     15.83     16.70
3576.90/895.41	c  N dy 19108   5158399      2560     13247    279939    100325    883379   1489304     15.83     16.67
3588.88/898.42	c  N dy 19164   5178451      2560     13247    279939    120148    883379   2721333     15.83     16.76
3602.46/901.80	c  N dy 19233   5199671      2560     13247    279939    141159    883379   4048471     15.83     16.74
3612.05/904.26	c  S st 19268   5213845      2560     13247    279939    155152    883379   4895557     15.82     15.43
3612.45/904.35	c  S st 19268   5214349      2560     13247    279939    155656    883379   4936767     15.82   no data
3612.45/904.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3615.24/905.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.4M T:  0.63
3615.24/905.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3615.24/905.05	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3624.43/907.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.29 s
3624.43/907.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
3624.43/907.39	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
3624.83/907.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3631.64/909.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.56 s
3648.00/913.21	c lits-rem:       481  cl-subs:     3176  v-elim:      0  v-fix:    0  time:  4.02 s
3648.00/913.22	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
3649.22/913.51	c vivif2 --  cl tried   152480 cl shrink        0 lits rem          0 time: 0.29
3649.99/913.77	c asymm  cl-useful: 0/1301/13247 lits-rem:0 time: 0.26
3649.99/913.78	c calculated reachability. Time: 0.00
3649.99/913.78	c  N dy 19268   5214349      2560     13247    279939    152480    883379   4848234     15.82   no data
3664.38/917.34	c  N dy 19318   5234895      2560     13247    279939    172789    883379   6072321     15.82     16.81
3681.15/921.51	c  N dy 19402   5256263      2560     13247    279939    193975    883379   7442757     15.82     16.87
3694.73/924.95	c  N dy 19479   5276274      2560     13247    279939    113838    883379   2334897     15.82     16.79
3707.12/928.03	c  N dy 19571   5296297      2560     13247    279939    133703    883379   3627924     15.82     16.80
3719.91/931.25	c  N dy 19646   5316761      2560     13247    279939    154004    883379   4982144     15.82     16.83
3733.89/934.75	c  N dy 19701   5337117      2560     13247    279939    174164    883379   6232737     15.82     16.84
3749.47/938.60	c  N dy 19768   5358065      2560     13247    279939    194912    883379   7550982     15.82     16.91
3763.07/942.10	c  N dy 19825   5378606      2560     13247    279939    114236    883379   2284421     15.82     16.92
3775.84/945.24	c  N dy 19893   5398791      2560     13247    279939    134245    883379   3522652     15.82     16.66
3789.02/948.50	c  N dy 19978   5419058      2560     13247    279939    154344    883379   4833476     15.82     16.79
3803.02/952.03	c  N dy 20038   5439538      2560     13247    279939    174594    883379   6090652     15.82     16.89
3818.58/955.92	c  N dy 20106   5460647      2560     13247    279939    195480    883379   7391600     15.82     16.86
3833.37/959.67	c  N dy 20192   5482632      2560     13247    279939    115234    883379   2292026     15.82     16.69
3846.56/962.96	c  N dy 20253   5502987      2560     13247    279939    135390    883379   3556585     15.82     16.87
3859.75/966.23	c  N dy 20338   5523125      2560     13247    279939    155379    883379   4865890     15.82     16.93
3873.71/969.79	c  N dy 20405   5543171      2560     13247    279939    175208    883379   6112710     15.82     21.01
3888.49/973.42	c  N dy 20489   5563176      2560     13247    279939    195039    883379   7445504     15.82     16.66
3903.27/977.20	c  N dy 20559   5583260      2560     13247    279939    111874    883379   2039660     15.82     17.28
3915.25/980.16	c  N dy 20628   5603664      2560     13247    279939    132051    883379   3375607     15.82     16.69
3928.03/983.32	c  N dy 20709   5623719      2560     13247    279939    151915    883379   4664356     15.82     18.91
3941.22/986.63	c  N dy 20798   5643913      2560     13247    279939    171960    883379   6005202     15.82     16.78
3955.20/990.19	c  N dy 20870   5664050      2560     13247    279939    191920    883379   7274717     15.82     16.77
3970.78/994.01	c  N dy 20950   5684113      2560     13247    279939    107788    883379   1715041     15.82     16.79
3982.78/997.06	c  N dy 21017   5704160      2560     13247    279939    127643    883379   2973335     15.82     16.68
3989.55/998.70	c  S st 21038   5714351      2560     13247    279939    137703    883379   3587299     15.82     16.06
3989.55/998.78	c  S st 21038   5714853      2560     13247    279939    138204    883379   3626211     15.82   no data
3989.95/998.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3992.35/999.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.9M T:  0.61
3992.35/999.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3992.35/999.46	c bin-w-bin subsume rem            0 bins  time:  0.04 s
4001.53/1001.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.27 s
4001.53/1001.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
4001.53/1001.79	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
4001.93/1001.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4008.73/1003.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.56 s
4018.72/1006.03	c lits-rem:       221  cl-subs:     2074  v-elim:      0  v-fix:    0  time:  2.50 s
4018.72/1006.04	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
4019.52/1006.26	c vivif2 --  cl tried   136130 cl shrink        0 lits rem          0 time: 0.22
4020.72/1006.54	c asymm  cl-useful: 0/1239/13247 lits-rem:0 time: 0.28
4020.72/1006.56	c calculated reachability. Time: 0.00
4020.72/1006.56	c  N dy 21038   5714853      2560     13247    279939    136130    883379   3568440     15.82   no data
4034.29/1009.96	c  N dy 21088   5735036      2560     13247    279939    156084    883379   4776968     15.81     16.66
4048.28/1013.44	c  N dy 21170   5755159      2560     13247    279939    176030    883379   6096308     15.81     16.72
4063.05/1017.11	c  N dy 21232   5775265      2560     13247    279939    195979    883379   7392282     15.81     16.66
4079.46/1021.21	c  N dy 21313   5795323      2560     13247    279939    110849    883379   1846121     15.81     16.69
4092.23/1024.40	c  N dy 21396   5816520      2560     13247    279939    131889    883379   3241615     15.81     16.65
4105.01/1027.68	c  N dy 21458   5836816      2560     13247    279939    152005    883379   4506298     15.81     16.72
4119.41/1031.28	c  N dy 21522   5857227      2560     13247    279939    172210    883379   5784253     15.81     16.70
4134.17/1034.90	c  N dy 21600   5877344      2560     13247    279939    192149    883379   7069976     15.81     16.71
4149.77/1038.87	c  N dy 21657   5897438      2560     13247    279939    212049    883379   8277272     15.81     16.83
4163.34/1042.26	c  N dy 21725   5917808      2560     13247    279939    126195    883379   2760189     15.81     16.69
4176.13/1045.45	c  N dy 21783   5938318      2560     13247    279939    146525    883379   4047390     15.81     16.79
4189.32/1048.74	c  N dy 21840   5958405      2560     13247    279939    166377    883379   5279595     15.81     16.70
4203.27/1052.23	c  N dy 21909   5978447      2560     13247    279939    186223    883379   6570486     15.81     18.61
4217.26/1055.76	c  N dy 21975   5998468      2560     13247    279939    206058    883379   7857347     15.81     16.78
4231.63/1059.30	c  N dy 22040   6019095      2560     13247    279939    119509    883379   2288479     15.81     16.73
4244.02/1062.45	c  N dy 22104   6039193      2560     13247    279939    139453    883379   3568071     15.81     17.39
4256.80/1065.67	c  N dy 22168   6059216      2560     13247    279939    159273    883379   4814506     15.81     16.65
4270.78/1069.13	c  N dy 22254   6079261      2560     13247    279939    179165    883379   6109123     15.81     17.71
4285.56/1072.80	c  N dy 22332   6099313      2560     13247    279939    199045    883379   7361150     15.81     19.49
4302.34/1077.02	c  N dy 22413   6119796      2560     13247    279939    111323    883379   1727276     15.81     16.83
4313.92/1079.97	c  N dy 22470   6139953      2560     13247    279939    131276    883379   3000156     15.81     16.67
4326.30/1083.08	c  N dy 22542   6160027      2560     13247    279939    151168    883379   4277775     15.81     16.70
4339.89/1086.41	c  N dy 22619   6180104      2560     13247    279939    171066    883379   5536366     15.81     16.84
4353.47/1089.87	c  N dy 22703   6200164      2560     13247    279939    190978    883379   6885337     15.81     16.66
4364.66/1092.63	c  S st 22768   6214854      2560     13247    279939    205563    883379   7858908     15.81     15.31
4365.07/1092.73	c  S st 22768   6215356      2560     13247    279939    206065    883379   7896961     15.81   no data
4365.07/1092.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4367.85/1093.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 27.0M T:  0.72
4367.85/1093.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4368.26/1093.53	c bin-w-bin subsume rem            0 bins  time:  0.04 s
4377.44/1095.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.29 s
4377.44/1095.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
4377.44/1095.87	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
4377.84/1095.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
4384.63/1097.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
4417.81/1105.91	c lits-rem:       702  cl-subs:     3916  v-elim:      0  v-fix:    0  time:  8.26 s
4417.81/1105.92	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
4419.38/1106.35	c vivif2 --  cl tried   202149 cl shrink        0 lits rem          0 time: 0.43
4420.58/1106.64	c asymm  cl-useful: 0/1039/13247 lits-rem:0 time: 0.30
4420.58/1106.66	c calculated reachability. Time: 0.00
4420.58/1106.66	c  N dy 22768   6215356      2560     13247    279939    202149    883379   7771558     15.81   no data
4436.57/1110.63	c  N dy 22826   6235980      2560     13247    279939    113607    883379   1825744     15.81     16.69
4448.56/1113.68	c  N dy 22904   6256049      2560     13247    279939    133501    883379   3100419     15.81     18.99
4461.75/1116.98	c  N dy 22978   6276346      2560     13247    279939    153613    883379   4401953     15.81     16.67
4476.51/1120.64	c  N dy 23052   6296667      2560     13247    279939    173693    883379   5663347     15.81     16.72
4491.29/1124.35	c  N dy 23148   6317512      2560     13247    279939    194348    883379   7012161     15.81     16.69
4506.09/1128.05	c  N dy 23230   6337558      2560     13247    279939    214214    883379   8267377     15.81     23.40
4520.84/1131.72	c  N dy 23306   6357569      2560     13247    279939    124095    883379   2437248     15.81     16.72
4533.63/1134.91	c  N dy 23392   6378091      2560     13247    279939    144474    883379   3774807     15.81     16.84
4547.61/1138.46	c  N dy 23473   6398189      2560     13247    279939    164374    883379   5043414     15.81     16.70
4562.40/1142.20	c  N dy 23534   6418285      2560     13247    279939    184270    883379   6290456     15.81     16.69
4577.57/1145.98	c  N dy 23609   6438376      2560     13247    279939    204203    883379   7558401     15.81     16.64
4594.75/1150.24	c  N dy 23694   6458397      2560     13247    279939    113058    883379   1686728     15.81     16.72
4607.15/1153.38	c  N dy 23739   6478429      2560     13247    279939    132849    883379   2850516     15.81     18.58
4620.33/1156.68	c  N dy 23800   6499025      2560     13247    279939    153230    883379   4130725     15.81     16.64
4634.69/1160.22	c  N dy 23857   6519605      2560     13247    279939    173606    883379   5398151     15.80     16.64
4648.68/1163.78	c  N dy 23925   6539669      2560     13247    279939    193524    883379   6647090     15.80     16.66
4663.46/1167.47	c  N dy 23980   6559779      2560     13247    279939    213454    883379   7879125     15.80     16.70
4678.63/1171.27	c  N dy 24050   6579795      2560     13247    279939    121313    883379   2150089     15.80     23.39
4691.42/1174.41	c  N dy 24101   6599832      2560     13247    279939    141104    883379   3355630     15.80     21.28
4704.60/1177.73	c  N dy 24170   6619933      2560     13247    279939    161031    883379   4661734     15.80     16.76
4718.98/1181.36	c  N dy 24265   6640085      2560     13247    279939    181027    883379   5925602     15.80     16.72
4733.77/1185.07	c  N dy 24325   6660945      2560     13247    279939    201674    883379   7227080     15.80     17.05
4748.94/1188.84	c  N dy 24382   6681748      2560     13247    279939    222269    883379   8502413     15.80     16.85
4763.32/1192.46	c  N dy 24456   6702437      2560     13247    279939    129812    883379   2608937     15.80     16.75
4771.71/1194.55	c  S st 24493   6715356      2560     13247    279939    142605    883379   3447268     15.80     13.45
4772.11/1194.64	c  S st 24493   6715859      2560     13247    279939    143108    883379   3490071     15.80   no data
4772.11/1194.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4774.51/1195.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.8M T:  0.63
4774.91/1195.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4774.91/1195.34	c bin-w-bin subsume rem            0 bins  time:  0.04 s
4784.10/1197.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.30 s
4784.10/1197.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.03 s
4784.10/1197.69	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
4784.49/1197.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4790.89/1199.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.49 s
4798.87/1201.34	c lits-rem:       211  cl-subs:     1784  v-elim:      0  v-fix:    0  time:  1.98 s
4798.87/1201.35	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
4799.67/1201.57	c vivif2 --  cl tried   141324 cl shrink        0 lits rem          0 time: 0.21

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3258723-1304028812/watcher-3258723-1304028812 -o /tmp/evaluation-result-3258723-1304028812/solver-3258723-1304028812 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3258723-1304028812.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: 6.78 2.49 0.90 5/180 25800
/proc/meminfo: memFree=24197516/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 514478916 52441088 347 33554432000 4194304 4627427 140737187155184 18446744073709551615 47666874345384 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 12803 347 299 106 0 7774 0
[pid=25800/tid=25801] ppid=25798 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514478917 52441088 347 33554432000 4194304 4627427 140737187155184 18446744073709551615 47666874345388 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514478917 52441088 347 33554432000 4194304 4627427 140737187155184 18446744073709551615 47666874345394 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514478917 52441088 347 33554432000 4194304 4627427 140737187155184 18446744073709551615 212687731697 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.057725 s]
/proc/loadavg: 6.78 2.49 0.90 5/180 25800
/proc/meminfo: memFree=24197516/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=289584 CPUtime=0.2 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) D 25798 25800 25696 0 -1 4202496 8397 0 0 0 18 2 0 0 18 0 4 0 514478916 296534016 8167 33554432000 4194304 4627427 140737187155184 18446744073709551615 212687336481 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 72429 8282 338 106 0 67400 0
[pid=25800/tid=25801] ppid=25798 vsize=289980 CPUtime=0.04 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 2074 0 0 0 4 0 0 0 18 0 4 0 514478917 296939520 8500 33554432000 4194304 4627427 140737187155184 18446744073709551615 4360952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=289980 CPUtime=0.05 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 2207 0 0 0 5 0 0 0 18 0 4 0 514478917 296939520 8593 33554432000 4194304 4627427 140737187155184 18446744073709551615 4360974 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=290240 CPUtime=0.04 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) D 25798 25800 25696 0 -1 4202560 2111 0 0 0 4 0 0 0 18 0 4 0 514478917 297205760 8800 33554432000 4194304 4627427 140737187155184 18446744073709551615 212687336481 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 289584

[startup+1.7603 s]
/proc/loadavg: 6.78 2.49 0.90 5/180 25800
/proc/meminfo: memFree=24197516/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=305916 CPUtime=7 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 31964 0 0 0 691 9 0 0 20 0 4 0 514478916 313257984 23504 33554432000 4194304 4627427 140737187155184 18446744073709551615 4308954 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 76479 23504 386 106 0 71450 0
[pid=25800/tid=25801] ppid=25798 vsize=305916 CPUtime=1.75 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 8068 0 0 0 172 3 0 0 20 0 4 0 514478917 313257984 23504 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=305916 CPUtime=1.74 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 8667 0 0 0 173 1 0 0 20 0 4 0 514478917 313257984 23504 33554432000 4194304 4627427 140737187155184 18446744073709551615 4308120 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=305916 CPUtime=1.74 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 6134 0 0 0 172 2 0 0 19 0 4 0 514478917 313257984 23504 33554432000 4194304 4627427 140737187155184 18446744073709551615 4321337 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 305916

[startup+1.86028 s]
/proc/loadavg: 6.78 2.49 0.90 5/180 25800
/proc/meminfo: memFree=24197516/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=306048 CPUtime=7.4 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 32369 0 0 0 731 9 0 0 20 0 4 0 514478916 313393152 23909 33554432000 4194304 4627427 140737187155184 18446744073709551615 4308940 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 76512 23910 386 106 0 71483 0
[pid=25800/tid=25801] ppid=25798 vsize=306048 CPUtime=1.85 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 8159 0 0 0 182 3 0 0 20 0 4 0 514478917 313393152 23910 33554432000 4194304 4627427 140737187155184 18446744073709551615 212687336481 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=306048 CPUtime=1.84 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 8744 0 0 0 183 1 0 0 20 0 4 0 514478917 313393152 23910 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=306048 CPUtime=1.84 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 6292 0 0 0 182 2 0 0 19 0 4 0 514478917 313393152 23910 33554432000 4194304 4627427 140737187155184 18446744073709551615 4328301 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 306048

[startup+1.96026 s]
/proc/loadavg: 6.78 2.49 0.90 5/180 25800
/proc/meminfo: memFree=24197516/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=306048 CPUtime=7.8 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 32766 0 0 0 771 9 0 0 20 0 4 0 514478916 313393152 24306 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 76512 24306 386 106 0 71483 0
[pid=25800/tid=25801] ppid=25798 vsize=306048 CPUtime=1.95 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 8239 0 0 0 192 3 0 0 20 0 4 0 514478917 313393152 24306 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=306048 CPUtime=1.94 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 8822 0 0 0 193 1 0 0 20 0 4 0 514478917 313393152 24306 33554432000 4194304 4627427 140737187155184 18446744073709551615 4321841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=306048 CPUtime=1.94 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 6449 0 0 0 192 2 0 0 19 0 4 0 514478917 313393152 24306 33554432000 4194304 4627427 140737187155184 18446744073709551615 4308499 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 306048

[startup+2.03258 s]
/proc/loadavg: 6.78 2.49 0.90 5/180 25800
/proc/meminfo: memFree=24197516/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=317140 CPUtime=8.09 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 33667 0 0 0 800 9 0 0 20 0 4 0 514478916 324751360 24183 33554432000 4194304 4627427 140737187155184 18446744073709551615 212687718535 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 76602 23882 386 106 0 71573 0
[pid=25800/tid=25801] ppid=25798 vsize=306408 CPUtime=2.05 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 8317 0 0 0 202 3 0 0 20 0 4 0 514478917 313761792 23882 33554432000 4194304 4627427 140737187155184 18446744073709551615 4324264 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=306408 CPUtime=2.04 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 9512 0 0 0 203 1 0 0 20 0 4 0 514478917 313761792 23882 33554432000 4194304 4627427 140737187155184 18446744073709551615 4308499 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=306408 CPUtime=2.04 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 6611 0 0 0 202 2 0 0 19 0 4 0 514478917 313761792 23882 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 317140

[startup+3.10106 s]
/proc/loadavg: 6.96 2.60 0.94 9/184 25805
/proc/meminfo: memFree=24089232/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=306968 CPUtime=12.34 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 40957 0 0 0 1224 10 0 0 23 0 4 0 514478916 314335232 25985 33554432000 4194304 4627427 140737187155184 18446744073709551615 4308954 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 76742 25985 387 106 0 71713 0
[pid=25800/tid=25801] ppid=25798 vsize=306968 CPUtime=3.08 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 10321 0 0 0 305 3 0 0 23 0 4 0 514478917 314335232 25985 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=306968 CPUtime=3.07 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 10888 0 0 0 306 1 0 0 23 0 4 0 514478917 314335232 25985 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=306968 CPUtime=3.08 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 8411 0 0 0 306 2 0 0 21 0 4 0 514478917 314335232 25985 33554432000 4194304 4627427 140737187155184 18446744073709551615 4310561 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 306968

[startup+6.30047 s]
/proc/loadavg: 6.96 2.60 0.94 9/184 25805
/proc/meminfo: memFree=24077948/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=308868 CPUtime=25.13 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 49604 0 0 0 2500 13 0 0 25 0 4 0 514478916 316280832 32190 33554432000 4194304 4627427 140737187155184 18446744073709551615 4423989 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 77217 32190 390 106 0 72188 0
[pid=25800/tid=25801] ppid=25798 vsize=308868 CPUtime=6.29 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 11932 0 0 0 625 4 0 0 21 0 4 0 514478917 316280832 32190 33554432000 4194304 4627427 140737187155184 18446744073709551615 4424704 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=308868 CPUtime=6.28 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 12941 0 0 0 626 2 0 0 25 0 4 0 514478917 316280832 32190 33554432000 4194304 4627427 140737187155184 18446744073709551615 4424446 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=308868 CPUtime=6.26 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 12932 0 0 0 623 3 0 0 25 0 4 0 514478917 316280832 32190 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 308868

[startup+12.7003 s]
/proc/loadavg: 7.20 2.79 1.02 9/184 25805
/proc/meminfo: memFree=24045644/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=323432 CPUtime=50.69 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 70491 0 0 0 5052 17 0 0 25 0 4 0 514478916 331194368 41312 33554432000 4194304 4627427 140737187155184 18446744073709551615 4425001 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 80858 41312 390 106 0 75829 0
[pid=25800/tid=25801] ppid=25798 vsize=323432 CPUtime=12.69 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 17325 0 0 0 1264 5 0 0 25 0 4 0 514478917 331194368 41312 33554432000 4194304 4627427 140737187155184 18446744073709551615 4333014 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=323432 CPUtime=12.68 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 17945 0 0 0 1265 3 0 0 25 0 4 0 514478917 331194368 41312 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=323432 CPUtime=12.62 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 18771 0 0 0 1258 4 0 0 25 0 4 0 514478917 331194368 41312 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 323432

[startup+25.501 s]
/proc/loadavg: 7.32 2.96 1.10 9/184 25805
/proc/meminfo: memFree=23966036/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=465232 CPUtime=101.82 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 103878 0 0 0 10158 24 0 0 25 0 4 0 514478916 476397568 63879 33554432000 4194304 4627427 140737187155184 18446744073709551615 4308392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 116308 63879 390 106 0 111279 0
[pid=25800/tid=25801] ppid=25798 vsize=465232 CPUtime=25.48 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 25821 0 0 0 2542 6 0 0 25 0 4 0 514478917 476397568 63879 33554432000 4194304 4627427 140737187155184 18446744073709551615 4424507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=465232 CPUtime=25.48 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 23784 0 0 0 2543 5 0 0 25 0 4 0 514478917 476397568 63879 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=465232 CPUtime=25.36 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 28887 0 0 0 2530 6 0 0 25 0 4 0 514478917 476397568 63879 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 465232

[startup+51.1063 s]
/proc/loadavg: 7.55 3.36 1.28 9/184 25806
/proc/meminfo: memFree=23903608/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=499956 CPUtime=204.1 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 151726 0 0 0 20375 35 0 0 25 0 4 0 514478916 511954944 75857 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 124989 75857 390 106 0 119960 0
[pid=25800/tid=25801] ppid=25798 vsize=499956 CPUtime=51.08 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 37562 0 0 0 5100 8 0 0 25 0 4 0 514478917 511954944 75857 33554432000 4194304 4627427 140737187155184 18446744073709551615 4327482 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=499956 CPUtime=51.08 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 32227 0 0 0 5100 8 0 0 25 0 4 0 514478917 511954944 75857 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=499956 CPUtime=50.82 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 44032 0 0 0 5073 9 0 0 25 0 4 0 514478917 511954944 75857 33554432000 4194304 4627427 140737187155184 18446744073709551615 4321761 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 499956

[startup+102.301 s]
/proc/loadavg: 7.86 4.16 1.67 9/184 25807
/proc/meminfo: memFree=23790696/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=504148 CPUtime=408.63 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 247682 0 0 0 40803 60 0 0 25 0 4 0 514478916 516247552 87363 33554432000 4194304 4627427 140737187155184 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 126037 87363 390 106 0 121008 0
[pid=25800/tid=25801] ppid=25798 vsize=504148 CPUtime=102.28 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 65282 0 0 0 10213 15 0 0 25 0 4 0 514478917 516247552 87363 33554432000 4194304 4627427 140737187155184 18446744073709551615 4322044 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=504148 CPUtime=102.27 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 35031 0 0 0 10218 9 0 0 25 0 4 0 514478917 516247552 87363 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=504148 CPUtime=101.76 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 84879 0 0 0 10155 21 0 0 25 0 4 0 514478917 516247552 87363 33554432000 4194304 4627427 140737187155184 18446744073709551615 4424704 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 504148

[startup+162.301 s]

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

[pid=25800] ppid=25798 vsize=1140340 CPUtime=2565.83 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 1229564 0 0 0 256261 322 0 0 25 0 4 0 514478916 1167708160 194406 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 285085 194406 390 106 0 280056 0
[pid=25800/tid=25801] ppid=25798 vsize=1140340 CPUtime=642.29 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 306057 0 0 0 64151 78 0 0 25 0 4 0 514478917 1167708160 194406 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=1140340 CPUtime=642.24 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 205973 0 0 0 64166 58 0 0 25 0 4 0 514478917 1167708160 194406 33554432000 4194304 4627427 140737187155184 18446744073709551615 4424889 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=1140340 CPUtime=638.96 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 411282 0 0 0 63791 105 0 0 25 0 4 0 514478917 1167708160 194406 33554432000 4194304 4627427 140737187155184 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.83
Current children cumulated vsize (KiB) 1140340

[startup+702.306 s]
/proc/loadavg: 8.04 7.56 4.71 9/184 25823
/proc/meminfo: memFree=23084016/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=1076288 CPUtime=2805.53 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 1340244 0 0 0 280201 352 0 0 25 0 4 0 514478916 1102118912 195569 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 269072 195569 390 106 0 264043 0
[pid=25800/tid=25801] ppid=25798 vsize=1076288 CPUtime=702.3 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 337765 0 0 0 70143 87 0 0 25 0 4 0 514478917 1102118912 195569 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=1076288 CPUtime=702.24 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 228164 0 0 0 70160 64 0 0 25 0 4 0 514478917 1102118912 195569 33554432000 4194304 4627427 140737187155184 18446744073709551615 4327298 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=1076288 CPUtime=698.65 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 442589 0 0 0 69751 114 0 0 25 0 4 0 514478917 1102118912 195569 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.53
Current children cumulated vsize (KiB) 1076288

[startup+762.3 s]
/proc/loadavg: 8.06 7.65 4.92 9/184 25825
/proc/meminfo: memFree=23004736/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=1218528 CPUtime=3045.18 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 1438681 0 0 0 304143 375 0 0 25 0 4 0 514478916 1247772672 202536 33554432000 4194304 4627427 140737187155184 18446744073709551615 4308942 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 304632 202536 390 106 0 299603 0
[pid=25800/tid=25801] ppid=25798 vsize=1218528 CPUtime=762.29 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 364848 0 0 0 76136 93 0 0 25 0 4 0 514478917 1247772672 202536 33554432000 4194304 4627427 140737187155184 18446744073709551615 4324127 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=1218528 CPUtime=762.24 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 249925 0 0 0 76154 70 0 0 25 0 4 0 514478917 1247772672 202536 33554432000 4194304 4627427 140737187155184 18446744073709551615 4332667 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=1218528 CPUtime=758.34 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 469764 0 0 0 75713 121 0 0 25 0 4 0 514478917 1247772672 202536 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.18
Current children cumulated vsize (KiB) 1218528

[startup+822.3 s]
/proc/loadavg: 8.06 7.73 5.12 9/184 25826
/proc/meminfo: memFree=22916284/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=1169300 CPUtime=3284.86 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 1538091 0 0 0 328083 403 0 0 25 0 4 0 514478916 1197363200 213741 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 292325 213741 391 106 0 287296 0
[pid=25800/tid=25801] ppid=25798 vsize=1169300 CPUtime=822.29 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 387557 0 0 0 82130 99 0 0 25 0 4 0 514478917 1197363200 213741 33554432000 4194304 4627427 140737187155184 18446744073709551615 4332783 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=1169300 CPUtime=822.24 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 276959 0 0 0 82146 78 0 0 25 0 4 0 514478917 1197363200 213741 33554432000 4194304 4627427 140737187155184 18446744073709551615 4424686 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=1169300 CPUtime=818.03 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 498203 0 0 0 81675 128 0 0 25 0 4 0 514478917 1197363200 213741 33554432000 4194304 4627427 140737187155184 18446744073709551615 4428121 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.86
Current children cumulated vsize (KiB) 1169300

[startup+882.301 s]
/proc/loadavg: 8.06 7.79 5.30 9/184 25828
/proc/meminfo: memFree=22937084/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=1238256 CPUtime=3524.56 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 1635084 0 0 0 352023 433 0 0 25 0 4 0 514478916 1267974144 224168 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 309564 224168 391 106 0 304535 0
[pid=25800/tid=25801] ppid=25798 vsize=1238256 CPUtime=882.29 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 415077 0 0 0 88121 108 0 0 25 0 4 0 514478917 1267974144 224168 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=1238256 CPUtime=882.24 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 290315 0 0 0 88142 82 0 0 25 0 4 0 514478917 1267974144 224168 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=1238256 CPUtime=877.71 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 527248 0 0 0 87635 136 0 0 25 0 4 0 514478917 1267974144 224168 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.56
Current children cumulated vsize (KiB) 1238256

[startup+942.301 s]
/proc/loadavg: 8.05 7.84 5.47 9/184 25830
/proc/meminfo: memFree=22870208/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=1133648 CPUtime=3764.25 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 1725393 0 0 0 375968 457 0 0 25 0 4 0 514478916 1160855552 212358 33554432000 4194304 4627427 140737187155184 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 283412 212358 397 106 0 278383 0
[pid=25800/tid=25801] ppid=25798 vsize=1133648 CPUtime=942.29 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 435357 0 0 0 94116 113 0 0 25 0 4 0 514478917 1160855552 212358 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=1133648 CPUtime=942.23 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 311979 0 0 0 94135 88 0 0 25 0 4 0 514478917 1160855552 212358 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=1133648 CPUtime=937.4 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 554524 0 0 0 93596 144 0 0 25 0 4 0 514478917 1160855552 212358 33554432000 4194304 4627427 140737187155184 18446744073709551615 4310580 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.25
Current children cumulated vsize (KiB) 1133648

[startup+1002.3 s]
/proc/loadavg: 8.02 7.86 5.61 9/184 25831
/proc/meminfo: memFree=22994784/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=1179768 CPUtime=4003.94 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 1831164 0 0 0 399907 487 0 0 25 0 4 0 514478916 1208082432 203023 33554432000 4194304 4627427 140737187155184 18446744073709551615 4424998 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 294942 203023 397 106 0 289913 0
[pid=25800/tid=25801] ppid=25798 vsize=1179768 CPUtime=1002.29 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 458758 0 0 0 100110 119 0 0 25 0 4 0 514478917 1208082432 203023 33554432000 4194304 4627427 140737187155184 18446744073709551615 4425016 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=1179768 CPUtime=1002.23 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 340987 0 0 0 100127 96 0 0 25 0 4 0 514478917 1208082432 203023 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=1179768 CPUtime=997.09 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 583920 0 0 0 99557 152 0 0 25 0 4 0 514478917 1208082432 203023 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.94
Current children cumulated vsize (KiB) 1179768

[startup+1062.3 s]
/proc/loadavg: 8.15 7.93 5.79 9/184 25833
/proc/meminfo: memFree=22736336/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=1095712 CPUtime=4243.62 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 1948003 0 0 0 423844 518 0 0 25 0 4 0 514478916 1122009088 208413 33554432000 4194304 4627427 140737187155184 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 273928 208413 397 106 0 268899 0
[pid=25800/tid=25801] ppid=25798 vsize=1095712 CPUtime=1062.29 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 485214 0 0 0 106102 127 0 0 25 0 4 0 514478917 1122009088 208413 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=1095712 CPUtime=1062.23 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 376820 0 0 0 106119 104 0 0 25 0 4 0 514478917 1122009088 208413 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=1095712 CPUtime=1056.77 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 610853 0 0 0 105517 160 0 0 25 0 4 0 514478917 1122009088 208413 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.62
Current children cumulated vsize (KiB) 1095712

[startup+1122.3 s]
/proc/loadavg: 7.93 7.91 5.90 9/184 25865
/proc/meminfo: memFree=22959684/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=1313344 CPUtime=4483.3 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 2060477 0 0 0 447781 549 0 0 25 0 4 0 514478916 1344864256 225687 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309200 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 328336 225687 397 106 0 323307 0
[pid=25800/tid=25801] ppid=25798 vsize=1313344 CPUtime=1122.29 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 511846 0 0 0 112092 137 0 0 25 0 4 0 514478917 1344864256 225687 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=1313344 CPUtime=1122.23 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 400544 0 0 0 112111 112 0 0 25 0 4 0 514478917 1344864256 225687 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=1313344 CPUtime=1116.46 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 637740 0 0 0 111478 168 0 0 25 0 4 0 514478917 1344864256 225687 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.3
Current children cumulated vsize (KiB) 1313344

[startup+1182.3 s]
/proc/loadavg: 8.23 8.00 6.07 9/184 25897
/proc/meminfo: memFree=22864124/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=1240972 CPUtime=4722.98 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 2175176 0 0 0 471717 581 0 0 25 0 4 0 514478916 1270755328 225368 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 310243 225368 397 106 0 305214 0
[pid=25800/tid=25801] ppid=25798 vsize=1240972 CPUtime=1182.29 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 540499 0 0 0 118084 145 0 0 25 0 4 0 514478917 1270755328 225368 33554432000 4194304 4627427 140737187155184 18446744073709551615 4308920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=1240972 CPUtime=1182.23 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 429253 0 0 0 118103 120 0 0 25 0 4 0 514478917 1270755328 225368 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=1240972 CPUtime=1176.14 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 666240 0 0 0 117439 175 0 0 25 0 4 0 514478917 1270755328 225368 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.98
Current children cumulated vsize (KiB) 1240972



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.16 8.00 6.11 10/184 25898
/proc/meminfo: memFree=22825612/32951124 swapFree=67111524/67111528
[pid=25800] ppid=25798 vsize=1241740 CPUtime=4800.11 cores=1,3,5,7
/proc/25800/stat : 25800 (strangenight2-m) R 25798 25800 25696 0 -1 4202496 2205236 0 0 0 479421 590 0 0 25 0 4 0 514478916 1271541760 225316 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25800/statm: 310435 225316 397 106 0 305406 0
[pid=25800/tid=25801] ppid=25798 vsize=1241740 CPUtime=1201.61 cores=1,3,5,7
/proc/25800/task/25801/stat : 25801 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 544450 0 0 0 120014 147 0 0 25 0 4 0 514478917 1271541760 225316 33554432000 4194304 4627427 140737187155184 18446744073709551615 4310453 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25800/tid=25802] ppid=25798 vsize=1241740 CPUtime=1201.53 cores=1,3,5,7
/proc/25800/task/25802/stat : 25802 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 438515 0 0 0 120031 122 0 0 25 0 4 0 514478917 1271541760 225316 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25800/tid=25803] ppid=25798 vsize=1241740 CPUtime=1195.34 cores=1,3,5,7
/proc/25800/task/25803/stat : 25803 (strangenight2-m) R 25798 25800 25696 0 -1 4202560 675415 0 0 0 119355 179 0 0 25 0 4 0 514478917 1271541760 225316 33554432000 4194304 4627427 140737187155184 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1241740

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.66
CPU time (s): 4800.18
CPU user time (s): 4794.23
CPU system time (s): 5.9481
CPU usage (%): 399.463
Max. virtual memory (cumulated for all children) (KiB): 1411220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.23
system time used= 5.9481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2205242
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= 3399
involuntary context switches= 31184

runsolver used 1.85472 second user time and 4.44532 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 00:13:32
IDJOB=3258723
IDBENCH=71423
IDSOLVER=1586
FILE ID=node139/3258723-1304028812
RUNJOBID= node139-1304028687-25715
PBS_JOBID= 13170313
Free space on /tmp= 72544 MiB

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

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

MD5SUM BENCH= d6877629cc818d7e31dc245fb95f0588
RANDOM SEED=133053823

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24197672 kB
Buffers:       2011648 kB
Cached:        5840268 kB
SwapCached:          4 kB
Active:        1008156 kB
Inactive:      7227764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24197672 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            9340 kB
Writeback:           0 kB
AnonPages:      383264 kB
Mapped:          15496 kB
Slab:           451884 kB
PageTables:       5012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   589148 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= 72536 MiB
End job on node139 at 2011-04-29 00:33:35