TSTP Solution File: GEO010-3 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : GEO010-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n022.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:08:44 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ( ~ colinear(a,c,b)
    | ~ colinear(b,a,c)
    | ~ colinear(b,c,a)
    | ~ colinear(c,a,b)
    | ~ colinear(c,b,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_colinear_in_all_orders)]) ).

cnf(g1,plain,
    ( ~ between(b,c,a)
    | colinear(b,a,c) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c2_2)]) ).

cnf(g2,plain,
    ( ~ between(c,b,a)
    | colinear(b,a,c) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-1.ax',colinearity3)]) ).

cnf(g3,plain,
    ( ~ between(c,a,b)
    | colinear(b,a,c) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c2_1)]) ).

cnf(g4,plain,
    ( ~ between(b,c,a)
    | colinear(c,a,b) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-1.ax',colinearity3)]) ).

cnf(g5,plain,
    ( ~ between(c,a,b)
    | colinear(c,a,b) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-1.ax',colinearity1)]) ).

cnf(g6,plain,
    ( ~ between(c,b,a)
    | colinear(c,a,b) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c2_2)]) ).

cnf(g7,plain,
    ( ~ between(c,a,b)
    | colinear(a,c,b) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c2_3)]) ).

cnf(g8,plain,
    ( ~ between(b,c,a)
    | colinear(a,c,b) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c2_1)]) ).

cnf(g9,plain,
    ( ~ between(c,b,a)
    | colinear(a,c,b) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-1.ax',colinearity2)]) ).

cnf(g10,plain,
    ( ~ between(c,b,a)
    | colinear(b,c,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c2_3)]) ).

cnf(g11,plain,
    ( ~ between(c,a,b)
    | colinear(b,c,a) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-1.ax',colinearity2)]) ).

cnf(g12,plain,
    ( ~ between(b,c,a)
    | colinear(b,c,a) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-1.ax',colinearity1)]) ).

cnf(g13,plain,
    ( ~ between(c,b,a)
    | colinear(c,b,a) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-1.ax',colinearity1)]) ).

cnf(g14,plain,
    ( ~ between(b,c,a)
    | colinear(c,b,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c2_3)]) ).

cnf(g15,plain,
    ( ~ between(c,a,b)
    | colinear(c,b,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c2_2)]) ).

cnf(g16,plain,
    ( ~ colinear(a,b,c)
    | between(a,b,c)
    | between(b,c,a)
    | between(c,a,b) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-1.ax',colinearity4)]) ).

cnf(g17,plain,
    ( ~ between(a,b,c)
    | between(c,b,a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t1)]) ).

cnf(g18,plain,
    colinear(a,b,c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',abc_colinear)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : GEO010-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.10/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n022.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Sat Jun 18 03:37:02 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.35  % symbols: 18
% 0.12/0.35  % clauses: 104
% 0.12/0.35  % start clauses: 1
% 0.12/0.35  % iterative deepening steps: 58
% 0.12/0.35  % maximum path limit: 2
% 0.12/0.35  % literal attempts: 6103
% 0.12/0.35  % depth failures: 5683
% 0.12/0.35  % regularity failures: 64
% 0.12/0.35  % tautology failures: 38
% 0.12/0.35  % reductions: 21
% 0.12/0.35  % extensions: 6028
% 0.12/0.35  % SAT variables: 644
% 0.12/0.35  % SAT clauses: 1893
% 0.12/0.35  % WalkSAT solutions: 1886
% 0.12/0.35  % CDCL solutions: 0
% 0.12/0.35  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.35  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------