Trace number 3367375

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S38529837-091-UNKNOWN.cnf
MD5SUMcf967108532c9cfea4028aa361399380
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.8385
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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367375-1305381955.cnf'
0.00/0.00	c -- header says num vars:          15000
0.00/0.00	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.04/0.07	c asymm  cl-useful: 0/63000/63000 lits-rem:0 time: 0.04
0.04/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.08/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.08/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.08/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.08/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15000 time:  0.00 s
0.08/0.12	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
0.08/0.19	c lits-rem:         0  cl-subs:        0  v-elim:    332  v-fix:    0  time:  0.06 s
0.08/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:    6640 undec:    1680 neg:    6680
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     14668     62631         0         0    189939         0   no data   no data
1.00/1.05	c  N dy    18      4033     14668     62631         0      4032    189939    749088    105.81    122.16
1.89/1.93	c  N dy    45      8273     14668     62631         0      8271    189939   1465079    107.58    113.44
2.69/2.79	c  N dy    71     12295     14668     62631         0     12293    189939   2160821    108.19    117.22
3.69/3.70	c  N dy   100     16335     14668     62631         0     16333    189939   2859513    109.03    120.59
4.59/4.65	c  N dy   131     20391     14668     62631         0     10390    189939    567049    109.62    133.22
5.50/5.58	c  N dy   165     24486     14668     62631         0     14485    189939   1294183    110.56    116.60
5.69/5.70	c  F st   169     25001     14668     62631         0     15000    189939   1391821    110.60   no data
6.89/6.93	c  N dy   175     30000     14668     62631         0     19997    189939   2599140    110.60   no data
6.89/6.93	c  S st   175     30000     14668     62631         0     19997    189939   2599140    110.60   no data
6.99/7.05	c  S st   175     30502     14668     62631         0     20499    189939   2666286    110.60   no data
6.99/7.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7.09/7.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
7.09/7.11	c blocked clauses removed:      227 vars:     36 tried:       14668 T: 0.00 s
7.09/7.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.09/7.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.09/7.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14632 time:  0.00 s
7.09/7.13	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
7.09/7.18	c lits-rem:         0  cl-subs:        0  v-elim:      8  v-fix:    0  time:  0.06 s
7.29/7.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.89/7.95	c lits-rem:        17  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.60 s
7.99/8.01	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.07
7.99/8.02	c calculated reachability. Time: 0.00
7.99/8.02	c  N dy   175     30502     14624     62397         0     20116    189285   2473650    110.60   no data
8.89/8.97	c  N dy   203     34518     14624     62397         0     24131    189285   3186834    110.58    118.63
9.90/9.97	c  N dy   230     38630     14624     62397         0     28243    189285   3928220    110.80    117.04
10.91/11.01	c  N dy   261     42746     14624     62397         0     17052    189285    911004    111.37    121.76
11.69/11.71	c  S st   284     45754     14624     62397         0     20059    189285   1458334    111.75   no data
11.79/11.83	c  S st   284     46259     14624     62397         0     20564    189285   1528366    111.75   no data
11.79/11.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.79/11.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
11.79/11.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.79/11.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.89/11.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.89/11.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14624 time:  0.00 s
11.89/11.90	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
11.89/11.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
12.00/12.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.19/12.21	c lits-rem:         7  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.19 s
12.19/12.22	c vivif2 --  cl tried    62397 cl shrink        0 lits rem          0 time: 0.00
12.19/12.24	c vivif2 --  cl tried    20563 cl shrink        0 lits rem          0 time: 0.02
12.29/12.31	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.07
12.29/12.31	c calculated reachability. Time: 0.00
12.29/12.31	c  N dy   284     46259     14624     62397         0     20563    189285   1528180    111.75   no data
13.20/13.29	c  N dy   316     50344     14624     62397         0     24648    189285   2269427    112.14    120.20
14.30/14.32	c  N dy   344     54507     14624     62397         0     28810    189285   3036472    112.30    118.75
15.30/15.35	c  N dy   374     58602     14624     62397         0     32905    189285   3790142    112.58    131.71
16.41/16.42	c  N dy   405     62711     14624     62397         0     37013    189285   4515999    112.63    119.22
17.39/17.46	c  N dy   435     66847     14624     62397         0     22502    189285   1303630    112.95    120.14
18.09/18.12	c  S st   454     69389     14624     62397         0     25044    189285   1755648    112.91   no data
18.19/18.25	c  S st   454     69892     14624     62397         0     25547    189285   1826558    112.91   no data
18.19/18.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
18.19/18.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.04
18.29/18.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.29/18.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.29/18.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.29/18.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14624 time:  0.00 s
18.29/18.32	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
18.29/18.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
18.39/18.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.70/18.75	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.29 s
18.70/18.76	c vivif2 --  cl tried    62397 cl shrink        0 lits rem          0 time: 0.00
18.70/18.78	c vivif2 --  cl tried    25545 cl shrink        0 lits rem          0 time: 0.03
18.79/18.86	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.08
18.79/18.87	c calculated reachability. Time: 0.00
18.79/18.87	c  N dy   454     69892     14624     62397         0     25545    189285   1826308    112.91   no data
19.99/20.00	c  N dy   482     74396     14624     62397         0     30047    189285   2652627    112.86    120.06
21.19/21.26	c  N dy   518     79277     14624     62397         0     34928    189285   3537743    112.95    120.70
22.59/22.63	c  N dy   554     84364     14624     62397         0     40015    189285   4475822    113.16    119.22
23.39/23.42	c  F st   575     87500     14624     62397         0     22322    189285    838802    113.10   no data
24.20/24.27	c  N st   580     90798     14624     62397         0     25620    189285   1623117    113.10   no data
25.69/25.71	c  N dy   603     96649     14624     62397         0     31471    189285   2751030    113.06    119.45
27.29/27.32	c  N dy   644    102869     14624     62397         0     37691    189285   3849224    113.02    123.42
27.79/27.85	c  S st   656    104839     14624     62397         0     39661    189285   4197217    112.96   no data
27.99/28.00	c  S st   656    105341     14624     62397         0     40163    189285   4261217    112.96   no data
27.99/28.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.99/28.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.05
27.99/28.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.99/28.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.99/28.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.99/28.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14624 time:  0.00 s
27.99/28.09	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
28.09/28.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
28.29/28.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.09/30.13	c lits-rem:        10  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.77 s
30.09/30.14	c vivif2 --  cl tried    62397 cl shrink        0 lits rem          0 time: 0.00
30.19/30.20	c vivif2 --  cl tried    40159 cl shrink        0 lits rem          0 time: 0.06
30.19/30.29	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.09
30.19/30.29	c calculated reachability. Time: 0.00
30.19/30.29	c  N dy   656    105341     14624     62397         0     40159    189285   4259718    112.96   no data
32.09/32.10	c  N dy   701    112152     14624     62397         0     24558    189285    906418    112.96    119.70
33.89/33.90	c  N dy   747    119342     14624     62397         0     31748    189285   2212400    113.05    124.95
35.89/35.92	c  N dy   801    127014     14624     62397         0     39420    189285   3624659    113.31    124.02
38.19/38.21	c  N dy   857    135185     14624     62397         0     23884    189285    539540    113.49    120.35
40.39/40.42	c  N dy   910    144244     14624     62397         0     32943    189285   2139528    113.34    122.30
42.80/42.89	c  N dy   975    153489     14624     62397         0     42187    189285   3813060    113.46    120.61
44.09/44.14	c  S st  1005    158011     14624     62397         0     46708    189285   4642694    113.50   no data
44.19/44.29	c  S st  1005    158512     14624     62397         0     47209    189285   4704048    113.50   no data
44.29/44.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
44.29/44.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
44.29/44.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.29/44.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.29/44.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.29/44.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14624 time:  0.00 s
44.29/44.38	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
44.39/44.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
44.59/44.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.39/47.44	c lits-rem:        17  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.79 s
47.39/47.45	c vivif2 --  cl tried    62397 cl shrink        0 lits rem          0 time: 0.00
47.49/47.52	c vivif2 --  cl tried    47204 cl shrink        0 lits rem          0 time: 0.07
47.59/47.62	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.10
47.59/47.62	c calculated reachability. Time: 0.00
47.59/47.62	c  N dy  1005    158512     14624     62397         0     47204    189285   4702777    113.50   no data
50.19/50.28	c  N dy  1077    168640     14624     62397         0     32477    189285   1893082    113.78    151.74
53.09/53.17	c  N dy  1149    179412     14624     62397         0     43248    189285   3856314    113.89    120.36
56.29/56.34	c  N dy  1224    190992     14624     62397         0     28906    189285   1017678    113.94    121.91
59.49/59.54	c  N dy  1306    203275     14624     62397         0     41187    189285   3261453    114.02    129.02
63.19/63.27	c  N dy  1396    216364     14624     62397         0     27317    189285    521185    114.13    120.33
66.89/66.95	c  N dy  1488    230258     14624     62397         0     41211    189285   3028346    114.16    120.70
68.99/69.03	c  S st  1539    237773     14624     62397         0     48726    189285   4387455    114.20   no data
69.09/69.19	c  S st  1539    238278     14624     62397         0     49231    189285   4463251    114.20   no data
69.09/69.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
69.20/69.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
69.20/69.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
69.20/69.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
69.20/69.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.20/69.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14624 time:  0.00 s
69.20/69.28	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
69.30/69.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
69.49/69.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.29/72.36	c lits-rem:        11  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.83 s
72.29/72.36	c vivif2 --  cl tried    62397 cl shrink        0 lits rem          0 time: 0.00
72.39/72.42	c vivif2 --  cl tried    49226 cl shrink        0 lits rem          0 time: 0.06
72.50/72.53	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.10
72.50/72.53	c calculated reachability. Time: 0.00
72.50/72.53	c  N dy  1539    238278     14624     62397         0     49226    189285   4462460    114.20   no data
76.69/76.70	c  N dy  1641    253544     14624     62397         0     36507    189285   2017570    114.33    137.54
81.10/81.15	c  N dy  1748    269799     14624     62397         0     52761    189285   4964698    114.37    121.96
85.81/85.89	c  N dy  1861    287349     14624     62397         0     41319    189285   2691672    114.32    121.86
91.09/91.13	c  N dy  1983    305729     14624     62397         0     59699    189285   6024569    114.28    123.40
91.21/91.31	c  F st  1988    306250     14624     62397         0     30230    189285    472392    114.28   no data
96.39/96.46	c  N dy  2090    325319     14624     62397         0     49298    189285   4190297    114.32    122.74
102.20/102.23	c  N dy  2216    345442     14624     62397         0     38421    189285   1761268    114.26    120.69
105.51/105.55	c  S st  2300    357417     14624     62397         0     50396    189285   3973214    114.35   no data
105.69/105.70	c  S st  2300    357919     14624     62397         0     50898    189285   4044109    114.35   no data
105.69/105.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
105.69/105.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
105.69/105.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.69/105.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.69/105.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.69/105.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14624 time:  0.00 s
105.69/105.79	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
105.79/105.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
105.99/106.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
108.59/108.64	c lits-rem:         9  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.62 s
108.59/108.65	c vivif2 --  cl tried    62397 cl shrink        0 lits rem          0 time: 0.00
108.69/108.70	c vivif2 --  cl tried    50894 cl shrink        0 lits rem          0 time: 0.06
108.69/108.81	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.10
108.81/108.81	c calculated reachability. Time: 0.00
108.81/108.81	c  N dy  2300    357919     14624     62397         0     50894    189285   4042731    114.35   no data
114.50/114.58	c  N dy  2436    377983     14624     62397         0     38959    189285   1704335    114.46    122.17
120.19/120.22	c  N dy  2565    397999     14624     62397         0     58974    189285   5356525    114.42    121.00
125.79/125.84	c  N dy  2692    418134     14624     62397         0     46111    189285   2786518    114.42    122.07
131.70/131.78	c  N dy  2822    438166     14624     62397         0     66142    189285   6497214    114.47    125.34
137.29/137.39	c  N dy  2951    458327     14624     62397         0     52304    189285   3818727    114.52    120.64
143.30/143.37	c  N dy  3091    478334     14624     62397         0     37317    189285    845495    114.59    121.62
149.09/149.10	c  N dy  3223    498395     14624     62397         0     57378    189285   4589170    114.66    121.57
155.01/155.11	c  N dy  3353    518434     14624     62397         0     41421    189285   1429760    114.71    121.83
160.40/160.41	c  S st  3473    536879     14624     62397         0     59863    189285   4834407    114.75    115.45
160.51/160.58	c  S st  3473    537383     14624     62397         0     60367    189285   4905409    114.75   no data
160.51/160.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
160.61/160.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.06
160.61/160.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
160.61/160.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.61/160.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.61/160.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14624 time:  0.00 s
160.61/160.68	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
160.70/160.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
160.90/160.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.50/163.52	c lits-rem:         7  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.57 s
163.50/163.52	c vivif2 --  cl tried    62397 cl shrink        0 lits rem          0 time: 0.00
163.50/163.59	c vivif2 --  cl tried    60361 cl shrink        0 lits rem          0 time: 0.07
163.70/163.71	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.11
163.70/163.71	c calculated reachability. Time: 0.00
163.70/163.71	c  N dy  3473    537383     14624     62397         0     60361    189285   4903548    114.75   no data
169.60/169.68	c  N dy  3597    557397     14624     62397         0     43371    189285   1595255    114.74    121.50
175.50/175.54	c  N dy  3742    577561     14624     62397         0     63528    189285   5357495    114.85    121.71
181.60/181.60	c  N dy  3877    597657     14624     62397         0     45629    189285   1810454    114.89    124.10
187.60/187.63	c  N dy  4020    617851     14624     62397         0     65821    189285   5517874    114.96    125.68
193.61/193.65	c  N dy  4151    637865     14624     62397         0     46842    189285   1914054    114.98    142.48
199.50/199.55	c  N dy  4283    657874     14624     62397         0     66847    189285   5558610    114.97    123.35
205.71/205.75	c  N dy  4416    677931     14624     62397         0     46905    189285   1674363    115.00    179.46
211.60/211.63	c  N dy  4541    697978     14624     62397         0     66952    189285   5336618    115.02    122.62
217.81/217.82	c  N dy  4672    718002     14624     62397         0     45977    189285   1353834    115.07    122.64
223.80/223.85	c  N dy  4808    738120     14624     62397         0     66093    189285   5130262    115.15    121.24
230.29/230.38	c  N dy  4938    758316     14624     62397         0     44286    189285    861309    115.14    130.24
236.19/236.22	c  N dy  5073    778395     14624     62397         0     64363    189285   4615816    115.20    122.16
242.60/242.69	c  N dy  5202    798447     14624     62397         0     84414    189285   8305088    115.21    121.42
244.90/244.96	c  S st  5254    806077     14624     62397         0     49053    189285   1593849    115.24    102.61
245.10/245.11	c  S st  5254    806580     14624     62397         0     49556    189285   1667530    115.24   no data
245.10/245.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
245.10/245.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
245.10/245.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
245.10/245.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
245.10/245.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.10/245.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14624 time:  0.00 s
245.10/245.19	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
245.21/245.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
245.31/245.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.90/245.91	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.59 s
245.90/245.92	c vivif2 --  cl tried    62397 cl shrink        0 lits rem          0 time: 0.00
245.90/245.94	c vivif2 --  cl tried    49554 cl shrink        0 lits rem          0 time: 0.02
246.00/246.04	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.10
246.00/246.04	c calculated reachability. Time: 0.00
246.00/246.04	c  N dy  5254    806580     14624     62397         0     49554    189285   1666584    115.24   no data
252.00/252.03	c  N dy  5389    826620     14624     62397         0     69593    189285   5348698    115.28    133.36
258.51/258.55	c  N dy  5518    846622     14624     62397         0     45601    189285    733945    115.27    133.04
264.40/264.46	c  N dy  5657    866722     14624     62397         0     65698    189285   4419321    115.32    123.66
271.00/271.02	c  N dy  5796    886791     14624     62397         0     85765    189285   8155386    115.35    122.34
277.12/277.14	c  N dy  5935    906887     14624     62397         0     60860    189285   3360271    115.37    122.41
283.50/283.54	c  N dy  6068    927038     14624     62397         0     81011    189285   7145132    115.39    121.97
289.90/289.93	c  N dy  6201    947141     14624     62397         0     55119    189285   2149845    115.43    128.09
296.10/296.14	c  N dy  6331    967320     14624     62397         0     75298    189285   5842663    115.42    121.95
302.90/302.95	c  N dy  6465    987350     14624     62397         0     48331    189285    689520    115.46    127.98
308.90/308.90	c  N dy  6596   1007465     14624     62397         0     68446    189285   4420966    115.49    121.81
315.61/315.64	c  N dy  6729   1027633     14624     62397         0     88614    189285   8185147    115.52    125.32
321.80/321.89	c  N dy  6855   1047648     14624     62397         0     60629    189285   2766051    115.52    128.77
328.30/328.31	c  N dy  6987   1067804     14624     62397         0     80783    189285   6454366    115.51    123.18
329.70/329.71	c  F st  7016   1071876     14624     62397         0     84855    189285   7223855    115.52   no data
335.10/335.19	c  N dy  7087   1087878     14624     62397         0     51853    189285    982345    115.51    123.04
341.20/341.28	c  N dy  7218   1107997     14624     62397         0     71970    189285   4658515    115.49    129.10
348.00/348.07	c  N dy  7354   1128132     14624     62397         0     92105    189285   8396452    115.49    124.51
354.50/354.53	c  N dy  7484   1148359     14624     62397         0     62328    189285   2677346    115.48    123.17
360.91/360.94	c  N dy  7619   1168422     14624     62397         0     82389    189285   6391190    115.51    123.84
368.10/368.15	c  N dy  7760   1188465     14624     62397         0     51433    189285    557927    115.56    122.16
374.10/374.16	c  N dy  7893   1208497     14624     62397         0     71464    189285   4255046    115.58    122.21
374.60/374.62	c  S st  7904   1209870     14624     62397         0     72837    189285   4513004    115.58    108.53
374.80/374.80	c  S st  7904   1210373     14624     62397         0     73340    189285   4581305    115.58   no data
374.80/374.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
374.80/374.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
374.80/374.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
374.80/374.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
374.90/374.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
374.90/374.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14624 time:  0.00 s
374.90/374.91	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
374.90/374.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
375.12/375.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
378.10/378.19	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.03 s
378.20/378.20	c vivif2 --  cl tried    62397 cl shrink        0 lits rem          0 time: 0.00
378.20/378.27	c vivif2 --  cl tried    73337 cl shrink        0 lits rem          0 time: 0.07
378.31/378.39	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.13
378.31/378.40	c calculated reachability. Time: 0.00
378.31/378.40	c  N dy  7904   1210373     14624     62397         0     73337    189285   4580531    115.58   no data
385.10/385.13	c  N dy  8035   1230460     14624     62397         0     93422    189285   8237598    115.57    123.26
391.81/391.84	c  N dy  8172   1250630     14624     62397         0     61601    189285   2269604    115.61    121.74
398.22/398.22	c  N dy  8304   1270686     14624     62397         0     81655    189285   5977130    115.64    124.27
405.21/405.29	c  N dy  8441   1290716     14624     62397         0    101684    189285   9661972    115.65    123.75
411.60/411.64	c  N dy  8571   1310774     14624     62397         0     68744    189285   3395835    115.64    124.90
418.11/418.20	c  N dy  8700   1330809     14624     62397         0     88779    189285   7035515    115.64    126.13
425.41/425.46	c  N dy  8830   1350895     14624     62397         0     54863    189285    656232    115.64    122.75
431.51/431.52	c  N dy  8954   1370914     14624     62397         0     74881    189285   4306145    115.63    127.45
438.41/438.41	c  N dy  9093   1390964     14624     62397         0     94930    189285   8032218    115.66    130.63
445.52/445.59	c  N dy  9229   1411190     14624     62397         0     60159    189285   1446901    115.68    122.15
451.90/451.92	c  N dy  9365   1431194     14624     62397         0     80162    189285   5143086    115.70    141.30
458.91/458.91	c  N dy  9498   1451209     14624     62397         0    100177    189285   8829758    115.71    127.18
465.81/465.84	c  N dy  9627   1471320     14624     62397         0     64299    189285   2056555    115.71    122.79
472.31/472.33	c  N dy  9765   1491414     14624     62397         0     84392    189285   5791844    115.74    127.81
479.41/479.48	c  N dy  9903   1511517     14624     62397         0    104494    189285   9583396    115.76    123.85
486.31/486.37	c  N dy 10041   1531736     14624     62397         0     67711    189285   2443732    115.78    123.32
492.91/492.90	c  N dy 10170   1551875     14624     62397         0     87850    189285   6184933    115.77    122.04
500.21/500.24	c  N dy 10309   1571985     14624     62397         0    107958    189285   9889692    115.78    123.94
507.12/507.16	c  N dy 10448   1592201     14624     62397         0     70176    189285   2749702    115.78    128.35
513.72/513.77	c  N dy 10574   1612289     14624     62397         0     90263    189285   6482573    115.78    125.38
521.11/521.13	c  N dy 10704   1632398     14624     62397         0    110371    189285  10168374    115.78    122.99
528.02/528.03	c  N dy 10842   1652482     14624     62397         0     71453    189285   2844792    115.82    122.34
534.71/534.79	c  N dy 10982   1672565     14624     62397         0     91535    189285   6595564    115.84    122.13
542.11/542.18	c  N dy 11115   1692612     14624     62397         0    111579    189285  10276565    115.84    125.29
548.21/548.29	c  S st 11222   1710373     14624     62397         0     69343    189285   2220796    115.83   no data
548.41/548.47	c  S st 11222   1710876     14624     62397         0     69846    189285   2293705    115.83   no data
548.41/548.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
548.51/548.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
548.51/548.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
548.51/548.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
548.51/548.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
548.51/548.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14624 time:  0.00 s
548.51/548.57	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
548.61/548.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
548.71/548.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
550.11/550.12	c lits-rem:         5  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.39 s
550.11/550.13	c vivif2 --  cl tried    62397 cl shrink        0 lits rem          0 time: 0.00
550.11/550.16	c vivif2 --  cl tried    69844 cl shrink        0 lits rem          0 time: 0.03
550.21/550.28	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.12
550.21/550.28	c calculated reachability. Time: 0.00
550.21/550.28	c  N dy 11222   1710876     14624     62397         0     69844    189285   2292106    115.83   no data
556.91/556.91	c  N dy 11356   1730888     14624     62397         0     89854    189285   5960028    115.84    125.83
564.23/564.23	c  N dy 11482   1750922     14624     62397         0    109885    189285   9695444    115.84    129.29
571.31/571.38	c  N dy 11605   1770929     14624     62397         0     68893    189285   1988234    115.84    124.61
577.92/577.92	c  N dy 11737   1790987     14624     62397         0     88950    189285   5693451    115.85    122.22
585.23/585.26	c  N dy 11871   1811190     14624     62397         0    109152    189285   9438233    115.86    124.07
592.61/592.68	c  N dy 12000   1831226     14624     62397         0     67196    189285   1471089    115.87    126.09
599.21/599.21	c  N dy 12136   1851281     14624     62397         0     87247    189285   5213884    115.90    122.46
606.41/606.48	c  N dy 12269   1871367     14624     62397         0    107331    189285   8933096    115.90    126.07
614.51/614.50	c  N dy 12413   1891856     14624     62397         0     64821    189285    868925    115.91    122.66
620.91/620.91	c  N dy 12548   1911890     14624     62397         0     84851    189285   4542411    115.91    125.91
627.92/627.97	c  N dy 12684   1931924     14624     62397         0    104885    189285   8270125    115.92    126.71
635.83/635.86	c  N dy 12821   1951970     14624     62397         0    124930    189285  11996464    115.94    124.47
642.51/642.57	c  N dy 12959   1972055     14624     62397         0     81017    189285   3687139    115.95    122.90
649.51/649.55	c  N dy 13096   1992064     14624     62397         0    101022    189285   7401314    115.96    137.82
657.22/657.28	c  N dy 13231   2012097     14624     62397         0    121053    189285  11116821    115.98    122.34
664.43/664.45	c  N dy 13357   2032173     14624     62397         0     76135    189285   2605067    115.98    122.30
671.22/671.25	c  N dy 13489   2052214     14624     62397         0     96173    189285   6337395    116.00    123.38
678.73/678.73	c  N dy 13621   2072372     14624     62397         0    116330    189285  10040590    115.99    125.02
686.51/686.57	c  N dy 13758   2092428     14624     62397         0     70392    189285   1367950    116.00    128.21
693.11/693.17	c  N dy 13899   2112490     14624     62397         0     90451    189285   5144033    116.03    123.03
700.41/700.43	c  N dy 14025   2132544     14624     62397         0    110499    189285   8779178    116.03    126.93
708.43/708.47	c  N dy 14154   2152627     14624     62397         0    130580    189285  12503972    116.02    145.00
715.32/715.37	c  N dy 14281   2172782     14624     62397         0     83743    189285   3665293    116.02    122.22
722.32/722.34	c  N dy 14411   2192865     14624     62397         0    103825    189285   7347414    116.03    144.57
729.23/729.29	c  S st 14531   2210876     14624     62397         0    121836    189285  10723366    116.05    135.26
729.52/729.53	c  S st 14531   2211379     14624     62397         0    122339    189285  10785146    116.05   no data
729.52/729.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
729.62/729.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
729.62/729.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
729.62/729.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
729.62/729.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
729.62/729.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14624 time:  0.00 s
729.62/729.68	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
729.82/729.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
730.21/730.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
736.52/736.53	c lits-rem:         4  cl-subs:       12  v-elim:      0  v-fix:    0  time:  6.25 s
736.52/736.53	c vivif2 --  cl tried    62397 cl shrink        0 lits rem          0 time: 0.00
736.62/736.68	c vivif2 --  cl tried   122327 cl shrink        0 lits rem          0 time: 0.15
736.82/736.88	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.19
736.82/736.88	c calculated reachability. Time: 0.00
736.82/736.88	c  N dy 14531   2211379     14624     62397         0    122327    189285  10781266    116.05   no data
744.63/744.68	c  N dy 14674   2231388     14624     62397         0     74342    189285   1759315    116.07    124.66
751.62/751.60	c  N dy 14808   2251852     14624     62397         0     94803    189285   5552850    116.08    122.52
759.03/759.06	c  N dy 14946   2271959     14624     62397         0    114910    189285   9301926    116.09    123.22
767.32/767.35	c  N dy 15082   2292164     14624     62397         0    135113    189285  13034110    116.11    122.76
774.22/774.26	c  N dy 15219   2312240     14624     62397         0     86189    189285   3790531    116.13    140.78
781.32/781.36	c  N dy 15348   2332275     14624     62397         0    106224    189285   7466339    116.12    122.63
789.22/789.26	c  N dy 15482   2352320     14624     62397         0    126267    189285  11191105    116.13    123.79
797.12/797.15	c  N dy 15618   2372411     14624     62397         0     76362    189285   1802131    116.15    139.87
803.92/803.90	c  N dy 15744   2392479     14624     62397         0     96430    189285   5475506    116.14    127.53
811.32/811.37	c  N dy 15873   2412501     14624     62397         0    116450    189285   9182660    116.14    129.75
819.62/819.62	c  N dy 16003   2432684     14624     62397         0    136632    189285  12944938    116.14    123.22
826.72/826.70	c  N dy 16126   2452704     14624     62397         0     85655    189285   3321003    116.15    123.96
833.92/833.90	c  N dy 16271   2472827     14624     62397         0    105778    189285   7079767    116.16    133.03
841.82/841.82	c  N dy 16408   2493058     14624     62397         0    126006    189285  10825598    116.17    125.81
850.24/850.23	c  N dy 16537   2513148     14624     62397         0     74102    189285    992718    116.18    122.30
857.02/857.08	c  N dy 16679   2533236     14624     62397         0     94189    189285   4789437    116.22    122.79
864.42/864.49	c  N dy 16796   2553475     14624     62397         0    114424    189285   8530983    116.21    127.10
872.62/872.68	c  N dy 16936   2573586     14624     62397         0    134534    189285  12263435    116.22    125.38
880.42/880.42	c  N dy 17064   2593587     14624     62397         0     81543    189285   2198581    116.23    122.76
887.43/887.44	c  N dy 17197   2613658     14624     62397         0    101614    189285   5973226    116.24    131.91
895.12/895.14	c  N dy 17327   2633749     14624     62397         0    121703    189285   9687391    116.25    122.62
903.53/903.56	c  N dy 17461   2653770     14624     62397         0    141723    189285  13456146    116.27    130.37
910.84/910.89	c  N dy 17597   2673792     14624     62397         0     87747    189285   3162716    116.27    122.56
918.23/918.21	c  N dy 17733   2694044     14624     62397         0    107998    189285   6951517    116.28    125.63
925.04/925.09	c  S st 17855   2711380     14624     62397         0    125333    189285  10196305    116.29    112.27
925.33/925.33	c  S st 17855   2711883     14624     62397         0    125836    189285  10261437    116.29   no data
925.33/925.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
925.43/925.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
925.43/925.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
925.43/925.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
925.43/925.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
925.43/925.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14624 time:  0.00 s
925.43/925.48	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
925.63/925.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
926.03/926.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
932.23/932.20	c lits-rem:         1  cl-subs:       10  v-elim:      0  v-fix:    0  time:  6.18 s
932.23/932.21	c vivif2 --  cl tried    62397 cl shrink        0 lits rem          0 time: 0.00
932.33/932.35	c vivif2 --  cl tried   125826 cl shrink        0 lits rem          0 time: 0.15
932.53/932.55	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.20
932.53/932.56	c calculated reachability. Time: 0.00
932.53/932.56	c  N dy 17855   2711883     14624     62397         0    125826    189285  10259075    116.29   no data
941.02/941.06	c  N dy 17987   2731970     14624     62397         0    145912    189285  13988614    116.30    126.46
948.32/948.35	c  N dy 18124   2752022     14624     62397         0     90963    189285   3608921    116.31    124.69
955.72/955.81	c  N dy 18255   2772311     14624     62397         0    111251    189285   7479652    116.33    124.19
963.82/963.84	c  N dy 18372   2792431     14624     62397         0    131370    189285  11228875    116.33    128.13
972.53/972.51	c  N dy 18502   2812458     14624     62397         0    151395    189285  14941783    116.33    126.89
979.43/979.43	c  N dy 18629   2832554     14624     62397         0     95489    189285   4275455    116.34    124.69
986.93/986.99	c  N dy 18769   2852716     14624     62397         0    115649    189285   8068859    116.35    123.37
995.12/995.18	c  N dy 18897   2872775     14624     62397         0    135707    189285  11790936    116.35    123.67
1003.93/1003.94	c  N dy 19024   2892815     14624     62397         0     78749    189285    943082    116.36    152.66
1010.84/1010.86	c  N dy 19164   2912870     14624     62397         0     98803    189285   4698666    116.37    124.10
1018.43/1018.48	c  N dy 19299   2932908     14624     62397         0    118839    189285   8487896    116.38    122.53
1026.63/1026.67	c  N dy 19428   2952938     14624     62397         0    138869    189285  12210122    116.38    124.48
1035.22/1035.28	c  N dy 19552   2973025     14624     62397         0     80967    189285   1158957    116.38    122.78
1042.23/1042.21	c  N dy 19688   2993064     14624     62397         0    101006    189285   4890954    116.39    122.97
1049.93/1049.92	c  N dy 19823   3013089     14624     62397         0    121028    189285   8678204    116.40    123.22
1058.24/1058.29	c  N dy 19958   3033206     14624     62397         0    141141    189285  12466572    116.41    125.59
1066.94/1066.96	c  N dy 20087   3053454     14624     62397         0     82400    189285   1270881    116.41    123.15
1073.93/1073.91	c  N dy 20215   3073513     14624     62397         0    102457    189285   4979482    116.41    160.14
1081.53/1081.51	c  N dy 20339   3093581     14624     62397         0    122525    189285   8676363    116.40    123.85
1089.83/1089.86	c  N dy 20463   3113670     14624     62397         0    142612    189285  12425906    116.40    127.10
1098.73/1098.77	c  N dy 20598   3133817     14624     62397         0     82758    189285   1137193    116.41    122.63
1105.73/1105.78	c  N dy 20727   3153862     14624     62397         0    102801    189285   4899002    116.41    135.48
1113.43/1113.42	c  N dy 20853   3173935     14624     62397         0    122872    189285   8629376    116.41    127.35
1121.83/1121.87	c  N dy 20985   3193965     14624     62397         0    142902    189285  12345100    116.41    124.60
1130.13/1130.15	c  S st 21112   3211883     14624     62397         0    160818    189285  15689083    116.42    113.44
1130.43/1130.45	c  S st 21112   3212387     14624     62397         0    161322    189285  15746961    116.42   no data
1130.43/1130.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1130.63/1130.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.13
1130.63/1130.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1130.63/1130.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1130.63/1130.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1130.63/1130.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14624 time:  0.00 s
1130.63/1130.65	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
1130.84/1130.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
1131.43/1131.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1143.53/1143.58	c lits-rem:         2  cl-subs:       20  v-elim:      0  v-fix:    0  time: 12.09 s
1143.53/1143.58	c vivif2 --  cl tried    62397 cl shrink        0 lits rem          0 time: 0.00
1143.83/1143.81	c vivif2 --  cl tried   161302 cl shrink        0 lits rem          0 time: 0.23
1144.05/1144.06	c asymm  cl-useful: 0/62397/62397 lits-rem:0 time: 0.25
1144.05/1144.06	c calculated reachability. Time: 0.00
1144.05/1144.06	c  N dy 21112   3212387     14624     62397         0    161302    189285  15739732    116.42   no data
1151.13/1151.17	c  N dy 21251   3232429     14624     62397         0    100361    189285   4304603    116.44    123.24
1158.73/1158.71	c  N dy 21380   3252434     14624     62397         0    120365    189285   8039386    116.44    125.33
1167.05/1167.09	c  N dy 21513   3272688     14624     62397         0    140618    189285  11817947    116.45    129.80
1176.23/1176.24	c  N dy 21650   3292802     14624     62397         0    160731    189285  15534380    116.45    128.57
1183.74/1183.78	c  N dy 21794   3312855     14624     62397         0     98781    189285   3895614    116.47    125.26
1191.35/1191.34	c  N dy 21925   3332884     14624     62397         0    118806    189285   7640726    116.48    125.19
1199.63/1199.63	c  N dy 22052   3352950     14624     62397         0    138872    189285  11360011    116.48    123.51
1208.63/1208.70	c  N dy 22193   3373082     14624     62397         0    159003    189285  15120614    116.49    124.04
1216.55/1216.53	c  N dy 22325   3393128     14624     62397         0     96058    189285   3024011    116.50    123.87
1223.83/1223.89	c  N dy 22448   3413206     14624     62397         0    116135    189285   6765596    116.50    125.53
1232.05/1232.09	c  N dy 22575   3433369     14624     62397         0    136297    189285  10537037    116.50    124.67
1240.85/1240.89	c  N dy 22703   3453425     14624     62397         0    156350    189285  14280849    116.50    123.43
1249.33/1249.36	c  N dy 22829   3473522     14624     62397         0     92455    189285   2204277    116.50    128.92
1256.73/1256.72	c  N dy 22966   3493581     14624     62397         0    112513    189285   5994482    116.52    130.72
1264.84/1264.83	c  N dy 23104   3513638     14624     62397         0    132568    189285   9722963    116.53    131.36
1273.63/1273.64	c  N dy 23238   3533682     14624     62397         0    152610    189285  13498890    116.54    123.39
1282.73/1282.76	c  N dy 23379   3553685     14624     62397         0     87613    189285   1150755    116.55    125.01
1289.84/1289.89	c  N dy 23507   3573814     14624     62397         0    107742    189285   4869285    116.55    123.21
1297.84/1297.80	c  N dy 23640   3593889     14624     62397         0    127813    189285   8632755    116.56    130.19

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.23 2.40 3.00 8/371 30621
/proc/meminfo: memFree=21126648/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=35088 CPUtime=0 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 2228 0 0 0 0 0 0 0 20 0 1 0 630611173 35930112 1937 33554432000 4194304 4580011 140734294457408 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 8772 1938 324 95 0 3754 0

[startup+0.058738 s]
/proc/loadavg: 1.23 2.40 3.00 8/371 30621
/proc/meminfo: memFree=21126648/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=38244 CPUtime=0.04 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 3237 0 0 0 4 0 0 0 20 0 1 0 630611173 39161856 2946 33554432000 4194304 4580011 140734294457408 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 9561 2946 339 95 0 4543 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38244

[startup+0.100748 s]
/proc/loadavg: 1.23 2.40 3.00 8/371 30621
/proc/meminfo: memFree=21126648/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=40764 CPUtime=0.08 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 3724 0 0 0 8 0 0 0 20 0 1 0 630611173 41742336 3433 33554432000 4194304 4580011 140734294457408 18446744073709551615 264726065861 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 10191 3437 344 95 0 5173 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40764

[startup+0.300692 s]
/proc/loadavg: 1.23 2.40 3.00 8/371 30621
/proc/meminfo: memFree=21126648/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=47572 CPUtime=0.29 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 6195 0 0 0 28 1 0 0 18 0 1 0 630611173 48713728 5163 33554432000 4194304 4580011 140734294457408 18446744073709551615 4293065 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 11893 5163 364 95 0 6875 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47572

[startup+0.700614 s]
/proc/loadavg: 1.23 2.40 3.00 8/371 30621
/proc/meminfo: memFree=21126648/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=47572 CPUtime=0.69 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 6582 0 0 0 68 1 0 0 18 0 1 0 630611173 48713728 5550 33554432000 4194304 4580011 140734294457408 18446744073709551615 4321298 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 11893 5550 364 95 0 6875 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47572

[startup+1.50046 s]
/proc/loadavg: 1.45 2.42 3.01 7/377 30630
/proc/meminfo: memFree=20965960/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=47572 CPUtime=1.49 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 7231 0 0 0 148 1 0 0 19 0 1 0 630611173 48713728 6199 33554432000 4194304 4580011 140734294457408 18446744073709551615 4321175 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 11893 6199 364 95 0 6875 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47572

[startup+3.10016 s]
/proc/loadavg: 1.45 2.42 3.01 7/377 30630
/proc/meminfo: memFree=20952300/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=80388 CPUtime=3.08 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 8515 0 0 0 307 1 0 0 23 0 1 0 630611173 82317312 7483 33554432000 4194304 4580011 140734294457408 18446744073709551615 4293076 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 20097 7483 364 95 0 15079 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 80388

[startup+6.30056 s]
/proc/loadavg: 1.45 2.42 3.01 7/377 30630
/proc/meminfo: memFree=20925880/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=52036 CPUtime=6.29 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 12018 0 0 0 627 2 0 0 25 0 1 0 630611173 53284864 7134 33554432000 4194304 4580011 140734294457408 18446744073709551615 4321842 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 13009 7134 365 95 0 7991 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52036

[startup+12.7003 s]
/proc/loadavg: 1.84 2.47 3.02 7/377 30630
/proc/meminfo: memFree=20848396/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=111220 CPUtime=12.69 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 31501 0 0 0 1264 5 0 0 25 0 1 0 630611173 113889280 21706 33554432000 4194304 4580011 140734294457408 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 27805 21706 367 95 0 22787 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111220

[startup+25.5009 s]
/proc/loadavg: 2.17 2.52 3.02 7/377 30631
/proc/meminfo: memFree=20647084/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=118872 CPUtime=25.49 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 44312 0 0 0 2542 7 0 0 25 0 1 0 630611173 121724928 24442 33554432000 4194304 4580011 140734294457408 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 29718 24442 367 95 0 24700 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 118872

[startup+51.1011 s]
/proc/loadavg: 2.89 2.66 3.05 7/377 30631
/proc/meminfo: memFree=20486968/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=198516 CPUtime=51.09 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 70932 0 0 0 5097 12 0 0 25 0 1 0 630611173 203280384 44171 33554432000 4194304 4580011 140734294457408 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 49629 44171 367 95 0 44611 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 198516

[startup+102.314 s]
/proc/loadavg: 3.52 2.87 3.10 7/377 30633
/proc/meminfo: memFree=20247600/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=223124 CPUtime=102.3 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 95407 0 0 0 10212 18 0 0 25 0 1 0 630611173 228478976 49818 33554432000 4194304 4580011 140734294457408 18446744073709551615 4317105 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 55781 49818 367 95 0 50763 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 223124

[startup+162.301 s]
/proc/loadavg: 3.82 3.07 3.15 6/377 30634
/proc/meminfo: memFree=20119088/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=278940 CPUtime=162.3 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 120719 0 0 0 16206 24 0 0 25 0 1 0 630611173 285634560 54363 33554432000 4194304 4580011 140734294457408 18446744073709551615 4415945 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 69735 54363 367 95 0 64717 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 278940

[startup+222.301 s]
/proc/loadavg: 3.93 3.24 3.20 7/377 30636
/proc/meminfo: memFree=20088156/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=289928 CPUtime=222.3 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 148027 0 0 0 22199 31 0 0 25 0 1 0 630611173 296886272 56269 33554432000 4194304 4580011 140734294457408 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 72482 56269 367 95 0 67464 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 289928

[startup+282.3 s]
/proc/loadavg: 3.97 3.37 3.25 7/377 30637
/proc/meminfo: memFree=20048060/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=291232 CPUtime=282.3 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 174148 0 0 0 28193 37 0 0 25 0 1 0 630611173 298221568 58685 33554432000 4194304 4580011 140734294457408 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 72808 58685 367 95 0 67790 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 291232

[startup+342.301 s]
/proc/loadavg: 4.06 3.51 3.31 7/377 30639
/proc/meminfo: memFree=20003008/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=292600 CPUtime=342.3 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 200267 0 0 0 34185 45 0 0 25 0 1 0 630611173 299622400 57673 33554432000 4194304 4580011 140734294457408 18446744073709551615 4320844 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 73150 57673 367 95 0 68132 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 292600

[startup+402.301 s]
/proc/loadavg: 4.32 3.68 3.37 7/377 30641
/proc/meminfo: memFree=19990200/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=294568 CPUtime=402.3 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 225264 0 0 0 40178 52 0 0 25 0 1 0 630611173 301637632 60916 33554432000 4194304 4580011 140734294457408 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 73642 60916 367 95 0 68624 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 294568

[startup+462.3 s]
/proc/loadavg: 4.30 3.78 3.42 7/377 30642
/proc/meminfo: memFree=19950844/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=300348 CPUtime=462.31 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 252388 0 0 0 46171 60 0 0 25 0 1 0 630611173 307556352 64604 33554432000 4194304 4580011 140734294457408 18446744073709551615 264726063832 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 75087 64604 367 95 0 70069 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 300348

[startup+522.301 s]
/proc/loadavg: 4.11 3.82 3.46 6/377 30644
/proc/meminfo: memFree=19954512/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=287352 CPUtime=522.31 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 281129 0 0 0 52163 68 0 0 25 0 1 0 630611173 294248448 61436 33554432000 4194304 4580011 140734294457408 18446744073709551615 4318723 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 71838 61436 367 95 0 66820 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 287352

[startup+582.301 s]
/proc/loadavg: 4.04 3.85 3.49 7/377 30645
/proc/meminfo: memFree=19912780/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=287912 CPUtime=582.31 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 315070 0 0 0 58155 76 0 0 25 0 1 0 630611173 294821888 58719 33554432000 4194304 4580011 140734294457408 18446744073709551615 4293184 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 71978 58719 367 95 0 66960 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 287912

[startup+642.3 s]
/proc/loadavg: 4.01 3.87 3.52 7/377 30647
/proc/meminfo: memFree=19939136/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=288432 CPUtime=642.33 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 349158 0 0 0 64149 84 0 0 25 0 1 0 630611173 295354368 54333 33554432000 4194304 4580011 140734294457408 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 72108 54333 367 95 0 67090 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 288432

[startup+702.301 s]
/proc/loadavg: 4.00 3.89 3.55 7/377 30649
/proc/meminfo: memFree=19918116/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=288872 CPUtime=702.31 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 381894 0 0 0 70139 92 0 0 25 0 1 0 630611173 295804928 60425 33554432000 4194304 4580011 140734294457408 18446744073709551615 4295682 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 72218 60425 367 95 0 67200 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 288872

[startup+762.315 s]
/proc/loadavg: 4.00 3.91 3.57 7/377 30650
/proc/meminfo: memFree=19877864/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=363360 CPUtime=762.33 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 427968 0 0 0 76133 100 0 0 25 0 1 0 630611173 372080640 79154 33554432000 4194304 4580011 140734294457408 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 90840 79154 367 95 0 85822 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 363360

[startup+822.3 s]
/proc/loadavg: 4.00 3.92 3.59 7/377 30652
/proc/meminfo: memFree=19778008/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=309164 CPUtime=822.32 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 460658 0 0 0 82122 110 0 0 25 0 1 0 630611173 316583936 69228 33554432000 4194304 4580011 140734294457408 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 77291 69228 367 95 0 72273 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 309164

[startup+882.301 s]
/proc/loadavg: 4.05 3.95 3.62 7/377 30653
/proc/meminfo: memFree=19843760/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=364480 CPUtime=882.32 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 492663 0 0 0 88115 117 0 0 25 0 1 0 630611173 373227520 71694 33554432000 4194304 4580011 140734294457408 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 91120 71694 367 95 0 86102 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 364480

[startup+942.301 s]
/proc/loadavg: 4.02 3.95 3.64 7/377 30655
/proc/meminfo: memFree=19764224/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=391584 CPUtime=942.33 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 525414 0 0 0 94107 126 0 0 25 0 1 0 630611173 400982016 89379 33554432000 4194304 4580011 140734294457408 18446744073709551615 4293193 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 97896 89379 367 95 0 92878 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 391584

[startup+1002.3 s]
/proc/loadavg: 4.11 4.00 3.68 8/377 30657
/proc/meminfo: memFree=19740248/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=391936 CPUtime=1002.33 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 556452 0 0 0 100098 135 0 0 25 0 1 0 630611173 401342464 89668 33554432000 4194304 4580011 140734294457408 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 97984 89668 367 95 0 92966 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 391936

[startup+1062.3 s]
/proc/loadavg: 4.04 4.00 3.69 7/377 30658
/proc/meminfo: memFree=19753956/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=392356 CPUtime=1062.33 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 587358 0 0 0 106088 145 0 0 25 0 1 0 630611173 401772544 89002 33554432000 4194304 4580011 140734294457408 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 98089 89002 367 95 0 93071 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 392356

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.71 7/377 30660
/proc/meminfo: memFree=19701080/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=392720 CPUtime=1122.33 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 617883 0 0 0 112080 153 0 0 25 0 1 0 630611173 402145280 87427 33554432000 4194304 4580011 140734294457408 18446744073709551615 4294406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 98180 87427 367 95 0 93162 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 392720

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.73 7/377 30664
/proc/meminfo: memFree=19680068/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=482324 CPUtime=1182.33 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 662591 0 0 0 118071 162 0 0 25 0 1 0 630611173 493899776 99181 33554432000 4194304 4580011 140734294457408 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 120581 99181 367 95 0 115563 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 482324

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.74 7/377 30666
/proc/meminfo: memFree=19640888/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=482584 CPUtime=1242.34 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 691164 0 0 0 124064 170 0 0 25 0 1 0 630611173 494166016 110836 33554432000 4194304 4580011 140734294457408 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 120646 110836 367 95 0 115628 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 482584



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.75 7/377 30668
/proc/meminfo: memFree=19621496/32951124 swapFree=66341972/67111528
[pid=30619] ppid=30615 vsize=483008 CPUtime=1300.05 cores=1,3
/proc/30619/stat : 30619 (strangenight2-s) R 30615 30619 30147 0 -1 4202496 720132 0 0 0 129828 177 0 0 25 0 1 0 630611173 494600192 105644 33554432000 4194304 4580011 140734294457408 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30619/statm: 120752 105644 367 95 0 115734 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 483008

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.08
CPU user time (s): 1298.29
CPU system time (s): 1.79273
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 496836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.29
system time used= 1.79273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 720132
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= 8
involuntary context switches= 1039

runsolver used 4.69429 second user time and 11.4673 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-14 16:05:55
IDJOB=3367375
IDBENCH=82584
IDSOLVER=1845
FILE ID=node141/3367375-1305381955
RUNJOBID= node141-1305381955-30589
PBS_JOBID= 13324361
Free space on /tmp= 73296 MiB

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

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

MD5SUM BENCH= cf967108532c9cfea4028aa361399380
RANDOM SEED=1051709394

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.75
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.806
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.84
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21127132 kB
Buffers:        257040 kB
Cached:        6083424 kB
SwapCached:      22860 kB
Active:        3218944 kB
Inactive:      8359932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21127132 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:           25336 kB
Writeback:           0 kB
AnonPages:     5222216 kB
Mapped:          18940 kB
Slab:           141512 kB
PageTables:      38368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86238844 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= 73268 MiB
End job on node141 at 2011-05-14 16:27:38