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

View Problem - Process Solution

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

% Computer : n024.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:37 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ between(c,b,a),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_b_between_c_and_a)]) ).

cnf(g1,plain,
    sPE(c,c),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g2,plain,
    sPE(b,b),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g3,plain,
    between(a,b,c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_between_a_and_c)]) ).

cnf(g4,plain,
    sPE(a,a),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g5,plain,
    between(b,c,extension(b,c,c,c)),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',segment_construction1)]) ).

cnf(g6,plain,
    ( ~ sPE(b,b)
    | ~ sPE(c,c)
    | ~ sPE(extension(b,c,c,c),c)
    | ~ between(b,c,extension(b,c,c,c))
    | between(b,c,c) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g7,plain,
    ( ~ sPE(c,extension(b,c,c,c))
    | sPE(extension(b,c,c,c),c) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g8,plain,
    equidistant(c,extension(b,c,c,c),c,c),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',segment_construction2)]) ).

cnf(g9,plain,
    ( ~ sPE(c,c)
    | ~ sPE(inner_pasch(a,b,c,c,b),b)
    | ~ sPE(a,a)
    | ~ between(c,inner_pasch(a,b,c,c,b),a)
    | between(c,b,a) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g10,plain,
    ( ~ between(a,b,c)
    | ~ between(b,c,c)
    | between(c,inner_pasch(a,b,c,c,b),a) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',inner_pasch2)]) ).

cnf(g11,plain,
    ( ~ sPE(b,inner_pasch(a,b,c,c,b))
    | sPE(inner_pasch(a,b,c,c,b),b) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g12,plain,
    ( ~ between(b,inner_pasch(a,b,c,c,b),b)
    | sPE(b,inner_pasch(a,b,c,c,b)) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',identity_for_betweeness)]) ).

cnf(g13,plain,
    ( ~ between(a,b,c)
    | ~ between(b,c,c)
    | between(b,inner_pasch(a,b,c,c,b),b) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',inner_pasch1)]) ).

cnf(g14,plain,
    ( ~ equidistant(c,extension(b,c,c,c),c,c)
    | sPE(c,extension(b,c,c,c)) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',identity_for_equidistance)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : GEO001-2 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n024.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Sat Jun 18 13:25:02 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 47.48/6.38  % symbols: 15
% 47.48/6.38  % clauses: 30
% 47.48/6.38  % start clauses: 1
% 47.48/6.38  % iterative deepening steps: 4076
% 47.48/6.38  % maximum path limit: 5
% 47.48/6.38  % literal attempts: 3563510
% 47.48/6.38  % depth failures: 2546724
% 47.48/6.38  % regularity failures: 11040
% 47.48/6.38  % tautology failures: 60140
% 47.48/6.38  % reductions: 555891
% 47.48/6.38  % extensions: 3006558
% 47.48/6.38  % SAT variables: 1069763
% 47.48/6.38  % SAT clauses: 1074429
% 47.48/6.38  % WalkSAT solutions: 1074419
% 47.48/6.38  % CDCL solutions: 8
% 47.48/6.38  % SZS status Unsatisfiable for theBenchmark
% 47.48/6.38  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------