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

View Problem - Process Solution

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

% Computer : n022.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:04 EDT 2022

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

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

cnf(g1,plain,
    ( ~ sPE(x,extension(u,w,w,x))
    | between(u,w,x) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b0)]) ).

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

cnf(g3,plain,
    ~ sPE(v,w),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',v_not_w)]) ).

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

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

cnf(g6,plain,
    ( ~ sPE(extension(u,w,w,x),x)
    | sPE(x,extension(u,w,w,x)) ),
    inference(ground_cnf,[],[theory(equality)]) ).

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : GEO044-3 : TPTP v8.1.0. Released v1.0.0.
% 0.12/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n022.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 : Fri Jun 17 23:55:47 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 264.34/33.62  % symbols: 17
% 264.34/33.62  % clauses: 67
% 264.34/33.62  % start clauses: 1
% 264.34/33.62  % iterative deepening steps: 7584
% 264.34/33.62  % maximum path limit: 6
% 264.34/33.62  % literal attempts: 12685763
% 264.34/33.62  % depth failures: 10310431
% 264.34/33.62  % regularity failures: 425773
% 264.34/33.62  % tautology failures: 555879
% 264.34/33.62  % reductions: 791974
% 264.34/33.62  % extensions: 11893410
% 264.34/33.62  % SAT variables: 3767350
% 264.34/33.62  % SAT clauses: 5386548
% 264.34/33.62  % WalkSAT solutions: 5386534
% 264.34/33.62  % CDCL solutions: 13
% 264.34/33.62  % SZS status Unsatisfiable for theBenchmark
% 264.34/33.62  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------