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

View Problem - Process Solution

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

% Computer : n024.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:40 EDT 2022

% Result   : Unsatisfiable 1.91s 2.08s
% Output   : Refutation 1.91s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    8
% Syntax   : Number of clauses     :   16 (  12 unt;   0 nHn;  16 RR)
%            Number of literals    :   23 (   0 equ;   8 neg)
%            Maximal clause size   :    5 (   1 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   4 con; 0-0 aty)
%            Number of variables   :   12 (   0 sgn)

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

cnf(8,axiom,
    ( product(multiplicative_identity,A,A)
    | ~ defined(A) ),
    file('FLD002-3.p',unknown),
    [] ).

cnf(10,axiom,
    ( product(A,B,C)
    | ~ product(B,A,C) ),
    file('FLD002-3.p',unknown),
    [] ).

cnf(11,axiom,
    ( sum(A,B,C)
    | ~ sum(D,E,F)
    | ~ product(F,G,C)
    | ~ product(D,G,A)
    | ~ product(E,G,B) ),
    file('FLD002-3.p',unknown),
    [] ).

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

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

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

cnf(53,axiom,
    product(multiplicative_identity,a,b),
    file('FLD002-3.p',unknown),
    [] ).

cnf(62,plain,
    product(multiplicative_identity,additive_identity,additive_identity),
    inference(hyper,[status(thm)],[49,8]),
    [iquote('hyper,49,8')] ).

cnf(111,plain,
    product(multiplicative_identity,a,a),
    inference(hyper,[status(thm)],[51,8]),
    [iquote('hyper,51,8')] ).

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

cnf(152,plain,
    product(a,multiplicative_identity,b),
    inference(hyper,[status(thm)],[53,10]),
    [iquote('hyper,53,10')] ).

cnf(570,plain,
    product(additive_identity,multiplicative_identity,additive_identity),
    inference(hyper,[status(thm)],[62,10]),
    [iquote('hyper,62,10')] ).

cnf(3301,plain,
    product(a,multiplicative_identity,a),
    inference(hyper,[status(thm)],[111,10]),
    [iquote('hyper,111,10')] ).

cnf(9578,plain,
    sum(additive_identity,a,b),
    inference(hyper,[status(thm)],[3301,11,113,152,570]),
    [iquote('hyper,3301,11,113,152,570')] ).

cnf(9579,plain,
    $false,
    inference(binary,[status(thm)],[9578,25]),
    [iquote('binary,9578.1,25.1')] ).

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