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

View Problem - Process Solution

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

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

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

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

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

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

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

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

cnf(g5,plain,
    ( ~ between(v,v,w)
    | ~ between(v,v,w)
    | sPE(v,v) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b2)]) ).

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GEO053-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.03/0.13  % Command  : satcop --statistics %s
% 0.14/0.34  % Computer : n005.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Fri Jun 17 16:05:53 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 4.76/0.97  % symbols: 17
% 4.76/0.97  % clauses: 96
% 4.76/0.97  % start clauses: 1
% 4.76/0.97  % iterative deepening steps: 1465
% 4.76/0.97  % maximum path limit: 3
% 4.76/0.97  % literal attempts: 1440166
% 4.76/0.97  % depth failures: 1247141
% 4.76/0.97  % regularity failures: 2367
% 4.76/0.97  % tautology failures: 106106
% 4.76/0.97  % reductions: 127831
% 4.76/0.97  % extensions: 1311654
% 4.76/0.97  % SAT variables: 72427
% 4.76/0.97  % SAT clauses: 113626
% 4.76/0.97  % WalkSAT solutions: 113620
% 4.76/0.97  % CDCL solutions: 1
% 4.76/0.97  % SZS status Unsatisfiable for theBenchmark
% 4.76/0.97  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------