TSTP Solution File: GEO262+1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : GEO262+1 : TPTP v8.1.0. Bugfixed v6.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n017.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Sat Jul 16 06:11:11 EDT 2022

% Result   : Theorem 0.12s 0.33s
% Output   : Proof 0.12s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    convergent_lines(sK0,sK1),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',con)]) ).

cnf(g1,plain,
    ( ~ convergent_lines(sK0,sK1)
    | unequally_directed_lines(sK0,reverse_line(sK1)) ),
    inference(ground_cnf,[],[file('Axioms/GEO007+0.ax',con_def)]) ).

cnf(g2,plain,
    ( ~ convergent_lines(sK0,sK1)
    | unequally_directed_lines(sK0,sK1) ),
    inference(ground_cnf,[],[file('Axioms/GEO007+0.ax',con_def)]) ).

cnf(g3,plain,
    ( ~ unequally_directed_lines(sK0,sK1)
    | ~ unequally_directed_lines(sK0,reverse_line(sK1))
    | left_convergent_lines(sK0,sK1)
    | left_convergent_lines(sK0,reverse_line(sK1)) ),
    inference(ground_cnf,[],[file('Axioms/GEO007+0.ax',oag9)]) ).

cnf(g4,plain,
    ~ left_convergent_lines(sK0,sK1),
    inference(ground_cnf,[],[file('Axioms/GEO007+0.ax',oag11)]) ).

cnf(g5,plain,
    ~ left_convergent_lines(sK0,reverse_line(sK1)),
    inference(ground_cnf,[],[file('Axioms/GEO007+0.ax',oag11)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GEO262+1 : TPTP v8.1.0. Bugfixed v6.4.0.
% 0.07/0.12  % Command  : satcop --statistics %s
% 0.12/0.32  % Computer : n017.cluster.edu
% 0.12/0.32  % Model    : x86_64 x86_64
% 0.12/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.32  % Memory   : 8042.1875MB
% 0.12/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 600
% 0.12/0.32  % DateTime : Sat Jun 18 12:01:57 EDT 2022
% 0.12/0.32  % CPUTime  : 
% 0.12/0.33  % symbols: 27
% 0.12/0.33  % clauses: 65
% 0.12/0.33  % start clauses: 7
% 0.12/0.33  % iterative deepening steps: 51
% 0.12/0.33  % maximum path limit: 2
% 0.12/0.33  % literal attempts: 6403
% 0.12/0.33  % depth failures: 5190
% 0.12/0.33  % regularity failures: 286
% 0.12/0.33  % tautology failures: 1
% 0.12/0.33  % reductions: 27
% 0.12/0.33  % extensions: 6077
% 0.12/0.33  % SAT variables: 1782
% 0.12/0.33  % SAT clauses: 1764
% 0.12/0.33  % WalkSAT solutions: 1757
% 0.12/0.33  % CDCL solutions: 0
% 0.12/0.33  % SZS status Theorem for theBenchmark
% 0.12/0.33  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------