Trace number 3367381

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.04 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S903594090-011-UNKNOWN.cnf
MD5SUM7d95438154723bef0aaca7f7f26ea8e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.34849
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3367381-1305381961.cnf'
0.00/0.00	c -- header says num vars:          10000
0.00/0.00	c -- header says num clauses:       42000
0.00/0.02	c -- clauses added:            0 learnts,        42000 normals,            0 xors
0.00/0.02	c -- vars added      10000
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0     10000     42000         0         0    126000         0   no data   no data
0.02/0.05	c asymm  cl-useful: 0/42000/42000 lits-rem:0 time: 0.03
0.02/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.02/0.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.02/0.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.02/0.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.02/0.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10000 time:  0.00 s
0.02/0.07	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
0.09/0.12	c lits-rem:         0  cl-subs:        0  v-elim:    274  v-fix:    0  time:  0.04 s
0.09/0.12	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.13	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.09/0.13	c calculated reachability. Time: 0.00
0.09/0.13	c Calc default polars -  time:   0.00 s pos:    4402 undec:    1145 neg:    4453
0.09/0.13	c =========================================================================================
0.09/0.13	c types(t): F = full restart, N = normal restart
0.09/0.13	c types(t): S = simplification begin/end, E = solution found
0.09/0.13	c restart types(rt): st = static, dy = dynamic
0.09/0.13	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.13	c  B st     0         0      9726     41691         0         0    126776         0   no data   no data
0.69/0.79	c  N dy    22      4049      9726     41691         0      4049    126776    644292     95.04    120.50
1.39/1.42	c  N dy    48      8135      9726     41691         0      4639    126776    321954     94.58    114.40
2.10/2.20	c  N dy    75     12897      9726     41691         0      9399    126776   1050505     94.15     99.16
2.79/2.88	c  N dy   100     17090      9726     41691         0      7847    126776    510259     93.58     99.82
3.49/3.56	c  N dy   125     21172      9726     41691         0     11929    126776   1129841     93.63     99.34
4.19/4.21	c  F st   153     25002      9726     41691         0      8382    126776    359247     93.79     93.33
4.19/4.26	c  N st   154     25252      9726     41691         0      8632    126776    395667     93.79   no data
4.99/5.09	c  N dy   159     30000      9726     41691         0     13380    126776   1213837     93.79   no data
4.99/5.09	c  S st   159     30000      9726     41691         0     13380    126776   1213837     93.79   no data
5.09/5.17	c  S st   159     30502      9726     41691         0     13882    126776   1261775     93.79   no data
5.09/5.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.09/5.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
5.19/5.20	c blocked clauses removed:      123 vars:     19 tried:        9726 T: 0.00 s
5.19/5.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.19/5.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.19/5.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9707 time:  0.00 s
5.19/5.21	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
5.19/5.24	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.03 s
5.29/5.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.40/5.50	c lits-rem:        15  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.18 s
5.50/5.54	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.04
5.50/5.54	c calculated reachability. Time: 0.00
5.50/5.54	c  N dy   159     30502      9701     41562         0     13825    126429   1251948     93.79   no data
6.20/6.26	c  N dy   188     34525      9701     41562         0      9190    126429    301216     94.48     99.64
6.89/6.94	c  N dy   216     38615      9701     41562         0     13280    126429    910087     94.40    122.47
7.60/7.65	c  N dy   241     42652      9701     41562         0     17317    126429   1521600     94.48    101.13
8.19/8.21	c  S st   260     45753      9701     41562         0     10586    126429    337614     94.68   no data
8.19/8.29	c  S st   260     46255      9701     41562         0     11088    126429    397673     94.68   no data
8.29/8.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.29/8.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
8.29/8.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.29/8.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.29/8.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.29/8.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
8.29/8.33	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
8.29/8.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
8.29/8.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.39/8.40	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
8.39/8.41	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
8.39/8.41	c vivif2 --  cl tried    11088 cl shrink        0 lits rem          0 time: 0.00
8.39/8.45	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.04
8.39/8.45	c calculated reachability. Time: 0.00
8.39/8.45	c  N dy   260     46255      9701     41562         0     11088    126429    397672     94.68   no data
9.09/9.16	c  N dy   290     50316      9701     41562         0     15149    126429   1025225     94.98    101.33
9.79/9.87	c  N dy   311     54399      9701     41562         0     19232    126429   1629568     94.64    100.66
10.59/10.62	c  N dy   338     58487      9701     41562         0     12408    126429    453853     94.87     99.97
11.29/11.33	c  N dy   360     62553      9701     41562         0     16474    126429   1068703     94.80    107.99
12.00/12.06	c  N dy   384     66661      9701     41562         0     20581    126429   1676806     94.65    100.55
12.49/12.57	c  S st   400     69382      9701     41562         0     23302    126429   2083984     94.51   no data
12.59/12.67	c  S st   400     69882      9701     41562         0     23802    126429   2139067     94.51   no data
12.59/12.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.69/12.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
12.69/12.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.69/12.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.69/12.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.69/12.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
12.69/12.72	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
12.69/12.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
12.79/12.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.49/13.52	c lits-rem:        13  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.65 s
13.49/13.52	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
13.49/13.55	c vivif2 --  cl tried    23797 cl shrink        0 lits rem          0 time: 0.03
13.59/13.61	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.05
13.59/13.61	c calculated reachability. Time: 0.00
13.59/13.61	c  N dy   400     69882      9701     41562         0     23797    126429   2137635     94.51   no data
14.39/14.41	c  N dy   424     74421      9701     41562         0     16380    126429    899760     94.43    114.47
15.29/15.31	c  N dy   457     79347      9701     41562         0     21305    126429   1635014     94.37    102.22
16.29/16.30	c  N dy   490     84567      9701     41562         0     13544    126429    316740     94.40    100.18
16.79/16.82	c  F st   514     87501      9701     41562         0     16478    126429    783787     94.72   no data
17.39/17.44	c  N st   519     90797      9701     41562         0     19773    126429   1392237     94.72   no data
18.49/18.55	c  N dy   545     96664      9701     41562         0     25640    126429   2327503     94.69    118.78
19.70/19.73	c  N dy   585    103115      9701     41562         0     18103    126429    830589     94.55     99.69
19.99/20.04	c  S st   598    104823      9701     41562         0     19810    126429   1081803     94.52   no data
20.09/20.14	c  S st   598    105327      9701     41562         0     20314    126429   1139261     94.52   no data
20.09/20.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.09/20.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
20.09/20.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.09/20.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.09/20.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.09/20.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
20.09/20.18	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
20.19/20.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
20.19/20.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.39/20.47	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
20.39/20.47	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
20.39/20.49	c vivif2 --  cl tried    20314 cl shrink        0 lits rem          0 time: 0.01
20.49/20.54	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.05
20.49/20.54	c calculated reachability. Time: 0.00
20.49/20.54	c  N dy   598    105327      9701     41562         0     20314    126429   1139258     94.52   no data
21.79/21.86	c  N dy   637    112250      9701     41562         0     27237    126429   2154215     94.28     99.65
23.19/23.20	c  N dy   682    119435      9701     41562         0     19431    126429    901238     94.30    105.37
24.59/24.64	c  N dy   736    127058      9701     41562         0     27052    126429   2062750     94.45     99.84
26.19/26.25	c  N dy   792    135336      9701     41562         0     19334    126429    745416     94.59    104.38
27.79/27.89	c  N dy   842    144034      9701     41562         0     28031    126429   2066540     94.59    109.84
29.70/29.73	c  N dy   906    153327      9701     41562         0     20329    126429    769649     94.67    103.17
30.58/30.62	c  S st   940    157991      9701     41562         0     24993    126429   1491839     94.78   no data
30.69/30.73	c  S st   940    158495      9701     41562         0     25497    126429   1554659     94.78   no data
30.69/30.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.69/30.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
30.69/30.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.69/30.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.69/30.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.69/30.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
30.69/30.78	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
30.80/30.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
30.80/30.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.29/31.31	c lits-rem:         5  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.43 s
31.29/31.31	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
31.29/31.33	c vivif2 --  cl tried    25494 cl shrink        0 lits rem          0 time: 0.02
31.29/31.38	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.05
31.29/31.39	c calculated reachability. Time: 0.00
31.29/31.39	c  N dy   940    158495      9701     41562         0     25494    126429   1553811     94.78   no data
33.39/33.48	c  N dy  1005    168675      9701     41562         0     35674    126429   3166256     94.95    107.78
35.49/35.54	c  N dy  1071    179572      9701     41562         0     28572    126429   1828863     94.90    102.57
37.79/37.89	c  N dy  1146    191167      9701     41562         0     21162    126429    584560     94.97    100.14
40.29/40.31	c  N dy  1224    203591      9701     41562         0     33585    126429   2455165     94.93    103.58
42.90/42.91	c  N dy  1311    216640      9701     41562         0     26641    126429   1263597     94.90    100.78
45.79/45.81	c  N dy  1398    230684      9701     41562         0     40684    126429   3394795     94.92    102.38
47.20/47.21	c  S st  1443    237747      9701     41562         0     26744    126429   1135266     94.92     75.51
47.30/47.32	c  S st  1443    238254      9701     41562         0     27251    126429   1187602     94.92   no data
47.30/47.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.30/47.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
47.30/47.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.30/47.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.30/47.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.30/47.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
47.30/47.37	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
47.39/47.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
47.39/47.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.69/47.72	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.28 s
47.69/47.73	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
47.69/47.75	c vivif2 --  cl tried    27250 cl shrink        0 lits rem          0 time: 0.02
47.79/47.80	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.06
47.79/47.81	c calculated reachability. Time: 0.00
47.79/47.81	c  N dy  1443    238254      9701     41562         0     27250    126429   1187276     94.92   no data
50.98/51.08	c  N dy  1544    253613      9701     41562         0     42607    126429   3544942     95.00    103.52
54.29/54.38	c  N dy  1646    269950      9701     41562         0     36948    126429   2509496     94.93    101.50
57.88/57.96	c  N dy  1756    287225      9701     41562         0     31223    126429   1521469     94.91    100.50
61.89/61.92	c  N dy  1873    305675      9701     41562         0     25673    126429    531043     94.95    101.23
61.99/62.03	c  F st  1879    306250      9701     41562         0     26248    126429    620703     94.96   no data
65.99/66.07	c  N dy  1969    325313      9701     41562         0     45307    126429   3801216     94.97    101.58
70.29/70.32	c  N dy  2094    345477      9701     41562         0     40473    126429   2646456     95.01    101.16
72.99/73.00	c  S st  2166    357382      9701     41562         0     26381    126429    348370     94.95   no data
73.09/73.10	c  S st  2166    357883      9701     41562         0     26882    126429    412836     94.95   no data
73.09/73.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
73.09/73.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
73.09/73.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.09/73.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.09/73.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.09/73.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
73.09/73.15	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
73.09/73.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
73.19/73.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.19/73.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
73.19/73.25	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
73.19/73.26	c vivif2 --  cl tried    26882 cl shrink        0 lits rem          0 time: 0.01
73.29/73.31	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.06
73.29/73.32	c calculated reachability. Time: 0.00
73.29/73.32	c  N dy  2166    357883      9701     41562         0     26882    126429    412836     94.95   no data
77.59/77.63	c  N dy  2297    377955      9701     41562         0     46953    126429   3432904     94.91    100.71
81.89/81.91	c  N dy  2423    397965      9701     41562         0     39967    126429   2218795     94.92    103.11
86.39/86.44	c  N dy  2566    417975      9701     41562         0     31973    126429    929278     95.07    101.94
90.69/90.79	c  N dy  2698    438015      9701     41562         0     52010    126429   3978600     95.09    101.22
95.18/95.26	c  N dy  2831    458254      9701     41562         0     43246    126429   2451820     95.13    100.79
99.78/99.89	c  N dy  2961    478309      9701     41562         0     33305    126429    829001     95.20    100.99
104.29/104.37	c  N dy  3099    498447      9701     41562         0     53442    126429   3877679     95.22    100.88
108.90/108.95	c  N dy  3225    518752      9701     41562         0     42751    126429   2131197     95.20    100.65
113.19/113.31	c  S st  3345    536824      9701     41562         0     60821    126429   4889802     95.22   no data
113.39/113.44	c  S st  3345    537329      9701     41562         0     61326    126429   4944828     95.22   no data
113.39/113.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
113.49/113.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
113.49/113.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
113.49/113.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
113.49/113.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.49/113.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
113.49/113.52	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
113.49/113.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
113.68/113.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.99/117.01	c lits-rem:         9  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.21 s
116.99/117.01	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
116.99/117.08	c vivif2 --  cl tried    61322 cl shrink        0 lits rem          0 time: 0.07
117.09/117.17	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.09
117.09/117.17	c calculated reachability. Time: 0.00
117.09/117.17	c  N dy  3345    537329      9701     41562         0     61322    126429   4943568     95.22   no data
121.49/121.57	c  N dy  3467    557372      9701     41562         0     49365    126429   2914831     95.19    100.33
126.29/126.38	c  N dy  3590    577511      9701     41562         0     36507    126429    854704     95.21    100.68
130.91/130.92	c  N dy  3721    597548      9701     41562         0     56543    126429   3916887     95.25    100.69
135.69/135.70	c  N dy  3859    617590      9701     41562         0     42582    126429   1673747     95.26    102.73
140.29/140.38	c  N dy  3981    637601      9701     41562         0     62593    126429   4707097     95.28    100.91
144.99/145.09	c  N dy  4115    657624      9701     41562         0     47617    126429   2281002     95.32    104.14
149.99/150.03	c  N dy  4251    677670      9701     41562         0     67663    126429   5416544     95.36    100.43
154.69/154.70	c  N dy  4381    697769      9701     41562         0     51759    126429   2762412     95.40    101.12
159.79/159.86	c  N dy  4522    717938      9701     41562         0     71925    126429   5844428     95.46    102.71
164.39/164.44	c  N dy  4645    737995      9701     41562         0     54981    126429   3080688     95.46    100.72
169.69/169.75	c  N dy  4781    758272      9701     41562         0     75256    126429   6195080     95.51    104.46
174.29/174.38	c  N dy  4914    778280      9701     41562         0     57273    126429   3293027     95.53    108.31
179.59/179.63	c  N dy  5044    798307      9701     41562         0     77300    126429   6357058     95.54    102.49
181.29/181.38	c  S st  5095    805993      9701     41562         0     45988    126429   1421554     95.54   no data
181.40/181.50	c  S st  5095    806497      9701     41562         0     46492    126429   1482608     95.54   no data
181.50/181.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
181.50/181.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
181.50/181.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
181.50/181.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
181.50/181.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
181.50/181.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
181.50/181.56	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
181.59/181.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
181.59/181.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
182.19/182.27	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.61 s
182.19/182.27	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
182.19/182.29	c vivif2 --  cl tried    46491 cl shrink        0 lits rem          0 time: 0.02
182.29/182.36	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.07
182.29/182.37	c calculated reachability. Time: 0.00
182.29/182.37	c  N dy  5095    806497      9701     41562         0     46491    126429   1482072     95.54   no data
187.29/187.33	c  N dy  5233    826969      9701     41562         0     66962    126429   4596658     95.57    100.72
192.40/192.43	c  N dy  5364    847039      9701     41562         0     47032    126429   1432313     95.57    109.22
197.19/197.30	c  N dy  5501    867055      9701     41562         0     67047    126429   4472413     95.59    100.64
202.49/202.50	c  N dy  5630    887061      9701     41562         0     46052    126429   1157066     95.62    102.05
207.29/207.37	c  N dy  5763    907185      9701     41562         0     66174    126429   4244759     95.65    102.62
212.69/212.75	c  N dy  5888    927329      9701     41562         0     44320    126429    741667     95.66    101.14
217.49/217.50	c  N dy  6018    947380      9701     41562         0     64368    126429   3820408     95.68    101.43
222.89/222.97	c  N dy  6149    967437      9701     41562         0     84423    126429   6860166     95.69    121.74
227.79/227.85	c  N dy  6279    987535      9701     41562         0     61523    126429   3270451     95.71    102.16
233.20/233.24	c  N dy  6415   1007588      9701     41562         0     81576    126429   6352897     95.75    101.20
238.19/238.26	c  N dy  6542   1027653      9701     41562         0     57643    126429   2493211     95.75    101.58
243.39/243.47	c  N dy  6667   1047718      9701     41562         0     77704    126429   5542803     95.73    101.80
248.69/248.79	c  N dy  6796   1067821      9701     41562         0     52807    126429   1607949     95.74    102.67
249.71/249.75	c  F st  6823   1071876      9701     41562         0     56862    126429   2227580     95.74     86.95
253.79/253.83	c  N dy  6904   1087906      9701     41562         0     72891    126429   4803243     95.76    102.15
259.69/259.75	c  N dy  7037   1107977      9701     41562         0     46976    126429    551625     95.80    101.31
264.69/264.70	c  N dy  7162   1128314      9701     41562         0     67313    126429   3687674     95.80    103.70
270.29/270.32	c  N dy  7297   1148483      9701     41562         0     87478    126429   6827884     95.83    101.25
275.50/275.52	c  N dy  7424   1168544      9701     41562         0     60537    126429   2526709     95.86    102.72
280.69/280.78	c  N dy  7549   1188632      9701     41562         0     80625    126429   5588389     95.87    101.49
286.39/286.46	c  N dy  7679   1208706      9701     41562         0     52696    126429   1142445     95.87    109.91
286.69/286.71	c  S st  7688   1209746      9701     41562         0     53735    126429   1308742     95.88   no data
286.79/286.84	c  S st  7688   1210249      9701     41562         0     54238    126429   1364319     95.88   no data
286.79/286.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
286.79/286.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
286.79/286.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
286.79/286.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
286.79/286.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
286.89/286.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
286.89/286.90	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
286.89/286.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
286.89/286.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
287.49/287.55	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.56 s
287.49/287.55	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
287.49/287.57	c vivif2 --  cl tried    54237 cl shrink        0 lits rem          0 time: 0.02
287.59/287.65	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.08
287.59/287.65	c calculated reachability. Time: 0.00
287.59/287.65	c  N dy  7688   1210249      9701     41562         0     54237    126429   1364216     95.88   no data
292.69/292.78	c  N dy  7820   1230311      9701     41562         0     74299    126429   4423075     95.90    110.85
298.59/298.62	c  N dy  7950   1250474      9701     41562         0     94460    126429   7499557     95.91    101.74
303.69/303.74	c  N dy  8079   1270507      9701     41562         0     65495    126429   2965975     95.94    109.39
309.19/309.23	c  N dy  8211   1290556      9701     41562         0     85540    126429   6015668     95.95    101.61
314.89/314.99	c  N dy  8338   1310574      9701     41562         0     55564    126429   1294924     95.96    101.18
320.10/320.11	c  N dy  8468   1330605      9701     41562         0     75595    126429   4366233     95.97    105.38
325.89/325.93	c  N dy  8595   1350611      9701     41562         0     95600    126429   7415189     95.98    101.56
331.29/331.31	c  N dy  8730   1370782      9701     41562         0     64770    126429   2557831     96.00    104.19
336.69/336.71	c  N dy  8854   1390856      9701     41562         0     84843    126429   5649976     96.00    101.41
342.89/342.96	c  N dy  8993   1411018      9701     41562         0     53008    126429    584684     96.03    101.54
347.99/348.03	c  N dy  9124   1431211      9701     41562         0     73200    126429   3705947     96.05    103.37
353.70/353.78	c  N dy  9255   1451244      9701     41562         0     93229    126429   6806170     96.08    103.93
359.70/359.74	c  N dy  9395   1471478      9701     41562         0     60463    126429   1598060     96.11    101.47
364.90/364.99	c  N dy  9514   1491495      9701     41562         0     80478    126429   4701815     96.11    101.98
371.09/371.12	c  N dy  9658   1511775      9701     41562         0    100756    126429   7829303     96.16    102.31
376.69/376.77	c  N dy  9795   1532025      9701     41562         0     67015    126429   2458771     96.18    101.96
382.19/382.24	c  N dy  9917   1552103      9701     41562         0     87092    126429   5546729     96.19    107.14
388.39/388.49	c  N dy 10038   1572394      9701     41562         0    107381    126429   8606119     96.17    102.74
393.80/393.83	c  N dy 10167   1592408      9701     41562         0     72402    126429   3125531     96.19    101.81
399.39/399.46	c  N dy 10286   1612417      9701     41562         0     92409    126429   6202043     96.19    104.02
405.90/405.92	c  N dy 10415   1632563      9701     41562         0     56553    126429    555920     96.19    102.07
411.00/411.07	c  N dy 10547   1652610      9701     41562         0     76600    126429   3622762     96.19    113.72
416.90/416.97	c  N dy 10687   1672735      9701     41562         0     96723    126429   6717837     96.22    103.29
423.29/423.34	c  N dy 10816   1692807      9701     41562         0     59794    126429    919239     96.22    101.48
427.91/427.92	c  S st 10944   1710250      9701     41562         0     77236    126429   3616134     96.25   no data
428.00/428.08	c  S st 10944   1710752      9701     41562         0     77738    126429   3672473     96.25   no data
428.00/428.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
428.10/428.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
428.10/428.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
428.10/428.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
428.10/428.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
428.10/428.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
428.10/428.16	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
428.20/428.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
428.29/428.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.10/431.18	c lits-rem:         6  cl-subs:        7  v-elim:      0  v-fix:    0  time:  2.82 s
431.10/431.18	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
431.20/431.23	c vivif2 --  cl tried    77731 cl shrink        0 lits rem          0 time: 0.05
431.29/431.34	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.11
431.29/431.35	c calculated reachability. Time: 0.00
431.29/431.35	c  N dy 10944   1710752      9701     41562         0     77731    126429   3670199     96.25   no data
437.20/437.26	c  N dy 11079   1730803      9701     41562         0     97782    126429   6812640     96.27    103.12
443.70/443.76	c  N dy 11203   1750807      9701     41562         0     59791    126429    745892     96.28    122.18
449.00/449.02	c  N dy 11341   1770834      9701     41562         0     79817    126429   3804165     96.29    103.03
454.99/455.05	c  N dy 11476   1790914      9701     41562         0     99897    126429   6890129     96.30    103.73
461.49/461.56	c  N dy 11601   1810972      9701     41562         0     60951    126429    780388     96.31    106.32
466.79/466.81	c  N dy 11720   1831058      9701     41562         0     81035    126429   3814149     96.29    124.17
472.80/472.85	c  N dy 11853   1851215      9701     41562         0    101191    126429   6893195     96.30    102.69
479.50/479.55	c  N dy 11978   1871293      9701     41562         0     61272    126429    681789     96.29    104.95
484.80/484.87	c  N dy 12116   1891495      9701     41562         0     81473    126429   3795428     96.31    104.45
490.99/491.00	c  N dy 12251   1911633      9701     41562         0    101610    126429   6912993     96.33    101.67
497.80/497.88	c  N dy 12383   1931868      9701     41562         0    121840    126429  10034658     96.35    102.62
503.20/503.29	c  N dy 12516   1951951      9701     41562         0     80930    126429   3581290     96.37    102.15
509.20/509.29	c  N dy 12645   1971972      9701     41562         0    100949    126429   6679688     96.38    102.00
516.09/516.11	c  N dy 12781   1992053      9701     41562         0    121029    126429   9786130     96.40    101.91
521.69/521.79	c  N dy 12908   2012471      9701     41562         0     79452    126429   3191520     96.41    105.98
527.70/527.71	c  N dy 13035   2032512      9701     41562         0     99493    126429   6284398     96.42    120.21
534.40/534.43	c  N dy 13164   2052571      9701     41562         0    119545    126429   9402100     96.42    102.19
540.20/540.29	c  N dy 13293   2072630      9701     41562         0     76606    126429   2638764     96.43    102.27
546.00/546.09	c  N dy 13417   2092655      9701     41562         0     96629    126429   5744688     96.44    101.86
552.59/552.66	c  N dy 13545   2112741      9701     41562         0    116709    126429   8853058     96.44    101.62
558.89/558.95	c  N dy 13672   2132779      9701     41562         0     72761    126429   1860079     96.45    101.64
564.70/564.70	c  N dy 13801   2152919      9701     41562         0     92900    126429   4955993     96.45    105.85
571.10/571.12	c  N dy 13921   2172958      9701     41562         0    112937    126429   8000457     96.45    109.82
578.09/578.13	c  N dy 14053   2193061      9701     41562         0     68040    126429    988089     96.46    102.20
583.01/583.02	c  S st 14176   2210753      9701     41562         0     85731    126429   3754716     96.48   no data
583.20/583.20	c  S st 14176   2211258      9701     41562         0     86236    126429   3816620     96.48   no data
583.20/583.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
583.20/583.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
583.20/583.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
583.20/583.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
583.20/583.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
583.20/583.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
583.20/583.28	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
583.29/583.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
583.39/583.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
586.30/586.34	c lits-rem:        16  cl-subs:        7  v-elim:      0  v-fix:    0  time:  2.85 s
586.30/586.34	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
586.30/586.40	c vivif2 --  cl tried    86229 cl shrink        0 lits rem          0 time: 0.05
586.49/586.51	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.11
586.49/586.51	c calculated reachability. Time: 0.00
586.49/586.51	c  N dy 14176   2211258      9701     41562         0     86229    126429   3814873     96.48   no data
592.69/592.70	c  N dy 14302   2231429      9701     41562         0    106398    126429   6910343     96.48    102.23
599.69/599.76	c  N dy 14438   2251584      9701     41562         0    126551    126429  10010935     96.49    102.78
605.60/605.66	c  N dy 14567   2271605      9701     41562         0     80575    126429   2756642     96.49    102.95
611.61/611.61	c  N dy 14685   2291649      9701     41562         0    100619    126429   5820944     96.50    138.21
618.21/618.29	c  N dy 14815   2311652      9701     41562         0    120621    126429   8936570     96.51    106.88
624.81/624.84	c  N dy 14930   2331719      9701     41562         0     73698    126429   1542770     96.50    103.97
630.60/630.65	c  N dy 15062   2352037      9701     41562         0     94013    126429   4695301     96.51    101.65
637.10/637.13	c  N dy 15190   2372138      9701     41562         0    114113    126429   7800551     96.52    101.84
644.30/644.38	c  N dy 15316   2392179      9701     41562         0    134153    126429  10862770     96.53    104.81
650.01/650.08	c  N dy 15445   2412196      9701     41562         0     86169    126429   3358801     96.53    103.01
656.20/656.20	c  N dy 15569   2432213      9701     41562         0    106184    126429   6431557     96.53    118.01
663.20/663.21	c  N dy 15701   2452291      9701     41562         0    126260    126429   9538346     96.54    104.25
669.80/669.82	c  N dy 15818   2472344      9701     41562         0     77316    126429   1809966     96.54    101.81
675.70/675.78	c  N dy 15949   2492721      9701     41562         0     97692    126429   4945217     96.54    102.79
682.40/682.41	c  N dy 16080   2512823      9701     41562         0    117794    126429   8055593     96.55    102.01
689.80/689.82	c  N dy 16208   2532897      9701     41562         0    137867    126429  11130142     96.55    102.85
695.60/695.63	c  N dy 16331   2553000      9701     41562         0     87974    126429   3325304     96.56    107.69
701.82/701.83	c  N dy 16463   2573014      9701     41562         0    107987    126429   6429856     96.57    109.70
708.70/708.77	c  N dy 16596   2593103      9701     41562         0    128075    126429   9520116     96.58    102.04
715.70/715.78	c  N dy 16724   2613176      9701     41562         0     77157    126429   1508573     96.58    112.67
721.51/721.59	c  N dy 16852   2633290      9701     41562         0     97271    126429   4596707     96.58    103.70
728.21/728.29	c  N dy 16991   2653695      9701     41562         0    117676    126429   7783348     96.59    102.83
735.60/735.65	c  N dy 17125   2673858      9701     41562         0    137839    126429  10895282     96.60    108.49
741.80/741.89	c  N dy 17254   2693932      9701     41562         0     85909    126429   2704653     96.61    102.90
747.20/747.20	c  S st 17368   2711261      9701     41562         0    103238    126429   5379727     96.62     89.94
747.40/747.40	c  S st 17368   2711763      9701     41562         0    103740    126429   5438816     96.62   no data
747.40/747.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
747.40/747.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
747.50/747.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
747.50/747.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
747.50/747.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
747.50/747.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
747.50/747.51	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
747.50/747.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
747.70/747.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
751.80/751.87	c lits-rem:        15  cl-subs:        6  v-elim:      0  v-fix:    0  time:  4.08 s
751.80/751.87	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
751.90/751.95	c vivif2 --  cl tried   103734 cl shrink        0 lits rem          0 time: 0.08
752.00/752.09	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.14
752.00/752.09	c calculated reachability. Time: 0.00
752.00/752.09	c  N dy 17368   2711763      9701     41562         0    103734    126429   5437335     96.62   no data
758.91/758.95	c  N dy 17496   2731837      9701     41562         0    123806    126429   8527125     96.62    102.28
766.60/766.63	c  N dy 17631   2751917      9701     41562         0    143882    126429  11633783     96.63    103.86
772.49/772.58	c  N dy 17761   2772084      9701     41562         0     91051    126429   3332508     96.64    103.04
778.90/778.91	c  N dy 17890   2792231      9701     41562         0    111197    126429   6417609     96.64    101.97
786.00/786.09	c  N dy 18026   2812351      9701     41562         0    131316    126429   9497269     96.65    102.15
793.50/793.54	c  N dy 18154   2832456      9701     41562         0     77423    126429   1084217     96.66    104.58
799.30/799.33	c  N dy 18288   2852496      9701     41562         0     97463    126429   4198007     96.68    102.13
805.79/805.86	c  N dy 18416   2872509      9701     41562         0    117475    126429   7281709     96.68    119.52
813.10/813.19	c  N dy 18545   2892607      9701     41562         0    137572    126429  10347947     96.68    102.44
820.40/820.45	c  N dy 18687   2912711      9701     41562         0     82682    126429   1776319     96.70    106.04
826.50/826.53	c  N dy 18825   2932813      9701     41562         0    102784    126429   4901703     96.71    104.10
833.20/833.23	c  N dy 18950   2952886      9701     41562         0    122856    126429   7979257     96.71    110.66
840.80/840.88	c  N dy 19086   2973069      9701     41562         0    143036    126429  11119722     96.73    102.64
847.61/847.64	c  N dy 19207   2993167      9701     41562         0     87138    126429   2308954     96.73    102.61
853.90/853.96	c  N dy 19352   3013316      9701     41562         0    107285    126429   5440997     96.74    102.76
861.00/861.01	c  N dy 19488   3033462      9701     41562         0    127429    126429   8546892     96.75    104.30
868.80/868.81	c  N dy 19629   3053587      9701     41562         0    147552    126429  11695197     96.77    104.14
875.41/875.45	c  N dy 19768   3073664      9701     41562         0     90636    126429   2685360     96.78    103.65
881.80/881.80	c  N dy 19906   3093700      9701     41562         0    110670    126429   5852044     96.80    104.94
888.81/888.87	c  N dy 20037   3113741      9701     41562         0    130711    126429   8946512     96.80    103.10
896.70/896.72	c  N dy 20172   3133830      9701     41562         0    150797    126429  12062191     96.82    102.49
903.11/903.18	c  N dy 20300   3153832      9701     41562         0     92800    126429   2887681     96.82    105.35
909.50/909.58	c  N dy 20435   3173941      9701     41562         0    112908    126429   6003089     96.83    103.42
916.71/916.72	c  N dy 20558   3193951      9701     41562         0    132917    126429   9077991     96.83    102.04
923.70/923.71	c  S st 20670   3211764      9701     41562         0    150729    126429  11786079     96.83   no data
923.91/923.97	c  S st 20670   3212270      9701     41562         0    151235    126429  11844142     96.83   no data
923.91/924.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
924.10/924.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
924.10/924.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
924.10/924.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
924.10/924.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
924.10/924.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
924.10/924.12	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
924.20/924.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
924.71/924.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
933.40/933.49	c lits-rem:        29  cl-subs:       17  v-elim:      0  v-fix:    0  time:  8.74 s
933.50/933.50	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
933.60/933.66	c vivif2 --  cl tried   151218 cl shrink        0 lits rem          0 time: 0.17
933.81/933.87	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.20
933.81/933.87	c calculated reachability. Time: 0.00
933.81/933.87	c  N dy 20670   3212270      9701     41562         0    151218    126429  11839836     96.83   no data
940.60/940.64	c  N dy 20810   3232364      9701     41562         0     92318    126429   2692466     96.84    107.22
946.90/946.93	c  N dy 20936   3252452      9701     41562         0    112403    126429   5831473     96.85    124.86
954.11/954.10	c  N dy 21066   3272543      9701     41562         0    132492    126429   8942026     96.86    104.44
962.01/962.06	c  N dy 21205   3292558      9701     41562         0    152506    126429  12030666     96.86    103.86
968.80/968.89	c  N dy 21333   3312841      9701     41562         0     92792    126429   2615342     96.87    106.67
975.20/975.25	c  N dy 21472   3332904      9701     41562         0    112853    126429   5752887     96.89    104.00
982.32/982.35	c  N dy 21604   3352988      9701     41562         0    132936    126429   8855976     96.90    104.45
990.31/990.31	c  N dy 21736   3373153      9701     41562         0    153101    126429  11946189     96.90    102.62
997.40/997.47	c  N dy 21878   3393184      9701     41562         0     92135    126429   2370445     96.92    104.91
1003.80/1003.86	c  N dy 22010   3413415      9701     41562         0    112365    126429   5496201     96.93    106.89
1010.92/1010.99	c  N dy 22142   3433424      9701     41562         0    132372    126429   8603466     96.93    106.30
1018.80/1018.82	c  N dy 22269   3453520      9701     41562         0    152468    126429  11701019     96.94    102.48
1026.32/1026.35	c  N dy 22414   3473611      9701     41562         0     90557    126429   1990694     96.96    108.88
1032.70/1032.72	c  N dy 22543   3493803      9701     41562         0    110749    126429   5116651     96.96    105.46
1039.71/1039.75	c  N dy 22677   3513917      9701     41562         0    130861    126429   8230054     96.97    102.61
1047.50/1047.56	c  N dy 22813   3533950      9701     41562         0    150894    126429  11324709     96.98    126.04
1055.50/1055.52	c  N dy 22951   3553970      9701     41562         0     87922    126429   1391574     96.99    107.76
1061.60/1061.68	c  N dy 23077   3574037      9701     41562         0    107989    126429   4508384     97.00    106.71
1068.60/1068.69	c  N dy 23203   3594222      9701     41562         0    128172    126429   7646652     96.99    103.56
1076.40/1076.43	c  N dy 23334   3614310      9701     41562         0    148258    126429  10736084     97.00    111.36
1084.81/1084.85	c  N dy 23454   3634398      9701     41562         0     84348    126429    681301     97.00    103.36
1090.91/1090.90	c  N dy 23581   3654487      9701     41562         0    104435    126429   3746016     96.99    103.36
1097.61/1097.64	c  N dy 23715   3674494      9701     41562         0    124438    126429   6869546     97.01    108.06
1105.10/1105.16	c  N dy 23836   3694553      9701     41562         0    144494    126429   9943591     97.00    102.56
1112.41/1112.46	c  S st 23953   3712270      9701     41562         0    162210    126429  12675786     97.00     89.76
1112.71/1112.76	c  S st 23953   3712776      9701     41562         0    162716    126429  12736860     97.00   no data
1112.71/1112.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1112.91/1112.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.11
1112.91/1112.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1112.91/1112.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1112.91/1112.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1112.91/1112.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9701 time:  0.00 s
1112.91/1112.92	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
1113.01/1113.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
1113.50/1113.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1123.71/1123.74	c lits-rem:        10  cl-subs:       21  v-elim:      0  v-fix:    0  time: 10.20 s
1123.71/1123.74	c vivif2 --  cl tried    41562 cl shrink        0 lits rem          0 time: 0.00
1123.91/1123.92	c vivif2 --  cl tried   162695 cl shrink        0 lits rem          0 time: 0.18
1124.11/1124.14	c asymm  cl-useful: 0/41562/41562 lits-rem:0 time: 0.22
1124.11/1124.15	c calculated reachability. Time: 0.00
1124.11/1124.15	c  N dy 23953   3712776      9701     41562         0    162695    126429  12730569     97.00   no data
1131.20/1131.21	c  N dy 24088   3732880      9701     41562         0     97807    126429   2649214     97.01    103.36
1137.21/1137.25	c  F st 24210   3751563      9701     41562         0    116490    126429   5520293     97.01   no data
1137.91/1137.92	c  N st 24214   3753595      9701     41562         0    118522    126429   5857367     97.01   no data
1145.41/1145.46	c  N dy 24309   3773685      9701     41562         0    138610    126429   9110032     97.01    102.16
1153.61/1153.66	c  N dy 24449   3793752      9701     41562         0    158675    126429  12240920     97.02    105.99
1161.51/1161.52	c  N dy 24583   3813862      9701     41562         0     92788    126429   1705525     97.02    102.32
1167.91/1167.91	c  N dy 24719   3833929      9701     41562         0    112854    126429   4800350     97.03    102.42
1175.11/1175.12	c  N dy 24857   3853986      9701     41562         0    132910    126429   7909967     97.04    103.85
1183.11/1183.11	c  N dy 24995   3874027      9701     41562         0    152950    126429  11040520     97.05    105.33
1191.80/1191.85	c  N dy 25128   3894134      9701     41562         0    173055    126429  14152046     97.05    102.45
1198.11/1198.18	c  N dy 25262   3914195      9701     41562         0    106123    126429   3623688     97.06    103.15
1204.91/1204.95	c  N dy 25385   3934348      9701     41562         0    126275    126429   6726053     97.06    103.21
1212.61/1212.61	c  N dy 25517   3954511      9701     41562         0    146437    126429   9859039     97.07    102.18
1220.92/1220.95	c  N dy 25641   3974522      9701     41562         0    166447    126429  12954269     97.07    104.14
1228.51/1228.55	c  N dy 25776   3994557      9701     41562         0     98486    126429   2284760     97.08    103.60
1235.11/1235.10	c  N dy 25903   4014612      9701     41562         0    118538    126429   5382638     97.08    102.53
1242.41/1242.48	c  N dy 26044   4034803      9701     41562         0    138728    126429   8539839     97.09    105.18
1250.51/1250.54	c  N dy 26172   4054819      9701     41562         0    158743    126429  11668265     97.09    103.78
1259.31/1259.33	c  N dy 26299   4074857      9701     41562         0     89792    126429    784531     97.09    103.29
1265.51/1265.50	c  N dy 26412   4095105      9701     41562         0    110039    126429   3871721     97.08    102.44
1272.41/1272.45	c  N dy 26533   4115229      9701     41562         0    130163    126429   6974884     97.08    102.76
1280.21/1280.20	c  N dy 26661   4135527      9701     41562         0    150461    126429  10110544     97.09    108.56
1288.91/1288.97	c  N dy 26800   4155755      9701     41562         0    170686    126429  13237360     97.09    102.33
1296.41/1296.49	c  N dy 26925   4175836      9701     41562         0    100769    126429   2335265     97.09    109.54

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

running on 2 cores: 5,7

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: 1.02 2.15 2.84 4/321 7459
/proc/meminfo: memFree=23139944/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=33352 CPUtime=0 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 1595 0 0 0 0 0 0 0 22 0 1 0 728426633 34152448 1308 33554432000 4194304 4580011 140736038105760 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 8338 1308 324 95 0 3320 0

[startup+0.0231401 s]
/proc/loadavg: 1.02 2.15 2.84 4/321 7459
/proc/meminfo: memFree=23139944/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=35836 CPUtime=0.02 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 2418 0 0 0 2 0 0 0 22 0 1 0 728426633 36696064 2131 33554432000 4194304 4580011 140736038105760 18446744073709551615 4500932 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 8959 2131 337 95 0 3941 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 35836

[startup+0.101123 s]
/proc/loadavg: 1.02 2.15 2.84 4/321 7459
/proc/meminfo: memFree=23139944/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=41164 CPUtime=0.09 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 4448 0 0 0 9 0 0 0 23 0 1 0 728426633 42151936 3332 33554432000 4194304 4580011 140736038105760 18446744073709551615 252457730991 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 10291 3332 354 95 0 5273 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41164

[startup+0.301102 s]
/proc/loadavg: 1.02 2.15 2.84 4/321 7459
/proc/meminfo: memFree=23139944/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=41900 CPUtime=0.29 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 4799 0 0 0 29 0 0 0 23 0 1 0 728426633 42905600 3683 33554432000 4194304 4580011 140736038105760 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 10475 3683 364 95 0 5457 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41900

[startup+0.701014 s]
/proc/loadavg: 1.02 2.15 2.84 4/321 7459
/proc/meminfo: memFree=23139944/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=41900 CPUtime=0.69 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 5177 0 0 0 69 0 0 0 25 0 1 0 728426633 42905600 4061 33554432000 4194304 4580011 140736038105760 18446744073709551615 4293078 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 10475 4061 364 95 0 5457 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41900

[startup+1.50086 s]
/proc/loadavg: 1.02 2.15 2.84 5/327 7466
/proc/meminfo: memFree=23052368/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=43880 CPUtime=1.49 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 6343 0 0 0 149 0 0 0 25 0 1 0 728426633 44933120 3895 33554432000 4194304 4580011 140736038105760 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 10970 3895 364 95 0 5952 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43880

[startup+3.10057 s]
/proc/loadavg: 1.26 2.18 2.84 5/327 7466
/proc/meminfo: memFree=23042176/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=44292 CPUtime=3.09 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 8354 0 0 0 309 0 0 0 25 0 1 0 728426633 45355008 4304 33554432000 4194304 4580011 140736038105760 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 11073 4304 364 95 0 6055 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44292

[startup+6.30097 s]
/proc/loadavg: 1.26 2.18 2.84 5/327 7466
/proc/meminfo: memFree=22977200/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=71424 CPUtime=6.3 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 18546 0 0 0 628 2 0 0 25 0 1 0 728426633 73138176 10648 33554432000 4194304 4580011 140736038105760 18446744073709551615 4293113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 17856 10648 367 95 0 12838 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 71424

[startup+12.7008 s]
/proc/loadavg: 1.68 2.24 2.85 5/327 7466
/proc/meminfo: memFree=22883604/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=72208 CPUtime=12.69 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 25014 0 0 0 1266 3 0 0 25 0 1 0 728426633 73940992 12675 33554432000 4194304 4580011 140736038105760 18446744073709551615 4234387 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 18052 12675 367 95 0 13034 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72208

[startup+25.5004 s]
/proc/loadavg: 2.03 2.30 2.86 5/327 7466
/proc/meminfo: memFree=22728892/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=145724 CPUtime=25.48 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 44068 0 0 0 2542 6 0 0 25 0 1 0 728426633 149221376 20917 33554432000 4194304 4580011 140736038105760 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 36431 20917 367 95 0 31413 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 145724

[startup+51.1006 s]
/proc/loadavg: 2.70 2.43 2.89 5/327 7467
/proc/meminfo: memFree=22559312/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=154496 CPUtime=51.08 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 67803 0 0 0 5098 10 0 0 25 0 1 0 728426633 158203904 23701 33554432000 4194304 4580011 140736038105760 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 38624 23701 367 95 0 33606 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 154496

[startup+102.312 s]
/proc/loadavg: 3.61 2.73 2.97 5/327 7468
/proc/meminfo: memFree=22449524/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=156244 CPUtime=102.3 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 109125 0 0 0 10210 20 0 0 25 0 1 0 728426633 159993856 22714 33554432000 4194304 4580011 140736038105760 18446744073709551615 4293678 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 39061 22714 367 95 0 34043 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 156244

[startup+162.301 s]
/proc/loadavg: 3.90 2.95 3.03 5/327 7470
/proc/meminfo: memFree=22331312/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=163104 CPUtime=162.29 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 162891 0 0 0 16198 31 0 0 25 0 1 0 728426633 167018496 34602 33554432000 4194304 4580011 140736038105760 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 40776 34602 367 95 0 35758 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 163104

[startup+222.301 s]
/proc/loadavg: 3.96 3.16 3.09 5/327 7471
/proc/meminfo: memFree=22289836/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=211028 CPUtime=222.29 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 202547 0 0 0 22189 40 0 0 25 0 1 0 728426633 216092672 39564 33554432000 4194304 4580011 140736038105760 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 52757 39564 367 95 0 47739 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 211028

[startup+282.301 s]
/proc/loadavg: 3.98 3.29 3.14 5/327 7473
/proc/meminfo: memFree=22219984/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=212044 CPUtime=282.29 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 241464 0 0 0 28181 48 0 0 25 0 1 0 728426633 217133056 39460 33554432000 4194304 4580011 140736038105760 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 53011 39460 367 95 0 47993 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 212044

[startup+342.3 s]
/proc/loadavg: 4.03 3.44 3.20 5/327 7475
/proc/meminfo: memFree=22187928/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=213212 CPUtime=342.29 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 277550 0 0 0 34173 56 0 0 25 0 1 0 728426633 218329088 41627 33554432000 4194304 4580011 140736038105760 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 53303 41627 367 95 0 48285 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 213212

[startup+402.3 s]
/proc/loadavg: 4.06 3.55 3.25 5/327 7476
/proc/meminfo: memFree=22177600/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=214200 CPUtime=402.29 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 313547 0 0 0 40163 66 0 0 25 0 1 0 728426633 219340800 40800 33554432000 4194304 4580011 140736038105760 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 53550 40800 367 95 0 48532 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 214200

[startup+462.301 s]
/proc/loadavg: 4.02 3.64 3.30 5/327 7478
/proc/meminfo: memFree=22216088/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=173608 CPUtime=462.3 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 348610 0 0 0 46154 76 0 0 25 0 1 0 728426633 177774592 36593 33554432000 4194304 4580011 140736038105760 18446744073709551615 4295831 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 43402 36593 367 95 0 38384 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 173608

[startup+522.301 s]
/proc/loadavg: 4.00 3.69 3.33 5/327 7479
/proc/meminfo: memFree=22218256/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=224112 CPUtime=522.29 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 382031 0 0 0 52146 83 0 0 25 0 1 0 728426633 229490688 38845 33554432000 4194304 4580011 140736038105760 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 56028 38845 367 95 0 51010 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 224112

[startup+582.301 s]
/proc/loadavg: 4.03 3.77 3.38 5/327 7481
/proc/meminfo: memFree=22197004/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=224740 CPUtime=582.3 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 414660 0 0 0 58138 92 0 0 25 0 1 0 728426633 230133760 38753 33554432000 4194304 4580011 140736038105760 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 56185 38753 367 95 0 51167 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 224740

[startup+642.301 s]
/proc/loadavg: 4.01 3.81 3.42 5/327 7483
/proc/meminfo: memFree=22184420/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=232044 CPUtime=642.31 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 445570 0 0 0 64131 100 0 0 25 0 1 0 728426633 237613056 47087 33554432000 4194304 4580011 140736038105760 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 58011 47087 367 95 0 52993 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 232044

[startup+702.3 s]
/proc/loadavg: 4.04 3.85 3.45 5/327 7484
/proc/meminfo: memFree=22180292/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=232756 CPUtime=702.3 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 477310 0 0 0 70120 110 0 0 25 0 1 0 728426633 238342144 43738 33554432000 4194304 4580011 140736038105760 18446744073709551615 4306001 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 58189 43738 367 95 0 53171 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 232756

[startup+762.312 s]
/proc/loadavg: 4.01 3.88 3.49 5/327 7486
/proc/meminfo: memFree=22111788/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=254180 CPUtime=762.31 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 509868 0 0 0 76114 117 0 0 25 0 1 0 728426633 260280320 52041 33554432000 4194304 4580011 140736038105760 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 63545 52041 367 95 0 58527 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 254180

[startup+822.301 s]
/proc/loadavg: 4.13 3.93 3.52 5/327 7487
/proc/meminfo: memFree=22104680/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=202116 CPUtime=822.3 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 540250 0 0 0 82105 125 0 0 25 0 1 0 728426633 206966784 44905 33554432000 4194304 4580011 140736038105760 18446744073709551615 4318676 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 50529 44905 367 95 0 45511 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 202116

[startup+882.301 s]
/proc/loadavg: 4.22 3.98 3.57 5/327 7489
/proc/meminfo: memFree=22071500/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=255124 CPUtime=882.3 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 569543 0 0 0 88097 133 0 0 25 0 1 0 728426633 261246976 48225 33554432000 4194304 4580011 140736038105760 18446744073709551615 4321049 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 63781 48225 367 95 0 58763 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 255124

[startup+942.301 s]
/proc/loadavg: 4.09 3.98 3.59 5/327 7491
/proc/meminfo: memFree=21914588/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=373448 CPUtime=942.3 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 621926 0 0 0 94088 142 0 0 25 0 1 0 728426633 382410752 74018 33554432000 4194304 4580011 140736038105760 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 93362 74018 367 95 0 88344 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 373448

[startup+1002.3 s]
/proc/loadavg: 4.03 3.98 3.62 5/327 7492
/proc/meminfo: memFree=21907744/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=373880 CPUtime=1002.31 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 650492 0 0 0 100081 150 0 0 25 0 1 0 728426633 382853120 75219 33554432000 4194304 4580011 140736038105760 18446744073709551615 4293160 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 93470 75219 367 95 0 88452 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 373880

[startup+1062.3 s]
/proc/loadavg: 4.11 4.01 3.65 5/327 7494
/proc/meminfo: memFree=21871112/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=374308 CPUtime=1062.3 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 678514 0 0 0 106074 156 0 0 25 0 1 0 728426633 383291392 75258 33554432000 4194304 4580011 140736038105760 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 93577 75258 367 95 0 88559 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 374308

[startup+1122.3 s]
/proc/loadavg: 4.08 4.02 3.67 5/327 7495
/proc/meminfo: memFree=21789472/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=422092 CPUtime=1122.31 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 711603 0 0 0 112067 164 0 0 25 0 1 0 728426633 432222208 94157 33554432000 4194304 4580011 140736038105760 18446744073709551615 4416631 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 105523 94157 367 95 0 100505 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 422092

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.69 5/327 7497
/proc/meminfo: memFree=21624128/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=422548 CPUtime=1182.31 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 738589 0 0 0 118059 172 0 0 25 0 1 0 728426633 432689152 92164 33554432000 4194304 4580011 140736038105760 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 105637 92164 367 95 0 100619 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 422548

[startup+1242.3 s]
/proc/loadavg: 4.05 4.03 3.71 5/327 7499
/proc/meminfo: memFree=21673196/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=423000 CPUtime=1242.31 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 765923 0 0 0 124052 179 0 0 25 0 1 0 728426633 433152000 89914 33554432000 4194304 4580011 140736038105760 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 105750 89914 367 95 0 100732 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 423000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.73 3/325 7502
/proc/meminfo: memFree=22304324/32951124 swapFree=59305796/67111528
[pid=7459] ppid=7457 vsize=423520 CPUtime=1300.01 cores=5,7
/proc/7459/stat : 7459 (strangenight2-s) R 7457 7459 7011 0 -1 4202496 791662 0 0 0 129816 185 0 0 25 0 1 0 728426633 433684480 85470 33554432000 4194304 4580011 140736038105760 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7459/statm: 105880 85470 367 95 0 100862 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 423520

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.03
CPU time (s): 1300.04
CPU user time (s): 1298.17
CPU system time (s): 1.87271
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 436756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.17
system time used= 1.87271
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 791664
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= 1274

runsolver used 3.81642 second user time and 9.2346 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 16:06:02
IDJOB=3367381
IDBENCH=82590
IDSOLVER=1845
FILE ID=node111/3367381-1305381961
RUNJOBID= node111-1305381961-7426
PBS_JOBID= 13324391
Free space on /tmp= 73660 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v10000-c42000-S903594090-011-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367381-1305381961/watcher-3367381-1305381961 -o /tmp/evaluation-result-3367381-1305381961/solver-3367381-1305381961 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367381-1305381961.cnf

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

MD5SUM BENCH= 7d95438154723bef0aaca7f7f26ea8e2
RANDOM SEED=315494671

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.83
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.849
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.67
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.849
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:      23140224 kB
Buffers:        245460 kB
Cached:        6305520 kB
SwapCached:      13720 kB
Active:         814272 kB
Inactive:      8782640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23140224 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           21884 kB
Writeback:           0 kB
AnonPages:     3041284 kB
Mapped:          12648 kB
Slab:           113476 kB
PageTables:      37548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53390256 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= 73648 MiB
End job on node111 at 2011-05-14 16:27:44