Trace number 3175839

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S839353433-100.UNKNOWN.cnf
MD5SUMe68176dd0214c3858ad791ec08d1acee
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-3175839-1301787572.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.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.09/0.18	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:      41 undec:       2 neg:      37
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.32	c  N dy     7      4479        80      7120         0      4121     49840    112210     22.44     23.77  --
0.59/0.61	c  N dy    25     11881        80      7120         0      4692     49840    103274     22.49     23.79  --
0.79/0.83	c  N dy    26     17128        80      7120         0      9467     49840    227924     22.11     23.28  --
0.99/1.02	c  N dy    61     21201        80      7120         0      8080     49840    183011     22.62     23.98  --
1.19/1.20	c  F st    67     25001        80      7120         0     11548     49840    274796     22.57   no data  --
1.19/1.22	c  N st    68     25252        80      7120         0     11776     49840    281062     22.57   no data  --
1.39/1.43	c  N dy    73     30001        80      7120         0      9873     49840    216129     22.57   no data  --
1.39/1.43	c  S st    73     30001        80      7120         0      9873     49840    216129     22.57   no data  --
1.39/1.46	c  S st    73     30502        80      7120         0     10344     49840    228747     22.57   no data  --
1.39/1.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.39/1.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.39/1.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1.39/1.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.48/2.57	c lits-rem:      1480  cl-subs:      782  v-elim:      0  v-fix:    0  time:  1.10 s
2.78/2.86	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.28
2.78/2.86	c calculated reachability. Time: 0.00
2.78/2.86	c  N dy    73     30502        80      7120         0      9562     49840    203746     22.57   no data  --
2.98/3.07	c  N dy    88     34612        80      7120         0     13331     49840    304484     22.64     23.85  --
3.29/3.30	c  N dy   111     38658        80      7120         0      9851     49840    197749     22.79     24.02  --
3.48/3.54	c  N dy   128     42892        80      7120         0     13739     49840    301575     22.86     24.13  --
3.68/3.73	c  S st   144     45753        80      7120         0     16379     49840    373663     22.95     23.12  --
3.68/3.77	c  S st   144     46257        80      7120         0      8656     49840    150904     22.95   no data  --
3.68/3.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.68/3.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.68/3.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.68/3.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.68/3.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.68/3.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3.68/3.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.59/4.65	c lits-rem:       162  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.86 s
4.59/4.65	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4.59/4.65	c vivif2 --  cl tried     8604 cl shrink        0 lits rem          0 time: 0.00
4.89/4.93	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.27
4.89/4.93	c calculated reachability. Time: 0.00
4.89/4.93	c  N dy   144     46257        80      7120         0      8604     49840    149020     22.95   no data  --
5.09/5.16	c  N dy   149     51268        80      7120         0     13206     49840    272375     22.89     24.17  --
5.39/5.43	c  N dy   165     55664        80      7120         0     17243     49840    381331     22.94     24.23  --
5.79/5.88	c  N dy   190     63396        80      7120         0     15221     49840    310984     22.96     24.17  --
6.19/6.27	c  N dy   201     69386        80      7120         0     10603     49840    172231     22.89     20.32  --
6.19/6.27	c  S st   201     69386        80      7120         0     10603     49840    172231     22.89     20.32  --
6.29/6.31	c  S st   201     69897        80      7120         0     11081     49840    185139     22.89   no data  --
6.29/6.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.29/6.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.29/6.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.29/6.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.29/6.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.29/6.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
6.29/6.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.19/7.25	c lits-rem:       307  cl-subs:      170  v-elim:      0  v-fix:    0  time:  0.93 s
7.19/7.25	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
7.19/7.25	c vivif2 --  cl tried    10911 cl shrink        0 lits rem          0 time: 0.00
7.49/7.57	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.32
7.49/7.57	c calculated reachability. Time: 0.00
7.49/7.57	c  N dy   201     69897        80      7120         0     10911     49840    180166     22.89   no data  --
7.79/7.83	c  N dy   214     74386        80      7120         0     14979     49840    288318     22.90     24.47  --
8.19/8.24	c  N dy   237     80154        80      7120         0     20291     49840    432979     22.96     24.19  --
8.49/8.58	c  N dy   255     85409        80      7120         0     14148     49840    254940     23.00     24.24  --
8.69/8.72	c  F st   267     87500        80      7120         0     16052     49840    306285     23.02     22.30  --
8.99/9.05	c  N dy   273     92697        80      7120         0     20820     49840    436913     23.02   no data  --
9.79/9.90	c  N dy   293    104845        80      7120         0     20001     49840    391719     22.94     22.25  --
9.79/9.90	c  S st   293    104845        80      7120         0     20001     49840    391719     22.94     22.25  --
9.89/9.95	c  S st   293    105345        80      7120         0     20483     49840    404869     22.94   no data  --
9.89/9.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.89/9.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.89/9.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.89/9.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.89/9.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.89/9.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
9.89/9.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.48/11.54	c lits-rem:      1893  cl-subs:     1942  v-elim:      0  v-fix:    0  time:  1.56 s
11.48/11.54	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
11.48/11.54	c vivif2 --  cl tried    18541 cl shrink        0 lits rem          0 time: 0.00
11.78/11.88	c asymm  cl-useful: 0/5036/7120 lits-rem:0 time: 0.33
11.78/11.88	c calculated reachability. Time: 0.00
11.78/11.88	c  N dy   293    105345        80      7120         0     18541     49840    351613     22.94   no data  --
12.38/12.42	c  N dy   326    112624        80      7120         0     25235     49840    532405     22.98     24.34  --
15.19/15.27	c  N dy   329    150593        80      7120         0     18732     49840    319536     22.44     23.70  --
15.89/15.92	c  S st   373    158019        80      7120         0     25566     49840    502948     22.49   no data  --
15.89/15.99	c  S st   373    158522        80      7120         0     26037     49840    516207     22.49   no data  --
15.89/15.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.89/15.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.99/16.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
15.99/16.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.99/16.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.99/16.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
15.99/16.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.89/17.94	c lits-rem:      1839  cl-subs:     2232  v-elim:      0  v-fix:    0  time:  1.92 s
17.89/17.94	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
17.89/17.94	c vivif2 --  cl tried    23805 cl shrink        0 lits rem          0 time: 0.01
18.09/18.11	c asymm  cl-useful: 0/1785/7120 lits-rem:0 time: 0.17
18.09/18.11	c calculated reachability. Time: 0.00
18.09/18.11	c  N dy   373    158522        80      7120         0     23805     49840    453251     22.49   no data  --
18.99/19.02	c  N dy   392    168980        80      7120         0     17969     49840    285187     22.46     23.67  --
21.08/21.12	c  N dy   412    197128        80      7120         0     27200     49840    516914     22.27     23.52  --
22.28/22.39	c  N dy   503    209800        80      7120         0     21576     49840    354905     22.38     25.63  --
23.88/23.99	c  N dy   552    227025        80      7120         0     19020     49840    267208     22.36     23.60  --
24.98/25.00	c  S st   644    237783        80      7120         0     28972     49840    539057     22.46     22.18  --
24.98/25.07	c  S st   644    238287        80      7120         0     29439     49840    551912     22.46   no data  --
24.98/25.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.98/25.07	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.98/25.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
25.08/25.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.08/25.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.08/25.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
25.08/25.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.68/27.75	c lits-rem:      2173  cl-subs:     1812  v-elim:      0  v-fix:    0  time:  2.66 s
27.68/27.75	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
27.68/27.76	c vivif2 --  cl tried    27627 cl shrink        0 lits rem          0 time: 0.00
27.88/27.93	c asymm  cl-useful: 0/1949/7120 lits-rem:0 time: 0.17
27.88/27.93	c calculated reachability. Time: 0.00
27.88/27.93	c  N dy   644    238287        80      7120         0     27627     49840    495957     22.46   no data  --
29.49/29.53	c  N dy   730    253561        80      7120         0     22473     49840    344666     22.54     25.45  --
31.19/31.27	c  N dy   848    269765        80      7120         0     37441     49840    752649     22.65     25.04  --
32.89/32.92	c  N dy   891    287260        80      7120         0     33276     49840    613657     22.64     24.30  --
34.88/34.92	c  F st   978    306251        80      7120         0     29615     49840    504407     22.68     21.87  --
34.88/34.92	c  N st   978    306251        80      7120         0     29615     49840    504407     22.68     21.87  --
37.29/37.34	c  N dy  1051    328588        80      7120         0     28096     49840    451094     22.71     24.15  --
39.78/39.88	c  N dy  1129    350781        80      7120         0     25494     49840    362280     22.73     23.96  --
40.48/40.52	c  S st  1155    357430        80      7120         0     31602     49840    524819     22.73     20.66  --
40.48/40.60	c  S st  1155    357935        80      7120         0     32075     49840    537722     22.73   no data  --
40.48/40.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.48/40.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.59/40.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
40.59/40.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.59/40.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.59/40.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
40.59/40.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.89/42.92	c lits-rem:      1585  cl-subs:     1930  v-elim:      0  v-fix:    0  time:  2.30 s
42.89/42.92	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
42.89/42.92	c vivif2 --  cl tried    30145 cl shrink        0 lits rem          0 time: 0.00
43.08/43.10	c asymm  cl-useful: 0/1564/7120 lits-rem:0 time: 0.17
43.08/43.10	c calculated reachability. Time: 0.00
43.08/43.10	c  N dy  1155    357935        80      7120         0     30145     49840    483905     22.73   no data  --
45.58/45.67	c  N dy  1246    378918        80      7120         0     25601     49840    347816     22.77     24.22  --
47.98/48.05	c  N dy  1343    399012        80      7120         0     44075     49840    846219     22.82     24.08  --
50.79/50.84	c  N dy  1406    423474        80      7120         0     41717     49840    756955     22.79     24.02  --
56.18/56.27	c  N dy  1440    471548        80      7120         0     33273     49840    503329     22.56     23.83  --
61.69/61.72	c  N dy  1555    516768        80      7120         0     47178     49840    856013     22.53     23.78  --
64.49/64.59	c  N dy  1663    536903        80      7120         0     37383     49840    591800     22.57     20.03  --
64.49/64.59	c  S st  1663    536903        80      7120         0     37383     49840    591800     22.57     20.03  --
64.59/64.68	c  S st  1663    537408        80      7120         0     37854     49840    604641     22.57   no data  --
64.59/64.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
64.59/64.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
64.59/64.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
64.69/64.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
64.69/64.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.69/64.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
64.69/64.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.78/67.85	c lits-rem:      1813  cl-subs:     1976  v-elim:      0  v-fix:    0  time:  3.14 s
67.78/67.85	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
67.78/67.85	c vivif2 --  cl tried    35878 cl shrink        0 lits rem          0 time: 0.01
67.98/68.03	c asymm  cl-useful: 0/1314/7120 lits-rem:0 time: 0.18
67.98/68.03	c calculated reachability. Time: 0.00
67.98/68.03	c  N dy  1663    537408        80      7120         0     35878     49840    548917     22.57   no data  --
70.98/71.01	c  N dy  1769    558606        80      7120         0     55361     49840   1073624     22.61     23.82  --
73.78/73.83	c  N dy  1898    578670        80      7120         0     44595     49840    772561     22.65     24.24  --
77.09/77.16	c  N dy  1965    601131        80      7120         0     34929     49840    487424     22.65     23.85  --
79.99/80.05	c  N dy  2081    621231        80      7120         0     53341     49840    985259     22.69     25.36  --
82.98/83.03	c  N dy  2148    642596        80      7120         0     41813     49840    660531     22.70     23.99  --
86.38/86.49	c  N dy  2263    663933        80      7120         0     61388     49840   1183691     22.72     24.18  --
95.28/95.32	c  N dy  2377    728071        80      7120         0     54648     49840    955111     22.61     23.85  --
98.89/98.98	c  N dy  2484    750488        80      7120         0     41548     49840    602362     22.62     23.84  --
104.69/104.70	c  N dy  2600    788957        80      7120         0     42017     49840    597527     22.62     23.92  --
107.18/107.25	c  S st  2658    806112        80      7120         0     57654     49840   1015093     22.62     23.92  --
107.28/107.39	c  S st  2658    806619        80      7120         0     58131     49840   1027821     22.62   no data  --
107.28/107.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
107.28/107.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
107.38/107.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
107.38/107.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
107.38/107.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.38/107.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
107.38/107.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
114.98/115.00	c lits-rem:      2743  cl-subs:     5237  v-elim:      0  v-fix:    0  time:  7.55 s
114.98/115.00	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
114.98/115.01	c vivif2 --  cl tried    52894 cl shrink        0 lits rem          0 time: 0.01
115.18/115.22	c asymm  cl-useful: 0/916/7120 lits-rem:0 time: 0.20
115.18/115.22	c calculated reachability. Time: 0.00
115.18/115.22	c  N dy  2658    806619        80      7120         0     52894     49840    888713     22.62   no data  --
118.80/118.88	c  N dy  2736    826695        80      7120         0     35899     49840    428729     22.63     23.92  --
121.89/121.94	c  N dy  2876    846874        80      7120         0     54483     49840    934799     22.67     23.94  --
125.69/125.76	c  N dy  2962    866949        80      7120         0     72904     49840   1429523     22.68     25.31  --
129.18/129.21	c  N dy  3077    889020        80      7120         0     56601     49840    970965     22.70     23.91  --
132.88/132.99	c  N dy  3145    909039        80      7120         0     74890     49840   1456835     22.70     24.95  --
135.98/136.08	c  N dy  3252    929300        80      7120         0     55978     49840    935433     22.72     23.99  --
140.08/140.15	c  N dy  3381    949345        80      7120         0     74394     49840   1437905     22.75     25.83  --
143.39/143.46	c  N dy  3469    969827        80      7120         0     54733     49840    880244     22.76     24.04  --
147.09/147.18	c  N dy  3543    989851        80      7120         0     73120     49840   1374634     22.77     24.00  --
150.59/150.63	c  N dy  3630   1009980        80      7120         0     52122     49840    795351     22.78     24.03  --
154.59/154.69	c  N dy  3694   1031308        80      7120         0     71649     49840   1314867     22.77     23.97  --
159.39/159.44	c  N dy  3765   1056108        80      7120         0     53900     49840    819027     22.77     24.08  --
162.09/162.14	c  F st  3806   1071877        80      7120         0     68226     49840   1199581     22.77     23.07  --
163.09/163.11	c  N dy  3812   1077071        80      7120         0     72959     49840   1328507     22.77   no data  --
167.39/167.47	c  N dy  3894   1100248        80      7120         0     53069     49840    786701     22.77     24.01  --
171.28/171.31	c  N dy  4001   1120339        80      7120         0     71397     49840   1282145     22.79     24.98  --
175.38/175.41	c  N dy  4068   1140457        80      7120         0     47777     49840    628407     22.79     24.03  --
179.38/179.43	c  N dy  4205   1162631        80      7120         0     68195     49840   1187727     22.82     24.11  --
184.49/184.56	c  N dy  4346   1183347        80      7120         0     44198     49840    515506     22.85     24.06  --
188.99/189.05	c  N dy  4459   1209928        80      7120         0     68542     49840   1173683     22.86     22.42  --
188.99/189.05	c  S st  4459   1209928        80      7120         0     68542     49840   1173683     22.86     22.42  --
189.19/189.21	c  S st  4459   1210432        80      7120         0     69011     49840   1186507     22.86   no data  --
189.19/189.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
189.19/189.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
189.19/189.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
189.19/189.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
189.19/189.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
189.19/189.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
189.19/189.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
200.88/200.98	c lits-rem:      2710  cl-subs:     5321  v-elim:      0  v-fix:    0  time: 11.70 s
200.88/200.98	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
200.88/200.99	c vivif2 --  cl tried    63690 cl shrink        0 lits rem          0 time: 0.01
201.18/201.21	c asymm  cl-useful: 0/779/7120 lits-rem:0 time: 0.22
201.18/201.21	c calculated reachability. Time: 0.00
201.18/201.21	c  N dy  4459   1210432        80      7120         0     63690     49840   1036135     22.86   no data  --
205.29/205.34	c  N dy  4558   1230502        80      7120         0     82059     49840   1535026     22.87     24.73  --
208.99/209.07	c  N dy  4640   1251023        80      7120         0     57125     49840    854972     22.88     24.14  --
213.48/213.59	c  N dy  4759   1273071        80      7120         0     77365     49840   1406615     22.90     24.30  --
217.88/217.99	c  N dy  4845   1293135        80      7120         0     50945     49840    671100     22.90     25.32  --
221.68/221.71	c  N dy  4950   1313200        80      7120         0     69405     49840   1174567     22.92     24.29  --
226.29/226.34	c  N dy  5045   1333283        80      7120         0     87734     49840   1668636     22.93     24.20  --
233.69/233.79	c  N dy  5151   1373502        80      7120         0     78589     49840   1387818     22.92     24.15  --
238.49/238.55	c  N dy  5231   1393558        80      7120         0     50364     49840    621395     22.92     26.52  --
241.89/241.97	c  N dy  5276   1415750        80      7120         0     70637     49840   1166938     22.92     24.15  --
246.58/246.69	c  N dy  5340   1435832        80      7120         0     89019     49840   1662567     22.92     25.00  --
251.48/251.59	c  N dy  5403   1455840        80      7120         0     59863     49840    861680     22.92     26.06  --
256.69/256.75	c  N dy  5497   1476037        80      7120         0     78418     49840   1365686     22.93     24.22  --
261.28/261.36	c  N dy  5526   1496055        80      7120         0     96693     49840   1851870     22.92     24.23  --
265.28/265.32	c  N dy  5608   1518220        80      7120         0     68456     49840   1077907     22.93     24.17  --
270.39/270.49	c  N dy  5627   1542959        80      7120         0     90752     49840   1659988     22.91     24.24  --
275.00/275.03	c  N dy  5721   1563216        80      7120         0     60024     49840    835900     22.92     24.13  --
278.89/278.95	c  N dy  5797   1583245        80      7120         0     78266     49840   1329202     22.93     24.43  --
285.28/285.36	c  N dy  5859   1612451        80      7120         0     54666     49840    671225     22.92     24.20  --
288.99/289.08	c  N dy  5947   1632461        80      7120         0     73018     49840   1169864     22.92     24.16  --
294.09/294.19	c  N dy  6068   1652477        80      7120         0     91356     49840   1672243     22.94     25.74  --
300.59/300.65	c  N dy  6146   1682577        80      7120         0     67572     49840   1001573     22.94     24.26  --
305.48/305.54	c  N dy  6228   1704233        80      7120         0     87386     49840   1533678     22.94     24.22  --
307.28/307.38	c  S st  6268   1710432        80      7120         0     93095     49840   1690091     22.95   no data  --
307.58/307.62	c  S st  6268   1710937        80      7120         0     93555     49840   1702554     22.95   no data  --
307.58/307.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
307.58/307.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
307.58/307.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
307.69/307.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
307.69/307.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
307.69/307.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
307.69/307.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
331.79/331.90	c lits-rem:      6492  cl-subs:     9214  v-elim:      0  v-fix:    0  time: 24.19 s
331.89/331.90	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
331.89/331.91	c vivif2 --  cl tried    84341 cl shrink        0 lits rem          0 time: 0.02
332.09/332.18	c asymm  cl-useful: 0/591/7120 lits-rem:0 time: 0.26
332.09/332.18	c calculated reachability. Time: 0.00
332.09/332.18	c  N dy  6268   1710937        80      7120         0     84341     49840   1445780     22.95   no data  --
337.78/337.88	c  N dy  6330   1732976        80      7120         0     52824     49840    596722     22.94     24.21  --
341.18/341.23	c  N dy  6382   1753497        80      7120         0     71440     49840   1098268     22.94     24.24  --
345.88/345.96	c  N dy  6437   1774803        80      7120         0     90902     49840   1620491     22.94     24.15  --
351.39/351.49	c  N dy  6517   1795378        80      7120         0     57053     49840    694228     22.94     24.17  --
355.49/355.55	c  N dy  6626   1815392        80      7120         0     75427     49840   1196893     22.96     25.67  --
360.80/360.86	c  N dy  6711   1835544        80      7120         0     93885     49840   1701086     22.96     24.25  --
368.08/368.11	c  N dy  6794   1855629        80      7120         0     58447     49840    712113     22.97     25.97  --
373.38/373.46	c  N dy  6881   1878933        80      7120         0     79717     49840   1288998     22.97     24.24  --
379.40/379.44	c  N dy  6965   1900921        80      7120         0     99741     49840   1830755     22.98     24.21  --
384.09/384.19	c  N dy  7026   1920943        80      7120         0     63227     49840    828769     22.98     25.66  --
388.99/389.06	c  N dy  7131   1943173        80      7120         0     83584     49840   1381443     22.99     24.23  --
394.19/394.28	c  N dy  7206   1963211        80      7120         0    101877     49840   1873808     22.99     24.24  --
402.69/402.77	c  N dy  7328   2001490        80      7120         0     80890     49840   1277685     22.99     24.28  --
408.29/408.32	c  N dy  7432   2021525        80      7120         0     99228     49840   1777738     23.00     24.21  --
414.49/414.51	c  N dy  7457   2050581        80      7120         0     69195     49840    947890     22.97     24.19  --
419.29/419.39	c  N dy  7539   2072086        80      7120         0     88868     49840   1479105     22.97     24.29  --
425.19/425.20	c  N dy  7612   2092641        80      7120         0    107624     49840   1985955     22.98     24.34  --
430.28/430.37	c  N dy  7680   2112787        80      7120         0     68535     49840    914519     22.97     24.45  --
435.19/435.26	c  N dy  7796   2132910        80      7120         0     87004     49840   1419359     22.98     24.28  --
440.39/440.49	c  N dy  7855   2153889        80      7120         0    106119     49840   1936040     22.98     24.20  --
449.79/449.89	c  N dy  7982   2191509        80      7120         0     81860     49840   1251769     22.98     24.26  --
455.09/455.17	c  S st  8057   2210937        80      7120         0     99632     49840   1732368     22.98     22.20  --
455.40/455.41	c  S st  8057   2211440        80      7120         0    100105     49840   1745541     22.98   no data  --
455.40/455.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
455.40/455.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
455.40/455.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
455.49/455.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
455.49/455.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
455.49/455.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
455.49/455.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
529.09/529.13	c lits-rem:      3438  cl-subs:     9673  v-elim:      0  v-fix:    0  time: 73.61 s
529.09/529.13	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
529.09/529.15	c vivif2 --  cl tried    90432 cl shrink        0 lits rem          0 time: 0.02
529.29/529.38	c asymm  cl-useful: 0/770/7120 lits-rem:0 time: 0.23
529.29/529.38	c calculated reachability. Time: 0.00
529.29/529.38	c  N dy  8057   2211440        80      7120         0     90432     49840   1486201     22.98   no data  --
535.09/535.17	c  N dy  8107   2231897        80      7120         0    109106     49840   1987272     22.98     24.21  --
539.99/540.03	c  N dy  8128   2253279        80      7120         0     69651     49840    920104     22.97     24.47  --
546.70/546.74	c  N dy  8129   2286207        80      7120         0     99302     49840   1674672     22.94     24.23  --
553.79/553.82	c  N dy  8248   2307329        80      7120         0    118620     49840   2203262     22.95     24.16  --
558.39/558.46	c  N dy  8337   2328118        80      7120         0     77860     49840   1138246     22.95     24.21  --
567.69/567.78	c  N dy  8408   2369000        80      7120         0    114813     49840   2125637     22.94     24.16  --
573.49/573.59	c  N dy  8535   2389898        80      7120         0     73260     49840   1001953     22.95     24.27  --
578.39/578.42	c  N dy  8641   2409955        80      7120         0     91609     49840   1505057     22.96     24.47  --
584.49/584.56	c  N dy  8727   2430146        80      7120         0    110131     49840   2008869     22.97     24.20  --
591.49/591.57	c  N dy  8850   2450239        80      7120         0     66490     49840    792844     22.98     24.62  --
595.80/595.82	c  N dy  8912   2470321        80      7120         0     84818     49840   1288836     22.98     24.59  --
600.99/601.04	c  N dy  8977   2490415        80      7120         0    103171     49840   1782369     22.98     24.27  --
607.79/607.83	c  N dy  9072   2510483        80      7120         0    121496     49840   2281079     22.99     24.58  --
613.40/613.44	c  N dy  9195   2530579        80      7120         0     76895     49840   1064081     23.00     24.23  --
619.09/619.19	c  N dy  9307   2553337        80      7120         0     97637     49840   1627134     23.00     24.26  --
625.49/625.59	c  N dy  9378   2573360        80      7120         0    115952     49840   2121961     23.00     24.26  --
634.50/634.59	c  N dy  9449   2606560        80      7120         0     82183     49840   1171323     22.99     24.33  --
640.29/640.36	c  N dy  9559   2626879        80      7120         0    100780     49840   1679081     23.00     24.22  --
647.19/647.26	c  N dy  9635   2648522        80      7120         0    120536     49840   2216425     23.01     24.22  --
653.49/653.54	c  N dy  9726   2668527        80      7120         0     74077     49840    954735     23.01     25.73  --
658.59/658.63	c  N dy  9831   2688690        80      7120         0     92565     49840   1460233     23.02     24.33  --
664.49/664.52	c  N dy  9881   2708761        80      7120         0    110847     49840   1950804     23.02     25.61  --
665.50/665.56	c  S st  9904   2711440        80      7120         0    113297     49840   2018318     23.02   no data  --
665.79/665.84	c  S st  9904   2711941        80      7120         0    113763     49840   2031320     23.02   no data  --
665.79/665.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
665.79/665.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
665.79/665.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
665.89/665.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
665.89/665.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
665.89/665.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
665.89/665.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
772.29/772.33	c lits-rem:      7260  cl-subs:     9954  v-elim:      0  v-fix:    0  time: 106.38 s
772.29/772.33	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
772.29/772.36	c vivif2 --  cl tried   103809 cl shrink        0 lits rem          0 time: 0.02
772.69/772.72	c asymm  cl-useful: 0/544/7120 lits-rem:0 time: 0.36
772.69/772.72	c calculated reachability. Time: 0.00
772.69/772.72	c  N dy  9904   2711941        80      7120         0    103809     49840   1746772     23.02   no data  --
780.60/780.68	c  N dy  9955   2734776        80      7120         0    124608     49840   2303830     23.01     24.33  --
786.89/786.92	c  N dy 10079   2754804        80      7120         0     77670     49840   1043278     23.02     25.43  --
792.19/792.26	c  N dy 10173   2774879        80      7120         0     96083     49840   1545487     23.03     24.36  --
799.10/799.16	c  N dy 10257   2796665        80      7120         0    115979     49840   2087511     23.03     24.25  --
810.90/810.97	c  N dy 10352   2839704        80      7120         0     88472     49840   1287233     23.01     24.28  --
817.50/817.51	c  N dy 10417   2862954        80      7120         0    109606     49840   1855094     23.01     24.30  --
823.29/823.35	c  N dy 10454   2883220        80      7120         0    127947     49840   2345797     23.01     24.29  --
829.20/829.21	c  N dy 10552   2903274        80      7120         0     79098     49840   1052513     23.01     25.29  --
834.49/834.51	c  N dy 10642   2923327        80      7120         0     97420     49840   1551001     23.02     25.60  --
841.00/841.07	c  N dy 10731   2943592        80      7120         0    115899     49840   2053571     23.02     24.27  --
849.30/849.37	c  N dy 10803   2966221        80      7120         0    136551     49840   2613233     23.02     24.34  --
854.50/854.52	c  N dy 10885   2986258        80      7120         0     86590     49840   1233304     23.03     25.81  --
860.20/860.22	c  N dy 10974   3006275        80      7120         0    104888     49840   1732251     23.03     25.21  --
867.59/867.66	c  N dy 11005   3032282        80      7120         0    128415     49840   2353511     23.02     24.24  --
883.99/884.02	c  N dy 11068   3095590        80      7120         0    116185     49840   1967314     22.99     24.23  --
896.90/896.91	c  N dy 11131   3141262        80      7120         0     87711     49840   1211703     22.96     24.31  --
905.89/905.95	c  N dy 11235   3172768        80      7120         0    116426     49840   1978617     22.96     24.25  --
914.01/914.07	c  N dy 11261   3198054        80      7120         0    139372     49840   2585358     22.95     24.47  --
918.40/918.42	c  S st 11343   3211943        80      7120         0     81390     49840   1050977     22.96     22.68  --
918.60/918.62	c  S st 11343   3212445        80      7120         0     81858     49840   1064010     22.96   no data  --
918.60/918.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
918.60/918.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
918.60/918.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
918.60/918.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
918.60/918.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
918.60/918.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
918.60/918.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
939.50/939.57	c lits-rem:      1750  cl-subs:     2085  v-elim:      0  v-fix:    0  time: 20.89 s
939.50/939.57	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
939.50/939.59	c vivif2 --  cl tried    79773 cl shrink        0 lits rem          0 time: 0.02
939.90/939.98	c asymm  cl-useful: 0/691/7120 lits-rem:0 time: 0.39
939.90/939.98	c calculated reachability. Time: 0.00
939.90/939.98	c  N dy 11343   3212445        80      7120         0     79773     49840   1002293     22.96   no data  --
945.90/945.97	c  N dy 11371   3232534        80      7120         0     97953     49840   1481710     22.95     24.29  --
954.09/954.17	c  N dy 11471   3252570        80      7120         0    116285     49840   1982004     22.96     24.81  --
964.10/964.16	c  N dy 11550   3273910        80      7120         0    135761     49840   2511579     22.96     24.30  --
972.99/973.02	c  N dy 11670   3294262        80      7120         0     82651     49840   1068150     22.97     24.27  --
979.90/979.97	c  N dy 11771   3314322        80      7120         0    101002     49840   1565955     22.97     24.18  --
987.50/987.50	c  N dy 11823   3334349        80      7120         0    119152     49840   2051649     22.97     24.81  --
996.50/996.55	c  N dy 11876   3354912        80      7120         0    137936     49840   2561937     22.97     24.28  --
1005.10/1005.14	c  N dy 12007   3374955        80      7120         0     83463     49840   1073061     22.98     25.43  --
1010.39/1010.45	c  N dy 12077   3395050        80      7120         0    101832     49840   1569824     22.98     24.19  --
1017.60/1017.62	c  N dy 12182   3415141        80      7120         0    120232     49840   2070261     22.98     25.11  --
1026.80/1026.88	c  N dy 12292   3437776        80      7120         0    140924     49840   2633868     22.99     24.20  --
1033.40/1033.44	c  N dy 12393   3457804        80      7120         0     85341     49840   1107807     22.99     25.70  --
1040.00/1040.08	c  N dy 12501   3480525        80      7120         0    106078     49840   1675933     23.00     24.30  --
1047.39/1047.45	c  N dy 12605   3501439        80      7120         0    125198     49840   2196334     23.00     24.30  --
1055.10/1055.16	c  N dy 12632   3526896        80      7120         0    148166     49840   2802487     22.99     24.31  --
1061.10/1061.18	c  N dy 12732   3547909        80      7120         0     92615     49840   1287005     23.00     24.36  --
1066.39/1066.45	c  N dy 12791   3568001        80      7120         0    110927     49840   1781889     22.99     24.23  --
1077.60/1077.69	c  N dy 12893   3602051        80      7120         0    141839     49840   2612563     22.99     24.36  --
1085.20/1085.27	c  N dy 12964   3622494        80      7120         0     84793     49840   1057145     22.99     24.21  --
1090.00/1090.07	c  N dy 12991   3642519        80      7120         0    102917     49840   1541339     22.99     24.69  --
1098.70/1098.77	c  N dy 13033   3673674        80      7120         0    131079     49840   2288096     22.98     24.22  --
1106.61/1106.67	c  N dy 13109   3693731        80      7120         0    149428     49840   2787308     22.98     24.26  --
1113.00/1113.02	c  S st 13213   3712445        80      7120         0     90178     49840   1197175     22.98   no data  --
1113.20/1113.25	c  S st 13213   3712946        80      7120         0     90649     49840   1210220     22.98   no data  --
1113.20/1113.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1113.20/1113.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1113.20/1113.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
1113.30/1113.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1113.30/1113.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1113.30/1113.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1113.30/1113.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1131.50/1131.52	c lits-rem:      2050  cl-subs:     2629  v-elim:      0  v-fix:    0  time: 18.20 s
1131.50/1131.52	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1131.50/1131.53	c vivif2 --  cl tried    88020 cl shrink        0 lits rem          0 time: 0.02
1131.70/1131.77	c asymm  cl-useful: 0/584/7120 lits-rem:0 time: 0.24
1131.70/1131.77	c calculated reachability. Time: 0.00
1131.70/1131.77	c  N dy 13213   3712946        80      7120         0     88020     49840   1132607     22.98   no data  --
1137.80/1137.80	c  N dy 13300   3732967        80      7120         0    106201     49840   1624972     22.99     25.94  --
1144.70/1144.77	c  F st 13413   3751562        80      7120         0    123286     49840   2095607     22.99     22.04  --
1145.50/1145.53	c  N st 13417   3753596        80      7120         0    125151     49840   2146613     22.99   no data  --
1153.50/1153.58	c  N dy 13486   3774431        80      7120         0    144138     49840   2662975     22.99     24.24  --
1164.10/1164.16	c  N dy 13600   3794527        80      7120         0     85167     49840   1043578     23.00     25.42  --
1172.30/1172.37	c  N dy 13704   3815536        80      7120         0    104361     49840   1569081     23.01     24.23  --
1179.50/1179.51	c  N dy 13732   3835599        80      7120         0    122590     49840   2057793     23.00     26.27  --
1194.90/1194.94	c  N dy 13786   3869792        80      7120         0    153517     49840   2879152     22.99     24.21  --
1202.50/1202.54	c  N dy 13833   3889875        80      7120         0     93573     49840   1251203     22.99     25.60  --
1211.40/1211.40	c  N dy 13951   3912008        80      7120         0    113843     49840   1807697     22.99     24.24  --
1221.40/1221.46	c  N dy 14066   3932097        80      7120         0    132209     49840   2311120     23.00     24.82  --
1232.90/1232.97	c  N dy 14161   3952198        80      7120         0    150487     49840   2809697     23.00     24.26  --
1242.20/1242.28	c  N dy 14270   3972208        80      7120         0     89552     49840   1131466     23.01     24.34  --
1248.51/1248.59	c  N dy 14281   3994125        80      7120         0    109397     49840   1651556     23.00     24.22  --
1260.30/1260.36	c  N dy 14339   4023224        80      7120         0    135794     49840   2358496     23.00     24.30  --
1270.10/1270.12	c  N dy 14419   4043309        80      7120         0    154083     49840   2853247     23.00     25.13  --
1277.91/1277.92	c  N dy 14507   4064993        80      7120         0     93775     49840   1228792     23.00     24.28  --
1284.40/1284.45	c  N dy 14615   4085005        80      7120         0    112136     49840   1732532     23.00     25.22  --
1296.91/1296.92	c  N dy 14707   4121239        80      7120         0    145124     49840   2616490     23.00     24.28  --

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.84 3.97 3.92 4/187 2900
/proc/meminfo: memFree=19985796/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=29816 CPUtime=0 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 555 0 0 0 0 0 0 0 25 0 1 0 368987997 30531584 495 33554432000 4194304 4650387 140735632408336 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 7454 496 327 112 0 2419 0

[startup+0.067119 s]
/proc/loadavg: 3.84 3.97 3.92 4/187 2900
/proc/meminfo: memFree=19985796/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=29956 CPUtime=0.06 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 670 0 0 0 6 0 0 0 25 0 1 0 368987997 30674944 610 33554432000 4194304 4650387 140735632408336 18446744073709551615 4371091 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 7489 610 345 112 0 2454 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 29956

[startup+0.100113 s]
/proc/loadavg: 3.84 3.97 3.92 4/187 2900
/proc/meminfo: memFree=19985796/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=30088 CPUtime=0.09 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 676 0 0 0 9 0 0 0 25 0 1 0 368987997 30810112 616 33554432000 4194304 4650387 140735632408336 18446744073709551615 4370564 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 7522 616 345 112 0 2487 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30088

[startup+0.300079 s]
/proc/loadavg: 3.84 3.97 3.92 4/187 2900
/proc/meminfo: memFree=19985796/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=32384 CPUtime=0.29 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 1375 0 0 0 29 0 0 0 25 0 1 0 368987997 33161216 1244 33554432000 4194304 4650387 140735632408336 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 8096 1244 376 112 0 3061 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32384

[startup+0.70101 s]
/proc/loadavg: 3.84 3.97 3.92 4/187 2900
/proc/meminfo: memFree=19985796/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=33020 CPUtime=0.69 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 1992 0 0 0 69 0 0 0 25 0 1 0 368987997 33812480 1367 33554432000 4194304 4650387 140735632408336 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 8255 1367 378 112 0 3220 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33020

[startup+1.50098 s]
/proc/loadavg: 3.84 3.97 3.92 3/186 2902
/proc/meminfo: memFree=20131752/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=40140 CPUtime=1.48 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 4426 0 0 0 148 0 0 0 25 0 1 0 368987997 41103360 3055 33554432000 4194304 4650387 140735632408336 18446744073709551615 4432364 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 10035 3055 380 112 0 5000 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 40140

[startup+3.10059 s]
/proc/loadavg: 3.84 3.97 3.92 4/188 2932
/proc/meminfo: memFree=20118172/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=40140 CPUtime=3.08 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 4582 0 0 0 308 0 0 0 25 0 1 0 368987997 41103360 3211 33554432000 4194304 4650387 140735632408336 18446744073709551615 4365305 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 10035 3211 380 112 0 5000 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40140

[startup+6.30103 s]
/proc/loadavg: 3.85 3.97 3.92 5/190 2961
/proc/meminfo: memFree=20095320/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=40396 CPUtime=6.29 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 6488 0 0 0 628 1 0 0 25 0 1 0 368987997 41365504 3073 33554432000 4194304 4650387 140735632408336 18446744073709551615 4359715 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 10099 3073 380 112 0 5064 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40396

[startup+12.7009 s]
/proc/loadavg: 3.86 3.97 3.92 5/190 2961
/proc/meminfo: memFree=20074632/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=47568 CPUtime=12.68 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 10260 0 0 0 1267 1 0 0 25 0 1 0 368987997 48709632 4853 33554432000 4194304 4650387 140735632408336 18446744073709551615 4365301 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 11892 4853 380 112 0 6857 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47568

[startup+25.5007 s]
/proc/loadavg: 3.89 3.97 3.92 5/190 2961
/proc/meminfo: memFree=20044544/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=54784 CPUtime=25.48 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 17053 0 0 0 2546 2 0 0 25 0 1 0 368987997 56098816 6732 33554432000 4194304 4650387 140735632408336 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 13696 6732 380 112 0 8661 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54784

[startup+51.1002 s]
/proc/loadavg: 3.93 3.97 3.92 5/190 2962
/proc/meminfo: memFree=20023460/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=58188 CPUtime=51.09 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 25817 0 0 0 5105 4 0 0 25 0 1 0 368987997 59584512 7865 33554432000 4194304 4650387 140735632408336 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 14547 7865 380 112 0 9512 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58188

[startup+102.306 s]
/proc/loadavg: 3.97 3.97 3.92 5/190 2963
/proc/meminfo: memFree=19992180/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=62508 CPUtime=102.3 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 40950 0 0 0 10222 8 0 0 25 0 1 0 368987997 64008192 9112 33554432000 4194304 4650387 140735632408336 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 15627 9112 380 112 0 10592 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 62508

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.92 5/190 2966
/proc/meminfo: memFree=19948732/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=73648 CPUtime=162.29 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 55793 0 0 0 16218 11 0 0 25 0 1 0 368987997 75415552 11779 33554432000 4194304 4650387 140735632408336 18446744073709551615 4364760 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 18412 11779 380 112 0 13377 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73648

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 3.92 5/190 2968
/proc/meminfo: memFree=19922408/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=84088 CPUtime=222.28 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 67711 0 0 0 22215 13 0 0 25 0 1 0 368987997 86106112 13801 33554432000 4194304 4650387 140735632408336 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 21022 13801 380 112 0 15987 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 84088

[startup+282.301 s]
/proc/loadavg: 4.06 3.99 3.93 5/190 2969
/proc/meminfo: memFree=19910972/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=84356 CPUtime=282.29 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 78855 0 0 0 28213 16 0 0 25 0 1 0 368987997 86380544 14270 33554432000 4194304 4650387 140735632408336 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 21089 14270 380 112 0 16054 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 84356

[startup+342.3 s]
/proc/loadavg: 4.02 3.99 3.93 5/190 2971
/proc/meminfo: memFree=19868184/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=98436 CPUtime=342.28 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 89010 0 0 0 34210 18 0 0 25 0 1 0 368987997 100798464 17320 33554432000 4194304 4650387 140735632408336 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 24609 17320 380 112 0 19574 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 98436

[startup+402.301 s]
/proc/loadavg: 4.05 4.00 3.93 5/190 2972
/proc/meminfo: memFree=19854748/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=98656 CPUtime=402.29 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 98711 0 0 0 40207 22 0 0 25 0 1 0 368987997 101023744 17322 33554432000 4194304 4650387 140735632408336 18446744073709551615 4365210 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 24664 17322 380 112 0 19629 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 98656

[startup+462.3 s]
/proc/loadavg: 4.02 4.00 3.93 5/190 2974
/proc/meminfo: memFree=19832656/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=105176 CPUtime=462.29 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 108302 0 0 0 46206 23 0 0 25 0 1 0 368987997 107700224 19262 33554432000 4194304 4650387 140735632408336 18446744073709551615 4432364 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 26294 19262 380 112 0 21259 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 105176

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 2976
/proc/meminfo: memFree=19818868/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=108616 CPUtime=522.29 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 109141 0 0 0 52206 23 0 0 25 0 1 0 368987997 111222784 20101 33554432000 4194304 4650387 140735632408336 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 27154 20101 380 112 0 22119 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 108616

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 2977
/proc/meminfo: memFree=19817720/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=108764 CPUtime=582.29 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 117412 0 0 0 58203 26 0 0 25 0 1 0 368987997 111374336 20207 33554432000 4194304 4650387 140735632408336 18446744073709551615 4365220 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 27191 20207 380 112 0 22156 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 108764

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 2979
/proc/meminfo: memFree=19811244/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=108968 CPUtime=642.3 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 125856 0 0 0 64201 29 0 0 25 0 1 0 368987997 111583232 20240 33554432000 4194304 4650387 140735632408336 18446744073709551615 4366868 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 27242 20240 380 112 0 22207 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 108968

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 2980
/proc/meminfo: memFree=19793452/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=119664 CPUtime=702.29 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 131145 0 0 0 70199 30 0 0 25 0 1 0 368987997 122535936 22670 33554432000 4194304 4650387 140735632408336 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 29916 22670 380 112 0 24881 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 119664

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 2982
/proc/meminfo: memFree=19778784/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=119664 CPUtime=762.3 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 131145 0 0 0 76200 30 0 0 25 0 1 0 368987997 122535936 22670 33554432000 4194304 4650387 140735632408336 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 29916 22670 380 112 0 24881 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 119664

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 2984
/proc/meminfo: memFree=19772300/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=119764 CPUtime=822.29 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 137537 0 0 0 82197 32 0 0 25 0 1 0 368987997 122638336 22928 33554432000 4194304 4650387 140735632408336 18446744073709551615 4306730 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 29941 22928 380 112 0 24906 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 119764

[startup+882.301 s]
/proc/loadavg: 4.03 4.01 3.94 5/190 2985
/proc/meminfo: memFree=19784168/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=119944 CPUtime=882.29 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 146080 0 0 0 88194 35 0 0 25 0 1 0 368987997 122822656 22456 33554432000 4194304 4650387 140735632408336 18446744073709551615 4334245 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 29986 22456 380 112 0 24951 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 119944

[startup+942.301 s]
/proc/loadavg: 4.07 4.02 3.94 5/190 2987
/proc/meminfo: memFree=19767012/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=120028 CPUtime=942.3 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 151843 0 0 0 94193 37 0 0 25 0 1 0 368987997 122908672 22137 33554432000 4194304 4650387 140735632408336 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 30007 22137 380 112 0 24972 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 120028

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 3.94 5/190 2988
/proc/meminfo: memFree=19750736/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=120100 CPUtime=1002.29 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 156740 0 0 0 100190 39 0 0 25 0 1 0 368987997 122982400 23807 33554432000 4194304 4650387 140735632408336 18446744073709551615 4341197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 30025 23807 380 112 0 24990 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 120100

[startup+1062.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 2990
/proc/meminfo: memFree=19755052/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=120284 CPUtime=1062.3 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 164994 0 0 0 106187 43 0 0 25 0 1 0 368987997 123170816 22288 33554432000 4194304 4650387 140735632408336 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 30071 22288 380 112 0 25036 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 120284

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 2992
/proc/meminfo: memFree=19759864/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=120384 CPUtime=1122.3 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 171488 0 0 0 112185 45 0 0 25 0 1 0 368987997 123273216 22123 33554432000 4194304 4650387 140735632408336 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 30096 22123 380 112 0 25061 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 120384

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 2993
/proc/meminfo: memFree=19732940/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=121616 CPUtime=1182.31 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 176468 0 0 0 118183 48 0 0 25 0 1 0 368987997 124534784 23601 33554432000 4194304 4650387 140735632408336 18446744073709551615 4366807 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 30404 23601 380 112 0 25369 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 121616

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 2995
/proc/meminfo: memFree=19738260/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=121724 CPUtime=1242.3 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 182252 0 0 0 124180 50 0 0 25 0 1 0 368987997 124645376 22456 33554432000 4194304 4650387 140735632408336 18446744073709551615 4520077 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 30431 22456 380 112 0 25396 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 121724



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.94 4/189 3007
/proc/meminfo: memFree=19824712/32950940 swapFree=67111528/67111528
[pid=2900] ppid=2898 vsize=121780 CPUtime=1300.01 cores=4,6
/proc/2900/stat : 2900 (strangenight1-s) R 2898 2900 2420 0 -1 4202496 187567 0 0 0 129948 53 0 0 25 0 1 0 368987997 124702720 24271 33554432000 4194304 4650387 140735632408336 18446744073709551615 4365257 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2900/statm: 30445 24271 380 112 0 25410 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 121780

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.02
CPU user time (s): 1299.49
CPU system time (s): 0.534918
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 190108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.49
system time used= 0.534918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187567
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= 6
involuntary context switches= 1335

runsolver used 2.13767 second user time and 4.87626 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-03 01:39:32
IDJOB=3175839
IDBENCH=82857
IDSOLVER=1589
FILE ID=node117/3175839-1301787572
RUNJOBID= node117-1301783654-2439
PBS_JOBID= 12841401
Free space on /tmp= 71420 MiB

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

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

MD5SUM BENCH= e68176dd0214c3858ad791ec08d1acee
RANDOM SEED=40130411

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      19986076 kB
Buffers:        389448 kB
Cached:       12048916 kB
SwapCached:          0 kB
Active:        8116472 kB
Inactive:      4545448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      19986076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12468 kB
Writeback:           0 kB
AnonPages:      223440 kB
Mapped:          15708 kB
Slab:           239396 kB
PageTables:       5520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   438044 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= 71420 MiB
End job on node117 at 2011-04-03 02:01:14