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

View Problem - Process Solution

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

% Computer : n025.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:01 EDT 2022

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

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

cnf(g1,plain,
    ( ~ sPE(v,u)
    | sPE(u,v) ),
    inference(ground_cnf,[],[theory(equality)]) ).

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

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

cnf(g4,plain,
    ( ~ between(v,u,v)
    | sPE(v,u) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',identity_for_betweeness)]) ).

cnf(g5,plain,
    sPE(v,v),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g6,plain,
    ( ~ between(u,v,w)
    | ~ between(v,u,w)
    | between(v,inner_pasch(u,v,w,u,v),v) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',inner_pasch1)]) ).

cnf(g7,plain,
    ( ~ sPE(u,inner_pasch(u,v,w,u,v))
    | sPE(inner_pasch(u,v,w,u,v),u) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g8,plain,
    ( ~ between(u,v,w)
    | ~ between(v,u,w)
    | between(u,inner_pasch(u,v,w,u,v),u) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',inner_pasch2)]) ).

cnf(g9,plain,
    ( ~ sPE(v,v)
    | ~ sPE(inner_pasch(u,v,w,u,v),u)
    | ~ sPE(v,v)
    | ~ between(v,inner_pasch(u,v,w,u,v),v)
    | between(v,u,v) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g10,plain,
    ( ~ between(u,inner_pasch(u,v,w,u,v),u)
    | sPE(u,inner_pasch(u,v,w,u,v)) ),
    inference(ground_cnf,[],[file('Axioms/GEO002-0.ax',identity_for_betweeness)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : GEO040-2 : TPTP v8.1.0. Released v1.0.0.
% 0.10/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n025.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 19:41:12 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 7.55/1.40  % symbols: 15
% 7.55/1.40  % clauses: 31
% 7.55/1.40  % start clauses: 1
% 7.55/1.40  % iterative deepening steps: 2845
% 7.55/1.40  % maximum path limit: 4
% 7.55/1.40  % literal attempts: 926107
% 7.55/1.40  % depth failures: 598706
% 7.55/1.40  % regularity failures: 4266
% 7.55/1.40  % tautology failures: 28484
% 7.55/1.40  % reductions: 193976
% 7.55/1.40  % extensions: 731866
% 7.55/1.40  % SAT variables: 227635
% 7.55/1.40  % SAT clauses: 212231
% 7.55/1.40  % WalkSAT solutions: 212226
% 7.55/1.40  % CDCL solutions: 2
% 7.55/1.40  % SZS status Unsatisfiable for theBenchmark
% 7.55/1.40  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------