Trace number 3367472

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.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S677627694-051-UNKNOWN.cnf
MD5SUMc57904e3ea235f276cacd03d81f1155b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.75673
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.03	c Outputting solution to console
0.00/0.03	c This is CryptoMiniSat 3.0.0
0.00/0.03	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.03	c Reading file 'HOME/instance-3367472-1305383264.cnf'
0.00/0.03	c -- header says num vars:          10000
0.00/0.03	c -- header says num clauses:       42000
0.00/0.03	c -- clauses added:            0 learnts,        42000 normals,            0 xors
0.00/0.03	c -- vars added      10000
0.00/0.03	c Parsing time:  0.02 s
0.00/0.03	c  N st     0         0     10000     42000         0         0    126000         0   no data   no data
0.00/0.12	c asymm  cl-useful: 0/42000/42000 lits-rem:0 time: 0.03
0.00/0.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.00/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10000 time:  0.00 s
0.00/0.12	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
0.10/0.13	c lits-rem:         0  cl-subs:        0  v-elim:    262  v-fix:    0  time:  0.04 s
0.10/0.13	c Finding binary XORs  T:     0.00 s  found:       0
0.10/0.19	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.10/0.19	c calculated reachability. Time: 0.00
0.10/0.19	c Calc default polars -  time:   0.00 s pos:    4464 undec:    1132 neg:    4404
0.10/0.19	c =========================================================================================
0.10/0.19	c types(t): F = full restart, N = normal restart
0.10/0.19	c types(t): S = simplification begin/end, E = solution found
0.10/0.19	c restart types(rt): st = static, dy = dynamic
0.10/0.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.10/0.19	c  B st     0         0      9738     41704         0         0    126700         0   no data   no data
0.68/0.77	c  N dy    20      4046      9738     41704         0      4045    126700    641067     95.20    102.78
1.28/1.39	c  N dy    44      8097      9738     41704         0      4598    126700    321620     92.53     99.41
1.98/2.04	c  N dy    71     12180      9738     41704         0      8680    126700    942417     93.46     99.81
2.68/2.73	c  N dy   101     16365      9738     41704         0      7118    126700    403043     94.10     99.33
3.28/3.40	c  N dy   132     20462      9738     41704         0     11215    126700   1018654     94.42    108.63
3.98/4.09	c  N dy   160     24483      9738     41704         0      7865    126700    289320     94.63    103.84
4.08/4.17	c  F st   163     25002      9738     41704         0      8384    126700    363058     94.49     85.52
4.98/5.06	c  N dy   169     30000      9738     41704         0     13380    126700   1265851     94.49   no data
4.98/5.06	c  S st   169     30000      9738     41704         0     13380    126700   1265851     94.49   no data
5.08/5.15	c  S st   169     30508      9738     41704         0     13888    126700   1322049     94.49   no data
5.08/5.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.08/5.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
5.08/5.18	c blocked clauses removed:      261 vars:     36 tried:        9738 T: 0.00 s
5.08/5.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.08/5.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.08/5.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9702 time:  0.00 s
5.08/5.19	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
5.18/5.22	c lits-rem:         0  cl-subs:        0  v-elim:      7  v-fix:    0  time:  0.03 s
5.18/5.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.38/5.49	c lits-rem:        32  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.20 s
5.48/5.53	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.04
5.48/5.53	c calculated reachability. Time: 0.00
5.48/5.53	c  N dy   169     30508      9695     41438         0     13804    125946   1307343     94.49   no data
6.18/6.22	c  N dy   195     34559      9695     41438         0      9209    125946    300123     93.98    114.15
6.88/6.91	c  N dy   225     38642      9695     41438         0     13292    125946    936329     94.54    109.67
7.58/7.64	c  N dy   253     42665      9695     41438         0     17315    125946   1545343     94.73    101.16
8.18/8.21	c  S st   270     45762      9695     41438         0     10588    125946    343385     94.75    100.05
8.18/8.29	c  S st   270     46269      9695     41438         0     11095    125946    403595     94.75   no data
8.18/8.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.28/8.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
8.28/8.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.28/8.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.28/8.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.28/8.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
8.28/8.33	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
8.28/8.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
8.28/8.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/8.40	c lits-rem:         3  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
8.38/8.40	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
8.38/8.41	c vivif2 --  cl tried    11095 cl shrink        0 lits rem          0 time: 0.00
8.38/8.45	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.04
8.38/8.45	c calculated reachability. Time: 0.00
8.38/8.45	c  N dy   270     46269      9695     41438         0     11095    125946    403592     94.75   no data
9.08/9.13	c  N dy   291     50298      9695     41438         0     15124    125946    995100     94.44     99.68
9.78/9.86	c  N dy   319     54385      9695     41438         0     19211    125946   1606386     94.48     99.98
10.58/10.60	c  N dy   344     58427      9695     41438         0     12339    125946    446089     94.66    130.32
11.18/11.29	c  N dy   372     62477      9695     41438         0     16389    125946   1049992     94.63    109.92
11.98/12.06	c  N dy   403     66694      9695     41438         0     20606    125946   1697964     94.79    100.20
12.48/12.56	c  S st   421     69404      9695     41438         0     23316    125946   2110084     94.90   no data
12.58/12.65	c  S st   421     69909      9695     41438         0     23821    125946   2163774     94.90   no data
12.58/12.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.58/12.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
12.58/12.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.58/12.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.68/12.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.68/12.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
12.68/12.70	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
12.68/12.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
12.78/12.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.48/13.51	c lits-rem:        17  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.67 s
13.48/13.52	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
13.48/13.55	c vivif2 --  cl tried    23819 cl shrink        0 lits rem          0 time: 0.03
13.48/13.60	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.05
13.58/13.60	c calculated reachability. Time: 0.00
13.58/13.60	c  N dy   421     69909      9695     41438         0     23819    125946   2163211     94.90   no data
14.29/14.41	c  N dy   454     74467      9695     41438         0     16421    125946    933119     95.21    102.72
15.18/15.30	c  N dy   489     79316      9695     41438         0     21269    125946   1678371     95.38    100.43
16.18/16.26	c  N dy   515     84426      9695     41438         0     13403    125946    294826     95.23    101.33
16.68/16.79	c  F st   532     87500      9695     41438         0     16477    125946    750143     95.10     89.62
17.38/17.41	c  N st   537     90797      9695     41438         0     19774    125946   1345496     95.10   no data
18.48/18.53	c  N dy   566     96634      9695     41438         0     25611    125946   2316552     95.30    103.03
19.58/19.66	c  N dy   602    102869      9695     41438         0     17854    125946    814396     95.22    101.08
19.98/20.02	c  S st   614    104864      9695     41438         0     19849    125946   1109464     95.18   no data
20.08/20.11	c  S st   614    105367      9695     41438         0     20352    125946   1162143     95.18   no data
20.08/20.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.08/20.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
20.08/20.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.08/20.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.08/20.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.08/20.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
20.08/20.15	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
20.08/20.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
20.18/20.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.38/20.42	c lits-rem:         4  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
20.38/20.43	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
20.38/20.44	c vivif2 --  cl tried    20352 cl shrink        0 lits rem          0 time: 0.02
20.38/20.49	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.05
20.38/20.49	c calculated reachability. Time: 0.00
20.38/20.49	c  N dy   614    105367      9695     41438         0     20352    125946   1162139     95.18   no data
21.68/21.77	c  N dy   653    112234      9695     41438         0     27218    125946   2193937     95.14    103.19
23.09/23.12	c  N dy   702    119406      9695     41438         0     19399    125946    923537     95.15    104.11
24.48/24.55	c  N dy   745    127174      9695     41438         0     27167    125946   2089547     95.02    101.03
26.08/26.14	c  N dy   799    135381      9695     41438         0     19380    125946    744674     95.07    100.29
27.78/27.85	c  N dy   858    144254      9695     41438         0     28251    125946   2100336     95.13    104.21
29.69/29.71	c  N dy   923    153463      9695     41438         0     20459    125946    768944     95.29    102.19
30.48/30.57	c  S st   953    158053      9695     41438         0     25049    125946   1463346     95.28     93.31
30.58/30.67	c  S st   953    158556      9695     41438         0     25552    125946   1516721     95.28   no data
30.58/30.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.68/30.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
30.68/30.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.68/30.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.68/30.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.68/30.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
30.68/30.72	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
30.68/30.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
30.78/30.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.18/31.21	c lits-rem:         9  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.40 s
31.18/31.21	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
31.18/31.24	c vivif2 --  cl tried    25550 cl shrink        0 lits rem          0 time: 0.02
31.18/31.29	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.05
31.18/31.29	c calculated reachability. Time: 0.00
31.18/31.29	c  N dy   953    158556      9695     41438         0     25550    125946   1516548     95.28   no data
33.28/33.33	c  N dy  1018    168712      9695     41438         0     35706    125946   3098810     95.30    102.37
35.29/35.37	c  N dy  1085    179496      9695     41438         0     28489    125946   1864799     95.31    107.94
37.68/37.74	c  N dy  1165    191068      9695     41438         0     21062    125946    566250     95.47    100.83
39.98/40.07	c  N dy  1233    203298      9695     41438         0     33292    125946   2423946     95.23    102.20
42.58/42.69	c  N dy  1314    216438      9695     41438         0     26434    125946   1233834     95.22    101.90
45.58/45.65	c  N dy  1396    230430      9695     41438         0     40425    125946   3359027     95.15    104.04
47.09/47.15	c  S st  1450    237836      9695     41438         0     26835    125946   1159270     95.16   no data
47.19/47.26	c  S st  1450    238346      9695     41438         0     27345    125946   1221314     95.16   no data
47.19/47.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
47.19/47.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
47.29/47.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.29/47.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.29/47.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.29/47.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
47.29/47.31	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
47.29/47.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
47.29/47.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.59/47.69	c lits-rem:         3  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.31 s
47.69/47.70	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
47.69/47.71	c vivif2 --  cl tried    27343 cl shrink        0 lits rem          0 time: 0.02
47.69/47.77	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.05
47.69/47.77	c calculated reachability. Time: 0.00
47.69/47.77	c  N dy  1450    238346      9695     41438         0     27343    125946   1221086     95.16   no data
50.88/50.90	c  N dy  1545    253617      9695     41438         0     42612    125946   3548524     95.14    107.08
54.08/54.12	c  N dy  1647    269812      9695     41438         0     36803    125946   2510525     95.17    146.29
57.58/57.69	c  N dy  1756    287062      9695     41438         0     31055    125946   1489652     95.15    100.82
61.48/61.59	c  N dy  1878    305501      9695     41438         0     25492    125946    506476     95.23    100.40
61.70/61.74	c  F st  1884    306255      9695     41438         0     26246    125946    617775     95.23   no data
65.58/65.60	c  N dy  1975    325005      9695     41438         0     44995    125946   3636655     95.23    100.33
69.88/69.97	c  N dy  2098    345194      9695     41438         0     40188    125946   2587818     95.17    102.91
72.69/72.76	c  S st  2181    357519      9695     41438         0     26516    125946    370990     95.21   no data
72.78/72.86	c  S st  2181    358021      9695     41438         0     27018    125946    428240     95.21   no data
72.78/72.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
72.78/72.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
72.78/72.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
72.78/72.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
72.88/72.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.88/72.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
72.88/72.90	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
72.88/72.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
72.88/72.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.98/73.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
72.98/73.00	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
72.98/73.01	c vivif2 --  cl tried    27018 cl shrink        0 lits rem          0 time: 0.01
72.98/73.05	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.05
72.98/73.06	c calculated reachability. Time: 0.00
72.98/73.06	c  N dy  2181    358021      9695     41438         0     27018    125946    428240     95.21   no data
77.19/77.29	c  N dy  2306    378419      9695     41438         0     47415    125946   3542600     95.23    100.83
81.50/81.55	c  N dy  2438    398481      9695     41438         0     40478    125946   2319678     95.24    114.88
85.98/86.02	c  N dy  2581    418482      9695     41438         0     32477    125946    999090     95.39    107.99
90.29/90.33	c  N dy  2701    438552      9695     41438         0     52547    125946   4028872     95.35    107.11
94.69/94.74	c  N dy  2842    458652      9695     41438         0     43647    125946   2582139     95.46    101.90
99.28/99.32	c  N dy  2967    478784      9695     41438         0     33778    125946    900217     95.47    100.57
103.69/103.73	c  N dy  3091    498808      9695     41438         0     53801    125946   3908369     95.43    101.69
108.18/108.27	c  N dy  3214    518913      9695     41438         0     42906    125946   2095912     95.44    100.60
112.49/112.50	c  S st  3343    537031      9695     41438         0     61021    125946   4886005     95.50   no data
112.59/112.65	c  S st  3343    537539      9695     41438         0     61529    125946   4943003     95.50   no data
112.59/112.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
112.69/112.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
112.69/112.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
112.69/112.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
112.69/112.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.69/112.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
112.69/112.72	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
112.69/112.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
112.88/112.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.18/116.28	c lits-rem:        16  cl-subs:       10  v-elim:      0  v-fix:    0  time:  3.28 s
116.18/116.28	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
116.28/116.35	c vivif2 --  cl tried    61519 cl shrink        0 lits rem          0 time: 0.07
116.38/116.44	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.09
116.38/116.44	c calculated reachability. Time: 0.00
116.38/116.44	c  N dy  3343    537539      9695     41438         0     61519    125946   4940410     95.50   no data
120.88/120.93	c  N dy  3485    557654      9695     41438         0     49635    125946   3061424     95.60    104.89
125.69/125.70	c  N dy  3614    577820      9695     41438         0     36799    125946    915487     95.66    100.77
130.18/130.20	c  N dy  3757    597855      9695     41438         0     56830    125946   3997018     95.74    109.97
134.89/134.90	c  N dy  3887    617923      9695     41438         0     42907    125946   1698480     95.76    100.90
139.49/139.58	c  N dy  4012    637933      9695     41438         0     62915    125946   4759981     95.76    118.22
144.09/144.20	c  N dy  4127    658125      9695     41438         0     48108    125946   2338658     95.73    102.14
149.09/149.10	c  N dy  4255    678176      9695     41438         0     68156    125946   5396576     95.73    102.45
153.59/153.63	c  N dy  4377    698226      9695     41438         0     52209    125946   2845937     95.76    100.89
158.78/158.82	c  N dy  4511    718265      9695     41438         0     72248    125946   5924917     95.81    101.71
163.29/163.38	c  N dy  4632    738312      9695     41438         0     55296    125946   3164853     95.82    101.75
168.40/168.43	c  N dy  4753    758317      9695     41438         0     75298    125946   6247951     95.81    101.22
172.98/173.04	c  N dy  4883    778397      9695     41438         0     57378    125946   3317745     95.81    102.89
178.19/178.21	c  N dy  5010    798437      9695     41438         0     77417    125946   6369213     95.81    101.12
179.88/179.94	c  S st  5055    806310      9695     41438         0     46293    125946   1472863     95.79     94.05
179.98/180.06	c  S st  5055    806810      9695     41438         0     46793    125946   1524422     95.79   no data
179.98/180.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
180.08/180.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
180.08/180.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
180.08/180.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.08/180.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.08/180.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
180.08/180.11	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
180.08/180.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
180.18/180.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.78/180.83	c lits-rem:         4  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.62 s
180.78/180.83	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
180.78/180.86	c vivif2 --  cl tried    46791 cl shrink        0 lits rem          0 time: 0.02
180.88/180.93	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.07
180.88/180.93	c calculated reachability. Time: 0.00
180.88/180.93	c  N dy  5055    806810      9695     41438         0     46791    125946   1523914     95.79   no data
185.69/185.76	c  N dy  5189    826838      9695     41438         0     66817    125946   4633280     95.85    125.99
190.69/190.77	c  N dy  5310    846901      9695     41438         0     46884    125946   1443284     95.83    103.76
195.58/195.62	c  N dy  5444    867055      9695     41438         0     67035    125946   4549543     95.86    101.02
200.79/200.87	c  N dy  5579    887201      9695     41438         0     46182    125946   1171358     95.89    105.84
205.59/205.67	c  N dy  5716    907302      9695     41438         0     66282    125946   4273034     95.94    110.24
210.99/211.04	c  N dy  5848    927317      9695     41438         0     44297    125946    735311     95.97    101.11
215.59/215.67	c  N dy  5967    947364      9695     41438         0     64342    125946   3796423     95.96    108.81
221.09/221.15	c  N dy  6096    967406      9695     41438         0     84384    125946   6867759     95.96    102.62
225.79/225.87	c  N dy  6216    987536      9695     41438         0     61520    125946   3197154     95.93    101.09
231.10/231.17	c  N dy  6344   1007702      9695     41438         0     81682    125946   6255422     95.92    101.43
236.19/236.25	c  N dy  6476   1027862      9695     41438         0     57843    125946   2518099     95.93    101.85
241.39/241.47	c  N dy  6610   1047931      9695     41438         0     77909    125946   5630657     95.97    111.59
246.69/246.77	c  N dy  6738   1067956      9695     41438         0     52941    125946   1622363     95.98    102.51
247.60/247.68	c  F st  6763   1071876      9695     41438         0     56860    125946   2223159     95.99   no data
251.68/251.76	c  N dy  6839   1088017      9695     41438         0     73000    125946   4860141     96.01    133.28
257.40/257.49	c  N dy  6973   1108188      9695     41438         0     47170    125946    580656     96.05    102.70
262.29/262.35	c  N dy  7104   1128404      9695     41438         0     67383    125946   3674617     96.06    101.20
267.79/267.85	c  N dy  7228   1148405      9695     41438         0     87382    125946   6754641     96.06    101.81
272.99/273.01	c  N dy  7358   1168503      9695     41438         0     60479    125946   2450175     96.06    102.54
278.19/278.27	c  N dy  7483   1188559      9695     41438         0     80533    125946   5503503     96.05    102.61
283.80/283.89	c  N dy  7615   1208589      9695     41438         0     52568    125946   1120226     96.06    108.51
284.19/284.27	c  S st  7625   1210215      9695     41438         0     54194    125946   1361300     96.06   no data
284.29/284.40	c  S st  7625   1210719      9695     41438         0     54698    125946   1419113     96.06   no data
284.39/284.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
284.39/284.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
284.39/284.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
284.39/284.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
284.39/284.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
284.39/284.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
284.39/284.46	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
284.49/284.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
284.49/284.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
285.19/285.23	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.67 s
285.19/285.23	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
285.19/285.25	c vivif2 --  cl tried    54695 cl shrink        0 lits rem          0 time: 0.02
285.29/285.33	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.07
285.29/285.33	c calculated reachability. Time: 0.00
285.29/285.33	c  N dy  7625   1210719      9695     41438         0     54695    125946   1418001     96.06   no data
290.39/290.45	c  N dy  7759   1230963      9695     41438         0     74938    125946   4514817     96.07    101.79
296.19/296.23	c  N dy  7888   1251050      9695     41438         0     95021    125946   7620267     96.09    101.60
301.29/301.31	c  N dy  8016   1271246      9695     41438         0     66221    125946   3038124     96.09    101.15
306.79/306.83	c  N dy  8154   1291372      9695     41438         0     86347    125946   6122946     96.11    101.49
312.39/312.50	c  N dy  8287   1311397      9695     41438         0     56378    125946   1402386     96.11    101.53
317.49/317.57	c  N dy  8421   1331480      9695     41438         0     76460    125946   4489399     96.13    103.40
323.39/323.50	c  N dy  8550   1351836      9695     41438         0     96816    125946   7597913     96.14    101.41
328.70/328.75	c  N dy  8683   1371921      9695     41438         0     65899    125946   2729230     96.16    101.92
334.09/334.12	c  N dy  8801   1391999      9695     41438         0     85976    125946   5826228     96.16    102.42
340.20/340.26	c  N dy  8938   1412145      9695     41438         0     54128    125946    769922     96.18    107.41
345.19/345.27	c  N dy  9063   1432243      9695     41438         0     74226    125946   3837384     96.18    102.01
350.90/350.97	c  N dy  9186   1452296      9695     41438         0     94277    125946   6924478     96.17    102.86
356.79/356.80	c  N dy  9328   1472368      9695     41438         0     61350    125946   1764149     96.20    104.25
362.01/362.08	c  N dy  9457   1492457      9695     41438         0     81436    125946   4820057     96.19    109.04
368.19/368.29	c  N dy  9582   1512760      9695     41438         0    101739    125946   7934368     96.19    101.49
373.69/373.75	c  N dy  9712   1532792      9695     41438         0     67766    125946   2563081     96.19    117.26
379.29/379.34	c  N dy  9850   1552918      9695     41438         0     87889    125946   5696047     96.23    103.56
385.49/385.53	c  N dy  9979   1573001      9695     41438         0    107972    125946   8755369     96.24    102.24
390.70/390.76	c  N dy 10103   1593086      9695     41438         0     73061    125946   3231333     96.25    111.20
396.49/396.53	c  N dy 10235   1613185      9695     41438         0     93159    125946   6335983     96.26    102.58
402.79/402.86	c  N dy 10361   1633186      9695     41438         0     57168    125946    653064     96.26    103.83
407.89/407.97	c  N dy 10491   1653235      9695     41438         0     77215    125946   3716667     96.27    102.78
413.89/413.91	c  N dy 10626   1673312      9695     41438         0     97291    125946   6826105     96.29    111.38
420.09/420.19	c  N dy 10757   1693489      9695     41438         0     60469    125946    989061     96.29    104.07
424.60/424.63	c  S st 10871   1710721      9695     41438         0     77700    125946   3647977     96.30   no data
424.70/424.79	c  S st 10871   1711225      9695     41438         0     78204    125946   3703110     96.30   no data
424.79/424.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
424.79/424.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
424.79/424.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
424.79/424.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
424.79/424.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
424.79/424.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
424.79/424.87	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
424.89/424.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
424.99/425.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
427.80/427.84	c lits-rem:         9  cl-subs:        8  v-elim:      0  v-fix:    0  time:  2.77 s
427.80/427.85	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
427.90/427.91	c vivif2 --  cl tried    78196 cl shrink        0 lits rem          0 time: 0.05
427.90/428.00	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.10
427.90/428.01	c calculated reachability. Time: 0.00
428.01/428.01	c  N dy 10871   1711225      9695     41438         0     78196    125946   3701048     96.30   no data
433.89/433.90	c  N dy 10997   1731301      9695     41438         0     98270    125946   6783020     96.30    101.48
440.29/440.33	c  N dy 11131   1751367      9695     41438         0     60335    125946    843920     96.32    107.84
445.51/445.59	c  N dy 11258   1771497      9695     41438         0     80465    125946   3974092     96.33    103.95
451.49/451.59	c  N dy 11392   1791573      9695     41438         0    100538    125946   7040770     96.34    103.20
458.10/458.16	c  N dy 11531   1811672      9695     41438         0     61639    125946    876387     96.37    101.90
463.40/463.47	c  N dy 11668   1831750      9695     41438         0     81715    125946   3977534     96.40    112.29
469.40/469.45	c  N dy 11795   1851792      9695     41438         0    101754    125946   7055063     96.42    102.50
476.00/476.01	c  N dy 11923   1871908      9695     41438         0     61877    125946    766290     96.42    101.77
481.19/481.24	c  N dy 12058   1892000      9695     41438         0     81968    125946   3839108     96.43    108.16
487.31/487.34	c  N dy 12192   1912162      9695     41438         0    102129    125946   6932942     96.44    104.37
494.01/494.04	c  N dy 12316   1932225      9695     41438         0     61195    125946    521116     96.45    102.15
499.20/499.26	c  N dy 12443   1952364      9695     41438         0     81331    125946   3606854     96.45    103.24
505.20/505.23	c  N dy 12574   1972400      9695     41438         0    101365    125946   6713829     96.46    138.27
512.00/512.01	c  N dy 12717   1992473      9695     41438         0    121432    125946   9793398     96.49    101.96
517.39/517.44	c  N dy 12843   2012531      9695     41438         0     79496    125946   3214198     96.49    103.66
523.30/523.39	c  N dy 12981   2032668      9695     41438         0     99633    125946   6323269     96.51    107.92
530.00/530.09	c  N dy 13111   2052765      9695     41438         0    119727    125946   9441690     96.51    103.89
536.00/536.07	c  N dy 13244   2073288      9695     41438         0     77256    125946   2676757     96.51    103.70
541.79/541.83	c  N dy 13372   2093405      9695     41438         0     97371    125946   5766266     96.51    102.24
548.30/548.38	c  N dy 13508   2113469      9695     41438         0    117435    125946   8870851     96.53    109.03
554.59/554.61	c  N dy 13631   2133492      9695     41438         0     73465    125946   1969451     96.54    102.37
560.10/560.16	c  N dy 13750   2153511      9695     41438         0     93482    125946   5067618     96.54    102.60
566.61/566.65	c  N dy 13887   2173679      9695     41438         0    113648    125946   8237841     96.57    101.74
573.40/573.49	c  N dy 14026   2193813      9695     41438         0     68788    125946   1117234     96.58    101.94
578.20/578.25	c  S st 14142   2211225      9695     41438         0     86199    125946   3816981     96.60   no data
578.40/578.42	c  S st 14142   2211730      9695     41438         0     86704    125946   3876510     96.60   no data
578.40/578.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
578.40/578.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
578.50/578.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
578.50/578.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
578.50/578.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
578.50/578.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
578.50/578.51	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
578.50/578.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
578.61/578.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
581.60/581.62	c lits-rem:        18  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.90 s
581.60/581.62	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
581.60/581.67	c vivif2 --  cl tried    86699 cl shrink        0 lits rem          0 time: 0.05
581.70/581.79	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.11
581.70/581.79	c calculated reachability. Time: 0.00
581.70/581.79	c  N dy 14142   2211730      9695     41438         0     86699    125946   3874931     96.60   no data
587.90/587.97	c  N dy 14281   2231873      9695     41438         0    106840    125946   7002445     96.62    102.45
594.90/594.93	c  N dy 14417   2251913      9695     41438         0    126879    125946  10085230     96.63    102.87
600.80/600.87	c  N dy 14549   2271995      9695     41438         0     80962    125946   2817353     96.64    103.58
606.70/606.74	c  N dy 14681   2292000      9695     41438         0    100965    125946   5923362     96.66    102.59
613.50/613.50	c  N dy 14817   2312140      9695     41438         0    121104    125946   9035822     96.68    104.13
620.20/620.24	c  N dy 14953   2332294      9695     41438         0     74257    125946   1658281     96.69    102.96
625.81/625.87	c  N dy 15085   2352426      9695     41438         0     94387    125946   4742844     96.71    106.53
632.20/632.26	c  N dy 15213   2372589      9695     41438         0    114549    125946   7822187     96.71    101.90
639.30/639.38	c  N dy 15332   2392623      9695     41438         0    134580    125946  10908386     96.70    102.17
645.00/645.07	c  N dy 15463   2412633      9695     41438         0     86597    125946   3428114     96.71    102.83
651.20/651.22	c  N dy 15589   2432709      9695     41438         0    106671    125946   6519069     96.72    102.32
658.10/658.14	c  N dy 15721   2452869      9695     41438         0    126830    125946   9597367     96.72    102.66
664.71/664.76	c  N dy 15854   2472904      9695     41438         0     77869    125946   1921907     96.72    103.82
670.60/670.67	c  N dy 15991   2493031      9695     41438         0     97994    125946   5066491     96.74    103.20
677.20/677.24	c  N dy 16118   2513139      9695     41438         0    118101    125946   8170735     96.75    106.69
684.41/684.47	c  N dy 16241   2533203      9695     41438         0    138161    125946  11216530     96.74    107.56
690.21/690.27	c  N dy 16372   2553355      9695     41438         0     88321    125946   3387857     96.74    102.44
696.41/696.42	c  N dy 16498   2573397      9695     41438         0    108362    125946   6456964     96.74    102.75
703.30/703.34	c  N dy 16623   2593507      9695     41438         0    128472    125946   9546789     96.74    102.49
710.20/710.27	c  N dy 16758   2613558      9695     41438         0     77526    125946   1564860     96.75    103.16
716.11/716.20	c  N dy 16884   2633602      9695     41438         0     97568    125946   4643967     96.75    132.36
723.20/723.23	c  N dy 17019   2653738      9695     41438         0    117704    125946   7772992     96.76    102.48
730.61/730.68	c  N dy 17159   2673918      9695     41438         0    137881    125946  10883850     96.77    102.80
736.80/736.87	c  N dy 17292   2693994      9695     41438         0     85958    125946   2739090     96.78    102.54
742.21/742.23	c  S st 17407   2711731      9695     41438         0    103694    125946   5487984     96.79     74.43
742.41/742.41	c  S st 17407   2712235      9695     41438         0    104198    125946   5538567     96.79   no data
742.41/742.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
742.51/742.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
742.51/742.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
742.51/742.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
742.51/742.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
742.51/742.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
742.51/742.52	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
742.51/742.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
742.80/742.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
747.01/747.01	c lits-rem:         7  cl-subs:        5  v-elim:      0  v-fix:    0  time:  4.21 s
747.01/747.01	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
747.01/747.09	c vivif2 --  cl tried   104193 cl shrink        0 lits rem          0 time: 0.08
747.20/747.23	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.14
747.20/747.23	c calculated reachability. Time: 0.00
747.20/747.23	c  N dy 17407   2712235      9695     41438         0    104193    125946   5536990     96.79   no data
753.91/753.98	c  N dy 17531   2732275      9695     41438         0    124231    125946   8614591     96.78    105.16
761.50/761.53	c  N dy 17669   2752369      9695     41438         0    144324    125946  11736825     96.80    129.66
767.31/767.38	c  N dy 17803   2772375      9695     41438         0     91334    125946   3429301     96.81    110.56
773.71/773.75	c  N dy 17928   2792603      9695     41438         0    111560    125946   6551683     96.81    102.95
780.81/780.87	c  N dy 18061   2812616      9695     41438         0    131571    125946   9643957     96.81    104.73
788.21/788.23	c  N dy 18195   2832627      9695     41438         0     77582    125946   1136204     96.82    103.74
793.90/793.96	c  N dy 18319   2852719      9695     41438         0     97669    125946   4193703     96.82    102.95
800.51/800.53	c  N dy 18453   2872722      9695     41438         0    117670    125946   7302007     96.83    102.70
807.91/807.93	c  N dy 18591   2892836      9695     41438         0    137783    125946  10413612     96.83    103.29
814.91/814.96	c  N dy 18729   2912844      9695     41438         0     82797    125946   1785531     96.85    107.46
820.91/820.97	c  N dy 18860   2933121      9695     41438         0    103074    125946   4922781     96.85    102.07
827.71/827.79	c  N dy 18989   2953308      9695     41438         0    123259    125946   8006699     96.85    107.61
835.21/835.28	c  N dy 19115   2973431      9695     41438         0    143380    125946  11130366     96.86    102.34
841.91/841.98	c  N dy 19249   2993439      9695     41438         0     87394    125946   2349355     96.86    105.74
848.12/848.11	c  N dy 19376   3013510      9695     41438         0    107463    125946   5426797     96.87    104.42
854.91/854.96	c  N dy 19497   3033614      9695     41438         0    127566    125946   8502990     96.86    102.20
862.61/862.68	c  N dy 19632   3053713      9695     41438         0    147662    125946  11615210     96.87    113.38
869.12/869.18	c  N dy 19760   3073780      9695     41438         0     90733    125946   2710662     96.87    103.51
875.41/875.40	c  N dy 19889   3093845      9695     41438         0    110797    125946   5824996     96.88    104.93
882.51/882.51	c  N dy 20016   3114062      9695     41438         0    131013    125946   8965010     96.89    114.07
890.41/890.44	c  N dy 20150   3134214      9695     41438         0    151163    125946  12038362     96.88    102.14
896.81/896.80	c  N dy 20278   3154291      9695     41438         0     93246    125946   2970935     96.89    103.07
903.11/903.18	c  N dy 20410   3174336      9695     41438         0    113290    125946   6129881     96.91    102.11
910.61/910.65	c  N dy 20543   3194500      9695     41438         0    133452    125946   9214801     96.92    102.39
917.81/917.87	c  S st 20662   3212236      9695     41438         0    151187    125946  11942738     96.92     96.58
918.11/918.13	c  S st 20662   3212742      9695     41438         0    151693    125946  12000627     96.92   no data
918.11/918.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
918.21/918.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
918.21/918.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
918.21/918.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
918.21/918.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
918.21/918.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
918.21/918.28	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
918.41/918.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
918.91/918.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
927.81/927.88	c lits-rem:         6  cl-subs:       23  v-elim:      0  v-fix:    0  time:  8.96 s
927.81/927.89	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
928.01/928.05	c vivif2 --  cl tried   151670 cl shrink        0 lits rem          0 time: 0.16
928.21/928.25	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.20
928.21/928.26	c calculated reachability. Time: 0.00
928.21/928.26	c  N dy 20662   3212742      9695     41438         0    151670    125946  11993540     96.92   no data
934.81/934.86	c  N dy 20789   3233014      9695     41438         0     92944    125946   2772798     96.93    103.17
941.21/941.20	c  N dy 20920   3253131      9695     41438         0    113058    125946   5829294     96.93    103.26
948.22/948.26	c  N dy 21044   3273191      9695     41438         0    133114    125946   8923324     96.93    115.18
956.11/956.15	c  N dy 21170   3293300      9695     41438         0    153222    125946  12011879     96.93    104.77
962.71/962.78	c  N dy 21297   3313358      9695     41438         0     93291    125946   2645788     96.94    103.32
969.12/969.13	c  N dy 21425   3333558      9695     41438         0    113488    125946   5739006     96.94    103.71
976.31/976.32	c  N dy 21558   3353678      9695     41438         0    133606    125946   8900559     96.95    104.33
984.41/984.43	c  N dy 21689   3374167      9695     41438         0    154092    125946  12055996     96.95    104.23
991.31/991.32	c  N dy 21817   3394260      9695     41438         0     93195    125946   2498054     96.96    104.73
997.62/997.68	c  N dy 21953   3414363      9695     41438         0    113296    125946   5664939     96.98    103.31
1004.71/1004.75	c  N dy 22083   3434381      9695     41438         0    133312    125946   8788491     96.99    114.76
1012.71/1012.70	c  N dy 22213   3454505      9695     41438         0    153436    125946  11890061     96.99    105.77
1019.91/1019.97	c  N dy 22348   3474549      9695     41438         0     91491    125946   2109891     97.00    106.74
1026.22/1026.22	c  N dy 22475   3494727      9695     41438         0    111666    125946   5211499     97.00    102.52
1033.22/1033.23	c  N dy 22606   3514744      9695     41438         0    131682    125946   8274327     97.01    102.32
1041.11/1041.10	c  N dy 22725   3534873      9695     41438         0    151809    125946  11400401     97.00    102.81
1048.92/1048.92	c  N dy 22856   3554902      9695     41438         0     88838    125946   1540541     97.01    103.22
1055.02/1055.01	c  N dy 22984   3574935      9695     41438         0    108869    125946   4644349     97.01    104.64
1061.82/1061.82	c  N dy 23108   3594981      9695     41438         0    128913    125946   7723075     97.01    123.81
1069.51/1069.54	c  N dy 23239   3615053      9695     41438         0    148984    125946  10820641     97.01    107.28
1077.92/1077.99	c  N dy 23369   3635074      9695     41438         0     85012    125946    787162     97.02    102.14
1083.91/1083.96	c  N dy 23490   3655179      9695     41438         0    105115    125946   3914948     97.02    102.23
1090.72/1090.75	c  N dy 23618   3675251      9695     41438         0    125185    125946   7018521     97.02    103.38
1098.21/1098.24	c  N dy 23739   3695260      9695     41438         0    145191    125946  10093588     97.02    103.17
1105.31/1105.39	c  S st 23851   3712747      9695     41438         0    162676    125946  12809573     97.03     84.67
1105.63/1105.67	c  S st 23851   3713248      9695     41438         0    163177    125946  12865445     97.03   no data
1105.63/1105.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1105.81/1105.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.11
1105.81/1105.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1105.81/1105.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1105.81/1105.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1105.81/1105.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9695 time:  0.00 s
1105.81/1105.83	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
1105.91/1105.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
1106.42/1106.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1116.71/1116.77	c lits-rem:        20  cl-subs:       17  v-elim:      0  v-fix:    0  time: 10.33 s
1116.71/1116.77	c vivif2 --  cl tried    41438 cl shrink        0 lits rem          0 time: 0.00
1116.91/1116.96	c vivif2 --  cl tried   163160 cl shrink        0 lits rem          0 time: 0.18
1117.11/1117.20	c asymm  cl-useful: 0/41438/41438 lits-rem:0 time: 0.24
1117.21/1117.20	c calculated reachability. Time: 0.00
1117.21/1117.20	c  N dy 23851   3713248      9695     41438         0    163160    125946  12859398     97.03   no data
1124.82/1124.80	c  N dy 23984   3733287      9695     41438         0     98212    125946   2676698     97.03    107.14
1130.62/1130.69	c  F st 24099   3751564      9695     41438         0    116487    125946   5491497     97.03   no data
1131.32/1131.35	c  N st 24103   3753594      9695     41438         0    118516    125946   5849970     97.03   no data
1138.41/1138.43	c  N dy 24206   3773694      9695     41438         0    138615    125946   9120713     97.03    102.62
1146.42/1146.47	c  N dy 24341   3793699      9695     41438         0    158618    125946  12229015     97.04    104.50
1154.22/1154.29	c  N dy 24467   3813817      9695     41438         0     92733    125946   1663029     97.05    102.21
1160.72/1160.71	c  N dy 24603   3834029      9695     41438         0    112944    125946   4774782     97.05    103.79
1167.72/1167.76	c  N dy 24736   3854114      9695     41438         0    133027    125946   7904731     97.06    103.23
1175.72/1175.73	c  N dy 24863   3874508      9695     41438         0    153420    125946  11074352     97.07    102.96
1184.52/1184.57	c  N dy 25006   3894631      9695     41438         0    173542    125946  14266162     97.09    103.11
1190.92/1190.97	c  N dy 25136   3915191      9695     41438         0    107110    125946   3747594     97.09    106.09
1197.82/1197.85	c  N dy 25272   3935347      9695     41438         0    127263    125946   6850034     97.10    102.64
1205.42/1205.41	c  N dy 25399   3955416      9695     41438         0    147331    125946   9969498     97.10    104.13
1213.72/1213.79	c  N dy 25529   3975443      9695     41438         0    167356    125946  13075921     97.11    117.87
1221.13/1221.14	c  N dy 25659   3995449      9695     41438         0     99370    125946   2416714     97.11    105.75
1227.82/1227.82	c  N dy 25788   4015612      9695     41438         0    119532    125946   5547385     97.12    102.54
1235.23/1235.21	c  N dy 25927   4035763      9695     41438         0    139681    125946   8690893     97.13    102.87
1243.33/1243.34	c  N dy 26059   4055831      9695     41438         0    159748    125946  11837100     97.13    104.40
1252.02/1252.09	c  N dy 26195   4075868      9695     41438         0     90785    125946    945096     97.14    106.51
1258.22/1258.29	c  N dy 26317   4095919      9695     41438         0    110835    125946   4050910     97.14    107.73
1265.22/1265.29	c  N dy 26446   4116016      9695     41438         0    130928    125946   7170886     97.14    108.15
1272.92/1272.98	c  N dy 26572   4136086      9695     41438         0    150997    125946  10275389     97.14    132.04
1281.22/1281.28	c  N dy 26693   4156130      9695     41438         0    171037    125946  13368051     97.14    102.69
1288.72/1288.73	c  N dy 26822   4176228      9695     41438         0    101145    125946   2363802     97.14    102.54
1295.42/1295.43	c  N dy 26963   4196232      9695     41438         0    121146    125946   5473104     97.16    103.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-3367472-1305383264/watcher-3367472-1305383264 -o /tmp/evaluation-result-3367472-1305383264/solver-3367472-1305383264 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367472-1305383264.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: 3.70 3.96 3.71 5/320 7599
/proc/meminfo: memFree=23142200/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=2776 CPUtime=0 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4194304 86 0 0 0 0 0 0 0 25 0 1 0 728556880 2842624 44 33554432000 4194304 4580011 140737429944544 18446744073709551615 252453142151 0 2147483391 4096 0 0 0 0 17 7 0 0 0
/proc/7599/statm: 694 44 35 95 0 23 0

[startup+0.12638 s]
/proc/loadavg: 3.70 3.96 3.71 5/320 7599
/proc/meminfo: memFree=23142200/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=41432 CPUtime=0.1 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 4374 0 0 0 10 0 0 0 25 0 1 0 728556880 42426368 3428 33554432000 4194304 4580011 140737429944544 18446744073709551615 4399296 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 10358 3428 354 95 0 5340 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 41432

[startup+0.200337 s]
/proc/loadavg: 3.70 3.96 3.71 5/320 7599
/proc/meminfo: memFree=23142200/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=42084 CPUtime=0.18 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 4564 0 0 0 18 0 0 0 25 0 1 0 728556880 43094016 3618 33554432000 4194304 4580011 140737429944544 18446744073709551615 4293891 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 10521 3618 364 95 0 5503 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 42084

[startup+0.300326 s]
/proc/loadavg: 3.70 3.96 3.71 5/320 7599
/proc/meminfo: memFree=23142200/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=42084 CPUtime=0.28 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 4672 0 0 0 28 0 0 0 25 0 1 0 728556880 43094016 3726 33554432000 4194304 4580011 140737429944544 18446744073709551615 4318679 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 10521 3726 364 95 0 5503 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 42084

[startup+0.700238 s]
/proc/loadavg: 3.70 3.96 3.71 5/320 7599
/proc/meminfo: memFree=23142200/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=42084 CPUtime=0.68 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 5088 0 0 0 68 0 0 0 25 0 1 0 728556880 43094016 4142 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 10521 4142 364 95 0 5503 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 42084

[startup+1.50109 s]
/proc/loadavg: 3.70 3.96 3.71 5/327 7612
/proc/meminfo: memFree=23032664/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=44040 CPUtime=1.48 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 6246 0 0 0 147 1 0 0 25 0 1 0 728556880 45096960 3987 33554432000 4194304 4580011 140737429944544 18446744073709551615 4318657 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 11010 3987 364 95 0 5992 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44040

[startup+3.10079 s]
/proc/loadavg: 3.70 3.96 3.71 5/327 7612
/proc/meminfo: memFree=23020512/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=44280 CPUtime=3.08 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 8234 0 0 0 307 1 0 0 25 0 1 0 728556880 45342720 4356 33554432000 4194304 4580011 140737429944544 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 11070 4356 364 95 0 6052 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44280

[startup+6.30021 s]
/proc/loadavg: 3.72 3.96 3.71 6/327 7612
/proc/meminfo: memFree=22986168/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=72628 CPUtime=6.28 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 18798 0 0 0 626 2 0 0 25 0 1 0 728556880 74371072 11009 33554432000 4194304 4580011 140737429944544 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 18157 11009 367 95 0 13139 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 72628

[startup+12.701 s]
/proc/loadavg: 3.74 3.96 3.71 5/327 7613
/proc/meminfo: memFree=22864588/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=73392 CPUtime=12.68 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 25224 0 0 0 1265 3 0 0 25 0 1 0 728556880 75153408 13015 33554432000 4194304 4580011 140737429944544 18446744073709551615 4414511 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 18348 13015 367 95 0 13330 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 73392

[startup+25.5006 s]
/proc/loadavg: 3.80 3.96 3.71 5/327 7613
/proc/meminfo: memFree=22725640/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=147816 CPUtime=25.48 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 44652 0 0 0 2541 7 0 0 25 0 1 0 728556880 151363584 21543 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 36954 21543 367 95 0 31936 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 147816

[startup+51.1009 s]
/proc/loadavg: 3.87 3.96 3.72 5/327 7614
/proc/meminfo: memFree=22531736/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=156168 CPUtime=51.08 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 68344 0 0 0 5096 12 0 0 25 0 1 0 728556880 159916032 24240 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 39042 24240 367 95 0 34024 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 156168

[startup+102.3 s]
/proc/loadavg: 4.12 4.01 3.75 5/327 7615
/proc/meminfo: memFree=22357852/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=157888 CPUtime=102.28 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 110011 0 0 0 10207 21 0 0 25 0 1 0 728556880 161677312 23610 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 39472 23610 367 95 0 34454 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 157888

[startup+162.3 s]
/proc/loadavg: 4.10 4.02 3.77 5/327 7617
/proc/meminfo: memFree=22237004/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=163480 CPUtime=162.29 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 163903 0 0 0 16197 32 0 0 25 0 1 0 728556880 167403520 35503 33554432000 4194304 4580011 140737429944544 18446744073709551615 4320904 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 40870 35503 367 95 0 35852 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 163480

[startup+222.312 s]
/proc/loadavg: 4.03 4.02 3.78 5/327 7618
/proc/meminfo: memFree=22221836/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=164768 CPUtime=222.3 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 204974 0 0 0 22191 39 0 0 25 0 1 0 728556880 168722432 34188 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 41192 34188 367 95 0 36174 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 164768

[startup+282.301 s]
/proc/loadavg: 4.01 4.01 3.79 5/327 7620
/proc/meminfo: memFree=22203800/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=212748 CPUtime=282.29 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 243314 0 0 0 28181 48 0 0 25 0 1 0 728556880 217853952 40912 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 53187 40912 367 95 0 48169 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 212748

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.80 5/327 7621
/proc/meminfo: memFree=22177084/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=166008 CPUtime=342.29 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 280879 0 0 0 34172 57 0 0 25 0 1 0 728556880 169992192 35618 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 41502 35618 367 95 0 36484 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 166008

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.81 5/327 7623
/proc/meminfo: memFree=22155464/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=215440 CPUtime=402.29 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 315659 0 0 0 40164 65 0 0 25 0 1 0 728556880 220610560 42680 33554432000 4194304 4580011 140737429944544 18446744073709551615 4321120 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 53860 42680 367 95 0 48842 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 215440

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/327 7625
/proc/meminfo: memFree=22116860/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=223784 CPUtime=462.3 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 351167 0 0 0 46158 72 0 0 25 0 1 0 728556880 229154816 38821 33554432000 4194304 4580011 140737429944544 18446744073709551615 4318632 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 55946 38821 367 95 0 50928 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 223784

[startup+522.3 s]
/proc/loadavg: 4.04 4.01 3.83 5/327 7626
/proc/meminfo: memFree=22127088/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=224404 CPUtime=522.3 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 384723 0 0 0 52150 80 0 0 25 0 1 0 728556880 229789696 41274 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 56101 41274 367 95 0 51083 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 224404

[startup+582.301 s]
/proc/loadavg: 4.16 4.04 3.85 5/327 7628
/proc/meminfo: memFree=22126312/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=232464 CPUtime=582.3 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 417738 0 0 0 58141 89 0 0 25 0 1 0 728556880 238043136 41480 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 58116 41480 367 95 0 53098 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 232464

[startup+642.301 s]
/proc/loadavg: 4.12 4.04 3.86 5/327 7629
/proc/meminfo: memFree=22135928/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=181720 CPUtime=642.31 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 449758 0 0 0 64134 97 0 0 25 0 1 0 728556880 186081280 39282 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 45430 39282 367 95 0 40412 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 181720

[startup+702.301 s]
/proc/loadavg: 4.15 4.06 3.88 5/327 7634
/proc/meminfo: memFree=22106716/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=233652 CPUtime=702.3 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 480505 0 0 0 70126 104 0 0 25 0 1 0 728556880 239259648 46445 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 58413 46445 367 95 0 53395 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 233652

[startup+762.301 s]
/proc/loadavg: 4.05 4.05 3.88 5/327 7636
/proc/meminfo: memFree=21984304/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=203348 CPUtime=762.31 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 513708 0 0 0 76118 113 0 0 25 0 1 0 728556880 208228352 42998 33554432000 4194304 4580011 140737429944544 18446744073709551615 4293650 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 50837 42998 367 95 0 45819 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 203348

[startup+822.3 s]
/proc/loadavg: 4.02 4.04 3.89 5/327 7637
/proc/meminfo: memFree=22006836/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=255996 CPUtime=822.31 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 543931 0 0 0 82111 120 0 0 25 0 1 0 728556880 262139904 47954 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 63999 47954 367 95 0 58981 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 255996

[startup+882.312 s]
/proc/loadavg: 4.00 4.03 3.89 5/327 7639
/proc/meminfo: memFree=21931896/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=256408 CPUtime=882.32 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 573109 0 0 0 88105 127 0 0 25 0 1 0 728556880 262561792 51264 33554432000 4194304 4580011 140737429944544 18446744073709551615 4321560 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 64102 51264 367 95 0 59084 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 256408

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.90 5/327 7640
/proc/meminfo: memFree=21763720/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=375124 CPUtime=942.31 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 625637 0 0 0 94093 138 0 0 25 0 1 0 728556880 384126976 77218 33554432000 4194304 4580011 140737429944544 18446744073709551615 4325625 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 93781 77218 367 95 0 88763 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 375124

[startup+1002.3 s]
/proc/loadavg: 4.06 4.03 3.91 5/327 7642
/proc/meminfo: memFree=21747804/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=375568 CPUtime=1002.31 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 654194 0 0 0 100086 145 0 0 25 0 1 0 728556880 384581632 78607 33554432000 4194304 4580011 140737429944544 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 93892 78607 367 95 0 88874 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 375568

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.91 5/327 7644
/proc/meminfo: memFree=21762760/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=375964 CPUtime=1062.32 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 682321 0 0 0 106078 154 0 0 25 0 1 0 728556880 384987136 78795 33554432000 4194304 4580011 140737429944544 18446744073709551615 4293700 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 93991 78795 367 95 0 88973 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 375964

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.91 5/327 7645
/proc/meminfo: memFree=21598152/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=371980 CPUtime=1122.31 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 715628 0 0 0 112070 161 0 0 25 0 1 0 728556880 380907520 83538 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 92995 83538 367 95 0 87977 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 371980

[startup+1182.3 s]
/proc/loadavg: 4.04 4.03 3.92 5/327 7647
/proc/meminfo: memFree=21565240/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=426452 CPUtime=1182.31 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 742366 0 0 0 118063 168 0 0 25 0 1 0 728556880 436686848 95556 33554432000 4194304 4580011 140737429944544 18446744073709551615 4293073 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 106613 95556 367 95 0 101595 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 426452

[startup+1242.3 s]
/proc/loadavg: 4.14 4.06 3.93 5/327 7648
/proc/meminfo: memFree=21504428/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=426944 CPUtime=1242.32 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 769942 0 0 0 124057 175 0 0 25 0 1 0 728556880 437190656 93533 33554432000 4194304 4580011 140737429944544 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 106736 93533 367 95 0 101718 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 426944



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.93 5/328 7651
/proc/meminfo: memFree=21922384/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=427392 CPUtime=1300.03 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 796250 0 0 0 129820 183 0 0 25 0 1 0 728556880 437649408 89519 33554432000 4194304 4580011 140737429944544 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 106848 89519 367 95 0 101830 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 427392

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.93 5/328 7651
/proc/meminfo: memFree=21922384/32951124 swapFree=59305796/67111528
[pid=7599] ppid=7597 vsize=427392 CPUtime=1300.03 cores=5,7
/proc/7599/stat : 7599 (strangenight2-s) R 7597 7599 7011 0 -1 4202496 796250 0 0 0 129820 183 0 0 25 0 1 0 728556880 437649408 89519 33554432000 4194304 4580011 140737429944544 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/7599/statm: 106848 89519 367 95 0 101830 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 427392

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1298.21
CPU system time (s): 1.84772
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 427392

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

runsolver used 3.77143 second user time and 9.25359 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 16:27:44
IDJOB=3367472
IDBENCH=82681
IDSOLVER=1845
FILE ID=node111/3367472-1305383264
RUNJOBID= node111-1305381961-7426
PBS_JOBID= 13324391
Free space on /tmp= 73664 MiB

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

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

MD5SUM BENCH= c57904e3ea235f276cacd03d81f1155b
RANDOM SEED=710983127

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:      23142728 kB
Buffers:        246432 kB
Cached:        6301508 kB
SwapCached:      13720 kB
Active:         809708 kB
Inactive:      8784856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23142728 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           15964 kB
Writeback:           0 kB
AnonPages:     3041444 kB
Mapped:          12844 kB
Slab:           113752 kB
PageTables:      36888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53364336 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:49:26