Trace number 3175767

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-v70-c6230-S1780733482-097.UNKNOWN.cnf
MD5SUM261ca77431063ab06f6a4cdf20ea9cf2
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-3175767-1301786315.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.15	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.15
0.09/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.09/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.09/0.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.09/0.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.09/0.17	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.18	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.18	c calculated reachability. Time: 0.00
0.09/0.18	c Calc default polars -  time:   0.00 s pos:      37 undec:       0 neg:      33
0.09/0.18	c =========================================================================================
0.09/0.18	c types(t): F = full restart, N = normal restart
0.09/0.18	c types(t): S = simplification begin/end, E = solution found
0.09/0.18	c restart types(rt): st = static, dy = dynamic
0.09/0.18	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.18	c  B st     0         0        70      6230         0         0     43610         0   no data   no data  --
0.29/0.35	c  N dy     7      5405        70      6230         0      2636     43610     56737     20.87     22.15  --
0.59/0.66	c  N dy    18     13147        70      6230         0      5764     43610    118813     20.29     21.43  --
0.79/0.86	c  N dy    33     17318        70      6230         0      9547     43610    209406     20.43     21.64  --
1.00/1.04	c  N dy    41     21369        70      6230         0      8125     43610    166295     20.47     22.38  --
1.19/1.22	c  F st    50     25000        70      6230         0     11376     43610    242782     20.40   no data  --
1.19/1.26	c  N st    52     25625        70      6230         0     11937     43610    256673     20.40   no data  --
1.39/1.47	c  N dy    56     30000        70      6230         0      9778     43610    194736     20.40   no data  --
1.39/1.47	c  S st    56     30000        70      6230         0      9778     43610    194736     20.40   no data  --
1.49/1.51	c  S st    56     30506        70      6230         0     10234     43610    206071     20.40   no data  --
1.49/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.49/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.49/1.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1.49/1.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.59/2.61	c lits-rem:      1355  cl-subs:      834  v-elim:      0  v-fix:    0  time:  1.09 s
2.89/2.90	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.29
2.89/2.90	c calculated reachability. Time: 0.00
2.89/2.90	c  N dy    56     30506        70      6230         0      9400     43610    184529     20.40   no data  --
3.09/3.12	c  N dy    67     34690        70      6230         0     13176     43610    276001     20.41     21.55  --
3.30/3.35	c  N dy    80     38776        70      6230         0      9765     43610    181639     20.47     21.97  --
3.69/3.77	c  N dy    94     45759        70      6230         0     15983     43610    326820     20.39     19.46  --
3.69/3.77	c  S st    94     45759        70      6230         0     15983     43610    326820     20.39     19.46  --
3.79/3.82	c  S st    94     46262        70      6230         0      8420     43610    137872     20.39   no data  --
3.79/3.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.79/3.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.79/3.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.79/3.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.79/3.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.79/3.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3.79/3.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.59/4.66	c lits-rem:       134  cl-subs:       43  v-elim:      0  v-fix:    0  time:  0.83 s
4.59/4.66	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4.59/4.66	c vivif2 --  cl tried     8377 cl shrink        0 lits rem          0 time: 0.00
4.89/4.92	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.26
4.89/4.92	c calculated reachability. Time: 0.00
4.89/4.92	c  N dy    94     46262        70      6230         0      8377     43610    136498     20.39   no data  --
5.09/5.13	c  N dy   116     50343        70      6230         0     12108     43610    226765     20.46     21.74  --
5.39/5.47	c  N dy   124     55686        70      6230         0     16888     43610    339105     20.36     21.53  --
5.69/5.71	c  N dy   128     59793        70      6230         0     11596     43610    199880     20.27     21.48  --
6.29/6.34	c  N dy   150     69396        70      6230         0     10367     43610    160914     20.16     18.87  --
6.29/6.34	c  S st   150     69396        70      6230         0     10367     43610    160914     20.16     18.87  --
6.29/6.38	c  S st   150     69896        70      6230         0     10831     43610    172337     20.16   no data  --
6.29/6.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.29/6.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.29/6.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.29/6.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.29/6.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.29/6.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
6.29/6.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.29/7.35	c lits-rem:       380  cl-subs:      188  v-elim:      0  v-fix:    0  time:  0.96 s
7.29/7.35	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
7.29/7.35	c vivif2 --  cl tried    10643 cl shrink        0 lits rem          0 time: 0.00
7.59/7.67	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.32
7.59/7.68	c calculated reachability. Time: 0.00
7.59/7.68	c  N dy   150     69896        70      6230         0     10643     43610    167178     20.16   no data  --
8.00/8.08	c  N dy   183     75657        70      6230         0     15879     43610    292294     20.23     21.31  --
8.40/8.50	c  N dy   213     80543        70      6230         0     20342     43610    400875     20.31     21.46  --
8.80/8.89	c  N dy   242     85725        70      6230         0     14189     43610    242058     20.39     22.49  --
8.99/9.00	c  F st   244     87501        70      6230         0     15806     43610    279938     20.37     18.53  --
9.29/9.38	c  N dy   250     92698        70      6230         0     20479     43610    392743     20.37   no data  --
10.19/10.29	c  N dy   279    104844        70      6230         0     19659     43610    354107     20.36     18.06  --
10.19/10.29	c  S st   279    104844        70      6230         0     19659     43610    354107     20.36     18.06  --
10.29/10.35	c  S st   279    105346        70      6230         0     20120     43610    365768     20.36   no data  --
10.29/10.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.29/10.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.29/10.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
10.29/10.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.29/10.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.29/10.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
10.29/10.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.10/12.11	c lits-rem:      1558  cl-subs:     2198  v-elim:      0  v-fix:    0  time:  1.74 s
12.10/12.11	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
12.10/12.11	c vivif2 --  cl tried    17922 cl shrink        0 lits rem          0 time: 0.00
12.39/12.48	c asymm  cl-useful: 0/4976/6230 lits-rem:0 time: 0.37
12.39/12.48	c calculated reachability. Time: 0.00
12.39/12.48	c  N dy   279    105346        70      6230         0     17922     43610    313489     20.36   no data  --
12.99/13.01	c  N dy   298    112127        70      6230         0     23987     43610    454657     20.29     22.59  --
13.49/13.59	c  N dy   317    119366        70      6230         0     18045     43610    305899     20.26     22.77  --
14.19/14.29	c  N dy   341    127582        70      6230         0     25477     43610    481967     20.25     21.45  --
14.99/15.02	c  N dy   398    135802        70      6230         0     19464     43610    332838     20.35     23.39  --
16.09/16.12	c  N dy   438    147966        70      6230         0     15987     43610    231395     20.35     21.49  --
16.79/16.89	c  N dy   464    158019        70      6230         0     25105     43610    449455     20.34     19.21  --
16.79/16.89	c  S st   464    158019        70      6230         0     25105     43610    449455     20.34     19.21  --
16.89/16.96	c  S st   464    158526        70      6230         0     25573     43610    460919     20.34   no data  --
16.89/16.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.89/16.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.89/16.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
16.89/16.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.89/16.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.89/16.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
16.89/16.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.00/19.05	c lits-rem:      1723  cl-subs:     2549  v-elim:      0  v-fix:    0  time:  2.06 s
19.00/19.05	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
19.00/19.06	c vivif2 --  cl tried    23024 cl shrink        0 lits rem          0 time: 0.00
19.20/19.21	c asymm  cl-useful: 0/1254/6230 lits-rem:0 time: 0.16
19.20/19.22	c calculated reachability. Time: 0.00
19.20/19.22	c  N dy   464    158526        70      6230         0     23024     43610    399510     20.34   no data  --
20.29/20.35	c  N dy   506    170354        70      6230         0     18438     43610    278867     20.37     21.56  --
21.39/21.41	c  N dy   554    181293        70      6230         0     28337     43610    518242     20.42     22.29  --
22.49/22.59	c  N dy   604    193458        70      6230         0     23121     43610    379517     20.45     21.57  --
23.99/24.04	c  N dy   620    207899        70      6230         0     18973     43610    268118     20.38     21.49  --
26.29/26.35	c  N dy   651    232413        70      6230         0     23032     43610    348258     20.29     21.44  --
26.79/26.86	c  S st   667    237789        70      6230         0     27906     43610    464698     20.29     18.60  --
26.90/26.94	c  S st   667    238295        70      6230         0     28374     43610    476214     20.29   no data  --
26.90/26.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.90/26.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.90/26.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
26.90/26.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.90/26.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.90/26.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
26.90/26.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.09/29.16	c lits-rem:      1694  cl-subs:     2609  v-elim:      0  v-fix:    0  time:  2.20 s
29.09/29.16	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
29.09/29.17	c vivif2 --  cl tried    25765 cl shrink        0 lits rem          0 time: 0.00
29.49/29.54	c asymm  cl-useful: 0/3718/6230 lits-rem:0 time: 0.37
29.49/29.55	c calculated reachability. Time: 0.00
29.49/29.55	c  N dy   667    238295        70      6230         0     25765     43610    415319     20.29   no data  --
31.49/31.51	c  N dy   736    256545        70      6230         0     23427     43610    346209     20.30     21.48  --
33.89/33.98	c  N dy   825    277375        70      6230         0     22432     43610    311012     20.34     21.69  --
35.89/35.98	c  N dy   896    295077        70      6230         0     38430     43610    696835     20.37     23.57  --
37.19/37.26	c  F st   935    306250        70      6230         0     27844     43610    430004     20.38     20.09  --
38.39/38.48	c  N dy   944    317354        70      6230         0     37878     43610    670766     20.37     21.47  --
41.39/41.40	c  N dy   968    343657        70      6230         0     39901     43610    694782     20.27     21.38  --
42.90/42.99	c  S st   988    357443        70      6230         0     29715     43610    445950     20.22     17.12  --
42.99/43.07	c  S st   988    357945        70      6230         0     30175     43610    457678     20.22   no data  --
42.99/43.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.99/43.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.99/43.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
42.99/43.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.99/43.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.99/43.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
42.99/43.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.19/45.29	c lits-rem:      1533  cl-subs:     1938  v-elim:      0  v-fix:    0  time:  2.20 s
45.19/45.29	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
45.19/45.29	c vivif2 --  cl tried    28237 cl shrink        0 lits rem          0 time: 0.00
45.59/45.62	c asymm  cl-useful: 0/2512/6230 lits-rem:0 time: 0.33
45.59/45.62	c calculated reachability. Time: 0.00
45.59/45.62	c  N dy   988    357945        70      6230         0     28237     43610    414548     20.22   no data  --
48.19/48.20	c  N dy  1054    377983        70      6230         0     46348     43610    849459     20.21     22.00  --
51.69/51.78	c  N dy  1106    407048        70      6230         0     24839     43610    306208     20.13     21.21  --
54.19/54.27	c  N dy  1190    427205        70      6230         0     43115     43610    744952     20.15     21.28  --
56.99/57.05	c  N dy  1272    447206        70      6230         0     35878     43610    551819     20.15     23.36  --
60.29/60.33	c  N dy  1398    467249        70      6230         0     27890     43610    353894     20.20     23.01  --
63.19/63.22	c  N dy  1523    487318        70      6230         0     46050     43610    795950     20.25     22.39  --
66.69/66.78	c  N dy  1620    510575        70      6230         0     39919     43610    624724     20.27     21.44  --
70.09/70.14	c  N dy  1732    530641        70      6230         0     30123     43610    381037     20.31     21.61  --
70.89/70.91	c  S st  1761    536918        70      6230         0     35818     43610    518559     20.32   no data  --
70.99/71.00	c  S st  1761    537424        70      6230         0     36291     43610    530752     20.32   no data  --
70.99/71.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
70.99/71.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
70.99/71.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
70.99/71.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
70.99/71.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.99/71.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
70.99/71.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
73.99/74.08	c lits-rem:      1754  cl-subs:     1699  v-elim:      0  v-fix:    0  time:  3.05 s
73.99/74.08	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
73.99/74.08	c vivif2 --  cl tried    34592 cl shrink        0 lits rem          0 time: 0.00
74.19/74.28	c asymm  cl-useful: 0/1520/6230 lits-rem:0 time: 0.19
74.19/74.28	c calculated reachability. Time: 0.00
74.19/74.28	c  N dy  1761    537424        70      6230         0     34592     43610    486738     20.32   no data  --
77.00/77.06	c  N dy  1801    557648        70      6230         0     52715     43610    916615     20.30     21.44  --
80.30/80.31	c  N dy  1920    578017        70      6230         0     42383     43610    667571     20.34     21.45  --
84.39/84.41	c  N dy  2043    598540        70      6230         0     31181     43610    382083     20.38     21.68  --
87.49/87.55	c  N dy  2139    619891        70      6230         0     50514     43610    848825     20.39     21.49  --
90.49/90.58	c  N dy  2148    640456        70      6230         0     38179     43610    525515     20.33     21.41  --
93.79/93.81	c  N dy  2229    660488        70      6230         0     56282     43610    963474     20.35     22.35  --
102.10/102.20	c  N dy  2314    716811        70      6230         0     42678     43610    606960     20.25     21.38  --
106.19/106.21	c  N dy  2412    738913        70      6230         0     62573     43610   1083956     20.26     21.36  --
110.00/110.08	c  N dy  2491    763323        70      6230         0     51397     43610    810462     20.26     21.46  --
115.40/115.46	c  N dy  2583    792249        70      6230         0     43210     43610    594992     20.25     21.47  --
117.89/117.90	c  S st  2651    806136        70      6230         0     55763     43610    899710     20.26     18.62  --
117.99/118.06	c  S st  2651    806638        70      6230         0     56229     43610    910929     20.26   no data  --
117.99/118.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.99/118.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.99/118.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
118.09/118.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
118.09/118.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
118.09/118.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
118.09/118.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
125.89/125.96	c lits-rem:      3168  cl-subs:     5641  v-elim:      0  v-fix:    0  time:  7.85 s
125.89/125.96	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
125.89/125.97	c vivif2 --  cl tried    50588 cl shrink        0 lits rem          0 time: 0.01
126.09/126.20	c asymm  cl-useful: 0/895/6230 lits-rem:0 time: 0.23
126.19/126.20	c calculated reachability. Time: 0.00
126.19/126.20	c  N dy  2651    806638        70      6230         0     50588     43610    778685     20.26   no data  --
132.20/132.27	c  N dy  2746    843102        70      6230         0     48665     43610    716457     20.23     21.36  --
136.30/136.37	c  N dy  2811    864753        70      6230         0     68122     43610   1178833     20.21     21.32  --
140.09/140.19	c  N dy  2932    885182        70      6230         0     50765     43610    768426     20.24     21.37  --
144.00/144.08	c  N dy  3020    905191        70      6230         0     68820     43610   1205013     20.25     23.67  --
148.80/148.80	c  N dy  3126    925345        70      6230         0     50191     43610    739354     20.27     21.40  --
160.70/160.71	c  N dy  3222    990792        70      6230         0     70728     43610   1166736     20.16     21.34  --
164.90/164.91	c  N dy  3328   1010806        70      6230         0     50351     43610    717942     20.18     22.01  --
169.59/169.69	c  N dy  3340   1040135        70      6230         0     76613     43610   1336647     20.14     21.20  --
173.80/173.82	c  N dy  3481   1060165        70      6230         0     55310     43610    828465     20.17     21.28  --
176.29/176.30	c  F st  3539   1071875        70      6230         0     65781     43610   1079906     20.18   no data  --
178.30/178.32	c  N dy  3576   1080189        70      6230         0     73252     43610   1263551     20.18     23.81  --
184.89/184.91	c  N dy  3692   1113848        70      6230         0     63065     43610    985305     20.18     21.39  --
190.30/190.37	c  N dy  3827   1133907        70      6230         0     81258     43610   1431561     20.20     22.92  --
194.50/194.52	c  N dy  3976   1153973        70      6230         0     58016     43610    868092     20.23     22.41  --
198.89/198.94	c  N dy  4057   1173975        70      6230         0     75974     43610   1294947     20.22     24.36  --
203.90/203.90	c  N dy  4195   1193984        70      6230         0     51685     43610    695467     20.25     21.60  --
207.20/207.28	c  S st  4279   1209957        70      6230         0     66146     43610   1046012     20.26     19.12  --
207.40/207.47	c  S st  4279   1210462        70      6230         0     66609     43610   1057710     20.26   no data  --
207.40/207.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
207.40/207.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
207.50/207.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
207.50/207.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
207.50/207.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
207.50/207.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
207.50/207.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
219.49/219.52	c lits-rem:      3371  cl-subs:     5166  v-elim:      0  v-fix:    0  time: 11.98 s
219.49/219.52	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
219.49/219.53	c vivif2 --  cl tried    61443 cl shrink        0 lits rem          0 time: 0.01
219.69/219.77	c asymm  cl-useful: 0/771/6230 lits-rem:0 time: 0.24
219.69/219.78	c calculated reachability. Time: 0.00
219.69/219.78	c  N dy  4279   1210462        70      6230         0     61443     43610    925443     20.26   no data  --
224.89/224.97	c  N dy  4398   1230501        70      6230         0     79570     43610   1367743     20.28     22.46  --
229.50/229.55	c  N dy  4445   1253286        70      6230         0     57032     43610    804599     20.27     21.40  --
234.60/234.67	c  N dy  4598   1273380        70      6230         0     75261     43610   1253743     20.29     25.00  --
242.30/242.37	c  N dy  4660   1309176        70      6230         0     63288     43610    934384     20.27     21.42  --
246.70/246.78	c  N dy  4691   1329524        70      6230         0     81501     43610   1366040     20.26     21.33  --
253.19/253.23	c  N dy  4763   1358425        70      6230         0     62441     43610    897153     20.25     21.49  --
258.79/258.82	c  N dy  4901   1378921        70      6230         0     81038     43610   1354368     20.27     21.60  --
264.70/264.76	c  N dy  5034   1400046        70      6230         0     54232     43610    704617     20.29     21.53  --
269.70/269.79	c  N dy  5177   1420617        70      6230         0     72855     43610   1162413     20.31     21.59  --
275.89/275.96	c  N dy  5311   1441118        70      6230         0     91355     43610   1615682     20.33     21.63  --
280.41/280.42	c  N dy  5395   1461316        70      6230         0     62583     43610    886815     20.33     21.44  --
285.20/285.28	c  N dy  5466   1482369        70      6230         0     81487     43610   1339099     20.33     21.49  --
291.80/291.89	c  N dy  5627   1503471        70      6230         0     52813     43610    644336     20.36     21.44  --
296.49/296.54	c  N dy  5705   1526200        70      6230         0     73296     43610   1138768     20.36     21.45  --
302.59/302.64	c  N dy  5818   1546409        70      6230         0     91510     43610   1584433     20.37     21.58  --
307.91/307.92	c  N dy  5947   1566423        70      6230         0     60919     43610    828333     20.39     24.59  --
312.90/312.94	c  N dy  6057   1586429        70      6230         0     79032     43610   1270130     20.40     23.75  --
319.00/319.02	c  N dy  6147   1606473        70      6230         0     97066     43610   1704469     20.41     21.98  --
323.40/323.49	c  N dy  6208   1626614        70      6230         0     65493     43610    918197     20.41     21.49  --
328.59/328.69	c  N dy  6311   1646645        70      6230         0     83595     43610   1359008     20.42     22.68  --
335.70/335.74	c  N dy  6362   1673064        70      6230         0     56845     43610    697262     20.41     21.50  --
341.00/341.03	c  N dy  6457   1695694        70      6230         0     77226     43610   1192661     20.41     21.53  --
345.20/345.28	c  S st  6532   1710462        70      6230         0     90532     43610   1516262     20.42     18.16  --
345.50/345.52	c  S st  6532   1710968        70      6230         0     91004     43610   1528321     20.42   no data  --
345.50/345.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
345.50/345.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
345.50/345.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
345.60/345.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
345.60/345.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
345.60/345.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
345.60/345.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
402.50/402.59	c lits-rem:      6387  cl-subs:     9897  v-elim:      0  v-fix:    0  time: 56.98 s
402.50/402.59	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
402.60/402.61	c vivif2 --  cl tried    81107 cl shrink        0 lits rem          0 time: 0.02
402.90/402.90	c asymm  cl-useful: 0/532/6230 lits-rem:0 time: 0.29
402.90/402.91	c calculated reachability. Time: 0.00
402.90/402.91	c  N dy  6532   1710968        70      6230         0     81107     43610   1285027     20.42   no data  --
409.40/409.41	c  N dy  6617   1731018        70      6230         0     99137     43610   1722970     20.43     22.40  --
414.30/414.34	c  N dy  6717   1751248        70      6230         0     66635     43610    936129     20.43     21.59  --
419.90/419.91	c  N dy  6826   1771918        70      6230         0     85329     43610   1391991     20.44     21.54  --
426.60/426.68	c  N dy  6932   1791930        70      6230         0    103405     43610   1832870     20.45     22.11  --
431.11/431.16	c  N dy  7013   1811953        70      6230         0     69473     43610    986957     20.46     23.69  --
436.41/436.42	c  N dy  7098   1832021        70      6230         0     87553     43610   1426129     20.46     21.62  --
445.71/445.77	c  N dy  7212   1862815        70      6230         0     62184     43610    790796     20.47     21.56  --
451.01/451.03	c  N dy  7285   1885083        70      6230         0     82217     43610   1273791     20.47     21.76  --
457.80/457.87	c  N dy  7396   1905158        70      6230         0    100398     43610   1719965     20.48     22.37  --
464.10/464.19	c  N dy  7509   1926570        70      6230         0     65645     43610    867560     20.49     21.64  --
469.50/469.56	c  N dy  7622   1946790        70      6230         0     83907     43610   1317129     20.50     21.65  --
476.80/476.80	c  N dy  7746   1968158        70      6230         0    103153     43610   1789345     20.51     21.60  --
484.50/484.51	c  N dy  7814   1998802        70      6230         0     75692     43610   1092637     20.50     21.63  --
490.61/490.63	c  N dy  7894   2019769        70      6230         0     94542     43610   1548301     20.50     21.76  --
497.90/497.93	c  N dy  7982   2039890        70      6230         0     56801     43610    628247     20.51     21.65  --
502.60/502.69	c  N dy  8083   2060409        70      6230         0     75354     43610   1081632     20.52     21.60  --
508.61/508.60	c  N dy  8168   2080439        70      6230         0     93434     43610   1523060     20.52     21.67  --
516.00/516.01	c  N dy  8259   2100450        70      6230         0    111431     43610   1960361     20.53     22.82  --
520.90/520.97	c  N dy  8302   2120889        70      6230         0     73006     43610    999324     20.52     21.71  --
526.80/526.80	c  N dy  8389   2142727        70      6230         0     92620     43610   1472653     20.52     21.67  --
534.31/534.34	c  N dy  8486   2163976        70      6230         0    111839     43610   1941960     20.53     21.61  --
540.30/540.36	c  N dy  8623   2184038        70      6230         0     72334     43610    986210     20.54     22.12  --
547.40/547.44	c  N dy  8685   2210970        70      6230         0     96423     43610   1555623     20.53     19.93  --
547.40/547.44	c  S st  8685   2210970        70      6230         0     96423     43610   1555623     20.53     19.93  --
547.71/547.76	c  S st  8685   2211475        70      6230         0     96884     43610   1567285     20.53   no data  --
547.71/547.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
547.71/547.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
547.81/547.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
547.81/547.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
547.81/547.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
547.81/547.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
547.81/547.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
616.41/616.43	c lits-rem:      4790  cl-subs:     9695  v-elim:      0  v-fix:    0  time: 68.56 s
616.41/616.43	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
616.41/616.45	c vivif2 --  cl tried    87189 cl shrink        0 lits rem          0 time: 0.02
616.71/616.75	c asymm  cl-useful: 0/536/6230 lits-rem:0 time: 0.30
616.71/616.75	c calculated reachability. Time: 0.00
616.71/616.75	c  N dy  8685   2211475        70      6230         0     87189     43610   1333452     20.53   no data  --
623.21/623.21	c  N dy  8733   2232699        70      6230         0    106176     43610   1786409     20.53     21.81  --
629.01/629.06	c  N dy  8781   2253969        70      6230         0     67325     43610    848689     20.52     21.68  --
634.51/634.55	c  N dy  8894   2274037        70      6230         0     85444     43610   1290036     20.53     21.62  --
641.51/641.56	c  N dy  9017   2294041        70      6230         0    103486     43610   1733145     20.54     22.19  --
648.91/648.98	c  N dy  9085   2315845        70      6230         0     63955     43610    748038     20.54     22.02  --
654.42/654.47	c  N dy  9214   2335876        70      6230         0     82053     43610   1194871     20.55     21.69  --
660.81/660.86	c  N dy  9310   2355970        70      6230         0    100100     43610   1633197     20.55     23.00  --
668.30/668.36	c  N dy  9390   2376045        70      6230         0    118101     43610   2072216     20.56     23.36  --
674.81/674.88	c  N dy  9483   2399600        70      6230         0     79131     43610   1101477     20.56     21.72  --
681.01/681.01	c  N dy  9551   2420297        70      6230         0     97704     43610   1549931     20.56     21.72  --
689.91/689.91	c  N dy  9667   2444292        70      6230         0    119242     43610   2074524     20.57     21.79  --
695.51/695.55	c  N dy  9766   2464437        70      6230         0     76383     43610   1033863     20.57     21.73  --
701.71/701.74	c  N dy  9863   2484467        70      6230         0     94395     43610   1471927     20.58     22.96  --
709.11/709.11	c  N dy  9958   2505004        70      6230         0    112883     43610   1924595     20.58     21.69  --
717.00/717.07	c  N dy 10066   2525054        70      6230         0     68900     43610    830561     20.59     24.30  --
725.41/725.41	c  N dy 10121   2550685        70      6230         0     91837     43610   1382138     20.58     21.77  --
733.91/733.96	c  N dy 10196   2571554        70      6230         0    110529     43610   1834033     20.58     21.75  --
745.81/745.88	c  N dy 10324   2604608        70      6230         0     77236     43610   1005797     20.58     21.68  --
752.01/752.01	c  N dy 10435   2624678        70      6230         0     95311     43610   1452600     20.59     22.16  --
758.51/758.55	c  N dy 10450   2646071        70      6230         0    114189     43610   1891183     20.58     21.68  --
769.71/769.76	c  N dy 10507   2684728        70      6230         0     85046     43610   1183426     20.56     21.80  --
775.91/775.95	c  N dy 10564   2704808        70      6230         0    103064     43610   1616129     20.56     21.65  --
778.41/778.47	c  S st 10599   2711475        70      6230         0    109068     43610   1762587     20.56     19.56  --
778.71/778.78	c  S st 10599   2711979        70      6230         0    109527     43610   1774069     20.56   no data  --
778.71/778.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
778.71/778.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
778.81/778.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
778.81/778.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
778.81/778.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
778.81/778.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
778.81/778.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
870.41/870.46	c lits-rem:      6203  cl-subs:    12463  v-elim:      0  v-fix:    0  time: 91.57 s
870.41/870.46	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
870.41/870.49	c vivif2 --  cl tried    97064 cl shrink        0 lits rem          0 time: 0.02
870.71/870.77	c asymm  cl-useful: 0/491/6230 lits-rem:0 time: 0.28
870.71/870.77	c calculated reachability. Time: 0.00
870.71/870.77	c  N dy 10599   2711979        70      6230         0     97064     43610   1486658     20.56   no data  --
878.82/878.81	c  N dy 10712   2732550        70      6230         0    115625     43610   1942640     20.57     21.65  --
887.31/887.30	c  N dy 10838   2752596        70      6230         0     69890     43610    830001     20.58     21.96  --
893.01/893.00	c  N dy 10945   2772908        70      6230         0     88242     43610   1280599     20.58     21.67  --
900.82/900.90	c  N dy 11055   2795443        70      6230         0    108542     43610   1778237     20.59     21.76  --
910.11/910.16	c  N dy 11181   2815451        70      6230         0    126649     43610   2223884     20.60     21.69  --
918.72/918.78	c  N dy 11309   2835501        70      6230         0     79471     43610   1048291     20.60     21.75  --
927.11/927.19	c  N dy 11435   2857972        70      6230         0     99709     43610   1548788     20.61     21.71  --
935.02/935.09	c  N dy 11519   2877974        70      6230         0    117748     43610   1986840     20.62     22.03  --
954.62/954.63	c  N dy 11600   2945817        70      6230         0    111797     43610   1776853     20.58     21.85  --
965.02/965.03	c  N dy 11695   2968334        70      6230         0    132203     43610   2275516     20.59     21.91  --
971.12/971.10	c  N dy 11756   2989371        70      6230         0     83800     43610   1118258     20.59     21.69  --
979.92/979.97	c  N dy 11854   3019240        70      6230         0    110556     43610   1769300     20.58     21.68  --
988.92/988.92	c  N dy 11898   3042547        70      6230         0    131515     43610   2273141     20.58     21.82  --
995.81/995.84	c  N dy 11969   3062618        70      6230         0     81336     43610   1043849     20.58     22.41  --
1001.41/1001.48	c  N dy 12001   3083613        70      6230         0    100133     43610   1494522     20.58     21.69  --
1009.51/1009.58	c  N dy 12094   3104132        70      6230         0    118537     43610   1945771     20.58     21.77  --
1023.22/1023.27	c  N dy 12228   3139990        70      6230         0     81711     43610   1030680     20.58     21.76  --
1030.02/1030.07	c  N dy 12370   3160009        70      6230         0     99832     43610   1481532     20.59     21.69  --
1037.92/1037.90	c  N dy 12468   3180073        70      6230         0    117832     43610   1920792     20.59     21.75  --
1045.81/1045.89	c  N dy 12509   3200447        70      6230         0    135997     43610   2350803     20.59     21.74  --
1050.81/1050.87	c  S st 12594   3211979        70      6230         0     76369     43610    902627     20.59   no data  --
1051.01/1051.08	c  S st 12594   3212482        70      6230         0     76833     43610    914323     20.59   no data  --
1051.01/1051.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1051.01/1051.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1051.11/1051.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1051.11/1051.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1051.11/1051.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1051.11/1051.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1051.11/1051.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1062.21/1062.27	c lits-rem:       787  cl-subs:     1389  v-elim:      0  v-fix:    0  time: 11.12 s
1062.21/1062.27	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1062.21/1062.28	c vivif2 --  cl tried    75444 cl shrink        0 lits rem          0 time: 0.01
1062.52/1062.54	c asymm  cl-useful: 0/604/6230 lits-rem:0 time: 0.26
1062.52/1062.54	c calculated reachability. Time: 0.00
1062.52/1062.54	c  N dy 12594   3212482        70      6230         0     75444     43610    877969     20.59   no data  --
1068.61/1068.61	c  N dy 12706   3232494        70      6230         0     93417     43610   1321747     20.60     23.57  --
1075.12/1075.12	c  N dy 12766   3252586        70      6230         0    111446     43610   1756824     20.60     22.87  --
1084.22/1084.28	c  N dy 12877   3272701        70      6230         0    129516     43610   2199168     20.60     21.70  --
1093.72/1093.78	c  N dy 13007   3292765        70      6230         0     76703     43610    897968     20.61     21.70  --
1104.02/1104.02	c  N dy 13085   3328015        70      6230         0    108172     43610   1646981     20.60     21.69  --
1114.61/1114.66	c  N dy 13202   3352994        70      6230         0    130562     43610   2192327     20.61     21.74  --
1124.13/1124.10	c  N dy 13299   3373624        70      6230         0     77381     43610    902275     20.61     21.75  --
1130.62/1130.60	c  N dy 13423   3393704        70      6230         0     95438     43610   1348334     20.62     22.07  --
1137.82/1137.87	c  N dy 13506   3413785        70      6230         0    113483     43610   1788323     20.62     21.74  --
1148.21/1148.21	c  N dy 13641   3436163        70      6230         0    133697     43610   2286797     20.63     21.72  --
1155.42/1155.46	c  N dy 13674   3456215        70      6230         0     78863     43610    919418     20.62     21.83  --
1161.92/1161.94	c  N dy 13796   3476315        70      6230         0     96960     43610   1367052     20.63     21.90  --
1169.52/1169.53	c  N dy 13897   3496339        70      6230         0    114954     43610   1808549     20.63     21.92  --
1177.22/1177.28	c  N dy 13939   3516590        70      6230         0    133084     43610   2245005     20.63     21.81  --
1186.22/1186.23	c  N dy 13973   3538492        70      6230         0     79066     43610    913988     20.63     21.77  --
1192.32/1192.39	c  N dy 14053   3558529        70      6230         0     97100     43610   1354440     20.63     23.04  --
1200.32/1200.39	c  N dy 14173   3578546        70      6230         0    115185     43610   1800547     20.64     23.59  --
1209.72/1209.73	c  N dy 14285   3598693        70      6230         0    133265     43610   2245138     20.64     21.86  --
1219.93/1219.97	c  N dy 14367   3618736        70      6230         0     76765     43610    847280     20.64     22.78  --
1227.02/1227.01	c  N dy 14482   3642026        70      6230         0     97755     43610   1362111     20.65     21.77  --
1234.63/1234.63	c  N dy 14562   3662378        70      6230         0    116087     43610   1808697     20.65     21.74  --
1244.33/1244.38	c  N dy 14684   3682604        70      6230         0    134277     43610   2258106     20.66     21.77  --
1254.82/1254.82	c  N dy 14760   3704756        70      6230         0     78610     43610    877232     20.66     21.85  --
1257.02/1257.02	c  S st 14810   3712485        70      6230         0     85586     43610   1049202     20.66   no data  --
1257.23/1257.24	c  S st 14810   3712990        70      6230         0     86058     43610   1060886     20.66   no data  --
1257.23/1257.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1257.23/1257.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1257.23/1257.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
1257.33/1257.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1257.33/1257.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1257.33/1257.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1257.33/1257.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1275.12/1275.17	c lits-rem:      1729  cl-subs:     2405  v-elim:      0  v-fix:    0  time: 17.87 s
1275.12/1275.17	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1275.12/1275.18	c vivif2 --  cl tried    83653 cl shrink        0 lits rem          0 time: 0.01
1275.42/1275.42	c asymm  cl-useful: 0/536/6230 lits-rem:0 time: 0.24
1275.42/1275.42	c calculated reachability. Time: 0.00
1275.42/1275.42	c  N dy 14810   3712990        70      6230         0     83653     43610   1000164     20.66   no data  --
1282.22/1282.29	c  N dy 14908   3734946        70      6230         0    103363     43610   1483117     20.66     21.95  --
1288.52/1288.51	c  F st 14993   3751562        70      6230         0    118303     43610   1850020     20.67   no data  --
1290.33/1290.33	c  N dy 14999   3756762        70      6230         0    122937     43610   1964384     20.67   no data  --

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-3175767-1301786315/watcher-3175767-1301786315 -o /tmp/evaluation-result-3175767-1301786315/solver-3175767-1301786315 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175767-1301786315.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: 3.99 4.00 3.83 5/189 10169
/proc/meminfo: memFree=18808060/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=29948 CPUtime=0 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 633 0 0 0 0 0 0 0 25 0 1 0 368862206 30666752 573 33554432000 4194304 4650387 140733336300800 18446744073709551615 4370665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 7487 573 345 112 0 2452 0

[startup+0.0875261 s]
/proc/loadavg: 3.99 4.00 3.83 5/189 10169
/proc/meminfo: memFree=18808060/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=30080 CPUtime=0.08 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 650 0 0 0 8 0 0 0 25 0 1 0 368862206 30801920 590 33554432000 4194304 4650387 140733336300800 18446744073709551615 4371088 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 7520 590 345 112 0 2485 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30080

[startup+0.100527 s]
/proc/loadavg: 3.99 4.00 3.83 5/189 10169
/proc/meminfo: memFree=18808060/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=30080 CPUtime=0.09 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 652 0 0 0 9 0 0 0 25 0 1 0 368862206 30801920 592 33554432000 4194304 4650387 140733336300800 18446744073709551615 4370698 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 7520 592 345 112 0 2485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30080

[startup+0.300492 s]
/proc/loadavg: 3.99 4.00 3.83 5/189 10169
/proc/meminfo: memFree=18808060/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=32312 CPUtime=0.29 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 1283 0 0 0 29 0 0 0 25 0 1 0 368862206 33087488 1161 33554432000 4194304 4650387 140733336300800 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 8078 1161 376 112 0 3043 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32312

[startup+0.700422 s]
/proc/loadavg: 3.99 4.00 3.83 5/189 10169
/proc/meminfo: memFree=18808060/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=32720 CPUtime=0.69 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 1820 0 0 0 69 0 0 0 25 0 1 0 368862206 33505280 1257 33554432000 4194304 4650387 140733336300800 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 8180 1257 378 112 0 3145 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32720

[startup+1.50028 s]
/proc/loadavg: 3.99 4.00 3.83 5/190 10170
/proc/meminfo: memFree=18803840/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=33416 CPUtime=1.49 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 2693 0 0 0 149 0 0 0 25 0 1 0 368862206 34217984 1461 33554432000 4194304 4650387 140733336300800 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 8354 1461 379 112 0 3319 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33416

[startup+3.10101 s]
/proc/loadavg: 3.99 4.00 3.83 5/190 10170
/proc/meminfo: memFree=18797392/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=39340 CPUtime=3.09 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 4207 0 0 0 309 0 0 0 20 0 1 0 368862206 40284160 2975 33554432000 4194304 4650387 140733336300800 18446744073709551615 4365831 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 9835 2975 380 112 0 4800 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39340

[startup+6.30043 s]
/proc/loadavg: 3.99 4.00 3.83 5/190 10170
/proc/meminfo: memFree=18792600/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=39536 CPUtime=6.29 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 5682 0 0 0 629 0 0 0 25 0 1 0 368862206 40484864 3122 33554432000 4194304 4650387 140733336300800 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 9884 3122 380 112 0 4849 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39536

[startup+12.7003 s]
/proc/loadavg: 3.99 4.00 3.83 5/190 10171
/proc/meminfo: memFree=18780212/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=45736 CPUtime=12.69 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 8794 0 0 0 1268 1 0 0 21 0 1 0 368862206 46833664 4582 33554432000 4194304 4650387 140733336300800 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 11434 4582 380 112 0 6399 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45736

[startup+25.501 s]
/proc/loadavg: 3.99 4.00 3.84 5/190 10171
/proc/meminfo: memFree=18765688/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=51080 CPUtime=25.49 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 14356 0 0 0 2547 2 0 0 25 0 1 0 368862206 52305920 5801 33554432000 4194304 4650387 140733336300800 18446744073709551615 4333616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 12770 5801 380 112 0 7735 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51080

[startup+51.1005 s]
/proc/loadavg: 4.07 4.02 3.84 5/190 10172
/proc/meminfo: memFree=18759084/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=56036 CPUtime=51.09 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 22484 0 0 0 5105 4 0 0 25 0 1 0 368862206 57380864 7284 33554432000 4194304 4650387 140733336300800 18446744073709551615 4365231 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 14009 7284 380 112 0 8974 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56036

[startup+102.306 s]
/proc/loadavg: 4.03 4.01 3.85 5/190 10173
/proc/meminfo: memFree=18738340/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=59032 CPUtime=102.3 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 35244 0 0 0 10222 8 0 0 25 0 1 0 368862206 60448768 7687 33554432000 4194304 4650387 140733336300800 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 14758 7687 380 112 0 9723 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 59032

[startup+162.301 s]
/proc/loadavg: 4.01 4.01 3.85 5/190 10175
/proc/meminfo: memFree=18685724/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=69312 CPUtime=162.3 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 47564 0 0 0 16219 11 0 0 25 0 1 0 368862206 70975488 10829 33554432000 4194304 4650387 140733336300800 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 17328 10829 380 112 0 12293 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 69312

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 10176
/proc/meminfo: memFree=18649132/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=79048 CPUtime=222.3 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 58087 0 0 0 22216 14 0 0 25 0 1 0 368862206 80945152 12850 33554432000 4194304 4650387 140733336300800 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 19762 12850 380 112 0 14727 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 79048

[startup+282.301 s]
/proc/loadavg: 4.06 4.02 3.87 5/190 10178
/proc/meminfo: memFree=18624812/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=79320 CPUtime=282.3 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 67501 0 0 0 28212 18 0 0 25 0 1 0 368862206 81223680 12681 33554432000 4194304 4650387 140733336300800 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 19830 12681 380 112 0 14795 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 79320

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.88 5/190 10179
/proc/meminfo: memFree=18607944/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=79536 CPUtime=342.29 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 75948 0 0 0 34208 21 0 0 25 0 1 0 368862206 81444864 12921 33554432000 4194304 4650387 140733336300800 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 19884 12921 380 112 0 14849 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 79536

[startup+402.3 s]
/proc/loadavg: 4.01 4.00 3.88 5/190 10181
/proc/meminfo: memFree=18585608/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=94236 CPUtime=402.3 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 79834 0 0 0 40208 22 0 0 25 0 1 0 368862206 96497664 16807 33554432000 4194304 4650387 140733336300800 18446744073709551615 4476265 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 23559 16807 380 112 0 18524 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 94236

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 10183
/proc/meminfo: memFree=18608656/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=94468 CPUtime=462.3 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 87922 0 0 0 46205 25 0 0 25 0 1 0 368862206 96735232 15865 33554432000 4194304 4650387 140733336300800 18446744073709551615 4365231 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 23617 15865 380 112 0 18582 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 94468

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 10184
/proc/meminfo: memFree=18591272/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=94636 CPUtime=522.3 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 95398 0 0 0 52202 28 0 0 25 0 1 0 368862206 96907264 16364 33554432000 4194304 4650387 140733336300800 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 23659 16364 380 112 0 18624 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 94636

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 10186
/proc/meminfo: memFree=18577732/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=101932 CPUtime=582.31 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 99860 0 0 0 58201 30 0 0 25 0 1 0 368862206 104378368 18440 33554432000 4194304 4650387 140733336300800 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 25483 18440 380 112 0 20448 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 101932

[startup+642.301 s]
/proc/loadavg: 4.04 4.01 3.91 5/190 10187
/proc/meminfo: memFree=18547692/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=101960 CPUtime=642.31 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 102720 0 0 0 64201 30 0 0 25 0 1 0 368862206 104407040 18666 33554432000 4194304 4650387 140733336300800 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 25490 18666 380 112 0 20455 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 101960

[startup+702.3 s]
/proc/loadavg: 4.01 4.01 3.91 5/190 10189
/proc/meminfo: memFree=18533900/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=102132 CPUtime=702.31 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 109910 0 0 0 70198 33 0 0 25 0 1 0 368862206 104583168 18378 33554432000 4194304 4650387 140733336300800 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 25533 18378 380 112 0 20498 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 102132

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 10191
/proc/meminfo: memFree=18505584/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=102248 CPUtime=762.32 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 115750 0 0 0 76197 35 0 0 25 0 1 0 368862206 104701952 19036 33554432000 4194304 4650387 140733336300800 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 25562 19036 380 112 0 20527 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 102248

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 10192
/proc/meminfo: memFree=18498376/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=114336 CPUtime=822.31 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 120884 0 0 0 82195 36 0 0 25 0 1 0 368862206 117080064 21575 33554432000 4194304 4650387 140733336300800 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 28584 21575 380 112 0 23549 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 114336

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 10194
/proc/meminfo: memFree=18487940/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=114336 CPUtime=882.31 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 121585 0 0 0 88195 36 0 0 25 0 1 0 368862206 117080064 22276 33554432000 4194304 4650387 140733336300800 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 28584 22276 380 112 0 23549 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 114336

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 10195
/proc/meminfo: memFree=18464980/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=114440 CPUtime=942.31 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 127224 0 0 0 94193 38 0 0 25 0 1 0 368862206 117186560 22243 33554432000 4194304 4650387 140733336300800 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 28610 22243 380 112 0 23575 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 114440

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 10197
/proc/meminfo: memFree=18468808/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=114620 CPUtime=1002.31 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 134690 0 0 0 100191 40 0 0 25 0 1 0 368862206 117370880 21399 33554432000 4194304 4650387 140733336300800 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 28655 21399 380 112 0 23620 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 114620

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 10199
/proc/meminfo: memFree=18468040/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=114736 CPUtime=1062.31 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 139734 0 0 0 106189 42 0 0 25 0 1 0 368862206 117489664 20721 33554432000 4194304 4650387 140733336300800 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 28684 20721 380 112 0 23649 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 114736

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 10200
/proc/meminfo: memFree=18457728/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=114796 CPUtime=1122.32 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 144462 0 0 0 112187 45 0 0 25 0 1 0 368862206 117551104 22477 33554432000 4194304 4650387 140733336300800 18446744073709551615 4313303 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 28699 22477 380 112 0 23664 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 114796

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 10229
/proc/meminfo: memFree=18532512/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=114908 CPUtime=1182.32 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 150388 0 0 0 118186 46 0 0 25 0 1 0 368862206 117665792 22462 33554432000 4194304 4650387 140733336300800 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 28727 22462 380 112 0 23692 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 114908

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.91 5/190 10260
/proc/meminfo: memFree=18531964/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=115024 CPUtime=1242.33 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 156129 0 0 0 124184 49 0 0 25 0 1 0 368862206 117784576 22105 33554432000 4194304 4650387 140733336300800 18446744073709551615 4365231 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 28756 22105 380 112 0 23721 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 115024



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.98 4.00 3.91 5/190 10318
/proc/meminfo: memFree=18710796/32950928 swapFree=67111528/67111528
[pid=10169] ppid=10167 vsize=115084 CPUtime=1300.02 cores=0,2
/proc/10169/stat : 10169 (strangenight1-s) R 10167 10169 9775 0 -1 4202496 159608 0 0 0 129953 49 0 0 25 0 1 0 368862206 117846016 22467 33554432000 4194304 4650387 140733336300800 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10169/statm: 28771 22467 380 112 0 23736 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 115084

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.54
CPU system time (s): 0.503923
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 128392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.54
system time used= 0.503923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 1574

runsolver used 2.26965 second user time and 4.83526 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-03 01:18:35
IDJOB=3175767
IDBENCH=82785
IDSOLVER=1589
FILE ID=node112/3175767-1301786315
RUNJOBID= node112-1301783655-9793
PBS_JOBID= 12841406
Free space on /tmp= 71928 MiB

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

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

MD5SUM BENCH= 261ca77431063ab06f6a4cdf20ea9cf2
RANDOM SEED=342488904

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18808216 kB
Buffers:        390640 kB
Cached:       13298572 kB
SwapCached:          0 kB
Active:        8191372 kB
Inactive:      5661908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18808216 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8472 kB
Writeback:           0 kB
AnonPages:      163652 kB
Mapped:          16404 kB
Slab:           226728 kB
PageTables:       5360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   383152 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= 71920 MiB
End job on node112 at 2011-04-03 01:40:17