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

View Problem - Process Solution

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

% Computer : n003.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:58 EDT 2022

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

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

cnf(g1,plain,
    ( ~ equidistant(v,x,v,v)
    | sPE(v,x) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',identity_for_equidistance)]) ).

cnf(g2,plain,
    ( ~ equidistant(v,v,v,x)
    | equidistant(v,x,v,v) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d4_3)]) ).

cnf(g3,plain,
    equidistant(u,v,u,x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',u_to_v_equals_u_to_x)]) ).

cnf(g4,plain,
    equidistant(w,v,w,x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',w_to_v_equals_w_to_x)]) ).

cnf(g5,plain,
    equidistant(w,v,w,v),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d1)]) ).

cnf(g6,plain,
    ( ~ equidistant(w,v,w,v)
    | equidistant(v,w,v,w) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d4_5)]) ).

cnf(g7,plain,
    ( ~ equidistant(u,v,u,v)
    | ~ equidistant(u,v,u,x)
    | ~ equidistant(v,w,v,w)
    | ~ equidistant(w,v,w,x)
    | ~ between(u,v,w)
    | ~ between(u,v,w)
    | equidistant(v,v,v,x) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d14)]) ).

cnf(g8,plain,
    between(u,v,w),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',v_between_u_and_w)]) ).

cnf(g9,plain,
    equidistant(u,v,u,v),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d1)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GEO034-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.03/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n003.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.34  % DateTime : Sat Jun 18 02:51:42 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 3.56/0.83  % symbols: 17
% 3.56/0.83  % clauses: 82
% 3.56/0.83  % start clauses: 1
% 3.56/0.83  % iterative deepening steps: 900
% 3.56/0.83  % maximum path limit: 3
% 3.56/0.83  % literal attempts: 669437
% 3.56/0.83  % depth failures: 565438
% 3.56/0.83  % regularity failures: 2997
% 3.56/0.83  % tautology failures: 34459
% 3.56/0.83  % reductions: 60533
% 3.56/0.83  % extensions: 608329
% 3.56/0.83  % SAT variables: 77930
% 3.56/0.83  % SAT clauses: 107842
% 3.56/0.83  % WalkSAT solutions: 107834
% 3.56/0.83  % CDCL solutions: 1
% 3.56/0.83  % SZS status Unsatisfiable for theBenchmark
% 3.56/0.83  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------