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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : RNG002-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:40:09 EDT 2022

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

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

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

cnf(g2,plain,
    sum(additive_identity,b,b),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',additive_identity1)]) ).

cnf(g3,plain,
    sum(additive_identity,c,c),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',additive_identity1)]) ).

cnf(g4,plain,
    sum(a,c,d),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_plus_c_is_d)]) ).

cnf(g5,plain,
    ( ~ sum(additive_identity,c,c)
    | ~ sum(additive_identity,c,b)
    | sPE(c,b) ),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',addition_is_well_defined)]) ).

cnf(g6,plain,
    sum(a,b,d),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_plus_b_is_d)]) ).

cnf(g7,plain,
    ( ~ sum(additive_inverse(a),a,additive_identity)
    | ~ sum(a,b,d)
    | ~ sum(additive_identity,b,b)
    | sum(additive_inverse(a),d,b) ),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',associativity_of_addition1)]) ).

cnf(g8,plain,
    sum(additive_inverse(a),a,additive_identity),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',left_inverse)]) ).

cnf(g9,plain,
    ( ~ sum(additive_inverse(a),a,additive_identity)
    | ~ sum(additive_inverse(a),d,b)
    | ~ sum(a,c,d)
    | sum(additive_identity,c,b) ),
    inference(ground_cnf,[],[file('Axioms/RNG001-0.ax',associativity_of_addition2)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem  : RNG002-1 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % 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.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Mon May 30 14:03:40 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.37  % symbols: 12
% 0.12/0.37  % clauses: 28
% 0.12/0.37  % start clauses: 1
% 0.12/0.37  % iterative deepening steps: 268
% 0.12/0.37  % maximum path limit: 3
% 0.12/0.37  % literal attempts: 37880
% 0.12/0.37  % depth failures: 27711
% 0.12/0.37  % regularity failures: 832
% 0.12/0.37  % tautology failures: 1089
% 0.12/0.37  % reductions: 0
% 0.12/0.37  % extensions: 37638
% 0.12/0.37  % SAT variables: 2653
% 0.12/0.37  % SAT clauses: 6884
% 0.12/0.37  % WalkSAT solutions: 6882
% 0.12/0.37  % CDCL solutions: 0
% 0.12/0.37  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.37  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------