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

View Problem - Process Solution

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

% Computer : n003.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:47 EDT 2022

% Result   : Unsatisfiable 1.81s 1.99s
% Output   : Refutation 1.81s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    9
% Syntax   : Number of clauses     :   14 (  10 unt;   1 nHn;  14 RR)
%            Number of literals    :   21 (   0 equ;   8 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    5 (   5 usr;   4 con; 0-1 aty)
%            Number of variables   :   11 (   0 sgn)

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

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

cnf(9,axiom,
    ( product(multiplicative_inverse(A),A,multiplicative_identity)
    | sum(additive_identity,A,additive_identity)
    | ~ defined(A) ),
    file('FLD038-3.p',unknown),
    [] ).

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

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

cnf(26,axiom,
    ~ product(multiplicative_identity,a,b),
    file('FLD038-3.p',unknown),
    [] ).

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

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

cnf(54,axiom,
    product(b,multiplicative_inverse(a),multiplicative_identity),
    file('FLD038-3.p',unknown),
    [] ).

cnf(111,plain,
    product(multiplicative_inverse(a),a,multiplicative_identity),
    inference(unit_del,[status(thm)],[inference(hyper,[status(thm)],[52,9]),25]),
    [iquote('hyper,52,9,unit_del,25')] ).

cnf(150,plain,
    product(multiplicative_identity,b,b),
    inference(hyper,[status(thm)],[53,8]),
    [iquote('hyper,53,8')] ).

cnf(8331,plain,
    product(b,multiplicative_identity,b),
    inference(hyper,[status(thm)],[150,10]),
    [iquote('hyper,150,10')] ).

cnf(9618,plain,
    product(multiplicative_identity,a,b),
    inference(hyper,[status(thm)],[111,7,54,8331]),
    [iquote('hyper,111,7,54,8331')] ).

cnf(9619,plain,
    $false,
    inference(binary,[status(thm)],[9618,26]),
    [iquote('binary,9618.1,26.1')] ).

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