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

View Problem - Process Solution

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

% Computer : n028.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:55 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ sPE(extension(u,v,w,x),extension(u,v,y,z)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_equal_extensions)]) ).

cnf(g1,plain,
    ( ~ equidistant(v,extension(u,v,y,z),v,extension(u,v,w,x))
    | equidistant(v,extension(u,v,w,x),v,extension(u,v,y,z)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',d2)]) ).

cnf(g2,plain,
    ( ~ equidistant(v,extension(u,v,w,x),v,extension(u,v,y,z))
    | ~ between(u,v,extension(u,v,w,x))
    | ~ between(u,v,extension(u,v,y,z))
    | sPE(u,v)
    | sPE(extension(u,v,w,x),extension(u,v,y,z)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',d9)]) ).

cnf(g3,plain,
    between(u,v,extension(u,v,y,z)),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',segment_construction1)]) ).

cnf(g4,plain,
    between(u,v,extension(u,v,w,x)),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',segment_construction1)]) ).

cnf(g5,plain,
    equidistant(w,x,y,z),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',w_to_x_equals_y_to_z)]) ).

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

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

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

cnf(g9,plain,
    ( ~ equidistant(v,extension(u,v,y,z),y,z)
    | ~ equidistant(y,z,v,extension(u,v,w,x))
    | equidistant(v,extension(u,v,y,z),v,extension(u,v,w,x)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',d5)]) ).

cnf(g10,plain,
    ( ~ equidistant(v,extension(u,v,w,x),y,z)
    | equidistant(y,z,v,extension(u,v,w,x)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',d2)]) ).

cnf(g11,plain,
    ( ~ equidistant(v,extension(u,v,w,x),w,x)
    | ~ equidistant(w,x,y,z)
    | equidistant(v,extension(u,v,w,x),y,z) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',d5)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GEO028-3 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.13  % Command  : satcop --statistics %s
% 0.13/0.33  % Computer : n028.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sat Jun 18 07:05:28 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 33.04/4.55  % symbols: 19
% 33.04/4.55  % clauses: 52
% 33.04/4.55  % start clauses: 1
% 33.04/4.55  % iterative deepening steps: 4114
% 33.04/4.55  % maximum path limit: 4
% 33.04/4.55  % literal attempts: 2819957
% 33.04/4.55  % depth failures: 2100412
% 33.04/4.55  % regularity failures: 60922
% 33.04/4.55  % tautology failures: 99168
% 33.04/4.55  % reductions: 381431
% 33.04/4.55  % extensions: 2438099
% 33.04/4.55  % SAT variables: 751245
% 33.04/4.55  % SAT clauses: 820516
% 33.04/4.55  % WalkSAT solutions: 820515
% 33.04/4.55  % CDCL solutions: 0
% 33.04/4.55  % SZS status Unsatisfiable for theBenchmark
% 33.04/4.55  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------