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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : NUM024-1 : TPTP v8.1.0. Bugfixed v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n005.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 13:58:18 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ~ equalish(successor(predecessor_of_1st_minus_2nd(a,a)),n0),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_a_contradiction)]) ).

cnf(g1,plain,
    ( ~ equalish(add(successor(predecessor_of_1st_minus_2nd(a,a)),a),add(n0,a))
    | equalish(successor(predecessor_of_1st_minus_2nd(a,a)),n0) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',plus_substitution)]) ).

cnf(g2,plain,
    ( ~ equalish(add(successor(predecessor_of_1st_minus_2nd(a,a)),a),a)
    | ~ equalish(a,add(n0,a))
    | equalish(add(successor(predecessor_of_1st_minus_2nd(a,a)),a),add(n0,a)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity)]) ).

cnf(g3,plain,
    ( ~ less(a,a)
    | equalish(add(successor(predecessor_of_1st_minus_2nd(a,a)),a),a) ),
    inference(ground_cnf,[],[file('Axioms/NUM001-1.ax',less_lemma)]) ).

cnf(g4,plain,
    less(a,a),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',impossible_a_is_less_than_itself)]) ).

cnf(g5,plain,
    ( ~ equalish(add(n0,a),a)
    | equalish(a,add(n0,a)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',symmetry)]) ).

cnf(g6,plain,
    ( ~ equalish(add(n0,a),add(a,n0))
    | ~ equalish(add(a,n0),a)
    | equalish(add(n0,a),a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity)]) ).

cnf(g7,plain,
    ( ~ equalish(add(add(a,n0),n0),add(a,n0))
    | equalish(add(a,n0),a) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',plus_substitution)]) ).

cnf(g8,plain,
    equalish(add(add(a,n0),n0),add(a,n0)),
    inference(ground_cnf,[],[file('Axioms/NUM001-0.ax',adding_zero)]) ).

cnf(g9,plain,
    equalish(add(n0,a),add(a,n0)),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_of_plus)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : NUM024-1 : TPTP v8.1.0. Bugfixed v4.0.0.
% 0.07/0.13  % Command  : satcop --statistics %s
% 0.12/0.34  % Computer : n005.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % 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 : Wed Jul  6 08:18:07 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.39  % symbols: 10
% 0.12/0.39  % clauses: 16
% 0.12/0.39  % start clauses: 1
% 0.12/0.39  % iterative deepening steps: 247
% 0.12/0.39  % maximum path limit: 6
% 0.12/0.39  % literal attempts: 70053
% 0.12/0.39  % depth failures: 45042
% 0.12/0.39  % regularity failures: 7037
% 0.12/0.39  % tautology failures: 2663
% 0.12/0.39  % reductions: 0
% 0.12/0.39  % extensions: 69944
% 0.12/0.39  % SAT variables: 8945
% 0.12/0.39  % SAT clauses: 13573
% 0.12/0.39  % WalkSAT solutions: 13574
% 0.12/0.39  % CDCL solutions: 0
% 0.12/0.39  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.39  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------