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

View Problem - Process Solution

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

% Computer : n007.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:15 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ colinear(u,v,w),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_uvw_colinear)]) ).

cnf(g1,plain,
    ( ~ between(v,w,u)
    | colinear(u,v,w) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-1.ax',colinearity2)]) ).

cnf(g2,plain,
    ( ~ between(u,w,v)
    | between(v,w,u) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',t1)]) ).

cnf(g3,plain,
    between(u,w,v),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',w_between_u_and_v)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : GEO065-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.12/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n007.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.35  % DateTime : Sat Jun 18 04:02:43 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % symbols: 18
% 0.13/0.35  % clauses: 101
% 0.13/0.35  % start clauses: 1
% 0.13/0.35  % iterative deepening steps: 53
% 0.13/0.35  % maximum path limit: 3
% 0.13/0.35  % literal attempts: 4679
% 0.13/0.35  % depth failures: 4258
% 0.13/0.35  % regularity failures: 91
% 0.13/0.35  % tautology failures: 69
% 0.13/0.35  % reductions: 44
% 0.13/0.35  % extensions: 4666
% 0.13/0.35  % SAT variables: 1096
% 0.13/0.35  % SAT clauses: 2170
% 0.13/0.35  % WalkSAT solutions: 2174
% 0.13/0.35  % CDCL solutions: 0
% 0.13/0.35  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.35  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------