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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Otter---3.3
% Problem  : PUZ047-1 : TPTP v8.1.0. Released v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : otter-tptp-script %s

% Computer : n018.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:28 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(2,axiom,
    ( p(south,north,south,north,go_alone(A))
    | ~ p(north,north,south,north,A) ),
    file('PUZ047-1.p',unknown),
    [] ).

cnf(4,axiom,
    ( p(south,south,north,south,go_alone(A))
    | ~ p(north,south,north,south,A) ),
    file('PUZ047-1.p',unknown),
    [] ).

cnf(5,axiom,
    ( p(north,north,south,north,take_wolf(A))
    | ~ p(south,south,south,north,A) ),
    file('PUZ047-1.p',unknown),
    [] ).

cnf(9,axiom,
    ( p(north,A,north,B,take_goat(C))
    | ~ p(south,A,south,B,C) ),
    file('PUZ047-1.p',unknown),
    [] ).

cnf(10,axiom,
    ( p(south,A,south,B,take_goat(C))
    | ~ p(north,A,north,B,C) ),
    file('PUZ047-1.p',unknown),
    [] ).

cnf(13,axiom,
    ( p(north,south,north,north,take_cabbage(A))
    | ~ p(south,south,north,south,A) ),
    file('PUZ047-1.p',unknown),
    [] ).

cnf(15,axiom,
    ~ p(north,north,north,north,A),
    file('PUZ047-1.p',unknown),
    [] ).

cnf(16,axiom,
    p(south,south,south,south,start),
    file('PUZ047-1.p',unknown),
    [] ).

cnf(17,plain,
    p(north,south,north,south,take_goat(start)),
    inference(hyper,[status(thm)],[16,9]),
    [iquote('hyper,16,9')] ).

cnf(19,plain,
    p(south,south,north,south,go_alone(take_goat(start))),
    inference(hyper,[status(thm)],[17,4]),
    [iquote('hyper,17,4')] ).

cnf(21,plain,
    p(north,south,north,north,take_cabbage(go_alone(take_goat(start)))),
    inference(hyper,[status(thm)],[19,13]),
    [iquote('hyper,19,13')] ).

cnf(27,plain,
    p(south,south,south,north,take_goat(take_cabbage(go_alone(take_goat(start))))),
    inference(hyper,[status(thm)],[21,10]),
    [iquote('hyper,21,10')] ).

cnf(40,plain,
    p(north,north,south,north,take_wolf(take_goat(take_cabbage(go_alone(take_goat(start)))))),
    inference(hyper,[status(thm)],[27,5]),
    [iquote('hyper,27,5')] ).

cnf(68,plain,
    p(south,north,south,north,go_alone(take_wolf(take_goat(take_cabbage(go_alone(take_goat(start))))))),
    inference(hyper,[status(thm)],[40,2]),
    [iquote('hyper,40,2')] ).

cnf(129,plain,
    p(north,north,north,north,take_goat(go_alone(take_wolf(take_goat(take_cabbage(go_alone(take_goat(start)))))))),
    inference(hyper,[status(thm)],[68,9]),
    [iquote('hyper,68,9')] ).

cnf(130,plain,
    $false,
    inference(binary,[status(thm)],[129,15]),
    [iquote('binary,129.1,15.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem  : PUZ047-1 : TPTP v8.1.0. Released v2.5.0.
% 0.07/0.12  % Command  : otter-tptp-script %s
% 0.11/0.33  % Computer : n018.cluster.edu
% 0.11/0.33  % Model    : x86_64 x86_64
% 0.11/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.33  % Memory   : 8042.1875MB
% 0.11/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit : 300
% 0.11/0.33  % WCLimit  : 300
% 0.11/0.33  % DateTime : Wed Jul 27 01:50:31 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 1.70/1.92  ----- Otter 3.3f, August 2004 -----
% 1.70/1.92  The process was started by sandbox2 on n018.cluster.edu,
% 1.70/1.92  Wed Jul 27 01:50:31 2022
% 1.70/1.92  The command was "./otter".  The process ID is 2539.
% 1.70/1.92  
% 1.70/1.92  set(prolog_style_variables).
% 1.70/1.92  set(auto).
% 1.70/1.92     dependent: set(auto1).
% 1.70/1.92     dependent: set(process_input).
% 1.70/1.92     dependent: clear(print_kept).
% 1.70/1.92     dependent: clear(print_new_demod).
% 1.70/1.92     dependent: clear(print_back_demod).
% 1.70/1.92     dependent: clear(print_back_sub).
% 1.70/1.92     dependent: set(control_memory).
% 1.70/1.92     dependent: assign(max_mem, 12000).
% 1.70/1.92     dependent: assign(pick_given_ratio, 4).
% 1.70/1.92     dependent: assign(stats_level, 1).
% 1.70/1.92     dependent: assign(max_seconds, 10800).
% 1.70/1.92  clear(print_given).
% 1.70/1.92  
% 1.70/1.92  list(usable).
% 1.70/1.92  0 [] p(south,south,south,south,start).
% 1.70/1.92  0 [] p(north,north,south,north,go_alone(A))| -p(south,north,south,north,A).
% 1.70/1.92  0 [] p(south,north,south,north,go_alone(A))| -p(north,north,south,north,A).
% 1.70/1.92  0 [] p(north,south,north,south,go_alone(A))| -p(south,south,north,south,A).
% 1.70/1.92  0 [] p(south,south,north,south,go_alone(A))| -p(north,south,north,south,A).
% 1.70/1.92  0 [] p(north,north,south,north,take_wolf(A))| -p(south,south,south,north,A).
% 1.70/1.92  0 [] p(south,south,south,north,take_wolf(A))| -p(north,north,south,north,A).
% 1.70/1.92  0 [] p(north,north,north,south,take_wolf(A))| -p(south,south,north,south,A).
% 1.70/1.92  0 [] p(south,south,north,south,take_wolf(A))| -p(north,north,north,south,A).
% 1.70/1.92  0 [] p(north,A,north,B,take_goat(C))| -p(south,A,south,B,C).
% 1.70/1.92  0 [] p(south,A,south,B,take_goat(C))| -p(north,A,north,B,C).
% 1.70/1.92  0 [] p(north,north,south,north,take_cabbage(A))| -p(south,north,south,south,A).
% 1.70/1.92  0 [] p(south,north,south,south,take_cabbage(A))| -p(north,north,south,north,A).
% 1.70/1.92  0 [] p(north,south,north,north,take_cabbage(A))| -p(south,south,north,south,A).
% 1.70/1.92  0 [] p(south,south,north,south,take_cabbage(A))| -p(north,south,north,north,A).
% 1.70/1.92  0 [] -p(north,north,north,north,A).
% 1.70/1.92  end_of_list.
% 1.70/1.92  
% 1.70/1.92  SCAN INPUT: prop=0, horn=1, equality=0, symmetry=0, max_lits=2.
% 1.70/1.92  
% 1.70/1.92  This is a Horn set without equality.  The strategy will
% 1.70/1.92  be hyperresolution, with satellites in sos and nuclei
% 1.70/1.92  in usable.
% 1.70/1.92  
% 1.70/1.92     dependent: set(hyper_res).
% 1.70/1.92     dependent: clear(order_hyper).
% 1.70/1.92  
% 1.70/1.92  ------------> process usable:
% 1.70/1.92  ** KEPT (pick-wt=13): 1 [] p(north,north,south,north,go_alone(A))| -p(south,north,south,north,A).
% 1.70/1.92  ** KEPT (pick-wt=13): 2 [] p(south,north,south,north,go_alone(A))| -p(north,north,south,north,A).
% 1.70/1.92  ** KEPT (pick-wt=13): 3 [] p(north,south,north,south,go_alone(A))| -p(south,south,north,south,A).
% 1.70/1.92  ** KEPT (pick-wt=13): 4 [] p(south,south,north,south,go_alone(A))| -p(north,south,north,south,A).
% 1.70/1.92  ** KEPT (pick-wt=13): 5 [] p(north,north,south,north,take_wolf(A))| -p(south,south,south,north,A).
% 1.70/1.92  ** KEPT (pick-wt=13): 6 [] p(south,south,south,north,take_wolf(A))| -p(north,north,south,north,A).
% 1.70/1.92  ** KEPT (pick-wt=13): 7 [] p(north,north,north,south,take_wolf(A))| -p(south,south,north,south,A).
% 1.70/1.92  ** KEPT (pick-wt=13): 8 [] p(south,south,north,south,take_wolf(A))| -p(north,north,north,south,A).
% 1.70/1.92  ** KEPT (pick-wt=13): 9 [] p(north,A,north,B,take_goat(C))| -p(south,A,south,B,C).
% 1.70/1.92  ** KEPT (pick-wt=13): 10 [] p(south,A,south,B,take_goat(C))| -p(north,A,north,B,C).
% 1.70/1.92  ** KEPT (pick-wt=13): 11 [] p(north,north,south,north,take_cabbage(A))| -p(south,north,south,south,A).
% 1.70/1.92  ** KEPT (pick-wt=13): 12 [] p(south,north,south,south,take_cabbage(A))| -p(north,north,south,north,A).
% 1.70/1.92  ** KEPT (pick-wt=13): 13 [] p(north,south,north,north,take_cabbage(A))| -p(south,south,north,south,A).
% 1.70/1.92  ** KEPT (pick-wt=13): 14 [] p(south,south,north,south,take_cabbage(A))| -p(north,south,north,north,A).
% 1.70/1.92  ** KEPT (pick-wt=6): 15 [] -p(north,north,north,north,A).
% 1.70/1.92  
% 1.70/1.92  ------------> process sos:
% 1.70/1.92  ** KEPT (pick-wt=6): 16 [] p(south,south,south,south,start).
% 1.70/1.92  
% 1.70/1.92  ======= end of input processing =======
% 1.70/1.92  
% 1.70/1.92  =========== start of search ===========
% 1.70/1.92  
% 1.70/1.92  -------- PROOF -------- 
% 1.70/1.92  
% 1.70/1.92  ----> UNIT CONFLICT at   0.00 sec ----> 130 [binary,129.1,15.1] $F.
% 1.70/1.92  
% 1.70/1.92  Length of proof is 7.  Level of proof is 7.
% 1.70/1.92  
% 1.70/1.92  ---------------- PROOF ----------------
% 1.70/1.92  % SZS status Unsatisfiable
% 1.70/1.92  % SZS output start Refutation
% See solution above
% 1.70/1.92  ------------ end of proof -------------
% 1.70/1.92  
% 1.70/1.92  
% 1.70/1.92  Search stopped by max_proofs option.
% 1.70/1.92  
% 1.70/1.92  
% 1.70/1.92  Search stopped by max_proofs option.
% 1.70/1.92  
% 1.70/1.92  ============ end of search ============
% 1.70/1.92  
% 1.70/1.92  -------------- statistics -------------
% 1.70/1.92  clauses given                 53
% 1.70/1.92  clauses generated            113
% 1.70/1.92  clauses kept                 129
% 1.70/1.92  clauses forward subsumed       0
% 1.70/1.92  clauses back subsumed          0
% 1.70/1.92  Kbytes malloced             1953
% 1.70/1.92  
% 1.70/1.92  ----------- times (seconds) -----------
% 1.70/1.92  user CPU time          0.00          (0 hr, 0 min, 0 sec)
% 1.70/1.92  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 1.70/1.92  wall-clock time        1             (0 hr, 0 min, 1 sec)
% 1.70/1.92  
% 1.70/1.92  That finishes the proof of the theorem.
% 1.70/1.92  
% 1.70/1.92  Process 2539 finished Wed Jul 27 01:50:32 2022
% 1.70/1.92  Otter interrupted
% 1.70/1.92  PROOF FOUND
%------------------------------------------------------------------------------