Trace number 3175698

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st? (TO) 1300.04 1300.01

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1494985128-003.UNKNOWN.cnf
MD5SUM6317a356b3e87abef9291d8243489542
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 57120

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175698-1301786262.cnf'
0.00/0.00	c -- header says num vars:             80
0.00/0.00	c -- header says num clauses:        7120
0.00/0.00	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.00/0.00	c -- vars added         80
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        80      7120         0         0     49840         0   no data   no data  --
0.09/0.16	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.16
0.09/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.09/0.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
0.09/0.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.09/0.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.09/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.20	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.20	c calculated reachability. Time: 0.00
0.19/0.20	c Calc default polars -  time:   0.00 s pos:      39 undec:       1 neg:      40
0.19/0.20	c =========================================================================================
0.19/0.20	c types(t): F = full restart, N = normal restart
0.19/0.20	c types(t): S = simplification begin/end, E = solution found
0.19/0.20	c restart types(rt): st = static, dy = dynamic
0.19/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.20	c  B st     0         0        80      7120         0         0     49840         0   no data   no data  --
0.29/0.32	c  N dy     9      4021        80      7120         0      3683     49840    100663     23.45     24.96  --
0.69/0.79	c  N dy    10     14647        80      7120         0      7201     49840    170957     21.83     23.03  --
0.89/0.99	c  N dy    21     18749        80      7120         0      5820     49840    121345     21.59     22.85  --
1.19/1.21	c  N dy    60     22829        80      7120         0      9601     49840    224265     22.18     25.64  --
1.29/1.35	c  F st    77     25000        80      7120         0     11593     49840    277193     22.33   no data  --
1.39/1.46	c  N st    81     27033        80      7120         0      7198     49840    143813     22.33   no data  --
1.59/1.60	c  S st    83     30000        80      7120         0      9918     49840    218772     22.33   no data  --
1.59/1.64	c  S st    83     30504        80      7120         0     10388     49840    231710     22.33   no data  --
1.59/1.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.59/1.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.59/1.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.59/1.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.59/1.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.59/1.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1.59/1.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.69/2.78	c lits-rem:      1751  cl-subs:      782  v-elim:      0  v-fix:    0  time:  1.13 s
3.09/3.10	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.32
3.09/3.10	c calculated reachability. Time: 0.00
3.09/3.10	c  N dy    83     30504        80      7120         0      9606     49840    206655     22.33   no data  --
3.49/3.50	c  N dy   109     37058        80      7120         0      8412     49840    159423     22.52     23.79  --
3.69/3.74	c  N dy   144     41099        80      7120         0     12153     49840    261886     22.76     24.08  --
3.89/3.99	c  N dy   156     45121        80      7120         0     15852     49840    360657     22.76     24.27  --
3.99/4.03	c  S st   159     45757        80      7120         0     16435     49840    376389     22.78     22.80  --
3.99/4.08	c  S st   159     46262        80      7120         0      8678     49840    152721     22.78   no data  --
3.99/4.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/4.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.99/4.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.99/4.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/4.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3.99/4.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.89/4.93	c lits-rem:       121  cl-subs:       44  v-elim:      0  v-fix:    0  time:  0.84 s
4.89/4.93	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4.89/4.93	c vivif2 --  cl tried     8634 cl shrink        0 lits rem          0 time: 0.00
5.19/5.22	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.29
5.19/5.22	c calculated reachability. Time: 0.00
5.19/5.22	c  N dy   159     46262        80      7120         0      8634     49840    151182     22.78   no data  --
5.69/5.70	c  N dy   169     54894        80      7120         0     16566     49840    360265     22.60     23.88  --
5.99/6.01	c  N dy   199     58983        80      7120         0     11180     49840    206220     22.72     25.01  --
6.29/6.30	c  N dy   219     63193        80      7120         0     15088     49840    311358     22.76     24.08  --
6.69/6.74	c  N dy   221     69395        80      7120         0     10613     49840    174907     22.61     19.80  --
6.69/6.74	c  S st   221     69395        80      7120         0     10613     49840    174907     22.61     19.80  --
6.69/6.78	c  S st   221     69902        80      7120         0     11095     49840    188227     22.61   no data  --
6.69/6.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.69/6.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.69/6.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.69/6.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.69/6.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.69/6.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
6.69/6.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.70/7.73	c lits-rem:       366  cl-subs:      166  v-elim:      0  v-fix:    0  time:  0.94 s
7.70/7.73	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
7.70/7.73	c vivif2 --  cl tried    10929 cl shrink        0 lits rem          0 time: 0.00
7.99/8.07	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.34
7.99/8.07	c calculated reachability. Time: 0.00
7.99/8.07	c  N dy   221     69902        80      7120         0     10929     49840    183401     22.61   no data  --
8.70/8.74	c  N dy   242     80136        80      7120         0     20267     49840    429563     22.54     23.73  --
9.09/9.10	c  N dy   273     85250        80      7120         0     13971     49840    253461     22.62     25.18  --
9.19/9.27	c  F st   290     87502        80      7120         0     16067     49840    309838     22.66     23.07  --
9.49/9.50	c  N st   295     90802        80      7120         0     19108     49840    392285     22.66   no data  --
10.09/10.11	c  N dy   298     99539        80      7120         0     15210     49840    268459     22.55     23.76  --
10.49/10.50	c  S st   336    104853        80      7120         0     20128     49840    401988     22.65     22.85  --
10.49/10.55	c  S st   336    105353        80      7120         0     20602     49840    414785     22.65   no data  --
10.49/10.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.49/10.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.49/10.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
10.49/10.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.49/10.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.49/10.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
10.49/10.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.19/12.28	c lits-rem:      2228  cl-subs:     1527  v-elim:      0  v-fix:    0  time:  1.71 s
12.19/12.28	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
12.19/12.28	c vivif2 --  cl tried    19075 cl shrink        0 lits rem          0 time: 0.00
12.59/12.63	c asymm  cl-useful: 0/5014/7120 lits-rem:0 time: 0.35
12.59/12.63	c calculated reachability. Time: 0.00
12.59/12.63	c  N dy   336    105353        80      7120         0     19075     49840    369983     22.65   no data  --
13.29/13.34	c  N dy   369    113688        80      7120         0     13898     49840    219028     22.69     23.89  --
15.19/15.28	c  N dy   389    138788        80      7120         0     22929     49840    439749     22.34     23.54  --
15.99/16.07	c  N dy   414    147652        80      7120         0     16512     49840    262186     22.34     25.00  --
16.89/16.90	c  N dy   487    157326        80      7120         0     25452     49840    504811     22.46     23.70  --
16.89/16.97	c  S st   494    158032        80      7120         0     26104     49840    522955     22.47   no data  --
16.99/17.04	c  S st   494    158536        80      7120         0     26566     49840    535617     22.47   no data  --
16.99/17.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.99/17.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.99/17.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
16.99/17.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.99/17.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.99/17.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
16.99/17.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.29/19.36	c lits-rem:      2445  cl-subs:     1908  v-elim:      0  v-fix:    0  time:  2.29 s
19.29/19.36	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
19.29/19.36	c vivif2 --  cl tried    24658 cl shrink        0 lits rem          0 time: 0.00
19.49/19.54	c asymm  cl-useful: 0/1789/7120 lits-rem:0 time: 0.18
19.49/19.55	c calculated reachability. Time: 0.00
19.49/19.55	c  N dy   494    158536        80      7120         0     24658     49840    476813     22.47   no data  --
20.49/20.57	c  N dy   556    169227        80      7120         0     18976     49840    311882     22.55     23.74  --
21.90/21.91	c  N dy   570    184543        80      7120         0     16493     49840    233979     22.44     23.77  --
22.89/22.94	c  N dy   639    196329        80      7120         0     27330     49840    525500     22.52     25.11  --
24.10/24.20	c  N dy   707    208923        80      7120         0     21555     49840    354128     22.57     24.61  --
25.59/25.60	c  N dy   803    222285        80      7120         0     33839     49840    688067     22.68     25.91  --
27.09/27.11	c  N dy   867    237804        80      7120         0     29761     49840    555341     22.71     20.79  --
27.09/27.11	c  S st   867    237804        80      7120         0     29761     49840    555341     22.71     20.79  --
27.09/27.19	c  S st   867    238308        80      7120         0     30234     49840    568573     22.71   no data  --
27.09/27.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.09/27.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.19/27.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
27.19/27.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.19/27.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.19/27.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
27.19/27.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.89/29.99	c lits-rem:      1760  cl-subs:     2222  v-elim:      0  v-fix:    0  time:  2.78 s
29.89/29.99	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
29.89/29.99	c vivif2 --  cl tried    28012 cl shrink        0 lits rem          0 time: 0.00
30.09/30.16	c asymm  cl-useful: 0/2090/7120 lits-rem:0 time: 0.17
30.09/30.17	c calculated reachability. Time: 0.00
30.09/30.17	c  N dy   867    238308        80      7120         0     28012     49840    504360     22.71   no data  --
31.69/31.73	c  N dy   937    253662        80      7120         0     22911     49840    354826     22.76     24.01  --
33.38/33.43	c  N dy   964    272378        80      7120         0     39959     49840    802637     22.68     23.98  --
35.10/35.14	c  N dy  1024    289770        80      7120         0     35781     49840    684541     22.70     25.24  --
36.89/36.97	c  F st  1103    306250        80      7120         0     29895     49840    515500     22.75     22.74  --
37.09/37.16	c  N st  1107    308282        80      7120         0     31763     49840    567299     22.75   no data  --
39.49/39.51	c  N dy  1191    328318        80      7120         0     28112     49840    451125     22.79     24.06  --
41.89/41.93	c  N dy  1222    348610        80      7120         0     23790     49840    317130     22.75     23.98  --
42.79/42.84	c  S st  1275    357463        80      7120         0     31970     49840    539402     22.78   no data  --
42.89/42.92	c  S st  1275    357969        80      7120         0     32450     49840    552626     22.78   no data  --
42.89/42.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.89/42.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.89/42.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
42.89/42.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.89/42.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.89/42.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
42.89/42.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.39/45.40	c lits-rem:      1448  cl-subs:     1682  v-elim:      0  v-fix:    0  time:  2.45 s
45.39/45.40	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
45.39/45.40	c vivif2 --  cl tried    30768 cl shrink        0 lits rem          0 time: 0.00
45.49/45.58	c asymm  cl-useful: 0/1629/7120 lits-rem:0 time: 0.17
45.49/45.58	c calculated reachability. Time: 0.00
45.49/45.58	c  N dy  1275    357969        80      7120         0     30768     49840    502460     22.78   no data  --
48.39/48.41	c  N dy  1361    381054        80      7120         0     28147     49840    415087     22.79     24.04  --
50.69/50.74	c  N dy  1431    401089        80      7120         0     46476     49840    904820     22.81     24.05  --
53.58/53.60	c  N dy  1483    426207        80      7120         0     44656     49840    839525     22.80     24.26  --
56.19/56.23	c  N dy  1591    446252        80      7120         0     37505     49840    640936     22.85     25.65  --
58.89/58.96	c  N dy  1632    467102        80      7120         0     30030     49840    418457     22.84     24.12  --
62.78/62.85	c  N dy  1712    496631        80      7120         0     29511     49840    391318     22.81     24.07  --
65.48/65.52	c  N dy  1801    517270        80      7120         0     48478     49840    901072     22.84     24.06  --
68.19/68.29	c  S st  1868    536953        80      7120         0     38145     49840    606703     22.84     22.74  --
68.29/68.38	c  S st  1868    537454        80      7120         0     38617     49840    619885     22.84   no data  --
68.29/68.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
68.29/68.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
68.39/68.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
68.39/68.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.39/68.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.39/68.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
68.39/68.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
70.89/70.91	c lits-rem:       979  cl-subs:     2155  v-elim:      0  v-fix:    0  time:  2.49 s
70.89/70.91	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
70.89/70.91	c vivif2 --  cl tried    36462 cl shrink        0 lits rem          0 time: 0.01
71.09/71.10	c asymm  cl-useful: 0/1305/7120 lits-rem:0 time: 0.18
71.09/71.10	c calculated reachability. Time: 0.00
71.09/71.10	c  N dy  1868    537454        80      7120         0     36462     49840    559645     22.84   no data  --
73.99/74.06	c  N dy  1923    560477        80      7120         0     57539     49840   1121836     22.83     24.05  --
77.49/77.51	c  N dy  2016    587341        80      7120         0     52946     49840    991461     22.84     24.06  --
80.58/80.63	c  N dy  2094    609587        80      7120         0     43102     49840    701554     22.84     24.11  --
84.19/84.23	c  N dy  2142    635062        80      7120         0     35212     49840    477460     22.81     24.14  --
87.19/87.23	c  N dy  2241    655135        80      7120         0     53634     49840    976751     22.84     26.43  --
90.99/91.01	c  N dy  2338    679273        80      7120         0     43704     49840    689900     22.86     24.08  --
94.49/94.53	c  N dy  2403    701237        80      7120         0     63784     49840   1228313     22.86     24.14  --
97.90/97.91	c  N dy  2490    723364        80      7120         0     51091     49840    876929     22.87     24.12  --
101.39/101.42	c  N dy  2506    744964        80      7120         0     36962     49840    479366     22.84     24.08  --
104.39/104.50	c  N dy  2621    764996        80      7120         0     55339     49840    976283     22.87     25.05  --
108.18/108.20	c  N dy  2711    785558        80      7120         0     39372     49840    530178     22.88     24.16  --
111.18/111.23	c  N dy  2789    805833        80      7120         0     57936     49840   1030824     22.89     24.15  --
111.28/111.30	c  S st  2793    806181        80      7120         0     58255     49840   1039793     22.89   no data  --
111.38/111.45	c  S st  2793    806687        80      7120         0     58724     49840   1052509     22.89   no data  --
111.38/111.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
111.38/111.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
111.38/111.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
111.48/111.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
111.48/111.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
111.48/111.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
111.48/111.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
119.99/120.06	c lits-rem:      3668  cl-subs:     4520  v-elim:      0  v-fix:    0  time:  8.55 s
119.99/120.06	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
119.99/120.07	c vivif2 --  cl tried    54204 cl shrink        0 lits rem          0 time: 0.01
120.19/120.26	c asymm  cl-useful: 0/936/7120 lits-rem:0 time: 0.19
120.19/120.26	c calculated reachability. Time: 0.00
120.19/120.26	c  N dy  2793    806687        80      7120         0     54204     49840    921195     22.89   no data  --
123.49/123.59	c  N dy  2846    826688        80      7120         0     37025     49840    452257     22.89     24.56  --
126.59/126.68	c  N dy  2955    846697        80      7120         0     55390     49840    949898     22.91     25.62  --
130.59/130.68	c  N dy  3036    866766        80      7120         0     37247     49840    440881     22.92     24.16  --
133.39/133.47	c  N dy  3079    889104        80      7120         0     57519     49840    971943     22.89     24.14  --
137.79/137.88	c  N dy  3159    912666        80      7120         0     41649     49840    540687     22.89     24.27  --
141.08/141.17	c  N dy  3241    932721        80      7120         0     60088     49840   1039023     22.91     25.11  --
147.29/147.30	c  N dy  3335    966639        80      7120         0     52657     49840    812837     22.89     24.27  --
151.09/151.14	c  N dy  3424    987045        80      7120         0     71371     49840   1317296     22.90     24.26  --
154.99/155.01	c  N dy  3525   1007088        80      7120         0     50489     49840    749272     22.92     24.37  --
158.78/158.82	c  N dy  3599   1027113        80      7120         0     68841     49840   1242015     22.92     24.80  --
162.89/162.95	c  N dy  3673   1047997        80      7120         0     47606     49840    651402     22.93     24.26  --
167.09/167.17	c  N dy  3776   1070729        80      7120         0     68441     49840   1214762     22.94     24.27  --
167.39/167.44	c  F st  3787   1071875        80      7120         0     69495     49840   1243952     22.95     22.52  --
172.39/172.47	c  N dy  3847   1099622        80      7120         0     53564     49840    788042     22.94     24.16  --
190.49/190.59	c  N dy  3930   1210030        80      7120         0     68724     49840   1155271     22.72     19.39  --
190.49/190.59	c  S st  3930   1210030        80      7120         0     68724     49840   1155271     22.72     19.39  --
190.69/190.74	c  S st  3930   1210536        80      7120         0     69195     49840   1168551     22.72   no data  --
190.69/190.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
190.69/190.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
190.69/190.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
190.79/190.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
190.79/190.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
190.79/190.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
190.79/190.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
201.39/201.41	c lits-rem:      1621  cl-subs:     6989  v-elim:      0  v-fix:    0  time: 10.60 s
201.39/201.41	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
201.39/201.42	c vivif2 --  cl tried    62206 cl shrink        0 lits rem          0 time: 0.01
201.59/201.63	c asymm  cl-useful: 0/785/7120 lits-rem:0 time: 0.21
201.59/201.63	c calculated reachability. Time: 0.00
201.59/201.63	c  N dy  3930   1210536        80      7120         0     62206     49840   1006442     22.72   no data  --
206.49/206.57	c  N dy  4043   1233012        80      7120         0     82790     49840   1564788     22.74     23.98  --
210.38/210.43	c  N dy  4088   1255369        80      7120         0     59992     49840    927619     22.73     24.05  --
214.49/214.51	c  N dy  4147   1275449        80      7120         0     78338     49840   1417653     22.73     24.31  --
218.99/219.04	c  N dy  4259   1295510        80      7120         0     52344     49840    712892     22.75     23.96  --
222.79/222.87	c  N dy  4360   1315567        80      7120         0     70749     49840   1213134     22.77     26.67  --
227.29/227.34	c  N dy  4364   1336899        80      7120         0     90071     49840   1719903     22.74     23.95  --
231.39/231.43	c  N dy  4497   1356955        80      7120         0     62942     49840    984268     22.76     24.05  --
237.49/237.58	c  N dy  4597   1385392        80      7120         0     88852     49840   1678164     22.76     23.97  --
242.29/242.34	c  N dy  4691   1409552        80      7120         0     64379     49840    995886     22.76     24.10  --
246.99/247.00	c  N dy  4756   1430247        80      7120         0     83319     49840   1502747     22.77     23.99  --
251.90/251.98	c  N dy  4811   1452950        80      7120         0     56557     49840    772803     22.77     24.13  --
256.30/256.32	c  N dy  4948   1473002        80      7120         0     74953     49840   1277157     22.79     25.54  --
262.29/262.39	c  N dy  5054   1496056        80      7120         0     96052     49840   1848054     22.80     24.03  --
266.39/266.45	c  N dy  5144   1516077        80      7120         0     65926     49840   1008626     22.81     25.03  --
271.09/271.13	c  N dy  5242   1536132        80      7120         0     84226     49840   1499671     22.81     24.97  --
277.09/277.16	c  N dy  5379   1556192        80      7120         0     53264     49840    652583     22.83     24.24  --
281.10/281.19	c  N dy  5473   1576275        80      7120         0     71671     49840   1150987     22.84     24.54  --
286.79/286.83	c  N dy  5614   1596276        80      7120         0     90037     49840   1654758     22.86     24.08  --
291.99/292.06	c  N dy  5694   1616446        80      7120         0     58072     49840    762173     22.87     24.09  --
295.69/295.70	c  N dy  5718   1636500        80      7120         0     76378     49840   1251305     22.86     26.06  --
301.39/301.49	c  N dy  5788   1656512        80      7120         0     94687     49840   1742259     22.86     25.64  --
307.29/307.37	c  N dy  5888   1681274        80      7120         0     66001     49840    958662     22.87     24.19  --
312.40/312.46	c  N dy  6007   1701282        80      7120         0     84316     49840   1456810     22.88     24.18  --
314.89/314.95	c  S st  6052   1710536        80      7120         0     92806     49840   1688234     22.89     22.50  --
315.19/315.20	c  S st  6052   1711044        80      7120         0     93283     49840   1701727     22.89   no data  --
315.19/315.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
315.19/315.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
315.19/315.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
315.29/315.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
315.29/315.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
315.29/315.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
315.29/315.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
341.50/341.50	c lits-rem:      6082  cl-subs:     8339  v-elim:      0  v-fix:    0  time: 26.20 s
341.50/341.50	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
341.50/341.52	c vivif2 --  cl tried    84944 cl shrink        0 lits rem          0 time: 0.02
341.70/341.77	c asymm  cl-useful: 0/820/7120 lits-rem:0 time: 0.25
341.70/341.77	c calculated reachability. Time: 0.00
341.70/341.77	c  N dy  6052   1711044        80      7120         0     84944     49840   1461219     22.89   no data  --
347.09/347.15	c  N dy  6126   1731068        80      7120         0    103180     49840   1952968     22.89     26.36  --
351.09/351.11	c  N dy  6198   1751123        80      7120         0     69903     49840   1061573     22.89     26.69  --
356.99/357.01	c  N dy  6320   1773636        80      7120         0     90533     49840   1623387     22.91     24.27  --
363.39/363.42	c  N dy  6432   1793889        80      7120         0     56162     49840    668495     22.92     24.26  --
367.40/367.43	c  N dy  6504   1813916        80      7120         0     74455     49840   1157664     22.91     25.28  --
372.99/373.05	c  N dy  6611   1835138        80      7120         0     93877     49840   1686050     22.92     24.13  --
380.70/380.73	c  N dy  6667   1869263        80      7120         0     70953     49840   1038787     22.90     24.14  --
389.99/390.01	c  N dy  6771   1908292        80      7120         0    106403     49840   1979456     22.89     24.13  --
394.69/394.71	c  N dy  6881   1928336        80      7120         0     70183     49840   1019976     22.90     24.11  --
399.49/399.59	c  N dy  6961   1948501        80      7120         0     88567     49840   1515881     22.90     24.20  --
407.00/407.04	c  N dy  7089   1968577        80      7120         0    106980     49840   2019193     22.91     25.43  --
414.70/414.72	c  N dy  7171   1995497        80      7120         0     76003     49840   1151929     22.91     24.30  --
421.00/421.00	c  N dy  7267   2016313        80      7120         0     94998     49840   1668225     22.92     24.17  --
428.59/428.61	c  N dy  7347   2041998        80      7120         0     61796     49840    754404     22.92     24.22  --
432.59/432.65	c  N dy  7388   2062044        80      7120         0     80055     49840   1245078     22.92     26.64  --
438.39/438.41	c  N dy  7500   2082121        80      7120         0     98443     49840   1747224     22.93     27.00  --
445.30/445.35	c  N dy  7552   2105831        80      7120         0     62528     49840    757641     22.92     24.16  --
449.80/449.90	c  N dy  7645   2125994        80      7120         0     80948     49840   1258357     22.93     24.20  --
455.89/455.94	c  N dy  7753   2146695        80      7120         0     99908     49840   1774177     22.94     24.33  --
462.90/462.93	c  N dy  7847   2166862        80      7120         0     59887     49840    672442     22.95     24.23  --
470.80/470.89	c  N dy  7919   2204876        80      7120         0     94437     49840   1580718     22.93     24.51  --
472.60/472.69	c  S st  7937   2211045        80      7120         0    100072     49840   1731356     22.93     21.78  --
472.90/472.95	c  S st  7937   2211547        80      7120         0    100541     49840   1744472     22.93   no data  --
472.90/472.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
472.90/472.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
472.90/473.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
473.00/473.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
473.00/473.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
473.00/473.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
473.00/473.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
542.39/542.42	c lits-rem:      3672  cl-subs:    10272  v-elim:      0  v-fix:    0  time: 69.37 s
542.39/542.42	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
542.39/542.44	c vivif2 --  cl tried    90269 cl shrink        0 lits rem          0 time: 0.02
542.59/542.68	c asymm  cl-useful: 0/706/7120 lits-rem:0 time: 0.24
542.59/542.68	c calculated reachability. Time: 0.00
542.59/542.68	c  N dy  7937   2211547        80      7120         0     90269     49840   1472333     22.93   no data  --
550.09/550.11	c  N dy  8050   2231647        80      7120         0    108671     49840   1972030     22.94     24.50  --
558.40/558.41	c  N dy  8148   2251723        80      7120         0     68118     49840    884044     22.94     24.80  --
570.69/570.76	c  N dy  8212   2302415        80      7120         0    113995     49840   2098239     22.92     24.25  --
575.80/575.85	c  N dy  8271   2322418        80      7120         0     72373     49840    984849     22.92     24.42  --
581.60/581.63	c  N dy  8382   2343845        80      7120         0     92011     49840   1521616     22.93     24.26  --
588.00/588.06	c  N dy  8490   2363849        80      7120         0    110303     49840   2020831     22.94     24.23  --
596.50/596.53	c  N dy  8545   2396372        80      7120         0     78923     49840   1139835     22.93     24.24  --
602.50/602.50	c  N dy  8670   2416837        80      7120         0     97668     49840   1653574     22.94     24.18  --
612.80/612.81	c  N dy  8745   2450537        80      7120         0     66462     49840    790399     22.93     24.26  --
617.70/617.72	c  N dy  8854   2470572        80      7120         0     84829     49840   1292383     22.94     25.70  --
624.10/624.18	c  N dy  8964   2491518        80      7120         0    103989     49840   1814371     22.95     24.37  --
630.90/630.92	c  N dy  9035   2511559        80      7120         0    122304     49840   2305433     22.95     24.72  --
636.30/636.39	c  N dy  9131   2531574        80      7120         0     77656     49840   1079637     22.95     25.54  --
642.70/642.71	c  N dy  9233   2554968        80      7120         0     99030     49840   1658230     22.96     24.28  --
650.01/650.03	c  N dy  9354   2575062        80      7120         0    117427     49840   2160629     22.97     25.90  --
664.10/664.11	c  N dy  9400   2630660        80      7120         0    103633     49840   1726149     22.94     24.21  --
671.70/671.79	c  N dy  9519   2650679        80      7120         0    121959     49840   2226001     22.95     24.20  --
678.00/678.02	c  N dy  9564   2671888        80      7120         0     76674     49840   1021664     22.95     24.18  --
683.11/683.16	c  N dy  9626   2691994        80      7120         0     95030     49840   1516813     22.95     24.21  --
690.71/690.77	c  S st  9673   2711547        80      7120         0    112772     49840   1990417     22.94   no data  --
691.10/691.19	c  S st  9673   2712049        80      7120         0    113235     49840   2003506     22.94   no data  --
691.20/691.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
691.20/691.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
691.20/691.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
691.30/691.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
691.30/691.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
691.30/691.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
691.30/691.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
799.51/799.53	c lits-rem:      6949  cl-subs:    10795  v-elim:      0  v-fix:    0  time: 108.19 s
799.51/799.53	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
799.51/799.55	c vivif2 --  cl tried   102440 cl shrink        0 lits rem          0 time: 0.02
799.81/799.87	c asymm  cl-useful: 0/546/7120 lits-rem:0 time: 0.32
799.81/799.88	c calculated reachability. Time: 0.00
799.81/799.88	c  N dy  9673   2712049        80      7120         0    102440     49840   1706281     22.94   no data  --
806.41/806.47	c  N dy  9737   2732078        80      7120         0    120669     49840   2194968     22.94     25.17  --
813.11/813.14	c  N dy  9824   2752397        80      7120         0     74189     49840    946989     22.95     24.16  --
819.01/819.07	c  N dy  9954   2773632        80      7120         0     93663     49840   1481339     22.96     24.31  --
825.10/825.13	c  N dy 10010   2793673        80      7120         0    111967     49840   1973583     22.96     24.84  --
833.20/833.25	c  N dy 10011   2823807        80      7120         0     72989     49840    888686     22.94     24.21  --
838.31/838.36	c  N dy 10065   2845892        80      7120         0     93143     49840   1435963     22.94     24.18  --
844.91/844.96	c  N dy 10118   2869583        80      7120         0    114625     49840   2010291     22.93     24.23  --
853.51/853.50	c  N dy 10228   2889626        80      7120         0    132951     49840   2510094     22.94     25.50  --
859.71/859.76	c  N dy 10339   2909661        80      7120         0     83981     49840   1182297     22.95     25.50  --
866.01/866.03	c  N dy 10424   2931019        80      7120         0    103534     49840   1713815     22.95     24.17  --
873.81/873.81	c  N dy 10550   2951021        80      7120         0    121831     49840   2214301     22.96     24.62  --
881.50/881.52	c  N dy 10640   2971032        80      7120         0     71741     49840    830048     22.97     26.18  --
887.00/887.02	c  N dy 10758   2991831        80      7120         0     90859     49840   1354382     22.98     24.28  --
892.61/892.67	c  N dy 10812   3012733        80      7120         0    109844     49840   1868398     22.97     24.24  --
900.41/900.40	c  N dy 10891   3034090        80      7120         0    129268     49840   2396173     22.98     24.19  --
908.51/908.54	c  N dy 10996   3057791        80      7120         0     81560     49840   1078175     22.98     24.32  --
913.61/913.66	c  N dy 11063   3077874        80      7120         0     99863     49840   1572573     22.98     24.21  --
922.11/922.16	c  N dy 11123   3104681        80      7120         0    124302     49840   2228768     22.98     24.21  --
929.71/929.76	c  N dy 11163   3124854        80      7120         0     72451     49840    815710     22.98     24.24  --
934.60/934.65	c  N dy 11222   3145109        80      7120         0     90831     49840   1307869     22.98     24.22  --
941.41/941.43	c  N dy 11336   3165129        80      7120         0    109144     49840   1808644     22.98     24.40  --
949.22/949.28	c  N dy 11426   3186671        80      7120         0    128788     49840   2343628     22.99     24.35  --
957.41/957.43	c  N dy 11468   3212049        80      7120         0     80736     49840   1009242     22.97     19.66  --
957.41/957.43	c  S st 11468   3212049        80      7120         0     80736     49840   1009242     22.97     19.66  --
957.61/957.63	c  S st 11468   3212550        80      7120         0     81209     49840   1022686     22.97   no data  --
957.61/957.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
957.61/957.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
957.61/957.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
957.61/957.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
957.61/957.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
957.61/957.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
957.61/957.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
968.81/968.88	c lits-rem:      1319  cl-subs:     2864  v-elim:      0  v-fix:    0  time: 11.18 s
968.81/968.88	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
968.81/968.89	c vivif2 --  cl tried    78345 cl shrink        0 lits rem          0 time: 0.01
969.11/969.12	c asymm  cl-useful: 0/704/7120 lits-rem:0 time: 0.23
969.11/969.12	c calculated reachability. Time: 0.00
969.11/969.12	c  N dy 11468   3212550        80      7120         0     78345     49840    956058     22.97   no data  --
974.71/974.70	c  N dy 11535   3234563        80      7120         0     98383     49840   1494311     22.97     24.27  --
981.51/981.56	c  N dy 11637   3254625        80      7120         0    116745     49840   1995357     22.98     24.85  --
990.01/990.07	c  N dy 11755   3274797        80      7120         0    135228     49840   2501988     22.99     24.29  --
996.91/996.94	c  N dy 11815   3294871        80      7120         0     81603     49840   1032597     22.99     25.53  --
1002.31/1002.32	c  N dy 11875   3315129        80      7120         0    100072     49840   1531003     22.99     24.50  --
1012.51/1012.53	c  N dy 11976   3343886        80      7120         0    126237     49840   2232028     22.99     24.47  --
1023.61/1023.69	c  N dy 12085   3370061        80      7120         0     77241     49840    898940     22.99     24.29  --
1028.91/1028.91	c  N dy 12150   3390139        80      7120         0     95571     49840   1392430     22.99     25.93  --
1038.51/1038.58	c  N dy 12242   3418624        80      7120         0    121524     49840   2088240     22.99     24.25  --
1047.91/1047.95	c  N dy 12350   3440142        80      7120         0    141275     49840   2630412     23.00     24.22  --
1055.21/1055.25	c  N dy 12472   3460156        80      7120         0     85760     49840   1121960     23.00     24.59  --
1063.21/1063.28	c  N dy 12585   3486460        80      7120         0    109727     49840   1770108     23.00     24.25  --
1072.01/1072.07	c  N dy 12743   3506614        80      7120         0    128258     49840   2283975     23.01     24.27  --
1080.51/1080.50	c  N dy 12796   3526698        80      7120         0    146531     49840   2776620     23.01     24.27  --
1087.41/1087.46	c  N dy 12863   3549975        80      7120         0     92815     49840   1285865     23.01     24.23  --
1096.91/1096.94	c  N dy 12977   3578667        80      7120         0    119090     49840   2002469     23.02     24.40  --
1106.01/1106.04	c  N dy 13102   3598682        80      7120         0    137435     49840   2507315     23.02     25.33  --
1115.11/1115.19	c  N dy 13172   3619965        80      7120         0     80996     49840    951444     23.02     24.28  --
1125.01/1125.01	c  N dy 13212   3658409        80      7120         0    115847     49840   1872524     23.01     24.25  --
1132.92/1132.97	c  N dy 13312   3678471        80      7120         0    134177     49840   2372596     23.01     24.24  --
1142.41/1142.41	c  N dy 13379   3698473        80      7120         0    152390     49840   2864680     23.02     25.44  --
1146.81/1146.82	c  S st 13444   3712550        80      7120         0     88689     49840   1150686     23.02     20.81  --
1147.01/1147.04	c  S st 13444   3713053        80      7120         0     89158     49840   1163927     23.02   no data  --
1147.01/1147.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1147.01/1147.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1147.01/1147.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
1147.11/1147.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1147.11/1147.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1147.11/1147.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1147.11/1147.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1164.82/1164.85	c lits-rem:      1885  cl-subs:     2492  v-elim:      0  v-fix:    0  time: 17.73 s
1164.82/1164.85	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1164.82/1164.86	c vivif2 --  cl tried    86666 cl shrink        0 lits rem          0 time: 0.01
1165.11/1165.12	c asymm  cl-useful: 0/610/7120 lits-rem:0 time: 0.25
1165.11/1165.12	c calculated reachability. Time: 0.00
1165.11/1165.12	c  N dy 13444   3713053        80      7120         0     86666     49840   1092100     23.02   no data  --
1171.61/1171.63	c  N dy 13499   3736783        80      7120         0    108270     49840   1675392     23.02     24.28  --
1176.61/1176.63	c  F st 13539   3751562        80      7120         0    121724     49840   2037053     23.02   no data  --
1178.52/1178.50	c  N dy 13546   3756853        80      7120         0    126555     49840   2170555     23.02     25.03  --
1188.61/1188.65	c  N dy 13672   3776928        80      7120         0    144899     49840   2675068     23.02     24.36  --
1200.42/1200.41	c  N dy 13755   3800899        80      7120         0     89305     49840   1152204     23.02     24.32  --
1209.32/1209.32	c  N dy 13836   3823188        80      7120         0    109608     49840   1706571     23.02     24.27  --
1220.92/1220.93	c  N dy 13916   3847634        80      7120         0    131859     49840   2307705     23.02     24.24  --
1234.22/1234.25	c  N dy 14077   3867743        80      7120         0    150293     49840   2819253     23.03     24.36  --
1242.72/1242.72	c  N dy 14195   3887810        80      7120         0     90259     49840   1165022     23.04     24.82  --
1249.11/1249.14	c  N dy 14283   3908013        80      7120         0    108735     49840   1667374     23.04     24.38  --
1256.51/1256.51	c  N dy 14367   3928023        80      7120         0    127101     49840   2170881     23.04     24.61  --
1265.62/1265.61	c  N dy 14460   3948108        80      7120         0    145468     49840   2671092     23.05     26.71  --
1275.92/1275.90	c  N dy 14541   3974626        80      7120         0     90207     49840   1137353     23.05     24.30  --
1282.32/1282.35	c  N dy 14646   3994651        80      7120         0    108493     49840   1639886     23.05     26.28  --
1290.51/1290.56	c  N dy 14743   4016307        80      7120         0    128262     49840   2180355     23.06     24.29  --
1299.62/1299.68	c  N dy 14849   4036363        80      7120         0    146564     49840   2683782     23.06     25.84  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.82 5/189 15680
/proc/meminfo: memFree=21877984/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=29944 CPUtime=0 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 646 0 0 0 0 0 0 0 25 0 1 0 290226055 30662656 586 33554432000 4194304 4650387 140733987181168 18446744073709551615 4299156 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 7486 590 344 112 0 2451 0

[startup+0.016386 s]
/proc/loadavg: 4.00 4.00 3.82 5/189 15680
/proc/meminfo: memFree=21877984/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=29944 CPUtime=0.01 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 661 0 0 0 1 0 0 0 25 0 1 0 290226055 30662656 601 33554432000 4194304 4650387 140733987181168 18446744073709551615 4370459 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 7486 601 345 112 0 2451 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 29944

[startup+0.100387 s]
/proc/loadavg: 4.00 4.00 3.82 5/189 15680
/proc/meminfo: memFree=21877984/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=30076 CPUtime=0.09 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 678 0 0 0 9 0 0 0 25 0 1 0 290226055 30797824 618 33554432000 4194304 4650387 140733987181168 18446744073709551615 4370487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 7519 618 345 112 0 2484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30076

[startup+0.300342 s]
/proc/loadavg: 4.00 4.00 3.82 5/189 15680
/proc/meminfo: memFree=21877984/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=32556 CPUtime=0.29 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 1366 0 0 0 29 0 0 0 25 0 1 0 290226055 33337344 1235 33554432000 4194304 4650387 140733987181168 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 8139 1235 376 112 0 3104 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32556

[startup+0.700272 s]
/proc/loadavg: 4.00 4.00 3.82 5/189 15680
/proc/meminfo: memFree=21877984/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=33004 CPUtime=0.69 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 1957 0 0 0 69 0 0 0 25 0 1 0 290226055 33796096 1331 33554432000 4194304 4650387 140733987181168 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 8251 1331 378 112 0 3216 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33004

[startup+1.50113 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 15681
/proc/meminfo: memFree=21871620/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=33712 CPUtime=1.49 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 2876 0 0 0 149 0 0 0 25 0 1 0 290226055 34521088 1500 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 8428 1500 379 112 0 3393 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33712

[startup+3.10085 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 15681
/proc/meminfo: memFree=21858600/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=40108 CPUtime=3.09 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 4466 0 0 0 309 0 0 0 25 0 1 0 290226055 41070592 3090 33554432000 4194304 4650387 140733987181168 18446744073709551615 4370615 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 10027 3090 380 112 0 4992 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40108

[startup+6.30029 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 15681
/proc/meminfo: memFree=21852484/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=40316 CPUtime=6.29 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 6071 0 0 0 628 1 0 0 25 0 1 0 290226055 41283584 3209 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 10079 3209 380 112 0 5044 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40316

[startup+12.7002 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 15709
/proc/meminfo: memFree=21971416/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=48408 CPUtime=12.69 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 9844 0 0 0 1268 1 0 0 25 0 1 0 290226055 49569792 5164 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 12102 5164 380 112 0 7067 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48408

[startup+25.5009 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 15709
/proc/meminfo: memFree=21927928/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=53980 CPUtime=25.49 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 16072 0 0 0 2546 3 0 0 25 0 1 0 290226055 55275520 6640 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 13495 6640 380 112 0 8460 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53980

[startup+51.1003 s]
/proc/loadavg: 4.06 4.01 3.83 5/190 15710
/proc/meminfo: memFree=21906924/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=58500 CPUtime=51.08 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 24888 0 0 0 5103 5 0 0 25 0 1 0 290226055 59904000 8110 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 14625 8110 380 112 0 9590 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 58500

[startup+102.306 s]
/proc/loadavg: 4.02 4.01 3.84 5/190 15712
/proc/meminfo: memFree=21857916/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=62724 CPUtime=102.29 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 40411 0 0 0 10220 9 0 0 25 0 1 0 290226055 64229376 8495 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 15681 8495 380 112 0 10646 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 62724

[startup+162.301 s]
/proc/loadavg: 4.01 4.00 3.84 5/190 15740
/proc/meminfo: memFree=21817992/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=74080 CPUtime=162.29 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 55097 0 0 0 16217 12 0 0 25 0 1 0 290226055 75857920 11049 33554432000 4194304 4650387 140733987181168 18446744073709551615 4349648 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 18520 11049 380 112 0 13485 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 74080

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 15742
/proc/meminfo: memFree=21768920/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=86084 CPUtime=222.29 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 68200 0 0 0 22213 16 0 0 25 0 1 0 290226055 88150016 14391 33554432000 4194304 4650387 140733987181168 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 21521 14391 380 112 0 16486 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 86084

[startup+282.301 s]
/proc/loadavg: 4.08 4.02 3.86 5/190 15743
/proc/meminfo: memFree=21713836/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=86388 CPUtime=282.3 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 79016 0 0 0 28212 18 0 0 25 0 1 0 290226055 88461312 14527 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 21597 14527 380 112 0 16562 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 86388

[startup+342.301 s]
/proc/loadavg: 4.03 4.01 3.86 5/190 15745
/proc/meminfo: memFree=21673628/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=101304 CPUtime=342.3 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 87665 0 0 0 34210 20 0 0 25 0 1 0 290226055 103735296 18621 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 25326 18621 380 112 0 20291 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 101304

[startup+402.3 s]
/proc/loadavg: 4.01 4.00 3.87 5/190 15746
/proc/meminfo: memFree=21684132/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=101504 CPUtime=402.29 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 97380 0 0 0 40207 22 0 0 25 0 1 0 290226055 103940096 18604 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 25376 18604 380 112 0 20341 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 101504

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 15748
/proc/meminfo: memFree=21648496/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=101684 CPUtime=462.3 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 105499 0 0 0 46204 26 0 0 25 0 1 0 290226055 104124416 19159 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 25421 19159 380 112 0 20386 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 101684

[startup+522.301 s]
/proc/loadavg: 4.05 4.01 3.89 5/190 15750
/proc/meminfo: memFree=21642752/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=111416 CPUtime=522.29 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 109702 0 0 0 52203 26 0 0 25 0 1 0 290226055 114089984 20757 33554432000 4194304 4650387 140733987181168 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 27854 20757 380 112 0 22819 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 111416

[startup+582.3 s]
/proc/loadavg: 4.06 4.02 3.90 5/190 15751
/proc/meminfo: memFree=21601576/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=111500 CPUtime=582.3 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 115064 0 0 0 58202 28 0 0 25 0 1 0 290226055 114176000 20606 33554432000 4194304 4650387 140733987181168 18446744073709551615 4366899 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 27875 20606 380 112 0 22840 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 111500

[startup+642.301 s]
/proc/loadavg: 4.02 4.02 3.90 5/190 15753
/proc/meminfo: memFree=21601164/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=111704 CPUtime=642.3 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 123370 0 0 0 64200 30 0 0 25 0 1 0 290226055 114384896 20652 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365257 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 27926 20652 380 112 0 22891 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 111704

[startup+702.3 s]
/proc/loadavg: 4.01 4.01 3.91 5/190 15754
/proc/meminfo: memFree=21580056/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=119704 CPUtime=702.3 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 131284 0 0 0 70197 33 0 0 25 0 1 0 290226055 122576896 22908 33554432000 4194304 4650387 140733987181168 18446744073709551615 4476279 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 29926 22908 380 112 0 24891 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 119704

[startup+762.307 s]
/proc/loadavg: 4.00 4.01 3.91 5/190 15756
/proc/meminfo: memFree=21572344/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=120904 CPUtime=762.31 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 131647 0 0 0 76197 34 0 0 25 0 1 0 290226055 123805696 23271 33554432000 4194304 4650387 140733987181168 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 30226 23271 380 112 0 25191 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 120904

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 15758
/proc/meminfo: memFree=21571448/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=120960 CPUtime=822.3 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 134570 0 0 0 82195 35 0 0 25 0 1 0 290226055 123863040 23015 33554432000 4194304 4650387 140733987181168 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 30240 23015 380 112 0 25205 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 120960

[startup+882.3 s]
/proc/loadavg: 4.04 4.01 3.91 5/190 15759
/proc/meminfo: memFree=21583072/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=121136 CPUtime=882.3 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 142574 0 0 0 88193 37 0 0 25 0 1 0 290226055 124043264 22097 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 30284 22097 380 112 0 25249 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 121136

[startup+942.301 s]
/proc/loadavg: 4.01 4.01 3.91 5/190 15761
/proc/meminfo: memFree=21562836/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=121252 CPUtime=942.31 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 149782 0 0 0 94191 40 0 0 25 0 1 0 290226055 124162048 23141 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365329 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 30313 23141 380 112 0 25278 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 121252

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 15763
/proc/meminfo: memFree=21567768/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=123036 CPUtime=1002.31 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 156171 0 0 0 100189 42 0 0 25 0 1 0 290226055 125988864 23156 33554432000 4194304 4650387 140733987181168 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 30759 23156 380 112 0 25724 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 123036

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.92 5/190 15764
/proc/meminfo: memFree=21524460/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=123152 CPUtime=1062.31 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 162800 0 0 0 106187 44 0 0 25 0 1 0 290226055 126107648 23327 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 30788 23327 380 112 0 25753 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 123152

[startup+1122.3 s]
/proc/loadavg: 4.09 4.03 3.93 5/190 15766
/proc/meminfo: memFree=21521204/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=123276 CPUtime=1122.32 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 169425 0 0 0 112185 47 0 0 25 0 1 0 290226055 126234624 23285 33554432000 4194304 4650387 140733987181168 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 30819 23285 380 112 0 25784 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 123276

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.93 5/190 15767
/proc/meminfo: memFree=21514624/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=124040 CPUtime=1182.32 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 173963 0 0 0 118183 49 0 0 25 0 1 0 290226055 127016960 24479 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 31010 24479 380 112 0 25975 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 124040

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.93 5/190 15769
/proc/meminfo: memFree=21497728/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=124152 CPUtime=1242.32 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 179484 0 0 0 124181 51 0 0 25 0 1 0 290226055 127131648 23057 33554432000 4194304 4650387 140733987181168 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 31038 23057 380 112 0 26003 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 124152



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.93 3/186 15772
/proc/meminfo: memFree=21779684/32950928 swapFree=67111528/67111528
[pid=15680] ppid=15678 vsize=124220 CPUtime=1300.03 cores=0,2
/proc/15680/stat : 15680 (strangenight1-s) R 15678 15680 15342 0 -1 4202496 184700 0 0 0 129950 53 0 0 25 0 1 0 290226055 127201280 24763 33554432000 4194304 4650387 140733987181168 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15680/statm: 31055 24763 380 112 0 26020 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 124220

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.01
CPU time (s): 1300.04
CPU user time (s): 1299.5
CPU system time (s): 0.535918
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 178596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.5
system time used= 0.535918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184700
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= 9
involuntary context switches= 3139

runsolver used 2.15467 second user time and 4.91525 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-03 01:17:43
IDJOB=3175698
IDBENCH=82716
IDSOLVER=1589
FILE ID=node123/3175698-1301786262
RUNJOBID= node123-1301783653-15360
PBS_JOBID= 12841395
Free space on /tmp= 71912 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1494985128-003.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175698-1301786262/watcher-3175698-1301786262 -o /tmp/evaluation-result-3175698-1301786262/solver-3175698-1301786262 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175698-1301786262.cnf

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

MD5SUM BENCH= 6317a356b3e87abef9291d8243489542
RANDOM SEED=324580187

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21878140 kB
Buffers:        344104 kB
Cached:       10248396 kB
SwapCached:          0 kB
Active:        7381440 kB
Inactive:      3437472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21878140 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18728 kB
Writeback:           0 kB
AnonPages:      226220 kB
Mapped:          16388 kB
Slab:           191212 kB
PageTables:       5592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   490712 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= 71904 MiB
End job on node123 at 2011-04-03 01:39:25