TSTP Solution File: SEU133+2 by Otter---3.3

View Problem - Process Solution

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

% Computer : n015.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:14:51 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(12,axiom,
    ( subset(A,B)
    | ~ in(dollar_f3(A,B),B) ),
    file('SEU133+2.p',unknown),
    [] ).

cnf(17,axiom,
    ( A != set_difference(B,C)
    | ~ in(D,A)
    | in(D,B) ),
    file('SEU133+2.p',unknown),
    [] ).

cnf(37,axiom,
    ~ subset(set_difference(dollar_c4,dollar_c3),dollar_c4),
    file('SEU133+2.p',unknown),
    [] ).

cnf(63,axiom,
    A = A,
    file('SEU133+2.p',unknown),
    [] ).

cnf(68,axiom,
    ( subset(A,B)
    | in(dollar_f3(A,B),A) ),
    file('SEU133+2.p',unknown),
    [] ).

cnf(908,plain,
    in(dollar_f3(set_difference(dollar_c4,dollar_c3),dollar_c4),set_difference(dollar_c4,dollar_c3)),
    inference(hyper,[status(thm)],[68,37]),
    [iquote('hyper,68,37')] ).

cnf(1716,plain,
    in(dollar_f3(set_difference(dollar_c4,dollar_c3),dollar_c4),dollar_c4),
    inference(hyper,[status(thm)],[908,17,63]),
    [iquote('hyper,908,17,63')] ).

cnf(1717,plain,
    subset(set_difference(dollar_c4,dollar_c3),dollar_c4),
    inference(hyper,[status(thm)],[1716,12]),
    [iquote('hyper,1716,12')] ).

cnf(1718,plain,
    $false,
    inference(binary,[status(thm)],[1717,37]),
    [iquote('binary,1717.1,37.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SEU133+2 : TPTP v8.1.0. Released v3.3.0.
% 0.06/0.12  % Command  : otter-tptp-script %s
% 0.12/0.33  % Computer : n015.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 08:03:26 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 2.03/2.22  ----- Otter 3.3f, August 2004 -----
% 2.03/2.22  The process was started by sandbox on n015.cluster.edu,
% 2.03/2.22  Wed Jul 27 08:03:27 2022
% 2.03/2.22  The command was "./otter".  The process ID is 11805.
% 2.03/2.22  
% 2.03/2.22  set(prolog_style_variables).
% 2.03/2.22  set(auto).
% 2.03/2.22     dependent: set(auto1).
% 2.03/2.22     dependent: set(process_input).
% 2.03/2.22     dependent: clear(print_kept).
% 2.03/2.22     dependent: clear(print_new_demod).
% 2.03/2.22     dependent: clear(print_back_demod).
% 2.03/2.22     dependent: clear(print_back_sub).
% 2.03/2.22     dependent: set(control_memory).
% 2.03/2.22     dependent: assign(max_mem, 12000).
% 2.03/2.22     dependent: assign(pick_given_ratio, 4).
% 2.03/2.22     dependent: assign(stats_level, 1).
% 2.03/2.22     dependent: assign(max_seconds, 10800).
% 2.03/2.22  clear(print_given).
% 2.03/2.22  
% 2.03/2.22  formula_list(usable).
% 2.03/2.22  all A (A=A).
% 2.03/2.22  all A B (in(A,B)-> -in(B,A)).
% 2.03/2.22  all A B (set_union2(A,B)=set_union2(B,A)).
% 2.03/2.22  all A B (set_intersection2(A,B)=set_intersection2(B,A)).
% 2.03/2.22  all A B (A=B<->subset(A,B)&subset(B,A)).
% 2.03/2.22  all A (A=empty_set<-> (all B (-in(B,A)))).
% 2.03/2.22  all A B C (C=set_union2(A,B)<-> (all D (in(D,C)<->in(D,A)|in(D,B)))).
% 2.03/2.22  all A B (subset(A,B)<-> (all C (in(C,A)->in(C,B)))).
% 2.03/2.22  all A B C (C=set_intersection2(A,B)<-> (all D (in(D,C)<->in(D,A)&in(D,B)))).
% 2.03/2.22  all A B C (C=set_difference(A,B)<-> (all D (in(D,C)<->in(D,A)& -in(D,B)))).
% 2.03/2.22  all A B (disjoint(A,B)<->set_intersection2(A,B)=empty_set).
% 2.03/2.22  $T.
% 2.03/2.22  $T.
% 2.03/2.22  $T.
% 2.03/2.22  $T.
% 2.03/2.22  empty(empty_set).
% 2.03/2.22  all A B (-empty(A)-> -empty(set_union2(A,B))).
% 2.03/2.22  all A B (-empty(A)-> -empty(set_union2(B,A))).
% 2.03/2.22  all A B (set_union2(A,A)=A).
% 2.03/2.22  all A B (set_intersection2(A,A)=A).
% 2.03/2.22  all A B (set_difference(A,B)=empty_set<->subset(A,B)).
% 2.03/2.22  exists A empty(A).
% 2.03/2.22  exists A (-empty(A)).
% 2.03/2.22  all A B subset(A,A).
% 2.03/2.22  all A B (disjoint(A,B)->disjoint(B,A)).
% 2.03/2.22  all A B (subset(A,B)->set_union2(A,B)=B).
% 2.03/2.22  all A B subset(set_intersection2(A,B),A).
% 2.03/2.22  all A B C (subset(A,B)&subset(A,C)->subset(A,set_intersection2(B,C))).
% 2.03/2.22  all A (set_union2(A,empty_set)=A).
% 2.03/2.22  all A B C (subset(A,B)&subset(B,C)->subset(A,C)).
% 2.03/2.22  all A B C (subset(A,B)->subset(set_intersection2(A,C),set_intersection2(B,C))).
% 2.03/2.22  all A B (subset(A,B)->set_intersection2(A,B)=A).
% 2.03/2.22  all A (set_intersection2(A,empty_set)=empty_set).
% 2.03/2.22  all A B ((all C (in(C,A)<->in(C,B)))->A=B).
% 2.03/2.22  all A subset(empty_set,A).
% 2.03/2.22  all A B C (subset(A,B)->subset(set_difference(A,C),set_difference(B,C))).
% 2.03/2.22  -(all A B subset(set_difference(A,B),A)).
% 2.03/2.22  all A (set_difference(A,empty_set)=A).
% 2.03/2.22  all A B (-(-disjoint(A,B)& (all C (-(in(C,A)&in(C,B)))))& -((exists C (in(C,A)&in(C,B)))&disjoint(A,B))).
% 2.03/2.22  all A (subset(A,empty_set)->A=empty_set).
% 2.03/2.22  all A (set_difference(empty_set,A)=empty_set).
% 2.03/2.22  all A B (-(-disjoint(A,B)& (all C (-in(C,set_intersection2(A,B)))))& -((exists C in(C,set_intersection2(A,B)))&disjoint(A,B))).
% 2.03/2.22  all A (empty(A)->A=empty_set).
% 2.03/2.22  all A B (-(in(A,B)&empty(B))).
% 2.03/2.22  all A B subset(A,set_union2(A,B)).
% 2.03/2.22  all A B (-(empty(A)&A!=B&empty(B))).
% 2.03/2.22  all A B C (subset(A,B)&subset(C,B)->subset(set_union2(A,C),B)).
% 2.03/2.22  end_of_list.
% 2.03/2.22  
% 2.03/2.22  -------> usable clausifies to:
% 2.03/2.22  
% 2.03/2.22  list(usable).
% 2.03/2.22  0 [] A=A.
% 2.03/2.22  0 [] -in(A,B)| -in(B,A).
% 2.03/2.22  0 [] set_union2(A,B)=set_union2(B,A).
% 2.03/2.22  0 [] set_intersection2(A,B)=set_intersection2(B,A).
% 2.03/2.22  0 [] A!=B|subset(A,B).
% 2.03/2.22  0 [] A!=B|subset(B,A).
% 2.03/2.22  0 [] A=B| -subset(A,B)| -subset(B,A).
% 2.03/2.22  0 [] A!=empty_set| -in(B,A).
% 2.03/2.22  0 [] A=empty_set|in($f1(A),A).
% 2.03/2.22  0 [] C!=set_union2(A,B)| -in(D,C)|in(D,A)|in(D,B).
% 2.03/2.22  0 [] C!=set_union2(A,B)|in(D,C)| -in(D,A).
% 2.03/2.22  0 [] C!=set_union2(A,B)|in(D,C)| -in(D,B).
% 2.03/2.22  0 [] C=set_union2(A,B)|in($f2(A,B,C),C)|in($f2(A,B,C),A)|in($f2(A,B,C),B).
% 2.03/2.22  0 [] C=set_union2(A,B)| -in($f2(A,B,C),C)| -in($f2(A,B,C),A).
% 2.03/2.22  0 [] C=set_union2(A,B)| -in($f2(A,B,C),C)| -in($f2(A,B,C),B).
% 2.03/2.22  0 [] -subset(A,B)| -in(C,A)|in(C,B).
% 2.03/2.22  0 [] subset(A,B)|in($f3(A,B),A).
% 2.03/2.22  0 [] subset(A,B)| -in($f3(A,B),B).
% 2.03/2.22  0 [] C!=set_intersection2(A,B)| -in(D,C)|in(D,A).
% 2.03/2.22  0 [] C!=set_intersection2(A,B)| -in(D,C)|in(D,B).
% 2.03/2.22  0 [] C!=set_intersection2(A,B)|in(D,C)| -in(D,A)| -in(D,B).
% 2.03/2.22  0 [] C=set_intersection2(A,B)|in($f4(A,B,C),C)|in($f4(A,B,C),A).
% 2.03/2.22  0 [] C=set_intersection2(A,B)|in($f4(A,B,C),C)|in($f4(A,B,C),B).
% 2.03/2.22  0 [] C=set_intersection2(A,B)| -in($f4(A,B,C),C)| -in($f4(A,B,C),A)| -in($f4(A,B,C),B).
% 2.03/2.22  0 [] C!=set_difference(A,B)| -in(D,C)|in(D,A).
% 2.03/2.22  0 [] C!=set_difference(A,B)| -in(D,C)| -in(D,B).
% 2.03/2.22  0 [] C!=set_difference(A,B)|in(D,C)| -in(D,A)|in(D,B).
% 2.03/2.22  0 [] C=set_difference(A,B)|in($f5(A,B,C),C)|in($f5(A,B,C),A).
% 2.03/2.22  0 [] C=set_difference(A,B)|in($f5(A,B,C),C)| -in($f5(A,B,C),B).
% 2.03/2.22  0 [] C=set_difference(A,B)| -in($f5(A,B,C),C)| -in($f5(A,B,C),A)|in($f5(A,B,C),B).
% 2.03/2.22  0 [] -disjoint(A,B)|set_intersection2(A,B)=empty_set.
% 2.03/2.22  0 [] disjoint(A,B)|set_intersection2(A,B)!=empty_set.
% 2.03/2.22  0 [] $T.
% 2.03/2.22  0 [] $T.
% 2.03/2.22  0 [] $T.
% 2.03/2.22  0 [] $T.
% 2.03/2.22  0 [] empty(empty_set).
% 2.03/2.22  0 [] empty(A)| -empty(set_union2(A,B)).
% 2.03/2.22  0 [] empty(A)| -empty(set_union2(B,A)).
% 2.03/2.22  0 [] set_union2(A,A)=A.
% 2.03/2.22  0 [] set_intersection2(A,A)=A.
% 2.03/2.22  0 [] set_difference(A,B)!=empty_set|subset(A,B).
% 2.03/2.22  0 [] set_difference(A,B)=empty_set| -subset(A,B).
% 2.03/2.22  0 [] empty($c1).
% 2.03/2.22  0 [] -empty($c2).
% 2.03/2.22  0 [] subset(A,A).
% 2.03/2.22  0 [] -disjoint(A,B)|disjoint(B,A).
% 2.03/2.22  0 [] -subset(A,B)|set_union2(A,B)=B.
% 2.03/2.22  0 [] subset(set_intersection2(A,B),A).
% 2.03/2.22  0 [] -subset(A,B)| -subset(A,C)|subset(A,set_intersection2(B,C)).
% 2.03/2.22  0 [] set_union2(A,empty_set)=A.
% 2.03/2.22  0 [] -subset(A,B)| -subset(B,C)|subset(A,C).
% 2.03/2.22  0 [] -subset(A,B)|subset(set_intersection2(A,C),set_intersection2(B,C)).
% 2.03/2.22  0 [] -subset(A,B)|set_intersection2(A,B)=A.
% 2.03/2.22  0 [] set_intersection2(A,empty_set)=empty_set.
% 2.03/2.22  0 [] in($f6(A,B),A)|in($f6(A,B),B)|A=B.
% 2.03/2.22  0 [] -in($f6(A,B),A)| -in($f6(A,B),B)|A=B.
% 2.03/2.22  0 [] subset(empty_set,A).
% 2.03/2.22  0 [] -subset(A,B)|subset(set_difference(A,C),set_difference(B,C)).
% 2.03/2.22  0 [] -subset(set_difference($c4,$c3),$c4).
% 2.03/2.22  0 [] set_difference(A,empty_set)=A.
% 2.03/2.22  0 [] disjoint(A,B)|in($f7(A,B),A).
% 2.03/2.22  0 [] disjoint(A,B)|in($f7(A,B),B).
% 2.03/2.22  0 [] -in(C,A)| -in(C,B)| -disjoint(A,B).
% 2.03/2.22  0 [] -subset(A,empty_set)|A=empty_set.
% 2.03/2.22  0 [] set_difference(empty_set,A)=empty_set.
% 2.03/2.22  0 [] disjoint(A,B)|in($f8(A,B),set_intersection2(A,B)).
% 2.03/2.22  0 [] -in(C,set_intersection2(A,B))| -disjoint(A,B).
% 2.03/2.22  0 [] -empty(A)|A=empty_set.
% 2.03/2.22  0 [] -in(A,B)| -empty(B).
% 2.03/2.22  0 [] subset(A,set_union2(A,B)).
% 2.03/2.22  0 [] -empty(A)|A=B| -empty(B).
% 2.03/2.22  0 [] -subset(A,B)| -subset(C,B)|subset(set_union2(A,C),B).
% 2.03/2.22  end_of_list.
% 2.03/2.22  
% 2.03/2.22  SCAN INPUT: prop=0, horn=0, equality=1, symmetry=0, max_lits=4.
% 2.03/2.22  
% 2.03/2.22  This ia a non-Horn set with equality.  The strategy will be
% 2.03/2.22  Knuth-Bendix, ordered hyper_res, factoring, and unit
% 2.03/2.22  deletion, with positive clauses in sos and nonpositive
% 2.03/2.22  clauses in usable.
% 2.03/2.22  
% 2.03/2.22     dependent: set(knuth_bendix).
% 2.03/2.22     dependent: set(anl_eq).
% 2.03/2.22     dependent: set(para_from).
% 2.03/2.22     dependent: set(para_into).
% 2.03/2.22     dependent: clear(para_from_right).
% 2.03/2.22     dependent: clear(para_into_right).
% 2.03/2.22     dependent: set(para_from_vars).
% 2.03/2.22     dependent: set(eq_units_both_ways).
% 2.03/2.22     dependent: set(dynamic_demod_all).
% 2.03/2.22     dependent: set(dynamic_demod).
% 2.03/2.22     dependent: set(order_eq).
% 2.03/2.22     dependent: set(back_demod).
% 2.03/2.22     dependent: set(lrpo).
% 2.03/2.22     dependent: set(hyper_res).
% 2.03/2.22     dependent: set(unit_deletion).
% 2.03/2.22     dependent: set(factor).
% 2.03/2.22  
% 2.03/2.22  ------------> process usable:
% 2.03/2.22  ** KEPT (pick-wt=6): 1 [] -in(A,B)| -in(B,A).
% 2.03/2.22  ** KEPT (pick-wt=6): 2 [] A!=B|subset(A,B).
% 2.03/2.22  ** KEPT (pick-wt=6): 3 [] A!=B|subset(B,A).
% 2.03/2.22  ** KEPT (pick-wt=9): 4 [] A=B| -subset(A,B)| -subset(B,A).
% 2.03/2.22  ** KEPT (pick-wt=6): 5 [] A!=empty_set| -in(B,A).
% 2.03/2.22  ** KEPT (pick-wt=14): 6 [] A!=set_union2(B,C)| -in(D,A)|in(D,B)|in(D,C).
% 2.03/2.22  ** KEPT (pick-wt=11): 7 [] A!=set_union2(B,C)|in(D,A)| -in(D,B).
% 2.03/2.22  ** KEPT (pick-wt=11): 8 [] A!=set_union2(B,C)|in(D,A)| -in(D,C).
% 2.03/2.22  ** KEPT (pick-wt=17): 9 [] A=set_union2(B,C)| -in($f2(B,C,A),A)| -in($f2(B,C,A),B).
% 2.03/2.22  ** KEPT (pick-wt=17): 10 [] A=set_union2(B,C)| -in($f2(B,C,A),A)| -in($f2(B,C,A),C).
% 2.03/2.22  ** KEPT (pick-wt=9): 11 [] -subset(A,B)| -in(C,A)|in(C,B).
% 2.03/2.22  ** KEPT (pick-wt=8): 12 [] subset(A,B)| -in($f3(A,B),B).
% 2.03/2.22  ** KEPT (pick-wt=11): 13 [] A!=set_intersection2(B,C)| -in(D,A)|in(D,B).
% 2.03/2.22  ** KEPT (pick-wt=11): 14 [] A!=set_intersection2(B,C)| -in(D,A)|in(D,C).
% 2.03/2.22  ** KEPT (pick-wt=14): 15 [] A!=set_intersection2(B,C)|in(D,A)| -in(D,B)| -in(D,C).
% 2.03/2.22  ** KEPT (pick-wt=23): 16 [] A=set_intersection2(B,C)| -in($f4(B,C,A),A)| -in($f4(B,C,A),B)| -in($f4(B,C,A),C).
% 2.03/2.22  ** KEPT (pick-wt=11): 17 [] A!=set_difference(B,C)| -in(D,A)|in(D,B).
% 2.03/2.22  ** KEPT (pick-wt=11): 18 [] A!=set_difference(B,C)| -in(D,A)| -in(D,C).
% 2.03/2.22  ** KEPT (pick-wt=14): 19 [] A!=set_difference(B,C)|in(D,A)| -in(D,B)|in(D,C).
% 2.03/2.22  ** KEPT (pick-wt=17): 20 [] A=set_difference(B,C)|in($f5(B,C,A),A)| -in($f5(B,C,A),C).
% 2.03/2.22  ** KEPT (pick-wt=23): 21 [] A=set_difference(B,C)| -in($f5(B,C,A),A)| -in($f5(B,C,A),B)|in($f5(B,C,A),C).
% 2.03/2.22  ** KEPT (pick-wt=8): 22 [] -disjoint(A,B)|set_intersection2(A,B)=empty_set.
% 2.03/2.22  ** KEPT (pick-wt=8): 23 [] disjoint(A,B)|set_intersection2(A,B)!=empty_set.
% 2.03/2.22  ** KEPT (pick-wt=6): 24 [] empty(A)| -empty(set_union2(A,B)).
% 2.03/2.22  ** KEPT (pick-wt=6): 25 [] empty(A)| -empty(set_union2(B,A)).
% 2.03/2.22  ** KEPT (pick-wt=8): 26 [] set_difference(A,B)!=empty_set|subset(A,B).
% 2.03/2.22  ** KEPT (pick-wt=8): 27 [] set_difference(A,B)=empty_set| -subset(A,B).
% 2.03/2.22  ** KEPT (pick-wt=2): 28 [] -empty($c2).
% 2.03/2.22  ** KEPT (pick-wt=6): 29 [] -disjoint(A,B)|disjoint(B,A).
% 2.03/2.22  ** KEPT (pick-wt=8): 30 [] -subset(A,B)|set_union2(A,B)=B.
% 2.03/2.22  ** KEPT (pick-wt=11): 31 [] -subset(A,B)| -subset(A,C)|subset(A,set_intersection2(B,C)).
% 2.03/2.22  ** KEPT (pick-wt=9): 32 [] -subset(A,B)| -subset(B,C)|subset(A,C).
% 2.03/2.22  ** KEPT (pick-wt=10): 33 [] -subset(A,B)|subset(set_intersection2(A,C),set_intersection2(B,C)).
% 2.03/2.22  ** KEPT (pick-wt=8): 34 [] -subset(A,B)|set_intersection2(A,B)=A.
% 2.03/2.22  ** KEPT (pick-wt=13): 35 [] -in($f6(A,B),A)| -in($f6(A,B),B)|A=B.
% 2.03/2.22  ** KEPT (pick-wt=10): 36 [] -subset(A,B)|subset(set_difference(A,C),set_difference(B,C)).
% 2.03/2.22  ** KEPT (pick-wt=5): 37 [] -subset(set_difference($c4,$c3),$c4).
% 2.03/2.22  ** KEPT (pick-wt=9): 38 [] -in(A,B)| -in(A,C)| -disjoint(B,C).
% 2.03/2.22  ** KEPT (pick-wt=6): 39 [] -subset(A,empty_set)|A=empty_set.
% 2.03/2.22  ** KEPT (pick-wt=8): 40 [] -in(A,set_intersection2(B,C))| -disjoint(B,C).
% 2.03/2.22  ** KEPT (pick-wt=5): 41 [] -empty(A)|A=empty_set.
% 2.03/2.22  ** KEPT (pick-wt=5): 42 [] -in(A,B)| -empty(B).
% 2.03/2.22  ** KEPT (pick-wt=7): 43 [] -empty(A)|A=B| -empty(B).
% 2.03/2.22  ** KEPT (pick-wt=11): 44 [] -subset(A,B)| -subset(C,B)|subset(set_union2(A,C),B).
% 2.03/2.22  
% 2.03/2.22  ------------> process sos:
% 2.03/2.22  ** KEPT (pick-wt=3): 63 [] A=A.
% 2.03/2.22  ** KEPT (pick-wt=7): 64 [] set_union2(A,B)=set_union2(B,A).
% 2.03/2.22  ** KEPT (pick-wt=7): 65 [] set_intersection2(A,B)=set_intersection2(B,A).
% 2.03/2.22  ** KEPT (pick-wt=7): 66 [] A=empty_set|in($f1(A),A).
% 2.03/2.22  ** KEPT (pick-wt=23): 67 [] A=set_union2(B,C)|in($f2(B,C,A),A)|in($f2(B,C,A),B)|in($f2(B,C,A),C).
% 2.03/2.22  ** KEPT (pick-wt=8): 68 [] subset(A,B)|in($f3(A,B),A).
% 2.03/2.22  ** KEPT (pick-wt=17): 69 [] A=set_intersection2(B,C)|in($f4(B,C,A),A)|in($f4(B,C,A),B).
% 2.03/2.22  ** KEPT (pick-wt=17): 70 [] A=set_intersection2(B,C)|in($f4(B,C,A),A)|in($f4(B,C,A),C).
% 2.03/2.22  ** KEPT (pick-wt=17): 71 [] A=set_difference(B,C)|in($f5(B,C,A),A)|in($f5(B,C,A),B).
% 2.03/2.22  ** KEPT (pick-wt=2): 72 [] empty(empty_set).
% 2.03/2.22  ** KEPT (pick-wt=5): 73 [] set_union2(A,A)=A.
% 2.03/2.22  ---> New Demodulator: 74 [new_demod,73] set_union2(A,A)=A.
% 2.03/2.22  ** KEPT (pick-wt=5): 75 [] set_intersection2(A,A)=A.
% 2.03/2.22  ---> New Demodulator: 76 [new_demod,75] set_intersection2(A,A)=A.
% 2.03/2.22  ** KEPT (pick-wt=2): 77 [] empty($c1).
% 2.03/2.22  ** KEPT (pick-wt=3): 78 [] subset(A,A).
% 2.03/2.22  ** KEPT (pick-wt=5): 79 [] subset(set_intersection2(A,B),A).
% 2.03/2.22  ** KEPT (pick-wt=5): 80 [] set_union2(A,empty_set)=A.
% 2.03/2.22  ---> New Demodulator: 81 [new_demod,80] set_union2(A,empty_set)=A.
% 2.03/2.22  ** KEPT (pick-wt=5): 82 [] set_intersection2(A,empty_set)=empty_set.
% 2.03/2.22  ---> New Demodulator: 83 [new_demod,82] set_intersection2(A,empty_set)=empty_set.
% 2.03/2.22  ** KEPT (pick-wt=13): 84 [] in($f6(A,B),A)|in($f6(A,B),B)|A=B.
% 2.03/2.22  ** KEPT (pick-wt=3): 85 [] subset(empty_set,A).
% 2.03/2.22  ** KEPT (pick-wt=5): 86 [] set_difference(A,empty_set)=A.
% 2.03/2.22  ---> New Demodulator: 87 [new_demod,86] set_difference(A,empty_set)=A.
% 2.03/2.22  ** KEPT (pick-wt=8): 88 [] disjoint(A,B)|in($f7(A,B),A).
% 2.03/2.22  ** KEPT (pick-wt=8): 89 [] disjoint(A,B)|in($f7(A,B),B).
% 2.03/2.22  ** KEPT (pick-wt=5): 90 [] set_difference(empty_set,A)=empty_set.
% 2.03/2.22  ---> New Demodulator: 91 [new_demod,90] set_difference(empty_set,A)=empty_set.
% 2.03/2.22  ** KEPT (pick-wt=10): 92 [] disjoint(A,B)|in($f8(A,B),set_intersection2(A,B)).
% 2.03/2.22  ** KEPT (pick-wt=5): 93 [] subset(A,set_union2(A,B)).
% 2.03/2.22    Following clause subsumed by 63 during input processing: 0 [copy,63,flip.1] A=A.
% 2.03/2.22  63 back subsumes 60.
% 2.03/2.22  63 back subsumes 58.
% 2.03/2.22  63 back subsumes 46.
% 2.03/2.22    Following clause subsumed by 64 during input processing: 0 [copy,64,flip.1] set_union2(A,B)=set_union2(B,A).
% 2.03/2.22    Following clause subsumed by 65 during input processing: 0 [copy,65,flip.1] set_intersection2(A,B)=set_intersection2(B,A).
% 2.03/2.22  >>>> Starting back demodulation with 74.
% 2.03/2.22      >> back demodulating 61 with 74.
% 2.03/2.22      >> back demodulating 47 with 74.
% 2.03/2.22  >>>> Starting back demodulation with 76.
% 2.03/2.22      >> back demodulating 62 with 76.
% 2.03/2.22      >> back demodulating 57 with 76.
% 2.03/2.22      >> back demodulating 53 with 76.
% 4.08/4.27      >> back demodulating 50 with 76.
% 4.08/4.27  >>>> Starting back demodulation with 81.
% 4.08/4.27  >>>> Starting back demodulation with 83.
% 4.08/4.27  >>>> Starting back demodulation with 87.
% 4.08/4.27  >>>> Starting back demodulation with 91.
% 4.08/4.27  
% 4.08/4.27  ======= end of input processing =======
% 4.08/4.27  
% 4.08/4.27  =========== start of search ===========
% 4.08/4.27  
% 4.08/4.27  
% 4.08/4.27  Resetting weight limit to 8.
% 4.08/4.27  
% 4.08/4.27  
% 4.08/4.27  Resetting weight limit to 8.
% 4.08/4.27  
% 4.08/4.27  sos_size=1220
% 4.08/4.27  
% 4.08/4.27  
% 4.08/4.27  Resetting weight limit to 7.
% 4.08/4.27  
% 4.08/4.27  
% 4.08/4.27  Resetting weight limit to 7.
% 4.08/4.27  
% 4.08/4.27  sos_size=1193
% 4.08/4.27  
% 4.08/4.27  -------- PROOF -------- 
% 4.08/4.27  
% 4.08/4.27  ----> UNIT CONFLICT at   2.04 sec ----> 1718 [binary,1717.1,37.1] $F.
% 4.08/4.27  
% 4.08/4.27  Length of proof is 3.  Level of proof is 3.
% 4.08/4.27  
% 4.08/4.27  ---------------- PROOF ----------------
% 4.08/4.27  % SZS status Theorem
% 4.08/4.27  % SZS output start Refutation
% See solution above
% 4.08/4.27  ------------ end of proof -------------
% 4.08/4.27  
% 4.08/4.27  
% 4.08/4.27  Search stopped by max_proofs option.
% 4.08/4.27  
% 4.08/4.27  
% 4.08/4.27  Search stopped by max_proofs option.
% 4.08/4.27  
% 4.08/4.27  ============ end of search ============
% 4.08/4.27  
% 4.08/4.27  -------------- statistics -------------
% 4.08/4.27  clauses given                473
% 4.08/4.27  clauses generated         133584
% 4.08/4.27  clauses kept                1685
% 4.08/4.27  clauses forward subsumed   19335
% 4.08/4.27  clauses back subsumed        154
% 4.08/4.27  Kbytes malloced             5859
% 4.08/4.27  
% 4.08/4.27  ----------- times (seconds) -----------
% 4.08/4.27  user CPU time          2.04          (0 hr, 0 min, 2 sec)
% 4.08/4.27  system CPU time        0.01          (0 hr, 0 min, 0 sec)
% 4.08/4.27  wall-clock time        3             (0 hr, 0 min, 3 sec)
% 4.08/4.27  
% 4.08/4.27  That finishes the proof of the theorem.
% 4.08/4.27  
% 4.08/4.27  Process 11805 finished Wed Jul 27 08:03:30 2022
% 4.08/4.27  Otter interrupted
% 4.08/4.27  PROOF FOUND
%------------------------------------------------------------------------------