Trace number 3293201

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st? (TO) 1300.03 1300.01

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0421
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3293201-1303790667.cnf'
0.00/0.00	c -- header says num vars:          11313
0.00/0.00	c -- header says num clauses:      305160
0.05/0.07	c -- clauses added:            0 learnts,       305160 normals,            0 xors
0.05/0.07	c -- vars added      11313
0.05/0.07	c Parsing time:  0.07 s
0.05/0.07	c  N st     0         0     11313      1257    303903         0    619119         0   no data   no data  --
0.05/0.08	c asymm  cl-useful: 0/1257/1257 lits-rem:0 time: 0.00
0.09/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.09
0.19/0.21	c bin-w-bin subsume rem            0 bins  time:  0.03 s
0.19/0.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.19/0.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  11313 time:  0.03 s
0.19/0.30	c Removed useless bin:       0  fixed:     0  props:   1.56M  time:  0.03 s
0.38/0.49	c lits-rem:         0  cl-subs:        9  v-elim:   1392  v-fix:    0  time:  0.19 s
0.49/0.50	c Finding binary XORs  T:     0.01 s  found:       0
0.49/0.53	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.49/0.53	c calculated reachability. Time: 0.00
0.49/0.54	c Calc default polars -  time:   0.01 s pos:    5007 undec:    1392 neg:    4914
0.49/0.54	c =========================================================================================
0.49/0.54	c types(t): F = full restart, N = normal restart
0.49/0.54	c types(t): S = simplification begin/end, E = solution found
0.49/0.54	c restart types(rt): st = static, dy = dynamic
0.49/0.54	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.54	c  B st     0         0      9921     63882    239858         0   1080140         0   no data   no data  --
1.09/1.17	c  N dy    12      4113      9921     63882    239858      4005   1080140    137179      8.87      9.35  --
1.69/1.71	c  N dy    27      8179      9921     63882    239858      5540   1080140    132542      8.80     15.83  --
2.19/2.29	c  N dy    45     12356      9921     63882    239858      5445   1080140    103982      8.88      9.36  --
2.79/2.80	c  N dy    66     16410      9921     63882    239858      9399   1080140    198993      9.02      9.54  --
3.29/3.35	c  N dy    85     20544      9921     63882    239858      7960   1080140    167222      9.06      9.56  --
3.89/3.97	c  N dy   111     24615      9921     63882    239858     11923   1080140    276452      9.18      9.89  --
3.99/4.04	c  F st   115     25000      9921     63882    239858     12305   1080140    290040      9.24   no data  --
4.79/4.89	c  N dy   121     30003      9921     63882    239858     10600   1080140    294824      9.24   no data  --
4.79/4.89	c  S st   121     30003      9921     63882    239858     10600   1080140    294824      9.24   no data  --
4.99/5.05	c  S st   121     30506      9921     63882    239858     11102   1080140    316869      9.24   no data  --
4.99/5.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4.99/5.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.59/5.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 32.0M T:  0.61
5.68/5.72	c bin-w-bin subsume rem            0 bins  time:  0.02 s
6.68/6.71	c subs with bin:        0  lits-rem:        21  v-fix:    0  time:  0.99 s
6.68/6.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.03 s
6.68/6.77	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
8.58/8.61	c lits-rem:       133  cl-subs:      420  v-elim:      0  v-fix:    0  time:  1.84 s
8.69/8.79	c asymm  cl-useful: 0/8195/63882 lits-rem:0 time: 0.17
8.69/8.80	c calculated reachability. Time: 0.00
8.69/8.80	c  N dy   121     30506      9921     63882    239858     10682   1080119    310058      9.24   no data  --
9.28/9.36	c  N dy   138     34595      9921     63882    239858     14681   1080119    413559      9.23      9.80  --
9.90/9.96	c  N dy   158     38630      9921     63882    239858     10876   1080119    239132      9.27     10.07  --
10.49/10.58	c  N dy   183     42705      9921     63882    239858     14845   1080119    347001      9.34      9.92  --
11.00/11.05	c  S st   199     45759      9921     63882    239858      9081   1080119    168305      9.35      7.77  --
11.09/11.19	c  S st   199     46259      9921     63882    239858      9580   1080119    189872      9.35   no data  --
11.19/11.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.19/11.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.79/11.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 32.3M T:  0.64
11.79/11.89	c bin-w-bin subsume rem            0 bins  time:  0.02 s
12.29/12.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.49 s
12.39/12.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.03 s
12.39/12.44	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
13.29/13.36	c lits-rem:        60  cl-subs:      170  v-elim:      0  v-fix:    0  time:  0.92 s
13.29/13.38	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
13.29/13.39	c vivif2 --  cl tried     9410 cl shrink        0 lits rem          0 time: 0.01
13.49/13.56	c asymm  cl-useful: 0/5145/63882 lits-rem:0 time: 0.17
13.49/13.57	c calculated reachability. Time: 0.00
13.49/13.57	c  N dy   199     46259      9921     63882    239858      9410   1080119    187667      9.35   no data  --
14.09/14.14	c  N dy   208     50331      9921     63882    239858     13337   1080119    289470      9.29      9.87  --
14.69/14.78	c  N dy   224     54358      9921     63882    239858     17236   1080119    392545      9.27      9.91  --
15.29/15.39	c  N dy   239     58454      9921     63882    239858     11495   1080119    220915      9.24      9.77  --
15.99/16.00	c  N dy   256     63049      9921     63882    239858     15899   1080119    328191      9.24      9.84  --
16.59/16.66	c  N dy   276     67104      9921     63882    239858     19855   1080119    436424      9.27      9.85  --
16.99/17.03	c  S st   283     69389      9921     63882    239858     11427   1080119    206273      9.24      7.46  --
17.09/17.18	c  S st   283     69890      9921     63882    239858     11927   1080119    229124      9.24   no data  --
17.09/17.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
17.09/17.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.69/17.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 32.4M T:  0.58
17.79/17.81	c bin-w-bin subsume rem            0 bins  time:  0.02 s
18.29/18.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.53 s
18.29/18.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.03 s
18.39/18.40	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
18.89/18.95	c lits-rem:        44  cl-subs:      646  v-elim:      0  v-fix:    0  time:  0.55 s
18.89/18.96	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
18.89/18.97	c vivif2 --  cl tried    11281 cl shrink        0 lits rem          0 time: 0.01
19.09/19.13	c asymm  cl-useful: 0/4411/63882 lits-rem:0 time: 0.16
19.09/19.14	c calculated reachability. Time: 0.00
19.09/19.14	c  N dy   283     69890      9921     63882    239858     11281   1080119    222662      9.24   no data  --
19.69/19.73	c  N dy   295     74387      9921     63882    239858     15622   1080119    324490      9.21      9.87  --
20.39/20.44	c  N dy   320     79251      9921     63882    239858     20338   1080119    442057      9.22      9.74  --
21.18/21.24	c  N dy   341     84402      9921     63882    239858     13724   1080119    261729      9.22     11.28  --
21.58/21.68	c  F st   352     87500      9921     63882    239858     16703   1080119    332478      9.21      8.49  --
22.28/22.38	c  N st   357     90797      9921     63882    239858     19947   1080119    461788      9.21   no data  --
23.58/23.61	c  N dy   380     96724      9921     63882    239858     13117   1080119    237404      9.21      9.71  --
24.59/24.62	c  N dy   404    102932      9921     63882    239858     19148   1080119    390291      9.21      9.80  --
24.89/24.94	c  S st   414    104836      9921     63882    239858     20992   1080119    438926      9.21      7.82  --
25.09/25.10	c  S st   414    105338      9921     63882    239858     21492   1080119    459670      9.21   no data  --
25.09/25.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
25.09/25.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
25.79/25.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 32.8M T:  0.69
25.79/25.86	c bin-w-bin subsume rem            0 bins  time:  0.02 s
26.69/26.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.91 s
26.79/26.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.03 s
26.79/26.82	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
27.40/27.50	c lits-rem:       206  cl-subs:      925  v-elim:      0  v-fix:    0  time:  0.67 s
27.50/27.52	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
27.50/27.54	c vivif2 --  cl tried    20567 cl shrink        0 lits rem          0 time: 0.02
27.69/27.70	c asymm  cl-useful: 0/2973/63882 lits-rem:0 time: 0.17
27.69/27.72	c calculated reachability. Time: 0.00
27.69/27.72	c  N dy   414    105338      9921     63882    239858     20567   1080119    448626      9.21   no data  --
28.89/28.94	c  N dy   456    112174      9921     63882    239858     13607   1080119    245349      9.26      9.75  --
30.09/30.14	c  N dy   497    119384      9921     63882    239858     20634   1080119    459169      9.31      9.90  --
31.39/31.45	c  N dy   531    127180      9921     63882    239858     28197   1080119    666829      9.32      9.84  --
32.90/32.91	c  N dy   582    135374      9921     63882    239858     21616   1080119    464726      9.37     11.64  --
34.29/34.32	c  N dy   624    144026      9921     63882    239858     29973   1080119    692116      9.39     11.56  --
35.89/35.99	c  N dy   679    153283      9921     63882    239858     23456   1080119    506054      9.43     10.12  --
36.59/36.69	c  S st   703    158007      9921     63882    239858     27977   1080119    622607      9.44      7.94  --
36.79/36.85	c  S st   703    158513      9921     63882    239858     28481   1080119    641228      9.44   no data  --
36.79/36.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
36.79/36.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.49/37.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 33.8M T:  0.66
37.49/37.58	c bin-w-bin subsume rem            0 bins  time:  0.02 s
38.50/38.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.01 s
38.59/38.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.03 s
38.59/38.65	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
39.49/39.51	c lits-rem:       253  cl-subs:     1627  v-elim:      0  v-fix:    0  time:  0.85 s
39.49/39.52	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
39.49/39.55	c vivif2 --  cl tried    26854 cl shrink        0 lits rem          0 time: 0.03
39.69/39.73	c asymm  cl-useful: 0/3284/63882 lits-rem:0 time: 0.18
39.69/39.74	c calculated reachability. Time: 0.00
39.69/39.74	c  N dy   703    158513      9921     63882    239858     26854   1080119    621900      9.44   no data  --
41.59/41.65	c  N dy   766    168833      9921     63882    239858     20447   1080119    432459      9.50     10.01  --
43.39/43.43	c  N dy   831    179692      9921     63882    239858     30994   1080119    732090      9.54     10.35  --
45.59/45.60	c  N dy   892    191171      9921     63882    239858     24639   1080119    528638      9.56     10.49  --
47.89/47.96	c  N dy   959    203517      9921     63882    239858     36606   1080119    871786      9.59     10.15  --
50.29/50.34	c  N dy  1041    216529      9921     63882    239858     30826   1080119    714903      9.63     11.40  --
52.98/53.06	c  N dy  1118    230434      9921     63882    239858     24922   1080119    524705      9.68     10.57  --
54.38/54.43	c  S st  1160    237769      9921     63882    239858     32016   1080119    727631      9.70   no data  --
54.58/54.60	c  S st  1160    238273      9921     63882    239858     32519   1080119    749182      9.70   no data  --
54.58/54.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
54.58/54.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.18/55.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 35.5M T:  0.67
55.28/55.35	c bin-w-bin subsume rem            0 bins  time:  0.02 s
56.28/56.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.04 s
56.38/56.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.03 s
56.38/56.44	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
57.29/57.39	c lits-rem:       218  cl-subs:     1398  v-elim:      0  v-fix:    0  time:  0.94 s
57.39/57.41	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
57.39/57.44	c vivif2 --  cl tried    31121 cl shrink        0 lits rem          0 time: 0.03
57.59/57.61	c asymm  cl-useful: 0/2821/63882 lits-rem:0 time: 0.17
57.59/57.62	c calculated reachability. Time: 0.00
57.59/57.62	c  N dy  1160    238273      9921     63882    239858     31121   1080119    730487      9.70   no data  --
60.40/60.45	c  N dy  1244    253697      9921     63882    239858     25696   1080119    530439      9.72     10.31  --
63.39/63.41	c  N dy  1334    269978      9921     63882    239858     41454   1080119    974540      9.74     12.75  --
66.38/66.46	c  N dy  1428    287428      9921     63882    239858     37040   1080119    826111      9.76     10.42  --
69.59/69.60	c  N dy  1514    306130      9921     63882    239858     32830   1080119    678225      9.76     10.53  --
69.59/69.61	c  F st  1515    306250      9921     63882    239858     32940   1080119    680079      9.76      8.00  --
73.29/73.38	c  N dy  1586    325726      9921     63882    239858     28593   1080119    544973      9.76     11.33  --
76.49/76.53	c  N dy  1666    345815      9921     63882    239858     47913   1080119   1042392      9.76     11.25  --
78.69/78.75	c  S st  1744    357411      9921     63882    239858     35073   1080119    751178      9.79      9.17  --
78.89/78.93	c  S st  1744    357912      9921     63882    239858     35573   1080119    769499      9.79   no data  --
78.89/78.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
78.89/78.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
79.69/79.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 34.8M T:  0.80
79.79/79.82	c bin-w-bin subsume rem            0 bins  time:  0.02 s
80.89/80.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.10 s
80.89/80.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.03 s
80.89/80.97	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
81.89/81.95	c lits-rem:       244  cl-subs:     2048  v-elim:      0  v-fix:    0  time:  0.98 s
81.89/81.97	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
81.99/82.00	c vivif2 --  cl tried    33525 cl shrink        0 lits rem          0 time: 0.03
82.09/82.17	c asymm  cl-useful: 0/2485/63882 lits-rem:0 time: 0.17
82.09/82.18	c calculated reachability. Time: 0.00
82.09/82.18	c  N dy  1744    357912      9921     63882    239858     33525   1080119    746628      9.79   no data  --
86.19/86.29	c  N dy  1874    377924      9921     63882    239858     27854   1080119    512105      9.85     11.20  --
89.69/89.76	c  N dy  1976    397999      9921     63882    239858     47249   1080119   1064642      9.85     11.74  --
93.79/93.81	c  N dy  2097    418021      9921     63882    239858     40577   1080119    879495      9.88     13.03  --
97.69/97.78	c  N dy  2224    438163      9921     63882    239858     32987   1080119    656487      9.93     10.48  --
101.89/101.90	c  N dy  2346    458200      9921     63882    239858     52419   1080119   1239055      9.95     14.13  --
105.99/106.05	c  N dy  2467    478298      9921     63882    239858     43838   1080119    965818      9.98     10.55  --
110.39/110.46	c  N dy  2613    498633      9921     63882    239858     34498   1080119    658738     10.03     10.66  --
114.89/114.94	c  N dy  2768    518744      9921     63882    239858     54169   1080119   1301993     10.08     10.71  --
118.69/118.73	c  S st  2885    536868      9921     63882    239858     41539   1080119    853377     10.11   no data  --
118.89/118.92	c  S st  2885    537371      9921     63882    239858     42041   1080119    878133     10.11   no data  --
118.89/118.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
118.89/118.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
119.59/119.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 35.9M T:  0.75
119.69/119.75	c bin-w-bin subsume rem            0 bins  time:  0.02 s
120.79/120.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.07 s
120.79/120.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.03 s
120.79/120.88	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
121.99/122.02	c lits-rem:       224  cl-subs:     2427  v-elim:      0  v-fix:    0  time:  1.14 s
121.99/122.04	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
121.99/122.07	c vivif2 --  cl tried    39614 cl shrink        0 lits rem          0 time: 0.03
122.19/122.24	c asymm  cl-useful: 0/2337/63882 lits-rem:0 time: 0.16
122.19/122.25	c calculated reachability. Time: 0.00
122.19/122.25	c  N dy  2885    537371      9921     63882    239858     39614   1080119    852363     10.11   no data  --
126.59/126.64	c  N dy  3011    557435      9921     63882    239858     59186   1080119   1483855     10.13     10.84  --
130.80/130.81	c  N dy  3140    577631      9921     63882    239858     47686   1080119   1063579     10.17     10.73  --
134.89/134.99	c  N dy  3270    597701      9921     63882    239858     35070   1080119    634839     10.19     10.78  --
138.99/139.06	c  N dy  3371    617787      9921     63882    239858     54622   1080119   1217906     10.20     11.37  --
142.90/142.97	c  N dy  3480    637884      9921     63882    239858     41055   1080119    794058     10.21     12.28  --
146.99/147.09	c  N dy  3604    657929      9921     63882    239858     60542   1080119   1406005     10.23     11.27  --
151.39/151.42	c  N dy  3736    678296      9921     63882    239858     46329   1080119    962596     10.26     10.81  --
155.89/155.92	c  N dy  3824    698396      9921     63882    239858     65985   1080119   1583621     10.26     10.81  --
160.09/160.19	c  N dy  3966    718400      9921     63882    239858     50390   1080119   1067221     10.29     10.91  --
164.79/164.84	c  N dy  4109    738792      9921     63882    239858     70286   1080119   1721756     10.32     10.95  --
169.19/169.21	c  N dy  4238    758822      9921     63882    239858     53808   1080119   1157003     10.34     13.59  --
173.99/174.04	c  N dy  4368    778854      9921     63882    239858     73302   1080119   1778030     10.36     13.20  --
178.19/178.26	c  N dy  4507    798944      9921     63882    239858     55839   1080119   1199509     10.38     12.00  --
179.99/180.01	c  S st  4564    806058      9921     63882    239858     62819   1080119   1438341     10.39   no data  --
180.19/180.22	c  S st  4564    806564      9921     63882    239858     63324   1080119   1462462     10.39   no data  --
180.19/180.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
180.19/180.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
180.99/181.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 38.0M T:  0.84
181.09/181.18	c bin-w-bin subsume rem            0 bins  time:  0.02 s
182.39/182.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.22 s
182.39/182.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.03 s
182.39/182.46	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
184.70/184.70	c lits-rem:       151  cl-subs:     3760  v-elim:      0  v-fix:    0  time:  2.23 s
184.70/184.72	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
184.70/184.77	c vivif2 --  cl tried    59564 cl shrink        0 lits rem          0 time: 0.06
184.89/184.96	c asymm  cl-useful: 0/2005/63882 lits-rem:0 time: 0.18
184.89/184.97	c calculated reachability. Time: 0.00
184.89/184.97	c  N dy  4564    806564      9921     63882    239858     59564   1080119   1416555     10.39   no data  --
189.59/189.63	c  N dy  4697    827138      9921     63882    239858     41615   1080119    739388     10.41     11.15  --
194.09/194.10	c  N dy  4826    847735      9921     63882    239858     61800   1080119   1402425     10.43     10.99  --
198.89/198.99	c  N dy  4967    867806      9921     63882    239858     42390   1080119    785952     10.45     12.85  --
203.59/203.64	c  N dy  5122    887833      9921     63882    239858     62026   1080119   1469712     10.48     12.98  --
208.69/208.80	c  N dy  5276    907891      9921     63882    239858     41606   1080119    737659     10.51     17.18  --
212.79/212.88	c  N dy  5394    927976      9921     63882    239858     61136   1080119   1352389     10.52     13.36  --
217.49/217.52	c  N dy  5526    948481      9921     63882    239858     81146   1080119   1990173     10.54     11.13  --
221.59/221.66	c  N dy  5639    968546      9921     63882    239858     59771   1080119   1283881     10.55     14.81  --
226.49/226.58	c  N dy  5770    988922      9921     63882    239858     79729   1080119   1964165     10.57     11.16  --
231.00/231.03	c  N dy  5896   1009009      9921     63882    239858     57295   1080119   1197996     10.58     11.20  --
235.69/235.79	c  N dy  6043   1029404      9921     63882    239858     77179   1080119   1860260     10.60     11.35  --
240.29/240.38	c  N dy  6186   1049483      9921     63882    239858     53834   1080119   1101474     10.62     12.66  --
245.39/245.43	c  N dy  6327   1069544      9921     63882    239858     73562   1080119   1795544     10.64     11.70  --
246.09/246.13	c  F st  6348   1071876      9921     63882    239858     75865   1080119   1886264     10.65   no data  --
250.39/250.45	c  N dy  6425   1089761      9921     63882    239858     49299   1080119    892162     10.65     11.24  --
255.10/255.10	c  N dy  6562   1109791      9921     63882    239858     68807   1080119   1532332     10.67     11.40  --
259.39/259.46	c  N dy  6669   1130074      9921     63882    239858     88512   1080119   2147766     10.67     11.32  --
264.19/264.25	c  N dy  6818   1150167      9921     63882    239858     63342   1080119   1363790     10.69     13.61  --
268.49/268.52	c  N dy  6924   1170230      9921     63882    239858     82850   1080119   1985960     10.69     12.18  --
273.39/273.40	c  N dy  7061   1190399      9921     63882    239858     56691   1080119   1104287     10.70     11.39  --
277.69/277.71	c  S st  7183   1209847      9921     63882    239858     75728   1080119   1731809     10.71   no data  --
277.89/277.90	c  S st  7183   1210349      9921     63882    239858     76229   1080119   1748917     10.71   no data  --
277.89/277.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
277.89/277.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
278.79/278.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 39.4M T:  0.93
278.89/278.95	c bin-w-bin subsume rem            0 bins  time:  0.02 s
280.09/280.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.20 s
280.09/280.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.03 s
280.19/280.21	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
283.09/283.15	c lits-rem:       181  cl-subs:     2083  v-elim:      0  v-fix:    0  time:  2.94 s
283.09/283.17	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
283.19/283.25	c vivif2 --  cl tried    74146 cl shrink        0 lits rem          0 time: 0.08
283.39/283.44	c asymm  cl-useful: 0/1892/63882 lits-rem:0 time: 0.19
283.39/283.45	c calculated reachability. Time: 0.00
283.39/283.45	c  N dy  7183   1210349      9921     63882    239858     74146   1080119   1718368     10.71   no data  --
288.40/288.44	c  N dy  7314   1230423      9921     63882    239858     93750   1080119   2369589     10.72     11.32  --
292.99/293.02	c  N dy  7441   1250450      9921     63882    239858     66445   1080119   1433756     10.73     11.60  --
298.00/298.03	c  N dy  7579   1270537      9921     63882    239858     86184   1080119   2125095     10.75     11.57  --
303.00/303.04	c  N dy  7708   1290651      9921     63882    239858     57904   1080119   1122701     10.76     11.36  --
307.39/307.47	c  N dy  7830   1310703      9921     63882    239858     77503   1080119   1760536     10.77     14.12  --
312.69/312.78	c  N dy  7961   1330765      9921     63882    239858     97170   1080119   2414106     10.78     11.39  --
317.49/317.55	c  N dy  8100   1350770      9921     63882    239858     67843   1080119   1439915     10.79     11.46  --
322.20/322.30	c  N dy  8226   1371164      9921     63882    239858     87671   1080119   2092893     10.80     11.46  --
327.50/327.50	c  N dy  8361   1391216      9921     63882    239858     57365   1080119   1060056     10.81     11.57  --
332.60/332.69	c  N dy  8508   1411283      9921     63882    239858     77114   1080119   1772530     10.83     11.54  --
338.39/338.46	c  N dy  8653   1431576      9921     63882    239858     97027   1080119   2481895     10.84     11.43  --
343.60/343.63	c  N dy  8785   1451584      9921     63882    239858     65739   1080119   1327773     10.85     11.46  --
348.80/348.84	c  N dy  8933   1471717      9921     63882    239858     85482   1080119   2011516     10.86     11.53  --
354.10/354.13	c  N dy  9063   1491842      9921     63882    239858     53261   1080119    885497     10.88     11.45  --
358.29/358.39	c  N dy  9174   1511851      9921     63882    239858     72761   1080119   1527019     10.88     14.00  --
363.49/363.53	c  N dy  9290   1531875      9921     63882    239858     92359   1080119   2188631     10.89     12.76  --
368.60/368.64	c  N dy  9423   1552318      9921     63882    239858     59455   1080119   1061247     10.90     11.59  --
373.39/373.48	c  N dy  9558   1572364      9921     63882    239858     79130   1080119   1740789     10.91     13.16  --
378.69/378.76	c  N dy  9697   1592389      9921     63882    239858     98758   1080119   2436529     10.92     12.77  --
383.59/383.68	c  N dy  9827   1612462      9921     63882    239858     64545   1080119   1225607     10.93     12.40  --
388.60/388.66	c  N dy  9960   1632697      9921     63882    239858     84355   1080119   1905408     10.93     11.53  --
394.10/394.16	c  N dy 10096   1653002      9921     63882    239858    104276   1080119   2571547     10.94     11.64  --
399.20/399.23	c  N dy 10228   1673049      9921     63882    239858     69051   1080119   1354525     10.95     12.04  --
404.60/404.65	c  N dy 10377   1693124      9921     63882    239858     88785   1080119   2049623     10.96     11.68  --
409.69/409.70	c  S st 10489   1710349      9921     63882    239858    105645   1080119   2629242     10.97   no data  --
409.99/410.05	c  S st 10489   1710852      9921     63882    239858    106146   1080119   2654612     10.97   no data  --
409.99/410.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
409.99/410.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
411.89/411.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 44.0M T:  1.91
412.09/412.16	c bin-w-bin subsume rem            0 bins  time:  0.02 s
413.79/413.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.72 s
413.89/413.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.04 s
413.89/413.96	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
424.50/424.54	c lits-rem:        32  cl-subs:     2907  v-elim:      0  v-fix:    0  time: 10.58 s
424.50/424.56	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
424.60/424.68	c vivif2 --  cl tried   103239 cl shrink        0 lits rem          0 time: 0.12
424.89/424.96	c asymm  cl-useful: 0/1193/63882 lits-rem:0 time: 0.28
424.89/424.98	c calculated reachability. Time: 0.00
424.89/424.98	c  N dy 10489   1710852      9921     63882    239858    103239   1080119   2611168     10.97   no data  --
432.09/432.14	c  N dy 10623   1731156      9921     63882    239858     67293   1080119   1304755     10.98     11.58  --
439.39/439.42	c  N dy 10749   1751209      9921     63882    239858     86877   1080119   1955747     10.99     13.47  --
446.50/446.52	c  N dy 10860   1771286      9921     63882    239858    106484   1080119   2609842     10.99     12.34  --
453.70/453.72	c  N dy 10996   1791309      9921     63882    239858     69372   1080119   1342281     11.00     11.73  --
460.91/460.97	c  N dy 11126   1811352      9921     63882    239858     89024   1080119   1994412     11.00     16.23  --
468.90/468.92	c  N dy 11271   1831392      9921     63882    239858    108724   1080119   2687397     11.01     12.04  --
474.99/475.06	c  N dy 11404   1851466      9921     63882    239858     70601   1080119   1366308     11.02     11.87  --
480.00/480.07	c  N dy 11526   1871483      9921     63882    239858     90111   1080119   2024388     11.03     11.95  --
486.20/486.28	c  N dy 11648   1892119      9921     63882    239858    110356   1080119   2722292     11.03     11.70  --
491.49/491.56	c  N dy 11760   1912484      9921     63882    239858     71541   1080119   1369564     11.04     11.86  --
496.90/496.95	c  N dy 11890   1932499      9921     63882    239858     91174   1080119   2056369     11.04     12.96  --
502.50/502.52	c  N dy 12016   1952816      9921     63882    239858    111022   1080119   2732894     11.05     11.69  --
507.90/507.92	c  N dy 12130   1972838      9921     63882    239858     70849   1080119   1312767     11.05     12.99  --
513.10/513.13	c  N dy 12253   1993175      9921     63882    239858     90803   1080119   2008213     11.06     11.67  --
518.20/518.23	c  N dy 12360   2013213      9921     63882    239858    110350   1080119   2644245     11.06     12.44  --
523.50/523.50	c  N dy 12456   2033410      9921     63882    239858     69377   1080119   1234641     11.06     11.77  --
528.40/528.42	c  N dy 12571   2053476      9921     63882    239858     88968   1080119   1888970     11.06     14.06  --
534.30/534.36	c  N dy 12711   2073618      9921     63882    239858    108754   1080119   2599093     11.07     11.84  --
540.50/540.54	c  N dy 12848   2093772      9921     63882    239858     66919   1080119   1169729     11.08     11.69  --
545.70/545.77	c  N dy 12976   2113815      9921     63882    239858     86618   1080119   1881370     11.08     12.74  --
551.00/551.01	c  N dy 13077   2133836      9921     63882    239858    106174   1080119   2524991     11.09     14.46  --
557.20/557.27	c  N dy 13211   2153995      9921     63882    239858     63250   1080119   1016413     11.09     11.82  --
562.30/562.34	c  N dy 13347   2174000      9921     63882    239858     82879   1080119   1686071     11.10     11.74  --
567.40/567.44	c  N dy 13457   2194316      9921     63882    239858    102698   1080119   2343444     11.10     11.71  --
572.30/572.31	c  S st 13551   2210853      9921     63882    239858    118858   1080119   2873768     11.10   no data  --
572.50/572.57	c  S st 13551   2211357      9921     63882    239858    119361   1080119   2895582     11.10   no data  --
572.50/572.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
572.50/572.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
573.70/573.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 45.7M T:  1.12
573.80/573.85	c bin-w-bin subsume rem            0 bins  time:  0.02 s
575.10/575.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
575.20/575.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.04 s
575.20/575.23	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
585.69/585.79	c lits-rem:        26  cl-subs:     2984  v-elim:      0  v-fix:    0  time: 10.56 s
585.79/585.80	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
585.89/585.93	c vivif2 --  cl tried   116377 cl shrink        0 lits rem          0 time: 0.12
586.09/586.13	c asymm  cl-useful: 0/1773/63882 lits-rem:0 time: 0.20
586.09/586.14	c calculated reachability. Time: 0.00
586.09/586.14	c  N dy 13551   2211357      9921     63882    239858    116377   1080119   2843960     11.10   no data  --
591.90/591.98	c  N dy 13690   2231592      9921     63882    239858     72627   1080119   1338487     11.11     11.72  --
597.30/597.37	c  N dy 13840   2251655      9921     63882    239858     92307   1080119   2043081     11.12     15.42  --
603.00/603.00	c  N dy 13954   2271723      9921     63882    239858    111930   1080119   2710101     11.13     11.74  --
609.31/609.34	c  N dy 14085   2291804      9921     63882    239858     67005   1080119   1117210     11.13     11.74  --
614.60/614.66	c  N dy 14216   2311973      9921     63882    239858     86812   1080119   1824595     11.14     11.82  --
620.40/620.45	c  N dy 14355   2332059      9921     63882    239858    106548   1080119   2527335     11.15     19.23  --
626.19/626.22	c  N dy 14464   2352421      9921     63882    239858    126386   1080119   3180541     11.15     11.81  --
631.10/631.11	c  N dy 14561   2372600      9921     63882    239858     80359   1080119   1489090     11.15     11.74  --
636.70/636.70	c  N dy 14691   2392643      9921     63882    239858     99997   1080119   2188768     11.15     13.62  --
642.90/642.94	c  N dy 14836   2412717      9921     63882    239858    119715   1080119   2923558     11.16     15.23  --
649.10/649.11	c  N dy 14976   2432842      9921     63882    239858     72849   1080119   1284945     11.17     11.76  --
654.30/654.38	c  N dy 15112   2452935      9921     63882    239858     92514   1080119   1977695     11.17     14.43  --
660.40/660.44	c  N dy 15247   2472966      9921     63882    239858    112166   1080119   2673789     11.18     13.37  --
666.30/666.32	c  N dy 15367   2493685      9921     63882    239858    132411   1080119   3353199     11.18     11.82  --
671.80/671.81	c  N dy 15486   2513718      9921     63882    239858     84513   1080119   1664412     11.18     11.79  --
677.70/677.77	c  N dy 15615   2534452      9921     63882    239858    104843   1080119   2412012     11.19     11.84  --
683.80/683.83	c  N dy 15749   2554545      9921     63882    239858    124492   1080119   3087239     11.20     11.80  --
690.10/690.15	c  N dy 15888   2574555      9921     63882    239858     75573   1080119   1334429     11.20     13.68  --
695.50/695.56	c  N dy 16015   2594731      9921     63882    239858     95310   1080119   2031228     11.21     12.05  --
701.30/701.35	c  N dy 16134   2615349      9921     63882    239858    115464   1080119   2727579     11.21     11.85  --
707.70/707.74	c  N dy 16261   2635356      9921     63882    239858    135065   1080119   3434109     11.22     12.34  --
713.00/713.00	c  N dy 16368   2655423      9921     63882    239858     85151   1080119   1609668     11.22     14.66  --
718.50/718.53	c  N dy 16486   2675627      9921     63882    239858    104960   1080119   2290518     11.22     11.93  --
724.50/724.51	c  N dy 16610   2695714      9921     63882    239858    124664   1080119   2997187     11.22     12.34  --
729.30/729.32	c  S st 16712   2711357      9921     63882    239858    139933   1080119   3510862     11.23   no data  --
729.60/729.60	c  S st 16712   2711861      9921     63882    239858    140432   1080119   3529340     11.23   no data  --
729.60/729.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
729.60/729.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
730.80/730.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 46.0M T:  1.24
731.00/731.04	c bin-w-bin subsume rem            0 bins  time:  0.02 s
732.30/732.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
732.30/732.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.03 s
732.40/732.42	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
753.30/753.37	c lits-rem:        19  cl-subs:     3212  v-elim:      0  v-fix:    0  time: 20.95 s
753.30/753.39	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
753.50/753.55	c vivif2 --  cl tried   137220 cl shrink        0 lits rem          0 time: 0.16
753.70/753.76	c asymm  cl-useful: 0/1470/63882 lits-rem:0 time: 0.22
753.70/753.78	c calculated reachability. Time: 0.00
753.70/753.78	c  N dy 16712   2711861      9921     63882    239858    137220   1080119   3472367     11.23   no data  --
759.01/759.04	c  N dy 16820   2732105      9921     63882    239858     86523   1080119   1647612     11.23     11.85  --
764.60/764.68	c  N dy 16930   2752236      9921     63882    239858    106260   1080119   2334217     11.23     11.87  --
770.20/770.21	c  N dy 17030   2772263      9921     63882    239858    125704   1080119   2959801     11.23     13.75  --
776.00/776.01	c  N dy 17133   2792390      9921     63882    239858     74010   1080119   1234600     11.23     11.85  --
781.50/781.50	c  N dy 17270   2812415      9921     63882    239858     93695   1080119   1931840     11.24     14.38  --
787.50/787.57	c  N dy 17399   2832514      9921     63882    239858    113437   1080119   2644799     11.24     13.73  --
793.60/793.64	c  N dy 17521   2852768      9921     63882    239858    133230   1080119   3344982     11.25     11.95  --
799.50/799.51	c  N dy 17636   2872825      9921     63882    239858     80450   1080119   1430140     11.25     13.73  --
804.70/804.77	c  N dy 17751   2892957      9921     63882    239858    100081   1080119   2098619     11.25     12.04  --
810.70/810.78	c  N dy 17871   2912973      9921     63882    239858    119687   1080119   2773181     11.25     14.97  --
817.21/817.24	c  N dy 17999   2932998      9921     63882    239858    139291   1080119   3453349     11.26     13.08  --
823.20/823.22	c  N dy 18112   2953074      9921     63882    239858     85625   1080119   1591961     11.26     14.26  --
828.90/828.99	c  N dy 18230   2973442      9921     63882    239858    105575   1080119   2295635     11.26     12.03  --
835.40/835.46	c  N dy 18373   2993656      9921     63882    239858    125464   1080119   3016765     11.27     11.90  --
841.41/841.41	c  N dy 18492   3013746      9921     63882    239858    145133   1080119   3696674     11.27     14.08  --
847.30/847.36	c  N dy 18624   3033830      9921     63882    239858     90390   1080119   1739995     11.27     12.54  --
852.90/852.97	c  N dy 18744   3054026      9921     63882    239858    110135   1080119   2418300     11.28     11.88  --
858.91/858.99	c  N dy 18866   3074045      9921     63882    239858    129757   1080119   3123238     11.28     12.06  --
865.50/865.51	c  N dy 18981   3094117      9921     63882    239858    149437   1080119   3834428     11.28     17.50  --
871.20/871.21	c  N dy 19107   3114190      9921     63882    239858     93679   1080119   1828739     11.29     12.42  --
877.00/877.03	c  N dy 19218   3134191      9921     63882    239858    113298   1080119   2486013     11.29     14.23  --
883.10/883.14	c  N dy 19342   3154334      9921     63882    239858    132986   1080119   3171863     11.29     11.92  --
889.40/889.46	c  N dy 19463   3174397      9921     63882    239858    152561   1080119   3834417     11.29     12.50  --
895.10/895.13	c  N dy 19596   3195207      9921     63882    239858     96605   1080119   1914607     11.30     11.90  --
899.40/899.46	c  S st 19673   3211861      9921     63882    239858    112817   1080119   2444252     11.30      9.52  --
899.71/899.71	c  S st 19673   3212364      9921     63882    239858    113315   1080119   2463071     11.30   no data  --
899.71/899.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
899.71/899.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
900.81/900.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 44.2M T:  1.12
900.91/900.99	c bin-w-bin subsume rem            0 bins  time:  0.02 s
902.20/902.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.23 s
902.20/902.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.03 s
902.20/902.28	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
908.40/908.41	c lits-rem:        31  cl-subs:     2530  v-elim:      0  v-fix:    0  time:  6.13 s
908.40/908.43	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
908.51/908.53	c vivif2 --  cl tried   110785 cl shrink        0 lits rem          0 time: 0.10
908.70/908.72	c asymm  cl-useful: 0/1235/63882 lits-rem:0 time: 0.19
908.70/908.73	c calculated reachability. Time: 0.00
908.70/908.73	c  N dy 19673   3212364      9921     63882    239858    110785   1080119   2422383     11.30   no data  --
914.60/914.62	c  N dy 19793   3232483      9921     63882    239858    130447   1080119   3107512     11.30     11.90  --
920.90/920.91	c  N dy 19922   3252584      9921     63882    239858    150159   1080119   3778907     11.30     12.17  --
927.10/927.16	c  N dy 20050   3274122      9921     63882    239858     93943   1080119   1815935     11.30     11.95  --
932.60/932.65	c  N dy 20168   3294176      9921     63882    239858    113531   1080119   2483341     11.31     13.59  --
938.80/938.81	c  N dy 20289   3314199      9921     63882    239858    133132   1080119   3146902     11.31     12.06  --
944.90/944.95	c  N dy 20392   3335235      9921     63882    239858    153589   1080119   3828586     11.31     12.04  --
951.00/951.03	c  N dy 20526   3356140      9921     63882    239858     95882   1080119   1855228     11.31     11.92  --
956.50/956.57	c  N dy 20635   3376348      9921     63882    239858    115589   1080119   2524450     11.31     11.92  --
962.81/962.86	c  N dy 20756   3396597      9921     63882    239858    135433   1080119   3237804     11.31     12.00  --
969.31/969.30	c  N dy 20867   3416629      9921     63882    239858    155023   1080119   3900271     11.32     12.30  --
974.90/974.93	c  N dy 20992   3436658      9921     63882    239858     95419   1080119   1813086     11.32     12.43  --
980.80/980.89	c  N dy 21124   3456721      9921     63882    239858    115138   1080119   2520311     11.32     12.64  --
987.01/987.07	c  N dy 21242   3476770      9921     63882    239858    134833   1080119   3194893     11.33     12.04  --
993.71/993.70	c  N dy 21375   3496771      9921     63882    239858    154410   1080119   3885231     11.33     11.96  --
999.50/999.53	c  N dy 21483   3516856      9921     63882    239858     93782   1080119   1735605     11.33     11.93  --
1005.01/1005.01	c  N dy 21598   3536976      9921     63882    239858    113428   1080119   2406114     11.33     11.94  --
1011.51/1011.52	c  N dy 21739   3557084      9921     63882    239858    133143   1080119   3095028     11.34     11.98  --
1017.91/1017.97	c  N dy 21855   3577126      9921     63882    239858    152757   1080119   3765484     11.34     12.09  --
1024.21/1024.25	c  N dy 21976   3597274      9921     63882    239858     91172   1080119   1618966     11.34     11.98  --
1029.30/1029.33	c  N dy 22082   3617276      9921     63882    239858    110645   1080119   2261859     11.34     12.35  --
1034.70/1034.76	c  N dy 22193   3637305      9921     63882    239858    130178   1080119   2912951     11.34     12.60  --
1041.31/1041.34	c  N dy 22314   3657411      9921     63882    239858    149880   1080119   3602346     11.34     11.98  --
1047.90/1047.98	c  N dy 22435   3677556      9921     63882    239858     87403   1080119   1492013     11.35     12.07  --
1053.60/1053.60	c  N dy 22562   3697799      9921     63882    239858    107276   1080119   2191867     11.35     12.04  --
1057.70/1057.74	c  S st 22632   3712366      9921     63882    239858    121518   1080119   2677195     11.35   no data  --
1058.00/1058.00	c  S st 22632   3712871      9921     63882    239858    122020   1080119   2696767     11.35   no data  --
1058.00/1058.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1058.00/1058.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1059.10/1059.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 44.0M T:  1.09
1059.21/1059.25	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1060.50/1060.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
1060.50/1060.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.03 s
1060.50/1060.58	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
1068.01/1068.04	c lits-rem:        10  cl-subs:     2370  v-elim:      0  v-fix:    0  time:  7.46 s
1068.01/1068.06	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
1068.11/1068.18	c vivif2 --  cl tried   119650 cl shrink        0 lits rem          0 time: 0.12
1068.30/1068.38	c asymm  cl-useful: 0/1592/63882 lits-rem:0 time: 0.20
1068.40/1068.40	c calculated reachability. Time: 0.00
1068.40/1068.40	c  N dy 22632   3712871      9921     63882    239858    119650   1080119   2661948     11.35   no data  --
1074.31/1074.39	c  N dy 22752   3732900      9921     63882    239858    139299   1080119   3357144     11.35     12.17  --
1080.31/1080.34	c  F st 22865   3751562      9921     63882    239858    157554   1080119   3986736     11.35   no data  --
1081.01/1081.02	c  N st 22869   3753595      9921     63882    239858    159561   1080119   4085012     11.35   no data  --
1086.51/1086.59	c  N dy 22962   3773602      9921     63882    239858     95894   1080119   1770368     11.35     11.99  --
1092.51/1092.51	c  N dy 23091   3793670      9921     63882    239858    115602   1080119   2473139     11.36     12.24  --
1098.81/1098.83	c  N dy 23225   3813679      9921     63882    239858    135207   1080119   3184071     11.36     11.96  --
1105.10/1105.16	c  N dy 23333   3833764      9921     63882    239858    154879   1080119   3862016     11.36     13.12  --
1111.81/1111.86	c  N dy 23460   3854219      9921     63882    239858     90750   1080119   1580166     11.37     11.97  --
1117.61/1117.65	c  N dy 23591   3874280      9921     63882    239858    110465   1080119   2293382     11.37     14.38  --
1123.91/1123.99	c  N dy 23727   3894305      9921     63882    239858    130071   1080119   2995122     11.38     12.72  --
1130.40/1130.42	c  N dy 23845   3914344      9921     63882    239858    149698   1080119   3680656     11.38     16.15  --
1137.32/1137.31	c  N dy 23959   3934356      9921     63882    239858    169296   1080119   4383191     11.38     12.04  --
1143.10/1143.14	c  N dy 24072   3954698      9921     63882    239858    103963   1080119   1992756     11.38     12.04  --
1149.11/1149.10	c  N dy 24204   3974897      9921     63882    239858    123748   1080119   2687669     11.38     12.04  --
1155.21/1155.22	c  N dy 24325   3994991      9921     63882    239858    143400   1080119   3360924     11.38     12.02  --
1162.01/1162.00	c  N dy 24432   4015275      9921     63882    239858    163293   1080119   4061752     11.38     12.34  --
1168.12/1168.20	c  N dy 24534   4035381      9921     63882    239858     96770   1080119   1739648     11.38     11.99  --
1173.72/1173.78	c  N dy 24649   4056153      9921     63882    239858    117036   1080119   2433948     11.38     12.05  --
1179.61/1179.64	c  N dy 24770   4076161      9921     63882    239858    136660   1080119   3108927     11.39     14.94  --
1186.41/1186.43	c  N dy 24893   4096411      9921     63882    239858    156473   1080119   3811492     11.39     12.15  --
1193.41/1193.46	c  N dy 25005   4116626      9921     63882    239858     89126   1080119   1456064     11.39     12.38  --
1199.11/1199.12	c  N dy 25130   4136668      9921     63882    239858    108783   1080119   2140945     11.39     13.80  --
1204.81/1204.80	c  N dy 25241   4156833      9921     63882    239858    128482   1080119   2797296     11.39     12.05  --
1211.21/1211.25	c  N dy 25376   4176856      9921     63882    239858    148097   1080119   3499750     11.40     14.12  --
1218.21/1218.29	c  N dy 25514   4196935      9921     63882    239858    167748   1080119   4205563     11.40     12.04  --
1223.91/1223.99	c  S st 25626   4212873      9921     63882    239858     95326   1080119   1669815     11.40   no data  --
1224.22/1224.21	c  S st 25626   4213373      9921     63882    239858     95825   1080119   1691208     11.40   no data  --
1224.22/1224.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1224.22/1224.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1225.21/1225.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 40.0M T:  1.02
1225.32/1225.35	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1226.52/1226.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.20 s
1226.52/1226.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9921 time:  0.04 s
1226.61/1226.62	c Removed useless bin:       0  fixed:     0  props:   1.24M  time:  0.03 s
1229.01/1229.08	c lits-rem:        91  cl-subs:     1308  v-elim:      0  v-fix:    0  time:  2.46 s
1229.11/1229.10	c vivif2 --  cl tried    63882 cl shrink        0 lits rem          0 time: 0.02
1229.11/1229.18	c vivif2 --  cl tried    94517 cl shrink        0 lits rem          0 time: 0.08
1229.31/1229.37	c asymm  cl-useful: 0/1515/63882 lits-rem:0 time: 0.19
1229.31/1229.38	c calculated reachability. Time: 0.00
1229.31/1229.38	c  N dy 25626   4213373      9921     63882    239858     94517   1080119   1677959     11.40   no data  --
1235.01/1235.09	c  N dy 25755   4233470      9921     63882    239858    114241   1080119   2391705     11.41     12.01  --
1241.10/1241.19	c  N dy 25887   4253521      9921     63882    239858    133839   1080119   3057658     11.41     12.03  --
1247.91/1247.97	c  N dy 26011   4273594      9921     63882    239858    153571   1080119   3763938     11.41     14.88  --
1254.90/1254.92	c  N dy 26134   4294153      9921     63882    239858    173610   1080119   4466551     11.41     12.16  --
1261.31/1261.30	c  N dy 26260   4314223      9921     63882    239858    104202   1080119   1961161     11.42     13.25  --
1267.21/1267.28	c  N dy 26384   4334390      9921     63882    239858    123957   1080119   2663939     11.42     12.12  --
1273.61/1273.62	c  N dy 26514   4354458      9921     63882    239858    143633   1080119   3356622     11.42     18.50  --
1280.80/1280.86	c  N dy 26636   4375253      9921     63882    239858    163987   1080119   4061227     11.42     12.12  --
1288.01/1288.04	c  N dy 26742   4395319      9921     63882    239858     93489   1080119   1539645     11.42     14.95  --
1293.71/1293.70	c  N dy 26869   4415360      9921     63882    239858    113111   1080119   2239869     11.43     12.07  --
1299.61/1299.62	c  N dy 26982   4435739      9921     63882    239858    133039   1080119   2914166     11.43     12.04  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3293201-1303790667/watcher-3293201-1303790667 -o /tmp/evaluation-result-3293201-1303790667/solver-3293201-1303790667 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3293201-1303790667.cnf 

running on 2 cores: 0,2

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.00 3.91 3.42 5/189 24610
/proc/meminfo: memFree=9303900/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=25032 CPUtime=0 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 1555 0 0 0 0 0 0 0 25 0 1 0 490665442 25632768 1300 33554432000 4194304 4650387 140734628729600 18446744073709551615 4317213 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 6258 1306 328 112 0 1223 0

[startup+0.063887 s]
/proc/loadavg: 4.00 3.91 3.42 5/189 24610
/proc/meminfo: memFree=9303900/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=37860 CPUtime=0.05 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 2814 0 0 0 5 0 0 0 25 0 1 0 490665442 38768640 2559 33554432000 4194304 4650387 140734628729600 18446744073709551615 251813900997 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 9465 2560 329 112 0 4430 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 37860

[startup+0.10088 s]
/proc/loadavg: 4.00 3.91 3.42 5/189 24610
/proc/meminfo: memFree=9303900/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=40572 CPUtime=0.09 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 3516 0 0 0 9 0 0 0 25 0 1 0 490665442 41545728 3245 33554432000 4194304 4650387 140734628729600 18446744073709551615 251813900997 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 10143 3245 350 112 0 5108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40572

[startup+0.300846 s]
/proc/loadavg: 4.00 3.91 3.42 5/189 24610
/proc/meminfo: memFree=9303900/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=46960 CPUtime=0.29 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 5120 0 0 0 29 0 0 0 25 0 1 0 490665442 48087040 4849 33554432000 4194304 4650387 140734628729600 18446744073709551615 4422664 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 11740 4849 366 112 0 6705 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46960

[startup+0.70078 s]
/proc/loadavg: 4.00 3.91 3.42 5/189 24610
/proc/meminfo: memFree=9303900/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=64268 CPUtime=0.69 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 10182 0 0 0 68 1 0 0 25 0 1 0 490665442 65810432 9911 33554432000 4194304 4650387 140734628729600 18446744073709551615 4363303 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 16067 9911 379 112 0 11032 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64268

[startup+1.50071 s]
/proc/loadavg: 4.00 3.91 3.42 5/190 24611
/proc/meminfo: memFree=9263964/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=65084 CPUtime=1.49 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 10582 0 0 0 148 1 0 0 25 0 1 0 490665442 66646016 10311 33554432000 4194304 4650387 140734628729600 18446744073709551615 4314701 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 16271 10311 381 112 0 11236 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65084

[startup+3.10038 s]
/proc/loadavg: 4.00 3.91 3.42 5/190 24611
/proc/meminfo: memFree=9261360/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=73100 CPUtime=3.09 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 12495 0 0 0 308 1 0 0 25 0 1 0 490665442 74854400 10879 33554432000 4194304 4650387 140734628729600 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 18275 10879 381 112 0 13240 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73100

[startup+6.3009 s]
/proc/loadavg: 4.00 3.91 3.42 5/190 24611
/proc/meminfo: memFree=9266692/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=78260 CPUtime=6.28 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 14428 0 0 0 627 1 0 0 25 0 1 0 490665442 80138240 12799 33554432000 4194304 4650387 140734628729600 18446744073709551615 4436131 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 19565 12799 383 112 0 14530 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 78260

[startup+12.7008 s]
/proc/loadavg: 4.00 3.91 3.42 5/190 24612
/proc/meminfo: memFree=9254816/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=81532 CPUtime=12.69 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 16559 0 0 0 1267 2 0 0 25 0 1 0 490665442 83488768 13449 33554432000 4194304 4650387 140734628729600 18446744073709551615 4439050 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 20383 13449 383 112 0 15348 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81532

[startup+25.5006 s]
/proc/loadavg: 4.00 3.92 3.43 5/190 24612
/proc/meminfo: memFree=9247208/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=83096 CPUtime=25.49 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 21534 0 0 0 2546 3 0 0 25 0 1 0 490665442 85090304 13732 33554432000 4194304 4650387 140734628729600 18446744073709551615 4371119 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 20774 13732 383 112 0 15739 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83096

[startup+51.1004 s]
/proc/loadavg: 4.00 3.92 3.45 5/190 24613
/proc/meminfo: memFree=9231748/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=94924 CPUtime=51.09 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 33115 0 0 0 5105 4 0 0 25 0 1 0 490665442 97202176 16641 33554432000 4194304 4650387 140734628729600 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 23731 16641 383 112 0 18696 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94924

[startup+102.307 s]
/proc/loadavg: 4.00 3.93 3.47 5/190 24614
/proc/meminfo: memFree=9220296/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=103332 CPUtime=102.29 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 53867 0 0 0 10221 8 0 0 25 0 1 0 490665442 105811968 19358 33554432000 4194304 4650387 140734628729600 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 25833 19358 383 112 0 20798 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 103332

[startup+162.301 s]
/proc/loadavg: 4.07 3.96 3.51 5/190 24616
/proc/meminfo: memFree=9214080/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=105828 CPUtime=162.29 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 74106 0 0 0 16216 13 0 0 25 0 1 0 490665442 108367872 19806 33554432000 4194304 4650387 140734628729600 18446744073709551615 4365171 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 26457 19806 383 112 0 21422 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 105828

[startup+222.301 s]
/proc/loadavg: 4.02 3.97 3.54 5/190 24617
/proc/meminfo: memFree=9185444/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=120996 CPUtime=222.29 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 94671 0 0 0 22211 18 0 0 25 0 1 0 490665442 123899904 22958 33554432000 4194304 4650387 140734628729600 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 30249 22958 383 112 0 25214 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 120996

[startup+282.301 s]
/proc/loadavg: 4.01 3.97 3.56 5/190 24619
/proc/meminfo: memFree=9157636/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=128692 CPUtime=282.29 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 113247 0 0 0 28207 22 0 0 25 0 1 0 490665442 131780608 25540 33554432000 4194304 4650387 140734628729600 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 32173 25540 383 112 0 27138 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 128692

[startup+342.3 s]
/proc/loadavg: 4.00 3.97 3.58 5/190 24621
/proc/meminfo: memFree=9153548/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=129112 CPUtime=342.3 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 130209 0 0 0 34203 27 0 0 25 0 1 0 490665442 132210688 25025 33554432000 4194304 4650387 140734628729600 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 32278 25025 383 112 0 27243 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 129112

[startup+402.3 s]
/proc/loadavg: 4.00 3.97 3.61 5/190 24649
/proc/meminfo: memFree=12071756/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=129408 CPUtime=402.3 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 145746 0 0 0 40201 29 0 0 25 0 1 0 490665442 132513792 25671 33554432000 4194304 4650387 140734628729600 18446744073709551615 4363688 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 32352 25671 383 112 0 27317 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 129408

[startup+462.3 s]
/proc/loadavg: 4.10 4.00 3.64 5/190 24678
/proc/meminfo: memFree=9948920/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=153564 CPUtime=462.3 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 159147 0 0 0 46195 35 0 0 25 0 1 0 490665442 157249536 31195 33554432000 4194304 4650387 140734628729600 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 38391 31195 383 112 0 33356 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 153564

[startup+522.3 s]
/proc/loadavg: 3.52 3.86 3.61 4/184 24696
/proc/meminfo: memFree=11794928/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=153864 CPUtime=522.3 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 174163 0 0 0 52192 38 0 0 25 0 1 0 490665442 157556736 30091 33554432000 4194304 4650387 140734628729600 18446744073709551615 4363715 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 38466 30091 383 112 0 33431 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 153864

[startup+582.301 s]
/proc/loadavg: 3.19 3.70 3.57 4/184 24698
/proc/meminfo: memFree=11780592/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=162384 CPUtime=582.29 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 186571 0 0 0 58189 40 0 0 25 0 1 0 490665442 166281216 34058 33554432000 4194304 4650387 140734628729600 18446744073709551615 4476153 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 40596 34058 383 112 0 35561 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 162384

[startup+642.301 s]
/proc/loadavg: 3.07 3.57 3.53 4/184 24700
/proc/meminfo: memFree=11791784/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=162668 CPUtime=642.31 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 199740 0 0 0 64187 44 0 0 25 0 1 0 490665442 166572032 34027 33554432000 4194304 4650387 140734628729600 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 40667 34027 383 112 0 35632 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 162668

[startup+702.301 s]
/proc/loadavg: 3.02 3.46 3.50 4/184 24701
/proc/meminfo: memFree=11791888/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=162908 CPUtime=702.3 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 213401 0 0 0 70183 47 0 0 25 0 1 0 490665442 166817792 34014 33554432000 4194304 4650387 140734628729600 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 40727 34014 383 112 0 35692 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 162908

[startup+762.307 s]
/proc/loadavg: 2.72 3.31 3.44 3/178 24721
/proc/meminfo: memFree=11849472/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=177892 CPUtime=762.31 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 226283 0 0 0 76181 50 0 0 25 0 1 0 490665442 182161408 37442 33554432000 4194304 4650387 140734628729600 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 44473 37442 383 112 0 39438 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 177892

[startup+822.301 s]
/proc/loadavg: 2.26 3.07 3.35 3/178 24722
/proc/meminfo: memFree=11845916/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=178132 CPUtime=822.3 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 239925 0 0 0 82176 54 0 0 25 0 1 0 490665442 182407168 36815 33554432000 4194304 4650387 140734628729600 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 44533 36815 383 112 0 39498 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 178132

[startup+882.301 s]
/proc/loadavg: 2.10 2.87 3.26 3/178 24724
/proc/meminfo: memFree=11833064/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=178308 CPUtime=882.3 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 251615 0 0 0 88173 57 0 0 25 0 1 0 490665442 182587392 38528 33554432000 4194304 4650387 140734628729600 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 44577 38528 383 112 0 39542 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 178308

[startup+942.301 s]
/proc/loadavg: 2.03 2.71 3.18 3/178 24726
/proc/meminfo: memFree=11822988/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=181112 CPUtime=942.3 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 262850 0 0 0 94171 59 0 0 25 0 1 0 490665442 185458688 39656 33554432000 4194304 4650387 140734628729600 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 45278 39656 383 112 0 40243 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 181112

[startup+1002.3 s]
/proc/loadavg: 2.04 2.59 3.11 3/178 24727
/proc/meminfo: memFree=11822656/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=181364 CPUtime=1002.31 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 276832 0 0 0 100168 63 0 0 25 0 1 0 490665442 185716736 38135 33554432000 4194304 4650387 140734628729600 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 45341 38135 383 112 0 40306 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 181364

[startup+1062.3 s]
/proc/loadavg: 2.01 2.48 3.04 3/178 24729
/proc/meminfo: memFree=11813872/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=181528 CPUtime=1062.3 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 287994 0 0 0 106165 65 0 0 25 0 1 0 490665442 185884672 38769 33554432000 4194304 4650387 140734628729600 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 45382 38769 383 112 0 40347 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 181528

[startup+1122.3 s]
/proc/loadavg: 2.00 2.39 2.97 3/178 24730
/proc/meminfo: memFree=11806576/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=182128 CPUtime=1122.31 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 299305 0 0 0 112163 68 0 0 25 0 1 0 490665442 186499072 39055 33554432000 4194304 4650387 140734628729600 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 45532 39055 383 112 0 40497 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 182128

[startup+1182.3 s]
/proc/loadavg: 2.00 2.32 2.90 3/178 24732
/proc/meminfo: memFree=11798500/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=182300 CPUtime=1182.31 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 311074 0 0 0 118160 71 0 0 25 0 1 0 490665442 186675200 39674 33554432000 4194304 4650387 140734628729600 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 45575 39674 383 112 0 40540 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 182300

[startup+1242.3 s]
/proc/loadavg: 2.00 2.26 2.85 3/178 24734
/proc/meminfo: memFree=11792928/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=182460 CPUtime=1242.3 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 322141 0 0 0 124156 74 0 0 25 0 1 0 490665442 186839040 39450 33554432000 4194304 4650387 140734628729600 18446744073709551615 4366850 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 45615 39450 383 112 0 40580 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 182460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.21 2.79 3/178 24735
/proc/meminfo: memFree=11787936/32950928 swapFree=67111528/67111528
[pid=24610] ppid=24608 vsize=182680 CPUtime=1300.01 cores=0,2
/proc/24610/stat : 24610 (strangenight1-s) R 24608 24610 23496 0 -1 4202496 333578 0 0 0 129924 77 0 0 25 0 1 0 490665442 187064320 39218 33554432000 4194304 4650387 140734628729600 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24610/statm: 45670 39218 383 112 0 40635 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 182680

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.01
CPU time (s): 1300.03
CPU user time (s): 1299.25
CPU system time (s): 0.78688
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 266804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.25
system time used= 0.78688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333578
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= 13
involuntary context switches= 1446

runsolver used 1.9737 second user time and 4.6023 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-26 06:04:27
IDJOB=3293201
IDBENCH=88066
IDSOLVER=1589
FILE ID=node126/3293201-1303790667
RUNJOBID= node126-1303789755-24397
PBS_JOBID= 13157244
Free space on /tmp= 71500 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293201-1303790667/watcher-3293201-1303790667 -o /tmp/evaluation-result-3293201-1303790667/solver-3293201-1303790667 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3293201-1303790667.cnf

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=383456589

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       9304180 kB
Buffers:       2008576 kB
Cached:       17689348 kB
SwapCached:          0 kB
Active:       11625668 kB
Inactive:     11434760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9304180 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          116236 kB
Writeback:           0 kB
AnonPages:     3362268 kB
Mapped:          16276 kB
Slab:           511656 kB
PageTables:      12792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4164992 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= 71616 MiB
End job on node126 at 2011-04-26 06:26:09