Trace number 3367471

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-v15000-c63000-S43885340-006-UNKNOWN.cnf
MD5SUM745003317611baf9e79e91bc0ab8e275
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.2018
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367471-1305383264.cnf'
0.00/0.01	c -- header says num vars:          15000
0.00/0.01	c -- header says num clauses:       63000
0.00/0.03	c -- clauses added:            0 learnts,        63000 normals,            0 xors
0.00/0.03	c -- vars added      15000
0.00/0.03	c Parsing time:  0.03 s
0.00/0.03	c  N st     0         0     15000     63000         0         0    189000         0   no data   no data
0.06/0.07	c asymm  cl-useful: 0/63000/63000 lits-rem:0 time: 0.04
0.06/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.09/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15000 time:  0.00 s
0.09/0.12	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
0.09/0.19	c lits-rem:         0  cl-subs:        0  v-elim:    414  v-fix:    0  time:  0.07 s
0.09/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.21	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.19/0.21	c calculated reachability. Time: 0.00
0.19/0.21	c Calc default polars -  time:   0.00 s pos:    6539 undec:    1667 neg:    6794
0.19/0.21	c =========================================================================================
0.19/0.21	c types(t): F = full restart, N = normal restart
0.19/0.21	c types(t): S = simplification begin/end, E = solution found
0.19/0.21	c restart types(rt): st = static, dy = dynamic
0.19/0.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.21	c  B st     0         0     14586     62521         0         0    190149         0   no data   no data
1.00/1.06	c  N dy    21      4061     14586     62521         0      4061    190149    763487    107.11    113.24
1.89/1.91	c  N dy    49      8147     14586     62521         0      8147    190149   1449370    106.64    112.83
2.79/2.81	c  N dy    79     12436     14586     62521         0     12436    190149   2193338    108.02    115.34
3.59/3.69	c  N dy   106     16454     14586     62521         0     16453    190149   2901643    108.91    128.79
4.59/4.62	c  N dy   134     20492     14586     62521         0     10498    190149    581220    109.96    117.37
5.50/5.55	c  N dy   162     24745     14586     62521         0     14750    190149   1314464    109.82    118.54
5.59/5.61	c  F st   163     25003     14586     62521         0     15008    190149   1353180    109.58     96.16
6.79/6.83	c  N dy   169     30000     14586     62521         0     20005    190149   2540469    109.58   no data
6.79/6.83	c  S st   169     30000     14586     62521         0     20005    190149   2540469    109.58   no data
6.89/6.95	c  S st   169     30505     14586     62521         0     20510    190149   2608960    109.58   no data
6.89/6.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
6.99/7.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
6.99/7.01	c blocked clauses removed:      261 vars:     44 tried:       14586 T: 0.00 s
6.99/7.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.99/7.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.99/7.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14542 time:  0.00 s
6.99/7.03	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
6.99/7.08	c lits-rem:         0  cl-subs:        0  v-elim:     13  v-fix:    0  time:  0.05 s
7.19/7.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.79/7.83	c lits-rem:        28  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.59 s
7.89/7.90	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.07
7.89/7.90	c calculated reachability. Time: 0.00
7.89/7.90	c  N dy   169     30505     14529     62248         0     20158    189404   2492644    109.58   no data
8.80/8.86	c  N dy   196     34554     14529     62248         0     24207    189404   3196355    109.71    116.10
9.80/9.86	c  N dy   224     38645     14529     62248         0     28298    189404   3916489    110.09    116.80
10.79/10.86	c  N dy   253     42686     14529     62248         0     17012    189404    882051    110.44    116.67
11.49/11.56	c  S st   275     45759     14529     62248         0     20084    189404   1435174    110.77   no data
11.59/11.68	c  S st   275     46260     14529     62248         0     20585    189404   1504671    110.77   no data
11.59/11.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.69/11.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
11.69/11.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.69/11.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.69/11.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.69/11.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
11.69/11.75	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
11.79/11.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
11.79/11.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.99/12.05	c lits-rem:         4  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
11.99/12.05	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.00
11.99/12.07	c vivif2 --  cl tried    20585 cl shrink        0 lits rem          0 time: 0.02
12.10/12.14	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.07
12.10/12.14	c calculated reachability. Time: 0.00
12.10/12.14	c  N dy   275     46260     14529     62248         0     20585    189404   1504667    110.77   no data
13.09/13.11	c  N dy   304     50271     14529     62248         0     24596    189404   2214302    110.95    136.52
13.99/14.07	c  N dy   329     54320     14529     62248         0     28645    189404   2921354    110.89    134.71
15.00/15.08	c  N dy   362     58382     14529     62248         0     32707    189404   3646576    111.24    121.71
16.19/16.24	c  N dy   393     62542     14529     62248         0     36865    189404   4402113    111.50    117.81
17.19/17.28	c  N dy   423     66734     14529     62248         0     22400    189404   1272504    111.72    121.03
17.89/17.91	c  S st   442     69392     14529     62248         0     25058    189404   1734577    111.68   no data
17.99/18.04	c  S st   442     69896     14529     62248         0     25562    189404   1801156    111.68   no data
17.99/18.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
17.99/18.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.04
18.09/18.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.09/18.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.09/18.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.09/18.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
18.09/18.11	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
18.09/18.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
18.19/18.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.49/18.54	c lits-rem:         9  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.30 s
18.49/18.55	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.00
18.49/18.57	c vivif2 --  cl tried    25562 cl shrink        0 lits rem          0 time: 0.03
18.59/18.65	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.07
18.59/18.65	c calculated reachability. Time: 0.00
18.59/18.65	c  N dy   442     69896     14529     62248         0     25562    189404   1801147    111.68   no data
19.69/19.76	c  N dy   473     74378     14529     62248         0     30044    189404   2592762    111.81    119.71
20.99/21.00	c  N dy   508     79223     14529     62248         0     34889    189404   3455893    111.92    119.07
22.29/22.32	c  N dy   544     84279     14529     62248         0     39945    189404   4376735    112.07    123.99
23.10/23.18	c  F st   568     87501     14529     62248         0     22334    189404    826998    112.17   no data
23.99/24.02	c  N st   573     90797     14529     62248         0     25630    189404   1614499    112.17   no data
25.49/25.55	c  N dy   603     96709     14529     62248         0     31541    189404   2805899    112.34    118.91
27.10/27.18	c  N dy   643    102936     14529     62248         0     37767    189404   3909382    112.36    118.96
27.59/27.68	c  S st   657    104844     14529     62248         0     39675    189404   4248291    112.37   no data
27.79/27.83	c  S st   657    105351     14529     62248         0     40182    189404   4313444    112.37   no data
27.79/27.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.79/27.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.05
27.89/27.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.89/27.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.89/27.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.89/27.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
27.89/27.91	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
27.89/27.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
28.09/28.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.89/29.98	c lits-rem:       123  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.80 s
29.89/29.99	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.00
29.99/30.05	c vivif2 --  cl tried    40177 cl shrink        0 lits rem          0 time: 0.06
30.09/30.14	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.09
30.09/30.14	c calculated reachability. Time: 0.00
30.09/30.14	c  N dy   657    105351     14529     62248         0     40177    189404   4311178    112.37   no data
31.90/31.97	c  N dy   704    112083     14529     62248         0     24489    189404    929726    112.55    178.87
33.69/33.78	c  N dy   760    119297     14529     62248         0     31703    189404   2262842    112.98    119.06
35.69/35.79	c  N dy   811    127047     14529     62248         0     39452    189404   3686858    113.07    122.52
37.99/38.08	c  N dy   867    135415     14529     62248         0     24114    189404    575093    113.19    123.90
40.19/40.26	c  N dy   929    144078     14529     62248         0     32776    189404   2123259    113.29    127.43
42.69/42.70	c  N dy   993    153311     14529     62248         0     42009    189404   3807327    113.36    122.74
44.00/44.02	c  S st  1026    158027     14529     62248         0     46725    189404   4662565    113.41    109.97
44.09/44.16	c  S st  1026    158529     14529     62248         0     47227    189404   4725736    113.41   no data
44.09/44.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
44.19/44.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
44.19/44.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.19/44.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.19/44.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.19/44.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
44.19/44.25	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
44.29/44.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
44.49/44.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.30/47.32	c lits-rem:         5  cl-subs:        8  v-elim:      0  v-fix:    0  time:  2.79 s
47.30/47.32	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.00
47.30/47.39	c vivif2 --  cl tried    47219 cl shrink        0 lits rem          0 time: 0.07
47.39/47.49	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.10
47.39/47.50	c calculated reachability. Time: 0.00
47.39/47.50	c  N dy  1026    158529     14529     62248         0     47219    189404   4722451    113.41   no data
50.10/50.14	c  N dy  1088    168736     14529     62248         0     32574    189404   1873580    113.30    121.50
52.99/53.02	c  N dy  1165    179605     14529     62248         0     43442    189404   3869971    113.55    130.89
56.10/56.19	c  N dy  1244    191093     14529     62248         0     29007    189404   1032980    113.73    121.90
59.41/59.42	c  N dy  1333    203335     14529     62248         0     41246    189404   3288851    113.93    120.48
63.09/63.10	c  N dy  1413    216329     14529     62248         0     27278    189404    501181    113.80    119.80
66.69/66.70	c  N dy  1510    230229     14529     62248         0     41176    189404   3041015    113.96    123.43
68.69/68.78	c  S st  1560    237794     14529     62248         0     48740    189404   4407666    113.95   no data
68.89/68.93	c  S st  1560    238299     14529     62248         0     49245    189404   4478058    113.95   no data
68.89/68.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
68.99/69.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
68.99/69.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.99/69.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.99/69.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.99/69.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
68.99/69.03	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
69.09/69.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
69.20/69.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.09/72.13	c lits-rem:         9  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.85 s
72.09/72.13	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.00
72.09/72.19	c vivif2 --  cl tried    49243 cl shrink        0 lits rem          0 time: 0.06
72.29/72.30	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.10
72.29/72.30	c calculated reachability. Time: 0.00
72.29/72.30	c  N dy  1560    238299     14529     62248         0     49243    189404   4476970    113.95   no data
76.39/76.45	c  N dy  1665    253532     14529     62248         0     36502    189404   1991779    114.01    145.61
80.79/80.88	c  N dy  1772    269742     14529     62248         0     52710    189404   4938540    114.03    121.94
85.49/85.57	c  N dy  1886    287010     14529     62248         0     40986    189404   2635772    114.15    121.67
90.79/90.82	c  N dy  2009    305388     14529     62248         0     59362    189404   5975830    114.14    122.43
91.09/91.11	c  F st  2015    306251     14529     62248         0     30232    189404    463346    114.14    108.89
96.19/96.22	c  N dy  2112    324913     14529     62248         0     48894    189404   4059983    114.12    127.45
101.79/101.89	c  N dy  2249    345010     14529     62248         0     37995    189404   1712878    114.31    123.78
105.19/105.29	c  S st  2325    357448     14529     62248         0     50427    189404   3977267    114.29    115.44
105.39/105.44	c  S st  2325    357950     14529     62248         0     50929    189404   4042027    114.29   no data
105.39/105.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
105.49/105.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
105.49/105.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.49/105.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.49/105.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.49/105.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
105.49/105.54	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
105.60/105.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
105.69/105.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
108.29/108.38	c lits-rem:         4  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.61 s
108.29/108.39	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.00
108.39/108.45	c vivif2 --  cl tried    50926 cl shrink        0 lits rem          0 time: 0.06
108.49/108.55	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.10
108.49/108.56	c calculated reachability. Time: 0.00
108.49/108.56	c  N dy  2325    357950     14529     62248         0     50926    189404   4041123    114.29   no data
114.19/114.23	c  N dy  2461    377974     14529     62248         0     38950    189404   1716748    114.31    152.44
119.90/119.94	c  N dy  2601    398008     14529     62248         0     58982    189404   5391838    114.43    120.49
125.59/125.61	c  N dy  2728    418219     14529     62248         0     46198    189404   2829949    114.40    125.40
131.49/131.56	c  N dy  2867    438333     14529     62248         0     66311    189404   6532863    114.52    122.13
137.09/137.18	c  N dy  3005    458466     14529     62248         0     52448    189404   3835607    114.61    122.29
143.29/143.35	c  N dy  3143    478573     14529     62248         0     37559    189404    889244    114.66    121.78
148.89/148.98	c  N dy  3279    498718     14529     62248         0     57704    189404   4563691    114.68    123.50
154.89/154.96	c  N dy  3413    518730     14529     62248         0     41717    189404   1478392    114.76    124.04
160.09/160.10	c  S st  3527    536926     14529     62248         0     59912    189404   4771673    114.73   no data
160.19/160.27	c  S st  3527    537436     14529     62248         0     60422    189404   4839467    114.73   no data
160.19/160.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
160.29/160.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.06
160.29/160.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
160.29/160.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.29/160.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.29/160.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
160.29/160.37	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
160.39/160.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
160.60/160.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.09/163.16	c lits-rem:        11  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.53 s
163.09/163.17	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.00
163.19/163.24	c vivif2 --  cl tried    60417 cl shrink        0 lits rem          0 time: 0.07
163.29/163.35	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.11
163.29/163.36	c calculated reachability. Time: 0.00
163.29/163.36	c  N dy  3527    537436     14529     62248         0     60417    189404   4837964    114.73   no data
169.19/169.24	c  N dy  3653    557484     14529     62248         0     43462    189404   1544455    114.71    121.61
174.90/174.94	c  N dy  3769    577515     14529     62248         0     63493    189404   5239895    114.68    123.48
181.00/181.04	c  N dy  3901    597909     14529     62248         0     45890    189404   1872149    114.70    120.78
186.90/186.94	c  N dy  4033    618057     14529     62248         0     66038    189404   5602195    114.75    121.68
192.89/192.99	c  N dy  4173    638142     14529     62248         0     47122    189404   1946844    114.80    127.66
198.89/198.90	c  N dy  4309    658185     14529     62248         0     67165    189404   5661355    114.85    126.61
204.89/204.98	c  N dy  4440    678227     14529     62248         0     47207    189404   1743328    114.88    120.93
210.99/211.04	c  N dy  4577    698295     14529     62248         0     67274    189404   5413267    114.90    122.71
217.30/217.36	c  N dy  4721    718323     14529     62248         0     46299    189404   1420309    114.98    122.79
223.09/223.19	c  N dy  4848    738388     14529     62248         0     66362    189404   5105559    114.99    121.16
229.49/229.58	c  N dy  4979    758451     14529     62248         0     44432    189404    888091    115.02    125.13
235.30/235.41	c  N dy  5121    778553     14529     62248         0     64534    189404   4604182    115.10    121.93
241.79/241.84	c  N dy  5250    798569     14529     62248         0     84549    189404   8271302    115.12    133.75
243.99/244.05	c  S st  5303    806155     14529     62248         0     49136    189404   1575226    115.12   no data
244.10/244.20	c  S st  5303    806658     14529     62248         0     49639    189404   1638621    115.12   no data
244.10/244.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
244.20/244.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
244.20/244.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
244.20/244.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
244.20/244.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.20/244.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
244.20/244.29	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
244.29/244.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
244.39/244.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.89/244.99	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.58 s
244.99/245.00	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.00
244.99/245.02	c vivif2 --  cl tried    49637 cl shrink        0 lits rem          0 time: 0.02
245.09/245.12	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.09
245.09/245.12	c calculated reachability. Time: 0.00
245.09/245.12	c  N dy  5303    806658     14529     62248         0     49637    189404   1638142    115.12   no data
251.19/251.20	c  N dy  5436    826906     14529     62248         0     69882    189404   5437222    115.13    122.16
257.69/257.75	c  N dy  5565    846996     14529     62248         0     45972    189404    787475    115.11    122.47
263.49/263.57	c  N dy  5699    867028     14529     62248         0     66004    189404   4452975    115.11    129.81
270.09/270.14	c  N dy  5828    887201     14529     62248         0     86176    189404   8123147    115.11    126.22
276.10/276.12	c  N dy  5959    907230     14529     62248         0     61208    189404   3438934    115.12    124.31
282.39/282.45	c  N dy  6089    927277     14529     62248         0     81252    189404   7098836    115.12    121.46
288.79/288.87	c  N dy  6230    947365     14529     62248         0     55341    189404   2167963    115.19    125.77
294.99/295.03	c  N dy  6364    967435     14529     62248         0     75410    189404   5825529    115.20    122.94
301.79/301.89	c  N dy  6501    987543     14529     62248         0     48517    189404    730987    115.24    123.63
307.79/307.84	c  N dy  6643   1007632     14529     62248         0     68604    189404   4478366    115.29    131.75
314.50/314.53	c  N dy  6774   1027633     14529     62248         0     88603    189404   8165849    115.30    148.98
320.79/320.88	c  N dy  6903   1047777     14529     62248         0     60751    189404   2822071    115.29    121.80
327.29/327.31	c  N dy  7043   1067788     14529     62248         0     80757    189404   6624926    115.38    145.89
328.69/328.71	c  F st  7072   1071877     14529     62248         0     84846    189404   7378279    115.39   no data
334.09/334.14	c  N dy  7148   1087810     14529     62248         0     51784    189404   1000462    115.40    123.46
340.19/340.22	c  N dy  7278   1108125     14529     62248         0     72098    189404   4722550    115.41    123.49
346.99/347.01	c  N dy  7419   1128179     14529     62248         0     92148    189404   8431752    115.45    122.98
353.39/353.40	c  N dy  7549   1148196     14529     62248         0     62170    189404   2666696    115.46    125.89
359.79/359.85	c  N dy  7691   1168306     14529     62248         0     82279    189404   6427667    115.50    122.72
366.99/367.03	c  N dy  7838   1188328     14529     62248         0     51301    189404    535290    115.56    122.93
372.99/373.09	c  N dy  7975   1208459     14529     62248         0     71431    189404   4249512    115.57    122.26
373.49/373.56	c  S st  7983   1209987     14529     62248         0     72959    189404   4534146    115.57   no data
373.69/373.74	c  S st  7983   1210487     14529     62248         0     73459    189404   4609076    115.57   no data
373.69/373.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
373.79/373.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
373.79/373.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
373.79/373.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
373.79/373.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
373.79/373.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
373.79/373.85	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
373.90/373.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
374.09/374.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
377.09/377.18	c lits-rem:         1  cl-subs:        7  v-elim:      0  v-fix:    0  time:  3.07 s
377.09/377.18	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.00
377.20/377.25	c vivif2 --  cl tried    73452 cl shrink        0 lits rem          0 time: 0.07
377.30/377.37	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.13
377.30/377.38	c calculated reachability. Time: 0.00
377.30/377.38	c  N dy  7983   1210487     14529     62248         0     73452    189404   4607603    115.57   no data
384.09/384.13	c  N dy  8121   1230501     14529     62248         0     93463    189404   8291009    115.61    122.89
390.79/390.86	c  N dy  8260   1250563     14529     62248         0     61541    189404   2245812    115.63    133.06
397.19/397.29	c  N dy  8401   1270626     14529     62248         0     81603    189404   5966382    115.65    125.91
404.30/404.31	c  N dy  8536   1290694     14529     62248         0    101670    189404   9688538    115.66    125.76
410.69/410.70	c  N dy  8667   1310872     14529     62248         0     68854    189404   3389189    115.67    121.91
417.29/417.39	c  N dy  8803   1330967     14529     62248         0     88949    189404   7110382    115.70    123.14
424.61/424.61	c  N dy  8926   1351097     14529     62248         0     55078    189404    669779    115.69    122.44
430.79/430.83	c  N dy  9067   1371243     14529     62248         0     75221    189404   4393395    115.71    123.58
437.59/437.63	c  N dy  9198   1391326     14529     62248         0     95303    189404   8106796    115.73    140.20
444.60/444.68	c  N dy  9326   1411468     14529     62248         0     60444    189404   1495845    115.72    129.11
450.90/450.99	c  N dy  9465   1431482     14529     62248         0     80452    189404   5248392    115.76    123.62
457.89/457.98	c  N dy  9602   1451564     14529     62248         0    100531    189404   8930092    115.77    125.24
464.99/465.00	c  N dy  9739   1471640     14529     62248         0     64613    189404   2085754    115.79    122.05
471.49/471.56	c  N dy  9877   1491870     14529     62248         0     84841    189404   5856544    115.80    123.30
478.69/478.78	c  N dy 10011   1511927     14529     62248         0    104897    189404   9584953    115.81    122.95
485.59/485.66	c  N dy 10146   1532012     14529     62248         0     67987    189404   2485966    115.82    127.64
492.09/492.18	c  N dy 10279   1552063     14529     62248         0     88035    189404   6172237    115.83    122.17
499.40/499.47	c  N dy 10415   1572126     14529     62248         0    108097    189404   9847831    115.83    126.49
506.20/506.22	c  N dy 10548   1592196     14529     62248         0     70166    189404   2759022    115.83    124.16
512.80/512.81	c  N dy 10679   1612213     14529     62248         0     90180    189404   6478287    115.86    141.40
520.09/520.10	c  N dy 10803   1632387     14529     62248         0    110353    189404  10170031    115.85    122.14
526.91/526.95	c  N dy 10936   1652458     14529     62248         0     71429    189404   2800475    115.86    122.22
533.60/533.63	c  N dy 11062   1672708     14529     62248         0     91677    189404   6516198    115.84    124.61
540.79/540.88	c  N dy 11182   1692714     14529     62248         0    111683    189404  10222496    115.84    122.06
546.89/546.98	c  S st 11292   1710490     14529     62248         0     69461    189404   2254742    115.83    102.25
547.10/547.15	c  S st 11292   1710994     14529     62248         0     69965    189404   2318913    115.83   no data
547.10/547.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
547.20/547.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
547.20/547.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
547.20/547.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
547.20/547.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
547.20/547.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
547.20/547.25	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
547.30/547.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
547.40/547.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
548.70/548.76	c lits-rem:        11  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.35 s
548.70/548.77	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.00
548.80/548.81	c vivif2 --  cl tried    69964 cl shrink        0 lits rem          0 time: 0.04
548.91/548.92	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.12
548.91/548.93	c calculated reachability. Time: 0.00
548.91/548.93	c  N dy 11292   1710994     14529     62248         0     69964    189404   2318814    115.83   no data
555.59/555.61	c  N dy 11433   1731070     14529     62248         0     90040    189404   6086473    115.86    129.28
562.79/562.86	c  N dy 11564   1751151     14529     62248         0    110121    189404   9812326    115.86    130.57
570.10/570.11	c  N dy 11704   1771251     14529     62248         0     69221    189404   2053684    115.88    136.74
576.69/576.72	c  N dy 11837   1791395     14529     62248         0     89365    189404   5813045    115.91    123.38
584.10/584.15	c  N dy 11983   1811584     14529     62248         0    109553    189404   9648618    115.95    122.40
591.49/591.56	c  N dy 12112   1831748     14529     62248         0     67718    189404   1566497    115.95    125.88
598.09/598.10	c  N dy 12250   1851826     14529     62248         0     87794    189404   5268294    115.96    122.51
605.29/605.32	c  N dy 12385   1871874     14529     62248         0    107839    189404   9016677    115.98    141.73
613.09/613.17	c  N dy 12520   1891979     14529     62248         0     64943    189404    893839    115.98    125.86
619.60/619.66	c  N dy 12654   1912126     14529     62248         0     85090    189404   4564652    115.98    122.43
626.70/626.72	c  N dy 12789   1932236     14529     62248         0    105198    189404   8325129    116.00    123.80
634.49/634.61	c  N dy 12929   1952329     14529     62248         0    125289    189404  12082054    116.03    126.25
641.31/641.36	c  N dy 13070   1972508     14529     62248         0     81478    189404   3840255    116.06    122.65
648.29/648.33	c  N dy 13203   1992590     14529     62248         0    101559    189404   7549676    116.07    127.12
656.09/656.10	c  N dy 13340   2012682     14529     62248         0    121651    189404  11326668    116.10    125.34
663.20/663.26	c  N dy 13476   2032819     14529     62248         0     76793    189404   2776698    116.12    125.16
669.99/670.09	c  N dy 13611   2052864     14529     62248         0     96836    189404   6512141    116.13    131.55
677.61/677.62	c  N dy 13741   2072944     14529     62248         0    116916    189404  10205099    116.13    122.54
685.31/685.32	c  N dy 13870   2093081     14529     62248         0     71057    189404   1496452    116.12    123.82
691.90/691.93	c  N dy 13997   2113092     14529     62248         0     91066    189404   5223406    116.12    122.54
699.20/699.25	c  N dy 14126   2133132     14529     62248         0    111105    189404   8939064    116.14    123.50
707.19/707.27	c  N dy 14257   2153215     14529     62248         0    131187    189404  12677312    116.14    122.88
714.00/714.09	c  N dy 14394   2173290     14529     62248         0     84257    189404   3791029    116.17    122.87
721.19/721.20	c  N dy 14527   2193508     14529     62248         0    104474    189404   7512595    116.17    124.52
727.99/728.06	c  S st 14643   2210996     14529     62248         0    121960    189404  10787700    116.18   no data
728.29/728.30	c  S st 14643   2211502     14529     62248         0    122466    189404  10861220    116.18   no data
728.29/728.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
728.39/728.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
728.39/728.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
728.39/728.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
728.39/728.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
728.39/728.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
728.39/728.46	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
728.49/728.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
729.00/729.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
735.29/735.39	c lits-rem:         1  cl-subs:       12  v-elim:      0  v-fix:    0  time:  6.34 s
735.29/735.40	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.00
735.49/735.55	c vivif2 --  cl tried   122454 cl shrink        0 lits rem          0 time: 0.15
735.69/735.74	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.19
735.69/735.75	c calculated reachability. Time: 0.00
735.69/735.75	c  N dy 14643   2211502     14529     62248         0    122454    189404  10857832    116.18   no data
743.50/743.53	c  N dy 14780   2231537     14529     62248         0     74493    189404   1795514    116.20    124.87
750.39/750.41	c  N dy 14923   2251641     14529     62248         0     94595    189404   5554184    116.21    125.32
757.99/758.01	c  N dy 15061   2272115     14529     62248         0    115068    189404   9328879    116.21    124.25
765.99/766.08	c  N dy 15185   2292117     14529     62248         0    135070    189404  13015269    116.21    122.80
772.89/772.94	c  N dy 15312   2312164     14529     62248         0     86121    189404   3767207    116.22    124.95
780.09/780.11	c  N dy 15443   2332355     14529     62248         0    106309    189404   7518654    116.22    127.90
788.00/788.00	c  N dy 15579   2352423     14529     62248         0    126373    189404  11263725    116.24    128.79
795.80/795.88	c  N dy 15714   2372610     14529     62248         0     76569    189404   1796009    116.24    125.20
802.59/802.69	c  N dy 15841   2392716     14529     62248         0     96674    189404   5527587    116.25    127.50
810.19/810.29	c  N dy 15980   2412750     14529     62248         0    116706    189404   9243912    116.26    129.59
818.59/818.60	c  N dy 16113   2432905     14529     62248         0    136861    189404  12947326    116.25    128.45
825.69/825.79	c  N dy 16249   2452934     14529     62248         0     85898    189404   3360502    116.26    123.76
832.90/832.90	c  N dy 16381   2473090     14529     62248         0    106053    189404   7078249    116.27    123.24
840.70/840.78	c  N dy 16514   2493118     14529     62248         0    126080    189404  10798570    116.27    124.40
849.10/849.13	c  N dy 16647   2513202     14529     62248         0     74167    189404    991034    116.27    126.40
855.70/855.77	c  N dy 16772   2533206     14529     62248         0     94170    189404   4693405    116.27    125.67
863.10/863.16	c  N dy 16903   2553256     14529     62248         0    114217    189404   8400181    116.27    124.44
871.30/871.32	c  N dy 17031   2573286     14529     62248         0    134243    189404  12161876    116.27    122.85
879.19/879.20	c  N dy 17166   2593438     14529     62248         0     81396    189404   2145576    116.27    122.42
886.20/886.21	c  N dy 17302   2613519     14529     62248         0    101476    189404   5917697    116.29    125.81
893.90/893.99	c  N dy 17439   2633755     14529     62248         0    121710    189404   9745813    116.31    124.11
902.30/902.39	c  N dy 17571   2653946     14529     62248         0    141898    189404  13505647    116.32    123.76
909.60/909.71	c  N dy 17699   2674081     14529     62248         0     88035    189404   3225992    116.32    124.55
916.89/916.93	c  N dy 17832   2694137     14529     62248         0    108090    189404   6971463    116.33    123.97
923.80/923.81	c  S st 17947   2711502     14529     62248         0    125454    189404  10204988    116.34   no data
924.01/924.06	c  S st 17947   2712005     14529     62248         0    125957    189404  10276247    116.34   no data
924.01/924.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
924.10/924.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
924.20/924.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
924.20/924.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
924.20/924.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
924.20/924.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
924.20/924.22	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
924.30/924.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
924.69/924.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
930.90/930.97	c lits-rem:         9  cl-subs:        8  v-elim:      0  v-fix:    0  time:  6.22 s
930.90/930.98	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.00
931.10/931.13	c vivif2 --  cl tried   125949 cl shrink        0 lits rem          0 time: 0.15
931.30/931.32	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.20
931.30/931.33	c calculated reachability. Time: 0.00
931.30/931.33	c  N dy 17947   2712005     14529     62248         0    125949    189404  10274476    116.34   no data
939.90/939.99	c  N dy 18091   2732167     14529     62248         0    146110    189404  14011271    116.35    123.09
947.20/947.27	c  N dy 18223   2752497     14529     62248         0     91440    189404   3739641    116.36    123.95
954.50/954.57	c  N dy 18355   2772504     14529     62248         0    111445    189404   7453426    116.36    169.78
962.80/962.81	c  N dy 18492   2792825     14529     62248         0    131760    189404  11240734    116.37    126.67
971.59/971.64	c  N dy 18628   2812892     14529     62248         0    151827    189404  14976949    116.38    125.34
978.40/978.49	c  N dy 18759   2833011     14529     62248         0     95949    189404   4356069    116.39    125.21
985.99/986.08	c  N dy 18905   2853188     14529     62248         0    116126    189404   8125897    116.41    125.01
994.20/994.24	c  N dy 19037   2873277     14529     62248         0    136214    189404  11873026    116.42    146.65
1002.79/1002.89	c  N dy 19167   2893375     14529     62248         0     79317    189404   1069761    116.43    126.88
1009.71/1009.78	c  N dy 19306   2913387     14529     62248         0     99327    189404   4840659    116.44    124.54
1017.40/1017.41	c  N dy 19443   2933471     14529     62248         0    119410    189404   8618924    116.45    128.61
1025.80/1025.86	c  N dy 19585   2953494     14529     62248         0    139432    189404  12399472    116.47    124.81
1034.50/1034.52	c  N dy 19726   2973536     14529     62248         0     81481    189404   1280602    116.49    124.35
1041.50/1041.58	c  N dy 19868   2993585     14529     62248         0    101529    189404   5011295    116.50    124.78
1049.19/1049.28	c  N dy 20004   3013605     14529     62248         0    121546    189404   8802387    116.52    174.59
1057.70/1057.71	c  N dy 20139   3033735     14529     62248         0    141675    189404  12537600    116.52    125.50
1066.30/1066.35	c  N dy 20272   3053851     14529     62248         0     82798    189404   1352043    116.53    124.02
1073.39/1073.47	c  N dy 20417   3073922     14529     62248         0    102867    189404   5155746    116.55    123.51
1081.20/1081.27	c  N dy 20560   3093945     14529     62248         0    122890    189404   8882357    116.56    123.53
1089.69/1089.74	c  N dy 20695   3114009     14529     62248         0    142954    189404  12619998    116.57    136.44
1098.49/1098.55	c  N dy 20832   3134101     14529     62248         0     83054    189404   1216650    116.59    124.30
1105.51/1105.56	c  N dy 20969   3154166     14529     62248         0    103117    189404   5014948    116.61    138.19
1113.30/1113.34	c  N dy 21101   3174237     14529     62248         0    123185    189404   8758745    116.60    123.06
1121.69/1121.79	c  N dy 21227   3194298     14529     62248         0    143246    189404  12470776    116.60    124.12
1129.90/1129.90	c  S st 21353   3212005     14529     62248         0    160951    189404  15821123    116.62   no data
1130.10/1130.18	c  S st 21353   3212509     14529     62248         0    161455    189404  15893724    116.62   no data
1130.20/1130.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1130.30/1130.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.13
1130.30/1130.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1130.30/1130.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1130.30/1130.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1130.30/1130.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14529 time:  0.00 s
1130.30/1130.37	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
1130.50/1130.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
1131.20/1131.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1143.40/1143.48	c lits-rem:         6  cl-subs:       16  v-elim:      0  v-fix:    0  time: 12.28 s
1143.40/1143.49	c vivif2 --  cl tried    62248 cl shrink        0 lits rem          0 time: 0.00
1143.70/1143.72	c vivif2 --  cl tried   161439 cl shrink        0 lits rem          0 time: 0.23
1143.90/1143.96	c asymm  cl-useful: 0/62248/62248 lits-rem:0 time: 0.24
1143.90/1143.97	c calculated reachability. Time: 0.00
1143.90/1143.97	c  N dy 21353   3212509     14529     62248         0    161439    189404  15887267    116.62   no data
1151.00/1151.04	c  N dy 21478   3232584     14529     62248         0    100512    189404   4298099    116.62    135.47
1158.60/1158.64	c  N dy 21607   3252659     14529     62248         0    120586    189404   8078240    116.62    123.69
1167.00/1167.06	c  N dy 21743   3272751     14529     62248         0    140678    189404  11807618    116.63    164.11
1176.10/1176.14	c  N dy 21878   3292931     14529     62248         0    160857    189404  15543516    116.64    125.31
1183.50/1183.60	c  N dy 22017   3313134     14529     62248         0     99066    189404   3868898    116.66    123.92
1191.09/1191.16	c  N dy 22151   3333263     14529     62248         0    119194    189404   7618669    116.66    123.61
1199.30/1199.33	c  N dy 22278   3353327     14529     62248         0    139256    189404  11336792    116.66    130.78
1208.20/1208.28	c  N dy 22400   3373398     14529     62248         0    159326    189404  15001075    116.66    134.02
1216.20/1216.21	c  N dy 22542   3393530     14529     62248         0     96465    189404   3187454    116.67    123.31
1223.60/1223.60	c  N dy 22667   3413596     14529     62248         0    116528    189404   6885559    116.67    162.16
1231.70/1231.75	c  N dy 22801   3433647     14529     62248         0    136577    189404  10599716    116.67    123.55
1240.60/1240.63	c  N dy 22934   3453672     14529     62248         0    156599    189404  14355013    116.67    123.36
1248.89/1248.98	c  N dy 23063   3473730     14529     62248         0     92666    189404   2289774    116.68    122.90
1256.30/1256.36	c  N dy 23194   3493853     14529     62248         0    112789    189404   6011433    116.68    128.68
1264.39/1264.44	c  N dy 23326   3513984     14529     62248         0    132920    189404   9744342    116.68    123.25
1273.10/1273.10	c  N dy 23452   3534043     14529     62248         0    152977    189404  13429308    116.68    136.06
1282.10/1282.11	c  N dy 23576   3554173     14529     62248         0     88106    189404   1229108    116.67    122.84
1289.21/1289.27	c  N dy 23713   3574292     14529     62248         0    108223    189404   4948833    116.68    127.40
1297.00/1297.09	c  N dy 23847   3594360     14529     62248         0    128290    189404   8679546    116.69    155.76

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.70 3.96 3.71 4/316 7594
/proc/meminfo: memFree=23159468/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=25144 CPUtime=0 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 1618 0 0 0 0 0 0 0 21 0 1 0 728556877 25747456 1332 33554432000 4194304 4580011 140734529643456 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 6286 1337 322 95 0 1268 0

[startup+0.0669079 s]
/proc/loadavg: 3.70 3.96 3.71 4/316 7594
/proc/meminfo: memFree=23159468/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=38240 CPUtime=0.06 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 3237 0 0 0 6 0 0 0 21 0 1 0 728556877 39157760 2946 33554432000 4194304 4580011 140734529643456 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 9560 2946 339 95 0 4542 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38240

[startup+0.100884 s]
/proc/loadavg: 3.70 3.96 3.71 4/316 7594
/proc/meminfo: memFree=23159468/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=41792 CPUtime=0.09 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 3997 0 0 0 9 0 0 0 21 0 1 0 728556877 42795008 3706 33554432000 4194304 4580011 140734529643456 18446744073709551615 252457726661 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 10448 3708 344 95 0 5430 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41792

[startup+0.30091 s]
/proc/loadavg: 3.70 3.96 3.71 4/316 7594
/proc/meminfo: memFree=23159468/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=47568 CPUtime=0.29 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 6203 0 0 0 29 0 0 0 22 0 1 0 728556877 48709632 5171 33554432000 4194304 4580011 140734529643456 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 11892 5171 364 95 0 6874 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47568

[startup+0.700845 s]
/proc/loadavg: 3.70 3.96 3.71 4/316 7594
/proc/meminfo: memFree=23159468/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=47568 CPUtime=0.69 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 6588 0 0 0 68 1 0 0 23 0 1 0 728556877 48709632 5556 33554432000 4194304 4580011 140734529643456 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 11892 5556 364 95 0 6874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47568

[startup+1.50068 s]
/proc/loadavg: 3.70 3.96 3.71 5/327 7612
/proc/meminfo: memFree=23035764/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=47568 CPUtime=1.49 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 7242 0 0 0 148 1 0 0 25 0 1 0 728556877 48709632 6210 33554432000 4194304 4580011 140734529643456 18446744073709551615 4295644 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 11892 6210 364 95 0 6874 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47568

[startup+3.10037 s]
/proc/loadavg: 3.70 3.96 3.71 5/327 7612
/proc/meminfo: memFree=23022124/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=80384 CPUtime=3.09 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 8544 0 0 0 308 1 0 0 25 0 1 0 728556877 82313216 7512 33554432000 4194304 4580011 140734529643456 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 20096 7512 364 95 0 15078 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80384

[startup+6.30079 s]
/proc/loadavg: 3.72 3.96 3.71 5/327 7612
/proc/meminfo: memFree=22987284/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=52420 CPUtime=6.29 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 12131 0 0 0 627 2 0 0 25 0 1 0 728556877 53678080 7201 33554432000 4194304 4580011 140734529643456 18446744073709551615 4293113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 13105 7201 365 95 0 8087 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52420

[startup+12.7006 s]
/proc/loadavg: 3.74 3.96 3.71 5/327 7613
/proc/meminfo: memFree=22865208/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=111660 CPUtime=12.69 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 31637 0 0 0 1265 4 0 0 25 0 1 0 728556877 114339840 21889 33554432000 4194304 4580011 140734529643456 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 27915 21889 367 95 0 22897 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111660

[startup+25.5002 s]
/proc/loadavg: 3.80 3.96 3.71 5/327 7613
/proc/meminfo: memFree=22727376/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=119272 CPUtime=25.49 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 44388 0 0 0 2543 6 0 0 25 0 1 0 728556877 122134528 24718 33554432000 4194304 4580011 140734529643456 18446744073709551615 4295703 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 29818 24718 367 95 0 24800 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 119272

[startup+51.1005 s]
/proc/loadavg: 3.87 3.96 3.72 5/327 7614
/proc/meminfo: memFree=22533224/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=199796 CPUtime=51.09 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 71283 0 0 0 5098 11 0 0 25 0 1 0 728556877 204591104 44575 33554432000 4194304 4580011 140734529643456 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 49949 44575 367 95 0 44931 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 199796

[startup+102.312 s]
/proc/loadavg: 4.12 4.01 3.75 5/327 7615
/proc/meminfo: memFree=22359216/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=224364 CPUtime=102.31 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 95904 0 0 0 10214 17 0 0 25 0 1 0 728556877 229748736 50293 33554432000 4194304 4580011 140734529643456 18446744073709551615 4318632 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 56091 50293 367 95 0 51073 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 224364

[startup+162.301 s]
/proc/loadavg: 4.10 4.02 3.77 5/327 7617
/proc/meminfo: memFree=22237748/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=280456 CPUtime=162.29 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 121049 0 0 0 16206 23 0 0 25 0 1 0 728556877 287186944 54690 33554432000 4194304 4580011 140734529643456 18446744073709551615 4416901 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 70114 54690 367 95 0 65096 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 280456

[startup+222.301 s]
/proc/loadavg: 4.03 4.02 3.78 5/327 7618
/proc/meminfo: memFree=22223324/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=290788 CPUtime=222.29 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 148432 0 0 0 22201 28 0 0 25 0 1 0 728556877 297766912 56849 33554432000 4194304 4580011 140734529643456 18446744073709551615 4293076 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 72697 56849 367 95 0 67679 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 290788

[startup+282.3 s]
/proc/loadavg: 4.01 4.01 3.79 5/327 7620
/proc/meminfo: memFree=22204296/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=292140 CPUtime=282.29 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 174579 0 0 0 28195 34 0 0 25 0 1 0 728556877 299151360 59467 33554432000 4194304 4580011 140734529643456 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 73035 59467 367 95 0 68017 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 292140

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/327 7621
/proc/meminfo: memFree=22177828/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=292984 CPUtime=342.29 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 200472 0 0 0 34190 39 0 0 25 0 1 0 728556877 300015616 58396 33554432000 4194304 4580011 140734529643456 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 73246 58396 367 95 0 68228 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 292984

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.81 5/327 7623
/proc/meminfo: memFree=22156456/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=294536 CPUtime=402.3 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 225365 0 0 0 40185 45 0 0 25 0 1 0 728556877 301604864 61382 33554432000 4194304 4580011 140734529643456 18446744073709551615 4316542 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 73634 61383 367 95 0 68616 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 294536

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.82 5/327 7625
/proc/meminfo: memFree=22117852/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=307964 CPUtime=462.29 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 257730 0 0 0 46177 52 0 0 25 0 1 0 728556877 315355136 67040 33554432000 4194304 4580011 140734529643456 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 76991 67040 367 95 0 71973 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 307964

[startup+522.301 s]
/proc/loadavg: 4.04 4.01 3.83 5/327 7626
/proc/meminfo: memFree=22128080/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=295408 CPUtime=522.29 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 286319 0 0 0 52169 60 0 0 25 0 1 0 728556877 302497792 63881 33554432000 4194304 4580011 140734529643456 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 73852 63881 367 95 0 68834 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 295408

[startup+582.301 s]
/proc/loadavg: 4.16 4.04 3.85 5/327 7628
/proc/meminfo: memFree=22127304/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=309172 CPUtime=582.29 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 317224 0 0 0 58164 65 0 0 25 0 1 0 728556877 316592128 64723 33554432000 4194304 4580011 140734529643456 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 77293 64723 367 95 0 72275 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 309172

[startup+642.3 s]
/proc/loadavg: 4.12 4.04 3.86 5/327 7629
/proc/meminfo: memFree=22127372/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=296336 CPUtime=642.3 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 344821 0 0 0 64159 71 0 0 25 0 1 0 728556877 303448064 57036 33554432000 4194304 4580011 140734529643456 18446744073709551615 4320781 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 74084 57036 367 95 0 69066 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 296336

[startup+702.3 s]
/proc/loadavg: 4.15 4.06 3.88 5/327 7634
/proc/meminfo: memFree=22107708/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=296652 CPUtime=702.3 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 374187 0 0 0 70152 78 0 0 25 0 1 0 728556877 303771648 63028 33554432000 4194304 4580011 140734529643456 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 74163 63028 367 95 0 69145 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 296652

[startup+762.312 s]
/proc/loadavg: 4.05 4.05 3.88 5/327 7636
/proc/meminfo: memFree=21940036/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=366164 CPUtime=762.3 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 415787 0 0 0 76145 85 0 0 25 0 1 0 728556877 374951936 80507 33554432000 4194304 4580011 140734529643456 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 91541 80507 367 95 0 86523 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 366164

[startup+822.301 s]
/proc/loadavg: 4.02 4.04 3.89 5/327 7637
/proc/meminfo: memFree=22007580/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=311976 CPUtime=822.3 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 448557 0 0 0 82138 92 0 0 25 0 1 0 728556877 319463424 70656 33554432000 4194304 4580011 140734529643456 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 77994 70656 367 95 0 72976 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 311976

[startup+882.301 s]
/proc/loadavg: 4.00 4.03 3.89 5/327 7639
/proc/meminfo: memFree=21933012/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=367256 CPUtime=882.29 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 480382 0 0 0 88131 98 0 0 25 0 1 0 728556877 376070144 73132 33554432000 4194304 4580011 140734529643456 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 91814 73132 367 95 0 86796 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 367256

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.90 5/327 7640
/proc/meminfo: memFree=21764588/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=338360 CPUtime=942.3 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 513992 0 0 0 94123 107 0 0 25 0 1 0 728556877 346480640 76474 33554432000 4194304 4580011 140734529643456 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 84590 76474 367 95 0 79572 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 338360

[startup+1002.3 s]
/proc/loadavg: 4.06 4.03 3.91 5/327 7642
/proc/meminfo: memFree=21717300/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=338440 CPUtime=1002.3 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 544956 0 0 0 100115 115 0 0 25 0 1 0 728556877 346562560 76307 33554432000 4194304 4580011 140734529643456 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 84610 76307 367 95 0 79592 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 338440

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.91 5/327 7644
/proc/meminfo: memFree=21763876/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=394408 CPUtime=1062.3 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 574515 0 0 0 106109 121 0 0 25 0 1 0 728556877 403873792 89916 33554432000 4194304 4580011 140734529643456 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 98602 89916 367 95 0 93584 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 394408

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.91 5/327 7645
/proc/meminfo: memFree=21598772/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=394860 CPUtime=1122.29 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 605102 0 0 0 112102 127 0 0 25 0 1 0 728556877 404336640 88190 33554432000 4194304 4580011 140734529643456 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 98715 88190 367 95 0 93697 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 394860

[startup+1182.3 s]
/proc/loadavg: 4.04 4.03 3.92 5/327 7647
/proc/meminfo: memFree=21566232/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=486712 CPUtime=1182.3 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 650240 0 0 0 118095 135 0 0 25 0 1 0 728556877 498393088 100260 33554432000 4194304 4580011 140734529643456 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 121678 100260 367 95 0 116660 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 486712

[startup+1242.3 s]
/proc/loadavg: 4.14 4.06 3.93 5/327 7648
/proc/meminfo: memFree=21505420/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=486972 CPUtime=1242.3 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 678720 0 0 0 124087 143 0 0 25 0 1 0 728556877 498659328 112026 33554432000 4194304 4580011 140734529643456 18446744073709551615 4324331 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 121743 112026 367 95 0 116725 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 486972



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.93 5/327 7650
/proc/meminfo: memFree=21541216/32951124 swapFree=59305796/67111528
[pid=7594] ppid=7592 vsize=487388 CPUtime=1300.01 cores=4,6
/proc/7594/stat : 7594 (strangenight2-s) R 7592 7594 7011 0 -1 4202496 707724 0 0 0 129849 152 0 0 25 0 1 0 728556877 499085312 107018 33554432000 4194304 4580011 140734529643456 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7594/statm: 121847 107018 367 95 0 116829 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 487388

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.5
CPU system time (s): 1.53877
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 501452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.5
system time used= 1.53877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 707725
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= 25
involuntary context switches= 1285

runsolver used 4.19536 second user time and 8.85365 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 16:27:44
IDJOB=3367471
IDBENCH=82680
IDSOLVER=1845
FILE ID=node111/3367471-1305383264
RUNJOBID= node111-1305381961-7424
PBS_JOBID= 13324391
Free space on /tmp= 73672 MiB

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

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

MD5SUM BENCH= 745003317611baf9e79e91bc0ab8e275
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:      23159740 kB
Buffers:        246416 kB
Cached:        6295316 kB
SwapCached:      13720 kB
Active:         792960 kB
Inactive:      8784160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23159740 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:            9756 kB
Writeback:           0 kB
AnonPages:     3030580 kB
Mapped:          12456 kB
Slab:           113492 kB
PageTables:      36888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53326392 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