Trace number 3367335

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S709804505-031-UNKNOWN.cnf
MD5SUM5fbb493df133934f33cf8a2f736084e5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.9418
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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367335-1305380758.cnf'
0.00/0.00	c -- header says num vars:          10000
0.00/0.00	c -- header says num clauses:       42000
0.04/0.04	c -- clauses added:            0 learnts,        42000 normals,            0 xors
0.04/0.04	c -- vars added      10000
0.04/0.04	c Parsing time:  0.02 s
0.04/0.04	c  N st     0         0     10000     42000         0         0    126000         0   no data   no data
0.04/0.04	c asymm  cl-useful: 0/42000/42000 lits-rem:0 time: 0.03
0.04/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.04/0.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.04/0.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.04/0.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.04/0.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10000 time:  0.00 s
0.04/0.07	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
0.09/0.11	c lits-rem:         0  cl-subs:        0  v-elim:    252  v-fix:    0  time:  0.04 s
0.09/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.12	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.09/0.12	c calculated reachability. Time: 0.00
0.09/0.13	c Calc default polars -  time:   0.00 s pos:    4432 undec:    1122 neg:    4446
0.09/0.13	c =========================================================================================
0.09/0.13	c types(t): F = full restart, N = normal restart
0.09/0.13	c types(t): S = simplification begin/end, E = solution found
0.09/0.13	c restart types(rt): st = static, dy = dynamic
0.09/0.13	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.13	c  B st     0         0      9748     41704         0         0    126572         0   no data   no data
0.69/0.77	c  N dy    20      4101      9748     41704         0      4099    126572    677809     88.27    117.22
1.39/1.41	c  N dy    47      8242      9748     41704         0      4742    126572    338865     88.49     93.26
1.99/2.04	c  N dy    76     12305      9748     41704         0      8805    126572    912342     88.69     93.72
2.59/2.70	c  N dy   107     16329      9748     41704         0      7083    126572    395572     89.99     95.50
3.31/3.37	c  N dy   136     20502      9748     41704         0     11256    126572   1024795     91.11    100.41
4.09/4.11	c  N dy   165     24654      9748     41704         0      8036    126572    315337     91.66    100.12
4.09/4.17	c  F st   168     25000      9748     41704         0      8382    126572    366274     91.69     99.73
5.09/5.13	c  N dy   174     30001      9748     41704         0     13382    126572   1225617     91.69   no data
5.09/5.13	c  S st   174     30001      9748     41704         0     13382    126572   1225617     91.69   no data
5.19/5.24	c  S st   174     30506      9748     41704         0     13887    126572   1278814     91.69   no data
5.19/5.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5.19/5.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
5.19/5.29	c blocked clauses removed:      154 vars:     29 tried:        9748 T: 0.00 s
5.19/5.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.19/5.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.19/5.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9719 time:  0.00 s
5.19/5.29	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
5.29/5.33	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.03 s
5.29/5.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.51/5.59	c lits-rem:        27  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.19 s
5.59/5.63	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.04
5.59/5.64	c calculated reachability. Time: 0.00
5.59/5.64	c  N dy   174     30506      9718     41549         0     13868    126116   1274801     91.69   no data
6.29/6.37	c  N dy   201     34562      9718     41549         0      9243    126116    305967     92.14     99.89
6.99/7.09	c  N dy   228     38726      9718     41549         0     13407    126116    936788     92.29     99.49
7.79/7.82	c  N dy   257     42829      9718     41549         0     17510    126116   1543666     92.34     97.86
8.29/8.36	c  S st   276     45760      9718     41549         0     10600    126116    325364     92.47     84.96
8.39/8.44	c  S st   276     46263      9718     41549         0     11103    126116    377124     92.47   no data
8.39/8.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.39/8.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
8.39/8.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.39/8.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.39/8.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.39/8.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
8.39/8.48	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
8.49/8.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
8.49/8.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.49/8.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
8.49/8.55	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
8.49/8.56	c vivif2 --  cl tried    11103 cl shrink        0 lits rem          0 time: 0.00
8.59/8.60	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.04
8.59/8.60	c calculated reachability. Time: 0.00
8.59/8.60	c  N dy   276     46263      9718     41549         0     11103    126116    377124     92.47   no data
9.29/9.31	c  N dy   304     50344      9718     41549         0     15183    126116    980231     92.45     97.43
9.99/10.05	c  N dy   328     54414      9718     41549         0     19253    126116   1576967     92.43     97.57
10.70/10.79	c  N dy   358     58446      9718     41549         0     12366    126116    436444     92.66    100.53
11.49/11.52	c  N dy   386     62623      9718     41549         0     16543    126116   1064782     92.87    103.28
12.19/12.24	c  N dy   412     66717      9718     41549         0     20637    126116   1662796     92.88     98.61
12.69/12.71	c  S st   430     69395      9718     41549         0     23314    126116   2044487     92.81   no data
12.79/12.81	c  S st   430     69900      9718     41549         0     23819    126116   2101280     92.81   no data
12.79/12.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.79/12.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
12.79/12.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.79/12.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.79/12.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.79/12.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
12.79/12.85	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
12.79/12.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
12.89/12.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.59/13.63	c lits-rem:         4  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.64 s
13.59/13.63	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
13.59/13.66	c vivif2 --  cl tried    23816 cl shrink        0 lits rem          0 time: 0.03
13.69/13.71	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.05
13.69/13.71	c calculated reachability. Time: 0.00
13.69/13.71	c  N dy   430     69900      9718     41549         0     23816    126116   2100191     92.81   no data
14.39/14.50	c  N dy   459     74479      9718     41549         0     16436    126116    891097     92.81     98.02
15.31/15.35	c  N dy   491     79315      9718     41549         0     21272    126116   1605915     92.83     98.66
16.29/16.30	c  N dy   528     84409      9718     41549         0     13387    126116    289649     93.17     99.78
16.79/16.83	c  F st   548     87501      9718     41549         0     16478    126116    771528     93.38     79.15
17.39/17.44	c  N st   553     90800      9718     41549         0     19776    126116   1382852     93.38   no data
18.49/18.56	c  N dy   579     96701      9718     41549         0     25676    126116   2352291     93.29     98.27
19.59/19.69	c  N dy   623    102909      9718     41549         0     17896    126116    832238     93.59     99.63
19.99/20.03	c  S st   637    104854      9718     41549         0     19841    126116   1111832     93.55     98.90
20.09/20.11	c  S st   637    105356      9718     41549         0     20343    126116   1164732     93.55   no data
20.09/20.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.09/20.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
20.09/20.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.09/20.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.09/20.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.09/20.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
20.09/20.15	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
20.09/20.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
20.19/20.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.39/20.45	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.22 s
20.39/20.46	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
20.39/20.47	c vivif2 --  cl tried    20338 cl shrink        0 lits rem          0 time: 0.01
20.49/20.52	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.04
20.49/20.52	c calculated reachability. Time: 0.00
20.49/20.52	c  N dy   637    105356      9718     41549         0     20338    126116   1163302     93.55   no data
21.69/21.79	c  N dy   688    112150      9718     41549         0     27131    126116   2197605     93.83    100.12
23.10/23.12	c  N dy   737    119338      9718     41549         0     19326    126116    911260     94.02    104.35
24.49/24.53	c  N dy   785    127074      9718     41549         0     27062    126116   2078454     94.04     99.46
25.99/26.06	c  N dy   835    135263      9718     41549         0     19255    126116    722042     93.96    100.00
27.79/27.87	c  N dy   894    143894      9718     41549         0     27886    126116   2008249     94.03    129.32
29.71/29.74	c  N dy   951    153078      9718     41549         0     20073    126116    717108     94.08     99.66
30.59/30.68	c  S st   987    158034      9718     41549         0     25028    126116   1461012     94.06     85.24
30.71/30.79	c  S st   987    158535      9718     41549         0     25529    126116   1511832     94.06   no data
30.71/30.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.81/30.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
30.81/30.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.81/30.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.81/30.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.81/30.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
30.81/30.84	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
30.81/30.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
30.89/30.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.29/31.36	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.42 s
31.29/31.36	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
31.29/31.38	c vivif2 --  cl tried    25527 cl shrink        0 lits rem          0 time: 0.02
31.39/31.44	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.05
31.39/31.44	c calculated reachability. Time: 0.00
31.39/31.44	c  N dy   987    158535      9718     41549         0     25527    126116   1510613     94.06   no data
33.49/33.56	c  N dy  1058    169069      9718     41549         0     18071    126116    257659     94.20     99.48
35.49/35.56	c  N dy  1117    179901      9718     41549         0     28903    126116   1874299     94.10    105.94
37.80/37.86	c  N dy  1193    191609      9718     41549         0     21605    126116    645438     94.25    102.53
40.19/40.21	c  N dy  1276    203951      9718     41549         0     33945    126116   2503933     94.28     99.29
42.69/42.78	c  N dy  1357    217027      9718     41549         0     27020    126116   1307695     94.36     99.33
45.49/45.58	c  N dy  1450    230921      9718     41549         0     40910    126116   3419504     94.51    102.74
46.89/46.91	c  S st  1495    237803      9718     41549         0     26798    126116   1143905     94.57    101.83
46.99/47.00	c  S st  1495    238306      9718     41549         0     27301    126116   1198397     94.57   no data
46.99/47.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.99/47.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
46.99/47.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.99/47.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.99/47.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.99/47.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
46.99/47.05	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
46.99/47.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
47.09/47.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.39/47.40	c lits-rem:         5  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.28 s
47.39/47.41	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
47.39/47.42	c vivif2 --  cl tried    27299 cl shrink        0 lits rem          0 time: 0.02
47.39/47.48	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.05
47.39/47.48	c calculated reachability. Time: 0.00
47.39/47.48	c  N dy  1495    238306      9718     41549         0     27299    126116   1198175     94.57   no data
50.51/50.58	c  N dy  1594    253522      9718     41549         0     42514    126116   3482906     94.62    101.36
53.69/53.75	c  N dy  1690    269826      9718     41549         0     36814    126116   2504868     94.59    100.35
57.20/57.27	c  N dy  1798    287121      9718     41549         0     31110    126116   1502297     94.65    101.74
61.50/61.56	c  N dy  1923    305553      9718     41549         0     25545    126116    514628     94.75    102.50
61.70/61.70	c  F st  1929    306251      9718     41549         0     26243    126116    620288     94.77     96.87
65.79/65.81	c  N dy  2027    325112      9718     41549         0     45103    126116   3655980     94.83    100.82
69.99/70.02	c  N dy  2163    345166      9718     41549         0     40154    126116   2563948     94.90    103.25
72.69/72.73	c  S st  2239    357460      9718     41549         0     26450    126116    353345     94.88     89.24
72.79/72.82	c  S st  2239    357961      9718     41549         0     26951    126116    409735     94.88   no data
72.79/72.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
72.79/72.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
72.79/72.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
72.79/72.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
72.79/72.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.79/72.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
72.79/72.87	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
72.79/72.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
72.89/72.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.89/72.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
72.89/72.96	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
72.89/72.97	c vivif2 --  cl tried    26951 cl shrink        0 lits rem          0 time: 0.00
72.99/73.01	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.05
72.99/73.02	c calculated reachability. Time: 0.00
72.99/73.02	c  N dy  2239    357961      9718     41549         0     26951    126116    409735     94.88   no data
77.09/77.13	c  N dy  2380    378019      9718     41549         0     47007    126116   3490294     94.96    101.98
81.31/81.33	c  N dy  2501    398144      9718     41549         0     40132    126116   2267992     94.92     99.93
85.70/85.71	c  N dy  2637    418195      9718     41549         0     32187    126116    938444     95.00    100.80
89.99/90.04	c  N dy  2773    438461      9718     41549         0     52453    126116   4032263     95.10    101.58
94.29/94.30	c  N dy  2901    458588      9718     41549         0     43583    126116   2519978     95.12    101.37
98.79/98.86	c  N dy  3029    478768      9718     41549         0     33759    126116    877702     95.15    102.42
103.19/103.23	c  N dy  3162    498929      9718     41549         0     53919    126116   3957378     95.19    101.01
107.59/107.64	c  N dy  3295    518985      9718     41549         0     42983    126116   2121535     95.23    100.36
111.99/112.03	c  S st  3412    536941      9718     41549         0     60938    126116   4906219     95.28   no data
112.10/112.19	c  S st  3412    537443      9718     41549         0     61440    126116   4974633     95.28   no data
112.10/112.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
112.20/112.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
112.20/112.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
112.20/112.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
112.20/112.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.20/112.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
112.20/112.27	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
112.29/112.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
112.49/112.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.99/116.03	c lits-rem:        31  cl-subs:       11  v-elim:      0  v-fix:    0  time:  3.46 s
115.99/116.03	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
116.09/116.10	c vivif2 --  cl tried    61429 cl shrink        0 lits rem          0 time: 0.07
116.19/116.22	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.11
116.19/116.22	c calculated reachability. Time: 0.00
116.19/116.22	c  N dy  3412    537443      9718     41549         0     61429    126116   4971380     95.28   no data
121.30/121.36	c  N dy  3544    557509      9718     41549         0     49488    126116   3033099     95.34    100.64
126.29/126.35	c  N dy  3676    577518      9718     41549         0     36497    126116    872052     95.37    101.51
130.99/131.08	c  N dy  3813    597570      9718     41549         0     56548    126116   3931017     95.41    114.77
135.80/135.86	c  N dy  3949    617637      9718     41549         0     42612    126116   1638866     95.46    101.66
140.40/140.46	c  N dy  4079    637690      9718     41549         0     62659    126116   4714307     95.49    101.39
145.00/145.01	c  N dy  4201    657720      9718     41549         0     47695    126116   2248749     95.47    100.97
149.89/149.90	c  N dy  4333    677948      9718     41549         0     67923    126116   5329005     95.46    100.66
154.29/154.39	c  N dy  4457    698019      9718     41549         0     51997    126116   2750788     95.46    103.25
159.29/159.38	c  N dy  4588    718091      9718     41549         0     72068    126116   5857122     95.49    100.91
163.90/163.92	c  N dy  4719    738207      9718     41549         0     55189    126116   3097189     95.47    101.47
168.90/168.96	c  N dy  4851    758237      9718     41549         0     75216    126116   6156770     95.49    104.93
173.39/173.48	c  N dy  4978    778274      9718     41549         0     57262    126116   3278103     95.49    104.12
178.49/178.57	c  N dy  5103    798332      9718     41549         0     77320    126116   6323273     95.48    100.53
180.31/180.35	c  S st  5155    806165      9718     41549         0     46151    126116   1464870     95.50   no data
180.41/180.47	c  S st  5155    806667      9718     41549         0     46653    126116   1524662     95.50   no data
180.41/180.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
180.49/180.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
180.49/180.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
180.49/180.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.49/180.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.49/180.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
180.49/180.53	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
180.49/180.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
180.59/180.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
181.19/181.29	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.66 s
181.19/181.29	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
181.29/181.32	c vivif2 --  cl tried    46653 cl shrink        0 lits rem          0 time: 0.02
181.29/181.39	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.07
181.29/181.39	c calculated reachability. Time: 0.00
181.29/181.39	c  N dy  5155    806667      9718     41549         0     46653    126116   1524660     95.50   no data
186.10/186.11	c  N dy  5287    826698      9718     41549         0     66682    126116   4536576     95.51    100.72
191.09/191.19	c  N dy  5419    846759      9718     41549         0     46742    126116   1410105     95.53    100.81
195.90/195.96	c  N dy  5553    866927      9718     41549         0     66910    126116   4496677     95.55    100.90
201.00/201.06	c  N dy  5679    886946      9718     41549         0     45929    126116   1120957     95.57    111.96
205.71/205.79	c  N dy  5810    907064      9718     41549         0     66047    126116   4218961     95.59    102.21
211.60/211.65	c  N dy  5943    927139      9718     41549         0     44121    126116    704958     95.59    101.57
217.19/217.22	c  N dy  6059    947351      9718     41549         0     64332    126116   3753541     95.55    102.72
223.39/223.43	c  N dy  6183    967862      9718     41549         0     84843    126116   6905566     95.55    102.74
228.40/228.40	c  N dy  6312    987886      9718     41549         0     61862    126116   3287739     95.57    100.93
234.00/234.04	c  N dy  6449   1007947      9718     41549         0     81923    126116   6371278     95.59    119.87
239.19/239.21	c  N dy  6572   1028152      9718     41549         0     58126    126116   2555573     95.61    102.55
244.30/244.35	c  N dy  6704   1048171      9718     41549         0     78144    126116   5620345     95.64    100.96
249.61/249.63	c  N dy  6826   1068267      9718     41549         0     53246    126116   1656457     95.64    103.47
250.39/250.46	c  F st  6845   1071875      9718     41549         0     56854    126116   2216568     95.63   no data
254.49/254.55	c  N dy  6922   1088316      9718     41549         0     73294    126116   5024075     95.64    105.35
260.19/260.24	c  N dy  7057   1108441      9718     41549         0     47425    126116    621396     95.65    100.94
265.01/265.01	c  N dy  7192   1128558      9718     41549         0     67540    126116   3739249     95.69    102.10
270.51/270.54	c  N dy  7324   1148620      9718     41549         0     87602    126116   6813116     95.70    103.22
275.80/275.82	c  N dy  7457   1169289      9718     41549         0     61268    126116   2596561     95.71    105.39
280.99/281.03	c  N dy  7585   1189307      9718     41549         0     81283    126116   5648911     95.72    104.90
286.60/286.64	c  N dy  7709   1209744      9718     41549         0     53722    126116   1291151     95.71    101.55
286.70/286.70	c  S st  7712   1210001      9718     41549         0     53979    126116   1330380     95.71   no data
286.80/286.82	c  S st  7712   1210503      9718     41549         0     54481    126116   1384273     95.71   no data
286.80/286.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
286.80/286.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
286.80/286.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
286.80/286.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
286.80/286.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
286.80/286.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
286.80/286.88	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
286.90/286.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
286.90/286.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
287.50/287.57	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.59 s
287.50/287.57	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
287.50/287.59	c vivif2 --  cl tried    54478 cl shrink        0 lits rem          0 time: 0.02
287.60/287.67	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.08
287.60/287.67	c calculated reachability. Time: 0.00
287.60/287.67	c  N dy  7712   1210503      9718     41549         0     54478    126116   1383084     95.71   no data
292.69/292.71	c  N dy  7841   1230610      9718     41549         0     74585    126116   4465874     95.72    102.20
298.50/298.51	c  N dy  7987   1250666      9718     41549         0     94640    126116   7536872     95.75    101.47
303.51/303.53	c  N dy  8116   1270798      9718     41549         0     65771    126116   2976871     95.75    100.91
309.01/309.01	c  N dy  8251   1290932      9718     41549         0     85905    126116   6052176     95.76    101.07
314.61/314.67	c  N dy  8380   1310942      9718     41549         0     55921    126116   1327019     95.76    102.53
319.80/319.80	c  N dy  8509   1331224      9718     41549         0     76199    126116   4422656     95.76    101.26
325.51/325.56	c  N dy  8639   1351261      9718     41549         0     96235    126116   7472509     95.77    111.18
330.80/330.86	c  N dy  8767   1371346      9718     41549         0     65331    126116   2596681     95.77    133.79
336.20/336.22	c  N dy  8895   1391390      9718     41549         0     85373    126116   5660505     95.76    103.08
342.30/342.32	c  N dy  9020   1411475      9718     41549         0     53462    126116    674028     95.76    122.59
347.51/347.52	c  N dy  9155   1431480      9718     41549         0     73465    126116   3777429     95.79    106.50
353.19/353.22	c  N dy  9290   1451629      9718     41549         0     93612    126116   6879451     95.81    104.11
358.90/358.97	c  N dy  9415   1471681      9718     41549         0     60663    126116   1632095     95.82    104.82
364.11/364.15	c  N dy  9544   1491742      9718     41549         0     80723    126116   4745308     95.83    101.12
370.10/370.18	c  N dy  9679   1511808      9718     41549         0    100789    126116   7831566     95.85    102.73
375.60/375.68	c  N dy  9813   1531809      9718     41549         0     66790    126116   2412258     95.86    102.41
381.09/381.13	c  N dy  9945   1551810      9718     41549         0     86786    126116   5498995     95.88    101.34
387.30/387.37	c  N dy 10080   1571860      9718     41549         0    106835    126116   8598166     95.91    102.87
392.49/392.57	c  N dy 10202   1591865      9718     41549         0     71841    126116   3035063     95.89    101.31
398.11/398.15	c  N dy 10329   1611971      9718     41549         0     91945    126116   6103969     95.90    105.09
404.40/404.49	c  N dy 10463   1632034      9718     41549         0    112004    126116   9193024     95.91    101.47
409.50/409.59	c  N dy 10594   1652204      9718     41549         0     76169    126116   3527481     95.92    102.20
415.40/415.40	c  N dy 10727   1672253      9718     41549         0     96217    126116   6612118     95.93    105.89
421.80/421.83	c  N dy 10867   1692263      9718     41549         0     59234    126116    824308     95.97    102.65
426.49/426.52	c  S st 10988   1710503      9718     41549         0     77470    126116   3617834     95.98   no data
426.59/426.68	c  S st 10988   1711006      9718     41549         0     77973    126116   3680953     95.98   no data
426.59/426.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
426.72/426.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
426.72/426.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
426.72/426.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
426.72/426.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
426.72/426.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
426.72/426.76	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
426.82/426.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
426.90/426.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
429.70/429.73	c lits-rem:        30  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.77 s
429.70/429.73	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
429.70/429.78	c vivif2 --  cl tried    77968 cl shrink        0 lits rem          0 time: 0.05
429.80/429.89	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.11
429.80/429.89	c calculated reachability. Time: 0.00
429.80/429.89	c  N dy 10988   1711006      9718     41549         0     77968    126116   3679412     95.98   no data
435.80/435.88	c  N dy 11126   1731297      9718     41549         0     98259    126116   6807085     95.99    102.68
442.30/442.31	c  N dy 11261   1751423      9718     41549         0     60390    126116    827056     96.00    101.06
447.50/447.52	c  N dy 11396   1771470      9718     41549         0     80436    126116   3909916     96.01    116.83
453.40/453.42	c  N dy 11523   1791489      9718     41549         0    100455    126116   6997880     96.02    107.12
459.81/459.84	c  N dy 11654   1811568      9718     41549         0     61541    126116    871754     96.04    103.62
465.10/465.15	c  N dy 11787   1831581      9718     41549         0     81550    126116   3951106     96.06    105.19
471.30/471.39	c  N dy 11922   1851638      9718     41549         0    101606    126116   7033317     96.07    101.22
477.80/477.87	c  N dy 12045   1871649      9718     41549         0     61618    126116    722930     96.07    112.03
483.10/483.13	c  N dy 12179   1891712      9718     41549         0     81678    126116   3788291     96.08    101.25
489.10/489.17	c  N dy 12311   1911894      9718     41549         0    101857    126116   6872466     96.09    101.36
495.90/495.91	c  N dy 12442   1931976      9718     41549         0    121938    126116   9954731     96.10    107.51
501.09/501.18	c  N dy 12567   1952047      9718     41549         0     81015    126116   3548605     96.10    101.66
507.01/507.08	c  N dy 12698   1972142      9718     41549         0    101108    126116   6623573     96.11    103.48
513.72/513.76	c  N dy 12825   1992281      9718     41549         0    121247    126116   9719536     96.11    102.16
519.22/519.27	c  N dy 12953   2012448      9718     41549         0     79421    126116   3176688     96.12    101.35
525.10/525.15	c  N dy 13082   2032620      9718     41549         0     99590    126116   6292929     96.14    104.09
531.90/531.94	c  N dy 13214   2053480      9718     41549         0    120450    126116   9469275     96.13    102.34
537.70/537.78	c  N dy 13352   2073551      9718     41549         0     77525    126116   2762010     96.15    109.03
543.50/543.58	c  N dy 13485   2093554      9718     41549         0     97527    126116   5849776     96.16    101.92
550.01/550.06	c  N dy 13614   2113589      9718     41549         0    117560    126116   8952797     96.18    101.54
556.30/556.32	c  N dy 13735   2133792      9718     41549         0     73765    126116   2008619     96.18    102.16
561.90/561.96	c  N dy 13861   2153845      9718     41549         0     93818    126116   5073145     96.18    102.56
568.30/568.37	c  N dy 13986   2173916      9718     41549         0    113886    126116   8145389     96.19    109.82
575.21/575.22	c  N dy 14120   2194018      9718     41549         0     68991    126116   1140652     96.20    103.90
579.80/579.89	c  S st 14226   2211006      9718     41549         0     85979    126116   3771830     96.20     89.78
580.00/580.05	c  S st 14226   2211507      9718     41549         0     86480    126116   3837474     96.20   no data
580.00/580.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
580.10/580.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
580.10/580.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
580.10/580.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
580.10/580.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
580.10/580.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
580.10/580.14	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
580.20/580.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
580.30/580.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
583.10/583.19	c lits-rem:        10  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.85 s
583.10/583.19	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
583.20/583.25	c vivif2 --  cl tried    86474 cl shrink        0 lits rem          0 time: 0.05
583.30/583.36	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.11
583.30/583.37	c calculated reachability. Time: 0.00
583.30/583.37	c  N dy 14226   2211507      9718     41549         0     86474    126116   3835910     96.20   no data
589.40/589.49	c  N dy 14366   2231544      9718     41549         0    106507    126116   6943940     96.23    128.19
596.40/596.42	c  N dy 14498   2251564      9718     41549         0    126523    126116  10018110     96.24    103.31
602.30/602.31	c  N dy 14628   2271612      9718     41549         0     80582    126116   2769830     96.24    103.86
608.70/608.71	c  N dy 14756   2291706      9718     41549         0    100671    126116   5899184     96.26    153.25
615.50/615.57	c  N dy 14879   2311845      9718     41549         0    120807    126116   8977560     96.26    102.32
622.11/622.19	c  N dy 15017   2331894      9718     41549         0     73862    126116   1586799     96.28    125.71
627.80/627.84	c  N dy 15146   2351990      9718     41549         0     93956    126116   4628170     96.28    104.19
634.10/634.18	c  N dy 15267   2372078      9718     41549         0    114042    126116   7714208     96.28    102.99
641.31/641.31	c  N dy 15393   2392236      9718     41549         0    134199    126116  10812481     96.28    102.85
647.00/647.06	c  N dy 15526   2412248      9718     41549         0     86211    126116   3321783     96.29    115.40
653.20/653.22	c  N dy 15656   2432353      9718     41549         0    106314    126116   6438690     96.30    103.36
660.02/660.05	c  N dy 15789   2452356      9718     41549         0    126315    126116   9543812     96.31    107.33
666.70/666.75	c  N dy 15923   2472430      9718     41549         0     77397    126116   1859428     96.33    103.03
672.50/672.54	c  N dy 16043   2492469      9718     41549         0     97435    126116   4923554     96.32    110.66
678.90/678.98	c  N dy 16168   2512498      9718     41549         0    117461    126116   8016130     96.32    101.75
686.31/686.34	c  N dy 16302   2532513      9718     41549         0    137473    126116  11106979     96.34    102.64
692.30/692.31	c  N dy 16439   2552635      9718     41549         0     87604    126116   3262858     96.35    102.33
698.42/698.49	c  N dy 16571   2572683      9718     41549         0    107651    126116   6353283     96.36    102.11
705.30/705.32	c  N dy 16701   2592736      9718     41549         0    127700    126116   9445866     96.37    102.16
712.20/712.27	c  N dy 16833   2612792      9718     41549         0     76759    126116   1440283     96.38    104.81
718.01/718.06	c  N dy 16964   2632828      9718     41549         0     96794    126116   4518487     96.39    101.58
724.50/724.53	c  N dy 17092   2653105      9718     41549         0    117071    126116   7664083     96.40    102.06
731.91/731.95	c  N dy 17225   2673478      9718     41549         0    137442    126116  10825214     96.42    104.24
738.20/738.28	c  N dy 17354   2693620      9718     41549         0     85590    126116   2632028     96.42    105.36
743.51/743.58	c  S st 17464   2711509      9718     41549         0    103477    126116   5376321     96.41   no data
743.70/743.77	c  S st 17464   2712012      9718     41549         0    103980    126116   5430564     96.41   no data
743.70/743.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
743.80/743.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
743.80/743.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
743.80/743.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
743.80/743.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
743.80/743.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
743.80/743.87	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
743.90/743.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
744.10/744.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
748.21/748.21	c lits-rem:         3  cl-subs:        7  v-elim:      0  v-fix:    0  time:  4.06 s
748.21/748.21	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
748.21/748.29	c vivif2 --  cl tried   103973 cl shrink        0 lits rem          0 time: 0.08
748.41/748.42	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.13
748.41/748.43	c calculated reachability. Time: 0.00
748.41/748.43	c  N dy 17464   2712012      9718     41549         0    103973    126116   5428797     96.41   no data
755.10/755.17	c  N dy 17593   2732098      9718     41549         0    124058    126116   8551760     96.42    103.45
763.32/763.38	c  N dy 17726   2752141      9718     41549         0    144096    126116  11648850     96.43    101.59
769.92/769.93	c  N dy 17853   2772196      9718     41549         0     91155    126116   3357807     96.44    103.23
778.11/778.15	c  N dy 17987   2792336      9718     41549         0    111293    126116   6481963     96.45    101.62
785.70/785.70	c  N dy 18115   2812402      9718     41549         0    131359    126116   9549659     96.46    102.08
793.31/793.37	c  N dy 18240   2832578      9718     41549         0     77538    126116   1119450     96.46    102.22
799.40/799.41	c  N dy 18377   2852671      9718     41549         0     97630    126116   4250209     96.48    102.32
806.22/806.21	c  N dy 18516   2872691      9718     41549         0    117647    126116   7344516     96.49    102.67
813.50/813.55	c  N dy 18652   2892715      9718     41549         0    137670    126116  10442946     96.50    102.03
820.52/820.51	c  N dy 18780   2912765      9718     41549         0     82734    126116   1793959     96.50    104.07
826.51/826.50	c  N dy 18919   2932787      9718     41549         0    102756    126116   4918563     96.52    104.85
833.31/833.32	c  N dy 19048   2953153      9718     41549         0    123121    126116   8093187     96.52    103.84
840.70/840.76	c  N dy 19169   2973171      9718     41549         0    143138    126116  11136678     96.53    101.89
847.40/847.48	c  N dy 19296   2993306      9718     41549         0     87269    126116   2287464     96.53    102.90
853.62/853.67	c  N dy 19438   3013315      9718     41549         0    107277    126116   5429527     96.55    105.09
860.71/860.77	c  N dy 19580   3033666      9718     41549         0    127624    126116   8600502     96.56    102.38
868.30/868.37	c  N dy 19707   3053687      9718     41549         0    147643    126116  11717955     96.57    102.96
874.71/874.79	c  N dy 19840   3073706      9718     41549         0     90669    126116   2691588     96.58    104.15
881.02/881.07	c  N dy 19974   3093717      9718     41549         0    110679    126116   5807750     96.59    114.90
888.11/888.11	c  N dy 20107   3113871      9718     41549         0    130827    126116   8908512     96.59    103.10
895.81/895.82	c  N dy 20237   3133932      9718     41549         0    150887    126116  11976877     96.60    102.87
902.21/902.24	c  N dy 20376   3154020      9718     41549         0     92978    126116   2914243     96.60    103.30
908.52/908.52	c  N dy 20506   3174022      9718     41549         0    112978    126116   6007289     96.61    103.11
915.61/915.66	c  N dy 20634   3194285      9718     41549         0    133237    126116   9132792     96.61    105.03
922.61/922.63	c  S st 20751   3212013      9718     41549         0    150963    126116  11874439     96.62   no data
922.82/922.89	c  S st 20751   3212516      9718     41549         0    151466    126116  11935877     96.62   no data
922.92/922.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
923.01/923.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.10
923.01/923.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
923.01/923.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
923.01/923.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
923.01/923.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
923.01/923.04	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
923.11/923.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
923.60/923.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
932.61/932.62	c lits-rem:        20  cl-subs:       11  v-elim:      0  v-fix:    0  time:  8.94 s
932.61/932.62	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
932.72/932.79	c vivif2 --  cl tried   151455 cl shrink        0 lits rem          0 time: 0.17
932.91/932.99	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.20
932.91/932.99	c calculated reachability. Time: 0.00
932.91/932.99	c  N dy 20751   3212516      9718     41549         0    151455    126116  11932190     96.62   no data
939.61/939.66	c  N dy 20881   3232519      9718     41549         0     92460    126116   2692274     96.63    101.76
945.92/945.96	c  N dy 21011   3252544      9718     41549         0    112483    126116   5792215     96.64    103.68
952.91/952.91	c  N dy 21141   3272568      9718     41549         0    132505    126116   8869798     96.65    104.66
960.71/960.72	c  N dy 21268   3292634      9718     41549         0    152571    126116  11989210     96.65    101.78
967.92/967.91	c  N dy 21394   3312777      9718     41549         0     92722    126116   2578543     96.65    101.83
974.90/974.93	c  N dy 21525   3332789      9718     41549         0    112734    126116   5674929     96.66    102.51
983.01/983.04	c  N dy 21658   3352879      9718     41549         0    132823    126116   8800262     96.67    102.16
992.60/992.63	c  N dy 21781   3372896      9718     41549         0    152838    126116  11871981     96.67    102.96
999.83/999.88	c  N dy 21910   3392902      9718     41549         0     91850    126116   2335652     96.68    109.85
1006.43/1006.45	c  N dy 22043   3412992      9718     41549         0    111937    126116   5461328     96.68    104.15
1013.70/1013.74	c  N dy 22174   3433020      9718     41549         0    131963    126116   8596251     96.70    102.87
1021.92/1021.93	c  N dy 22310   3453123      9718     41549         0    152066    126116  11728714     96.71    102.09
1029.52/1029.51	c  N dy 22450   3473265      9718     41549         0     90213    126116   1919141     96.72    102.74
1035.71/1035.77	c  N dy 22581   3493344      9718     41549         0    110290    126116   5032312     96.73    109.66
1042.72/1042.71	c  N dy 22710   3513682      9718     41549         0    130627    126116   8164743     96.73    107.46
1050.42/1050.42	c  N dy 22845   3533690      9718     41549         0    150633    126116  11271040     96.74    113.61
1058.41/1058.42	c  N dy 22982   3553693      9718     41549         0     87646    126116   1342295     96.75    102.41
1064.50/1064.52	c  N dy 23113   3573889      9718     41549         0    107836    126116   4494931     96.76    102.96
1071.21/1071.27	c  N dy 23244   3593901      9718     41549         0    127848    126116   7616305     96.77    130.96
1078.91/1078.97	c  N dy 23381   3613964      9718     41549         0    147908    126116  10738083     96.78    104.13
1087.51/1087.52	c  N dy 23515   3634029      9718     41549         0    167971    126116  13832895     96.79    103.58
1093.60/1093.63	c  N dy 23653   3654064      9718     41549         0    104010    126116   3746467     96.80    104.67
1100.31/1100.38	c  N dy 23792   3674080      9718     41549         0    124025    126116   6843135     96.81    123.96
1107.91/1107.97	c  N dy 23935   3694132      9718     41549         0    144076    126116   9940281     96.82    103.26
1115.61/1115.67	c  S st 24062   3712516      9718     41549         0    162458    126116  12816127     96.83   no data
1115.91/1115.94	c  S st 24062   3713021      9718     41549         0    162963    126116  12875090     96.83   no data
1115.91/1115.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1116.01/1116.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.11
1116.01/1116.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1116.11/1116.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1116.11/1116.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1116.11/1116.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
1116.11/1116.10	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
1116.21/1116.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
1116.71/1116.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1127.11/1127.15	c lits-rem:        12  cl-subs:       17  v-elim:      0  v-fix:    0  time: 10.44 s
1127.11/1127.16	c vivif2 --  cl tried    41549 cl shrink        0 lits rem          0 time: 0.00
1127.31/1127.34	c vivif2 --  cl tried   162946 cl shrink        0 lits rem          0 time: 0.18
1127.52/1127.56	c asymm  cl-useful: 0/41549/41549 lits-rem:0 time: 0.22
1127.52/1127.56	c calculated reachability. Time: 0.00
1127.52/1127.56	c  N dy 24062   3713021      9718     41549         0    162946    126116  12870472     96.83   no data
1134.50/1134.53	c  N dy 24192   3733163      9718     41549         0     98090    126116   2649906     96.83    102.53
1140.41/1140.46	c  F st 24311   3751562      9718     41549         0    116489    126116   5486582     96.84     99.19
1141.11/1141.11	c  N st 24315   3753593      9718     41549         0    118519    126116   5842527     96.84   no data
1148.21/1148.29	c  N dy 24415   3773677      9718     41549         0    138602    126116   9067635     96.83    114.37
1156.31/1156.33	c  N dy 24543   3793759      9718     41549         0    158682    126116  12155340     96.84    102.68
1164.01/1164.02	c  N dy 24662   3813856      9718     41549         0     92785    126116   1670234     96.84    102.35
1170.33/1170.40	c  N dy 24808   3833879      9718     41549         0    112808    126116   4801992     96.85    104.54
1177.41/1177.42	c  N dy 24934   3853918      9718     41549         0    132847    126116   7904746     96.86    106.01
1185.21/1185.27	c  N dy 25063   3873975      9718     41549         0    152902    126116  10982166     96.86    115.18
1194.53/1194.57	c  N dy 25179   3894052      9718     41549         0    172979    126116  14078613     96.86    103.52
1201.13/1201.12	c  N dy 25309   3914226      9718     41549         0    106160    126116   3638537     96.87    102.42
1208.11/1208.15	c  N dy 25440   3934424      9718     41549         0    126355    126116   6779119     96.88    102.07
1215.71/1215.77	c  N dy 25576   3954483      9718     41549         0    146412    126116   9839243     96.88    102.69
1224.32/1224.38	c  N dy 25720   3974495      9718     41549         0    166421    126116  12979579     96.89    108.31
1231.92/1231.94	c  N dy 25860   3994577      9718     41549         0     98509    126116   2328074     96.90    102.08
1238.42/1238.44	c  N dy 26000   4014670      9718     41549         0    118600    126116   5464735     96.92    103.60
1245.62/1245.65	c  N dy 26122   4034873      9718     41549         0    138803    126116   8578221     96.92    104.42
1253.71/1253.77	c  N dy 26258   4054954      9718     41549         0    158882    126116  11698203     96.93    102.26
1262.52/1262.57	c  N dy 26388   4074983      9718     41549         0     89919    126116    806473     96.94    103.67
1268.71/1268.74	c  N dy 26526   4095094      9718     41549         0    110026    126116   3943894     96.95    103.49
1275.12/1275.11	c  N dy 26658   4115165      9718     41549         0    130097    126116   7024205     96.95    102.33
1282.01/1282.00	c  N dy 26788   4135237      9718     41549         0    150167    126116  10119652     96.96    103.73
1289.61/1289.63	c  N dy 26915   4155264      9718     41549         0    170192    126116  13222949     96.97    158.66
1296.51/1296.52	c  N dy 27046   4175420      9718     41549         0    100348    126116   2271233     96.97    103.44

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-3367335-1305380758/watcher-3367335-1305380758 -o /tmp/evaluation-result-3367335-1305380758/solver-3367335-1305380758 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367335-1305380758.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.00 4.00 3.28 4/397 25847
/proc/meminfo: memFree=26679888/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=34332 CPUtime=0.01 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 1944 0 0 0 1 0 0 0 25 0 1 0 649674509 35155968 1657 33554432000 4194304 4580011 140735236365168 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 8583 1658 324 95 0 3565 0

[startup+0.0474279 s]
/proc/loadavg: 4.00 4.00 3.28 4/397 25847
/proc/meminfo: memFree=26679888/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=35840 CPUtime=0.04 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 2420 0 0 0 4 0 0 0 25 0 1 0 649674509 36700160 2133 33554432000 4194304 4580011 140735236365168 18446744073709551615 4293065 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 8960 2133 339 95 0 3942 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 35840

[startup+0.10042 s]
/proc/loadavg: 4.00 4.00 3.28 4/397 25847
/proc/meminfo: memFree=26679888/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=41440 CPUtime=0.09 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 4412 0 0 0 9 0 0 0 25 0 1 0 649674509 42434560 3428 33554432000 4194304 4580011 140735236365168 18446744073709551615 251813899061 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 10360 3428 354 95 0 5342 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41440

[startup+0.300384 s]
/proc/loadavg: 4.00 4.00 3.28 4/397 25847
/proc/meminfo: memFree=26679888/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=41888 CPUtime=0.29 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 4660 0 0 0 29 0 0 0 25 0 1 0 649674509 42893312 3676 33554432000 4194304 4580011 140735236365168 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 10472 3676 364 95 0 5454 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41888

[startup+0.700316 s]
/proc/loadavg: 4.00 4.00 3.28 4/397 25847
/proc/meminfo: memFree=26679888/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=41888 CPUtime=0.69 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 5091 0 0 0 69 0 0 0 25 0 1 0 649674509 42893312 4107 33554432000 4194304 4580011 140735236365168 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 10472 4107 364 95 0 5454 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41888

[startup+1.50018 s]
/proc/loadavg: 4.00 4.00 3.28 5/398 25848
/proc/meminfo: memFree=26655892/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=43872 CPUtime=1.49 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 6247 0 0 0 149 0 0 0 25 0 1 0 649674509 44924928 3925 33554432000 4194304 4580011 140735236365168 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 10968 3925 364 95 0 5950 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43872

[startup+3.10091 s]
/proc/loadavg: 4.00 4.00 3.28 5/398 25848
/proc/meminfo: memFree=26654400/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=44284 CPUtime=3.09 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 8245 0 0 0 308 1 0 0 25 0 1 0 649674509 45346816 4369 33554432000 4194304 4580011 140735236365168 18446744073709551615 4320840 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 11071 4369 364 95 0 6053 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44284

[startup+6.30038 s]
/proc/loadavg: 4.00 4.00 3.28 5/398 25849
/proc/meminfo: memFree=26619528/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=71900 CPUtime=6.29 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 18429 0 0 0 626 3 0 0 25 0 1 0 649674509 73625600 10696 33554432000 4194304 4580011 140735236365168 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 17975 10696 367 95 0 12957 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71900

[startup+12.7003 s]
/proc/loadavg: 4.00 4.00 3.29 5/398 25849
/proc/meminfo: memFree=26626764/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=72132 CPUtime=12.69 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 24664 0 0 0 1265 4 0 0 25 0 1 0 649674509 73863168 12573 33554432000 4194304 4580011 140735236365168 18446744073709551615 4293176 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 18033 12573 367 95 0 13015 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72132

[startup+25.5001 s]
/proc/loadavg: 4.16 4.03 3.30 5/398 25849
/proc/meminfo: memFree=26575800/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=144964 CPUtime=25.5 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 43824 0 0 0 2543 7 0 0 25 0 1 0 649674509 148443136 20889 33554432000 4194304 4580011 140735236365168 18446744073709551615 4487119 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 36241 20889 367 95 0 31223 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 144964

[startup+51.1008 s]
/proc/loadavg: 4.22 4.06 3.33 5/398 25850
/proc/meminfo: memFree=26541244/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=110400 CPUtime=51.09 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 68206 0 0 0 5097 12 0 0 25 0 1 0 649674509 113049600 20443 33554432000 4194304 4580011 140735236365168 18446744073709551615 4318386 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 27600 20444 367 95 0 22582 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110400

[startup+102.315 s]
/proc/loadavg: 4.20 4.08 3.38 5/398 25851
/proc/meminfo: memFree=26485048/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=155716 CPUtime=102.31 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 109368 0 0 0 10210 21 0 0 25 0 1 0 649674509 159453184 23384 33554432000 4194304 4580011 140735236365168 18446744073709551615 4320781 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 38929 23385 367 95 0 33911 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 155716

[startup+162.3 s]
/proc/loadavg: 4.07 4.06 3.41 5/398 25853
/proc/meminfo: memFree=26420008/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=164144 CPUtime=162.29 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 163137 0 0 0 16196 33 0 0 25 0 1 0 649674509 168083456 35232 33554432000 4194304 4580011 140735236365168 18446744073709551615 4293041 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 41036 35232 367 95 0 36018 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 164144

[startup+222.301 s]
/proc/loadavg: 4.07 4.06 3.45 5/398 25854
/proc/meminfo: memFree=26330888/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=211316 CPUtime=222.3 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 202031 0 0 0 22187 43 0 0 25 0 1 0 649674509 216387584 39529 33554432000 4194304 4580011 140735236365168 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 52829 39529 367 95 0 47811 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 211316

[startup+282.301 s]
/proc/loadavg: 4.15 4.09 3.50 5/398 25856
/proc/meminfo: memFree=26323672/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=212336 CPUtime=282.29 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 241247 0 0 0 28178 51 0 0 25 0 1 0 649674509 217432064 39579 33554432000 4194304 4580011 140735236365168 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 53084 39579 367 95 0 48066 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 212336

[startup+342.301 s]
/proc/loadavg: 4.05 4.07 3.53 5/398 25858
/proc/meminfo: memFree=26358460/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=166100 CPUtime=342.3 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 278604 0 0 0 34170 60 0 0 25 0 1 0 649674509 170086400 34230 33554432000 4194304 4580011 140735236365168 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 41525 34230 367 95 0 36507 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 166100

[startup+402.301 s]
/proc/loadavg: 4.02 4.06 3.56 5/398 25859
/proc/meminfo: memFree=26305456/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=215484 CPUtime=402.3 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 313916 0 0 0 40162 68 0 0 25 0 1 0 649674509 220655616 41706 33554432000 4194304 4580011 140735236365168 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 53871 41706 367 95 0 48853 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 215484

[startup+462.301 s]
/proc/loadavg: 4.00 4.04 3.58 5/398 25861
/proc/meminfo: memFree=26301800/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=174228 CPUtime=462.3 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 349411 0 0 0 46154 76 0 0 25 0 1 0 649674509 178409472 37921 33554432000 4194304 4580011 140735236365168 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 43557 37921 367 95 0 38539 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 174228

[startup+522.301 s]
/proc/loadavg: 4.00 4.03 3.60 5/398 25862
/proc/meminfo: memFree=26279552/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=224684 CPUtime=522.3 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 382899 0 0 0 52146 84 0 0 25 0 1 0 649674509 230076416 40379 33554432000 4194304 4580011 140735236365168 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 56171 40379 367 95 0 51153 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 224684

[startup+582.3 s]
/proc/loadavg: 4.00 4.02 3.63 5/398 25864
/proc/meminfo: memFree=26298848/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=232720 CPUtime=582.3 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 416363 0 0 0 58138 92 0 0 25 0 1 0 649674509 238305280 41183 33554432000 4194304 4580011 140735236365168 18446744073709551615 4415945 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 58180 41183 367 95 0 53162 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 232720

[startup+642.3 s]
/proc/loadavg: 4.23 4.07 3.66 5/398 25866
/proc/meminfo: memFree=26288888/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=182452 CPUtime=642.32 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 447463 0 0 0 64131 101 0 0 25 0 1 0 649674509 186830848 38185 33554432000 4194304 4580011 140735236365168 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 45613 38185 367 95 0 40595 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 182452

[startup+702.3 s]
/proc/loadavg: 4.16 4.07 3.69 5/398 25867
/proc/meminfo: memFree=26251172/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=234380 CPUtime=702.3 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 478558 0 0 0 70122 108 0 0 25 0 1 0 649674509 240005120 45612 33554432000 4194304 4580011 140735236365168 18446744073709551615 4318386 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 58595 45612 367 95 0 53577 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 234380

[startup+762.315 s]
/proc/loadavg: 4.06 4.05 3.70 5/398 25869
/proc/meminfo: memFree=26156756/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=254884 CPUtime=762.32 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 510702 0 0 0 76116 116 0 0 25 0 1 0 649674509 261001216 53473 33554432000 4194304 4580011 140735236365168 18446744073709551615 4293650 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 63721 53473 367 95 0 58703 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 254884

[startup+822.301 s]
/proc/loadavg: 4.20 4.09 3.74 5/398 25870
/proc/meminfo: memFree=26156348/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=202888 CPUtime=822.3 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 539857 0 0 0 82104 126 0 0 25 0 1 0 649674509 207757312 45021 33554432000 4194304 4580011 140735236365168 18446744073709551615 4293065 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 50722 45021 367 95 0 45704 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 202888

[startup+882.301 s]
/proc/loadavg: 4.12 4.08 3.75 5/398 25872
/proc/meminfo: memFree=26149736/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=255884 CPUtime=882.31 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 569454 0 0 0 88097 134 0 0 25 0 1 0 649674509 262025216 48610 33554432000 4194304 4580011 140735236365168 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 63971 48610 367 95 0 58953 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 255884

[startup+942.301 s]
/proc/loadavg: 4.04 4.07 3.76 5/398 25883
/proc/meminfo: memFree=26016144/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=375504 CPUtime=942.31 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 622411 0 0 0 94088 143 0 0 25 0 1 0 649674509 384516096 75038 33554432000 4194304 4580011 140735236365168 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 93876 75038 367 95 0 88858 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 375504

[startup+1002.3 s]
/proc/loadavg: 4.01 4.05 3.78 5/398 25884
/proc/meminfo: memFree=25998092/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=375960 CPUtime=1002.31 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 649114 0 0 0 100079 152 0 0 25 0 1 0 649674509 384983040 74534 33554432000 4194304 4580011 140735236365168 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 93990 74534 367 95 0 88972 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 375960

[startup+1062.3 s]
/proc/loadavg: 4.00 4.04 3.79 5/398 25886
/proc/meminfo: memFree=25947096/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=376392 CPUtime=1062.31 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 677024 0 0 0 106069 162 0 0 25 0 1 0 649674509 385425408 74385 33554432000 4194304 4580011 140735236365168 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 94098 74385 367 95 0 89080 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 376392

[startup+1122.3 s]
/proc/loadavg: 3.47 3.89 3.75 4/392 25908
/proc/meminfo: memFree=26300864/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=424212 CPUtime=1122.31 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 711722 0 0 0 112061 170 0 0 25 0 1 0 649674509 434393088 94833 33554432000 4194304 4580011 140735236365168 18446744073709551615 4451804 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 106053 94833 367 95 0 101035 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 424212

[startup+1182.3 s]
/proc/loadavg: 3.17 3.73 3.70 4/392 25910
/proc/meminfo: memFree=26282140/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=424660 CPUtime=1182.31 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 737729 0 0 0 118053 178 0 0 25 0 1 0 649674509 434851840 91810 33554432000 4194304 4580011 140735236365168 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 106165 91810 367 95 0 101147 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 424660

[startup+1242.3 s]
/proc/loadavg: 2.79 3.54 3.64 3/386 25930
/proc/meminfo: memFree=26571876/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=425104 CPUtime=1242.31 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 764623 0 0 0 124044 187 0 0 25 0 1 0 649674509 435306496 89170 33554432000 4194304 4580011 140735236365168 18446744073709551615 4293099 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 106276 89170 367 95 0 101258 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 425104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.92 3.18 3.51 2/380 25949
/proc/meminfo: memFree=26771272/32950928 swapFree=44388876/67111528
[pid=25847] ppid=25845 vsize=425584 CPUtime=1300.03 cores=5,7
/proc/25847/stat : 25847 (strangenight2-s) R 25845 25847 25497 0 -1 4202496 791901 0 0 0 129808 195 0 0 25 0 1 0 649674509 435798016 86207 33554432000 4194304 4580011 140735236365168 18446744073709551615 4294398 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25847/statm: 106396 86207 367 95 0 101378 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 425584

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.05
CPU user time (s): 1298.08
CPU system time (s): 1.9667
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 438856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.08
system time used= 1.9667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 791902
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= 10
involuntary context switches= 15087

runsolver used 4.78827 second user time and 11.7942 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-14 15:45:58
IDJOB=3367335
IDBENCH=82544
IDSOLVER=1845
FILE ID=node126/3367335-1305380758
RUNJOBID= node126-1305379155-25518
PBS_JOBID= 13324376
Free space on /tmp= 73296 MiB

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

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

MD5SUM BENCH= 5fbb493df133934f33cf8a2f736084e5
RANDOM SEED=2125546207

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26680168 kB
Buffers:        242284 kB
Cached:        2411120 kB
SwapCached:      92524 kB
Active:        1106016 kB
Inactive:      4913736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26680168 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           12672 kB
Writeback:         148 kB
AnonPages:     3286088 kB
Mapped:          16552 kB
Slab:           108220 kB
PageTables:      77032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88590604 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= 73320 MiB
End job on node126 at 2011-05-14 16:07:40