Trace number 3367845

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.05 1300.02

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1897189325-062.UNKNOWN.cnf
MD5SUM28731ba8f9c5274ff0cd070fd7aeff45
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 58010

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367845-1305387600.cnf'
0.00/0.00	c -- header says num vars:             90
0.00/0.00	c -- header says num clauses:        8010
0.00/0.01	c -- clauses added:            0 learnts,         8010 normals,            0 xors
0.00/0.01	c -- vars added         90
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        90      8010         0         0     56070         0   no data   no data
0.09/0.19	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.18
0.09/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.09/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
0.09/0.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.19/0.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.19/0.21	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.21	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.19/0.21	c calculated reachability. Time: 0.00
0.19/0.22	c Calc default polars -  time:   0.00 s pos:      46 undec:       0 neg:      44
0.19/0.22	c =========================================================================================
0.19/0.22	c types(t): F = full restart, N = normal restart
0.19/0.22	c types(t): S = simplification begin/end, E = solution found
0.19/0.22	c restart types(rt): st = static, dy = dynamic
0.19/0.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.22	c  B st     0         0        90      8010         0         0     56070         0   no data   no data
0.39/0.41	c  N dy     8      5828        90      8010         0      3054     56070     79158     25.12     26.47
0.59/0.65	c  N dy    25     11589        90      8010         0      4467     56070    104943     25.47     26.83
0.89/0.94	c  N dy    31     17981        90      8010         0     10382     56070    276814     25.04     26.42
1.19/1.29	c  F st    42     25001        90      8010         0     11628     56070    297203     24.84     24.03
1.19/1.29	c  N st    42     25001        90      8010         0     11628     56070    297203     24.84     24.03
1.49/1.53	c  N dy    48     30000        90      8010         0      9989     56070    236649     24.84   no data
1.49/1.53	c  S st    48     30000        90      8010         0      9989     56070    236649     24.84   no data
1.49/1.57	c  S st    48     30502        90      8010         0     10463     56070    251086     24.84   no data
1.49/1.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.49/1.58	c blocked clauses removed:        0 vars:      0 tried:          90 T: 0.00 s
1.49/1.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1.49/1.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.49/1.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.49/1.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.69/1.79	c lits-rem:       136  cl-subs:      674  v-elim:      0  v-fix:    0  time:  0.20 s
1.99/2.08	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.29
1.99/2.08	c calculated reachability. Time: 0.00
1.99/2.08	c  N dy    48     30502        90      8010         0      9789     56070    228315     24.84   no data
2.29/2.35	c  N dy    50     34869        90      8010         0     13815     56070    343325     24.70     26.01
2.79/2.80	c  N dy    76     42587        90      8010         0     13669     56070    323525     24.85     26.28
2.99/3.01	c  S st    89     45756        90      8010         0      8351     56070    150338     24.91     26.20
2.99/3.04	c  S st    89     46263        90      8010         0      8830     56070    164467     24.91   no data
2.99/3.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.99/3.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.99/3.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.99/3.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.99/3.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.99/3.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
2.99/3.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.99/3.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.99/3.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.99/3.09	c lits-rem:         5  cl-subs:       57  v-elim:      0  v-fix:    0  time:  0.04 s
2.99/3.09	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2.99/3.09	c vivif2 --  cl tried     8773 cl shrink        0 lits rem          0 time: 0.00
3.30/3.37	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.28
3.30/3.37	c calculated reachability. Time: 0.00
3.30/3.37	c  N dy    89     46263        90      8010         0      8773     56070    162444     24.91   no data
3.59/3.60	c  N dy   125     50326        90      8010         0     12554     56070    275819     25.13     27.74
3.79/3.86	c  N dy   142     54341        90      8010         0     16295     56070    385837     25.17     28.93
4.19/4.22	c  N dy   149     60070        90      8010         0     12302     56070    246075     25.09     26.41
4.49/4.54	c  N dy   165     65056        90      8010         0     16942     56070    382662     25.09     26.47
4.79/4.87	c  N dy   185     69394        90      8010         0     10806     56070    187135     25.13     23.36
4.79/4.87	c  S st   185     69394        90      8010         0     10806     56070    187135     25.13     23.36
4.89/4.91	c  S st   185     69899        90      8010         0     11286     56070    201546     25.13   no data
4.89/4.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.89/4.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.89/4.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.89/4.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.89/4.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.89/4.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
4.89/4.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.89/4.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.89/4.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.89/4.98	c lits-rem:        23  cl-subs:      171  v-elim:      0  v-fix:    0  time:  0.06 s
4.89/4.99	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
4.89/4.99	c vivif2 --  cl tried    11115 cl shrink        0 lits rem          0 time: 0.00
5.29/5.31	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.32
5.29/5.31	c calculated reachability. Time: 0.00
5.29/5.31	c  N dy   185     69899        90      8010         0     11115     56070    196169     25.13   no data
5.59/5.61	c  N dy   186     75182        90      8010         0     15977     56070    336954     25.03     26.44
5.99/6.05	c  N dy   215     81050        90      8010         0     21421     56070    496803     25.09     26.54
6.39/6.41	c  N dy   238     86340        90      8010         0     15242     56070    300928     25.13     26.57
6.50/6.51	c  F st   248     87501        90      8010         0     16324     56070    333149     25.16   no data
6.79/6.86	c  N dy   254     92698        90      8010         0     21125     56070    476606     25.16   no data
7.29/7.32	c  N dy   284     98624        90      8010         0     14596     56070    264646     25.23     26.59
7.70/7.75	c  S st   293    104849        90      8010         0     20352     56070    433190     25.19     23.69
7.79/7.81	c  S st   293    105352        90      8010         0     20825     56070    447196     25.19   no data
7.79/7.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.79/7.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.79/7.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.79/7.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.79/7.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.79/7.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
7.79/7.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.79/7.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.79/7.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.29/8.36	c lits-rem:       258  cl-subs:     1633  v-elim:      0  v-fix:    0  time:  0.53 s
8.29/8.36	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
8.29/8.37	c vivif2 --  cl tried    19192 cl shrink        0 lits rem          0 time: 0.01
8.69/8.73	c asymm  cl-useful: 0/6365/8010 lits-rem:0 time: 0.36
8.69/8.73	c calculated reachability. Time: 0.00
8.69/8.73	c  N dy   293    105352        90      8010         0     19192     56070    396387     25.19   no data
9.79/9.81	c  N dy   339    119899        90      8010         0     19718     56070    393293     25.11     26.58
10.59/10.65	c  N dy   348    129129        90      8010         0     14379     56070    225033     25.02     26.53
11.29/11.36	c  N dy   376    138802        90      8010         0     23336     56070    486779     25.02     26.42
12.10/12.17	c  N dy   412    147959        90      8010         0     17037     56070    282619     25.05     26.53
12.99/13.00	c  N dy   456    157975        90      8010         0     26348     56070    558388     25.11     26.44
12.99/13.00	c  S st   457    158028        90      8010         0     26400     56070    560077     25.12   no data
12.99/13.07	c  S st   457    158532        90      8010         0     26879     56070    574602     25.12   no data
12.99/13.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.99/13.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
12.99/13.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.99/13.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.99/13.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.99/13.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
12.99/13.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.99/13.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.10/13.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.89/13.94	c lits-rem:       325  cl-subs:     2026  v-elim:      0  v-fix:    0  time:  0.84 s
13.89/13.94	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
13.89/13.95	c vivif2 --  cl tried    24853 cl shrink        0 lits rem          0 time: 0.01
13.99/14.09	c asymm  cl-useful: 0/1645/8010 lits-rem:0 time: 0.13
13.99/14.09	c calculated reachability. Time: 0.00
13.99/14.09	c  N dy   457    158532        90      8010         0     24853     56070    509168     25.12   no data
15.19/15.28	c  N dy   484    172816        90      8010         0     22312     56070    413144     25.01     26.38
16.29/16.35	c  N dy   526    183880        90      8010         0     32607     56070    717053     25.04     26.38
18.09/18.16	c  N dy   546    205063        90      8010         0     18036     56070    261601     24.90     26.56
19.49/19.55	c  N dy   607    220587        90      8010         0     32468     56070    684035     24.94     26.42
21.09/21.14	c  N dy   644    237605        90      8010         0     29614     56070    577953     24.93     26.32
21.09/21.16	c  S st   646    237798        90      8010         0     29795     56070    583386     24.93   no data
21.19/21.23	c  S st   646    238299        90      8010         0     30274     56070    597722     24.93   no data
21.19/21.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.19/21.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
21.19/21.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.19/21.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.19/21.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.19/21.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
21.19/21.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.19/21.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
21.19/21.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.39/22.41	c lits-rem:       336  cl-subs:     2403  v-elim:      0  v-fix:    0  time:  1.15 s
22.39/22.42	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
22.39/22.42	c vivif2 --  cl tried    27871 cl shrink        0 lits rem          0 time: 0.00
22.59/22.60	c asymm  cl-useful: 0/2726/8010 lits-rem:0 time: 0.18
22.59/22.60	c calculated reachability. Time: 0.00
22.59/22.60	c  N dy   646    238299        90      8010         0     27871     56070    525827     24.93   no data
24.29/24.30	c  N dy   730    253518        90      8010         0     22660     56070    362928     25.00     26.81
25.99/26.07	c  N dy   828    269755        90      8010         0     37762     56070    811531     25.08     26.42
27.79/27.85	c  N dy   911    286985        90      8010         0     33435     56070    664683     25.14     26.90
29.60/29.66	c  N dy   931    305454        90      8010         0     29153     56070    516741     25.08     26.46
29.70/29.74	c  F st   934    306250        90      8010         0     29895     56070    538432     25.08     25.18
31.90/31.92	c  N dy  1015    325032        90      8010         0     25111     56070    379605     25.12     26.89
34.19/34.28	c  N dy  1115    345286        90      8010         0     43916     56070    937706     25.18     26.66
35.49/35.52	c  S st  1148    357448        90      8010         0     32006     56070    564461     25.19   no data
35.49/35.59	c  S st  1148    357952        90      8010         0     32489     56070    578966     25.19   no data
35.59/35.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.59/35.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
35.59/35.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.59/35.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.59/35.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.59/35.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
35.59/35.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.59/35.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.59/35.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.39/36.44	c lits-rem:       262  cl-subs:     1582  v-elim:      0  v-fix:    0  time:  0.81 s
36.39/36.44	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
36.39/36.44	c vivif2 --  cl tried    30907 cl shrink        0 lits rem          0 time: 0.01
36.59/36.63	c asymm  cl-useful: 0/2058/8010 lits-rem:0 time: 0.19
36.59/36.63	c calculated reachability. Time: 0.00
36.59/36.63	c  N dy  1148    357952        90      8010         0     30907     56070    528837     25.19   no data
39.19/39.24	c  N dy  1233    378306        90      8010         0     25732     56070    359208     25.21     26.68
41.59/41.61	c  N dy  1332    398410        90      8010         0     44393     56070    912058     25.25     26.68
43.89/43.96	c  N dy  1400    418496        90      8010         0     37991     56070    707023     25.26     27.74
48.69/48.75	c  N dy  1437    458819        90      8010         0     49093     56070    993216     25.11     26.47
51.39/51.48	c  N dy  1495    480975        90      8010         0     42804     56070    803809     25.09     26.52
54.59/54.61	c  N dy  1575    504433        90      8010         0     36784     56070    610743     25.09     26.42
57.20/57.22	c  N dy  1610    524481        90      8010         0     55290     56070   1149114     25.06     26.40
58.89/58.94	c  S st  1703    536930        90      8010         0     38257     56070    643900     25.10   no data
58.99/59.03	c  S st  1703    537436        90      8010         0     38735     56070    658413     25.10   no data
58.99/59.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
58.99/59.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
58.99/59.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.99/59.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.99/59.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.99/59.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
58.99/59.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
58.99/59.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
58.99/59.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.99/60.09	c lits-rem:       155  cl-subs:     1523  v-elim:      0  v-fix:    0  time:  1.02 s
59.99/60.09	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
60.09/60.10	c vivif2 --  cl tried    37212 cl shrink        0 lits rem          0 time: 0.01
60.19/60.29	c asymm  cl-useful: 0/1726/8010 lits-rem:0 time: 0.19
60.19/60.29	c calculated reachability. Time: 0.00
60.19/60.29	c  N dy  1703    537436        90      8010         0     37212     56070    606635     25.10   no data
63.09/63.10	c  N dy  1764    557949        90      8010         0     56190     56070   1165535     25.10     26.44
65.79/65.84	c  N dy  1868    577951        90      8010         0     45192     56070    831157     25.14     27.41
68.89/68.99	c  N dy  1950    597976        90      8010         0     33225     56070    456186     25.16     26.52
71.79/71.86	c  N dy  2024    618821        90      8010         0     52504     56070   1023805     25.17     26.60
74.99/75.08	c  N dy  2104    640406        90      8010         0     41044     56070    667110     25.18     26.80
78.10/78.17	c  N dy  2192    660628        90      8010         0     59820     56070   1223260     25.20     26.53
82.19/82.24	c  N dy  2242    689923        90      8010         0     54311     56070   1033095     25.17     26.56
85.80/85.86	c  N dy  2274    713929        90      8010         0     43191     56070    686838     25.14     26.56
89.10/89.19	c  N dy  2370    733971        90      8010         0     61807     56070   1239018     25.17     27.55
92.40/92.43	c  N dy  2467    754063        90      8010         0     46268     56070    770774     25.19     29.51
97.29/97.36	c  N dy  2568    784268        90      8010         0     39042     56070    530454     25.18     26.58
100.39/100.43	c  N dy  2636    804810        90      8010         0     57996     56070   1090253     25.19     26.52
100.69/100.72	c  S st  2644    806157        90      8010         0     59246     56070   1127960     25.19     27.53
100.79/100.87	c  S st  2644    806660        90      8010         0     59727     56070   1142657     25.19   no data
100.79/100.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
100.89/100.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
100.89/100.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
100.89/100.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
100.89/100.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.89/100.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
100.89/100.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
100.89/100.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
100.89/100.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.89/104.95	c lits-rem:       640  cl-subs:     4468  v-elim:      0  v-fix:    0  time:  4.01 s
104.89/104.95	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
104.89/104.96	c vivif2 --  cl tried    55259 cl shrink        0 lits rem          0 time: 0.01
105.09/105.18	c asymm  cl-useful: 0/1162/8010 lits-rem:0 time: 0.21
105.09/105.18	c calculated reachability. Time: 0.00
105.09/105.18	c  N dy  2644    806660        90      8010         0     55259     56070   1005266     25.19   no data
109.19/109.24	c  N dy  2694    831339        90      8010         0     42178     56070    606533     25.17     26.52
112.39/112.42	c  N dy  2792    851348        90      8010         0     60758     56070   1156963     25.19     27.74
116.20/116.25	c  N dy  2832    875018        90      8010         0     45660     56070    693266     25.17     26.62
119.40/119.46	c  N dy  2884    895942        90      8010         0     65029     56070   1263091     25.16     26.56
123.29/123.34	c  N dy  2977    918426        90      8010         0     47949     56070    741536     25.18     26.51
126.99/127.00	c  N dy  3089    938964        90      8010         0     66913     56070   1307762     25.20     26.63
130.90/131.00	c  N dy  3191    959963        90      8010         0     47559     56070    712482     25.22     26.57
136.80/136.86	c  N dy  3259    993994        90      8010         0     78968     56070   1638076     25.20     26.58
140.19/140.28	c  N dy  3349   1015803        90      8010         0     59438     56070   1047487     25.21     26.61
144.69/144.78	c  N dy  3444   1037750        90      8010         0     79751     56070   1652076     25.22     26.61
148.60/148.61	c  N dy  3489   1061729        90      8010         0     61124     56070   1065506     25.21     26.60
150.50/150.57	c  F st  3520   1071876        90      8010         0     70491     56070   1341936     25.21     24.53
152.69/152.71	c  N dy  3554   1081735        90      8010         0     79643     56070   1616614     25.22     27.28
156.39/156.44	c  N dy  3629   1103261        90      8010         0     57939     56070    962203     25.22     26.56
160.20/160.21	c  N dy  3689   1123342        90      8010         0     76551     56070   1510861     25.22     27.12
164.20/164.25	c  N dy  3779   1143356        90      8010         0     52568     56070    790383     25.23     26.97
167.99/168.03	c  N dy  3878   1163409        90      8010         0     71153     56070   1345468     25.25     29.09
173.50/173.50	c  N dy  3927   1190692        90      8010         0     52834     56070    773131     25.24     26.63
177.30/177.33	c  S st  4021   1209993        90      8010         0     70757     56070   1308264     25.25   no data
177.50/177.50	c  S st  4021   1210495        90      8010         0     71235     56070   1322944     25.25   no data
177.50/177.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
177.50/177.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
177.50/177.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
177.50/177.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.50/177.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
177.50/177.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
177.50/177.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
177.50/177.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
177.50/177.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
183.29/183.33	c lits-rem:       669  cl-subs:     5104  v-elim:      0  v-fix:    0  time:  5.75 s
183.29/183.33	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
183.29/183.35	c vivif2 --  cl tried    66131 cl shrink        0 lits rem          0 time: 0.01
183.49/183.56	c asymm  cl-useful: 0/1337/8010 lits-rem:0 time: 0.21
183.49/183.56	c calculated reachability. Time: 0.00
183.49/183.56	c  N dy  4021   1210495        90      8010         0     66131     56070   1163892     25.25   no data
188.79/188.81	c  N dy  4068   1236525        90      8010         0     45973     56070    555149     25.24     26.61
191.89/191.97	c  N dy  4119   1256766        90      8010         0     64678     56070   1111755     25.25     26.85
196.19/196.24	c  N dy  4174   1278080        90      8010         0     84409     56070   1695950     25.24     26.58
200.80/200.89	c  N dy  4242   1302445        90      8010         0     61745     56070    999952     25.24     26.64
205.99/206.03	c  N dy  4303   1328309        90      8010         0     85497     56070   1700331     25.24     26.63
210.69/210.73	c  N dy  4350   1353553        90      8010         0     62634     56070   1006542     25.23     26.58
215.69/215.72	c  N dy  4452   1377219        90      8010         0     84551     56070   1656771     25.24     26.64
220.30/220.31	c  N dy  4551   1397237        90      8010         0     55988     56070    797374     25.26     28.10
224.00/224.08	c  N dy  4611   1417335        90      8010         0     74584     56070   1348444     25.26     26.66
229.99/230.02	c  N dy  4721   1440040        90      8010         0     95585     56070   1976283     25.27     26.69
233.59/233.64	c  N dy  4792   1460056        90      8010         0     66101     56070   1079516     25.28     26.61
237.79/237.80	c  N dy  4842   1480060        90      8010         0     84561     56070   1623715     25.28     30.33
242.50/242.56	c  N dy  4912   1500166        90      8010         0     54137     56070    701125     25.28     26.69
246.50/246.52	c  N dy  4975   1522688        90      8010         0     74903     56070   1315255     25.28     26.80
251.10/251.11	c  N dy  5018   1543317        90      8010         0     93987     56070   1880827     25.27     26.74
255.59/255.62	c  N dy  5112   1563374        90      8010         0     62631     56070    933987     25.28     29.64
260.49/260.51	c  N dy  5231   1585343        90      8010         0     83021     56070   1543811     25.30     26.73
266.29/266.30	c  N dy  5328   1605381        90      8010         0    101555     56070   2095690     25.31     26.77
271.10/271.13	c  N dy  5409   1631559        90      8010         0     74820     56070   1276673     25.31     26.71
276.20/276.28	c  N dy  5481   1652672        90      8010         0     94291     56070   1853375     25.31     26.68
289.00/289.06	c  N dy  5548   1707984        90      8010         0     93300     56070   1774768     25.26     26.65
289.80/289.84	c  S st  5571   1710496        90      8010         0     95644     56070   1845402     25.26   no data
290.00/290.05	c  S st  5571   1711004        90      8010         0     96112     56070   1859499     25.26   no data
290.00/290.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
290.00/290.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
290.00/290.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
290.00/290.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
290.00/290.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
290.00/290.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
290.00/290.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
290.10/290.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
290.10/290.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
306.49/306.56	c lits-rem:      1391  cl-subs:    10711  v-elim:      0  v-fix:    0  time: 16.40 s
306.49/306.56	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
306.49/306.58	c vivif2 --  cl tried    85401 cl shrink        0 lits rem          0 time: 0.02
306.80/306.84	c asymm  cl-useful: 0/840/8010 lits-rem:0 time: 0.26
306.80/306.84	c calculated reachability. Time: 0.00
306.80/306.84	c  N dy  5571   1711004        90      8010         0     85401     56070   1559194     25.26   no data
330.29/330.35	c  N dy  5686   1822690        90      8010         0     82351     56070   1406612     25.11     26.48
336.20/336.28	c  N dy  5829   1842746        90      8010         0    100998     56070   1967762     25.13     28.36
341.39/341.46	c  N dy  5953   1862838        90      8010         0     65608     56070    945344     25.14     26.69
346.20/346.22	c  N dy  6046   1883579        90      8010         0     84781     56070   1515619     25.15     26.49
351.91/351.96	c  N dy  6157   1903657        90      8010         0    103443     56070   2075937     25.16     27.52
357.51/357.57	c  N dy  6276   1926703        90      8010         0     69497     56070   1039468     25.17     26.68
362.30/362.37	c  N dy  6346   1948211        90      8010         0     89377     56070   1626453     25.18     26.58
369.10/369.14	c  N dy  6452   1970243        90      8010         0    109796     56070   2233163     25.19     26.62
373.70/373.71	c  N dy  6543   1990303        90      8010         0     72036     56070   1087123     25.19     26.58
378.30/378.31	c  N dy  6599   2010313        90      8010         0     90492     56070   1629008     25.19     28.99
384.30/384.31	c  N dy  6677   2030352        90      8010         0    109026     56070   2178625     25.19     26.59
389.90/389.98	c  N dy  6763   2053434        90      8010         0     73058     56070   1098590     25.20     26.57
394.81/394.90	c  N dy  6838   2073838        90      8010         0     92012     56070   1661218     25.20     26.70
407.01/407.05	c  N dy  6914   2123152        90      8010         0     78989     56070   1236011     25.17     26.52
413.90/413.91	c  N dy  6998   2144987        90      8010         0     99157     56070   1835298     25.18     26.67
419.20/419.28	c  N dy  7027   2165063        90      8010         0    117582     56070   2373465     25.17     26.83
424.00/424.00	c  N dy  7131   2186211        90      8010         0     78210     56070   1225228     25.18     26.64
429.01/429.04	c  N dy  7196   2206264        90      8010         0     96744     56070   1777523     25.19     28.94
430.11/430.18	c  S st  7198   2211005        90      8010         0    101093     56070   1902487     25.18     21.11
430.40/430.44	c  S st  7198   2211508        90      8010         0    101562     56070   1916893     25.18   no data
430.40/430.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
430.40/430.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
430.40/430.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
430.40/430.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
430.40/430.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
430.40/430.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
430.40/430.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
430.50/430.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
430.50/430.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
440.50/440.50	c lits-rem:      1039  cl-subs:     7568  v-elim:      0  v-fix:    0  time:  9.94 s
440.50/440.51	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
440.50/440.53	c vivif2 --  cl tried    93994 cl shrink        0 lits rem          0 time: 0.02
440.80/440.80	c asymm  cl-useful: 0/783/8010 lits-rem:0 time: 0.27
440.80/440.80	c calculated reachability. Time: 0.00
440.80/440.80	c  N dy  7198   2211508        90      8010         0     93994     56070   1676646     25.18   no data
446.90/446.91	c  N dy  7282   2231552        90      8010         0    112585     56070   2229972     25.19     26.81
452.80/452.86	c  N dy  7376   2253804        90      8010         0     73415     56070   1062871     25.20     26.54
458.10/458.15	c  N dy  7499   2273827        90      8010         0     91949     56070   1617829     25.21     27.36
464.11/464.19	c  N dy  7584   2293893        90      8010         0    110550     56070   2173072     25.22     26.65
470.20/470.28	c  N dy  7671   2313983        90      8010         0     68266     56070    885403     25.22     26.73
475.00/475.05	c  N dy  7775   2334371        90      8010         0     87131     56070   1449708     25.23     26.65
481.21/481.20	c  N dy  7898   2354428        90      8010         0    105748     56070   2010231     25.24     27.25
488.60/488.67	c  N dy  7948   2379502        90      8010         0     66993     56070    826494     25.24     26.60
493.50/493.53	c  N dy  8064   2399558        90      8010         0     85566     56070   1381831     25.25     26.76
499.31/499.38	c  N dy  8170   2419650        90      8010         0    104171     56070   1936402     25.26     29.48
506.50/506.51	c  N dy  8271   2439860        90      8010         0    122855     56070   2494512     25.27     26.80
511.00/511.04	c  N dy  8298   2460446        90      8010         0     78895     56070   1153425     25.26     26.70
516.00/516.01	c  N dy  8340   2480551        90      8010         0     97429     56070   1698180     25.26     26.62
523.10/523.15	c  N dy  8481   2500637        90      8010         0    116079     56070   2259732     25.27     26.63
529.71/529.80	c  N dy  8583   2521838        90      8010         0     71948     56070    936850     25.27     26.61
534.30/534.30	c  N dy  8635   2541852        90      8010         0     90352     56070   1477580     25.27     26.85
540.70/540.73	c  N dy  8682   2562102        90      8010         0    109023     56070   2030499     25.27     26.76
550.71/550.75	c  N dy  8813   2582200        90      8010         0    127704     56070   2594137     25.28     27.28
555.60/555.69	c  N dy  8884   2602398        90      8010         0     81737     56070   1213462     25.28     26.70
560.71/560.75	c  N dy  8950   2622494        90      8010         0    100295     56070   1767004     25.28     27.44
572.31/572.33	c  N dy  9017   2664897        90      8010         0     73864     56070    956625     25.27     26.61
577.61/577.64	c  N dy  9138   2685016        90      8010         0     92461     56070   1516210     25.28     26.67
583.91/583.91	c  N dy  9241   2705114        90      8010         0    111040     56070   2068553     25.29     29.20
586.21/586.28	c  S st  9279   2711509        90      8010         0    116956     56070   2247395     25.29     26.10
586.51/586.57	c  S st  9279   2712015        90      8010         0    117433     56070   2262148     25.29   no data
586.51/586.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
586.61/586.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
586.61/586.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
586.61/586.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
586.61/586.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
586.61/586.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
586.61/586.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
586.61/586.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
586.71/586.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
601.01/601.02	c lits-rem:      1204  cl-subs:     9016  v-elim:      0  v-fix:    0  time: 14.31 s
601.01/601.02	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
601.01/601.05	c vivif2 --  cl tried   108417 cl shrink        0 lits rem          0 time: 0.02
601.31/601.34	c asymm  cl-useful: 0/670/8010 lits-rem:0 time: 0.29
601.31/601.35	c calculated reachability. Time: 0.00
601.31/601.35	c  N dy  9279   2712015        90      8010         0    108417     56070   1973579     25.29   no data
608.91/608.92	c  N dy  9370   2733502        90      8010         0    128303     56070   2567256     25.30     26.68
614.40/614.44	c  N dy  9456   2753520        90      8010         0     80655     56070   1149218     25.30     26.96
620.10/620.14	c  N dy  9577   2773594        90      8010         0     99264     56070   1708053     25.31     29.45
627.51/627.50	c  N dy  9673   2797888        90      8010         0    121613     56070   2366698     25.31     26.72
634.72/634.72	c  N dy  9764   2818814        90      8010         0     73675     56070    920410     25.31     26.70
639.01/639.02	c  N dy  9794   2838937        90      8010         0     92183     56070   1469490     25.31     26.66
646.30/646.34	c  N dy  9855   2865386        90      8010         0    116580     56070   2191705     25.31     26.74
653.60/653.67	c  N dy  9906   2885706        90      8010         0    135333     56070   2744547     25.30     26.67
659.51/659.53	c  N dy 10023   2907875        90      8010         0     87641     56070   1322234     25.31     26.65
665.10/665.13	c  N dy 10107   2927943        90      8010         0    106221     56070   1878534     25.31     27.94
672.01/672.07	c  N dy 10189   2948246        90      8010         0    124966     56070   2437846     25.32     26.80
680.60/680.68	c  N dy 10240   2976466        90      8010         0     81726     56070   1113134     25.31     26.73
686.21/686.28	c  N dy 10305   2998222        90      8010         0    101829     56070   1707806     25.31     26.68
693.31/693.36	c  N dy 10403   3018226        90      8010         0    120377     56070   2262573     25.32     26.72
701.51/701.52	c  N dy 10476   3039057        90      8010         0    139603     56070   2833472     25.32     26.79
707.01/707.04	c  N dy 10532   3061883        90      8010         0     90426     56070   1358612     25.32     26.76
715.31/715.33	c  N dy 10646   3089177        90      8010         0    115597     56070   2107036     25.33     26.66
722.91/722.92	c  N dy 10729   3109260        90      8010         0    134175     56070   2663211     25.33     29.15
729.51/729.54	c  N dy 10791   3129308        90      8010         0     81612     56070   1080773     25.33     26.85
736.01/736.08	c  N dy 10853   3155001        90      8010         0    105303     56070   1785648     25.33     26.79
743.10/743.12	c  N dy 10930   3176208        90      8010         0    124854     56070   2364720     25.33     26.91
751.60/751.63	c  N dy 11036   3196392        90      8010         0    143506     56070   2924336     25.34     26.79
755.62/755.69	c  S st 11092   3212016        90      8010         0     85935     56070   1192986     25.34     24.54
755.81/755.89	c  S st 11092   3212520        90      8010         0     86415     56070   1207364     25.34   no data
755.91/755.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
755.91/755.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
755.91/755.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
755.91/755.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
755.91/755.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
755.91/755.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
755.91/755.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
755.91/755.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
755.91/755.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
758.81/758.85	c lits-rem:       378  cl-subs:     2587  v-elim:      0  v-fix:    0  time:  2.87 s
758.81/758.85	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
758.81/758.86	c vivif2 --  cl tried    83828 cl shrink        0 lits rem          0 time: 0.01
759.11/759.11	c asymm  cl-useful: 0/842/8010 lits-rem:0 time: 0.24
759.11/759.11	c calculated reachability. Time: 0.00
759.11/759.11	c  N dy 11092   3212520        90      8010         0     83828     56070   1125888     25.34   no data
764.41/764.50	c  N dy 11156   3232528        90      8010         0    102345     56070   1676588     25.34     27.11
771.91/771.91	c  N dy 11283   3252618        90      8010         0    121027     56070   2240065     25.35     26.93
779.41/779.40	c  N dy 11331   3272632        90      8010         0    139519     56070   2785345     25.35     26.76
788.40/788.43	c  N dy 11409   3305050        90      8010         0     96325     56070   1470146     25.35     26.69
795.22/795.26	c  N dy 11520   3325120        90      8010         0    114893     56070   2027623     25.35     27.79
802.51/802.50	c  N dy 11593   3345214        90      8010         0    133448     56070   2579377     25.35     27.80
811.01/811.05	c  N dy 11643   3370271        90      8010         0     82722     56070   1060839     25.35     26.80
819.52/819.52	c  N dy 11697   3403965        90      8010         0    113690     56070   1973364     25.34     26.83
826.61/826.66	c  N dy 11757   3424720        90      8010         0    132812     56070   2542175     25.34     26.74
835.21/835.25	c  N dy 11841   3444984        90      8010         0     76938     56070    875311     25.34     26.73
840.51/840.56	c  N dy 11946   3464986        90      8010         0     95399     56070   1428288     25.35     26.84
850.81/850.88	c  N dy 11985   3502249        90      8010         0    129454     56070   2424338     25.34     26.80
859.71/859.74	c  N dy 12076   3522252        90      8010         0    147910     56070   2973383     25.34     26.71
865.61/865.66	c  N dy 12154   3542341        90      8010         0     91048     56070   1282716     25.34     27.41
872.01/872.07	c  N dy 12281   3562388        90      8010         0    109621     56070   1845156     25.35     30.67
879.71/879.76	c  N dy 12375   3582535        90      8010         0    128174     56070   2398404     25.36     26.83
887.72/887.77	c  N dy 12435   3602592        90      8010         0    146695     56070   2949101     25.36     26.75
894.01/894.05	c  N dy 12463   3622827        90      8010         0     88759     56070   1184267     25.35     26.70
899.21/899.22	c  N dy 12503   3642899        90      8010         0    107146     56070   1730196     25.35     27.97
906.32/906.39	c  N dy 12593   3662949        90      8010         0    125719     56070   2286472     25.36     27.72
915.32/915.32	c  N dy 12716   3683039        90      8010         0    144268     56070   2844592     25.36     26.86
923.31/923.37	c  N dy 12764   3704960        90      8010         0     87071     56070   1117734     25.36     26.81
925.41/925.42	c  S st 12796   3712522        90      8010         0     94053     56070   1326549     25.36     25.39
925.61/925.65	c  S st 12796   3713026        90      8010         0     94523     56070   1340904     25.36   no data
925.61/925.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
925.61/925.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
925.61/925.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
925.61/925.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
925.61/925.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
925.61/925.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
925.61/925.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
925.71/925.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
925.71/925.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
929.42/929.45	c lits-rem:       388  cl-subs:     3463  v-elim:      0  v-fix:    0  time:  3.70 s
929.42/929.45	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
929.42/929.47	c vivif2 --  cl tried    91060 cl shrink        0 lits rem          0 time: 0.02
929.71/929.74	c asymm  cl-useful: 0/784/8010 lits-rem:0 time: 0.27
929.71/929.74	c calculated reachability. Time: 0.00
929.71/929.74	c  N dy 12796   3713026        90      8010         0     91060     56070   1237712     25.36   no data
936.21/936.27	c  N dy 12908   3733028        90      8010         0    109552     56070   1793838     25.36     26.70
943.01/943.07	c  F st 12982   3751562        90      8010         0    126715     56070   2304081     25.37   no data
943.72/943.77	c  N st 12986   3753596        90      8010         0    128611     56070   2362936     25.37   no data
952.31/952.31	c  N dy 13085   3773611        90      8010         0    147159     56070   2921938     25.37     29.57
963.11/963.18	c  N dy 13151   3807441        90      8010         0     99768     56070   1465088     25.37     26.72
969.41/969.41	c  N dy 13215   3827475        90      8010         0    118257     56070   2012593     25.37     26.73
977.11/977.14	c  N dy 13303   3847508        90      8010         0    136774     56070   2566521     25.37     28.21
986.11/986.11	c  N dy 13393   3867604        90      8010         0    155395     56070   3124000     25.37     26.75
993.82/993.84	c  N dy 13496   3892729        90      8010         0     99323     56070   1454127     25.38     26.78
1001.81/1001.81	c  N dy 13549   3915627        90      8010         0    120404     56070   2079670     25.37     26.78
1014.12/1014.19	c  N dy 13621   3940967        90      8010         0    143738     56070   2774420     25.38     26.93
1025.51/1025.55	c  N dy 13708   3961246        90      8010         0     82314     56070    927415     25.38     26.78
1030.81/1030.80	c  N dy 13786   3981299        90      8010         0    100788     56070   1478619     25.38     26.80
1036.02/1036.03	c  N dy 13820   4001384        90      8010         0    119249     56070   2025014     25.38     27.69
1044.82/1044.87	c  N dy 13945   4022284        90      8010         0    138581     56070   2607080     25.39     26.76
1055.11/1055.11	c  N dy 14065   4042887        90      8010         0    157571     56070   3177014     25.39     26.80
1062.02/1062.04	c  N dy 14166   4063123        90      8010         0     95135     56070   1298358     25.40     26.87
1077.52/1077.55	c  N dy 14233   4114881        90      8010         0    142427     56070   2682436     25.38     26.72
1086.61/1086.62	c  N dy 14304   4134972        90      8010         0    160992     56070   3238923     25.38     26.90
1093.01/1093.07	c  N dy 14363   4155151        90      8010         0     97726     56070   1351503     25.38     26.73
1098.72/1098.77	c  N dy 14403   4175430        90      8010         0    116381     56070   1895517     25.38     26.73
1106.63/1106.67	c  N dy 14497   4195464        90      8010         0    134866     56070   2447262     25.38     27.88
1114.72/1114.75	c  S st 14582   4213027        90      8010         0    151147     56070   2936594     25.39     24.97
1115.12/1115.14	c  S st 14582   4213531        90      8010         0    151622     56070   2951271     25.39   no data
1115.12/1115.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1115.22/1115.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
1115.22/1115.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1115.22/1115.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1115.22/1115.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1115.22/1115.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1115.22/1115.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1115.22/1115.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1115.32/1115.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1138.32/1138.34	c lits-rem:      1348  cl-subs:    13430  v-elim:      0  v-fix:    0  time: 23.00 s
1138.32/1138.34	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1138.32/1138.37	c vivif2 --  cl tried   138192 cl shrink        0 lits rem          0 time: 0.03
1138.72/1138.71	c asymm  cl-useful: 0/523/8010 lits-rem:0 time: 0.34
1138.72/1138.72	c calculated reachability. Time: 0.00
1138.72/1138.72	c  N dy 14582   4213531        90      8010         0    138192     56070   2535692     25.39   no data
1148.61/1148.66	c  N dy 14693   4233694        90      8010         0    156788     56070   3095456     25.39     26.73
1156.92/1156.95	c  N dy 14798   4253791        90      8010         0     92972     56070   1202278     25.40     27.16
1164.32/1164.38	c  N dy 14881   4279033        90      8010         0    116227     56070   1896443     25.40     26.76
1172.11/1172.12	c  N dy 14960   4299404        90      8010         0    135069     56070   2460009     25.40     26.76
1183.22/1183.25	c  N dy 15038   4325231        90      8010         0    158868     56070   3167647     25.40     26.75
1191.52/1191.59	c  N dy 15136   4345273        90      8010         0     93708     56070   1199546     25.40     27.34
1197.72/1197.79	c  N dy 15206   4365767        90      8010         0    112673     56070   1766185     25.41     26.75
1206.12/1206.12	c  N dy 15238   4393810        90      8010         0    138444     56070   2533660     25.40     26.76
1215.72/1215.77	c  N dy 15334   4414505        90      8010         0    157589     56070   3110036     25.41     26.82
1224.72/1224.76	c  N dy 15428   4434599        90      8010         0     91404     56070   1111346     25.41     26.76
1230.93/1230.98	c  N dy 15502   4456245        90      8010         0    111382     56070   1706834     25.41     26.85
1238.42/1238.42	c  N dy 15597   4476255        90      8010         0    129902     56070   2264802     25.41     27.55
1247.33/1247.31	c  N dy 15689   4496356        90      8010         0    148473     56070   2823037     25.42     27.03
1256.62/1256.62	c  N dy 15737   4516412        90      8010         0    166823     56070   3364716     25.42     27.95
1263.72/1263.79	c  N dy 15822   4536582        90      8010         0     99761     56070   1344022     25.42     26.78
1269.62/1269.69	c  N dy 15879   4556604        90      8010         0    118098     56070   1889976     25.42     26.95
1288.62/1288.68	c  N dy 15897   4612284        90      8010         0    168818     56070   3353811     25.39     26.85
1296.83/1296.84	c  N dy 16003   4634677        90      8010         0    103101     56070   1426305     25.40     26.80

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

running on 2 cores: 1,3

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: 2.54 2.97 3.25 5/322 6425
/proc/meminfo: memFree=24129448/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=29880 CPUtime=0.01 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 672 0 0 0 1 0 0 0 21 0 1 0 382951258 30597120 612 33554432000 4194304 4580011 140737277125888 18446744073709551615 268660323013 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 7470 612 338 95 0 2452 0

[startup+0.0788071 s]
/proc/loadavg: 2.54 2.97 3.25 5/322 6425
/proc/meminfo: memFree=24129448/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=30012 CPUtime=0.07 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 686 0 0 0 7 0 0 0 21 0 1 0 382951258 30732288 626 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 7503 626 338 95 0 2485 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30012

[startup+0.100801 s]
/proc/loadavg: 2.54 2.97 3.25 5/322 6425
/proc/meminfo: memFree=24129448/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=30012 CPUtime=0.09 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 691 0 0 0 9 0 0 0 21 0 1 0 382951258 30732288 631 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 7503 631 338 95 0 2485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30012

[startup+0.300778 s]
/proc/loadavg: 2.54 2.97 3.25 5/322 6425
/proc/meminfo: memFree=24129448/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=31820 CPUtime=0.29 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 1378 0 0 0 29 0 0 0 22 0 1 0 382951258 32583680 1204 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 7955 1204 362 95 0 2937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31820

[startup+0.700708 s]
/proc/loadavg: 2.54 2.97 3.25 5/322 6425
/proc/meminfo: memFree=24129448/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=32848 CPUtime=0.69 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 2029 0 0 0 69 0 0 0 23 0 1 0 382951258 33636352 1311 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 8212 1311 362 95 0 3194 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32848

[startup+1.50055 s]
/proc/loadavg: 2.54 2.97 3.25 6/329 6437
/proc/meminfo: memFree=24108668/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=33624 CPUtime=1.49 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 3035 0 0 0 149 0 0 0 25 0 1 0 382951258 34430976 1503 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 8406 1503 363 95 0 3388 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33624

[startup+3.10027 s]
/proc/loadavg: 2.54 2.97 3.25 7/329 6437
/proc/meminfo: memFree=24083748/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=40268 CPUtime=3.09 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 5573 0 0 0 309 0 0 0 25 0 1 0 382951258 41234432 3011 33554432000 4194304 4580011 140737277125888 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 10067 3011 366 95 0 5049 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40268

[startup+6.30071 s]
/proc/loadavg: 2.66 2.99 3.26 7/329 6438
/proc/meminfo: memFree=24073880/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=41184 CPUtime=6.29 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 7691 0 0 0 629 0 0 0 25 0 1 0 382951258 42172416 3283 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 10296 3283 366 95 0 5278 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41184

[startup+12.7006 s]
/proc/loadavg: 2.76 3.01 3.26 7/329 6438
/proc/meminfo: memFree=24041812/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=47588 CPUtime=12.69 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 12481 0 0 0 1268 1 0 0 25 0 1 0 382951258 48730112 4988 33554432000 4194304 4580011 140737277125888 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 11897 4988 366 95 0 6879 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47588

[startup+25.5003 s]
/proc/loadavg: 3.04 3.05 3.27 7/329 6438
/proc/meminfo: memFree=24023792/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=57440 CPUtime=25.49 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 19807 0 0 0 2548 1 0 0 25 0 1 0 382951258 58818560 7463 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 14360 7463 366 95 0 9342 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 57440

[startup+51.1008 s]
/proc/loadavg: 3.37 3.13 3.29 7/329 6439
/proc/meminfo: memFree=23998644/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=59084 CPUtime=51.09 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 29951 0 0 0 5105 4 0 0 25 0 1 0 382951258 60502016 7821 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 14771 7821 366 95 0 9753 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 59084

[startup+102.313 s]
/proc/loadavg: 3.72 3.26 3.32 7/329 6440
/proc/meminfo: memFree=23950516/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=74908 CPUtime=102.3 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 48157 0 0 0 10223 7 0 0 25 0 1 0 382951258 76705792 11915 33554432000 4194304 4580011 140737277125888 18446744073709551615 4406055 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 18727 11915 366 95 0 13709 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 74908

[startup+162.3 s]
/proc/loadavg: 3.90 3.39 3.36 7/329 6442
/proc/meminfo: memFree=23932252/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=75280 CPUtime=162.3 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 62166 0 0 0 16218 12 0 0 25 0 1 0 382951258 77086720 12569 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 18820 12569 366 95 0 13802 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 75280

[startup+222.301 s]
/proc/loadavg: 3.96 3.50 3.40 7/329 6443
/proc/meminfo: memFree=23911128/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=83572 CPUtime=222.3 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 76432 0 0 0 22214 16 0 0 25 0 1 0 382951258 85577728 13735 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 20893 13735 366 95 0 15875 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 83572

[startup+282.301 s]
/proc/loadavg: 4.09 3.62 3.45 7/329 6445
/proc/meminfo: memFree=23875860/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=83848 CPUtime=282.29 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 88147 0 0 0 28211 18 0 0 25 0 1 0 382951258 85860352 13509 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 20962 13509 366 95 0 15944 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 83848

[startup+342.301 s]
/proc/loadavg: 4.07 3.70 3.48 7/329 6447
/proc/meminfo: memFree=23845304/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=103744 CPUtime=342.29 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 100512 0 0 0 34208 21 0 0 25 0 1 0 382951258 106233856 18126 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294523 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 25936 18126 366 95 0 20918 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 103744

[startup+402.301 s]
/proc/loadavg: 4.06 3.77 3.52 7/329 6448
/proc/meminfo: memFree=23831248/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=103948 CPUtime=402.3 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 109961 0 0 0 40206 24 0 0 25 0 1 0 382951258 106442752 19543 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 25987 19543 366 95 0 20969 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 103948

[startup+462.3 s]
/proc/loadavg: 4.10 3.82 3.55 6/329 6450
/proc/meminfo: memFree=23802548/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=112464 CPUtime=462.3 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 120054 0 0 0 46203 27 0 0 25 0 1 0 382951258 115163136 21068 33554432000 4194304 4580011 140737277125888 18446744073709551615 4295707 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 28116 21068 366 95 0 23098 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 112464

[startup+522.301 s]
/proc/loadavg: 4.04 3.85 3.57 6/329 6451
/proc/meminfo: memFree=23790828/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=112652 CPUtime=522.3 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 129045 0 0 0 52200 30 0 0 25 0 1 0 382951258 115355648 21275 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 28163 21275 366 95 0 23145 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 112652

[startup+582.3 s]
/proc/loadavg: 4.01 3.88 3.60 6/329 6453
/proc/meminfo: memFree=23784596/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=112816 CPUtime=582.31 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 137903 0 0 0 58197 34 0 0 25 0 1 0 382951258 115523584 21014 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 28204 21014 366 95 0 23186 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 112816

[startup+642.301 s]
/proc/loadavg: 4.00 3.90 3.62 7/329 6455
/proc/meminfo: memFree=23770016/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=122648 CPUtime=642.31 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 146734 0 0 0 64196 35 0 0 25 0 1 0 382951258 125591552 23270 33554432000 4194304 4580011 140737277125888 18446744073709551615 4293184 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 30662 23270 366 95 0 25644 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 122648

[startup+702.301 s]
/proc/loadavg: 4.04 3.93 3.65 7/329 6456
/proc/meminfo: memFree=23759024/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=122836 CPUtime=702.31 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 155382 0 0 0 70193 38 0 0 25 0 1 0 382951258 125784064 22171 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 30709 22171 366 95 0 25691 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 122836

[startup+762.312 s]
/proc/loadavg: 4.01 3.94 3.66 7/329 6458
/proc/meminfo: memFree=23768292/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=122952 CPUtime=762.32 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 162960 0 0 0 76191 41 0 0 25 0 1 0 382951258 125902848 23035 33554432000 4194304 4580011 140737277125888 18446744073709551615 4295647 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 30738 23035 366 95 0 25720 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 122952

[startup+822.301 s]
/proc/loadavg: 4.00 3.95 3.68 7/329 6459
/proc/meminfo: memFree=23767012/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=123068 CPUtime=822.31 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 170584 0 0 0 82187 44 0 0 25 0 1 0 382951258 126021632 23710 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 30767 23710 366 95 0 25749 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 123068

[startup+882.3 s]
/proc/loadavg: 4.09 3.98 3.71 7/329 6461
/proc/meminfo: memFree=23756448/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=123172 CPUtime=882.31 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 178010 0 0 0 88184 47 0 0 25 0 1 0 382951258 126128128 24131 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 30793 24131 366 95 0 25775 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 123172

[startup+942.301 s]
/proc/loadavg: 4.08 4.00 3.73 7/329 6462
/proc/meminfo: memFree=23737412/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=123300 CPUtime=942.31 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 185004 0 0 0 94181 50 0 0 25 0 1 0 382951258 126259200 23902 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 30825 23902 366 95 0 25807 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 123300

[startup+1002.3 s]
/proc/loadavg: 4.03 4.00 3.74 7/329 6467
/proc/meminfo: memFree=23719652/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=123416 CPUtime=1002.31 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 192219 0 0 0 100179 52 0 0 25 0 1 0 382951258 126377984 23636 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 30854 23636 366 95 0 25836 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 123416

[startup+1062.3 s]
/proc/loadavg: 4.05 4.01 3.76 7/329 6469
/proc/meminfo: memFree=23733004/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=123536 CPUtime=1062.32 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 198938 0 0 0 106177 55 0 0 25 0 1 0 382951258 126500864 22797 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294423 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 30884 22797 366 95 0 25866 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 123536

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.77 7/329 6470
/proc/meminfo: memFree=23686316/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=142972 CPUtime=1122.32 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 208608 0 0 0 112175 57 0 0 25 0 1 0 382951258 146403328 28657 33554432000 4194304 4580011 140737277125888 18446744073709551615 4406312 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 35743 28657 366 95 0 30725 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 142972

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.78 6/329 6472
/proc/meminfo: memFree=23690616/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=198748 CPUtime=1182.32 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 213041 0 0 0 118173 59 0 0 25 0 1 0 382951258 203517952 28816 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 49687 28816 366 95 0 44669 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 198748

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.80 7/329 6473
/proc/meminfo: memFree=23668752/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=143148 CPUtime=1242.32 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 220311 0 0 0 124171 61 0 0 25 0 1 0 382951258 146583552 28199 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 35787 28199 366 95 0 30769 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 143148



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.81 6/328 6485
/proc/meminfo: memFree=23759540/32951124 swapFree=46575252/67111528
[pid=6425] ppid=6423 vsize=143244 CPUtime=1300.03 cores=1,3
/proc/6425/stat : 6425 (strangenight2-s) R 6423 6425 5193 0 -1 4202496 227416 0 0 0 129938 65 0 0 25 0 1 0 382951258 146681856 27315 33554432000 4194304 4580011 140737277125888 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/6425/statm: 35811 27315 366 95 0 30793 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 143244

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.05
CPU user time (s): 1299.39
CPU system time (s): 0.659899
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 199764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.39
system time used= 0.659899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227417
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= 6
involuntary context switches= 1279

runsolver used 3.79942 second user time and 9.24459 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-14 17:40:00
IDJOB=3367845
IDBENCH=83054
IDSOLVER=1845
FILE ID=node107/3367845-1305387600
RUNJOBID= node107-1305387600-6396
PBS_JOBID= 13324395
Free space on /tmp= 73424 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S1897189325-062.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367845-1305387600/watcher-3367845-1305387600 -o /tmp/evaluation-result-3367845-1305387600/solver-3367845-1305387600 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367845-1305387600.cnf

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

MD5SUM BENCH= 28731ba8f9c5274ff0cd070fd7aeff45
RANDOM SEED=1169257819

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24129852 kB
Buffers:        298204 kB
Cached:        3944104 kB
SwapCached:      10016 kB
Active:        6065016 kB
Inactive:      2463712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24129852 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           17288 kB
Writeback:           0 kB
AnonPages:     4284176 kB
Mapped:          19508 kB
Slab:           159456 kB
PageTables:      69516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 64966888 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= 73412 MiB
End job on node107 at 2011-05-14 18:01:42