Trace number 3370324

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-Night-1-st (fixed)? (TO) 1300.03 1300.02

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
MD5SUMd2562f4e152a54a992ab300a2bacfba9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables279
Number of clauses21616
Sum of the clauses size96978
Maximum clause length17
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 319321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52295

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3370324-1305392417.cnf'
0.00/0.00	c -- header says num vars:            279
0.00/0.00	c -- header says num clauses:       21616
0.00/0.01	c -- clauses added:            0 learnts,        21616 normals,            0 xors
0.00/0.01	c -- vars added        279
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       279     21616         0         0     96978         0   no data   no data  --
0.10/0.11	c asymm  cl-useful: 0/21616/21616 lits-rem:0 time: 0.10
0.10/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.10/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.10/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.10/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
0.10/0.12	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
0.10/0.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
0.10/0.17	c Finding binary XORs  T:     0.00 s  found:       0
0.10/0.18	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.10/0.18	c calculated reachability. Time: 0.00
0.10/0.18	c Calc default polars -  time:   0.00 s pos:     279 undec:       0 neg:       0
0.10/0.18	c =========================================================================================
0.10/0.18	c types(t): F = full restart, N = normal restart
0.10/0.18	c types(t): S = simplification begin/end, E = solution found
0.10/0.18	c restart types(rt): st = static, dy = dynamic
0.10/0.18	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.10/0.18	c  B st     0         0       279     21616         0         0     96978         0   no data   no data  --
0.39/0.42	c  N dy    10      4022       279     21616         0      3911     96978    124474     19.76     30.88  --
0.59/0.67	c  N dy    26      8070       279     21616         0      5413     96978    161958     19.67     20.77  --
1.79/1.89	c  N dy    32     24872       279     21616         0     12038     96978    302858     17.02     17.95  --
1.89/1.90	c  F st    33     25000       279     21616         0     12161     96978    306101     17.02     16.56  --
2.19/2.24	c  N dy    39     30003       279     21616         0     10461     96978    272057     17.02   no data  --
2.19/2.24	c  S st    39     30003       279     21616         0     10461     96978    272057     17.02   no data  --
2.19/2.28	c  S st    39     30508       279     21616         0     10962     96978    288080     17.02   no data  --
2.19/2.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.19/2.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.19/2.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.19/2.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.19/2.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.19/2.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
2.19/2.30	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
3.78/3.86	c lits-rem:        63  cl-subs:      283  v-elim:      0  v-fix:    0  time:  1.56 s
3.98/4.09	c asymm  cl-useful: 0/21616/21616 lits-rem:0 time: 0.23
3.98/4.09	c calculated reachability. Time: 0.00
3.98/4.09	c  N dy    39     30508       279     21616         0     10679     96978    281730     17.02   no data  --
4.89/4.91	c  N dy    63     42523       279     21616         0     14397     96978    342978     16.55     17.51  --
5.09/5.17	c  S st    90     45762       279     21616         0      9005     96978    197284     16.78   no data  --
5.19/5.21	c  S st    90     46265       279     21616         0      9504     96978    212555     16.78   no data  --
5.19/5.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.19/5.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.19/5.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.19/5.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.19/5.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.19/5.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
5.19/5.22	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
6.79/6.83	c lits-rem:        40  cl-subs:      517  v-elim:      0  v-fix:    0  time:  1.61 s
6.79/6.84	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
6.79/6.84	c vivif2 --  cl tried     8987 cl shrink        0 lits rem          0 time: 0.00
6.99/7.04	c asymm  cl-useful: 0/21616/21616 lits-rem:0 time: 0.20
6.99/7.04	c calculated reachability. Time: 0.00
6.99/7.04	c  N dy    90     46265       279     21616         0      8987     96978    205132     16.78   no data  --
7.29/7.34	c  N dy   117     50692       279     21616         0     13268     96978    332896     16.98     17.88  --
7.70/7.75	c  N dy   126     56211       279     21616         0     18571     96978    478590     16.89     17.80  --
7.99/8.06	c  N dy   157     60217       279     21616         0     12917     96978    309835     17.12     18.08  --
8.29/8.36	c  N dy   174     64233       279     21616         0     16794     96978    425924     17.20     21.09  --
8.69/8.71	c  N dy   200     68356       279     21616         0     20827     96978    546328     17.33     18.49  --
8.80/8.81	c  S st   209     69398       279     21616         0     11208     96978    241573     17.39   no data  --
8.80/8.84	c  S st   209     69899       279     21616         0     11706     96978    257497     17.39   no data  --
8.80/8.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.80/8.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.80/8.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.80/8.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.80/8.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.80/8.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
8.80/8.86	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
10.49/10.51	c lits-rem:        10  cl-subs:       73  v-elim:      0  v-fix:    0  time:  1.64 s
10.49/10.51	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
10.49/10.51	c vivif2 --  cl tried    11633 cl shrink        0 lits rem          0 time: 0.00
10.69/10.76	c asymm  cl-useful: 0/21616/21616 lits-rem:0 time: 0.25
10.69/10.76	c calculated reachability. Time: 0.00
10.69/10.76	c  N dy   209     69899       279     21616         0     11633     96978    256130     17.39   no data  --
11.00/11.09	c  N dy   238     74429       279     21616         0     16067     96978    391404     17.53     22.64  --
11.89/11.90	c  N dy   259     84821       279     21616         0     14412     96978    323156     17.34     18.27  --
11.99/12.09	c  F st   260     87502       279     21616         0     16942     96978    391743     17.26     15.68  --
12.29/12.35	c  N st   265     90804       279     21616         0     20143     96978    490860     17.26   no data  --
13.19/13.27	c  N dy   293    102311       279     21616         0     18685     96978    427699     17.17     18.27  --
13.39/13.47	c  S st   303    104849       279     21616         0     21101     96978    496861     17.17   no data  --
13.49/13.52	c  S st   303    105352       279     21616         0     21601     96978    513070     17.17   no data  --
13.49/13.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.49/13.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.49/13.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
13.49/13.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.49/13.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.49/13.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
13.49/13.55	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
15.29/15.33	c lits-rem:       179  cl-subs:     1273  v-elim:      0  v-fix:    0  time:  1.78 s
15.29/15.33	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
15.29/15.33	c vivif2 --  cl tried    20328 cl shrink        0 lits rem          0 time: 0.00
15.50/15.52	c asymm  cl-useful: 0/10193/21616 lits-rem:0 time: 0.19
15.50/15.52	c calculated reachability. Time: 0.00
15.50/15.52	c  N dy   303    105352       279     21616         0     20328     96978    490388     17.17   no data  --
16.29/16.38	c  N dy   329    116167       279     21616         0     17327     96978    373719     17.13     18.26  --
16.98/17.04	c  N dy   372    124245       279     21616         0     25179     96978    609376     17.25     18.35  --
17.70/17.73	c  N dy   426    132221       279     21616         0     18462     96978    412407     17.39     20.75  --
18.49/18.50	c  N dy   460    141401       279     21616         0     27380     96978    675665     17.40     18.41  --
19.29/19.34	c  N dy   497    151153       279     21616         0     21309     96978    475459     17.43     18.57  --
19.90/19.94	c  S st   533    158028       279     21616         0     27993     96978    676573     17.49     14.65  --
19.98/20.00	c  S st   533    158533       279     21616         0     28497     96978    692615     17.49   no data  --
19.98/20.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.98/20.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.98/20.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.98/20.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.98/20.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.98/20.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
19.98/20.03	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
22.00/22.05	c lits-rem:       109  cl-subs:      805  v-elim:      0  v-fix:    0  time:  2.02 s
22.00/22.05	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
22.00/22.06	c vivif2 --  cl tried    27692 cl shrink        0 lits rem          0 time: 0.01
22.19/22.25	c asymm  cl-useful: 0/8108/21616 lits-rem:0 time: 0.19
22.19/22.26	c calculated reachability. Time: 0.00
22.19/22.26	c  N dy   533    158533       279     21616         0     27692     96978    674808     17.49   no data  --
23.10/23.20	c  N dy   560    169691       279     21616         0     22042     96978    484692     17.44     18.38  --
24.09/24.17	c  N dy   629    180584       279     21616         0     32641     96978    808177     17.55     19.35  --
25.19/25.27	c  N dy   647    193239       279     21616         0     27369     96978    626352     17.45     18.38  --
26.50/26.52	c  N dy   677    206860       279     21616         0     22155     96978    474901     17.41     18.40  --
27.68/27.72	c  N dy   723    220214       279     21616         0     35055     96978    852411     17.42     18.35  --
28.99/29.03	c  N dy   743    234298       279     21616         0     29351     96978    645890     17.35     18.28  --
29.29/29.34	c  S st   760    237799       279     21616         0     32740     96978    749258     17.36     16.65  --
29.39/29.40	c  S st   760    238303       279     21616         0     33241     96978    765013     17.36   no data  --
29.39/29.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.39/29.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.39/29.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
29.39/29.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.39/29.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.39/29.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
29.39/29.44	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
31.79/31.80	c lits-rem:       201  cl-subs:     1089  v-elim:      0  v-fix:    0  time:  2.36 s
31.79/31.80	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
31.79/31.81	c vivif2 --  cl tried    32152 cl shrink        0 lits rem          0 time: 0.01
31.79/31.88	c asymm  cl-useful: 0/3315/21616 lits-rem:0 time: 0.07
31.79/31.88	c calculated reachability. Time: 0.00
31.79/31.88	c  N dy   760    238303       279     21616         0     32152     96978    742156     17.36   no data  --
33.19/33.21	c  N dy   809    253522       279     21616         0     26572     96978    568059     17.35     18.39  --
34.79/34.89	c  N dy   885    270219       279     21616         0     21471     96978    405287     17.40     18.43  --
36.49/36.51	c  N dy   916    288517       279     21616         0     39064     96978    902853     17.34     18.26  --
38.19/38.22	c  F st   992    306252       279     21616         0     34051     96978    771690     17.37     16.26  --
38.29/38.34	c  N st   995    307445       279     21616         0     35212     96978    806875     17.37   no data  --
40.59/40.60	c  N dy  1087    329872       279     21616         0     33753     96978    743488     17.42     18.44  --
42.59/42.63	c  N dy  1105    350030       279     21616         0     28945     96978    588038     17.31     18.32  --
43.29/43.33	c  S st  1135    357456       279     21616         0     36136     96978    797181     17.32   no data  --
43.39/43.40	c  S st  1135    357962       279     21616         0     36640     96978    813696     17.32   no data  --
43.39/43.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.39/43.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.39/43.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
43.39/43.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.39/43.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.39/43.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
43.39/43.44	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
45.69/45.74	c lits-rem:       191  cl-subs:     1032  v-elim:      0  v-fix:    0  time:  2.30 s
45.69/45.74	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
45.69/45.75	c vivif2 --  cl tried    35608 cl shrink        0 lits rem          0 time: 0.01
45.89/45.95	c asymm  cl-useful: 0/7404/21616 lits-rem:0 time: 0.20
45.89/45.95	c calculated reachability. Time: 0.00
45.89/45.95	c  N dy  1135    357962       279     21616         0     35608     96978    792394     17.32   no data  --
47.99/48.02	c  N dy  1242    378048       279     21616         0     29991     96978    613998     17.38     18.83  --
51.49/51.50	c  N dy  1307    413161       279     21616         0     37582     96978    789044     17.25     18.22  --
53.69/53.74	c  N dy  1409    433217       279     21616         0     30008     96978    597994     17.32     20.40  --
55.79/55.81	c  N dy  1472    453304       279     21616         0     49475     96978   1150177     17.30     21.20  --
57.89/57.92	c  N dy  1546    474194       279     21616         0     41682     96978    923212     17.32     18.38  --
60.39/60.49	c  N dy  1632    497494       279     21616         0     35190     96978    703349     17.32     18.27  --
62.49/62.59	c  N dy  1687    517849       279     21616         0     54843     96978   1264084     17.31     18.30  --
64.59/64.64	c  S st  1779    536943       279     21616         0     43326     96978    926417     17.34     17.49  --
64.69/64.70	c  S st  1779    537446       279     21616         0     43826     96978    941935     17.34   no data  --
64.69/64.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
64.69/64.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
64.69/64.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
64.69/64.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
64.69/64.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.69/64.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
64.69/64.74	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
66.49/66.52	c lits-rem:        37  cl-subs:      936  v-elim:      0  v-fix:    0  time:  1.77 s
66.49/66.52	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
66.49/66.53	c vivif2 --  cl tried    42890 cl shrink        0 lits rem          0 time: 0.01
66.69/66.71	c asymm  cl-useful: 0/4278/21616 lits-rem:0 time: 0.18
66.69/66.71	c calculated reachability. Time: 0.00
66.69/66.71	c  N dy  1779    537446       279     21616         0     42890     96978    922294     17.34   no data  --
69.40/69.43	c  N dy  1862    563115       279     21616         0     36785     96978    711692     17.33     18.28  --
71.50/71.51	c  N dy  1895    583163       279     21616         0     56081     96978   1234545     17.28     18.24  --
73.89/73.94	c  N dy  1907    605740       279     21616         0     45823     96978    922318     17.17     18.10  --
76.19/76.20	c  N dy  1958    625763       279     21616         0     65100     96978   1469003     17.16     22.90  --
78.29/78.33	c  N dy  1997    645838       279     21616         0     51712     96978   1112482     17.13     24.79  --
80.69/80.74	c  N dy  2067    666674       279     21616         0     38222     96978    736677     17.14     18.07  --
82.89/82.92	c  N dy  2139    686711       279     21616         0     57581     96978   1298687     17.14     18.13  --
85.49/85.58	c  N dy  2170    710160       279     21616         0     45491     96978    910280     17.09     18.03  --
87.89/87.92	c  N dy  2257    730612       279     21616         0     65217     96978   1481469     17.10     18.45  --
90.20/90.21	c  N dy  2326    750737       279     21616         0     48943     96978   1012859     17.10     18.08  --
92.51/92.55	c  N dy  2368    771145       279     21616         0     68634     96978   1560852     17.08     18.21  --
94.79/94.82	c  N dy  2419    791406       279     21616         0     51518     96978   1073733     17.07     18.02  --
96.49/96.51	c  S st  2472    806171       279     21616         0     65765     96978   1484889     17.08     17.92  --
96.49/96.59	c  S st  2472    806676       279     21616         0     66267     96978   1500872     17.08   no data  --
96.59/96.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
96.59/96.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.59/96.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
96.59/96.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.59/96.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
96.59/96.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
96.59/96.66	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
100.99/101.01	c lits-rem:       217  cl-subs:     2178  v-elim:      0  v-fix:    0  time:  4.35 s
100.99/101.01	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
100.99/101.03	c vivif2 --  cl tried    64089 cl shrink        0 lits rem          0 time: 0.02
101.20/101.23	c asymm  cl-useful: 0/3759/21616 lits-rem:0 time: 0.20
101.20/101.23	c calculated reachability. Time: 0.00
101.20/101.23	c  N dy  2472    806676       279     21616         0     64089     96978   1455086     17.08   no data  --
103.69/103.71	c  N dy  2524    829866       279     21616         0     48829     96978    991722     17.05     17.97  --
105.89/105.97	c  N dy  2560    849935       279     21616         0     68193     96978   1519319     17.02     22.36  --
108.29/108.38	c  N dy  2597    871218       279     21616         0     50032     96978   1000207     17.00     17.97  --
110.69/110.80	c  N dy  2654    891397       279     21616         0     69503     96978   1539763     17.00     17.93  --
114.79/114.84	c  N dy  2760    925381       279     21616         0     62769     96978   1349050     16.98     17.90  --
117.49/117.51	c  N dy  2807    946282       279     21616         0     42473     96978    783239     16.96     17.91  --
119.79/119.81	c  N dy  2901    967070       279     21616         0     62563     96978   1355175     16.97     17.93  --
122.89/122.93	c  N dy  2976    990360       279     21616         0     43599     96978    795283     16.97     17.91  --
125.79/125.88	c  N dy  3016   1018148       279     21616         0     70215     96978   1526529     16.93     17.85  --
128.39/128.48	c  N dy  3053   1038545       279     21616         0     47514     96978    885830     16.91     18.10  --
130.79/130.81	c  N dy  3142   1058604       279     21616         0     66918     96978   1448044     16.92     22.31  --
132.50/132.58	c  F st  3203   1071876       279     21616         0     79772     96978   1820288     16.94     16.50  --
133.40/133.48	c  N dy  3215   1078618       279     21616         0     86255     96978   1999156     16.94     23.56  --
135.99/136.01	c  N dy  3298   1100064       279     21616         0     63656     96978   1342558     16.95     18.09  --
138.99/139.08	c  N dy  3372   1123322       279     21616         0     86182     96978   1969578     16.94     17.84  --
141.49/141.55	c  N dy  3451   1143422       279     21616         0     61216     96978   1248847     16.94     18.34  --
144.21/144.23	c  N dy  3549   1163532       279     21616         0     80695     96978   1813526     16.96     17.89  --
147.69/147.73	c  N dy  3569   1192732       279     21616         0     63151     96978   1237649     16.91     17.91  --
149.79/149.81	c  S st  3611   1210015       279     21616         0     79758     96978   1693350     16.89     15.68  --
149.89/149.91	c  S st  3611   1210519       279     21616         0     80262     96978   1709702     16.89   no data  --
149.89/149.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
149.89/149.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
149.89/149.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
149.89/149.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
149.89/149.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.89/149.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
149.89/149.99	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
156.90/156.98	c lits-rem:       187  cl-subs:     6800  v-elim:      0  v-fix:    0  time:  6.99 s
156.90/156.98	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
157.00/157.00	c vivif2 --  cl tried    73462 cl shrink        0 lits rem          0 time: 0.02
157.20/157.21	c asymm  cl-useful: 0/4581/21616 lits-rem:0 time: 0.21
157.20/157.21	c calculated reachability. Time: 0.00
157.20/157.21	c  N dy  3611   1210519       279     21616         0     73462     96978   1587305     16.89   no data  --
159.89/159.92	c  N dy  3687   1230745       279     21616         0     46900     96978    823728     16.90     17.82  --
163.09/163.11	c  N dy  3741   1258796       279     21616         0     73977     96978   1573292     16.88     17.92  --
165.89/165.97	c  N dy  3814   1279234       279     21616         0     93737     96978   2138488     16.88     17.81  --
168.59/168.68	c  N dy  3833   1302822       279     21616         0     69251     96978   1406710     16.86     17.75  --
171.29/171.33	c  N dy  3897   1322862       279     21616         0     88639     96978   1949923     16.86     21.15  --
173.90/173.96	c  N dy  3961   1342886       279     21616         0     59771     96978   1164432     16.86     18.13  --
176.60/176.65	c  N dy  4034   1363265       279     21616         0     79401     96978   1718354     16.87     17.76  --
179.79/179.88	c  N dy  4111   1384947       279     21616         0     51178     96978    908131     16.87     17.84  --
182.19/182.23	c  N dy  4173   1404975       279     21616         0     70553     96978   1453419     16.86     17.76  --
184.99/185.00	c  N dy  4214   1425051       279     21616         0     89860     96978   1981574     16.85     17.77  --
187.79/187.83	c  N dy  4267   1445496       279     21616         0     59348     96978   1120347     16.84     17.98  --
190.49/190.51	c  N dy  4349   1466619       279     21616         0     79829     96978   1701857     16.85     17.78  --
193.89/193.90	c  N dy  4443   1489555       279     21616         0    101997     96978   2328129     16.86     17.87  --
196.40/196.44	c  N dy  4512   1509636       279     21616         0     70150     96978   1410928     16.85     19.24  --
199.29/199.32	c  N dy  4616   1529682       279     21616         0     89523     96978   1966250     16.87     17.83  --
204.09/204.11	c  N dy  4659   1563555       279     21616         0     70087     96978   1370944     16.82     17.79  --
206.90/206.92	c  N dy  4741   1584039       279     21616         0     89939     96978   1929320     16.83     17.80  --
209.89/209.94	c  N dy  4799   1604237       279     21616         0     56279     96978   1007597     16.82     17.96  --
212.59/212.61	c  N dy  4876   1625601       279     21616         0     76955     96978   1585322     16.82     17.74  --
215.39/215.47	c  N dy  4918   1646454       279     21616         0     97092     96978   2136546     16.81     17.84  --
218.39/218.44	c  N dy  4979   1666491       279     21616         0     62326     96978   1169564     16.81     22.30  --
221.09/221.15	c  N dy  5093   1686581       279     21616         0     81788     96978   1732279     16.83     17.86  --
224.09/224.10	c  N dy  5159   1707111       279     21616         0    101625     96978   2282267     16.83     17.74  --
224.59/224.64	c  S st  5176   1710520       279     21616         0    104948     96978   2378518     16.83     15.24  --
224.69/224.76	c  S st  5176   1711023       279     21616         0    105450     96978   2393785     16.83   no data  --
224.69/224.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
224.69/224.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
224.79/224.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
224.79/224.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
224.79/224.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
224.79/224.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
224.79/224.88	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
238.89/238.94	c lits-rem:       221  cl-subs:     3790  v-elim:      0  v-fix:    0  time: 14.05 s
238.89/238.94	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
238.89/238.96	c vivif2 --  cl tried   101660 cl shrink        0 lits rem          0 time: 0.02
238.99/239.09	c asymm  cl-useful: 0/1594/21616 lits-rem:0 time: 0.13
238.99/239.09	c calculated reachability. Time: 0.00
238.99/239.09	c  N dy  5176   1711023       279     21616         0    101660     96978   2314552     16.83   no data  --
241.89/241.95	c  N dy  5245   1732250       279     21616         0     67043     96978   1285127     16.83     17.72  --
244.60/244.60	c  N dy  5298   1752525       279     21616         0     86557     96978   1825485     16.82     17.72  --
247.50/247.56	c  N dy  5352   1773399       279     21616         0    106716     96978   2388199     16.82     17.75  --
251.79/251.89	c  N dy  5400   1805930       279     21616         0     81940     96978   1658211     16.79     17.70  --
254.99/255.01	c  N dy  5518   1826055       279     21616         0    101453     96978   2222816     16.81     17.71  --
258.09/258.14	c  N dy  5568   1846110       279     21616         0     63961     96978   1185570     16.80     17.85  --
260.80/260.83	c  N dy  5646   1866134       279     21616         0     83290     96978   1732603     16.81     18.09  --
263.79/263.82	c  N dy  5720   1886178       279     21616         0    102670     96978   2281061     16.81     17.74  --
266.90/266.93	c  N dy  5783   1906228       279     21616         0     64111     96978   1175599     16.81     18.36  --
269.50/269.59	c  N dy  5865   1926295       279     21616         0     83514     96978   1716785     16.81     18.01  --
272.39/272.48	c  N dy  5905   1946620       279     21616         0    103141     96978   2251845     16.80     17.69  --
275.69/275.77	c  N dy  5958   1967264       279     21616         0     64200     96978   1161878     16.80     17.70  --
278.59/278.66	c  N dy  6011   1989572       279     21616         0     85812     96978   1752479     16.79     17.69  --
281.70/281.79	c  N dy  6109   2009619       279     21616         0    105219     96978   2310281     16.80     21.97  --
286.00/286.04	c  N dy  6163   2037133       279     21616         0     71727     96978   1346145     16.79     17.77  --
288.79/288.85	c  N dy  6194   2058088       279     21616         0     91716     96978   1860578     16.78     17.78  --
292.09/292.14	c  N dy  6273   2078566       279     21616         0    111530     96978   2428242     16.79     17.67  --
295.19/295.26	c  N dy  6344   2098573       279     21616         0     70201     96978   1317247     16.79     20.36  --
297.99/298.07	c  N dy  6412   2118787       279     21616         0     89759     96978   1868189     16.79     17.70  --
301.40/301.41	c  N dy  6473   2140863       279     21616         0    111071     96978   2460071     16.79     18.01  --
304.70/304.74	c  N dy  6565   2160939       279     21616         0     68673     96978   1260184     16.79     19.40  --
307.50/307.58	c  N dy  6664   2181168       279     21616         0     88201     96978   1811658     16.80     17.88  --
310.50/310.56	c  N dy  6708   2201291       279     21616         0    107608     96978   2338577     16.79     17.69  --
311.89/311.93	c  S st  6720   2211023       279     21616         0    116996     96978   2592765     16.79     15.22  --
311.99/312.05	c  S st  6720   2211525       279     21616         0    117495     96978   2609330     16.79   no data  --
311.99/312.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
311.99/312.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
312.09/312.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
312.09/312.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
312.09/312.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
312.09/312.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
312.09/312.18	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
330.19/330.26	c lits-rem:       185  cl-subs:     4935  v-elim:      0  v-fix:    0  time: 18.08 s
330.19/330.26	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
330.19/330.30	c vivif2 --  cl tried   112560 cl shrink        0 lits rem          0 time: 0.03
330.49/330.51	c asymm  cl-useful: 0/2381/21616 lits-rem:0 time: 0.22
330.49/330.52	c calculated reachability. Time: 0.00
330.49/330.52	c  N dy  6720   2211525       279     21616         0    112560     96978   2513123     16.79   no data  --
333.60/333.65	c  N dy  6796   2231600       279     21616         0     69315     96978   1271853     16.79     17.69  --
336.29/336.35	c  N dy  6855   2252106       279     21616         0     89127     96978   1816442     16.79     17.72  --
339.49/339.55	c  N dy  6905   2273823       279     21616         0    109965     96978   2376966     16.78     17.66  --
343.30/343.38	c  N dy  7013   2294379       279     21616         0     66248     96978   1172992     16.79     17.73  --
346.10/346.13	c  N dy  7073   2315364       279     21616         0     86516     96978   1735548     16.78     17.68  --
349.09/349.15	c  N dy  7110   2336959       279     21616         0    107241     96978   2298358     16.77     17.66  --
352.59/352.69	c  N dy  7157   2358318       279     21616         0    127853     96978   2860035     16.77     17.76  --
355.49/355.55	c  N dy  7209   2378359       279     21616         0     82493     96978   1593609     16.76     17.89  --
358.40/358.40	c  N dy  7258   2398595       279     21616         0    102003     96978   2127984     16.75     17.65  --
361.40/361.45	c  N dy  7300   2418663       279     21616         0    121462     96978   2669244     16.75     17.68  --
364.79/364.88	c  N dy  7361   2439362       279     21616         0     75832     96978   1402237     16.75     17.72  --
367.59/367.64	c  N dy  7425   2459526       279     21616         0     95279     96978   1951055     16.75     17.82  --
370.70/370.78	c  N dy  7450   2480712       279     21616         0    115590     96978   2485479     16.73     17.62  --
374.50/374.55	c  N dy  7517   2501510       279     21616         0     69187     96978   1219882     16.73     17.96  --
377.19/377.21	c  N dy  7592   2521570       279     21616         0     88522     96978   1749962     16.73     24.56  --
381.70/381.72	c  N dy  7643   2551443       279     21616         0    117366     96978   2518215     16.72     17.69  --
385.50/385.54	c  N dy  7716   2572092       279     21616         0     69809     96978   1238673     16.72     17.60  --
388.30/388.36	c  N dy  7801   2592513       279     21616         0     89575     96978   1797024     16.72     17.73  --
392.10/392.11	c  N dy  7859   2616782       279     21616         0    113050     96978   2434393     16.72     17.66  --
396.49/396.51	c  N dy  7888   2641917       279     21616         0     68678     96978   1196402     16.70     17.59  --
399.90/399.90	c  N dy  7991   2666433       279     21616         0     92306     96978   1852547     16.71     17.60  --
402.90/402.92	c  N dy  8016   2686495       279     21616         0    111449     96978   2345456     16.69     19.74  --
406.40/406.44	c  N dy  8085   2707177       279     21616         0    131332     96978   2894179     16.69     17.63  --
407.20/407.27	c  S st  8107   2711526       279     21616         0    135536     96978   3015151     16.69     13.92  --
407.40/407.40	c  S st  8107   2712029       279     21616         0    136033     96978   3030378     16.69   no data  --
407.40/407.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
407.40/407.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
407.40/407.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
407.50/407.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
407.50/407.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
407.50/407.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
407.50/407.55	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
475.10/475.18	c lits-rem:       309  cl-subs:     7884  v-elim:      0  v-fix:    0  time: 67.62 s
475.10/475.18	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
475.20/475.22	c vivif2 --  cl tried   128149 cl shrink        0 lits rem          0 time: 0.04
475.40/475.47	c asymm  cl-useful: 0/3850/21616 lits-rem:0 time: 0.25
475.40/475.47	c calculated reachability. Time: 0.00
475.40/475.47	c  N dy  8107   2712029       279     21616         0    128149     96978   2882641     16.69   no data  --
478.89/478.90	c  N dy  8136   2735050       279     21616         0     81146     96978   1519372     16.68     17.62  --
481.99/482.01	c  N dy  8235   2755552       279     21616         0    100992     96978   2085068     16.69     17.60  --
485.39/485.40	c  N dy  8311   2775601       279     21616         0    120468     96978   2634286     16.69     23.27  --
488.90/488.92	c  N dy  8353   2796102       279     21616         0    140226     96978   3182040     16.68     18.08  --
491.90/491.92	c  N dy  8417   2816196       279     21616         0     89315     96978   1762585     16.68     19.94  --
495.20/495.26	c  N dy  8493   2838014       279     21616         0    110416     96978   2354725     16.69     17.78  --
499.00/499.03	c  N dy  8550   2860361       279     21616         0    131998     96978   2939836     16.68     17.57  --
502.49/502.53	c  N dy  8594   2880774       279     21616         0     80274     96978   1481075     16.68     17.70  --
505.39/505.48	c  N dy  8639   2901306       279     21616         0    100043     96978   2006910     16.67     17.56  --
508.80/508.87	c  N dy  8696   2922661       279     21616         0    120647     96978   2560769     16.67     17.67  --
512.60/512.67	c  N dy  8748   2944226       279     21616         0    141511     96978   3139597     16.66     17.56  --
516.00/516.09	c  N dy  8818   2965483       279     21616         0     89621     96978   1719011     16.66     17.67  --
519.59/519.64	c  N dy  8889   2988076       279     21616         0    111464     96978   2320564     16.66     17.62  --
523.39/523.47	c  N dy  8966   3010407       279     21616         0    133038     96978   2920159     16.66     17.56  --
527.40/527.42	c  N dy  9037   3030544       279     21616         0     79118     96978   1417979     16.66     17.54  --
530.50/530.59	c  N dy  9113   3052824       279     21616         0    100675     96978   2013090     16.66     17.57  --
533.61/533.62	c  N dy  9155   3072911       279     21616         0    120089     96978   2537859     16.65     19.02  --
537.30/537.30	c  N dy  9208   3093910       279     21616         0    140340     96978   3089942     16.65     17.60  --
540.90/540.94	c  N dy  9300   3114616       279     21616         0     86001     96978   1596763     16.65     17.55  --
544.00/544.02	c  N dy  9369   3134640       279     21616         0    105291     96978   2132560     16.66     21.11  --
547.20/547.24	c  N dy  9417   3154678       279     21616         0    124642     96978   2663408     16.65     21.01  --
550.70/550.71	c  N dy  9462   3174876       279     21616         0    144113     96978   3182382     16.65     17.53  --
553.90/553.97	c  N dy  9488   3195325       279     21616         0     88505     96978   1642240     16.64     17.52  --
556.50/556.56	c  S st  9577   3212030       279     21616         0    104668     96978   2102718     16.64     14.25  --
556.60/556.67	c  S st  9577   3212535       279     21616         0    105172     96978   2118784     16.64   no data  --
556.60/556.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
556.60/556.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
556.71/556.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
556.71/556.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
556.71/556.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
556.71/556.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
556.71/556.77	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
567.00/567.05	c lits-rem:       160  cl-subs:     2562  v-elim:      0  v-fix:    0  time: 10.27 s
567.00/567.05	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
567.00/567.07	c vivif2 --  cl tried   102610 cl shrink        0 lits rem          0 time: 0.02
567.30/567.30	c asymm  cl-useful: 0/2319/21616 lits-rem:0 time: 0.23
567.30/567.30	c calculated reachability. Time: 0.00
567.30/567.30	c  N dy  9577   3212535       279     21616         0    102610     96978   2069196     16.64   no data  --
570.30/570.38	c  N dy  9622   3233289       279     21616         0    122661     96978   2616640     16.64     17.56  --
573.89/573.99	c  N dy  9688   3253970       279     21616         0    142702     96978   3166262     16.64     17.54  --
578.40/578.40	c  N dy  9745   3280929       279     21616         0     92251     96978   1722888     16.63     17.61  --
581.40/581.48	c  N dy  9825   3300973       279     21616         0    111614     96978   2260256     16.63     18.82  --
585.10/585.11	c  N dy  9898   3321015       279     21616         0    130939     96978   2793740     16.63     20.23  --
589.00/589.02	c  N dy  9960   3342322       279     21616         0    151541     96978   3348559     16.63     17.53  --
592.30/592.37	c  N dy 10034   3362362       279     21616         0     93760     96978   1777817     16.63     18.76  --
595.40/595.41	c  N dy 10078   3382853       279     21616         0    113472     96978   2300839     16.63     17.56  --
599.20/599.28	c  N dy 10134   3405869       279     21616         0    135689     96978   2901918     16.62     17.50  --
603.20/603.24	c  N dy 10202   3426540       279     21616         0    155701     96978   3455963     16.62     17.76  --
606.69/606.74	c  N dy 10264   3449352       279     21616         0     99415     96978   1908144     16.62     17.54  --
610.09/610.17	c  N dy 10371   3469888       279     21616         0    119240     96978   2471711     16.62     17.55  --
613.69/613.71	c  N dy 10428   3489893       279     21616         0    138523     96978   2995477     16.62     17.56  --
617.80/617.89	c  N dy 10495   3510479       279     21616         0     79338     96978   1354320     16.62     17.57  --
620.90/620.94	c  N dy 10559   3532416       279     21616         0    100519     96978   1942469     16.62     17.57  --
624.30/624.36	c  N dy 10628   3554167       279     21616         0    121437     96978   2523978     16.62     17.52  --
627.99/628.05	c  N dy 10696   3574217       279     21616         0    140763     96978   3062271     16.62     17.81  --
632.09/632.19	c  N dy 10742   3594407       279     21616         0     80191     96978   1367395     16.61     17.51  --
635.30/635.37	c  N dy 10832   3615962       279     21616         0    100940     96978   1951518     16.62     17.62  --
638.70/638.76	c  N dy 10901   3636368       279     21616         0    120682     96978   2489473     16.62     17.55  --
643.30/643.39	c  N dy 10994   3661383       279     21616         0    144790     96978   3154048     16.62     17.57  --
647.70/647.76	c  N dy 11038   3683633       279     21616         0     85276     96978   1488764     16.61     17.65  --
650.60/650.67	c  N dy 11094   3703675       279     21616         0    104650     96978   2016827     16.61     17.50  --
652.00/652.01	c  S st 11099   3712537       279     21616         0    113238     96978   2239646     16.61     13.55  --
652.10/652.13	c  S st 11099   3713039       279     21616         0    113737     96978   2255128     16.61   no data  --
652.10/652.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
652.10/652.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
652.10/652.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
652.20/652.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
652.20/652.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
652.20/652.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
652.20/652.24	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
666.10/666.11	c lits-rem:       179  cl-subs:     2968  v-elim:      0  v-fix:    0  time: 13.86 s
666.10/666.11	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
666.10/666.13	c vivif2 --  cl tried   110769 cl shrink        0 lits rem          0 time: 0.02
666.30/666.38	c asymm  cl-useful: 0/1983/21616 lits-rem:0 time: 0.25
666.30/666.38	c calculated reachability. Time: 0.00
666.30/666.38	c  N dy 11099   3713039       279     21616         0    110769     96978   2198521     16.61   no data  --
669.40/669.46	c  N dy 11154   3733142       279     21616         0    130192     96978   2730495     16.61     17.60  --
672.70/672.77	c  F st 11203   3751562       279     21616         0    147995     96978   3210228     16.60     15.69  --
673.10/673.11	c  N st 11207   3753597       279     21616         0    149954     96978   3266766     16.60   no data  --
677.10/677.17	c  N dy 11293   3773613       279     21616         0     87345     96978   1548104     16.61     17.61  --
680.20/680.25	c  N dy 11349   3794521       279     21616         0    107519     96978   2097550     16.61     17.51  --
683.59/683.66	c  N dy 11424   3814594       279     21616         0    127004     96978   2637335     16.61     19.86  --
687.30/687.35	c  N dy 11480   3834658       279     21616         0    146314     96978   3166912     16.61     21.12  --
692.70/692.77	c  N dy 11548   3863221       279     21616         0     90768     96978   1604763     16.60     17.57  --
699.39/699.46	c  N dy 11610   3906445       279     21616         0    132118     96978   2663207     16.58     17.53  --
703.29/703.36	c  N dy 11703   3926669       279     21616         0    151723     96978   3211305     16.58     17.51  --
707.70/707.76	c  N dy 11758   3948760       279     21616         0     89213     96978   1561325     16.58     17.52  --
710.71/710.73	c  N dy 11826   3968840       279     21616         0    108571     96978   2093334     16.58     19.90  --
714.19/714.23	c  N dy 11903   3990084       279     21616         0    129150     96978   2659637     16.58     17.46  --
717.99/718.00	c  N dy 11954   4010885       279     21616         0    149190     96978   3191544     16.58     17.48  --
722.10/722.19	c  N dy 12037   4031171       279     21616         0    168776     96978   3725312     16.58     17.60  --
725.60/725.66	c  N dy 12118   4051451       279     21616         0    103582     96978   1973995     16.58     17.50  --
729.20/729.28	c  N dy 12195   4073459       279     21616         0    124848     96978   2568404     16.58     17.52  --
732.60/732.68	c  N dy 12233   4093733       279     21616         0    144495     96978   3103706     16.58     17.51  --
738.60/738.68	c  N dy 12273   4123449       279     21616         0     87193     96978   1488920     16.57     17.51  --
741.90/741.91	c  N dy 12383   4143958       279     21616         0    107078     96978   2050979     16.57     17.55  --
745.10/745.19	c  N dy 12448   4164131       279     21616         0    126424     96978   2581827     16.57     17.55  --
749.70/749.73	c  N dy 12518   4188959       279     21616         0    150440     96978   3232751     16.57     17.50  --
753.70/753.76	c  N dy 12555   4209638       279     21616         0    170392     96978   3768578     16.56     17.48  --
754.50/754.51	c  S st 12571   4213041       279     21616         0    173687     96978   3858885     16.56   no data  --
755.00/755.04	c  S st 12571   4213543       279     21616         0     87308     96978   1485354     16.56   no data  --
755.00/755.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
755.00/755.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
755.00/755.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
755.10/755.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
755.10/755.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
755.10/755.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
755.10/755.12	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
761.21/761.26	c lits-rem:         4  cl-subs:       56  v-elim:      0  v-fix:    0  time:  6.13 s
761.21/761.26	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
761.21/761.27	c vivif2 --  cl tried    87252 cl shrink        0 lits rem          0 time: 0.02
761.40/761.49	c asymm  cl-useful: 0/2879/21616 lits-rem:0 time: 0.21
761.40/761.49	c calculated reachability. Time: 0.00
761.40/761.49	c  N dy 12571   4213543       279     21616         0     87252     96978   1484456     16.56   no data  --
764.70/764.70	c  N dy 12658   4234941       279     21616         0    107933     96978   2059196     16.57     17.44  --
768.10/768.19	c  N dy 12736   4255184       279     21616         0    127566     96978   2605158     16.57     17.49  --
772.10/772.17	c  N dy 12832   4275330       279     21616         0    147031     96978   3149889     16.57     17.46  --
776.40/776.41	c  N dy 12890   4296669       279     21616         0    167607     96978   3706330     16.57     17.60  --
780.20/780.21	c  N dy 12952   4316742       279     21616         0     99091     96978   1793014     16.57     18.79  --
783.60/783.62	c  N dy 13047   4336830       279     21616         0    118525     96978   2337863     16.57     19.07  --
788.50/788.53	c  N dy 13064   4367375       279     21616         0    147775     96978   3071289     16.56     17.44  --
793.00/793.06	c  N dy 13096   4390858       279     21616         0    170388     96978   3675270     16.55     17.69  --
797.20/797.22	c  N dy 13210   4410937       279     21616         0    101140     96978   1851777     16.56     19.87  --
800.40/800.41	c  N dy 13278   4430994       279     21616         0    120553     96978   2389423     16.56     17.55  --
804.22/804.21	c  N dy 13380   4451048       279     21616         0    140011     96978   2935383     16.56     17.79  --
808.10/808.17	c  N dy 13457   4471059       279     21616         0    159351     96978   3477898     16.56     22.79  --
812.90/812.95	c  N dy 13502   4494981       279     21616         0     92507     96978   1587302     16.56     17.51  --
816.70/816.76	c  N dy 13551   4520877       279     21616         0    117433     96978   2253880     16.55     17.59  --
820.00/820.09	c  N dy 13597   4540957       279     21616         0    136637     96978   2768015     16.55     17.43  --
823.80/823.88	c  N dy 13639   4560990       279     21616         0    155929     96978   3281782     16.54     18.65  --
828.31/828.33	c  N dy 13707   4582251       279     21616         0    176488     96978   3837447     16.54     17.50  --
832.50/832.52	c  N dy 13775   4604695       279     21616         0    107556     96978   1990627     16.54     17.45  --
836.60/836.66	c  N dy 13828   4631056       279     21616         0    132832     96978   2659851     16.54     17.42  --
840.40/840.48	c  N dy 13886   4651183       279     21616         0    152276     96978   3181605     16.54     17.47  --
844.60/844.66	c  N dy 13983   4671205       279     21616         0    171605     96978   3724821     16.54     19.32  --
848.90/848.97	c  N dy 14044   4691499       279     21616         0     99623     96978   1764893     16.54     17.45  --
852.20/852.25	c  N dy 14082   4712012       279     21616         0    119269     96978   2258893     16.53     17.61  --
852.40/852.48	c  S st 14085   4713544       279     21616         0    120719     96978   2297459     16.53     15.31  --
852.51/852.60	c  S st 14085   4714047       279     21616         0    121215     96978   2313276     16.53   no data  --
852.61/852.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
852.61/852.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
852.61/852.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
852.70/852.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
852.70/852.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
852.70/852.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
852.70/852.73	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
866.40/866.43	c lits-rem:        99  cl-subs:     5369  v-elim:      0  v-fix:    0  time: 13.71 s
866.40/866.43	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
866.40/866.46	c vivif2 --  cl tried   115846 cl shrink        0 lits rem          0 time: 0.02
866.70/866.72	c asymm  cl-useful: 0/2070/21616 lits-rem:0 time: 0.26
866.70/866.73	c calculated reachability. Time: 0.00
866.70/866.73	c  N dy 14085   4714047       279     21616         0    115846     96978   2220741     16.53   no data  --
870.40/870.43	c  N dy 14150   4736778       279     21616         0    137713     96978   2822056     16.53     17.51  --
874.30/874.39	c  N dy 14254   4756789       279     21616         0    157087     96978   3364419     16.53     19.29  --
879.60/879.64	c  N dy 14284   4783741       279     21616         0    182919     96978   4032035     16.52     17.42  --
883.31/883.31	c  N dy 14357   4803757       279     21616         0    109831     96978   2042076     16.52     17.44  --
886.91/886.98	c  N dy 14451   4824871       279     21616         0    130279     96978   2612907     16.53     17.44  --
890.60/890.69	c  N dy 14509   4844876       279     21616         0    149611     96978   3143541     16.53     17.49  --
895.20/895.28	c  N dy 14578   4868011       279     21616         0    171936     96978   3741386     16.52     17.45  --
899.81/899.89	c  N dy 14635   4889012       279     21616         0     98668     96978   1717070     16.52     17.63  --
903.90/903.99	c  N dy 14684   4916712       279     21616         0    125240     96978   2414564     16.52     17.46  --
907.70/907.71	c  N dy 14757   4937008       279     21616         0    144923     96978   2961787     16.52     17.43  --
912.50/912.54	c  N dy 14829   4962281       279     21616         0    169271     96978   3607713     16.51     17.48  --
917.20/917.29	c  N dy 14875   4982777       279     21616         0     94627     96978   1598275     16.51     17.43  --
920.50/920.51	c  N dy 14940   5003579       279     21616         0    114616     96978   2137702     16.51     17.45  --
924.01/924.02	c  N dy 14989   5025372       279     21616         0    135449     96978   2699321     16.51     17.40  --
927.60/927.69	c  N dy 15044   5045421       279     21616         0    154803     96978   3228125     16.51     19.08  --
932.20/932.29	c  N dy 15082   5068994       279     21616         0    177436     96978   3818842     16.50     17.52  --
936.60/936.67	c  N dy 15145   5089008       279     21616         0    101474     96978   1774534     16.50     17.44  --
940.21/940.23	c  N dy 15228   5111472       279     21616         0    123139     96978   2376489     16.50     17.38  --
943.81/943.88	c  N dy 15310   5131574       279     21616         0    142538     96978   2917788     16.50     20.35  --
948.50/948.58	c  N dy 15357   5156417       279     21616         0    166392     96978   3539034     16.50     17.39  --
955.30/955.35	c  N dy 15375   5189794       279     21616         0    102011     96978   1768687     16.48     17.36  --
958.60/958.63	c  N dy 15435   5210756       279     21616         0    122251     96978   2323243     16.48     17.52  --
959.21/959.23	c  S st 15451   5214047       279     21616         0    125425     96978   2411793     16.48     16.73  --
959.31/959.35	c  S st 15451   5214550       279     21616         0    125918     96978   2426775     16.48   no data  --
959.31/959.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
959.31/959.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
959.40/959.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
959.40/959.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
959.40/959.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
959.40/959.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
959.40/959.48	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
975.90/975.96	c lits-rem:       464  cl-subs:     3727  v-elim:      0  v-fix:    0  time: 16.48 s
975.90/975.96	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
975.90/975.99	c vivif2 --  cl tried   122191 cl shrink        0 lits rem          0 time: 0.03
976.20/976.25	c asymm  cl-useful: 0/2382/21616 lits-rem:0 time: 0.26
976.20/976.26	c calculated reachability. Time: 0.00
976.20/976.26	c  N dy 15451   5214550       279     21616         0    122191     96978   2358891     16.48   no data  --
979.40/979.50	c  N dy 15511   5234562       279     21616         0    141413     96978   2884131     16.48     17.61  --
983.20/983.20	c  N dy 15549   5255172       279     21616         0    161188     96978   3404665     16.48     17.39  --
987.31/987.32	c  N dy 15624   5275271       279     21616         0    180608     96978   3931985     16.48     19.98  --
992.80/992.81	c  N dy 15691   5303813       279     21616         0    110929     96978   1992173     16.47     17.36  --
996.20/996.25	c  N dy 15755   5324906       279     21616         0    131297     96978   2548324     16.47     17.51  --
1000.20/1000.21	c  N dy 15829   5346202       279     21616         0    151872     96978   3118521     16.47     17.46  --
1005.01/1005.05	c  N dy 15899   5370902       279     21616         0    175787     96978   3762658     16.47     17.36  --
1009.81/1009.85	c  N dy 15965   5391216       279     21616         0    195384     96978   4294302     16.47     17.54  --
1013.50/1013.54	c  N dy 16025   5411250       279     21616         0    116491     96978   2153710     16.47     17.34  --
1017.20/1017.20	c  N dy 16082   5432813       279     21616         0    137292     96978   2714289     16.47     17.36  --
1021.30/1021.35	c  N dy 16184   5452840       279     21616         0    156691     96978   3259616     16.47     22.29  --
1025.70/1025.78	c  N dy 16258   5473859       279     21616         0    177023     96978   3828476     16.48     17.35  --
1030.40/1030.46	c  N dy 16324   5493867       279     21616         0    196342     96978   4354978     16.48     20.03  --
1034.30/1034.31	c  N dy 16360   5514548       279     21616         0    116950     96978   2144874     16.47     17.39  --
1039.20/1039.24	c  N dy 16410   5543424       279     21616         0    144683     96978   2867895     16.47     17.49  --
1043.10/1043.14	c  N dy 16476   5563486       279     21616         0    164035     96978   3399846     16.47     21.60  --
1047.20/1047.30	c  N dy 16552   5583496       279     21616         0    183296     96978   3933145     16.47     19.85  --
1052.71/1052.78	c  N dy 16656   5604704       279     21616         0    103560     96978   1770684     16.47     17.40  --
1055.80/1055.84	c  N dy 16690   5624716       279     21616         0    122894     96978   2280920     16.47     18.82  --
1059.60/1059.66	c  N dy 16751   5646520       279     21616         0    143942     96978   2848366     16.47     17.41  --
1063.30/1063.37	c  N dy 16801   5666688       279     21616         0    163302     96978   3369899     16.46     17.55  --
1067.90/1067.94	c  N dy 16865   5689104       279     21616         0    184924     96978   3951662     16.46     17.35  --
1072.50/1072.58	c  N dy 16888   5711030       279     21616         0    104871     96978   1793720     16.46     17.33  --
1073.10/1073.13	c  S st 16897   5714552       279     21616         0    108225     96978   1880256     16.46     14.71  --
1073.20/1073.23	c  S st 16897   5715055       279     21616         0    108727     96978   1895375     16.46   no data  --
1073.20/1073.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1073.20/1073.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1073.20/1073.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
1073.30/1073.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1073.30/1073.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1073.30/1073.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
1073.30/1073.34	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1083.10/1083.11	c lits-rem:        23  cl-subs:      825  v-elim:      0  v-fix:    0  time:  9.77 s
1083.10/1083.11	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
1083.10/1083.13	c vivif2 --  cl tried   107902 cl shrink        0 lits rem          0 time: 0.02
1083.30/1083.37	c asymm  cl-useful: 0/3181/21616 lits-rem:0 time: 0.24
1083.30/1083.38	c calculated reachability. Time: 0.00
1083.30/1083.38	c  N dy 16897   5715055       279     21616         0    107902     96978   1880092     16.46   no data  --
1087.10/1087.11	c  N dy 16996   5737657       279     21616         0    129740     96978   2486858     16.46     17.40  --
1090.90/1090.93	c  N dy 17073   5758170       279     21616         0    149544     96978   3027801     16.46     17.46  --
1095.00/1095.07	c  N dy 17136   5779256       279     21616         0    169904     96978   3579615     16.46     17.43  --
1100.20/1100.23	c  N dy 17231   5802122       279     21616         0    191954     96978   4192575     16.46     17.37  --
1105.00/1105.04	c  N dy 17325   5822175       279     21616         0    109127     96978   1912822     16.46     17.51  --
1108.10/1108.15	c  N dy 17357   5842267       279     21616         0    128464     96978   2413048     16.46     19.24  --
1112.00/1112.02	c  N dy 17421   5862719       279     21616         0    148046     96978   2925137     16.45     17.38  --
1116.40/1116.44	c  N dy 17498   5885406       279     21616         0    169924     96978   3531232     16.45     17.35  --
1120.70/1120.74	c  N dy 17572   5905733       279     21616         0    189561     96978   4075090     16.45     17.47  --
1125.60/1125.66	c  N dy 17630   5926185       279     21616         0    106096     96978   1806614     16.45     17.32  --
1129.00/1129.02	c  N dy 17693   5946413       279     21616         0    125649     96978   2334521     16.45     17.34  --
1132.70/1132.77	c  N dy 17769   5966527       279     21616         0    144993     96978   2864345     16.45     17.53  --
1138.40/1138.44	c  N dy 17821   5996611       279     21616         0    173992     96978   3635705     16.45     17.37  --
1143.10/1143.13	c  N dy 17922   6016613       279     21616         0    193278     96978   4175827     16.45     18.04  --
1148.10/1148.11	c  N dy 17979   6037098       279     21616         0    108956     96978   1874571     16.45     17.41  --
1151.50/1151.59	c  N dy 18072   6057479       279     21616         0    128687     96978   2422292     16.45     17.32  --
1155.21/1155.26	c  N dy 18145   6077530       279     21616         0    148021     96978   2961218     16.45     22.15  --
1160.90/1160.94	c  N dy 18164   6108856       279     21616         0    177966     96978   3711440     16.44     17.38  --
1165.50/1165.58	c  N dy 18243   6128939       279     21616         0    197333     96978   4234454     16.45     20.31  --
1170.31/1170.32	c  N dy 18302   6149175       279     21616         0    111859     96978   1944195     16.44     17.37  --
1174.11/1174.16	c  N dy 18396   6171359       279     21616         0    133287     96978   2536217     16.45     17.38  --
1177.61/1177.61	c  N dy 18410   6191402       279     21616         0    152591     96978   3047891     16.44     19.30  --
1181.61/1181.67	c  N dy 18449   6212756       279     21616         0    173079     96978   3587373     16.44     17.32  --
1182.11/1182.11	c  S st 18455   6215056       279     21616         0    175309     96978   3649855     16.44     14.97  --
1182.21/1182.28	c  S st 18455   6215556       279     21616         0    175807     96978   3664064     16.44   no data  --
1182.21/1182.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1182.21/1182.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1182.31/1182.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.08
1182.41/1182.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1182.41/1182.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1182.41/1182.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    279 time:  0.00 s
1182.41/1182.48	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1297.02/1297.09	c lits-rem:       446  cl-subs:     6443  v-elim:      0  v-fix:    0  time: 114.61 s
1297.02/1297.09	c vivif2 --  cl tried    21616 cl shrink        0 lits rem          0 time: 0.00
1297.10/1297.13	c vivif2 --  cl tried   169364 cl shrink        0 lits rem          0 time: 0.04
1297.20/1297.22	c asymm  cl-useful: 0/571/21616 lits-rem:0 time: 0.09
1297.20/1297.23	c calculated reachability. Time: 0.00
1297.20/1297.23	c  N dy 18455   6215556       279     21616         0    169364     96978   3541287     16.44   no data  --

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.91 4.01 3.99 4/324 8872
/proc/meminfo: memFree=22584156/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=30252 CPUtime=0 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 768 0 0 0 0 0 0 0 25 0 1 0 729472211 30978048 708 33554432000 4194304 4650387 140736003355088 18446744073709551615 252457762571 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 7599 719 328 112 0 2564 0

[startup+0.110449 s]
/proc/loadavg: 3.91 4.01 3.99 4/324 8872
/proc/meminfo: memFree=22584156/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=30764 CPUtime=0.1 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 995 0 0 0 10 0 0 0 25 0 1 0 729472211 31502336 935 33554432000 4194304 4650387 140736003355088 18446744073709551615 4369219 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 7691 935 346 112 0 2656 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30764

[startup+0.200409 s]
/proc/loadavg: 3.91 4.01 3.99 4/324 8872
/proc/meminfo: memFree=22584156/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=36616 CPUtime=0.19 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 2396 0 0 0 19 0 0 0 25 0 1 0 729472211 37494784 2068 33554432000 4194304 4650387 140736003355088 18446744073709551615 4363437 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 9154 2068 378 112 0 4119 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 36616

[startup+0.300411 s]
/proc/loadavg: 3.91 4.01 3.99 4/324 8872
/proc/meminfo: memFree=22584156/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=36616 CPUtime=0.29 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 2456 0 0 0 29 0 0 0 25 0 1 0 729472211 37494784 2128 33554432000 4194304 4650387 140736003355088 18446744073709551615 4366911 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 9154 2128 378 112 0 4119 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36616

[startup+0.700339 s]
/proc/loadavg: 3.91 4.01 3.99 4/324 8872
/proc/meminfo: memFree=22584156/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=36616 CPUtime=0.69 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 2676 0 0 0 69 0 0 0 25 0 1 0 729472211 37494784 2348 33554432000 4194304 4650387 140736003355088 18446744073709551615 4363426 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 9154 2348 380 112 0 4119 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36616

[startup+1.50016 s]
/proc/loadavg: 3.91 4.01 3.99 6/327 8900
/proc/meminfo: memFree=22591308/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=37300 CPUtime=1.49 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 3598 0 0 0 149 0 0 0 25 0 1 0 729472211 38195200 2272 33554432000 4194304 4650387 140736003355088 18446744073709551615 4328240 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 9325 2272 380 112 0 4290 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37300

[startup+3.10089 s]
/proc/loadavg: 3.91 4.01 3.99 5/327 8900
/proc/meminfo: memFree=22586968/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=44636 CPUtime=3.09 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 6060 0 0 0 309 0 0 0 25 0 1 0 729472211 45707264 4207 33554432000 4194304 4650387 140736003355088 18446744073709551615 4438639 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 11159 4207 382 112 0 6124 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44636

[startup+6.3003 s]
/proc/loadavg: 4.00 4.03 4.00 5/327 8901
/proc/meminfo: memFree=22566072/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=45532 CPUtime=6.29 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 7429 0 0 0 628 1 0 0 25 0 1 0 729472211 46624768 4331 33554432000 4194304 4650387 140736003355088 18446744073709551615 4438639 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 11383 4331 382 112 0 6348 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45532

[startup+12.7011 s]
/proc/loadavg: 4.00 4.03 4.00 5/327 8901
/proc/meminfo: memFree=22556396/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=48384 CPUtime=12.69 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 10618 0 0 0 1268 1 0 0 25 0 1 0 729472211 49545216 5226 33554432000 4194304 4650387 140736003355088 18446744073709551615 4363499 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 12096 5226 382 112 0 7061 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48384

[startup+25.5007 s]
/proc/loadavg: 4.00 4.03 4.00 6/327 8901
/proc/meminfo: memFree=22536312/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=61260 CPUtime=25.49 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 19737 0 0 0 2546 3 0 0 25 0 1 0 729472211 62730240 8390 33554432000 4194304 4650387 140736003355088 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 15315 8390 382 112 0 10280 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61260

[startup+51.101 s]
/proc/loadavg: 4.00 4.02 4.00 5/327 8911
/proc/meminfo: memFree=22521396/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=67496 CPUtime=51.09 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 33401 0 0 0 5104 5 0 0 25 0 1 0 729472211 69115904 9917 33554432000 4194304 4650387 140736003355088 18446744073709551615 4366847 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 16874 9917 382 112 0 11839 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67496

[startup+102.3 s]
/proc/loadavg: 3.47 3.88 3.95 5/321 8930
/proc/meminfo: memFree=22861956/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=90980 CPUtime=102.3 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 59151 0 0 0 10221 9 0 0 25 0 1 0 729472211 93163520 15862 33554432000 4194304 4650387 140736003355088 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 22745 15862 382 112 0 17710 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 90980

[startup+162.3 s]
/proc/loadavg: 3.17 3.72 3.89 5/321 8932
/proc/meminfo: memFree=22830168/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=101824 CPUtime=162.29 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 84384 0 0 0 16215 14 0 0 25 0 1 0 729472211 104267776 17971 33554432000 4194304 4650387 140736003355088 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 25456 17971 382 112 0 20421 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 101824

[startup+222.312 s]
/proc/loadavg: 3.06 3.58 3.83 5/321 8933
/proc/meminfo: memFree=22820920/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=102564 CPUtime=222.3 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 106636 0 0 0 22212 18 0 0 25 0 1 0 729472211 105025536 18578 33554432000 4194304 4650387 140736003355088 18446744073709551615 4368089 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 25641 18578 382 112 0 20606 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 102564

[startup+282.301 s]
/proc/loadavg: 3.02 3.47 3.78 5/321 8935
/proc/meminfo: memFree=22798680/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=122304 CPUtime=282.29 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 127012 0 0 0 28208 21 0 0 25 0 1 0 729472211 125239296 23720 33554432000 4194304 4650387 140736003355088 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 30576 23720 382 112 0 25541 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 122304

[startup+342.301 s]
/proc/loadavg: 2.72 3.32 3.70 3/315 8954
/proc/meminfo: memFree=22952328/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=130028 CPUtime=342.29 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 142282 0 0 0 34204 25 0 0 25 0 1 0 729472211 133148672 25947 33554432000 4194304 4650387 140736003355088 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 32507 25947 382 112 0 27472 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 130028

[startup+402.301 s]
/proc/loadavg: 2.36 3.11 3.60 3/315 8956
/proc/meminfo: memFree=22941984/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=130620 CPUtime=402.3 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 162325 0 0 0 40200 30 0 0 25 0 1 0 729472211 133754880 25359 33554432000 4194304 4650387 140736003355088 18446744073709551615 4363420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 32655 25359 382 112 0 27620 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 130620

[startup+462.3 s]
/proc/loadavg: 2.13 2.90 3.50 3/315 8958
/proc/meminfo: memFree=22930868/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=136032 CPUtime=462.3 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 164996 0 0 0 46200 30 0 0 25 0 1 0 729472211 139296768 28030 33554432000 4194304 4650387 140736003355088 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 34008 28030 382 112 0 28973 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 136032

[startup+522.3 s]
/proc/loadavg: 2.05 2.74 3.40 3/315 8959
/proc/meminfo: memFree=22924820/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=136364 CPUtime=522.29 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 179695 0 0 0 52197 32 0 0 25 0 1 0 729472211 139636736 27726 33554432000 4194304 4650387 140736003355088 18446744073709551615 4361034 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 34091 27726 382 112 0 29056 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 136364

[startup+582.301 s]
/proc/loadavg: 2.02 2.60 3.31 4/315 8961
/proc/meminfo: memFree=22881108/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=142252 CPUtime=582.3 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 196188 0 0 0 58194 36 0 0 25 0 1 0 729472211 145666048 28637 33554432000 4194304 4650387 140736003355088 18446744073709551615 4365163 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 35563 28637 382 112 0 30528 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 142252

[startup+642.301 s]
/proc/loadavg: 2.00 2.49 3.23 4/315 8962
/proc/meminfo: memFree=22877708/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=142580 CPUtime=642.3 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 213036 0 0 0 64191 39 0 0 25 0 1 0 729472211 146001920 29313 33554432000 4194304 4650387 140736003355088 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 35645 29313 382 112 0 30610 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 142580

[startup+702.301 s]
/proc/loadavg: 2.00 2.40 3.15 3/315 8964
/proc/meminfo: memFree=22874444/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=142856 CPUtime=702.29 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 225932 0 0 0 70188 41 0 0 25 0 1 0 729472211 146284544 29468 33554432000 4194304 4650387 140736003355088 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 35714 29468 382 112 0 30679 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 142856

[startup+762.301 s]
/proc/loadavg: 2.00 2.32 3.07 3/315 8966
/proc/meminfo: memFree=22869676/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=143204 CPUtime=762.31 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 241789 0 0 0 76186 45 0 0 25 0 1 0 729472211 146640896 27943 33554432000 4194304 4650387 140736003355088 18446744073709551615 4329557 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 35801 27943 382 112 0 30766 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 143204

[startup+822.3 s]
/proc/loadavg: 2.00 2.26 3.00 4/315 8967
/proc/meminfo: memFree=22860836/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=143468 CPUtime=822.3 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 256972 0 0 0 82182 48 0 0 25 0 1 0 729472211 146911232 29527 33554432000 4194304 4650387 140736003355088 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 35867 29527 382 112 0 30832 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 143468

[startup+882.311 s]
/proc/loadavg: 2.00 2.21 2.94 3/315 8969
/proc/meminfo: memFree=22873696/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=143688 CPUtime=882.32 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 269724 0 0 0 88182 50 0 0 25 0 1 0 729472211 147136512 28260 33554432000 4194304 4650387 140736003355088 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 35922 28260 382 112 0 30887 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 143688

[startup+942.301 s]
/proc/loadavg: 2.13 2.20 2.89 3/315 8970
/proc/meminfo: memFree=22867580/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=143948 CPUtime=942.31 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 284920 0 0 0 94179 52 0 0 25 0 1 0 729472211 147402752 29132 33554432000 4194304 4650387 140736003355088 18446744073709551615 4365205 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 35987 29132 382 112 0 30952 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 143948

[startup+1002.3 s]
/proc/loadavg: 2.05 2.16 2.83 3/315 8972
/proc/meminfo: memFree=22859956/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=147892 CPUtime=1002.3 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 296100 0 0 0 100177 53 0 0 25 0 1 0 729472211 151441408 30479 33554432000 4194304 4650387 140736003355088 18446744073709551615 4328302 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 36973 30479 382 112 0 31938 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 147892

[startup+1062.3 s]
/proc/loadavg: 2.02 2.13 2.77 3/315 8974
/proc/meminfo: memFree=22857532/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=148176 CPUtime=1062.3 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 310991 0 0 0 106173 57 0 0 25 0 1 0 729472211 151732224 30290 33554432000 4194304 4650387 140736003355088 18446744073709551615 4332006 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 37044 30290 382 112 0 32009 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 148176

[startup+1122.3 s]
/proc/loadavg: 2.00 2.10 2.72 4/315 8975
/proc/meminfo: memFree=22841724/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=213896 CPUtime=1122.3 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 322384 0 0 0 112171 59 0 0 25 0 1 0 729472211 219029504 31403 33554432000 4194304 4650387 140736003355088 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 53474 31403 382 112 0 48439 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 213896

[startup+1182.3 s]
/proc/loadavg: 2.00 2.08 2.68 3/315 8977
/proc/meminfo: memFree=22849868/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=148596 CPUtime=1182.31 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 337431 0 0 0 118169 62 0 0 25 0 1 0 729472211 152162304 30762 33554432000 4194304 4650387 140736003355088 18446744073709551615 4371056 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 37149 30762 382 112 0 32114 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 148596

[startup+1242.3 s]
/proc/loadavg: 2.00 2.06 2.63 3/315 8978
/proc/meminfo: memFree=22828844/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=168836 CPUtime=1242.3 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 342227 0 0 0 124168 62 0 0 25 0 1 0 729472211 172888064 35558 33554432000 4194304 4650387 140736003355088 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 42209 35558 382 112 0 37174 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 168836



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.05 2.59 3/315 8980
/proc/meminfo: memFree=22816640/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=168836 CPUtime=1300.01 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 342691 0 0 0 129939 62 0 0 25 0 1 0 729472211 172888064 36022 33554432000 4194304 4650387 140736003355088 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 42209 36022 382 112 0 37174 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 168836

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

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

[startup+1300 s]
/proc/loadavg: 2.00 2.05 2.59 3/315 8980
/proc/meminfo: memFree=22816640/32951124 swapFree=59305796/67111528
[pid=8872] ppid=8870 vsize=168836 CPUtime=1300.01 cores=4,6
/proc/8872/stat : 8872 (strangenight1-s) R 8870 8872 8223 0 -1 4202496 342691 0 0 0 129939 62 0 0 25 0 1 0 729472211 172888064 36022 33554432000 4194304 4650387 140736003355088 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8872/statm: 42209 36022 382 112 0 37174 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 168836

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.03
CPU user time (s): 1299.4
CPU system time (s): 0.632903
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 231544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.4
system time used= 0.632903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342692
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= 14
involuntary context switches= 1292

runsolver used 4.17836 second user time and 8.87165 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 19:00:17
IDJOB=3370324
IDBENCH=83320
IDSOLVER=1847
FILE ID=node111/3370324-1305392417
RUNJOBID= node111-1305391115-8549
PBS_JOBID= 13324403
Free space on /tmp= 73640 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370324-1305392417/watcher-3370324-1305392417 -o /tmp/evaluation-result-3370324-1305392417/solver-3370324-1305392417 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370324-1305392417.cnf

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

MD5SUM BENCH= d2562f4e152a54a992ab300a2bacfba9
RANDOM SEED=258715357

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22584436 kB
Buffers:        253872 kB
Cached:        6339756 kB
SwapCached:      13720 kB
Active:        1363956 kB
Inactive:      8786168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22584436 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:            6668 kB
Writeback:          28 kB
AnonPages:     3552020 kB
Mapped:          13684 kB
Slab:           114004 kB
PageTables:      38164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53938092 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= 73664 MiB
End job on node111 at 2011-05-14 19:21:59