TSTP Solution File: RNG003-1 by Otter---3.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Otter---3.3
% Problem  : RNG003-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : otter-tptp-script %s

% Computer : n019.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 : Wed Jul 27 13:12:00 EDT 2022

% Result   : Unsatisfiable 1.70s 1.93s
% Output   : Refutation 1.70s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   10
% Syntax   : Number of clauses     :   18 (  14 unt;   0 nHn;  14 RR)
%            Number of literals    :   27 (   5 equ;  11 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    2 (   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   :   24 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ( ~ sum(A,B,C)
    | ~ sum(B,D,E)
    | ~ sum(C,D,F)
    | sum(A,E,F) ),
    file('RNG003-1.p',unknown),
    [] ).

cnf(2,axiom,
    ( ~ sum(A,B,C)
    | ~ sum(B,D,E)
    | ~ sum(A,E,F)
    | sum(C,D,F) ),
    file('RNG003-1.p',unknown),
    [] ).

cnf(3,axiom,
    ( ~ sum(A,B,C)
    | sum(B,A,C) ),
    file('RNG003-1.p',unknown),
    [] ).

cnf(10,axiom,
    ( ~ sum(A,B,C)
    | ~ sum(A,B,D)
    | C = D ),
    file('RNG003-1.p',unknown),
    [] ).

cnf(12,axiom,
    a != b,
    file('RNG003-1.p',unknown),
    [] ).

cnf(13,plain,
    b != a,
    inference(flip,[status(thm),theory(equality)],[inference(copy,[status(thm)],[12])]),
    [iquote('copy,12,flip.1')] ).

cnf(15,axiom,
    sum(additive_identity,A,A),
    file('RNG003-1.p',unknown),
    [] ).

cnf(18,axiom,
    sum(A,B,add(A,B)),
    file('RNG003-1.p',unknown),
    [] ).

cnf(19,axiom,
    sum(additive_inverse(A),A,additive_identity),
    file('RNG003-1.p',unknown),
    [] ).

cnf(21,axiom,
    sum(a,c,d),
    file('RNG003-1.p',unknown),
    [] ).

cnf(22,axiom,
    sum(b,c,d),
    file('RNG003-1.p',unknown),
    [] ).

cnf(27,plain,
    sum(c,a,d),
    inference(hyper,[status(thm)],[21,3]),
    [iquote('hyper,21,3')] ).

cnf(34,plain,
    sum(c,b,d),
    inference(hyper,[status(thm)],[22,3]),
    [iquote('hyper,22,3')] ).

cnf(75,plain,
    sum(additive_inverse(c),d,b),
    inference(hyper,[status(thm)],[19,1,34,15]),
    [iquote('hyper,19,1,34,15')] ).

cnf(98,plain,
    add(additive_identity,A) = A,
    inference(flip,[status(thm),theory(equality)],[inference(hyper,[status(thm)],[18,10,15])]),
    [iquote('hyper,18,10,15,flip.1')] ).

cnf(190,plain,
    sum(additive_identity,a,b),
    inference(hyper,[status(thm)],[75,2,19,27]),
    [iquote('hyper,75,2,19,27')] ).

cnf(212,plain,
    b = a,
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(hyper,[status(thm)],[190,10,18]),98])]),
    [iquote('hyper,190,10,18,demod,98,flip.1')] ).

cnf(214,plain,
    $false,
    inference(binary,[status(thm)],[212,13]),
    [iquote('binary,212.1,13.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : RNG003-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.12  % Command  : otter-tptp-script %s
% 0.12/0.33  % Computer : n019.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  : 300
% 0.12/0.33  % DateTime : Wed Jul 27 02:11:07 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 1.70/1.93  ----- Otter 3.3f, August 2004 -----
% 1.70/1.93  The process was started by sandbox2 on n019.cluster.edu,
% 1.70/1.93  Wed Jul 27 02:11:07 2022
% 1.70/1.93  The command was "./otter".  The process ID is 6663.
% 1.70/1.93  
% 1.70/1.93  set(prolog_style_variables).
% 1.70/1.93  set(auto).
% 1.70/1.93     dependent: set(auto1).
% 1.70/1.93     dependent: set(process_input).
% 1.70/1.93     dependent: clear(print_kept).
% 1.70/1.93     dependent: clear(print_new_demod).
% 1.70/1.93     dependent: clear(print_back_demod).
% 1.70/1.93     dependent: clear(print_back_sub).
% 1.70/1.93     dependent: set(control_memory).
% 1.70/1.93     dependent: assign(max_mem, 12000).
% 1.70/1.93     dependent: assign(pick_given_ratio, 4).
% 1.70/1.93     dependent: assign(stats_level, 1).
% 1.70/1.93     dependent: assign(max_seconds, 10800).
% 1.70/1.93  clear(print_given).
% 1.70/1.93  
% 1.70/1.93  list(usable).
% 1.70/1.93  0 [] A=A.
% 1.70/1.93  0 [] sum(additive_identity,X,X).
% 1.70/1.93  0 [] sum(X,additive_identity,X).
% 1.70/1.93  0 [] product(X,Y,multiply(X,Y)).
% 1.70/1.93  0 [] sum(X,Y,add(X,Y)).
% 1.70/1.93  0 [] sum(additive_inverse(X),X,additive_identity).
% 1.70/1.93  0 [] sum(X,additive_inverse(X),additive_identity).
% 1.70/1.93  0 [] -sum(X,Y,U)| -sum(Y,Z,V)| -sum(U,Z,W)|sum(X,V,W).
% 1.70/1.93  0 [] -sum(X,Y,U)| -sum(Y,Z,V)| -sum(X,V,W)|sum(U,Z,W).
% 1.70/1.93  0 [] -sum(X,Y,Z)|sum(Y,X,Z).
% 1.70/1.93  0 [] -product(X,Y,U)| -product(Y,Z,V)| -product(U,Z,W)|product(X,V,W).
% 1.70/1.93  0 [] -product(X,Y,U)| -product(Y,Z,V)| -product(X,V,W)|product(U,Z,W).
% 1.70/1.93  0 [] -product(X,Y,V1)| -product(X,Z,V2)| -sum(Y,Z,V3)| -product(X,V3,V4)|sum(V1,V2,V4).
% 1.70/1.93  0 [] -product(X,Y,V1)| -product(X,Z,V2)| -sum(Y,Z,V3)| -sum(V1,V2,V4)|product(X,V3,V4).
% 1.70/1.93  0 [] -product(Y,X,V1)| -product(Z,X,V2)| -sum(Y,Z,V3)| -product(V3,X,V4)|sum(V1,V2,V4).
% 1.70/1.93  0 [] -product(Y,X,V1)| -product(Z,X,V2)| -sum(Y,Z,V3)| -sum(V1,V2,V4)|product(V3,X,V4).
% 1.70/1.93  0 [] -sum(X,Y,U)| -sum(X,Y,V)|U=V.
% 1.70/1.93  0 [] -product(X,Y,U)| -product(X,Y,V)|U=V.
% 1.70/1.93  0 [] sum(a,c,d).
% 1.70/1.93  0 [] sum(b,c,d).
% 1.70/1.93  0 [] a!=b.
% 1.70/1.93  end_of_list.
% 1.70/1.93  
% 1.70/1.93  SCAN INPUT: prop=0, horn=1, equality=1, symmetry=0, max_lits=5.
% 1.70/1.93  
% 1.70/1.93  This is a Horn set with equality.  The strategy will be
% 1.70/1.93  Knuth-Bendix and hyper_res, with positive clauses in
% 1.70/1.93  sos and nonpositive clauses in usable.
% 1.70/1.93  
% 1.70/1.93     dependent: set(knuth_bendix).
% 1.70/1.93     dependent: set(anl_eq).
% 1.70/1.93     dependent: set(para_from).
% 1.70/1.93     dependent: set(para_into).
% 1.70/1.93     dependent: clear(para_from_right).
% 1.70/1.93     dependent: clear(para_into_right).
% 1.70/1.93     dependent: set(para_from_vars).
% 1.70/1.93     dependent: set(eq_units_both_ways).
% 1.70/1.93     dependent: set(dynamic_demod_all).
% 1.70/1.93     dependent: set(dynamic_demod).
% 1.70/1.93     dependent: set(order_eq).
% 1.70/1.93     dependent: set(back_demod).
% 1.70/1.93     dependent: set(lrpo).
% 1.70/1.93     dependent: set(hyper_res).
% 1.70/1.93     dependent: clear(order_hyper).
% 1.70/1.93  
% 1.70/1.93  ------------> process usable:
% 1.70/1.93  ** KEPT (pick-wt=16): 1 [] -sum(A,B,C)| -sum(B,D,E)| -sum(C,D,F)|sum(A,E,F).
% 1.70/1.93  ** KEPT (pick-wt=16): 2 [] -sum(A,B,C)| -sum(B,D,E)| -sum(A,E,F)|sum(C,D,F).
% 1.70/1.93  ** KEPT (pick-wt=8): 3 [] -sum(A,B,C)|sum(B,A,C).
% 1.70/1.93  ** KEPT (pick-wt=16): 4 [] -product(A,B,C)| -product(B,D,E)| -product(C,D,F)|product(A,E,F).
% 1.70/1.93  ** KEPT (pick-wt=16): 5 [] -product(A,B,C)| -product(B,D,E)| -product(A,E,F)|product(C,D,F).
% 1.70/1.93  ** KEPT (pick-wt=20): 6 [] -product(A,B,C)| -product(A,D,E)| -sum(B,D,F)| -product(A,F,G)|sum(C,E,G).
% 1.70/1.93  ** KEPT (pick-wt=20): 7 [] -product(A,B,C)| -product(A,D,E)| -sum(B,D,F)| -sum(C,E,G)|product(A,F,G).
% 1.70/1.93  ** KEPT (pick-wt=20): 8 [] -product(A,B,C)| -product(D,B,E)| -sum(A,D,F)| -product(F,B,G)|sum(C,E,G).
% 1.70/1.93  ** KEPT (pick-wt=20): 9 [] -product(A,B,C)| -product(D,B,E)| -sum(A,D,F)| -sum(C,E,G)|product(F,B,G).
% 1.70/1.93  ** KEPT (pick-wt=11): 10 [] -sum(A,B,C)| -sum(A,B,D)|C=D.
% 1.70/1.93  ** KEPT (pick-wt=11): 11 [] -product(A,B,C)| -product(A,B,D)|C=D.
% 1.70/1.93  ** KEPT (pick-wt=3): 13 [copy,12,flip.1] b!=a.
% 1.70/1.93  
% 1.70/1.93  ------------> process sos:
% 1.70/1.93  ** KEPT (pick-wt=3): 14 [] A=A.
% 1.70/1.93  ** KEPT (pick-wt=4): 15 [] sum(additive_identity,A,A).
% 1.70/1.93  ** KEPT (pick-wt=4): 16 [] sum(A,additive_identity,A).
% 1.70/1.93  ** KEPT (pick-wt=6): 17 [] product(A,B,multiply(A,B)).
% 1.70/1.93  ** KEPT (pick-wt=6): 18 [] sum(A,B,add(A,B)).
% 1.70/1.93  ** KEPT (pick-wt=5): 19 [] sum(additive_inverse(A),A,additive_identity).
% 1.70/1.93  ** KEPT (pick-wt=5): 20 [] sum(A,additive_inverse(A),additive_identity).
% 1.70/1.93  ** KEPT (pick-wt=4): 21 [] sum(a,c,d).
% 1.70/1.93  ** KEPT (pick-wt=4): 22 [] sum(b,c,d).
% 1.70/1.93    Following clause subsumed by 14 during input processing: 0 [copy,14,flip.1] A=A.
% 1.70/1.93  
% 1.70/1.93  ======= end of input processing =======
% 1.70/1.93  
% 1.70/1.93  =========== start of search ===========
% 1.70/1.93  
% 1.70/1.93  -------- PROOF -------- 
% 1.70/1.93  
% 1.70/1.93  ----> UNIT CONFLICT at   0.01 sec ----> 214 [binary,212.1,13.1] $F.
% 1.70/1.93  
% 1.70/1.93  Length of proof is 7.  Level of proof is 4.
% 1.70/1.93  
% 1.70/1.93  ---------------- PROOF ----------------
% 1.70/1.93  % SZS status Unsatisfiable
% 1.70/1.93  % SZS output start Refutation
% See solution above
% 1.70/1.93  ------------ end of proof -------------
% 1.70/1.93  
% 1.70/1.93  
% 1.70/1.93  Search stopped by max_proofs option.
% 1.70/1.93  
% 1.70/1.93  
% 1.70/1.93  Search stopped by max_proofs option.
% 1.70/1.93  
% 1.70/1.93  ============ end of search ============
% 1.70/1.93  
% 1.70/1.93  -------------- statistics -------------
% 1.70/1.93  clauses given                 14
% 1.70/1.93  clauses generated            577
% 1.70/1.93  clauses kept                 201
% 1.70/1.93  clauses forward subsumed     400
% 1.70/1.93  clauses back subsumed          0
% 1.70/1.93  Kbytes malloced             1953
% 1.70/1.93  
% 1.70/1.93  ----------- times (seconds) -----------
% 1.70/1.93  user CPU time          0.01          (0 hr, 0 min, 0 sec)
% 1.70/1.93  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 1.70/1.93  wall-clock time        1             (0 hr, 0 min, 1 sec)
% 1.70/1.93  
% 1.70/1.93  That finishes the proof of the theorem.
% 1.70/1.93  
% 1.70/1.93  Process 6663 finished Wed Jul 27 02:11:08 2022
% 1.70/1.93  Otter interrupted
% 1.70/1.93  PROOF FOUND
%------------------------------------------------------------------------------