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

View Problem - Process Solution

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

% Computer : n014.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 3.55s 0.85s
% Output   : Proof 3.55s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

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

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

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

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

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

cnf(g5,plain,
    sPE(u,x),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',u_is_x)]) ).

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

cnf(g7,plain,
    sPE(w,extension(v,w,w,w)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',e1)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : GEO039-3 : TPTP v8.1.0. Released v1.0.0.
% 0.12/0.13  % Command  : satcop --statistics %s
% 0.13/0.34  % Computer : n014.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 05:25:19 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 3.55/0.84  % symbols: 17
% 3.55/0.84  % clauses: 58
% 3.55/0.84  % start clauses: 1
% 3.55/0.84  % iterative deepening steps: 769
% 3.55/0.84  % maximum path limit: 4
% 3.55/0.84  % literal attempts: 564759
% 3.55/0.84  % depth failures: 460814
% 3.55/0.84  % regularity failures: 12763
% 3.55/0.84  % tautology failures: 9616
% 3.55/0.84  % reductions: 38885
% 3.55/0.84  % extensions: 525605
% 3.55/0.84  % SAT variables: 160927
% 3.55/0.85  % SAT clauses: 222396
% 3.55/0.85  % WalkSAT solutions: 222395
% 3.55/0.85  % CDCL solutions: 0
% 3.55/0.85  % SZS status Unsatisfiable for theBenchmark
% 3.55/0.85  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------