TSTP Solution File: FLD014-3 by Otter---3.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Otter---3.3
% Problem  : FLD014-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : otter-tptp-script %s

% Computer : n009.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 12:53:42 EDT 2022

% Result   : Unsatisfiable 8.10s 8.32s
% Output   : Refutation 8.10s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   11
% Syntax   : Number of clauses     :   25 (  19 unt;   0 nHn;  25 RR)
%            Number of literals    :   35 (   0 equ;  11 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   3 con; 0-1 aty)
%            Number of variables   :   18 (   0 sgn)

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

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

cnf(3,axiom,
    ( sum(additive_identity,A,A)
    | ~ defined(A) ),
    file('FLD014-3.p',unknown),
    [] ).

cnf(4,axiom,
    ( sum(additive_inverse(A),A,additive_identity)
    | ~ defined(A) ),
    file('FLD014-3.p',unknown),
    [] ).

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

cnf(14,axiom,
    ( defined(additive_inverse(A))
    | ~ defined(A) ),
    file('FLD014-3.p',unknown),
    [] ).

cnf(25,axiom,
    ~ sum(additive_identity,additive_inverse(a),additive_inverse(b)),
    file('FLD014-3.p',unknown),
    [] ).

cnf(49,axiom,
    defined(additive_identity),
    file('FLD014-3.p',unknown),
    [] ).

cnf(51,axiom,
    defined(a),
    file('FLD014-3.p',unknown),
    [] ).

cnf(52,axiom,
    defined(b),
    file('FLD014-3.p',unknown),
    [] ).

cnf(53,axiom,
    sum(additive_identity,a,b),
    file('FLD014-3.p',unknown),
    [] ).

cnf(64,plain,
    sum(additive_identity,additive_identity,additive_identity),
    inference(hyper,[status(thm)],[49,3]),
    [iquote('hyper,49,3')] ).

cnf(112,plain,
    sum(additive_inverse(a),a,additive_identity),
    inference(hyper,[status(thm)],[51,4]),
    [iquote('hyper,51,4')] ).

cnf(113,plain,
    sum(additive_identity,a,a),
    inference(hyper,[status(thm)],[51,3]),
    [iquote('hyper,51,3')] ).

cnf(141,plain,
    defined(additive_inverse(b)),
    inference(hyper,[status(thm)],[52,14]),
    [iquote('hyper,52,14')] ).

cnf(150,plain,
    sum(additive_inverse(b),b,additive_identity),
    inference(hyper,[status(thm)],[52,4]),
    [iquote('hyper,52,4')] ).

cnf(152,plain,
    sum(a,additive_identity,b),
    inference(hyper,[status(thm)],[53,5]),
    [iquote('hyper,53,5')] ).

cnf(395,plain,
    sum(additive_identity,additive_inverse(b),additive_inverse(b)),
    inference(hyper,[status(thm)],[141,3]),
    [iquote('hyper,141,3')] ).

cnf(3307,plain,
    sum(a,additive_identity,a),
    inference(hyper,[status(thm)],[113,5]),
    [iquote('hyper,113,5')] ).

cnf(9589,plain,
    sum(b,additive_identity,a),
    inference(hyper,[status(thm)],[3307,2,152,64]),
    [iquote('hyper,3307,2,152,64')] ).

cnf(9615,plain,
    sum(a,additive_inverse(a),additive_identity),
    inference(hyper,[status(thm)],[112,5]),
    [iquote('hyper,112,5')] ).

cnf(9618,plain,
    sum(additive_inverse(b),a,additive_identity),
    inference(hyper,[status(thm)],[150,1,9589,64]),
    [iquote('hyper,150,1,9589,64')] ).

cnf(9948,plain,
    sum(additive_inverse(b),additive_identity,additive_inverse(b)),
    inference(hyper,[status(thm)],[395,5]),
    [iquote('hyper,395,5')] ).

cnf(10116,plain,
    sum(additive_identity,additive_inverse(a),additive_inverse(b)),
    inference(hyper,[status(thm)],[9948,2,9618,9615]),
    [iquote('hyper,9948,2,9618,9615')] ).

cnf(10117,plain,
    $false,
    inference(binary,[status(thm)],[10116,25]),
    [iquote('binary,10116.1,25.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : FLD014-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.06/0.13  % Command  : otter-tptp-script %s
% 0.12/0.33  % Computer : n009.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 03:14:21 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 1.73/1.93  ----- Otter 3.3f, August 2004 -----
% 1.73/1.93  The process was started by sandbox on n009.cluster.edu,
% 1.73/1.93  Wed Jul 27 03:14:21 2022
% 1.73/1.93  The command was "./otter".  The process ID is 25825.
% 1.73/1.93  
% 1.73/1.93  set(prolog_style_variables).
% 1.73/1.93  set(auto).
% 1.73/1.93     dependent: set(auto1).
% 1.73/1.93     dependent: set(process_input).
% 1.73/1.93     dependent: clear(print_kept).
% 1.73/1.93     dependent: clear(print_new_demod).
% 1.73/1.93     dependent: clear(print_back_demod).
% 1.73/1.93     dependent: clear(print_back_sub).
% 1.73/1.93     dependent: set(control_memory).
% 1.73/1.93     dependent: assign(max_mem, 12000).
% 1.73/1.93     dependent: assign(pick_given_ratio, 4).
% 1.73/1.93     dependent: assign(stats_level, 1).
% 1.73/1.93     dependent: assign(max_seconds, 10800).
% 1.73/1.93  clear(print_given).
% 1.73/1.93  
% 1.73/1.93  list(usable).
% 1.73/1.93  0 [] sum(X,V,W)| -sum(X,Y,U)| -sum(Y,Z,V)| -sum(U,Z,W).
% 1.73/1.93  0 [] sum(U,Z,W)| -sum(X,Y,U)| -sum(Y,Z,V)| -sum(X,V,W).
% 1.73/1.93  0 [] sum(additive_identity,X,X)| -defined(X).
% 1.73/1.93  0 [] sum(additive_inverse(X),X,additive_identity)| -defined(X).
% 1.73/1.93  0 [] sum(Y,X,Z)| -sum(X,Y,Z).
% 1.73/1.93  0 [] product(X,V,W)| -product(X,Y,U)| -product(Y,Z,V)| -product(U,Z,W).
% 1.73/1.93  0 [] product(U,Z,W)| -product(X,Y,U)| -product(Y,Z,V)| -product(X,V,W).
% 1.73/1.93  0 [] product(multiplicative_identity,X,X)| -defined(X).
% 1.73/1.93  0 [] product(multiplicative_inverse(X),X,multiplicative_identity)|sum(additive_identity,X,additive_identity)| -defined(X).
% 1.73/1.93  0 [] product(Y,X,Z)| -product(X,Y,Z).
% 1.73/1.93  0 [] sum(C,D,B)| -sum(X,Y,A)| -product(A,Z,B)| -product(X,Z,C)| -product(Y,Z,D).
% 1.73/1.93  0 [] product(A,Z,B)| -sum(X,Y,A)| -product(X,Z,C)| -product(Y,Z,D)| -sum(C,D,B).
% 1.73/1.93  0 [] defined(add(X,Y))| -defined(X)| -defined(Y).
% 1.73/1.93  0 [] defined(additive_identity).
% 1.73/1.93  0 [] defined(additive_inverse(X))| -defined(X).
% 1.73/1.93  0 [] defined(multiply(X,Y))| -defined(X)| -defined(Y).
% 1.73/1.93  0 [] defined(multiplicative_identity).
% 1.73/1.93  0 [] defined(multiplicative_inverse(X))| -defined(X)|sum(additive_identity,X,additive_identity).
% 1.73/1.93  0 [] sum(X,Y,add(X,Y))| -defined(X)| -defined(Y).
% 1.73/1.93  0 [] product(X,Y,multiply(X,Y))| -defined(X)| -defined(Y).
% 1.73/1.93  0 [] sum(additive_identity,X,Y)| -less_or_e_qual(X,Y)| -less_or_e_qual(Y,X).
% 1.73/1.93  0 [] less_or_e_qual(X,Z)| -less_or_e_qual(X,Y)| -less_or_e_qual(Y,Z).
% 1.73/1.93  0 [] less_or_e_qual(X,Y)|less_or_e_qual(Y,X)| -defined(X)| -defined(Y).
% 1.73/1.93  0 [] less_or_e_qual(U,V)| -less_or_e_qual(X,Y)| -sum(X,Z,U)| -sum(Y,Z,V).
% 1.73/1.93  0 [] less_or_e_qual(additive_identity,Z)| -less_or_e_qual(additive_identity,X)| -less_or_e_qual(additive_identity,Y)| -product(X,Y,Z).
% 1.73/1.93  0 [] -sum(additive_identity,additive_identity,multiplicative_identity).
% 1.73/1.93  0 [] defined(a).
% 1.73/1.93  0 [] defined(b).
% 1.73/1.93  0 [] sum(additive_identity,a,b).
% 1.73/1.93  0 [] -sum(additive_identity,additive_inverse(a),additive_inverse(b)).
% 1.73/1.93  end_of_list.
% 1.73/1.93  
% 1.73/1.93  SCAN INPUT: prop=0, horn=0, equality=0, symmetry=0, max_lits=5.
% 1.73/1.93  
% 1.73/1.93  This is a non-Horn set without equality.  The strategy will
% 1.73/1.93  be ordered hyper_res, unit deletion, and factoring, with
% 1.73/1.93  satellites in sos and with nuclei in usable.
% 1.73/1.93  
% 1.73/1.93     dependent: set(hyper_res).
% 1.73/1.93     dependent: set(factor).
% 1.73/1.93     dependent: set(unit_deletion).
% 1.73/1.93  
% 1.73/1.93  ------------> process usable:
% 1.73/1.93  ** KEPT (pick-wt=16): 1 [] sum(A,B,C)| -sum(A,D,E)| -sum(D,F,B)| -sum(E,F,C).
% 1.73/1.93  ** KEPT (pick-wt=16): 2 [] sum(A,B,C)| -sum(D,E,A)| -sum(E,B,F)| -sum(D,F,C).
% 1.73/1.93  ** KEPT (pick-wt=6): 3 [] sum(additive_identity,A,A)| -defined(A).
% 1.73/1.93  ** KEPT (pick-wt=7): 4 [] sum(additive_inverse(A),A,additive_identity)| -defined(A).
% 1.73/1.93  ** KEPT (pick-wt=8): 5 [] sum(A,B,C)| -sum(B,A,C).
% 1.73/1.93  ** KEPT (pick-wt=16): 6 [] product(A,B,C)| -product(A,D,E)| -product(D,F,B)| -product(E,F,C).
% 1.73/1.93  ** KEPT (pick-wt=16): 7 [] product(A,B,C)| -product(D,E,A)| -product(E,B,F)| -product(D,F,C).
% 1.73/1.93  ** KEPT (pick-wt=6): 8 [] product(multiplicative_identity,A,A)| -defined(A).
% 1.73/1.93  ** KEPT (pick-wt=11): 9 [] product(multiplicative_inverse(A),A,multiplicative_identity)|sum(additive_identity,A,additive_identity)| -defined(A).
% 1.73/1.93  ** KEPT (pick-wt=8): 10 [] product(A,B,C)| -product(B,A,C).
% 1.73/1.93  ** KEPT (pick-wt=20): 11 [] sum(A,B,C)| -sum(D,E,F)| -product(F,G,C)| -product(D,G,A)| -product(E,G,B).
% 1.73/1.93  ** KEPT (pick-wt=20): 12 [] product(A,B,C)| -sum(D,E,A)| -product(D,B,F)| -product(E,B,G)| -sum(F,G,C).
% 1.73/1.93  ** KEPT (pick-wt=8): 13 [] defined(add(A,B))| -defined(A)| -defined(B).
% 1.73/1.93  ** KEPT (pick-wt=5): 14 [] defined(additive_inverse(A))| -defined(A).
% 1.73/1.93  ** KEPT (pick-wt=8): 15 [] defined(multiply(A,B))| -defined(A)| -defined(B).
% 8.10/8.32  ** KEPT (pick-wt=9): 16 [] defined(multiplicative_inverse(A))| -defined(A)|sum(additive_identity,A,additive_identity).
% 8.10/8.32  ** KEPT (pick-wt=10): 17 [] sum(A,B,add(A,B))| -defined(A)| -defined(B).
% 8.10/8.32  ** KEPT (pick-wt=10): 18 [] product(A,B,multiply(A,B))| -defined(A)| -defined(B).
% 8.10/8.32  ** KEPT (pick-wt=10): 19 [] sum(additive_identity,A,B)| -less_or_e_qual(A,B)| -less_or_e_qual(B,A).
% 8.10/8.32  ** KEPT (pick-wt=9): 20 [] less_or_e_qual(A,B)| -less_or_e_qual(A,C)| -less_or_e_qual(C,B).
% 8.10/8.32  ** KEPT (pick-wt=10): 21 [] less_or_e_qual(A,B)|less_or_e_qual(B,A)| -defined(A)| -defined(B).
% 8.10/8.32  ** KEPT (pick-wt=14): 22 [] less_or_e_qual(A,B)| -less_or_e_qual(C,D)| -sum(C,E,A)| -sum(D,E,B).
% 8.10/8.32  ** KEPT (pick-wt=13): 23 [] less_or_e_qual(additive_identity,A)| -less_or_e_qual(additive_identity,B)| -less_or_e_qual(additive_identity,C)| -product(B,C,A).
% 8.10/8.32  ** KEPT (pick-wt=4): 24 [] -sum(additive_identity,additive_identity,multiplicative_identity).
% 8.10/8.32  ** KEPT (pick-wt=6): 25 [] -sum(additive_identity,additive_inverse(a),additive_inverse(b)).
% 8.10/8.32  
% 8.10/8.32  ------------> process sos:
% 8.10/8.32  ** KEPT (pick-wt=2): 49 [] defined(additive_identity).
% 8.10/8.32  ** KEPT (pick-wt=2): 50 [] defined(multiplicative_identity).
% 8.10/8.32  ** KEPT (pick-wt=2): 51 [] defined(a).
% 8.10/8.32  ** KEPT (pick-wt=2): 52 [] defined(b).
% 8.10/8.32  ** KEPT (pick-wt=4): 53 [] sum(additive_identity,a,b).
% 8.10/8.32  
% 8.10/8.32  ======= end of input processing =======
% 8.10/8.32  
% 8.10/8.32  =========== start of search ===========
% 8.10/8.32  
% 8.10/8.32  
% 8.10/8.32  Resetting weight limit to 6.
% 8.10/8.32  
% 8.10/8.32  
% 8.10/8.32  Resetting weight limit to 6.
% 8.10/8.32  
% 8.10/8.32  sos_size=9408
% 8.10/8.32  
% 8.10/8.32  -------- PROOF -------- 
% 8.10/8.32  
% 8.10/8.32  ----> UNIT CONFLICT at   6.39 sec ----> 10117 [binary,10116.1,25.1] $F.
% 8.10/8.32  
% 8.10/8.32  Length of proof is 13.  Level of proof is 5.
% 8.10/8.32  
% 8.10/8.32  ---------------- PROOF ----------------
% 8.10/8.32  % SZS status Unsatisfiable
% 8.10/8.32  % SZS output start Refutation
% See solution above
% 8.10/8.32  ------------ end of proof -------------
% 8.10/8.32  
% 8.10/8.32  
% 8.10/8.32  Search stopped by max_proofs option.
% 8.10/8.32  
% 8.10/8.32  
% 8.10/8.32  Search stopped by max_proofs option.
% 8.10/8.32  
% 8.10/8.32  ============ end of search ============
% 8.10/8.32  
% 8.10/8.32  -------------- statistics -------------
% 8.10/8.32  clauses given               1528
% 8.10/8.32  clauses generated        4125069
% 8.10/8.32  clauses kept               10116
% 8.10/8.32  clauses forward subsumed   21339
% 8.10/8.32  clauses back subsumed         58
% 8.10/8.32  Kbytes malloced             5859
% 8.10/8.32  
% 8.10/8.32  ----------- times (seconds) -----------
% 8.10/8.32  user CPU time          6.39          (0 hr, 0 min, 6 sec)
% 8.10/8.32  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 8.10/8.32  wall-clock time        8             (0 hr, 0 min, 8 sec)
% 8.10/8.32  
% 8.10/8.32  That finishes the proof of the theorem.
% 8.10/8.32  
% 8.10/8.32  Process 25825 finished Wed Jul 27 03:14:29 2022
% 8.10/8.32  Otter interrupted
% 8.10/8.32  PROOF FOUND
%------------------------------------------------------------------------------