Trace number 3367398

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S1245360321-088-UNKNOWN.cnf
MD5SUM951e2fa38b08f2dfbb0dbb3e8ab83f8d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark49.2365
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 525000
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-3367398-1305382068.cnf'
0.00/0.00	c -- header says num vars:           1250
0.00/0.00	c -- header says num clauses:       25000
0.01/0.01	c -- clauses added:            0 learnts,        25000 normals,            0 xors
0.01/0.01	c -- vars added       1250
0.01/0.01	c Parsing time:  0.01 s
0.01/0.01	c  N st     0         0      1250     25000         0         0    125000         0   no data   no data
0.09/0.14	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.13
0.09/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
0.09/0.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
0.09/0.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.09/0.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.09/0.18	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.19	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.09/0.19	c calculated reachability. Time: 0.00
0.09/0.19	c Calc default polars -  time:   0.00 s pos:     619 undec:      57 neg:     574
0.09/0.19	c =========================================================================================
0.09/0.19	c types(t): F = full restart, N = normal restart
0.09/0.19	c types(t): S = simplification begin/end, E = solution found
0.09/0.19	c restart types(rt): st = static, dy = dynamic
0.09/0.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.19	c  B st     0         0      1250     25000         0         0    125000         0   no data   no data
0.49/0.53	c  N dy    19      4061      1250     25000         0      4055    125000    588917    108.55    114.38
0.79/0.89	c  N dy    45      8090      1250     25000         0      5585    125000    566260    109.68    117.14
1.19/1.25	c  N dy    72     12141      1250     25000         0      5389    125000    362193    109.61    115.47
1.58/1.61	c  N dy    97     16145      1250     25000         0      9390    125000    912786    109.91    120.76
1.89/1.99	c  N dy   118     20225      1250     25000         0      7850    125000    525179    109.71    116.33
2.29/2.38	c  N dy   141     24300      1250     25000         0     11922    125000   1080601    109.63    118.60
2.39/2.46	c  F st   146     25001      1250     25000         0     12623    125000   1174224    109.59     94.23
2.89/2.98	c  N dy   152     30001      1250     25000         0     10800    125000    865210    109.59   no data
2.89/2.98	c  S st   152     30001      1250     25000         0     10800    125000    865210    109.59   no data
2.99/3.04	c  S st   152     30506      1250     25000         0     11305    125000    930269    109.59   no data
2.99/3.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.99/3.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
2.99/3.06	c blocked clauses removed:        0 vars:      0 tried:        1250 T: 0.00 s
2.99/3.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.99/3.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.99/3.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
2.99/3.06	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.99/3.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.09/3.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.59/3.62	c lits-rem:        80  cl-subs:       54  v-elim:      0  v-fix:    0  time:  0.51 s
3.69/3.77	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
3.69/3.77	c calculated reachability. Time: 0.00
3.69/3.77	c  N dy   152     30506      1250     25000         0     11251    125000    915063    109.59   no data
4.19/4.21	c  N dy   178     34671      1250     25000         0     15408    125000   1488825    109.87    116.21
4.59/4.62	c  N dy   207     38705      1250     25000         0     11551    125000    764233    110.24    125.28
4.99/5.06	c  N dy   236     42890      1250     25000         0     15732    125000   1336918    110.38    116.88
5.29/5.38	c  S st   256     45760      1250     25000         0      9659    125000    363548    110.47   no data
5.40/5.44	c  S st   256     46262      1250     25000         0     10161    125000    424572    110.47   no data
5.40/5.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.40/5.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
5.40/5.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.40/5.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.40/5.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.40/5.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
5.40/5.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.40/5.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
5.40/5.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.59/5.60	c lits-rem:         8  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.12 s
5.59/5.60	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
5.59/5.61	c vivif2 --  cl tried    10157 cl shrink        0 lits rem          0 time: 0.00
5.69/5.76	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.15
5.69/5.76	c calculated reachability. Time: 0.00
5.69/5.76	c  N dy   256     46262      1250     25000         0     10157    125000    423597    110.47   no data
6.19/6.20	c  N dy   279     50579      1250     25000         0     14468    125000   1013191    110.35    116.85
6.60/6.68	c  N dy   301     54949      1250     25000         0     18831    125000   1605114    110.15    117.28
7.09/7.11	c  N dy   328     58970      1250     25000         0     12881    125000    663417    110.26    117.99
7.49/7.54	c  N dy   348     63239      1250     25000         0     17146    125000   1253644    110.18    117.16
7.99/8.01	c  N dy   377     67273      1250     25000         0     21178    125000   1809478    110.37    119.12
8.19/8.24	c  S st   391     69394      1250     25000         0     12316    125000    459826    110.36   no data
8.29/8.30	c  S st   391     69899      1250     25000         0     12821    125000    519798    110.36   no data
8.29/8.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.29/8.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
8.29/8.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.29/8.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.29/8.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.29/8.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
8.29/8.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
8.29/8.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.29/8.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.49/8.55	c lits-rem:        17  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.20 s
8.49/8.56	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
8.49/8.56	c vivif2 --  cl tried    12817 cl shrink        0 lits rem          0 time: 0.01
8.70/8.73	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.16
8.70/8.73	c calculated reachability. Time: 0.00
8.70/8.73	c  N dy   391     69899      1250     25000         0     12817    125000    518715    110.36   no data
9.19/9.23	c  N dy   417     74543      1250     25000         0     17458    125000   1149899    110.31    116.71
9.69/9.79	c  N dy   445     79329      1250     25000         0     22243    125000   1803904    110.31    116.55
10.29/10.38	c  N dy   473     84547      1250     25000         0     15471    125000    773085    110.35    118.54
10.69/10.70	c  F st   491     87503      1250     25000         0     18425    125000   1188625    110.43   no data
11.00/11.08	c  N st   496     90800      1250     25000         0     21716    125000   1680820    110.43   no data
11.69/11.79	c  N dy   517     96653      1250     25000         0     14584    125000    522446    110.36    119.64
12.49/12.59	c  N dy   551    103857      1250     25000         0     21781    125000   1513398    110.26    116.29
12.69/12.71	c  S st   558    104850      1250     25000         0     22774    125000   1646408    110.24   no data
12.69/12.79	c  S st   558    105355      1250     25000         0     23279    125000   1703398    110.24   no data
12.69/12.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.79/12.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
12.79/12.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.79/12.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.79/12.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.79/12.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
12.79/12.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.79/12.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
12.89/12.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.89/15.95	c lits-rem:       108  cl-subs:       14  v-elim:      0  v-fix:    0  time:  3.04 s
15.89/15.95	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
15.89/15.97	c vivif2 --  cl tried    23265 cl shrink        0 lits rem          0 time: 0.02
16.19/16.20	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.23
16.19/16.21	c calculated reachability. Time: 0.00
16.19/16.21	c  N dy   558    105355      1250     25000         0     23265    125000   1699197    110.24   no data
16.99/17.08	c  N dy   597    112234      1250     25000         0     16152    125000    608541    110.24    117.65
17.88/17.93	c  N dy   645    119402      1250     25000         0     23317    125000   1596369    110.29    120.64
18.89/18.96	c  N dy   692    127140      1250     25000         0     16057    125000    460836    110.33    118.53
19.89/19.92	c  N dy   739    135294      1250     25000         0     24204    125000   1590893    110.42    130.77
20.98/21.05	c  N dy   786    143991      1250     25000         0     16904    125000    449766    110.37    116.48
22.09/22.18	c  N dy   843    153196      1250     25000         0     26102    125000   1727228    110.51    116.52
22.79/22.86	c  S st   876    158033      1250     25000         0     30934    125000   2389960    110.53   no data
22.89/22.96	c  S st   876    158537      1250     25000         0     31438    125000   2450653    110.53   no data
22.89/22.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
22.89/22.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
22.89/22.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.89/22.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.89/22.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.89/22.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
22.89/22.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.00/23.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
23.00/23.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.09/32.13	c lits-rem:       301  cl-subs:       25  v-elim:      0  v-fix:    0  time:  9.03 s
32.09/32.13	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
32.09/32.17	c vivif2 --  cl tried    31413 cl shrink        0 lits rem          0 time: 0.03
32.39/32.47	c asymm  cl-useful: 0/25000/25000 lits-rem:0 time: 0.30
32.39/32.47	c calculated reachability. Time: 0.00
32.39/32.47	c  N dy   876    158537      1250     25000         0     31413    125000   2443260    110.53   no data
33.69/33.79	c  N dy   933    168671      1250     25000         0     24553    125000   1359527    110.42    117.28
35.20/35.25	c  N dy   990    179451      1250     25000         0     35323    125000   2832661    110.36    136.53
36.69/36.72	c  N dy  1056    190942      1250     25000         0     28815    125000   1845840    110.42    120.50
38.40/38.45	c  N dy  1127    203216      1250     25000         0     22098    125000    787284    110.46    116.40
40.19/40.21	c  N dy  1196    216319      1250     25000         0     35191    125000   2592974    110.43    118.28
41.99/42.09	c  N dy  1278    230151      1250     25000         0     29034    125000   1602509    110.39    119.73
43.19/43.21	c  S st  1328    237808      1250     25000         0     36682    125000   2647989    110.41   no data
43.29/43.32	c  S st  1328    238310      1250     25000         0     37184    125000   2703726    110.41   no data
43.29/43.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
43.29/43.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
43.29/43.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.29/43.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.29/43.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.29/43.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
43.29/43.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
43.29/43.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
43.39/43.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.59/55.64	c lits-rem:       269  cl-subs:       18  v-elim:      0  v-fix:    0  time: 12.17 s
55.59/55.64	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
55.59/55.67	c vivif2 --  cl tried    37166 cl shrink        0 lits rem          0 time: 0.03
55.89/55.98	c asymm  cl-useful: 0/22973/25000 lits-rem:0 time: 0.31
55.89/55.99	c calculated reachability. Time: 0.00
55.89/55.99	c  N dy  1328    238310      1250     25000         0     37166    125000   2698462    110.41   no data
58.09/58.15	c  N dy  1409    253818      1250     25000         0     31683    125000   1841923    110.36    118.12
60.51/60.53	c  N dy  1493    270097      1250     25000         0     25962    125000    928729    110.36    117.95
62.99/63.08	c  N dy  1589    287380      1250     25000         0     43235    125000   3295515    110.32    116.60
65.69/65.76	c  N dy  1700    305794      1250     25000         0     38650    125000   2532055    110.37    136.73
65.79/65.84	c  F st  1702    306250      1250     25000         0     39106    125000   2589459    110.36    103.86
68.59/68.67	c  N dy  1782    325337      1250     25000         0     34191    125000   1806851    110.35    117.74
71.89/71.91	c  N dy  1888    345803      1250     25000         0     29660    125000   1027942    110.28    119.03
73.60/73.63	c  S st  1960    357466      1250     25000         0     41320    125000   2643934    110.32    115.08
73.70/73.75	c  S st  1960    357970      1250     25000         0     41824    125000   2703846    110.32   no data
73.70/73.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
73.70/73.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
73.70/73.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.70/73.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.70/73.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.70/73.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
73.70/73.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
73.79/73.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
73.79/73.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.29/86.34	c lits-rem:       262  cl-subs:       33  v-elim:      0  v-fix:    0  time: 12.44 s
86.29/86.34	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
86.29/86.38	c vivif2 --  cl tried    41791 cl shrink        0 lits rem          0 time: 0.03
86.39/86.41	c asymm  cl-useful: 0/2027/25000 lits-rem:0 time: 0.03
86.39/86.42	c calculated reachability. Time: 0.00
86.39/86.42	c  N dy  1960    357970      1250     25000         0     41791    125000   2693854    110.32   no data
89.59/89.65	c  N dy  2073    378036      1250     25000         0     35861    125000   1768415    110.31    116.53
93.00/93.07	c  N dy  2179    398249      1250     25000         0     29077    125000    701615    110.24    116.83
96.19/96.24	c  N dy  2304    418298      1250     25000         0     49111    125000   3466563    110.30    118.10
99.49/99.53	c  N dy  2424    438323      1250     25000         0     41146    125000   2256995    110.36    116.80
102.99/103.08	c  N dy  2543    458400      1250     25000         0     32228    125000    871523    110.38    116.38
106.30/106.36	c  N dy  2656    478484      1250     25000         0     52295    125000   3650934    110.42    116.85
109.69/109.73	c  N dy  2768    498577      1250     25000         0     42397    125000   2139390    110.38    117.17
113.39/113.47	c  N dy  2875    518701      1250     25000         0     31528    125000    524556    110.36    119.28
116.39/116.51	c  S st  2984    536955      1250     25000         0     49770    125000   3022546    110.34    109.40
116.61/116.65	c  S st  2984    537458      1250     25000         0     50273    125000   3085448    110.34   no data
116.61/116.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
116.61/116.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
116.61/116.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
116.61/116.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
116.61/116.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.61/116.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
116.61/116.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
116.69/116.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
116.79/116.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
128.60/128.64	c lits-rem:       383  cl-subs:       37  v-elim:      0  v-fix:    0  time: 11.81 s
128.60/128.64	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
128.60/128.68	c vivif2 --  cl tried    50236 cl shrink        0 lits rem          0 time: 0.04
128.99/129.01	c asymm  cl-useful: 0/19372/25000 lits-rem:0 time: 0.33
128.99/129.01	c calculated reachability. Time: 0.00
128.99/129.01	c  N dy  2984    537458      1250     25000         0     50236    125000   3073860    110.34   no data
132.70/132.75	c  N dy  3100    557525      1250     25000         0     38315    125000   1317943    110.36    117.34
136.31/136.38	c  N dy  3219    577600      1250     25000         0     58372    125000   4069313    110.36    117.50
139.89/139.98	c  N dy  3329    597689      1250     25000         0     45476    125000   2169562    110.36    124.38
143.89/143.92	c  N dy  3442    617722      1250     25000         0     65492    125000   4909315    110.36    117.71
147.31/147.40	c  N dy  3566    637765      1250     25000         0     51537    125000   2893748    110.39    116.44
151.60/151.62	c  N dy  3699    657798      1250     25000         0     36584    125000    709381    110.45    117.31
155.01/155.09	c  N dy  3825    677839      1250     25000         0     56605    125000   3471909    110.48    116.56
159.19/159.22	c  N dy  3952    698048      1250     25000         0     40829    125000   1163348    110.52    118.87
162.80/162.87	c  N dy  4065    718075      1250     25000         0     60835    125000   3914534    110.53    116.73
166.89/166.96	c  N dy  4187    738244      1250     25000         0     44025    125000   1470669    110.54    116.84
170.70/170.78	c  N dy  4301    758304      1250     25000         0     64065    125000   4243658    110.55    131.61
174.80/174.90	c  N dy  4418    778345      1250     25000         0     46119    125000   1615864    110.56    116.91
178.79/178.88	c  N dy  4549    798507      1250     25000         0     66267    125000   4419139    110.63    119.35
180.59/180.65	c  S st  4588    806187      1250     25000         0     73942    125000   5475425    110.61   no data
180.79/180.83	c  S st  4588    806689      1250     25000         0     74444    125000   5535523    110.61   no data
180.79/180.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
180.89/180.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
180.89/180.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
180.89/180.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.89/180.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.89/180.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
180.89/180.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
180.89/180.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
181.10/181.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
212.31/212.39	c lits-rem:       481  cl-subs:       63  v-elim:      0  v-fix:    0  time: 31.24 s
212.40/212.40	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
212.40/212.47	c vivif2 --  cl tried    74381 cl shrink        0 lits rem          0 time: 0.07
212.60/212.64	c asymm  cl-useful: 0/5628/25000 lits-rem:0 time: 0.17
212.60/212.64	c calculated reachability. Time: 0.00
212.60/212.64	c  N dy  4588    806689      1250     25000         0     74381    125000   5516746    110.61   no data
216.49/216.54	c  N dy  4715    826823      1250     25000         0     55527    125000   2797230    110.65    116.98
220.90/220.96	c  N dy  4835    846919      1250     25000         0     75610    125000   5557771    110.65    121.22
224.90/224.97	c  N dy  4962    867346      1250     25000         0     56052    125000   2766821    110.70    116.85
229.39/229.43	c  N dy  5082    887357      1250     25000         0     76050    125000   5524074    110.72    121.85
233.50/233.52	c  N dy  5207    907383      1250     25000         0     55098    125000   2473061    110.73    117.54
237.80/237.89	c  N dy  5325    927390      1250     25000         0     75089    125000   5247212    110.77    116.63
242.10/242.12	c  N dy  5431    947459      1250     25000         0     53177    125000   2060109    110.74    117.78
246.41/246.44	c  N dy  5546    967616      1250     25000         0     73317    125000   4836551    110.75    117.18
250.89/250.99	c  N dy  5667    987693      1250     25000         0     50406    125000   1566221    110.77    123.00
255.11/255.13	c  N dy  5784   1007767      1250     25000         0     70454    125000   4339446    110.77    117.34
260.00/260.01	c  N dy  5905   1027772      1250     25000         0     46482    125000    899628    110.78    121.60
263.91/263.97	c  N dy  6027   1047892      1250     25000         0     66583    125000   3675473    110.79    116.70
269.00/269.08	c  N dy  6135   1067954      1250     25000         0     86625    125000   6446528    110.79    118.54
270.09/270.15	c  F st  6159   1071875      1250     25000         0     45588    125000    649395    110.79     96.80
272.99/273.09	c  N dy  6220   1087977      1250     25000         0     61668    125000   2921057    110.79    117.49
277.80/277.83	c  N dy  6344   1108075      1250     25000         0     81751    125000   5714762    110.81    117.35
282.40/282.49	c  N dy  6464   1128080      1250     25000         0     55790    125000   1919323    110.81    126.83
286.80/286.85	c  N dy  6584   1148117      1250     25000         0     75805    125000   4689673    110.83    117.49
292.10/292.18	c  N dy  6707   1168120      1250     25000         0     48840    125000    837620    110.85    116.79
296.20/296.27	c  N dy  6831   1188140      1250     25000         0     68839    125000   3591696    110.86    117.04
301.32/301.36	c  N dy  6948   1208206      1250     25000         0     88885    125000   6377109    110.87    117.36
301.80/301.86	c  S st  6959   1210033      1250     25000         0     90709    125000   6626095    110.87   no data
302.00/302.08	c  S st  6959   1210539      1250     25000         0     91215    125000   6685793    110.87   no data
302.00/302.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
302.10/302.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
302.10/302.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
302.10/302.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
302.10/302.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
302.10/302.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
302.10/302.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
302.20/302.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
302.41/302.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
346.52/346.60	c lits-rem:       605  cl-subs:       90  v-elim:      0  v-fix:    0  time: 44.15 s
346.60/346.60	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
346.60/346.68	c vivif2 --  cl tried    91125 cl shrink        0 lits rem          0 time: 0.08
347.00/347.09	c asymm  cl-useful: 0/13071/25000 lits-rem:0 time: 0.41
347.00/347.09	c calculated reachability. Time: 0.00
347.00/347.09	c  N dy  6959   1210539      1250     25000         0     91125    125000   6659384    110.87   no data
351.50/351.52	c  N dy  7085   1230691      1250     25000         0     63308    125000   2726081    110.90    117.11
356.42/356.41	c  N dy  7203   1250770      1250     25000         0     83377    125000   5493138    110.90    117.90
361.61/361.66	c  N dy  7328   1270792      1250     25000         0     54420    125000   1356747    110.91    118.79
365.90/365.93	c  N dy  7445   1290819      1250     25000         0     74431    125000   4151535    110.93    127.62
371.30/371.37	c  N dy  7568   1310847      1250     25000         0     94437    125000   6914729    110.93    118.39
376.00/376.01	c  N dy  7691   1330921      1250     25000         0     64528    125000   2624240    110.95    119.73
380.80/380.85	c  N dy  7810   1350935      1250     25000         0     84528    125000   5389938    110.96    136.06
386.40/386.44	c  N dy  7924   1370989      1250     25000         0     53609    125000    975534    110.96    118.14
390.60/390.65	c  N dy  8038   1391009      1250     25000         0     73614    125000   3738446    110.96    118.78
396.02/396.07	c  N dy  8163   1411073      1250     25000         0     93655    125000   6499172    110.96    135.15
401.31/401.31	c  N dy  8281   1431472      1250     25000         0     62083    125000   2011076    110.96    118.94
406.00/406.09	c  N dy  8409   1451480      1250     25000         0     82081    125000   4765572    110.97    124.68
411.80/411.80	c  N dy  8520   1471532      1250     25000         0    102113    125000   7521859    110.97    120.27
416.40/416.46	c  N dy  8641   1491563      1250     25000         0     69172    125000   2873087    110.97    118.79
421.60/421.62	c  N dy  8766   1511719      1250     25000         0     89313    125000   5652880    110.98    117.90
427.70/427.72	c  N dy  8891   1531720      1250     25000         0     55351    125000    824574    111.00    134.92
432.00/432.00	c  N dy  9005   1551742      1250     25000         0     75352    125000   3600791    111.01    117.46
437.30/437.33	c  N dy  9121   1571757      1250     25000         0     95350    125000   6374345    111.02    117.70
442.90/442.99	c  N dy  9228   1591797      1250     25000         0     60411    125000   1393768    111.02    116.87
447.62/447.68	c  N dy  9355   1612067      1250     25000         0     80673    125000   4223824    111.04    117.31
453.30/453.36	c  N dy  9468   1632223      1250     25000         0    100817    125000   7023032    111.05    118.00
458.81/458.82	c  N dy  9588   1652232      1250     25000         0     64857    125000   1881053    111.06    118.98
463.70/463.70	c  N dy  9712   1672371      1250     25000         0     84973    125000   4683101    111.08    118.35
469.50/469.55	c  N dy  9827   1692505      1250     25000         0    105091    125000   7471219    111.08    117.34
474.40/474.42	c  S st  9930   1710540      1250     25000         0     66155    125000   1945732    111.08   no data
474.50/474.58	c  S st  9930   1711043      1250     25000         0     66658    125000   2003598    111.08   no data
474.50/474.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
474.60/474.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
474.60/474.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
474.60/474.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
474.60/474.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
474.60/474.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
474.60/474.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
474.60/474.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
474.70/474.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
483.50/483.53	c lits-rem:       171  cl-subs:       14  v-elim:      0  v-fix:    0  time:  8.81 s
483.50/483.54	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
483.50/483.57	c vivif2 --  cl tried    66644 cl shrink        0 lits rem          0 time: 0.03
483.80/483.86	c asymm  cl-useful: 0/11929/25000 lits-rem:0 time: 0.29
483.80/483.86	c calculated reachability. Time: 0.00
483.80/483.86	c  N dy  9930   1711043      1250     25000         0     66644    125000   1999343    111.08   no data
488.71/488.73	c  N dy 10043   1731065      1250     25000         0     86646    125000   4759272    111.08    119.47
494.80/494.81	c  N dy 10162   1751190      1250     25000         0    106759    125000   7563576    111.09    118.79
500.30/500.33	c  N dy 10279   1771279      1250     25000         0     68875    125000   2173980    111.10    117.88
505.40/505.43	c  N dy 10403   1791399      1250     25000         0     88979    125000   4956001    111.11    118.53
511.42/511.50	c  N dy 10521   1811429      1250     25000         0    108994    125000   7747557    111.11    118.25
517.02/517.04	c  N dy 10640   1831568      1250     25000         0     70165    125000   2221574    111.11    119.27
522.11/522.18	c  N dy 10762   1851702      1250     25000         0     90284    125000   5011709    111.12    119.15
528.40/528.42	c  N dy 10883   1871997      1250     25000         0    110560    125000   7824057    111.12    117.46
533.91/533.97	c  N dy 11011   1892001      1250     25000         0     70591    125000   2177419    111.14    120.65
539.02/539.06	c  N dy 11126   1912089      1250     25000         0     90661    125000   4946896    111.13    117.55
545.41/545.43	c  N dy 11258   1932205      1250     25000         0    110768    125000   7740378    111.15    118.58
551.31/551.39	c  N dy 11384   1952309      1250     25000         0     69907    125000   1923102    111.16    118.50
556.41/556.41	c  N dy 11496   1972455      1250     25000         0     90024    125000   4722200    111.17    119.53
562.60/562.66	c  N dy 11621   1992561      1250     25000         0    110115    125000   7522433    111.17    119.95
569.01/569.01	c  N dy 11744   2012912      1250     25000         0     68502    125000   1602782    111.18    119.53
573.91/573.95	c  N dy 11860   2032956      1250     25000         0     88524    125000   4394440    111.18    125.28
579.90/579.98	c  N dy 11977   2052963      1250     25000         0    108509    125000   7169484    111.19    119.85
586.81/586.83	c  N dy 12103   2073088      1250     25000         0     65679    125000   1095364    111.20    119.72
591.61/591.63	c  N dy 12221   2093145      1250     25000         0     85726    125000   3895126    111.21    117.97
597.61/597.61	c  N dy 12348   2113306      1250     25000         0    105874    125000   6685379    111.22    118.93
604.61/604.66	c  N dy 12470   2133335      1250     25000         0    125887    125000   9475500    111.24    119.92
609.71/609.70	c  N dy 12592   2153402      1250     25000         0     81997    125000   3239367    111.25    118.25
615.41/615.44	c  N dy 12707   2173515      1250     25000         0    102083    125000   6037074    111.25    117.61
622.21/622.26	c  N dy 12822   2193523      1250     25000         0    122074    125000   8811645    111.26    122.17
627.51/627.53	c  S st 12937   2211043      1250     25000         0     74630    125000   2086931    111.27   no data
627.71/627.71	c  S st 12937   2211548      1250     25000         0     75135    125000   2145695    111.27   no data
627.71/627.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
627.71/627.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
627.71/627.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
627.71/627.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
627.71/627.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
627.71/627.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
627.71/627.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
627.81/627.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
627.81/627.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
635.91/635.96	c lits-rem:       222  cl-subs:       23  v-elim:      0  v-fix:    0  time:  8.09 s
635.91/635.96	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
635.91/635.99	c vivif2 --  cl tried    75112 cl shrink        0 lits rem          0 time: 0.03
636.31/636.34	c asymm  cl-useful: 0/15038/25000 lits-rem:0 time: 0.35
636.31/636.34	c calculated reachability. Time: 0.00
636.31/636.34	c  N dy 12937   2211548      1250     25000         0     75112    125000   2138623    111.27   no data
641.61/641.69	c  N dy 13059   2231575      1250     25000         0     95116    125000   4918845    111.28    117.96
648.11/648.10	c  N dy 13179   2251658      1250     25000         0    115172    125000   7707716    111.29    117.22
655.11/655.12	c  N dy 13292   2271691      1250     25000         0     69252    125000   1197959    111.29    134.30
660.02/660.09	c  N dy 13409   2291813      1250     25000         0     89353    125000   3975409    111.28    117.74
666.21/666.23	c  N dy 13524   2311959      1250     25000         0    109485    125000   6772356    111.28    118.38
673.42/673.43	c  N dy 13646   2332058      1250     25000         0    129567    125000   9572970    111.29    132.19
678.91/678.95	c  N dy 13773   2352070      1250     25000         0     82628    125000   2957874    111.31    118.72
684.61/684.69	c  N dy 13895   2372155      1250     25000         0    102696    125000   5726435    111.31    117.60
691.51/691.59	c  N dy 14017   2392188      1250     25000         0    122714    125000   8489906    111.31    121.74
698.31/698.35	c  N dy 14134   2412246      1250     25000         0     74815    125000   1695016    111.32    117.44
703.61/703.63	c  N dy 14262   2432248      1250     25000         0     94803    125000   4472567    111.33    121.35
710.12/710.13	c  N dy 14390   2452349      1250     25000         0    114887    125000   7280584    111.35    117.49
717.61/717.69	c  N dy 14509   2472489      1250     25000         0    135013    125000  10075509    111.35    117.46
723.11/723.14	c  N dy 14626   2492639      1250     25000         0     86198    125000   3177287    111.36    119.30
729.12/729.11	c  N dy 14749   2512786      1250     25000         0    106331    125000   5965182    111.36    118.75
736.01/736.05	c  N dy 14860   2532825      1250     25000         0    126352    125000   8760306    111.37    140.56
743.12/743.15	c  N dy 14994   2553096      1250     25000         0     76661    125000   1709618    111.38    117.88
748.62/748.62	c  N dy 15114   2573102      1250     25000         0     96650    125000   4488570    111.38    123.63
755.11/755.16	c  N dy 15239   2593224      1250     25000         0    116750    125000   7287836    111.39    117.59
762.81/762.81	c  N dy 15364   2613315      1250     25000         0    136828    125000  10088298    111.40    118.33
768.71/768.71	c  N dy 15490   2633336      1250     25000         0     85893    125000   2875545    111.41    120.14
774.62/774.62	c  N dy 15604   2653386      1250     25000         0    105913    125000   5643698    111.41    120.46
781.92/781.93	c  N dy 15729   2673792      1250     25000         0    126305    125000   8479275    111.42    119.37
789.61/789.61	c  N dy 15842   2693823      1250     25000         0     74384    125000   1129186    111.42    121.23
794.13/794.18	c  S st 15949   2711550      1250     25000         0     92092    125000   3623553    111.43    107.92
794.32/794.38	c  S st 15949   2712053      1250     25000         0     92595    125000   3680508    111.43   no data
794.32/794.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
794.42/794.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
794.42/794.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
794.42/794.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
794.42/794.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
794.42/794.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
794.42/794.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
794.52/794.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
794.62/794.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
809.32/809.31	c lits-rem:       208  cl-subs:       33  v-elim:      0  v-fix:    0  time: 14.69 s
809.32/809.31	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
809.32/809.36	c vivif2 --  cl tried    92562 cl shrink        0 lits rem          0 time: 0.05
809.72/809.72	c asymm  cl-useful: 0/9962/25000 lits-rem:0 time: 0.36
809.72/809.72	c calculated reachability. Time: 0.00
809.72/809.72	c  N dy 15949   2712053      1250     25000         0     92562    125000   3670662    111.43   no data
816.02/816.07	c  N dy 16069   2732148      1250     25000         0    112638    125000   6467941    111.44    143.08
823.22/823.27	c  N dy 16180   2752204      1250     25000         0    132676    125000   9251536    111.44    119.13
830.53/830.59	c  N dy 16305   2772274      1250     25000         0     79802    125000   1751388    111.45    117.66
836.03/836.08	c  N dy 16419   2792489      1250     25000         0     99995    125000   4530156    111.45    117.84
842.72/842.70	c  N dy 16543   2812494      1250     25000         0    119983    125000   7312851    111.46    119.11
850.42/850.48	c  N dy 16665   2832585      1250     25000         0    140053    125000  10094373    111.47    127.10
857.02/857.07	c  N dy 16797   2852719      1250     25000         0     86234    125000   2533016    111.48    117.52
863.02/863.03	c  N dy 16918   2872993      1250     25000         0    106489    125000   5323304    111.48    117.35
870.03/870.04	c  N dy 17034   2893120      1250     25000         0    126601    125000   8109260    111.48    117.49
878.42/878.45	c  N dy 17154   2913515      1250     25000         0    146974    125000  10939070    111.48    118.61
884.22/884.23	c  N dy 17266   2933700      1250     25000         0     92200    125000   3218594    111.48    118.72
890.42/890.47	c  N dy 17393   2953741      1250     25000         0    112226    125000   6002757    111.49    117.94
897.81/897.85	c  N dy 17514   2973770      1250     25000         0    132235    125000   8790027    111.50    120.12
906.43/906.47	c  N dy 17642   2993848      1250     25000         0     76371    125000    889466    111.51    117.79
911.93/911.94	c  N dy 17772   3014143      1250     25000         0     96652    125000   3725634    111.52    117.96
918.22/918.27	c  N dy 17884   3034213      1250     25000         0    116699    125000   6516770    111.52    128.40
925.62/925.69	c  N dy 17994   3054231      1250     25000         0    136699    125000   9318301    111.52    120.10
933.83/933.87	c  N dy 18113   3074258      1250     25000         0     79782    125000   1233778    111.53    118.10
939.22/939.27	c  N dy 18218   3094273      1250     25000         0     99768    125000   4002364    111.52    119.10
945.93/945.96	c  N dy 18335   3114382      1250     25000         0    119851    125000   6777233    111.53    118.62
953.82/953.83	c  N dy 18458   3134489      1250     25000         0    139943    125000   9572291    111.53    118.87
961.82/961.81	c  N dy 18574   3154689      1250     25000         0     82204    125000   1444549    111.54    120.53
967.42/967.41	c  N dy 18694   3174712      1250     25000         0    102209    125000   4232436    111.55    121.02
974.22/974.23	c  N dy 18822   3194812      1250     25000         0    122292    125000   7040303    111.56    133.42
981.02/981.07	c  S st 18937   3212054      1250     25000         0    139517    125000   9437881    111.57   no data
981.32/981.39	c  S st 18937   3212558      1250     25000         0    140021    125000   9500490    111.57   no data
981.42/981.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
981.52/981.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.10
981.52/981.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
981.52/981.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
981.52/981.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
981.52/981.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
981.52/981.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
981.62/981.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
981.92/981.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1054.52/1054.58	c lits-rem:       817  cl-subs:      139  v-elim:      0  v-fix:    0  time: 72.64 s
1054.52/1054.58	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1054.72/1054.71	c vivif2 --  cl tried   139882 cl shrink        0 lits rem          0 time: 0.12
1055.12/1055.16	c asymm  cl-useful: 0/9441/25000 lits-rem:0 time: 0.45
1055.12/1055.17	c calculated reachability. Time: 0.00
1055.12/1055.17	c  N dy 18937   3212558      1250     25000         0    139882    125000   9459144    111.57   no data
1063.92/1063.94	c  N dy 19060   3232657      1250     25000         0     81032    125000   1143334    111.58    117.50
1069.52/1069.55	c  N dy 19188   3252785      1250     25000         0    101144    125000   3940309    111.58    118.18
1076.23/1076.20	c  N dy 19303   3272888      1250     25000         0    121227    125000   6740039    111.59    119.21
1083.92/1083.92	c  N dy 19418   3292954      1250     25000         0    141277    125000   9532591    111.59    141.25
1092.52/1092.51	c  N dy 19530   3313010      1250     25000         0     81393    125000   1062842    111.59    117.69
1098.22/1098.20	c  N dy 19658   3333052      1250     25000         0    101422    125000   3870802    111.60    118.03
1105.03/1105.04	c  N dy 19779   3353643      1250     25000         0    121989    125000   6712238    111.60    121.18
1112.92/1112.99	c  N dy 19899   3373813      1250     25000         0    142143    125000   9546359    111.61    117.99
1122.04/1122.07	c  N dy 20018   3393866      1250     25000         0     81249    125000    912492    111.61    117.51
1127.63/1127.69	c  N dy 20152   3413868      1250     25000         0    101232    125000   3708493    111.63    118.42
1134.53/1134.52	c  N dy 20281   3433996      1250     25000         0    121336    125000   6505979    111.63    120.20
1142.43/1142.41	c  N dy 20400   3454080      1250     25000         0    141396    125000   9287321    111.64    118.12
1151.43/1151.42	c  N dy 20522   3474170      1250     25000         0    161462    125000  12099515    111.64    118.87
1157.52/1157.56	c  N dy 20652   3494195      1250     25000         0     99552    125000   3363554    111.66    117.86
1164.13/1164.12	c  N dy 20771   3514290      1250     25000         0    119631    125000   6159969    111.66    131.60
1171.73/1171.75	c  N dy 20870   3534321      1250     25000         0    139642    125000   8940183    111.65    119.24
1180.82/1180.87	c  N dy 20995   3554370      1250     25000         0    159669    125000  11731165    111.66    117.55
1187.73/1187.76	c  N dy 21118   3574432      1250     25000         0     96796    125000   2846533    111.67    126.97
1194.03/1194.02	c  N dy 21232   3594524      1250     25000         0    116869    125000   5641572    111.67    118.00
1201.52/1201.51	c  N dy 21348   3614629      1250     25000         0    136956    125000   8431217    111.67    119.08
1210.23/1210.29	c  N dy 21476   3634672      1250     25000         0    156970    125000  11234379    111.68    118.01
1218.23/1218.23	c  N dy 21598   3654819      1250     25000         0     93188    125000   2195433    111.68    119.49
1224.53/1224.54	c  N dy 21720   3675007      1250     25000         0    113355    125000   5019663    111.69    121.87
1231.94/1231.94	c  N dy 21844   3695066      1250     25000         0    133397    125000   7822646    111.69    119.33
1239.23/1239.25	c  S st 21948   3712559      1250     25000         0    150873    125000  10243233    111.70    109.01
1239.53/1239.61	c  S st 21948   3713068      1250     25000         0    151382    125000  10304146    111.70   no data
1239.64/1239.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1239.74/1239.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.11
1239.74/1239.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1239.74/1239.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1239.74/1239.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1239.74/1239.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1250 time:  0.00 s
1239.74/1239.74	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1239.83/1239.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
1240.13/1240.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1299.73/1299.72	c lits-rem:       407  cl-subs:      113  v-elim:      0  v-fix:    0  time: 59.54 s
1299.73/1299.72	c vivif2 --  cl tried    25000 cl shrink        0 lits rem          0 time: 0.00
1299.83/1299.85	c vivif2 --  cl tried   151269 cl shrink        0 lits rem          0 time: 0.13

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

running on 2 cores: 0,2

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: 0.99 1.92 2.75 5/327 21521
/proc/meminfo: memFree=25337376/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=30736 CPUtime=0 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 992 0 0 0 0 0 0 0 20 0 1 0 649807248 31473664 933 33554432000 4194304 4580011 140733302034288 18446744073709551615 4487317 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 7684 934 324 95 0 2666 0

[startup+0.01454 s]
/proc/loadavg: 0.99 1.92 2.75 5/327 21521
/proc/meminfo: memFree=25337376/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=30868 CPUtime=0.01 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 1062 0 0 0 1 0 0 0 20 0 1 0 649807248 31608832 1003 33554432000 4194304 4580011 140733302034288 18446744073709551615 4512069 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 7717 1004 324 95 0 2699 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 30868

[startup+0.100593 s]
/proc/loadavg: 0.99 1.92 2.75 5/327 21521
/proc/meminfo: memFree=25337376/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=31260 CPUtime=0.09 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 1214 0 0 0 9 0 0 0 20 0 1 0 649807248 32010240 1155 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294413 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 7815 1155 339 95 0 2797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31260

[startup+0.300575 s]
/proc/loadavg: 0.99 1.92 2.75 5/327 21521
/proc/meminfo: memFree=25337376/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=35724 CPUtime=0.29 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 2894 0 0 0 29 0 0 0 21 0 1 0 649807248 36581376 2492 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 8931 2492 363 95 0 3913 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35724

[startup+0.700467 s]
/proc/loadavg: 0.99 1.92 2.75 5/327 21521
/proc/meminfo: memFree=25337376/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=37404 CPUtime=0.69 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 3877 0 0 0 69 0 0 0 22 0 1 0 649807248 38301696 2561 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 9351 2561 363 95 0 4333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37404

[startup+1.50032 s]
/proc/loadavg: 0.99 1.92 2.75 5/337 21537
/proc/meminfo: memFree=25177196/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=37808 CPUtime=1.48 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 5538 0 0 0 148 0 0 0 25 0 1 0 649807248 38715392 3067 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 9452 3067 363 95 0 4434 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 37808

[startup+3.10101 s]
/proc/loadavg: 0.99 1.92 2.75 5/337 21537
/proc/meminfo: memFree=25164300/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=52156 CPUtime=3.09 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 12027 0 0 0 308 1 0 0 25 0 1 0 649807248 53407744 6675 33554432000 4194304 4580011 140733302034288 18446744073709551615 244446641931 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 13039 6677 366 95 0 8021 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52156

[startup+6.30045 s]
/proc/loadavg: 1.23 1.95 2.76 6/337 21537
/proc/meminfo: memFree=25119396/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=59752 CPUtime=6.29 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 17679 0 0 0 627 2 0 0 25 0 1 0 649807248 61186048 8721 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 14938 8721 367 95 0 9920 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59752

[startup+12.7002 s]
/proc/loadavg: 1.45 1.98 2.76 5/337 21537
/proc/meminfo: memFree=25116604/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=62864 CPUtime=12.69 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 27766 0 0 0 1264 5 0 0 25 0 1 0 649807248 64372736 9940 33554432000 4194304 4580011 140733302034288 18446744073709551615 4295703 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 15716 9940 367 95 0 10698 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62864

[startup+25.5009 s]
/proc/loadavg: 2.01 2.08 2.78 6/337 21537
/proc/meminfo: memFree=24805228/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=105796 CPUtime=25.49 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 46922 0 0 0 2541 8 0 0 25 0 1 0 649807248 108335104 20905 33554432000 4194304 4580011 140733302034288 18446744073709551615 4416919 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 26449 20905 367 95 0 21431 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 105796

[startup+51.1011 s]
/proc/loadavg: 2.69 2.24 2.81 5/337 21538
/proc/meminfo: memFree=24589712/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=162424 CPUtime=51.09 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 63017 0 0 0 5098 11 0 0 25 0 1 0 649807248 166322176 23989 33554432000 4194304 4580011 140733302034288 18446744073709551615 4416373 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 40606 23989 367 95 0 35588 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 162424

[startup+102.314 s]
/proc/loadavg: 3.51 2.53 2.88 6/337 21539
/proc/meminfo: memFree=24348360/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=172256 CPUtime=102.3 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 99653 0 0 0 10211 19 0 0 25 0 1 0 649807248 176390144 27481 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 43064 27481 367 95 0 38046 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 172256

[startup+162.3 s]
/proc/loadavg: 3.86 2.81 2.95 6/337 21541
/proc/meminfo: memFree=24259428/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=184184 CPUtime=162.29 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 143596 0 0 0 16202 27 0 0 25 0 1 0 649807248 188604416 28828 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 46046 28829 367 95 0 41028 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 184184

[startup+222.3 s]
/proc/loadavg: 3.95 3.03 3.02 5/337 21543
/proc/meminfo: memFree=24218588/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=181580 CPUtime=222.29 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 176356 0 0 0 22196 33 0 0 25 0 1 0 649807248 185937920 36654 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294450 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 45395 36654 367 95 0 40377 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 181580

[startup+282.301 s]
/proc/loadavg: 3.98 3.20 3.08 5/337 21544
/proc/meminfo: memFree=24201056/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=181896 CPUtime=282.3 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 219417 0 0 0 28188 42 0 0 25 0 1 0 649807248 186261504 37787 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 45474 37787 367 95 0 40456 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 181896

[startup+342.301 s]
/proc/loadavg: 3.99 3.34 3.13 6/337 21546
/proc/meminfo: memFree=24089896/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=268380 CPUtime=342.3 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 240253 0 0 0 34183 47 0 0 25 0 1 0 649807248 274821120 51123 33554432000 4194304 4580011 140733302034288 18446744073709551615 4416636 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 67095 51123 367 95 0 62077 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 268380

[startup+402.301 s]
/proc/loadavg: 4.06 3.49 3.19 6/337 21547
/proc/meminfo: memFree=24059836/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=218600 CPUtime=402.31 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 276002 0 0 0 40176 55 0 0 25 0 1 0 649807248 223846400 47112 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 54650 47112 367 95 0 49632 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 218600

[startup+462.301 s]
/proc/loadavg: 4.02 3.58 3.24 6/337 21549
/proc/meminfo: memFree=24061288/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=270760 CPUtime=462.3 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 311867 0 0 0 46168 62 0 0 25 0 1 0 649807248 277258240 48422 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 67690 48422 367 95 0 62672 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 270760

[startup+522.301 s]
/proc/loadavg: 4.12 3.68 3.30 6/337 21551
/proc/meminfo: memFree=24045748/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=271556 CPUtime=522.31 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 340504 0 0 0 52161 70 0 0 25 0 1 0 649807248 278073344 49563 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 67889 49563 367 95 0 62871 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 271556

[startup+582.301 s]
/proc/loadavg: 4.04 3.74 3.34 6/337 21552
/proc/meminfo: memFree=24003668/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=272308 CPUtime=582.31 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 372350 0 0 0 58154 77 0 0 25 0 1 0 649807248 278843392 52583 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 68077 52583 367 95 0 63059 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 272308

[startup+642.3 s]
/proc/loadavg: 4.07 3.80 3.38 5/337 21554
/proc/meminfo: memFree=24000112/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=273108 CPUtime=642.32 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 399757 0 0 0 64150 82 0 0 25 0 1 0 649807248 279662592 49745 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294450 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 68277 49745 367 95 0 63259 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 273108

[startup+702.3 s]
/proc/loadavg: 4.02 3.83 3.42 5/337 21555
/proc/meminfo: memFree=24001436/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=273988 CPUtime=702.31 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 429932 0 0 0 70142 89 0 0 25 0 1 0 649807248 280563712 48348 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 68497 48348 367 95 0 63479 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 273988

[startup+762.313 s]
/proc/loadavg: 4.01 3.86 3.45 6/337 21557
/proc/meminfo: memFree=23959232/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=274604 CPUtime=762.32 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 457866 0 0 0 76135 97 0 0 25 0 1 0 649807248 281194496 54441 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 68651 54441 367 95 0 63633 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 274604

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.48 6/337 21559
/proc/meminfo: memFree=23981524/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=275228 CPUtime=822.32 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 479336 0 0 0 82129 103 0 0 25 0 1 0 649807248 281833472 53485 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 68807 53485 367 95 0 63789 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 275228

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.51 6/337 21560
/proc/meminfo: memFree=24060332/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=219892 CPUtime=882.32 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 507442 0 0 0 88122 110 0 0 25 0 1 0 649807248 225169408 46852 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 54973 46852 367 95 0 49955 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 219892

[startup+942.301 s]
/proc/loadavg: 4.04 3.93 3.55 6/337 21562
/proc/meminfo: memFree=23957004/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=276580 CPUtime=942.32 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 534458 0 0 0 94116 116 0 0 25 0 1 0 649807248 283217920 49896 33554432000 4194304 4580011 140733302034288 18446744073709551615 4295647 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 69145 49896 367 95 0 64127 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 276580

[startup+1002.3 s]
/proc/loadavg: 4.01 3.94 3.57 6/337 21563
/proc/meminfo: memFree=23902412/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=341536 CPUtime=1002.32 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 565948 0 0 0 100111 121 0 0 25 0 1 0 649807248 349732864 69212 33554432000 4194304 4580011 140733302034288 18446744073709551615 4451799 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 85384 69212 367 95 0 80366 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 341536

[startup+1062.3 s]
/proc/loadavg: 4.16 3.98 3.60 5/337 21565
/proc/meminfo: memFree=23825488/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=341536 CPUtime=1062.32 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 568158 0 0 0 106110 122 0 0 25 0 1 0 649807248 349732864 71422 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 85384 71422 367 95 0 80366 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 341536

[startup+1122.3 s]
/proc/loadavg: 4.06 3.98 3.63 5/337 21567
/proc/meminfo: memFree=23833616/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=284932 CPUtime=1122.33 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 595063 0 0 0 112104 129 0 0 25 0 1 0 649807248 291770368 60779 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294840 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 71233 60779 367 95 0 66215 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 284932

[startup+1182.3 s]
/proc/loadavg: 4.10 4.00 3.65 5/337 21568
/proc/meminfo: memFree=23727696/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=342628 CPUtime=1182.32 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 618969 0 0 0 118096 136 0 0 25 0 1 0 649807248 350851072 71873 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 85657 71873 367 95 0 80639 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 342628

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.67 6/337 21570
/proc/meminfo: memFree=23635268/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=380436 CPUtime=1242.33 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 651600 0 0 0 124089 144 0 0 25 0 1 0 649807248 389566464 78396 33554432000 4194304 4580011 140733302034288 18446744073709551615 4451804 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 95109 78396 367 95 0 90091 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 380436



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.69 5/337 21571
/proc/meminfo: memFree=23574600/32951124 swapFree=44485764/67111528
[pid=21521] ppid=21518 vsize=380436 CPUtime=1300.04 cores=0,2
/proc/21521/stat : 21521 (strangenight2-s) R 21518 21521 21023 0 -1 4202496 651600 0 0 0 129860 144 0 0 25 0 1 0 649807248 389566464 78396 33554432000 4194304 4580011 140733302034288 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/21521/statm: 95109 78396 367 95 0 90091 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 380436

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.07
CPU user time (s): 1298.61
CPU system time (s): 1.46078
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 380436

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

runsolver used 4.30035 second user time and 9.8555 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-14 16:07:48
IDJOB=3367398
IDBENCH=82607
IDSOLVER=1845
FILE ID=node105/3367398-1305382068
RUNJOBID= node105-1305382068-21494
PBS_JOBID= 13324397
Free space on /tmp= 73588 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S1245360321-088-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367398-1305382068/watcher-3367398-1305382068 -o /tmp/evaluation-result-3367398-1305382068/solver-3367398-1305382068 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367398-1305382068.cnf

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

MD5SUM BENCH= 951e2fa38b08f2dfbb0dbb3e8ab83f8d
RANDOM SEED=2121584666

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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	: 5226.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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:      25338044 kB
Buffers:        257080 kB
Cached:        5880840 kB
SwapCached:      39656 kB
Active:         549144 kB
Inactive:      6805192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25338044 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           17680 kB
Writeback:          24 kB
AnonPages:     1184372 kB
Mapped:           9940 kB
Slab:           127616 kB
PageTables:      66220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65326812 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= 73560 MiB
End job on node105 at 2011-05-14 16:29:30