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

View Problem - Process Solution

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

% Computer : n021.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:09:16 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ( ~ colinear(x,x,y)
    | ~ colinear(x,y,x)
    | ~ colinear(y,x,x)
    | sPE(x,y) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',part_1)]) ).

cnf(g1,plain,
    ( ~ colinear(x,x,y)
    | ~ colinear(x,y,x)
    | ~ colinear(x,z,y)
    | ~ colinear(y,x,x) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',part_2)]) ).

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

cnf(g3,plain,
    ( ~ between(y,x,x)
    | colinear(x,y,x) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c2_3)]) ).

cnf(g4,plain,
    ( ~ between(z,x,y)
    | colinear(x,z,y) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c2_3)]) ).

cnf(g5,plain,
    ( ~ between(y,x,x)
    | colinear(y,x,x) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c2_2)]) ).

cnf(g6,plain,
    between(y,x,x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t3)]) ).

cnf(g7,plain,
    ( ~ sPE(x,y)
    | ~ between(x,x,y)
    | between(z,x,y) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b1)]) ).

cnf(g8,plain,
    ( ~ between(y,x,x)
    | between(x,x,y) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t1)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : GEO067-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.03/0.12  % Command  : satcop --statistics %s
% 0.13/0.33  % Computer : n021.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sat Jun 18 07:35:46 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.19/0.35  % symbols: 18
% 0.19/0.35  % clauses: 110
% 0.19/0.35  % start clauses: 2
% 0.19/0.35  % iterative deepening steps: 37
% 0.19/0.35  % maximum path limit: 2
% 0.19/0.35  % literal attempts: 2268
% 0.19/0.35  % depth failures: 1627
% 0.19/0.35  % regularity failures: 27
% 0.19/0.35  % tautology failures: 151
% 0.19/0.35  % reductions: 465
% 0.19/0.35  % extensions: 1746
% 0.19/0.35  % SAT variables: 1111
% 0.19/0.35  % SAT clauses: 1466
% 0.19/0.35  % WalkSAT solutions: 1459
% 0.19/0.35  % CDCL solutions: 0
% 0.19/0.35  % SZS status Unsatisfiable for theBenchmark
% 0.19/0.35  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------