Trace number 3175876

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.03 1300.01

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S289144908-090.UNKNOWN.cnf
MD5SUMacdd1627e1c0387cb30884180f862a47
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 variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

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-3175876-1301788017.cnf'
0.00/0.00	c -- header says num vars:             70
0.00/0.00	c -- header says num clauses:        6230
0.00/0.00	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.00	c -- vars added         70
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        70      6230         0         0     43610         0   no data   no data  --
0.09/0.14	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.14
0.09/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.09/0.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.09/0.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.09/0.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.09/0.16	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.16	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.16	c calculated reachability. Time: 0.00
0.09/0.16	c Calc default polars -  time:   0.00 s pos:      35 undec:       4 neg:      31
0.09/0.16	c =========================================================================================
0.09/0.16	c types(t): F = full restart, N = normal restart
0.09/0.16	c types(t): S = simplification begin/end, E = solution found
0.09/0.16	c restart types(rt): st = static, dy = dynamic
0.09/0.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.16	c  B st     0         0        70      6230         0         0     43610         0   no data   no data  --
0.29/0.31	c  N dy     7      5007        70      6230         0      2263     43610     48780     21.24     22.36  --
0.39/0.44	c  N dy    17      9032        70      6230         0      5884     43610    135092     20.68     22.91  --
0.59/0.60	c  N dy    30     13098        70      6230         0      5738     43610    122496     20.76     23.36  --
0.69/0.78	c  N dy    41     17615        70      6230         0      9834     43610    221780     20.70     21.83  --
1.10/1.11	c  F st    55     25000        70      6230         0     11372     43610    244115     20.62     18.10  --
1.10/1.11	c  N st    55     25000        70      6230         0     11372     43610    244115     20.62     18.10  --
1.29/1.34	c  N dy    61     30000        70      6230         0      9804     43610    196987     20.62   no data  --
1.29/1.34	c  S st    61     30000        70      6230         0      9804     43610    196987     20.62   no data  --
1.29/1.38	c  S st    61     30504        70      6230         0     10267     43610    208456     20.62   no data  --
1.29/1.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.29/1.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.29/1.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1.29/1.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.39/2.43	c lits-rem:      1544  cl-subs:      889  v-elim:      0  v-fix:    0  time:  1.04 s
2.69/2.71	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.28
2.69/2.71	c calculated reachability. Time: 0.00
2.69/2.71	c  N dy    61     30504        70      6230         0      9378     43610    184871     20.62   no data  --
2.99/3.02	c  N dy    67     37188        70      6230         0      8320     43610    147776     20.43     21.51  --
3.20/3.22	c  N dy    86     41227        70      6230         0     11987     43610    236151     20.51     21.62  --
3.49/3.51	c  N dy   105     45757        70      6230         0     16108     43610    335256     20.58     19.64  --
3.49/3.51	c  S st   105     45757        70      6230         0     16108     43610    335256     20.58     19.64  --
3.49/3.56	c  S st   105     46258        70      6230         0      8458     43610    138286     20.58   no data  --
3.49/3.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.49/3.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.49/3.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.49/3.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.49/3.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.49/3.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3.49/3.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.29/4.35	c lits-rem:       125  cl-subs:       39  v-elim:      0  v-fix:    0  time:  0.78 s
4.29/4.35	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4.29/4.35	c vivif2 --  cl tried     8419 cl shrink        0 lits rem          0 time: 0.00
4.49/4.59	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.24
4.49/4.59	c calculated reachability. Time: 0.00
4.49/4.59	c  N dy   105     46258        70      6230         0      8419     43610    137033     20.58   no data  --
5.49/5.50	c  N dy   116     63354        70      6230         0     14776     43610    271195     20.06     21.25  --
5.79/5.80	c  N dy   141     67405        70      6230         0     18432     43610    359871     20.15     21.23  --
5.89/5.97	c  S st   161     69387        70      6230         0     10332     43610    161239     20.22   no data  --
5.99/6.01	c  S st   161     69890        70      6230         0     10797     43610    172650     20.22   no data  --
5.99/6.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.99/6.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.99/6.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.99/6.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.99/6.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.99/6.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
5.99/6.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.89/6.92	c lits-rem:       301  cl-subs:      129  v-elim:      0  v-fix:    0  time:  0.90 s
6.89/6.92	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
6.89/6.92	c vivif2 --  cl tried    10668 cl shrink        0 lits rem          0 time: 0.00
7.18/7.21	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.29
7.18/7.21	c calculated reachability. Time: 0.00
7.18/7.21	c  N dy   161     69890        70      6230         0     10668     43610    168697     20.22   no data  --
7.38/7.45	c  N dy   171     74638        70      6230         0     14985     43610    272187     20.21     21.34  --
7.78/7.84	c  N dy   201     80184        70      6230         0     20042     43610    393739     20.27     21.37  --
8.28/8.31	c  F st   232     87500        70      6230         0     15806     43610    280787     20.35     19.28  --
8.28/8.31	c  N st   232     87500        70      6230         0     15806     43610    280787     20.35     19.28  --
8.58/8.68	c  N dy   242     93346        70      6230         0     21100     43610    411249     20.36     21.44  --
9.39/9.41	c  N dy   258    104406        70      6230         0     19254     43610    346016     20.29     21.38  --
9.39/9.44	c  S st   263    104837        70      6230         0     19648     43610    355665     20.30   no data  --
9.39/9.49	c  S st   263    105339        70      6230         0     20116     43610    367221     20.30   no data  --
9.39/9.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.39/9.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.49/9.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.49/9.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.49/9.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.49/9.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
9.49/9.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.00/11.09	c lits-rem:      1811  cl-subs:     2158  v-elim:      0  v-fix:    0  time:  1.58 s
11.00/11.09	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
11.00/11.09	c vivif2 --  cl tried    17958 cl shrink        0 lits rem          0 time: 0.00
11.39/11.43	c asymm  cl-useful: 0/4833/6230 lits-rem:0 time: 0.33
11.39/11.43	c calculated reachability. Time: 0.00
11.39/11.43	c  N dy   263    105339        70      6230         0     17958     43610    316196     20.30   no data  --
12.69/12.72	c  N dy   289    124032        70      6230         0     22179     43610    403848     20.16     21.33  --
13.39/13.41	c  N dy   353    131981        70      6230         0     16004     43610    250238     20.27     21.34  --
13.99/14.01	c  N dy   368    140501        70      6230         0     23618     43610    430821     20.26     22.29  --
14.69/14.78	c  N dy   402    149596        70      6230         0     17484     43610    271792     20.30     21.50  --
15.49/15.51	c  S st   468    158008        70      6230         0     25161     43610    459532     20.39   no data  --
15.49/15.57	c  S st   468    158513        70      6230         0     25629     43610    470817     20.39   no data  --
15.49/15.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.49/15.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.49/15.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
15.49/15.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.49/15.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.49/15.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
15.49/15.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.69/17.74	c lits-rem:      2370  cl-subs:     2074  v-elim:      0  v-fix:    0  time:  2.15 s
17.69/17.74	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
17.69/17.75	c vivif2 --  cl tried    23555 cl shrink        0 lits rem          0 time: 0.00
17.79/17.89	c asymm  cl-useful: 0/1397/6230 lits-rem:0 time: 0.14
17.79/17.89	c calculated reachability. Time: 0.00
17.79/17.89	c  N dy   468    158513        70      6230         0     23555     43610    414402     20.39   no data  --
18.70/18.71	c  N dy   486    168664        70      6230         0     17438     43610    255932     20.36     23.47  --
19.59/19.62	c  N dy   504    181033        70      6230         0     28570     43610    519835     20.29     21.39  --
20.59/20.62	c  N dy   553    192669        70      6230         0     22930     43610    378462     20.32     22.69  --
21.79/21.89	c  N dy   630    204988        70      6230         0     34140     43610    650461     20.39     24.08  --
22.99/23.01	c  N dy   682    218339        70      6230         0     29051     43610    513235     20.40     21.55  --
24.39/24.42	c  N dy   726    232356        70      6230         0     23567     43610    362480     20.40     21.59  --
24.89/24.95	c  S st   745    237769        70      6230         0     28473     43610    479455     20.40     21.49  --
24.99/25.03	c  S st   745    238274        70      6230         0     28931     43610    490878     20.40   no data  --
24.99/25.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.99/25.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.99/25.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
24.99/25.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.99/25.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.99/25.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
24.99/25.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.18/27.26	c lits-rem:      1602  cl-subs:     2647  v-elim:      0  v-fix:    0  time:  2.21 s
27.18/27.26	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
27.18/27.26	c vivif2 --  cl tried    26284 cl shrink        0 lits rem          0 time: 0.00
27.59/27.61	c asymm  cl-useful: 0/3742/6230 lits-rem:0 time: 0.34
27.59/27.61	c calculated reachability. Time: 0.00
27.59/27.61	c  N dy   745    238274        70      6230         0     26284     43610    426939     20.40   no data  --
29.19/29.25	c  N dy   795    255977        70      6230         0     23456     43610    348999     20.41     21.71  --
30.89/30.90	c  N dy   843    272400        70      6230         0     38301     43610    703282     20.40     22.02  --
32.39/32.49	c  N dy   884    289921        70      6230         0     34266     43610    591610     20.37     21.50  --
34.39/34.43	c  F st   972    306250        70      6230         0     28334     43610    444178     20.43     20.38  --
34.69/34.78	c  N st   977    309547        70      6230         0     31331     43610    518010     20.43   no data  --
37.49/37.59	c  N dy  1074    329391        70      6230         0     27590     43610    413516     20.47     21.56  --
41.09/41.18	c  N dy  1190    355007        70      6230         0     28105     43610    409034     20.51     21.87  --
41.39/41.46	c  S st  1200    357411        70      6230         0     30289     43610    461919     20.51   no data  --
41.49/41.56	c  S st  1200    357913        70      6230         0     30750     43610    473553     20.51   no data  --
41.49/41.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.49/41.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.49/41.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
41.49/41.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.49/41.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.49/41.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
41.49/41.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.28/44.36	c lits-rem:      1401  cl-subs:     2009  v-elim:      0  v-fix:    0  time:  2.77 s
44.28/44.36	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
44.28/44.36	c vivif2 --  cl tried    28741 cl shrink        0 lits rem          0 time: 0.01
44.78/44.80	c asymm  cl-useful: 0/2488/6230 lits-rem:0 time: 0.44
44.78/44.80	c calculated reachability. Time: 0.00
44.78/44.80	c  N dy  1200    357913        70      6230         0     28741     43610    425639     20.51   no data  --
47.49/47.60	c  N dy  1287    377941        70      6230         0     46907     43610    867248     20.53     21.67  --
49.69/49.76	c  N dy  1337    398187        70      6230         0     41765     43610    724595     20.52     21.69  --
52.29/52.39	c  N dy  1447    419033        70      6230         0     36336     43610    584190     20.56     21.67  --
55.00/55.07	c  N dy  1511    439778        70      6230         0     29785     43610    408588     20.57     21.65  --
57.49/57.58	c  N dy  1546    462114        70      6230         0     49965     43610    891641     20.53     21.66  --
59.89/59.99	c  N dy  1572    482924        70      6230         0     42466     43610    699273     20.51     21.73  --
64.48/64.55	c  N dy  1669    517680        70      6230         0     46764     43610    787974     20.49     21.70  --
66.89/66.97	c  S st  1719    536870        70      6230         0     36085     43610    526628     20.47   no data  --
67.00/67.06	c  S st  1719    537370        70      6230         0     36552     43610    538113     20.47   no data  --
67.00/67.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.00/67.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
67.00/67.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
67.00/67.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.00/67.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.00/67.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
67.00/67.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
69.49/69.58	c lits-rem:      1100  cl-subs:     1787  v-elim:      0  v-fix:    0  time:  2.49 s
69.49/69.58	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
69.49/69.58	c vivif2 --  cl tried    34765 cl shrink        0 lits rem          0 time: 0.01
69.69/69.75	c asymm  cl-useful: 0/1531/6230 lits-rem:0 time: 0.17
69.69/69.76	c calculated reachability. Time: 0.00
69.69/69.76	c  N dy  1719    537370        70      6230         0     34765     43610    492227     20.47   no data  --
72.60/72.67	c  N dy  1793    558356        70      6230         0     53719     43610    949680     20.48     21.56  --
75.19/75.24	c  N dy  1821    579691        70      6230         0     44101     43610    697200     20.45     21.64  --
78.38/78.47	c  N dy  1918    600442        70      6230         0     33111     43610    431516     20.47     21.55  --
81.09/81.15	c  N dy  1997    620915        70      6230         0     51720     43610    884520     20.48     21.62  --
84.19/84.25	c  N dy  2091    641067        70      6230         0     39225     43610    563977     20.50     21.64  --
87.89/87.94	c  N dy  2176    665667        70      6230         0     61446     43610   1100906     20.52     21.65  --
90.68/90.77	c  N dy  2277    685680        70      6230         0     47888     43610    759206     20.53     21.89  --
94.39/94.42	c  N dy  2372    705764        70      6230         0     33489     43610    395655     20.55     22.50  --
96.99/97.08	c  N dy  2457    726078        70      6230         0     51779     43610    837169     20.56     21.82  --
100.79/100.87	c  N dy  2566    747480        70      6230         0     37679     43610    484382     20.58     21.70  --
103.79/103.86	c  N dy  2642    767703        70      6230         0     55921     43610    925795     20.59     21.69  --
106.89/106.93	c  N dy  2667    787713        70      6230         0     39575     43610    512709     20.56     22.95  --
109.79/109.90	c  S st  2770    806055        70      6230         0     56196     43610    918504     20.59   no data  --
110.00/110.03	c  S st  2770    806556        70      6230         0     56655     43610    930290     20.59   no data  --
110.00/110.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
110.00/110.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
110.00/110.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
110.00/110.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
110.00/110.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
110.00/110.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
110.00/110.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
117.89/117.90	c lits-rem:      2401  cl-subs:     4975  v-elim:      0  v-fix:    0  time:  7.82 s
117.89/117.90	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
117.89/117.91	c vivif2 --  cl tried    51680 cl shrink        0 lits rem          0 time: 0.01
118.09/118.11	c asymm  cl-useful: 0/919/6230 lits-rem:0 time: 0.19
118.09/118.11	c calculated reachability. Time: 0.00
118.09/118.11	c  N dy  2770    806556        70      6230         0     51680     43610    806235     20.59   no data  --
122.89/122.92	c  N dy  2883    832974        70      6230         0     40622     43610    525595     20.60     21.73  --
126.59/126.61	c  N dy  2953    857676        70      6230         0     62911     43610   1058488     20.58     21.68  --
130.19/130.28	c  N dy  3050    878332        70      6230         0     45530     43610    634360     20.60     21.78  --
135.49/135.50	c  N dy  3103    910883        70      6230         0     37874     43610    436913     20.58     21.69  --
138.39/138.47	c  N dy  3184    930914        70      6230         0     55980     43610    878428     20.59     21.77  --
142.69/142.70	c  N dy  3276    951648        70      6230         0     74784     43610   1336355     20.60     21.73  --
145.99/146.05	c  N dy  3372    972867        70      6230         0     56192     43610    870566     20.62     21.84  --
149.69/149.78	c  N dy  3402    993988        70      6230         0     75155     43610   1325227     20.60     21.94  --
153.39/153.40	c  N dy  3487   1015500        70      6230         0     55805     43610    845517     20.61     21.81  --
157.09/157.12	c  N dy  3551   1035519        70      6230         0     73860     43610   1280181     20.61     21.89  --
162.49/162.50	c  N dy  3654   1065685        70      6230         0     61264     43610    959274     20.61     21.73  --
163.79/163.80	c  F st  3692   1071875        70      6230         0     66866     43610   1097626     20.62   no data  --
166.89/166.94	c  N dy  3738   1085768        70      6230         0     79403     43610   1404846     20.63     21.80  --
170.49/170.57	c  N dy  3831   1106378        70      6230         0     57416     43610    858562     20.64     21.95  --
174.09/174.15	c  N dy  3865   1126399        70      6230         0     75429     43610   1293141     20.63     23.19  --
177.99/178.10	c  N dy  3895   1150244        70      6230         0     55295     43610    784865     20.61     21.71  --
182.20/182.27	c  N dy  3997   1170329        70      6230         0     73415     43610   1228626     20.62     21.98  --
188.69/188.76	c  N dy  4016   1209834        70      6230         0     66292     43610   1014170     20.54     17.30  --
188.69/188.76	c  S st  4016   1209834        70      6230         0     66292     43610   1014170     20.54     17.30  --
188.89/188.91	c  S st  4016   1210337        70      6230         0     66765     43610   1026108     20.54   no data  --
188.89/188.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
188.89/188.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
188.89/188.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
188.89/188.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
188.89/188.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
188.89/188.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
188.89/188.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
203.79/203.81	c lits-rem:      1734  cl-subs:     7453  v-elim:      0  v-fix:    0  time: 14.84 s
203.79/203.81	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
203.79/203.83	c vivif2 --  cl tried    59312 cl shrink        0 lits rem          0 time: 0.01
204.09/204.17	c asymm  cl-useful: 0/834/6230 lits-rem:0 time: 0.35
204.09/204.18	c calculated reachability. Time: 0.00
204.09/204.18	c  N dy  4016   1210337        70      6230         0     59312     43610    872244     20.54   no data  --
209.80/209.87	c  N dy  4084   1232217        70      6230         0     79058     43610   1350333     20.55     21.71  --
215.19/215.23	c  N dy  4165   1261742        70      6230         0     62967     43610    954615     20.54     21.71  --
219.59/219.70	c  N dy  4260   1281829        70      6230         0     81148     43610   1398168     20.55     22.84  --
223.69/223.71	c  N dy  4331   1303337        70      6230         0     56713     43610    790915     20.55     21.77  --
227.70/227.70	c  N dy  4414   1323363        70      6230         0     74882     43610   1231774     20.56     21.82  --
232.99/233.09	c  N dy  4503   1345503        70      6230         0     49792     43610    604124     20.56     21.68  --
236.19/236.21	c  N dy  4516   1366350        70      6230         0     68523     43610   1047775     20.55     21.63  --
241.09/241.13	c  N dy  4600   1386396        70      6230         0     86596     43610   1486431     20.55     22.65  --
244.79/244.81	c  N dy  4638   1406474        70      6230         0     58843     43610    811343     20.54     21.77  --
250.80/250.83	c  N dy  4738   1434824        70      6230         0     84414     43610   1429103     20.54     21.70  --
254.69/254.79	c  N dy  4777   1454919        70      6230         0     55640     43610    721267     20.53     22.84  --
258.79/258.80	c  N dy  4868   1475202        70      6230         0     73894     43610   1166245     20.54     21.77  --
263.39/263.40	c  N dy  4913   1495365        70      6230         0     91909     43610   1596803     20.54     21.66  --
267.19/267.28	c  N dy  4931   1517503        70      6230         0     64081     43610    903805     20.52     21.61  --
275.69/275.71	c  N dy  4960   1563156        70      6230         0     56475     43610    712273     20.46     21.54  --
280.40/280.46	c  N dy  5055   1585898        70      6230         0     77003     43610   1207067     20.47     21.64  --
286.09/286.18	c  N dy  5160   1606487        70      6230         0     95587     43610   1660669     20.48     21.68  --
292.40/292.45	c  N dy  5275   1637600        70      6230         0     74092     43610   1132294     20.48     21.60  --
298.00/298.02	c  N dy  5292   1666307        70      6230         0     99531     43610   1718763     20.45     21.58  --
302.19/302.24	c  N dy  5415   1686372        70      6230         0     67440     43610    969685     20.46     22.49  --
307.10/307.12	c  N dy  5503   1706458        70      6230         0     85514     43610   1408504     20.47     21.61  --
308.20/308.26	c  S st  5528   1710338        70      6230         0     89053     43610   1495006     20.47   no data  --
308.50/308.51	c  S st  5528   1710843        70      6230         0     89519     43610   1506593     20.47   no data  --
308.50/308.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
308.50/308.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
308.50/308.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
308.50/308.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
308.50/308.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
308.50/308.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
308.50/308.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
330.89/331.00	c lits-rem:      4676  cl-subs:     8635  v-elim:      0  v-fix:    0  time: 22.41 s
330.89/331.00	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
331.00/331.01	c vivif2 --  cl tried    80884 cl shrink        0 lits rem          0 time: 0.01
331.19/331.27	c asymm  cl-useful: 0/567/6230 lits-rem:0 time: 0.26
331.19/331.27	c calculated reachability. Time: 0.00
331.19/331.27	c  N dy  5528   1710843        70      6230         0     80884     43610   1287097     20.47   no data  --
336.89/336.95	c  N dy  5604   1731286        70      6230         0     99320     43610   1733162     20.47     21.58  --
341.39/341.47	c  N dy  5729   1751781        70      6230         0     67081     43610    950199     20.49     21.58  --
345.89/345.92	c  N dy  5798   1771958        70      6230         0     85287     43610   1390893     20.49     21.70  --
352.09/352.18	c  N dy  5876   1792941        70      6230         0     52184     43610    566172     20.49     21.58  --
355.90/355.95	c  N dy  5962   1813034        70      6230         0     70266     43610   1008660     20.50     22.21  --
361.30/361.37	c  N dy  6048   1836213        70      6230         0     91036     43610   1509561     20.50     21.78  --
367.50/367.55	c  N dy  6165   1856225        70      6230         0     56136     43610    650712     20.51     22.01  --
371.59/371.60	c  N dy  6278   1876236        70      6230         0     74159     43610   1093201     20.52     23.03  --
377.20/377.27	c  N dy  6314   1899102        70      6230         0     94703     43610   1582619     20.51     21.64  --
383.79/383.89	c  N dy  6415   1921806        70      6230         0     61199     43610    759075     20.52     21.95  --
388.40/388.49	c  N dy  6542   1941824        70      6230         0     79312     43610   1205857     20.53     21.73  --
394.09/394.17	c  N dy  6613   1964741        70      6230         0     99962     43610   1706909     20.53     21.64  --
400.40/400.48	c  N dy  6738   1985722        70      6230         0     63925     43610    811293     20.54     21.76  --
404.30/404.36	c  N dy  6762   2005749        70      6230         0     81878     43610   1239804     20.54     21.67  --
410.50/410.57	c  N dy  6879   2026351        70      6230         0    100452     43610   1695238     20.55     21.70  --
416.09/416.16	c  N dy  6949   2046408        70      6230         0     62626     43610    766597     20.55     21.66  --
420.89/421.00	c  N dy  7088   2066503        70      6230         0     80730     43610   1214264     20.56     21.89  --
426.49/426.59	c  N dy  7151   2086523        70      6230         0     98744     43610   1647804     20.56     22.50  --
432.59/432.68	c  N dy  7235   2107120        70      6230         0     60565     43610    708131     20.56     21.65  --
437.10/437.19	c  N dy  7350   2127171        70      6230         0     78684     43610   1151669     20.57     21.82  --
442.89/442.95	c  N dy  7468   2147209        70      6230         0     96770     43610   1598238     20.58     24.57  --
450.19/450.27	c  N dy  7585   2167352        70      6230         0    114947     43610   2045035     20.59     21.78  --
454.90/454.98	c  N dy  7705   2187386        70      6230         0     75292     43610   1055358     20.60     23.80  --
460.50/460.56	c  N dy  7816   2207487        70      6230         0     93413     43610   1500416     20.61     22.73  --
461.60/461.67	c  S st  7836   2210844        70      6230         0     96435     43610   1574898     20.61     21.02  --
461.80/461.90	c  S st  7836   2211349        70      6230         0     96903     43610   1586620     20.61   no data  --
461.90/461.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
461.90/461.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
461.90/461.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
461.90/461.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
461.90/461.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
461.90/461.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
461.90/461.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
529.30/529.33	c lits-rem:      5098  cl-subs:     8600  v-elim:      0  v-fix:    0  time: 67.34 s
529.30/529.33	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
529.30/529.34	c vivif2 --  cl tried    88303 cl shrink        0 lits rem          0 time: 0.02
529.60/529.60	c asymm  cl-useful: 0/506/6230 lits-rem:0 time: 0.26
529.60/529.61	c calculated reachability. Time: 0.00
529.60/529.61	c  N dy  7836   2211349        70      6230         0     88303     43610   1365396     20.61   no data  --
535.80/535.82	c  N dy  7912   2231420        70      6230         0    106355     43610   1804822     20.62     22.97  --
541.70/541.70	c  N dy  8001   2251497        70      6230         0     66342     43610    826453     20.62     23.29  --
546.61/546.66	c  N dy  8070   2273437        70      6230         0     86040     43610   1300803     20.62     21.87  --
559.60/559.62	c  N dy  8141   2328055        70      6230         0     75671     43610   1018092     20.58     21.72  --
565.80/565.85	c  N dy  8281   2348122        70      6230         0     93782     43610   1466429     20.59     21.99  --
572.89/572.99	c  N dy  8399   2368150        70      6230         0    111858     43610   1913222     20.60     22.09  --
579.30/579.34	c  N dy  8511   2388436        70      6230         0     70079     43610    889488     20.61     21.75  --
584.00/584.05	c  N dy  8568   2409082        70      6230         0     88586     43610   1336498     20.61     21.91  --
590.90/590.98	c  N dy  8678   2430747        70      6230         0    108092     43610   1814806     20.62     21.80  --
598.31/598.37	c  N dy  8795   2450815        70      6230         0     65048     43610    753591     20.63     24.24  --
604.80/604.83	c  N dy  8852   2482157        70      6230         0     93069     43610   1421449     20.61     21.70  --
611.61/611.66	c  N dy  8970   2502252        70      6230         0    111242     43610   1871079     20.62     23.03  --
619.10/619.16	c  N dy  9074   2524298        70      6230         0     69123     43610    839576     20.63     21.76  --
624.71/624.76	c  N dy  9231   2544376        70      6230         0     87273     43610   1292506     20.65     24.04  --
630.41/630.47	c  N dy  9268   2566110        70      6230         0    106721     43610   1756666     20.64     21.82  --
638.91/638.91	c  N dy  9352   2590108        70      6230         0     65392     43610    732751     20.64     21.88  --
643.51/643.51	c  N dy  9425   2612748        70      6230         0     85725     43610   1227261     20.64     21.91  --
649.70/649.75	c  N dy  9529   2632853        70      6230         0    103799     43610   1670901     20.64     21.75  --
656.61/656.67	c  N dy  9590   2653452        70      6230         0    122252     43610   2114204     20.64     21.84  --
662.50/662.56	c  N dy  9675   2674231        70      6230         0     77128     43610   1008877     20.65     21.89  --
668.10/668.17	c  N dy  9776   2694440        70      6230         0     95359     43610   1456570     20.65     21.83  --
673.50/673.55	c  S st  9850   2711352        70      6230         0    110549     43610   1825412     20.65     20.60  --
673.80/673.83	c  S st  9850   2711855        70      6230         0    111010     43610   1836944     20.65   no data  --
673.80/673.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
673.80/673.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
673.80/673.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
673.90/673.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
673.90/673.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
673.90/673.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
673.90/673.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
771.61/771.69	c lits-rem:      6749  cl-subs:    10932  v-elim:      0  v-fix:    0  time: 97.76 s
771.61/771.69	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
771.71/771.71	c vivif2 --  cl tried   100078 cl shrink        0 lits rem          0 time: 0.02
772.01/772.00	c asymm  cl-useful: 0/458/6230 lits-rem:0 time: 0.28
772.01/772.00	c calculated reachability. Time: 0.00
772.01/772.00	c  N dy  9850   2711855        70      6230         0    100078     43610   1562886     20.65   no data  --
779.01/779.09	c  N dy  9899   2734723        70      6230         0    120645     43610   2059884     20.65     21.77  --
792.50/792.55	c  N dy 10002   2774011        70      6230         0     91655     43610   1335082     20.64     21.81  --
801.31/801.34	c  N dy 10090   2794133        70      6230         0    109730     43610   1778450     20.65     21.84  --
812.81/812.85	c  N dy 10208   2817252        70      6230         0    130600     43610   2289435     20.65     21.79  --
818.61/818.68	c  N dy 10273   2837299        70      6230         0     83338     43610   1132033     20.65     23.34  --
826.40/826.43	c  N dy 10318   2865097        70      6230         0    108211     43610   1723085     20.64     21.74  --
833.81/833.86	c  N dy 10405   2885105        70      6230         0    126124     43610   2162725     20.64     21.76  --
840.11/840.15	c  N dy 10514   2905197        70      6230         0     77978     43610    997849     20.65     23.09  --
844.81/844.90	c  N dy 10558   2925287        70      6230         0     95951     43610   1429869     20.64     22.67  --
851.00/851.07	c  N dy 10618   2945335        70      6230         0    113912     43610   1861515     20.64     22.64  --
859.40/859.43	c  N dy 10750   2965339        70      6230         0    131974     43610   2312309     20.65     23.77  --
865.40/865.41	c  N dy 10884   2986190        70      6230         0     83424     43610   1116551     20.66     21.75  --
870.91/870.98	c  N dy 10962   3007383        70      6230         0    102406     43610   1579071     20.66     21.80  --
877.21/877.26	c  N dy 11019   3027429        70      6230         0    120420     43610   2014944     20.66     22.30  --
885.21/885.23	c  N dy 11111   3047448        70      6230         0     70155     43610    775226     20.67     22.93  --
890.70/890.76	c  N dy 11177   3072104        70      6230         0     92269     43610   1310803     20.67     21.77  --
897.51/897.51	c  N dy 11320   3092131        70      6230         0    110404     43610   1761593     20.68     22.96  --
905.21/905.30	c  N dy 11445   3112190        70      6230         0    128502     43610   2208203     20.68     22.39  --
912.20/912.22	c  N dy 11506   3132819        70      6230         0     77757     43610    946071     20.68     21.79  --
924.41/924.48	c  N dy 11550   3186520        70      6230         0    125601     43610   2074410     20.66     21.91  --
932.30/932.35	c  N dy 11631   3208593        70      6230         0     75522     43610    881705     20.66     21.83  --
933.10/933.19	c  S st 11643   3211856        70      6230         0     78499     43610    954769     20.66     20.59  --
933.40/933.40	c  S st 11643   3212363        70      6230         0     78964     43610    966673     20.66   no data  --
933.40/933.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
933.40/933.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
933.40/933.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
933.40/933.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
933.40/933.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
933.40/933.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
933.40/933.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
946.60/946.63	c lits-rem:      1537  cl-subs:     2019  v-elim:      0  v-fix:    0  time: 13.17 s
946.60/946.63	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
946.60/946.64	c vivif2 --  cl tried    76945 cl shrink        0 lits rem          0 time: 0.01
946.80/946.85	c asymm  cl-useful: 0/605/6230 lits-rem:0 time: 0.21
946.80/946.85	c calculated reachability. Time: 0.00
946.80/946.85	c  N dy 11643   3212363        70      6230         0     76945     43610    915228     20.66   no data  --
958.50/958.55	c  N dy 11687   3264300        70      6230         0    123189     43610   2003759     20.64     21.80  --
967.61/967.61	c  N dy 11799   3284382        70      6230         0     70676     43610    752806     20.64     23.25  --
972.71/972.78	c  N dy 11940   3304410        70      6230         0     88801     43610   1205396     20.65     23.24  --
980.81/980.85	c  N dy 12084   3330731        70      6230         0    112520     43610   1787833     20.66     21.77  --
995.41/995.47	c  N dy 12176   3371721        70      6230         0     77370     43610    895457     20.65     21.77  --
1002.61/1002.63	c  N dy 12307   3398824        70      6230         0    101713     43610   1491743     20.65     21.77  --
1010.01/1010.07	c  N dy 12453   3418901        70      6230         0    119809     43610   1942829     20.66     22.20  --
1018.71/1018.77	c  N dy 12546   3440652        70      6230         0    139408     43610   2423296     20.67     21.83  --
1028.41/1028.48	c  N dy 12609   3476432        70      6230         0     98635     43610   1384923     20.66     21.75  --
1035.21/1035.25	c  N dy 12694   3497425        70      6230         0    117551     43610   1848335     20.66     21.77  --
1042.71/1042.72	c  N dy 12775   3517523        70      6230         0    135558     43610   2290055     20.66     23.32  --
1050.80/1050.80	c  N dy 12886   3537536        70      6230         0     80013     43610    944327     20.67     22.02  --
1057.61/1057.69	c  N dy 12935   3567155        70      6230         0    106486     43610   1578487     20.66     21.76  --
1065.71/1065.79	c  N dy 13053   3588752        70      6230         0    125941     43610   2059312     20.67     21.85  --
1082.90/1082.99	c  N dy 13155   3634595        70      6230         0     92410     43610   1207781     20.66     21.77  --
1090.01/1090.10	c  N dy 13228   3661583        70      6230         0    116590     43610   1796287     20.66     21.97  --
1096.62/1096.67	c  N dy 13234   3684804        70      6230         0    137268     43610   2280167     20.65     21.78  --
1105.51/1105.58	c  N dy 13323   3706800        70      6230         0     81833     43610    960337     20.65     21.99  --
1107.00/1107.00	c  S st 13346   3712364        70      6230         0     86819     43610   1081948     20.65     19.49  --
1107.20/1107.20	c  S st 13346   3712865        70      6230         0     87270     43610   1093276     20.65   no data  --
1107.20/1107.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1107.20/1107.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1107.20/1107.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
1107.20/1107.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1107.20/1107.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1107.20/1107.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1107.20/1107.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1123.71/1123.76	c lits-rem:      1864  cl-subs:     2804  v-elim:      0  v-fix:    0  time: 16.49 s
1123.71/1123.76	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1123.71/1123.77	c vivif2 --  cl tried    84466 cl shrink        0 lits rem          0 time: 0.01
1123.91/1123.99	c asymm  cl-useful: 0/547/6230 lits-rem:0 time: 0.22
1123.91/1123.99	c calculated reachability. Time: 0.00
1123.91/1123.99	c  N dy 13346   3712865        70      6230         0     84466     43610   1024345     20.65   no data  --
1129.41/1129.45	c  N dy 13427   3732938        70      6230         0    102466     43610   1465365     20.65     22.83  --
1135.81/1135.86	c  F st 13526   3751565        70      6230         0    119301     43610   1879304     20.66     19.29  --
1136.51/1136.56	c  N st 13530   3753596        70      6230         0    121141     43610   1924990     20.66   no data  --
1145.50/1145.51	c  N dy 13634   3775461        70      6230         0    140830     43610   2412197     20.66     21.75  --
1154.11/1154.18	c  N dy 13742   3795541        70      6230         0     82840     43610    974937     20.66     22.85  --
1160.21/1160.29	c  N dy 13880   3815581        70      6230         0    100952     43610   1426940     20.67     22.09  --
1167.11/1167.18	c  N dy 13981   3835632        70      6230         0    119027     43610   1872423     20.67     21.78  --
1175.11/1175.13	c  N dy 14059   3855700        70      6230         0    137046     43610   2313055     20.68     23.05  --
1184.01/1184.07	c  N dy 14120   3875725        70      6230         0     77779     43610    834791     20.68     21.80  --
1188.71/1188.75	c  N dy 14165   3895791        70      6230         0     95664     43610   1266515     20.67     24.15  --
1194.91/1194.93	c  N dy 14254   3915866        70      6230         0    113763     43610   1713629     20.68     23.11  --
1204.01/1204.01	c  N dy 14348   3936471        70      6230         0    132261     43610   2163012     20.68     21.96  --
1214.21/1214.20	c  N dy 14424   3956557        70      6230         0    150325     43610   2605664     20.68     21.80  --
1224.61/1224.61	c  N dy 14489   3983602        70      6230         0     96375     43610   1273490     20.68     21.78  --
1233.02/1233.00	c  N dy 14631   4003863        70      6230         0    114654     43610   1729727     20.69     21.94  --
1241.11/1241.16	c  N dy 14753   4023876        70      6230         0    132723     43610   2176936     20.69     22.44  --
1254.21/1254.21	c  N dy 14825   4056815        70      6230         0     83176     43610    934693     20.69     21.79  --
1262.42/1262.41	c  N dy 14916   4087326        70      6230         0    110375     43610   1588655     20.69     21.97  --
1269.91/1269.94	c  N dy 15026   4107368        70      6230         0    128422     43610   2034406     20.69     22.38  --
1279.32/1279.37	c  N dy 15132   4128297        70      6230         0    147259     43610   2497901     20.70     21.87  --
1288.72/1288.79	c  N dy 15244   4148371        70      6230         0     85461     43610    986249     20.70     23.67  --
1295.02/1295.04	c  N dy 15383   4168402        70      6230         0    103500     43610   1435528     20.71     22.77  --

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.95 4/189 12572
/proc/meminfo: memFree=18948928/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=29944 CPUtime=0 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 632 0 0 0 0 0 0 0 25 0 1 0 369032262 30662656 572 33554432000 4194304 4650387 140734591254928 18446744073709551615 260020420503 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 7486 573 345 112 0 2451 0

[startup+0.0562369 s]
/proc/loadavg: 4.00 4.00 3.95 4/189 12572
/proc/meminfo: memFree=18948928/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=29944 CPUtime=0.05 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 644 0 0 0 5 0 0 0 25 0 1 0 369032262 30662656 584 33554432000 4194304 4650387 140734591254928 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 7486 584 345 112 0 2451 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29944

[startup+0.100245 s]
/proc/loadavg: 4.00 4.00 3.95 4/189 12572
/proc/meminfo: memFree=18948928/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=30076 CPUtime=0.09 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 651 0 0 0 9 0 0 0 25 0 1 0 369032262 30797824 591 33554432000 4194304 4650387 140734591254928 18446744073709551615 4370487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 7519 591 345 112 0 2484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30076

[startup+0.300207 s]
/proc/loadavg: 4.00 4.00 3.95 4/189 12572
/proc/meminfo: memFree=18948928/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=32308 CPUtime=0.29 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 1306 0 0 0 29 0 0 0 25 0 1 0 369032262 33083392 1184 33554432000 4194304 4650387 140734591254928 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 8077 1184 376 112 0 3042 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32308

[startup+0.701144 s]
/proc/loadavg: 4.00 4.00 3.95 4/189 12572
/proc/meminfo: memFree=18948928/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=32888 CPUtime=0.69 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 1881 0 0 0 69 0 0 0 25 0 1 0 369032262 33677312 1316 33554432000 4194304 4650387 140734591254928 18446744073709551615 4315078 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 8222 1317 378 112 0 3187 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32888

[startup+1.50101 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 12573
/proc/meminfo: memFree=18943464/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=39088 CPUtime=1.49 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 4067 0 0 0 149 0 0 0 25 0 1 0 369032262 40026112 2825 33554432000 4194304 4650387 140734591254928 18446744073709551615 4476279 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 9772 2825 380 112 0 4737 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39088

[startup+3.10069 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 12573
/proc/meminfo: memFree=18943588/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=39384 CPUtime=3.09 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 4529 0 0 0 309 0 0 0 25 0 1 0 369032262 40329216 2862 33554432000 4194304 4650387 140734591254928 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 9846 2862 380 112 0 4811 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39384

[startup+6.3011 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 12573
/proc/meminfo: memFree=18939776/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=40284 CPUtime=6.29 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 6124 0 0 0 629 0 0 0 25 0 1 0 369032262 41250816 3039 33554432000 4194304 4650387 140734591254928 18446744073709551615 4438367 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 10071 3039 380 112 0 5036 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40284

[startup+12.7009 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 12573
/proc/meminfo: memFree=18938424/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=46144 CPUtime=12.69 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 9535 0 0 0 1268 1 0 0 25 0 1 0 369032262 47251456 4632 33554432000 4194304 4650387 140734591254928 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 11536 4632 380 112 0 6501 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46144

[startup+25.5006 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 12574
/proc/meminfo: memFree=18933336/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=52916 CPUtime=25.49 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 15739 0 0 0 2548 1 0 0 25 0 1 0 369032262 54185984 6308 33554432000 4194304 4650387 140734591254928 18446744073709551615 4433042 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 13229 6308 380 112 0 8194 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52916

[startup+51.1009 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 12574
/proc/meminfo: memFree=18912120/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=57372 CPUtime=51.08 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 23348 0 0 0 5105 3 0 0 25 0 1 0 369032262 58748928 6947 33554432000 4194304 4650387 140734591254928 18446744073709551615 4365205 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 14343 6947 380 112 0 9308 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57372

[startup+102.307 s]
/proc/loadavg: 3.93 3.98 3.94 5/190 12604
/proc/meminfo: memFree=19082332/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=60532 CPUtime=102.29 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 37346 0 0 0 10222 7 0 0 25 0 1 0 369032262 61984768 8130 33554432000 4194304 4650387 140734591254928 18446744073709551615 4364760 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 15133 8130 380 112 0 10098 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 60532

[startup+162.301 s]
/proc/loadavg: 3.97 3.98 3.94 5/190 12605
/proc/meminfo: memFree=19049304/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=71244 CPUtime=162.29 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 51043 0 0 0 16219 10 0 0 25 0 1 0 369032262 72953856 10703 33554432000 4194304 4650387 140734591254928 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 17811 10703 380 112 0 12776 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 71244

[startup+222.301 s]
/proc/loadavg: 4.04 4.00 3.95 5/190 12607
/proc/meminfo: memFree=19008856/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=80632 CPUtime=222.29 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 61913 0 0 0 22217 12 0 0 25 0 1 0 369032262 82567168 12543 33554432000 4194304 4650387 140734591254928 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 20158 12543 380 112 0 15123 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 80632

[startup+282.3 s]
/proc/loadavg: 4.01 4.00 3.95 5/190 12608
/proc/meminfo: memFree=18988116/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=80916 CPUtime=282.29 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 72500 0 0 0 28213 16 0 0 25 0 1 0 369032262 82857984 13406 33554432000 4194304 4650387 140734591254928 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 20229 13406 380 112 0 15194 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 80916

[startup+342.301 s]
/proc/loadavg: 4.08 4.02 3.95 5/190 12610
/proc/meminfo: memFree=18985128/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=94172 CPUtime=342.29 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 81714 0 0 0 34211 18 0 0 25 0 1 0 369032262 96432128 16148 33554432000 4194304 4650387 140734591254928 18446744073709551615 4364760 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 23543 16148 380 112 0 18508 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 94172

[startup+402.301 s]
/proc/loadavg: 4.03 4.01 3.95 5/190 12612
/proc/meminfo: memFree=18967012/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=94416 CPUtime=402.3 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 90641 0 0 0 40209 21 0 0 25 0 1 0 369032262 96681984 16134 33554432000 4194304 4650387 140734591254928 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 23604 16134 380 112 0 18569 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 94416

[startup+462.301 s]
/proc/loadavg: 4.04 4.02 3.96 5/190 12613
/proc/meminfo: memFree=18956424/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=99088 CPUtime=462.29 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 99720 0 0 0 46206 23 0 0 25 0 1 0 369032262 101466112 18131 33554432000 4194304 4650387 140734591254928 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 24772 18131 380 112 0 19737 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 99088

[startup+522.3 s]
/proc/loadavg: 4.01 4.02 3.96 5/190 12615
/proc/meminfo: memFree=18931212/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=101728 CPUtime=522.3 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 100167 0 0 0 52207 23 0 0 25 0 1 0 369032262 104169472 18578 33554432000 4194304 4650387 140734591254928 18446744073709551615 4476256 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 25432 18578 380 112 0 20397 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 101728

[startup+582.3 s]
/proc/loadavg: 4.00 4.01 3.96 5/190 12616
/proc/meminfo: memFree=18935656/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=101876 CPUtime=582.3 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 107282 0 0 0 58205 25 0 0 25 0 1 0 369032262 104321024 18117 33554432000 4194304 4650387 140734591254928 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 25469 18117 380 112 0 20434 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 101876

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 12618
/proc/meminfo: memFree=18927224/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=102056 CPUtime=642.31 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 114910 0 0 0 64204 27 0 0 25 0 1 0 369032262 104505344 18033 33554432000 4194304 4650387 140734591254928 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 25514 18033 380 112 0 20479 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 102056

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 12620
/proc/meminfo: memFree=18916048/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=111368 CPUtime=702.31 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 120181 0 0 0 70203 28 0 0 25 0 1 0 369032262 114040832 20669 33554432000 4194304 4650387 140734591254928 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 27842 20669 380 112 0 22807 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 111368

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 12621
/proc/meminfo: memFree=18915752/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=111368 CPUtime=762.31 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 120351 0 0 0 76203 28 0 0 25 0 1 0 369032262 114040832 20839 33554432000 4194304 4650387 140734591254928 18446744073709551615 4476256 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 27842 20839 380 112 0 22807 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 111368

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 12623
/proc/meminfo: memFree=18861156/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=111460 CPUtime=822.31 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 125497 0 0 0 82201 30 0 0 25 0 1 0 369032262 114135040 20349 33554432000 4194304 4650387 140734591254928 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 27865 20349 380 112 0 22830 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 111460

[startup+882.3 s]
/proc/loadavg: 4.02 4.00 3.96 5/190 12689
/proc/meminfo: memFree=19113708/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=111592 CPUtime=882.31 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 132015 0 0 0 88199 32 0 0 25 0 1 0 369032262 114270208 21353 33554432000 4194304 4650387 140734591254928 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 27898 21353 380 112 0 22863 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 111592

[startup+942.3 s]
/proc/loadavg: 4.01 4.00 3.96 5/190 12691
/proc/meminfo: memFree=19064392/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=111752 CPUtime=942.3 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 139081 0 0 0 94197 33 0 0 25 0 1 0 369032262 114434048 19891 33554432000 4194304 4650387 140734591254928 18446744073709551615 4476256 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 27938 19891 380 112 0 22903 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 111752

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 12693
/proc/meminfo: memFree=19047636/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=111864 CPUtime=1002.31 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 145964 0 0 0 100196 35 0 0 25 0 1 0 369032262 114548736 20875 33554432000 4194304 4650387 140734591254928 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 27966 20875 380 112 0 22931 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 111864

[startup+1062.3 s]
/proc/loadavg: 4.08 4.02 3.96 5/190 12694
/proc/meminfo: memFree=19028384/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=111976 CPUtime=1062.31 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 152423 0 0 0 106194 37 0 0 25 0 1 0 369032262 114663424 21316 33554432000 4194304 4650387 140734591254928 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 27994 21316 380 112 0 22959 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 111976

[startup+1122.3 s]
/proc/loadavg: 4.03 4.01 3.96 5/190 12696
/proc/meminfo: memFree=19001300/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=112084 CPUtime=1122.3 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 157752 0 0 0 112192 38 0 0 25 0 1 0 369032262 114774016 20524 33554432000 4194304 4650387 140734591254928 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 28021 20524 380 112 0 22986 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 112084

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.96 5/190 12697
/proc/meminfo: memFree=18990336/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=112156 CPUtime=1182.31 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 162734 0 0 0 118191 40 0 0 25 0 1 0 369032262 114847744 22279 33554432000 4194304 4650387 140734591254928 18446744073709551615 4363394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 28039 22279 380 112 0 23004 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 112156

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 12699
/proc/meminfo: memFree=18969348/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=112272 CPUtime=1242.31 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 168649 0 0 0 124190 41 0 0 25 0 1 0 369032262 114966528 21780 33554432000 4194304 4650387 140734591254928 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 28068 21780 380 112 0 23033 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 112272



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 12701
/proc/meminfo: memFree=18951584/32951124 swapFree=67111528/67111528
[pid=12572] ppid=12570 vsize=112384 CPUtime=1300.02 cores=4,6
/proc/12572/stat : 12572 (strangenight1-s) R 12570 12572 12018 0 -1 4202496 174677 0 0 0 129959 43 0 0 25 0 1 0 369032262 115081216 21272 33554432000 4194304 4650387 140734591254928 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12572/statm: 28096 21272 380 112 0 23061 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 112384

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.03
CPU user time (s): 1299.6
CPU system time (s): 0.436933
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 125280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.6
system time used= 0.436933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174677
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= 13
involuntary context switches= 1369

runsolver used 2.24766 second user time and 4.87126 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-03 01:46:57
IDJOB=3175876
IDBENCH=82894
IDSOLVER=1589
FILE ID=node110/3175876-1301788017
RUNJOBID= node110-1301783654-12038
PBS_JOBID= 12841408
Free space on /tmp= 71104 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S289144908-090.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175876-1301788017/watcher-3175876-1301788017 -o /tmp/evaluation-result-3175876-1301788017/solver-3175876-1301788017 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175876-1301788017.cnf

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

MD5SUM BENCH= acdd1627e1c0387cb30884180f862a47
RANDOM SEED=786961609

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18949208 kB
Buffers:        397480 kB
Cached:       12830176 kB
SwapCached:          0 kB
Active:        8892564 kB
Inactive:      4795884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18949208 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6264 kB
Writeback:           0 kB
AnonPages:      460184 kB
Mapped:          16396 kB
Slab:           250092 kB
PageTables:       6184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   729004 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= 71096 MiB
End job on node110 at 2011-04-03 02:08:39