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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 1.83s 2.05s
% Output   : Refutation 1.83s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   14
% Syntax   : Number of clauses     :   25 (  17 unt;   0 nHn;  23 RR)
%            Number of literals    :   43 (   3 equ;  19 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    5 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    8 (   8 usr;   6 con; 0-2 aty)
%            Number of variables   :   33 (   3 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ( ~ defined(A,B)
    | product(A,B,compose(A,B)) ),
    file('CAT001-1.p',unknown),
    [] ).

cnf(2,axiom,
    ( ~ product(A,B,C)
    | defined(A,B) ),
    file('CAT001-1.p',unknown),
    [] ).

cnf(3,axiom,
    ( ~ product(A,B,C)
    | ~ defined(C,D)
    | defined(B,D) ),
    file('CAT001-1.p',unknown),
    [] ).

cnf(4,axiom,
    ( ~ product(A,B,C)
    | ~ product(B,D,E)
    | ~ defined(C,D)
    | defined(A,E) ),
    file('CAT001-1.p',unknown),
    [] ).

cnf(7,axiom,
    ( ~ product(A,B,C)
    | ~ product(D,A,E)
    | ~ defined(D,C)
    | defined(E,B) ),
    file('CAT001-1.p',unknown),
    [] ).

cnf(8,axiom,
    ( ~ product(A,B,C)
    | ~ product(D,C,E)
    | ~ product(D,A,F)
    | product(F,B,E) ),
    file('CAT001-1.p',unknown),
    [] ).

cnf(9,axiom,
    ( ~ defined(A,B)
    | ~ defined(B,C)
    | ~ identity_map(B)
    | defined(A,C) ),
    file('CAT001-1.p',unknown),
    [] ).

cnf(13,axiom,
    ( ~ product(c,A,B)
    | ~ product(c,C,B)
    | A = C ),
    file('CAT001-1.p',unknown),
    [] ).

cnf(14,axiom,
    h != g,
    file('CAT001-1.p',unknown),
    [] ).

cnf(16,axiom,
    identity_map(domain(A)),
    file('CAT001-1.p',unknown),
    [] ).

cnf(20,axiom,
    product(A,domain(A),A),
    file('CAT001-1.p',unknown),
    [] ).

cnf(22,axiom,
    product(a,b,c),
    file('CAT001-1.p',unknown),
    [] ).

cnf(23,axiom,
    product(b,h,d),
    file('CAT001-1.p',unknown),
    [] ).

cnf(24,axiom,
    product(b,g,d),
    file('CAT001-1.p',unknown),
    [] ).

cnf(51,plain,
    defined(a,b),
    inference(hyper,[status(thm)],[22,2]),
    [iquote('hyper,22,2')] ).

cnf(58,plain,
    defined(c,domain(b)),
    inference(hyper,[status(thm)],[51,7,20,22]),
    [iquote('hyper,51,7,20,22')] ).

cnf(68,plain,
    defined(b,h),
    inference(hyper,[status(thm)],[23,2]),
    [iquote('hyper,23,2')] ).

cnf(76,plain,
    defined(domain(b),h),
    inference(hyper,[status(thm)],[68,3,20]),
    [iquote('hyper,68,3,20')] ).

cnf(194,plain,
    defined(c,h),
    inference(hyper,[status(thm)],[76,9,58,16]),
    [iquote('hyper,76,9,58,16')] ).

cnf(206,plain,
    defined(a,d),
    inference(hyper,[status(thm)],[194,4,22,23]),
    [iquote('hyper,194,4,22,23')] ).

cnf(215,plain,
    product(a,d,compose(a,d)),
    inference(hyper,[status(thm)],[206,1]),
    [iquote('hyper,206,1')] ).

cnf(1021,plain,
    product(c,g,compose(a,d)),
    inference(hyper,[status(thm)],[215,8,24,22]),
    [iquote('hyper,215,8,24,22')] ).

cnf(1022,plain,
    product(c,h,compose(a,d)),
    inference(hyper,[status(thm)],[215,8,23,22]),
    [iquote('hyper,215,8,23,22')] ).

cnf(1215,plain,
    h = g,
    inference(flip,[status(thm),theory(equality)],[inference(hyper,[status(thm)],[1022,13,1021])]),
    [iquote('hyper,1022,13,1021,flip.1')] ).

cnf(1217,plain,
    $false,
    inference(binary,[status(thm)],[1215,14]),
    [iquote('binary,1215.1,14.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.13  % Problem  : CAT001-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.13  % Command  : otter-tptp-script %s
% 0.14/0.34  % Computer : n014.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Wed Jul 27 02:01:39 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 1.78/1.96  ----- Otter 3.3f, August 2004 -----
% 1.78/1.96  The process was started by sandbox2 on n014.cluster.edu,
% 1.78/1.96  Wed Jul 27 02:01:39 2022
% 1.78/1.96  The command was "./otter".  The process ID is 8464.
% 1.78/1.96  
% 1.78/1.96  set(prolog_style_variables).
% 1.78/1.96  set(auto).
% 1.78/1.96     dependent: set(auto1).
% 1.78/1.96     dependent: set(process_input).
% 1.78/1.96     dependent: clear(print_kept).
% 1.78/1.96     dependent: clear(print_new_demod).
% 1.78/1.96     dependent: clear(print_back_demod).
% 1.78/1.96     dependent: clear(print_back_sub).
% 1.78/1.96     dependent: set(control_memory).
% 1.78/1.96     dependent: assign(max_mem, 12000).
% 1.78/1.96     dependent: assign(pick_given_ratio, 4).
% 1.78/1.96     dependent: assign(stats_level, 1).
% 1.78/1.96     dependent: assign(max_seconds, 10800).
% 1.78/1.96  clear(print_given).
% 1.78/1.96  
% 1.78/1.96  list(usable).
% 1.78/1.96  0 [] A=A.
% 1.78/1.96  0 [] -defined(X,Y)|product(X,Y,compose(X,Y)).
% 1.78/1.96  0 [] -product(X,Y,Z)|defined(X,Y).
% 1.78/1.96  0 [] -product(X,Y,Xy)| -defined(Xy,Z)|defined(Y,Z).
% 1.78/1.96  0 [] -product(X,Y,Xy)| -product(Y,Z,Yz)| -defined(Xy,Z)|defined(X,Yz).
% 1.78/1.96  0 [] -product(X,Y,Xy)| -product(Xy,Z,Xyz)| -product(Y,Z,Yz)|product(X,Yz,Xyz).
% 1.78/1.96  0 [] -product(Y,Z,Yz)| -defined(X,Yz)|defined(X,Y).
% 1.78/1.96  0 [] -product(Y,Z,Yz)| -product(X,Y,Xy)| -defined(X,Yz)|defined(Xy,Z).
% 1.78/1.96  0 [] -product(Y,Z,Yz)| -product(X,Yz,Xyz)| -product(X,Y,Xy)|product(Xy,Z,Xyz).
% 1.78/1.96  0 [] -defined(X,Y)| -defined(Y,Z)| -identity_map(Y)|defined(X,Z).
% 1.78/1.96  0 [] identity_map(domain(X)).
% 1.78/1.96  0 [] identity_map(codomain(X)).
% 1.78/1.96  0 [] defined(X,domain(X)).
% 1.78/1.96  0 [] defined(codomain(X),X).
% 1.78/1.96  0 [] product(X,domain(X),X).
% 1.78/1.96  0 [] product(codomain(X),X,X).
% 1.78/1.96  0 [] -defined(X,Y)| -identity_map(X)|product(X,Y,Y).
% 1.78/1.96  0 [] -defined(X,Y)| -identity_map(Y)|product(X,Y,X).
% 1.78/1.96  0 [] -product(X,Y,Z)| -product(X,Y,W)|Z=W.
% 1.78/1.96  0 [] product(a,b,c).
% 1.78/1.96  0 [] -product(c,X1,X2)| -product(c,X3,X2)|X1=X3.
% 1.78/1.96  0 [] product(b,h,d).
% 1.78/1.96  0 [] product(b,g,d).
% 1.78/1.96  0 [] h!=g.
% 1.78/1.96  end_of_list.
% 1.78/1.96  
% 1.78/1.96  SCAN INPUT: prop=0, horn=1, equality=1, symmetry=0, max_lits=4.
% 1.78/1.96  
% 1.78/1.96  This is a Horn set with equality.  The strategy will be
% 1.78/1.96  Knuth-Bendix and hyper_res, with positive clauses in
% 1.78/1.96  sos and nonpositive clauses in usable.
% 1.78/1.96  
% 1.78/1.96     dependent: set(knuth_bendix).
% 1.78/1.96     dependent: set(anl_eq).
% 1.78/1.96     dependent: set(para_from).
% 1.78/1.96     dependent: set(para_into).
% 1.78/1.96     dependent: clear(para_from_right).
% 1.78/1.96     dependent: clear(para_into_right).
% 1.78/1.96     dependent: set(para_from_vars).
% 1.78/1.96     dependent: set(eq_units_both_ways).
% 1.78/1.96     dependent: set(dynamic_demod_all).
% 1.78/1.96     dependent: set(dynamic_demod).
% 1.78/1.96     dependent: set(order_eq).
% 1.78/1.96     dependent: set(back_demod).
% 1.78/1.96     dependent: set(lrpo).
% 1.78/1.96     dependent: set(hyper_res).
% 1.78/1.96     dependent: clear(order_hyper).
% 1.78/1.96  
% 1.78/1.96  ------------> process usable:
% 1.78/1.96  ** KEPT (pick-wt=9): 1 [] -defined(A,B)|product(A,B,compose(A,B)).
% 1.78/1.96  ** KEPT (pick-wt=7): 2 [] -product(A,B,C)|defined(A,B).
% 1.78/1.96  ** KEPT (pick-wt=10): 3 [] -product(A,B,C)| -defined(C,D)|defined(B,D).
% 1.78/1.96  ** KEPT (pick-wt=14): 4 [] -product(A,B,C)| -product(B,D,E)| -defined(C,D)|defined(A,E).
% 1.78/1.96  ** KEPT (pick-wt=16): 5 [] -product(A,B,C)| -product(C,D,E)| -product(B,D,F)|product(A,F,E).
% 1.78/1.96  ** KEPT (pick-wt=10): 6 [] -product(A,B,C)| -defined(D,C)|defined(D,A).
% 1.78/1.96  ** KEPT (pick-wt=14): 7 [] -product(A,B,C)| -product(D,A,E)| -defined(D,C)|defined(E,B).
% 1.78/1.96  ** KEPT (pick-wt=16): 8 [] -product(A,B,C)| -product(D,C,E)| -product(D,A,F)|product(F,B,E).
% 1.78/1.96  ** KEPT (pick-wt=11): 9 [] -defined(A,B)| -defined(B,C)| -identity_map(B)|defined(A,C).
% 1.78/1.96  ** KEPT (pick-wt=9): 10 [] -defined(A,B)| -identity_map(A)|product(A,B,B).
% 1.78/1.96  ** KEPT (pick-wt=9): 11 [] -defined(A,B)| -identity_map(B)|product(A,B,A).
% 1.78/1.96  ** KEPT (pick-wt=11): 12 [] -product(A,B,C)| -product(A,B,D)|C=D.
% 1.78/1.96  ** KEPT (pick-wt=11): 13 [] -product(c,A,B)| -product(c,C,B)|A=C.
% 1.78/1.96  ** KEPT (pick-wt=3): 14 [] h!=g.
% 1.78/1.96  
% 1.78/1.96  ------------> process sos:
% 1.78/1.96  ** KEPT (pick-wt=3): 15 [] A=A.
% 1.78/1.96  ** KEPT (pick-wt=3): 16 [] identity_map(domain(A)).
% 1.78/1.96  ** KEPT (pick-wt=3): 17 [] identity_map(codomain(A)).
% 1.78/1.96  ** KEPT (pick-wt=4): 18 [] defined(A,domain(A)).
% 1.78/1.96  ** KEPT (pick-wt=4): 19 [] defined(codomain(A),A).
% 1.78/1.96  ** KEPT (pick-wt=5): 20 [] product(A,domain(A),A).
% 1.78/1.96  ** KEPT (pick-wt=5): 21 [] product(codomain(A),A,A).
% 1.78/1.96  ** KEPT (pick-wt=4): 22 [] product(a,b,c).
% 1.78/1.96  ** KEPT (pick-wt=4): 23 [] product(b,h,d).
% 1.78/1.96  ** KEPT (pick-wt=4): 24 [] product(b,g,d).
% 1.78/1.96    Following clause subsumed by 15 during input processing: 0 [copy,15,flip.1] A=A.
% 1.78/1.96  
% 1.78/1.96  ======= end of input processing =======
% 1.78/1.96  
% 1.78/1.96  =========== start of search ===========
% 1.83/2.05  
% 1.83/2.05  -------- PROOF -------- 
% 1.83/2.05  
% 1.83/2.05  ----> UNIT CONFLICT at   0.08 sec ----> 1217 [binary,1215.1,14.1] $F.
% 1.83/2.05  
% 1.83/2.05  Length of proof is 10.  Level of proof is 7.
% 1.83/2.05  
% 1.83/2.05  ---------------- PROOF ----------------
% 1.83/2.05  % SZS status Unsatisfiable
% 1.83/2.05  % SZS output start Refutation
% See solution above
% 1.83/2.05  ------------ end of proof -------------
% 1.83/2.05  
% 1.83/2.05  
% 1.83/2.05  Search stopped by max_proofs option.
% 1.83/2.05  
% 1.83/2.05  
% 1.83/2.05  Search stopped by max_proofs option.
% 1.83/2.05  
% 1.83/2.05  ============ end of search ============
% 1.83/2.05  
% 1.83/2.05  -------------- statistics -------------
% 1.83/2.05  clauses given                137
% 1.83/2.05  clauses generated           2801
% 1.83/2.05  clauses kept                1193
% 1.83/2.05  clauses forward subsumed    1983
% 1.83/2.05  clauses back subsumed         19
% 1.83/2.05  Kbytes malloced             1953
% 1.83/2.05  
% 1.83/2.05  ----------- times (seconds) -----------
% 1.83/2.05  user CPU time          0.08          (0 hr, 0 min, 0 sec)
% 1.83/2.05  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 1.83/2.05  wall-clock time        2             (0 hr, 0 min, 2 sec)
% 1.83/2.05  
% 1.83/2.05  That finishes the proof of the theorem.
% 1.83/2.05  
% 1.83/2.05  Process 8464 finished Wed Jul 27 02:01:41 2022
% 1.83/2.05  Otter interrupted
% 1.83/2.05  PROOF FOUND
%------------------------------------------------------------------------------