Trace number 3367322

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.02 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S338979727-056-UNKNOWN.cnf
MD5SUMa0ab6c55c9b144fcd835244bca95a82b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.52816
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367322-1305380665.cnf'
0.00/0.01	c -- header says num vars:          10000
0.00/0.01	c -- header says num clauses:       42000
0.00/0.02	c -- clauses added:            0 learnts,        42000 normals,            0 xors
0.00/0.02	c -- vars added      10000
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0     10000     42000         0         0    126000         0   no data   no data
0.03/0.05	c asymm  cl-useful: 0/42000/42000 lits-rem:0 time: 0.03
0.03/0.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.03/0.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.03/0.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.03/0.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.03/0.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10000 time:  0.00 s
0.03/0.08	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
0.08/0.12	c lits-rem:         0  cl-subs:        0  v-elim:    260  v-fix:    0  time:  0.04 s
0.08/0.12	c Finding binary XORs  T:     0.00 s  found:       0
0.08/0.13	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.08/0.13	c calculated reachability. Time: 0.00
0.08/0.13	c Calc default polars -  time:   0.00 s pos:    4445 undec:    1202 neg:    4353
0.08/0.13	c =========================================================================================
0.08/0.13	c types(t): F = full restart, N = normal restart
0.08/0.13	c types(t): S = simplification begin/end, E = solution found
0.08/0.13	c restart types(rt): st = static, dy = dynamic
0.08/0.13	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.08/0.13	c  B st     0         0      9740     41711         0         0    126723         0   no data   no data
0.68/0.79	c  N dy    19      4377      9740     41711         0      4374    126723    695268     95.53    100.91
1.38/1.47	c  N dy    43      8637      9740     41711         0      5139    126723    408915     94.53    100.89
2.09/2.12	c  N dy    72     12720      9740     41711         0      9222    126723   1005176     94.28     99.78
2.69/2.78	c  N dy    95     16851      9740     41711         0      7609    126723    468180     93.90     99.85
3.39/3.44	c  N dy   120     20907      9740     41711         0     11665    126723   1058736     93.46     98.58
4.09/4.13	c  F st   146     25000      9740     41711         0      8380    126723    369441     93.45   no data
4.09/4.14	c  N st   146     25000      9740     41711         0      8380    126723    369441     93.45   no data
4.98/5.04	c  N dy   152     30002      9740     41711         0     13379    126723   1311422     93.45   no data
4.98/5.04	c  S st   152     30002      9740     41711         0     13379    126723   1311422     93.45   no data
5.08/5.12	c  S st   152     30502      9740     41711         0     13879    126723   1364794     93.45   no data
5.08/5.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.08/5.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
5.08/5.15	c blocked clauses removed:      196 vars:     32 tried:        9740 T: 0.00 s
5.08/5.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.08/5.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.08/5.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9708 time:  0.00 s
5.08/5.16	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
5.08/5.19	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.03 s
5.18/5.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.39/5.45	c lits-rem:        14  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.18 s
5.39/5.49	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.04
5.39/5.49	c calculated reachability. Time: 0.00
5.39/5.49	c  N dy   152     30502      9706     41513         0     13670    126139   1297142     93.45   no data
6.18/6.26	c  N dy   174     34916      9706     41513         0      9499    126139    349424     92.91     99.86
6.88/6.94	c  N dy   202     39013      9706     41513         0     13596    126139    974434     93.40     99.75
7.59/7.65	c  N dy   230     43083      9706     41513         0     17665    126139   1565397     93.40    102.51
8.09/8.14	c  S st   253     45754      9706     41513         0     10547    126139    338975     93.76     93.91
8.19/8.22	c  S st   253     46257      9706     41513         0     11050    126139    394125     93.76   no data
8.19/8.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.19/8.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
8.19/8.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.19/8.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.19/8.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.19/8.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
8.19/8.26	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
8.19/8.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
8.29/8.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.29/8.33	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.03 s
8.29/8.33	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
8.29/8.34	c vivif2 --  cl tried    11049 cl shrink        0 lits rem          0 time: 0.00
8.29/8.38	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.04
8.29/8.38	c calculated reachability. Time: 0.00
8.29/8.38	c  N dy   253     46257      9706     41513         0     11049    126139    394003     93.76   no data
8.99/9.06	c  N dy   280     50294      9706     41513         0     15086    126139    990588     93.85     99.21
9.79/9.81	c  N dy   307     54548      9706     41513         0     19340    126139   1626642     93.83     98.85
10.48/10.55	c  N dy   332     58670      9706     41513         0     12565    126139    478490     93.83     99.04
11.19/11.24	c  N dy   356     62707      9706     41513         0     16602    126139   1096656     94.08    101.61
11.89/11.97	c  N dy   384     66781      9706     41513         0     20675    126139   1709128     94.12    100.96
12.39/12.43	c  S st   401     69385      9706     41513         0     23279    126139   2084584     94.07   no data
12.49/12.53	c  S st   401     69890      9706     41513         0     23784    126139   2139301     94.07   no data
12.49/12.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.49/12.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
12.49/12.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.49/12.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.49/12.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.49/12.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
12.49/12.57	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
12.59/12.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
12.69/12.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.29/13.34	c lits-rem:        22  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.63 s
13.29/13.35	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
13.29/13.37	c vivif2 --  cl tried    23779 cl shrink        0 lits rem          0 time: 0.03
13.39/13.42	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.05
13.39/13.43	c calculated reachability. Time: 0.00
13.39/13.43	c  N dy   401     69890      9706     41513         0     23779    126139   2137328     94.07   no data
14.19/14.21	c  N dy   426     74382      9706     41513         0     16324    126139    873071     93.98    118.84
14.99/15.08	c  N dy   457     79295      9706     41513         0     21237    126139   1608725     93.89     99.39
15.99/16.06	c  N dy   489     84464      9706     41513         0     13433    126139    294706     93.83     99.47
16.50/16.57	c  F st   512     87500      9706     41513         0     16469    126139    746957     93.89   no data
17.08/17.20	c  N st   517     90801      9706     41513         0     19770    126139   1346447     93.89   no data
18.29/18.33	c  N dy   548     96886      9706     41513         0     25855    126139   2311961     94.09    100.92
19.39/19.47	c  N dy   585    103209      9706     41513         0     18189    126139    843479     93.85     99.39
19.69/19.78	c  S st   597    104835      9706     41513         0     19815    126139   1101324     94.00    105.64
19.80/19.87	c  S st   597    105336      9706     41513         0     20316    126139   1156746     94.00   no data
19.80/19.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.80/19.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
19.89/19.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.89/19.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.89/19.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.89/19.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
19.89/19.91	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
19.89/19.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
19.89/19.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.19/20.20	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.21 s
20.19/20.20	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
20.19/20.22	c vivif2 --  cl tried    20315 cl shrink        0 lits rem          0 time: 0.02
20.19/20.27	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.05
20.19/20.27	c calculated reachability. Time: 0.00
20.19/20.27	c  N dy   597    105336      9706     41513         0     20315    126139   1156115     94.00   no data
21.68/21.76	c  N dy   642    112204      9706     41513         0     27182    126139   2199465     94.15    103.96
23.10/23.18	c  N dy   689    119373      9706     41513         0     19360    126139    880379     94.18    105.94
24.48/24.59	c  N dy   735    127076      9706     41513         0     27063    126139   2045083     94.23    102.32
26.08/26.14	c  N dy   795    135207      9706     41513         0     19197    126139    724062     94.48    101.55
27.68/27.73	c  N dy   848    143918      9706     41513         0     27908    126139   2022707     94.48    101.28
29.48/29.51	c  N dy   909    153136      9706     41513         0     20127    126139    718260     94.50    102.15
30.39/30.40	c  S st   937    158005      9706     41513         0     24996    126139   1439790     94.44     91.13
30.39/30.49	c  S st   937    158511      9706     41513         0     25502    126139   1490532     94.44   no data
30.49/30.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.49/30.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
30.49/30.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.49/30.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.49/30.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.49/30.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
30.49/30.54	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
30.49/30.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
30.59/30.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.99/31.01	c lits-rem:         9  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.38 s
30.99/31.01	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
30.99/31.03	c vivif2 --  cl tried    25502 cl shrink        0 lits rem          0 time: 0.02
30.99/31.08	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.05
30.99/31.09	c calculated reachability. Time: 0.00
30.99/31.09	c  N dy   937    158511      9706     41513         0     25502    126139   1490523     94.44   no data
33.00/33.08	c  N dy   997    168708      9706     41513         0     35698    126139   2977198     94.33    103.30
35.09/35.14	c  N dy  1070    179543      9706     41513         0     28537    126139   1884361     94.50    103.83
37.29/37.41	c  N dy  1140    191004      9706     41513         0     21001    126139    549769     94.52     99.58
39.68/39.72	c  N dy  1214    203213      9706     41513         0     33210    126139   2360289     94.49     99.50
42.29/42.33	c  N dy  1300    216360      9706     41513         0     26357    126139   1217609     94.56     99.63
45.10/45.11	c  N dy  1385    230293      9706     41513         0     40289    126139   3330166     94.59    102.06
46.49/46.55	c  S st  1433    237766      9706     41513         0     26765    126139   1123971     94.59   no data
46.59/46.65	c  S st  1433    238271      9706     41513         0     27270    126139   1186975     94.59   no data
46.59/46.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
46.59/46.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
46.59/46.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.59/46.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.59/46.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.59/46.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
46.59/46.70	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
46.69/46.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
46.69/46.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.99/47.05	c lits-rem:         3  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.27 s
46.99/47.05	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
46.99/47.07	c vivif2 --  cl tried    27268 cl shrink        0 lits rem          0 time: 0.02
47.09/47.12	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.05
47.09/47.12	c calculated reachability. Time: 0.00
47.09/47.12	c  N dy  1433    238271      9706     41513         0     27268    126139   1186102     94.59   no data
50.09/50.18	c  N dy  1530    253556      9706     41513         0     42552    126139   3453240     94.56    100.49
53.29/53.35	c  N dy  1633    269742      9706     41513         0     36734    126139   2496214     94.57    102.76
56.79/56.88	c  N dy  1741    287016      9706     41513         0     31010    126139   1487571     94.55    118.80
60.68/60.74	c  N dy  1854    305387      9706     41513         0     25382    126139    484602     94.56    100.17
60.88/60.90	c  F st  1861    306252      9706     41513         0     26247    126139    616933     94.56     94.56
64.68/64.73	c  N dy  1950    324920      9706     41513         0     44912    126139   3636458     94.57    100.74
68.78/68.87	c  N dy  2075    344957      9706     41513         0     39951    126139   2544247     94.58    100.16
71.58/71.61	c  S st  2164    357408      9706     41513         0     26403    126139    350267     94.62     83.24
71.68/71.70	c  S st  2164    357910      9706     41513         0     26905    126139    413648     94.62   no data
71.68/71.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.68/71.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
71.68/71.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
71.68/71.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.68/71.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.68/71.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
71.68/71.75	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
71.68/71.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
71.68/71.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.78/71.84	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.04 s
71.78/71.84	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
71.78/71.85	c vivif2 --  cl tried    26903 cl shrink        0 lits rem          0 time: 0.01
71.88/71.90	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.05
71.88/71.90	c calculated reachability. Time: 0.00
71.88/71.90	c  N dy  2164    357910      9706     41513         0     26903    126139    413472     94.62   no data
75.99/76.03	c  N dy  2285    378228      9706     41513         0     47220    126139   3466624     94.55     99.77
80.20/80.26	c  N dy  2413    398425      9706     41513         0     40418    126139   2314316     94.61     99.73
84.60/84.67	c  N dy  2546    418498      9706     41513         0     32489    126139    986225     94.71    102.15
88.88/88.96	c  N dy  2672    438501      9706     41513         0     52489    126139   4019471     94.76    100.10
93.18/93.21	c  N dy  2795    458663      9706     41513         0     43649    126139   2531303     94.76    100.64
97.68/97.75	c  N dy  2930    478923      9706     41513         0     33910    126139    910269     94.81    100.65
101.99/102.07	c  N dy  3062    498981      9706     41513         0     53967    126139   3980973     94.88    100.09
106.39/106.48	c  N dy  3195    519038      9706     41513         0     43025    126139   2134229     94.89    101.82
110.69/110.70	c  S st  3310    536865      9706     41513         0     60851    126139   4883061     94.98   no data
110.79/110.86	c  S st  3310    537370      9706     41513         0     61356    126139   4938199     94.98   no data
110.79/110.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
110.89/110.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.06
110.89/110.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
110.89/110.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
110.89/110.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
110.89/110.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
110.89/110.96	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
111.00/111.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
111.18/111.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
114.69/114.71	c lits-rem:        22  cl-subs:        9  v-elim:      0  v-fix:    0  time:  3.44 s
114.69/114.72	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
114.69/114.79	c vivif2 --  cl tried    61347 cl shrink        0 lits rem          0 time: 0.07
114.89/114.91	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.12
114.89/114.92	c calculated reachability. Time: 0.00
114.89/114.92	c  N dy  3310    537370      9706     41513         0     61347    126139   4934536     94.98   no data
119.58/119.65	c  N dy  3440    557524      9706     41513         0     49500    126139   2984884     95.00    110.37
124.30/124.34	c  N dy  3565    577590      9706     41513         0     36568    126139    861241     95.01    102.38
128.70/128.74	c  N dy  3688    597681      9706     41513         0     56656    126139   3907554     95.01    102.80
133.18/133.20	c  N dy  3818    617743      9706     41513         0     42725    126139   1662408     95.05    110.29
137.69/137.78	c  N dy  3945    637964      9706     41513         0     62946    126139   4740537     95.06    103.48
142.19/142.25	c  N dy  4054    658318      9706     41513         0     48297    126139   2324039     95.00    104.76
147.09/147.14	c  N dy  4179    678509      9706     41513         0     68486    126139   5423794     95.02    103.05
151.58/151.70	c  N dy  4311    698635      9706     41513         0     52610    126139   2881025     95.02    101.19
156.89/156.93	c  N dy  4447    718663      9706     41513         0     72635    126139   5931977     95.06    105.91
161.28/161.30	c  N dy  4573    738664      9706     41513         0     55639    126139   3194538     95.09    100.29
166.28/166.38	c  N dy  4704    758703      9706     41513         0     75677    126139   6251493     95.12    101.68
171.09/171.16	c  N dy  4837    778708      9706     41513         0     57684    126139   3310445     95.14    106.21
176.29/176.30	c  N dy  4966    798720      9706     41513         0     77694    126139   6370519     95.16    117.61
177.79/177.89	c  S st  5020    806057      9706     41513         0     46035    126139   1458376     95.18   no data
177.99/178.00	c  S st  5020    806559      9706     41513         0     46537    126139   1513810     95.18   no data
177.99/178.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
177.99/178.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
177.99/178.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
177.99/178.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.99/178.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
177.99/178.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
177.99/178.06	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
178.09/178.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
178.09/178.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
178.79/178.82	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.66 s
178.79/178.83	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
178.79/178.85	c vivif2 --  cl tried    46536 cl shrink        0 lits rem          0 time: 0.02
178.89/178.91	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.07
178.89/178.92	c calculated reachability. Time: 0.00
178.89/178.92	c  N dy  5020    806559      9706     41513         0     46536    126139   1513228     95.18   no data
183.49/183.54	c  N dy  5141    826639      9706     41513         0     66615    126139   4534593     95.18    114.17
188.59/188.69	c  N dy  5277    846652      9706     41513         0     46627    126139   1372843     95.23    107.93
193.68/193.74	c  N dy  5413    866699      9706     41513         0     66670    126139   4475528     95.30    129.07
198.78/198.83	c  N dy  5535    886746      9706     41513         0     45721    126139   1090225     95.29    100.54
203.39/203.43	c  N dy  5661    906816      9706     41513         0     65790    126139   4160030     95.31    101.56
208.59/208.64	c  N dy  5791    926873      9706     41513         0     43849    126139    642105     95.29    101.16
213.18/213.20	c  N dy  5916    946959      9706     41513         0     63935    126139   3678057     95.30    117.15
218.39/218.44	c  N dy  6039    967053      9706     41513         0     84025    126139   6703879     95.29    100.39
223.49/223.57	c  N dy  6169    987142      9706     41513         0     61121    126139   3118430     95.28    104.48
228.89/228.99	c  N dy  6302   1007237      9706     41513         0     81214    126139   6196853     95.30    100.57
233.89/233.92	c  N dy  6432   1027332      9706     41513         0     57312    126139   2422866     95.32    109.19
238.89/238.95	c  N dy  6560   1047419      9706     41513         0     77399    126139   5494463     95.34    102.81
244.09/244.19	c  N dy  6691   1067505      9706     41513         0     52487    126139   1576803     95.35    101.28
245.09/245.19	c  F st  6721   1071877      9706     41513         0     56857    126139   2223932     95.35   no data
249.09/249.11	c  N dy  6795   1087600      9706     41513         0     72577    126139   4910078     95.36    102.17
254.69/254.74	c  N dy  6935   1107657      9706     41513         0     46632    126139    494287     95.40    102.76
259.38/259.40	c  N dy  7067   1127684      9706     41513         0     66655    126139   3555969     95.42    101.36
264.68/264.73	c  N dy  7191   1147706      9706     41513         0     86675    126139   6579897     95.41    101.79
269.69/269.79	c  N dy  7322   1167736      9706     41513         0     59707    126139   2320655     95.43    102.54
275.49/275.53	c  N dy  7457   1187933      9706     41513         0     79904    126139   5414914     95.46    102.54
281.99/282.08	c  N dy  7584   1207983      9706     41513         0     51966    126139   1025666     95.49    101.34
282.48/282.51	c  S st  7596   1209838      9706     41513         0     53821    126139   1305381     95.49     79.98
282.59/282.64	c  S st  7596   1210341      9706     41513         0     54324    126139   1358721     95.49   no data
282.59/282.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
282.59/282.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
282.59/282.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
282.59/282.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
282.59/282.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
282.69/282.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
282.69/282.71	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
282.69/282.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
282.78/282.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
283.28/283.36	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.56 s
283.28/283.37	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
283.28/283.39	c vivif2 --  cl tried    54323 cl shrink        0 lits rem          0 time: 0.02
283.38/283.47	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.08
283.38/283.47	c calculated reachability. Time: 0.00
283.38/283.47	c  N dy  7596   1210341      9706     41513         0     54323    126139   1358141     95.49   no data
288.68/288.78	c  N dy  7734   1230379      9706     41513         0     74359    126139   4449171     95.52    100.97
294.69/294.79	c  N dy  7870   1250390      9706     41513         0     94368    126139   7507341     95.56    103.00
299.78/299.81	c  N dy  8000   1270506      9706     41513         0     65485    126139   2934977     95.56    100.72
305.28/305.34	c  N dy  8130   1291137      9706     41513         0     86111    126139   6123393     95.58    104.50
310.88/310.98	c  N dy  8262   1311424      9706     41513         0     56403    126139   1417297     95.59    100.65
315.88/315.94	c  N dy  8380   1331531      9706     41513         0     76508    126139   4482484     95.59    101.86
321.68/321.73	c  N dy  8510   1351916      9706     41513         0     96891    126139   7617195     95.60    102.37
326.89/326.91	c  N dy  8642   1372002      9706     41513         0     65976    126139   2681868     95.60    101.15
332.19/332.22	c  N dy  8771   1392020      9706     41513         0     85993    126139   5737289     95.61    105.16
338.09/338.16	c  N dy  8908   1412045      9706     41513         0     54023    126139    745699     95.63    104.07
343.09/343.15	c  N dy  9044   1432250      9706     41513         0     74226    126139   3856437     95.66    104.87
348.70/348.75	c  N dy  9171   1452342      9706     41513         0     94313    126139   6929417     95.66    100.87
354.38/354.42	c  N dy  9306   1472419      9706     41513         0     61393    126139   1724092     95.69    101.94
359.59/359.61	c  N dy  9430   1492583      9706     41513         0     81555    126139   4774046     95.68    103.37
365.48/365.54	c  N dy  9569   1512675      9706     41513         0    101645    126139   7860233     95.70    100.81
371.08/371.11	c  N dy  9698   1532803      9706     41513         0     67779    126139   2552494     95.72    101.23
377.19/377.24	c  N dy  9820   1552884      9706     41513         0     87859    126139   5646449     95.72    105.09
384.68/384.70	c  N dy  9946   1573030      9706     41513         0    108004    126139   8729518     95.72    104.00
390.09/390.10	c  N dy 10074   1593031      9706     41513         0     73012    126139   3211457     95.74    101.44
395.89/395.99	c  N dy 10201   1613058      9706     41513         0     93038    126139   6282782     95.74    104.63
402.49/402.58	c  N dy 10337   1633134      9706     41513         0     57117    126139    634761     95.76    101.03
407.59/407.60	c  N dy 10469   1653184      9706     41513         0     77165    126139   3704338     95.78    103.46
413.29/413.34	c  N dy 10592   1673307      9706     41513         0     97288    126139   6739710     95.77    100.82
419.49/419.51	c  N dy 10724   1693373      9706     41513         0     60349    126139    989687     95.80    119.84
423.88/423.92	c  S st 10839   1710342      9706     41513         0     77316    126139   3618227     95.81     90.93
423.98/424.09	c  S st 10839   1710848      9706     41513         0     77822    126139   3680000     95.81   no data
424.08/424.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
424.08/424.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
424.08/424.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
424.08/424.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
424.08/424.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
424.08/424.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
424.08/424.17	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
424.18/424.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
424.28/424.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
426.99/427.06	c lits-rem:         9  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.70 s
426.99/427.07	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
427.09/427.12	c vivif2 --  cl tried    77817 cl shrink        0 lits rem          0 time: 0.05
427.19/427.22	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.10
427.19/427.22	c calculated reachability. Time: 0.00
427.19/427.23	c  N dy 10839   1710848      9706     41513         0     77817    126139   3678953     95.81   no data
432.98/433.00	c  N dy 10972   1730928      9706     41513         0     97893    126139   6768887     95.83    101.31
439.28/439.31	c  N dy 11097   1750937      9706     41513         0     59907    126139    765934     95.83    102.65
444.29/444.41	c  N dy 11225   1771032      9706     41513         0     80001    126139   3817520     95.84    116.44
450.18/450.25	c  N dy 11353   1791273      9706     41513         0    100241    126139   6915704     95.85    102.05
456.58/456.69	c  N dy 11486   1811303      9706     41513         0     61274    126139    832674     95.87    135.22
461.89/461.91	c  N dy 11621   1831338      9706     41513         0     81307    126139   3930187     95.89    101.54
467.78/467.81	c  N dy 11750   1851435      9706     41513         0    101404    126139   7008578     95.90    123.34
474.28/474.31	c  N dy 11876   1871442      9706     41513         0     61414    126139    699521     95.91    101.15
479.38/479.48	c  N dy 12006   1891487      9706     41513         0     81458    126139   3726475     95.92    103.03
485.29/485.38	c  N dy 12126   1911576      9706     41513         0    101547    126139   6841215     95.92    101.17
491.99/492.03	c  N dy 12249   1931593      9706     41513         0    121563    126139   9886911     95.92    102.64
497.38/497.41	c  N dy 12384   1951750      9706     41513         0     80720    126139   3545603     95.93    101.00
503.18/503.26	c  N dy 12517   1971770      9706     41513         0    100740    126139   6608786     95.95    108.80
509.79/509.89	c  N dy 12639   1991893      9706     41513         0    120861    126139   9672612     95.94    104.68
515.48/515.59	c  N dy 12767   2011953      9706     41513         0     78923    126139   3099010     95.96    106.75
521.29/521.38	c  N dy 12892   2032009      9706     41513         0     98978    126139   6177692     95.96    101.15
527.89/527.98	c  N dy 13029   2052013      9706     41513         0    118979    126139   9245365     95.97    103.78
533.68/533.77	c  N dy 13160   2072021      9706     41513         0     75992    126139   2476522     95.98    102.89
539.48/539.56	c  N dy 13298   2092124      9706     41513         0     96091    126139   5564495     96.00    101.50
545.78/545.83	c  N dy 13422   2112150      9706     41513         0    116111    126139   8594418     96.00    103.63
552.09/552.14	c  N dy 13549   2132151      9706     41513         0     72126    126139   1781410     96.01    103.68
557.69/557.73	c  N dy 13686   2152203      9706     41513         0     92178    126139   4868920     96.03    103.62
563.99/564.05	c  N dy 13813   2172253      9706     41513         0    112228    126139   7902141     96.04    102.79
570.89/570.92	c  N dy 13942   2192291      9706     41513         0     67264    126139    874709     96.04    118.37
575.78/575.86	c  S st 14061   2210848      9706     41513         0     85819    126139   3700276     96.04   no data
575.98/576.02	c  S st 14061   2211356      9706     41513         0     86327    126139   3761725     96.04   no data
575.98/576.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
575.98/576.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
576.08/576.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
576.08/576.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
576.08/576.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
576.08/576.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
576.08/576.11	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
576.08/576.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
576.29/576.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
578.98/579.06	c lits-rem:         6  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.75 s
578.98/579.06	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
579.08/579.11	c vivif2 --  cl tried    86321 cl shrink        0 lits rem          0 time: 0.05
579.18/579.23	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.11
579.18/579.23	c calculated reachability. Time: 0.00
579.18/579.23	c  N dy 14061   2211356      9706     41513         0     86321    126139   3759697     96.04   no data
585.29/585.36	c  N dy 14186   2231402      9706     41513         0    106364    126139   6833227     96.04    101.42
592.09/592.17	c  N dy 14319   2251535      9706     41513         0    126495    126139   9962368     96.07    107.66
597.98/598.03	c  N dy 14446   2271566      9706     41513         0     80530    126139   2779434     96.07    103.36
603.78/603.88	c  N dy 14576   2291628      9706     41513         0    100591    126139   5825762     96.07    108.59
610.38/610.44	c  N dy 14701   2311715      9706     41513         0    120674    126139   8914503     96.08    101.43
617.09/617.17	c  N dy 14832   2331934      9706     41513         0     73896    126139   1616482     96.10    102.06
622.68/622.77	c  N dy 14962   2352065      9706     41513         0     94025    126139   4735859     96.11    102.28
629.28/629.30	c  N dy 15096   2372169      9706     41513         0    114128    126139   7831045     96.12    105.20
636.48/636.55	c  N dy 15221   2392189      9706     41513         0    134145    126139  10858985     96.11    101.53
642.08/642.15	c  N dy 15347   2412499      9706     41513         0     86466    126139   3427587     96.12    102.20
648.18/648.22	c  N dy 15481   2432588      9706     41513         0    106554    126139   6530059     96.14    114.59
655.08/655.13	c  N dy 15618   2452608      9706     41513         0    126572    126139   9644034     96.15    102.95
661.48/661.57	c  N dy 15742   2472610      9706     41513         0     77576    126139   1859787     96.16    101.33
667.28/667.35	c  N dy 15872   2492772      9706     41513         0     97737    126139   4924967     96.16    101.23
673.78/673.87	c  N dy 16003   2512807      9706     41513         0    117772    126139   8032139     96.17    103.35
681.08/681.19	c  N dy 16138   2532833      9706     41513         0    137797    126139  11106927     96.18    103.52
686.88/686.99	c  N dy 16265   2553010      9706     41513         0     87980    126139   3340954     96.19    102.07
693.08/693.14	c  N dy 16395   2573088      9706     41513         0    108055    126139   6410690     96.19    124.41
699.98/700.04	c  N dy 16532   2593151      9706     41513         0    128115    126139   9504111     96.20    117.04
706.98/707.02	c  N dy 16669   2613153      9706     41513         0     77122    126139   1505178     96.21    101.35
712.58/712.69	c  N dy 16803   2633158      9706     41513         0     97124    126139   4552564     96.22    143.39
719.08/719.15	c  N dy 16934   2653203      9706     41513         0    117167    126139   7642294     96.22    102.28
726.38/726.44	c  N dy 17064   2673233      9706     41513         0    137196    126139  10701257     96.23    103.22
732.59/732.69	c  N dy 17201   2693363      9706     41513         0     85325    126139   2602597     96.23    104.16
737.99/738.07	c  S st 17313   2711356      9706     41513         0    103316    126139   5359020     96.24   no data
738.18/738.26	c  S st 17313   2711858      9706     41513         0    103818    126139   5416244     96.24   no data
738.18/738.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
738.28/738.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
738.28/738.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
738.28/738.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
738.28/738.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
738.28/738.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
738.28/738.36	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
738.38/738.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
738.58/738.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
742.58/742.68	c lits-rem:        19  cl-subs:       12  v-elim:      0  v-fix:    0  time:  4.04 s
742.58/742.68	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
742.68/742.76	c vivif2 --  cl tried   103806 cl shrink        0 lits rem          0 time: 0.08
742.88/742.90	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.14
742.88/742.90	c calculated reachability. Time: 0.00
742.88/742.90	c  N dy 17313   2711858      9706     41513         0    103806    126139   5412486     96.24   no data
749.48/749.52	c  N dy 17432   2731976      9706     41513         0    123920    126139   8456492     96.23    102.81
756.98/757.04	c  N dy 17567   2752009      9706     41513         0    143949    126139  11517838     96.24    115.69
762.88/762.99	c  N dy 17696   2772360      9706     41513         0     91308    126139   3334709     96.24    103.07
769.18/769.28	c  N dy 17828   2792453      9706     41513         0    111399    126139   6405590     96.25    102.07
776.88/776.95	c  N dy 17948   2812531      9706     41513         0    131474    126139   9489612     96.25    104.14
784.38/784.47	c  N dy 18086   2832602      9706     41513         0     77555    126139   1130661     96.27    104.48
790.18/790.26	c  N dy 18224   2852656      9706     41513         0     97608    126139   4215342     96.28    104.76
796.68/796.75	c  N dy 18354   2872726      9706     41513         0    117675    126139   7328004     96.30    103.26
803.88/803.96	c  N dy 18488   2892839      9706     41513         0    137788    126139  10414337     96.30    104.55
810.88/810.92	c  N dy 18611   2913004      9706     41513         0     82961    126139   1781585     96.31    104.07
816.78/816.84	c  N dy 18744   2933014      9706     41513         0    102970    126139   4887158     96.31    102.29
823.58/823.60	c  N dy 18881   2953108      9706     41513         0    123063    126139   7997136     96.32    103.91
830.98/831.01	c  N dy 19005   2973174      9706     41513         0    143129    126139  11056956     96.33    101.59
837.78/837.82	c  N dy 19135   2993245      9706     41513         0     87204    126139   2313492     96.33    101.74
843.78/843.89	c  N dy 19265   3013397      9706     41513         0    107355    126139   5438343     96.34    103.36
850.68/850.72	c  N dy 19402   3033501      9706     41513         0    127454    126139   8550873     96.36    103.71
858.28/858.39	c  N dy 19536   3053565      9706     41513         0    147514    126139  11641939     96.37    101.52
864.88/864.91	c  N dy 19680   3073596      9706     41513         0     90549    126139   2713886     96.39    104.94
870.98/871.08	c  N dy 19812   3093676      9706     41513         0    110628    126139   5819625     96.40    103.64
878.08/878.10	c  N dy 19944   3113752      9706     41513         0    130702    126139   8915503     96.40    101.54
885.89/885.93	c  N dy 20082   3133785      9706     41513         0    150733    126139  12039371     96.41    119.12
892.29/892.35	c  N dy 20221   3154013      9706     41513         0     92967    126139   2906212     96.42    101.53
898.48/898.59	c  N dy 20351   3174050      9706     41513         0    113002    126139   5974909     96.43    101.90
905.58/905.62	c  N dy 20473   3194079      9706     41513         0    133029    126139   9036565     96.43    121.30
912.49/912.52	c  S st 20587   3211858      9706     41513         0    150807    126139  11742345     96.43     85.99
912.69/912.78	c  S st 20587   3212363      9706     41513         0    151312    126139  11801312     96.43   no data
912.79/912.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
912.89/912.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.10
912.89/912.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
912.89/912.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
912.89/912.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
912.89/912.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
912.89/912.93	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
913.00/913.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
913.48/913.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
922.09/922.12	c lits-rem:        23  cl-subs:       14  v-elim:      0  v-fix:    0  time:  8.56 s
922.09/922.13	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
922.19/922.29	c vivif2 --  cl tried   151298 cl shrink        0 lits rem          0 time: 0.16
922.39/922.49	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.20
922.49/922.50	c calculated reachability. Time: 0.00
922.49/922.50	c  N dy 20587   3212363      9706     41513         0    151298    126139  11797238     96.43   no data
929.68/929.78	c  N dy 20724   3232566      9706     41513         0     92507    126139   2693665     96.44    103.64
936.69/936.73	c  N dy 20847   3252668      9706     41513         0    112606    126139   5740620     96.44    102.37
944.98/945.04	c  N dy 20975   3272691      9706     41513         0    132626    126139   8808450     96.44    102.83
954.19/954.29	c  N dy 21104   3292775      9706     41513         0    152708    126139  11915122     96.44    101.56
961.19/961.29	c  N dy 21246   3312809      9706     41513         0     92750    126139   2623146     96.46    101.54
967.78/967.84	c  N dy 21376   3332868      9706     41513         0    112808    126139   5695594     96.47    102.68
975.09/975.15	c  N dy 21504   3352876      9706     41513         0    132814    126139   8746201     96.47    102.57
983.08/983.11	c  N dy 21628   3372904      9706     41513         0    152842    126139  11828222     96.47    103.79
990.09/990.17	c  N dy 21754   3393137      9706     41513         0     92078    126139   2314951     96.48    106.54
996.28/996.36	c  N dy 21882   3413170      9706     41513         0    112108    126139   5413429     96.48    106.83
1003.29/1003.33	c  N dy 22010   3433197      9706     41513         0    132131    126139   8528899     96.49    102.95
1011.09/1011.13	c  N dy 22140   3453207      9706     41513         0    152139    126139  11641600     96.50    105.38
1018.49/1018.54	c  N dy 22266   3473402      9706     41513         0     90336    126139   1929002     96.50    104.19
1024.68/1024.75	c  N dy 22407   3493606      9706     41513         0    110540    126139   5110157     96.52    101.75
1031.58/1031.68	c  N dy 22531   3513781      9706     41513         0    130713    126139   8205788     96.52    103.89
1039.49/1039.56	c  N dy 22671   3533929      9706     41513         0    150861    126139  11330466     96.53    103.36
1047.38/1047.43	c  N dy 22808   3553946      9706     41513         0     87883    126139   1388250     96.54    101.95
1053.49/1053.55	c  N dy 22944   3574051      9706     41513         0    107987    126139   4495016     96.55    102.38
1060.40/1060.48	c  N dy 23078   3594231      9706     41513         0    128164    126139   7576517     96.55    101.71
1068.10/1068.13	c  N dy 23213   3614279      9706     41513         0    148209    126139  10726384     96.57    110.33
1076.48/1076.51	c  N dy 23351   3634387      9706     41513         0     84324    126139    682236     96.57    101.80
1082.40/1082.46	c  N dy 23480   3654451      9706     41513         0    104387    126139   3759035     96.57    101.97
1089.19/1089.20	c  N dy 23608   3674516      9706     41513         0    124451    126139   6832554     96.57    101.69
1096.59/1096.69	c  N dy 23736   3694588      9706     41513         0    144522    126139   9923980     96.57    102.83
1103.88/1103.94	c  S st 23853   3712364      9706     41513         0    162295    126139  12671962     96.58   no data
1104.18/1104.21	c  S st 23853   3712867      9706     41513         0    162798    126139  12729988     96.58   no data
1104.18/1104.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1104.29/1104.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.11
1104.29/1104.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1104.29/1104.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1104.29/1104.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1104.29/1104.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9706 time:  0.00 s
1104.29/1104.37	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
1104.48/1104.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
1104.88/1104.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1114.89/1114.94	c lits-rem:        13  cl-subs:       16  v-elim:      0  v-fix:    0  time:  9.96 s
1114.89/1114.94	c vivif2 --  cl tried    41513 cl shrink        0 lits rem          0 time: 0.00
1115.09/1115.12	c vivif2 --  cl tried   162782 cl shrink        0 lits rem          0 time: 0.18
1115.29/1115.34	c asymm  cl-useful: 0/41513/41513 lits-rem:0 time: 0.22
1115.29/1115.34	c calculated reachability. Time: 0.00
1115.29/1115.34	c  N dy 23853   3712867      9706     41513         0    162782    126139  12726725     96.58   no data
1122.18/1122.28	c  N dy 23973   3732878      9706     41513         0     97799    126139   2628919     96.59    102.19
1128.09/1128.18	c  F st 24098   3751562      9706     41513         0    116481    126139   5562294     96.60   no data
1128.79/1128.83	c  N st 24102   3753592      9706     41513         0    118511    126139   5950869     96.60   no data
1135.88/1135.94	c  N dy 24212   3773686      9706     41513         0    138603    126139   9136141     96.60    114.92
1144.48/1144.53	c  N dy 24351   3793691      9706     41513         0    158605    126139  12201541     96.60    102.26
1153.09/1153.16	c  N dy 24473   3813796      9706     41513         0     92721    126139   1663673     96.60    101.76
1161.18/1161.21	c  N dy 24610   3833834      9706     41513         0    112757    126139   4804092     96.61    101.76
1169.29/1169.35	c  N dy 24742   3853923      9706     41513         0    132843    126139   7897161     96.62    101.86
1177.28/1177.39	c  N dy 24873   3874016      9706     41513         0    152934    126139  11019591     96.64    102.57
1186.28/1186.33	c  N dy 25009   3894109      9706     41513         0    173026    126139  14117673     96.65    125.05
1192.78/1192.80	c  N dy 25137   3914216      9706     41513         0    106135    126139   3553341     96.65    102.61
1199.69/1199.73	c  N dy 25267   3934238      9706     41513         0    126157    126139   6647100     96.65    101.78
1207.18/1207.29	c  N dy 25400   3954271      9706     41513         0    146189    126139   9747395     96.66    105.12
1215.49/1215.54	c  N dy 25520   3974520      9706     41513         0    166436    126139  12855733     96.66    102.03
1222.88/1222.90	c  N dy 25649   3994555      9706     41513         0     98476    126139   2251510     96.66    104.36
1229.39/1229.42	c  N dy 25778   4014590      9706     41513         0    118508    126139   5343688     96.67    106.06
1236.79/1236.82	c  N dy 25914   4034675      9706     41513         0    138591    126139   8427234     96.68    102.90
1244.88/1244.90	c  N dy 26049   4054847      9706     41513         0    158760    126139  11567113     96.69    103.43
1253.78/1253.85	c  N dy 26191   4074956      9706     41513         0     89871    126139    807556     96.70    104.35
1259.98/1260.05	c  N dy 26324   4095025      9706     41513         0    109938    126139   3920735     96.71    103.26
1266.88/1266.92	c  N dy 26450   4115124      9706     41513         0    130036    126139   6986118     96.71    132.88
1274.48/1274.59	c  N dy 26584   4135344      9706     41513         0    150256    126139  10096899     96.71    103.37
1283.08/1283.16	c  N dy 26721   4155449      9706     41513         0    170356    126139  13227971     96.72    103.93
1290.58/1290.66	c  N dy 26849   4175480      9706     41513         0    100401    126139   2278187     96.73    105.59
1297.08/1297.16	c  N dy 26976   4195533      9706     41513         0    120452    126139   5376270     96.73    102.41

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.02 3.99 3.18 5/319 16511
/proc/meminfo: memFree=15871420/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=21836 CPUtime=0 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 720 0 0 0 0 0 0 0 25 0 1 0 649666201 22360064 661 33554432000 4194304 4580011 140733833012928 18446744073709551615 4349475 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 5459 662 320 95 0 441 0

[startup+0.039787 s]
/proc/loadavg: 4.02 3.99 3.18 5/319 16511
/proc/meminfo: memFree=15871420/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=35832 CPUtime=0.03 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 2417 0 0 0 3 0 0 0 25 0 1 0 649666201 36691968 2131 33554432000 4194304 4580011 140733833012928 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 8958 2131 339 95 0 3940 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 35832

[startup+0.10078 s]
/proc/loadavg: 4.02 3.99 3.18 5/319 16511
/proc/meminfo: memFree=15871420/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=42800 CPUtime=0.08 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 4517 0 0 0 8 0 0 0 25 0 1 0 649666201 43827200 3736 33554432000 4194304 4580011 140733833012928 18446744073709551615 274473633024 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 10700 3736 354 95 0 5682 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42800

[startup+0.300744 s]
/proc/loadavg: 4.02 3.99 3.18 5/319 16511
/proc/meminfo: memFree=15871420/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=42800 CPUtime=0.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 4710 0 0 0 28 0 0 0 25 0 1 0 649666201 43827200 3929 33554432000 4194304 4580011 140733833012928 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 10700 3929 364 95 0 5682 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 42800

[startup+0.700672 s]
/proc/loadavg: 4.02 3.99 3.18 5/319 16511
/proc/meminfo: memFree=15871420/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=42800 CPUtime=0.68 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 5126 0 0 0 68 0 0 0 25 0 1 0 649666201 43827200 4345 33554432000 4194304 4580011 140733833012928 18446744073709551615 4295647 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 10700 4345 364 95 0 5682 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 42800

[startup+1.50053 s]
/proc/loadavg: 4.02 3.99 3.18 5/320 16512
/proc/meminfo: memFree=15849960/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=44792 CPUtime=1.48 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 6320 0 0 0 148 0 0 0 25 0 1 0 649666201 45867008 4179 33554432000 4194304 4580011 140733833012928 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 11198 4180 364 95 0 6180 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44792

[startup+3.10025 s]
/proc/loadavg: 4.02 3.99 3.18 5/320 16512
/proc/meminfo: memFree=15836320/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=45016 CPUtime=3.09 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 8243 0 0 0 308 1 0 0 25 0 1 0 649666201 46096384 4514 33554432000 4194304 4580011 140733833012928 18446744073709551615 4293138 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 11254 4514 364 95 0 6236 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45016

[startup+6.30069 s]
/proc/loadavg: 4.02 3.99 3.18 5/320 16512
/proc/meminfo: memFree=15605760/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=72320 CPUtime=6.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 18569 0 0 0 626 2 0 0 25 0 1 0 649666201 74055680 10948 33554432000 4194304 4580011 140733833012928 18446744073709551615 4321584 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 18080 10948 367 95 0 13062 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 72320

[startup+12.7006 s]
/proc/loadavg: 4.02 3.99 3.19 5/320 16512
/proc/meminfo: memFree=15602952/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=95624 CPUtime=12.69 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 30501 0 0 0 1264 5 0 0 25 0 1 0 649666201 97918976 18531 33554432000 4194304 4580011 140733833012928 18446744073709551615 274473664267 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 23906 18535 367 95 0 18888 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 95624

[startup+25.5003 s]
/proc/loadavg: 4.17 4.02 3.21 5/320 16512
/proc/meminfo: memFree=15298744/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=146956 CPUtime=25.48 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 44037 0 0 0 2540 8 0 0 25 0 1 0 649666201 150482944 21304 33554432000 4194304 4580011 140733833012928 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 36739 21304 367 95 0 31721 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 146956

[startup+51.1008 s]
/proc/loadavg: 4.11 4.02 3.23 5/320 16567
/proc/meminfo: memFree=17040436/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=112092 CPUtime=51.08 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 68622 0 0 0 5096 12 0 0 25 0 1 0 649666201 114782208 21192 33554432000 4194304 4580011 140733833012928 18446744073709551615 4295670 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 28023 21192 367 95 0 23005 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 112092

[startup+102.312 s]
/proc/loadavg: 4.21 4.05 3.28 5/320 16568
/proc/meminfo: memFree=16972312/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=157456 CPUtime=102.3 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 110212 0 0 0 10207 23 0 0 25 0 1 0 649666201 161234944 24614 33554432000 4194304 4580011 140733833012928 18446744073709551615 4322408 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 39364 24614 367 95 0 34346 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 157456

[startup+162.3 s]
/proc/loadavg: 4.07 4.03 3.32 5/320 16598
/proc/meminfo: memFree=16958476/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=211304 CPUtime=162.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 164603 0 0 0 16191 37 0 0 25 0 1 0 649666201 216375296 37249 33554432000 4194304 4580011 140733833012928 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 52826 37249 367 95 0 47808 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 211304

[startup+222.301 s]
/proc/loadavg: 4.06 4.04 3.37 5/320 16600
/proc/meminfo: memFree=16885008/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=165308 CPUtime=222.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 205205 0 0 0 22181 47 0 0 25 0 1 0 649666201 169275392 35830 33554432000 4194304 4580011 140733833012928 18446744073709551615 4294436 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 41327 35830 367 95 0 36309 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 165308

[startup+282.301 s]
/proc/loadavg: 4.02 4.03 3.40 5/320 16601
/proc/meminfo: memFree=16853068/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=165512 CPUtime=282.29 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 243823 0 0 0 28171 58 0 0 25 0 1 0 649666201 169484288 34666 33554432000 4194304 4580011 140733833012928 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 41378 34666 367 95 0 36360 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 165512

[startup+342.301 s]
/proc/loadavg: 4.01 4.02 3.44 5/320 16603
/proc/meminfo: memFree=16789632/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=214876 CPUtime=342.29 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 280703 0 0 0 34160 69 0 0 25 0 1 0 649666201 220033024 36986 33554432000 4194304 4580011 140733833012928 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 53719 36986 367 95 0 48701 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 214876

[startup+402.301 s]
/proc/loadavg: 4.00 4.02 3.47 5/320 16604
/proc/meminfo: memFree=16735268/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=215632 CPUtime=402.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 314148 0 0 0 40149 79 0 0 25 0 1 0 649666201 220807168 42774 33554432000 4194304 4580011 140733833012928 18446744073709551615 4304838 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 53908 42774 367 95 0 48890 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 215632

[startup+462.3 s]
/proc/loadavg: 4.00 4.01 3.50 5/320 16606
/proc/meminfo: memFree=16733344/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=224992 CPUtime=462.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 350444 0 0 0 46139 89 0 0 25 0 1 0 649666201 230391808 39929 33554432000 4194304 4580011 140733833012928 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 56248 39929 367 95 0 51230 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 224992

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.53 5/320 16608
/proc/meminfo: memFree=16736616/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=225600 CPUtime=522.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 383977 0 0 0 52130 98 0 0 25 0 1 0 649666201 231014400 42387 33554432000 4194304 4580011 140733833012928 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 56400 42387 367 95 0 51382 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 225600

[startup+582.3 s]
/proc/loadavg: 4.04 4.02 3.56 5/320 16609
/proc/meminfo: memFree=16699472/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=233212 CPUtime=582.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 416876 0 0 0 58119 109 0 0 25 0 1 0 649666201 238809088 42793 33554432000 4194304 4580011 140733833012928 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 58303 42793 367 95 0 53285 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 233212

[startup+642.301 s]
/proc/loadavg: 4.16 4.05 3.60 5/320 16611
/proc/meminfo: memFree=16705460/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=233968 CPUtime=642.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 449120 0 0 0 64110 118 0 0 25 0 1 0 649666201 239583232 40981 33554432000 4194304 4580011 140733833012928 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 58492 40981 367 95 0 53474 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 233968

[startup+702.301 s]
/proc/loadavg: 4.14 4.07 3.63 5/320 16612
/proc/meminfo: memFree=16664976/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=234444 CPUtime=702.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 479628 0 0 0 70100 128 0 0 25 0 1 0 649666201 240070656 47864 33554432000 4194304 4580011 140733833012928 18446744073709551615 4295644 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 58611 47864 367 95 0 53593 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 234444

[startup+762.312 s]
/proc/loadavg: 4.14 4.09 3.66 5/320 16614
/proc/meminfo: memFree=16679060/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=254236 CPUtime=762.29 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 513230 0 0 0 76093 136 0 0 25 0 1 0 649666201 260337664 45111 33554432000 4194304 4580011 140733833012928 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 63559 45111 367 95 0 58541 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 254236

[startup+822.301 s]
/proc/loadavg: 4.05 4.07 3.68 5/320 16616
/proc/meminfo: memFree=16664500/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=254644 CPUtime=822.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 542775 0 0 0 82083 145 0 0 25 0 1 0 649666201 260755456 49533 33554432000 4194304 4580011 140733833012928 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 63661 49533 367 95 0 58643 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 254644

[startup+882.3 s]
/proc/loadavg: 4.02 4.05 3.70 5/320 16617
/proc/meminfo: memFree=16660456/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=255036 CPUtime=882.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 571855 0 0 0 88074 154 0 0 25 0 1 0 649666201 261156864 52741 33554432000 4194304 4580011 140733833012928 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 63759 52741 367 95 0 58741 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 255036

[startup+942.301 s]
/proc/loadavg: 4.00 4.04 3.72 5/320 16619
/proc/meminfo: memFree=16507504/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=371980 CPUtime=942.29 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 623440 0 0 0 94062 167 0 0 25 0 1 0 649666201 380907520 77813 33554432000 4194304 4580011 140733833012928 18446744073709551615 4293184 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 92995 77813 367 95 0 87977 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 371980

[startup+1002.3 s]
/proc/loadavg: 4.00 4.03 3.73 5/320 16629
/proc/meminfo: memFree=16431344/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=372380 CPUtime=1002.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 650667 0 0 0 100049 179 0 0 25 0 1 0 649666201 381317120 77958 33554432000 4194304 4580011 140733833012928 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 93095 77958 367 95 0 88077 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 372380

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.74 5/320 16631
/proc/meminfo: memFree=16418592/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=372824 CPUtime=1062.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 678906 0 0 0 106040 188 0 0 25 0 1 0 649666201 381771776 78245 33554432000 4194304 4580011 140733833012928 18446744073709551615 4293119 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 93206 78245 367 95 0 88188 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 372824

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.75 5/320 16633
/proc/meminfo: memFree=16439128/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=368168 CPUtime=1122.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 712944 0 0 0 112031 197 0 0 25 0 1 0 649666201 377004032 83833 33554432000 4194304 4580011 140733833012928 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 92042 83833 367 95 0 87024 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 368168

[startup+1182.3 s]
/proc/loadavg: 4.27 4.09 3.79 5/320 16637
/proc/meminfo: memFree=16316068/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=422668 CPUtime=1182.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 737702 0 0 0 118019 209 0 0 25 0 1 0 649666201 432812032 93909 33554432000 4194304 4580011 140733833012928 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 105667 93909 367 95 0 100649 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 422668

[startup+1242.3 s]
/proc/loadavg: 4.14 4.08 3.81 5/320 16639
/proc/meminfo: memFree=16357708/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=423112 CPUtime=1242.28 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 765019 0 0 0 124011 217 0 0 25 0 1 0 649666201 433266688 91771 33554432000 4194304 4580011 140733833012928 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 105778 91771 367 95 0 100760 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 423112



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.18 4.10 3.83 5/320 16640
/proc/meminfo: memFree=16327648/32950928 swapFree=67111348/67111528
[pid=16511] ppid=16509 vsize=423572 CPUtime=1299.99 cores=5,7
/proc/16511/stat : 16511 (strangenight2-s) R 16509 16511 16245 0 -1 4202496 791159 0 0 0 129773 226 0 0 25 0 1 0 649666201 433737728 87826 33554432000 4194304 4580011 140733833012928 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16511/statm: 105893 87826 367 95 0 100875 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 423572

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.02
CPU user time (s): 1297.74
CPU system time (s): 2.27865
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 436592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.74
system time used= 2.27865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 791160
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= 12
involuntary context switches= 1225

runsolver used 3.70744 second user time and 9.33158 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-14 15:44:25
IDJOB=3367322
IDBENCH=82531
IDSOLVER=1845
FILE ID=node125/3367322-1305380665
RUNJOBID= node125-1305379152-16266
PBS_JOBID= 13324377
Free space on /tmp= 73164 MiB

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

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

MD5SUM BENCH= a0ab6c55c9b144fcd835244bca95a82b
RANDOM SEED=1128155160

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15871824 kB
Buffers:        279648 kB
Cached:        4883404 kB
SwapCached:          0 kB
Active:       12916380 kB
Inactive:      3780660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15871824 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6292 kB
Writeback:           0 kB
AnonPages:    11533752 kB
Mapped:          30504 kB
Slab:           279156 kB
PageTables:      39628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52894980 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= 73172 MiB
End job on node125 at 2011-05-14 16:06:07