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

View Problem - Process Solution

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

% Computer : n023.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:57 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ equidistant(v,x,v1,x1),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_v_to_x_equals_v1_to_x1)]) ).

cnf(g1,plain,
    equidistant(u,x,u1,x1),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',u_to_x_equals_u1_to_x1)]) ).

cnf(g2,plain,
    equidistant(u,v,u1,v1),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',u_to_v_equals_u1_to_v1)]) ).

cnf(g3,plain,
    equidistant(w,x,w1,x1),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',w_to_x_equals_w1_to_x1)]) ).

cnf(g4,plain,
    equidistant(v,w,v1,w1),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',v_to_w_equals_v1_to_w1)]) ).

cnf(g5,plain,
    between(u1,v1,w1),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',v1_between_u1_and_w1)]) ).

cnf(g6,plain,
    ( ~ equidistant(u,v,u1,v1)
    | ~ equidistant(u,w,u1,w1)
    | ~ equidistant(u,x,u1,x1)
    | ~ equidistant(w,x,w1,x1)
    | ~ between(u,v,w)
    | ~ between(u1,v1,w1)
    | equidistant(v,x,v1,x1) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',d12)]) ).

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

cnf(g8,plain,
    ( ~ equidistant(u,v,u1,v1)
    | ~ equidistant(v,w,v1,w1)
    | ~ between(u,v,w)
    | ~ between(u1,v1,w1)
    | equidistant(u,w,u1,w1) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',d8)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GEO033-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.03/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n023.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Sat Jun 18 18:58:04 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 4.81/0.94  % symbols: 21
% 4.81/0.94  % clauses: 84
% 4.81/0.94  % start clauses: 1
% 4.81/0.94  % iterative deepening steps: 956
% 4.81/0.94  % maximum path limit: 3
% 4.81/0.94  % literal attempts: 869173
% 4.81/0.94  % depth failures: 740059
% 4.81/0.94  % regularity failures: 27635
% 4.81/0.94  % tautology failures: 22850
% 4.81/0.94  % reductions: 22721
% 4.81/0.94  % extensions: 845927
% 4.81/0.94  % SAT variables: 173538
% 4.81/0.94  % SAT clauses: 286196
% 4.81/0.94  % WalkSAT solutions: 286192
% 4.81/0.94  % CDCL solutions: 1
% 4.81/0.94  % SZS status Unsatisfiable for theBenchmark
% 4.81/0.94  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------