Trace number 3366956

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366956-1305392354.cnf'
0.00/0.01	c -- header says num vars:           2400
0.00/0.01	c -- header says num clauses:      266431
0.00/0.07	c -- clauses added:            0 learnts,       266431 normals,            0 xors
0.00/0.07	c -- vars added       2400
0.00/0.07	c Parsing time:  0.04 s
0.00/0.07	c  N st     0         0      2400        75    266356         0    535112         0   no data   no data
0.00/0.07	c asymm  cl-useful: 0/75/75 lits-rem:0 time: 0.00
0.00/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
0.00/0.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.17	c bin-w-bin subsume rem            0 bins  time:  0.02 s
0.00/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
0.31/0.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2400 time:  0.02 s
0.31/0.22	c Removed useless bin:       0  fixed:     0  props:   1.34M  time:  0.02 s
0.87/0.32	c lits-rem:       330  cl-subs:        0  v-elim:     75  v-fix:    0  time:  0.07 s
0.87/0.32	c Finding binary XORs  T:     0.01 s  found:       0
0.87/0.32	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.87/0.32	c calculated reachability. Time: 0.00
0.87/0.32	c Calc default polars -  time:   0.00 s pos:       0 undec:      75 neg:    2325
0.87/0.32	c =========================================================================================
0.87/0.32	c types(t): F = full restart, N = normal restart
0.87/0.32	c types(t): S = simplification begin/end, E = solution found
0.87/0.32	c restart types(rt): st = static, dy = dynamic
0.87/0.32	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.87/0.32	c  B st     0         0      2325     12310    251721         0    901502         0   no data   no data
0.87/1.01	c  N dy    14      5233      2325     12310    251721      2712    901502    106184     14.39     15.18
4.23/1.11	c  N dy    34      9240      2325     12310    251721      6696    901502    348417     14.81     15.60
5.83/1.50	c  N dy    46     13617      2325     12310    251721      6830    901502    294858     14.42     15.20
7.15/1.88	c  N dy    66     17703      2325     12310    251721     10891    901502    539646     14.43     15.24
8.71/2.26	c  N dy    86     21726      2325     12310    251721      9296    901502    386676     14.50     16.96
9.92/2.57	c  F st   101     25000      2325     12310    251721     12558    901502    592831     14.46   no data
10.72/2.72	c  N st   104     26192      2325     12310    251721      6976    901502    182292     14.46   no data
11.95/3.09	c  S st   107     30001      2325     12310    251721     10737    901501    395031     14.46   no data
12.30/3.14	c  S st   107     30504      2325     12310    251721     11239    901501    427729     14.46   no data
12.30/3.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.91/3.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.9M T:  0.38
13.91/3.54	c blocked clauses removed:        0 vars:      0 tried:        2325 T: 0.00 s
13.91/3.57	c bin-w-bin subsume rem            0 bins  time:  0.03 s
26.68/6.73	c subs with bin:        0  lits-rem:     86907  v-fix:    0  time:  3.16 s
26.68/6.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
26.68/6.77	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
27.07/6.80	c lits-rem:       623  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
31.87/8.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.24 s
32.67/8.22	c lits-rem:       111  cl-subs:     1582  v-elim:      0  v-fix:    0  time:  0.16 s
33.49/8.42	c asymm  cl-useful: 0/1765/12310 lits-rem:0 time: 0.19
33.49/8.42	c calculated reachability. Time: 0.00
33.49/8.42	c  N dy   107     30504      2325     12310    251721      9657    813971    389237     14.46   no data
35.06/8.84	c  N dy   131     34708      2325     12310    251721     13840    813971    717551     14.61     15.40
37.06/9.30	c  N dy   155     39307      2325     12310    251721     10565    813971    415053     14.81     15.70
38.65/9.72	c  N dy   184     43318      2325     12310    251721     14555    813971    741698     15.04     17.66
39.45/9.97	c  S st   194     45756      2325     12310    251721     16986    813971    925605     15.02     15.02
39.85/10.03	c  S st   194     46262      2325     12310    251721     17492    813971    968112     15.02   no data
39.85/10.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
41.44/10.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.7M T:  0.38
41.44/10.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.44/10.45	c bin-w-bin subsume rem            0 bins  time:  0.03 s
49.83/12.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.06 s
49.83/12.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
49.83/12.55	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
49.83/12.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
55.44/13.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
57.01/14.39	c lits-rem:        49  cl-subs:      185  v-elim:      0  v-fix:    0  time:  0.47 s
57.41/14.40	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
57.41/14.43	c vivif2 --  cl tried    17307 cl shrink        0 lits rem          0 time: 0.04
58.21/14.63	c asymm  cl-useful: 0/1255/12310 lits-rem:0 time: 0.20
58.21/14.64	c calculated reachability. Time: 0.00
58.21/14.64	c  N dy   194     46262      2325     12310    251721     17307    813971    959817     15.02   no data
59.82/15.06	c  N dy   216     50315      2325     12310    251721     12427    813971    511460     15.12     15.99
61.80/15.56	c  N dy   246     55124      2325     12310    251721     17194    813971    869843     15.24     16.12
63.80/16.00	c  N dy   272     59145      2325     12310    251721     11286    813971    356945     15.35     18.50
65.39/16.43	c  N dy   285     63454      2325     12310    251721     15566    813971    683378     15.33     16.22
66.99/16.86	c  N dy   312     67573      2325     12310    251721     19666    813971    997092     15.46     20.71
67.79/17.04	c  S st   319     69393      2325     12310    251721     21470    813971   1133891     15.46     15.97
68.19/17.11	c  S st   319     69898      2325     12310    251721     11057    813971    281741     15.46   no data
68.19/17.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
69.38/17.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.3M T:  0.33
69.38/17.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
69.38/17.48	c bin-w-bin subsume rem            0 bins  time:  0.03 s
77.80/19.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
77.80/19.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
78.16/19.60	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
78.16/19.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.95/20.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
82.95/20.86	c lits-rem:         6  cl-subs:       17  v-elim:      0  v-fix:    0  time:  0.02 s
82.95/20.87	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
82.95/20.88	c vivif2 --  cl tried    11040 cl shrink        0 lits rem          0 time: 0.01
83.75/21.07	c asymm  cl-useful: 0/2099/12310 lits-rem:0 time: 0.19
83.75/21.08	c calculated reachability. Time: 0.00
83.75/21.08	c  N dy   319     69898      2325     12310    251721     11040    813971    281047     15.46   no data
85.74/21.55	c  N dy   336     74549      2325     12310    251721     15639    813971    600551     15.51     16.44
87.74/22.09	c  N dy   356     79648      2325     12310    251721     20685    813971    968152     15.54     16.47
90.14/22.65	c  N dy   387     84812      2325     12310    251721     13917    813971    450954     15.63     25.03
91.33/22.92	c  F st   403     87500      2325     12310    251721     16585    813971    654086     15.65   no data
92.93/23.30	c  N st   408     90799      2325     12310    251721     19862    813971    901441     15.65   no data
95.36/23.98	c  N dy   430     96764      2325     12310    251721     25773    813971   1318577     15.67     16.50
98.11/24.69	c  N dy   462    103641      2325     12310    251721     19706    813971    804982     15.70     16.59
98.91/24.82	c  S st   474    104849      2325     12310    251721     20906    813971    897717     15.74   no data
98.91/24.87	c  S st   474    105350      2325     12310    251721     21407    813971    937355     15.74   no data
98.91/24.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
100.50/25.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.7M T:  0.36
100.50/25.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
100.50/25.28	c bin-w-bin subsume rem            0 bins  time:  0.03 s
108.89/27.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
108.89/27.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
108.89/27.39	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
109.29/27.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
114.47/28.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
116.07/29.12	c lits-rem:        66  cl-subs:      159  v-elim:      0  v-fix:    0  time:  0.41 s
116.07/29.13	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
116.07/29.17	c vivif2 --  cl tried    21248 cl shrink        0 lits rem          0 time: 0.04
116.89/29.37	c asymm  cl-useful: 0/1278/12310 lits-rem:0 time: 0.20
116.89/29.38	c calculated reachability. Time: 0.00
116.89/29.38	c  N dy   474    105350      2325     12310    251721     21248    813971    929191     15.74   no data
120.07/30.15	c  N dy   510    112182      2325     12310    251721     14150    813971    329546     15.78     16.66
123.26/30.94	c  N dy   538    119832      2325     12310    251721     21713    813971    875437     15.79     16.67
126.84/31.81	c  N dy   565    127481      2325     12310    251721     29286    813971   1405868     15.78     16.81
130.48/32.73	c  N dy   588    135856      2325     12310    251721     22702    813971    857503     15.77     16.68
134.03/33.67	c  N dy   623    144580      2325     12310    251721     31338    813971   1484699     15.80     16.71
138.42/34.70	c  N dy   658    153965      2325     12310    251721     24813    813971    990520     15.79     16.68
140.01/35.15	c  S st   669    158025      2325     12310    251721     28840    813971   1272551     15.78     14.59
140.40/35.21	c  S st   669    158526      2325     12310    251721     29340    813971   1311416     15.78   no data
140.40/35.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
142.00/35.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.8M T:  0.40
142.00/35.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.00/35.65	c bin-w-bin subsume rem            0 bins  time:  0.03 s
150.39/37.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
150.39/37.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
150.39/37.78	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
150.39/37.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
155.98/39.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
159.16/39.98	c lits-rem:       102  cl-subs:      328  v-elim:      0  v-fix:    0  time:  0.84 s
159.16/39.99	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
159.57/40.04	c vivif2 --  cl tried    29012 cl shrink        0 lits rem          0 time: 0.05
160.37/40.25	c asymm  cl-useful: 0/1413/12310 lits-rem:0 time: 0.20
160.37/40.25	c calculated reachability. Time: 0.00
160.37/40.25	c  N dy   669    158526      2325     12310    251721     29012    813971   1298165     15.78   no data
164.76/41.38	c  N dy   718    168739      2325     12310    251721     22304    813971    776525     15.82     16.77
169.57/42.54	c  N dy   753    179598      2325     12310    251721     33036    813971   1536919     15.80     16.70
174.73/43.82	c  N dy   784    191432      2325     12310    251721     26905    813971    990084     15.76     16.63
180.72/45.31	c  N dy   843    203861      2325     12310    251721     20409    813971    491235     15.81     16.71
186.71/46.88	c  N dy   903    217887      2325     12310    251721     34303    813971   1465015     15.82     16.67
193.09/48.49	c  N dy   960    231836      2325     12310    251721     28311    813971   1003693     15.84     17.91
195.91/49.13	c  S st   977    237791      2325     12310    251721     34210    813971   1427563     15.83     16.67
195.91/49.19	c  S st   977    238292      2325     12310    251721     34711    813971   1470992     15.83   no data
195.91/49.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
197.88/49.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.8M T:  0.40
197.88/49.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
197.88/49.64	c bin-w-bin subsume rem            0 bins  time:  0.03 s
206.26/51.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.06 s
206.26/51.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
206.26/51.74	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
206.26/51.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
211.85/53.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
216.24/54.26	c lits-rem:       135  cl-subs:      554  v-elim:      0  v-fix:    0  time:  1.12 s
216.24/54.27	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
216.64/54.34	c vivif2 --  cl tried    34157 cl shrink        0 lits rem          0 time: 0.06
217.44/54.55	c asymm  cl-useful: 0/1592/12310 lits-rem:0 time: 0.21
217.44/54.55	c calculated reachability. Time: 0.00
217.44/54.55	c  N dy   977    238292      2325     12310    251721     34157    813971   1451028     15.83   no data
224.62/56.31	c  N dy  1038    253792      2325     12310    251721     28724    813971    977547     15.84     16.68
232.60/58.32	c  N dy  1111    270766      2325     12310    251721     23747    813971    557710     15.87     16.73
240.98/60.42	c  N dy  1181    288970      2325     12310    251721     41771    813971   1797062     15.87     16.73
249.00/62.42	c  F st  1243    306250      2325     12310    251721     36107    813971   1384098     15.86     14.08
249.76/62.60	c  N st  1246    307438      2325     12310    251721     37288    813971   1476283     15.86   no data
258.94/64.94	c  N dy  1314    327287      2325     12310    251721     33161    813971   1094875     15.87     16.73
268.91/67.47	c  N dy  1376    347748      2325     12310    251721     28649    813971    725067     15.85     16.73
273.71/68.62	c  S st  1417    357440      2325     12310    251721     38232    813971   1376514     15.86     16.19
273.71/68.68	c  S st  1417    357941      2325     12310    251721     38731    813971   1414971     15.86   no data
273.71/68.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
275.34/69.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.2M T:  0.40
275.70/69.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
275.70/69.13	c bin-w-bin subsume rem            0 bins  time:  0.03 s
283.71/71.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
284.12/71.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
284.12/71.24	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
284.12/71.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
289.67/72.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
293.66/73.62	c lits-rem:       107  cl-subs:      895  v-elim:      0  v-fix:    0  time:  0.96 s
293.66/73.63	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
293.66/73.69	c vivif2 --  cl tried    37836 cl shrink        0 lits rem          0 time: 0.06
294.47/73.90	c asymm  cl-useful: 0/1310/12310 lits-rem:0 time: 0.21
294.87/73.90	c calculated reachability. Time: 0.00
294.87/73.90	c  N dy  1417    357941      2325     12310    251721     37836    813971   1388665     15.86   no data
304.04/76.27	c  N dy  1509    378079      2325     12310    251721     32078    813971    935154     15.88     16.97
313.62/78.66	c  N dy  1590    398171      2325     12310    251721     51972    813971   2310826     15.89     16.93
325.18/81.55	c  N dy  1653    422321      2325     12310    251721     49139    813971   1980117     15.86     16.72
336.80/84.45	c  N dy  1734    445868      2325     12310    251721     44686    813971   1578527     15.84     16.68
347.14/87.06	c  N dy  1802    466992      2325     12310    251721     36885    813971   1010051     15.83     16.76
357.11/89.51	c  N dy  1869    487192      2325     12310    251721     56889    813971   2314063     15.82     16.68
366.70/91.99	c  N dy  1948    507409      2325     12310    251721     47226    813971   1685436     15.82     16.88
376.66/94.43	c  N dy  2021    527560      2325     12310    251721     36496    813971    942251     15.83     16.71
381.05/95.54	c  S st  2055    536912      2325     12310    251721     45768    813971   1578796     15.83     14.09
381.46/95.60	c  S st  2055    537412      2325     12310    251721     46266    813971   1620058     15.83   no data
381.46/95.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
383.06/96.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.9M T:  0.41
383.06/96.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
383.06/96.05	c bin-w-bin subsume rem            0 bins  time:  0.03 s
391.44/98.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.06 s
391.44/98.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
391.44/98.16	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
391.44/98.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
397.03/99.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
401.81/100.79	c lits-rem:       104  cl-subs:      524  v-elim:      0  v-fix:    0  time:  1.26 s
401.81/100.80	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
402.23/100.88	c vivif2 --  cl tried    45742 cl shrink        0 lits rem          0 time: 0.08
403.40/101.11	c asymm  cl-useful: 0/1128/12310 lits-rem:0 time: 0.23
403.40/101.12	c calculated reachability. Time: 0.00
403.40/101.12	c  N dy  2055    537412      2325     12310    251721     45742    813971   1601568     15.83   no data
413.39/103.67	c  N dy  2137    557841      2325     12310    251721     34292    813971    749003     15.84     16.70
422.96/106.08	c  N dy  2209    577987      2325     12310    251721     54192    813971   2004326     15.84     16.72
434.13/108.87	c  N dy  2289    599145      2325     12310    251721     42442    813971   1210942     15.84     16.73
444.51/111.44	c  N dy  2368    619222      2325     12310    251721     62313    813971   2500392     15.85     20.32
454.91/114.02	c  N dy  2410    639508      2325     12310    251721     48713    813971   1529928     15.82     16.84
465.65/116.77	c  N dy  2469    659680      2325     12310    251721     68691    813971   2834629     15.81     16.65
475.64/119.26	c  N dy  2542    679894      2325     12310    251721     54088    813971   1882366     15.80     16.95
486.41/121.90	c  N dy  2592    699975      2325     12310    251721     38323    813971    812903     15.79     16.65
497.18/124.60	c  N dy  2694    721821      2325     12310    251721     59992    813971   2308436     15.80     16.63
508.00/127.31	c  N dy  2765    742169      2325     12310    251721     43512    813971   1141707     15.80     16.67
518.34/129.90	c  N dy  2852    762560      2325     12310    251721     63715    813971   2493480     15.81     16.74
528.71/132.57	c  N dy  2934    782562      2325     12310    251721     45882    813971   1253760     15.81     16.83
539.49/135.29	c  N dy  2982    803936      2325     12310    251721     66970    813971   2536230     15.79     16.66
540.68/135.59	c  S st  2987    806118      2325     12310    251721     69122    813971   2660355     15.79     13.66
541.08/135.65	c  S st  2987    806618      2325     12310    251721     69622    813971   2695870     15.79   no data
541.08/135.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
543.11/136.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.3M T:  0.47
543.11/136.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
543.11/136.17	c bin-w-bin subsume rem            0 bins  time:  0.03 s
551.48/138.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
551.48/138.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
551.48/138.29	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
551.89/138.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
557.83/139.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
566.61/142.05	c lits-rem:       360  cl-subs:     1782  v-elim:      0  v-fix:    0  time:  2.21 s
566.61/142.06	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
567.01/142.19	c vivif2 --  cl tried    67840 cl shrink        0 lits rem          0 time: 0.13
568.21/142.41	c asymm  cl-useful: 0/1065/12310 lits-rem:0 time: 0.22
568.21/142.42	c calculated reachability. Time: 0.00
568.21/142.42	c  N dy  2987    806618      2325     12310    251721     67840    813971   2648306     15.79   no data
578.99/145.15	c  N dy  3046    827217      2325     12310    251721     49611    813971   1384078     15.78     16.68
589.76/147.81	c  N dy  3088    847275      2325     12310    251721     69318    813971   2587613     15.76     16.60
599.77/150.38	c  N dy  3152    867367      2325     12310    251721     49712    813971   1389424     15.76     16.61
610.91/153.15	c  N dy  3225    888559      2325     12310    251721     70642    813971   2728606     15.76     16.60
621.30/155.78	c  N dy  3291    908582      2325     12310    251721     49975    813971   1364260     15.76     16.79
632.06/158.41	c  N dy  3369    929178      2325     12310    251721     70366    813971   2698664     15.76     16.68
642.45/161.06	c  N dy  3448    949204      2325     12310    251721     48657    813971   1206995     15.76     16.59
653.61/163.80	c  N dy  3504    970027      2325     12310    251721     69238    813971   2476064     15.75     16.60
664.40/166.51	c  N dy  3573    990071      2325     12310    251721     46554    813971   1006581     15.75     16.82
674.38/169.03	c  N dy  3661   1010190      2325     12310    251721     66449    813971   2299794     15.75     16.63
685.14/171.73	c  N dy  3728   1030295      2325     12310    251721     86358    813971   3534870     15.75     16.64
696.34/174.51	c  N dy  3790   1050957      2325     12310    251721     63219    813971   1976870     15.75     16.63
706.69/177.17	c  N dy  3854   1071304      2325     12310    251721     83319    813971   3208440     15.75     16.74
707.09/177.26	c  F st  3857   1071875      2325     12310    251721     83888    813971   3243989     15.75     14.63
717.47/179.87	c  N dy  3917   1092251      2325     12310    251721     59567    813971   1761465     15.74     16.69
728.24/182.59	c  N dy  4002   1112840      2325     12310    251721     79945    813971   3069316     15.75     16.64
739.82/185.40	c  N dy  4079   1133007      2325     12310    251721     54409    813971   1388339     15.75     16.71
750.19/188.09	c  N dy  4157   1153009      2325     12310    251721     74190    813971   2618345     15.75     16.61
761.76/191.00	c  N dy  4227   1173095      2325     12310    251721     47581    813971    888770     15.75     16.65
772.14/193.51	c  N dy  4277   1193103      2325     12310    251721     67327    813971   2115623     15.74     23.07
781.72/195.95	c  S st  4307   1209928      2325     12310    251721     83869    813971   3053790     15.73     15.99
782.12/196.01	c  S st  4307   1210434      2325     12310    251721     84374    813971   3090800     15.73   no data
782.12/196.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
784.14/196.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.4M T:  0.48
784.14/196.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
784.14/196.55	c bin-w-bin subsume rem            0 bins  time:  0.03 s
792.49/198.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
792.49/198.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
792.49/198.66	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
792.49/198.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
798.08/200.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
808.46/202.69	c lits-rem:       298  cl-subs:     2241  v-elim:      0  v-fix:    0  time:  2.59 s
808.85/202.70	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
809.25/202.86	c vivif2 --  cl tried    82133 cl shrink        0 lits rem          0 time: 0.16
810.05/203.08	c asymm  cl-useful: 0/1021/12310 lits-rem:0 time: 0.22
810.05/203.09	c calculated reachability. Time: 0.00
810.05/203.09	c  N dy  4307   1210434      2325     12310    251721     82133    813971   3030880     15.73   no data
822.03/206.02	c  N dy  4386   1230729      2325     12310    251721     54823    813971   1310131     15.73     16.58
833.59/208.99	c  N dy  4466   1253326      2325     12310    251721     77197    813971   2717021     15.73     16.62
845.61/211.99	c  N dy  4496   1273925      2325     12310    251721     49096    813971    890752     15.71     16.56
855.94/214.59	c  N dy  4560   1294493      2325     12310    251721     69391    813971   2124063     15.71     16.62
867.54/217.43	c  N dy  4610   1314626      2325     12310    251721     89264    813971   3371155     15.70     16.65
878.69/220.24	c  N dy  4696   1334728      2325     12310    251721     59776    813971   1479086     15.71     17.07
889.49/222.99	c  N dy  4772   1354827      2325     12310    251721     79661    813971   2723387     15.71     16.55
901.45/225.91	c  N dy  4850   1374862      2325     12310    251721     99472    813971   3963431     15.71     16.62
912.21/228.63	c  N dy  4900   1394976      2325     12310    251721     68903    813971   2008123     15.70     16.61
923.40/231.48	c  N dy  4963   1415613      2325     12310    251721     89291    813971   3241510     15.70     16.62
935.37/234.45	c  N dy  5035   1437158      2325     12310    251721     59211    813971   1386619     15.70     16.55
945.74/237.06	c  N dy  5113   1457609      2325     12310    251721     79417    813971   2682691     15.70     16.56
957.32/239.98	c  N dy  5185   1477691      2325     12310    251721     99260    813971   3869026     15.70     16.68
969.28/242.93	c  N dy  5241   1498500      2325     12310    251721     67433    813971   1805488     15.69     16.80
981.68/246.01	c  N dy  5307   1520456      2325     12310    251721     89165    813971   3191602     15.69     16.54
994.86/249.31	c  N dy  5383   1540631      2325     12310    251721     55724    813971   1072675     15.69     16.52
1005.21/251.97	c  N dy  5465   1560644      2325     12310    251721     75566    813971   2325070     15.69     20.01
1017.98/255.11	c  N dy  5527   1582903      2325     12310    251721     97560    813971   3638021     15.69     16.74
1029.55/258.06	c  N dy  5581   1602909      2325     12310    251721     62919    813971   1470923     15.68     16.60
1039.91/260.69	c  N dy  5660   1623001      2325     12310    251721     82772    813971   2721378     15.69     17.41
1051.50/263.57	c  N dy  5738   1643409      2325     12310    251721    102980    813971   4018512     15.69     16.53
1063.07/266.49	c  N dy  5785   1663617      2325     12310    251721     67585    813971   1675972     15.68     16.65
1074.63/269.31	c  N dy  5852   1683703      2325     12310    251721     87401    813971   2828344     15.68     16.87
1086.22/272.26	c  N dy  5919   1703803      2325     12310    251721    107275    813971   4046858     15.68     16.94
1091.01/273.44	c  S st  5939   1710435      2325     12310    251721     57492    813971   1044630     15.67     14.91
1091.01/273.50	c  S st  5939   1710936      2325     12310    251721     57992    813971   1085892     15.67   no data
1091.43/273.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1092.99/273.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.6M T:  0.40
1092.99/273.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1092.99/273.95	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1101.37/276.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
1101.37/276.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1101.37/276.07	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1101.37/276.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1106.17/277.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.13 s
1106.97/277.47	c lits-rem:        17  cl-subs:       85  v-elim:      0  v-fix:    0  time:  0.21 s
1106.97/277.48	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
1107.37/277.54	c vivif2 --  cl tried    57907 cl shrink        0 lits rem          0 time: 0.06
1108.17/277.75	c asymm  cl-useful: 0/1229/12310 lits-rem:0 time: 0.20
1108.17/277.76	c calculated reachability. Time: 0.00
1108.17/277.76	c  N dy  5939   1710936      2325     12310    251721     57907    813971   1083846     15.67   no data
1118.54/280.31	c  N dy  6010   1731180      2325     12310    251721     77911    813971   2324054     15.68     16.55
1130.11/283.24	c  N dy  6074   1751183      2325     12310    251721     97697    813971   3546476     15.67     17.17
1142.49/286.38	c  N dy  6156   1771320      2325     12310    251721     60283    813971   1171196     15.67     16.50
1153.29/289.06	c  N dy  6240   1791719      2325     12310    251721     80461    813971   2433541     15.68     16.59
1164.83/291.96	c  N dy  6316   1811811      2325     12310    251721    100336    813971   3681740     15.68     16.51
1178.00/295.29	c  N dy  6390   1833293      2325     12310    251721     63244    813971   1313603     15.68     16.67
1188.77/297.98	c  N dy  6440   1853510      2325     12310    251721     83193    813971   2479666     15.68     16.75
1200.76/300.91	c  N dy  6506   1873611      2325     12310    251721    103056    813971   3677917     15.67     16.57
1213.52/304.13	c  N dy  6577   1894687      2325     12310    251721     64625    813971   1353677     15.67     16.63
1224.29/306.83	c  N dy  6658   1914703      2325     12310    251721     84422    813971   2569814     15.67     18.07
1236.29/309.90	c  N dy  6746   1935621      2325     12310    251721    105119    813971   3834175     15.68     16.60
1248.64/312.97	c  N dy  6852   1956183      2325     12310    251721     65154    813971   1342163     15.69     16.63
1259.40/315.66	c  N dy  6949   1976190      2325     12310    251721     84957    813971   2572835     15.69     17.90
1271.82/318.71	c  N dy  7028   1996650      2325     12310    251721    105182    813971   3783359     15.69     16.52
1283.76/321.75	c  N dy  7114   2016724      2325     12310    251721     63691    813971   1205964     15.69     17.10
1294.93/324.54	c  N dy  7189   2037127      2325     12310    251721     83888    813971   2394020     15.70     16.54
1306.94/327.54	c  N dy  7255   2057239      2325     12310    251721    103764    813971   3583436     15.69     16.55
1318.88/330.55	c  N dy  7325   2077313      2325     12310    251721    123603    813971   4812648     15.69     16.71
1330.44/333.49	c  N dy  7405   2097345      2325     12310    251721     81097    813971   2210351     15.69     16.65
1342.42/336.48	c  N dy  7479   2117590      2325     12310    251721    101134    813971   3419343     15.69     16.58
1355.23/339.61	c  N dy  7556   2137752      2325     12310    251721    121103    813971   4662620     15.70     16.55
1367.17/342.63	c  N dy  7627   2157753      2325     12310    251721     77538    813971   1931511     15.69     16.82
1378.75/345.54	c  N dy  7696   2178063      2325     12310    251721     97594    813971   3161782     15.69     16.64
1391.51/348.70	c  N dy  7767   2198600      2325     12310    251721    117907    813971   4340950     15.69     16.53
1399.49/350.75	c  S st  7815   2210936      2325     12310    251721     65834    813971   1186226     15.69     12.84
1399.89/350.81	c  S st  7815   2211436      2325     12310    251721     66334    813971   1226460     15.69   no data
1399.89/350.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1401.48/351.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 18.9M T:  0.41
1401.48/351.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1401.48/351.27	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1409.87/353.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
1409.87/353.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1409.87/353.39	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1410.27/353.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1415.05/354.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.20 s
1415.85/354.84	c lits-rem:        41  cl-subs:      119  v-elim:      0  v-fix:    0  time:  0.18 s
1415.85/354.84	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
1416.28/354.92	c vivif2 --  cl tried    66215 cl shrink        0 lits rem          0 time: 0.07
1417.05/355.13	c asymm  cl-useful: 0/1191/12310 lits-rem:0 time: 0.21
1417.05/355.14	c calculated reachability. Time: 0.00
1417.05/355.14	c  N dy  7815   2211436      2325     12310    251721     66215    813971   1223870     15.69   no data
1428.23/357.94	c  N dy  7875   2231664      2325     12310    251721     86251    813971   2388786     15.69     16.54
1440.59/361.07	c  N dy  7927   2252434      2325     12310    251721    106774    813971   3614604     15.69     16.52
1453.36/364.23	c  N dy  7998   2273081      2325     12310    251721    127176    813971   4850689     15.68     16.70
1465.33/367.25	c  N dy  8069   2293330      2325     12310    251721     81977    813971   2139597     15.68     16.79
1477.31/370.21	c  N dy  8158   2313756      2325     12310    251721    102175    813971   3413219     15.69     16.57
1489.28/373.27	c  N dy  8225   2334310      2325     12310    251721    122483    813971   4696696     15.69     16.53
1503.25/376.72	c  N dy  8292   2357041      2325     12310    251721     78704    813971   1895957     15.68     16.73
1514.83/379.62	c  N dy  8377   2377065      2325     12310    251721     98509    813971   3076787     15.69     23.70
1526.79/382.64	c  N dy  8435   2397152      2325     12310    251721    118368    813971   4269104     15.68     17.41
1540.36/386.03	c  N dy  8492   2417800      2325     12310    251721     71510    813971   1382447     15.68     16.52
1551.95/388.90	c  N dy  8568   2437888      2325     12310    251721     91374    813971   2581486     15.68     16.58
1563.51/391.88	c  N dy  8654   2458066      2325     12310    251721    111337    813971   3809259     15.68     16.52
1576.68/395.12	c  N dy  8727   2478132      2325     12310    251721    131202    813971   5026776     15.68     16.74
1588.64/398.16	c  N dy  8786   2498171      2325     12310    251721     82765    813971   2030934     15.68     16.55
1600.23/401.09	c  N dy  8852   2518180      2325     12310    251721    102554    813971   3219512     15.68     16.70
1612.99/404.25	c  N dy  8913   2538278      2325     12310    251721    122438    813971   4384767     15.68     16.51
1626.57/407.61	c  N dy  8986   2558699      2325     12310    251721     73392    813971   1434903     15.68     16.70
1638.14/410.56	c  N dy  9027   2579885      2325     12310    251721     94281    813971   2632340     15.67     16.54
1650.91/413.70	c  N dy  9102   2600421      2325     12310    251721    114588    813971   3840316     15.67     16.74
1664.49/417.11	c  N dy  9169   2620976      2325     12310    251721    134893    813971   5053985     15.67     16.50
1676.05/420.01	c  N dy  9244   2641026      2325     12310    251721     84593    813971   2100364     15.67     16.87
1688.03/423.04	c  N dy  9324   2661107      2325     12310    251721    104453    813971   3265374     15.67     16.75
1700.80/426.28	c  N dy  9400   2682165      2325     12310    251721    125275    813971   4506795     15.67     16.90
1714.37/429.62	c  N dy  9463   2702254      2325     12310    251721     73948    813971   1402957     15.67     16.72
1719.18/430.90	c  S st  9478   2711437      2325     12310    251721     83006    813971   1935346     15.67     14.77
1719.59/430.96	c  S st  9478   2711938      2325     12310    251721     83507    813971   1971813     15.67   no data
1719.59/430.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1721.55/431.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.2M T:  0.46
1721.55/431.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1721.55/431.47	c bin-w-bin subsume rem            0 bins  time:  0.03 s
1729.94/433.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
1729.94/433.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
1730.33/433.60	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
1730.33/433.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1735.52/434.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
1738.72/435.78	c lits-rem:        72  cl-subs:      538  v-elim:      0  v-fix:    0  time:  0.82 s
1738.72/435.79	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
1739.51/435.90	c vivif2 --  cl tried    82969 cl shrink        0 lits rem          0 time: 0.11
1740.31/436.12	c asymm  cl-useful: 0/1144/12310 lits-rem:0 time: 0.22
1740.31/436.13	c calculated reachability. Time: 0.00
1740.31/436.13	c  N dy  9478   2711938      2325     12310    251721     82969    813971   1956424     15.67   no data
1752.27/439.16	c  N dy  9551   2731979      2325     12310    251721    102750    813971   3087294     15.67     16.53
1765.44/442.46	c  N dy  9638   2752703      2325     12310    251721    123270    813971   4340157     15.67     16.54
1778.22/445.70	c  N dy  9716   2772889      2325     12310    251721    143223    813971   5558673     15.67     16.53
1792.19/449.15	c  N dy  9801   2794724      2325     12310    251721     92640    813971   2426017     15.67     16.50
1804.56/452.24	c  N dy  9871   2815062      2325     12310    251721    112738    813971   3598145     15.67     16.51
1816.93/455.38	c  N dy  9931   2835095      2325     12310    251721    132529    813971   4776182     15.67     16.57
1830.90/458.80	c  N dy 10020   2855177      2325     12310    251721     79261    813971   1627227     15.67     18.01
1842.50/461.75	c  N dy 10076   2875207      2325     12310    251721     99002    813971   2752840     15.67     16.50
1854.85/464.87	c  N dy 10146   2896370      2325     12310    251721    119917    813971   4028252     15.67     16.65
1867.62/468.06	c  N dy 10207   2916655      2325     12310    251721    139983    813971   5228057     15.66     16.49
1879.99/471.19	c  N dy 10274   2936825      2325     12310    251721     85791    813971   1984895     15.66     16.68
1891.95/474.12	c  N dy 10343   2956901      2325     12310    251721    105581    813971   3151880     15.66     16.54
1904.73/477.33	c  N dy 10408   2977897      2325     12310    251721    126291    813971   4378988     15.66     16.51
1917.49/480.52	c  N dy 10473   2998254      2325     12310    251721    146425    813971   5578317     15.66     16.49
1930.29/483.72	c  N dy 10527   3019205      2325     12310    251721     91996    813971   2319839     15.66     16.64
1943.47/487.02	c  N dy 10586   3040201      2325     12310    251721    112724    813971   3505336     15.66     16.50
1956.63/490.34	c  N dy 10669   3060524      2325     12310    251721    132852    813971   4726662     15.66     16.56
1970.57/493.86	c  N dy 10723   3081115      2325     12310    251721     77113    813971   1370200     15.66     16.50
1982.56/496.86	c  N dy 10786   3101549      2325     12310    251721     97295    813971   2579987     15.66     16.57
1996.14/500.27	c  N dy 10847   3122490      2325     12310    251721    117959    813971   3716321     15.65     16.48
2008.91/503.49	c  N dy 10947   3142569      2325     12310    251721    137862    813971   4939705     15.66     17.03
2022.84/506.98	c  N dy 11006   3162674      2325     12310    251721     80711    813971   1559528     15.65     17.90
2034.43/509.81	c  N dy 11074   3182697      2325     12310    251721    100465    813971   2729481     15.65     18.05
2047.59/513.19	c  N dy 11134   3203541      2325     12310    251721    121012    813971   3917959     15.65     16.49
2053.58/514.68	c  S st 11146   3211938      2325     12310    251721    129295    813971   4372436     15.65   no data
2053.98/514.75	c  S st 11146   3212439      2325     12310    251721    129795    813971   4409731     15.65   no data
2053.98/514.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2056.37/515.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.1M T:  0.60
2056.37/515.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2056.77/515.41	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2065.15/517.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.09 s
2065.15/517.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2065.15/517.54	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
2065.15/517.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2071.54/519.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
2085.90/522.70	c lits-rem:       234  cl-subs:     3285  v-elim:      0  v-fix:    0  time:  3.53 s
2085.90/522.71	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
2086.71/522.95	c vivif2 --  cl tried   126510 cl shrink        0 lits rem          0 time: 0.24
2087.50/523.20	c asymm  cl-useful: 0/993/12310 lits-rem:0 time: 0.25
2087.92/523.21	c calculated reachability. Time: 0.00
2087.92/523.21	c  N dy 11146   3212439      2325     12310    251721    126510    813971   4324059     15.65   no data
2101.09/526.59	c  N dy 11208   3232677      2325     12310    251721    146495    813971   5493568     15.65     16.64
2113.83/529.79	c  N dy 11261   3252998      2325     12310    251721     88596    813971   1983248     15.65     16.48
2126.20/532.82	c  N dy 11331   3273477      2325     12310    251721    108839    813971   3207459     15.65     16.48
2140.18/536.38	c  N dy 11420   3294822      2325     12310    251721    129940    813971   4468890     15.65     16.51
2153.77/539.79	c  N dy 11484   3314983      2325     12310    251721    149913    813971   5704142     15.65     16.56
2166.94/543.04	c  N dy 11539   3335131      2325     12310    251721     90744    813971   2030668     15.65     16.70
2178.89/546.03	c  N dy 11628   3355317      2325     12310    251721    110708    813971   3263293     15.65     16.54
2191.65/549.25	c  N dy 11715   3375521      2325     12310    251721    130693    813971   4476830     15.65     16.56
2204.83/552.58	c  N dy 11805   3395573      2325     12310    251721    150533    813971   5689489     15.66     16.60
2217.60/555.79	c  N dy 11893   3415772      2325     12310    251721     90448    813971   2014276     15.66     16.65
2229.97/558.80	c  N dy 11971   3435859      2325     12310    251721    110298    813971   3182906     15.66     16.68
2242.34/561.93	c  N dy 12033   3455965      2325     12310    251721    130169    813971   4334642     15.66     16.68
2255.91/565.34	c  N dy 12110   3476009      2325     12310    251721    149979    813971   5495394     15.66     21.54
2270.28/568.92	c  N dy 12168   3496650      2325     12310    251721     89278    813971   1884637     15.66     16.73
2281.85/571.89	c  N dy 12253   3516736      2325     12310    251721    109160    813971   3067461     15.66     16.66
2295.41/575.21	c  N dy 12342   3536799      2325     12310    251721    128980    813971   4240020     15.66     16.86
2309.38/578.79	c  N dy 12418   3557048      2325     12310    251721    148982    813971   5404424     15.66     16.49
2324.14/582.44	c  N dy 12501   3577477      2325     12310    251721     87169    813971   1732088     15.66     16.70
2335.71/585.38	c  N dy 12592   3597714      2325     12310    251721    107180    813971   2923320     15.66     16.50
2349.69/588.80	c  N dy 12655   3618006      2325     12310    251721    127214    813971   4072728     15.66     16.49
2363.26/592.21	c  N dy 12723   3638034      2325     12310    251721    147016    813971   5254104     15.66     16.54
2377.65/595.86	c  N dy 12805   3658414      2325     12310    251721     84114    813971   1501892     15.66     16.53
2389.20/598.72	c  N dy 12858   3678577      2325     12310    251721    104040    813971   2676433     15.66     16.66
2402.37/602.01	c  N dy 12932   3698729      2325     12310    251721    123968    813971   3827779     15.66     16.51
2411.55/604.37	c  S st 12987   3712439      2325     12310    251721    137512    813971   4594250     15.66     14.83
2411.95/604.44	c  S st 12987   3712940      2325     12310    251721    138011    813971   4631324     15.66   no data
2411.95/604.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2414.33/605.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.1M T:  0.57
2414.33/605.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2414.33/605.07	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2423.12/607.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.14 s
2423.12/607.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2423.12/607.25	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
2423.52/607.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2429.90/608.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.50 s
2444.27/612.57	c lits-rem:       236  cl-subs:     2560  v-elim:      0  v-fix:    0  time:  3.61 s
2444.27/612.58	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
2445.46/612.83	c vivif2 --  cl tried   135451 cl shrink        0 lits rem          0 time: 0.25
2446.27/613.09	c asymm  cl-useful: 0/1237/12310 lits-rem:0 time: 0.26
2446.67/613.10	c calculated reachability. Time: 0.00
2446.67/613.10	c  N dy 12987   3712940      2325     12310    251721    135451    813971   4561628     15.66   no data
2459.83/616.47	c  N dy 13057   3733235      2325     12310    251721    155528    813971   5812015     15.66     16.60
2473.40/619.85	c  F st 13128   3751562      2325     12310    251721     89655    813971   1757444     15.66     13.61
2474.63/620.14	c  N st 13132   3753595      2325     12310    251721     91672    813971   1893204     15.66   no data
2486.57/623.14	c  N dy 13200   3773643      2325     12310    251721    111493    813971   3096305     15.66     17.02
2499.34/626.30	c  N dy 13259   3793900      2325     12310    251721    131471    813971   4271254     15.66     16.49
2514.14/630.02	c  N dy 13342   3815568      2325     12310    251721    152892    813971   5566412     15.66     16.64
2528.47/633.66	c  N dy 13415   3835666      2325     12310    251721     87764    813971   1641184     15.66     16.94
2541.24/636.89	c  N dy 13487   3857173      2325     12310    251721    109007    813971   2885280     15.66     16.61
2554.41/640.13	c  N dy 13559   3877254      2325     12310    251721    128845    813971   4041535     15.66     18.02
2569.58/643.97	c  N dy 13652   3898477      2325     12310    251721    149797    813971   5255992     15.66     16.53
2584.38/647.67	c  N dy 13749   3918585      2325     12310    251721    169712    813971   6447058     15.66     16.54
2597.91/651.05	c  N dy 13827   3938810      2325     12310    251721    103745    813971   2506531     15.66     16.51
2609.89/654.10	c  N dy 13895   3958946      2325     12310    251721    123673    813971   3714609     15.66     16.57
2623.48/657.49	c  N dy 13983   3978947      2325     12310    251721    143457    813971   4892268     15.66     19.48
2637.82/661.08	c  N dy 14045   3999968      2325     12310    251721    164249    813971   6118782     15.66     16.52
2652.18/664.60	c  N dy 14123   4020100      2325     12310    251721     97153    813971   2132800     15.66     16.61
2665.35/667.94	c  N dy 14205   4042142      2325     12310    251721    118945    813971   3425890     15.66     16.56
2677.73/671.03	c  N dy 14262   4062152      2325     12310    251721    138735    813971   4597472     15.66     16.50
2692.09/674.66	c  N dy 14302   4082505      2325     12310    251721    158764    813971   5708202     15.66     16.49
2708.05/678.69	c  N dy 14380   4102555      2325     12310    251721     90649    813971   1688712     15.66     16.53
2720.82/681.88	c  N dy 14457   4122888      2325     12310    251721    110728    813971   2876175     15.66     16.52
2734.79/685.36	c  N dy 14543   4143420      2325     12310    251721    130979    813971   4035719     15.66     16.65
2749.97/689.14	c  N dy 14614   4163864      2325     12310    251721    151134    813971   5187879     15.66     16.53
2764.36/692.77	c  N dy 14660   4183982      2325     12310    251721    170971    813971   6313088     15.66     16.55
2781.09/696.98	c  N dy 14721   4209583      2325     12310    251721    107380    813971   2589981     15.65     16.49
2783.08/697.49	c  S st 14731   4212942      2325     12310    251721    110698    813971   2780773     15.65     16.20
2783.48/697.56	c  S st 14731   4213444      2325     12310    251721    111198    813971   2815876     15.65   no data
2783.48/697.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2785.48/698.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.7M T:  0.53
2785.90/698.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2785.90/698.14	c bin-w-bin subsume rem            0 bins  time:  0.03 s
2794.26/700.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.11 s
2794.26/700.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
2794.26/700.29	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
2794.68/700.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2800.64/701.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
2807.44/703.60	c lits-rem:       226  cl-subs:     1641  v-elim:      0  v-fix:    0  time:  1.79 s
2807.86/703.61	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
2808.27/703.77	c vivif2 --  cl tried   109557 cl shrink        0 lits rem          0 time: 0.16
2809.42/704.01	c asymm  cl-useful: 0/1021/12310 lits-rem:0 time: 0.24
2809.42/704.02	c calculated reachability. Time: 0.00
2809.42/704.02	c  N dy 14731   4213444      2325     12310    251721    109557    813971   2775140     15.65   no data
2821.43/707.09	c  N dy 14811   4233755      2325     12310    251721    129651    813971   3958968     15.65     16.74
2835.76/710.65	c  N dy 14885   4254087      2325     12310    251721    149739    813971   5122629     15.65     16.50
2849.33/714.08	c  N dy 14970   4274511      2325     12310    251721    169909    813971   6405689     15.65     16.51
2864.50/717.83	c  N dy 15050   4296042      2325     12310    251721    101310    813971   2263701     15.65     16.48
2877.67/721.19	c  N dy 15138   4316402      2325     12310    251721    121414    813971   3441645     15.65     16.59
2891.67/724.68	c  N dy 15215   4336767      2325     12310    251721    141550    813971   4628150     15.66     16.51
2905.99/728.27	c  N dy 15302   4358854      2325     12310    251721    163396    813971   5959422     15.66     16.51
2921.17/732.05	c  N dy 15380   4379014      2325     12310    251721     92419    813971   1670269     15.66     16.57
2932.33/734.88	c  N dy 15453   4399057      2325     12310    251721    112211    813971   2864101     15.66     18.54
2945.51/738.10	c  N dy 15522   4419213      2325     12310    251721    132092    813971   3998943     15.66     16.81
2958.28/741.35	c  N dy 15594   4439410      2325     12310    251721    152062    813971   5151142     15.66     16.49
2971.85/744.70	c  N dy 15664   4459725      2325     12310    251721    172163    813971   6384250     15.66     16.70
2985.81/748.23	c  N dy 15735   4480110      2325     12310    251721    100401    813971   2063943     15.66     16.50
2998.19/751.34	c  N dy 15797   4500184      2325     12310    251721    120254    813971   3220439     15.66     21.89
3011.35/754.63	c  N dy 15884   4520190      2325     12310    251721    140052    813971   4389573     15.66     17.39
3024.52/757.93	c  N dy 15960   4540518      2325     12310    251721    160133    813971   5596462     15.66     16.60
3040.09/761.88	c  N dy 16007   4562238      2325     12310    251721    181529    813971   6793944     15.66     16.53
3054.09/765.34	c  N dy 16077   4582538      2325     12310    251721    108706    813971   2503869     15.65     16.50
3067.62/768.73	c  N dy 16158   4603575      2325     12310    251721    129519    813971   3708382     15.66     16.55
3080.43/771.98	c  N dy 16216   4623669      2325     12310    251721    149399    813971   4839922     15.66     16.50
3094.76/775.57	c  N dy 16280   4643738      2325     12310    251721    169177    813971   5931201     15.65     16.60
3111.53/779.72	c  N dy 16373   4663781      2325     12310    251721     95142    813971   1693451     15.65     17.00
3123.10/782.69	c  N dy 16436   4683837      2325     12310    251721    114906    813971   2850442     15.65     17.99
3136.27/786.00	c  N dy 16511   4704390      2325     12310    251721    135250    813971   4062854     15.65     16.49
3142.25/787.45	c  S st 16532   4713446      2325     12310    251721    144207    813971   4569157     15.65     15.73
3142.65/787.53	c  S st 16532   4713949      2325     12310    251721    144708    813971   4607157     15.65   no data
3142.65/787.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3145.05/788.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.7M T:  0.58
3145.05/788.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3145.05/788.17	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3153.43/790.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
3153.43/790.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3153.43/790.28	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
3153.83/790.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3159.81/791.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
3174.58/795.57	c lits-rem:       202  cl-subs:     2628  v-elim:      0  v-fix:    0  time:  3.69 s
3174.58/795.58	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
3175.78/795.84	c vivif2 --  cl tried   142080 cl shrink        0 lits rem          0 time: 0.26
3177.01/796.11	c asymm  cl-useful: 0/1012/12310 lits-rem:0 time: 0.28
3177.01/796.13	c calculated reachability. Time: 0.00
3177.01/796.13	c  N dy 16532   4713949      2325     12310    251721    142080    813971   4536208     15.65   no data
3191.34/799.75	c  N dy 16581   4733981      2325     12310    251721    161862    813971   5611657     15.65     21.34
3205.31/803.25	c  N dy 16639   4753990      2325     12310    251721    181610    813971   6750104     15.65     16.84
3220.49/807.01	c  N dy 16696   4774306      2325     12310    251721    106817    813971   2255353     15.65     16.51
3233.25/810.20	c  N dy 16772   4794579      2325     12310    251721    126843    813971   3401903     15.65     16.53
3246.01/813.46	c  N dy 16857   4814656      2325     12310    251721    146704    813971   4562927     15.65     17.45
3260.01/817.00	c  N dy 16920   4834830      2325     12310    251721    166640    813971   5690325     15.65     16.58
3275.15/820.73	c  N dy 16993   4855831      2325     12310    251721    187362    813971   6888652     15.65     16.63
3288.32/824.02	c  N dy 17066   4876311      2325     12310    251721    111846    813971   2593166     15.65     16.51
3301.48/827.33	c  N dy 17133   4897492      2325     12310    251721    132772    813971   3787785     15.65     16.50
3314.66/830.68	c  N dy 17194   4917678      2325     12310    251721    152702    813971   4901750     15.65     16.63
3328.63/834.14	c  N dy 17258   4937731      2325     12310    251721    172510    813971   6036884     15.65     19.47
3343.42/837.86	c  N dy 17342   4958261      2325     12310    251721    192803    813971   7227616     15.65     16.64
3357.00/841.22	c  N dy 17396   4978339      2325     12310    251721    115783    813971   2683113     15.65     17.37
3369.75/844.41	c  N dy 17459   4998428      2325     12310    251721    135623    813971   3791476     15.64     17.62
3382.50/847.66	c  N dy 17516   5018703      2325     12310    251721    155670    813971   4968003     15.64     16.55
3397.25/851.36	c  N dy 17601   5039670      2325     12310    251721    176397    813971   6156117     15.64     16.63
3413.23/855.38	c  N dy 17682   5059843      2325     12310    251721     98534    813971   1709237     15.64     16.49
3425.60/858.46	c  N dy 17771   5080037      2325     12310    251721    118499    813971   2853015     15.65     16.64
3437.97/861.58	c  N dy 17849   5100468      2325     12310    251721    138707    813971   4073048     15.65     16.48
3451.53/864.94	c  N dy 17928   5120822      2325     12310    251721    158834    813971   5233086     15.65     16.65
3465.91/868.53	c  N dy 17970   5141233      2325     12310    251721    178964    813971   6354235     15.65     16.48
3483.07/872.83	c  N dy 18026   5161319      2325     12310    251721     99987    813971   1752024     15.64     24.44
3495.44/875.96	c  N dy 18088   5182534      2325     12310    251721    120958    813971   2945163     15.64     16.47
3507.81/879.06	c  N dy 18135   5202606      2325     12310    251721    140750    813971   4066701     15.64     16.47
3515.39/880.97	c  S st 18186   5213951      2325     12310    251721    151955    813971   4702987     15.64     14.78
3515.79/881.05	c  S st 18186   5214456      2325     12310    251721    152459    813971   4739455     15.64   no data
3515.79/881.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3518.19/881.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.4M T:  0.56
3518.19/881.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3518.19/881.67	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3526.57/883.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
3526.57/883.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3526.57/883.79	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
3526.97/883.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3532.95/885.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
3544.53/888.26	c lits-rem:       257  cl-subs:     2581  v-elim:      0  v-fix:    0  time:  2.94 s
3544.53/888.27	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
3545.76/888.55	c vivif2 --  cl tried   149878 cl shrink        0 lits rem          0 time: 0.28
3546.92/888.81	c asymm  cl-useful: 0/1291/12310 lits-rem:0 time: 0.26
3546.92/888.82	c calculated reachability. Time: 0.00
3546.92/888.82	c  N dy 18186   5214456      2325     12310    251721    149878    813971   4668006     15.64   no data
3564.08/893.18	c  N dy 18253   5238531      2325     12310    251721    173669    813971   6010544     15.64     16.64
3578.84/896.86	c  N dy 18336   5258943      2325     12310    251721    193887    813971   7178316     15.64     16.69
3593.22/900.47	c  N dy 18395   5279109      2325     12310    251721    113978    813971   2470046     15.64     16.47
3605.58/903.51	c  N dy 18453   5299143      2325     12310    251721    133783    813971   3562661     15.64     16.51
3619.15/906.99	c  N dy 18530   5319212      2325     12310    251721    153591    813971   4691404     15.64     16.48
3633.55/910.58	c  N dy 18591   5339422      2325     12310    251721    173529    813971   5810688     15.64     16.48
3649.08/914.41	c  N dy 18653   5360457      2325     12310    251721    194333    813971   6987841     15.64     16.66
3662.66/917.87	c  N dy 18714   5380524      2325     12310    251721    113408    813971   2428401     15.64     16.63
3675.03/920.99	c  N dy 18794   5400808      2325     12310    251721    133448    813971   3609744     15.64     16.47
3688.99/924.44	c  N dy 18873   5421372      2325     12310    251721    153847    813971   4816795     15.64     16.58
3702.56/927.80	c  N dy 18932   5441486      2325     12310    251721    173687    813971   5962436     15.64     16.58
3716.13/931.28	c  N dy 18986   5462360      2325     12310    251721    194314    813971   7136948     15.64     16.50
3730.49/934.84	c  N dy 19035   5482385      2325     12310    251721    112286    813971   2253659     15.64     17.75
3742.89/937.96	c  N dy 19093   5502407      2325     12310    251721    132053    813971   3370369     15.63     17.70
3755.64/941.17	c  N dy 19160   5522593      2325     12310    251721    151980    813971   4532858     15.63     16.50
3769.22/944.55	c  N dy 19231   5542751      2325     12310    251721    171919    813971   5681057     15.63     16.46
3784.77/948.40	c  N dy 19285   5563595      2325     12310    251721    192443    813971   6790518     15.63     16.46
3799.53/952.20	c  N dy 19371   5583651      2325     12310    251721    109605    813971   2168544     15.63     16.54
3811.91/955.21	c  N dy 19461   5603680      2325     12310    251721    129434    813971   3331598     15.63     16.86
3824.68/958.47	c  N dy 19542   5623924      2325     12310    251721    149447    813971   4470164     15.63     16.58
3837.85/961.76	c  N dy 19615   5644007      2325     12310    251721    169290    813971   5636663     15.64     17.37
3853.05/965.53	c  N dy 19677   5665211      2325     12310    251721    190210    813971   6774905     15.63     16.51
3869.78/969.71	c  N dy 19768   5685756      2325     12310    251721    106760    813971   1929683     15.63     16.57
3881.75/972.72	c  N dy 19841   5705880      2325     12310    251721    126654    813971   3087264     15.63     16.55
3886.94/974.07	c  S st 19879   5714457      2325     12310    251721    135147    813971   3590891     15.64     14.66
3887.33/974.13	c  S st 19879   5714963      2325     12310    251721    135648    813971   3629269     15.64   no data
3887.33/974.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3889.33/974.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.1M T:  0.51
3889.33/974.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3889.73/974.71	c bin-w-bin subsume rem            0 bins  time:  0.03 s
3897.71/976.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
3898.11/976.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
3898.11/976.83	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
3898.11/976.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3904.09/978.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
3911.27/980.14	c lits-rem:       133  cl-subs:     1381  v-elim:      0  v-fix:    0  time:  1.82 s
3911.27/980.15	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
3912.06/980.37	c vivif2 --  cl tried   134267 cl shrink        0 lits rem          0 time: 0.21
3912.86/980.59	c asymm  cl-useful: 0/1106/12310 lits-rem:0 time: 0.22
3913.26/980.60	c calculated reachability. Time: 0.00
3913.26/980.60	c  N dy 19879   5714963      2325     12310    251721    134267    813971   3590272     15.64   no data
3926.83/984.04	c  N dy 19946   5735065      2325     12310    251721    154096    813971   4677174     15.63     16.55
3942.00/987.81	c  N dy 19995   5755225      2325     12310    251721    173919    813971   5749263     15.63     16.50
3955.97/991.37	c  N dy 20083   5776165      2325     12310    251721    194621    813971   7003040     15.63     16.56
3971.16/995.13	c  N dy 20145   5796377      2325     12310    251721    109916    813971   2070134     15.63     16.76
3983.51/998.25	c  N dy 20189   5816484      2325     12310    251721    129753    813971   3172800     15.63     16.47
4002.66/1003.05	c  N dy 20231   5840977      2325     12310    251721    153770    813971   4427343     15.63     16.60
4016.63/1006.55	c  N dy 20298   5861095      2325     12310    251721    173646    813971   5548790     15.63     16.48
4031.80/1010.35	c  N dy 20367   5882532      2325     12310    251721    194822    813971   6766494     15.63     16.45
4047.36/1014.25	c  N dy 20433   5902724      2325     12310    251721    109183    813971   1991912     15.63     16.90
4059.73/1017.35	c  N dy 20496   5922814      2325     12310    251721    129026    813971   3074355     15.63     16.46
4073.70/1020.80	c  N dy 20557   5944359      2325     12310    251721    150303    813971   4273116     15.62     16.52
4087.26/1024.22	c  N dy 20630   5964607      2325     12310    251721    170272    813971   5408049     15.62     16.48
4102.44/1028.06	c  N dy 20697   5984834      2325     12310    251721    190260    813971   6498336     15.62     16.77
4117.99/1031.92	c  N dy 20759   6005153      2325     12310    251721    210281    813971   7605224     15.62     16.46
4131.57/1035.38	c  N dy 20839   6025165      2325     12310    251721    123441    813971   2729816     15.62     16.60
4145.14/1038.76	c  N dy 20909   6045501      2325     12310    251721    143543    813971   3847757     15.62     16.53
4159.51/1042.31	c  N dy 20967   6066617      2325     12310    251721    164406    813971   5047255     15.62     16.54
4174.27/1046.08	c  N dy 21052   6087652      2325     12310    251721    185189    813971   6229718     15.62     16.70
4194.63/1051.20	c  N dy 21094   6111448      2325     12310    251721    208598    813971   7425578     15.62     16.60
4208.63/1054.69	c  N dy 21160   6131544      2325     12310    251721    120880    813971   2605951     15.62     17.71
4221.79/1057.93	c  N dy 21215   6152223      2325     12310    251721    141289    813971   3764942     15.62     16.56
4235.33/1061.38	c  N dy 21284   6172662      2325     12310    251721    161461    813971   4908978     15.62     16.55
4250.50/1065.14	c  N dy 21323   6192716      2325     12310    251721    181184    813971   5906730     15.61     16.53
4264.87/1068.78	c  N dy 21409   6212793      2325     12310    251721    201063    813971   7083752     15.61     16.45
4266.45/1069.15	c  S st 21413   6214963      2325     12310    251721    203194    813971   7203803     15.61   no data
4266.85/1069.23	c  S st 21413   6215464      2325     12310    251721    203694    813971   7238171     15.61   no data
4266.85/1069.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4269.25/1069.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.4M T:  0.63
4269.25/1069.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4269.67/1069.93	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4278.03/1072.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.07 s
4278.03/1072.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
4278.03/1072.05	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
4278.45/1072.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4284.81/1073.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
4310.75/1080.23	c lits-rem:       439  cl-subs:     5612  v-elim:      0  v-fix:    0  time:  6.45 s
4310.75/1080.24	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
4312.35/1080.65	c vivif2 --  cl tried   198082 cl shrink        0 lits rem          0 time: 0.41
4313.57/1080.92	c asymm  cl-useful: 0/1266/12310 lits-rem:0 time: 0.27
4313.57/1080.94	c calculated reachability. Time: 0.00
4313.57/1080.94	c  N dy 21413   6215464      2325     12310    251721    198082    813971   7097232     15.61   no data
4329.51/1084.97	c  N dy 21492   6235540      2325     12310    251721    109367    813971   1872978     15.61     16.52
4341.88/1088.01	c  N dy 21563   6255571      2325     12310    251721    129148    813971   2962304     15.61     16.54
4355.45/1091.41	c  N dy 21638   6275679      2325     12310    251721    148978    813971   4039679     15.61     16.46
4369.02/1094.83	c  N dy 21713   6295743      2325     12310    251721    168797    813971   5163691     15.61     16.51
4383.81/1098.54	c  N dy 21789   6316769      2325     12310    251721    189548    813971   6323893     15.61     16.63
4398.95/1102.35	c  N dy 21865   6336940      2325     12310    251721    209491    813971   7469341     15.61     16.45
4414.13/1106.11	c  N dy 21935   6357807      2325     12310    251721    120585    813971   2510324     15.61     16.46
4426.89/1109.31	c  N dy 21971   6378847      2325     12310    251721    141346    813971   3706642     15.61     16.83
4440.89/1112.82	c  N dy 22046   6398896      2325     12310    251721    161158    813971   4823144     15.61     16.48
4454.05/1116.19	c  N dy 22113   6419107      2325     12310    251721    181073    813971   5970838     15.61     16.56
4468.39/1119.79	c  N dy 22175   6440011      2325     12310    251721    201741    813971   7145067     15.61     16.50
4486.34/1124.23	c  N dy 22237   6460121      2325     12310    251721    110989    813971   1879836     15.61     16.92
4498.72/1127.32	c  N dy 22296   6480415      2325     12310    251721    131031    813971   2993247     15.61     16.46
4511.89/1130.63	c  N dy 22373   6500709      2325     12310    251721    151054    813971   4122535     15.61     16.43
4525.45/1134.03	c  N dy 22424   6521274      2325     12310    251721    171361    813971   5271162     15.61     16.48
4540.23/1137.76	c  N dy 22508   6541448      2325     12310    251721    191308    813971   6413086     15.61     16.48
4556.18/1141.72	c  N dy 22592   6563318      2325     12310    251721    212950    813971   7663887     15.61     16.45
4571.35/1145.51	c  N dy 22654   6583411      2325     12310    251721    121210    813971   2422218     15.61     16.50
4583.72/1148.64	c  N dy 22745   6603414      2325     12310    251721    140969    813971   3583688     15.61     16.43
4596.89/1151.94	c  N dy 22810   6623765      2325     12310    251721    161084    813971   4704233     15.61     16.43
4611.27/1155.50	c  N dy 22878   6643856      2325     12310    251721    180917    813971   5802990     15.61     16.44
4625.65/1159.18	c  N dy 22954   6664404      2325     12310    251721    201256    813971   6952201     15.61     16.43
4642.39/1163.30	c  N dy 22996   6684510      2325     12310    251721    221075    813971   8025130     15.60     16.48
4656.39/1166.87	c  N dy 23069   6705471      2325     12310    251721    129222    813971   2864514     15.60     16.47
4662.74/1168.47	c  S st 23109   6715464      2325     12310    251721    139119    813971   3431582     15.60   no data
4663.14/1168.54	c  S st 23109   6715966      2325     12310    251721    139621    813971   3469461     15.60   no data
4663.14/1168.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4665.17/1169.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.3M T:  0.52
4665.17/1169.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4665.53/1169.12	c bin-w-bin subsume rem            0 bins  time:  0.03 s
4673.54/1171.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.08 s
4673.95/1171.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2325 time:  0.02 s
4673.95/1171.24	c Removed useless bin:       0  fixed:     0  props:   1.27M  time:  0.02 s
4673.95/1171.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4679.89/1172.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
4688.68/1174.92	c lits-rem:       104  cl-subs:     1240  v-elim:      0  v-fix:    0  time:  2.21 s
4688.68/1174.93	c vivif2 --  cl tried    12310 cl shrink        0 lits rem          0 time: 0.01
4689.48/1175.14	c vivif2 --  cl tried   138381 cl shrink        0 lits rem          0 time: 0.21
4690.27/1175.38	c asymm  cl-useful: 0/1236/12310 lits-rem:0 time: 0.25
4690.27/1175.39	c calculated reachability. Time: 0.00
4690.27/1175.39	c  N dy 23109   6715966      2325     12310    251721    138381    813971   3436691     15.60   no data
4705.44/1179.10	c  N dy 23161   6736094      2325     12310    251721    158253    813971   4490951     15.60     16.49
4718.61/1182.45	c  N dy 23233   6756525      2325     12310    251721    178449    813971   5648365     15.60     16.45
4732.98/1186.08	c  N dy 23321   6776545      2325     12310    251721    198237    813971   6780464     15.60     16.44
4748.17/1189.87	c  N dy 23405   6797249      2325     12310    251721    218702    813971   7965400     15.61     16.46
4762.90/1193.54	c  N dy 23473   6817371      2325     12310    251721    124947    813971   2573500     15.61     16.60
4776.07/1196.82	c  N dy 23547   6837534      2325     12310    251721    144868    813971   3704028     15.61     16.76
4790.05/1200.30	c  N dy 23621   6857550      2325     12310    251721    164622    813971   4782226     15.60     16.55

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.04 8.04 7.85 5/294 26425
/proc/meminfo: memFree=24041216/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 406 0 0 0 1 0 0 0 18 0 4 0 631651330 52396032 347 33554432000 4194304 4580107 140734936580608 18446744073709551615 46978488264626 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 12792 347 299 95 0 7774 0
[pid=26425/tid=26426] ppid=26423 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 631651330 52396032 347 33554432000 4194304 4580107 140734936580608 18446744073709551615 46978488264626 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 631651330 52396032 347 33554432000 4194304 4580107 140734936580608 18446744073709551615 220816292849 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 631651330 52396032 347 33554432000 4194304 4580107 140734936580608 18446744073709551615 46978488264626 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0867771 s]
/proc/loadavg: 8.04 8.04 7.85 5/294 26425
/proc/meminfo: memFree=24041216/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=290712 CPUtime=0.31 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 9660 0 0 0 26 5 0 0 18 0 4 0 631651330 297689088 9440 33554432000 4194304 4580107 140734936580608 18446744073709551615 220816279735 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 73045 10741 369 95 0 68027 0
[pid=26425/tid=26426] ppid=26423 vsize=292444 CPUtime=0.16 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) D 26423 26425 25967 0 -1 4202560 2726 0 0 0 15 1 0 0 18 0 4 0 631651330 299462656 10910 33554432000 4194304 4580107 140734936580608 18446744073709551615 220815897633 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=292576 CPUtime=0.15 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) D 26423 26425 25967 0 -1 4202560 2741 0 0 0 14 1 0 0 18 0 4 0 631651330 299597824 11083 33554432000 4194304 4580107 140734936580608 18446744073709551615 220816279735 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=292708 CPUtime=0.16 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 2396 0 0 0 15 1 0 0 18 0 4 0 631651330 299732992 11127 33554432000 4194304 4580107 140734936580608 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 290712

[startup+0.220646 s]
/proc/loadavg: 8.04 8.04 7.85 5/294 26425
/proc/meminfo: memFree=24041216/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=294488 CPUtime=0.87 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 13375 0 0 0 81 6 0 0 18 0 4 0 631651330 301555712 13155 33554432000 4194304 4580107 140734936580608 18446744073709551615 220816341535 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 73655 13387 373 95 0 68637 0
[pid=26425/tid=26426] ppid=26423 vsize=294752 CPUtime=0.21 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 3623 0 0 0 20 1 0 0 18 0 4 0 631651330 301826048 13490 33554432000 4194304 4580107 140734936580608 18446744073709551615 220816279735 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=295280 CPUtime=0.21 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 3544 0 0 0 20 1 0 0 18 0 4 0 631651330 302366720 13918 33554432000 4194304 4580107 140734936580608 18446744073709551615 220815897285 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=295676 CPUtime=0.22 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 2550 0 0 0 21 1 0 0 18 0 4 0 631651330 302772224 14185 33554432000 4194304 4580107 140734936580608 18446744073709551615 220816341486 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 294488

[startup+0.34332 s]
/proc/loadavg: 8.04 8.04 7.85 5/294 26425
/proc/meminfo: memFree=24041216/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=305292 CPUtime=4.23 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 24202 0 0 0 414 9 0 0 18 0 4 0 631651330 312619008 21497 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 76323 21497 377 95 0 71305 0
[pid=26425/tid=26426] ppid=26423 vsize=305292 CPUtime=1.05 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 6361 0 0 0 103 2 0 0 19 0 4 0 631651330 312619008 21497 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=305292 CPUtime=1.03 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 6046 0 0 0 102 1 0 0 19 0 4 0 631651330 312619008 21497 33554432000 4194304 4580107 140734936580608 18446744073709551615 4292956 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=305292 CPUtime=1.06 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 4752 0 0 0 104 2 0 0 18 0 4 0 631651330 312619008 21498 33554432000 4194304 4580107 140734936580608 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 305292

[startup+1.17557 s]
/proc/loadavg: 8.04 8.04 7.85 5/294 26425
/proc/meminfo: memFree=24041216/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=305292 CPUtime=4.62 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 24644 0 0 0 453 9 0 0 19 0 4 0 631651330 312619008 21939 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 76323 21939 377 95 0 71305 0
[pid=26425/tid=26426] ppid=26423 vsize=305292 CPUtime=1.15 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 6440 0 0 0 113 2 0 0 19 0 4 0 631651330 312619008 21939 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=305292 CPUtime=1.13 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 6135 0 0 0 112 1 0 0 19 0 4 0 631651330 312619008 21939 33554432000 4194304 4580107 140734936580608 18446744073709551615 4322547 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=305292 CPUtime=1.16 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 4935 0 0 0 114 2 0 0 19 0 4 0 631651330 312619008 21939 33554432000 4194304 4580107 140734936580608 18446744073709551615 4317131 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 305292

[startup+1.57549 s]
/proc/loadavg: 8.04 8.04 7.85 5/294 26425
/proc/meminfo: memFree=24041216/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=313912 CPUtime=6.23 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 27965 0 0 0 613 10 0 0 19 0 4 0 631651330 321445888 21938 33554432000 4194304 4580107 140734936580608 18446744073709551615 4321030 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 78478 21938 377 95 0 73460 0
[pid=26425/tid=26426] ppid=26423 vsize=313912 CPUtime=1.55 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 7381 0 0 0 153 2 0 0 19 0 4 0 631651330 321445888 21938 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=313912 CPUtime=1.54 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 7042 0 0 0 152 2 0 0 19 0 4 0 631651330 321445888 21938 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294163 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=313912 CPUtime=1.56 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 5501 0 0 0 154 2 0 0 19 0 4 0 631651330 321445888 21938 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 313912

[startup+3.10021 s]
/proc/loadavg: 8.03 8.03 7.85 9/298 26429
/proc/meminfo: memFree=23905652/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=315264 CPUtime=12.3 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 38137 0 0 0 1219 11 0 0 23 0 4 0 631651330 322830336 22851 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 78816 22851 378 95 0 73798 0
[pid=26425/tid=26426] ppid=26423 vsize=315264 CPUtime=3.08 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 9686 0 0 0 305 3 0 0 24 0 4 0 631651330 322830336 22851 33554432000 4194304 4580107 140734936580608 18446744073709551615 4320708 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=315264 CPUtime=3.04 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 9372 0 0 0 302 2 0 0 24 0 4 0 631651330 322830336 22851 33554432000 4194304 4580107 140734936580608 18446744073709551615 4316736 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=315264 CPUtime=3.08 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 8692 0 0 0 306 2 0 0 23 0 4 0 631651330 322830336 22851 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294277 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 315264

[startup+6.31062 s]
/proc/loadavg: 8.03 8.03 7.85 9/298 26429
/proc/meminfo: memFree=23897228/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=316212 CPUtime=25.12 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 47531 0 0 0 2499 13 0 0 25 0 4 0 631651330 323801088 29500 33554432000 4194304 4580107 140734936580608 18446744073709551615 4413640 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 79053 29500 379 95 0 74035 0
[pid=26425/tid=26426] ppid=26423 vsize=316212 CPUtime=6.29 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 11054 0 0 0 626 3 0 0 25 0 4 0 631651330 323801088 29500 33554432000 4194304 4580107 140734936580608 18446744073709551615 4413328 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=316212 CPUtime=6.23 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 11241 0 0 0 620 3 0 0 25 0 4 0 631651330 323801088 29500 33554432000 4194304 4580107 140734936580608 18446744073709551615 4413168 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=316212 CPUtime=6.28 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 14426 0 0 0 626 2 0 0 25 0 4 0 631651330 323801088 29500 33554432000 4194304 4580107 140734936580608 18446744073709551615 4324541 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 316212

[startup+12.7004 s]
/proc/loadavg: 8.03 8.03 7.85 9/298 26429
/proc/meminfo: memFree=23834264/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=323976 CPUtime=50.62 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 70266 0 0 0 5046 16 0 0 25 0 4 0 631651330 331751424 39600 33554432000 4194304 4580107 140734936580608 18446744073709551615 4413635 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 80994 39601 379 95 0 75976 0
[pid=26425/tid=26426] ppid=26423 vsize=323976 CPUtime=12.68 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 15793 0 0 0 1264 4 0 0 25 0 4 0 631651330 331751424 39601 33554432000 4194304 4580107 140734936580608 18446744073709551615 4413658 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=323976 CPUtime=12.56 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 16545 0 0 0 1253 3 0 0 25 0 4 0 631651330 331751424 39601 33554432000 4194304 4580107 140734936580608 18446744073709551615 4318432 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=323976 CPUtime=12.68 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 20998 0 0 0 1264 4 0 0 25 0 4 0 631651330 331751424 39601 33554432000 4194304 4580107 140734936580608 18446744073709551615 4487413 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 323976

[startup+25.5011 s]
/proc/loadavg: 8.10 8.05 7.86 9/298 26429
/proc/meminfo: memFree=23751540/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=377968 CPUtime=101.7 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 103619 0 0 0 10149 21 0 0 25 0 4 0 631651330 387039232 61199 33554432000 4194304 4580107 140734936580608 18446744073709551615 4413640 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 94492 61199 379 95 0 89474 0
[pid=26425/tid=26426] ppid=26423 vsize=377968 CPUtime=25.47 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 23050 0 0 0 2541 6 0 0 25 0 4 0 631651330 387039232 61199 33554432000 4194304 4580107 140734936580608 18446744073709551615 4507850 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=377968 CPUtime=25.25 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 24740 0 0 0 2521 4 0 0 25 0 4 0 631651330 387039232 61199 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=377968 CPUtime=25.48 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 32820 0 0 0 2543 5 0 0 25 0 4 0 631651330 387039232 61199 33554432000 4194304 4580107 140734936580608 18446744073709551615 4324126 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 377968

[startup+51.1004 s]
/proc/loadavg: 8.15 8.06 7.86 9/298 26430
/proc/meminfo: memFree=23674684/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=480992 CPUtime=203.87 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 160924 0 0 0 20354 33 0 0 25 0 4 0 631651330 492535808 78368 33554432000 4194304 4580107 140734936580608 18446744073709551615 4413104 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 120248 78368 379 95 0 115230 0
[pid=26425/tid=26426] ppid=26423 vsize=480992 CPUtime=51.07 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 35453 0 0 0 5099 8 0 0 25 0 4 0 631651330 492535808 78368 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=480992 CPUtime=50.62 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 43372 0 0 0 5054 8 0 0 25 0 4 0 631651330 492535808 78368 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=480992 CPUtime=51.08 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 48715 0 0 0 5100 8 0 0 25 0 4 0 631651330 492535808 78368 33554432000 4194304 4580107 140734936580608 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 480992

[startup+102.301 s]
/proc/loadavg: 8.11 8.06 7.87 9/298 26432
/proc/meminfo: memFree=23618688/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=537260 CPUtime=408.2 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 255600 0 0 0 40767 53 0 0 25 0 4 0 631651330 550154240 88646 33554432000 4194304 4580107 140734936580608 18446744073709551615 4293241 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 134315 88646 379 95 0 129297 0
[pid=26425/tid=26426] ppid=26423 vsize=537260 CPUtime=102.27 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 59658 0 0 0 10214 13 0 0 25 0 4 0 631651330 550154240 88646 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=537260 CPUtime=101.35 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 70955 0 0 0 10121 14 0 0 25 0 4 0 631651330 550154240 88646 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=537260 CPUtime=102.27 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 82138 0 0 0 10212 15 0 0 25 0 4 0 631651330 550154240 88646 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.2
Current children cumulated vsize (KiB) 537260

[startup+162.301 s]

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

[pid=26425] ppid=26423 vsize=1014656 CPUtime=2563.19 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 1304511 0 0 0 256012 307 0 0 25 0 4 0 631651330 1039007744 186494 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 253664 186494 390 95 0 248646 0
[pid=26425/tid=26426] ppid=26423 vsize=1014656 CPUtime=637.68 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 307453 0 0 0 63696 72 0 0 25 0 4 0 631651330 1039007744 186494 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=1014656 CPUtime=641.01 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 335431 0 0 0 64021 80 0 0 25 0 4 0 631651330 1039007744 186494 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=1014656 CPUtime=642.2 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 369952 0 0 0 64137 83 0 0 25 0 4 0 631651330 1039007744 186495 33554432000 4194304 4580107 140734936580608 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2563.19
Current children cumulated vsize (KiB) 1014656

[startup+702.3 s]
/proc/loadavg: 8.14 8.09 7.96 9/298 26457
/proc/meminfo: memFree=22975884/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=946608 CPUtime=2802.64 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 1409284 0 0 0 279928 336 0 0 25 0 4 0 631651330 969326592 184517 33554432000 4194304 4580107 140734936580608 18446744073709551615 4416734 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 236652 184517 390 95 0 231634 0
[pid=26425/tid=26426] ppid=26423 vsize=946608 CPUtime=697.14 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 334694 0 0 0 69635 79 0 0 25 0 4 0 631651330 969326592 184517 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=946608 CPUtime=701.01 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 364870 0 0 0 70011 90 0 0 25 0 4 0 631651330 969326592 184517 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=946608 CPUtime=702.19 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 390635 0 0 0 70132 87 0 0 25 0 4 0 631651330 969326592 184517 33554432000 4194304 4580107 140734936580608 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2802.64
Current children cumulated vsize (KiB) 946608

[startup+762.3 s]
/proc/loadavg: 8.11 8.08 7.96 9/298 26458
/proc/meminfo: memFree=22975864/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=975212 CPUtime=3042.08 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 1513233 0 0 0 303841 367 0 0 25 0 4 0 631651330 998617088 189180 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 243803 189180 390 95 0 238785 0
[pid=26425/tid=26426] ppid=26423 vsize=975212 CPUtime=756.59 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 356324 0 0 0 75574 85 0 0 25 0 4 0 631651330 998617088 189180 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=975212 CPUtime=761 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 390335 0 0 0 76003 97 0 0 25 0 4 0 631651330 998617088 189180 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=975212 CPUtime=762.17 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 419957 0 0 0 76122 95 0 0 25 0 4 0 631651330 998617088 189180 33554432000 4194304 4580107 140734936580608 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3042.08
Current children cumulated vsize (KiB) 975212

[startup+822.3 s]
/proc/loadavg: 8.10 8.08 7.97 9/298 26460
/proc/meminfo: memFree=22793784/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=958540 CPUtime=3281.53 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 1595503 0 0 0 327763 390 0 0 25 0 4 0 631651330 981544960 198558 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 239635 198558 396 95 0 234617 0
[pid=26425/tid=26426] ppid=26423 vsize=958540 CPUtime=816.04 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 367058 0 0 0 81516 88 0 0 25 0 4 0 631651330 981544960 198558 33554432000 4194304 4580107 140734936580608 18446744073709551615 4301852 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=958540 CPUtime=821.01 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 414850 0 0 0 81995 106 0 0 25 0 4 0 631651330 981544960 198558 33554432000 4194304 4580107 140734936580608 18446744073709551615 4293301 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=958540 CPUtime=822.17 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 445901 0 0 0 82115 102 0 0 25 0 4 0 631651330 981544960 198558 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3281.53
Current children cumulated vsize (KiB) 958540

[startup+882.3 s]
/proc/loadavg: 8.09 8.08 7.97 9/298 26461
/proc/meminfo: memFree=22754200/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=1227556 CPUtime=3520.98 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 1685570 0 0 0 351685 413 0 0 25 0 4 0 631651330 1257017344 204742 33554432000 4194304 4580107 140734936580608 18446744073709551615 4413403 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 306889 204742 396 95 0 301871 0
[pid=26425/tid=26426] ppid=26423 vsize=1227556 CPUtime=875.5 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 387433 0 0 0 87456 94 0 0 25 0 4 0 631651330 1257017344 204742 33554432000 4194304 4580107 140734936580608 18446744073709551615 4325784 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=1227556 CPUtime=881.01 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 435306 0 0 0 87990 111 0 0 25 0 4 0 631651330 1257017344 204742 33554432000 4194304 4580107 140734936580608 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=1227556 CPUtime=882.16 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 470309 0 0 0 88108 108 0 0 25 0 4 0 631651330 1257017344 204742 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.98
Current children cumulated vsize (KiB) 1227556

[startup+942.301 s]
/proc/loadavg: 8.08 8.08 7.98 9/298 26463
/proc/meminfo: memFree=22756160/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=972240 CPUtime=3760.45 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 1777469 0 0 0 375605 440 0 0 25 0 4 0 631651330 995573760 191938 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 243060 191938 396 95 0 238042 0
[pid=26425/tid=26426] ppid=26423 vsize=972240 CPUtime=934.96 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 407903 0 0 0 93397 99 0 0 25 0 4 0 631651330 995573760 191940 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=972240 CPUtime=941.02 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 460198 0 0 0 93983 119 0 0 25 0 4 0 631651330 995573760 191940 33554432000 4194304 4580107 140734936580608 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=972240 CPUtime=942.16 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 495665 0 0 0 94100 116 0 0 25 0 4 0 631651330 995573760 191940 33554432000 4194304 4580107 140734936580608 18446744073709551615 4292938 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3760.45
Current children cumulated vsize (KiB) 972240

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 7.98 9/298 26465
/proc/meminfo: memFree=22724384/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=1164772 CPUtime=3999.87 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 1882925 0 0 0 399521 466 0 0 25 0 4 0 631651330 1192726528 206152 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294821 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 291193 206152 396 95 0 286175 0
[pid=26425/tid=26426] ppid=26423 vsize=1164772 CPUtime=994.41 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 432273 0 0 0 99336 105 0 0 25 0 4 0 631651330 1192726528 206152 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=1164772 CPUtime=1001 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 492686 0 0 0 99974 126 0 0 25 0 4 0 631651330 1192726528 206152 33554432000 4194304 4580107 140734936580608 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=1164772 CPUtime=1002.14 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 518365 0 0 0 100093 121 0 0 25 0 4 0 631651330 1192726528 206152 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3999.87
Current children cumulated vsize (KiB) 1164772

[startup+1062.31 s]
/proc/loadavg: 6.30 7.63 7.84 5/289 26484
/proc/meminfo: memFree=23654816/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=1121216 CPUtime=4239.36 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 1974562 0 0 0 423444 492 0 0 25 0 4 0 631651330 1148125184 208817 33554432000 4194304 4580107 140734936580608 18446744073709551615 4324233 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 280304 208817 396 95 0 275286 0
[pid=26425/tid=26426] ppid=26423 vsize=1121216 CPUtime=1053.87 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 454806 0 0 0 105276 111 0 0 25 0 4 0 631651330 1148125184 208817 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=1121216 CPUtime=1061.01 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 506472 0 0 0 105969 132 0 0 25 0 4 0 631651330 1148125184 208817 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=1121216 CPUtime=1062.15 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 547143 0 0 0 106087 128 0 0 25 0 4 0 631651330 1148125184 208817 33554432000 4194304 4580107 140734936580608 18446744073709551615 4413351 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4239.36
Current children cumulated vsize (KiB) 1121216

[startup+1122.3 s]
/proc/loadavg: 4.91 7.02 7.62 5/289 26486
/proc/meminfo: memFree=23558440/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=1257100 CPUtime=4478.76 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 2069277 0 0 0 447356 520 0 0 25 0 4 0 631651330 1287270400 232337 33554432000 4194304 4580107 140734936580608 18446744073709551615 4316661 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 314275 232337 388 95 0 309257 0
[pid=26425/tid=26426] ppid=26423 vsize=1257100 CPUtime=1113.32 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 479624 0 0 0 111214 118 0 0 25 0 4 0 631651330 1287270400 232337 33554432000 4194304 4580107 140734936580608 18446744073709551615 4318494 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=1257100 CPUtime=1121 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 520180 0 0 0 111963 137 0 0 25 0 4 0 631651330 1287270400 232337 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=1257100 CPUtime=1122.13 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 570611 0 0 0 112078 135 0 0 25 0 4 0 631651330 1287270400 232337 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4478.76
Current children cumulated vsize (KiB) 1257100

[startup+1182.3 s]
/proc/loadavg: 4.37 6.44 7.37 5/289 26487
/proc/meminfo: memFree=23549076/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=1320004 CPUtime=4718.21 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 2159119 0 0 0 471276 545 0 0 25 0 4 0 631651330 1351684096 235453 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 330001 235453 388 95 0 324983 0
[pid=26425/tid=26426] ppid=26423 vsize=1320004 CPUtime=1172.77 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 502891 0 0 0 117153 124 0 0 25 0 4 0 631651330 1351684096 235453 33554432000 4194304 4580107 140734936580608 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=1320004 CPUtime=1181 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 537975 0 0 0 117957 143 0 0 25 0 4 0 631651330 1351684096 235453 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=1320004 CPUtime=1182.13 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 594411 0 0 0 118071 142 0 0 25 0 4 0 631651330 1351684096 235453 33554432000 4194304 4580107 140734936580608 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4718.21
Current children cumulated vsize (KiB) 1320004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 4.26 6.28 7.30 5/289 26488
/proc/meminfo: memFree=23534940/32951124 swapFree=63485424/67111528
[pid=26425] ppid=26423 vsize=1321132 CPUtime=4800.04 cores=0,2,4,6
/proc/26425/stat : 26425 (strangenight2-m) R 26423 26425 25967 0 -1 4202496 2189383 0 0 0 479452 552 0 0 25 0 4 0 631651330 1352839168 238674 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26425/statm: 330283 238674 388 95 0 325265 0
[pid=26425/tid=26426] ppid=26423 vsize=1321132 CPUtime=1193.09 cores=0,2,4,6
/proc/26425/task/26426/stat : 26426 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 512058 0 0 0 119183 126 0 0 25 0 4 0 631651330 1352839168 238675 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26425/tid=26427] ppid=26423 vsize=1321132 CPUtime=1201.5 cores=0,2,4,6
/proc/26425/task/26427/stat : 26427 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 545735 0 0 0 120006 144 0 0 25 0 4 0 631651330 1352839168 238675 33554432000 4194304 4580107 140734936580608 18446744073709551615 4413346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26425/tid=26428] ppid=26423 vsize=1321132 CPUtime=1202.63 cores=0,2,4,6
/proc/26425/task/26428/stat : 26428 (strangenight2-m) R 26423 26425 25967 0 -1 4202560 603604 0 0 0 120119 144 0 0 25 0 4 0 631651330 1352839168 238675 33554432000 4194304 4580107 140734936580608 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 1321132

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): 1202.86
CPU time (s): 4800.13
CPU user time (s): 4794.56
CPU system time (s): 5.56815
CPU usage (%): 399.061
Max. virtual memory (cumulated for all children) (KiB): 1484308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.56
system time used= 5.56815
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2189391
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= 11078
involuntary context switches= 23247

runsolver used 3.09753 second user time and 7.8728 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-14 18:59:14
IDJOB=3366956
IDBENCH=71492
IDSOLVER=1844
FILE ID=node147/3366956-1305392354
RUNJOBID= node147-1305389375-25985
PBS_JOBID= 13324442
Free space on /tmp= 73096 MiB

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

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

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=1580296565

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24041496 kB
Buffers:        281420 kB
Cached:        4926756 kB
SwapCached:      13132 kB
Active:        2026140 kB
Inactive:      6651428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24041496 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            9004 kB
Writeback:           0 kB
AnonPages:     3464700 kB
Mapped:          15396 kB
Slab:           139636 kB
PageTables:      29496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45413512 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= 73100 MiB
End job on node147 at 2011-05-14 19:19:19