Trace number 3175810

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 1300.01

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175810-1301787565.cnf'
0.00/0.00	c -- header says num vars:             80
0.00/0.00	c -- header says num clauses:        7120
0.00/0.00	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.00/0.00	c -- vars added         80
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        80      7120         0         0     49840         0   no data   no data  --
0.09/0.16	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.16
0.09/0.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.09/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
0.09/0.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.09/0.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.09/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.19	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.19	c calculated reachability. Time: 0.00
0.09/0.19	c Calc default polars -  time:   0.00 s pos:      43 undec:       1 neg:      36
0.09/0.19	c =========================================================================================
0.09/0.19	c types(t): F = full restart, N = normal restart
0.09/0.19	c types(t): S = simplification begin/end, E = solution found
0.09/0.19	c restart types(rt): st = static, dy = dynamic
0.09/0.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.19	c  B st     0         0        80      7120         0         0     49840         0   no data   no data  --
0.29/0.39	c  N dy     8      6080        80      7120         0      3281     49840     78854     23.24     24.46  --
0.69/0.71	c  N dy     9     13624        80      7120         0      6337     49840    147636     22.39     23.59  --
0.89/0.91	c  N dy    37     17824        80      7120         0     10229     49840    253850     22.89     24.20  --
1.19/1.21	c  N dy    64     24220        80      7120         0     10922     49840    259050     23.16     24.43  --
1.19/1.25	c  F st    66     25000        80      7120         0     11647     49840    278468     23.16     23.27  --
1.39/1.42	c  N st    71     28296        80      7120         0      8387     49840    174369     23.16   no data  --
1.49/1.51	c  S st    72     30001        80      7120         0      9950     49840    217171     23.16   no data  --
1.49/1.55	c  S st    72     30504        80      7120         0     10424     49840    230102     23.16   no data  --
1.49/1.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.49/1.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.49/1.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1.49/1.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.59/2.68	c lits-rem:      1524  cl-subs:      758  v-elim:      0  v-fix:    0  time:  1.13 s
2.89/2.98	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.30
2.89/2.98	c calculated reachability. Time: 0.00
2.89/2.98	c  N dy    72     30504        80      7120         0      9666     49840    206381     23.16   no data  --
3.19/3.28	c  N dy    86     35901        80      7120         0      7382     49840    130407     23.17     24.40  --
3.39/3.48	c  N dy    93     39974        80      7120         0     11132     49840    230911     23.09     24.79  --
3.68/3.74	c  N dy   104     43975        80      7120         0     14795     49840    327939     23.05     24.38  --
3.79/3.87	c  S st   108     45756        80      7120         0     16421     49840    371216     23.03     21.72  --
3.88/3.91	c  S st   108     46257        80      7120         0      8687     49840    152622     23.03   no data  --
3.88/3.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.88/3.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.88/3.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.88/3.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.88/3.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.88/3.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3.88/3.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.78/4.83	c lits-rem:       184  cl-subs:       47  v-elim:      0  v-fix:    0  time:  0.91 s
4.78/4.83	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4.78/4.83	c vivif2 --  cl tried     8640 cl shrink        0 lits rem          0 time: 0.00
5.08/5.14	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.31
5.08/5.14	c calculated reachability. Time: 0.00
5.08/5.14	c  N dy   108     46257        80      7120         0      8640     49840    150891     23.03   no data  --
5.29/5.39	c  N dy   122     50318        80      7120         0     12356     49840    250752     23.05     24.51  --
5.59/5.66	c  N dy   134     54330        80      7120         0     16045     49840    349881     23.06     24.39  --
6.09/6.10	c  N dy   152     61890        80      7120         0     13797     49840    274335     23.06     24.29  --
6.29/6.39	c  N dy   165     66763        80      7120         0     18293     49840    394891     23.03     24.34  --
6.50/6.58	c  S st   177     69387        80      7120         0     10636     49840    174924     23.06   no data  --
6.60/6.62	c  S st   177     69892        80      7120         0     11101     49840    187492     23.06   no data  --
6.60/6.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.60/6.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.60/6.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.60/6.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.60/6.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.60/6.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
6.60/6.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.49/7.53	c lits-rem:       429  cl-subs:      144  v-elim:      0  v-fix:    0  time:  0.89 s
7.49/7.53	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
7.49/7.53	c vivif2 --  cl tried    10957 cl shrink        0 lits rem          0 time: 0.00
7.79/7.86	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.33
7.79/7.86	c calculated reachability. Time: 0.00
7.79/7.86	c  N dy   177     69892        80      7120         0     10957     49840    182668     23.06   no data  --
7.99/8.10	c  N dy   187     74524        80      7120         0     15199     49840    297316     23.05     24.30  --
8.39/8.43	c  N dy   207     79328        80      7120         0     19631     49840    418204     23.10     24.33  --
8.89/8.98	c  F st   215     87500        80      7120         0     16109     49840    306348     23.04     22.40  --
8.89/8.98	c  N st   215     87500        80      7120         0     16109     49840    306348     23.04     22.40  --
9.69/9.71	c  N dy   224     97745        80      7120         0     13563     49840    224911     22.98     24.31  --
10.09/10.18	c  N dy   238    104548        80      7120         0     19836     49840    394034     22.99     24.23  --
10.19/10.21	c  S st   241    104839        80      7120         0     20098     49840    401345     23.00   no data  --
10.19/10.26	c  S st   241    105343        80      7120         0     20575     49840    414264     23.00   no data  --
10.19/10.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.19/10.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.19/10.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
10.19/10.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.19/10.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.19/10.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
10.19/10.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.10/12.13	c lits-rem:      2237  cl-subs:     1672  v-elim:      0  v-fix:    0  time:  1.85 s
12.10/12.13	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
12.10/12.14	c vivif2 --  cl tried    18903 cl shrink        0 lits rem          0 time: 0.00
12.39/12.48	c asymm  cl-useful: 0/5573/7120 lits-rem:0 time: 0.34
12.39/12.48	c calculated reachability. Time: 0.00
12.39/12.48	c  N dy   241    105343        80      7120         0     18903     49840    365260     23.00   no data  --
12.89/12.95	c  N dy   259    112174        80      7120         0     25183     49840    532066     22.99     24.27  --
13.39/13.48	c  N dy   278    120304        80      7120         0     19859     49840    379186     23.00     24.25  --
14.09/14.19	c  N dy   306    128585        80      7120         0     27484     49840    584727     23.03     24.25  --
15.39/15.46	c  N dy   309    144942        80      7120         0     28585     49840    590515     22.82     24.11  --
16.49/16.51	c  N dy   330    158014        80      7120         0     25892     49840    503503     22.75     20.28  --
16.49/16.51	c  S st   330    158014        80      7120         0     25892     49840    503503     22.75     20.28  --
16.49/16.58	c  S st   330    158516        80      7120         0     26366     49840    516675     22.75   no data  --
16.49/16.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.49/16.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.49/16.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
16.59/16.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.59/16.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.59/16.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
16.59/16.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.78/18.84	c lits-rem:      1605  cl-subs:     2720  v-elim:      0  v-fix:    0  time:  2.23 s
18.78/18.84	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
18.78/18.84	c vivif2 --  cl tried    23646 cl shrink        0 lits rem          0 time: 0.00
18.88/18.99	c asymm  cl-useful: 0/1547/7120 lits-rem:0 time: 0.15
18.88/18.99	c calculated reachability. Time: 0.00
18.88/18.99	c  N dy   330    158516        80      7120         0     23646     49840    444202     22.75   no data  --
19.80/19.89	c  N dy   360    168725        80      7120         0     17622     49840    274675     22.74     26.26  --
20.80/20.89	c  N dy   394    180367        80      7120         0     28344     49840    562485     22.76     24.01  --
22.09/22.12	c  N dy   401    195354        80      7120         0     25582     49840    468431     22.65     23.88  --
23.39/23.42	c  N dy   428    207837        80      7120         0     19650     49840    298919     22.66     24.20  --
24.69/24.70	c  N dy   487    221457        80      7120         0     32139     49840    634430     22.69     23.91  --
25.99/26.06	c  N dy   528    236165        80      7120         0     27323     49840    484084     22.69     23.89  --
26.19/26.22	c  S st   543    237775        80      7120         0     28805     49840    524536     22.71     22.92  --
26.19/26.29	c  S st   543    238276        80      7120         0     29272     49840    537377     22.71   no data  --
26.19/26.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.19/26.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.29/26.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
26.29/26.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.29/26.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.29/26.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
26.29/26.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.69/28.70	c lits-rem:      1652  cl-subs:     2237  v-elim:      0  v-fix:    0  time:  2.39 s
28.69/28.70	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
28.69/28.71	c vivif2 --  cl tried    27035 cl shrink        0 lits rem          0 time: 0.00
28.79/28.89	c asymm  cl-useful: 0/2076/7120 lits-rem:0 time: 0.18
28.79/28.89	c calculated reachability. Time: 0.00
28.79/28.89	c  N dy   543    238276        80      7120         0     27035     49840    475223     22.71   no data  --
32.09/32.14	c  N dy   618    269763        80      7120         0     36539     49840    701963     22.63     23.84  --
33.88/33.97	c  N dy   724    286983        80      7120         0     32318     49840    595747     22.71     25.54  --
36.09/36.14	c  F st   796    306253        80      7120         0     29028     49840    489170     22.73     21.83  --
36.09/36.14	c  N st   796    306253        80      7120         0     29028     49840    489170     22.73     21.83  --
38.50/38.51	c  N dy   890    325823        80      7120         0     24996     49840    367585     22.79     25.22  --
40.89/40.90	c  N dy   947    347227        80      7120         0     44569     49840    888149     22.77     24.02  --
42.09/42.10	c  S st  1000    357414        80      7120         0     31006     49840    509717     22.79   no data  --
42.09/42.18	c  S st  1000    357918        80      7120         0     31483     49840    522782     22.79   no data  --
42.09/42.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.09/42.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.09/42.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
42.19/42.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.19/42.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.19/42.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
42.19/42.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.59/44.61	c lits-rem:      1578  cl-subs:     1587  v-elim:      0  v-fix:    0  time:  2.40 s
44.59/44.61	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
44.59/44.61	c vivif2 --  cl tried    29896 cl shrink        0 lits rem          0 time: 0.00
44.69/44.79	c asymm  cl-useful: 0/1655/7120 lits-rem:0 time: 0.18
44.69/44.80	c calculated reachability. Time: 0.00
44.69/44.80	c  N dy  1000    357918        80      7120         0     29896     49840    476067     22.79   no data  --
47.39/47.43	c  N dy  1078    378915        80      7120         0     25346     49840    339160     22.82     24.24  --
49.69/49.77	c  N dy  1134    399160        80      7120         0     43870     49840    823955     22.79     24.05  --
52.19/52.27	c  N dy  1208    419239        80      7120         0     37511     49840    644008     22.78     24.04  --
55.09/55.16	c  N dy  1311    439823        80      7120         0     30838     49840    458777     22.82     24.06  --
57.89/57.90	c  N dy  1392    459849        80      7120         0     49112     49840    948690     22.84     25.71  --
60.29/60.37	c  N dy  1462    479950        80      7120         0     41043     49840    714256     22.85     25.25  --
63.49/63.57	c  N dy  1541    502294        80      7120         0     34063     49840    512012     22.87     24.55  --
66.29/66.37	c  N dy  1596    522314        80      7120         0     52366     49840   1000338     22.87     24.37  --
68.49/68.52	c  S st  1668    536877        80      7120         0     37337     49840    585476     22.89     20.13  --
68.59/68.61	c  S st  1668    537378        80      7120         0     37813     49840    598651     22.89   no data  --
68.59/68.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
68.59/68.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
68.59/68.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
68.59/68.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.59/68.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.59/68.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
68.59/68.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
70.89/70.98	c lits-rem:      1099  cl-subs:     1863  v-elim:      0  v-fix:    0  time:  2.34 s
70.89/70.98	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
70.89/70.99	c vivif2 --  cl tried    35950 cl shrink        0 lits rem          0 time: 0.00
71.09/71.17	c asymm  cl-useful: 0/1324/7120 lits-rem:0 time: 0.19
71.09/71.18	c calculated reachability. Time: 0.00
71.09/71.18	c  N dy  1668    537378        80      7120         0     35950     49840    545603     22.89   no data  --
73.98/74.04	c  N dy  1724    559574        80      7120         0     56260     49840   1089243     22.88     24.09  --
76.79/76.88	c  N dy  1809    579641        80      7120         0     45513     49840    793298     22.90     24.26  --
80.30/80.39	c  N dy  1863    603148        80      7120         0     36708     49840    530159     22.88     24.19  --
83.49/83.54	c  N dy  1976    623442        80      7120         0     55334     49840   1034872     22.91     24.18  --
86.38/86.44	c  N dy  2025    643803        80      7120         0     42865     49840    680655     22.91     24.28  --
89.89/89.97	c  N dy  2103    665793        80      7120         0     63020     49840   1221636     22.91     24.22  --
94.79/94.81	c  N dy  2165    700587        80      7120         0     62734     49840   1189452     22.87     24.15  --
97.79/97.80	c  N dy  2246    720697        80      7120         0     48300     49840    804316     22.89     24.14  --
101.29/101.33	c  N dy  2314    740710        80      7120         0     66678     49840   1300745     22.90     25.11  --
104.29/104.36	c  N dy  2394    760947        80      7120         0     51317     49840    865635     22.91     24.16  --
108.99/109.07	c  N dy  2496    784426        80      7120         0     37963     49840    487469     22.93     24.28  --
112.19/112.28	c  N dy  2585    806069        80      7120         0     57774     49840   1021742     22.94     22.80  --
112.19/112.28	c  S st  2585    806069        80      7120         0     57774     49840   1021742     22.94     22.80  --
112.39/112.41	c  S st  2585    806573        80      7120         0     58241     49840   1034627     22.94   no data  --
112.39/112.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
112.39/112.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
112.39/112.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
112.39/112.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
112.39/112.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.39/112.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
112.39/112.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
121.09/121.11	c lits-rem:      2965  cl-subs:     4739  v-elim:      0  v-fix:    0  time:  8.64 s
121.09/121.11	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
121.09/121.12	c vivif2 --  cl tried    53502 cl shrink        0 lits rem          0 time: 0.01
121.29/121.33	c asymm  cl-useful: 0/918/7120 lits-rem:0 time: 0.20
121.29/121.33	c calculated reachability. Time: 0.00
121.29/121.33	c  N dy  2585    806573        80      7120         0     53502     49840    900788     22.94   no data  --
125.09/125.17	c  N dy  2652    826772        80      7120         0     36430     49840    435916     22.94     24.16  --
128.09/128.16	c  N dy  2720    847083        80      7120         0     55077     49840    934084     22.94     24.17  --
132.09/132.15	c  N dy  2789    868337        80      7120         0     37984     49840    461341     22.95     24.18  --
135.09/135.16	c  N dy  2860    888372        80      7120         0     56329     49840    955434     22.95     24.54  --
138.99/139.03	c  N dy  2946    908375        80      7120         0     74666     49840   1453276     22.96     25.07  --
142.09/142.11	c  N dy  3010    928491        80      7120         0     55564     49840    917501     22.97     24.29  --
145.79/145.85	c  N dy  3068    948545        80      7120         0     73891     49840   1410545     22.97     24.54  --
149.19/149.30	c  N dy  3161    968648        80      7120         0     53920     49840    860863     22.98     24.21  --
152.90/152.98	c  N dy  3226    988678        80      7120         0     72256     49840   1353716     22.98     25.61  --
156.49/156.55	c  N dy  3287   1008699        80      7120         0     51220     49840    765041     22.98     24.23  --
160.39/160.47	c  N dy  3386   1029329        80      7120         0     70143     49840   1280035     23.00     24.36  --
164.49/164.59	c  N dy  3469   1049384        80      7120         0     48179     49840    668266     23.01     24.25  --
167.99/168.05	c  N dy  3523   1069386        80      7120         0     66485     49840   1160555     23.00     24.25  --
168.59/168.61	c  F st  3538   1071875        80      7120         0     68782     49840   1223209     23.01     22.74  --
173.89/173.96	c  N dy  3590   1100886        80      7120         0     54007     49840    801904     22.99     24.31  --
178.88/178.99	c  N dy  3692   1126262        80      7120         0     77242     49840   1431649     23.01     24.28  --
183.39/183.43	c  N dy  3757   1149240        80      7120         0     56209     49840    849742     23.00     24.24  --
187.79/187.88	c  N dy  3861   1169283        80      7120         0     74634     49840   1353492     23.02     24.37  --
192.39/192.43	c  N dy  3921   1192516        80      7120         0     52845     49840    744203     23.01     24.33  --
195.49/195.58	c  S st  3962   1209860        80      7120         0     68630     49840   1164515     23.01     22.44  --
195.69/195.74	c  S st  3962   1210365        80      7120         0     69109     49840   1177676     23.01   no data  --
195.69/195.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
195.69/195.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
195.69/195.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
195.79/195.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
195.79/195.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
195.79/195.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
195.79/195.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
206.99/207.00	c lits-rem:      3125  cl-subs:     5858  v-elim:      0  v-fix:    0  time: 11.19 s
206.99/207.00	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
206.99/207.02	c vivif2 --  cl tried    63251 cl shrink        0 lits rem          0 time: 0.01
207.19/207.26	c asymm  cl-useful: 0/792/7120 lits-rem:0 time: 0.24
207.19/207.26	c calculated reachability. Time: 0.00
207.19/207.26	c  N dy  3962   1210365        80      7120         0     63251     49840   1017579     23.01   no data  --
211.59/211.67	c  N dy  4029   1230414        80      7120         0     81565     49840   1515006     23.01     24.36  --
215.79/215.81	c  N dy  4135   1250460        80      7120         0     56367     49840    831457     23.03     24.30  --
219.58/219.61	c  N dy  4202   1270540        80      7120         0     74796     49840   1331453     23.03     24.38  --
226.50/226.53	c  N dy  4221   1308233        80      7120         0     64265     49840   1015402     23.00     24.33  --
231.49/231.52	c  N dy  4307   1330035        80      7120         0     84263     49840   1555851     23.01     24.33  --
236.08/236.18	c  N dy  4379   1353591        80      7120         0     60127     49840    892515     23.01     24.27  --
240.69/240.71	c  N dy  4460   1374547        80      7120         0     79301     49840   1411915     23.01     24.24  --
245.59/245.67	c  N dy  4542   1394616        80      7120         0     51160     49840    642076     23.02     24.95  --
249.28/249.34	c  N dy  4620   1414863        80      7120         0     69724     49840   1146967     23.03     24.39  --
253.78/253.87	c  N dy  4676   1434949        80      7120         0     88067     49840   1637885     23.03     25.79  --
258.39/258.47	c  N dy  4734   1457261        80      7120         0     60915     49840    886963     23.03     24.38  --
263.09/263.15	c  N dy  4857   1477311        80      7120         0     79282     49840   1390245     23.04     25.40  --
268.48/268.51	c  N dy  4925   1497355        80      7120         0     49173     49840    554307     23.04     24.27  --
272.39/272.40	c  N dy  5031   1518336        80      7120         0     68492     49840   1080794     23.05     24.27  --
277.29/277.34	c  N dy  5116   1538499        80      7120         0     86947     49840   1578509     23.06     24.40  --
282.79/282.85	c  N dy  5210   1560062        80      7120         0     57201     49840    753367     23.07     24.40  --
286.49/286.57	c  N dy  5261   1580250        80      7120         0     75615     49840   1249220     23.07     24.40  --
291.88/291.93	c  N dy  5296   1600911        80      7120         0     94399     49840   1755162     23.06     24.33  --
297.59/297.60	c  N dy  5344   1625027        80      7120         0     66194     49840    980317     23.06     24.44  --
302.29/302.30	c  N dy  5422   1646577        80      7120         0     85937     49840   1516876     23.06     24.29  --
307.49/307.59	c  N dy  5476   1666614        80      7120         0     53046     49840    611934     23.06     25.03  --
311.69/311.78	c  N dy  5592   1687040        80      7120         0     71766     49840   1125274     23.08     24.57  --
316.69/316.75	c  N dy  5675   1707242        80      7120         0     90299     49840   1628172     23.08     24.47  --
317.58/317.68	c  S st  5691   1710365        80      7120         0     93193     49840   1706956     23.08   no data  --
317.89/317.93	c  S st  5691   1710868        80      7120         0     93667     49840   1720214     23.08   no data  --
317.89/317.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
317.89/317.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
317.89/317.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
317.99/318.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
317.99/318.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
317.99/318.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
317.99/318.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
345.69/345.75	c lits-rem:      5895  cl-subs:     8076  v-elim:      0  v-fix:    0  time: 27.73 s
345.69/345.75	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
345.69/345.77	c vivif2 --  cl tried    85591 cl shrink        0 lits rem          0 time: 0.02
345.99/346.01	c asymm  cl-useful: 0/833/7120 lits-rem:0 time: 0.24
345.99/346.01	c calculated reachability. Time: 0.00
345.99/346.01	c  N dy  5691   1710868        80      7120         0     85591     49840   1483531     23.08   no data  --
351.59/351.66	c  N dy  5753   1731434        80      7120         0     52549     49840    584447     23.08     24.34  --
355.99/356.07	c  N dy  5830   1755140        80      7120         0     74277     49840   1171173     23.08     24.38  --
361.39/361.40	c  N dy  5899   1776726        80      7120         0     94018     49840   1707941     23.09     24.39  --
367.49/367.53	c  N dy  6029   1797931        80      7120         0     60491     49840    783957     23.10     24.34  --
374.49/374.58	c  N dy  6049   1833933        80      7120         0     92884     49840   1613164     23.06     24.61  --
380.89/380.98	c  N dy  6095   1859044        80      7120         0     62117     49840    804984     23.05     24.30  --
386.39/386.47	c  N dy  6129   1886345        80      7120         0     86896     49840   1461835     23.03     24.27  --
393.89/393.95	c  N dy  6194   1913701        80      7120         0     57302     49840    667987     23.03     24.39  --
398.69/398.75	c  N dy  6244   1939183        80      7120         0     80566     49840   1292084     23.02     24.51  --
406.29/406.36	c  N dy  6344   1965628        80      7120         0    104764     49840   1945187     23.02     24.34  --
416.49/416.54	c  N dy  6380   2012060        80      7120         0     91224     49840   1532730     22.99     24.24  --
423.29/423.37	c  N dy  6440   2032493        80      7120         0    109807     49840   2035472     22.99     24.25  --
429.19/429.27	c  N dy  6550   2057078        80      7120         0     75894     49840   1140538     23.00     24.22  --
435.59/435.63	c  N dy  6646   2081977        80      7120         0     98615     49840   1756405     23.00     24.24  --
442.39/442.46	c  N dy  6738   2101993        80      7120         0     59481     49840    678601     23.00     26.79  --
447.19/447.22	c  N dy  6802   2125302        80      7120         0     80747     49840   1249253     23.00     24.24  --
453.19/453.24	c  N dy  6923   2145372        80      7120         0     99152     49840   1753802     23.02     24.87  --
459.80/459.84	c  N dy  6974   2166767        80      7120         0     60286     49840    683030     23.01     24.29  --
465.20/465.22	c  N dy  7046   2191618        80      7120         0     82931     49840   1290982     23.01     24.23  --
469.79/469.81	c  S st  7083   2210868        80      7120         0    100560     49840   1765858     23.01     20.98  --
469.99/470.07	c  S st  7083   2211369        80      7120         0    101026     49840   1778730     23.01   no data  --
469.99/470.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
469.99/470.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
470.09/470.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
470.09/470.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
470.09/470.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
470.09/470.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
470.09/470.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
499.40/499.41	c lits-rem:      8306  cl-subs:     9095  v-elim:      0  v-fix:    0  time: 29.24 s
499.40/499.41	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
499.40/499.43	c vivif2 --  cl tried    91931 cl shrink        0 lits rem          0 time: 0.02
499.69/499.71	c asymm  cl-useful: 0/628/7120 lits-rem:0 time: 0.27
499.69/499.71	c calculated reachability. Time: 0.00
499.69/499.71	c  N dy  7083   2211369        80      7120         0     91931     49840   1524753     23.01   no data  --
505.79/505.84	c  N dy  7164   2231419        80      7120         0    110285     49840   2024470     23.02     25.38  --
511.88/511.95	c  N dy  7185   2260075        80      7120         0     77282     49840   1118165     23.00     24.35  --
518.19/518.21	c  N dy  7279   2283789        80      7120         0     98989     49840   1704988     23.00     24.34  --
525.29/525.30	c  N dy  7370   2304138        80      7120         0    117630     49840   2211114     23.00     24.29  --
530.09/530.15	c  N dy  7459   2324208        80      7120         0     75957     49840   1082370     23.01     24.85  --
535.18/535.29	c  N dy  7524   2344280        80      7120         0     94294     49840   1579399     23.01     26.34  --
542.49/542.50	c  N dy  7637   2364686        80      7120         0    112957     49840   2088538     23.02     24.27  --
548.69/548.79	c  N dy  7738   2385868        80      7120         0     71252     49840    940628     23.03     24.26  --
553.39/553.41	c  N dy  7807   2406057        80      7120         0     89711     49840   1441064     23.03     24.25  --
562.28/562.39	c  N dy  7918   2428847        80      7120         0    110572     49840   2011495     23.04     24.26  --
570.18/570.26	c  N dy  8042   2449250        80      7120         0     67194     49840    810259     23.05     24.31  --
574.48/574.54	c  N dy  8084   2469758        80      7120         0     85884     49840   1311304     23.04     24.36  --
581.19/581.21	c  N dy  8144   2493406        80      7120         0    107437     49840   1893708     23.04     24.28  --
588.39/588.41	c  N dy  8208   2513464        80      7120         0    125817     49840   2392097     23.04     25.30  --
593.39/593.46	c  N dy  8286   2534201        80      7120         0     81754     49840   1188804     23.04     24.27  --
599.29/599.35	c  N dy  8376   2554535        80      7120         0    100330     49840   1691288     23.05     24.34  --
606.28/606.35	c  N dy  8465   2574554        80      7120         0    118654     49840   2189480     23.05     25.14  --
619.08/619.17	c  N dy  8475   2629420        80      7120         0    104116     49840   1742943     23.01     24.33  --
626.38/626.47	c  N dy  8592   2649473        80      7120         0    122478     49840   2246629     23.02     25.84  --
632.49/632.59	c  N dy  8675   2669516        80      7120         0     76253     49840   1015004     23.02     25.76  --
637.39/637.40	c  N dy  8737   2689608        80      7120         0     94566     49840   1509662     23.02     24.24  --
643.58/643.65	c  N dy  8804   2709776        80      7120         0    113019     49840   2009900     23.02     24.29  --
644.28/644.32	c  S st  8820   2711370        80      7120         0    114470     49840   2050617     23.03   no data  --
644.59/644.60	c  S st  8820   2711873        80      7120         0    114943     49840   2063807     23.03   no data  --
644.59/644.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
644.59/644.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
644.59/644.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
644.68/644.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
644.68/644.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
644.68/644.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
644.68/644.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
759.09/759.18	c lits-rem:      6516  cl-subs:    10266  v-elim:      0  v-fix:    0  time: 114.46 s
759.09/759.18	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
759.19/759.21	c vivif2 --  cl tried   104677 cl shrink        0 lits rem          0 time: 0.02
759.49/759.51	c asymm  cl-useful: 0/521/7120 lits-rem:0 time: 0.31
759.49/759.52	c calculated reachability. Time: 0.00
759.49/759.52	c  N dy  8820   2711873        80      7120         0    104677     49840   1770150     23.03   no data  --
766.88/766.95	c  N dy  8920   2731938        80      7120         0    123025     49840   2272788     23.03     26.01  --
772.79/772.82	c  N dy  8982   2752105        80      7120         0     76194     49840    997234     23.03     24.25  --
778.18/778.25	c  N dy  9064   2772677        80      7120         0     94997     49840   1506578     23.04     24.26  --
784.89/784.91	c  N dy  9171   2792815        80      7120         0    113402     49840   2009551     23.04     24.29  --
794.19/794.24	c  N dy  9229   2820976        80      7120         0     72617     49840    879467     23.04     24.29  --
802.08/802.10	c  N dy  9286   2854694        80      7120         0    103179     49840   1691490     23.03     24.53  --
807.88/807.99	c  N dy  9311   2875098        80      7120         0    121774     49840   2186461     23.02     24.40  --
815.28/815.34	c  N dy  9352   2898747        80      7120         0     75962     49840    947039     23.01     24.38  --
820.08/820.12	c  N dy  9395   2918843        80      7120         0     94168     49840   1429431     23.01     24.65  --
826.78/826.81	c  N dy  9511   2938881        80      7120         0    112555     49840   1933683     23.01     24.24  --
833.09/833.15	c  N dy  9556   2958885        80      7120         0    130703     49840   2416697     23.01     24.33  --
840.39/840.42	c  N dy  9588   2986481        80      7120         0     87643     49840   1249593     23.00     24.26  --
847.18/847.28	c  N dy  9687   3009373        80      7120         0    108521     49840   1812869     23.00     24.50  --
855.39/855.44	c  N dy  9780   3029694        80      7120         0    127105     49840   2319047     23.01     24.25  --
863.28/863.36	c  N dy  9900   3049955        80      7120         0     76464     49840    943531     23.02     24.24  --
870.09/870.12	c  N dy  9999   3076606        80      7120         0    100773     49840   1602269     23.02     24.29  --
876.88/876.97	c  N dy 10055   3098041        80      7120         0    120256     49840   2128352     23.02     24.27  --
886.88/886.96	c  N dy 10154   3123607        80      7120         0     73450     49840    840210     23.02     24.30  --
893.08/893.11	c  N dy 10178   3151969        80      7120         0     99085     49840   1520371     23.01     24.48  --
899.88/899.95	c  N dy 10243   3172914        80      7120         0    118178     49840   2033489     23.01     24.36  --
908.48/908.58	c  N dy 10341   3192926        80      7120         0    136444     49840   2531047     23.01     26.76  --
915.38/915.44	c  S st 10470   3211874        80      7120         0     82807     49840   1088985     23.02   no data  --
915.58/915.65	c  S st 10470   3212378        80      7120         0     83291     49840   1102390     23.02   no data  --
915.58/915.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
915.58/915.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
915.58/915.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
915.68/915.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
915.68/915.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
915.68/915.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
915.68/915.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
930.88/930.95	c lits-rem:      2036  cl-subs:     2126  v-elim:      0  v-fix:    0  time: 15.21 s
930.88/930.95	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
930.88/930.96	c vivif2 --  cl tried    81165 cl shrink        0 lits rem          0 time: 0.01
931.18/931.20	c asymm  cl-useful: 0/670/7120 lits-rem:0 time: 0.24
931.18/931.20	c calculated reachability. Time: 0.00
931.18/931.20	c  N dy 10470   3212378        80      7120         0     81165     49840   1036470     23.02   no data  --
937.58/937.64	c  N dy 10524   3237823        80      7120         0    104267     49840   1651060     23.01     24.38  --
945.28/945.32	c  N dy 10633   3257891        80      7120         0    122655     49840   2155339     23.02     24.42  --
953.28/953.31	c  N dy 10687   3278975        80      7120         0    141779     49840   2668438     23.02     24.48  --
959.28/959.37	c  N dy 10778   3298977        80      7120         0     88159     49840   1215586     23.02     24.97  --
971.08/971.14	c  N dy 10841   3340316        80      7120         0    125674     49840   2215865     23.01     24.33  --
978.88/978.99	c  N dy 10899   3360374        80      7120         0    143900     49840   2709945     23.01     24.25  --
984.98/985.02	c  N dy 10994   3380444        80      7120         0     89446     49840   1236238     23.01     24.29  --
991.09/991.18	c  N dy 11090   3400512        80      7120         0    107807     49840   1737792     23.02     24.58  --
998.28/998.38	c  N dy 11145   3421534        80      7120         0    126898     49840   2248456     23.02     24.25  --
1007.88/1007.94	c  N dy 11269   3441607        80      7120         0    145297     49840   2755958     23.02     24.80  --
1014.38/1014.42	c  N dy 11381   3461748        80      7120         0     89912     49840   1231160     23.03     24.26  --
1022.38/1022.41	c  N dy 11422   3485149        80      7120         0    111109     49840   1795974     23.03     24.26  --
1033.37/1033.42	c  N dy 11557   3505160        80      7120         0    129504     49840   2303617     23.03     24.40  --
1043.89/1043.92	c  N dy 11678   3526340        80      7120         0    148844     49840   2832430     23.04     24.36  --
1050.07/1050.16	c  N dy 11786   3546474        80      7120         0     92454     49840   1285002     23.05     24.51  --
1056.78/1056.81	c  N dy 11876   3567234        80      7120         0    111401     49840   1800422     23.05     24.31  --
1064.68/1064.71	c  N dy 11943   3587305        80      7120         0    129683     49840   2294770     23.05     25.84  --
1078.78/1078.89	c  N dy 12080   3622560        80      7120         0     86094     49840   1087548     23.05     24.33  --
1084.38/1084.49	c  N dy 12154   3642636        80      7120         0    104400     49840   1586274     23.05     24.81  --
1092.88/1092.90	c  N dy 12283   3663626        80      7120         0    123587     49840   2114929     23.06     24.37  --
1101.98/1102.04	c  N dy 12376   3683642        80      7120         0    141925     49840   2615043     23.06     24.29  --
1110.28/1110.38	c  N dy 12453   3703721        80      7120         0     83616     49840   1009745     23.06     26.09  --
1112.78/1112.83	c  S st 12491   3712381        80      7120         0     91546     49840   1226361     23.07   no data  --
1112.98/1113.06	c  S st 12491   3712883        80      7120         0     92010     49840   1239333     23.07   no data  --
1112.98/1113.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1112.98/1113.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1112.98/1113.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
1113.08/1113.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1113.08/1113.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1113.08/1113.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1113.08/1113.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1132.47/1132.59	c lits-rem:      2413  cl-subs:     3012  v-elim:      0  v-fix:    0  time: 19.45 s
1132.47/1132.59	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1132.57/1132.61	c vivif2 --  cl tried    88998 cl shrink        0 lits rem          0 time: 0.01
1132.77/1132.88	c asymm  cl-useful: 0/602/7120 lits-rem:0 time: 0.27
1132.77/1132.88	c calculated reachability. Time: 0.00
1132.77/1132.88	c  N dy 12491   3712883        80      7120         0     88998     49840   1151612     23.07   no data  --
1139.78/1139.83	c  N dy 12626   3732895        80      7120         0    107377     49840   1658422     23.07     24.72  --
1145.38/1145.44	c  F st 12637   3751563        80      7120         0    124323     49840   2108598     23.07     20.37  --
1146.28/1146.32	c  N st 12641   3753596        80      7120         0    126176     49840   2158721     23.07   no data  --
1155.18/1155.23	c  N dy 12731   3773874        80      7120         0    144677     49840   2667525     23.07     24.32  --
1164.28/1164.36	c  N dy 12848   3794375        80      7120         0     85948     49840   1060271     23.08     24.39  --
1169.68/1169.70	c  N dy 12903   3814383        80      7120         0    104134     49840   1549610     23.08     26.11  --
1176.88/1176.92	c  N dy 12975   3834463        80      7120         0    122502     49840   2048821     23.08     24.35  --
1185.18/1185.25	c  N dy 13015   3856810        80      7120         0    142790     49840   2593604     23.07     24.46  --
1193.97/1194.00	c  N dy 13078   3876845        80      7120         0     82663     49840    956398     23.07     26.26  --
1202.78/1202.83	c  N dy 13137   3911072        80      7120         0    113795     49840   1797547     23.07     24.44  --
1210.48/1210.55	c  N dy 13184   3931121        80      7120         0    132024     49840   2284661     23.07     27.60  --
1224.58/1224.69	c  N dy 13325   3951197        80      7120         0    150446     49840   2796071     23.07     25.79  --
1235.68/1235.74	c  N dy 13409   3971861        80      7120         0     89969     49840   1137369     23.08     24.34  --
1246.38/1246.41	c  N dy 13442   4002740        80      7120         0    117849     49840   1875178     23.07     24.30  --
1253.68/1253.77	c  N dy 13449   4024699        80      7120         0    137706     49840   2398687     23.06     24.51  --
1263.08/1263.14	c  N dy 13519   4044786        80      7120         0    155976     49840   2891184     23.06     24.28  --
1269.18/1269.30	c  N dy 13592   4064838        80      7120         0     94299     49840   1247398     23.06     24.32  --
1274.79/1274.90	c  N dy 13652   4084861        80      7120         0    112504     49840   1737206     23.06     24.99  --
1282.68/1282.70	c  N dy 13753   4104885        80      7120         0    130844     49840   2238294     23.07     26.36  --
1290.88/1290.99	c  N dy 13815   4125277        80      7120         0    149455     49840   2745303     23.07     24.41  --

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-3175810-1301787565/watcher-3175810-1301787565 -o /tmp/evaluation-result-3175810-1301787565/solver-3175810-1301787565 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175810-1301787565.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.94 4.00 3.93 4/187 18419
/proc/meminfo: memFree=18798824/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=29816 CPUtime=0 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 579 0 0 0 0 0 0 0 25 0 1 0 368987168 30531584 518 33554432000 4194304 4650387 140736384606960 18446744073709551615 4373864 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 7454 519 327 112 0 2419 0

[startup+0.043453 s]
/proc/loadavg: 3.94 4.00 3.93 4/187 18419
/proc/meminfo: memFree=18798824/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=29948 CPUtime=0.04 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 668 0 0 0 4 0 0 0 25 0 1 0 368987168 30666752 607 33554432000 4194304 4650387 140736384606960 18446744073709551615 4370522 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 7487 607 345 112 0 2452 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29948

[startup+0.100444 s]
/proc/loadavg: 3.94 4.00 3.93 4/187 18419
/proc/meminfo: memFree=18798824/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=30080 CPUtime=0.09 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 680 0 0 0 9 0 0 0 25 0 1 0 368987168 30801920 619 33554432000 4194304 4650387 140736384606960 18446744073709551615 4370654 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 7520 619 345 112 0 2485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30080

[startup+0.300407 s]
/proc/loadavg: 3.94 4.00 3.93 4/187 18419
/proc/meminfo: memFree=18798824/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=32416 CPUtime=0.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 1376 0 0 0 29 0 0 0 25 0 1 0 368987168 33193984 1244 33554432000 4194304 4650387 140736384606960 18446744073709551615 4315038 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 8104 1244 376 112 0 3069 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32416

[startup+0.700334 s]
/proc/loadavg: 3.94 4.00 3.93 4/187 18419
/proc/meminfo: memFree=18798824/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=33116 CPUtime=0.69 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 1970 0 0 0 69 0 0 0 25 0 1 0 368987168 33910784 1341 33554432000 4194304 4650387 140736384606960 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 8279 1341 378 112 0 3244 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33116

[startup+1.50024 s]
/proc/loadavg: 3.94 4.00 3.93 4/188 18420
/proc/meminfo: memFree=18792864/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=33872 CPUtime=1.49 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 2950 0 0 0 149 0 0 0 25 0 1 0 368987168 34684928 1562 33554432000 4194304 4650387 140736384606960 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 8468 1562 379 112 0 3433 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33872

[startup+3.10089 s]
/proc/loadavg: 3.94 4.00 3.93 5/190 18447
/proc/meminfo: memFree=18783780/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=40548 CPUtime=3.09 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 4629 0 0 0 309 0 0 0 25 0 1 0 368987168 41521152 3241 33554432000 4194304 4650387 140736384606960 18446744073709551615 4366406 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 10137 3241 380 112 0 5102 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40548

[startup+6.30031 s]
/proc/loadavg: 3.94 4.00 3.93 3/186 18449
/proc/meminfo: memFree=19090776/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=40740 CPUtime=6.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 6212 0 0 0 628 1 0 0 25 0 1 0 368987168 41717760 3345 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 10185 3345 380 112 0 5150 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40740

[startup+12.7001 s]
/proc/loadavg: 3.95 4.00 3.93 5/190 18503
/proc/meminfo: memFree=19057388/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=48540 CPUtime=12.69 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 9881 0 0 0 1267 2 0 0 25 0 1 0 368987168 49704960 5192 33554432000 4194304 4650387 140736384606960 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 12135 5192 380 112 0 7100 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48540

[startup+25.5008 s]
/proc/loadavg: 3.96 4.00 3.93 5/190 18503
/proc/meminfo: memFree=19031116/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=53772 CPUtime=25.49 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 16564 0 0 0 2546 3 0 0 25 0 1 0 368987168 55062528 6180 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 13443 6180 380 112 0 8408 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53772

[startup+51.1002 s]
/proc/loadavg: 4.05 4.02 3.94 5/190 18504
/proc/meminfo: memFree=19005380/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=59696 CPUtime=51.09 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 25567 0 0 0 5105 4 0 0 25 0 1 0 368987168 61128704 7620 33554432000 4194304 4650387 140736384606960 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 14924 7620 380 112 0 9889 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 59696

[startup+102.307 s]
/proc/loadavg: 4.02 4.01 3.94 5/190 18505
/proc/meminfo: memFree=18968132/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=62904 CPUtime=102.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 40378 0 0 0 10222 7 0 0 25 0 1 0 368987168 64413696 8452 33554432000 4194304 4650387 140736384606960 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 15726 8452 380 112 0 10691 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 62904

[startup+162.301 s]
/proc/loadavg: 4.06 4.02 3.94 5/190 18507
/proc/meminfo: memFree=18927184/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=74344 CPUtime=162.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 54366 0 0 0 16218 11 0 0 25 0 1 0 368987168 76128256 12108 33554432000 4194304 4650387 140736384606960 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 18586 12108 380 112 0 13551 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 74344

[startup+222.301 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 18509
/proc/meminfo: memFree=18914632/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=83792 CPUtime=222.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 66235 0 0 0 22214 15 0 0 25 0 1 0 368987168 85803008 14284 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 20948 14284 380 112 0 15913 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 83792

[startup+282.301 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 18510
/proc/meminfo: memFree=18883608/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=84140 CPUtime=282.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 77921 0 0 0 28211 18 0 0 25 0 1 0 368987168 86159360 13257 33554432000 4194304 4650387 140736384606960 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 21035 13257 380 112 0 16000 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 84140

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 18512
/proc/meminfo: memFree=18842916/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=102460 CPUtime=342.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 87679 0 0 0 34208 21 0 0 25 0 1 0 368987168 104919040 18482 33554432000 4194304 4650387 140736384606960 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 25615 18482 380 112 0 20580 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 102460

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 18513
/proc/meminfo: memFree=18830848/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=102656 CPUtime=402.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 97259 0 0 0 40205 24 0 0 25 0 1 0 368987168 105119744 18374 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 25664 18374 380 112 0 20629 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 102656

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 18515
/proc/meminfo: memFree=18819056/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=102896 CPUtime=462.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 106656 0 0 0 46202 27 0 0 25 0 1 0 368987168 105365504 17673 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 25724 17673 380 112 0 20689 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 102896

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 18517
/proc/meminfo: memFree=18790144/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=106800 CPUtime=522.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 112032 0 0 0 52200 29 0 0 25 0 1 0 368987168 109363200 20174 33554432000 4194304 4650387 140736384606960 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 26700 20174 380 112 0 21665 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 106800

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 18518
/proc/meminfo: memFree=18760600/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=106964 CPUtime=582.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 120128 0 0 0 58198 31 0 0 25 0 1 0 368987168 109531136 20123 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365214 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 26741 20123 380 112 0 21706 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 106964

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 18520
/proc/meminfo: memFree=18758472/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=107116 CPUtime=642.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 128524 0 0 0 64195 34 0 0 25 0 1 0 368987168 109686784 20071 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 26779 20071 380 112 0 21744 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 107116

[startup+702.301 s]
/proc/loadavg: 4.07 4.02 3.95 5/190 18521
/proc/meminfo: memFree=18756968/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=118028 CPUtime=702.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 131079 0 0 0 70194 35 0 0 25 0 1 0 368987168 120860672 22626 33554432000 4194304 4650387 140736384606960 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 29507 22626 380 112 0 24472 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 118028

[startup+762.307 s]
/proc/loadavg: 4.07 4.03 3.95 5/190 18523
/proc/meminfo: memFree=18737720/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=118028 CPUtime=762.29 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 131293 0 0 0 76194 35 0 0 25 0 1 0 368987168 120860672 22840 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 29507 22840 380 112 0 24472 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 118028

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 3.95 5/190 18525
/proc/meminfo: memFree=18731008/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=118192 CPUtime=822.28 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 139677 0 0 0 82190 38 0 0 25 0 1 0 368987168 121028608 22152 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 29548 22152 380 112 0 24513 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 118192

[startup+882.301 s]
/proc/loadavg: 4.01 4.01 3.95 5/190 18526
/proc/meminfo: memFree=18731360/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=118316 CPUtime=882.28 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 146608 0 0 0 88187 41 0 0 25 0 1 0 368987168 121155584 23044 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 29579 23044 380 112 0 24544 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 118316

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.95 5/190 18528
/proc/meminfo: memFree=18712116/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=118432 CPUtime=942.28 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 152454 0 0 0 94184 44 0 0 25 0 1 0 368987168 121274368 22669 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 29608 22669 380 112 0 24573 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 118432

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 18529
/proc/meminfo: memFree=18711712/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=118540 CPUtime=1002.27 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 159348 0 0 0 100181 46 0 0 25 0 1 0 368987168 121384960 23136 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 29635 23136 380 112 0 24600 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 118540

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 18531
/proc/meminfo: memFree=18696452/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=118668 CPUtime=1062.28 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 165576 0 0 0 106179 49 0 0 25 0 1 0 368987168 121516032 22796 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 29667 22796 380 112 0 24632 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 118668

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 18533
/proc/meminfo: memFree=18680308/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=118788 CPUtime=1122.28 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 171340 0 0 0 112177 51 0 0 25 0 1 0 368987168 121638912 21826 33554432000 4194304 4650387 140736384606960 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 29697 21826 380 112 0 24662 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 118788

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 18534
/proc/meminfo: memFree=18677544/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=118852 CPUtime=1182.27 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 176471 0 0 0 118174 53 0 0 25 0 1 0 368987168 121704448 23444 33554432000 4194304 4650387 140736384606960 18446744073709551615 4366918 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 29713 23444 380 112 0 24678 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 118852

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/190 18536
/proc/meminfo: memFree=18659548/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=118956 CPUtime=1242.28 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 182491 0 0 0 124171 57 0 0 25 0 1 0 368987168 121810944 22528 33554432000 4194304 4650387 140736384606960 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 29739 22528 380 112 0 24704 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 118956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.02 3.96 5/190 18573
/proc/meminfo: memFree=18739764/32950928 swapFree=67111528/67111528
[pid=18419] ppid=18417 vsize=119068 CPUtime=1299.99 cores=0,2
/proc/18419/stat : 18419 (strangenight1-s) R 18417 18419 17960 0 -1 4202496 188992 0 0 0 129940 59 0 0 25 0 1 0 368987168 121925632 21972 33554432000 4194304 4650387 140736384606960 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18419/statm: 29767 21972 380 112 0 24732 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 119068

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
CPU user time (s): 1299.4
CPU system time (s): 0.596909
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 186016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.4
system time used= 0.596909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188992
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= 2424

runsolver used 2.04269 second user time and 5.07323 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-03 01:39:25
IDJOB=3175810
IDBENCH=82828
IDSOLVER=1589
FILE ID=node116/3175810-1301787565
RUNJOBID= node116-1301783656-17978
PBS_JOBID= 12841402
Free space on /tmp= 71248 MiB

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

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

MD5SUM BENCH= 4fa782cc700b96dfddf41b0ed3b14006
RANDOM SEED=342488904

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18798856 kB
Buffers:        392544 kB
Cached:       13063960 kB
SwapCached:          0 kB
Active:        9462836 kB
Inactive:      4378988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18798856 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6232 kB
Writeback:           0 kB
AnonPages:      384964 kB
Mapped:          16216 kB
Slab:           245172 kB
PageTables:       5964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   608692 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= 71240 MiB
End job on node116 at 2011-04-03 02:01:07