TSTP Solution File: ROB013-1 by SATCoP---0.1

View Problem - Process Solution

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

% Computer : n026.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 : Mon Jul 18 20:55:53 EDT 2022

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

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

cnf(g1,plain,
    ( ~ sPE(a,negate(add(c,negate(add(negate(b),a)))))
    | sPE(negate(add(c,negate(add(negate(b),a)))),a) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g2,plain,
    sPE(negate(add(a,b)),c),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',condition)]) ).

cnf(g3,plain,
    ( ~ sPE(add(a,negate(b)),add(negate(b),a))
    | sPE(negate(add(a,negate(b))),negate(add(negate(b),a))) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g4,plain,
    sPE(add(a,negate(b)),add(negate(b),a)),
    inference(ground_cnf,[],[file('Axioms/ROB001-0.ax',commutativity_of_add)]) ).

cnf(g5,plain,
    ( ~ sPE(a,negate(add(negate(add(a,b)),negate(add(a,negate(b))))))
    | ~ sPE(negate(add(negate(add(a,b)),negate(add(a,negate(b))))),negate(add(c,negate(add(negate(b),a)))))
    | sPE(a,negate(add(c,negate(add(negate(b),a))))) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g6,plain,
    ( ~ sPE(add(negate(add(a,b)),negate(add(a,negate(b)))),add(c,negate(add(negate(b),a))))
    | sPE(negate(add(negate(add(a,b)),negate(add(a,negate(b))))),negate(add(c,negate(add(negate(b),a))))) ),
    inference(ground_cnf,[],[theory(equality)]) ).

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

cnf(g8,plain,
    ( ~ sPE(negate(add(negate(add(a,b)),negate(add(a,negate(b))))),a)
    | sPE(a,negate(add(negate(add(a,b)),negate(add(a,negate(b)))))) ),
    inference(ground_cnf,[],[theory(equality)]) ).

cnf(g9,plain,
    sPE(negate(add(negate(add(a,b)),negate(add(a,negate(b))))),a),
    inference(ground_cnf,[],[file('Axioms/ROB001-0.ax',robbins_axiom)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : ROB013-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n026.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.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Thu Jun  9 13:52:18 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 3.44/0.77  % symbols: 7
% 3.44/0.77  % clauses: 10
% 3.44/0.77  % start clauses: 1
% 3.44/0.77  % iterative deepening steps: 688
% 3.44/0.77  % maximum path limit: 7
% 3.44/0.77  % literal attempts: 59769
% 3.44/0.77  % depth failures: 21528
% 3.44/0.77  % regularity failures: 7281
% 3.44/0.77  % tautology failures: 8309
% 3.44/0.77  % reductions: 0
% 3.44/0.77  % extensions: 59091
% 3.44/0.77  % SAT variables: 17795
% 3.44/0.77  % SAT clauses: 27837
% 3.44/0.77  % WalkSAT solutions: 27834
% 3.44/0.77  % CDCL solutions: 0
% 3.44/0.77  % SZS status Unsatisfiable for theBenchmark
% 3.44/0.77  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------