Trace number 3259295

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.25 1201.75

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3259295-1304028960.cnf'
0.00/0.00	c -- header says num vars:           2400
0.00/0.00	c -- header says num clauses:      266431
0.00/0.07	c -- clauses added:            0 learnts,       266431 normals,            0 xors
0.00/0.07	c -- vars added       2400
0.00/0.07	c Parsing time:  0.04 s
0.00/0.07	c  N st     0         0      2400        75    266356         0    535112         0   no data   no data
0.00/0.07	c asymm  cl-useful: 0/75/75 lits-rem:0 time: 0.00
0.00/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
0.00/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.19	c bin-w-bin subsume rem            0 bins  time:  0.03 s
0.00/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
0.00/0.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2400 time:  0.02 s
0.00/0.25	c Removed useless bin:       0  fixed:     0  props:   1.34M  time:  0.02 s
4.20/1.11	c lits-rem:       319  cl-subs:        0  v-elim:     75  v-fix:    0  time:  0.07 s
4.20/1.11	c Finding binary XORs  T:     0.00 s  found:       0
4.20/1.11	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
4.20/1.11	c calculated reachability. Time: 0.00
4.20/1.11	c Calc default polars -  time:   0.00 s pos:       0 undec:      75 neg:    2325
4.20/1.11	c =========================================================================================
4.20/1.11	c types(t): F = full restart, N = normal restart
4.20/1.11	c types(t): S = simplification begin/end, E = solution found
4.20/1.11	c restart types(rt): st = static, dy = dynamic
4.20/1.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.20/1.11	c  B st     0         0      2325     12254    251777         0    900283         0   no data   no data
4.20/1.11	c  N dy    11      4210      2325     12254    251777      4185    900283    268142     15.11     16.01
4.20/1.11	c  N dy    29      8282      2325     12254    251777      5745    900281    318818     15.10     16.18
5.40/1.41	c  N dy    42     12353      2325     12254    251777      5565    900281    229737     14.96     15.77
6.76/1.72	c  N dy    60     16373      2325     12254    251777      9551    900281    490840     15.03     15.82
8.35/2.10	c  N dy    70     20554      2325     12254    251777      8126    900281    328013     14.96     15.97
9.55/2.48	c  N dy    90     24652      2325     12254    251777     12202    900281    593102     14.98     15.78
9.94/2.51	c  F st    91     25000      2325     12254    251777     12549    900281    613689     14.96     14.55
11.97/3.04	c  N dy    97     30001      2325     12254    251777     10738    900280    439251     14.96   no data
11.97/3.04	c  S st    97     30001      2325     12254    251777     10738    900280    439251     14.96   no data
11.97/3.09	c  S st    97     30505      2325     12254    251777     11242    900280    471319     14.96   no data
12.34/3.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
13.54/3.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.1M T:  0.40
13.95/3.51	c blocked clauses removed:        0 vars:      0 tried:        2325 T: 0.00 s
13.95/3.55	c bin-w-bin subsume rem            0 bins  time:  0.04 s
27.12/6.80	c subs with bin:        0  lits-rem:     86824  v-fix:    0  time:  3.26 s
27.12/6.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
27.12/6.85	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
27.12/6.88	c lits-rem:       731  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
32.72/8.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
33.53/8.44	c lits-rem:       149  cl-subs:     1625  v-elim:      0  v-fix:    0  time:  0.18 s
34.31/8.64	c asymm  cl-useful: 0/1768/12254 lits-rem:0 time: 0.20
34.31/8.65	c calculated reachability. Time: 0.00
34.31/8.65	c  N dy    97     30505      2325     12254    251777      9617    812725    429818     14.96   no data
36.71/9.23	c  N dy   121     36321      2325     12254    251777     15383    812725    886583     15.03     15.85
38.32/9.65	c  N dy   155     40438      2325     12254    251777     11633    812725    528520     15.26     16.15
39.91/10.07	c  N dy   184     44509      2325     12254    251777     15677    812725    853480     15.38     16.24
40.71/10.20	c  S st   187     45757      2325     12254    251777     16908    812725    945857     15.34   no data
40.71/10.26	c  S st   187     46257      2325     12254    251777     17408    812725    990200     15.34   no data
40.71/10.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
42.32/10.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.4M T:  0.38
42.32/10.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.32/10.70	c bin-w-bin subsume rem            0 bins  time:  0.04 s
51.11/12.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.15 s
51.11/12.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
51.11/12.90	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
51.51/12.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
57.08/14.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
59.48/14.94	c lits-rem:        87  cl-subs:      220  v-elim:      0  v-fix:    0  time:  0.55 s
59.48/14.95	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
59.48/14.99	c vivif2 --  cl tried    17188 cl shrink        0 lits rem          0 time: 0.03
60.30/15.19	c asymm  cl-useful: 0/1312/12254 lits-rem:0 time: 0.20
60.30/15.19	c calculated reachability. Time: 0.00
60.30/15.19	c  N dy   187     46257      2325     12254    251777     17188    812725    979819     15.34   no data
62.28/15.62	c  N dy   208     50346      2325     12254    251777     12366    812725    519627     15.42     21.64
63.88/16.05	c  N dy   238     54574      2325     12254    251777     16566    812725    870512     15.57     16.57
65.47/16.49	c  N dy   262     58642      2325     12254    251777     10706    812725    319403     15.69     16.52
67.47/16.96	c  N dy   284     63286      2325     12254    251777     15313    812725    671022     15.72     16.56
69.09/17.37	c  N dy   307     67447      2325     12254    251777     19442    812725    995890     15.79     16.77
69.87/17.57	c  S st   318     69385      2325     12254    251777     21368    812725   1143102     15.83   no data
70.27/17.64	c  S st   318     69885      2325     12254    251777     10959    812725    271355     15.83   no data
70.27/17.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.47/17.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.2M T:  0.34
71.87/18.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
71.87/18.04	c bin-w-bin subsume rem            0 bins  time:  0.04 s
80.25/20.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.16 s
80.65/20.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
80.65/20.24	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
80.65/20.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
85.85/21.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
85.85/21.57	c lits-rem:         8  cl-subs:       19  v-elim:      0  v-fix:    0  time:  0.02 s
85.85/21.57	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
85.85/21.59	c vivif2 --  cl tried    10940 cl shrink        0 lits rem          0 time: 0.01
86.66/21.78	c asymm  cl-useful: 0/2091/12254 lits-rem:0 time: 0.19
86.66/21.79	c calculated reachability. Time: 0.00
86.66/21.79	c  N dy   318     69885      2325     12254    251777     10940    812725    270572     15.83   no data
88.64/22.25	c  N dy   338     74618      2325     12254    251777     15645    812725    622159     15.86     16.76
90.65/22.73	c  N dy   355     79488      2325     12254    251777     20465    812725    999091     15.87     16.73
93.03/23.31	c  N dy   381     84943      2325     12254    251777     13963    812725    450091     15.93     16.78
93.84/23.57	c  F st   394     87502      2325     12254    251777     16506    812725    639671     15.95     15.43
95.45/23.93	c  N st   399     90798      2325     12254    251777     19780    812725    884122     15.95   no data
97.83/24.55	c  N dy   418     96679      2325     12254    251777     25594    812725   1337938     15.96     19.05
100.22/25.16	c  N dy   445    102884      2325     12254    251777     18863    812725    750655     15.99     16.91
101.02/25.37	c  S st   459    104827      2325     12254    251777     20793    812725    898222     16.02     16.40
101.42/25.42	c  S st   459    105330      2325     12254    251777     21296    812725    940489     16.02   no data
101.42/25.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.02/25.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.6M T:  0.38
103.02/25.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.02/25.86	c bin-w-bin subsume rem            0 bins  time:  0.04 s
111.81/28.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.15 s
111.81/28.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
111.81/28.06	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
111.81/28.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
117.42/29.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
119.39/29.95	c lits-rem:        51  cl-subs:      279  v-elim:      0  v-fix:    0  time:  0.46 s
119.39/29.96	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
119.79/30.00	c vivif2 --  cl tried    21017 cl shrink        0 lits rem          0 time: 0.04
120.59/30.20	c asymm  cl-useful: 0/1254/12254 lits-rem:0 time: 0.20
120.59/30.21	c calculated reachability. Time: 0.00
120.59/30.21	c  N dy   459    105330      2325     12254    251777     21017    812725    928172     16.02   no data
123.39/30.98	c  N dy   478    112190      2325     12254    251777     13932    812725    314259     16.03     16.88
126.58/31.74	c  N dy   519    119708      2325     12254    251777     21406    812725    906595     16.12     17.02
129.78/32.56	c  N dy   547    127409      2325     12254    251777     29055    812725   1463020     16.13     17.13
133.38/33.41	c  N dy   580    135586      2325     12254    251777     22267    812725    875397     16.14     18.38
136.97/34.32	c  N dy   616    144253      2325     12254    251777     30869    812725   1524667     16.14     17.07
140.96/35.32	c  N dy   674    153467      2325     12254    251777     24150    812725   1012980     16.23     19.51
142.97/35.81	c  S st   697    157995      2325     12254    251777     28649    812725   1344217     16.24   no data
142.97/35.87	c  S st   697    158496      2325     12254    251777     29147    812725   1382441     16.24   no data
142.97/35.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
144.96/36.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.8M T:  0.44
144.96/36.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
144.96/36.37	c bin-w-bin subsume rem            0 bins  time:  0.04 s
153.74/38.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.16 s
153.74/38.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
153.74/38.58	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
154.14/38.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
159.75/40.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
164.14/41.11	c lits-rem:        90  cl-subs:      233  v-elim:      0  v-fix:    0  time:  1.06 s
164.14/41.12	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
164.14/41.17	c vivif2 --  cl tried    28914 cl shrink        0 lits rem          0 time: 0.05
164.93/41.38	c asymm  cl-useful: 0/1541/12254 lits-rem:0 time: 0.20
164.93/41.38	c calculated reachability. Time: 0.00
164.93/41.38	c  N dy   697    158496      2325     12254    251777     28914    812725   1369494     16.24   no data
169.75/42.57	c  N dy   734    169389      2325     12254    251777     22851    812725    804224     16.24     17.25
174.92/43.80	c  N dy   770    180563      2325     12254    251777     33932    812725   1628649     16.23     17.12
180.11/45.12	c  N dy   804    192297      2325     12254    251777     27729    812725   1113766     16.20     17.32
185.31/46.47	c  N dy   828    204614      2325     12254    251777     21065    812725    547769     16.16     17.05
191.30/47.91	c  N dy   864    217692      2325     12254    251777     34001    812725   1456743     16.15     17.04
197.69/49.58	c  N dy   890    232443      2325     12254    251777     28737    812725    972375     16.08     17.09
200.09/50.14	c  S st   909    237744      2325     12254    251777     33993    812725   1355164     16.08     15.84
200.09/50.19	c  S st   909    238248      2325     12254    251777     34496    812725   1397308     16.08   no data
200.09/50.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
202.08/50.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.5M T:  0.41
202.08/50.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
202.08/50.66	c bin-w-bin subsume rem            0 bins  time:  0.04 s
210.87/52.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.15 s
210.87/52.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
210.87/52.86	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
210.87/52.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
216.86/54.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
220.86/55.39	c lits-rem:       132  cl-subs:     1546  v-elim:      0  v-fix:    0  time:  1.04 s
221.26/55.40	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
221.26/55.46	c vivif2 --  cl tried    32950 cl shrink        0 lits rem          0 time: 0.06
222.06/55.67	c asymm  cl-useful: 0/1520/12254 lits-rem:0 time: 0.21
222.06/55.68	c calculated reachability. Time: 0.00
222.06/55.68	c  N dy   909    238248      2325     12254    251777     32950    812725   1351868     16.08   no data
229.25/57.41	c  N dy   959    253548      2325     12254    251777     27343    812725    881434     16.07     18.76
236.44/59.24	c  N dy  1029    269760      2325     12254    251777     43432    812725   2065447     16.09     16.95
244.85/61.35	c  N dy  1100    288031      2325     12254    251777     39743    812725   1701417     16.10     17.04
253.24/63.41	c  F st  1188    306250      2325     12254    251777     35042    812725   1372404     16.14     16.38
253.24/63.48	c  N st  1189    306500      2325     12254    251777     35290    812725   1388881     16.14   no data
262.43/65.73	c  N dy  1248    326363      2325     12254    251777     31166    812725    983368     16.13     16.98
271.98/68.17	c  N dy  1342    347483      2325     12254    251777     27330    812725    653004     16.15     17.02
276.39/69.24	c  S st  1371    357373      2325     12254    251777     37101    812725   1343539     16.15     16.51
276.39/69.29	c  S st  1371    357873      2325     12254    251777     37601    812725   1385526     16.15   no data
276.79/69.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
278.39/69.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.2M T:  0.42
278.39/69.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
278.39/69.77	c bin-w-bin subsume rem            0 bins  time:  0.04 s
287.17/71.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.15 s
287.17/71.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
287.17/71.97	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
287.17/71.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
293.19/73.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
297.17/74.45	c lits-rem:       123  cl-subs:      585  v-elim:      0  v-fix:    0  time:  0.98 s
297.17/74.46	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
297.57/74.52	c vivif2 --  cl tried    37016 cl shrink        0 lits rem          0 time: 0.06
298.36/74.73	c asymm  cl-useful: 0/1449/12254 lits-rem:0 time: 0.21
298.36/74.74	c calculated reachability. Time: 0.00
298.36/74.74	c  N dy  1371    357873      2325     12254    251777     37016    812725   1365348     16.15   no data
307.94/77.16	c  N dy  1440    378697      2325     12254    251777     31898    812725    923040     16.14     17.03
317.13/79.48	c  N dy  1522    398763      2325     12254    251777     51775    812725   2318631     16.14     17.05
326.72/81.82	c  N dy  1588    418911      2325     12254    251777     44996    812725   1747906     16.14     17.04
335.91/84.13	c  N dy  1638    438924      2325     12254    251777     37070    812725   1155449     16.11     16.99
345.09/86.48	c  N dy  1724    458937      2325     12254    251777     56903    812725   2528286     16.13     20.99
354.70/88.81	c  N dy  1818    479434      2325     12254    251777     48519    812725   1938173     16.15     17.01
364.26/91.24	c  N dy  1876    499449      2325     12254    251777     38571    812725   1153563     16.14     18.10
373.85/93.67	c  N dy  1961    519679      2325     12254    251777     58630    812725   2507954     16.15     17.07
382.24/95.72	c  S st  2034    536809      2325     12254    251777     44872    812725   1565636     16.15   no data
382.24/95.77	c  S st  2034    537313      2325     12254    251777     45375    812725   1606653     16.15   no data
382.24/95.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
384.24/96.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.3M T:  0.43
384.24/96.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
384.24/96.26	c bin-w-bin subsume rem            0 bins  time:  0.04 s
393.02/98.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.15 s
393.02/98.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
393.02/98.46	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
393.02/98.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
399.02/99.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
404.61/101.35	c lits-rem:       128  cl-subs:      489  v-elim:      0  v-fix:    0  time:  1.38 s
404.61/101.36	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
405.01/101.44	c vivif2 --  cl tried    44886 cl shrink        0 lits rem          0 time: 0.08
405.81/101.67	c asymm  cl-useful: 0/1154/12254 lits-rem:0 time: 0.23
405.81/101.67	c calculated reachability. Time: 0.00
405.81/101.67	c  N dy  2034    537313      2325     12254    251777     44886    812725   1589534     16.15   no data
416.21/104.23	c  N dy  2120    557641      2325     12254    251777     33327    812725    699094     16.17     17.34
425.38/106.53	c  N dy  2207    577692      2325     12254    251777     53174    812725   2075086     16.19     18.78
435.36/109.00	c  N dy  2277    597926      2325     12254    251777     40528    812725   1163339     16.19     17.12
444.96/111.42	c  N dy  2359    618013      2325     12254    251777     60408    812725   2506180     16.19     20.13
454.54/113.85	c  N dy  2417    638036      2325     12254    251777     46576    812725   1503873     16.19     17.17
464.54/116.33	c  N dy  2493    658094      2325     12254    251777     66472    812725   2848892     16.19     18.55
474.52/118.82	c  N dy  2560    679101      2325     12254    251777     52548    812725   1858172     16.19     17.06
484.90/121.47	c  N dy  2621    700298      2325     12254    251777     37904    812725    817024     16.18     17.05
494.90/123.91	c  N dy  2693    720968      2325     12254    251777     58374    812725   2205678     16.17     17.07
504.87/126.49	c  N dy  2764    741289      2325     12254    251777     41850    812725    978654     16.17     17.11
514.87/128.94	c  N dy  2814    761480      2325     12254    251777     61829    812725   2289307     16.16     17.10
525.25/131.56	c  N dy  2878    782169      2325     12254    251777     44734    812725   1178936     16.16     17.07
535.23/134.00	c  N dy  2944    802781      2325     12254    251777     65148    812725   2543832     16.15     17.20
536.83/134.41	c  S st  2957    805970      2325     12254    251777     68306    812725   2768290     16.15   no data
536.83/134.47	c  S st  2957    806472      2325     12254    251777     68805    812725   2807818     16.15   no data
536.83/134.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
538.84/134.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.4M T:  0.47
538.84/134.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
538.84/134.99	c bin-w-bin subsume rem            0 bins  time:  0.04 s
547.63/137.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.15 s
547.63/137.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
547.63/137.19	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
548.04/137.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
554.00/138.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
564.00/141.21	c lits-rem:       210  cl-subs:     1022  v-elim:      0  v-fix:    0  time:  2.47 s
564.00/141.22	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
564.40/141.35	c vivif2 --  cl tried    67783 cl shrink        0 lits rem          0 time: 0.13
565.21/141.58	c asymm  cl-useful: 0/1111/12254 lits-rem:0 time: 0.22
565.21/141.58	c calculated reachability. Time: 0.00
565.21/141.58	c  N dy  2957    806472      2325     12254    251777     67783    812725   2769745     16.15   no data
575.98/144.24	c  N dy  3018    827775      2325     12254    251777     50300    812725   1454434     16.15     17.06
585.57/146.68	c  N dy  3081    847807      2325     12254    251777     70140    812725   2739972     16.14     18.85
595.56/149.14	c  N dy  3148    867824      2325     12254    251777     50343    812725   1405007     16.14     17.87
605.93/151.74	c  N dy  3192    888226      2325     12254    251777     70490    812725   2660294     16.13     17.06
617.12/154.50	c  N dy  3249    910235      2325     12254    251777     51672    812725   1404789     16.12     17.10
627.13/157.03	c  N dy  3315    930322      2325     12254    251777     71530    812725   2633490     16.11     16.97
637.89/159.75	c  N dy  3380    951933      2325     12254    251777     51388    812725   1350622     16.11     17.07
647.47/162.16	c  N dy  3446    972135      2325     12254    251777     71397    812725   2674543     16.10     16.97
658.66/164.93	c  N dy  3507    993792      2325     12254    251777     50265    812725   1231607     16.10     16.99
668.65/167.48	c  N dy  3578   1014307      2325     12254    251777     70586    812725   2517213     16.09     16.99
679.45/170.17	c  N dy  3642   1034498      2325     12254    251777     46992    812725   1007617     16.09     16.96
689.42/172.69	c  N dy  3713   1054828      2325     12254    251777     67142    812725   2325066     16.09     16.98
699.00/175.03	c  F st  3739   1071875      2325     12254    251777     83926    812725   3350737     16.08     14.00
701.01/175.50	c  N st  3744   1075171      2325     12254    251777     87184    812725   3567488     16.08   no data
710.98/178.05	c  N dy  3824   1095362      2325     12254    251777     62701    812725   2009915     16.08     17.00
721.37/180.60	c  N dy  3888   1115559      2325     12254    251777     82691    812725   3274346     16.08     17.06
731.36/183.15	c  N dy  3951   1135598      2325     12254    251777     57001    812725   1520369     16.07     16.93
741.74/185.71	c  N dy  4010   1156524      2325     12254    251777     77699    812725   2871849     16.07     16.94
752.93/188.56	c  N dy  4087   1178376      2325     12254    251777     52828    812725   1214838     16.07     16.94
762.93/191.06	c  N dy  4142   1198417      2325     12254    251777     72645    812725   2468849     16.06     16.92
768.91/192.54	c  S st  4196   1209710      2325     12254    251777     83849    812725   3232780     16.06     15.97
769.31/192.60	c  S st  4196   1210212      2325     12254    251777     84350    812725   3273615     16.06   no data
769.31/192.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
771.31/193.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.0M T:  0.48
771.31/193.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
771.31/193.15	c bin-w-bin subsume rem            0 bins  time:  0.04 s
780.10/195.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.15 s
780.10/195.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
780.10/195.35	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
780.10/195.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
786.89/197.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
798.87/200.00	c lits-rem:       333  cl-subs:     1577  v-elim:      0  v-fix:    0  time:  2.98 s
798.87/200.01	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
799.27/200.17	c vivif2 --  cl tried    82773 cl shrink        0 lits rem          0 time: 0.16
800.47/200.42	c asymm  cl-useful: 0/1284/12254 lits-rem:0 time: 0.25
800.47/200.43	c calculated reachability. Time: 0.00
800.47/200.43	c  N dy  4196   1210212      2325     12254    251777     82773    812725   3224365     16.06   no data
811.27/203.10	c  N dy  4256   1230219      2325     12254    251777     55067    812725   1334378     16.06     17.03
821.24/205.62	c  N dy  4315   1250481      2325     12254    251777     75093    812725   2604954     16.05     17.02
831.62/208.21	c  N dy  4379   1270575      2325     12254    251777     94991    812725   3939060     16.05     23.27
842.43/210.95	c  N dy  4450   1291717      2325     12254    251777     67464    812725   2023500     16.05     16.94
853.20/213.63	c  N dy  4520   1311936      2325     12254    251777     87471    812725   3248277     16.04     17.02
864.77/216.50	c  N dy  4599   1333128      2325     12254    251777     58935    812725   1449823     16.04     16.94
874.77/219.03	c  N dy  4657   1353184      2325     12254    251777     78763    812725   2769859     16.04     17.99
885.56/221.75	c  N dy  4724   1373481      2325     12254    251777     98834    812725   4062210     16.04     16.90
896.34/224.41	c  N dy  4775   1394275      2325     12254    251777     68881    812725   2015605     16.03     17.02
907.12/227.10	c  N dy  4822   1414586      2325     12254    251777     88967    812725   3274686     16.02     16.97
918.31/229.91	c  N dy  4868   1435290      2325     12254    251777     58030    812725   1282776     16.02     17.19
928.30/232.46	c  N dy  4952   1455637      2325     12254    251777     78141    812725   2611167     16.02     16.97
939.10/235.19	c  N dy  5019   1475766      2325     12254    251777     98050    812725   3866719     16.02     16.89
950.67/238.03	c  N dy  5094   1497373      2325     12254    251777     67028    812725   1860185     16.02     16.95
960.67/240.54	c  N dy  5162   1517523      2325     12254    251777     86954    812725   3156961     16.02     17.08
971.45/243.28	c  N dy  5213   1537554      2325     12254    251777    106740    812725   4396216     16.01     16.99
984.62/246.54	c  N dy  5283   1562068      2325     12254    251777     77518    812725   2361410     16.01     16.94
995.82/249.37	c  N dy  5372   1582484      2325     12254    251777     97688    812725   3629068     16.01     16.88
1006.99/252.14	c  N dy  5454   1602739      2325     12254    251777     63397    812725   1508097     16.02     17.05
1016.98/254.65	c  N dy  5514   1622800      2325     12254    251777     83222    812725   2733821     16.01     17.50
1028.56/257.50	c  N dy  5586   1642935      2325     12254    251777    103122    812725   3978145     16.01     16.86
1038.95/260.16	c  N dy  5654   1663141      2325     12254    251777     67756    812725   1751614     16.01     16.86
1049.73/262.80	c  N dy  5702   1683347      2325     12254    251777     87727    812725   3028503     16.01     16.95
1060.92/265.66	c  N dy  5799   1703493      2325     12254    251777    107703    812725   4307360     16.01     16.93
1065.32/266.73	c  S st  5809   1710212      2325     12254    251777     57961    812725   1056965     16.01     14.95
1065.32/266.78	c  S st  5809   1710717      2325     12254    251777     58464    812725   1099705     16.01   no data
1065.32/266.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1067.31/267.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.6M T:  0.41
1067.31/267.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1067.31/267.26	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1076.10/269.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.16 s
1076.10/269.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1076.10/269.46	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1076.10/269.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1081.29/270.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
1082.09/270.98	c lits-rem:        12  cl-subs:      107  v-elim:      0  v-fix:    0  time:  0.25 s
1082.09/270.99	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
1082.49/271.05	c vivif2 --  cl tried    58357 cl shrink        0 lits rem          0 time: 0.06
1083.29/271.27	c asymm  cl-useful: 0/1221/12254 lits-rem:0 time: 0.22
1083.29/271.28	c calculated reachability. Time: 0.00
1083.29/271.28	c  N dy  5809   1710717      2325     12254    251777     58357    812725   1097488     16.01   no data
1093.67/273.88	c  N dy  5890   1730721      2325     12254    251777     78172    812725   2357891     16.01     18.83
1105.25/276.76	c  N dy  5963   1751636      2325     12254    251777     98863    812725   3698410     16.01     16.91
1117.64/279.80	c  N dy  6039   1771693      2325     12254    251777     61323    812725   1222981     16.01     16.87
1127.65/282.31	c  N dy  6142   1791782      2325     12254    251777     81234    812725   2526035     16.02     17.34
1138.41/285.04	c  N dy  6204   1811851      2325     12254    251777    101107    812725   3786688     16.02     16.96
1149.62/287.87	c  N dy  6257   1832058      2325     12254    251777     62726    812725   1293669     16.01     16.86
1160.39/290.52	c  N dy  6338   1852630      2325     12254    251777     83079    812725   2560533     16.02     16.86
1171.99/293.45	c  N dy  6384   1874969      2325     12254    251777    105172    812725   3998711     16.01     17.22
1183.95/296.44	c  N dy  6466   1894987      2325     12254    251777     65629    812725   1416146     16.01     17.72
1194.34/299.03	c  N dy  6560   1915036      2325     12254    251777     85518    812725   2689944     16.01     17.29
1205.13/301.79	c  N dy  6643   1935254      2325     12254    251777    105522    812725   3979401     16.02     17.07
1217.10/304.71	c  N dy  6714   1955291      2325     12254    251777     64945    812725   1328294     16.02     19.64
1227.90/307.40	c  N dy  6781   1976612      2325     12254    251777     86035    812725   2674096     16.02     16.87
1239.07/310.24	c  N dy  6838   1996722      2325     12254    251777    105895    812725   3866745     16.01     16.90
1251.08/313.22	c  N dy  6913   2016801      2325     12254    251777     64427    812725   1241643     16.01     16.95
1261.45/315.88	c  N dy  6990   2036804      2325     12254    251777     84236    812725   2478660     16.01     16.86
1273.05/318.78	c  N dy  7067   2057204      2325     12254    251777    104414    812725   3693766     16.01     16.91
1286.61/322.12	c  N dy  7132   2078556      2325     12254    251777     63148    812725   1121268     16.01     16.95
1297.00/324.74	c  N dy  7208   2098847      2325     12254    251777     83240    812725   2346455     16.01     16.90
1308.20/327.55	c  N dy  7292   2118895      2325     12254    251777    103069    812725   3593393     16.01     16.99
1319.76/330.45	c  N dy  7374   2138970      2325     12254    251777    122947    812725   4876506     16.01     19.70
1332.15/333.50	c  N dy  7416   2159888      2325     12254    251777     80287    812725   2069254     16.01     16.87
1342.53/336.18	c  N dy  7495   2180042      2325     12254    251777    100248    812725   3350786     16.01     17.15
1354.51/339.12	c  N dy  7568   2200182      2325     12254    251777    120184    812725   4639850     16.01     16.95
1361.31/340.85	c  S st  7616   2210720      2325     12254    251777     66303    812725   1221365     16.01     15.18
1361.70/340.90	c  S st  7616   2211221      2325     12254    251777     66803    812725   1260545     16.01   no data
1361.70/340.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1363.30/341.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.9M T:  0.43
1363.30/341.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1363.30/341.38	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1372.10/343.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.16 s
1372.10/343.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1372.10/343.59	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1372.50/343.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1377.29/344.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.22 s
1378.51/345.13	c lits-rem:        16  cl-subs:      114  v-elim:      0  v-fix:    0  time:  0.25 s
1378.51/345.14	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
1378.88/345.21	c vivif2 --  cl tried    66689 cl shrink        0 lits rem          0 time: 0.07
1379.68/345.42	c asymm  cl-useful: 0/1204/12254 lits-rem:0 time: 0.21
1379.68/345.43	c calculated reachability. Time: 0.00
1379.68/345.43	c  N dy  7616   2211221      2325     12254    251777     66689    812725   1256990     16.01   no data
1390.46/348.18	c  N dy  7694   2232061      2325     12254    251777     87316    812725   2557190     16.01     16.96
1402.05/351.10	c  N dy  7779   2253086      2325     12254    251777    108132    812725   3922279     16.01     17.11
1414.84/354.21	c  N dy  7838   2273184      2325     12254    251777    128041    812725   5177516     16.01     18.18
1426.02/357.09	c  N dy  7920   2293187      2325     12254    251777     82544    812725   2163454     16.01     16.90
1437.20/359.87	c  N dy  7970   2313265      2325     12254    251777    102375    812725   3363969     16.00     19.31
1449.18/362.84	c  N dy  8051   2333424      2325     12254    251777    122316    812725   4626957     16.00     16.88
1461.59/365.98	c  N dy  8105   2354314      2325     12254    251777     76682    812725   1821165     16.00     16.93
1473.16/368.86	c  N dy  8160   2374793      2325     12254    251777     96839    812725   2991625     16.00     16.93
1485.14/371.81	c  N dy  8237   2394932      2325     12254    251777    116756    812725   4197649     16.00     16.86
1497.14/374.88	c  N dy  8302   2414989      2325     12254    251777     69375    812725   1292188     16.00     19.01
1507.91/377.50	c  N dy  8355   2434993      2325     12254    251777     89100    812725   2492357     16.00     17.04
1519.11/380.39	c  N dy  8415   2455020      2325     12254    251777    108896    812725   3686496     15.99     16.96
1531.89/383.57	c  N dy  8476   2475966      2325     12254    251777    129549    812725   4900208     15.99     16.92
1543.86/386.50	c  N dy  8545   2496666      2325     12254    251777     81885    812725   2035100     15.99     16.94
1554.64/389.25	c  N dy  8617   2516725      2325     12254    251777    101724    812725   3288070     15.99     18.51
1567.82/392.51	c  N dy  8668   2538790      2325     12254    251777    123514    812725   4591905     15.98     16.97
1580.23/395.64	c  N dy  8724   2559333      2325     12254    251777     74645    812725   1527357     15.98     16.87
1591.40/398.49	c  N dy  8787   2580511      2325     12254    251777     95590    812725   2848413     15.98     16.86
1603.78/401.51	c  N dy  8860   2600979      2325     12254    251777    115831    812725   4107893     15.98     16.85
1615.79/404.53	c  N dy  8919   2621214      2325     12254    251777    135866    812725   5332106     15.98     16.95
1627.74/407.56	c  N dy  8994   2641684      2325     12254    251777     85913    812725   2184280     15.97     16.86
1639.33/410.44	c  N dy  9066   2661920      2325     12254    251777    105931    812725   3478221     15.97     16.86
1652.92/413.86	c  N dy  9143   2684456      2325     12254    251777    128185    812725   4839724     15.97     16.86
1665.69/417.04	c  N dy  9217   2705039      2325     12254    251777     77371    812725   1614740     15.97     16.90
1668.88/417.84	c  S st  9242   2711221      2325     12254    251777     83502    812725   2009269     15.97   no data
1669.29/417.91	c  S st  9242   2711724      2325     12254    251777     84005    812725   2046311     15.97   no data
1669.29/417.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1670.89/418.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.0M T:  0.47
1671.29/418.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1671.29/418.43	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1679.68/420.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.16 s
1680.08/420.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1680.08/420.64	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1680.08/420.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1686.09/422.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
1690.08/423.18	c lits-rem:        86  cl-subs:      480  v-elim:      0  v-fix:    0  time:  1.02 s
1690.08/423.19	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
1690.86/423.30	c vivif2 --  cl tried    83525 cl shrink        0 lits rem          0 time: 0.11
1691.65/423.52	c asymm  cl-useful: 0/1199/12254 lits-rem:0 time: 0.22
1691.65/423.53	c calculated reachability. Time: 0.00
1691.65/423.53	c  N dy  9242   2711724      2325     12254    251777     83525    812725   2029898     15.97   no data
1702.45/426.28	c  N dy  9323   2731795      2325     12254    251777    103383    812725   3269370     15.98     16.86
1716.03/429.64	c  N dy  9375   2754203      2325     12254    251777    125534    812725   4593677     15.97     16.85
1729.63/433.05	c  N dy  9429   2774294      2325     12254    251777     73183    812725   1310199     15.97     20.53
1740.39/435.79	c  N dy  9502   2794632      2325     12254    251777     93280    812725   2589327     15.97     16.81
1752.77/438.80	c  N dy  9565   2815305      2325     12254    251777    113745    812725   3829836     15.97     16.88
1765.18/441.95	c  N dy  9614   2835528      2325     12254    251777    133681    812725   4960156     15.97     16.83
1777.96/445.15	c  N dy  9701   2855555      2325     12254    251777     80348    812725   1682335     15.97     21.83
1789.92/448.13	c  N dy  9771   2876530      2325     12254    251777    101046    812725   2940370     15.97     16.85
1801.51/451.05	c  N dy  9830   2896625      2325     12254    251777    120897    812725   4129139     15.97     16.84
1813.89/454.16	c  N dy  9918   2916629      2325     12254    251777    140715    812725   5376763     15.97     16.84
1826.29/457.24	c  N dy  9962   2936722      2325     12254    251777     86399    812725   2001516     15.97     16.92
1837.46/460.06	c  N dy 10027   2956995      2325     12254    251777    106411    812725   3200475     15.96     16.85
1849.84/463.11	c  N dy 10101   2977001      2325     12254    251777    126190    812725   4406837     15.96     20.28
1862.63/466.32	c  N dy 10170   2997515      2325     12254    251777    146492    812725   5679999     15.96     16.94
1874.63/469.32	c  N dy 10240   3017759      2325     12254    251777     91371    812725   2267864     15.96     16.84
1885.80/472.17	c  N dy 10317   3037929      2325     12254    251777    111338    812725   3519451     15.96     16.87
1897.78/475.19	c  N dy 10385   3057978      2325     12254    251777    131130    812725   4734247     15.96     16.86
1911.36/478.52	c  N dy 10450   3078416      2325     12254    251777    151336    812725   5948355     15.96     16.86
1923.36/481.59	c  N dy 10529   3099632      2325     12254    251777     96215    812725   2520834     15.96     16.82
1935.73/484.69	c  N dy 10593   3120313      2325     12254    251777    116663    812725   3734740     15.96     16.89
1948.11/487.75	c  N dy 10681   3140417      2325     12254    251777    136560    812725   4984269     15.96     16.83
1962.51/491.31	c  N dy 10737   3160815      2325     12254    251777     79590    812725   1474453     15.96     17.10
1974.48/494.32	c  N dy 10808   3181222      2325     12254    251777     99770    812725   2690719     15.96     16.80
1986.46/497.37	c  N dy 10877   3201316      2325     12254    251777    119572    812725   3882808     15.96     21.07
1993.27/499.01	c  S st 10909   3211724      2325     12254    251777    129873    812725   4513971     15.96   no data
1993.27/499.08	c  S st 10909   3212227      2325     12254    251777    130375    812725   4551404     15.96   no data
1993.27/499.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1995.64/499.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.9M T:  0.59
1996.04/499.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1996.04/499.74	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2004.83/501.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.16 s
2004.83/501.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2004.83/501.95	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
2005.23/502.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2012.03/503.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.56 s
2027.61/507.67	c lits-rem:       252  cl-subs:     3072  v-elim:      0  v-fix:    0  time:  3.94 s
2027.61/507.67	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
2028.82/507.91	c vivif2 --  cl tried   127303 cl shrink        0 lits rem          0 time: 0.24
2029.60/508.16	c asymm  cl-useful: 0/938/12254 lits-rem:0 time: 0.25
2029.60/508.18	c calculated reachability. Time: 0.00
2029.60/508.18	c  N dy 10909   3212227      2325     12254    251777    127303    812725   4466067     15.96   no data
2042.78/511.41	c  N dy 10987   3232308      2325     12254    251777    147172    812725   5682293     15.96     19.11
2056.76/514.91	c  N dy 11064   3254579      2325     12254    251777     91109    812725   2126188     15.96     17.09
2069.14/518.00	c  N dy 11155   3274651      2325     12254    251777    110978    812725   3337865     15.96     16.90
2081.55/521.11	c  N dy 11227   3294685      2325     12254    251777    130793    812725   4551255     15.96     16.82
2093.91/524.27	c  N dy 11310   3314869      2325     12254    251777    150782    812725   5791207     15.96     16.82
2107.51/527.63	c  N dy 11375   3336997      2325     12254    251777     93529    812725   2218691     15.96     17.08
2119.48/530.65	c  N dy 11409   3357308      2325     12254    251777    113527    812725   3350711     15.96     16.90
2132.26/533.89	c  N dy 11476   3378515      2325     12254    251777    134493    812725   4643302     15.96     16.85
2145.44/537.19	c  N dy 11545   3398968      2325     12254    251777    154712    812725   5844202     15.96     16.89
2157.82/540.28	c  N dy 11604   3418980      2325     12254    251777     94479    812725   2320035     15.96     21.27
2169.43/543.15	c  N dy 11658   3439025      2325     12254    251777    114304    812725   3517781     15.95     16.90
2182.21/546.31	c  N dy 11732   3459474      2325     12254    251777    134521    812725   4757803     15.95     16.84
2194.57/549.47	c  N dy 11789   3479568      2325     12254    251777    154388    812725   5998558     15.95     16.82
2207.75/552.70	c  N dy 11884   3499662      2325     12254    251777     93257    812725   2141783     15.96     16.84
2218.94/555.55	c  N dy 11975   3519686      2325     12254    251777    113071    812725   3351293     15.96     18.82
2230.95/558.59	c  N dy 12068   3539747      2325     12254    251777    132928    812725   4603234     15.96     22.76
2244.12/561.82	c  N dy 12132   3559872      2325     12254    251777    152837    812725   5827954     15.96     16.83
2257.68/565.23	c  N dy 12192   3580511      2325     12254    251777     91130    812725   1977109     15.96     16.82
2268.87/568.04	c  N dy 12238   3600530      2325     12254    251777    110877    812725   3166795     15.96     16.84
2281.25/571.11	c  N dy 12330   3620619      2325     12254    251777    130811    812725   4430585     15.96     16.82
2294.44/574.47	c  N dy 12387   3641564      2325     12254    251777    151505    812725   5668928     15.96     16.90
2308.01/577.85	c  N dy 12437   3661661      2325     12254    251777     88246    812725   1735169     15.95     16.87
2320.80/581.03	c  N dy 12501   3681903      2325     12254    251777    108232    812725   2984291     15.95     16.81
2333.98/584.36	c  N dy 12569   3701993      2325     12254    251777    128072    812725   4170745     15.95     16.88
2340.79/586.04	c  S st 12591   3712228      2325     12254    251777    138190    812725   4786765     15.95   no data
2341.17/586.12	c  S st 12591   3712733      2325     12254    251777    138695    812725   4826009     15.95   no data
2341.17/586.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2343.57/586.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.1M T:  0.59
2343.57/586.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2343.57/586.77	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2352.36/588.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.17 s
2352.36/588.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2352.36/588.99	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
2352.76/589.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2359.55/590.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.59 s
2374.33/594.45	c lits-rem:       190  cl-subs:     3322  v-elim:      0  v-fix:    0  time:  3.65 s
2374.33/594.46	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
2375.55/594.71	c vivif2 --  cl tried   135373 cl shrink        0 lits rem          0 time: 0.25
2376.33/594.96	c asymm  cl-useful: 0/1548/12254 lits-rem:0 time: 0.25
2376.33/594.97	c calculated reachability. Time: 0.00
2376.33/594.97	c  N dy 12591   3712733      2325     12254    251777    135373    812725   4737493     15.95   no data
2389.91/598.30	c  N dy 12659   3732758      2325     12254    251777    155161    812725   5911265     15.95     16.93
2402.68/601.51	c  F st 12718   3751563      2325     12254    251777     89778    812725   1813314     15.95     14.12
2403.88/601.82	c  N st 12722   3753598      2325     12254    251777     91790    812725   1945468     15.95   no data
2415.86/604.83	c  N dy 12782   3773647      2325     12254    251777    111623    812725   3148708     15.95     16.80
2429.04/608.12	c  N dy 12859   3794869      2325     12254    251777    132601    812725   4427887     15.95     16.85
2442.23/611.44	c  N dy 12956   3815053      2325     12254    251777    152592    812725   5652839     15.95     17.05
2457.01/615.15	c  N dy 13031   3835482      2325     12254    251777     87804    812725   1639107     15.95     16.97
2468.22/617.97	c  N dy 13095   3855884      2325     12254    251777    107997    812725   2906815     15.95     16.88
2480.17/620.98	c  N dy 13183   3876693      2325     12254    251777    128631    812725   4188608     15.95     16.85
2493.36/624.28	c  N dy 13218   3897190      2325     12254    251777    148824    812725   5317364     15.94     16.87
2507.36/627.71	c  N dy 13268   3918253      2325     12254    251777    169623    812725   6513213     15.94     17.15
2520.12/630.94	c  N dy 13335   3938959      2325     12254    251777    104038    812725   2531696     15.94     17.02
2532.11/633.91	c  N dy 13404   3959296      2325     12254    251777    124159    812725   3776054     15.94     16.80
2544.09/636.96	c  N dy 13489   3979336      2325     12254    251777    143973    812725   5011962     15.94     16.86
2558.08/640.47	c  N dy 13533   3999952      2325     12254    251777    164349    812725   6188446     15.94     16.80
2571.65/643.87	c  N dy 13610   4019956      2325     12254    251777     97148    812725   2105933     15.94     16.98
2582.83/646.67	c  N dy 13659   4039981      2325     12254    251777    116877    812725   3283416     15.94     16.78
2596.02/649.92	c  N dy 13740   4061788      2325     12254    251777    138466    812725   4593837     15.94     16.82
2608.82/653.17	c  N dy 13811   4081848      2325     12254    251777    158335    812725   5800497     15.94     21.61
2623.58/656.83	c  N dy 13870   4102658      2325     12254    251777     90943    812725   1678443     15.94     16.79
2634.78/659.64	c  N dy 13951   4122955      2325     12254    251777    111039    812725   2878522     15.94     17.05
2646.75/662.60	c  N dy 14027   4143201      2325     12254    251777    131054    812725   4080154     15.94     16.78
2659.13/665.73	c  N dy 14072   4163564      2325     12254    251777    151151    812725   5275801     15.93     16.81
2672.31/669.04	c  N dy 14134   4183655      2325     12254    251777    170974    812725   6440686     15.93     16.78
2686.29/672.59	c  N dy 14201   4204092      2325     12254    251777    102200    812725   2316046     15.93     16.78
2691.49/673.82	c  S st 14244   4212733      2325     12254    251777    110745    812725   2848555     15.93     15.19
2691.49/673.89	c  S st 14244   4213236      2325     12254    251777    111247    812725   2885465     15.93   no data
2691.90/673.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2693.88/674.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.6M T:  0.50
2693.88/674.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2693.88/674.46	c bin-w-bin subsume rem            0 bins  time:  0.04 s
2702.67/676.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.16 s
2702.67/676.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2702.67/676.67	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
2703.07/676.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2708.66/678.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
2716.65/680.18	c lits-rem:       100  cl-subs:      999  v-elim:      0  v-fix:    0  time:  2.02 s
2716.65/680.19	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
2717.45/680.35	c vivif2 --  cl tried   110248 cl shrink        0 lits rem          0 time: 0.16
2718.27/680.59	c asymm  cl-useful: 0/1062/12254 lits-rem:0 time: 0.24
2718.27/680.60	c calculated reachability. Time: 0.00
2718.27/680.60	c  N dy 14244   4213236      2325     12254    251777    110248    812725   2856438     15.93   no data
2729.84/683.48	c  N dy 14330   4233292      2325     12254    251777    130116    812725   4085662     15.93     16.78
2743.42/686.86	c  N dy 14390   4255365      2325     12254    251777    151916    812725   5385421     15.93     16.83
2756.59/690.12	c  N dy 14463   4275873      2325     12254    251777    172201    812725   6631070     15.93     16.99
2769.38/693.33	c  N dy 14524   4296776      2325     12254    251777    102899    812725   2296564     15.93     17.06
2780.96/696.21	c  N dy 14601   4317448      2325     12254    251777    123333    812725   3523772     15.93     16.91
2793.36/699.31	c  N dy 14676   4337516      2325     12254    251777    143167    812725   4703165     15.93     21.01
2806.14/702.52	c  N dy 14754   4357663      2325     12254    251777    163113    812725   5921900     15.93     16.83
2819.73/705.98	c  N dy 14817   4378237      2325     12254    251777     92509    812725   1637659     15.93     16.96
2830.89/708.79	c  N dy 14895   4398348      2325     12254    251777    112408    812725   2829529     15.93     16.99
2842.87/711.77	c  N dy 14987   4418486      2325     12254    251777    132332    812725   4032201     15.94     16.85
2858.46/715.65	c  N dy 15054   4442545      2325     12254    251777    156070    812725   5337489     15.94     16.82
2871.64/718.95	c  N dy 15133   4462866      2325     12254    251777    176166    812725   6561229     15.94     16.78
2885.23/722.35	c  N dy 15210   4482954      2325     12254    251777    104110    812725   2287573     15.94     17.70
2897.20/725.31	c  N dy 15288   4503160      2325     12254    251777    124115    812725   3455997     15.94     16.95
2910.38/728.61	c  N dy 15355   4524467      2325     12254    251777    145142    812725   4696577     15.94     16.84
2923.16/731.84	c  N dy 15400   4544807      2325     12254    251777    165225    812725   5882743     15.93     16.78
2936.75/735.25	c  N dy 15465   4565141      2325     12254    251777    185317    812725   7057218     15.93     16.86
2949.13/738.30	c  N dy 15540   4585486      2325     12254    251777    112540    812725   2731067     15.93     16.96
2960.71/741.26	c  N dy 15590   4606127      2325     12254    251777    132920    812725   3936334     15.93     16.87
2972.69/744.22	c  N dy 15655   4626205      2325     12254    251777    152783    812725   5181747     15.93     16.80
2985.48/747.45	c  N dy 15744   4646427      2325     12254    251777    172767    812725   6414547     15.93     16.90
2999.06/750.90	c  N dy 15838   4666432      2325     12254    251777     98630    812725   1874852     15.93     16.80
3010.64/753.73	c  N dy 15897   4686668      2325     12254    251777    118629    812725   3038029     15.93     16.82
3024.63/757.21	c  N dy 15942   4706688      2325     12254    251777    138329    812725   4130728     15.93     16.84
3029.02/758.34	c  S st 15968   4713237      2325     12254    251777    144805    812725   4502419     15.93     15.20
3029.42/758.42	c  S st 15968   4713742      2325     12254    251777    145310    812725   4543208     15.93   no data
3029.42/758.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3031.82/759.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.0M T:  0.59
3031.82/759.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3031.82/759.07	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3040.60/761.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.18 s
3040.60/761.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3041.01/761.30	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
3041.01/761.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3047.81/763.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
3061.77/766.57	c lits-rem:       274  cl-subs:     2695  v-elim:      0  v-fix:    0  time:  3.53 s
3061.77/766.58	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
3062.98/766.84	c vivif2 --  cl tried   142615 cl shrink        0 lits rem          0 time: 0.26
3063.78/767.09	c asymm  cl-useful: 0/1190/12254 lits-rem:0 time: 0.25
3064.17/767.11	c calculated reachability. Time: 0.00
3064.17/767.11	c  N dy 15968   4713742      2325     12254    251777    142615    812725   4471594     15.93   no data
3076.95/770.32	c  N dy 16056   4733746      2325     12254    251777    162426    812725   5650012     15.93     16.77
3090.14/773.61	c  N dy 16126   4753803      2325     12254    251777    182269    812725   6819145     15.93     20.13
3103.72/777.06	c  N dy 16215   4774065      2325     12254    251777    107462    812725   2336091     15.93     16.79
3114.90/779.86	c  N dy 16281   4794136      2325     12254    251777    127309    812725   3544944     15.93     22.21
3126.90/782.82	c  N dy 16344   4814218      2325     12254    251777    147144    812725   4741093     15.93     16.82
3140.49/786.25	c  N dy 16404   4835563      2325     12254    251777    168216    812725   5946231     15.93     16.81
3154.04/789.61	c  N dy 16452   4855692      2325     12254    251777    188054    812725   7104969     15.93     16.77
3166.85/792.80	c  N dy 16513   4875978      2325     12254    251777    112229    812725   2542231     15.93     16.81
3178.81/795.86	c  N dy 16589   4896897      2325     12254    251777    132931    812725   3783285     15.93     16.95
3191.59/799.03	c  N dy 16643   4917032      2325     12254    251777    152806    812725   4885094     15.93     16.95
3204.78/802.30	c  N dy 16702   4937184      2325     12254    251777    172702    812725   6016754     15.92     16.77
3217.96/805.63	c  N dy 16765   4957309      2325     12254    251777    192567    812725   7199813     15.92     16.89
3230.34/808.79	c  N dy 16834   4977582      2325     12254    251777    115809    812725   2712759     15.92     16.78
3242.72/811.80	c  N dy 16908   4997648      2325     12254    251777    135671    812725   3860688     15.92     17.11
3254.73/814.85	c  N dy 16955   5018192      2325     12254    251777    155946    812725   5059635     15.92     16.78
3267.91/818.14	c  N dy 17028   5039274      2325     12254    251777    176764    812725   6290105     15.92     16.89
3283.07/821.98	c  N dy 17121   5060250      2325     12254    251777     99683    812725   1754701     15.92     16.77
3294.28/824.78	c  N dy 17172   5080852      2325     12254    251777    120019    812725   2933844     15.92     16.84
3306.24/827.75	c  N dy 17239   5101037      2325     12254    251777    139982    812725   4093768     15.92     16.84
3319.42/831.09	c  N dy 17308   5121072      2325     12254    251777    159698    812725   5165539     15.92     25.33
3333.00/834.44	c  N dy 17378   5141076      2325     12254    251777    179442    812725   6290905     15.92     18.54
3347.77/838.11	c  N dy 17464   5161134      2325     12254    251777    100511    812725   1764683     15.92     19.65
3358.56/840.86	c  N dy 17539   5181320      2325     12254    251777    120470    812725   2990437     15.92     16.78
3370.54/843.89	c  N dy 17600   5201435      2325     12254    251777    140372    812725   4224347     15.92     17.19
3378.93/845.95	c  S st 17649   5213742      2325     12254    251777    152542    812725   4933813     15.92   no data
3379.33/846.03	c  S st 17649   5214244      2325     12254    251777    153044    812725   4969511     15.92   no data
3379.33/846.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3381.75/846.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.1M T:  0.62
3381.75/846.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3382.15/846.72	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3390.94/848.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.23 s
3390.94/848.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3391.31/849.00	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
3391.31/849.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3398.50/850.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.66 s
3412.51/854.32	c lits-rem:       198  cl-subs:     1877  v-elim:      0  v-fix:    0  time:  3.43 s
3412.51/854.33	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
3413.69/854.60	c vivif2 --  cl tried   151167 cl shrink        0 lits rem          0 time: 0.28
3414.89/854.91	c asymm  cl-useful: 0/1292/12254 lits-rem:0 time: 0.31
3414.89/854.93	c calculated reachability. Time: 0.00
3414.89/854.93	c  N dy 17649   5214244      2325     12254    251777    151167    812725   4913572     15.92   no data
3428.06/858.23	c  N dy 17734   5234693      2325     12254    251777    171389    812725   6117272     15.92     16.86
3441.65/861.61	c  N dy 17780   5255490      2325     12254    251777    191882    812725   7309727     15.92     16.79
3455.23/865.03	c  N dy 17832   5275521      2325     12254    251777    111862    812725   2340539     15.92     16.82
3466.81/867.98	c  N dy 17875   5295770      2325     12254    251777    131849    812725   3491967     15.92     16.78
3479.20/871.08	c  N dy 17964   5315922      2325     12254    251777    151773    812725   4674513     15.92     16.81
3492.38/874.38	c  N dy 18034   5336024      2325     12254    251777    171654    812725   5851284     15.92     16.81
3505.96/877.73	c  N dy 18105   5356066      2325     12254    251777    191507    812725   7055858     15.92     16.85
3519.54/881.14	c  N dy 18190   5376082      2325     12254    251777    110532    812725   2295809     15.92     23.42
3531.15/884.07	c  N dy 18280   5396104      2325     12254    251777    130357    812725   3491555     15.92     18.04
3543.51/887.16	c  N dy 18320   5416168      2325     12254    251777    150160    812725   4599129     15.92     16.76
3556.29/890.37	c  N dy 18380   5436214      2325     12254    251777    169983    812725   5755675     15.92     16.85
3569.87/893.79	c  N dy 18449   5456247      2325     12254    251777    189764    812725   6893944     15.92     16.83
3584.27/897.35	c  N dy 18525   5476325      2325     12254    251777    107803    812725   2066261     15.92     16.77
3596.24/900.35	c  N dy 18592   5496742      2325     12254    251777    127999    812725   3216103     15.92     16.83
3608.61/903.48	c  N dy 18653   5516747      2325     12254    251777    147732    812725   4357825     15.91     17.03
3622.21/906.83	c  N dy 18703   5537113      2325     12254    251777    167834    812725   5484167     15.91     16.80
3635.78/910.27	c  N dy 18792   5557526      2325     12254    251777    188042    812725   6695877     15.91     16.75
3650.56/913.93	c  N dy 18863   5577677      2325     12254    251777    105198    812725   1866887     15.91     16.78
3662.54/916.97	c  N dy 18920   5599035      2325     12254    251777    126308    812725   3060698     15.91     16.78
3675.33/920.16	c  N dy 18982   5619105      2325     12254    251777    146145    812725   4169882     15.91     16.89
3688.90/923.55	c  N dy 19062   5639565      2325     12254    251777    166358    812725   5355733     15.91     16.81
3702.91/927.03	c  N dy 19128   5659702      2325     12254    251777    186289    812725   6491160     15.91     16.89
3718.86/931.09	c  N dy 19206   5681894      2325     12254    251777    104458    812725   1780065     15.91     16.79
3730.45/933.91	c  N dy 19264   5702120      2325     12254    251777    124424    812725   2937662     15.91     16.76
3737.65/935.74	c  S st 19308   5714244      2325     12254    251777    136449    812725   3667227     15.91   no data
3738.05/935.81	c  S st 19308   5714745      2325     12254    251777    136949    812725   3707548     15.91   no data
3738.05/935.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3740.04/936.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.2M T:  0.55
3740.04/936.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3740.44/936.42	c bin-w-bin subsume rem            0 bins  time:  0.04 s
3749.22/938.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.20 s
3749.22/938.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3749.22/938.66	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
3749.62/938.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3756.41/940.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.59 s
3765.21/942.61	c lits-rem:       143  cl-subs:     1466  v-elim:      0  v-fix:    0  time:  2.17 s
3765.21/942.62	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
3766.01/942.83	c vivif2 --  cl tried   135483 cl shrink        0 lits rem          0 time: 0.21
3766.80/943.08	c asymm  cl-useful: 0/1467/12254 lits-rem:0 time: 0.25
3766.80/943.09	c calculated reachability. Time: 0.00
3766.80/943.09	c  N dy 19308   5714745      2325     12254    251777    135483    812725   3666129     15.91   no data
3779.98/946.38	c  N dy 19386   5736057      2325     12254    251777    156549    812725   4898836     15.91     16.75
3794.36/949.95	c  N dy 19480   5757617      2325     12254    251777    177873    812725   6173969     15.91     16.85
3809.94/953.84	c  N dy 19559   5778731      2325     12254    251777    198751    812725   7373815     15.91     16.76
3824.72/957.56	c  N dy 19631   5799066      2325     12254    251777    114040    812725   2310112     15.91     16.80
3837.50/960.70	c  N dy 19681   5819107      2325     12254    251777    133805    812725   3415866     15.91     16.79
3850.28/963.91	c  N dy 19750   5839601      2325     12254    251777    154100    812725   4583232     15.91     16.76
3863.47/967.26	c  N dy 19827   5859942      2325     12254    251777    174214    812725   5736195     15.91     16.79
3878.66/971.05	c  N dy 19902   5881626      2325     12254    251777    195679    812725   6956884     15.91     16.76
3893.82/974.86	c  N dy 19972   5901641      2325     12254    251777    109659    812725   1980014     15.91     16.77
3906.61/978.05	c  N dy 20021   5922265      2325     12254    251777    129979    812725   3065882     15.91     16.96
3919.38/981.22	c  N dy 20084   5942311      2325     12254    251777    149819    812725   4204521     15.91     16.75
3932.57/984.58	c  N dy 20162   5963096      2325     12254    251777    170375    812725   5402597     15.91     16.85
3946.54/988.03	c  N dy 20207   5983111      2325     12254    251777    190115    812725   6483307     15.90     17.48
3960.53/991.56	c  N dy 20281   6003169      2325     12254    251777    209943    812725   7629000     15.90     18.39
3973.71/994.88	c  N dy 20343   6023815      2325     12254    251777    123631    812725   2743696     15.90     16.76
3986.49/998.01	c  N dy 20405   6044112      2325     12254    251777    143630    812725   3886809     15.90     16.78
4000.47/1001.53	c  N dy 20466   6066623      2325     12254    251777    165890    812725   5184201     15.90     16.76
4014.04/1004.98	c  N dy 20509   6086823      2325     12254    251777    185809    812725   6318436     15.90     16.75
4028.83/1008.62	c  N dy 20587   6106943      2325     12254    251777    205734    812725   7484527     15.90     16.79
4043.61/1012.30	c  N dy 20666   6127031      2325     12254    251777    117907    812725   2398575     15.90     16.79
4055.59/1015.31	c  N dy 20736   6147759      2325     12254    251777    138382    812725   3568597     15.90     16.84
4068.37/1018.55	c  N dy 20809   6167963      2325     12254    251777    158349    812725   4711402     15.90     16.80
4081.55/1021.84	c  N dy 20864   6188692      2325     12254    251777    178818    812725   5935259     15.90     16.82
4095.93/1025.45	c  N dy 20930   6208834      2325     12254    251777    198744    812725   7039038     15.90     16.94
4099.93/1026.50	c  S st 20948   6214745      2325     12254    251777    204598    812725   7388063     15.90     14.51
4100.33/1026.59	c  S st 20948   6215246      2325     12254    251777    205098    812725   7422005     15.90   no data
4100.73/1026.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4103.13/1027.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.5M T:  0.65
4103.13/1027.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4103.53/1027.31	c bin-w-bin subsume rem            0 bins  time:  0.04 s
4111.91/1029.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.15 s
4111.91/1029.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
4112.31/1029.51	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
4112.71/1029.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
4120.32/1031.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.69 s
4148.26/1038.51	c lits-rem:       434  cl-subs:     5135  v-elim:      0  v-fix:    0  time:  6.97 s
4148.26/1038.52	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
4149.87/1038.93	c vivif2 --  cl tried   199963 cl shrink        0 lits rem          0 time: 0.41
4151.08/1039.20	c asymm  cl-useful: 0/992/12254 lits-rem:0 time: 0.27
4151.08/1039.22	c calculated reachability. Time: 0.00
4151.08/1039.22	c  N dy 20948   6215246      2325     12254    251777    199963    812725   7281528     15.90   no data
4165.83/1042.96	c  N dy 21013   6235262      2325     12254    251777    111062    812725   1947892     15.90     16.82
4177.44/1045.85	c  N dy 21058   6255401      2325     12254    251777    130971    812725   3089028     15.90     16.76
4190.22/1049.09	c  N dy 21113   6275451      2325     12254    251777    150763    812725   4176147     15.90     21.82
4204.18/1052.56	c  N dy 21174   6296387      2325     12254    251777    171453    812725   5346196     15.89     16.79
4217.37/1055.81	c  N dy 21234   6316546      2325     12254    251777    191330    812725   6510125     15.89     17.14
4231.74/1059.46	c  N dy 21325   6337405      2325     12254    251777    211960    812725   7731866     15.90     16.80
4246.53/1063.18	c  N dy 21399   6357665      2325     12254    251777    122338    812725   2559441     15.90     17.00
4258.91/1066.23	c  N dy 21475   6377877      2325     12254    251777    142363    812725   3756713     15.90     16.80
4271.29/1069.34	c  N dy 21543   6397906      2325     12254    251777    162193    812725   4954171     15.90     17.48
4284.08/1072.57	c  N dy 21599   6418065      2325     12254    251777    182132    812725   6117888     15.89     16.77
4299.26/1076.30	c  N dy 21691   6438530      2325     12254    251777    202375    812725   7288161     15.90     16.84
4314.84/1080.21	c  N dy 21769   6458865      2325     12254    251777    111745    812725   1896461     15.90     16.78
4326.43/1083.14	c  N dy 21847   6478867      2325     12254    251777    131527    812725   3040186     15.90     18.78
4338.80/1086.30	c  N dy 21915   6499113      2325     12254    251777    151549    812725   4161313     15.90     16.81
4351.18/1089.39	c  N dy 21994   6519198      2325     12254    251777    171419    812725   5356732     15.90     16.94
4364.77/1092.76	c  N dy 22052   6539617      2325     12254    251777    191610    812725   6482250     15.90     16.77
4379.56/1096.42	c  N dy 22103   6560219      2325     12254    251777    211923    812725   7650885     15.90     16.84
4394.72/1100.21	c  N dy 22163   6580625      2325     12254    251777    120377    812725   2337238     15.89     16.85
4405.93/1103.08	c  N dy 22225   6600833      2325     12254    251777    140366    812725   3486243     15.89     16.74
4418.71/1106.21	c  N dy 22303   6621150      2325     12254    251777    160484    812725   4652361     15.89     16.74
4431.48/1109.42	c  N dy 22380   6641258      2325     12254    251777    180387    812725   5851265     15.89     16.81
4445.47/1112.92	c  N dy 22464   6661411      2325     12254    251777    200296    812725   6997818     15.89     17.04
4460.63/1116.78	c  N dy 22539   6681657      2325     12254    251777    220278    812725   8144508     15.89     16.87
4474.21/1120.19	c  N dy 22604   6701843      2325     12254    251777    127548    812725   2775822     15.89     16.79
4482.60/1122.29	c  S st 22648   6715247      2325     12254    251777    140809    812725   3537806     15.89     15.53
4483.00/1122.37	c  S st 22648   6715747      2325     12254    251777    141309    812725   3575017     15.89   no data
4483.00/1122.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4485.39/1122.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.3M T:  0.56
4485.39/1122.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4485.79/1123.00	c bin-w-bin subsume rem            0 bins  time:  0.04 s
4494.18/1125.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.17 s
4494.18/1125.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
4494.58/1125.21	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
4494.58/1125.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4500.98/1126.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.46 s
4508.17/1128.64	c lits-rem:       170  cl-subs:     1238  v-elim:      0  v-fix:    0  time:  1.80 s
4508.17/1128.65	c vivif2 --  cl tried    12254 cl shrink        0 lits rem          0 time: 0.01
4508.97/1128.86	c vivif2 --  cl tried   140071 cl shrink        0 lits rem          0 time: 0.21
4510.17/1129.11	c asymm  cl-useful: 0/1427/12254 lits-rem:0 time: 0.25
4510.17/1129.12	c calculated reachability. Time: 0.00
4510.17/1129.12	c  N dy 22648   6715747      2325     12254    251777    140071    812725   3540102     15.89   no data
4522.54/1132.28	c  N dy 22720   6735783      2325     12254    251777    159852    812725   4683199     15.89     16.90
4536.12/1135.63	c  N dy 22795   6755839      2325     12254    251777    179659    812725   5797600     15.89     16.74
4550.11/1139.10	c  N dy 22873   6776033      2325     12254    251777    199606    812725   6952614     15.89     16.75
4566.48/1143.20	c  N dy 22934   6796606      2325     12254    251777    219942    812725   8111197     15.89     16.89
4582.06/1147.16	c  N dy 23006   6818339      2325     12254    251777    127737    812725   2648282     15.89     16.79
4594.46/1150.26	c  N dy 23073   6838507      2325     12254    251777    147674    812725   3786691     15.89     16.78
4607.23/1153.45	c  N dy 23135   6859007      2325     12254    251777    167920    812725   4958571     15.89     16.82
4620.83/1156.86	c  N dy 23208   6879308      2325     12254    251777    187962    812725   6132775     15.89     16.79
4635.18/1160.41	c  N dy 23285   6899435      2325     12254    251777    207852    812725   7236625     15.89     16.79
4649.57/1164.05	c  N dy 23340   6919720      2325     12254    251777    227878    812725   8386995     15.89     16.74
4662.35/1167.26	c  N dy 23398   6939722      2325     12254    251777    133060    812725   2998756     15.89     16.77
4674.74/1170.31	c  N dy 23472   6959914      2325     12254    251777    153024    812725   4185722     15.89     16.77
4687.91/1173.69	c  N dy 23542   6979963      2325     12254    251777    172810    812725   5297576     15.89     19.74
4702.69/1177.34	c  N dy 23618   7000364      2325     12254    251777    192914    812725   6425203     15.89     16.86
4717.07/1180.90	c  N dy 23679   7020787      2325     12254    251777    213094    812725   7588926     15.89     16.74
4732.25/1184.79	c  N dy 23767   7040934      2325     12254    251777    117425    812725   2022876     15.89     16.76
4743.85/1187.65	c  N dy 23825   7060993      2325     12254    251777    137221    812725   3177901     15.89     17.03
4756.22/1190.78	c  N dy 23881   7081519      2325     12254    251777    157529    812725   4365071     15.89     16.86
4769.80/1194.13	c  N dy 23959   7101787      2325     12254    251777    177590    812725   5524253     15.89     16.87
4783.80/1197.69	c  N dy 24008   7121861      2325     12254    251777    197377    812725   6610448     15.89     16.73
4797.76/1201.18	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: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.01 4.44 1.82 5/180 6957
/proc/meminfo: memFree=14816020/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 514494673 52441088 347 33554432000 4194304 4627427 140737131515680 18446744073709551615 47923629275058 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 12803 347 299 106 0 7774 0
[pid=6957/tid=6958] ppid=6955 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514494674 52441088 347 33554432000 4194304 4627427 140737131515680 18446744073709551615 47923629275058 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514494674 52441088 347 33554432000 4194304 4627427 140737131515680 18446744073709551615 47923629275058 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514494674 52441088 347 33554432000 4194304 4627427 140737131515680 18446744073709551615 251814296561 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.192128 s]
/proc/loadavg: 8.01 4.44 1.82 5/180 6957
/proc/meminfo: memFree=14816020/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=301128 CPUtime=1.12 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 18584 0 0 0 106 6 0 0 18 0 4 0 514494673 308355072 18102 33554432000 4194304 4627427 140737131515680 18446744073709551615 251814298026 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 76585 21330 386 106 0 71556 0
[pid=6957/tid=6958] ppid=6955 vsize=306340 CPUtime=0.85 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 6738 0 0 0 84 1 0 0 18 0 4 0 514494674 313692160 21330 33554432000 4194304 4627427 140737131515680 18446744073709551615 4330056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=306340 CPUtime=0.84 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 6137 0 0 0 82 2 0 0 18 0 4 0 514494674 313692160 21330 33554432000 4194304 4627427 140737131515680 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=306340 CPUtime=0.84 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 4465 0 0 0 83 1 0 0 19 0 4 0 514494674 313692160 21330 33554432000 4194304 4627427 140737131515680 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 301128

[startup+0.960629 s]
/proc/loadavg: 8.01 4.44 1.82 5/180 6957
/proc/meminfo: memFree=14816020/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=306528 CPUtime=3.8 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 24649 0 0 0 373 7 0 0 18 0 4 0 514494673 313884672 20843 33554432000 4194304 4627427 140737131515680 18446744073709551615 4332840 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 76632 20844 386 106 0 71603 0
[pid=6957/tid=6958] ppid=6955 vsize=306528 CPUtime=0.95 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 6832 0 0 0 94 1 0 0 18 0 4 0 514494674 313884672 20844 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=306528 CPUtime=0.94 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 6228 0 0 0 92 2 0 0 18 0 4 0 514494674 313884672 20844 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=306528 CPUtime=0.94 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 4926 0 0 0 93 1 0 0 19 0 4 0 514494674 313884672 20844 33554432000 4194304 4627427 140737131515680 18446744073709551615 4327482 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 306528

[startup+1.06061 s]
/proc/loadavg: 8.01 4.44 1.82 5/180 6957
/proc/meminfo: memFree=14816020/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=306836 CPUtime=4.2 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 25199 0 0 0 413 7 0 0 18 0 4 0 514494673 314200064 21393 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 76709 21393 386 106 0 71680 0
[pid=6957/tid=6958] ppid=6955 vsize=306836 CPUtime=1.05 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 6954 0 0 0 104 1 0 0 18 0 4 0 514494674 314200064 21394 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=306836 CPUtime=1.04 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 6337 0 0 0 102 2 0 0 18 0 4 0 514494674 314200064 21394 33554432000 4194304 4627427 140737131515680 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=306836 CPUtime=1.04 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 5135 0 0 0 103 1 0 0 19 0 4 0 514494674 314200064 21394 33554432000 4194304 4627427 140737131515680 18446744073709551615 4328223 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 306836

[startup+1.1606 s]
/proc/loadavg: 8.01 4.44 1.82 5/180 6957
/proc/meminfo: memFree=14816020/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=306836 CPUtime=4.6 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 25647 0 0 0 453 7 0 0 19 0 4 0 514494673 314200064 21841 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 76709 21841 386 106 0 71680 0
[pid=6957/tid=6958] ppid=6955 vsize=306836 CPUtime=1.15 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 7032 0 0 0 114 1 0 0 19 0 4 0 514494674 314200064 21841 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=306836 CPUtime=1.14 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 6421 0 0 0 112 2 0 0 19 0 4 0 514494674 314200064 21841 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=306836 CPUtime=1.14 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 5332 0 0 0 113 1 0 0 19 0 4 0 514494674 314200064 21841 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 306836

[startup+1.50054 s]
/proc/loadavg: 8.01 4.44 1.82 5/180 6957
/proc/meminfo: memFree=14816020/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=312724 CPUtime=5.96 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 28856 0 0 0 588 8 0 0 19 0 4 0 514494673 320229376 21858 33554432000 4194304 4627427 140737131515680 18446744073709551615 4332971 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 78181 21858 386 106 0 73152 0
[pid=6957/tid=6958] ppid=6955 vsize=312724 CPUtime=1.49 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 7885 0 0 0 148 1 0 0 19 0 4 0 514494674 320229376 21858 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309412 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=312724 CPUtime=1.48 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 7269 0 0 0 146 2 0 0 19 0 4 0 514494674 320229376 21858 33554432000 4194304 4627427 140737131515680 18446744073709551615 4310363 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=312724 CPUtime=1.47 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 5966 0 0 0 146 1 0 0 20 0 4 0 514494674 320229376 21858 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 312724

[startup+3.10027 s]
/proc/loadavg: 8.01 4.50 1.85 9/184 6961
/proc/meminfo: memFree=14714508/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=304372 CPUtime=12.34 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 39201 0 0 0 1224 10 0 0 23 0 4 0 514494673 311676928 24490 33554432000 4194304 4627427 140737131515680 18446744073709551615 4472487 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 76093 24491 389 106 0 71064 0
[pid=6957/tid=6958] ppid=6955 vsize=304372 CPUtime=3.08 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 10365 0 0 0 307 1 0 0 23 0 4 0 514494674 311676928 24491 33554432000 4194304 4627427 140737131515680 18446744073709551615 4321457 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=304372 CPUtime=3.08 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 9732 0 0 0 305 3 0 0 23 0 4 0 514494674 311676928 24491 33554432000 4194304 4627427 140737131515680 18446744073709551615 4507021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=304372 CPUtime=3.07 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 8906 0 0 0 305 2 0 0 25 0 4 0 514494674 311676928 24491 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 304372

[startup+6.30673 s]
/proc/loadavg: 8.01 4.50 1.85 9/184 6961
/proc/meminfo: memFree=14722692/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=306008 CPUtime=25.15 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 46661 0 0 0 2504 11 0 0 25 0 4 0 514494673 313352192 29530 33554432000 4194304 4627427 140737131515680 18446744073709551615 4424704 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 76502 29530 390 106 0 71473 0
[pid=6957/tid=6958] ppid=6955 vsize=306008 CPUtime=6.29 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 11788 0 0 0 628 1 0 0 25 0 4 0 514494674 313352192 29530 33554432000 4194304 4627427 140737131515680 18446744073709551615 4425016 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=306008 CPUtime=6.28 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 11629 0 0 0 625 3 0 0 25 0 4 0 514494674 313352192 29530 33554432000 4194304 4627427 140737131515680 18446744073709551615 4424709 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=306008 CPUtime=6.26 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 12696 0 0 0 623 3 0 0 25 0 4 0 514494674 313352192 29530 33554432000 4194304 4627427 140737131515680 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 306008

[startup+12.7007 s]
/proc/loadavg: 8.08 4.57 1.89 9/184 6961
/proc/meminfo: memFree=14702372/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=325164 CPUtime=50.7 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 71169 0 0 0 5053 17 0 0 25 0 4 0 514494673 332967936 42229 33554432000 4194304 4627427 140737131515680 18446744073709551615 4424704 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 81291 42229 390 106 0 76262 0
[pid=6957/tid=6958] ppid=6955 vsize=325164 CPUtime=12.68 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 16924 0 0 0 1266 2 0 0 25 0 4 0 514494674 332967936 42229 33554432000 4194304 4627427 140737131515680 18446744073709551615 4308991 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=325164 CPUtime=12.67 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 19361 0 0 0 1263 4 0 0 25 0 4 0 514494674 332967936 42229 33554432000 4194304 4627427 140737131515680 18446744073709551615 4308954 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=325164 CPUtime=12.62 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 19187 0 0 0 1258 4 0 0 25 0 4 0 514494674 332967936 42229 33554432000 4194304 4627427 140737131515680 18446744073709551615 4327434 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 325164

[startup+25.5005 s]
/proc/loadavg: 8.07 4.74 1.98 9/184 6962
/proc/meminfo: memFree=14603556/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=471468 CPUtime=101.82 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 106040 0 0 0 10158 24 0 0 25 0 4 0 514494673 482783232 65378 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 117867 65378 390 106 0 112838 0
[pid=6957/tid=6958] ppid=6955 vsize=471468 CPUtime=25.48 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 24832 0 0 0 2544 4 0 0 25 0 4 0 514494674 482783232 65378 33554432000 4194304 4627427 140737131515680 18446744073709551615 4423912 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=471468 CPUtime=25.48 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 27717 0 0 0 2541 7 0 0 25 0 4 0 514494674 482783232 65378 33554432000 4194304 4627427 140737131515680 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=471468 CPUtime=25.35 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 30577 0 0 0 2529 6 0 0 25 0 4 0 514494674 482783232 65378 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 471468

[startup+51.1012 s]
/proc/loadavg: 8.04 5.00 2.14 9/184 6962
/proc/meminfo: memFree=14507084/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=509700 CPUtime=204.09 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 160679 0 0 0 20373 36 0 0 25 0 4 0 514494673 521932800 74874 33554432000 4194304 4627427 140737131515680 18446744073709551615 4424476 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 127425 74875 390 106 0 122396 0
[pid=6957/tid=6958] ppid=6955 vsize=509700 CPUtime=51.09 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 37384 0 0 0 5103 6 0 0 25 0 4 0 514494674 521932800 74875 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=509700 CPUtime=51.07 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 41485 0 0 0 5096 11 0 0 25 0 4 0 514494674 521932800 74875 33554432000 4194304 4627427 140737131515680 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=509700 CPUtime=50.81 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 46877 0 0 0 5072 9 0 0 25 0 4 0 514494674 521932800 74875 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 509700

[startup+102.301 s]
/proc/loadavg: 8.06 5.48 2.45 9/184 6964
/proc/meminfo: memFree=14440464/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=579752 CPUtime=408.6 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 258118 0 0 0 40802 58 0 0 25 0 4 0 514494673 593666048 98149 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 144938 98149 390 106 0 139909 0
[pid=6957/tid=6958] ppid=6955 vsize=579752 CPUtime=102.29 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 41995 0 0 0 10221 8 0 0 25 0 4 0 514494674 593666048 98149 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=579752 CPUtime=102.27 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 67717 0 0 0 10211 16 0 0 25 0 4 0 514494674 593666048 98149 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=579752 CPUtime=101.73 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 89388 0 0 0 10154 19 0 0 25 0 4 0 514494674 593666048 98149 33554432000 4194304 4627427 140737131515680 18446744073709551615 4428408 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 579752

[startup+162.3 s]

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

[pid=6957] ppid=6955 vsize=1124680 CPUtime=2805.33 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 1352681 0 0 0 280187 346 0 0 25 0 4 0 514494673 1151672320 188507 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 281170 188507 397 106 0 276141 0
[pid=6957/tid=6958] ppid=6955 vsize=1124680 CPUtime=702.28 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 216159 0 0 0 70172 56 0 0 25 0 4 0 514494674 1151672320 188507 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=1124680 CPUtime=702.23 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 364180 0 0 0 70126 97 0 0 25 0 4 0 514494674 1151672320 188507 33554432000 4194304 4627427 140737131515680 18446744073709551615 4321736 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=1124680 CPUtime=698.49 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 449457 0 0 0 69742 107 0 0 25 0 4 0 514494674 1151672320 188507 33554432000 4194304 4627427 140737131515680 18446744073709551615 4333895 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 1124680

[startup+762.3 s]
/proc/loadavg: 8.09 7.83 5.32 9/184 6981
/proc/meminfo: memFree=13738868/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=1222876 CPUtime=3045 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 1455646 0 0 0 304127 373 0 0 25 0 4 0 514494673 1252225024 197663 33554432000 4194304 4627427 140737131515680 18446744073709551615 4424993 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 305719 197663 400 106 0 300690 0
[pid=6957/tid=6958] ppid=6955 vsize=1222876 CPUtime=762.29 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 237351 0 0 0 76168 61 0 0 25 0 4 0 514494674 1252225024 197663 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=1222876 CPUtime=762.23 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 396177 0 0 0 76117 106 0 0 25 0 4 0 514494674 1252225024 197663 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=1222876 CPUtime=758.16 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 477588 0 0 0 75701 115 0 0 25 0 4 0 514494674 1252225024 197663 33554432000 4194304 4627427 140737131515680 18446744073709551615 4327424 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045
Current children cumulated vsize (KiB) 1222876

[startup+822.3 s]
/proc/loadavg: 8.14 7.89 5.50 9/184 6983
/proc/meminfo: memFree=13681680/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=1143036 CPUtime=3284.67 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 1567998 0 0 0 328064 403 0 0 25 0 4 0 514494673 1170468864 195622 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 285759 195622 400 106 0 280730 0
[pid=6957/tid=6958] ppid=6955 vsize=1143036 CPUtime=822.29 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 259422 0 0 0 82162 67 0 0 25 0 4 0 514494674 1170468864 195622 33554432000 4194304 4627427 140737131515680 18446744073709551615 4327482 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=1143036 CPUtime=822.22 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 425738 0 0 0 82109 113 0 0 25 0 4 0 514494674 1170468864 195622 33554432000 4194304 4627427 140737131515680 18446744073709551615 4321729 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=1143036 CPUtime=817.84 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 509693 0 0 0 81659 125 0 0 25 0 4 0 514494674 1170468864 195622 33554432000 4194304 4627427 140737131515680 18446744073709551615 4327424 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 1143036

[startup+882.3 s]
/proc/loadavg: 8.12 7.92 5.66 9/184 6984
/proc/meminfo: memFree=13696888/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=1146000 CPUtime=3524.33 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 1665359 0 0 0 352002 431 0 0 25 0 4 0 514494673 1173504000 198895 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 286500 198895 399 106 0 281471 0
[pid=6957/tid=6958] ppid=6955 vsize=1146000 CPUtime=882.28 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 279876 0 0 0 88156 72 0 0 25 0 4 0 514494674 1173504000 198895 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=1146000 CPUtime=882.23 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 453223 0 0 0 88101 122 0 0 25 0 4 0 514494674 1173504000 198895 33554432000 4194304 4627427 140737131515680 18446744073709551615 4308428 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=1146000 CPUtime=877.51 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 538706 0 0 0 87619 132 0 0 25 0 4 0 514494674 1173504000 198895 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 1146000

[startup+942.301 s]
/proc/loadavg: 8.15 7.97 5.82 9/184 6986
/proc/meminfo: memFree=13750316/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=1226792 CPUtime=3764.02 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 1768261 0 0 0 375945 457 0 0 25 0 4 0 514494673 1256235008 203023 33554432000 4194304 4627427 140737131515680 18446744073709551615 4428403 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 306698 203023 399 106 0 301669 0
[pid=6957/tid=6958] ppid=6955 vsize=1226792 CPUtime=942.3 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 305465 0 0 0 94152 78 0 0 25 0 4 0 514494674 1256235008 203023 33554432000 4194304 4627427 140737131515680 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=1226792 CPUtime=942.23 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 482290 0 0 0 94093 130 0 0 25 0 4 0 514494674 1256235008 203023 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=1226792 CPUtime=937.19 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 566290 0 0 0 93579 140 0 0 25 0 4 0 514494674 1256235008 203023 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 1226792

[startup+1002.3 s]
/proc/loadavg: 7.95 7.94 5.93 9/184 7019
/proc/meminfo: memFree=13347132/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=1297640 CPUtime=4003.66 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 1892522 0 0 0 399877 489 0 0 25 0 4 0 514494673 1328783360 219844 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 324410 219844 399 106 0 319381 0
[pid=6957/tid=6958] ppid=6955 vsize=1297640 CPUtime=1002.29 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 333111 0 0 0 100144 85 0 0 25 0 4 0 514494674 1328783360 219844 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=1297640 CPUtime=1002.21 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 522788 0 0 0 100083 138 0 0 25 0 4 0 514494674 1328783360 219844 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=1297640 CPUtime=996.85 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 595068 0 0 0 99537 148 0 0 25 0 4 0 514494674 1328783360 219844 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.66
Current children cumulated vsize (KiB) 1297640

[startup+1062.31 s]
/proc/loadavg: 7.98 7.95 6.07 10/184 7050
/proc/meminfo: memFree=14030500/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=1368484 CPUtime=4243.35 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 2001168 0 0 0 423817 518 0 0 25 0 4 0 514494673 1401327616 241160 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 342121 241160 396 106 0 337092 0
[pid=6957/tid=6958] ppid=6955 vsize=1368484 CPUtime=1062.3 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 359940 0 0 0 106137 93 0 0 25 0 4 0 514494674 1401327616 241160 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=1368484 CPUtime=1062.22 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 547469 0 0 0 106076 146 0 0 25 0 4 0 514494674 1401327616 241160 33554432000 4194304 4627427 140737131515680 18446744073709551615 4324341 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=1368484 CPUtime=1056.53 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 622069 0 0 0 105498 155 0 0 25 0 4 0 514494674 1401327616 241160 33554432000 4194304 4627427 140737131515680 18446744073709551615 4310574 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.35
Current children cumulated vsize (KiB) 1368484

[startup+1122.3 s]
/proc/loadavg: 7.99 7.95 6.18 10/184 7052
/proc/meminfo: memFree=13944188/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=1291564 CPUtime=4483 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 2109381 0 0 0 447750 550 0 0 25 0 4 0 514494673 1322561536 234112 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 322891 234112 396 106 0 317862 0
[pid=6957/tid=6958] ppid=6955 vsize=1291564 CPUtime=1122.29 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 385588 0 0 0 112128 101 0 0 25 0 4 0 514494674 1322561536 234112 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=1291564 CPUtime=1122.2 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 579306 0 0 0 112064 156 0 0 25 0 4 0 514494674 1322561536 234112 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=1291564 CPUtime=1116.21 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 648961 0 0 0 111459 162 0 0 25 0 4 0 514494674 1322561536 234112 33554432000 4194304 4627427 140737131515680 18446744073709551615 4428121 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483
Current children cumulated vsize (KiB) 1291564

[startup+1182.3 s]
/proc/loadavg: 7.99 7.96 6.30 10/184 7053
/proc/meminfo: memFree=13840884/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=1375300 CPUtime=4722.67 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 2207771 0 0 0 471691 576 0 0 25 0 4 0 514494673 1408307200 236025 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 343825 236025 396 106 0 338796 0
[pid=6957/tid=6958] ppid=6955 vsize=1375300 CPUtime=1182.29 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 413977 0 0 0 118120 109 0 0 25 0 4 0 514494674 1408307200 236025 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=1375300 CPUtime=1182.21 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 603474 0 0 0 118059 162 0 0 25 0 4 0 514494674 1408307200 236025 33554432000 4194304 4627427 140737131515680 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=1375300 CPUtime=1175.87 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 676598 0 0 0 117418 169 0 0 25 0 4 0 514494674 1408307200 236025 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.67
Current children cumulated vsize (KiB) 1375300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 7.99 7.96 6.33 9/184 7054
/proc/meminfo: memFree=13841252/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=1376512 CPUtime=4800.17 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 2244864 0 0 0 479432 585 0 0 25 0 4 0 514494673 1409548288 240098 33554432000 4194304 4627427 140737131515680 18446744073709551615 4332689 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 344128 240098 396 106 0 339099 0
[pid=6957/tid=6958] ppid=6955 vsize=1376512 CPUtime=1201.69 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 423319 0 0 0 120058 111 0 0 25 0 4 0 514494674 1409548288 240098 33554432000 4194304 4627427 140737131515680 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=1376512 CPUtime=1201.6 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 612901 0 0 0 119996 164 0 0 25 0 4 0 514494674 1409548288 240098 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=1376512 CPUtime=1195.17 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 685558 0 0 0 119346 171 0 0 25 0 4 0 514494674 1409548288 240098 33554432000 4194304 4627427 140737131515680 18446744073709551615 4332667 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1376512

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

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

[startup+1201.7 s]
/proc/loadavg: 7.99 7.96 6.33 9/184 7054
/proc/meminfo: memFree=13841252/32950928 swapFree=67111528/67111528
[pid=6957] ppid=6955 vsize=1376512 CPUtime=4800.17 cores=1,3,5,7
/proc/6957/stat : 6957 (strangenight2-m) R 6955 6957 6848 0 -1 4202496 2244864 0 0 0 479432 585 0 0 25 0 4 0 514494673 1409548288 240098 33554432000 4194304 4627427 140737131515680 18446744073709551615 4332689 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/6957/statm: 344128 240098 396 106 0 339099 0
[pid=6957/tid=6958] ppid=6955 vsize=1376512 CPUtime=1201.69 cores=1,3,5,7
/proc/6957/task/6958/stat : 6958 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 423319 0 0 0 120058 111 0 0 25 0 4 0 514494674 1409548288 240098 33554432000 4194304 4627427 140737131515680 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6957/tid=6959] ppid=6955 vsize=1376512 CPUtime=1201.6 cores=1,3,5,7
/proc/6957/task/6959/stat : 6959 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 612901 0 0 0 119996 164 0 0 25 0 4 0 514494674 1409548288 240098 33554432000 4194304 4627427 140737131515680 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=6957/tid=6960] ppid=6955 vsize=1376512 CPUtime=1195.17 cores=1,3,5,7
/proc/6957/task/6960/stat : 6960 (strangenight2-m) R 6955 6957 6848 0 -1 4202560 685558 0 0 0 119346 171 0 0 25 0 4 0 514494674 1409548288 240098 33554432000 4194304 4627427 140737131515680 18446744073709551615 4332667 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1376512

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.25
CPU user time (s): 4794.35
CPU system time (s): 5.9011
CPU usage (%): 399.437
Max. virtual memory (cumulated for all children) (KiB): 1457408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.35
system time used= 5.9011
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2244870
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= 3800
involuntary context switches= 33081

runsolver used 1.87371 second user time and 4.66929 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 00:16:00
IDJOB=3259295
IDBENCH=71549
IDSOLVER=1586
FILE ID=node126/3259295-1304028960
RUNJOBID= node126-1304028687-6868
PBS_JOBID= 13170326
Free space on /tmp= 71588 MiB

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

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

MD5SUM BENCH= cef3d3066fec910e94448f2404c09548
RANDOM SEED=1672167673

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14816176 kB
Buffers:       1839020 kB
Cached:       15250488 kB
SwapCached:          0 kB
Active:        7010416 kB
Inactive:     10541352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14816176 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8972 kB
Writeback:           0 kB
AnonPages:      461464 kB
Mapped:          15520 kB
Slab:           519048 kB
PageTables:       5568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   702944 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= 71584 MiB
End job on node126 at 2011-04-29 00:36:03