Trace number 3366951

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.19 1203.06

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366951-1305392555.cnf'
0.00/0.01	c -- header says num vars:           2400
0.00/0.01	c -- header says num clauses:      266431
0.00/0.07	c -- clauses added:            0 learnts,       266431 normals,            0 xors
0.00/0.07	c -- vars added       2400
0.00/0.07	c Parsing time:  0.04 s
0.00/0.07	c  N st     0         0      2400        75    266356         0    535112         0   no data   no data
0.00/0.07	c asymm  cl-useful: 0/75/75 lits-rem:0 time: 0.00
0.64/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
0.64/0.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.64/0.17	c bin-w-bin subsume rem            0 bins  time:  0.02 s
0.64/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
0.81/0.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2400 time:  0.02 s
0.81/0.22	c Removed useless bin:       0  fixed:     0  props:   1.34M  time:  0.02 s
1.13/0.32	c lits-rem:       319  cl-subs:        0  v-elim:     75  v-fix:    0  time:  0.07 s
1.13/0.32	c Finding binary XORs  T:     0.00 s  found:       0
1.13/0.32	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.13/0.32	c calculated reachability. Time: 0.00
1.13/0.32	c Calc default polars -  time:   0.00 s pos:       0 undec:      75 neg:    2325
1.13/0.32	c =========================================================================================
1.13/0.32	c types(t): F = full restart, N = normal restart
1.13/0.32	c types(t): S = simplification begin/end, E = solution found
1.13/0.32	c restart types(rt): st = static, dy = dynamic
1.13/0.32	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.13/0.32	c  B st     0         0      2325     12254    251777         0    900283         0   no data   no data
3.93/1.02	c  N dy    11      4210      2325     12254    251777      4185    900283    268142     15.11     16.01
3.93/1.02	c  N dy    29      8282      2325     12254    251777      5745    900281    318818     15.10     16.18
5.12/1.36	c  N dy    42     12353      2325     12254    251777      5565    900281    229737     14.96     15.77
6.72/1.71	c  N dy    60     16373      2325     12254    251777      9551    900281    490840     15.03     15.82
7.92/2.09	c  N dy    70     20554      2325     12254    251777      8126    900281    328013     14.96     15.97
9.51/2.47	c  N dy    90     24652      2325     12254    251777     12202    900281    593102     14.98     15.78
9.91/2.50	c  F st    91     25000      2325     12254    251777     12549    900281    613689     14.96     14.55
11.91/3.03	c  N dy    97     30001      2325     12254    251777     10738    900280    439251     14.96   no data
11.91/3.03	c  S st    97     30001      2325     12254    251777     10738    900280    439251     14.96   no data
11.91/3.08	c  S st    97     30505      2325     12254    251777     11242    900280    471319     14.96   no data
11.91/3.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.55/3.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.1M T:  0.38
13.55/3.47	c blocked clauses removed:        0 vars:      0 tried:        2325 T: 0.00 s
13.91/3.50	c bin-w-bin subsume rem            0 bins  time:  0.03 s
25.88/6.61	c subs with bin:        0  lits-rem:     86824  v-fix:    0  time:  3.10 s
26.30/6.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
26.30/6.65	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
26.30/6.67	c lits-rem:       731  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
31.46/7.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.24 s
32.26/8.11	c lits-rem:       149  cl-subs:     1625  v-elim:      0  v-fix:    0  time:  0.17 s
33.06/8.31	c asymm  cl-useful: 0/1768/12254 lits-rem:0 time: 0.20
33.06/8.32	c calculated reachability. Time: 0.00
33.06/8.32	c  N dy    97     30505      2325     12254    251777      9617    812725    429818     14.96   no data
35.08/8.89	c  N dy   121     36321      2325     12254    251777     15383    812725    886583     15.03     15.85
37.05/9.31	c  N dy   155     40438      2325     12254    251777     11633    812725    528520     15.26     16.15
38.65/9.73	c  N dy   184     44509      2325     12254    251777     15677    812725    853480     15.38     16.24
39.04/9.86	c  S st   187     45757      2325     12254    251777     16908    812725    945857     15.34   no data
39.46/9.92	c  S st   187     46257      2325     12254    251777     17408    812725    990200     15.34   no data
39.46/9.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
40.65/10.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.4M T:  0.37
41.04/10.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.04/10.33	c bin-w-bin subsume rem            0 bins  time:  0.03 s
49.42/12.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
49.42/12.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
49.42/12.44	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
49.42/12.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
55.01/13.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
57.03/14.37	c lits-rem:        87  cl-subs:      220  v-elim:      0  v-fix:    0  time:  0.55 s
57.03/14.37	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
57.44/14.41	c vivif2 --  cl tried    17188 cl shrink        0 lits rem          0 time: 0.03
58.20/14.60	c asymm  cl-useful: 0/1312/12254 lits-rem:0 time: 0.19
58.20/14.61	c calculated reachability. Time: 0.00
58.20/14.61	c  N dy   187     46257      2325     12254    251777     17188    812725    979819     15.34   no data
59.80/15.03	c  N dy   208     50346      2325     12254    251777     12366    812725    519627     15.42     21.64
61.41/15.46	c  N dy   238     54574      2325     12254    251777     16566    812725    870512     15.57     16.57
62.99/15.89	c  N dy   262     58642      2325     12254    251777     10706    812725    319403     15.69     16.52
65.00/16.36	c  N dy   284     63286      2325     12254    251777     15313    812725    671022     15.72     16.56
66.58/16.77	c  N dy   307     67447      2325     12254    251777     19442    812725    995890     15.79     16.77
67.38/16.97	c  S st   318     69385      2325     12254    251777     21368    812725   1143102     15.83   no data
67.78/17.04	c  S st   318     69885      2325     12254    251777     10959    812725    271355     15.83   no data
67.78/17.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
68.98/17.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.2M T:  0.32
68.98/17.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
69.38/17.41	c bin-w-bin subsume rem            0 bins  time:  0.03 s
77.36/19.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
77.76/19.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
77.76/19.54	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
77.76/19.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.54/20.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
82.54/20.79	c lits-rem:         8  cl-subs:       19  v-elim:      0  v-fix:    0  time:  0.02 s
82.94/20.80	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
82.94/20.81	c vivif2 --  cl tried    10940 cl shrink        0 lits rem          0 time: 0.01
83.37/21.00	c asymm  cl-useful: 0/2091/12254 lits-rem:0 time: 0.19
83.78/21.01	c calculated reachability. Time: 0.00
83.78/21.01	c  N dy   318     69885      2325     12254    251777     10940    812725    270572     15.83   no data
85.33/21.47	c  N dy   338     74618      2325     12254    251777     15645    812725    622159     15.86     16.76
87.33/21.95	c  N dy   355     79488      2325     12254    251777     20465    812725    999091     15.87     16.73
89.73/22.53	c  N dy   381     84943      2325     12254    251777     13963    812725    450091     15.93     16.78
90.53/22.78	c  F st   394     87502      2325     12254    251777     16506    812725    639671     15.95     15.43
92.15/23.15	c  N st   399     90798      2325     12254    251777     19780    812725    884122     15.95   no data
94.52/23.76	c  N dy   418     96679      2325     12254    251777     25594    812725   1337938     15.96     19.05
96.95/24.37	c  N dy   445    102884      2325     12254    251777     18863    812725    750655     15.99     16.91
97.71/24.58	c  S st   459    104827      2325     12254    251777     20793    812725    898222     16.02     16.40
98.11/24.63	c  S st   459    105330      2325     12254    251777     21296    812725    940489     16.02   no data
98.11/24.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
99.71/25.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.6M T:  0.36
99.71/25.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.71/25.04	c bin-w-bin subsume rem            0 bins  time:  0.03 s
108.09/27.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
108.09/27.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
108.09/27.15	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
108.09/27.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
113.28/28.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
115.27/28.92	c lits-rem:        51  cl-subs:      279  v-elim:      0  v-fix:    0  time:  0.44 s
115.27/28.93	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
115.27/28.96	c vivif2 --  cl tried    21017 cl shrink        0 lits rem          0 time: 0.04
116.07/29.16	c asymm  cl-useful: 0/1254/12254 lits-rem:0 time: 0.20
116.07/29.17	c calculated reachability. Time: 0.00
116.07/29.17	c  N dy   459    105330      2325     12254    251777     21017    812725    928172     16.02   no data
119.26/29.93	c  N dy   478    112190      2325     12254    251777     13932    812725    314259     16.03     16.88
122.46/30.70	c  N dy   519    119708      2325     12254    251777     21406    812725    906595     16.12     17.02
125.65/31.51	c  N dy   547    127409      2325     12254    251777     29055    812725   1463020     16.13     17.13
128.83/32.36	c  N dy   580    135586      2325     12254    251777     22267    812725    875397     16.14     18.38
132.43/33.27	c  N dy   616    144253      2325     12254    251777     30869    812725   1524667     16.14     17.07
136.45/34.26	c  N dy   674    153467      2325     12254    251777     24150    812725   1012980     16.23     19.51
138.42/34.75	c  S st   697    157995      2325     12254    251777     28649    812725   1344217     16.24   no data
138.82/34.81	c  S st   697    158496      2325     12254    251777     29147    812725   1382441     16.24   no data
138.82/34.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
140.44/35.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.8M T:  0.39
140.44/35.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.44/35.25	c bin-w-bin subsume rem            0 bins  time:  0.03 s
148.79/37.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.09 s
148.79/37.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
148.79/37.38	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
148.79/37.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
154.37/38.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
158.76/39.83	c lits-rem:        90  cl-subs:      233  v-elim:      0  v-fix:    0  time:  1.07 s
158.76/39.84	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
158.76/39.89	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.05
159.56/40.10	c asymm  cl-useful: 0/1541/12254 lits-rem:0 time: 0.20
159.96/40.10	c calculated reachability. Time: 0.00
159.96/40.10	c  N dy   697    158496      2325     12254    251777     28914    812725   1369494     16.24   no data
164.36/41.28	c  N dy   734    169389      2325     12254    251777     22851    812725    804224     16.24     17.25
169.14/42.49	c  N dy   770    180563      2325     12254    251777     33932    812725   1628649     16.23     17.12
174.73/43.81	c  N dy   804    192297      2325     12254    251777     27729    812725   1113766     16.20     17.32
179.94/45.17	c  N dy   828    204614      2325     12254    251777     21065    812725    547769     16.16     17.05
185.90/46.61	c  N dy   864    217692      2325     12254    251777     34001    812725   1456743     16.15     17.04
192.29/48.27	c  N dy   890    232443      2325     12254    251777     28737    812725    972375     16.08     17.09
194.68/48.83	c  S st   909    237744      2325     12254    251777     33993    812725   1355164     16.08     15.84
194.68/48.88	c  S st   909    238248      2325     12254    251777     34496    812725   1397308     16.08   no data
194.68/48.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
196.29/49.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.5M T:  0.40
196.29/49.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
196.69/49.32	c bin-w-bin subsume rem            0 bins  time:  0.03 s
205.07/51.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
205.07/51.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
205.07/51.44	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
205.07/51.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
210.67/52.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
214.65/53.86	c lits-rem:       132  cl-subs:     1546  v-elim:      0  v-fix:    0  time:  1.03 s
214.65/53.87	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
215.06/53.93	c vivif2 --  cl tried    32950 cl shrink        0 lits rem          0 time: 0.06
215.83/54.13	c asymm  cl-useful: 0/1520/12254 lits-rem:0 time: 0.20
215.83/54.14	c calculated reachability. Time: 0.00
215.83/54.14	c  N dy   909    238248      2325     12254    251777     32950    812725   1351868     16.08   no data
222.63/55.86	c  N dy   959    253548      2325     12254    251777     27343    812725    881434     16.07     18.76
229.80/57.69	c  N dy  1029    269760      2325     12254    251777     43432    812725   2065447     16.09     16.95
238.19/59.78	c  N dy  1100    288031      2325     12254    251777     39743    812725   1701417     16.10     17.04
246.56/61.85	c  F st  1188    306250      2325     12254    251777     35042    812725   1372404     16.14     16.38
246.97/61.91	c  N st  1189    306500      2325     12254    251777     35290    812725   1388881     16.14   no data
255.74/64.17	c  N dy  1248    326363      2325     12254    251777     31166    812725    983368     16.13     16.98
265.72/66.60	c  N dy  1342    347483      2325     12254    251777     27330    812725    653004     16.15     17.02
269.72/67.67	c  S st  1371    357373      2325     12254    251777     37101    812725   1343539     16.15     16.51
270.12/67.73	c  S st  1371    357873      2325     12254    251777     37601    812725   1385526     16.15   no data
270.12/67.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
271.72/68.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.2M T:  0.40
271.72/68.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
271.72/68.18	c bin-w-bin subsume rem            0 bins  time:  0.03 s
280.10/70.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
280.10/70.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
280.10/70.29	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
280.50/70.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
285.71/71.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
289.70/72.64	c lits-rem:       123  cl-subs:      585  v-elim:      0  v-fix:    0  time:  0.97 s
289.70/72.65	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
290.11/72.71	c vivif2 --  cl tried    37016 cl shrink        0 lits rem          0 time: 0.06
290.87/72.92	c asymm  cl-useful: 0/1449/12254 lits-rem:0 time: 0.21
290.87/72.93	c calculated reachability. Time: 0.00
290.87/72.93	c  N dy  1371    357873      2325     12254    251777     37016    812725   1365348     16.15   no data
300.44/75.35	c  N dy  1440    378697      2325     12254    251777     31898    812725    923040     16.14     17.03
309.62/77.67	c  N dy  1522    398763      2325     12254    251777     51775    812725   2318631     16.14     17.05
319.20/80.02	c  N dy  1588    418911      2325     12254    251777     44996    812725   1747906     16.14     17.04
328.38/82.32	c  N dy  1638    438924      2325     12254    251777     37070    812725   1155449     16.11     16.99
337.56/84.67	c  N dy  1724    458937      2325     12254    251777     56903    812725   2528286     16.13     20.99
346.75/86.99	c  N dy  1818    479434      2325     12254    251777     48519    812725   1938173     16.15     17.01
356.71/89.42	c  N dy  1876    499449      2325     12254    251777     38571    812725   1153563     16.14     18.10
366.29/91.86	c  N dy  1961    519679      2325     12254    251777     58630    812725   2507954     16.15     17.07
374.67/93.90	c  S st  2034    536809      2325     12254    251777     44872    812725   1565636     16.15   no data
374.67/93.95	c  S st  2034    537313      2325     12254    251777     45375    812725   1606653     16.15   no data
374.67/93.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
376.27/94.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.3M T:  0.41
376.27/94.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
376.66/94.41	c bin-w-bin subsume rem            0 bins  time:  0.03 s
384.65/96.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
385.05/96.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
385.05/96.52	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
385.05/96.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
390.66/97.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
395.81/99.29	c lits-rem:       128  cl-subs:      489  v-elim:      0  v-fix:    0  time:  1.37 s
396.21/99.30	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
396.21/99.37	c vivif2 --  cl tried    44886 cl shrink        0 lits rem          0 time: 0.07
397.41/99.60	c asymm  cl-useful: 0/1154/12254 lits-rem:0 time: 0.22
397.41/99.61	c calculated reachability. Time: 0.00
397.41/99.61	c  N dy  2034    537313      2325     12254    251777     44886    812725   1589534     16.15   no data
407.40/102.16	c  N dy  2120    557641      2325     12254    251777     33327    812725    699094     16.17     17.34
416.58/104.46	c  N dy  2207    577692      2325     12254    251777     53174    812725   2075086     16.19     18.78
426.46/106.94	c  N dy  2277    597926      2325     12254    251777     40528    812725   1163339     16.19     17.12
435.97/109.38	c  N dy  2359    618013      2325     12254    251777     60408    812725   2506180     16.19     20.13
445.47/111.76	c  N dy  2417    638036      2325     12254    251777     46576    812725   1503873     16.19     17.17
455.34/114.26	c  N dy  2493    658094      2325     12254    251777     66472    812725   2848892     16.19     18.55
465.23/116.78	c  N dy  2560    679101      2325     12254    251777     52548    812725   1858172     16.19     17.06
475.83/119.44	c  N dy  2621    700298      2325     12254    251777     37904    812725    817024     16.18     17.05
485.30/121.89	c  N dy  2693    720968      2325     12254    251777     58374    812725   2205678     16.17     17.07
495.98/124.50	c  N dy  2764    741289      2325     12254    251777     41850    812725    978654     16.17     17.11
505.56/126.93	c  N dy  2814    761480      2325     12254    251777     61829    812725   2289307     16.16     17.10
515.94/129.52	c  N dy  2878    782169      2325     12254    251777     44734    812725   1178936     16.16     17.07
525.93/132.01	c  N dy  2944    802781      2325     12254    251777     65148    812725   2543832     16.15     17.20
527.52/132.41	c  S st  2957    805970      2325     12254    251777     68306    812725   2768290     16.15   no data
527.52/132.47	c  S st  2957    806472      2325     12254    251777     68805    812725   2807818     16.15   no data
527.52/132.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
529.51/132.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.4M T:  0.45
529.51/132.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
529.51/132.97	c bin-w-bin subsume rem            0 bins  time:  0.03 s
537.89/135.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.06 s
537.89/135.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
537.89/135.08	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
538.28/135.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
543.91/136.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
553.85/139.00	c lits-rem:       210  cl-subs:     1022  v-elim:      0  v-fix:    0  time:  2.47 s
553.85/139.01	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
554.25/139.14	c vivif2 --  cl tried    67783 cl shrink        0 lits rem          0 time: 0.13
555.05/139.35	c asymm  cl-useful: 0/1111/12254 lits-rem:0 time: 0.22
555.05/139.36	c calculated reachability. Time: 0.00
555.05/139.36	c  N dy  2957    806472      2325     12254    251777     67783    812725   2769745     16.15   no data
565.45/142.00	c  N dy  3018    827775      2325     12254    251777     50300    812725   1454434     16.15     17.06
575.40/144.45	c  N dy  3081    847807      2325     12254    251777     70140    812725   2739972     16.14     18.85
585.38/146.91	c  N dy  3148    867824      2325     12254    251777     50343    812725   1405007     16.14     17.87
595.76/149.52	c  N dy  3192    888226      2325     12254    251777     70490    812725   2660294     16.13     17.06
606.53/152.29	c  N dy  3249    910235      2325     12254    251777     51672    812725   1404789     16.12     17.10
616.91/154.84	c  N dy  3315    930322      2325     12254    251777     71530    812725   2633490     16.11     16.97
627.68/157.56	c  N dy  3380    951933      2325     12254    251777     51388    812725   1350622     16.11     17.07
637.27/159.96	c  N dy  3446    972135      2325     12254    251777     71397    812725   2674543     16.10     16.97
648.44/162.73	c  N dy  3507    993792      2325     12254    251777     50265    812725   1231607     16.10     16.99
658.41/165.29	c  N dy  3578   1014307      2325     12254    251777     70586    812725   2517213     16.09     16.99
669.19/167.98	c  N dy  3642   1034498      2325     12254    251777     46992    812725   1007617     16.09     16.96
679.17/170.47	c  N dy  3713   1054828      2325     12254    251777     67142    812725   2325066     16.09     16.98
688.78/172.85	c  F st  3739   1071875      2325     12254    251777     83926    812725   3350737     16.08     14.00
690.74/173.31	c  N st  3744   1075171      2325     12254    251777     87184    812725   3567488     16.08   no data
700.72/175.85	c  N dy  3824   1095362      2325     12254    251777     62701    812725   2009915     16.08     17.00
711.09/178.41	c  N dy  3888   1115559      2325     12254    251777     82691    812725   3274346     16.08     17.06
721.07/180.98	c  N dy  3951   1135598      2325     12254    251777     57001    812725   1520369     16.07     16.93
731.45/183.52	c  N dy  4010   1156524      2325     12254    251777     77699    812725   2871849     16.07     16.94
742.62/186.38	c  N dy  4087   1178376      2325     12254    251777     52828    812725   1214838     16.07     16.94
752.60/188.87	c  N dy  4142   1198417      2325     12254    251777     72645    812725   2468849     16.06     16.92
758.61/190.37	c  S st  4196   1209710      2325     12254    251777     83849    812725   3232780     16.06     15.97
759.03/190.43	c  S st  4196   1210212      2325     12254    251777     84350    812725   3273615     16.06   no data
759.03/190.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
760.98/190.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.0M T:  0.47
760.98/190.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
760.98/190.95	c bin-w-bin subsume rem            0 bins  time:  0.03 s
769.36/193.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
769.36/193.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
769.36/193.07	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
769.76/193.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
775.35/194.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
787.73/197.63	c lits-rem:       333  cl-subs:     1577  v-elim:      0  v-fix:    0  time:  3.03 s
787.73/197.64	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
788.52/197.80	c vivif2 --  cl tried    82773 cl shrink        0 lits rem          0 time: 0.16
789.34/198.03	c asymm  cl-useful: 0/1284/12254 lits-rem:0 time: 0.23
789.34/198.04	c calculated reachability. Time: 0.00
789.34/198.04	c  N dy  4196   1210212      2325     12254    251777     82773    812725   3224365     16.06   no data
799.69/200.67	c  N dy  4256   1230219      2325     12254    251777     55067    812725   1334378     16.06     17.03
810.08/203.20	c  N dy  4315   1250481      2325     12254    251777     75093    812725   2604954     16.05     17.02
820.06/205.80	c  N dy  4379   1270575      2325     12254    251777     94991    812725   3939060     16.05     23.27
831.22/208.54	c  N dy  4450   1291717      2325     12254    251777     67464    812725   2023500     16.05     16.94
842.01/211.25	c  N dy  4520   1311936      2325     12254    251777     87471    812725   3248277     16.04     17.02
853.57/214.11	c  N dy  4599   1333128      2325     12254    251777     58935    812725   1449823     16.04     16.94
863.55/216.65	c  N dy  4657   1353184      2325     12254    251777     78763    812725   2769859     16.04     17.99
874.31/219.38	c  N dy  4724   1373481      2325     12254    251777     98834    812725   4062210     16.04     16.90
885.09/222.03	c  N dy  4775   1394275      2325     12254    251777     68881    812725   2015605     16.03     17.02
895.87/224.73	c  N dy  4822   1414586      2325     12254    251777     88967    812725   3274686     16.02     16.97
907.05/227.54	c  N dy  4868   1435290      2325     12254    251777     58030    812725   1282776     16.02     17.19
917.42/230.11	c  N dy  4952   1455637      2325     12254    251777     78141    812725   2611167     16.02     16.97
928.20/232.86	c  N dy  5019   1475766      2325     12254    251777     98050    812725   3866719     16.02     16.89
939.37/235.69	c  N dy  5094   1497373      2325     12254    251777     67028    812725   1860185     16.02     16.95
949.75/238.21	c  N dy  5162   1517523      2325     12254    251777     86954    812725   3156961     16.02     17.08
960.55/240.96	c  N dy  5213   1537554      2325     12254    251777    106740    812725   4396216     16.01     16.99
973.72/244.21	c  N dy  5283   1562068      2325     12254    251777     77518    812725   2361410     16.01     16.94
984.87/247.06	c  N dy  5372   1582484      2325     12254    251777     97688    812725   3629068     16.01     16.88
996.08/249.82	c  N dy  5454   1602739      2325     12254    251777     63397    812725   1508097     16.02     17.05
1006.01/252.36	c  N dy  5514   1622800      2325     12254    251777     83222    812725   2733821     16.01     17.50
1017.20/255.17	c  N dy  5586   1642935      2325     12254    251777    103122    812725   3978145     16.01     16.86
1027.96/257.87	c  N dy  5654   1663141      2325     12254    251777     67756    812725   1751614     16.01     16.86
1038.74/260.52	c  N dy  5702   1683347      2325     12254    251777     87727    812725   3028503     16.01     16.95
1050.31/263.41	c  N dy  5799   1703493      2325     12254    251777    107703    812725   4307360     16.01     16.93
1054.30/264.47	c  S st  5809   1710212      2325     12254    251777     57961    812725   1056965     16.01     14.95
1054.70/264.52	c  S st  5809   1710717      2325     12254    251777     58464    812725   1099705     16.01   no data
1054.70/264.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1056.30/264.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.6M T:  0.40
1056.30/264.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1056.30/264.97	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1064.68/267.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
1064.68/267.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1064.68/267.09	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1065.08/267.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1069.88/268.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.16 s
1070.70/268.55	c lits-rem:        12  cl-subs:      107  v-elim:      0  v-fix:    0  time:  0.24 s
1070.70/268.56	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
1071.06/268.62	c vivif2 --  cl tried    58357 cl shrink        0 lits rem          0 time: 0.06
1071.86/268.83	c asymm  cl-useful: 0/1221/12254 lits-rem:0 time: 0.21
1071.86/268.84	c calculated reachability. Time: 0.00
1071.86/268.84	c  N dy  5809   1710717      2325     12254    251777     58357    812725   1097488     16.01   no data
1082.24/271.40	c  N dy  5890   1730721      2325     12254    251777     78172    812725   2357891     16.01     18.83
1093.02/274.17	c  N dy  5963   1751636      2325     12254    251777     98863    812725   3698410     16.01     16.91
1105.83/277.31	c  N dy  6039   1771693      2325     12254    251777     61323    812725   1222981     16.01     16.87
1116.16/279.92	c  N dy  6142   1791782      2325     12254    251777     81234    812725   2526035     16.02     17.34
1126.94/282.66	c  N dy  6204   1811851      2325     12254    251777    101107    812725   3786688     16.02     16.96
1138.11/285.48	c  N dy  6257   1832058      2325     12254    251777     62726    812725   1293669     16.01     16.86
1148.89/288.14	c  N dy  6338   1852630      2325     12254    251777     83079    812725   2560533     16.02     16.86
1160.86/291.10	c  N dy  6384   1874969      2325     12254    251777    105172    812725   3998711     16.01     17.22
1172.44/294.07	c  N dy  6466   1894987      2325     12254    251777     65629    812725   1416146     16.01     17.72
1182.81/296.68	c  N dy  6560   1915036      2325     12254    251777     85518    812725   2689944     16.01     17.29
1193.98/299.46	c  N dy  6643   1935254      2325     12254    251777    105522    812725   3979401     16.02     17.07
1205.56/302.38	c  N dy  6714   1955291      2325     12254    251777     64945    812725   1328294     16.02     19.64
1216.34/305.08	c  N dy  6781   1976612      2325     12254    251777     86035    812725   2674096     16.02     16.87
1227.92/307.95	c  N dy  6838   1996722      2325     12254    251777    105895    812725   3866745     16.01     16.90
1239.89/310.90	c  N dy  6913   2016801      2325     12254    251777     64427    812725   1241643     16.01     16.95
1250.28/313.56	c  N dy  6990   2036804      2325     12254    251777     84236    812725   2478660     16.01     16.86
1262.23/316.50	c  N dy  7067   2057204      2325     12254    251777    104414    812725   3693766     16.01     16.91
1275.40/319.84	c  N dy  7132   2078556      2325     12254    251777     63148    812725   1121268     16.01     16.95
1285.81/322.46	c  N dy  7208   2098847      2325     12254    251777     83240    812725   2346455     16.01     16.90
1296.95/325.27	c  N dy  7292   2118895      2325     12254    251777    103069    812725   3593393     16.01     16.99
1308.92/328.22	c  N dy  7374   2138970      2325     12254    251777    122947    812725   4876506     16.01     19.70
1320.52/331.17	c  N dy  7416   2159888      2325     12254    251777     80287    812725   2069254     16.01     16.87
1331.68/333.93	c  N dy  7495   2180042      2325     12254    251777    100248    812725   3350786     16.01     17.15
1343.64/336.91	c  N dy  7568   2200182      2325     12254    251777    120184    812725   4639850     16.01     16.95
1350.43/338.61	c  S st  7616   2210720      2325     12254    251777     66303    812725   1221365     16.01     15.18
1350.43/338.66	c  S st  7616   2211221      2325     12254    251777     66803    812725   1260545     16.01   no data
1350.43/338.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1352.02/339.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.9M T:  0.41
1352.43/339.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1352.43/339.13	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1360.79/341.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
1360.79/341.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1360.79/341.25	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1360.79/341.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1365.59/342.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.17 s
1366.78/342.72	c lits-rem:        16  cl-subs:      114  v-elim:      0  v-fix:    0  time:  0.24 s
1366.78/342.73	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
1367.18/342.80	c vivif2 --  cl tried    66689 cl shrink        0 lits rem          0 time: 0.07
1367.98/343.02	c asymm  cl-useful: 0/1204/12254 lits-rem:0 time: 0.21
1367.98/343.03	c calculated reachability. Time: 0.00
1367.98/343.03	c  N dy  7616   2211221      2325     12254    251777     66689    812725   1256990     16.01   no data
1378.76/345.77	c  N dy  7694   2232061      2325     12254    251777     87316    812725   2557190     16.01     16.96
1390.75/348.73	c  N dy  7779   2253086      2325     12254    251777    108132    812725   3922279     16.01     17.11
1402.71/351.78	c  N dy  7838   2273184      2325     12254    251777    128041    812725   5177516     16.01     18.18
1413.87/354.59	c  N dy  7920   2293187      2325     12254    251777     82544    812725   2163454     16.01     16.90
1425.46/357.48	c  N dy  7970   2313265      2325     12254    251777    102375    812725   3363969     16.00     19.31
1437.43/360.49	c  N dy  8051   2333424      2325     12254    251777    122316    812725   4626957     16.00     16.88
1450.19/363.63	c  N dy  8105   2354314      2325     12254    251777     76682    812725   1821165     16.00     16.93
1461.76/366.52	c  N dy  8160   2374793      2325     12254    251777     96839    812725   2991625     16.00     16.93
1473.33/369.47	c  N dy  8237   2394932      2325     12254    251777    116756    812725   4197649     16.00     16.86
1485.71/372.54	c  N dy  8302   2414989      2325     12254    251777     69375    812725   1292188     16.00     19.01
1496.11/375.17	c  N dy  8355   2434993      2325     12254    251777     89100    812725   2492357     16.00     17.04
1507.66/378.06	c  N dy  8415   2455020      2325     12254    251777    108896    812725   3686496     15.99     16.96
1520.43/381.25	c  N dy  8476   2475966      2325     12254    251777    129549    812725   4900208     15.99     16.92
1532.00/384.18	c  N dy  8545   2496666      2325     12254    251777     81885    812725   2035100     15.99     16.94
1543.17/386.94	c  N dy  8617   2516725      2325     12254    251777    101724    812725   3288070     15.99     18.51
1555.95/390.19	c  N dy  8668   2538790      2325     12254    251777    123514    812725   4591905     15.98     16.97
1568.72/393.32	c  N dy  8724   2559333      2325     12254    251777     74645    812725   1527357     15.98     16.87
1579.93/396.19	c  N dy  8787   2580511      2325     12254    251777     95590    812725   2848413     15.98     16.86
1591.87/399.19	c  N dy  8860   2600979      2325     12254    251777    115831    812725   4107893     15.98     16.85
1604.63/402.32	c  N dy  8919   2621214      2325     12254    251777    135866    812725   5332106     15.98     16.95
1616.60/405.30	c  N dy  8994   2641684      2325     12254    251777     85913    812725   2184280     15.97     16.86
1627.80/408.12	c  N dy  9066   2661920      2325     12254    251777    105931    812725   3478221     15.97     16.86
1641.74/411.60	c  N dy  9143   2684456      2325     12254    251777    128185    812725   4839724     15.97     16.86
1654.14/414.80	c  N dy  9217   2705039      2325     12254    251777     77371    812725   1614740     15.97     16.90
1657.71/415.60	c  S st  9242   2711221      2325     12254    251777     83502    812725   2009269     15.97   no data
1657.71/415.67	c  S st  9242   2711724      2325     12254    251777     84005    812725   2046311     15.97   no data
1657.71/415.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1659.70/416.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.0M T:  0.45
1659.70/416.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1659.70/416.17	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1668.09/418.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
1668.09/418.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1668.09/418.29	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1668.49/418.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1674.07/419.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
1678.07/420.72	c lits-rem:        86  cl-subs:      480  v-elim:      0  v-fix:    0  time:  1.00 s
1678.07/420.73	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
1678.47/420.84	c vivif2 --  cl tried    83525 cl shrink        0 lits rem          0 time: 0.11
1679.27/421.06	c asymm  cl-useful: 0/1199/12254 lits-rem:0 time: 0.22
1679.27/421.07	c calculated reachability. Time: 0.00
1679.27/421.07	c  N dy  9242   2711724      2325     12254    251777     83525    812725   2029898     15.97   no data
1690.44/423.83	c  N dy  9323   2731795      2325     12254    251777    103383    812725   3269370     15.98     16.86
1703.60/427.19	c  N dy  9375   2754203      2325     12254    251777    125534    812725   4593677     15.97     16.85
1717.57/430.61	c  N dy  9429   2774294      2325     12254    251777     73183    812725   1310199     15.97     20.53
1727.96/433.29	c  N dy  9502   2794632      2325     12254    251777     93280    812725   2589327     15.97     16.81
1740.33/436.30	c  N dy  9565   2815305      2325     12254    251777    113745    812725   3829836     15.97     16.88
1753.09/439.57	c  N dy  9614   2835528      2325     12254    251777    133681    812725   4960156     15.97     16.83
1765.86/442.77	c  N dy  9701   2855555      2325     12254    251777     80348    812725   1682335     15.97     21.83
1777.83/445.77	c  N dy  9771   2876530      2325     12254    251777    101046    812725   2940370     15.97     16.85
1789.82/448.71	c  N dy  9830   2896625      2325     12254    251777    120897    812725   4129139     15.97     16.84
1802.18/451.82	c  N dy  9918   2916629      2325     12254    251777    140715    812725   5376763     15.97     16.84
1814.15/454.89	c  N dy  9962   2936722      2325     12254    251777     86399    812725   2001516     15.97     16.92
1825.76/457.73	c  N dy 10027   2956995      2325     12254    251777    106411    812725   3200475     15.96     16.85
1837.70/460.79	c  N dy 10101   2977001      2325     12254    251777    126190    812725   4406837     15.96     20.28
1850.47/463.98	c  N dy 10170   2997515      2325     12254    251777    146492    812725   5679999     15.96     16.94
1862.84/467.00	c  N dy 10240   3017759      2325     12254    251777     91371    812725   2267864     15.96     16.84
1874.04/469.89	c  N dy 10317   3037929      2325     12254    251777    111338    812725   3519451     15.96     16.87
1886.39/472.91	c  N dy 10385   3057978      2325     12254    251777    131130    812725   4734247     15.96     16.86
1899.56/476.25	c  N dy 10450   3078416      2325     12254    251777    151336    812725   5948355     15.96     16.86
1911.93/479.32	c  N dy 10529   3099632      2325     12254    251777     96215    812725   2520834     15.96     16.82
1924.30/482.42	c  N dy 10593   3120313      2325     12254    251777    116663    812725   3734740     15.96     16.89
1937.07/485.65	c  N dy 10681   3140417      2325     12254    251777    136560    812725   4984269     15.96     16.83
1951.04/489.15	c  N dy 10737   3160815      2325     12254    251777     79590    812725   1474453     15.96     17.10
1962.21/491.95	c  N dy 10808   3181222      2325     12254    251777     99770    812725   2690719     15.96     16.80
1975.02/495.16	c  N dy 10877   3201316      2325     12254    251777    119572    812725   3882808     15.96     21.07
1981.76/496.85	c  S st 10909   3211724      2325     12254    251777    129873    812725   4513971     15.96   no data
1982.16/496.93	c  S st 10909   3212227      2325     12254    251777    130375    812725   4551404     15.96   no data
1982.16/496.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1984.55/497.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.9M T:  0.57
1984.55/497.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1984.55/497.55	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1992.94/499.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
1992.94/499.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1992.94/499.67	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1993.34/499.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1999.72/501.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.46 s
2015.28/505.24	c lits-rem:       252  cl-subs:     3072  v-elim:      0  v-fix:    0  time:  3.90 s
2015.28/505.25	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
2016.08/505.48	c vivif2 --  cl tried   127303 cl shrink        0 lits rem          0 time: 0.24
2017.28/505.74	c asymm  cl-useful: 0/938/12254 lits-rem:0 time: 0.26
2017.28/505.75	c calculated reachability. Time: 0.00
2017.28/505.75	c  N dy 10909   3212227      2325     12254    251777    127303    812725   4466067     15.96   no data
2030.45/509.00	c  N dy 10987   3232308      2325     12254    251777    147172    812725   5682293     15.96     19.11
2044.42/512.50	c  N dy 11064   3254579      2325     12254    251777     91109    812725   2126188     15.96     17.09
2056.00/515.46	c  N dy 11155   3274651      2325     12254    251777    110978    812725   3337865     15.96     16.90
2067.96/518.49	c  N dy 11227   3294685      2325     12254    251777    130793    812725   4551255     15.96     16.82
2081.54/521.81	c  N dy 11310   3314869      2325     12254    251777    150782    812725   5791207     15.96     16.82
2095.11/525.21	c  N dy 11375   3336997      2325     12254    251777     93529    812725   2218691     15.96     17.08
2107.08/528.24	c  N dy 11409   3357308      2325     12254    251777    113527    812725   3350711     15.96     16.90
2120.24/531.51	c  N dy 11476   3378515      2325     12254    251777    134493    812725   4643302     15.96     16.85
2133.41/534.81	c  N dy 11545   3398968      2325     12254    251777    154712    812725   5844202     15.96     16.89
2145.40/537.85	c  N dy 11604   3418980      2325     12254    251777     94479    812725   2320035     15.96     21.27
2156.97/540.75	c  N dy 11658   3439025      2325     12254    251777    114304    812725   3517781     15.95     16.90
2169.74/543.94	c  N dy 11732   3459474      2325     12254    251777    134521    812725   4757803     15.95     16.84
2182.51/547.11	c  N dy 11789   3479568      2325     12254    251777    154388    812725   5998558     15.95     16.82
2194.88/550.29	c  N dy 11884   3499662      2325     12254    251777     93257    812725   2141783     15.96     16.84
2206.46/553.19	c  N dy 11975   3519686      2325     12254    251777    113071    812725   3351293     15.96     18.82
2218.82/556.26	c  N dy 12068   3539747      2325     12254    251777    132928    812725   4603234     15.96     22.76
2231.60/559.49	c  N dy 12132   3559872      2325     12254    251777    152837    812725   5827954     15.96     16.83
2245.17/562.88	c  N dy 12192   3580511      2325     12254    251777     91130    812725   1977109     15.96     16.82
2256.74/565.72	c  N dy 12238   3600530      2325     12254    251777    110877    812725   3166795     15.96     16.84
2269.14/568.82	c  N dy 12330   3620619      2325     12254    251777    130811    812725   4430585     15.96     16.82
2282.31/572.16	c  N dy 12387   3641564      2325     12254    251777    151505    812725   5668928     15.96     16.90
2296.24/575.68	c  N dy 12437   3661661      2325     12254    251777     88246    812725   1735169     15.95     16.87
2308.65/578.71	c  N dy 12501   3681903      2325     12254    251777    108232    812725   2984291     15.95     16.81
2321.82/582.03	c  N dy 12569   3701993      2325     12254    251777    128072    812725   4170745     15.95     16.88
2328.57/583.78	c  S st 12591   3712228      2325     12254    251777    138190    812725   4786765     15.95   no data
2328.97/583.85	c  S st 12591   3712733      2325     12254    251777    138695    812725   4826009     15.95   no data
2328.97/583.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2331.35/584.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.1M T:  0.62
2331.75/584.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2331.75/584.53	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2340.13/586.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.09 s
2340.13/586.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2340.13/586.67	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
2340.53/586.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2346.92/588.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
2361.68/592.02	c lits-rem:       190  cl-subs:     3322  v-elim:      0  v-fix:    0  time:  3.63 s
2361.68/592.03	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
2362.48/592.28	c vivif2 --  cl tried   135373 cl shrink        0 lits rem          0 time: 0.25
2363.69/592.54	c asymm  cl-useful: 0/1548/12254 lits-rem:0 time: 0.25
2363.69/592.55	c calculated reachability. Time: 0.00
2363.69/592.55	c  N dy 12591   3712733      2325     12254    251777    135373    812725   4737493     15.95   no data
2377.26/595.91	c  N dy 12659   3732758      2325     12254    251777    155161    812725   5911265     15.95     16.93
2390.03/599.13	c  F st 12718   3751563      2325     12254    251777     89778    812725   1813314     15.95     14.12
2391.22/599.44	c  N st 12722   3753598      2325     12254    251777     91790    812725   1945468     15.95   no data
2402.79/602.34	c  N dy 12782   3773647      2325     12254    251777    111623    812725   3148708     15.95     16.80
2415.56/605.52	c  N dy 12859   3794869      2325     12254    251777    132601    812725   4427887     15.95     16.85
2429.13/608.99	c  N dy 12956   3815053      2325     12254    251777    152592    812725   5652839     15.95     17.05
2444.32/612.78	c  N dy 13031   3835482      2325     12254    251777     87804    812725   1639107     15.95     16.97
2455.87/615.60	c  N dy 13095   3855884      2325     12254    251777    107997    812725   2906815     15.95     16.88
2467.84/618.65	c  N dy 13183   3876693      2325     12254    251777    128631    812725   4188608     15.95     16.85
2481.01/621.97	c  N dy 13218   3897190      2325     12254    251777    148824    812725   5317364     15.94     16.87
2494.98/625.41	c  N dy 13268   3918253      2325     12254    251777    169623    812725   6513213     15.94     17.15
2507.75/628.60	c  N dy 13335   3938959      2325     12254    251777    104038    812725   2531696     15.94     17.02
2519.72/631.61	c  N dy 13404   3959296      2325     12254    251777    124159    812725   3776054     15.94     16.80
2531.70/634.67	c  N dy 13489   3979336      2325     12254    251777    143973    812725   5011962     15.94     16.86
2545.70/638.20	c  N dy 13533   3999952      2325     12254    251777    164349    812725   6188446     15.94     16.80
2559.23/641.57	c  N dy 13610   4019956      2325     12254    251777     97148    812725   2105933     15.94     16.98
2570.41/644.38	c  N dy 13659   4039981      2325     12254    251777    116877    812725   3283416     15.94     16.78
2583.57/647.68	c  N dy 13740   4061788      2325     12254    251777    138466    812725   4593837     15.94     16.82
2596.74/650.95	c  N dy 13811   4081848      2325     12254    251777    158335    812725   5800497     15.94     21.61
2611.13/654.58	c  N dy 13870   4102658      2325     12254    251777     90943    812725   1678443     15.94     16.79
2622.68/657.41	c  N dy 13951   4122955      2325     12254    251777    111039    812725   2878522     15.94     17.05
2634.65/660.40	c  N dy 14027   4143201      2325     12254    251777    131054    812725   4080154     15.94     16.78
2647.02/663.52	c  N dy 14072   4163564      2325     12254    251777    151151    812725   5275801     15.93     16.81
2660.19/666.85	c  N dy 14134   4183655      2325     12254    251777    170974    812725   6440686     15.93     16.78
2674.16/670.30	c  N dy 14201   4204092      2325     12254    251777    102200    812725   2316046     15.93     16.78
2678.96/671.59	c  S st 14244   4212733      2325     12254    251777    110745    812725   2848555     15.93     15.19
2679.36/671.66	c  S st 14244   4213236      2325     12254    251777    111247    812725   2885465     15.93   no data
2679.36/671.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2681.37/672.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.6M T:  0.49
2681.37/672.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2681.37/672.20	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2689.73/674.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
2689.73/674.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2690.15/674.32	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
2690.15/674.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2695.71/675.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
2703.32/677.69	c lits-rem:       100  cl-subs:      999  v-elim:      0  v-fix:    0  time:  1.97 s
2703.32/677.70	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
2704.09/677.86	c vivif2 --  cl tried   110248 cl shrink        0 lits rem          0 time: 0.16
2705.30/678.10	c asymm  cl-useful: 0/1062/12254 lits-rem:0 time: 0.24
2705.30/678.11	c calculated reachability. Time: 0.00
2705.30/678.11	c  N dy 14244   4213236      2325     12254    251777    110248    812725   2856438     15.93   no data
2716.49/681.00	c  N dy 14330   4233292      2325     12254    251777    130116    812725   4085662     15.93     16.78
2730.08/684.37	c  N dy 14390   4255365      2325     12254    251777    151916    812725   5385421     15.93     16.83
2743.24/687.67	c  N dy 14463   4275873      2325     12254    251777    172201    812725   6631070     15.93     16.99
2756.00/690.84	c  N dy 14524   4296776      2325     12254    251777    102899    812725   2296564     15.93     17.06
2767.55/693.71	c  N dy 14601   4317448      2325     12254    251777    123333    812725   3523772     15.93     16.91
2779.92/696.87	c  N dy 14676   4337516      2325     12254    251777    143167    812725   4703165     15.93     21.01
2792.69/700.09	c  N dy 14754   4357663      2325     12254    251777    163113    812725   5921900     15.93     16.83
2806.66/703.50	c  N dy 14817   4378237      2325     12254    251777     92509    812725   1637659     15.93     16.96
2817.88/706.34	c  N dy 14895   4398348      2325     12254    251777    112408    812725   2829529     15.93     16.99
2829.82/709.35	c  N dy 14987   4418486      2325     12254    251777    132332    812725   4032201     15.94     16.85
2845.37/713.26	c  N dy 15054   4442545      2325     12254    251777    156070    812725   5337489     15.94     16.82
2858.54/716.57	c  N dy 15133   4462866      2325     12254    251777    176166    812725   6561229     15.94     16.78
2872.11/719.94	c  N dy 15210   4482954      2325     12254    251777    104110    812725   2287573     15.94     17.70
2884.07/722.92	c  N dy 15288   4503160      2325     12254    251777    124115    812725   3455997     15.94     16.95
2897.24/726.26	c  N dy 15355   4524467      2325     12254    251777    145142    812725   4696577     15.94     16.84
2910.06/729.50	c  N dy 15400   4544807      2325     12254    251777    165225    812725   5882743     15.93     16.78
2923.98/732.91	c  N dy 15465   4565141      2325     12254    251777    185317    812725   7057218     15.93     16.86
2935.98/735.94	c  N dy 15540   4585486      2325     12254    251777    112540    812725   2731067     15.93     16.96
2947.94/738.93	c  N dy 15590   4606127      2325     12254    251777    132920    812725   3936334     15.93     16.87
2959.90/741.91	c  N dy 15655   4626205      2325     12254    251777    152783    812725   5181747     15.93     16.80
2972.68/745.15	c  N dy 15744   4646427      2325     12254    251777    172767    812725   6414547     15.93     16.90
2986.24/748.58	c  N dy 15838   4666432      2325     12254    251777     98630    812725   1874852     15.93     16.80
2997.44/751.40	c  N dy 15897   4686668      2325     12254    251777    118629    812725   3038029     15.93     16.82
3011.39/754.86	c  N dy 15942   4706688      2325     12254    251777    138329    812725   4130728     15.93     16.84
3016.18/756.04	c  S st 15968   4713237      2325     12254    251777    144805    812725   4502419     15.93     15.20
3016.58/756.13	c  S st 15968   4713742      2325     12254    251777    145310    812725   4543208     15.93   no data
3016.58/756.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3018.97/756.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.0M T:  0.60
3018.97/756.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3018.97/756.79	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3027.36/758.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.10 s
3027.76/758.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.03 s
3027.76/758.94	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
3027.76/758.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3034.13/760.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
3048.10/764.05	c lits-rem:       274  cl-subs:     2695  v-elim:      0  v-fix:    0  time:  3.50 s
3048.10/764.06	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
3049.30/764.31	c vivif2 --  cl tried   142615 cl shrink        0 lits rem          0 time: 0.25
3050.12/764.56	c asymm  cl-useful: 0/1190/12254 lits-rem:0 time: 0.25
3050.12/764.57	c calculated reachability. Time: 0.00
3050.12/764.57	c  N dy 15968   4713742      2325     12254    251777    142615    812725   4471594     15.93   no data
3062.88/767.81	c  N dy 16056   4733746      2325     12254    251777    162426    812725   5650012     15.93     16.77
3076.47/771.16	c  N dy 16126   4753803      2325     12254    251777    182269    812725   6819145     15.93     20.13
3090.04/774.51	c  N dy 16215   4774065      2325     12254    251777    107462    812725   2336091     15.93     16.79
3101.19/777.31	c  N dy 16281   4794136      2325     12254    251777    127309    812725   3544944     15.93     22.21
3113.15/780.36	c  N dy 16344   4814218      2325     12254    251777    147144    812725   4741093     15.93     16.82
3127.12/783.85	c  N dy 16404   4835563      2325     12254    251777    168216    812725   5946231     15.93     16.81
3140.69/787.21	c  N dy 16452   4855692      2325     12254    251777    188054    812725   7104969     15.93     16.77
3153.07/790.39	c  N dy 16513   4875978      2325     12254    251777    112229    812725   2542231     15.93     16.81
3165.44/793.47	c  N dy 16589   4896897      2325     12254    251777    132931    812725   3783285     15.93     16.95
3178.21/796.69	c  N dy 16643   4917032      2325     12254    251777    152806    812725   4885094     15.93     16.95
3191.37/799.98	c  N dy 16702   4937184      2325     12254    251777    172702    812725   6016754     15.92     16.77
3204.95/803.32	c  N dy 16765   4957309      2325     12254    251777    192567    812725   7199813     15.92     16.89
3217.35/806.46	c  N dy 16834   4977582      2325     12254    251777    115809    812725   2712759     15.92     16.78
3229.29/809.47	c  N dy 16908   4997648      2325     12254    251777    135671    812725   3860688     15.92     17.11
3241.66/812.56	c  N dy 16955   5018192      2325     12254    251777    155946    812725   5059635     15.92     16.78
3254.83/815.86	c  N dy 17028   5039274      2325     12254    251777    176764    812725   6290105     15.92     16.89
3270.04/819.66	c  N dy 17121   5060250      2325     12254    251777     99683    812725   1754701     15.92     16.77
3281.17/822.49	c  N dy 17172   5080852      2325     12254    251777    120019    812725   2933844     15.92     16.84
3293.15/825.46	c  N dy 17239   5101037      2325     12254    251777    139982    812725   4093768     15.92     16.84
3306.71/828.88	c  N dy 17308   5121072      2325     12254    251777    159698    812725   5165539     15.92     25.33
3320.28/832.23	c  N dy 17378   5141076      2325     12254    251777    179442    812725   6290905     15.92     18.54
3334.65/835.87	c  N dy 17464   5161134      2325     12254    251777    100511    812725   1764683     15.92     19.65
3345.82/838.66	c  N dy 17539   5181320      2325     12254    251777    120470    812725   2990437     15.92     16.78
3357.42/841.59	c  N dy 17600   5201435      2325     12254    251777    140372    812725   4224347     15.92     17.19
3366.20/843.78	c  S st 17649   5213742      2325     12254    251777    152542    812725   4933813     15.92   no data
3366.61/843.86	c  S st 17649   5214244      2325     12254    251777    153044    812725   4969511     15.92   no data
3366.61/843.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3369.37/844.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.1M T:  0.62
3369.37/844.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3369.37/844.54	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3377.75/846.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.15 s
3378.15/846.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3378.15/846.73	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
3378.15/846.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3385.33/848.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.56 s
3398.90/851.91	c lits-rem:       198  cl-subs:     1877  v-elim:      0  v-fix:    0  time:  3.41 s
3398.90/851.92	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
3400.10/852.20	c vivif2 --  cl tried   151167 cl shrink        0 lits rem          0 time: 0.28
3400.90/852.46	c asymm  cl-useful: 0/1292/12254 lits-rem:0 time: 0.26
3400.90/852.47	c calculated reachability. Time: 0.00
3400.90/852.47	c  N dy 17649   5214244      2325     12254    251777    151167    812725   4913572     15.92   no data
3414.49/855.83	c  N dy 17734   5234693      2325     12254    251777    171389    812725   6117272     15.92     16.86
3428.07/859.27	c  N dy 17780   5255490      2325     12254    251777    191882    812725   7309727     15.92     16.79
3441.24/862.58	c  N dy 17832   5275521      2325     12254    251777    111862    812725   2340539     15.92     16.82
3453.18/865.51	c  N dy 17875   5295770      2325     12254    251777    131849    812725   3491967     15.92     16.78
3465.55/868.65	c  N dy 17964   5315922      2325     12254    251777    151773    812725   4674513     15.92     16.81
3479.12/872.01	c  N dy 18034   5336024      2325     12254    251777    171654    812725   5851284     15.92     16.81
3492.28/875.38	c  N dy 18105   5356066      2325     12254    251777    191507    812725   7055858     15.92     16.85
3505.85/878.75	c  N dy 18190   5376082      2325     12254    251777    110532    812725   2295809     15.92     23.42
3517.82/881.70	c  N dy 18280   5396104      2325     12254    251777    130357    812725   3491555     15.92     18.04
3530.20/884.82	c  N dy 18320   5416168      2325     12254    251777    150160    812725   4599129     15.92     16.76
3542.97/888.04	c  N dy 18380   5436214      2325     12254    251777    169983    812725   5755675     15.92     16.85
3556.53/891.47	c  N dy 18449   5456247      2325     12254    251777    189764    812725   6893944     15.92     16.83
3570.90/895.00	c  N dy 18525   5476325      2325     12254    251777    107803    812725   2066261     15.92     16.77
3582.87/898.04	c  N dy 18592   5496742      2325     12254    251777    127999    812725   3216103     15.92     16.83
3595.64/901.22	c  N dy 18653   5516747      2325     12254    251777    147732    812725   4357825     15.91     17.03
3609.20/904.60	c  N dy 18703   5537113      2325     12254    251777    167834    812725   5484167     15.91     16.80
3622.78/908.07	c  N dy 18792   5557526      2325     12254    251777    188042    812725   6695877     15.91     16.75
3637.15/911.70	c  N dy 18863   5577677      2325     12254    251777    105198    812725   1866887     15.91     16.78
3649.52/914.75	c  N dy 18920   5599035      2325     12254    251777    126308    812725   3060698     15.91     16.78
3662.29/917.96	c  N dy 18982   5619105      2325     12254    251777    146145    812725   4169882     15.91     16.89
3675.85/921.38	c  N dy 19062   5639565      2325     12254    251777    166358    812725   5355733     15.91     16.81
3689.83/924.87	c  N dy 19128   5659702      2325     12254    251777    186289    812725   6491160     15.91     16.89
3706.19/928.90	c  N dy 19206   5681894      2325     12254    251777    104458    812725   1780065     15.91     16.79
3717.39/931.73	c  N dy 19264   5702120      2325     12254    251777    124424    812725   2937662     15.91     16.76
3724.54/933.52	c  S st 19308   5714244      2325     12254    251777    136449    812725   3667227     15.91   no data
3724.94/933.60	c  S st 19308   5714745      2325     12254    251777    136949    812725   3707548     15.91   no data
3724.94/933.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3726.94/934.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.2M T:  0.57
3727.34/934.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3727.34/934.23	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3735.72/936.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.13 s
3735.72/936.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3736.12/936.40	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
3736.12/936.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3742.51/938.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.50 s
3750.89/940.19	c lits-rem:       143  cl-subs:     1466  v-elim:      0  v-fix:    0  time:  2.12 s
3751.29/940.20	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
3752.09/940.41	c vivif2 --  cl tried   135483 cl shrink        0 lits rem          0 time: 0.21
3752.93/940.65	c asymm  cl-useful: 0/1467/12254 lits-rem:0 time: 0.24
3752.93/940.66	c calculated reachability. Time: 0.00
3752.93/940.66	c  N dy 19308   5714745      2325     12254    251777    135483    812725   3666129     15.91   no data
3766.09/943.96	c  N dy 19386   5736057      2325     12254    251777    156549    812725   4898836     15.91     16.75
3780.41/947.56	c  N dy 19480   5757617      2325     12254    251777    177873    812725   6173969     15.91     16.85
3795.19/951.29	c  N dy 19559   5778731      2325     12254    251777    198751    812725   7373815     15.91     16.76
3809.16/954.74	c  N dy 19631   5799066      2325     12254    251777    114040    812725   2310112     15.91     16.80
3821.53/957.81	c  N dy 19681   5819107      2325     12254    251777    133805    812725   3415866     15.91     16.79
3835.10/961.28	c  N dy 19750   5839601      2325     12254    251777    154100    812725   4583232     15.91     16.76
3849.50/964.81	c  N dy 19827   5859942      2325     12254    251777    174214    812725   5736195     15.91     16.79
3865.03/968.72	c  N dy 19902   5881626      2325     12254    251777    195679    812725   6956884     15.91     16.76
3879.81/972.49	c  N dy 19972   5901641      2325     12254    251777    109659    812725   1980014     15.91     16.77
3892.57/975.68	c  N dy 20021   5922265      2325     12254    251777    129979    812725   3065882     15.91     16.96
3905.34/978.85	c  N dy 20084   5942311      2325     12254    251777    149819    812725   4204521     15.91     16.75
3918.91/982.25	c  N dy 20162   5963096      2325     12254    251777    170375    812725   5402597     15.91     16.85
3932.90/985.74	c  N dy 20207   5983111      2325     12254    251777    190115    812725   6483307     15.90     17.48
3947.23/989.31	c  N dy 20281   6003169      2325     12254    251777    209943    812725   7629000     15.90     18.39
3960.00/992.59	c  N dy 20343   6023815      2325     12254    251777    123631    812725   2743696     15.90     16.76
3972.78/995.73	c  N dy 20405   6044112      2325     12254    251777    143630    812725   3886809     15.90     16.78
3986.74/999.27	c  N dy 20466   6066623      2325     12254    251777    165890    812725   5184201     15.90     16.76
4000.71/1002.75	c  N dy 20509   6086823      2325     12254    251777    185809    812725   6318436     15.90     16.75
4015.48/1006.44	c  N dy 20587   6106943      2325     12254    251777    205734    812725   7484527     15.90     16.79
4029.84/1010.08	c  N dy 20666   6127031      2325     12254    251777    117907    812725   2398575     15.90     16.79
4041.82/1013.10	c  N dy 20736   6147759      2325     12254    251777    138382    812725   3568597     15.90     16.84
4054.99/1016.35	c  N dy 20809   6167963      2325     12254    251777    158349    812725   4711402     15.90     16.80
4068.17/1019.67	c  N dy 20864   6188692      2325     12254    251777    178818    812725   5935259     15.90     16.82
4082.92/1023.30	c  N dy 20930   6208834      2325     12254    251777    198744    812725   7039038     15.90     16.94
4087.31/1024.40	c  S st 20948   6214745      2325     12254    251777    204598    812725   7388063     15.90     14.51
4087.31/1024.49	c  S st 20948   6215246      2325     12254    251777    205098    812725   7422005     15.90   no data
4087.71/1024.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4090.12/1025.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.5M T:  0.62
4090.12/1025.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4090.12/1025.18	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4098.49/1027.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
4098.49/1027.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
4098.89/1027.31	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
4098.89/1027.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4106.47/1029.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.59 s
4134.01/1036.11	c lits-rem:       434  cl-subs:     5135  v-elim:      0  v-fix:    0  time:  6.88 s
4134.01/1036.12	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
4135.60/1036.53	c vivif2 --  cl tried   199963 cl shrink        0 lits rem          0 time: 0.41
4136.80/1036.80	c asymm  cl-useful: 0/992/12254 lits-rem:0 time: 0.27
4136.80/1036.82	c calculated reachability. Time: 0.00
4136.80/1036.82	c  N dy 20948   6215246      2325     12254    251777    199963    812725   7281528     15.90   no data
4151.57/1040.54	c  N dy 21013   6235262      2325     12254    251777    111062    812725   1947892     15.90     16.82
4163.14/1043.49	c  N dy 21058   6255401      2325     12254    251777    130971    812725   3089028     15.90     16.76
4175.91/1046.63	c  N dy 21113   6275451      2325     12254    251777    150763    812725   4176147     15.90     21.82
4189.48/1050.05	c  N dy 21174   6296387      2325     12254    251777    171453    812725   5346196     15.89     16.79
4202.66/1053.32	c  N dy 21234   6316546      2325     12254    251777    191330    812725   6510125     15.89     17.14
4217.84/1057.16	c  N dy 21325   6337405      2325     12254    251777    211960    812725   7731866     15.90     16.80
4232.59/1060.89	c  N dy 21399   6357665      2325     12254    251777    122338    812725   2559441     15.90     17.00
4244.95/1063.97	c  N dy 21475   6377877      2325     12254    251777    142363    812725   3756713     15.90     16.80
4257.35/1067.10	c  N dy 21543   6397906      2325     12254    251777    162193    812725   4954171     15.90     17.48
4270.52/1070.38	c  N dy 21599   6418065      2325     12254    251777    182132    812725   6117888     15.89     16.77
4285.66/1074.13	c  N dy 21691   6438530      2325     12254    251777    202375    812725   7288161     15.90     16.84
4301.25/1078.02	c  N dy 21769   6458865      2325     12254    251777    111745    812725   1896461     15.90     16.78
4312.80/1080.93	c  N dy 21847   6478867      2325     12254    251777    131527    812725   3040186     15.90     18.78
4325.57/1084.13	c  N dy 21915   6499113      2325     12254    251777    151549    812725   4161313     15.90     16.81
4337.94/1087.26	c  N dy 21994   6519198      2325     12254    251777    171419    812725   5356732     15.90     16.94
4351.51/1090.68	c  N dy 22052   6539617      2325     12254    251777    191610    812725   6482250     15.90     16.77
4366.28/1094.36	c  N dy 22103   6560219      2325     12254    251777    211923    812725   7650885     15.90     16.84
4381.44/1098.11	c  N dy 22163   6580625      2325     12254    251777    120377    812725   2337238     15.89     16.85
4393.03/1101.00	c  N dy 22225   6600833      2325     12254    251777    140366    812725   3486243     15.89     16.74
4405.39/1104.16	c  N dy 22303   6621150      2325     12254    251777    160484    812725   4652361     15.89     16.74
4418.16/1107.39	c  N dy 22380   6641258      2325     12254    251777    180387    812725   5851265     15.89     16.81
4432.53/1110.94	c  N dy 22464   6661411      2325     12254    251777    200296    812725   6997818     15.89     17.04
4447.69/1114.77	c  N dy 22539   6681657      2325     12254    251777    220278    812725   8144508     15.89     16.87
4461.66/1118.25	c  N dy 22604   6701843      2325     12254    251777    127548    812725   2775822     15.89     16.79
4469.65/1120.29	c  S st 22648   6715247      2325     12254    251777    140809    812725   3537806     15.89     15.53
4470.05/1120.36	c  S st 22648   6715747      2325     12254    251777    141309    812725   3575017     15.89   no data
4470.05/1120.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4472.04/1120.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.3M T:  0.52
4472.46/1120.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4472.46/1120.94	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4480.82/1123.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.09 s
4480.82/1123.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
4480.82/1123.07	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
4481.24/1123.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4487.20/1124.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
4494.00/1126.37	c lits-rem:       170  cl-subs:     1238  v-elim:      0  v-fix:    0  time:  1.77 s
4494.00/1126.38	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
4494.83/1126.59	c vivif2 --  cl tried   140071 cl shrink        0 lits rem          0 time: 0.21
4495.99/1126.83	c asymm  cl-useful: 0/1427/12254 lits-rem:0 time: 0.25
4495.99/1126.84	c calculated reachability. Time: 0.00
4495.99/1126.84	c  N dy 22648   6715747      2325     12254    251777    140071    812725   3540102     15.89   no data
4508.75/1130.04	c  N dy 22720   6735783      2325     12254    251777    159852    812725   4683199     15.89     16.90
4522.33/1133.41	c  N dy 22795   6755839      2325     12254    251777    179659    812725   5797600     15.89     16.74
4536.29/1136.90	c  N dy 22873   6776033      2325     12254    251777    199606    812725   6952614     15.89     16.75
4551.06/1140.70	c  N dy 22934   6796606      2325     12254    251777    219942    812725   8111197     15.89     16.89
4566.63/1144.57	c  N dy 23006   6818339      2325     12254    251777    127737    812725   2648282     15.89     16.79
4578.99/1147.67	c  N dy 23073   6838507      2325     12254    251777    147674    812725   3786691     15.89     16.78
4592.96/1151.17	c  N dy 23135   6859007      2325     12254    251777    167920    812725   4958571     15.89     16.82
4606.93/1154.70	c  N dy 23208   6879308      2325     12254    251777    187962    812725   6132775     15.89     16.79
4621.30/1158.29	c  N dy 23285   6899435      2325     12254    251777    207852    812725   7236625     15.89     16.79
4636.06/1161.98	c  N dy 23340   6919720      2325     12254    251777    227878    812725   8386995     15.89     16.74
4648.84/1165.16	c  N dy 23398   6939722      2325     12254    251777    133060    812725   2998756     15.89     16.77
4661.23/1168.21	c  N dy 23472   6959914      2325     12254    251777    153024    812725   4185722     15.89     16.77
4674.82/1171.62	c  N dy 23542   6979963      2325     12254    251777    172810    812725   5297576     15.89     19.74
4689.54/1175.30	c  N dy 23618   7000364      2325     12254    251777    192914    812725   6425203     15.89     16.86
4703.91/1178.90	c  N dy 23679   7020787      2325     12254    251777    213094    812725   7588926     15.89     16.74
4719.07/1182.79	c  N dy 23767   7040934      2325     12254    251777    117425    812725   2022876     15.89     16.76
4730.65/1185.65	c  N dy 23825   7060993      2325     12254    251777    137221    812725   3177901     15.89     17.03
4743.02/1188.76	c  N dy 23881   7081519      2325     12254    251777    157529    812725   4365071     15.89     16.86
4756.59/1192.16	c  N dy 23959   7101787      2325     12254    251777    177590    812725   5524253     15.89     16.87
4770.97/1195.73	c  N dy 24008   7121861      2325     12254    251777    197377    812725   6610448     15.89     16.73
4784.92/1199.25	c  N dy 24075   7141978      2325     12254    251777    217258    812725   7772040     15.89     16.81

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-3366951-1305392555/watcher-3366951-1305392555 -o /tmp/evaluation-result-3366951-1305392555/solver-3366951-1305392555 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366951-1305392555.cnf 

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

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


[startup+0 s]
/proc/loadavg: 5.13 7.26 7.71 6/298 19403
/proc/meminfo: memFree=24060600/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 410 0 0 0 0 0 0 0 21 0 4 0 650853988 52396032 351 33554432000 4194304 4580107 140735344774256 18446744073709551615 47587971581465 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 12792 351 302 95 0 7774 0
[pid=19403/tid=19404] ppid=19401 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 4 0 650853988 52396032 351 33554432000 4194304 4580107 140735344774256 18446744073709551615 47587971581456 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 650853988 52396032 351 33554432000 4194304 4580107 140735344774256 18446744073709551615 47587971581874 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 650853988 52396032 351 33554432000 4194304 4580107 140735344774256 18446744073709551615 47587971581465 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.174454 s]
/proc/loadavg: 5.13 7.26 7.71 6/298 19403
/proc/meminfo: memFree=24060600/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=282452 CPUtime=0.64 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 10664 0 0 0 60 4 0 0 18 0 4 0 650853988 289230848 10445 33554432000 4194304 4580107 140735344774256 18446744073709551615 4446486 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 70613 10445 369 95 0 65595 0
[pid=19403/tid=19404] ppid=19401 vsize=282452 CPUtime=0.15 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 2480 0 0 0 15 0 0 0 18 0 4 0 650853988 289230848 10445 33554432000 4194304 4580107 140735344774256 18446744073709551615 4446461 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=282452 CPUtime=0.15 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 2664 0 0 0 14 1 0 0 18 0 4 0 650853988 289230848 10445 33554432000 4194304 4580107 140735344774256 18446744073709551615 210204690615 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=282452 CPUtime=0.15 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) D 19401 19403 19034 0 -1 4202560 2538 0 0 0 15 0 0 0 18 0 4 0 650853988 289230848 10445 33554432000 4194304 4580107 140735344774256 18446744073709551615 210204308513 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 282452

[startup+0.218218 s]
/proc/loadavg: 5.13 7.26 7.71 6/298 19403
/proc/meminfo: memFree=24060600/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=283640 CPUtime=0.81 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 12616 0 0 0 76 5 0 0 18 0 4 0 650853988 290447360 12397 33554432000 4194304 4580107 140735344774256 18446744073709551615 210204752415 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 70910 12397 373 95 0 65892 0
[pid=19403/tid=19404] ppid=19401 vsize=283640 CPUtime=0.2 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 3114 0 0 0 19 1 0 0 18 0 4 0 650853988 290447360 12397 33554432000 4194304 4580107 140735344774256 18446744073709551615 4490665 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=283640 CPUtime=0.19 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 3217 0 0 0 18 1 0 0 18 0 4 0 650853988 290447360 12397 33554432000 4194304 4580107 140735344774256 18446744073709551615 210204752366 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=283640 CPUtime=0.19 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 2652 0 0 0 19 0 0 0 18 0 4 0 650853988 290447360 12398 33554432000 4194304 4580107 140735344774256 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 283640

[startup+0.300826 s]
/proc/loadavg: 5.13 7.26 7.71 6/298 19403
/proc/meminfo: memFree=24060600/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=285200 CPUtime=1.13 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 19447 0 0 0 106 7 0 0 18 0 4 0 650853988 292044800 18788 33554432000 4194304 4580107 140735344774256 18446744073709551615 210204671895 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 71300 18789 376 95 0 66282 0
[pid=19403/tid=19404] ppid=19401 vsize=285200 CPUtime=0.27 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 5182 0 0 0 26 1 0 0 18 0 4 0 650853988 292044800 18789 33554432000 4194304 4580107 140735344774256 18446744073709551615 4303874 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=285200 CPUtime=0.26 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 5432 0 0 0 25 1 0 0 18 0 4 0 650853988 292044800 18789 33554432000 4194304 4580107 140735344774256 18446744073709551615 4496880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=285200 CPUtime=0.28 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 2823 0 0 0 28 0 0 0 18 0 4 0 650853988 292044800 18789 33554432000 4194304 4580107 140735344774256 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 285200

[startup+0.700756 s]
/proc/loadavg: 5.13 7.26 7.71 6/298 19403
/proc/meminfo: memFree=24060600/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=288660 CPUtime=2.73 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 22401 0 0 0 265 8 0 0 18 0 4 0 650853988 295587840 20850 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 72165 20850 377 95 0 67147 0
[pid=19403/tid=19404] ppid=19401 vsize=288660 CPUtime=0.68 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 5707 0 0 0 66 2 0 0 18 0 4 0 650853988 295587840 20850 33554432000 4194304 4580107 140735344774256 18446744073709551615 210204306128 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=288660 CPUtime=0.67 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 5987 0 0 0 65 2 0 0 18 0 4 0 650853988 295587840 20850 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=288660 CPUtime=0.68 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 4216 0 0 0 67 1 0 0 18 0 4 0 650853988 295587840 20850 33554432000 4194304 4580107 140735344774256 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 288660

[startup+1.50062 s]
/proc/loadavg: 5.52 7.31 7.72 9/302 19407
/proc/meminfo: memFree=23958496/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=306848 CPUtime=5.92 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 28677 0 0 0 583 9 0 0 19 0 4 0 650853988 314212352 23082 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 76712 23082 377 95 0 71694 0
[pid=19403/tid=19404] ppid=19401 vsize=306848 CPUtime=1.48 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 7582 0 0 0 146 2 0 0 19 0 4 0 650853988 314212352 23082 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=306848 CPUtime=1.45 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 7285 0 0 0 143 2 0 0 19 0 4 0 650853988 314212352 23082 33554432000 4194304 4580107 140735344774256 18446744073709551615 4318269 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=306848 CPUtime=1.48 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 6043 0 0 0 146 2 0 0 19 0 4 0 650853988 314212352 23082 33554432000 4194304 4580107 140735344774256 18446744073709551615 4324385 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 306848

[startup+3.10036 s]
/proc/loadavg: 5.52 7.31 7.72 9/302 19407
/proc/meminfo: memFree=23939896/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=308024 CPUtime=12.31 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 38802 0 0 0 1220 11 0 0 24 0 4 0 650853988 315416576 25494 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 77006 25494 379 95 0 71988 0
[pid=19403/tid=19404] ppid=19401 vsize=308024 CPUtime=3.08 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 10031 0 0 0 306 2 0 0 23 0 4 0 650853988 315416576 25494 33554432000 4194304 4580107 140735344774256 18446744073709551615 4342240 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=308024 CPUtime=3.05 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 9618 0 0 0 302 3 0 0 24 0 4 0 650853988 315416576 25494 33554432000 4194304 4580107 140735344774256 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=308024 CPUtime=3.08 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 9010 0 0 0 306 2 0 0 23 0 4 0 650853988 315416576 25494 33554432000 4194304 4580107 140735344774256 18446744073709551615 4296096 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 308024

[startup+6.30082 s]
/proc/loadavg: 5.72 7.32 7.72 9/302 19407
/proc/meminfo: memFree=23890804/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=317956 CPUtime=25.08 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 47379 0 0 0 2495 13 0 0 25 0 4 0 650853988 325586944 29812 33554432000 4194304 4580107 140735344774256 18446744073709551615 4412397 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 79489 29812 379 95 0 74471 0
[pid=19403/tid=19404] ppid=19401 vsize=317956 CPUtime=6.27 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 11096 0 0 0 625 2 0 0 25 0 4 0 650853988 325586944 29812 33554432000 4194304 4580107 140735344774256 18446744073709551615 4413328 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=317956 CPUtime=6.21 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 11127 0 0 0 618 3 0 0 25 0 4 0 650853988 325586944 29812 33554432000 4194304 4580107 140735344774256 18446744073709551615 4413314 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=317956 CPUtime=6.28 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 14852 0 0 0 625 3 0 0 25 0 4 0 650853988 325586944 29812 33554432000 4194304 4580107 140735344774256 18446744073709551615 4296092 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 317956

[startup+12.7008 s]
/proc/loadavg: 5.90 7.33 7.72 9/302 19407
/proc/meminfo: memFree=23810132/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=310152 CPUtime=50.62 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 70742 0 0 0 5044 18 0 0 25 0 4 0 650853988 317595648 41242 33554432000 4194304 4580107 140735344774256 18446744073709551615 4413356 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 77538 41243 379 95 0 72520 0
[pid=19403/tid=19404] ppid=19401 vsize=310152 CPUtime=12.68 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 16256 0 0 0 1265 3 0 0 25 0 4 0 650853988 317595648 41243 33554432000 4194304 4580107 140735344774256 18446744073709551615 4413419 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=310152 CPUtime=12.55 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 17180 0 0 0 1251 4 0 0 25 0 4 0 650853988 317595648 41243 33554432000 4194304 4580107 140735344774256 18446744073709551615 4293301 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=310152 CPUtime=12.68 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 21528 0 0 0 1263 5 0 0 25 0 4 0 650853988 317595648 41243 33554432000 4194304 4580107 140735344774256 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 310152

[startup+25.5006 s]
/proc/loadavg: 6.43 7.38 7.73 9/302 19408
/proc/meminfo: memFree=23669400/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=476872 CPUtime=101.7 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 104803 0 0 0 10145 25 0 0 25 0 4 0 650853988 488316928 66779 33554432000 4194304 4580107 140735344774256 18446744073709551615 4413652 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 119218 66779 379 95 0 114200 0
[pid=19403/tid=19404] ppid=19401 vsize=476872 CPUtime=25.48 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 22052 0 0 0 2544 4 0 0 25 0 4 0 650853988 488316928 66779 33554432000 4194304 4580107 140735344774256 18446744073709551615 4413356 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=476872 CPUtime=25.24 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 25092 0 0 0 2518 6 0 0 25 0 4 0 650853988 488316928 66779 33554432000 4194304 4580107 140735344774256 18446744073709551615 4318458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=476872 CPUtime=25.48 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 35493 0 0 0 2540 8 0 0 25 0 4 0 650853988 488316928 66779 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 476872

[startup+51.1003 s]
/proc/loadavg: 6.97 7.43 7.74 9/302 19408
/proc/meminfo: memFree=23562372/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=468024 CPUtime=203.87 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 157189 0 0 0 20350 37 0 0 25 0 4 0 650853988 479256576 82366 33554432000 4194304 4580107 140735344774256 18446744073709551615 4413351 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 117006 82366 380 95 0 111988 0
[pid=19403/tid=19404] ppid=19401 vsize=468024 CPUtime=51.07 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 32988 0 0 0 5101 6 0 0 25 0 4 0 650853988 479256576 82366 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=468024 CPUtime=50.6 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 38995 0 0 0 5051 9 0 0 25 0 4 0 650853988 479256576 82366 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=468024 CPUtime=51.08 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 49402 0 0 0 5096 12 0 0 25 0 4 0 650853988 479256576 82366 33554432000 4194304 4580107 140735344774256 18446744073709551615 4322681 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 468024

[startup+102.301 s]
/proc/loadavg: 7.60 7.53 7.75 9/302 19412
/proc/meminfo: memFree=23466980/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=602728 CPUtime=408.22 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 259862 0 0 0 40763 59 0 0 25 0 4 0 650853988 617193472 96620 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 150682 96620 379 95 0 145664 0
[pid=19403/tid=19404] ppid=19401 vsize=602728 CPUtime=102.28 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 50295 0 0 0 10219 9 0 0 25 0 4 0 650853988 617193472 96626 33554432000 4194304 4580107 140735344774256 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=602728 CPUtime=101.34 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 71004 0 0 0 10118 16 0 0 25 0 4 0 650853988 617193472 96626 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=602728 CPUtime=102.28 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 81380 0 0 0 10209 19 0 0 25 0 4 0 650853988 617193472 96626 33554432000 4194304 4580107 140735344774256 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.22
Current children cumulated vsize (KiB) 602728

[startup+162.301 s]

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

[pid=19403] ppid=19401 vsize=1221420 CPUtime=2801.87 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 1466849 0 0 0 279830 357 0 0 25 0 4 0 650853988 1250734080 199805 33554432000 4194304 4580107 140735344774256 18446744073709551615 4489474 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/19403/statm: 305355 199805 385 95 0 300337 0
[pid=19403/tid=19404] ppid=19401 vsize=1221420 CPUtime=702.26 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 357173 0 0 0 70141 85 0 0 25 0 4 0 650853988 1250734080 199805 33554432000 4194304 4580107 140735344774256 18446744073709551615 4301867 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=1221420 CPUtime=697.83 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 374006 0 0 0 69691 92 0 0 25 0 4 0 650853988 1250734080 199805 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=1221420 CPUtime=699.51 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 380804 0 0 0 69855 96 0 0 25 0 4 0 650853988 1250734080 199805 33554432000 4194304 4580107 140735344774256 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2801.87
Current children cumulated vsize (KiB) 1221420

[startup+762.301 s]
/proc/loadavg: 8.10 8.04 7.92 9/302 19430
/proc/meminfo: memFree=22781088/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=1413168 CPUtime=3041.35 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 1572617 0 0 0 303750 385 0 0 25 0 4 0 650853988 1447084032 217670 33554432000 4194304 4580107 140735344774256 18446744073709551615 4416997 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 353292 217670 392 95 0 348274 0
[pid=19403/tid=19404] ppid=19401 vsize=1413168 CPUtime=762.27 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 378300 0 0 0 76135 92 0 0 25 0 4 0 650853988 1447084032 217674 33554432000 4194304 4580107 140735344774256 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=1413168 CPUtime=757.42 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 400680 0 0 0 75644 98 0 0 25 0 4 0 650853988 1447084032 217674 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=1413168 CPUtime=759.38 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 408372 0 0 0 75835 103 0 0 25 0 4 0 650853988 1447084032 217674 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3041.35
Current children cumulated vsize (KiB) 1413168

[startup+822.301 s]
/proc/loadavg: 8.09 8.05 7.93 9/302 19432
/proc/meminfo: memFree=22768536/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=1306932 CPUtime=3280.77 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 1679051 0 0 0 327661 416 0 0 25 0 4 0 650853988 1338298368 210325 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 326733 210325 392 95 0 321715 0
[pid=19403/tid=19404] ppid=19401 vsize=1306932 CPUtime=822.25 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 409676 0 0 0 82125 100 0 0 25 0 4 0 650853988 1338298368 210325 33554432000 4194304 4580107 140735344774256 18446744073709551615 4324389 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=1306932 CPUtime=816.88 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 427244 0 0 0 81581 107 0 0 25 0 4 0 650853988 1338298368 210325 33554432000 4194304 4580107 140735344774256 18446744073709551615 4293255 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=1306932 CPUtime=819.37 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 430738 0 0 0 81828 109 0 0 25 0 4 0 650853988 1338298368 210325 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3280.77
Current children cumulated vsize (KiB) 1306932

[startup+882.311 s]
/proc/loadavg: 8.07 8.05 7.93 9/302 19433
/proc/meminfo: memFree=22755992/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=1330356 CPUtime=3520.26 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 1769868 0 0 0 351583 443 0 0 25 0 4 0 650853988 1362284544 214030 33554432000 4194304 4580107 140735344774256 18446744073709551615 4316324 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 332589 214030 392 95 0 327571 0
[pid=19403/tid=19404] ppid=19401 vsize=1330356 CPUtime=882.26 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 430237 0 0 0 88120 106 0 0 25 0 4 0 650853988 1362284544 214030 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=1330356 CPUtime=876.33 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 448854 0 0 0 87520 113 0 0 25 0 4 0 650853988 1362284544 214030 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=1330356 CPUtime=879.38 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 456567 0 0 0 87821 117 0 0 25 0 4 0 650853988 1362284544 214030 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.26
Current children cumulated vsize (KiB) 1330356

[startup+942.3 s]
/proc/loadavg: 8.06 8.05 7.94 9/302 19435
/proc/meminfo: memFree=22749768/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=1295924 CPUtime=3759.67 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 1878875 0 0 0 375492 475 0 0 25 0 4 0 650853988 1327026176 215844 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 323981 215844 392 95 0 318963 0
[pid=19403/tid=19404] ppid=19401 vsize=1295924 CPUtime=942.25 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 455818 0 0 0 94112 113 0 0 25 0 4 0 650853988 1327026176 215844 33554432000 4194304 4580107 140735344774256 18446744073709551615 4317457 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=1295924 CPUtime=935.77 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 479390 0 0 0 93455 122 0 0 25 0 4 0 650853988 1327026176 215844 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=1295924 CPUtime=939.37 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 482599 0 0 0 93812 125 0 0 25 0 4 0 650853988 1327026176 215844 33554432000 4194304 4580107 140735344774256 18446744073709551615 4292941 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3759.67
Current children cumulated vsize (KiB) 1295924

[startup+1002.3 s]
/proc/loadavg: 8.13 8.07 7.95 9/302 19437
/proc/meminfo: memFree=22673444/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=1281528 CPUtime=3999.11 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 1991456 0 0 0 399404 507 0 0 25 0 4 0 650853988 1312284672 221291 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 320382 221291 388 95 0 315364 0
[pid=19403/tid=19404] ppid=19401 vsize=1281528 CPUtime=1002.25 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 483361 0 0 0 100103 122 0 0 25 0 4 0 650853988 1312284672 221291 33554432000 4194304 4580107 140735344774256 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=1281528 CPUtime=995.23 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 510199 0 0 0 99393 130 0 0 25 0 4 0 650853988 1312284672 221291 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=1281528 CPUtime=999.37 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 513789 0 0 0 99804 133 0 0 25 0 4 0 650853988 1312284672 221291 33554432000 4194304 4580107 140735344774256 18446744073709551615 4323598 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.11
Current children cumulated vsize (KiB) 1281528

[startup+1062.3 s]
/proc/loadavg: 8.12 8.07 7.95 9/302 19438
/proc/meminfo: memFree=22579420/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=1372144 CPUtime=4238.58 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 2100763 0 0 0 423322 536 0 0 25 0 4 0 650853988 1405075456 244211 33554432000 4194304 4580107 140735344774256 18446744073709551615 4321874 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 343036 244211 380 95 0 338018 0
[pid=19403/tid=19404] ppid=19401 vsize=1372144 CPUtime=1062.25 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 505182 0 0 0 106097 128 0 0 25 0 4 0 650853988 1405075456 244211 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294872 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=1372144 CPUtime=1054.69 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 537309 0 0 0 105331 138 0 0 25 0 4 0 650853988 1405075456 244211 33554432000 4194304 4580107 140735344774256 18446744073709551615 4296101 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=1372144 CPUtime=1059.37 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 538261 0 0 0 105796 141 0 0 25 0 4 0 650853988 1405075456 244211 33554432000 4194304 4580107 140735344774256 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4238.58
Current children cumulated vsize (KiB) 1372144

[startup+1122.3 s]
/proc/loadavg: 8.11 8.07 7.96 9/302 19440
/proc/meminfo: memFree=22574060/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=1355892 CPUtime=4478.02 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 2194882 0 0 0 447243 559 0 0 25 0 4 0 650853988 1388433408 237978 33554432000 4194304 4580107 140735344774256 18446744073709551615 4413617 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 338973 237978 380 95 0 333955 0
[pid=19403/tid=19404] ppid=19401 vsize=1355892 CPUtime=1122.25 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 525789 0 0 0 112093 132 0 0 25 0 4 0 650853988 1388433408 237978 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=1355892 CPUtime=1114.14 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 560898 0 0 0 111269 145 0 0 25 0 4 0 650853988 1388433408 237978 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=1355892 CPUtime=1119.37 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 564429 0 0 0 111790 147 0 0 25 0 4 0 650853988 1388433408 237978 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4478.02
Current children cumulated vsize (KiB) 1355892

[startup+1182.3 s]
/proc/loadavg: 8.16 8.09 7.97 9/302 19441
/proc/meminfo: memFree=22490576/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=1419740 CPUtime=4717.47 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 2288537 0 0 0 471161 586 0 0 25 0 4 0 650853988 1453813760 248112 33554432000 4194304 4580107 140735344774256 18446744073709551615 4304864 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 354935 248112 380 95 0 349917 0
[pid=19403/tid=19404] ppid=19401 vsize=1419740 CPUtime=1182.25 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 554067 0 0 0 118087 138 0 0 25 0 4 0 650853988 1453813760 248112 33554432000 4194304 4580107 140735344774256 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=1419740 CPUtime=1173.6 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 580372 0 0 0 117209 151 0 0 25 0 4 0 650853988 1453813760 248112 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=1419740 CPUtime=1179.37 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 587246 0 0 0 117783 154 0 0 25 0 4 0 650853988 1453813760 248112 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4717.47
Current children cumulated vsize (KiB) 1419740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 8.12 8.08 7.97 5/297 19443
/proc/meminfo: memFree=23141356/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=1319544 CPUtime=4800.11 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 2329594 0 0 0 479414 597 0 0 25 0 4 0 650853988 1351213056 231730 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 329886 231730 380 95 0 324868 0
[pid=19403/tid=19404] ppid=19401 vsize=1319544 CPUtime=1202.96 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 563741 0 0 0 120156 140 0 0 25 0 4 0 650853988 1351213056 231735 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=1319544 CPUtime=1194.11 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 589962 0 0 0 119258 153 0 0 25 0 4 0 650853988 1351213056 231735 33554432000 4194304 4580107 140735344774256 18446744073709551615 4305984 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=1319544 CPUtime=1200.08 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 596743 0 0 0 119851 157 0 0 25 0 4 0 650853988 1351213056 231735 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1319544

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

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

[startup+1203 s]
/proc/loadavg: 8.12 8.08 7.97 5/297 19443
/proc/meminfo: memFree=23141356/32951124 swapFree=63649232/67111528
[pid=19403] ppid=19401 vsize=1319544 CPUtime=4800.11 cores=1,3,5,7
/proc/19403/stat : 19403 (strangenight2-m) R 19401 19403 19034 0 -1 4202496 2329594 0 0 0 479414 597 0 0 25 0 4 0 650853988 1351213056 231730 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19403/statm: 329886 231730 380 95 0 324868 0
[pid=19403/tid=19404] ppid=19401 vsize=1319544 CPUtime=1202.96 cores=1,3,5,7
/proc/19403/task/19404/stat : 19404 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 563741 0 0 0 120156 140 0 0 25 0 4 0 650853988 1351213056 231735 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19403/tid=19405] ppid=19401 vsize=1319544 CPUtime=1194.11 cores=1,3,5,7
/proc/19403/task/19405/stat : 19405 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 589962 0 0 0 119258 153 0 0 25 0 4 0 650853988 1351213056 231735 33554432000 4194304 4580107 140735344774256 18446744073709551615 4305984 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19403/tid=19406] ppid=19401 vsize=1319544 CPUtime=1200.08 cores=1,3,5,7
/proc/19403/task/19406/stat : 19406 (strangenight2-m) R 19401 19403 19034 0 -1 4202560 596743 0 0 0 119851 157 0 0 25 0 4 0 650853988 1351213056 231735 33554432000 4194304 4580107 140735344774256 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 1319544

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.06
CPU time (s): 4800.19
CPU user time (s): 4794.18
CPU system time (s): 6.01109
CPU usage (%): 399
Max. virtual memory (cumulated for all children) (KiB): 1519416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.18
system time used= 6.01109
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2329606
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= 10744
involuntary context switches= 33392

runsolver used 3.12952 second user time and 7.8688 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 19:02:35
IDJOB=3366951
IDBENCH=71549
IDSOLVER=1844
FILE ID=node130/3366951-1305392555
RUNJOBID= node130-1305392555-19381
PBS_JOBID= 13324426
Free space on /tmp= 73420 MiB

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

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

MD5SUM BENCH= cef3d3066fec910e94448f2404c09548
RANDOM SEED=677142288

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24060880 kB
Buffers:        319748 kB
Cached:        7225136 kB
SwapCached:      10392 kB
Active:        2993432 kB
Inactive:      5617636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24060880 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           15064 kB
Writeback:          16 kB
AnonPages:     1064012 kB
Mapped:          13656 kB
Slab:           191732 kB
PageTables:      25120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51548704 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= 73420 MiB
End job on node130 at 2011-05-14 19:22:40