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

View Problem - Process Solution

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

% Computer : n010.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:24:59 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(2,axiom,
    ( p15(A,B)
    | ~ p14(A,B) ),
    file('SYN595-1.p',unknown),
    [] ).

cnf(13,axiom,
    ( p15(A,B)
    | ~ p2(C,A)
    | ~ p2(D,B)
    | ~ p15(C,D) ),
    file('SYN595-1.p',unknown),
    [] ).

cnf(19,axiom,
    ( ~ p2(A,f3(c17))
    | ~ p14(B,f3(f4(f5(c17))))
    | ~ p15(C,f6(f3(f4(f5(c17))),c16))
    | ~ p7(f8(f10(f12(f11(f3(f5(c17)))),c18),f8(f10(f11(f3(f4(f5(c17)))),f3(c17)),f9(f11(f6(f3(f4(f5(c17))),f13(c16,f3(f5(c17))))),f10(f11(f3(f4(f5(c17)))),c22)))),f8(f10(f12(f11(f3(f5(c17)))),B),f8(f10(f11(f3(f4(f5(c17)))),A),f9(f11(C),f10(f11(f3(f4(f5(c17)))),c22))))) ),
    file('SYN595-1.p',unknown),
    [] ).

cnf(30,axiom,
    p2(A,A),
    file('SYN595-1.p',unknown),
    [] ).

cnf(31,axiom,
    p7(A,A),
    file('SYN595-1.p',unknown),
    [] ).

cnf(33,axiom,
    p14(c18,f3(f4(f5(c17)))),
    file('SYN595-1.p',unknown),
    [] ).

cnf(34,axiom,
    p14(c19,f6(f3(f4(f5(c17))),c16)),
    file('SYN595-1.p',unknown),
    [] ).

cnf(35,axiom,
    p2(c19,f6(f3(f4(f5(c17))),f13(c16,f3(f5(c17))))),
    file('SYN595-1.p',unknown),
    [] ).

cnf(65,plain,
    p15(c19,f6(f3(f4(f5(c17))),c16)),
    inference(hyper,[status(thm)],[34,2]),
    [iquote('hyper,34,2')] ).

cnf(1131,plain,
    p15(f6(f3(f4(f5(c17))),f13(c16,f3(f5(c17)))),f6(f3(f4(f5(c17))),c16)),
    inference(hyper,[status(thm)],[65,13,35,30]),
    [iquote('hyper,65,13,35,30')] ).

cnf(2091,plain,
    $false,
    inference(hyper,[status(thm)],[1131,19,30,33,31]),
    [iquote('hyper,1131,19,30,33,31')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : SYN595-1 : TPTP v8.1.0. Released v2.5.0.
% 0.10/0.13  % Command  : otter-tptp-script %s
% 0.13/0.34  % Computer : n010.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Wed Jul 27 11:13:39 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 1.65/1.88  ----- Otter 3.3f, August 2004 -----
% 1.65/1.88  The process was started by sandbox on n010.cluster.edu,
% 1.65/1.88  Wed Jul 27 11:13:39 2022
% 1.65/1.88  The command was "./otter".  The process ID is 5177.
% 1.65/1.88  
% 1.65/1.88  set(prolog_style_variables).
% 1.65/1.88  set(auto).
% 1.65/1.88     dependent: set(auto1).
% 1.65/1.88     dependent: set(process_input).
% 1.65/1.88     dependent: clear(print_kept).
% 1.65/1.88     dependent: clear(print_new_demod).
% 1.65/1.88     dependent: clear(print_back_demod).
% 1.65/1.88     dependent: clear(print_back_sub).
% 1.65/1.88     dependent: set(control_memory).
% 1.65/1.88     dependent: assign(max_mem, 12000).
% 1.65/1.88     dependent: assign(pick_given_ratio, 4).
% 1.65/1.88     dependent: assign(stats_level, 1).
% 1.65/1.88     dependent: assign(max_seconds, 10800).
% 1.65/1.88  clear(print_given).
% 1.65/1.88  
% 1.65/1.88  list(usable).
% 1.65/1.88  0 [] p2(X10,X10).
% 1.65/1.88  0 [] p7(X27,X27).
% 1.65/1.88  0 [] p2(c21,f3(c17)).
% 1.65/1.88  0 [] -p2(c16,f3(c17)).
% 1.65/1.88  0 [] p14(c18,f3(f4(f5(c17)))).
% 1.65/1.88  0 [] p15(X4,X5)| -p14(X4,X5).
% 1.65/1.88  0 [] -p14(X4,X5)| -p2(X4,X5).
% 1.65/1.88  0 [] p14(c19,f6(f3(f4(f5(c17))),c16)).
% 1.65/1.88  0 [] p7(f12(X36),f12(X37))| -p7(X36,X37).
% 1.65/1.88  0 [] p2(f3(X17),f3(X18))| -p2(X17,X18).
% 1.65/1.88  0 [] p2(f4(X19),f4(X20))| -p2(X19,X20).
% 1.65/1.88  0 [] p2(f5(X21),f5(X22))| -p2(X21,X22).
% 1.65/1.88  0 [] p7(f11(X34),f11(X35))| -p2(X34,X35).
% 1.65/1.88  0 [] p14(X4,X5)|p2(X4,X5)| -p15(X4,X5).
% 1.65/1.88  0 [] p7(X28,X29)| -p7(X27,X28)| -p7(X27,X29).
% 1.65/1.88  0 [] p2(X11,X12)| -p2(X10,X11)| -p2(X10,X12).
% 1.65/1.88  0 [] p2(c19,f6(f3(f4(f5(c17))),f13(c16,f3(f5(c17))))).
% 1.65/1.88  0 [] p14(X0,X1)| -p2(X2,X0)| -p2(X3,X1)| -p14(X2,X3).
% 1.65/1.88  0 [] p15(X6,X7)| -p2(X8,X6)| -p2(X9,X7)| -p15(X8,X9).
% 1.65/1.88  0 [] p2(f13(X13,X14),f13(X15,X16))| -p2(X13,X15)| -p2(X14,X16).
% 1.65/1.88  0 [] p7(f9(X42,X43),f9(X44,X45))| -p7(X42,X44)| -p7(X43,X45).
% 1.65/1.88  0 [] p7(f8(X38,X39),f8(X40,X41))| -p7(X38,X40)| -p7(X39,X41).
% 1.65/1.88  0 [] p7(f10(X30,X31),f10(X32,X33))| -p2(X31,X33)| -p7(X30,X32).
% 1.65/1.88  0 [] p2(f6(X23,X24),f6(X25,X26))| -p2(X23,X25)| -p2(X24,X26).
% 1.65/1.88  0 [] p7(c20,f8(f10(f12(f11(f3(f5(c17)))),c18),f8(f10(f11(f3(f4(f5(c17)))),c21),f9(f11(c19),f10(f11(f3(f4(f5(c17)))),c22))))).
% 1.65/1.88  0 [] -p2(X48,f3(c17))| -p14(X46,f3(f4(f5(c17))))| -p15(X47,f6(f3(f4(f5(c17))),c16))| -p7(f8(f10(f12(f11(f3(f5(c17)))),c18),f8(f10(f11(f3(f4(f5(c17)))),f3(c17)),f9(f11(f6(f3(f4(f5(c17))),f13(c16,f3(f5(c17))))),f10(f11(f3(f4(f5(c17)))),c22)))),f8(f10(f12(f11(f3(f5(c17)))),X46),f8(f10(f11(f3(f4(f5(c17)))),X48),f9(f11(X47),f10(f11(f3(f4(f5(c17)))),c22))))).
% 1.65/1.88  0 [] -p14(X46,f3(f4(f5(c17))))| -p15(X47,f6(f3(f4(f5(c17))),c16))| -p14(f6(f3(f4(f5(c17))),f13(c16,f3(f5(c17)))),X47)| -p7(f8(f10(f12(f11(f3(f5(c17)))),c18),f8(f10(f11(f3(f4(f5(c17)))),f3(c17)),f9(f11(f6(f3(f4(f5(c17))),f13(c16,f3(f5(c17))))),f10(f11(f3(f4(f5(c17)))),c22)))),f8(f10(f12(f11(f3(f5(c17)))),X46),f8(f10(f11(f3(f4(f5(c17)))),X48),f9(f11(X47),f10(f11(f3(f4(f5(c17)))),c22))))).
% 1.65/1.88  end_of_list.
% 1.65/1.88  
% 1.65/1.88  SCAN INPUT: prop=0, horn=0, equality=0, symmetry=0, max_lits=4.
% 1.65/1.88  
% 1.65/1.88  This is a non-Horn set without equality.  The strategy will
% 1.65/1.88  be ordered hyper_res, unit deletion, and factoring, with
% 1.65/1.88  satellites in sos and with nuclei in usable.
% 1.65/1.88  
% 1.65/1.88     dependent: set(hyper_res).
% 1.65/1.88     dependent: set(factor).
% 1.65/1.88     dependent: set(unit_deletion).
% 1.65/1.88  
% 1.65/1.88  ------------> process usable:
% 1.65/1.88  ** KEPT (pick-wt=4): 1 [] -p2(c16,f3(c17)).
% 1.65/1.88  ** KEPT (pick-wt=6): 2 [] p15(A,B)| -p14(A,B).
% 1.65/1.88  ** KEPT (pick-wt=6): 3 [] -p14(A,B)| -p2(A,B).
% 1.65/1.88  ** KEPT (pick-wt=8): 4 [] p7(f12(A),f12(B))| -p7(A,B).
% 1.65/1.88  ** KEPT (pick-wt=8): 5 [] p2(f3(A),f3(B))| -p2(A,B).
% 1.65/1.88  ** KEPT (pick-wt=8): 6 [] p2(f4(A),f4(B))| -p2(A,B).
% 1.65/1.88  ** KEPT (pick-wt=8): 7 [] p2(f5(A),f5(B))| -p2(A,B).
% 1.65/1.88  ** KEPT (pick-wt=8): 8 [] p7(f11(A),f11(B))| -p2(A,B).
% 1.65/1.88  ** KEPT (pick-wt=9): 9 [] p14(A,B)|p2(A,B)| -p15(A,B).
% 1.65/1.88  ** KEPT (pick-wt=9): 10 [] p7(A,B)| -p7(C,A)| -p7(C,B).
% 1.65/1.88  ** KEPT (pick-wt=9): 11 [] p2(A,B)| -p2(C,A)| -p2(C,B).
% 1.65/1.88  ** KEPT (pick-wt=12): 12 [] p14(A,B)| -p2(C,A)| -p2(D,B)| -p14(C,D).
% 1.65/1.88  ** KEPT (pick-wt=12): 13 [] p15(A,B)| -p2(C,A)| -p2(D,B)| -p15(C,D).
% 1.65/1.88  ** KEPT (pick-wt=13): 14 [] p2(f13(A,B),f13(C,D))| -p2(A,C)| -p2(B,D).
% 1.65/1.88  ** KEPT (pick-wt=13): 15 [] p7(f9(A,B),f9(C,D))| -p7(A,C)| -p7(B,D).
% 1.65/1.88  ** KEPT (pick-wt=13): 16 [] p7(f8(A,B),f8(C,D))| -p7(A,C)| -p7(B,D).
% 1.65/1.88  ** KEPT (pick-wt=13): 17 [] p7(f10(A,B),f10(C,D))| -p2(B,D)| -p7(A,C).
% 1.65/1.88  ** KEPT (pick-wt=13): 18 [] p2(f6(A,B),f6(C,D))| -p2(A,C)| -p2(B,D).
% 1.65/1.88  ** KEPT (pick-wt=81): 19 [] -p2(A,f3(c17))| -p14(B,f3(f4(f5(c17))))| -p15(C,f6(f3(f4(f5(c17))),c16))| -p7(f8(f10(f12(f11(f3(f5(c17)))),c18),f8(f10(f11(f3(f4(f5(c17)))),f3(c17)),f9(f11(f6(f3(f4(f5(c17))),f13(c16,f3(f5(c17))))),f10(f11(f3(f4(f5(c17)))),c22)))),f8(f10(f12(f11(f3(f5(c17)))),B),f8(f10(f11(f3(f4(f5(c17)))),A),f9(f11(C),f10(f11(f3(f4(f5(c17)))),c22))))).
% 10.50/10.75  ** KEPT (pick-wt=89): 20 [] -p14(A,f3(f4(f5(c17))))| -p15(B,f6(f3(f4(f5(c17))),c16))| -p14(f6(f3(f4(f5(c17))),f13(c16,f3(f5(c17)))),B)| -p7(f8(f10(f12(f11(f3(f5(c17)))),c18),f8(f10(f11(f3(f4(f5(c17)))),f3(c17)),f9(f11(f6(f3(f4(f5(c17))),f13(c16,f3(f5(c17))))),f10(f11(f3(f4(f5(c17)))),c22)))),f8(f10(f12(f11(f3(f5(c17)))),A),f8(f10(f11(f3(f4(f5(c17)))),C),f9(f11(B),f10(f11(f3(f4(f5(c17)))),c22))))).
% 10.50/10.75  
% 10.50/10.75  ------------> process sos:
% 10.50/10.75  ** KEPT (pick-wt=3): 30 [] p2(A,A).
% 10.50/10.75  ** KEPT (pick-wt=3): 31 [] p7(A,A).
% 10.50/10.75  ** KEPT (pick-wt=4): 32 [] p2(c21,f3(c17)).
% 10.50/10.75  ** KEPT (pick-wt=6): 33 [] p14(c18,f3(f4(f5(c17)))).
% 10.50/10.75  ** KEPT (pick-wt=8): 34 [] p14(c19,f6(f3(f4(f5(c17))),c16)).
% 10.50/10.75  ** KEPT (pick-wt=12): 35 [] p2(c19,f6(f3(f4(f5(c17))),f13(c16,f3(f5(c17))))).
% 10.50/10.75  ** KEPT (pick-wt=28): 36 [] p7(c20,f8(f10(f12(f11(f3(f5(c17)))),c18),f8(f10(f11(f3(f4(f5(c17)))),c21),f9(f11(c19),f10(f11(f3(f4(f5(c17)))),c22))))).
% 10.50/10.75  30 back subsumes 22.
% 10.50/10.75  31 back subsumes 21.
% 10.50/10.75  
% 10.50/10.75  ======= end of input processing =======
% 10.50/10.75  
% 10.50/10.75  =========== start of search ===========
% 10.50/10.75  
% 10.50/10.75  
% 10.50/10.75  Resetting weight limit to 10.
% 10.50/10.75  
% 10.50/10.75  
% 10.50/10.75  Resetting weight limit to 10.
% 10.50/10.75  
% 10.50/10.75  sos_size=1943
% 10.50/10.75  
% 10.50/10.75  -------- PROOF -------- 
% 10.50/10.75  
% 10.50/10.75  -----> EMPTY CLAUSE at   8.86 sec ----> 2091 [hyper,1131,19,30,33,31] $F.
% 10.50/10.75  
% 10.50/10.75  Length of proof is 2.  Level of proof is 2.
% 10.50/10.75  
% 10.50/10.75  ---------------- PROOF ----------------
% 10.50/10.75  % SZS status Unsatisfiable
% 10.50/10.75  % SZS output start Refutation
% See solution above
% 10.50/10.75  ------------ end of proof -------------
% 10.50/10.75  
% 10.50/10.75  
% 10.50/10.75  Search stopped by max_proofs option.
% 10.50/10.75  
% 10.50/10.75  
% 10.50/10.75  Search stopped by max_proofs option.
% 10.50/10.75  
% 10.50/10.75  ============ end of search ============
% 10.50/10.75  
% 10.50/10.75  -------------- statistics -------------
% 10.50/10.75  clauses given               1448
% 10.50/10.75  clauses generated        3120371
% 10.50/10.75  clauses kept                2090
% 10.50/10.75  clauses forward subsumed    1058
% 10.50/10.75  clauses back subsumed         22
% 10.50/10.75  Kbytes malloced             6835
% 10.50/10.75  
% 10.50/10.75  ----------- times (seconds) -----------
% 10.50/10.75  user CPU time          8.86          (0 hr, 0 min, 8 sec)
% 10.50/10.75  system CPU time        0.01          (0 hr, 0 min, 0 sec)
% 10.50/10.75  wall-clock time       11             (0 hr, 0 min, 11 sec)
% 10.50/10.75  
% 10.50/10.75  That finishes the proof of the theorem.
% 10.50/10.75  
% 10.50/10.75  Process 5177 finished Wed Jul 27 11:13:50 2022
% 10.50/10.75  Otter interrupted
% 10.50/10.75  PROOF FOUND
%------------------------------------------------------------------------------