Trace number 3258151

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.15 1201.75

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g4.cnf
MD5SUM399c54da7337981a88a374a67e87ba30
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3258151-1304028752.cnf'
0.00/0.00	c -- header says num vars:           2100
0.00/0.00	c -- header says num clauses:      215164
0.00/0.06	c -- clauses added:            0 learnts,       215164 normals,            0 xors
0.00/0.06	c -- vars added       2100
0.00/0.06	c Parsing time:  0.04 s
0.00/0.06	c  N st     0         0      2100        70    215094         0    432288         0   no data   no data
0.00/0.06	c asymm  cl-useful: 0/70/70 lits-rem:0 time: 0.00
0.60/0.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
0.60/0.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.60/0.16	c bin-w-bin subsume rem         7849 bins  time:  0.03 s
0.60/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
0.60/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2100 time:  0.02 s
0.60/0.19	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
0.77/0.26	c lits-rem:       523  cl-subs:        0  v-elim:     70  v-fix:    0  time:  0.06 s
0.77/0.26	c Finding binary XORs  T:     0.00 s  found:       0
0.77/0.27	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.77/0.27	c calculated reachability. Time: 0.00
0.77/0.27	c Calc default polars -  time:   0.00 s pos:       0 undec:      70 neg:    2030
0.77/0.27	c =========================================================================================
0.77/0.27	c types(t): F = full restart, N = normal restart
0.77/0.27	c types(t): S = simplification begin/end, E = solution found
0.77/0.27	c restart types(rt): st = static, dy = dynamic
0.77/0.27	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/0.27	c  B st     0         0      2030     10108    195107         0    696963         0   no data   no data
3.96/1.06	c  N dy    17      4037      2030     10108    195107      3999    696963    183873     11.10     11.69
3.96/1.06	c  N dy    42      8130      2030     10108    195107      5588    696963    219789     11.36     13.58
5.15/1.36	c  N dy    60     12534      2030     10108    195107      5748    696962    174441     11.52     12.15
6.35/1.66	c  N dy    77     17018      2030     10108    195107     10189    696962    393532     11.56     12.22
7.95/2.01	c  N dy    98     21117      2030     10108    195107      8689    696961    281689     11.65     12.42
9.17/2.37	c  F st   119     25001      2030     10108    195107     12537    696961    475178     11.74   no data
9.55/2.42	c  N st   120     25251      2030     10108    195107     12785    696961    485510     11.74   no data
11.15/2.86	c  N dy   125     30000      2030     10108    195107     10726    696961    327157     11.74   no data
11.15/2.86	c  S st   125     30000      2030     10108    195107     10726    696961    327157     11.74   no data
11.55/2.91	c  S st   125     30501      2030     10108    195107     11226    696961    354998     11.74   no data
11.55/2.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.75/3.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:      0 BRemN:      0 P: 15.1M T:  0.30
12.75/3.23	c blocked clauses removed:        0 vars:      0 tried:        2030 T: 0.00 s
12.75/3.26	c bin-w-bin subsume rem            0 bins  time:  0.03 s
20.73/5.21	c subs with bin:        0  lits-rem:     83749  v-fix:    0  time:  1.95 s
20.73/5.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
20.73/5.25	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
20.73/5.27	c lits-rem:       475  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
26.34/6.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.34 s
26.74/6.78	c lits-rem:       422  cl-subs:     2248  v-elim:      0  v-fix:    0  time:  0.16 s
27.51/6.98	c asymm  cl-useful: 0/1897/10108 lits-rem:0 time: 0.19
27.51/6.99	c calculated reachability. Time: 0.00
27.51/6.99	c  N dy   125     30501      2030     10108    195110      8978    612737    307522     11.74   no data
29.11/7.37	c  N dy   158     34587      2030     10108    195111     13030    612737    575996     12.00     12.69
30.73/7.77	c  N dy   192     38622      2030     10108    195111      9208    612737    271812     12.25     14.05
32.31/8.15	c  N dy   224     42660      2030     10108    195111     13220    612737    528581     12.46     13.38
33.51/8.45	c  S st   243     45754      2030     10108    195111     16295    612737    729207     12.56     12.22
33.91/8.51	c  S st   243     46258      2030     10108    195111     16798    612737    761511     12.56   no data
33.91/8.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
34.71/8.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.4M T:  0.29
35.12/8.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.12/8.84	c bin-w-bin subsume rem            0 bins  time:  0.03 s
39.92/10.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.20 s
39.92/10.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
39.92/10.07	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
39.92/10.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.89/11.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
47.49/11.93	c lits-rem:       129  cl-subs:      226  v-elim:      0  v-fix:    0  time:  0.39 s
47.49/11.93	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
47.49/11.96	c vivif2 --  cl tried    16572 cl shrink        0 lits rem          0 time: 0.03
48.31/12.16	c asymm  cl-useful: 0/1845/10108 lits-rem:0 time: 0.20
48.31/12.17	c calculated reachability. Time: 0.00
48.31/12.17	c  N dy   243     46258      2030     10108    195111     16572    612737    751784     12.56   no data
50.28/12.60	c  N dy   262     50700      2030     10108    195111     12088    612737    387484     12.56     13.24
51.48/12.99	c  N dy   281     54733      2030     10108    195111     16080    612737    639655     12.62     13.48
53.47/13.41	c  N dy   306     58752      2030     10108    195111     10175    612737    213743     12.70     13.72
54.68/13.79	c  N dy   328     62787      2030     10108    195111     14176    612737    475982     12.77     13.68
56.28/14.19	c  N dy   358     66878      2030     10108    195111     18234    612737    739546     12.86     13.62
57.49/14.45	c  S st   372     69387      2030     10108    195111     20720    612737    893240     12.89     12.78
57.87/14.50	c  S st   372     69889      2030     10108    195111     21222    612737    926678     12.89   no data
57.87/14.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
59.07/14.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.8M T:  0.30
59.07/14.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.07/14.84	c bin-w-bin subsume rem            0 bins  time:  0.03 s
63.86/16.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
63.86/16.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
63.86/16.09	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
64.26/16.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
69.86/17.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.46 s
72.26/18.16	c lits-rem:       146  cl-subs:      329  v-elim:      0  v-fix:    0  time:  0.57 s
72.26/18.17	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
72.65/18.21	c vivif2 --  cl tried    20893 cl shrink        0 lits rem          0 time: 0.03
73.45/18.41	c asymm  cl-useful: 0/1527/10108 lits-rem:0 time: 0.20
73.45/18.41	c calculated reachability. Time: 0.00
73.45/18.41	c  N dy   372     69889      2030     10108    195111     20893    612737    913319     12.89   no data
75.07/18.89	c  N dy   389     74811      2030     10108    195111     14888    612737    465036     12.90     13.63
77.04/19.39	c  N dy   410     79963      2030     10108    195111     19999    612737    780822     12.89     13.65
79.47/19.95	c  N dy   442     85187      2030     10108    195111     13280    612737    306184     12.94     13.68
80.24/20.16	c  F st   447     87500      2030     10108    195111     15568    612737    440161     12.92     12.98
81.84/20.51	c  N st   452     90794      2030     10108    195111     18837    612737    649379     12.92   no data
84.24/21.12	c  N dy   472     96622      2030     10108    195111     24603    612737   1011920     12.94     13.65
86.64/21.79	c  N dy   501    103266      2030     10108    195111     18307    612737    552494     12.96     13.68
87.44/21.94	c  S st   506    104833      2030     10108    195111     19859    612737    647989     12.96   no data
87.44/21.99	c  S st   506    105334      2030     10108    195111     20360    612737    681660     12.96   no data
87.44/22.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
88.63/22.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.7M T:  0.30
89.03/22.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
89.03/22.33	c bin-w-bin subsume rem            0 bins  time:  0.03 s
93.82/23.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.20 s
93.82/23.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
93.82/23.57	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
93.82/23.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
99.42/24.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
100.62/25.28	c lits-rem:       128  cl-subs:      243  v-elim:      0  v-fix:    0  time:  0.29 s
100.62/25.29	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
101.03/25.32	c vivif2 --  cl tried    20117 cl shrink        0 lits rem          0 time: 0.03
101.81/25.52	c asymm  cl-useful: 0/1604/10108 lits-rem:0 time: 0.20
101.81/25.52	c calculated reachability. Time: 0.00
101.81/25.52	c  N dy   506    105334      2030     10108    195111     20117    612737    673335     12.96   no data
105.00/26.36	c  N dy   538    113319      2030     10108    195111     14153    612737    263880     12.99     13.80
107.81/27.06	c  N dy   574    120747      2030     10108    195111     21498    612737    695659     13.00     13.77
111.00/27.88	c  N dy   603    128744      2030     10108    195111     29386    612737   1158940     12.98     13.70
114.62/28.75	c  N dy   637    137230      2030     10108    195111     22937    612737    766839     12.99     13.68
118.61/29.72	c  N dy   673    146213      2030     10108    195111     16012    612737    291921     12.99     13.74
122.19/30.66	c  N dy   719    155621      2030     10108    195111     25329    612737    868145     13.02     13.75
123.41/30.92	c  S st   722    158001      2030     10108    195111     27669    612737    979883     12.99     11.40
123.41/30.97	c  S st   722    158502      2030     10108    195111     28168    612737   1012552     12.99   no data
123.41/30.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
124.98/31.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.1M T:  0.32
124.98/31.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
124.98/31.34	c bin-w-bin subsume rem            0 bins  time:  0.03 s
129.78/32.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
129.78/32.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
129.78/32.59	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
130.18/32.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
135.77/34.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
138.57/34.79	c lits-rem:       222  cl-subs:      752  v-elim:      0  v-fix:    0  time:  0.72 s
138.57/34.79	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
138.97/34.83	c vivif2 --  cl tried    27416 cl shrink        0 lits rem          0 time: 0.04
139.77/35.03	c asymm  cl-useful: 0/1625/10108 lits-rem:0 time: 0.20
139.77/35.04	c calculated reachability. Time: 0.00
139.77/35.04	c  N dy   722    158502      2030     10108    195111     27416    612737    992468     12.99   no data
144.15/36.16	c  N dy   766    168661      2030     10108    195111     20669    612737    517469     13.01     17.81
148.55/37.29	c  N dy   812    179492      2030     10108    195111     31380    612737   1143866     13.03     17.63
153.77/38.55	c  N dy   863    190992      2030     10108    195111     24944    612737    739578     13.04     16.78
158.93/39.87	c  N dy   908    203234      2030     10108    195111     37063    612737   1433765     13.04     13.86
164.52/41.26	c  N dy   969    216223      2030     10108    195111     31134    612737   1052479     13.06     18.96
170.92/42.82	c  N dy  1018    230843      2030     10108    195111     25793    612737    651723     13.05     13.83
173.72/43.55	c  S st  1045    237753      2030     10108    195111     32627    612737   1049593     13.06   no data
174.11/43.61	c  S st  1045    238256      2030     10108    195111     33129    612737   1080247     13.06   no data
174.11/43.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
175.31/43.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.6M T:  0.32
175.31/43.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
175.31/43.97	c bin-w-bin subsume rem            0 bins  time:  0.03 s
180.12/45.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
180.12/45.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
180.53/45.22	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
180.53/45.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
186.09/46.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
189.31/47.45	c lits-rem:       310  cl-subs:      660  v-elim:      0  v-fix:    0  time:  0.77 s
189.31/47.45	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
189.69/47.50	c vivif2 --  cl tried    32469 cl shrink        0 lits rem          0 time: 0.05
190.49/47.71	c asymm  cl-useful: 0/1492/10108 lits-rem:0 time: 0.21
190.49/47.71	c calculated reachability. Time: 0.00
190.49/47.71	c  N dy  1045    238256      2030     10108    195111     32469    612737   1060330     13.06   no data
197.28/49.41	c  N dy  1113    253776      2030     10108    195111     27054    612737    694628     13.07     13.80
204.46/51.28	c  N dy  1168    270186      2030     10108    195111     43258    612737   1574645     13.05     13.78
212.05/53.16	c  N dy  1239    287619      2030     10108    195111     38736    612737   1329516     13.06     13.79
220.06/55.18	c  F st  1308    306251      2030     10108    195111     34424    612737   1019734     13.07     11.49
220.44/55.21	c  N st  1308    306251      2030     10108    195111     34424    612737   1019734     13.07     11.49
229.63/57.59	c  N dy  1378    327700      2030     10108    195111     31907    612737    853991     13.08     13.87
239.22/59.92	c  N dy  1478    347790      2030     10108    195111     27064    612737    519057     13.10     13.96
243.21/60.96	c  S st  1519    357385      2030     10108    195111     36560    612737   1054329     13.11     12.61
243.61/61.01	c  S st  1519    357889      2030     10108    195111     37062    612737   1087733     13.11   no data
243.61/61.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
244.82/61.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.8M T:  0.34
244.82/61.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
245.22/61.40	c bin-w-bin subsume rem            0 bins  time:  0.03 s
250.01/62.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.22 s
250.01/62.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
250.01/62.65	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
250.01/62.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
255.99/64.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
258.79/64.83	c lits-rem:       234  cl-subs:      560  v-elim:      0  v-fix:    0  time:  0.71 s
258.79/64.83	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
258.79/64.88	c vivif2 --  cl tried    36502 cl shrink        0 lits rem          0 time: 0.05
259.61/65.10	c asymm  cl-useful: 0/1607/10108 lits-rem:0 time: 0.21
259.99/65.10	c calculated reachability. Time: 0.00
259.99/65.10	c  N dy  1519    357889      2030     10108    195111     36502    612737   1070842     13.11   no data
269.17/67.45	c  N dy  1603    378339      2030     10108    195111     31015    612737    697977     13.11     14.01
278.37/69.73	c  N dy  1677    398412      2030     10108    195111     50869    612737   1823887     13.10     14.09
287.55/72.00	c  N dy  1763    418500      2030     10108    195111     43961    612737   1375240     13.10     13.90
296.74/74.35	c  N dy  1854    438552      2030     10108    195111     36124    612737    894165     13.11     15.34
306.33/76.77	c  N dy  1932    458647      2030     10108    195111     55973    612737   2004742     13.11     14.26
315.11/78.99	c  N dy  1981    478732      2030     10108    195111     47113    612737   1417704     13.09     13.98
324.70/81.33	c  N dy  2046    498830      2030     10108    195111     37346    612737    825041     13.08     13.95
333.90/83.62	c  N dy  2122    519220      2030     10108    195111     57505    612737   1949874     13.07     13.77
341.88/85.64	c  S st  2195    536834      2030     10108    195111     44257    612737   1219222     13.07     11.90
342.27/85.70	c  S st  2195    537337      2030     10108    195111     44759    612737   1251603     13.07   no data
342.27/85.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
343.47/86.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.8M T:  0.33
343.47/86.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
343.47/86.08	c bin-w-bin subsume rem            0 bins  time:  0.03 s
348.26/87.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
348.66/87.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
348.66/87.32	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
348.66/87.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
354.26/88.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
358.26/89.74	c lits-rem:       224  cl-subs:      804  v-elim:      0  v-fix:    0  time:  0.95 s
358.26/89.75	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
358.66/89.81	c vivif2 --  cl tried    43955 cl shrink        0 lits rem          0 time: 0.06
359.45/90.01	c asymm  cl-useful: 0/1239/10108 lits-rem:0 time: 0.20
359.45/90.02	c calculated reachability. Time: 0.00
359.45/90.02	c  N dy  2195    537337      2030     10108    195111     43955    612737   1230398     13.07   no data
369.46/92.53	c  N dy  2260    557839      2030     10108    195111     32589    612737    504093     13.07     13.92
379.02/94.94	c  N dy  2358    579530      2030     10108    195111     54032    612737   1676210     13.07     13.77
388.61/97.35	c  N dy  2440    599730      2030     10108    195111     41416    612737    944700     13.07     13.90
398.19/99.70	c  N dy  2517    619819      2030     10108    195111     61266    612737   2020506     13.07     13.98
407.38/102.07	c  N dy  2582    639866      2030     10108    195111     47477    612737   1208726     13.07     15.45
417.38/104.57	c  N dy  2644    659927      2030     10108    195111     67263    612737   2239908     13.06     13.81
426.96/106.95	c  N dy  2729    679966      2030     10108    195111     52513    612737   1464471     13.06     13.76
436.94/109.45	c  N dy  2799    700014      2030     10108    195111     36747    612737    560359     13.06     13.82
446.13/111.80	c  N dy  2888    720646      2030     10108    195111     57128    612737   1662605     13.05     13.76
456.51/114.34	c  N dy  2963    740693      2030     10108    195111     40400    612737    720878     13.05     14.15
465.72/116.66	c  N dy  3053    760698      2030     10108    195111     60183    612737   1792480     13.06     13.83
475.68/119.17	c  N dy  3136    781296      2030     10108    195111     43001    612737    824864     13.06     13.78
485.27/121.58	c  N dy  3216    801332      2030     10108    195111     62809    612737   1864215     13.06     15.35
487.69/122.17	c  S st  3233    806007      2030     10108    195111     67430    612737   2113430     13.06     13.08
488.10/122.24	c  S st  3233    806512      2030     10108    195111     67935    612737   2145748     13.06   no data
488.10/122.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
489.67/122.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.3M T:  0.41
489.67/122.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
489.67/122.69	c bin-w-bin subsume rem            0 bins  time:  0.03 s
494.86/123.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
494.86/123.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
494.86/123.93	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
494.86/123.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
501.27/125.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
513.24/128.52	c lits-rem:       603  cl-subs:     1419  v-elim:      0  v-fix:    0  time:  3.00 s
513.24/128.53	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
513.63/128.63	c vivif2 --  cl tried    66516 cl shrink        0 lits rem          0 time: 0.10
514.45/128.85	c asymm  cl-useful: 0/1138/10108 lits-rem:0 time: 0.22
514.45/128.86	c calculated reachability. Time: 0.00
514.45/128.86	c  N dy  3233    806512      2030     10108    195111     66516    612737   2107582     13.06   no data
524.42/131.38	c  N dy  3282    826585      2030     10108    195111     47774    612737    996233     13.04     13.73
534.40/133.87	c  N dy  3368    846956      2030     10108    195111     67904    612737   2059214     13.04     13.73
544.81/136.45	c  N dy  3443    867548      2030     10108    195111     48755    612737   1048169     13.04     13.73
554.77/138.93	c  N dy  3533    888087      2030     10108    195111     69062    612737   2143007     13.05     13.74
564.76/141.48	c  N dy  3609    908130      2030     10108    195111     48319    612737    957241     13.05     14.83
574.74/143.96	c  N dy  3688    928732      2030     10108    195111     68656    612737   2022753     13.04     13.81
585.52/146.63	c  N dy  3771    948916      2030     10108    195111     47106    612737    854917     13.04     13.97
595.51/149.12	c  N dy  3859    969385      2030     10108    195111     67352    612737   1906053     13.04     13.90
606.32/151.84	c  N dy  3950    989684      2030     10108    195111     44934    612737    728180     13.05     13.78
616.69/154.41	c  N dy  4018   1010052      2030     10108    195111     65030    612737   1759537     13.05     13.82
627.47/157.14	c  N dy  4102   1030179      2030     10108    195111     84906    612737   2788265     13.05     13.80
637.86/159.79	c  N dy  4180   1050721      2030     10108    195111     61692    612737   1542518     13.05     13.83
648.24/162.39	c  N dy  4260   1070722      2030     10108    195111     81464    612737   2563384     13.05     15.61
649.05/162.54	c  F st  4263   1071876      2030     10108    195111     82595    612737   2619110     13.05     11.90
658.64/165.00	c  N dy  4319   1090949      2030     10108    195111     57012    612737   1273935     13.05     13.74
669.02/167.54	c  N dy  4404   1111010      2030     10108    195111     76844    612737   2293861     13.05     13.76
680.21/170.37	c  N dy  4476   1131620      2030     10108    195111     51759    612737    961674     13.05     14.08
690.22/172.88	c  N dy  4559   1151677      2030     10108    195111     71571    612737   1991133     13.05     13.75
701.78/175.74	c  N dy  4624   1173032      2030     10108    195111     92676    612737   3100985     13.05     13.79
711.78/178.28	c  N dy  4706   1193305      2030     10108    195111     66271    612737   1693220     13.05     13.76
720.97/180.58	c  S st  4752   1209768      2030     10108    195111     82499    612737   2472584     13.04     12.00
721.35/180.65	c  S st  4752   1210268      2030     10108    195111     82997    612737   2504125     13.04   no data
721.35/180.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
722.95/181.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.2M T:  0.41
722.95/181.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
723.35/181.10	c bin-w-bin subsume rem            0 bins  time:  0.03 s
728.14/182.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
728.14/182.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
728.14/182.35	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
728.14/182.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
734.53/183.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.47 s
750.51/187.99	c lits-rem:       670  cl-subs:     2499  v-elim:      0  v-fix:    0  time:  4.06 s
750.91/188.00	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
751.32/188.13	c vivif2 --  cl tried    80498 cl shrink        0 lits rem          0 time: 0.13
752.10/188.35	c asymm  cl-useful: 0/1069/10108 lits-rem:0 time: 0.23
752.10/188.36	c calculated reachability. Time: 0.00
752.10/188.36	c  N dy  4752   1210268      2030     10108    195111     80498    612737   2447013     13.04   no data
763.29/191.11	c  N dy  4844   1230303      2030     10108    195111     52906    612737    942089     13.04     13.75
773.29/193.68	c  N dy  4908   1250325      2030     10108    195111     72645    612737   1925675     13.04     15.09
784.86/196.58	c  N dy  4972   1270533      2030     10108    195111     92593    612737   2953630     13.03     13.75
795.67/199.22	c  N dy  5066   1290556      2030     10108    195111     64004    612737   1465019     13.03     14.63
806.43/201.90	c  N dy  5147   1310628      2030     10108    195111     83828    612737   2485116     13.04     13.79
817.64/204.72	c  N dy  5240   1330977      2030     10108    195111     54578    612737    951895     13.04     13.74
828.00/207.37	c  N dy  5321   1351341      2030     10108    195111     74716    612737   1992183     13.04     13.74
839.20/210.19	c  N dy  5402   1371632      2030     10108    195111     94774    612737   3053006     13.04     13.85
849.97/212.86	c  N dy  5472   1391936      2030     10108    195111     64398    612737   1433468     13.04     13.82
861.57/215.71	c  N dy  5548   1412799      2030     10108    195111     84932    612737   2452712     13.04     13.73
873.54/218.74	c  N dy  5605   1433224      2030     10108    195111     53782    612737    836035     13.03     13.88
883.55/221.27	c  N dy  5679   1453263      2030     10108    195111     73591    612737   1873467     13.03     14.95
894.71/224.07	c  N dy  5747   1473794      2030     10108    195111     93880    612737   2908256     13.03     13.78
906.29/226.99	c  N dy  5840   1495032      2030     10108    195111     62510    612737   1263908     13.03     13.73
917.08/229.63	c  N dy  5925   1515132      2030     10108    195111     82379    612737   2330230     13.03     13.75
928.25/232.46	c  N dy  6008   1535306      2030     10108    195111    102289    612737   3363556     13.03     13.89
939.45/235.22	c  N dy  6078   1555764      2030     10108    195111     69126    612737   1508465     13.03     13.89
950.22/237.96	c  N dy  6177   1575784      2030     10108    195111     88922    612737   2541120     13.03     14.47
963.01/241.13	c  N dy  6241   1597012      2030     10108    195111     55561    612737    820233     13.03     13.73
972.99/243.68	c  N dy  6315   1617074      2030     10108    195111     75336    612737   1822316     13.02     14.31
984.20/246.46	c  N dy  6377   1637831      2030     10108    195111     95797    612737   2891135     13.02     13.72
996.57/249.50	c  N dy  6464   1658018      2030     10108    195111     60485    612737   1020305     13.02     13.73
1006.96/252.19	c  N dy  6534   1678136      2030     10108    195111     80324    612737   2018935     13.02     13.73
1018.53/255.05	c  N dy  6623   1698301      2030     10108    195111    100275    612737   3067088     13.02     13.73
1026.12/256.92	c  S st  6665   1710268      2030     10108    195111    112085    612737   3661440     13.02   no data
1026.92/257.15	c  S st  6665   1710772      2030     10108    195111     56312    612737    787112     13.02   no data
1026.92/257.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1028.15/257.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.5M T:  0.34
1028.15/257.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1028.55/257.53	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1033.32/258.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
1033.32/258.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
1033.32/258.78	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
1033.72/258.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1037.70/259.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.07 s
1038.10/259.99	c lits-rem:        21  cl-subs:       17  v-elim:      0  v-fix:    0  time:  0.10 s
1038.51/260.00	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
1038.51/260.05	c vivif2 --  cl tried    56295 cl shrink        0 lits rem          0 time: 0.05
1039.31/260.26	c asymm  cl-useful: 0/1267/10108 lits-rem:0 time: 0.21
1039.31/260.27	c calculated reachability. Time: 0.00
1039.31/260.27	c  N dy  6665   1710772      2030     10108    195111     56295    612737    786883     13.02   no data
1049.70/262.81	c  N dy  6756   1730982      2030     10108    195111     76213    612737   1820376     13.02     13.77
1061.28/265.73	c  N dy  6839   1751735      2030     10108    195111     96702    612737   2864334     13.02     13.71
1073.66/268.83	c  N dy  6907   1771750      2030     10108    195111     59197    612737    904387     13.02     13.78
1084.05/271.40	c  N dy  6990   1791769      2030     10108    195111     78932    612737   1917381     13.02     14.56
1096.42/274.55	c  N dy  7081   1813378      2030     10108    195111    100251    612737   3042591     13.02     13.72
1109.20/277.75	c  N dy  7159   1833573      2030     10108    195111     61988    612737   1000932     13.02     14.11
1119.99/280.47	c  N dy  7261   1853633      2030     10108    195111     81795    612737   2040166     13.03     13.75
1131.58/283.40	c  N dy  7339   1873694      2030     10108    195111    101624    612737   3043022     13.03     13.92
1144.36/286.55	c  N dy  7433   1893775      2030     10108    195111     62224    612737    985998     13.03     14.59
1155.15/289.24	c  N dy  7496   1914170      2030     10108    195111     82409    612737   1987637     13.02     13.71
1167.53/292.35	c  N dy  7582   1935049      2030     10108    195111    102997    612737   3032009     13.02     13.88
1180.32/295.58	c  N dy  7673   1955057      2030     10108    195111     62500    612737    964023     13.03     13.79
1191.49/298.30	c  N dy  7759   1975101      2030     10108    195111     82304    612737   1980420     13.03     13.78
1203.08/301.26	c  N dy  7845   1995245      2030     10108    195111    102245    612737   3061093     13.03     13.80
1215.46/304.31	c  N dy  7934   2015283      2030     10108    195111    122047    612737   4078812     13.03     13.80
1226.64/307.10	c  N dy  8028   2035305      2030     10108    195111     80559    612737   1875785     13.04     16.55
1237.82/309.91	c  N dy  8100   2055324      2030     10108    195111    100285    612737   2867499     13.03     16.78
1250.21/313.09	c  N dy  8168   2075370      2030     10108    195111    120034    612737   3836609     13.03     17.61
1261.79/315.93	c  N dy  8247   2095680      2030     10108    195111     77882    612737   1672395     13.03     13.78
1272.98/318.77	c  N dy  8337   2115987      2030     10108    195111     97924    612737   2683306     13.04     13.75
1285.36/321.83	c  N dy  8445   2136085      2030     10108    195111    117735    612737   3672111     13.04     16.64
1297.34/324.82	c  N dy  8535   2156111      2030     10108    195111     74374    612737   1449391     13.04     15.69
1308.13/327.57	c  N dy  8601   2176265      2030     10108    195111     94234    612737   2399852     13.04     13.75
1320.11/330.58	c  N dy  8691   2197049      2030     10108    195111    114786    612737   3435252     13.04     13.73
1329.30/332.88	c  S st  8761   2210772      2030     10108    195111     64149    612737    891111     13.04   no data
1329.70/332.94	c  S st  8761   2211275      2030     10108    195111     64650    612737    923370     13.04   no data
1329.70/332.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1330.90/333.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.0M T:  0.35
1331.31/333.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1331.31/333.33	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1336.11/334.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
1336.11/334.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
1336.11/334.58	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
1336.49/334.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1340.88/335.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.11 s
1341.28/335.87	c lits-rem:        29  cl-subs:       22  v-elim:      0  v-fix:    0  time:  0.12 s
1341.28/335.87	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
1341.68/335.93	c vivif2 --  cl tried    64628 cl shrink        0 lits rem          0 time: 0.06
1342.48/336.15	c asymm  cl-useful: 0/1156/10108 lits-rem:0 time: 0.21
1342.48/336.15	c calculated reachability. Time: 0.00
1342.48/336.15	c  N dy  8761   2211275      2030     10108    195111     64628    612737    922791     13.04   no data
1353.28/338.86	c  N dy  8841   2231761      2030     10108    195111     84861    612737   1942299     13.05     13.75
1364.85/341.79	c  N dy  8913   2251847      2030     10108    195111    104676    612737   2921173     13.05     13.78
1377.23/344.81	c  N dy  8991   2271924      2030     10108    195111    124484    612737   3943552     13.04     13.76
1388.83/347.73	c  N dy  9072   2292412      2030     10108    195111     79589    612737   1614724     13.04     13.76
1400.00/350.53	c  N dy  9140   2312567      2030     10108    195111     99479    612737   2568600     13.04     13.74
1411.98/353.58	c  N dy  9215   2332654      2030     10108    195111    119294    612737   3560333     13.04     13.75
1424.76/356.75	c  N dy  9291   2352671      2030     10108    195111     72949    612737   1250551     13.04     13.74
1435.95/359.53	c  N dy  9367   2372970      2030     10108    195111     92962    612737   2229373     13.04     13.77
1447.54/362.44	c  N dy  9431   2393397      2030     10108    195111    113112    612737   3216260     13.03     13.88
1460.32/365.60	c  N dy  9499   2413431      2030     10108    195111    132877    612737   4166524     13.03     15.07
1471.10/368.35	c  N dy  9588   2433489      2030     10108    195111     85582    612737   1871728     13.03     15.11
1482.68/371.22	c  N dy  9668   2453546      2030     10108    195111    105381    612737   2833498     13.03     14.71
1494.29/374.17	c  N dy  9750   2473568      2030     10108    195111    125132    612737   3825020     13.03     13.74
1506.65/377.21	c  N dy  9838   2493816      2030     10108    195111     77053    612737   1369385     13.04     14.01
1518.23/380.10	c  N dy  9929   2515285      2030     10108    195111     98238    612737   2426489     13.04     13.76
1529.82/383.10	c  N dy 10025   2535369      2030     10108    195111    118101    612737   3388950     13.04     14.10
1544.20/386.66	c  N dy 10114   2555939      2030     10108    195111     69294    612737    949492     13.04     13.79
1554.59/389.27	c  N dy 10184   2576204      2030     10108    195111     89295    612737   1918696     13.04     13.76
1565.37/391.97	c  N dy 10256   2596274      2030     10108    195111    109109    612737   2910170     13.04     13.80
1578.15/395.10	c  N dy 10343   2617004      2030     10108    195111    129596    612737   3958206     13.04     13.79
1590.14/398.15	c  N dy 10431   2637044      2030     10108    195111     79258    612737   1385088     13.04     13.74
1600.92/400.82	c  N dy 10504   2657146      2030     10108    195111     99119    612737   2358475     13.04     13.74
1612.92/403.80	c  N dy 10576   2677200      2030     10108    195111    118887    612737   3340597     13.04     13.93
1625.29/406.96	c  N dy 10668   2697907      2030     10108    195111    139313    612737   4362631     13.04     13.79
1633.28/408.99	c  S st 10719   2711275      2030     10108    195111     81451    612737   1447978     13.04   no data
1633.68/409.05	c  S st 10719   2711778      2030     10108    195111     81954    612737   1476684     13.04   no data
1633.68/409.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1635.27/409.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.5M T:  0.37
1635.27/409.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1635.27/409.47	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1640.07/410.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
1640.47/410.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
1640.47/410.71	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
1640.47/410.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1646.05/412.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
1648.07/412.67	c lits-rem:       114  cl-subs:     1176  v-elim:      0  v-fix:    0  time:  0.56 s
1648.07/412.68	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
1648.44/412.76	c vivif2 --  cl tried    80778 cl shrink        0 lits rem          0 time: 0.09
1649.24/412.99	c asymm  cl-useful: 0/1140/10108 lits-rem:0 time: 0.22
1649.24/413.00	c calculated reachability. Time: 0.00
1649.24/413.00	c  N dy 10719   2711778      2030     10108    195111     80778    612737   1451349     13.04   no data
1660.44/415.73	c  N dy 10800   2732007      2030     10108    195111    100740    612737   2430197     13.04     13.78
1672.42/418.78	c  N dy 10875   2752211      2030     10108    195111    120665    612737   3377338     13.04     13.83
1685.20/421.92	c  N dy 10973   2772296      2030     10108    195111    140519    612737   4376821     13.04     13.81
1696.79/424.82	c  N dy 11066   2792393      2030     10108    195111     88305    612737   1770342     13.04     15.08
1707.97/427.65	c  N dy 11132   2812478      2030     10108    195111    108066    612737   2706633     13.04     13.76
1720.36/430.79	c  N dy 11187   2833053      2030     10108    195111    128324    612737   3679741     13.04     13.76
1733.94/434.16	c  N dy 11278   2853486      2030     10108    195111     75486    612737   1099456     13.04     13.74
1745.11/437.00	c  N dy 11355   2873659      2030     10108    195111     95396    612737   2029401     13.04     13.91
1757.10/439.91	c  N dy 11440   2893945      2030     10108    195111    115401    612737   3006399     13.04     13.76
1769.08/442.91	c  N dy 11517   2914088      2030     10108    195111    135238    612737   3960692     13.04     13.88
1783.07/446.41	c  N dy 11580   2934265      2030     10108    195111     81137    612737   1312502     13.03     13.74
1793.45/449.09	c  N dy 11666   2954333      2030     10108    195111    100938    612737   2282413     13.04     13.87
1805.04/451.96	c  N dy 11747   2974413      2030     10108    195111    120747    612737   3271623     13.04     13.76
1817.82/455.10	c  N dy 11817   2994699      2030     10108    195111    140740    612737   4207217     13.03     14.03
1829.80/458.10	c  N dy 11885   3014822      2030     10108    195111     85662    612737   1497262     13.03     13.73
1840.59/460.80	c  N dy 11976   3034876      2030     10108    195111    105396    612737   2454624     13.04     15.52
1852.58/463.80	c  N dy 12063   3054885      2030     10108    195111    125128    612737   3382724     13.04     13.73
1865.35/467.08	c  N dy 12129   3075059      2030     10108    195111    145027    612737   4298818     13.03     13.87
1877.74/470.13	c  N dy 12209   3095151      2030     10108    195111     88927    612737   1652214     13.03     13.77
1889.34/473.01	c  N dy 12278   3115191      2030     10108    195111    108692    612737   2554877     13.03     14.52
1901.71/476.12	c  N dy 12360   3136841      2030     10108    195111    130060    612737   3619823     13.03     13.73
1914.49/479.32	c  N dy 12441   3156845      2030     10108    195111    149805    612737   4564566     13.03     13.72
1926.87/482.49	c  N dy 12510   3178516      2030     10108    195111     94241    612737   1855760     13.03     13.73
1939.26/485.57	c  N dy 12596   3199149      2030     10108    195111    114595    612737   2857642     13.03     13.83
1946.87/487.48	c  S st 12646   3211780      2030     10108    195111    127054    612737   3474024     13.03   no data
1947.24/487.56	c  S st 12646   3212284      2030     10108    195111    127558    612737   3500894     13.03   no data
1947.24/487.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1949.24/488.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.0M T:  0.46
1949.24/488.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1949.24/488.07	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1954.03/489.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
1954.43/489.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
1954.43/489.32	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
1954.43/489.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1960.82/490.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
1972.41/493.82	c lits-rem:       602  cl-subs:     3224  v-elim:      0  v-fix:    0  time:  2.90 s
1972.41/493.83	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
1973.23/494.02	c vivif2 --  cl tried   124334 cl shrink        0 lits rem          0 time: 0.19
1974.01/494.27	c asymm  cl-useful: 0/1145/10108 lits-rem:0 time: 0.25
1974.01/494.28	c calculated reachability. Time: 0.00
1974.01/494.28	c  N dy 12646   3212284      2030     10108    195111    124334    612737   3428126     13.03   no data
1987.19/497.52	c  N dy 12748   3232366      2030     10108    195111    144165    612737   4373052     13.03     15.15
1999.58/500.68	c  N dy 12845   3252371      2030     10108    195111     86027    612737   1436893     13.03     14.97
2011.15/503.51	c  N dy 12926   3272420      2030     10108    195111    105768    612737   2332865     13.03     14.53
2022.32/506.38	c  N dy 12994   3292673      2030     10108    195111    125747    612737   3293185     13.03     13.97
2035.51/509.65	c  N dy 13079   3312842      2030     10108    195111    145635    612737   4226321     13.03     13.75
2047.91/512.79	c  N dy 13153   3333120      2030     10108    195111     86770    612737   1407302     13.03     13.72
2059.49/515.69	c  N dy 13229   3353327      2030     10108    195111    106719    612737   2358017     13.03     13.76
2071.46/518.69	c  N dy 13294   3373403      2030     10108    195111    126513    612737   3298463     13.03     13.74
2084.65/521.90	c  N dy 13376   3393526      2030     10108    195111    146333    612737   4244565     13.03     13.72
2097.43/525.17	c  N dy 13456   3413794      2030     10108    195111     86420    612737   1357989     13.03     13.77
2108.21/527.81	c  N dy 13526   3434086      2030     10108    195111    106423    612737   2332659     13.03     13.74
2119.40/530.68	c  N dy 13593   3454107      2030     10108    195111    126132    612737   3251289     13.02     13.72
2131.78/533.76	c  N dy 13675   3474159      2030     10108    195111    145904    612737   4188076     13.02     13.72
2145.76/537.22	c  N dy 13740   3494455      2030     10108    195111     85076    612737   1270795     13.02     13.73
2156.56/539.93	c  N dy 13813   3514491      2030     10108    195111    104835    612737   2214715     13.02     13.71
2167.74/542.76	c  N dy 13888   3534545      2030     10108    195111    124634    612737   3148012     13.02     14.51
2180.51/545.94	c  N dy 13945   3554919      2030     10108    195111    144718    612737   4068361     13.02     13.86
2194.09/549.39	c  N dy 14026   3575029      2030     10108    195111     82685    612737   1120837     13.02     13.78
2204.88/552.09	c  N dy 14106   3595141      2030     10108    195111    102504    612737   2036376     13.02     13.72
2216.46/554.97	c  N dy 14159   3615331      2030     10108    195111    122283    612737   2923229     13.02     13.77
2228.85/558.07	c  N dy 14223   3635383      2030     10108    195111    142032    612737   3817090     13.01     19.69
2242.02/561.39	c  N dy 14320   3655405      2030     10108    195111    161763    612737   4778468     13.02     19.20
2254.43/564.46	c  N dy 14396   3675589      2030     10108    195111     98942    612737   1831545     13.02     13.72
2266.40/567.43	c  N dy 14481   3695735      2030     10108    195111    118784    612737   2781446     13.02     13.89
2276.78/570.05	c  S st 14535   3712285      2030     10108    195111    135064    612737   3542567     13.02     12.43
2277.18/570.12	c  S st 14535   3712788      2030     10108    195111    135565    612737   3569711     13.02   no data
2277.18/570.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2278.78/570.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.6M T:  0.45
2279.18/570.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2279.18/570.63	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2283.98/571.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.22 s
2283.98/571.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
2283.98/571.88	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
2284.38/571.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2290.77/573.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.53 s
2302.76/576.56	c lits-rem:       528  cl-subs:     3659  v-elim:      0  v-fix:    0  time:  2.98 s
2302.76/576.56	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
2303.54/576.76	c vivif2 --  cl tried   131906 cl shrink        0 lits rem          0 time: 0.20
2304.74/577.00	c asymm  cl-useful: 0/1417/10108 lits-rem:0 time: 0.24
2304.74/577.01	c calculated reachability. Time: 0.00
2304.74/577.01	c  N dy 14535   3712788      2030     10108    195111    131906    612737   3488911     13.02   no data
2317.93/580.32	c  N dy 14611   3732906      2030     10108    195111    151657    612737   4384823     13.01     13.91
2330.31/583.43	c  F st 14683   3751563      2030     10108    195111     86382    612737   1231766     13.01     11.03
2331.51/583.72	c  N st 14687   3753595      2030     10108    195111     88393    612737   1325914     13.01   no data
2342.31/586.41	c  N dy 14740   3773610      2030     10108    195111    108103    612737   2249264     13.01     13.73
2353.88/589.34	c  N dy 14793   3793719      2030     10108    195111    127898    612737   3171910     13.01     13.71
2366.65/592.57	c  N dy 14855   3813901      2030     10108    195111    147799    612737   4073779     13.01     13.75
2381.03/596.17	c  N dy 14922   3835619      2030     10108    195111    169211    612737   5057678     13.00     13.72
2393.02/599.14	c  N dy 15006   3855677      2030     10108    195111    104308    612737   2045592     13.01     13.76
2404.60/602.07	c  N dy 15050   3875872      2030     10108    195111    124171    612737   2923989     13.00     13.83
2417.00/605.11	c  N dy 15134   3896198      2030     10108    195111    144200    612737   3866899     13.00     13.72
2429.37/608.28	c  N dy 15229   3916320      2030     10108    195111    164041    612737   4823350     13.00     13.73
2442.55/611.50	c  N dy 15293   3936920      2030     10108    195111     98617    612737   1727775     13.00     13.76
2453.73/614.30	c  N dy 15374   3957223      2030     10108    195111    118656    612737   2668747     13.00     13.83
2465.71/617.39	c  N dy 15456   3977483      2030     10108    195111    138580    612737   3564805     13.00     13.72
2479.30/620.70	c  N dy 15535   3998253      2030     10108    195111    159038    612737   4526810     13.00     13.76
2492.88/624.13	c  N dy 15603   4018402      2030     10108    195111     92160    612737   1390242     13.00     13.69
2503.67/626.84	c  N dy 15665   4038432      2030     10108    195111    111911    612737   2335043     13.00     13.97
2515.65/629.88	c  N dy 15748   4058672      2030     10108    195111    131848    612737   3271748     13.00     13.87
2528.43/633.07	c  N dy 15845   4079131      2030     10108    195111    152092    612737   4262397     13.00     13.75
2541.61/636.39	c  N dy 15926   4099551      2030     10108    195111    172212    612737   5229440     13.00     13.71
2554.00/639.44	c  N dy 16001   4119624      2030     10108    195111    104294    612737   1920650     13.00     13.83
2566.00/642.42	c  N dy 16070   4140102      2030     10108    195111    124503    612737   2869779     13.00     14.35
2578.77/645.63	c  N dy 16152   4161078      2030     10108    195111    145194    612737   3818974     13.00     13.71
2591.94/648.96	c  N dy 16247   4181655      2030     10108    195111    165510    612737   4796258     13.00     13.72
2605.94/652.40	c  N dy 16297   4201751      2030     10108    195111     96563    612737   1519764     13.00     22.81
2612.31/654.02	c  S st 16346   4212790      2030     10108    195111    107453    612737   2016387     13.00     11.88
2612.31/654.08	c  S st 16346   4213292      2030     10108    195111    107953    612737   2047604     13.00   no data
2612.71/654.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2613.91/654.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.9M T:  0.40
2614.33/654.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2614.33/654.53	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2619.13/655.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
2619.13/655.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
2619.13/655.78	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
2619.50/655.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2625.09/657.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
2629.89/658.40	c lits-rem:       270  cl-subs:     1520  v-elim:      0  v-fix:    0  time:  1.11 s
2629.89/658.41	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
2630.29/658.54	c vivif2 --  cl tried   106433 cl shrink        0 lits rem          0 time: 0.13
2631.09/658.76	c asymm  cl-useful: 0/1147/10108 lits-rem:0 time: 0.23
2631.09/658.77	c calculated reachability. Time: 0.00
2631.09/658.77	c  N dy 16346   4213292      2030     10108    195111    106433    612737   2016517     13.00   no data
2643.47/661.83	c  N dy 16423   4234161      2030     10108    195111    126984    612737   2952541     13.00     13.82
2656.25/665.01	c  N dy 16521   4254480      2030     10108    195111    147054    612737   3908261     13.00     13.71
2669.83/668.41	c  N dy 16585   4275698      2030     10108    195111    167968    612737   4893577     13.00     13.86
2682.62/671.63	c  N dy 16651   4295832      2030     10108    195111     98135    612737   1567826     12.99     13.68
2694.20/674.57	c  N dy 16719   4316711      2030     10108    195111    118691    612737   2513238     12.99     13.71
2706.60/677.65	c  N dy 16824   4336894      2030     10108    195111    138625    612737   3458039     13.00     13.81
2719.36/680.87	c  N dy 16902   4357400      2030     10108    195111    158840    612737   4400668     13.00     13.68
2732.96/684.27	c  N dy 16978   4377629      2030     10108    195111    178771    612737   5313890     12.99     13.73
2745.33/687.35	c  N dy 17055   4397669      2030     10108    195111    107780    612737   1930951     12.99     13.69
2756.91/690.26	c  N dy 17136   4417932      2030     10108    195111    127767    612737   2859499     12.99     13.69
2768.89/693.28	c  N dy 17234   4438067      2030     10108    195111    147677    612737   3843371     13.00     13.73
2782.07/696.56	c  N dy 17315   4458224      2030     10108    195111    167555    612737   4768148     12.99     13.94
2796.45/700.17	c  N dy 17372   4478334      2030     10108    195111     95675    612737   1354239     12.99     13.74
2808.06/703.04	c  N dy 17437   4499190      2030     10108    195111    116270    612737   2296828     12.99     13.99
2820.02/706.04	c  N dy 17504   4519248      2030     10108    195111    136048    612737   3199704     12.99     17.30
2832.80/709.23	c  N dy 17567   4539283      2030     10108    195111    155794    612737   4101428     12.99     15.30
2846.78/712.78	c  N dy 17643   4559673      2030     10108    195111    175934    612737   5051278     12.99     13.82
2860.38/716.16	c  N dy 17720   4579727      2030     10108    195111    102938    612737   1684885     12.99     14.84
2872.35/719.10	c  N dy 17797   4599926      2030     10108    195111    122838    612737   2596568     12.99     13.68
2884.73/722.23	c  N dy 17866   4620053      2030     10108    195111    142656    612737   3471728     12.99     13.67
2897.51/725.42	c  N dy 17944   4640234      2030     10108    195111    162578    612737   4392084     12.99     13.71
2911.49/728.91	c  N dy 18016   4660821      2030     10108    195111    182854    612737   5338109     12.98     13.74
2923.87/732.04	c  N dy 18091   4680999      2030     10108    195111    109080    612737   1912759     12.98     13.70
2935.48/734.93	c  N dy 18162   4701026      2030     10108    195111    128865    612737   2828983     12.98     18.04
2943.45/736.96	c  S st 18206   4713292      2030     10108    195111    140975    612737   3373988     12.98   no data
2943.87/737.05	c  S st 18206   4713796      2030     10108    195111    141478    612737   3401325     12.98   no data
2943.87/737.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2945.84/737.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.5M T:  0.49
2945.84/737.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2946.24/737.60	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2951.04/738.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.23 s
2951.04/738.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
2951.04/738.86	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
2951.44/738.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2957.45/740.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.46 s
2967.42/742.91	c lits-rem:       454  cl-subs:     3495  v-elim:      0  v-fix:    0  time:  2.42 s
2967.42/742.91	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
2968.22/743.12	c vivif2 --  cl tried   137983 cl shrink        0 lits rem          0 time: 0.20
2969.02/743.36	c asymm  cl-useful: 0/1030/10108 lits-rem:0 time: 0.25
2969.02/743.37	c calculated reachability. Time: 0.00
2969.02/743.37	c  N dy 18206   4713796      2030     10108    195111    137983    612737   3330742     12.98   no data
2981.80/746.50	c  N dy 18294   4734290      2030     10108    195111    158221    612737   4301803     12.98     13.74
2994.18/749.68	c  N dy 18377   4754301      2030     10108    195111    177950    612737   5260323     12.98     13.70
3008.56/753.21	c  N dy 18460   4774835      2030     10108    195111    103532    612737   1621849     12.98     13.68
3020.14/756.10	c  N dy 18537   4795187      2030     10108    195111    123657    612737   2567917     12.98     13.80
3033.73/759.50	c  N dy 18609   4816943      2030     10108    195111    145101    612737   3544248     12.98     13.71
3047.31/762.90	c  N dy 18674   4837688      2030     10108    195111    165487    612737   4518533     12.98     13.69
3060.89/766.31	c  N dy 18753   4857751      2030     10108    195111    185278    612737   5433618     12.98     14.71
3073.67/769.57	c  N dy 18820   4877849      2030     10108    195111    109457    612737   1875744     12.98     15.94
3085.65/772.52	c  N dy 18907   4897890      2030     10108    195111    129213    612737   2771372     12.98     13.67
3099.23/775.97	c  N dy 18993   4919496      2030     10108    195111    150513    612737   3749324     12.98     13.71
3112.82/779.38	c  N dy 19071   4939719      2030     10108    195111    170469    612737   4669833     12.98     13.70
3127.19/782.93	c  N dy 19143   4959787      2030     10108    195111    190210    612737   5575306     12.98     13.68
3140.38/786.25	c  N dy 19224   4980072      2030     10108    195111    113567    612737   1989349     12.98     13.71
3151.96/789.13	c  N dy 19303   5000154      2030     10108    195111    133373    612737   2922665     12.98     15.83
3164.74/792.32	c  N dy 19389   5020280      2030     10108    195111    153203    612737   3829358     12.98     13.67
3178.32/795.71	c  N dy 19465   5040418      2030     10108    195111    173041    612737   4705794     12.98     13.81
3191.90/799.18	c  N dy 19535   5060438      2030     10108    195111    192730    612737   5618214     12.98     13.69
3205.49/802.52	c  N dy 19590   5080916      2030     10108    195111    115348    612737   2062932     12.98     13.77
3218.27/805.75	c  N dy 19683   5102660      2030     10108    195111    136808    612737   3034188     12.98     13.78
3231.45/809.04	c  N dy 19776   5122837      2030     10108    195111    156718    612737   3949393     12.98     13.90
3244.64/812.39	c  N dy 19821   5143082      2030     10108    195111    176604    612737   4861756     12.98     13.66
3259.01/815.91	c  N dy 19902   5163480      2030     10108    195111    196686    612737   5791239     12.98     13.69
3271.40/819.08	c  N dy 19985   5183695      2030     10108    195111    118073    612737   2134539     12.98     13.66
3283.37/822.08	c  N dy 20094   5203794      2030     10108    195111    137957    612737   3066419     12.98     13.81
3289.77/823.67	c  S st 20143   5213796      2030     10108    195111    147795    612737   3523465     12.98     13.37
3290.16/823.75	c  S st 20143   5214299      2030     10108    195111    148296    612737   3552655     12.98   no data
3290.16/823.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3292.16/824.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.0M T:  0.51
3292.16/824.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3292.56/824.31	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3297.36/825.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.25 s
3297.36/825.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
3297.76/825.60	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
3297.76/825.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3303.74/827.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
3314.13/829.80	c lits-rem:       376  cl-subs:     3371  v-elim:      0  v-fix:    0  time:  2.59 s
3314.53/829.80	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
3315.33/830.01	c vivif2 --  cl tried   144925 cl shrink        0 lits rem          0 time: 0.21
3316.13/830.26	c asymm  cl-useful: 0/1051/10108 lits-rem:0 time: 0.25
3316.13/830.27	c calculated reachability. Time: 0.00
3316.13/830.27	c  N dy 20143   5214299      2030     10108    195111    144925    612737   3479063     12.98   no data
3329.31/833.56	c  N dy 20207   5234325      2030     10108    195111    164646    612737   4385014     12.98     19.88
3344.11/837.25	c  N dy 20282   5254501      2030     10108    195111    184488    612737   5242100     12.98     13.80
3358.47/840.82	c  N dy 20357   5275095      2030     10108    195111    105301    612737   1531135     12.98     13.70
3370.08/843.73	c  N dy 20448   5295181      2030     10108    195111    125076    612737   2428035     12.98     13.76
3382.44/846.85	c  N dy 20530   5315345      2030     10108    195111    144935    612737   3333898     12.98     13.67
3395.62/850.18	c  N dy 20607   5335728      2030     10108    195111    164983    612737   4259012     12.98     13.72
3409.21/853.50	c  N dy 20677   5356022      2030     10108    195111    184962    612737   5167587     12.98     13.66
3424.38/857.37	c  N dy 20730   5376244      2030     10108    195111    104425    612737   1450483     12.97     13.71
3436.38/860.36	c  N dy 20812   5397054      2030     10108    195111    124938    612737   2384532     12.97     13.68
3448.34/863.33	c  N dy 20883   5417058      2030     10108    195111    144696    612737   3307521     12.97     15.27
3461.13/866.53	c  N dy 20968   5437292      2030     10108    195111    164662    612737   4232102     12.97     13.69
3474.70/869.90	c  N dy 21025   5457424      2030     10108    195111    184474    612737   5122842     12.97     13.68
3490.28/873.82	c  N dy 21104   5477628      2030     10108    195111    102873    612737   1357294     12.97     13.67
3501.48/876.69	c  N dy 21191   5497829      2030     10108    195111    122792    612737   2253985     12.97     13.68
3513.85/879.73	c  N dy 21257   5518160      2030     10108    195111    142812    612737   3158725     12.97     13.76
3527.04/883.00	c  N dy 21322   5538194      2030     10108    195111    162530    612737   4026750     12.97     13.69
3540.62/886.49	c  N dy 21373   5559319      2030     10108    195111    183332    612737   4992122     12.97     13.70
3556.19/890.39	c  N dy 21456   5579508      2030     10108    195111    203223    612737   5874546     12.97     13.75
3569.37/893.64	c  N dy 21543   5599946      2030     10108    195111    120898    612737   2147585     12.97     13.69
3581.76/896.73	c  N dy 21626   5619996      2030     10108    195111    140626    612737   3033410     12.97     16.16
3594.56/899.91	c  N dy 21699   5640031      2030     10108    195111    160315    612737   3945612     12.97     14.59
3608.53/903.41	c  N dy 21762   5661098      2030     10108    195111    181077    612737   4893167     12.97     13.71
3622.10/906.87	c  N dy 21856   5681156      2030     10108    195111    200860    612737   5827786     12.97     14.38
3636.08/910.30	c  N dy 21958   5701556      2030     10108    195111    117569    612737   1979101     12.97     13.66
3643.28/912.16	c  S st 22013   5714300      2030     10108    195111    130124    612737   2549713     12.97     12.20
3643.68/912.24	c  S st 22013   5714801      2030     10108    195111    130624    612737   2578166     12.97   no data
3643.68/912.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3645.27/912.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.1M T:  0.43
3645.27/912.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3645.67/912.72	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3650.47/913.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.23 s
3650.47/913.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
3650.47/913.99	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
3650.87/914.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3656.86/915.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
3664.05/917.33	c lits-rem:       242  cl-subs:     1675  v-elim:      0  v-fix:    0  time:  1.83 s
3664.05/917.34	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
3664.47/917.50	c vivif2 --  cl tried   128949 cl shrink        0 lits rem          0 time: 0.16
3665.65/917.74	c asymm  cl-useful: 0/1052/10108 lits-rem:0 time: 0.24
3665.65/917.75	c calculated reachability. Time: 0.00
3665.65/917.75	c  N dy 22013   5714801      2030     10108    195111    128949    612737   2541882     12.97   no data
3678.42/920.91	c  N dy 22090   5734976      2030     10108    195111    148863    612737   3449604     12.97     13.70
3691.60/924.23	c  N dy 22164   5755024      2030     10108    195111    168580    612737   4340910     12.97     13.65
3706.39/927.90	c  N dy 22243   5776401      2030     10108    195111    189673    612737   5309629     12.97     13.81
3722.76/932.00	c  N dy 22317   5796959      2030     10108    195111    105481    612737   1377581     12.97     13.90
3734.35/934.91	c  N dy 22391   5817024      2030     10108    195111    125265    612737   2269981     12.97     14.37
3747.14/938.12	c  N dy 22469   5837283      2030     10108    195111    145195    612737   3171753     12.97     13.65
3760.72/941.51	c  N dy 22554   5857861      2030     10108    195111    165492    612737   4083240     12.97     13.68
3775.49/945.23	c  N dy 22627   5878560      2030     10108    195111    185860    612737   5029149     12.97     13.70
3791.48/949.20	c  N dy 22691   5899066      2030     10108    195111    206066    612737   5953947     12.96     13.65
3804.66/952.59	c  N dy 22758   5919430      2030     10108    195111    120721    612737   2037632     12.96     13.81
3817.04/955.67	c  N dy 22843   5939549      2030     10108    195111    140575    612737   2939674     12.96     13.67
3831.02/959.13	c  N dy 22916   5960615      2030     10108    195111    161319    612737   3864670     12.96     13.67
3845.02/962.62	c  N dy 23001   5981508      2030     10108    195111    181912    612737   4803227     12.96     13.66
3858.20/965.97	c  N dy 23070   6001514      2030     10108    195111    201637    612737   5776356     12.96     17.61
3872.96/969.68	c  N dy 23133   6022289      2030     10108    195111    115687    612737   1780806     12.96     13.93
3885.35/972.72	c  N dy 23212   6042362      2030     10108    195111    135507    612737   2665659     12.96     14.11
3897.75/975.89	c  N dy 23294   6062388      2030     10108    195111    155256    612737   3564689     12.96     13.69
3912.50/979.56	c  N dy 23377   6082567      2030     10108    195111    175178    612737   4486942     12.96     13.66
3926.48/983.07	c  N dy 23445   6102697      2030     10108    195111    195011    612737   5388305     12.96     13.70
3941.28/986.73	c  N dy 23524   6122782      2030     10108    195111    214759    612737   6273954     12.96     15.60
3954.06/989.90	c  N dy 23605   6142881      2030     10108    195111    127120    612737   2276449     12.96     14.28
3966.03/992.98	c  N dy 23688   6162887      2030     10108    195111    146775    612737   3150192     12.96     14.39
3979.21/996.22	c  N dy 23728   6182925      2030     10108    195111    166569    612737   4029927     12.96     13.66
3993.20/999.78	c  N dy 23817   6203321      2030     10108    195111    186678    612737   4931808     12.96     13.73
4001.58/1001.86	c  S st 23861   6214801      2030     10108    195111    198003    612737   5440128     12.96     13.66
4001.98/1001.95	c  S st 23861   6215301      2030     10108    195111    198502    612737   5469853     12.96   no data
4001.98/1001.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4004.38/1002.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.4M T:  0.57
4004.38/1002.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4004.38/1002.57	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4009.17/1003.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
4009.57/1003.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
4009.57/1003.82	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
4009.57/1003.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4017.16/1005.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.70 s
4039.53/1011.38	c lits-rem:       949  cl-subs:     7369  v-elim:      0  v-fix:    0  time:  5.60 s
4039.53/1011.38	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
4041.13/1011.70	c vivif2 --  cl tried   191133 cl shrink        0 lits rem          0 time: 0.32
4041.93/1011.97	c asymm  cl-useful: 0/1002/10108 lits-rem:0 time: 0.27
4041.93/1011.98	c calculated reachability. Time: 0.00
4041.93/1011.98	c  N dy 23861   6215301      2030     10108    195111    191133    612737   5315517     12.96   no data
4056.70/1015.64	c  N dy 23940   6235352      2030     10108    195111    210870    612737   6205001     12.96     13.81
4070.29/1019.02	c  N dy 24014   6255544      2030     10108    195111    122432    612737   2030206     12.96     13.64
4081.89/1021.95	c  N dy 24085   6275645      2030     10108    195111    142218    612737   2941492     12.95     13.69
4095.07/1025.24	c  N dy 24175   6295754      2030     10108    195111    162043    612737   3848539     12.96     13.64
4108.66/1028.68	c  N dy 24268   6315835      2030     10108    195111    181817    612737   4780649     12.96     16.83
4123.81/1032.40	c  N dy 24355   6336056      2030     10108    195111    201721    612737   5676735     12.96     13.64
4139.80/1036.44	c  N dy 24454   6356173      2030     10108    195111    112212    612737   1525782     12.96     13.66
4150.98/1039.28	c  N dy 24533   6376293      2030     10108    195111    132131    612737   2434666     12.96     13.65
4164.16/1042.57	c  N dy 24622   6396601      2030     10108    195111    152160    612737   3328290     12.96     13.75
4178.14/1046.00	c  N dy 24730   6416796      2030     10108    195111    172057    612737   4218385     12.96     13.95
4190.93/1049.27	c  N dy 24817   6437312      2030     10108    195111    192310    612737   5195086     12.96     13.66
4205.32/1052.86	c  N dy 24885   6457801      2030     10108    195111    212487    612737   6136593     12.96     13.65
4220.08/1056.51	c  N dy 24955   6477941      2030     10108    195111    121926    612737   1899913     12.96     13.71
4232.06/1059.57	c  N dy 25049   6498249      2030     10108    195111    141971    612737   2826370     12.96     13.66
4245.64/1062.97	c  N dy 25136   6518657      2030     10108    195111    162087    612737   3721153     12.96     13.65
4258.82/1066.28	c  N dy 25221   6538757      2030     10108    195111    181885    612737   4628599     12.96     14.93
4273.21/1069.81	c  N dy 25292   6559054      2030     10108    195111    201837    612737   5504669     12.96     13.69
4288.81/1073.74	c  N dy 25370   6579778      2030     10108    195111    222237    612737   6443607     12.96     13.72
4301.99/1077.04	c  N dy 25450   6599796      2030     10108    195111    130582    612737   2282258     12.96     14.21
4314.36/1080.17	c  N dy 25516   6620213      2030     10108    195111    150711    612737   3157140     12.96     13.68
4327.14/1083.36	c  N dy 25601   6640280      2030     10108    195111    170509    612737   4080760     12.96     14.50
4340.72/1086.75	c  N dy 25671   6660505      2030     10108    195111    190452    612737   5010662     12.96     13.72
4355.09/1090.31	c  N dy 25731   6680518      2030     10108    195111    210193    612737   5904629     12.96     14.40
4371.07/1094.31	c  N dy 25798   6700647      2030     10108    195111    117678    612737   1664086     12.96     13.67
4379.87/1096.51	c  S st 25858   6715304      2030     10108    195111    132099    612737   2301535     12.96   no data
4379.87/1096.58	c  S st 25858   6715808      2030     10108    195111    132603    612737   2332916     12.96   no data
4380.27/1096.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4381.86/1097.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.7M T:  0.43
4381.86/1097.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4381.86/1097.07	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4386.65/1098.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
4387.05/1098.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
4387.05/1098.32	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
4387.05/1098.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4392.64/1099.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
4397.43/1100.94	c lits-rem:       141  cl-subs:     1438  v-elim:      0  v-fix:    0  time:  1.20 s
4397.43/1100.95	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
4398.25/1101.10	c vivif2 --  cl tried   131165 cl shrink        0 lits rem          0 time: 0.16
4399.03/1101.37	c asymm  cl-useful: 0/1039/10108 lits-rem:0 time: 0.27
4399.03/1101.38	c calculated reachability. Time: 0.00
4399.03/1101.38	c  N dy 25858   6715808      2030     10108    195111    131165    612737   2302711     12.96   no data
4412.21/1104.62	c  N dy 25934   6735873      2030     10108    195111    150951    612737   3182953     12.96     17.61
4425.39/1107.94	c  N dy 26016   6755967      2030     10108    195111    170772    612737   4094133     12.96     15.04
4439.37/1111.40	c  N dy 26073   6776119      2030     10108    195111    190608    612737   4977046     12.96     13.66
4454.95/1115.32	c  N dy 26157   6796410      2030     10108    195111    210581    612737   5836281     12.96     14.00
4471.34/1119.40	c  N dy 26235   6816573      2030     10108    195111    117155    612737   1599017     12.96     13.64
4483.31/1122.46	c  N dy 26283   6836636      2030     10108    195111    136873    612737   2438347     12.95     13.66
4496.10/1125.62	c  N dy 26369   6856939      2030     10108    195111    156907    612737   3344209     12.95     13.64
4510.08/1129.12	c  N dy 26447   6877178      2030     10108    195111    176896    612737   4244553     12.95     13.66
4523.65/1132.55	c  N dy 26532   6897220      2030     10108    195111    196676    612737   5141724     12.96     15.67
4539.26/1136.45	c  N dy 26621   6917224      2030     10108    195111    216441    612737   6049203     12.96     13.77
4554.42/1140.25	c  N dy 26692   6937372      2030     10108    195111    121940    612737   1785625     12.96     13.68
4566.40/1143.27	c  N dy 26777   6957410      2030     10108    195111    141710    612737   2664728     12.96     13.80
4580.38/1146.75	c  N dy 26843   6977954      2030     10108    195111    161890    612737   3510881     12.95     13.66
4593.96/1150.16	c  N dy 26919   6998085      2030     10108    195111    181747    612737   4388640     12.95     13.64
4607.94/1153.63	c  N dy 26998   7018279      2030     10108    195111    201651    612737   5296118     12.95     13.68
4622.34/1157.27	c  N dy 27082   7038326      2030     10108    195111    221378    612737   6190524     12.95     14.07
4637.50/1161.03	c  N dy 27174   7058807      2030     10108    195111    126245    612737   1954873     12.95     13.85
4650.68/1164.31	c  N dy 27249   7078904      2030     10108    195111    146027    612737   2818580     12.95     14.34
4664.27/1167.71	c  N dy 27326   7099339      2030     10108    195111    166140    612737   3703154     12.95     13.71
4677.85/1171.12	c  N dy 27404   7119383      2030     10108    195111    185891    612737   4582058     12.95     13.94
4692.65/1174.90	c  N dy 27490   7139827      2030     10108    195111    206039    612737   5466135     12.95     13.70
4708.60/1178.87	c  N dy 27565   7160740      2030     10108    195111    226617    612737   6373723     12.95     13.65
4722.98/1182.45	c  N dy 27630   7180916      2030     10108    195111    130241    612737   2083781     12.95     13.65
4735.77/1185.61	c  N dy 27708   7201210      2030     10108    195111    150213    612737   2968484     12.95     13.69
4745.37/1188.01	c  S st 27766   7215808      2030     10108    195111    164561    612737   3608370     12.95   no data
4745.37/1188.08	c  S st 27766   7216311      2030     10108    195111    165063    612737   3635269     12.95   no data
4745.37/1188.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4747.34/1188.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.6M T:  0.49
4747.74/1188.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4747.74/1188.62	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4752.55/1189.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
4752.55/1189.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2030 time:  0.02 s
4752.55/1189.88	c Removed useless bin:       0  fixed:     0  props:   0.98M  time:  0.02 s
4752.95/1189.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4758.96/1191.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
4769.31/1194.08	c lits-rem:       358  cl-subs:     3892  v-elim:      0  v-fix:    0  time:  2.64 s
4769.31/1194.09	c vivif2 --  cl tried    10108 cl shrink        0 lits rem          0 time: 0.01
4770.51/1194.32	c vivif2 --  cl tried   161171 cl shrink        0 lits rem          0 time: 0.23
4771.32/1194.60	c asymm  cl-useful: 0/1156/10108 lits-rem:0 time: 0.28
4771.73/1194.61	c calculated reachability. Time: 0.00
4771.73/1194.61	c  N dy 27766   7216311      2030     10108    195111    161171    612737   3557954     12.95   no data
4784.91/1197.99	c  N dy 27838   7236464      2030     10108    195111    181057    612737   4474697     12.95     13.73

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

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

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


[startup+0 s]
/proc/loadavg: 5.24 1.52 0.52 5/180 26847
/proc/meminfo: memFree=12520368/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 514475964 52441088 347 33554432000 4194304 4627427 140736247449696 18446744073709551615 47091387209650 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 12803 347 299 106 0 7774 0
[pid=26847/tid=26848] ppid=26845 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514475964 52441088 347 33554432000 4194304 4627427 140736247449696 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 514475964 52441088 347 33554432000 4194304 4627427 140736247449696 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 514475964 52441088 347 33554432000 4194304 4627427 140736247449696 18446744073709551615 47091387209650 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.159296 s]
/proc/loadavg: 5.24 1.52 0.52 5/180 26847
/proc/meminfo: memFree=12520368/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=290592 CPUtime=0.6 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 9017 0 0 0 56 4 0 0 18 0 4 0 514475964 297566208 8794 33554432000 4194304 4627427 140736247449696 18446744073709551615 4457815 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 72648 8794 375 106 0 67619 0
[pid=26847/tid=26848] ppid=26845 vsize=290592 CPUtime=0.14 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 2277 0 0 0 13 1 0 0 18 0 4 0 514475964 297566208 8794 33554432000 4194304 4627427 140736247449696 18446744073709551615 4463167 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=290592 CPUtime=0.14 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 2370 0 0 0 13 1 0 0 18 0 4 0 514475964 297566208 8794 33554432000 4194304 4627427 140736247449696 18446744073709551615 222921820343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=290592 CPUtime=0.15 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 1932 0 0 0 14 1 0 0 18 0 4 0 514475964 297566208 8794 33554432000 4194304 4627427 140736247449696 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 290592

[startup+0.202397 s]
/proc/loadavg: 5.24 1.52 0.52 5/180 26847
/proc/meminfo: memFree=12520368/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=293124 CPUtime=0.77 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 10929 0 0 0 72 5 0 0 18 0 4 0 514475964 300158976 10517 33554432000 4194304 4627427 140736247449696 18446744073709551615 222921437893 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 73281 10518 380 106 0 68252 0
[pid=26847/tid=26848] ppid=26845 vsize=293124 CPUtime=0.19 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 2873 0 0 0 18 1 0 0 18 0 4 0 514475964 300158976 10518 33554432000 4194304 4627427 140736247449696 18446744073709551615 222921882143 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=293124 CPUtime=0.18 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 2899 0 0 0 17 1 0 0 18 0 4 0 514475964 300158976 10520 33554432000 4194304 4627427 140736247449696 18446744073709551615 222921882094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=293124 CPUtime=0.19 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 2029 0 0 0 18 1 0 0 18 0 4 0 514475964 300158976 10520 33554432000 4194304 4627427 140736247449696 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 293124

[startup+0.301057 s]
/proc/loadavg: 5.24 1.52 0.52 5/180 26847
/proc/meminfo: memFree=12520368/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=304412 CPUtime=1.16 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 16415 0 0 0 110 6 0 0 18 0 4 0 514475964 311717888 15539 33554432000 4194304 4627427 140736247449696 18446744073709551615 4407077 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 76103 15540 385 106 0 71074 0
[pid=26847/tid=26848] ppid=26845 vsize=304412 CPUtime=0.28 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) S 26845 26847 26744 0 -1 4202560 4651 0 0 0 27 1 0 0 18 0 4 0 514475964 311717888 15540 33554432000 4194304 4627427 140736247449696 18446744073709551615 222921882094 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=304412 CPUtime=0.28 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 4486 0 0 0 27 1 0 0 18 0 4 0 514475964 311717888 15541 33554432000 4194304 4627427 140736247449696 18446744073709551615 4327135 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=304412 CPUtime=0.29 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 2204 0 0 0 28 1 0 0 18 0 4 0 514475964 311717888 15541 33554432000 4194304 4627427 140736247449696 18446744073709551615 4308174 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 304412

[startup+0.700986 s]
/proc/loadavg: 5.24 1.52 0.52 5/180 26847
/proc/meminfo: memFree=12520368/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=307580 CPUtime=2.76 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 19058 0 0 0 269 7 0 0 18 0 4 0 514475964 314961920 17013 33554432000 4194304 4627427 140736247449696 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 76895 17013 386 106 0 71866 0
[pid=26847/tid=26848] ppid=26845 vsize=307580 CPUtime=0.68 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 5484 0 0 0 67 1 0 0 18 0 4 0 514475964 314961920 17013 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=307580 CPUtime=0.68 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 4916 0 0 0 66 2 0 0 18 0 4 0 514475964 314961920 17013 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=307580 CPUtime=0.68 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 3160 0 0 0 67 1 0 0 18 0 4 0 514475964 314961920 17013 33554432000 4194304 4627427 140736247449696 18446744073709551615 4332203 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 307580

[startup+1.50084 s]
/proc/loadavg: 5.24 1.52 0.52 9/184 26851
/proc/meminfo: memFree=12423716/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=303464 CPUtime=5.95 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 23827 0 0 0 587 8 0 0 19 0 4 0 514475964 310747136 17610 33554432000 4194304 4627427 140736247449696 18446744073709551615 4332648 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 75866 17610 386 106 0 70837 0
[pid=26847/tid=26848] ppid=26845 vsize=303464 CPUtime=1.48 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 6516 0 0 0 147 1 0 0 19 0 4 0 514475964 310747136 17610 33554432000 4194304 4627427 140736247449696 18446744073709551615 4308963 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=303464 CPUtime=1.47 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 5987 0 0 0 145 2 0 0 19 0 4 0 514475964 310747136 17610 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=303464 CPUtime=1.49 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 4756 0 0 0 147 2 0 0 19 0 4 0 514475964 310747136 17610 33554432000 4194304 4627427 140736247449696 18446744073709551615 4507185 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 303464

[startup+3.10055 s]
/proc/loadavg: 5.24 1.52 0.52 9/184 26851
/proc/meminfo: memFree=12379320/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=304256 CPUtime=12.35 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 32081 0 0 0 1225 10 0 0 24 0 4 0 514475964 311558144 19892 33554432000 4194304 4627427 140736247449696 18446744073709551615 4238529 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 76064 19892 390 106 0 71035 0
[pid=26847/tid=26848] ppid=26845 vsize=304256 CPUtime=3.08 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 8437 0 0 0 306 2 0 0 24 0 4 0 514475964 311558144 19892 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=304256 CPUtime=3.07 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 7954 0 0 0 305 2 0 0 24 0 4 0 514475964 311558144 19892 33554432000 4194304 4627427 140736247449696 18446744073709551615 4310584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=304256 CPUtime=3.08 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 7066 0 0 0 306 2 0 0 25 0 4 0 514475964 311558144 19892 33554432000 4194304 4627427 140736247449696 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 304256

[startup+6.30096 s]
/proc/loadavg: 5.46 1.63 0.56 9/184 26851
/proc/meminfo: memFree=12235108/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=317004 CPUtime=25.12 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 39815 0 0 0 2501 11 0 0 25 0 4 0 514475964 324612096 25742 33554432000 4194304 4627427 140736247449696 18446744073709551615 4425016 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 79251 25742 390 106 0 74222 0
[pid=26847/tid=26848] ppid=26845 vsize=317004 CPUtime=6.27 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 9568 0 0 0 625 2 0 0 25 0 4 0 514475964 324612096 25742 33554432000 4194304 4627427 140736247449696 18446744073709551615 4424704 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=317004 CPUtime=6.26 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 9134 0 0 0 623 3 0 0 25 0 4 0 514475964 324612096 25742 33554432000 4194304 4627427 140736247449696 18446744073709551615 4424975 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=317004 CPUtime=6.29 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 12176 0 0 0 626 3 0 0 25 0 4 0 514475964 324612096 25742 33554432000 4194304 4627427 140736247449696 18446744073709551615 4308920 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 317004

[startup+12.7008 s]
/proc/loadavg: 5.66 1.74 0.60 9/184 26851
/proc/meminfo: memFree=11882612/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=340308 CPUtime=50.68 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 61530 0 0 0 5054 14 0 0 25 0 4 0 514475964 348475392 34885 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309304 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 85077 34885 390 106 0 80048 0
[pid=26847/tid=26848] ppid=26845 vsize=340308 CPUtime=12.67 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 14649 0 0 0 1265 2 0 0 25 0 4 0 514475964 348475392 34885 33554432000 4194304 4627427 140736247449696 18446744073709551615 4424704 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=340308 CPUtime=12.61 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 14126 0 0 0 1258 3 0 0 25 0 4 0 514475964 348475392 34885 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=340308 CPUtime=12.69 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 17926 0 0 0 1264 5 0 0 25 0 4 0 514475964 348475392 34885 33554432000 4194304 4627427 140736247449696 18446744073709551615 4424476 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 340308

[startup+25.5004 s]
/proc/loadavg: 6.18 2.04 0.72 9/184 26852
/proc/meminfo: memFree=11307864/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=356400 CPUtime=101.81 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 94751 0 0 0 10160 21 0 0 25 0 4 0 514475964 364953600 48091 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 89100 48091 390 106 0 84071 0
[pid=26847/tid=26848] ppid=26845 vsize=356400 CPUtime=25.47 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 21692 0 0 0 2543 4 0 0 25 0 4 0 514475964 364953600 48091 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=356400 CPUtime=25.35 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 23087 0 0 0 2530 5 0 0 25 0 4 0 514475964 364953600 48091 33554432000 4194304 4627427 140736247449696 18446744073709551615 4321340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=356400 CPUtime=25.48 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 29042 0 0 0 2542 6 0 0 25 0 4 0 514475964 364953600 48091 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309125 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 356400

[startup+51.1007 s]
/proc/loadavg: 6.86 2.53 0.92 9/184 26852
/proc/meminfo: memFree=11054384/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=402372 CPUtime=204.07 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 151428 0 0 0 20372 35 0 0 25 0 4 0 514475964 412028928 54909 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 100593 54909 390 106 0 95564 0
[pid=26847/tid=26848] ppid=26845 vsize=402372 CPUtime=51.06 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 35870 0 0 0 5099 7 0 0 25 0 4 0 514475964 412028928 54909 33554432000 4194304 4627427 140736247449696 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=402372 CPUtime=50.81 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 37925 0 0 0 5071 10 0 0 25 0 4 0 514475964 412028928 54909 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=402372 CPUtime=51.09 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 46001 0 0 0 5099 10 0 0 25 0 4 0 514475964 412028928 54909 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 402372

[startup+102.3 s]
/proc/loadavg: 7.50 3.37 1.29 9/184 26854
/proc/meminfo: memFree=10631280/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=462968 CPUtime=408.6 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 240435 0 0 0 40804 56 0 0 25 0 4 0 514475964 474079232 70752 33554432000 4194304 4627427 140736247449696 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 115742 70752 390 106 0 110713 0
[pid=26847/tid=26848] ppid=26845 vsize=462968 CPUtime=102.26 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 51207 0 0 0 10215 11 0 0 25 0 4 0 514475964 474079232 70752 33554432000 4194304 4627427 140736247449696 18446744073709551615 4424975 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=462968 CPUtime=101.73 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 59224 0 0 0 10159 14 0 0 25 0 4 0 514475964 474079232 70752 33554432000 4194304 4627427 140736247449696 18446744073709551615 4333109 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=462968 CPUtime=102.29 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 74885 0 0 0 10212 17 0 0 25 0 4 0 514475964 474079232 70752 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 462968

[startup+162.3 s]

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

[pid=26847] ppid=26845 vsize=836744 CPUtime=2565.57 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 1159399 0 0 0 256254 303 0 0 25 0 4 0 514475964 856825856 151032 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 209186 151032 390 106 0 204157 0
[pid=26847/tid=26848] ppid=26845 vsize=836744 CPUtime=642.19 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 280483 0 0 0 64143 76 0 0 25 0 4 0 514475964 856825856 151032 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=836744 CPUtime=638.79 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 292766 0 0 0 63803 76 0 0 25 0 4 0 514475964 856825856 151032 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=836744 CPUtime=642.29 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 316590 0 0 0 64150 79 0 0 25 0 4 0 514475964 856825856 151032 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.57
Current children cumulated vsize (KiB) 836744

[startup+702.3 s]
/proc/loadavg: 8.07 7.46 4.51 9/184 26900
/proc/meminfo: memFree=12122660/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=838556 CPUtime=2805.24 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 1250838 0 0 0 280196 328 0 0 25 0 4 0 514475964 858681344 156455 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 209639 156455 390 106 0 204610 0
[pid=26847/tid=26848] ppid=26845 vsize=838556 CPUtime=702.17 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 299557 0 0 0 70136 81 0 0 25 0 4 0 514475964 858681344 156455 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=838556 CPUtime=698.47 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 316869 0 0 0 69765 82 0 0 25 0 4 0 514475964 858681344 156455 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=838556 CPUtime=702.3 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 341767 0 0 0 70143 87 0 0 25 0 4 0 514475964 858681344 156455 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.24
Current children cumulated vsize (KiB) 838556

[startup+762.3 s]
/proc/loadavg: 8.07 7.57 4.73 9/184 26901
/proc/meminfo: memFree=12128592/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=988744 CPUtime=3044.93 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 1330797 0 0 0 304141 352 0 0 25 0 4 0 514475964 1012473856 153869 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 247186 153869 390 106 0 242157 0
[pid=26847/tid=26848] ppid=26845 vsize=988744 CPUtime=762.18 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 320499 0 0 0 76130 88 0 0 25 0 4 0 514475964 1012473856 153869 33554432000 4194304 4627427 140736247449696 18446744073709551615 4324267 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=988744 CPUtime=758.15 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 337716 0 0 0 75727 88 0 0 25 0 4 0 514475964 1012473856 153869 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=988744 CPUtime=762.3 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 362710 0 0 0 76137 93 0 0 25 0 4 0 514475964 1012473856 153869 33554432000 4194304 4627427 140736247449696 18446744073709551615 4299695 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3044.93
Current children cumulated vsize (KiB) 988744

[startup+822.3 s]
/proc/loadavg: 8.06 7.66 4.94 9/184 26903
/proc/meminfo: memFree=12139616/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=925780 CPUtime=3284.57 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 1419114 0 0 0 328081 376 0 0 25 0 4 0 514475964 947998720 154379 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 231445 154379 390 106 0 226416 0
[pid=26847/tid=26848] ppid=26845 vsize=925780 CPUtime=822.16 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 345037 0 0 0 82120 96 0 0 25 0 4 0 514475964 947998720 154379 33554432000 4194304 4627427 140736247449696 18446744073709551615 4424709 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=925780 CPUtime=817.82 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 360080 0 0 0 81689 93 0 0 25 0 4 0 514475964 947998720 154379 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=925780 CPUtime=822.3 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 383782 0 0 0 82131 99 0 0 25 0 4 0 514475964 947998720 154379 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.57
Current children cumulated vsize (KiB) 925780

[startup+882.306 s]
/proc/loadavg: 8.06 7.73 5.13 9/184 26905
/proc/meminfo: memFree=12094340/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=995948 CPUtime=3524.26 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 1507819 0 0 0 352023 403 0 0 25 0 4 0 514475964 1019850752 155050 33554432000 4194304 4627427 140736247449696 18446744073709551615 4332689 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 248987 155050 390 106 0 243958 0
[pid=26847/tid=26848] ppid=26845 vsize=995948 CPUtime=882.17 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 366154 0 0 0 88113 104 0 0 25 0 4 0 514475964 1019850752 155050 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=995948 CPUtime=877.49 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 382442 0 0 0 87651 98 0 0 25 0 4 0 514475964 1019850752 155050 33554432000 4194304 4627427 140736247449696 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=995948 CPUtime=882.31 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 408249 0 0 0 88125 106 0 0 25 0 4 0 514475964 1019850752 155050 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309186 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.26
Current children cumulated vsize (KiB) 995948

[startup+942.3 s]
/proc/loadavg: 8.02 7.78 5.31 9/184 26906
/proc/meminfo: memFree=12052920/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=1066420 CPUtime=3763.91 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 1604541 0 0 0 375963 428 0 0 25 0 4 0 514475964 1092014080 167680 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309220 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 266605 167680 390 106 0 261576 0
[pid=26847/tid=26848] ppid=26845 vsize=1066420 CPUtime=942.15 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 388331 0 0 0 94105 110 0 0 25 0 4 0 514475964 1092014080 167680 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=1066420 CPUtime=937.16 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 413943 0 0 0 93611 105 0 0 25 0 4 0 514475964 1092014080 167680 33554432000 4194304 4627427 140736247449696 18446744073709551615 4424704 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=1066420 CPUtime=942.29 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 429680 0 0 0 94118 111 0 0 25 0 4 0 514475964 1092014080 167680 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3763.91
Current children cumulated vsize (KiB) 1066420

[startup+1002.3 s]
/proc/loadavg: 8.01 7.82 5.47 9/184 26908
/proc/meminfo: memFree=12000824/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=1167676 CPUtime=4003.58 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 1695434 0 0 0 399905 453 0 0 25 0 4 0 514475964 1195700224 179606 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 291919 179606 390 106 0 286890 0
[pid=26847/tid=26848] ppid=26845 vsize=1167676 CPUtime=1002.14 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 409948 0 0 0 100097 117 0 0 25 0 4 0 514475964 1195700224 179606 33554432000 4194304 4627427 140736247449696 18446744073709551615 4409429 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=1167676 CPUtime=996.83 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 436705 0 0 0 99572 111 0 0 25 0 4 0 514475964 1195700224 179606 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=1167676 CPUtime=1002.3 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 454024 0 0 0 100113 117 0 0 25 0 4 0 514475964 1195700224 179606 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.58
Current children cumulated vsize (KiB) 1167676

[startup+1062.3 s]
/proc/loadavg: 8.04 7.86 5.64 9/184 26909
/proc/meminfo: memFree=11975532/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=1100740 CPUtime=4243.25 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 1793990 0 0 0 423845 480 0 0 25 0 4 0 514475964 1127157760 190062 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309103 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 275185 190062 390 106 0 270156 0
[pid=26847/tid=26848] ppid=26845 vsize=1100740 CPUtime=1062.14 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 437564 0 0 0 106090 124 0 0 25 0 4 0 514475964 1127157760 190062 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=1100740 CPUtime=1056.52 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 458326 0 0 0 105534 118 0 0 25 0 4 0 514475964 1127157760 190062 33554432000 4194304 4627427 140736247449696 18446744073709551615 4333184 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=1100740 CPUtime=1062.3 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 476053 0 0 0 106105 125 0 0 25 0 4 0 514475964 1127157760 190062 33554432000 4194304 4627427 140736247449696 18446744073709551615 4324287 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.25
Current children cumulated vsize (KiB) 1100740

[startup+1122.3 s]
/proc/loadavg: 8.06 7.90 5.79 9/184 26911
/proc/meminfo: memFree=11967716/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=1032096 CPUtime=4482.91 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 1879193 0 0 0 447786 505 0 0 25 0 4 0 514475964 1056866304 186564 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 258024 186564 390 106 0 252995 0
[pid=26847/tid=26848] ppid=26845 vsize=1032096 CPUtime=1122.14 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 458281 0 0 0 112083 131 0 0 25 0 4 0 514475964 1056866304 186564 33554432000 4194304 4627427 140736247449696 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=1032096 CPUtime=1116.18 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 480879 0 0 0 111495 123 0 0 25 0 4 0 514475964 1056866304 186564 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=1032096 CPUtime=1122.3 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 496733 0 0 0 112099 131 0 0 25 0 4 0 514475964 1056866304 186564 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4482.91
Current children cumulated vsize (KiB) 1032096

[startup+1182.3 s]
/proc/loadavg: 8.14 7.95 5.93 9/184 26913
/proc/meminfo: memFree=11866408/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=1033308 CPUtime=4722.58 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 1963750 0 0 0 471725 533 0 0 25 0 4 0 514475964 1058107392 186503 33554432000 4194304 4627427 140736247449696 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 258327 186503 390 106 0 253298 0
[pid=26847/tid=26848] ppid=26845 vsize=1033308 CPUtime=1182.13 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 480386 0 0 0 118074 139 0 0 25 0 4 0 514475964 1058107392 186503 33554432000 4194304 4627427 140736247449696 18446744073709551615 4322560 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=1033308 CPUtime=1175.86 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 500904 0 0 0 117457 129 0 0 25 0 4 0 514475964 1058107392 186503 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=1033308 CPUtime=1182.3 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 517343 0 0 0 118093 137 0 0 25 0 4 0 514475964 1058107392 186503 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.58
Current children cumulated vsize (KiB) 1033308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 7.95 5.97 9/184 26913
/proc/meminfo: memFree=11772168/32951124 swapFree=67111528/67111528
[pid=26847] ppid=26845 vsize=1177172 CPUtime=4800.09 cores=1,3,5,7
/proc/26847/stat : 26847 (strangenight2-m) R 26845 26847 26744 0 -1 4202496 1985037 0 0 0 479468 541 0 0 25 0 4 0 514475964 1205424128 192649 33554432000 4194304 4627427 140736247449696 18446744073709551615 222921801623 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26847/statm: 294293 192649 390 106 0 289264 0
[pid=26847/tid=26848] ppid=26845 vsize=1177172 CPUtime=1201.53 cores=1,3,5,7
/proc/26847/task/26848/stat : 26848 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 483699 0 0 0 120013 140 0 0 25 0 4 0 514475964 1205424128 192649 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26847/tid=26849] ppid=26845 vsize=1177172 CPUtime=1195.15 cores=1,3,5,7
/proc/26847/task/26849/stat : 26849 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 508062 0 0 0 119382 133 0 0 25 0 4 0 514475964 1205424128 192649 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=26847/tid=26850] ppid=26845 vsize=1177172 CPUtime=1201.71 cores=1,3,5,7
/proc/26847/task/26850/stat : 26850 (strangenight2-m) R 26845 26847 26744 0 -1 4202560 524628 0 0 0 120032 139 0 0 25 0 4 0 514475964 1205424128 192649 33554432000 4194304 4627427 140736247449696 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.09
Current children cumulated vsize (KiB) 1177172

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.15
CPU user time (s): 4794.71
CPU system time (s): 5.44517
CPU usage (%): 399.432
Max. virtual memory (cumulated for all children) (KiB): 1261312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.71
system time used= 5.44517
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1985038
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= 7744
involuntary context switches= 33218

runsolver used 2.00569 second user time and 4.5993 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 00:12:32
IDJOB=3258151
IDBENCH=71308
IDSOLVER=1586
FILE ID=node109/3258151-1304028752
RUNJOBID= node109-1304028687-26763
PBS_JOBID= 13170343
Free space on /tmp= 72356 MiB

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

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

MD5SUM BENCH= 399c54da7337981a88a374a67e87ba30
RANDOM SEED=964827859

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12520772 kB
Buffers:       2132772 kB
Cached:       16748040 kB
SwapCached:          0 kB
Active:       10766260 kB
Inactive:      9085572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12520772 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           19452 kB
Writeback:           0 kB
AnonPages:      971276 kB
Mapped:          15492 kB
Slab:           513140 kB
PageTables:       6412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1413980 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= 72368 MiB
End job on node109 at 2011-04-29 00:32:36