Trace number 3366966

Some explanations

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

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

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

Solver answer on this benchmark

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

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366966-1305392129.cnf'
0.00/0.01	c -- header says num vars:           2640
0.00/0.01	c -- header says num clauses:      305320
0.00/0.06	c -- clauses added:            0 learnts,       305320 normals,            0 xors
0.00/0.06	c -- vars added       2640
0.00/0.06	c Parsing time:  0.05 s
0.00/0.06	c  N st     0         0      2640        80    305240         0    613120         0   no data   no data
0.00/0.06	c asymm  cl-useful: 0/80/80 lits-rem:0 time: 0.00
0.76/0.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.04
0.76/0.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.76/0.25	c bin-w-bin subsume rem         9499 bins  time:  0.03 s
0.76/0.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
0.76/0.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2640 time:  0.03 s
0.76/0.25	c Removed useless bin:       0  fixed:     0  props:   1.49M  time:  0.03 s
1.15/0.30	c lits-rem:       402  cl-subs:        0  v-elim:     80  v-fix:    0  time:  0.07 s
3.55/0.93	c Finding binary XORs  T:     0.01 s  found:       0
3.55/0.93	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
3.55/0.93	c calculated reachability. Time: 0.00
3.55/0.93	c Calc default polars -  time:   0.00 s pos:       0 undec:      80 neg:    2560
3.55/0.93	c =========================================================================================
3.55/0.93	c types(t): F = full restart, N = normal restart
3.55/0.93	c types(t): S = simplification begin/end, E = solution found
3.55/0.93	c restart types(rt): st = static, dy = dynamic
3.55/0.93	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.55/0.93	c  B st     0         0      2560     13247    279934         0   1002135         0   no data   no data
3.55/0.93	c  N dy    14      4118      2560     13247    279934      4102   1002131    259251     13.85     14.68
4.39/1.13	c  N dy    31      8450      2560     13247    279934      5926   1002130    289185     13.49     14.28
5.94/1.53	c  N dy    57     12543      2560     13247    279934      5774   1002130    200412     13.75     14.53
7.14/1.83	c  N dy    74     16564      2560     13247    279934      9770   1002130    453951     13.85     14.66
8.77/2.21	c  N dy    93     20570      2560     13247    279934      8160   1002130    289194     13.91     14.75
10.33/2.62	c  N dy   112     24787      2560     13247    279934     12364   1002130    557752     13.88     14.66
10.33/2.64	c  F st   114     25000      2560     13247    279934     12576   1002130    571643     13.89     15.21
12.33/3.19	c  N dy   120     30001      2560     13247    279934     10742   1002130    373663     13.89   no data
12.33/3.19	c  S st   120     30001      2560     13247    279934     10742   1002130    373663     13.89   no data
12.75/3.25	c  S st   120     30501      2560     13247    279934     11241   1002130    404918     13.89   no data
12.75/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
14.32/3.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:      0 BRemN:      0 P: 21.3M T:  0.43
14.71/3.70	c blocked clauses removed:        0 vars:      0 tried:        2560 T: 0.00 s
14.71/3.74	c bin-w-bin subsume rem            0 bins  time:  0.03 s
28.68/7.24	c subs with bin:        0  lits-rem:    117675  v-fix:    0  time:  3.50 s
28.68/7.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
28.68/7.29	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
29.08/7.32	c lits-rem:      1076  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
33.87/8.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
34.69/8.79	c lits-rem:       259  cl-subs:     2489  v-elim:      0  v-fix:    0  time:  0.19 s
35.45/8.98	c asymm  cl-useful: 0/1728/13247 lits-rem:0 time: 0.19
35.45/8.99	c calculated reachability. Time: 0.00
35.45/8.99	c  N dy   120     30501      2560     13247    279939      8752    883379    346920     13.89   no data
37.46/9.43	c  N dy   147     34581      2560     13247    279939     12798    883379    685055     14.24     14.99
39.08/9.88	c  N dy   182     38669      2560     13247    279939      9028    883379    289639     14.64     21.83
41.03/10.32	c  N dy   213     42700      2560     13247    279939     13036    883379    645277     14.92     15.85
42.23/10.66	c  S st   232     45752      2560     13247    279939     16077    883379    925959     15.10     15.33
42.64/10.73	c  S st   232     46256      2560     13247    279939     16579    883379    965770     15.10   no data
42.64/10.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
44.23/11.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.2M T:  0.40
44.23/11.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.23/11.18	c bin-w-bin subsume rem            0 bins  time:  0.03 s
52.99/13.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.16 s
52.99/13.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
52.99/13.39	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
53.40/13.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
58.59/14.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
61.01/15.34	c lits-rem:       119  cl-subs:      191  v-elim:      0  v-fix:    0  time:  0.58 s
61.01/15.35	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
61.01/15.39	c vivif2 --  cl tried    16388 cl shrink        1 lits rem          1 time: 0.03
61.77/15.58	c asymm  cl-useful: 0/1428/13247 lits-rem:0 time: 0.19
61.77/15.59	c calculated reachability. Time: 0.00
61.77/15.59	c  N dy   232     46256      2560     13247    279939     16388    883379    953444     15.10   no data
63.77/16.02	c  N dy   253     50303      2560     13247    279939     11522    883379    397363     15.20     18.18
65.39/16.47	c  N dy   280     54419      2560     13247    279939     15623    883379    754393     15.41     16.30
67.35/16.94	c  N dy   309     58495      2560     13247    279939     19681    883379   1104939     15.55     19.33
68.96/17.39	c  N dy   332     62712      2560     13247    279939     13948    883379    546227     15.63     16.58
71.74/18.01	c  N dy   344     68175      2560     13247    279939     19377    883379    995175     15.55     16.41
72.14/18.16	c  S st   348     69385      2560     13247    279939     20577    883379   1088815     15.54     14.58
72.54/18.22	c  S st   348     69890      2560     13247    279939     21081    883379   1133402     15.54   no data
72.54/18.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
74.16/18.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.0M T:  0.41
74.16/18.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
74.16/18.67	c bin-w-bin subsume rem            0 bins  time:  0.03 s
82.95/20.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.18 s
82.95/20.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
82.95/20.90	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
83.36/20.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
88.49/22.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
91.71/23.03	c lits-rem:       162  cl-subs:      309  v-elim:      0  v-fix:    0  time:  0.75 s
91.71/23.04	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
91.71/23.08	c vivif2 --  cl tried    20772 cl shrink        0 lits rem          0 time: 0.04
92.48/23.28	c asymm  cl-useful: 0/1612/13247 lits-rem:0 time: 0.20
92.48/23.29	c calculated reachability. Time: 0.00
92.48/23.29	c  N dy   348     69890      2560     13247    279939     20772    883379   1117284     15.54   no data
94.88/23.86	c  N dy   378     74814      2560     13247    279939     14746    883379    550678     15.63     16.46
96.87/24.38	c  N dy   408     79708      2560     13247    279939     19625    883379    963239     15.68     16.63
99.26/24.99	c  N dy   429     84974      2560     13247    279939     12917    883379    308158     15.68     16.54
100.50/25.25	c  F st   443     87500      2560     13247    279939     15422    883379    506973     15.73   no data
102.06/25.65	c  N st   448     90798      2560     13247    279939     18698    883379    792093     15.73   no data
104.88/26.38	c  N dy   473     96940      2560     13247    279939     24777    883379   1285854     15.78     16.73
107.64/27.07	c  N dy   497    103209      2560     13247    279939     18098    883379    650967     15.77     16.72
108.44/27.24	c  S st   506    104837      2560     13247    279939     19718    883379    772000     15.79   no data
108.84/27.30	c  S st   506    105339      2560     13247    279939     20219    883379    814657     15.79   no data
108.84/27.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
110.42/27.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.4M T:  0.40
110.42/27.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
110.42/27.75	c bin-w-bin subsume rem            0 bins  time:  0.03 s
119.21/29.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.17 s
119.21/29.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
119.21/29.97	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
119.21/29.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
124.79/31.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
125.99/31.69	c lits-rem:       112  cl-subs:      193  v-elim:      0  v-fix:    0  time:  0.38 s
126.39/31.70	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
126.39/31.74	c vivif2 --  cl tried    20026 cl shrink        0 lits rem          0 time: 0.03
127.22/31.94	c asymm  cl-useful: 0/1492/13247 lits-rem:0 time: 0.20
127.22/31.95	c calculated reachability. Time: 0.00
127.22/31.95	c  N dy   506    105339      2560     13247    279939     20026    883379    804761     15.79   no data
130.37/32.70	c  N dy   533    112094      2560     13247    279939     26736    883379   1348734     15.80     16.87
133.55/33.50	c  N dy   562    119295      2560     13247    279939     19997    883379    745639     15.80     17.06
136.74/34.38	c  N dy   607    126926      2560     13247    279939     27570    883379   1349477     15.85     17.98
140.73/35.38	c  N dy   655    135835      2560     13247    279939     21537    883379    820810     15.89     16.73
144.77/36.34	c  N dy   683    144595      2560     13247    279939     30234    883379   1505721     15.87     16.75
148.74/37.39	c  N dy   732    153844      2560     13247    279939     23531    883379    901714     15.90     16.94
150.70/37.89	c  S st   747    158009      2560     13247    279939     27667    883379   1221704     15.89     12.73
151.10/37.95	c  S st   747    158512      2560     13247    279939     28170    883379   1260992     15.89   no data
151.10/37.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
152.71/38.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.1M T:  0.44
153.13/38.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
153.13/38.45	c bin-w-bin subsume rem            0 bins  time:  0.03 s
161.90/40.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.17 s
161.90/40.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
161.90/40.66	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
161.90/40.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
167.46/42.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
171.10/42.99	c lits-rem:       211  cl-subs:      245  v-elim:      0  v-fix:    0  time:  0.94 s
171.45/43.00	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
171.45/43.05	c vivif2 --  cl tried    27925 cl shrink        0 lits rem          0 time: 0.05
172.25/43.25	c asymm  cl-useful: 0/1498/13247 lits-rem:0 time: 0.20
172.25/43.25	c calculated reachability. Time: 0.00
172.25/43.25	c  N dy   747    158512      2560     13247    279939     27925    883379   1247532     15.89   no data
177.03/44.46	c  N dy   797    168748      2560     13247    279939     21205    883379    612578     15.93     16.77
182.22/45.72	c  N dy   854    179545      2560     13247    279939     31935    883379   1502944     15.97     19.64
187.40/47.07	c  N dy   904    191043      2560     13247    279939     25479    883379    915477     16.01     16.88
194.18/48.72	c  N dy   959    204846      2560     13247    279939     20317    883379    433907     16.03     17.07
200.16/50.22	c  N dy  1015    218002      2560     13247    279939     33383    883379   1479151     16.05     17.11
206.55/51.89	c  N dy  1066    232586      2560     13247    279939     27992    883379    979920     16.05     17.08
208.95/52.49	c  S st  1079    237768      2560     13247    279939     33138    883379   1354517     16.05   no data
209.35/52.55	c  S st  1079    238269      2560     13247    279939     33637    883379   1399619     16.05   no data
209.35/52.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
211.33/53.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.3M T:  0.44
211.33/53.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
211.33/53.04	c bin-w-bin subsume rem            0 bins  time:  0.03 s
220.11/55.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.17 s
220.11/55.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
220.11/55.26	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
220.11/55.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
225.69/56.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
230.49/57.87	c lits-rem:       189  cl-subs:      496  v-elim:      0  v-fix:    0  time:  1.20 s
230.49/57.88	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
230.88/57.94	c vivif2 --  cl tried    33141 cl shrink        0 lits rem          0 time: 0.06
231.68/58.15	c asymm  cl-useful: 0/1373/13247 lits-rem:0 time: 0.21
231.68/58.16	c calculated reachability. Time: 0.00
231.68/58.16	c  N dy  1079    238269      2560     13247    279939     33141    883379   1379064     16.05   no data
240.05/60.27	c  N dy  1116    255998      2560     13247    279939     29863    883379   1053317     15.98     17.17
248.43/62.39	c  N dy  1175    273473      2560     13247    279939     25360    883379    618994     15.96     16.81
257.21/64.50	c  N dy  1232    291074      2560     13247    279939     42829    883379   1948533     15.94     16.82
264.39/66.31	c  F st  1293    306250      2560     13247    279939     35071    883379   1309024     15.94   no data
266.79/67.00	c  N dy  1299    311445      2560     13247    279939     40206    883379   1679431     15.94   no data
277.15/69.51	c  N dy  1364    332281      2560     13247    279939     37072    883379   1388387     15.91     16.81
287.12/72.06	c  N dy  1454    352327      2560     13247    279939     32177    883379    943740     15.94     16.96
289.56/72.65	c  S st  1475    357404      2560     13247    279939     37212    883379   1330903     15.94     14.95
289.91/72.71	c  S st  1475    357906      2560     13247    279939     37714    883379   1371289     15.94   no data
289.91/72.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
291.50/73.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.1M T:  0.43
291.50/73.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
291.50/73.19	c bin-w-bin subsume rem            0 bins  time:  0.03 s
300.28/75.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.17 s
300.28/75.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
300.68/75.42	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
300.68/75.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
306.27/76.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.34 s
310.65/77.91	c lits-rem:       155  cl-subs:      257  v-elim:      0  v-fix:    0  time:  1.08 s
310.65/77.92	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
310.65/77.98	c vivif2 --  cl tried    37457 cl shrink        0 lits rem          0 time: 0.06
311.84/78.20	c asymm  cl-useful: 0/1529/13247 lits-rem:0 time: 0.22
311.84/78.21	c calculated reachability. Time: 0.00
311.84/78.21	c  N dy  1475    357906      2560     13247    279939     37457    883379   1359478     15.94   no data
321.41/80.64	c  N dy  1558    377944      2560     13247    279939     31556    883379    842300     15.95     21.34
331.79/83.23	c  N dy  1642    398303      2560     13247    279939     51779    883379   2368749     15.96     16.98
342.20/85.84	c  N dy  1724    419235      2560     13247    279939     45696    883379   1882692     15.96     17.09
354.95/89.10	c  N dy  1807    444269      2560     13247    279939     42703    883379   1505388     15.96     16.83
365.29/91.69	c  N dy  1890    464340      2560     13247    279939     33886    883379    806751     15.96     16.96
376.88/94.57	c  N dy  1969    486631      2560     13247    279939     55988    883379   2456107     15.95     16.84
386.82/97.05	c  N dy  2044    506718      2560     13247    279939     46188    883379   1711799     15.95     16.99
397.19/99.66	c  N dy  2112    526802      2560     13247    279939     35340    883379    807587     15.94     17.13
401.98/100.84	c  S st  2151    536861      2560     13247    279939     45321    883379   1563016     15.94   no data
402.38/100.90	c  S st  2151    537364      2560     13247    279939     45823    883379   1601266     15.94   no data
402.38/100.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
403.97/101.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.4M T:  0.45
403.97/101.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
404.37/101.40	c bin-w-bin subsume rem            0 bins  time:  0.03 s
412.75/103.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.18 s
413.15/103.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
413.15/103.63	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
413.15/103.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
418.74/105.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
424.72/106.55	c lits-rem:       227  cl-subs:      529  v-elim:      0  v-fix:    0  time:  1.52 s
424.72/106.56	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
425.15/106.63	c vivif2 --  cl tried    45294 cl shrink        0 lits rem          0 time: 0.08
425.91/106.85	c asymm  cl-useful: 0/1154/13247 lits-rem:0 time: 0.22
425.91/106.86	c calculated reachability. Time: 0.00
425.91/106.86	c  N dy  2151    537364      2560     13247    279939     45294    883379   1580976     15.94   no data
437.08/109.65	c  N dy  2220    557841      2560     13247    279939     33873    883379    663870     15.94     16.79
447.08/112.16	c  N dy  2275    577993      2560     13247    279939     53879    883379   2212206     15.92     16.81
457.83/114.80	c  N dy  2344    598007      2560     13247    279939     40987    883379   1153393     15.92     18.83
467.80/117.38	c  N dy  2429    618082      2560     13247    279939     60900    883379   2612680     15.92     16.84
478.97/120.11	c  N dy  2486    638427      2560     13247    279939     47348    883379   1511397     15.91     16.75
489.73/122.85	c  N dy  2570    658677      2560     13247    279939     67448    883379   3053219     15.91     16.77
500.15/125.44	c  N dy  2643    678743      2560     13247    279939     52647    883379   1874716     15.91     21.25
511.27/128.20	c  N dy  2726    699383      2560     13247    279939     37386    883379    679779     15.91     16.79
520.84/130.65	c  N dy  2800    719409      2560     13247    279939     57236    883379   2102305     15.91     18.48
531.62/133.38	c  N dy  2891    739569      2560     13247    279939     40554    883379    836338     15.92     17.07
541.98/135.98	c  N dy  2953    759627      2560     13247    279939     60486    883379   2260911     15.91     17.45
552.80/138.69	c  N dy  3046    779926      2560     13247    279939     42936    883379    922601     15.92     16.78
562.72/141.19	c  N dy  3111    799971      2560     13247    279939     62810    883379   2329934     15.92     16.77
566.32/142.03	c  S st  3138    806046      2560     13247    279939     68849    883379   2761850     15.92     15.72
566.72/142.11	c  S st  3138    806549      2560     13247    279939     69351    883379   2802301     15.92   no data
566.72/142.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
568.71/142.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.0M T:  0.51
568.71/142.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
568.71/142.66	c bin-w-bin subsume rem            0 bins  time:  0.03 s
577.48/144.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.16 s
577.48/144.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
577.48/144.88	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.03 s
577.88/144.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
583.10/146.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
593.84/148.97	c lits-rem:       408  cl-subs:     1101  v-elim:      0  v-fix:    0  time:  2.65 s
593.84/148.98	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
594.63/149.11	c vivif2 --  cl tried    68250 cl shrink        0 lits rem          0 time: 0.13
595.43/149.34	c asymm  cl-useful: 0/1068/13247 lits-rem:0 time: 0.23
595.43/149.35	c calculated reachability. Time: 0.00
595.43/149.35	c  N dy  3138    806549      2560     13247    279939     68250    883379   2762029     15.92   no data
606.59/152.14	c  N dy  3203    828184      2560     13247    279939     50966    883379   1428440     15.91     16.92
617.37/154.80	c  N dy  3269    848209      2560     13247    279939     70857    883379   2925739     15.90     16.74
627.73/157.49	c  N dy  3362    868299      2560     13247    279939     51126    883379   1440260     15.90     16.79
638.52/160.12	c  N dy  3418    888752      2560     13247    279939     71400    883379   2836676     15.90     16.83
649.67/162.97	c  N dy  3510    910190      2560     13247    279939     51996    883379   1411807     15.90     16.89
660.05/165.56	c  N dy  3573    930194      2560     13247    279939     71862    883379   2801910     15.89     18.89
670.84/168.28	c  N dy  3637    950297      2560     13247    279939     50116    883379   1220637     15.89     16.86
681.18/170.82	c  N dy  3702    970339      2560     13247    279939     70027    883379   2692673     15.88     16.88
692.35/173.67	c  N dy  3766    990404      2560     13247    279939     47251    883379    952901     15.87     16.76
704.32/176.65	c  N dy  3821   1012962      2560     13247    279939     69602    883379   2459656     15.87     16.74
716.28/179.63	c  N dy  3903   1032963      2560     13247    279939     45801    883379    789505     15.87     18.58
726.66/182.29	c  N dy  3968   1053259      2560     13247    279939     65934    883379   2161992     15.86     16.75
737.07/184.87	c  F st  4035   1071875      2560     13247    279939     84388    883379   3476990     15.86     16.45
738.22/185.19	c  N st  4039   1073908      2560     13247    279939     86402    883379   3617510     15.86   no data
749.00/187.80	c  N dy  4112   1093976      2560     13247    279939     61690    883379   1906472     15.86     16.70
760.16/190.60	c  N dy  4184   1114804      2560     13247    279939     82383    883379   3366437     15.86     16.99
771.33/193.41	c  N dy  4263   1135016      2560     13247    279939     56786    883379   1503594     15.86     16.78
782.09/196.13	c  N dy  4324   1155586      2560     13247    279939     77167    883379   2946527     15.85     16.71
794.11/199.18	c  N dy  4415   1176760      2560     13247    279939     51545    883379   1045786     15.86     16.80
804.43/201.78	c  N dy  4507   1196994      2560     13247    279939     71652    883379   2497995     15.86     16.81
811.66/203.59	c  S st  4560   1209824      2560     13247    279939     84392    883379   3403505     15.87     16.44
812.02/203.67	c  S st  4560   1210327      2560     13247    279939     84894    883379   3446194     15.87   no data
812.02/203.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
814.41/204.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.7M T:  0.54
814.41/204.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
814.41/204.26	c bin-w-bin subsume rem            0 bins  time:  0.03 s
823.18/206.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.18 s
823.18/206.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
823.18/206.49	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
823.58/206.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
829.56/208.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
844.32/211.79	c lits-rem:       520  cl-subs:     1133  v-elim:      0  v-fix:    0  time:  3.76 s
844.72/211.80	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
845.11/211.96	c vivif2 --  cl tried    83761 cl shrink        0 lits rem          0 time: 0.16
845.91/212.20	c asymm  cl-useful: 0/1240/13247 lits-rem:0 time: 0.23
845.91/212.21	c calculated reachability. Time: 0.00
845.91/212.21	c  N dy  4560   1210327      2560     13247    279939     83761    883379   3400558     15.87   no data
857.48/215.02	c  N dy  4635   1230346      2560     13247    279939     55988    883379   1290091     15.87     23.69
867.85/217.70	c  N dy  4714   1250394      2560     13247    279939     75894    883379   2726932     15.87     16.75
880.22/220.71	c  N dy  4797   1271362      2560     13247    279939     96678    883379   4165983     15.87     17.02
890.97/223.41	c  N dy  4877   1292057      2560     13247    279939     68593    883379   2144362     15.87     16.72
902.55/226.32	c  N dy  4965   1312147      2560     13247    279939     88502    883379   3521765     15.88     16.77
913.72/229.18	c  N dy  5041   1332187      2560     13247    279939     58796    883379   1375753     15.88     16.95
924.90/231.97	c  N dy  5119   1352493      2560     13247    279939     78966    883379   2840540     15.88     16.73
936.86/234.94	c  N dy  5182   1372498      2560     13247    279939     98760    883379   4152154     15.88     21.50
947.67/237.63	c  N dy  5255   1392771      2560     13247    279939     68317    883379   1990289     15.88     16.72
958.79/240.41	c  N dy  5327   1412838      2560     13247    279939     88185    883379   3328203     15.88     16.77
970.36/243.34	c  N dy  5414   1432857      2560     13247    279939     56462    883379   1092607     15.88     17.24
981.13/246.04	c  N dy  5487   1453055      2560     13247    279939     76482    883379   2492455     15.88     16.92
992.70/248.98	c  N dy  5574   1473131      2560     13247    279939     96392    883379   3875160     15.88     16.78
1004.71/251.96	c  N dy  5653   1493895      2560     13247    279939     64436    883379   1602734     15.88     16.94
1015.84/254.75	c  N dy  5738   1514163      2560     13247    279939     84557    883379   2998415     15.88     16.80
1027.79/257.71	c  N dy  5826   1534603      2560     13247    279939    104863    883379   4444175     15.88     16.78
1038.97/260.57	c  N dy  5909   1554908      2560     13247    279939     71431    883379   2010457     15.88     16.87
1050.93/263.57	c  N dy  5998   1575837      2560     13247    279939     92221    883379   3453113     15.88     16.95
1062.90/266.58	c  N dy  6078   1595853      2560     13247    279939     57486    883379    998282     15.89     16.80
1074.06/269.34	c  N dy  6155   1616153      2560     13247    279939     77589    883379   2361111     15.89     16.78
1085.63/272.23	c  N dy  6260   1636240      2560     13247    279939     97539    883379   3804594     15.89     16.76
1097.59/275.29	c  N dy  6329   1656555      2560     13247    279939     62123    883379   1223767     15.89     16.75
1108.77/278.07	c  N dy  6397   1676908      2560     13247    279939     82340    883379   2639245     15.89     16.81
1120.34/280.97	c  N dy  6468   1696909      2560     13247    279939    102184    883379   3994354     15.89     16.77
1128.71/283.07	c  S st  6530   1710327      2560     13247    279939     58934    883379    966639     15.89     15.60
1129.11/283.13	c  S st  6530   1710827      2560     13247    279939     59434    883379   1003398     15.89   no data
1129.11/283.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1131.11/283.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.6M T:  0.46
1131.11/283.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1131.11/283.64	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1139.89/285.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.17 s
1139.89/285.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
1139.89/285.86	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
1139.89/285.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1144.70/287.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.17 s
1145.86/287.36	c lits-rem:        45  cl-subs:      186  v-elim:      0  v-fix:    0  time:  0.26 s
1145.86/287.37	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
1146.26/287.44	c vivif2 --  cl tried    59248 cl shrink        0 lits rem          0 time: 0.07
1147.06/287.68	c asymm  cl-useful: 0/1212/13247 lits-rem:0 time: 0.24
1147.06/287.69	c calculated reachability. Time: 0.00
1147.06/287.69	c  N dy  6530   1710827      2560     13247    279939     59248    883379    998169     15.89   no data
1158.27/290.41	c  N dy  6614   1730842      2560     13247    279939     79116    883379   2385585     15.89     16.83
1170.60/293.58	c  N dy  6686   1751747      2560     13247    279939     99865    883379   3805152     15.89     16.84
1182.96/296.67	c  N dy  6769   1772023      2560     13247    279939     62432    883379   1185979     15.89     16.74
1194.53/299.54	c  N dy  6817   1792480      2560     13247    279939     82679    883379   2526991     15.89     16.73
1206.88/302.68	c  N dy  6874   1812780      2560     13247    279939    102800    883379   3860434     15.88     16.75
1221.24/306.26	c  N dy  6951   1836108      2560     13247    279939     67378    883379   1377942     15.88     16.75
1232.85/309.14	c  N dy  7001   1857006      2560     13247    279939     88063    883379   2776830     15.87     16.72
1244.78/312.13	c  N dy  7080   1877709      2560     13247    279939    108592    883379   4227675     15.87     16.75
1256.75/315.13	c  N dy  7179   1897872      2560     13247    279939     69153    883379   1580189     15.88     16.77
1267.96/317.93	c  N dy  7246   1918299      2560     13247    279939     89422    883379   2940544     15.87     16.73
1280.28/321.04	c  N dy  7309   1938347      2560     13247    279939    109275    883379   4262563     15.87     18.31
1292.24/324.07	c  N dy  7384   1958988      2560     13247    279939     69263    883379   1475923     15.87     16.72
1304.22/327.01	c  N dy  7442   1979735      2560     13247    279939     89817    883379   2873961     15.87     16.80
1315.81/330.01	c  N dy  7531   2000154      2560     13247    279939    110102    883379   4314448     15.87     16.75
1328.15/333.09	c  N dy  7620   2020237      2560     13247    279939     68552    883379   1393847     15.88     17.85
1339.30/335.87	c  N dy  7698   2040249      2560     13247    279939     88374    883379   2743146     15.87     17.25
1351.66/338.97	c  N dy  7766   2061973      2560     13247    279939    109895    883379   4231289     15.87     16.74
1364.48/342.16	c  N dy  7844   2082037      2560     13247    279939     67332    883379   1240909     15.87     16.71
1375.61/344.90	c  N dy  7917   2102121      2560     13247    279939     87277    883379   2637082     15.87     16.82
1387.56/347.90	c  N dy  7988   2122174      2560     13247    279939    107189    883379   3995220     15.87     16.89
1400.72/351.29	c  N dy  8062   2142613      2560     13247    279939     63977    883379    947658     15.87     16.88
1411.50/353.95	c  N dy  8127   2162943      2560     13247    279939     84148    883379   2401001     15.87     16.71
1423.46/356.91	c  N dy  8191   2183107      2560     13247    279939    104196    883379   3785170     15.87     16.72
1436.23/360.16	c  N dy  8260   2203333      2560     13247    279939    124247    883379   5116237     15.87     16.72
1441.41/361.43	c  S st  8300   2210828      2560     13247    279939     67196    883379   1115198     15.87   no data
1441.81/361.50	c  S st  8300   2211328      2560     13247    279939     67695    883379   1153821     15.87   no data
1441.81/361.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1443.46/361.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.9M T:  0.45
1443.46/361.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1443.81/362.00	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1452.23/364.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.18 s
1452.57/364.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
1452.57/364.23	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
1452.57/364.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1457.77/365.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
1458.97/365.80	c lits-rem:        53  cl-subs:       57  v-elim:      0  v-fix:    0  time:  0.29 s
1458.97/365.81	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
1458.97/365.88	c vivif2 --  cl tried    67638 cl shrink        0 lits rem          0 time: 0.07
1460.16/366.10	c asymm  cl-useful: 0/1193/13247 lits-rem:0 time: 0.22
1460.16/366.11	c calculated reachability. Time: 0.00
1460.16/366.11	c  N dy  8300   2211328      2560     13247    279939     67638    883379   1150837     15.87   no data
1471.33/368.99	c  N dy  8354   2231616      2560     13247    279939     87707    883379   2417350     15.86     16.84
1484.09/372.13	c  N dy  8419   2253148      2560     13247    279939    109061    883379   3877048     15.86     16.73
1497.66/375.51	c  N dy  8511   2273207      2560     13247    279939    128993    883379   5249283     15.86     21.46
1509.27/378.42	c  N dy  8568   2293310      2560     13247    279939     83447    883379   2170761     15.86     16.93
1520.80/381.30	c  N dy  8646   2313599      2560     13247    279939    103594    883379   3553168     15.86     16.77
1533.55/384.52	c  N dy  8711   2334352      2560     13247    279939    124158    883379   4920265     15.86     16.79
1545.92/387.64	c  N dy  8809   2354580      2560     13247    279939     77792    883379   1732963     15.86     16.72
1558.68/390.80	c  N dy  8889   2376709      2560     13247    279939     99715    883379   3200630     15.86     16.76
1572.64/394.34	c  N dy  8978   2399455      2560     13247    279939    122267    883379   4741009     15.86     16.78
1585.80/397.69	c  N dy  9061   2420441      2560     13247    279939     75634    883379   1556702     15.86     16.74
1597.37/400.58	c  N dy  9151   2440512      2560     13247    279939     95530    883379   2859559     15.86     16.81
1609.34/403.57	c  N dy  9207   2460557      2560     13247    279939    115421    883379   4224245     15.86     17.08
1622.50/406.82	c  N dy  9292   2480648      2560     13247    279939    135361    883379   5652023     15.86     17.16
1634.47/409.84	c  N dy  9355   2500964      2560     13247    279939     87056    883379   2212221     15.86     16.74
1646.43/412.84	c  N dy  9464   2521007      2560     13247    279939    106970    883379   3606938     15.86     17.22
1659.19/416.07	c  N dy  9545   2541062      2560     13247    279939    126857    883379   4992630     15.87     19.57
1671.96/419.23	c  N dy  9611   2561295      2560     13247    279939     77481    883379   1528678     15.87     16.81
1683.13/422.02	c  N dy  9680   2581306      2560     13247    279939     97343    883379   2903640     15.87     16.77
1695.09/425.04	c  N dy  9749   2601331      2560     13247    279939    117184    883379   4236970     15.87     16.72
1707.86/428.29	c  N dy  9841   2621403      2560     13247    279939    137104    883379   5654553     15.87     20.43
1720.21/431.32	c  N dy  9902   2641947      2560     13247    279939     87070    883379   2162495     15.87     16.78
1732.62/434.47	c  N dy  9971   2662916      2560     13247    279939    107858    883379   3559822     15.86     16.82
1745.35/437.67	c  N dy 10042   2683434      2560     13247    279939    128222    883379   4941842     15.87     16.77
1758.93/441.08	c  N dy 10132   2703963      2560     13247    279939     77150    883379   1394543     15.87     16.82
1763.32/442.13	c  S st 10162   2711328      2560     13247    279939     84459    883379   1896858     15.87   no data
1763.32/442.20	c  S st 10162   2711830      2560     13247    279939     84961    883379   1936503     15.87   no data
1763.74/442.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1765.68/442.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.4M T:  0.52
1765.68/442.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1765.68/442.78	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1774.46/444.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.18 s
1774.46/444.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
1774.86/445.01	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
1774.86/445.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1780.05/446.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
1784.83/447.58	c lits-rem:       163  cl-subs:      772  v-elim:      0  v-fix:    0  time:  1.21 s
1784.83/447.58	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
1785.26/447.70	c vivif2 --  cl tried    84189 cl shrink        0 lits rem          0 time: 0.11
1786.42/447.93	c asymm  cl-useful: 0/1105/13247 lits-rem:0 time: 0.23
1786.42/447.94	c calculated reachability. Time: 0.00
1786.42/447.94	c  N dy 10162   2711830      2560     13247    279939     84189    883379   1914601     15.87   no data
1798.42/450.98	c  N dy 10234   2732184      2560     13247    279939    104359    883379   3293924     15.87     16.86
1812.00/454.36	c  N dy 10307   2753632      2560     13247    279939    125610    883379   4735821     15.87     17.21
1825.51/457.74	c  N dy 10360   2773720      2560     13247    279939     73141    883379   1090626     15.86     17.13
1837.09/460.69	c  N dy 10465   2793951      2560     13247    279939     93224    883379   2499037     15.87     16.79
1849.85/463.84	c  N dy 10537   2814002      2560     13247    279939    113142    883379   3815241     15.87     16.71
1863.02/467.12	c  N dy 10610   2834084      2560     13247    279939    133039    883379   5136270     15.87     18.37
1876.97/470.69	c  N dy 10672   2854941      2560     13247    279939     80318    883379   1525568     15.87     16.77
1889.74/473.80	c  N dy 10742   2876272      2560     13247    279939    101469    883379   2919876     15.86     16.88
1902.51/477.05	c  N dy 10818   2896707      2560     13247    279939    121728    883379   4272495     15.86     16.72
1915.66/480.39	c  N dy 10905   2917041      2560     13247    279939    141881    883379   5661207     15.87     16.76
1927.62/483.39	c  N dy 10970   2937058      2560     13247    279939     87377    883379   1967468     15.86     16.86
1939.99/486.42	c  N dy 11054   2957076      2560     13247    279939    107211    883379   3323729     15.86     18.65
1951.98/489.48	c  N dy 11134   2977151      2560     13247    279939    127140    883379   4716824     15.87     16.71
1966.31/493.05	c  N dy 11211   2997813      2560     13247    279939    147646    883379   6088133     15.87     16.71
1978.73/496.14	c  N dy 11278   3018108      2560     13247    279939     92408    883379   2262988     15.87     16.72
1990.65/499.14	c  N dy 11358   3038185      2560     13247    279939    112355    883379   3641602     15.87     18.25
2004.22/502.52	c  N dy 11416   3058327      2560     13247    279939    132273    883379   4911601     15.86     16.71
2017.80/505.95	c  N dy 11502   3078374      2560     13247    279939    152161    883379   6266733     15.86     16.71
2030.14/509.03	c  N dy 11574   3098650      2560     13247    279939     95868    883379   2402662     15.86     16.89
2042.10/512.00	c  N dy 11634   3118662      2560     13247    279939    115718    883379   3737706     15.86     17.29
2055.66/515.43	c  N dy 11682   3138896      2560     13247    279939    135773    883379   5045045     15.86     16.84
2070.03/519.11	c  N dy 11751   3158922      2560     13247    279939     78287    883379   1174392     15.86     17.57
2081.59/521.96	c  N dy 11813   3178966      2560     13247    279939     98135    883379   2462252     15.85     16.72
2093.94/525.04	c  N dy 11898   3199029      2560     13247    279939    118032    883379   3806759     15.85     19.32
2102.31/527.11	c  S st 11955   3211831      2560     13247    279939    130736    883379   4680882     15.86   no data
2102.31/527.19	c  S st 11955   3212334      2560     13247    279939    131238    883379   4718317     15.86   no data
2102.71/527.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2105.11/527.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.6M T:  0.61
2105.11/527.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2105.11/527.86	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2113.89/530.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.23 s
2114.31/530.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
2114.31/530.15	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
2114.31/530.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2121.06/531.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
2137.81/536.09	c lits-rem:       463  cl-subs:     2260  v-elim:      0  v-fix:    0  time:  4.22 s
2138.21/536.10	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
2139.01/536.35	c vivif2 --  cl tried   128978 cl shrink        0 lits rem          0 time: 0.25
2140.21/536.61	c asymm  cl-useful: 0/1250/13247 lits-rem:0 time: 0.26
2140.21/536.62	c calculated reachability. Time: 0.00
2140.21/536.62	c  N dy 11955   3212334      2560     13247    279939    128978    883379   4644158     15.86   no data
2153.80/540.06	c  N dy 12032   3232397      2560     13247    279939    148888    883379   5993635     15.86     16.75
2167.37/543.42	c  N dy 12060   3252667      2560     13247    279939     90660    883379   1922842     15.85     16.75
2179.71/546.54	c  N dy 12149   3272744      2560     13247    279939    110588    883379   3302144     15.85     16.99
2192.86/549.84	c  N dy 12234   3292821      2560     13247    279939    130510    883379   4695582     15.85     17.19
2206.86/553.35	c  N dy 12327   3312922      2560     13247    279939    150469    883379   6057474     15.85     16.71
2220.03/556.64	c  N dy 12405   3333022      2560     13247    279939     91061    883379   1957898     15.85     18.49
2231.95/559.65	c  N dy 12470   3353173      2560     13247    279939    111043    883379   3300080     15.85     16.71
2245.94/563.16	c  N dy 12529   3374313      2560     13247    279939    131956    883379   4644053     15.85     16.71
2259.52/566.55	c  N dy 12582   3394470      2560     13247    279939    151876    883379   5909330     15.85     16.73
2273.82/570.16	c  N dy 12643   3416743      2560     13247    279939     93714    883379   2076314     15.84     16.78
2285.83/573.14	c  N dy 12726   3436858      2560     13247    279939    113677    883379   3446042     15.84     16.71
2299.34/576.53	c  N dy 12813   3457434      2560     13247    279939    134064    883379   4814317     15.85     16.75
2314.11/580.22	c  N dy 12891   3477948      2560     13247    279939    154418    883379   6176300     15.85     16.73
2327.67/583.61	c  N dy 12959   3498556      2560     13247    279939     93569    883379   1975233     15.84     16.84
2339.63/586.69	c  N dy 13038   3518680      2560     13247    279939    113522    883379   3293549     15.84     16.69
2351.99/589.75	c  N dy 13124   3538780      2560     13247    279939    133467    883379   4685322     15.85     16.93
2365.95/593.26	c  N dy 13203   3558799      2560     13247    279939    153313    883379   5991394     15.85     16.71
2379.52/596.60	c  N dy 13300   3578847      2560     13247    279939     90892    883379   1768559     15.85     16.77
2392.29/599.89	c  N dy 13383   3600488      2560     13247    279939    112339    883379   3202451     15.85     16.75
2406.24/603.31	c  N dy 13470   3620816      2560     13247    279939    132505    883379   4564080     15.85     16.89
2420.20/606.88	c  N dy 13535   3640903      2560     13247    279939    152398    883379   5865789     15.85     17.50
2435.01/610.55	c  N dy 13595   3661191      2560     13247    279939     89155    883379   1606211     15.84     16.95
2447.75/613.77	c  N dy 13654   3681661      2560     13247    279939    109456    883379   2930308     15.84     16.81
2461.32/617.11	c  N dy 13721   3701904      2560     13247    279939    129503    883379   4257415     15.84     16.68
2468.06/618.88	c  S st 13763   3712334      2560     13247    279939    139855    883379   4966055     15.84     12.29
2468.46/618.96	c  S st 13763   3712836      2560     13247    279939    140356    883379   5004589     15.84   no data
2468.46/618.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2471.24/619.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 26.3M T:  0.62
2471.24/619.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2471.24/619.65	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2480.02/621.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.18 s
2480.02/621.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
2480.02/621.87	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
2480.42/621.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2486.41/623.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
2504.78/628.09	c lits-rem:       474  cl-subs:     2274  v-elim:      0  v-fix:    0  time:  4.66 s
2504.78/628.10	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
2505.94/628.38	c vivif2 --  cl tried   138082 cl shrink        0 lits rem          0 time: 0.28
2507.14/628.66	c asymm  cl-useful: 0/938/13247 lits-rem:0 time: 0.28
2507.14/628.67	c calculated reachability. Time: 0.00
2507.14/628.67	c  N dy 13763   3712836      2560     13247    279939    138082    883379   4929627     15.84   no data
2521.90/632.40	c  N dy 13856   3733591      2560     13247    279939    158638    883379   6349476     15.84     16.71
2534.67/635.57	c  F st 13926   3751563      2560     13247    279939     92237    883379   1773892     15.84     14.85
2535.90/635.88	c  N st 13930   3753596      2560     13247    279939     94252    883379   1920102     15.84   no data
2547.44/638.77	c  N dy 14003   3773643      2560     13247    279939    114173    883379   3319410     15.84     16.83
2561.39/642.29	c  N dy 14073   3793815      2560     13247    279939    134163    883379   4612607     15.84     16.83
2576.14/645.95	c  N dy 14145   3814424      2560     13247    279939    154567    883379   5980566     15.84     16.72
2591.30/649.77	c  N dy 14231   3835309      2560     13247    279939     90029    883379   1543076     15.84     16.88
2603.26/652.78	c  N dy 14334   3855532      2560     13247    279939    110118    883379   2940719     15.85     16.73
2617.23/656.22	c  N dy 14392   3875893      2560     13247    279939    130231    883379   4185721     15.84     16.68
2630.80/659.63	c  N dy 14473   3895896      2560     13247    279939    150081    883379   5547360     15.85     16.79
2645.59/663.34	c  N dy 14547   3915987      2560     13247    279939    169974    883379   6825695     15.85     16.68
2658.34/666.55	c  N dy 14619   3936266      2560     13247    279939    103862    883379   2407865     15.85     16.77
2671.07/669.79	c  N dy 14677   3956568      2560     13247    279939    123975    883379   3702164     15.84     16.72
2683.84/672.98	c  N dy 14766   3976592      2560     13247    279939    143859    883379   5057764     15.85     17.00
2698.98/676.75	c  N dy 14860   3997470      2560     13247    279939    164577    883379   6458909     15.85     16.75
2712.15/680.07	c  N dy 14913   4017563      2560     13247    279939     97252    883379   1936427     15.84     16.72
2724.56/683.15	c  N dy 14988   4037632      2560     13247    279939    117121    883379   3269276     15.84     16.92
2737.31/686.40	c  N dy 15074   4057679      2560     13247    279939    137019    883379   4624799     15.85     16.73
2751.24/689.88	c  N dy 15144   4077841      2560     13247    279939    156954    883379   5944469     15.84     16.82
2766.80/693.74	c  N dy 15216   4097917      2560     13247    279939     88639    883379   1319238     15.85     16.68
2779.17/696.82	c  N dy 15295   4118583      2560     13247    279939    109103    883379   2647697     15.84     16.68
2793.93/700.57	c  N dy 15371   4141233      2560     13247    279939    131513    883379   4117250     15.84     16.78
2808.28/704.10	c  N dy 15450   4161356      2560     13247    279939    151405    883379   5429142     15.84     16.69
2822.23/707.69	c  N dy 15523   4182100      2560     13247    279939    171977    883379   6830023     15.84     16.70
2836.60/711.23	c  N dy 15609   4202403      2560     13247    279939    102953    883379   2242410     15.84     16.68
2842.61/712.81	c  S st 15662   4212839      2560     13247    279939    113319    883379   2955045     15.85     14.71
2843.02/712.89	c  S st 15662   4213340      2560     13247    279939    113819    883379   2993461     15.85   no data
2843.37/712.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2845.37/713.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.5M T:  0.57
2845.37/713.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2845.77/713.52	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2854.14/715.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.17 s
2854.54/715.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
2854.54/715.74	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
2854.54/715.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2860.57/717.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
2867.71/719.04	c lits-rem:       173  cl-subs:      762  v-elim:      0  v-fix:    0  time:  1.80 s
2867.71/719.05	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
2868.51/719.22	c vivif2 --  cl tried   113057 cl shrink        0 lits rem          0 time: 0.17
2869.35/719.47	c asymm  cl-useful: 0/1021/13247 lits-rem:0 time: 0.25
2869.35/719.48	c calculated reachability. Time: 0.00
2869.35/719.48	c  N dy 15662   4213340      2560     13247    279939    113057    883379   2964895     15.85   no data
2882.86/722.83	c  N dy 15746   4233380      2560     13247    279939    132960    883379   4317928     15.85     16.88
2898.02/726.64	c  N dy 15793   4254210      2560     13247    279939    153619    883379   5685797     15.84     16.70
2913.57/730.50	c  N dy 15870   4274704      2560     13247    279939    173939    883379   7039576     15.84     16.97
2927.13/734.00	c  N dy 15949   4295168      2560     13247    279939    104046    883379   2229141     15.84     16.71
2939.55/737.06	c  N dy 16028   4315513      2560     13247    279939    124214    883379   3547888     15.85     16.68
2953.06/740.42	c  N dy 16095   4335732      2560     13247    279939    144289    883379   4901093     15.84     16.77
2967.02/743.93	c  N dy 16183   4356157      2560     13247    279939    164533    883379   6257678     15.85     16.89
2983.01/747.93	c  N dy 16250   4377017      2560     13247    279939     93990    883379   1505010     15.84     16.78
2994.95/750.92	c  N dy 16318   4397052      2560     13247    279939    113852    883379   2791312     15.84     16.91
3007.70/754.16	c  N dy 16398   4417409      2560     13247    279939    134066    883379   4129138     15.84     16.76
3021.26/757.53	c  N dy 16479   4437493      2560     13247    279939    154006    883379   5447286     15.84     18.34
3035.65/761.15	c  N dy 16537   4457791      2560     13247    279939    174103    883379   6797723     15.84     16.70
3049.97/764.75	c  N dy 16618   4477848      2560     13247    279939    101775    883379   1990274     15.84     17.49
3062.74/767.98	c  N dy 16689   4498253      2560     13247    279939    121940    883379   3240849     15.84     16.68
3075.89/771.25	c  N dy 16743   4518291      2560     13247    279939    141797    883379   4482959     15.84     16.73
3089.46/774.66	c  N dy 16817   4538335      2560     13247    279939    161681    883379   5801971     15.84     16.72
3103.42/778.14	c  N dy 16900   4558493      2560     13247    279939    181674    883379   7170061     15.84     16.76
3116.59/781.45	c  N dy 16975   4578539      2560     13247    279939    108352    883379   2342764     15.84     16.72
3129.35/784.67	c  N dy 17043   4598602      2560     13247    279939    128237    883379   3625368     15.84     16.69
3142.11/787.86	c  N dy 17114   4618689      2560     13247    279939    148156    883379   4973157     15.84     20.41
3156.07/791.39	c  N dy 17188   4638765      2560     13247    279939    168039    883379   6247352     15.84     16.91
3171.66/795.22	c  N dy 17254   4658952      2560     13247    279939    188022    883379   7497374     15.84     16.72
3183.99/798.39	c  N dy 17333   4678962      2560     13247    279939    113694    883379   2637925     15.84     18.58
3197.16/801.61	c  N dy 17407   4699008      2560     13247    279939    133544    883379   3937978     15.84     16.89
3206.34/803.93	c  S st 17443   4713340      2560     13247    279939    147699    883379   4849570     15.83     14.65
3206.76/804.02	c  S st 17443   4713845      2560     13247    279939    148204    883379   4888370     15.83   no data
3206.76/804.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3209.51/804.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 26.1M T:  0.73
3209.51/804.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3209.91/804.81	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3218.69/807.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.21 s
3218.69/807.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
3218.69/807.07	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
3219.09/807.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3225.07/808.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
3241.03/812.60	c lits-rem:       344  cl-subs:     2938  v-elim:      0  v-fix:    0  time:  3.90 s
3241.03/812.62	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
3241.86/812.89	c vivif2 --  cl tried   145266 cl shrink        0 lits rem          0 time: 0.28
3243.02/813.14	c asymm  cl-useful: 0/1107/13247 lits-rem:0 time: 0.25
3243.02/813.16	c calculated reachability. Time: 0.00
3243.02/813.16	c  N dy 17443   4713845      2560     13247    279939    145266    883379   4802058     15.83   no data
3256.58/816.56	c  N dy 17521   4733912      2560     13247    279939    165170    883379   6103467     15.83     17.74
3272.14/820.40	c  N dy 17576   4753946      2560     13247    279939    184930    883379   7343289     15.83     19.45
3286.15/823.92	c  N dy 17647   4775334      2560     13247    279939    111089    883379   2392640     15.83     16.70
3298.47/827.05	c  N dy 17724   4795821      2560     13247    279939    131426    883379   3715230     15.83     16.68
3311.24/830.24	c  N dy 17802   4815868      2560     13247    279939    151311    883379   5021748     15.83     17.18
3324.80/833.71	c  N dy 17886   4835878      2560     13247    279939    171156    883379   6349096     15.83     16.76
3339.55/837.30	c  N dy 17956   4855889      2560     13247    279939    191005    883379   7645451     15.83     18.32
3352.32/840.55	c  N dy 18016   4875989      2560     13247    279939    114722    883379   2530129     15.83     16.70
3365.46/843.80	c  N dy 18073   4896375      2560     13247    279939    134932    883379   3812297     15.83     16.74
3378.62/847.19	c  N dy 18168   4916838      2560     13247    279939    155218    883379   5175546     15.83     16.69
3392.99/850.75	c  N dy 18247   4936870      2560     13247    279939    175080    883379   6469836     15.83     22.16
3408.58/854.71	c  N dy 18359   4957060      2560     13247    279939     98001    883379   1447100     15.83     16.87
3420.12/857.56	c  N dy 18443   4977192      2560     13247    279939    117958    883379   2790663     15.83     16.99
3432.87/860.74	c  N dy 18495   4997568      2560     13247    279939    138149    883379   4102560     15.83     16.80
3446.84/864.28	c  N dy 18573   5017614      2560     13247    279939    158049    883379   5372771     15.83     19.59
3460.80/867.79	c  N dy 18654   5037779      2560     13247    279939    178036    883379   6680352     15.83     16.68
3475.95/871.57	c  N dy 18721   5057785      2560     13247    279939     99739    883379   1506191     15.83     18.30
3487.97/874.53	c  N dy 18799   5077815      2560     13247    279939    119580    883379   2779135     15.83     16.66
3500.29/877.61	c  N dy 18877   5097828      2560     13247    279939    139413    883379   4077069     15.83     23.14
3513.46/880.95	c  N dy 18958   5117863      2560     13247    279939    159268    883379   5372341     15.83     22.80
3527.05/884.35	c  N dy 19036   5138061      2560     13247    279939    179287    883379   6708751     15.83     16.70
3542.15/888.14	c  N dy 19108   5158399      2560     13247    279939    100325    883379   1489304     15.83     16.67
3554.12/891.15	c  N dy 19164   5178451      2560     13247    279939    120148    883379   2721333     15.83     16.76
3567.68/894.52	c  N dy 19233   5199671      2560     13247    279939    141159    883379   4048471     15.83     16.74
3577.66/897.02	c  S st 19268   5213845      2560     13247    279939    155152    883379   4895557     15.82     15.43
3578.06/897.11	c  S st 19268   5214349      2560     13247    279939    155656    883379   4936767     15.82   no data
3578.06/897.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3580.44/897.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.4M T:  0.63
3580.44/897.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3580.84/897.81	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3589.23/899.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.17 s
3589.62/900.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
3589.62/900.03	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
3589.62/900.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3595.61/901.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
3611.96/905.69	c lits-rem:       481  cl-subs:     3176  v-elim:      0  v-fix:    0  time:  4.11 s
3612.35/905.70	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
3613.15/905.99	c vivif2 --  cl tried   152480 cl shrink        0 lits rem          0 time: 0.29
3614.35/906.27	c asymm  cl-useful: 0/1301/13247 lits-rem:0 time: 0.28
3614.35/906.28	c calculated reachability. Time: 0.00
3614.35/906.28	c  N dy 19268   5214349      2560     13247    279939    152480    883379   4848234     15.82   no data
3629.10/909.95	c  N dy 19318   5234895      2560     13247    279939    172789    883379   6072321     15.82     16.81
3644.67/913.86	c  N dy 19402   5256263      2560     13247    279939    193975    883379   7442757     15.82     16.87
3659.07/917.45	c  N dy 19479   5276274      2560     13247    279939    113838    883379   2334897     15.82     16.79
3671.39/920.57	c  N dy 19571   5296297      2560     13247    279939    133703    883379   3627924     15.82     16.80
3684.16/923.78	c  N dy 19646   5316761      2560     13247    279939    154004    883379   4982144     15.82     16.83
3698.14/927.30	c  N dy 19701   5337117      2560     13247    279939    174164    883379   6232737     15.82     16.84
3713.67/931.16	c  N dy 19768   5358065      2560     13247    279939    194912    883379   7550982     15.82     16.91
3727.62/934.64	c  N dy 19825   5378606      2560     13247    279939    114236    883379   2284421     15.82     16.92
3739.99/937.79	c  N dy 19893   5398791      2560     13247    279939    134245    883379   3522652     15.82     16.66
3753.16/941.05	c  N dy 19978   5419058      2560     13247    279939    154344    883379   4833476     15.82     16.79
3767.51/944.61	c  N dy 20038   5439538      2560     13247    279939    174594    883379   6090652     15.82     16.89
3783.06/948.50	c  N dy 20106   5460647      2560     13247    279939    195480    883379   7391600     15.82     16.86
3797.83/952.24	c  N dy 20192   5482632      2560     13247    279939    115234    883379   2292026     15.82     16.69
3811.00/955.53	c  N dy 20253   5502987      2560     13247    279939    135390    883379   3556585     15.82     16.87
3823.76/958.79	c  N dy 20338   5523125      2560     13247    279939    155379    883379   4865890     15.82     16.93
3838.12/962.36	c  N dy 20405   5543171      2560     13247    279939    175208    883379   6112710     15.82     21.01
3852.47/965.96	c  N dy 20489   5563176      2560     13247    279939    195039    883379   7445504     15.82     16.66
3867.63/969.74	c  N dy 20559   5583260      2560     13247    279939    111874    883379   2039660     15.82     17.28
3879.60/972.71	c  N dy 20628   5603664      2560     13247    279939    132051    883379   3375607     15.82     16.69
3891.96/975.88	c  N dy 20709   5623719      2560     13247    279939    151915    883379   4664356     15.82     18.91
3905.12/979.18	c  N dy 20798   5643913      2560     13247    279939    171960    883379   6005202     15.82     16.78
3919.48/982.76	c  N dy 20870   5664050      2560     13247    279939    191920    883379   7274717     15.82     16.77
3934.63/986.58	c  N dy 20950   5684113      2560     13247    279939    107788    883379   1715041     15.82     16.79
3946.99/989.65	c  N dy 21017   5704160      2560     13247    279939    127643    883379   2973335     15.82     16.68
3953.37/991.29	c  S st 21038   5714351      2560     13247    279939    137703    883379   3587299     15.82     16.06
3953.77/991.37	c  S st 21038   5714853      2560     13247    279939    138204    883379   3626211     15.82   no data
3953.77/991.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3956.17/991.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.9M T:  0.58
3956.17/991.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3956.57/992.00	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3964.94/994.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.18 s
3965.34/994.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
3965.34/994.23	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
3965.34/994.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3971.72/995.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
3980.90/998.10	c lits-rem:       221  cl-subs:     2074  v-elim:      0  v-fix:    0  time:  2.27 s
3980.90/998.11	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
3981.70/998.32	c vivif2 --  cl tried   136130 cl shrink        0 lits rem          0 time: 0.21
3982.50/998.55	c asymm  cl-useful: 0/1239/13247 lits-rem:0 time: 0.24
3982.50/998.57	c calculated reachability. Time: 0.00
3982.50/998.57	c  N dy 21038   5714853      2560     13247    279939    136130    883379   3568440     15.82   no data
3996.49/1002.07	c  N dy 21088   5735036      2560     13247    279939    156084    883379   4776968     15.81     16.66
4010.06/1005.49	c  N dy 21170   5755159      2560     13247    279939    176030    883379   6096308     15.81     16.72
4024.76/1009.10	c  N dy 21232   5775265      2560     13247    279939    195979    883379   7392282     15.81     16.66
4041.12/1013.28	c  N dy 21313   5795323      2560     13247    279939    110849    883379   1846121     15.81     16.69
4054.28/1016.56	c  N dy 21396   5816520      2560     13247    279939    131889    883379   3241615     15.81     16.65
4067.44/1019.87	c  N dy 21458   5836816      2560     13247    279939    152005    883379   4506298     15.81     16.72
4081.79/1023.47	c  N dy 21522   5857227      2560     13247    279939    172210    883379   5784253     15.81     16.70
4096.56/1027.11	c  N dy 21600   5877344      2560     13247    279939    192149    883379   7069976     15.81     16.71
4112.11/1031.08	c  N dy 21657   5897438      2560     13247    279939    212049    883379   8277272     15.81     16.83
4125.67/1034.43	c  N dy 21725   5917808      2560     13247    279939    126195    883379   2760189     15.81     16.69
4138.44/1037.69	c  N dy 21783   5938318      2560     13247    279939    146525    883379   4047390     15.81     16.79
4152.00/1041.00	c  N dy 21840   5958405      2560     13247    279939    166377    883379   5279595     15.81     16.70
4165.96/1044.50	c  N dy 21909   5978447      2560     13247    279939    186223    883379   6570486     15.81     18.61
4179.93/1048.04	c  N dy 21975   5998468      2560     13247    279939    206058    883379   7857347     15.81     16.78
4193.91/1051.55	c  N dy 22040   6019095      2560     13247    279939    119509    883379   2288479     15.81     16.73
4206.65/1054.71	c  N dy 22104   6039193      2560     13247    279939    139453    883379   3568071     15.81     17.39
4219.42/1057.95	c  N dy 22168   6059216      2560     13247    279939    159273    883379   4814506     15.81     16.65
4233.40/1061.42	c  N dy 22254   6079261      2560     13247    279939    179165    883379   6109123     15.81     17.71
4248.13/1065.11	c  N dy 22332   6099313      2560     13247    279939    199045    883379   7361150     15.81     19.49
4264.52/1069.29	c  N dy 22413   6119796      2560     13247    279939    111323    883379   1727276     15.81     16.83
4276.44/1072.24	c  N dy 22470   6139953      2560     13247    279939    131276    883379   3000156     15.81     16.67
4288.80/1075.38	c  N dy 22542   6160027      2560     13247    279939    151168    883379   4277775     15.81     16.70
4302.36/1078.70	c  N dy 22619   6180104      2560     13247    279939    171066    883379   5536366     15.81     16.84
4315.93/1082.17	c  N dy 22703   6200164      2560     13247    279939    190978    883379   6885337     15.81     16.66
4327.09/1084.92	c  S st 22768   6214854      2560     13247    279939    205563    883379   7858908     15.81     15.31
4327.50/1085.02	c  S st 22768   6215356      2560     13247    279939    206065    883379   7896961     15.81   no data
4327.50/1085.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4330.33/1085.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 27.0M T:  0.70
4330.33/1085.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4330.33/1085.78	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4339.11/1087.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.18 s
4339.11/1087.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
4339.46/1088.01	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
4339.46/1088.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4345.85/1089.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
4378.18/1097.77	c lits-rem:       702  cl-subs:     3916  v-elim:      0  v-fix:    0  time:  8.12 s
4378.18/1097.78	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
4380.15/1098.22	c vivif2 --  cl tried   202149 cl shrink        0 lits rem          0 time: 0.44
4381.34/1098.53	c asymm  cl-useful: 0/1039/13247 lits-rem:0 time: 0.31
4381.34/1098.55	c calculated reachability. Time: 0.00
4381.34/1098.55	c  N dy 22768   6215356      2560     13247    279939    202149    883379   7771558     15.81   no data
4397.29/1102.53	c  N dy 22826   6235980      2560     13247    279939    113607    883379   1825744     15.81     16.69
4408.89/1105.46	c  N dy 22904   6256049      2560     13247    279939    133501    883379   3100419     15.81     18.99
4422.46/1108.85	c  N dy 22978   6276346      2560     13247    279939    153613    883379   4401953     15.81     16.67
4437.17/1112.54	c  N dy 23052   6296667      2560     13247    279939    173693    883379   5663347     15.81     16.72
4451.94/1116.27	c  N dy 23148   6317512      2560     13247    279939    194348    883379   7012161     15.81     16.69
4467.09/1120.00	c  N dy 23230   6337558      2560     13247    279939    214214    883379   8267377     15.81     23.40
4481.45/1123.64	c  N dy 23306   6357569      2560     13247    279939    124095    883379   2437248     15.81     16.72
4494.22/1126.85	c  N dy 23392   6378091      2560     13247    279939    144474    883379   3774807     15.81     16.84
4508.18/1130.38	c  N dy 23473   6398189      2560     13247    279939    164374    883379   5043414     15.81     16.70
4523.38/1134.12	c  N dy 23534   6418285      2560     13247    279939    184270    883379   6290456     15.81     16.69
4538.49/1137.95	c  N dy 23609   6438376      2560     13247    279939    204203    883379   7558401     15.81     16.64
4555.24/1142.16	c  N dy 23694   6458397      2560     13247    279939    113058    883379   1686728     15.81     16.72
4568.00/1145.32	c  N dy 23739   6478429      2560     13247    279939    132849    883379   2850516     15.81     18.58
4581.17/1148.61	c  N dy 23800   6499025      2560     13247    279939    153230    883379   4130725     15.81     16.64
4595.13/1152.14	c  N dy 23857   6519605      2560     13247    279939    173606    883379   5398151     15.80     16.64
4609.49/1155.71	c  N dy 23925   6539669      2560     13247    279939    193524    883379   6647090     15.80     16.66
4624.29/1159.44	c  N dy 23980   6559779      2560     13247    279939    213454    883379   7879125     15.80     16.70
4639.39/1163.21	c  N dy 24050   6579795      2560     13247    279939    121313    883379   2150089     15.80     23.39
4651.76/1166.36	c  N dy 24101   6599832      2560     13247    279939    141104    883379   3355630     15.80     21.28
4664.92/1169.67	c  N dy 24170   6619933      2560     13247    279939    161031    883379   4661734     15.80     16.76
4679.68/1173.31	c  N dy 24265   6640085      2560     13247    279939    181027    883379   5925602     15.80     16.72
4694.48/1177.06	c  N dy 24325   6660945      2560     13247    279939    201674    883379   7227080     15.80     17.05
4709.60/1180.86	c  N dy 24382   6681748      2560     13247    279939    222269    883379   8502413     15.80     16.85
4723.96/1184.49	c  N dy 24456   6702437      2560     13247    279939    129812    883379   2608937     15.80     16.75
4731.93/1186.45	c  S st 24493   6715356      2560     13247    279939    142605    883379   3447268     15.80     13.45
4732.33/1186.54	c  S st 24493   6715859      2560     13247    279939    143108    883379   3490071     15.80   no data
4732.33/1186.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4734.71/1187.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.8M T:  0.58
4734.71/1187.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4734.71/1187.18	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4743.49/1189.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.18 s
4743.49/1189.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2560 time:  0.02 s
4743.89/1189.41	c Removed useless bin:       0  fixed:     0  props:   1.41M  time:  0.02 s
4743.89/1189.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4749.87/1190.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
4757.85/1192.93	c lits-rem:       211  cl-subs:     1784  v-elim:      0  v-fix:    0  time:  1.99 s
4757.85/1192.94	c vivif2 --  cl tried    13247 cl shrink        0 lits rem          0 time: 0.01
4758.65/1193.17	c vivif2 --  cl tried   141324 cl shrink        0 lits rem          0 time: 0.24
4759.45/1193.33	c asymm  cl-useful: 0/602/13247 lits-rem:0 time: 0.15
4759.45/1193.34	c calculated reachability. Time: 0.00
4759.45/1193.34	c  N dy 24493   6715859      2560     13247    279939    141324    883379   3440661     15.80   no data
4773.04/1196.73	c  N dy 24561   6735894      2560     13247    279939    161163    883379   4711397     15.80     20.18
4786.97/1200.27	c  N dy 24638   6756002      2560     13247    279939    181076    883379   5989972     15.80     16.66

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.15 8.10 7.89 6/360 17604
/proc/meminfo: memFree=18453248/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 412 0 0 0 1 0 0 0 25 0 4 0 631628740 52396032 352 33554432000 4194304 4580107 140733748161552 18446744073709551615 47115788637721 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 12792 352 302 95 0 7774 0
[pid=17604/tid=17605] ppid=17602 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 631628740 52396032 352 33554432000 4194304 4580107 140733748161552 18446744073709551615 47115788638124 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 631628741 52396032 352 33554432000 4194304 4580107 140733748161552 18446744073709551615 47115788637721 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 631628741 52396032 352 33554432000 4194304 4580107 140733748161552 18446744073709551615 47115788637715 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0708069 s]
/proc/loadavg: 8.15 8.10 7.89 6/360 17604
/proc/meminfo: memFree=18453248/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=290196 CPUtime=0.24 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 9211 0 0 0 22 2 0 0 18 0 4 0 631628740 297160704 8984 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294259 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 72549 8984 352 95 0 67531 0
[pid=17604/tid=17605] ppid=17602 vsize=290196 CPUtime=0.04 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 2167 0 0 0 4 0 0 0 25 0 4 0 631628740 297160704 8984 33554432000 4194304 4580107 140733748161552 18446744073709551615 233510340791 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=290196 CPUtime=0.05 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) D 17602 17604 17203 0 -1 4202560 2172 0 0 0 5 0 0 0 18 0 4 0 631628741 297160704 8984 33554432000 4194304 4580107 140733748161552 18446744073709551615 233510340791 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=290196 CPUtime=0.05 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) D 17602 17604 17203 0 -1 4202560 2190 0 0 0 5 0 0 0 18 0 4 0 631628741 297160704 8984 33554432000 4194304 4580107 140733748161552 18446744073709551615 233510340791 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 290196

[startup+0.11451 s]
/proc/loadavg: 8.15 8.10 7.89 6/360 17604
/proc/meminfo: memFree=18453248/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=292824 CPUtime=0.41 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 11561 0 0 0 39 2 0 0 18 0 4 0 631628740 299851776 11334 33554432000 4194304 4580107 140733748161552 18446744073709551615 4402424 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 73206 11335 368 95 0 68188 0
[pid=17604/tid=17605] ppid=17602 vsize=292824 CPUtime=0.09 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 2910 0 0 0 9 0 0 0 25 0 4 0 631628740 299851776 11335 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294160 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=292824 CPUtime=0.09 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 2914 0 0 0 9 0 0 0 18 0 4 0 631628741 299851776 11335 33554432000 4194304 4580107 140733748161552 18446744073709551615 4234976 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=292824 CPUtime=0.1 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 2383 0 0 0 10 0 0 0 18 0 4 0 631628741 299851776 11335 33554432000 4194304 4580107 140733748161552 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 292824

[startup+0.300477 s]
/proc/loadavg: 8.15 8.10 7.89 6/360 17604
/proc/meminfo: memFree=18453248/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=304328 CPUtime=1.15 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 20397 0 0 0 111 4 0 0 18 0 4 0 631628740 311631872 20078 33554432000 4194304 4580107 140733748161552 18446744073709551615 4451559 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 76082 20084 375 95 0 71064 0
[pid=17604/tid=17605] ppid=17602 vsize=304328 CPUtime=0.27 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 5564 0 0 0 26 1 0 0 25 0 4 0 631628740 311631872 20085 33554432000 4194304 4580107 140733748161552 18446744073709551615 233510340791 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=304328 CPUtime=0.28 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 5555 0 0 0 27 1 0 0 18 0 4 0 631628741 311631872 20087 33554432000 4194304 4580107 140733748161552 18446744073709551615 233509958689 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=304328 CPUtime=0.28 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 2831 0 0 0 28 0 0 0 18 0 4 0 631628741 311631872 20093 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 304328

[startup+0.700407 s]
/proc/loadavg: 8.15 8.10 7.89 6/360 17604
/proc/meminfo: memFree=18453248/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=305576 CPUtime=2.75 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 24211 0 0 0 270 5 0 0 18 0 4 0 631628740 312909824 22488 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 76394 22488 377 95 0 71376 0
[pid=17604/tid=17605] ppid=17602 vsize=305576 CPUtime=0.68 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 6490 0 0 0 66 2 0 0 25 0 4 0 631628740 312909824 22489 33554432000 4194304 4580107 140733748161552 18446744073709551615 4318494 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=305576 CPUtime=0.67 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 6656 0 0 0 66 1 0 0 18 0 4 0 631628741 312909824 22489 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=305576 CPUtime=0.68 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 3960 0 0 0 68 0 0 0 18 0 4 0 631628741 312909824 22489 33554432000 4194304 4580107 140733748161552 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 305576

[startup+1.50026 s]
/proc/loadavg: 8.15 8.10 7.89 9/364 17608
/proc/meminfo: memFree=18362944/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=305900 CPUtime=5.94 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 31078 0 0 0 587 7 0 0 19 0 4 0 631628740 313241600 22628 33554432000 4194304 4580107 140733748161552 18446744073709551615 4293292 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 76475 22628 377 95 0 71457 0
[pid=17604/tid=17605] ppid=17602 vsize=305900 CPUtime=1.46 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 7860 0 0 0 144 2 0 0 25 0 4 0 631628740 313241600 22628 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=305900 CPUtime=1.47 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 8491 0 0 0 146 1 0 0 20 0 4 0 631628741 313241600 22628 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=305900 CPUtime=1.49 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 5771 0 0 0 148 1 0 0 19 0 4 0 631628741 313241600 22629 33554432000 4194304 4580107 140733748161552 18446744073709551615 4293266 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 305900

[startup+3.10098 s]
/proc/loadavg: 8.15 8.10 7.89 9/364 17608
/proc/meminfo: memFree=18355876/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=306896 CPUtime=12.33 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 41158 0 0 0 1224 9 0 0 25 0 4 0 631628740 314261504 26196 33554432000 4194304 4580107 140733748161552 18446744073709551615 4293204 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 76724 26197 378 95 0 71706 0
[pid=17604/tid=17605] ppid=17602 vsize=306896 CPUtime=3.05 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 10325 0 0 0 302 3 0 0 25 0 4 0 631628740 314261504 26197 33554432000 4194304 4580107 140733748161552 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=306896 CPUtime=3.08 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 10895 0 0 0 306 2 0 0 25 0 4 0 631628741 314261504 26197 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=306896 CPUtime=3.08 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 8543 0 0 0 307 1 0 0 25 0 4 0 631628741 314261504 26197 33554432000 4194304 4580107 140733748161552 18446744073709551615 4322541 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 306896

[startup+6.3004 s]
/proc/loadavg: 8.13 8.09 7.89 9/364 17608
/proc/meminfo: memFree=18329332/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=308532 CPUtime=25.09 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 49707 0 0 0 2498 11 0 0 25 0 4 0 631628740 315936768 32303 33554432000 4194304 4580107 140733748161552 18446744073709551615 4413346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 77133 32303 379 95 0 72115 0
[pid=17604/tid=17605] ppid=17602 vsize=308532 CPUtime=6.21 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 11911 0 0 0 618 3 0 0 25 0 4 0 631628740 315936768 32303 33554432000 4194304 4580107 140733748161552 18446744073709551615 4413588 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=308532 CPUtime=6.28 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 12906 0 0 0 626 2 0 0 25 0 4 0 631628741 315936768 32303 33554432000 4194304 4580107 140733748161552 18446744073709551615 4413356 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=308532 CPUtime=6.29 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 13070 0 0 0 627 2 0 0 25 0 4 0 631628741 315936768 32303 33554432000 4194304 4580107 140733748161552 18446744073709551615 4316555 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 308532

[startup+12.7003 s]
/proc/loadavg: 8.12 8.09 7.89 9/364 17608
/proc/meminfo: memFree=18299988/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=305964 CPUtime=50.61 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 73009 0 0 0 5045 16 0 0 25 0 4 0 631628740 313307136 41754 33554432000 4194304 4580107 140733748161552 18446744073709551615 4413356 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 76491 41754 379 95 0 71473 0
[pid=17604/tid=17605] ppid=17602 vsize=305964 CPUtime=12.54 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 17572 0 0 0 1249 5 0 0 25 0 4 0 631628740 313307136 41754 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=305964 CPUtime=12.68 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 20078 0 0 0 1264 4 0 0 25 0 4 0 631628741 313307136 41754 33554432000 4194304 4580107 140733748161552 18446744073709551615 4324255 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=305964 CPUtime=12.68 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 19755 0 0 0 1265 3 0 0 25 0 4 0 631628741 313307136 41754 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294220 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 305964

[startup+25.501 s]
/proc/loadavg: 8.16 8.10 7.90 9/364 17608
/proc/meminfo: memFree=18183644/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=536884 CPUtime=101.66 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 109029 0 0 0 10143 23 0 0 25 0 4 0 631628740 549769216 67939 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 134221 67939 379 95 0 129203 0
[pid=17604/tid=17605] ppid=17602 vsize=536884 CPUtime=25.18 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 25837 0 0 0 2511 7 0 0 25 0 4 0 631628740 549769216 67940 33554432000 4194304 4580107 140733748161552 18446744073709551615 4413511 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=536884 CPUtime=25.48 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 27813 0 0 0 2543 5 0 0 25 0 4 0 631628741 549769216 67940 33554432000 4194304 4580107 140733748161552 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=536884 CPUtime=25.48 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 30248 0 0 0 2543 5 0 0 25 0 4 0 631628741 549769216 67940 33554432000 4194304 4580107 140733748161552 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 536884

[startup+51.1004 s]
/proc/loadavg: 8.24 8.13 7.91 9/364 17640
/proc/meminfo: memFree=18309592/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=486380 CPUtime=203.76 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 156959 0 0 0 20342 34 0 0 25 0 4 0 631628740 498053120 74753 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 121595 74753 379 95 0 116577 0
[pid=17604/tid=17605] ppid=17602 vsize=486380 CPUtime=50.5 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 37891 0 0 0 5040 10 0 0 25 0 4 0 631628740 498053120 74753 33554432000 4194304 4580107 140733748161552 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=486380 CPUtime=51.08 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 41630 0 0 0 5100 8 0 0 25 0 4 0 631628741 498053120 74753 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=486380 CPUtime=51.08 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 44925 0 0 0 5098 10 0 0 25 0 4 0 631628741 498053120 74753 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 486380

[startup+102.313 s]
/proc/loadavg: 8.24 8.14 7.92 9/364 17641
/proc/meminfo: memFree=18160768/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=547780 CPUtime=408.01 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 256201 0 0 0 40742 59 0 0 25 0 4 0 631628740 560926720 85342 33554432000 4194304 4580107 140733748161552 18446744073709551615 4413617 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 136945 85342 379 95 0 131927 0
[pid=17604/tid=17605] ppid=17602 vsize=547780 CPUtime=101.13 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 65606 0 0 0 10097 16 0 0 25 0 4 0 631628740 560926720 85342 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=547780 CPUtime=102.28 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 66905 0 0 0 10214 14 0 0 25 0 4 0 631628741 560926720 85342 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=547780 CPUtime=102.28 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 86600 0 0 0 10207 21 0 0 25 0 4 0 631628741 560926720 85342 33554432000 4194304 4580107 140733748161552 18446744073709551615 4413351 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 547780

[startup+162.3 s]

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

[pid=17604] ppid=17602 vsize=1183428 CPUtime=2801.1 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 1303390 0 0 0 279771 339 0 0 25 0 4 0 631628740 1211830272 204194 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 295857 204194 379 95 0 290839 0
[pid=17604/tid=17605] ppid=17602 vsize=1183428 CPUtime=694.39 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 311174 0 0 0 69359 80 0 0 25 0 4 0 631628740 1211830272 204194 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=1183428 CPUtime=702.26 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 360588 0 0 0 70131 95 0 0 25 0 4 0 631628741 1211830272 204194 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=1183428 CPUtime=702.16 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 448076 0 0 0 70102 114 0 0 25 0 4 0 631628741 1211830272 204195 33554432000 4194304 4580107 140733748161552 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2801.1
Current children cumulated vsize (KiB) 1183428

[startup+762.314 s]
/proc/loadavg: 8.02 8.08 8.00 10/364 17668
/proc/meminfo: memFree=17265464/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=1240224 CPUtime=3040.46 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 1395415 0 0 0 303681 365 0 0 25 0 4 0 631628740 1269989376 217681 33554432000 4194304 4580107 140733748161552 18446744073709551615 4293225 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 310056 217681 379 95 0 305038 0
[pid=17604/tid=17605] ppid=17602 vsize=1240224 CPUtime=753.72 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 333613 0 0 0 75286 86 0 0 25 0 4 0 631628740 1269989376 217681 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=1240224 CPUtime=762.27 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 388408 0 0 0 76126 101 0 0 25 0 4 0 631628741 1269989376 217681 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294704 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=1240224 CPUtime=762.16 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 475885 0 0 0 76093 123 0 0 25 0 4 0 631628741 1269989376 217681 33554432000 4194304 4580107 140733748161552 18446744073709551615 4324363 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.46
Current children cumulated vsize (KiB) 1240224

[startup+822.3 s]
/proc/loadavg: 8.01 8.07 8.00 9/364 17671
/proc/meminfo: memFree=17333880/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=1032196 CPUtime=3279.72 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 1477489 0 0 0 327580 392 0 0 25 0 4 0 631628740 1056968704 202862 33554432000 4194304 4580107 140733748161552 18446744073709551615 4319414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 258049 202862 386 95 0 253031 0
[pid=17604/tid=17605] ppid=17602 vsize=1032196 CPUtime=813.03 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 353711 0 0 0 81212 91 0 0 25 0 4 0 631628740 1056968704 202862 33554432000 4194304 4580107 140733748161552 18446744073709551615 4502160 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=1032196 CPUtime=822.26 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 410246 0 0 0 82116 110 0 0 25 0 4 0 631628741 1056968704 202862 33554432000 4194304 4580107 140733748161552 18446744073709551615 4416477 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=1032196 CPUtime=822.14 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 503725 0 0 0 82082 132 0 0 25 0 4 0 631628741 1056968704 202862 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3279.72
Current children cumulated vsize (KiB) 1032196

[startup+882.301 s]
/proc/loadavg: 8.15 8.08 8.01 10/364 17672
/proc/meminfo: memFree=17185172/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=1195180 CPUtime=3519.02 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 1577504 0 0 0 351484 418 0 0 25 0 4 0 631628740 1223864320 216838 33554432000 4194304 4580107 140733748161552 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 298795 216838 386 95 0 293777 0
[pid=17604/tid=17605] ppid=17602 vsize=1195180 CPUtime=872.35 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 380514 0 0 0 87136 99 0 0 25 0 4 0 631628740 1223864320 216838 33554432000 4194304 4580107 140733748161552 18446744073709551615 4319336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=1195180 CPUtime=882.26 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 434438 0 0 0 88109 117 0 0 25 0 4 0 631628741 1223864320 216838 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=1195180 CPUtime=882.13 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 533712 0 0 0 88074 139 0 0 25 0 4 0 631628741 1223864320 216839 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.02
Current children cumulated vsize (KiB) 1195180

[startup+942.301 s]
/proc/loadavg: 8.19 8.10 8.01 9/364 17674
/proc/meminfo: memFree=17062380/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=1270636 CPUtime=3758.34 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 1671323 0 0 0 375391 443 0 0 25 0 4 0 631628740 1301131264 216222 33554432000 4194304 4580107 140733748161552 18446744073709551615 4325780 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 317659 216222 386 95 0 312641 0
[pid=17604/tid=17605] ppid=17602 vsize=1270636 CPUtime=931.68 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 398728 0 0 0 93064 104 0 0 25 0 4 0 631628740 1301131264 216222 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=1270636 CPUtime=942.25 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 461400 0 0 0 94101 124 0 0 25 0 4 0 631628741 1301131264 216222 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=1270636 CPUtime=942.11 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 561269 0 0 0 94066 145 0 0 25 0 4 0 631628741 1301131264 216222 33554432000 4194304 4580107 140733748161552 18446744073709551615 4293292 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.34
Current children cumulated vsize (KiB) 1270636

[startup+1002.3 s]
/proc/loadavg: 8.25 8.13 8.02 9/364 17675
/proc/meminfo: memFree=17055508/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=1166016 CPUtime=3997.65 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 1773276 0 0 0 399294 471 0 0 25 0 4 0 631628740 1194000384 210930 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 291504 210930 386 95 0 286486 0
[pid=17604/tid=17605] ppid=17602 vsize=1166016 CPUtime=990.99 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 425216 0 0 0 98988 111 0 0 25 0 4 0 631628740 1194000384 210930 33554432000 4194304 4580107 140733748161552 18446744073709551615 4320708 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=1166016 CPUtime=1002.25 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 490754 0 0 0 100093 132 0 0 25 0 4 0 631628741 1194000384 210930 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=1166016 CPUtime=1002.11 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 590077 0 0 0 100059 152 0 0 25 0 4 0 631628741 1194000384 210930 33554432000 4194304 4580107 140733748161552 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3997.65
Current children cumulated vsize (KiB) 1166016

[startup+1062.3 s]
/proc/loadavg: 8.21 8.13 8.03 10/364 17678
/proc/meminfo: memFree=17013452/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=1309880 CPUtime=4236.97 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 1885116 0 0 0 423198 499 0 0 25 0 4 0 631628740 1341317120 223350 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294524 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 327470 223350 386 95 0 322452 0
[pid=17604/tid=17605] ppid=17602 vsize=1309880 CPUtime=1050.32 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 443609 0 0 0 104915 117 0 0 25 0 4 0 631628740 1341317120 223350 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=1309880 CPUtime=1062.25 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 527248 0 0 0 106085 140 0 0 25 0 4 0 631628741 1341317120 223350 33554432000 4194304 4580107 140733748161552 18446744073709551615 4317131 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=1309880 CPUtime=1062.1 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 618175 0 0 0 106050 160 0 0 25 0 4 0 631628741 1341317120 223350 33554432000 4194304 4580107 140733748161552 18446744073709551615 4324126 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4236.97
Current children cumulated vsize (KiB) 1309880

[startup+1122.3 s]
/proc/loadavg: 8.13 8.12 8.02 9/364 17681
/proc/meminfo: memFree=16950548/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=1210448 CPUtime=4476.26 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 1987897 0 0 0 447100 526 0 0 25 0 4 0 631628740 1239498752 235630 33554432000 4194304 4580107 140733748161552 18446744073709551615 4318491 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 302612 235630 386 95 0 297594 0
[pid=17604/tid=17605] ppid=17602 vsize=1210448 CPUtime=1109.64 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 465481 0 0 0 110840 124 0 0 25 0 4 0 631628740 1239498752 235630 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=1210448 CPUtime=1122.25 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 551818 0 0 0 112079 146 0 0 25 0 4 0 631628741 1239498752 235630 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=1210448 CPUtime=1122.08 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 645394 0 0 0 112041 167 0 0 25 0 4 0 631628741 1239498752 235630 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4476.26
Current children cumulated vsize (KiB) 1210448

[startup+1182.3 s]
/proc/loadavg: 8.15 8.13 8.03 9/364 17682
/proc/meminfo: memFree=16935400/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=1232056 CPUtime=4715.58 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 2081544 0 0 0 471005 553 0 0 25 0 4 0 631628740 1261625344 237651 33554432000 4194304 4580107 140733748161552 18446744073709551615 4318435 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 308014 237651 386 95 0 302996 0
[pid=17604/tid=17605] ppid=17602 vsize=1232056 CPUtime=1168.97 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 489150 0 0 0 116765 132 0 0 25 0 4 0 631628740 1261625344 237651 33554432000 4194304 4580107 140733748161552 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=1232056 CPUtime=1182.25 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 571691 0 0 0 118073 152 0 0 25 0 4 0 631628741 1261625344 237651 33554432000 4194304 4580107 140733748161552 18446744073709551615 4305310 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=1232056 CPUtime=1182.08 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 674305 0 0 0 118033 175 0 0 25 0 4 0 631628741 1261625344 237651 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4715.58
Current children cumulated vsize (KiB) 1232056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.11 8.12 8.03 9/364 17683
/proc/meminfo: memFree=16872628/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=1384252 CPUtime=4800.14 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 2107609 0 0 0 479455 559 0 0 25 0 4 0 631628740 1417474048 252736 33554432000 4194304 4580107 140733748161552 18446744073709551615 4489504 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 346063 252736 386 95 0 341045 0
[pid=17604/tid=17605] ppid=17602 vsize=1384252 CPUtime=1189.91 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 496302 0 0 0 118858 133 0 0 25 0 4 0 631628740 1417474048 252739 33554432000 4194304 4580107 140733748161552 18446744073709551615 4416477 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=1384252 CPUtime=1203.46 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 581696 0 0 0 120192 154 0 0 25 0 4 0 631628741 1417474048 252739 33554432000 4194304 4580107 140733748161552 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=1384252 CPUtime=1203.28 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 679797 0 0 0 120152 176 0 0 25 0 4 0 631628741 1417474048 252739 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 1384252

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

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

[startup+1203.5 s]
/proc/loadavg: 8.11 8.12 8.03 9/364 17683
/proc/meminfo: memFree=16872628/32951124 swapFree=67111348/67111528
[pid=17604] ppid=17602 vsize=1384252 CPUtime=4800.14 cores=0,2,4,6
/proc/17604/stat : 17604 (strangenight2-m) R 17602 17604 17203 0 -1 4202496 2107609 0 0 0 479455 559 0 0 25 0 4 0 631628740 1417474048 252736 33554432000 4194304 4580107 140733748161552 18446744073709551615 4489504 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17604/statm: 346063 252736 386 95 0 341045 0
[pid=17604/tid=17605] ppid=17602 vsize=1384252 CPUtime=1189.91 cores=0,2,4,6
/proc/17604/task/17605/stat : 17605 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 496302 0 0 0 118858 133 0 0 25 0 4 0 631628740 1417474048 252739 33554432000 4194304 4580107 140733748161552 18446744073709551615 4416477 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17604/tid=17606] ppid=17602 vsize=1384252 CPUtime=1203.46 cores=0,2,4,6
/proc/17604/task/17606/stat : 17606 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 581696 0 0 0 120192 154 0 0 25 0 4 0 631628741 1417474048 252739 33554432000 4194304 4580107 140733748161552 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17604/tid=17607] ppid=17602 vsize=1384252 CPUtime=1203.28 cores=0,2,4,6
/proc/17604/task/17607/stat : 17607 (strangenight2-m) R 17602 17604 17203 0 -1 4202560 679797 0 0 0 120152 176 0 0 25 0 4 0 631628741 1417474048 252739 33554432000 4194304 4580107 140733748161552 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 1384252

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.57
CPU time (s): 4800.24
CPU user time (s): 4794.59
CPU system time (s): 5.64314
CPU usage (%): 398.834
Max. virtual memory (cumulated for all children) (KiB): 1384252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.59
system time used= 5.64314
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2107615
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= 3950
involuntary context switches= 24098

runsolver used 4.05738 second user time and 9.57554 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-14 18:55:29
IDJOB=3366966
IDBENCH=71423
IDSOLVER=1844
FILE ID=node145/3366966-1305392129
RUNJOBID= node145-1305389027-17227
PBS_JOBID= 13324435
Free space on /tmp= 73648 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3366966-1305392129/watcher-3366966-1305392129 -o /tmp/evaluation-result-3366966-1305392129/solver-3366966-1305392129 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366966-1305392129.cnf

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

MD5SUM BENCH= d6877629cc818d7e31dc245fb95f0588
RANDOM SEED=1319629491

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18453412 kB
Buffers:        290316 kB
Cached:        8039620 kB
SwapCached:          0 kB
Active:        7602616 kB
Inactive:      6540764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18453412 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            9376 kB
Writeback:           8 kB
AnonPages:     5813268 kB
Mapped:          28044 kB
Slab:           255548 kB
PageTables:      35256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79828476 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= 73644 MiB
End job on node145 at 2011-05-14 19:15:34