Trace number 3368037

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-Night2-st (fixed)? (TO) 1300.04 1300.02

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4306.81
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 555162

Solver Data

0.00/0.01	c Outputting solution to console
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-3368037-1305392757.cnf'
0.00/0.01	c -- header says num vars:            150
0.00/0.01	c -- header says num clauses:       55222
0.00/0.04	c -- clauses added:            0 learnts,        55222 normals,            0 xors
0.00/0.04	c -- vars added        150
0.00/0.04	c Parsing time:  0.04 s
0.00/0.04	c  N st     0         0       150     55222         0         0    551920         0   no data   no data
0.09/0.19	c asymm  cl-useful: 70/1118/55222 lits-rem:81 time: 0.15
0.19/0.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
0.19/0.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.19/0.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.19/0.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.19/0.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.19/0.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.19/3.24	c lits-rem:     80393  cl-subs:    11649  v-elim:      0  v-fix:    0  time:  3.02 s
3.19/3.24	c Finding binary XORs  T:     0.00 s  found:       0
3.19/3.28	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
3.19/3.28	c calculated reachability. Time: 0.00
3.19/3.29	c Calc default polars -  time:   0.00 s pos:      77 undec:       0 neg:      73
3.19/3.29	c =========================================================================================
3.19/3.29	c types(t): F = full restart, N = normal restart
3.19/3.29	c types(t): S = simplification begin/end, E = solution found
3.19/3.29	c restart types(rt): st = static, dy = dynamic
3.19/3.29	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.19/3.29	c  B st     0         0       150     43573         0         0    369291         0   no data   no data
3.38/3.41	c  N dy    12      4318       150     43573         0      4023    369277     69990     12.37     13.29
3.48/3.54	c  N dy    29      8416       150     43573         0      7893    369262    136801     12.12     12.78
3.58/3.68	c  N dy    49     12919       150     43573         0      7784    369248    115421     12.15     12.91
3.78/3.84	c  N dy    72     16979       150     43573         0     11629    369236    181669     12.21     13.04
3.99/4.00	c  N dy    93     21112       150     43573         0      8565    369216    115138     12.32     13.05
4.09/4.13	c  F st   114     25000       150     43573         0     12188    369196    176476     12.39   no data
4.09/4.15	c  N st   115     25251       150     43573         0     12421    369195    180182     12.39   no data
4.30/4.32	c  N dy   120     30001       150     43573         0     16922    369183    264631     12.39   no data
4.30/4.32	c  S st   120     30001       150     43573         0     16922    369183    264631     12.39   no data
4.30/4.38	c  S st   120     30503       150     43573         0     17400    369174    271860     12.39   no data
4.30/4.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.30/4.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
4.40/4.41	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
4.40/4.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/4.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/4.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.40/4.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.40/4.42	c lits-rem:       154  cl-subs:      108  v-elim:      0  v-fix:    0  time:  0.02 s
4.40/4.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.29/5.31	c lits-rem:      4827  cl-subs:     1511  v-elim:      0  v-fix:    0  time:  0.88 s
5.50/5.56	c asymm  cl-useful: 0/1310/43235 lits-rem:0 time: 0.24
5.50/5.56	c calculated reachability. Time: 0.00
5.50/5.56	c  N dy   120     30503       150     43235         0     16119    365508    245156     12.39   no data
5.69/5.74	c  N dy   131     34793       150     43235         0     11443    365497    152294     12.31     13.13
5.88/5.90	c  N dy   150     39026       150     43235         0     15444    365477    220885     12.31     12.99
5.98/6.08	c  N dy   162     43060       150     43235         0     19267    365464    288646     12.25     14.00
6.18/6.21	c  S st   179     45756       150     43235         0     11701    365460    148378     12.26   no data
6.18/6.26	c  S st   179     46263       150     43235         0     12170    365456    155472     12.26   no data
6.18/6.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.18/6.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
6.18/6.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.18/6.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.18/6.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.18/6.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
6.18/6.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.18/6.30	c lits-rem:        51  cl-subs:       29  v-elim:      0  v-fix:    0  time:  0.01 s
6.28/6.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.38/6.48	c lits-rem:      1199  cl-subs:      408  v-elim:      0  v-fix:    0  time:  0.17 s
6.38/6.48	c vivif2 --  cl tried    43099 cl shrink        0 lits rem          0 time: 0.00
6.38/6.49	c vivif2 --  cl tried    11869 cl shrink        0 lits rem          0 time: 0.00
6.59/6.67	c asymm  cl-useful: 0/1416/43099 lits-rem:0 time: 0.19
6.59/6.67	c calculated reachability. Time: 0.00
6.59/6.67	c  N dy   179     46263       150     43099         0     11869    363929    150398     12.26   no data
6.78/6.84	c  N dy   202     50298       150     43099         0     15679    363918    216739     12.31     13.49
6.98/7.02	c  N dy   219     54574       150     43099         0     19682    363909    283712     12.29     13.12
7.18/7.22	c  N dy   244     58591       150     43099         0     12171    363898    149404     12.35     13.11
7.28/7.37	c  N dy   268     62606       150     43099         0     15924    363879    212876     12.40     13.12
7.48/7.53	c  N dy   284     66711       150     43099         0     19795    363865    280570     12.40     13.13
7.59/7.66	c  S st   298     69394       150     43099         0     22299    363858    323573     12.43     12.40
7.69/7.72	c  S st   298     69899       150     43099         0     22775    363853    330470     12.43   no data
7.69/7.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.69/7.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
7.69/7.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.69/7.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.69/7.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.69/7.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
7.69/7.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.69/7.76	c lits-rem:        59  cl-subs:       36  v-elim:      0  v-fix:    0  time:  0.01 s
7.69/7.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.48/8.52	c lits-rem:      4353  cl-subs:     1339  v-elim:      0  v-fix:    0  time:  0.74 s
8.48/8.53	c vivif2 --  cl tried    42881 cl shrink        0 lits rem          0 time: 0.01
8.48/8.53	c vivif2 --  cl tried    21618 cl shrink        0 lits rem          0 time: 0.00
8.69/8.80	c asymm  cl-useful: 0/1208/42881 lits-rem:0 time: 0.27
8.69/8.80	c calculated reachability. Time: 0.00
8.69/8.80	c  N dy   298     69899       150     42881         0     21618    361467    306332     12.43   no data
8.98/9.06	c  N dy   321     74383       150     42881         0     13615    361457    167860     12.44     15.67
9.18/9.29	c  N dy   346     79474       150     42881         0     18442    361442    252549     12.45     13.11
9.48/9.52	c  N dy   383     84637       150     42881         0     23329    361429    337384     12.52     13.66
9.58/9.66	c  F st   393     87501       150     42881         0     26003    361418    382928     12.52     12.48
9.79/9.82	c  N st   398     90796       150     42881         0     15796    361415    198998     12.52   no data
9.98/10.06	c  N dy   416     96592       150     42881         0     21226    361397    295921     12.51     16.24
10.28/10.35	c  N dy   437    102893       150     42881         0     27172    361380    399526     12.49     13.20
10.38/10.48	c  S st   449    104848       150     42881         0     14745    361373    171406     12.50     10.96
10.48/10.53	c  S st   449    105350       150     42881         0     15224    361368    178566     12.50   no data
10.48/10.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.48/10.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
10.48/10.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.48/10.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.48/10.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.48/10.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
10.48/10.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.48/10.57	c lits-rem:        76  cl-subs:       53  v-elim:      0  v-fix:    0  time:  0.01 s
10.48/10.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.68/10.80	c lits-rem:      1592  cl-subs:      667  v-elim:      0  v-fix:    0  time:  0.21 s
10.78/10.80	c vivif2 --  cl tried    42589 cl shrink        0 lits rem          0 time: 0.00
10.78/10.80	c vivif2 --  cl tried    14796 cl shrink        0 lits rem          0 time: 0.00
10.89/10.99	c asymm  cl-useful: 0/1389/42589 lits-rem:0 time: 0.18
10.89/10.99	c calculated reachability. Time: 0.00
10.89/10.99	c  N dy   449    105350       150     42589         0     14796    358238    172922     12.50   no data
11.18/11.28	c  N dy   478    112132       150     42589         0     21172    358223    281432     12.51     13.20
11.69/11.71	c  N dy   508    119990       150     42589         0     28627    358203    412504     12.50     13.19
12.10/12.14	c  N dy   536    127792       150     42589         0     20769    358183    271999     12.48     13.30
12.49/12.59	c  N dy   562    137091       150     42589         0     29528    358162    421047     12.44     13.12
12.99/13.05	c  N dy   608    145922       150     42589         0     21681    358145    283763     12.45     13.14
13.38/13.48	c  N dy   654    155262       150     42589         0     30484    358125    438615     12.47     16.49
13.58/13.63	c  S st   668    158026       150     42589         0     33071    358118    483065     12.48     11.86
13.68/13.72	c  S st   668    158527       150     42589         0     33558    358113    489994     12.48   no data
13.68/13.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.68/13.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
13.68/13.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.68/13.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.68/13.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.68/13.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
13.68/13.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.68/13.77	c lits-rem:        91  cl-subs:       71  v-elim:      0  v-fix:    0  time:  0.01 s
13.68/13.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.18/15.28	c lits-rem:      8044  cl-subs:     1938  v-elim:      0  v-fix:    0  time:  1.49 s
15.18/15.28	c vivif2 --  cl tried    42240 cl shrink        0 lits rem          0 time: 0.00
15.18/15.29	c vivif2 --  cl tried    31898 cl shrink        0 lits rem          0 time: 0.01
15.48/15.50	c asymm  cl-useful: 0/1070/42240 lits-rem:0 time: 0.21
15.48/15.50	c calculated reachability. Time: 0.00
15.48/15.50	c  N dy   668    158527       150     42240         0     31898    354316    453562     12.48   no data
15.99/16.05	c  N dy   698    169063       150     42240         0     24773    354304    338114     12.44     13.12
16.79/16.88	c  N dy   759    182347       150     42240         0     19245    354286    227322     12.42     13.23
17.39/17.44	c  N dy   802    194346       150     42240         0     30617    354261    432768     12.42     13.11
18.09/18.11	c  N dy   846    206948       150     42240         0     23419    354239    292410     12.40     13.06
18.79/18.83	c  N dy   911    220976       150     42240         0     36744    354217    527184     12.40     13.09
19.48/19.59	c  N dy   972    235159       150     42240         0     30103    354189    404672     12.40     14.14
19.69/19.73	c  S st   983    237792       150     42240         0     32603    354183    447279     12.40     10.95
19.79/19.81	c  S st   983    238296       150     42240         0     33082    354181    454869     12.40   no data
19.79/19.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.79/19.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
19.79/19.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.79/19.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.79/19.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.79/19.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
19.79/19.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.79/19.85	c lits-rem:        90  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.01 s
19.79/19.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.98/21.03	c lits-rem:      5844  cl-subs:     1574  v-elim:      0  v-fix:    0  time:  1.16 s
20.98/21.03	c vivif2 --  cl tried    41949 cl shrink        0 lits rem          0 time: 0.00
20.98/21.04	c vivif2 --  cl tried    31748 cl shrink        0 lits rem          0 time: 0.01
21.18/21.25	c asymm  cl-useful: 203/924/41949 lits-rem:203 time: 0.21
21.18/21.25	c calculated reachability. Time: 0.00
21.18/21.25	c  N dy   983    238296       150     41949         0     31748    350750    427803     12.40   no data
22.09/22.18	c  N dy  1081    253689       150     41949         0     25326    350733    312294     12.44     13.10
23.19/23.20	c  N dy  1145    269900       150     41949         0     40687    350715    578021     12.43     13.12
24.09/24.16	c  N dy  1212    287286       150     41949         0     35249    350695    480944     12.42     13.21
25.19/25.22	c  N dy  1279    305716       150     41949         0     29729    350679    375410     12.40     14.07
25.19/25.26	c  F st  1283    306251       150     41949         0     30235    350678    384501     12.40     11.70
26.40/26.46	c  N dy  1361    325233       150     41949         0     24305    350653    276707     12.41     13.11
27.50/27.58	c  N dy  1431    345322       150     41949         0     43235    350628    602965     12.39     15.66
28.29/28.36	c  S st  1471    357444       150     41949         0     29939    350619    370430     12.38     11.09
28.39/28.43	c  S st  1471    357948       150     41949         0     30425    350617    378171     12.38   no data
28.39/28.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.39/28.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
28.39/28.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.39/28.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.39/28.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.39/28.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
28.39/28.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.39/28.48	c lits-rem:       232  cl-subs:      159  v-elim:      0  v-fix:    0  time:  0.02 s
28.39/28.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.19/29.29	c lits-rem:      4863  cl-subs:     1316  v-elim:      0  v-fix:    0  time:  0.79 s
29.29/29.30	c vivif2 --  cl tried    41545 cl shrink        0 lits rem          0 time: 0.00
29.29/29.30	c vivif2 --  cl tried    29354 cl shrink        0 lits rem          0 time: 0.00
29.49/29.51	c asymm  cl-useful: 210/917/41545 lits-rem:210 time: 0.20
29.49/29.51	c calculated reachability. Time: 0.00
29.49/29.51	c  N dy  1471    357948       150     41545         0     29354    345991    359926     12.38   no data
30.80/30.88	c  N dy  1560    379688       150     41545         0     49812    345968    713627     12.37     13.20
32.29/32.30	c  N dy  1641    399939       150     41545         0     43352    345947    601654     12.36     13.12
33.99/34.01	c  N dy  1726    422644       150     41545         0     38098    345930    500497     12.34     13.15
35.28/35.38	c  N dy  1776    442674       150     41545         0     29400    345921    339494     12.31     13.24
36.58/36.66	c  N dy  1855    463214       150     41545         0     48731    345907    670530     12.30     13.01
37.99/38.07	c  N dy  1936    483902       150     41545         0     39867    345892    514916     12.29     12.95
39.69/39.79	c  N dy  2046    506836       150     41545         0     32125    345869    370460     12.29     12.98
40.99/41.04	c  N dy  2121    526874       150     41545         0     51146    345853    702771     12.28     13.52
41.80/41.81	c  S st  2170    536922       150     41545         0     60688    345844    872385     12.29     11.67
41.99/42.02	c  S st  2170    537425       150     41545         0     30655    345842    338208     12.29   no data
41.99/42.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.99/42.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
41.99/42.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.99/42.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.99/42.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.99/42.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
41.99/42.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.99/42.08	c lits-rem:       198  cl-subs:      160  v-elim:      0  v-fix:    0  time:  0.02 s
41.99/42.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.59/42.63	c lits-rem:      2968  cl-subs:      901  v-elim:      0  v-fix:    0  time:  0.53 s
42.59/42.63	c vivif2 --  cl tried    41133 cl shrink        0 lits rem          0 time: 0.00
42.59/42.64	c vivif2 --  cl tried    30006 cl shrink        0 lits rem          0 time: 0.00
42.80/42.84	c asymm  cl-useful: 189/922/41133 lits-rem:193 time: 0.21
42.80/42.84	c calculated reachability. Time: 0.00
42.80/42.84	c  N dy  2170    537425       150     41133         0     30006    341332    330035     12.29   no data
44.00/44.07	c  N dy  2246    557477       150     41133         0     48971    341318    656091     12.28     12.94
45.59/45.61	c  N dy  2308    577478       150     41133         0     36463    341304    434486     12.27     12.92
46.89/46.98	c  N dy  2398    597772       150     41133         0     55671    341293    765818     12.28     12.98
48.58/48.62	c  N dy  2472    617851       150     41133         0     42327    341282    527552     12.27     15.58
50.29/50.33	c  N dy  2582    637891       150     41133         0     61458    341274    869677     12.28     14.58
51.79/51.88	c  N dy  2675    657988       150     41133         0     47164    341263    606571     12.29     13.27
53.49/53.52	c  N dy  2750    678590       150     41133         0     66641    341257    946416     12.28     12.96
54.99/55.01	c  N dy  2843    698725       150     41133         0     51388    341243    676066     12.29     12.95
56.58/56.68	c  N dy  2953    718777       150     41133         0     70471    341239   1017289     12.30     13.01
58.19/58.21	c  N dy  3054    739033       150     41133         0     54313    341227    717772     12.30     13.03
59.99/60.00	c  N dy  3149    759123       150     41133         0     37170    341218    413083     12.31     12.96
61.29/61.37	c  N dy  3245    779282       150     41133         0     56265    341205    748751     12.32     13.05
63.19/63.25	c  N dy  3319    799303       150     41133         0     38037    341191    421926     12.31     12.97
63.59/63.69	c  S st  3351    806138       150     41133         0     44534    341187    535229     12.31   no data
63.70/63.78	c  S st  3351    806640       150     41133         0     45013    341187    543265     12.31   no data
63.70/63.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
63.80/63.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
63.80/63.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.80/63.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.80/63.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.80/63.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
63.80/63.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.80/63.84	c lits-rem:       157  cl-subs:      129  v-elim:      0  v-fix:    0  time:  0.02 s
63.80/63.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
65.19/65.23	c lits-rem:      5682  cl-subs:     1551  v-elim:      0  v-fix:    0  time:  1.37 s
65.19/65.24	c vivif2 --  cl tried    40823 cl shrink        0 lits rem          0 time: 0.00
65.19/65.24	c vivif2 --  cl tried    43643 cl shrink        0 lits rem          0 time: 0.01
65.39/65.47	c asymm  cl-useful: 131/754/40823 lits-rem:131 time: 0.22
65.39/65.47	c calculated reachability. Time: 0.00
65.39/65.47	c  N dy  3351    806640       150     40823         0     43643    337687    519195     12.31   no data
66.99/67.02	c  N dy  3436    826731       150     40823         0     62758    337679    861863     12.31     13.01
68.78/68.87	c  N dy  3537    846852       150     40823         0     43742    337670    513025     12.32     13.07
70.29/70.40	c  N dy  3597    866920       150     40823         0     62706    337660    848998     12.31     13.27
72.19/72.27	c  N dy  3682    886941       150     40823         0     42669    337656    491715     12.31     13.24
73.89/73.99	c  N dy  3768    908786       150     40823         0     63411    337644    860464     12.30     13.03
76.19/76.26	c  N dy  3879    928799       150     40823         0     42412    337637    479902     12.31     13.32
77.89/77.96	c  N dy  3988    948823       150     40823         0     61457    337630    821766     12.32     13.97
79.98/80.09	c  N dy  4071    968843       150     40823         0     80397    337620   1155270     12.32     13.23
81.68/81.76	c  N dy  4168    989006       150     40823         0     58536    337613    761738     12.32     13.05
83.59/83.61	c  N dy  4255   1009049       150     40823         0     77577    337607   1099682     12.32     13.01
85.49/85.50	c  N dy  4370   1029419       150     40823         0     55054    337601    692014     12.33     13.00
87.19/87.29	c  N dy  4499   1049532       150     40823         0     74207    337593   1035651     12.34     13.04
89.29/89.32	c  N dy  4606   1070145       150     40823         0     50863    337591    614437     12.35     13.10
89.39/89.44	c  F st  4617   1071875       150     40823         0     52522    337590    643822     12.35   no data
90.88/90.97	c  N dy  4693   1090240       150     40823         0     70033    337582    970614     12.35     13.16
92.98/93.09	c  N dy  4776   1110329       150     40823         0     45095    337577    503423     12.35     13.98
94.60/94.67	c  N dy  4870   1130465       150     40823         0     64226    337572    843835     12.35     13.17
96.59/96.65	c  N dy  4967   1151051       150     40823         0     83652    337563   1184881     12.36     13.03
98.49/98.51	c  N dy  5057   1171133       150     40823         0     57989    337554    737318     12.36     17.89
100.19/100.28	c  N dy  5145   1191878       150     40823         0     77603    337548   1090735     12.36     13.17
102.19/102.23	c  S st  5230   1209961       150     40823         0     49018    337545    563644     12.36   no data
102.29/102.34	c  S st  5230   1210461       150     40823         0     49499    337544    571302     12.36   no data
102.29/102.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
102.29/102.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
102.29/102.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
102.29/102.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
102.29/102.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.29/102.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
102.29/102.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
102.38/102.40	c lits-rem:        85  cl-subs:       77  v-elim:      0  v-fix:    0  time:  0.02 s
102.38/102.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.78/103.81	c lits-rem:      5864  cl-subs:     1684  v-elim:      0  v-fix:    0  time:  1.39 s
103.78/103.82	c vivif2 --  cl tried    40524 cl shrink        0 lits rem          0 time: 0.00
103.78/103.82	c vivif2 --  cl tried    48037 cl shrink        0 lits rem          0 time: 0.01
103.98/104.05	c asymm  cl-useful: 32/753/40524 lits-rem:32 time: 0.23
103.98/104.06	c calculated reachability. Time: 0.00
103.98/104.06	c  N dy  5230   1210461       150     40524         0     48037    334244    548275     12.36   no data
105.60/105.67	c  N dy  5328   1230550       150     40524         0     67195    334239    898204     12.36     13.02
107.70/107.74	c  N dy  5420   1250571       150     40524         0     86245    334232   1239860     12.37     13.05
109.68/109.73	c  N dy  5490   1270759       150     40524         0     58673    334229    725494     12.36     13.03
111.58/111.61	c  N dy  5588   1290956       150     40524         0     77861    334227   1069094     12.36     13.30
113.89/113.93	c  N dy  5687   1311415       150     40524         0     49595    334222    559873     12.37     13.08
115.59/115.60	c  N dy  5785   1331546       150     40524         0     68806    334220    907494     12.37     13.21
117.60/117.68	c  N dy  5877   1351661       150     40524         0     87932    334210   1252243     12.37     13.04
119.90/119.91	c  N dy  5935   1371839       150     40524         0     58357    334199    708187     12.37     13.22
122.00/122.10	c  N dy  6038   1392715       150     40524         0     78254    334193   1068615     12.37     13.09
124.89/124.91	c  N dy  6126   1413615       150     40524         0     98161    334187   1428768     12.37     13.04
126.89/126.91	c  N dy  6233   1434116       150     40524         0     68050    334184    882461     12.37     13.07
128.89/128.96	c  N dy  6335   1454207       150     40524         0     87224    334181   1229192     12.37     14.50
131.39/131.40	c  N dy  6453   1474606       150     40524         0     56034    334173    661421     12.38     13.19
133.29/133.31	c  N dy  6527   1495340       150     40524         0     75660    334168   1004285     12.38     13.10
135.59/135.60	c  N dy  6615   1515407       150     40524         0     94728    334160   1349726     12.38     16.85
137.89/137.90	c  N dy  6690   1535622       150     40524         0     62379    334155    772892     12.38     13.12
139.79/139.88	c  N dy  6806   1555718       150     40524         0     81514    334151   1120093     12.38     13.04
142.19/142.21	c  N dy  6926   1575776       150     40524         0    100651    334149   1469741     12.39     16.29
144.29/144.37	c  N dy  7006   1595865       150     40524         0     67212    334146    854158     12.39     13.06
146.39/146.42	c  N dy  7116   1615943       150     40524         0     86330    334140   1196021     12.39     13.08
148.88/148.92	c  N dy  7199   1636501       150     40524         0    105825    334131   1543828     12.39     13.21
150.99/151.03	c  N dy  7299   1656586       150     40524         0     71514    334127    922456     12.39     13.09
153.09/153.19	c  N dy  7408   1676764       150     40524         0     90740    334123   1273550     12.40     13.15
155.89/155.93	c  N dy  7479   1696848       150     40524         0     55334    334122    618682     12.39     15.15
157.09/157.17	c  S st  7546   1710461       150     40524         0     68256    334120    848268     12.40   no data
157.30/157.32	c  S st  7546   1710966       150     40524         0     68745    334120    856213     12.40   no data
157.30/157.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
157.30/157.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
157.30/157.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
157.30/157.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.30/157.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.30/157.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
157.30/157.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.30/157.39	c lits-rem:        57  cl-subs:       50  v-elim:      0  v-fix:    0  time:  0.02 s
157.39/157.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.19/160.29	c lits-rem:      7361  cl-subs:     2191  v-elim:      0  v-fix:    0  time:  2.87 s
160.19/160.29	c vivif2 --  cl tried    40331 cl shrink        0 lits rem          0 time: 0.00
160.29/160.30	c vivif2 --  cl tried    66697 cl shrink        0 lits rem          0 time: 0.01
160.50/160.57	c asymm  cl-useful: 16/590/40331 lits-rem:16 time: 0.26
160.50/160.57	c calculated reachability. Time: 0.00
160.50/160.57	c  N dy  7546   1710966       150     40331         0     66697    332058    816997     12.40   no data
162.49/162.55	c  N dy  7588   1731367       150     40331         0     85764    332054   1142798     12.39     13.16
164.99/165.07	c  N dy  7697   1751462       150     40331         0    104894    332048   1486797     12.39     13.23
167.29/167.33	c  N dy  7790   1771473       150     40331         0     68781    332042    849050     12.39     13.10
169.69/169.70	c  N dy  7851   1793384       150     40331         0     89437    332035   1220956     12.38     13.09
172.39/172.44	c  N dy  7937   1814051       150     40331         0    109059    332034   1573032     12.38     13.05
174.59/174.64	c  N dy  8033   1834137       150     40331         0     72119    332032    903598     12.38     13.09
176.69/176.73	c  N dy  8100   1854232       150     40331         0     91144    332026   1239447     12.38     13.07
179.30/179.39	c  N dy  8186   1874285       150     40331         0    110123    332024   1581935     12.37     13.03
181.50/181.58	c  N dy  8295   1894324       150     40331         0     72099    332021    895188     12.38     13.05
183.99/184.01	c  N dy  8348   1915180       150     40331         0     91723    332018   1242841     12.37     13.17
187.19/187.20	c  N dy  8426   1935397       150     40331         0    110905    332016   1580479     12.37     13.05
189.70/189.71	c  N dy  8474   1955408       150     40331         0     71871    332015    872523     12.36     13.02
192.19/192.22	c  N dy  8571   1975807       150     40331         0     91305    332012   1223653     12.36     13.03
194.79/194.86	c  N dy  8622   1996862       150     40331         0    111206    332009   1586408     12.35     13.08
197.39/197.44	c  N dy  8732   2017406       150     40331         0     71766    332007    866119     12.36     13.23
199.59/199.68	c  N dy  8833   2038034       150     40331         0     91413    332005   1216687     12.36     13.15
202.30/202.38	c  N dy  8951   2058074       150     40331         0    110447    332000   1569362     12.37     13.86
204.89/204.95	c  N dy  9027   2078254       150     40331         0     69542    331995    816996     12.37     13.30
207.09/207.15	c  N dy  9120   2098637       150     40331         0     88957    331991   1169498     12.37     13.15
209.69/209.73	c  N dy  9228   2119102       150     40331         0    108321    331988   1514362     12.37     13.24
212.49/212.54	c  N dy  9321   2139199       150     40331         0     66510    331987    760468     12.37     13.03
214.50/214.57	c  N dy  9405   2159233       150     40331         0     85604    331986   1104563     12.37     13.06
217.09/217.15	c  N dy  9476   2180182       150     40331         0    105627    331984   1468500     12.37     13.54
220.39/220.45	c  N dy  9584   2200634       150     40331         0     63117    331978    692807     12.37     13.14
221.39/221.43	c  S st  9628   2210966       150     40331         0     72822    331976    858609     12.37   no data
221.49/221.58	c  S st  9628   2211470       150     40331         0     73309    331976    866685     12.37   no data
221.49/221.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
221.59/221.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
221.59/221.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
221.59/221.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
221.59/221.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
221.59/221.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
221.59/221.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
221.59/221.66	c lits-rem:        96  cl-subs:       36  v-elim:      0  v-fix:    0  time:  0.03 s
221.59/221.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
224.49/224.50	c lits-rem:      6801  cl-subs:     2847  v-elim:      0  v-fix:    0  time:  2.81 s
224.49/224.51	c vivif2 --  cl tried    40156 cl shrink        0 lits rem          0 time: 0.00
224.49/224.52	c vivif2 --  cl tried    70601 cl shrink        0 lits rem          0 time: 0.01
224.69/224.79	c asymm  cl-useful: 25/556/40156 lits-rem:25 time: 0.27
224.69/224.79	c calculated reachability. Time: 0.00
224.69/224.79	c  N dy  9628   2211470       150     40156         0     70601    330061    820238     12.37   no data
226.89/226.99	c  N dy  9735   2231497       150     40156         0     89718    330058   1167210     12.38     13.11
229.39/229.45	c  N dy  9851   2251539       150     40156         0    108926    330050   1522800     12.38     13.55
232.59/232.63	c  N dy  9943   2271744       150     40156         0     65141    330045    722613     12.38     13.16
234.59/234.63	c  N dy 10016   2291795       150     40156         0     84165    330044   1071903     12.38     13.51
237.09/237.18	c  N dy 10128   2312497       150     40156         0    103930    330044   1436382     12.38     13.14
240.20/240.23	c  N dy 10212   2332523       150     40156         0    122866    330042   1774419     12.38     13.07
242.79/242.81	c  N dy 10317   2352565       150     40156         0     78141    330041    949426     12.39     13.08
245.20/245.21	c  N dy 10430   2372830       150     40156         0     97499    330040   1304115     12.39     13.05
247.90/247.93	c  N dy 10547   2392977       150     40156         0    116765    330040   1659678     12.39     13.05
250.99/251.01	c  N dy 10632   2413132       150     40156         0     70962    330036    812444     12.39     13.20
253.09/253.16	c  N dy 10712   2433197       150     40156         0     90045    330034   1159046     12.39     16.21
255.79/255.81	c  N dy 10795   2454045       150     40156         0    109860    330032   1520360     12.39     13.14
259.39/259.46	c  N dy 10906   2474883       150     40156         0    129630    330030   1881525     12.40     13.13
262.39/262.41	c  N dy 10982   2494987       150     40156         0     82941    330029   1020856     12.40     13.08
265.29/265.35	c  N dy 11062   2515096       150     40156         0    101988    330029   1356350     12.40     13.05
268.30/268.33	c  N dy 11102   2535622       150     40156         0    121320    330027   1696468     12.39     13.25
271.29/271.31	c  N dy 11204   2555645       150     40156         0     73650    330024    845121     12.39     13.23
273.49/273.59	c  N dy 11303   2575682       150     40156         0     92656    330022   1185314     12.39     13.05
276.19/276.21	c  N dy 11403   2595772       150     40156         0    111739    330020   1531675     12.39     14.73
279.49/279.53	c  N dy 11506   2615835       150     40156         0    130832    330017   1882391     12.39     14.38
282.20/282.21	c  N dy 11607   2636029       150     40156         0     82460    330014    998480     12.39     13.12
284.50/284.59	c  N dy 11695   2656033       150     40156         0    101490    330014   1348351     12.40     13.29
287.39/287.44	c  N dy 11775   2676336       150     40156         0    120827    330012   1703252     12.39     13.13
290.69/290.79	c  N dy 11880   2696392       150     40156         0     71317    330008    790958     12.40     14.03
292.29/292.34	c  S st 11962   2711470       150     40156         0     85729    330006   1054305     12.40     10.64
292.39/292.49	c  S st 11962   2711973       150     40156         0     86222    330006   1062427     12.40   no data
292.50/292.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
292.50/292.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
292.50/292.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
292.50/292.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
292.50/292.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
292.50/292.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
292.50/292.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
292.50/292.57	c lits-rem:        41  cl-subs:       27  v-elim:      0  v-fix:    0  time:  0.02 s
292.50/292.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
296.00/296.02	c lits-rem:      5826  cl-subs:     2056  v-elim:      0  v-fix:    0  time:  3.41 s
296.00/296.02	c vivif2 --  cl tried    40081 cl shrink        0 lits rem          0 time: 0.00
296.00/296.04	c vivif2 --  cl tried    84214 cl shrink        0 lits rem          0 time: 0.01
296.30/296.31	c asymm  cl-useful: 16/499/40081 lits-rem:16 time: 0.27
296.30/296.32	c calculated reachability. Time: 0.00
296.30/296.32	c  N dy 11962   2711973       150     40081         0     84214    329118   1022480     12.40   no data
298.99/299.05	c  N dy 12052   2734309       150     40081         0    105431    329113   1408279     12.40     13.50
301.99/302.05	c  N dy 12142   2754338       150     40081         0    124494    329113   1764307     12.40     14.79
305.50/305.56	c  N dy 12257   2774379       150     40081         0     73979    329110    831228     12.40     14.88
307.70/307.73	c  N dy 12325   2794468       150     40081         0     93043    329110   1175417     12.40     14.08
310.69/310.78	c  N dy 12416   2817634       150     40081         0    115015    329109   1566770     12.40     13.08
313.89/313.96	c  N dy 12506   2837684       150     40081         0    134132    329108   1916763     12.40     13.07
317.00/317.07	c  N dy 12600   2857742       150     40081         0     82576    329104    981056     12.40     15.47
319.40/319.46	c  N dy 12696   2877806       150     40081         0    101755    329104   1335965     12.40     15.84
322.20/322.26	c  N dy 12772   2897880       150     40081         0    120650    329103   1663360     12.40     15.26
325.99/326.02	c  N dy 12903   2919840       150     40081         0    141563    329102   2045680     12.40     13.15
328.70/328.73	c  N dy 13007   2939844       150     40081         0     89141    329098   1096372     12.41     13.89
331.40/331.42	c  N dy 13097   2960177       150     40081         0    108496    329098   1445609     12.41     13.11
334.50/334.52	c  N dy 13182   2980302       150     40081         0    127608    329094   1797284     12.41     13.12
338.09/338.18	c  N dy 13274   3000457       150     40081         0     74323    329093    815413     12.41     13.26
340.91/340.92	c  N dy 13358   3021780       150     40081         0     94612    329092   1189033     12.41     13.10
344.30/344.32	c  N dy 13418   3043547       150     40081         0    115299    329090   1566155     12.40     13.15
348.19/348.27	c  N dy 13529   3063607       150     40081         0    134422    329088   1918109     12.40     13.08
351.90/351.96	c  N dy 13602   3084296       150     40081         0     80679    329087    919498     12.40     13.07
354.40/354.45	c  N dy 13709   3104579       150     40081         0     99936    329083   1270512     12.40     13.12
357.20/357.21	c  N dy 13778   3124588       150     40081         0    118993    329083   1621439     12.40     13.68
360.50/360.50	c  N dy 13867   3145333       150     40081         0    138756    329082   1981866     12.40     13.09
363.79/363.86	c  N dy 13963   3165735       150     40081         0     83718    329081    965385     12.40     13.16
366.21/366.28	c  N dy 14056   3185746       150     40081         0    102888    329080   1318790     12.41     16.02
368.90/368.99	c  N dy 14137   3205944       150     40081         0    122003    329079   1656384     12.40     13.07
369.90/369.93	c  S st 14154   3211973       150     40081         0    127692    329079   1756561     12.40     11.22
370.10/370.17	c  S st 14154   3212477       150     40081         0    128180    329078   1765069     12.40   no data
370.10/370.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
370.20/370.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
370.20/370.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
370.20/370.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
370.20/370.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
370.20/370.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
370.20/370.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
370.20/370.29	c lits-rem:        35  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.03 s
370.30/370.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
380.29/380.32	c lits-rem:     17719  cl-subs:     6578  v-elim:      0  v-fix:    0  time:  9.97 s
380.29/380.33	c vivif2 --  cl tried    40052 cl shrink        0 lits rem          0 time: 0.00
380.29/380.35	c vivif2 --  cl tried   121617 cl shrink        0 lits rem          0 time: 0.02
380.61/380.66	c asymm  cl-useful: 11/374/40052 lits-rem:11 time: 0.30
380.61/380.66	c calculated reachability. Time: 0.00
380.61/380.66	c  N dy 14154   3212477       150     40052         0    121617    328592   1633618     12.40   no data
383.90/383.92	c  N dy 14266   3232480       150     40052         0    140733    328589   1987740     12.41     13.08
387.39/387.47	c  N dy 14388   3253161       150     40052         0     85224    328581    992395     12.41     13.08
390.09/390.18	c  N dy 14478   3275572       150     40052         0    106532    328581   1378751     12.41     13.08
393.19/393.26	c  N dy 14564   3296477       150     40052         0    126364    328577   1743049     12.41     13.07
397.00/397.03	c  N dy 14658   3316562       150     40052         0    145470    328575   2091041     12.41     16.41
400.20/400.21	c  N dy 14726   3336691       150     40052         0     88395    328574   1048322     12.41     13.10
402.50/402.59	c  N dy 14774   3356779       150     40052         0    107439    328573   1395650     12.40     13.07
405.59/405.66	c  N dy 14861   3376870       150     40052         0    126554    328571   1750511     12.41     13.08
409.29/409.32	c  N dy 14961   3397211       150     40052         0    145859    328569   2102469     12.41     13.06
412.90/412.93	c  N dy 15041   3419772       150     40052         0     89998    328568   1055217     12.40     13.08
415.39/415.45	c  N dy 15090   3439853       150     40052         0    109015    328566   1410742     12.40     15.47
419.30/419.39	c  N dy 15187   3466793       150     40052         0    134652    328563   1882201     12.40     13.07
423.41/423.44	c  N dy 15303   3488380       150     40052         0    155249    328563   2267199     12.40     13.19
426.50/426.60	c  N dy 15380   3510528       150     40052         0     98077    328563   1196365     12.40     13.10
429.50/429.54	c  N dy 15476   3530627       150     40052         0    117305    328562   1550875     12.40     13.09
432.90/432.98	c  N dy 15562   3551581       150     40052         0    137284    328561   1920727     12.40     13.09
437.49/437.53	c  N dy 15664   3571720       150     40052         0    156465    328559   2270681     12.40     13.29
440.49/440.56	c  N dy 15754   3591751       150     40052         0     96511    328555   1167919     12.40     14.05
443.31/443.34	c  N dy 15826   3611778       150     40052         0    115429    328555   1503965     12.40     13.12
446.61/446.68	c  N dy 15921   3631828       150     40052         0    134563    328555   1860798     12.40     13.32
450.50/450.52	c  N dy 16053   3652176       150     40052         0    154047    328554   2223758     12.41     13.07
453.90/453.90	c  N dy 16150   3672329       150     40052         0     93076    328553   1094638     12.41     13.09
456.50/456.53	c  N dy 16266   3692399       150     40052         0    112201    328553   1447022     12.41     13.43
459.60/459.66	c  N dy 16356   3712477       150     40052         0    131310    328551   1799163     12.41   no data
459.60/459.66	c  S st 16356   3712477       150     40052         0    131310    328551   1799163     12.41   no data
459.90/459.93	c  S st 16356   3712981       150     40052         0    131795    328551   1806886     12.41   no data
459.90/459.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
460.00/460.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
460.00/460.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
460.00/460.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
460.00/460.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
460.00/460.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
460.00/460.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
460.00/460.05	c lits-rem:        36  cl-subs:       55  v-elim:      0  v-fix:    0  time:  0.03 s
460.00/460.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
469.50/469.56	c lits-rem:     14826  cl-subs:     4993  v-elim:      0  v-fix:    0  time:  9.46 s
469.50/469.56	c vivif2 --  cl tried    39975 cl shrink        0 lits rem          0 time: 0.00
469.50/469.59	c vivif2 --  cl tried   126824 cl shrink        0 lits rem          0 time: 0.02
469.90/469.91	c asymm  cl-useful: 10/360/39975 lits-rem:10 time: 0.32
469.90/469.91	c calculated reachability. Time: 0.00
469.90/469.91	c  N dy 16356   3712981       150     39975         0    126824    327720   1703414     12.41   no data
473.40/473.46	c  N dy 16427   3733049       150     39975         0    145841    327718   2044852     12.41     14.86
477.49/477.59	c  F st 16503   3751562       150     39975         0     82548    327717    901102     12.41     10.34
477.79/477.83	c  N st 16507   3753594       150     39975         0     84487    327717    939142     12.41   no data
480.40/480.46	c  N dy 16597   3773839       150     39975         0    103805    327716   1293287     12.41     13.12
483.80/483.82	c  N dy 16711   3796570       150     39975         0    125427    327715   1690817     12.41     13.37
487.40/487.42	c  N dy 16785   3816591       150     39975         0    144410    327714   2041209     12.41     13.14
491.10/491.14	c  N dy 16880   3836637       150     39975         0    163491    327713   2393094     12.41     13.19
494.00/494.04	c  N dy 16982   3856724       150     39975         0    100723    327713   1232339     12.41     15.35
496.90/496.99	c  N dy 17080   3877002       150     39975         0    120040    327712   1589247     12.41     13.09
500.30/500.36	c  N dy 17164   3897687       150     39975         0    139752    327711   1955159     12.41     13.07
504.00/504.00	c  N dy 17245   3917844       150     39975         0    159029    327710   2306487     12.41     13.12
507.70/507.71	c  N dy 17344   3937926       150     39975         0     95079    327707   1120770     12.41     14.67
510.20/510.26	c  N dy 17427   3958025       150     39975         0    114263    327707   1469056     12.41     16.49
513.40/513.49	c  N dy 17520   3978084       150     39975         0    133310    327707   1811507     12.41     13.16
517.30/517.32	c  N dy 17604   3998325       150     39975         0    152650    327706   2165446     12.41     13.07
521.59/521.63	c  N dy 17708   4018667       150     39975         0     88036    327706    981890     12.41     13.21
524.20/524.26	c  N dy 17818   4038722       150     39975         0    107063    327705   1328626     12.41     13.09
527.70/527.72	c  N dy 17941   4058841       150     39975         0    126261    327703   1689104     12.42     13.08
531.50/531.55	c  N dy 18034   4079182       150     39975         0    145626    327703   2050033     12.42     13.12
535.61/535.64	c  N dy 18113   4099873       150     39975         0    165238    327701   2411517     12.42     13.26
539.10/539.15	c  N dy 18187   4120620       150     39975         0    100094    327701   1191769     12.42     13.15
542.20/542.23	c  N dy 18305   4141105       150     39975         0    119649    327699   1550413     12.42     13.22
545.80/545.81	c  N dy 18403   4161882       150     39975         0    139421    327698   1911572     12.42     13.17
549.80/549.82	c  N dy 18523   4183372       150     39975         0    159883    327697   2291307     12.42     13.09
553.80/553.88	c  N dy 18589   4204335       150     39975         0     93885    327695   1067009     12.42     13.13
554.90/554.95	c  S st 18655   4212981       150     39975         0    102155    327695   1223304     12.42   no data
555.10/555.16	c  S st 18655   4213484       150     39975         0    102643    327695   1231575     12.42   no data
555.10/555.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
555.20/555.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
555.20/555.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
555.20/555.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
555.20/555.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
555.20/555.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
555.20/555.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
555.20/555.26	c lits-rem:        36  cl-subs:       49  v-elim:      0  v-fix:    0  time:  0.03 s
555.20/555.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
559.20/559.27	c lits-rem:      6014  cl-subs:     2593  v-elim:      0  v-fix:    0  time:  3.97 s
559.20/559.28	c vivif2 --  cl tried    39878 cl shrink        0 lits rem          0 time: 0.00
559.20/559.30	c vivif2 --  cl tried   100098 cl shrink        0 lits rem          0 time: 0.02
559.50/559.59	c asymm  cl-useful: 9/418/39878 lits-rem:10 time: 0.30
559.60/559.60	c calculated reachability. Time: 0.00
559.60/559.60	c  N dy 18655   4213484       150     39878         0    100098    326715   1184941     12.42   no data
562.50/562.58	c  N dy 18755   4233550       150     39878         0    119185    326715   1539379     12.42     13.43
566.00/566.02	c  N dy 18877   4253665       150     39878         0    138411    326713   1895967     12.43     13.09
570.10/570.13	c  N dy 18951   4274675       150     39878         0    158381    326713   2260785     12.42     13.08
574.70/574.71	c  N dy 19032   4294745       150     39878         0     90739    326711   1010078     12.42     13.21
577.41/577.43	c  N dy 19143   4314749       150     39878         0    109721    326708   1357762     12.43     13.28
580.50/580.58	c  N dy 19233   4334963       150     39878         0    128947    326707   1707464     12.43     13.28
584.20/584.23	c  N dy 19335   4355025       150     39878         0    148026    326707   2058111     12.43     13.30
588.41/588.41	c  N dy 19449   4375254       150     39878         0    167263    326707   2417504     12.43     13.26
592.31/592.32	c  N dy 19535   4395640       150     39878         0     98976    326707   1153144     12.43     13.14
595.50/595.59	c  N dy 19640   4418320       150     39878         0    120502    326707   1549466     12.43     13.12
598.90/598.92	c  N dy 19736   4438900       150     39878         0    140176    326706   1920193     12.43     13.15
603.00/603.02	c  N dy 19818   4461628       150     39878         0    161722    326705   2311151     12.43     13.19
607.71/607.70	c  N dy 19925   4481643       150     39878         0     92104    326704   1021510     12.43     13.18
610.41/610.46	c  N dy 20004   4501865       150     39878         0    111355    326703   1375453     12.43     13.17
613.60/613.63	c  N dy 20053   4521883       150     39878         0    130328    326703   1710742     12.43     14.55
617.40/617.42	c  N dy 20148   4542061       150     39878         0    149470    326701   2057639     12.43     13.15
621.51/621.57	c  N dy 20218   4562180       150     39878         0    168596    326700   2411597     12.43     13.14
626.21/626.22	c  N dy 20321   4582181       150     39878         0     98074    326698   1125612     12.43     16.17
629.61/629.67	c  N dy 20412   4602203       150     39878         0    117174    326697   1481077     12.43     13.50
633.80/633.87	c  N dy 20512   4622700       150     39878         0    136704    326697   1842362     12.43     13.20
638.40/638.49	c  N dy 20619   4643138       150     39878         0    156171    326697   2205028     12.43     13.13
643.20/643.24	c  N dy 20716   4663956       150     39878         0    175987    326696   2576081     12.43     13.18
647.10/647.14	c  N dy 20803   4685921       150     39878         0    106114    326696   1250235     12.43     13.18
650.20/650.23	c  N dy 20910   4705930       150     39878         0    125127    326696   1599246     12.44     16.73
651.40/651.40	c  S st 20925   4713485       150     39878         0    132254    326696   1725345     12.43     10.18
651.60/651.65	c  S st 20925   4713988       150     39878         0    132737    326696   1733665     12.43   no data
651.60/651.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
651.70/651.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
651.70/651.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
651.70/651.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
651.70/651.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
651.70/651.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
651.70/651.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
651.70/651.78	c lits-rem:        27  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.03 s
651.80/651.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
660.41/660.43	c lits-rem:     10929  cl-subs:     8414  v-elim:      0  v-fix:    0  time:  8.60 s
660.41/660.43	c vivif2 --  cl tried    39848 cl shrink        0 lits rem          0 time: 0.00
660.41/660.46	c vivif2 --  cl tried   124345 cl shrink        0 lits rem          0 time: 0.02
660.71/660.77	c asymm  cl-useful: 13/373/39848 lits-rem:13 time: 0.32
660.71/660.78	c calculated reachability. Time: 0.00
660.71/660.78	c  N dy 20925   4713988       150     39848         0    124345    326295   1583495     12.43   no data
664.70/664.70	c  N dy 21021   4737281       150     39848         0    146373    326294   1984346     12.43     13.59
669.00/669.08	c  N dy 21119   4758781       150     39848         0    166878    326294   2366438     12.43     13.13
673.90/673.98	c  N dy 21226   4778962       150     39848         0     94958    326294   1054365     12.44     13.21
676.70/676.74	c  N dy 21286   4798976       150     39848         0    114020    326290   1403646     12.43     14.33
680.00/680.07	c  N dy 21391   4820583       150     39848         0    134470    326290   1774512     12.43     13.13
683.60/683.62	c  N dy 21453   4840663       150     39848         0    153521    326289   2122076     12.43     13.11
688.20/688.21	c  N dy 21564   4862808       150     39848         0    174626    326288   2513303     12.43     13.10
692.50/692.55	c  N dy 21675   4882836       150     39848         0    101487    326287   1172764     12.44     13.87
695.50/695.52	c  N dy 21773   4903804       150     39848         0    121476    326287   1549025     12.44     13.28
699.00/699.04	c  N dy 21850   4923825       150     39848         0    140558    326287   1901836     12.44     14.35
702.81/702.86	c  N dy 21926   4944320       150     39848         0    159956    326287   2257374     12.44     13.12
707.11/707.10	c  N dy 22028   4964498       150     39848         0    179083    326286   2609940     12.44     13.19
711.10/711.11	c  N dy 22091   4984534       150     39848         0    104778    326286   1220505     12.44     13.11
714.20/714.20	c  N dy 22171   5005072       150     39848         0    124324    326286   1581418     12.44     13.30
717.91/717.96	c  N dy 22271   5025483       150     39848         0    143693    326285   1933625     12.44     13.16
721.71/721.70	c  N dy 22317   5045583       150     39848         0    162641    326285   2274120     12.43     13.17
726.30/726.37	c  N dy 22413   5065949       150     39848         0    182056    326285   2634466     12.43     13.17
730.60/730.60	c  N dy 22510   5085983       150     39848         0    106896    326283   1251947     12.43     14.44
733.71/733.73	c  N dy 22588   5106512       150     39848         0    126472    326283   1611235     12.43     13.13
737.21/737.27	c  N dy 22670   5127600       150     39848         0    146583    326283   1988032     12.43     13.11
742.01/742.04	c  N dy 22777   5147688       150     39848         0    165710    326281   2346732     12.43     13.71
747.61/747.60	c  N dy 22885   5167713       150     39848         0    184781    326281   2702599     12.44     13.22
752.71/752.75	c  N dy 22978   5188556       150     39848         0    109284    326281   1291987     12.44     13.11
756.72/756.71	c  N dy 23054   5209407       150     39848         0    129022    326279   1650686     12.44     13.68
757.60/757.66	c  S st 23079   5213989       150     39848         0    133373    326279   1730004     12.44     12.90
757.92/757.97	c  S st 23079   5214493       150     39848         0    133863    326279   1738912     12.44   no data
757.92/757.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
758.01/758.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
758.01/758.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
758.01/758.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
758.01/758.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
758.01/758.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
758.01/758.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
758.11/758.11	c lits-rem:        23  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.04 s
758.11/758.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
766.61/766.65	c lits-rem:     11402  cl-subs:     5132  v-elim:      0  v-fix:    0  time:  8.49 s
766.61/766.66	c vivif2 --  cl tried    39804 cl shrink        0 lits rem          0 time: 0.00
766.61/766.68	c vivif2 --  cl tried   128738 cl shrink        0 lits rem          0 time: 0.02
767.01/767.00	c asymm  cl-useful: 4/370/39804 lits-rem:4 time: 0.32
767.01/767.01	c calculated reachability. Time: 0.00
767.01/767.01	c  N dy 23079   5214493       150     39804         0    128738    325799   1640520     12.44   no data
770.40/770.46	c  N dy 23173   5234549       150     39804         0    147877    325799   1991577     12.44     13.15
774.60/774.67	c  N dy 23256   5254692       150     39804         0    167035    325799   2344368     12.44     13.16
779.20/779.28	c  N dy 23323   5274731       150     39804         0    185939    325799   2684242     12.44     13.23
783.51/783.50	c  N dy 23445   5294807       150     39804         0    109120    325798   1290494     12.44     15.43
786.81/786.80	c  N dy 23558   5314873       150     39804         0    128233    325798   1640820     12.44     13.10
790.30/790.35	c  N dy 23650   5334955       150     39804         0    147342    325798   1994947     12.44     15.22
794.60/794.61	c  N dy 23729   5355058       150     39804         0    166437    325798   2348149     12.44     13.24
799.21/799.28	c  N dy 23823   5375381       150     39804         0    185864    325798   2714344     12.44     13.17
803.51/803.54	c  N dy 23885   5395457       150     39804         0    107796    325797   1251454     12.44     16.93
806.70/806.79	c  N dy 23979   5415477       150     39804         0    126782    325795   1597836     12.44     13.13
810.72/810.79	c  N dy 24075   5438251       150     39804         0    148346    325793   1986655     12.44     13.53
814.91/814.92	c  N dy 24168   5458626       150     39804         0    167778    325790   2346320     12.44     13.17
820.01/820.02	c  N dy 24258   5479079       150     39804         0    187150    325789   2702792     12.44     13.29
824.41/824.48	c  N dy 24360   5499090       150     39804         0    108072    325789   1253914     12.44     13.12
827.71/827.72	c  N dy 24465   5519758       150     39804         0    127699    325789   1612866     12.44     13.40
831.52/831.60	c  N dy 24557   5541439       150     39804         0    148308    325789   1993319     12.44     13.16
835.81/835.82	c  N dy 24654   5562121       150     39804         0    168043    325787   2361638     12.44     13.12
840.50/840.57	c  N dy 24752   5582169       150     39804         0    187104    325787   2719681     12.44     13.67
845.51/845.57	c  N dy 24849   5602267       150     39804         0    107184    325787   1230366     12.45     13.15
848.71/848.71	c  N dy 24954   5622364       150     39804         0    126364    325785   1587976     12.45     15.17
852.61/852.64	c  N dy 25064   5643430       150     39804         0    146468    325784   1967665     12.45     13.18
857.01/857.02	c  N dy 25165   5664816       150     39804         0    166770    325784   2337880     12.45     13.20
861.61/861.68	c  N dy 25232   5685219       150     39804         0    186105    325784   2694593     12.45     13.22
866.91/866.95	c  N dy 25338   5705295       150     39804         0    105191    325782   1184925     12.45     15.64
868.31/868.37	c  S st 25404   5714494       150     39804         0    113999    325782   1351350     12.45   no data
868.51/868.59	c  S st 25404   5714999       150     39804         0    114491    325782   1360068     12.45   no data
868.51/868.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
868.61/868.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
868.61/868.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
868.61/868.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
868.61/868.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
868.61/868.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
868.61/868.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
868.71/868.70	c lits-rem:        18  cl-subs:       22  v-elim:      0  v-fix:    0  time:  0.03 s
868.71/868.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
873.71/873.77	c lits-rem:      5106  cl-subs:     1679  v-elim:      0  v-fix:    0  time:  5.02 s
873.71/873.77	c vivif2 --  cl tried    39739 cl shrink        0 lits rem          0 time: 0.00
873.71/873.79	c vivif2 --  cl tried   112855 cl shrink        0 lits rem          0 time: 0.02
874.11/874.16	c asymm  cl-useful: 5/388/39739 lits-rem:5 time: 0.36
874.11/874.16	c calculated reachability. Time: 0.00
874.11/874.16	c  N dy 25404   5714999       150     39739         0    112855    325122   1327923     12.45   no data
878.51/878.52	c  N dy 25496   5736555       150     39739         0    133398    325121   1710383     12.45     13.16
883.41/883.46	c  N dy 25619   5756613       150     39739         0    152602    325121   2070391     12.45     14.93
888.41/888.48	c  N dy 25697   5776624       150     39739         0    171626    325121   2421604     12.45     13.26
893.71/893.75	c  N dy 25785   5796638       150     39739         0    190633    325120   2773043     12.45     13.17
898.91/898.91	c  N dy 25914   5816683       150     39739         0    108645    325119   1244101     12.45     13.37
902.02/902.07	c  N dy 26008   5837104       150     39739         0    128170    325118   1607682     12.45     13.26
905.81/905.80	c  N dy 26109   5857108       150     39739         0    147193    325117   1960467     12.46     15.24
910.01/910.04	c  N dy 26207   5877380       150     39739         0    166507    325117   2318347     12.46     13.26
914.80/914.81	c  N dy 26302   5897939       150     39739         0    185915    325117   2664962     12.46     13.17
920.62/920.65	c  N dy 26391   5918056       150     39739         0    103045    325116   1129443     12.46     13.18
923.81/923.81	c  N dy 26518   5938654       150     39739         0    122663    325116   1485523     12.46     13.18
927.41/927.42	c  N dy 26598   5959706       150     39739         0    142676    325116   1855403     12.46     13.41
931.62/931.69	c  N dy 26701   5980680       150     39739         0    162562    325116   2227563     12.46     13.23
936.51/936.50	c  N dy 26814   6000706       150     39739         0    181691    325115   2587688     12.46     14.06
941.30/941.33	c  N dy 26880   6020774       150     39739         0    200761    325115   2952877     12.46     13.33
945.61/945.68	c  N dy 26973   6041297       150     39739         0    117208    325114   1378222     12.46     13.12
949.11/949.10	c  N dy 27063   6062014       150     39739         0    136916    325114   1744487     12.46     13.13
953.01/953.07	c  N dy 27152   6082127       150     39739         0    156071    325114   2093795     12.46     13.20
957.11/957.17	c  N dy 27234   6102323       150     39739         0    175302    325114   2447980     12.46     13.23
962.11/962.15	c  N dy 27310   6122981       150     39739         0    194930    325113   2811318     12.46     13.22
967.41/967.47	c  N dy 27415   6143119       150     39739         0    110293    325112   1259546     12.46     13.15
970.71/970.73	c  N dy 27500   6163185       150     39739         0    129304    325111   1609022     12.46     13.26
974.52/974.52	c  N dy 27586   6183196       150     39739         0    148319    325111   1964514     12.46     13.32
978.81/978.83	c  N dy 27705   6203457       150     39739         0    167559    325110   2317769     12.46     13.34
981.31/981.37	c  S st 27765   6215001       150     39739         0    178522    325108   2519980     12.46   no data
981.71/981.73	c  S st 27765   6215505       150     39739         0    179010    325108   2528349     12.46   no data
981.71/981.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
981.81/981.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.10
981.81/981.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
981.81/981.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
981.81/981.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
981.81/981.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
981.81/981.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
981.81/981.89	c lits-rem:        23  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.04 s
981.91/981.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
999.41/999.41	c lits-rem:     18725  cl-subs:     8932  v-elim:      0  v-fix:    0  time: 17.44 s
999.41/999.42	c vivif2 --  cl tried    39721 cl shrink        0 lits rem          0 time: 0.00
999.41/999.45	c vivif2 --  cl tried   170088 cl shrink        0 lits rem          0 time: 0.03
999.71/999.79	c asymm  cl-useful: 5/297/39721 lits-rem:5 time: 0.34
999.82/999.81	c calculated reachability. Time: 0.00
999.82/999.81	c  N dy 27765   6215505       150     39721         0    170088    324858   2351873     12.46   no data
1004.51/1004.55	c  N dy 27858   6235554       150     39721         0    189124    324858   2706329     12.46     15.97
1010.11/1010.15	c  N dy 27937   6255610       150     39721         0    208171    324857   3054181     12.46     14.21
1014.61/1014.65	c  N dy 28017   6275941       150     39721         0    122980    324857   1474636     12.46     13.30
1019.02/1019.01	c  N dy 28122   6296219       150     39721         0    142303    324856   1830177     12.46     13.22
1024.41/1024.42	c  N dy 28222   6320176       150     39721         0    165140    324856   2264417     12.46     13.12
1028.81/1028.80	c  N dy 28300   6340253       150     39721         0    184304    324856   2626188     12.46     13.17
1034.31/1034.33	c  N dy 28402   6361163       150     39721         0    204310    324855   3004011     12.46     13.12
1039.31/1039.34	c  N dy 28498   6382838       150     39721         0    119187    324854   1404625     12.46     13.13
1042.92/1042.95	c  N dy 28588   6403911       150     39721         0    139147    324853   1768499     12.46     13.23
1047.01/1047.06	c  N dy 28697   6423957       150     39721         0    158240    324853   2128886     12.46     14.51
1051.81/1051.85	c  N dy 28821   6444972       150     39721         0    178238    324852   2500238     12.47     13.15
1057.02/1057.01	c  N dy 28899   6465268       150     39721         0    197537    324851   2861555     12.47     13.13
1062.92/1062.91	c  N dy 29001   6485283       150     39721         0    109863    324851   1226133     12.47     14.27
1065.92/1065.95	c  N dy 29080   6505366       150     39721         0    128985    324851   1582159     12.47     13.34
1069.51/1069.55	c  N dy 29149   6525472       150     39721         0    148058    324849   1929973     12.47     13.43
1073.71/1073.76	c  N dy 29215   6545584       150     39721         0    167113    324849   2284121     12.47     13.22
1078.61/1078.62	c  N dy 29331   6565635       150     39721         0    186253    324849   2648335     12.47     16.49
1083.62/1083.68	c  N dy 29430   6585681       150     39721         0    205322    324849   3004991     12.47     15.51
1088.92/1088.92	c  N dy 29539   6605764       150     39721         0    116888    324848   1357407     12.47     13.16
1092.12/1092.14	c  N dy 29632   6625833       150     39721         0    135946    324847   1707321     12.47     13.76
1096.22/1096.20	c  N dy 29730   6645931       150     39721         0    155117    324847   2066819     12.47     13.14
1101.42/1101.48	c  N dy 29804   6668072       150     39721         0    176071    324845   2448303     12.47     13.22
1106.41/1106.47	c  N dy 29865   6688210       150     39721         0    195217    324845   2806359     12.47     13.49
1112.41/1112.45	c  N dy 29954   6710126       150     39721         0    215961    324845   3187406     12.47     13.25
1114.12/1114.19	c  S st 29974   6715505       150     39721         0    112480    324844   1263918     12.47   no data
1114.42/1114.42	c  S st 29974   6716011       150     39721         0    112970    324843   1272378     12.47   no data
1114.42/1114.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1114.42/1114.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
1114.42/1114.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1114.42/1114.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1114.42/1114.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1114.42/1114.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1114.42/1114.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1114.52/1114.52	c lits-rem:        18  cl-subs:       27  v-elim:      0  v-fix:    0  time:  0.03 s
1114.52/1114.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1117.12/1117.12	c lits-rem:      4014  cl-subs:     1273  v-elim:      0  v-fix:    0  time:  2.56 s
1117.12/1117.13	c vivif2 --  cl tried    39657 cl shrink        0 lits rem          0 time: 0.00
1117.12/1117.15	c vivif2 --  cl tried   111734 cl shrink        0 lits rem          0 time: 0.02
1117.42/1117.44	c asymm  cl-useful: 3/455/39657 lits-rem:3 time: 0.30
1117.42/1117.45	c calculated reachability. Time: 0.00
1117.42/1117.45	c  N dy 29974   6716011       150     39657         0    111734    324182   1251518     12.47   no data
1120.93/1120.94	c  N dy 30085   6736841       150     39657         0    131580    324182   1621221     12.47     13.37
1124.62/1124.64	c  N dy 30185   6756980       150     39657         0    150850    324181   1989471     12.47     13.15
1128.81/1128.87	c  N dy 30291   6777042       150     39657         0    170018    324181   2349858     12.47     17.64
1133.62/1133.64	c  N dy 30410   6797050       150     39657         0    189141    324180   2711482     12.47     13.22
1139.22/1139.20	c  N dy 30510   6817582       150     39657         0    208748    324180   3086809     12.47     13.31
1145.32/1145.30	c  N dy 30593   6837583       150     39657         0    118110    324180   1356685     12.47     13.15
1148.72/1148.76	c  N dy 30701   6857647       150     39657         0    137186    324180   1706872     12.47     15.91
1152.51/1152.58	c  N dy 30799   6877734       150     39657         0    156376    324179   2072066     12.47     13.24
1157.01/1157.09	c  N dy 30894   6897826       150     39657         0    175509    324179   2435273     12.48     16.56
1162.41/1162.46	c  N dy 31005   6918542       150     39657         0    195269    324178   2814052     12.48     13.21
1168.12/1168.13	c  N dy 31117   6938586       150     39657         0    214379    324178   3172316     12.48     13.81
1172.62/1172.64	c  N dy 31178   6958677       150     39657         0    122761    324177   1440828     12.48     15.27
1176.21/1176.21	c  N dy 31255   6978784       150     39657         0    141842    324177   1797654     12.48     13.24
1180.23/1180.25	c  N dy 31347   6998864       150     39657         0    160911    324176   2148722     12.48     13.18
1184.73/1184.73	c  N dy 31417   7018959       150     39657         0    180049    324175   2509321     12.48     13.36
1189.32/1189.35	c  N dy 31514   7038971       150     39657         0    199166    324175   2873158     12.48     14.03
1194.62/1194.63	c  N dy 31593   7058987       150     39657         0    218316    324174   3231169     12.48     13.15
1199.52/1199.50	c  N dy 31708   7079013       150     39657         0    125851    324174   1500184     12.48     14.92
1203.02/1203.04	c  N dy 31786   7099049       150     39657         0    144940    324172   1855126     12.48     15.13
1207.12/1207.16	c  N dy 31849   7119777       150     39657         0    164648    324172   2225613     12.48     13.26
1211.91/1211.98	c  N dy 31949   7139830       150     39657         0    183705    324170   2580864     12.48     14.19
1217.41/1217.47	c  N dy 32043   7159878       150     39657         0    202823    324170   2941150     12.48     13.38
1223.62/1223.62	c  N dy 32149   7180098       150     39657         0    221966    324169   3296424     12.48     13.16
1228.31/1228.38	c  N dy 32254   7200995       150     39657         0    129381    324169   1553388     12.48     13.16
1231.01/1231.06	c  S st 32307   7216013       150     39657         0    143667    324169   1823967     12.48   no data
1231.31/1231.38	c  S st 32307   7216520       150     39657         0    144154    324169   1832011     12.48   no data
1231.31/1231.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1231.41/1231.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.08
1231.41/1231.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1231.41/1231.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1231.41/1231.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1231.41/1231.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1231.41/1231.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1231.51/1231.51	c lits-rem:         3  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.03 s
1231.51/1231.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1238.81/1238.81	c lits-rem:      7726  cl-subs:     3484  v-elim:      0  v-fix:    0  time:  7.25 s
1238.81/1238.82	c vivif2 --  cl tried    39625 cl shrink        0 lits rem          0 time: 0.00
1238.81/1238.84	c vivif2 --  cl tried   140698 cl shrink        0 lits rem          0 time: 0.03
1239.11/1239.17	c asymm  cl-useful: 3/366/39625 lits-rem:3 time: 0.32
1239.11/1239.17	c calculated reachability. Time: 0.00
1239.11/1239.17	c  N dy 32307   7216520       150     39625         0    140698    323843   1762449     12.48   no data
1242.82/1242.89	c  N dy 32376   7236571       150     39625         0    159794    323843   2125267     12.48     13.31
1247.22/1247.21	c  N dy 32455   7256585       150     39625         0    178868    323843   2483742     12.48     14.13
1252.32/1252.32	c  N dy 32543   7276885       150     39625         0    198241    323843   2852353     12.48     13.15
1257.92/1257.91	c  N dy 32608   7298843       150     39625         0    218985    323842   3232230     12.48     13.21
1263.01/1263.06	c  N dy 32675   7318914       150     39625         0    124575    323840   1452069     12.47     14.72
1266.62/1266.68	c  N dy 32772   7339010       150     39625         0    143744    323839   1814334     12.48     13.14
1271.72/1271.78	c  N dy 32879   7359105       150     39625         0    162936    323838   2175948     12.48     13.40
1277.22/1277.24	c  N dy 32983   7379445       150     39625         0    182402    323837   2545154     12.48     13.14
1283.12/1283.15	c  N dy 33069   7399456       150     39625         0    201399    323837   2903292     12.48     14.90
1288.71/1288.75	c  N dy 33168   7419516       150     39625         0    220540    323835   3262549     12.48     14.82
1294.12/1294.16	c  N dy 33273   7439521       150     39625         0    125257    323835   1466144     12.48     13.41
1297.93/1297.91	c  N dy 33370   7459546       150     39625         0    144406    323833   1829711     12.48     13.75

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-3368037-1305392757/watcher-3368037-1305392757 -o /tmp/evaluation-result-3368037-1305392757/solver-3368037-1305392757 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368037-1305392757.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.03 4.02 3.86 5/284 25239
/proc/meminfo: memFree=20931072/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=29740 CPUtime=0 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 767 0 0 0 0 0 0 0 25 0 1 0 650875447 30453760 707 33554432000 4194304 4580011 140733656093056 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 7435 708 322 95 0 2417 0

[startup+0.092661 s]
/proc/loadavg: 4.03 4.02 3.86 5/284 25239
/proc/meminfo: memFree=20931072/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=32556 CPUtime=0.08 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 2111 0 0 0 8 0 0 0 18 0 1 0 650875447 33337344 2051 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 8139 2051 340 95 0 3121 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32556

[startup+0.100661 s]
/proc/loadavg: 4.03 4.02 3.86 5/284 25239
/proc/meminfo: memFree=20931072/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=32556 CPUtime=0.09 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 2116 0 0 0 9 0 0 0 18 0 1 0 650875447 33337344 2056 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 8139 2056 340 95 0 3121 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32556

[startup+0.300571 s]
/proc/loadavg: 4.03 4.02 3.86 5/284 25239
/proc/meminfo: memFree=20931072/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=50160 CPUtime=0.28 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 6382 0 0 0 28 0 0 0 18 0 1 0 650875447 51363840 6272 33554432000 4194304 4580011 140733656093056 18446744073709551615 4451799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 12540 6272 352 95 0 7522 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 50160

[startup+0.700499 s]
/proc/loadavg: 4.03 4.02 3.86 5/284 25239
/proc/meminfo: memFree=20931072/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=50160 CPUtime=0.68 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 6382 0 0 0 68 0 0 0 18 0 1 0 650875447 51363840 6272 33554432000 4194304 4580011 140733656093056 18446744073709551615 4451599 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 12540 6272 352 95 0 7522 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 50160

[startup+1.50036 s]
/proc/loadavg: 4.03 4.02 3.86 5/285 25240
/proc/meminfo: memFree=20896168/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=50160 CPUtime=1.48 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 6384 0 0 0 148 0 0 0 19 0 1 0 650875447 51363840 6274 33554432000 4194304 4580011 140733656093056 18446744073709551615 4416214 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 12540 6274 354 95 0 7522 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 50160

[startup+3.10114 s]
/proc/loadavg: 4.03 4.02 3.86 5/285 25240
/proc/meminfo: memFree=20889720/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=50160 CPUtime=3.08 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 6384 0 0 0 308 0 0 0 25 0 1 0 650875447 51363840 6274 33554432000 4194304 4580011 140733656093056 18446744073709551615 4416373 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 12540 6274 354 95 0 7522 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 50160

[startup+6.3005 s]
/proc/loadavg: 4.03 4.02 3.86 5/285 25240
/proc/meminfo: memFree=20882652/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=55788 CPUtime=6.28 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 9890 0 0 0 627 1 0 0 25 0 1 0 650875447 57126912 6884 33554432000 4194304 4580011 140733656093056 18446744073709551615 4439198 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 13947 6884 367 95 0 8929 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 55788

[startup+12.7004 s]
/proc/loadavg: 4.02 4.02 3.86 5/285 25240
/proc/meminfo: memFree=20856392/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=56888 CPUtime=12.69 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 12958 0 0 0 1267 2 0 0 25 0 1 0 650875447 58253312 7774 33554432000 4194304 4580011 140733656093056 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 14222 7774 367 95 0 9204 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56888

[startup+25.5011 s]
/proc/loadavg: 4.02 4.02 3.86 5/285 25240
/proc/meminfo: memFree=20839260/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=69072 CPUtime=25.48 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 22867 0 0 0 2544 4 0 0 25 0 1 0 650875447 70729728 9479 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 17268 9479 367 95 0 12250 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 69072

[startup+51.1006 s]
/proc/loadavg: 4.09 4.03 3.87 5/285 25241
/proc/meminfo: memFree=20804832/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=69668 CPUtime=51.09 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 38699 0 0 0 5102 7 0 0 25 0 1 0 650875447 71340032 9496 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 17417 9496 367 95 0 12399 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69668

[startup+102.31 s]
/proc/loadavg: 4.04 4.03 3.87 5/285 25243
/proc/meminfo: memFree=20784588/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=70668 CPUtime=102.29 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 63251 0 0 0 10218 11 0 0 25 0 1 0 650875447 72364032 10339 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 17667 10339 367 95 0 12649 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 70668

[startup+162.301 s]
/proc/loadavg: 4.05 4.03 3.88 5/285 25244
/proc/meminfo: memFree=20744636/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=80696 CPUtime=162.29 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 85996 0 0 0 16212 17 0 0 25 0 1 0 650875447 82632704 13343 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 20174 13343 367 95 0 15156 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 80696

[startup+222.3 s]
/proc/loadavg: 4.08 4.04 3.89 5/285 25246
/proc/meminfo: memFree=20727244/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=81216 CPUtime=222.29 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 105438 0 0 0 22207 22 0 0 25 0 1 0 650875447 83165184 13180 33554432000 4194304 4580011 140733656093056 18446744073709551615 4451572 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 20304 13180 367 95 0 15286 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 81216

[startup+282.301 s]
/proc/loadavg: 4.03 4.03 3.90 5/285 25247
/proc/meminfo: memFree=20709484/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=81552 CPUtime=282.3 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 121725 0 0 0 28203 27 0 0 25 0 1 0 650875447 83509248 13345 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 20388 13345 367 95 0 15370 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 81552

[startup+342.301 s]
/proc/loadavg: 4.01 4.02 3.91 5/285 25249
/proc/meminfo: memFree=20677728/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=86556 CPUtime=342.3 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 137644 0 0 0 34198 32 0 0 25 0 1 0 650875447 88633344 14913 33554432000 4194304 4580011 140733656093056 18446744073709551615 4316523 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 21639 14913 371 95 0 16621 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 86556

[startup+402.3 s]
/proc/loadavg: 4.00 4.02 3.91 5/285 25250
/proc/meminfo: memFree=20652264/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=106800 CPUtime=402.29 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 154238 0 0 0 40194 35 0 0 25 0 1 0 650875447 109363200 19330 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 26700 19330 367 95 0 21682 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 106800

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 3.91 5/285 25252
/proc/meminfo: memFree=20639236/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=108608 CPUtime=462.3 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 167805 0 0 0 46190 40 0 0 25 0 1 0 650875447 111214592 20329 33554432000 4194304 4580011 140733656093056 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 27152 20329 367 95 0 22134 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 108608

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/285 25254
/proc/meminfo: memFree=20627288/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=108860 CPUtime=522.29 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 180193 0 0 0 52187 42 0 0 25 0 1 0 650875447 111472640 19503 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 27215 19503 367 95 0 22197 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 108860

[startup+582.3 s]
/proc/loadavg: 4.07 4.03 3.92 5/285 25255
/proc/meminfo: memFree=20628132/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=109808 CPUtime=582.3 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 191631 0 0 0 58185 45 0 0 25 0 1 0 650875447 112443392 20685 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 27452 20685 367 95 0 22434 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 109808

[startup+642.301 s]
/proc/loadavg: 4.07 4.04 3.93 5/285 25257
/proc/meminfo: memFree=20603784/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=109972 CPUtime=642.31 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 202833 0 0 0 64183 48 0 0 25 0 1 0 650875447 112611328 21406 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 27493 21406 367 95 0 22475 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 109972

[startup+702.301 s]
/proc/loadavg: 4.08 4.04 3.93 5/285 25259
/proc/meminfo: memFree=20611676/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=111908 CPUtime=702.3 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 213927 0 0 0 70180 50 0 0 25 0 1 0 650875447 114593792 21554 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 27977 21554 368 95 0 22959 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 111908

[startup+762.311 s]
/proc/loadavg: 4.03 4.03 3.93 5/285 25260
/proc/meminfo: memFree=20590924/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=112976 CPUtime=762.32 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 224692 0 0 0 76178 54 0 0 25 0 1 0 650875447 115687424 21230 33554432000 4194304 4580011 140733656093056 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 28244 21230 367 95 0 23226 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 112976

[startup+822.301 s]
/proc/loadavg: 4.04 4.03 3.94 5/285 25262
/proc/meminfo: memFree=20594760/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=113100 CPUtime=822.31 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 233628 0 0 0 82174 57 0 0 25 0 1 0 650875447 115814400 22504 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 28275 22504 367 95 0 23257 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 113100

[startup+882.301 s]
/proc/loadavg: 4.01 4.03 3.94 5/285 25263
/proc/meminfo: memFree=20568700/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=113300 CPUtime=882.31 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 244345 0 0 0 88171 60 0 0 25 0 1 0 650875447 116019200 21612 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 28325 21612 367 95 0 23307 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 113300

[startup+942.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/285 25265
/proc/meminfo: memFree=20546364/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=113428 CPUtime=942.31 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 253432 0 0 0 94168 63 0 0 25 0 1 0 650875447 116150272 22738 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 28357 22738 367 95 0 23339 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 113428

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/285 25267
/proc/meminfo: memFree=20519180/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=132580 CPUtime=1002.31 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 265567 0 0 0 100165 66 0 0 25 0 1 0 650875447 135761920 26820 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 33145 26820 367 95 0 28127 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 132580

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.94 5/285 25268
/proc/meminfo: memFree=20524860/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=132708 CPUtime=1062.32 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 274440 0 0 0 106163 69 0 0 25 0 1 0 650875447 135892992 27320 33554432000 4194304 4580011 140733656093056 18446744073709551615 4305278 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 33177 27320 367 95 0 28159 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 132708

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/285 25270
/proc/meminfo: memFree=20516016/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=132916 CPUtime=1122.32 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 285420 0 0 0 112160 72 0 0 25 0 1 0 650875447 136105984 25751 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 33229 25751 367 95 0 28211 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 132916

[startup+1182.3 s]
/proc/loadavg: 4.11 4.03 3.95 5/285 25271
/proc/meminfo: memFree=20521568/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=133052 CPUtime=1182.32 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 294682 0 0 0 118157 75 0 0 25 0 1 0 650875447 136245248 26378 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 33263 26378 367 95 0 28245 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 133052

[startup+1242.3 s]
/proc/loadavg: 4.11 4.04 3.95 5/285 25273
/proc/meminfo: memFree=20505292/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=133192 CPUtime=1242.32 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 303205 0 0 0 124154 78 0 0 25 0 1 0 650875447 136388608 26181 33554432000 4194304 4580011 140733656093056 18446744073709551615 4294577 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 33298 26181 367 95 0 28280 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 133192



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.03 3.95 2/279 25277
/proc/meminfo: memFree=20861212/32950904 swapFree=67057400/67111528
[pid=25239] ppid=25237 vsize=133328 CPUtime=1300.02 cores=4,6
/proc/25239/stat : 25239 (strangenight2-s) R 25237 25239 24601 0 -1 4202496 311985 0 0 0 129922 80 0 0 25 0 1 0 650875447 136527872 26024 33554432000 4194304 4580011 140733656093056 18446744073709551615 4321302 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/25239/statm: 33332 26024 367 95 0 28314 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 133328

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): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.23
CPU system time (s): 0.812876
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 222340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.23
system time used= 0.812876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311985
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= 10
involuntary context switches= 740

runsolver used 3.47047 second user time and 7.97779 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-14 19:05:57
IDJOB=3368037
IDBENCH=83930
IDSOLVER=1845
FILE ID=node121/3368037-1305392757
RUNJOBID= node121-1305391454-25039
PBS_JOBID= 13324417
Free space on /tmp= 73412 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368037-1305392757/watcher-3368037-1305392757 -o /tmp/evaluation-result-3368037-1305392757/solver-3368037-1305392757 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368037-1305392757.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=324885591

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      20931228 kB
Buffers:        296708 kB
Cached:        5956316 kB
SwapCached:       7656 kB
Active:        6448244 kB
Inactive:      5218208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20931228 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:           28364 kB
Writeback:          72 kB
AnonPages:     5410988 kB
Mapped:          22612 kB
Slab:           266304 kB
PageTables:      24752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30770452 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= 73424 MiB
End job on node121 at 2011-05-14 19:27:39