TSTP Solution File: PUZ060+1 by Otter---3.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Otter---3.3
% Problem  : PUZ060+1 : TPTP v8.1.0. Released v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : otter-tptp-script %s

% Computer : n007.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:11:29 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ( ~ food(A)
    | likes(dollar_c5,A) ),
    file('PUZ060+1.p',unknown),
    [] ).

cnf(2,axiom,
    ( ~ eats(A,B)
    | ~ not_killed_by(A,B)
    | food(B) ),
    file('PUZ060+1.p',unknown),
    [] ).

cnf(4,axiom,
    ( ~ alive(A)
    | not_killed_by(A,B) ),
    file('PUZ060+1.p',unknown),
    [] ).

cnf(5,axiom,
    ~ likes(dollar_c5,dollar_c6),
    file('PUZ060+1.p',unknown),
    [] ).

cnf(8,axiom,
    eats(dollar_c4,dollar_c6),
    file('PUZ060+1.p',unknown),
    [] ).

cnf(9,axiom,
    alive(dollar_c4),
    file('PUZ060+1.p',unknown),
    [] ).

cnf(12,plain,
    not_killed_by(dollar_c4,A),
    inference(hyper,[status(thm)],[9,4]),
    [iquote('hyper,9,4')] ).

cnf(14,plain,
    food(dollar_c6),
    inference(hyper,[status(thm)],[12,2,8]),
    [iquote('hyper,12,2,8')] ).

cnf(15,plain,
    likes(dollar_c5,dollar_c6),
    inference(hyper,[status(thm)],[14,1]),
    [iquote('hyper,14,1')] ).

cnf(16,plain,
    $false,
    inference(binary,[status(thm)],[15,5]),
    [iquote('binary,15.1,5.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : PUZ060+1 : TPTP v8.1.0. Released v3.1.0.
% 0.07/0.13  % Command  : otter-tptp-script %s
% 0.12/0.34  % Computer : n007.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Wed Jul 27 01:32:16 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 1.77/1.95  ----- Otter 3.3f, August 2004 -----
% 1.77/1.95  The process was started by sandbox on n007.cluster.edu,
% 1.77/1.95  Wed Jul 27 01:32:16 2022
% 1.77/1.95  The command was "./otter".  The process ID is 18049.
% 1.77/1.95  
% 1.77/1.95  set(prolog_style_variables).
% 1.77/1.95  set(auto).
% 1.77/1.95     dependent: set(auto1).
% 1.77/1.95     dependent: set(process_input).
% 1.77/1.95     dependent: clear(print_kept).
% 1.77/1.95     dependent: clear(print_new_demod).
% 1.77/1.95     dependent: clear(print_back_demod).
% 1.77/1.95     dependent: clear(print_back_sub).
% 1.77/1.95     dependent: set(control_memory).
% 1.77/1.95     dependent: assign(max_mem, 12000).
% 1.77/1.95     dependent: assign(pick_given_ratio, 4).
% 1.77/1.95     dependent: assign(stats_level, 1).
% 1.77/1.95     dependent: assign(max_seconds, 10800).
% 1.77/1.95  clear(print_given).
% 1.77/1.95  
% 1.77/1.95  formula_list(usable).
% 1.77/1.95  -(all Peanuts John Bill Sue Apples Chicken ((all X (food(X)->likes(John,X)))&food(Apples)&food(Chicken)& (all X ((exists Y (eats(Y,X)¬_killed_by(Y,X)))->food(X)))&eats(Bill,Peanuts)&alive(Bill)& (all X (eats(Bill,X)->eats(Sue,X)))& (all Y (alive(Y)-> (all X not_killed_by(Y,X))))->likes(John,Peanuts))).
% 1.77/1.95  end_of_list.
% 1.77/1.95  
% 1.77/1.95  -------> usable clausifies to:
% 1.77/1.95  
% 1.77/1.95  list(usable).
% 1.77/1.95  0 [] -food(X)|likes($c5,X).
% 1.77/1.95  0 [] food($c2).
% 1.77/1.95  0 [] food($c1).
% 1.77/1.95  0 [] -eats(Y,X1)| -not_killed_by(Y,X1)|food(X1).
% 1.77/1.95  0 [] eats($c4,$c6).
% 1.77/1.95  0 [] alive($c4).
% 1.77/1.95  0 [] -eats($c4,X2)|eats($c3,X2).
% 1.77/1.95  0 [] -alive(X3)|not_killed_by(X3,X4).
% 1.77/1.95  0 [] -likes($c5,$c6).
% 1.77/1.95  end_of_list.
% 1.77/1.95  
% 1.77/1.95  SCAN INPUT: prop=0, horn=1, equality=0, symmetry=0, max_lits=3.
% 1.77/1.95  
% 1.77/1.95  This is a Horn set without equality.  The strategy will
% 1.77/1.95  be hyperresolution, with satellites in sos and nuclei
% 1.77/1.95  in usable.
% 1.77/1.95  
% 1.77/1.95     dependent: set(hyper_res).
% 1.77/1.95     dependent: clear(order_hyper).
% 1.77/1.95  
% 1.77/1.95  ------------> process usable:
% 1.77/1.95  ** KEPT (pick-wt=5): 1 [] -food(A)|likes($c5,A).
% 1.77/1.95  ** KEPT (pick-wt=8): 2 [] -eats(A,B)| -not_killed_by(A,B)|food(B).
% 1.77/1.95  ** KEPT (pick-wt=6): 3 [] -eats($c4,A)|eats($c3,A).
% 1.77/1.95  ** KEPT (pick-wt=5): 4 [] -alive(A)|not_killed_by(A,B).
% 1.77/1.95  ** KEPT (pick-wt=3): 5 [] -likes($c5,$c6).
% 1.77/1.95  
% 1.77/1.95  ------------> process sos:
% 1.77/1.95  ** KEPT (pick-wt=2): 6 [] food($c2).
% 1.77/1.95  ** KEPT (pick-wt=2): 7 [] food($c1).
% 1.77/1.95  ** KEPT (pick-wt=3): 8 [] eats($c4,$c6).
% 1.77/1.95  ** KEPT (pick-wt=2): 9 [] alive($c4).
% 1.77/1.95  
% 1.77/1.95  ======= end of input processing =======
% 1.77/1.95  
% 1.77/1.95  =========== start of search ===========
% 1.77/1.95  
% 1.77/1.95  -------- PROOF -------- 
% 1.77/1.95  
% 1.77/1.95  ----> UNIT CONFLICT at   0.00 sec ----> 16 [binary,15.1,5.1] $F.
% 1.77/1.95  
% 1.77/1.95  Length of proof is 3.  Level of proof is 3.
% 1.77/1.95  
% 1.77/1.95  ---------------- PROOF ----------------
% 1.77/1.95  % SZS status Theorem
% 1.77/1.95  % SZS output start Refutation
% See solution above
% 1.77/1.95  ------------ end of proof -------------
% 1.77/1.95  
% 1.77/1.95  
% 1.77/1.95  Search stopped by max_proofs option.
% 1.77/1.95  
% 1.77/1.95  
% 1.77/1.95  Search stopped by max_proofs option.
% 1.77/1.95  
% 1.77/1.95  ============ end of search ============
% 1.77/1.95  
% 1.77/1.95  -------------- statistics -------------
% 1.77/1.95  clauses given                  8
% 1.77/1.95  clauses generated              6
% 1.77/1.95  clauses kept                  15
% 1.77/1.95  clauses forward subsumed       0
% 1.77/1.95  clauses back subsumed          0
% 1.77/1.95  Kbytes malloced              976
% 1.77/1.95  
% 1.77/1.95  ----------- times (seconds) -----------
% 1.77/1.95  user CPU time          0.00          (0 hr, 0 min, 0 sec)
% 1.77/1.95  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 1.77/1.95  wall-clock time        1             (0 hr, 0 min, 1 sec)
% 1.77/1.95  
% 1.77/1.95  That finishes the proof of the theorem.
% 1.77/1.95  
% 1.77/1.95  Process 18049 finished Wed Jul 27 01:32:17 2022
% 1.77/1.95  Otter interrupted
% 1.77/1.95  PROOF FOUND
%------------------------------------------------------------------------------