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

View Problem - Process Solution

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

% Computer : n027.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:10:44 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(2,axiom,
    ( holds(holding(A),do(pickup(A),B))
    | ~ holds(empty,B)
    | ~ holds(clear(A),B)
    | ~ differ(A,table) ),
    file('PLA006-1.p',unknown),
    [] ).

cnf(7,axiom,
    ( holds(on(A,B),do(putdown(A,B),C))
    | ~ holds(holding(A),C)
    | ~ holds(clear(B),C) ),
    file('PLA006-1.p',unknown),
    [] ).

cnf(12,axiom,
    ~ holds(on(c,table),A),
    file('PLA006-1.p',unknown),
    [] ).

cnf(21,axiom,
    differ(c,table),
    file('PLA006-1.p',unknown),
    [] ).

cnf(29,axiom,
    holds(clear(c),s0),
    file('PLA006-1.p',unknown),
    [] ).

cnf(30,axiom,
    holds(empty,s0),
    file('PLA006-1.p',unknown),
    [] ).

cnf(31,axiom,
    holds(clear(table),A),
    file('PLA006-1.p',unknown),
    [] ).

cnf(138,plain,
    holds(holding(c),do(pickup(c),s0)),
    inference(hyper,[status(thm)],[29,2,30,21]),
    [iquote('hyper,29,2,30,21')] ).

cnf(1359,plain,
    holds(on(c,table),do(putdown(c,table),do(pickup(c),s0))),
    inference(hyper,[status(thm)],[138,7,31]),
    [iquote('hyper,138,7,31')] ).

cnf(1360,plain,
    $false,
    inference(binary,[status(thm)],[1359,12]),
    [iquote('binary,1359.1,12.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem  : PLA006-1 : TPTP v8.1.0. Released v1.1.0.
% 0.07/0.12  % Command  : otter-tptp-script %s
% 0.12/0.33  % Computer : n027.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 02:41:21 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 1.67/1.89  ----- Otter 3.3f, August 2004 -----
% 1.67/1.89  The process was started by sandbox on n027.cluster.edu,
% 1.67/1.89  Wed Jul 27 02:41:21 2022
% 1.67/1.89  The command was "./otter".  The process ID is 7508.
% 1.67/1.89  
% 1.67/1.89  set(prolog_style_variables).
% 1.67/1.89  set(auto).
% 1.67/1.89     dependent: set(auto1).
% 1.67/1.89     dependent: set(process_input).
% 1.67/1.89     dependent: clear(print_kept).
% 1.67/1.89     dependent: clear(print_new_demod).
% 1.67/1.89     dependent: clear(print_back_demod).
% 1.67/1.89     dependent: clear(print_back_sub).
% 1.67/1.89     dependent: set(control_memory).
% 1.67/1.89     dependent: assign(max_mem, 12000).
% 1.67/1.89     dependent: assign(pick_given_ratio, 4).
% 1.67/1.89     dependent: assign(stats_level, 1).
% 1.67/1.89     dependent: assign(max_seconds, 10800).
% 1.67/1.89  clear(print_given).
% 1.67/1.89  
% 1.67/1.89  list(usable).
% 1.67/1.89  0 [] holds(and(X,Y),State)| -holds(X,State)| -holds(Y,State).
% 1.67/1.89  0 [] holds(holding(X),do(pickup(X),State))| -holds(empty,State)| -holds(clear(X),State)| -differ(X,table).
% 1.67/1.89  0 [] holds(clear(Y),do(pickup(X),State))| -holds(on(X,Y),State)| -holds(clear(X),State)| -holds(empty,State).
% 1.67/1.89  0 [] holds(on(X,Y),do(pickup(Z),State))| -holds(on(X,Y),State)| -differ(X,Z).
% 1.67/1.89  0 [] holds(clear(X),do(pickup(Z),State))| -holds(clear(X),State)| -differ(X,Z).
% 1.67/1.89  0 [] holds(empty,do(putdown(X,Y),State))| -holds(holding(X),State)| -holds(clear(Y),State).
% 1.67/1.89  0 [] holds(on(X,Y),do(putdown(X,Y),State))| -holds(holding(X),State)| -holds(clear(Y),State).
% 1.67/1.89  0 [] holds(clear(X),do(putdown(X,Y),State))| -holds(holding(X),State)| -holds(clear(Y),State).
% 1.67/1.89  0 [] holds(on(X,Y),do(putdown(Z,W),State))| -holds(on(X,Y),State).
% 1.67/1.89  0 [] holds(clear(Z),do(putdown(X,Y),State))| -holds(clear(Z),State)| -differ(Z,Y).
% 1.67/1.89  0 [] differ(X,Y)| -differ(Y,X).
% 1.67/1.89  0 [] differ(a,b).
% 1.67/1.89  0 [] differ(a,c).
% 1.67/1.89  0 [] differ(a,d).
% 1.67/1.89  0 [] differ(a,table).
% 1.67/1.89  0 [] differ(b,c).
% 1.67/1.89  0 [] differ(b,d).
% 1.67/1.89  0 [] differ(b,table).
% 1.67/1.89  0 [] differ(c,d).
% 1.67/1.89  0 [] differ(c,table).
% 1.67/1.89  0 [] differ(d,table).
% 1.67/1.89  0 [] holds(on(a,table),s0).
% 1.67/1.89  0 [] holds(on(b,table),s0).
% 1.67/1.89  0 [] holds(on(c,d),s0).
% 1.67/1.89  0 [] holds(on(d,table),s0).
% 1.67/1.89  0 [] holds(clear(a),s0).
% 1.67/1.89  0 [] holds(clear(b),s0).
% 1.67/1.89  0 [] holds(clear(c),s0).
% 1.67/1.89  0 [] holds(empty,s0).
% 1.67/1.89  0 [] holds(clear(table),State).
% 1.67/1.89  0 [] -holds(on(c,table),State).
% 1.67/1.89  end_of_list.
% 1.67/1.89  
% 1.67/1.89  SCAN INPUT: prop=0, horn=1, equality=0, symmetry=0, max_lits=4.
% 1.67/1.89  
% 1.67/1.89  This is a Horn set without equality.  The strategy will
% 1.67/1.89  be hyperresolution, with satellites in sos and nuclei
% 1.67/1.89  in usable.
% 1.67/1.89  
% 1.67/1.89     dependent: set(hyper_res).
% 1.67/1.89     dependent: clear(order_hyper).
% 1.67/1.89  
% 1.67/1.89  ------------> process usable:
% 1.67/1.89  ** KEPT (pick-wt=11): 1 [] holds(and(A,B),C)| -holds(A,C)| -holds(B,C).
% 1.67/1.89  ** KEPT (pick-wt=17): 2 [] holds(holding(A),do(pickup(A),B))| -holds(empty,B)| -holds(clear(A),B)| -differ(A,table).
% 1.67/1.89  ** KEPT (pick-wt=19): 3 [] holds(clear(A),do(pickup(B),C))| -holds(on(B,A),C)| -holds(clear(B),C)| -holds(empty,C).
% 1.67/1.89  ** KEPT (pick-wt=16): 4 [] holds(on(A,B),do(pickup(C),D))| -holds(on(A,B),D)| -differ(A,C).
% 1.67/1.89  ** KEPT (pick-wt=14): 5 [] holds(clear(A),do(pickup(B),C))| -holds(clear(A),C)| -differ(A,B).
% 1.67/1.89  ** KEPT (pick-wt=15): 6 [] holds(empty,do(putdown(A,B),C))| -holds(holding(A),C)| -holds(clear(B),C).
% 1.67/1.89  ** KEPT (pick-wt=17): 7 [] holds(on(A,B),do(putdown(A,B),C))| -holds(holding(A),C)| -holds(clear(B),C).
% 1.67/1.89  ** KEPT (pick-wt=16): 8 [] holds(clear(A),do(putdown(A,B),C))| -holds(holding(A),C)| -holds(clear(B),C).
% 1.67/1.89  ** KEPT (pick-wt=14): 9 [] holds(on(A,B),do(putdown(C,D),E))| -holds(on(A,B),E).
% 1.67/1.89  ** KEPT (pick-wt=15): 10 [] holds(clear(A),do(putdown(B,C),D))| -holds(clear(A),D)| -differ(A,C).
% 1.67/1.89  ** KEPT (pick-wt=6): 11 [] differ(A,B)| -differ(B,A).
% 1.67/1.89  ** KEPT (pick-wt=5): 12 [] -holds(on(c,table),A).
% 1.67/1.89  
% 1.67/1.89  ------------> process sos:
% 1.67/1.89  ** KEPT (pick-wt=3): 13 [] differ(a,b).
% 1.67/1.89  ** KEPT (pick-wt=3): 14 [] differ(a,c).
% 1.67/1.89  ** KEPT (pick-wt=3): 15 [] differ(a,d).
% 1.67/1.89  ** KEPT (pick-wt=3): 16 [] differ(a,table).
% 1.67/1.89  ** KEPT (pick-wt=3): 17 [] differ(b,c).
% 1.67/1.89  ** KEPT (pick-wt=3): 18 [] differ(b,d).
% 1.67/1.89  ** KEPT (pick-wt=3): 19 [] differ(b,table).
% 1.67/1.89  ** KEPT (pick-wt=3): 20 [] differ(c,d).
% 1.67/1.89  ** KEPT (pick-wt=3): 21 [] differ(c,table).
% 1.67/1.89  ** KEPT (pick-wt=3): 22 [] differ(d,table).
% 1.67/1.89  ** KEPT (pick-wt=5): 23 [] holds(on(a,table),s0).
% 1.67/1.89  ** KEPT (pick-wt=5): 24 [] holds(on(b,table),s0).
% 1.67/1.89  ** KEPT (pick-wt=5): 25 [] holds(on(c,d),s0).
% 1.67/1.89  ** KEPT (pick-wt=5): 26 [] holds(on(d,table),s0).
% 1.67/1.89  ** KEPT (pick-wt=4): 27 [] holds(clear(a),s0).
% 1.67/1.89  ** KEPT (pick-wt=4): 28 [] holds(clear(b),s0).
% 1.67/1.90  ** KEPT (pick-wt=4): 29 [] holds(clear(c),s0).
% 1.67/1.90  ** KEPT (pick-wt=3): 30 [] holds(empty,s0).
% 1.67/1.90  ** KEPT (pick-wt=4): 31 [] holds(clear(table),A).
% 1.67/1.90  
% 1.67/1.90  ======= end of input processing =======
% 1.67/1.90  
% 1.67/1.90  =========== start of search ===========
% 1.67/1.90  
% 1.67/1.90  -------- PROOF -------- 
% 1.67/1.90  
% 1.67/1.90  ----> UNIT CONFLICT at   0.01 sec ----> 1360 [binary,1359.1,12.1] $F.
% 1.67/1.90  
% 1.67/1.90  Length of proof is 2.  Level of proof is 2.
% 1.67/1.90  
% 1.67/1.90  ---------------- PROOF ----------------
% 1.67/1.90  % SZS status Unsatisfiable
% 1.67/1.90  % SZS output start Refutation
% See solution above
% 1.67/1.90  ------------ end of proof -------------
% 1.67/1.90  
% 1.67/1.90  
% 1.67/1.90  Search stopped by max_proofs option.
% 1.67/1.90  
% 1.67/1.90  
% 1.67/1.90  Search stopped by max_proofs option.
% 1.67/1.90  
% 1.67/1.90  ============ end of search ============
% 1.67/1.90  
% 1.67/1.90  -------------- statistics -------------
% 1.67/1.90  clauses given                 75
% 1.67/1.90  clauses generated           1402
% 1.67/1.90  clauses kept                1359
% 1.67/1.90  clauses forward subsumed      74
% 1.67/1.90  clauses back subsumed          0
% 1.67/1.90  Kbytes malloced              976
% 1.67/1.90  
% 1.67/1.90  ----------- times (seconds) -----------
% 1.67/1.90  user CPU time          0.01          (0 hr, 0 min, 0 sec)
% 1.67/1.90  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 1.67/1.90  wall-clock time        2             (0 hr, 0 min, 2 sec)
% 1.67/1.90  
% 1.67/1.90  That finishes the proof of the theorem.
% 1.67/1.90  
% 1.67/1.90  Process 7508 finished Wed Jul 27 02:41:23 2022
% 1.67/1.90  Otter interrupted
% 1.67/1.90  PROOF FOUND
%------------------------------------------------------------------------------