TSTP Solution File: RNG003-1 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : RNG003-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n008.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  : 300s
% DateTime : Thu Aug 31 13:54:34 EDT 2023

% Result   : Unsatisfiable 3.17s 1.23s
% Output   : CNFRefutation 3.17s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :    7
% Syntax   : Number of clauses     :   28 (  24 unt;   0 nHn;  14 RR)
%            Number of literals    :   36 (  25 equ;   9 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-3 aty)
%            Number of functors    :    7 (   7 usr;   5 con; 0-2 aty)
%            Number of variables   :   41 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(c_49,plain,
    sum(a,c,d),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_plus_c_is_d) ).

cnf(c_50,plain,
    sum(b,c,d),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_plus_c_is_d) ).

cnf(c_51,negated_conjecture,
    a != b,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_a_equals_b) ).

cnf(c_53,plain,
    sum(X0,additive_identity,X0),
    file('/export/starexec/sandbox/benchmark/Axioms/RNG001-0.ax',additive_identity2) ).

cnf(c_57,plain,
    sum(X0,additive_inverse(X0),additive_identity),
    file('/export/starexec/sandbox/benchmark/Axioms/RNG001-0.ax',right_inverse) ).

cnf(c_59,plain,
    ( ~ sum(X0,X1,X2)
    | ~ sum(X0,X3,X4)
    | ~ sum(X1,X5,X3)
    | sum(X2,X5,X4) ),
    file('/export/starexec/sandbox/benchmark/Axioms/RNG001-0.ax',associativity_of_addition2) ).

cnf(c_60,plain,
    ( ~ sum(X0,X1,X2)
    | sum(X1,X0,X2) ),
    file('/export/starexec/sandbox/benchmark/Axioms/RNG001-0.ax',commutativity_of_addition) ).

cnf(c_76,plain,
    add(a,c) = d,
    inference(well_definedness,[status(thm)],[c_49]) ).

cnf(c_77,plain,
    add(b,c) = d,
    inference(well_definedness,[status(thm)],[c_50]) ).

cnf(c_79,plain,
    add(X0,additive_identity) = X0,
    inference(well_definedness,[status(thm)],[c_53]) ).

cnf(c_83,plain,
    add(X0,additive_inverse(X0)) = additive_identity,
    inference(well_definedness,[status(thm)],[c_57]) ).

cnf(c_86,plain,
    ( add(X0,X1) != X2
    | add(X0,X3) != X4
    | add(X1,X5) != X3
    | add(X2,X5) = X4 ),
    inference(well_definedness,[status(thm)],[c_59]) ).

cnf(c_88,plain,
    ( add(X0,X1) != X2
    | add(X1,X0) = X2 ),
    inference(well_definedness,[status(thm)],[c_60]) ).

cnf(c_219,plain,
    add(X0,X1) = add(X1,X0),
    inference(unflattening,[status(thm)],[c_88]) ).

cnf(c_220,plain,
    add(c,b) = d,
    inference(demodulation,[status(thm)],[c_77,c_219]) ).

cnf(c_226,plain,
    add(add(X0,X1),X2) = add(X0,add(X1,X2)),
    inference(unflattening,[status(thm)],[c_86]) ).

cnf(c_335,plain,
    add(X0,add(X1,X2)) = add(X1,add(X0,X2)),
    inference(superposition,[status(thm)],[c_226,c_219]) ).

cnf(c_336,plain,
    add(a,c) = add(c,b),
    inference(light_normalisation,[status(thm)],[c_220,c_76]) ).

cnf(c_337,plain,
    add(additive_identity,X0) = X0,
    inference(superposition,[status(thm)],[c_79,c_219]) ).

cnf(c_352,plain,
    add(X0,add(additive_inverse(X0),X1)) = add(additive_identity,X1),
    inference(superposition,[status(thm)],[c_83,c_226]) ).

cnf(c_353,plain,
    add(add(a,c),X0) = add(c,add(b,X0)),
    inference(superposition,[status(thm)],[c_336,c_226]) ).

cnf(c_356,plain,
    add(a,add(c,X0)) = add(c,add(b,X0)),
    inference(theory_normalisation,[status(thm)],[c_353,c_226,c_219]) ).

cnf(c_381,plain,
    add(X0,add(additive_inverse(X0),X1)) = X1,
    inference(demodulation,[status(thm)],[c_352,c_337]) ).

cnf(c_387,plain,
    add(X0,add(X1,additive_inverse(X0))) = X1,
    inference(superposition,[status(thm)],[c_219,c_381]) ).

cnf(c_507,plain,
    add(X0,add(X1,additive_inverse(X1))) = X0,
    inference(superposition,[status(thm)],[c_335,c_387]) ).

cnf(c_532,plain,
    add(a,add(c,additive_inverse(c))) = b,
    inference(superposition,[status(thm)],[c_356,c_387]) ).

cnf(c_600,plain,
    a = b,
    inference(demodulation,[status(thm)],[c_532,c_507]) ).

cnf(c_601,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_600,c_51]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : RNG003-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : run_iprover %s %d THM
% 0.13/0.34  % Computer : n008.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.20/0.34  % CPULimit : 300
% 0.20/0.34  % WCLimit  : 300
% 0.20/0.34  % DateTime : Sun Aug 27 01:49:17 EDT 2023
% 0.20/0.34  % CPUTime  : 
% 0.20/0.47  Running first-order theorem proving
% 0.20/0.47  Running: /export/starexec/sandbox/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 3.17/1.23  % SZS status Started for theBenchmark.p
% 3.17/1.23  % SZS status Unsatisfiable for theBenchmark.p
% 3.17/1.23  
% 3.17/1.23  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 3.17/1.23  
% 3.17/1.23  ------  iProver source info
% 3.17/1.23  
% 3.17/1.23  git: date: 2023-05-31 18:12:56 +0000
% 3.17/1.23  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 3.17/1.23  git: non_committed_changes: false
% 3.17/1.23  git: last_make_outside_of_git: false
% 3.17/1.23  
% 3.17/1.23  ------ Parsing...successful
% 3.17/1.23  
% 3.17/1.23  
% 3.17/1.23  
% 3.17/1.23  ------ Preprocessing... sup_sim: 16  sf_s  rm: 0 0s  sf_e  pe_s  pe_e  sup_sim: 1  sf_s  rm: 0 0s  sf_e  pe_s  pe_e  sup_sim: 0  sf_s  rm: 0 0s  sf_e  pe_s  pe_e 
% 3.17/1.23  
% 3.17/1.23  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 3.17/1.23  
% 3.17/1.23  ------ Preprocessing... sf_s  rm: 0 0s  sf_e 
% 3.17/1.23  ------ Proving...
% 3.17/1.23  ------ Problem Properties 
% 3.17/1.23  
% 3.17/1.23  
% 3.17/1.23  clauses                                 10
% 3.17/1.23  conjectures                             1
% 3.17/1.23  EPR                                     1
% 3.17/1.23  Horn                                    10
% 3.17/1.23  unary                                   10
% 3.17/1.23  binary                                  0
% 3.17/1.23  lits                                    10
% 3.17/1.23  lits eq                                 10
% 3.17/1.23  fd_pure                                 0
% 3.17/1.23  fd_pseudo                               0
% 3.17/1.23  fd_cond                                 0
% 3.17/1.23  fd_pseudo_cond                          0
% 3.17/1.23  AC symbols                              1
% 3.17/1.23  
% 3.17/1.23  ------ Schedule UEQ
% 3.17/1.23  
% 3.17/1.23  ------ Option_UEQ Time Limit: 10.
% 3.17/1.23  
% 3.17/1.23  
% 3.17/1.23  ------ 
% 3.17/1.23  Current options:
% 3.17/1.23  ------ 
% 3.17/1.23  
% 3.17/1.23  
% 3.17/1.23  
% 3.17/1.23  
% 3.17/1.23  ------ Proving...
% 3.17/1.23  
% 3.17/1.23  
% 3.17/1.23  % SZS status Unsatisfiable for theBenchmark.p
% 3.17/1.23  
% 3.17/1.23  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 3.17/1.23  
% 3.17/1.23  
%------------------------------------------------------------------------------