TSTP Solution File: GEO026-2 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : GEO026-2 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n011.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:53 EDT 2022

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

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

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

cnf(g2,plain,
    between(u,v,x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',v_between_u_and_x)]) ).

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

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

cnf(g5,plain,
    equidistant(w,extension(w,w,u,v),u,v),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',segment_construction2)]) ).

cnf(g6,plain,
    ~ sPE(u,v),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',u_not_v)]) ).

cnf(g7,plain,
    equidistant(w,extension(w,w,v,x),v,x),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',segment_construction2)]) ).

cnf(g8,plain,
    ( ~ equidistant(u,v,u,v)
    | ~ equidistant(u,x,u,x)
    | ~ equidistant(v,w,v,x)
    | ~ equidistant(v,x,v,x)
    | ~ between(u,v,w)
    | ~ between(u,v,x)
    | sPE(u,v)
    | equidistant(w,x,x,x) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',outer_five_segment)]) ).

cnf(g9,plain,
    ( ~ equidistant(w,extension(w,w,u,v),u,v)
    | ~ equidistant(w,extension(w,w,u,v),u,v)
    | equidistant(u,v,u,v) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',transitivity_for_equidistance)]) ).

cnf(g10,plain,
    ( ~ equidistant(w,extension(w,w,v,x),v,x)
    | ~ equidistant(w,extension(w,w,v,x),v,x)
    | equidistant(v,x,v,x) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',transitivity_for_equidistance)]) ).

cnf(g11,plain,
    ( ~ equidistant(w,extension(w,w,u,x),u,x)
    | ~ equidistant(w,extension(w,w,u,x),u,x)
    | equidistant(u,x,u,x) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',transitivity_for_equidistance)]) ).

cnf(g12,plain,
    equidistant(w,extension(w,w,u,x),u,x),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',segment_construction2)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : GEO026-2 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n011.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Sat Jun 18 07:35:52 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 11.16/1.77  % symbols: 16
% 11.16/1.77  % clauses: 33
% 11.16/1.77  % start clauses: 1
% 11.16/1.77  % iterative deepening steps: 3016
% 11.16/1.77  % maximum path limit: 4
% 11.16/1.77  % literal attempts: 1372589
% 11.16/1.77  % depth failures: 885271
% 11.16/1.77  % regularity failures: 6545
% 11.16/1.77  % tautology failures: 52816
% 11.16/1.77  % reductions: 304052
% 11.16/1.77  % extensions: 1068305
% 11.16/1.77  % SAT variables: 296087
% 11.16/1.77  % SAT clauses: 280161
% 11.16/1.77  % WalkSAT solutions: 280153
% 11.16/1.77  % CDCL solutions: 5
% 11.16/1.77  % SZS status Unsatisfiable for theBenchmark
% 11.16/1.77  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------