TSTP Solution File: NLP001+1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : NLP001+1 : TPTP v8.1.2. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s

% Computer : n025.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 : Tue Aug 22 10:49:53 EDT 2023

% Result   : Theorem 7.40s 2.58s
% Output   : CNFRefutation 8.06s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   23
% Syntax   : Number of formulae    :  758 ( 300 unt;  22 typ;   0 def)
%            Number of atoms       : 2846 (   0 equ)
%            Maximal formula atoms :   56 (   3 avg)
%            Number of connectives : 4195 (2085   ~;2055   |;  53   &)
%                                         (   0 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   37 (   5 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   17 (  14   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :   15 (  14 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   8 con; 0-0 aty)
%            Number of variables   :  436 (; 420   !;  16   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ in > down > barrel > white > way > street > old > lonely > hollywood > event > dirty > city > chevy > car > #nlpp > #skF_7 > #skF_5 > #skF_6 > #skF_2 > #skF_3 > #skF_1 > #skF_8 > #skF_4

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(down,type,
    down: ( $i * $i ) > $o ).

tff(old,type,
    old: $i > $o ).

tff(hollywood,type,
    hollywood: $i > $o ).

tff(city,type,
    city: $i > $o ).

tff(way,type,
    way: $i > $o ).

tff('#skF_7',type,
    '#skF_7': $i ).

tff(in,type,
    in: ( $i * $i ) > $o ).

tff('#skF_5',type,
    '#skF_5': $i ).

tff(chevy,type,
    chevy: $i > $o ).

tff('#skF_6',type,
    '#skF_6': $i ).

tff('#skF_2',type,
    '#skF_2': $i ).

tff('#skF_3',type,
    '#skF_3': $i ).

tff(white,type,
    white: $i > $o ).

tff('#skF_1',type,
    '#skF_1': $i ).

tff(barrel,type,
    barrel: ( $i * $i ) > $o ).

tff('#skF_8',type,
    '#skF_8': $i ).

tff(dirty,type,
    dirty: $i > $o ).

tff(event,type,
    event: $i > $o ).

tff(car,type,
    car: $i > $o ).

tff('#skF_4',type,
    '#skF_4': $i ).

tff(street,type,
    street: $i > $o ).

tff(lonely,type,
    lonely: $i > $o ).

tff(f_143,negated_conjecture,
    ~ ( ( ? [U,V,W,X] :
            ( hollywood(U)
            & city(U)
            & event(V)
            & street(W)
            & way(W)
            & lonely(W)
            & chevy(X)
            & car(X)
            & white(X)
            & dirty(X)
            & old(X)
            & barrel(V,X)
            & down(V,W)
            & in(V,U) )
       => ? [Y,Z,X1,X2] :
            ( hollywood(Y)
            & city(Y)
            & event(Z)
            & chevy(X1)
            & car(X1)
            & white(X1)
            & dirty(X1)
            & old(X1)
            & street(X2)
            & way(X2)
            & lonely(X2)
            & barrel(Z,X1)
            & down(Z,X2)
            & in(Z,Y) ) )
      & ( ? [X3,X4,X5,X6] :
            ( hollywood(X3)
            & city(X3)
            & event(X4)
            & chevy(X5)
            & car(X5)
            & white(X5)
            & dirty(X5)
            & old(X5)
            & street(X6)
            & way(X6)
            & lonely(X6)
            & barrel(X4,X5)
            & down(X4,X6)
            & in(X4,X3) )
       => ? [X7,X8,X9,X10] :
            ( hollywood(X7)
            & city(X7)
            & event(X8)
            & street(X9)
            & way(X9)
            & lonely(X9)
            & chevy(X10)
            & car(X10)
            & white(X10)
            & dirty(X10)
            & old(X10)
            & barrel(X8,X10)
            & down(X8,X9)
            & in(X8,X7) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',co1) ).

tff(c_346,plain,
    ( car('#skF_4')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_466,plain,
    chevy('#skF_7'),
    inference(splitLeft,[status(thm)],[c_346]) ).

tff(c_324,plain,
    ( street('#skF_3')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_456,plain,
    car('#skF_7'),
    inference(splitLeft,[status(thm)],[c_324]) ).

tff(c_300,plain,
    ( hollywood('#skF_1')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_511,plain,
    white('#skF_7'),
    inference(splitLeft,[status(thm)],[c_300]) ).

tff(c_258,plain,
    ( chevy('#skF_4')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_470,plain,
    dirty('#skF_7'),
    inference(splitLeft,[status(thm)],[c_258]) ).

tff(c_236,plain,
    ( event('#skF_2')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_455,plain,
    old('#skF_7'),
    inference(splitLeft,[status(thm)],[c_236]) ).

tff(c_100,plain,
    ( old('#skF_4')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_573,plain,
    barrel('#skF_6','#skF_7'),
    inference(splitLeft,[status(thm)],[c_100]) ).

tff(c_204,plain,
    ( street('#skF_3')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_462,plain,
    street('#skF_8'),
    inference(splitLeft,[status(thm)],[c_204]) ).

tff(c_164,plain,
    ( white('#skF_4')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_468,plain,
    way('#skF_8'),
    inference(splitLeft,[status(thm)],[c_164]) ).

tff(c_150,plain,
    ( hollywood('#skF_1')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_504,plain,
    lonely('#skF_8'),
    inference(splitLeft,[status(thm)],[c_150]) ).

tff(c_82,plain,
    ( way('#skF_3')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_574,plain,
    down('#skF_6','#skF_8'),
    inference(splitLeft,[status(thm)],[c_82]) ).

tff(c_450,plain,
    ( hollywood('#skF_1')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_451,plain,
    hollywood('#skF_5'),
    inference(splitLeft,[status(thm)],[c_450]) ).

tff(c_420,plain,
    ( hollywood('#skF_1')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_454,plain,
    city('#skF_5'),
    inference(splitLeft,[status(thm)],[c_420]) ).

tff(c_384,plain,
    ( street('#skF_3')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_467,plain,
    event('#skF_6'),
    inference(splitLeft,[status(thm)],[c_384]) ).

tff(c_42,plain,
    ( dirty('#skF_4')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_584,plain,
    in('#skF_6','#skF_5'),
    inference(splitLeft,[status(thm)],[c_42]) ).

tff(c_24,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( street('#skF_3')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_758,plain,
    ! [X8_33,X7_34,X9_35,X10_36] :
      ( ~ in(X8_33,X7_34)
      | ~ down(X8_33,X9_35)
      | ~ barrel(X8_33,X10_36)
      | ~ old(X10_36)
      | ~ dirty(X10_36)
      | ~ white(X10_36)
      | ~ car(X10_36)
      | ~ chevy(X10_36)
      | ~ lonely(X9_35)
      | ~ way(X9_35)
      | ~ street(X9_35)
      | ~ event(X8_33)
      | ~ city(X7_34)
      | ~ hollywood(X7_34) ),
    inference(splitLeft,[status(thm)],[c_24]) ).

tff(c_760,plain,
    ! [X9_35,X10_36] :
      ( ~ down('#skF_6',X9_35)
      | ~ barrel('#skF_6',X10_36)
      | ~ old(X10_36)
      | ~ dirty(X10_36)
      | ~ white(X10_36)
      | ~ car(X10_36)
      | ~ chevy(X10_36)
      | ~ lonely(X9_35)
      | ~ way(X9_35)
      | ~ street(X9_35)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_758]) ).

tff(c_763,plain,
    ! [X9_35,X10_36] :
      ( ~ down('#skF_6',X9_35)
      | ~ barrel('#skF_6',X10_36)
      | ~ old(X10_36)
      | ~ dirty(X10_36)
      | ~ white(X10_36)
      | ~ car(X10_36)
      | ~ chevy(X10_36)
      | ~ lonely(X9_35)
      | ~ way(X9_35)
      | ~ street(X9_35) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_760]) ).

tff(c_765,plain,
    ! [X9_37] :
      ( ~ down('#skF_6',X9_37)
      | ~ lonely(X9_37)
      | ~ way(X9_37)
      | ~ street(X9_37) ),
    inference(splitLeft,[status(thm)],[c_763]) ).

tff(c_768,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_765]) ).

tff(c_772,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_768]) ).

tff(c_774,plain,
    ! [X10_38] :
      ( ~ barrel('#skF_6',X10_38)
      | ~ old(X10_38)
      | ~ dirty(X10_38)
      | ~ white(X10_38)
      | ~ car(X10_38)
      | ~ chevy(X10_38) ),
    inference(splitRight,[status(thm)],[c_763]) ).

tff(c_777,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_774]) ).

tff(c_781,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_777]) ).

tff(c_782,plain,
    street('#skF_3'),
    inference(splitRight,[status(thm)],[c_24]) ).

tff(c_22,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( way('#skF_3')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_814,plain,
    ! [X8_45,X7_46,X9_47,X10_48] :
      ( ~ in(X8_45,X7_46)
      | ~ down(X8_45,X9_47)
      | ~ barrel(X8_45,X10_48)
      | ~ old(X10_48)
      | ~ dirty(X10_48)
      | ~ white(X10_48)
      | ~ car(X10_48)
      | ~ chevy(X10_48)
      | ~ lonely(X9_47)
      | ~ way(X9_47)
      | ~ street(X9_47)
      | ~ event(X8_45)
      | ~ city(X7_46)
      | ~ hollywood(X7_46) ),
    inference(splitLeft,[status(thm)],[c_22]) ).

tff(c_816,plain,
    ! [X9_47,X10_48] :
      ( ~ down('#skF_6',X9_47)
      | ~ barrel('#skF_6',X10_48)
      | ~ old(X10_48)
      | ~ dirty(X10_48)
      | ~ white(X10_48)
      | ~ car(X10_48)
      | ~ chevy(X10_48)
      | ~ lonely(X9_47)
      | ~ way(X9_47)
      | ~ street(X9_47)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_814]) ).

tff(c_819,plain,
    ! [X9_47,X10_48] :
      ( ~ down('#skF_6',X9_47)
      | ~ barrel('#skF_6',X10_48)
      | ~ old(X10_48)
      | ~ dirty(X10_48)
      | ~ white(X10_48)
      | ~ car(X10_48)
      | ~ chevy(X10_48)
      | ~ lonely(X9_47)
      | ~ way(X9_47)
      | ~ street(X9_47) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_816]) ).

tff(c_821,plain,
    ! [X9_49] :
      ( ~ down('#skF_6',X9_49)
      | ~ lonely(X9_49)
      | ~ way(X9_49)
      | ~ street(X9_49) ),
    inference(splitLeft,[status(thm)],[c_819]) ).

tff(c_824,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_821]) ).

tff(c_828,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_824]) ).

tff(c_830,plain,
    ! [X10_50] :
      ( ~ barrel('#skF_6',X10_50)
      | ~ old(X10_50)
      | ~ dirty(X10_50)
      | ~ white(X10_50)
      | ~ car(X10_50)
      | ~ chevy(X10_50) ),
    inference(splitRight,[status(thm)],[c_819]) ).

tff(c_833,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_830]) ).

tff(c_837,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_833]) ).

tff(c_838,plain,
    way('#skF_3'),
    inference(splitRight,[status(thm)],[c_22]) ).

tff(c_20,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( lonely('#skF_3')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_868,plain,
    ! [X8_57,X7_58,X9_59,X10_60] :
      ( ~ in(X8_57,X7_58)
      | ~ down(X8_57,X9_59)
      | ~ barrel(X8_57,X10_60)
      | ~ old(X10_60)
      | ~ dirty(X10_60)
      | ~ white(X10_60)
      | ~ car(X10_60)
      | ~ chevy(X10_60)
      | ~ lonely(X9_59)
      | ~ way(X9_59)
      | ~ street(X9_59)
      | ~ event(X8_57)
      | ~ city(X7_58)
      | ~ hollywood(X7_58) ),
    inference(splitLeft,[status(thm)],[c_20]) ).

tff(c_870,plain,
    ! [X9_59,X10_60] :
      ( ~ down('#skF_6',X9_59)
      | ~ barrel('#skF_6',X10_60)
      | ~ old(X10_60)
      | ~ dirty(X10_60)
      | ~ white(X10_60)
      | ~ car(X10_60)
      | ~ chevy(X10_60)
      | ~ lonely(X9_59)
      | ~ way(X9_59)
      | ~ street(X9_59)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_868]) ).

tff(c_873,plain,
    ! [X9_59,X10_60] :
      ( ~ down('#skF_6',X9_59)
      | ~ barrel('#skF_6',X10_60)
      | ~ old(X10_60)
      | ~ dirty(X10_60)
      | ~ white(X10_60)
      | ~ car(X10_60)
      | ~ chevy(X10_60)
      | ~ lonely(X9_59)
      | ~ way(X9_59)
      | ~ street(X9_59) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_870]) ).

tff(c_875,plain,
    ! [X9_61] :
      ( ~ down('#skF_6',X9_61)
      | ~ lonely(X9_61)
      | ~ way(X9_61)
      | ~ street(X9_61) ),
    inference(splitLeft,[status(thm)],[c_873]) ).

tff(c_878,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_875]) ).

tff(c_882,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_878]) ).

tff(c_884,plain,
    ! [X10_62] :
      ( ~ barrel('#skF_6',X10_62)
      | ~ old(X10_62)
      | ~ dirty(X10_62)
      | ~ white(X10_62)
      | ~ car(X10_62)
      | ~ chevy(X10_62) ),
    inference(splitRight,[status(thm)],[c_873]) ).

tff(c_887,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_884]) ).

tff(c_891,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_887]) ).

tff(c_892,plain,
    lonely('#skF_3'),
    inference(splitRight,[status(thm)],[c_20]) ).

tff(c_6,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( down('#skF_2','#skF_3')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1004,plain,
    ! [X8_87,X7_88,X9_89,X10_90] :
      ( ~ in(X8_87,X7_88)
      | ~ down(X8_87,X9_89)
      | ~ barrel(X8_87,X10_90)
      | ~ old(X10_90)
      | ~ dirty(X10_90)
      | ~ white(X10_90)
      | ~ car(X10_90)
      | ~ chevy(X10_90)
      | ~ lonely(X9_89)
      | ~ way(X9_89)
      | ~ street(X9_89)
      | ~ event(X8_87)
      | ~ city(X7_88)
      | ~ hollywood(X7_88) ),
    inference(splitLeft,[status(thm)],[c_6]) ).

tff(c_1008,plain,
    ! [X9_89,X10_90] :
      ( ~ down('#skF_6',X9_89)
      | ~ barrel('#skF_6',X10_90)
      | ~ old(X10_90)
      | ~ dirty(X10_90)
      | ~ white(X10_90)
      | ~ car(X10_90)
      | ~ chevy(X10_90)
      | ~ lonely(X9_89)
      | ~ way(X9_89)
      | ~ street(X9_89)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_1004]) ).

tff(c_1014,plain,
    ! [X9_89,X10_90] :
      ( ~ down('#skF_6',X9_89)
      | ~ barrel('#skF_6',X10_90)
      | ~ old(X10_90)
      | ~ dirty(X10_90)
      | ~ white(X10_90)
      | ~ car(X10_90)
      | ~ chevy(X10_90)
      | ~ lonely(X9_89)
      | ~ way(X9_89)
      | ~ street(X9_89) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_1008]) ).

tff(c_1016,plain,
    ! [X9_91] :
      ( ~ down('#skF_6',X9_91)
      | ~ lonely(X9_91)
      | ~ way(X9_91)
      | ~ street(X9_91) ),
    inference(splitLeft,[status(thm)],[c_1014]) ).

tff(c_1019,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_1016]) ).

tff(c_1023,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_1019]) ).

tff(c_1025,plain,
    ! [X10_92] :
      ( ~ barrel('#skF_6',X10_92)
      | ~ old(X10_92)
      | ~ dirty(X10_92)
      | ~ white(X10_92)
      | ~ car(X10_92)
      | ~ chevy(X10_92) ),
    inference(splitRight,[status(thm)],[c_1014]) ).

tff(c_1028,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_1025]) ).

tff(c_1032,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_1028]) ).

tff(c_1033,plain,
    down('#skF_2','#skF_3'),
    inference(splitRight,[status(thm)],[c_6]) ).

tff(c_18,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( chevy('#skF_4')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_894,plain,
    ! [X8_63,X7_64,X9_65,X10_66] :
      ( ~ in(X8_63,X7_64)
      | ~ down(X8_63,X9_65)
      | ~ barrel(X8_63,X10_66)
      | ~ old(X10_66)
      | ~ dirty(X10_66)
      | ~ white(X10_66)
      | ~ car(X10_66)
      | ~ chevy(X10_66)
      | ~ lonely(X9_65)
      | ~ way(X9_65)
      | ~ street(X9_65)
      | ~ event(X8_63)
      | ~ city(X7_64)
      | ~ hollywood(X7_64) ),
    inference(splitLeft,[status(thm)],[c_18]) ).

tff(c_896,plain,
    ! [X9_65,X10_66] :
      ( ~ down('#skF_6',X9_65)
      | ~ barrel('#skF_6',X10_66)
      | ~ old(X10_66)
      | ~ dirty(X10_66)
      | ~ white(X10_66)
      | ~ car(X10_66)
      | ~ chevy(X10_66)
      | ~ lonely(X9_65)
      | ~ way(X9_65)
      | ~ street(X9_65)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_894]) ).

tff(c_899,plain,
    ! [X9_65,X10_66] :
      ( ~ down('#skF_6',X9_65)
      | ~ barrel('#skF_6',X10_66)
      | ~ old(X10_66)
      | ~ dirty(X10_66)
      | ~ white(X10_66)
      | ~ car(X10_66)
      | ~ chevy(X10_66)
      | ~ lonely(X9_65)
      | ~ way(X9_65)
      | ~ street(X9_65) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_896]) ).

tff(c_901,plain,
    ! [X9_67] :
      ( ~ down('#skF_6',X9_67)
      | ~ lonely(X9_67)
      | ~ way(X9_67)
      | ~ street(X9_67) ),
    inference(splitLeft,[status(thm)],[c_899]) ).

tff(c_904,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_901]) ).

tff(c_908,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_904]) ).

tff(c_910,plain,
    ! [X10_68] :
      ( ~ barrel('#skF_6',X10_68)
      | ~ old(X10_68)
      | ~ dirty(X10_68)
      | ~ white(X10_68)
      | ~ car(X10_68)
      | ~ chevy(X10_68) ),
    inference(splitRight,[status(thm)],[c_899]) ).

tff(c_913,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_910]) ).

tff(c_917,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_913]) ).

tff(c_918,plain,
    chevy('#skF_4'),
    inference(splitRight,[status(thm)],[c_18]) ).

tff(c_16,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( car('#skF_4')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_649,plain,
    ! [X8_9,X7_10,X9_11,X10_12] :
      ( ~ in(X8_9,X7_10)
      | ~ down(X8_9,X9_11)
      | ~ barrel(X8_9,X10_12)
      | ~ old(X10_12)
      | ~ dirty(X10_12)
      | ~ white(X10_12)
      | ~ car(X10_12)
      | ~ chevy(X10_12)
      | ~ lonely(X9_11)
      | ~ way(X9_11)
      | ~ street(X9_11)
      | ~ event(X8_9)
      | ~ city(X7_10)
      | ~ hollywood(X7_10) ),
    inference(splitLeft,[status(thm)],[c_16]) ).

tff(c_651,plain,
    ! [X9_11,X10_12] :
      ( ~ down('#skF_6',X9_11)
      | ~ barrel('#skF_6',X10_12)
      | ~ old(X10_12)
      | ~ dirty(X10_12)
      | ~ white(X10_12)
      | ~ car(X10_12)
      | ~ chevy(X10_12)
      | ~ lonely(X9_11)
      | ~ way(X9_11)
      | ~ street(X9_11)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_649]) ).

tff(c_654,plain,
    ! [X9_11,X10_12] :
      ( ~ down('#skF_6',X9_11)
      | ~ barrel('#skF_6',X10_12)
      | ~ old(X10_12)
      | ~ dirty(X10_12)
      | ~ white(X10_12)
      | ~ car(X10_12)
      | ~ chevy(X10_12)
      | ~ lonely(X9_11)
      | ~ way(X9_11)
      | ~ street(X9_11) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_651]) ).

tff(c_656,plain,
    ! [X9_13] :
      ( ~ down('#skF_6',X9_13)
      | ~ lonely(X9_13)
      | ~ way(X9_13)
      | ~ street(X9_13) ),
    inference(splitLeft,[status(thm)],[c_654]) ).

tff(c_659,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_656]) ).

tff(c_663,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_659]) ).

tff(c_666,plain,
    ! [X10_14] :
      ( ~ barrel('#skF_6',X10_14)
      | ~ old(X10_14)
      | ~ dirty(X10_14)
      | ~ white(X10_14)
      | ~ car(X10_14)
      | ~ chevy(X10_14) ),
    inference(splitRight,[status(thm)],[c_654]) ).

tff(c_669,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_666]) ).

tff(c_673,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_669]) ).

tff(c_674,plain,
    car('#skF_4'),
    inference(splitRight,[status(thm)],[c_16]) ).

tff(c_14,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( white('#skF_4')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_703,plain,
    ! [X8_21,X7_22,X9_23,X10_24] :
      ( ~ in(X8_21,X7_22)
      | ~ down(X8_21,X9_23)
      | ~ barrel(X8_21,X10_24)
      | ~ old(X10_24)
      | ~ dirty(X10_24)
      | ~ white(X10_24)
      | ~ car(X10_24)
      | ~ chevy(X10_24)
      | ~ lonely(X9_23)
      | ~ way(X9_23)
      | ~ street(X9_23)
      | ~ event(X8_21)
      | ~ city(X7_22)
      | ~ hollywood(X7_22) ),
    inference(splitLeft,[status(thm)],[c_14]) ).

tff(c_705,plain,
    ! [X9_23,X10_24] :
      ( ~ down('#skF_6',X9_23)
      | ~ barrel('#skF_6',X10_24)
      | ~ old(X10_24)
      | ~ dirty(X10_24)
      | ~ white(X10_24)
      | ~ car(X10_24)
      | ~ chevy(X10_24)
      | ~ lonely(X9_23)
      | ~ way(X9_23)
      | ~ street(X9_23)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_703]) ).

tff(c_708,plain,
    ! [X9_23,X10_24] :
      ( ~ down('#skF_6',X9_23)
      | ~ barrel('#skF_6',X10_24)
      | ~ old(X10_24)
      | ~ dirty(X10_24)
      | ~ white(X10_24)
      | ~ car(X10_24)
      | ~ chevy(X10_24)
      | ~ lonely(X9_23)
      | ~ way(X9_23)
      | ~ street(X9_23) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_705]) ).

tff(c_710,plain,
    ! [X9_25] :
      ( ~ down('#skF_6',X9_25)
      | ~ lonely(X9_25)
      | ~ way(X9_25)
      | ~ street(X9_25) ),
    inference(splitLeft,[status(thm)],[c_708]) ).

tff(c_713,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_710]) ).

tff(c_717,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_713]) ).

tff(c_719,plain,
    ! [X10_26] :
      ( ~ barrel('#skF_6',X10_26)
      | ~ old(X10_26)
      | ~ dirty(X10_26)
      | ~ white(X10_26)
      | ~ car(X10_26)
      | ~ chevy(X10_26) ),
    inference(splitRight,[status(thm)],[c_708]) ).

tff(c_722,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_719]) ).

tff(c_726,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_722]) ).

tff(c_727,plain,
    white('#skF_4'),
    inference(splitRight,[status(thm)],[c_14]) ).

tff(c_12,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( dirty('#skF_4')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_922,plain,
    ! [X8_69,X7_70,X9_71,X10_72] :
      ( ~ in(X8_69,X7_70)
      | ~ down(X8_69,X9_71)
      | ~ barrel(X8_69,X10_72)
      | ~ old(X10_72)
      | ~ dirty(X10_72)
      | ~ white(X10_72)
      | ~ car(X10_72)
      | ~ chevy(X10_72)
      | ~ lonely(X9_71)
      | ~ way(X9_71)
      | ~ street(X9_71)
      | ~ event(X8_69)
      | ~ city(X7_70)
      | ~ hollywood(X7_70) ),
    inference(splitLeft,[status(thm)],[c_12]) ).

tff(c_924,plain,
    ! [X9_71,X10_72] :
      ( ~ down('#skF_6',X9_71)
      | ~ barrel('#skF_6',X10_72)
      | ~ old(X10_72)
      | ~ dirty(X10_72)
      | ~ white(X10_72)
      | ~ car(X10_72)
      | ~ chevy(X10_72)
      | ~ lonely(X9_71)
      | ~ way(X9_71)
      | ~ street(X9_71)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_922]) ).

tff(c_927,plain,
    ! [X9_71,X10_72] :
      ( ~ down('#skF_6',X9_71)
      | ~ barrel('#skF_6',X10_72)
      | ~ old(X10_72)
      | ~ dirty(X10_72)
      | ~ white(X10_72)
      | ~ car(X10_72)
      | ~ chevy(X10_72)
      | ~ lonely(X9_71)
      | ~ way(X9_71)
      | ~ street(X9_71) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_924]) ).

tff(c_929,plain,
    ! [X9_73] :
      ( ~ down('#skF_6',X9_73)
      | ~ lonely(X9_73)
      | ~ way(X9_73)
      | ~ street(X9_73) ),
    inference(splitLeft,[status(thm)],[c_927]) ).

tff(c_932,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_929]) ).

tff(c_936,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_932]) ).

tff(c_938,plain,
    ! [X10_74] :
      ( ~ barrel('#skF_6',X10_74)
      | ~ old(X10_74)
      | ~ dirty(X10_74)
      | ~ white(X10_74)
      | ~ car(X10_74)
      | ~ chevy(X10_74) ),
    inference(splitRight,[status(thm)],[c_927]) ).

tff(c_941,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_938]) ).

tff(c_945,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_941]) ).

tff(c_946,plain,
    dirty('#skF_4'),
    inference(splitRight,[status(thm)],[c_12]) ).

tff(c_10,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( old('#skF_4')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_784,plain,
    ! [X8_39,X7_40,X9_41,X10_42] :
      ( ~ in(X8_39,X7_40)
      | ~ down(X8_39,X9_41)
      | ~ barrel(X8_39,X10_42)
      | ~ old(X10_42)
      | ~ dirty(X10_42)
      | ~ white(X10_42)
      | ~ car(X10_42)
      | ~ chevy(X10_42)
      | ~ lonely(X9_41)
      | ~ way(X9_41)
      | ~ street(X9_41)
      | ~ event(X8_39)
      | ~ city(X7_40)
      | ~ hollywood(X7_40) ),
    inference(splitLeft,[status(thm)],[c_10]) ).

tff(c_786,plain,
    ! [X9_41,X10_42] :
      ( ~ down('#skF_6',X9_41)
      | ~ barrel('#skF_6',X10_42)
      | ~ old(X10_42)
      | ~ dirty(X10_42)
      | ~ white(X10_42)
      | ~ car(X10_42)
      | ~ chevy(X10_42)
      | ~ lonely(X9_41)
      | ~ way(X9_41)
      | ~ street(X9_41)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_784]) ).

tff(c_789,plain,
    ! [X9_41,X10_42] :
      ( ~ down('#skF_6',X9_41)
      | ~ barrel('#skF_6',X10_42)
      | ~ old(X10_42)
      | ~ dirty(X10_42)
      | ~ white(X10_42)
      | ~ car(X10_42)
      | ~ chevy(X10_42)
      | ~ lonely(X9_41)
      | ~ way(X9_41)
      | ~ street(X9_41) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_786]) ).

tff(c_791,plain,
    ! [X9_43] :
      ( ~ down('#skF_6',X9_43)
      | ~ lonely(X9_43)
      | ~ way(X9_43)
      | ~ street(X9_43) ),
    inference(splitLeft,[status(thm)],[c_789]) ).

tff(c_794,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_791]) ).

tff(c_798,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_794]) ).

tff(c_800,plain,
    ! [X10_44] :
      ( ~ barrel('#skF_6',X10_44)
      | ~ old(X10_44)
      | ~ dirty(X10_44)
      | ~ white(X10_44)
      | ~ car(X10_44)
      | ~ chevy(X10_44) ),
    inference(splitRight,[status(thm)],[c_789]) ).

tff(c_803,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_800]) ).

tff(c_807,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_803]) ).

tff(c_808,plain,
    old('#skF_4'),
    inference(splitRight,[status(thm)],[c_10]) ).

tff(c_8,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( barrel('#skF_2','#skF_4')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_948,plain,
    ! [X8_75,X7_76,X9_77,X10_78] :
      ( ~ in(X8_75,X7_76)
      | ~ down(X8_75,X9_77)
      | ~ barrel(X8_75,X10_78)
      | ~ old(X10_78)
      | ~ dirty(X10_78)
      | ~ white(X10_78)
      | ~ car(X10_78)
      | ~ chevy(X10_78)
      | ~ lonely(X9_77)
      | ~ way(X9_77)
      | ~ street(X9_77)
      | ~ event(X8_75)
      | ~ city(X7_76)
      | ~ hollywood(X7_76) ),
    inference(splitLeft,[status(thm)],[c_8]) ).

tff(c_950,plain,
    ! [X9_77,X10_78] :
      ( ~ down('#skF_6',X9_77)
      | ~ barrel('#skF_6',X10_78)
      | ~ old(X10_78)
      | ~ dirty(X10_78)
      | ~ white(X10_78)
      | ~ car(X10_78)
      | ~ chevy(X10_78)
      | ~ lonely(X9_77)
      | ~ way(X9_77)
      | ~ street(X9_77)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_948]) ).

tff(c_953,plain,
    ! [X9_77,X10_78] :
      ( ~ down('#skF_6',X9_77)
      | ~ barrel('#skF_6',X10_78)
      | ~ old(X10_78)
      | ~ dirty(X10_78)
      | ~ white(X10_78)
      | ~ car(X10_78)
      | ~ chevy(X10_78)
      | ~ lonely(X9_77)
      | ~ way(X9_77)
      | ~ street(X9_77) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_950]) ).

tff(c_955,plain,
    ! [X9_79] :
      ( ~ down('#skF_6',X9_79)
      | ~ lonely(X9_79)
      | ~ way(X9_79)
      | ~ street(X9_79) ),
    inference(splitLeft,[status(thm)],[c_953]) ).

tff(c_958,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_955]) ).

tff(c_962,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_958]) ).

tff(c_965,plain,
    ! [X10_80] :
      ( ~ barrel('#skF_6',X10_80)
      | ~ old(X10_80)
      | ~ dirty(X10_80)
      | ~ white(X10_80)
      | ~ car(X10_80)
      | ~ chevy(X10_80) ),
    inference(splitRight,[status(thm)],[c_953]) ).

tff(c_968,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_965]) ).

tff(c_972,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_968]) ).

tff(c_973,plain,
    barrel('#skF_2','#skF_4'),
    inference(splitRight,[status(thm)],[c_8]) ).

tff(c_30,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( hollywood('#skF_1')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_730,plain,
    ! [X8_27,X7_28,X9_29,X10_30] :
      ( ~ in(X8_27,X7_28)
      | ~ down(X8_27,X9_29)
      | ~ barrel(X8_27,X10_30)
      | ~ old(X10_30)
      | ~ dirty(X10_30)
      | ~ white(X10_30)
      | ~ car(X10_30)
      | ~ chevy(X10_30)
      | ~ lonely(X9_29)
      | ~ way(X9_29)
      | ~ street(X9_29)
      | ~ event(X8_27)
      | ~ city(X7_28)
      | ~ hollywood(X7_28) ),
    inference(splitLeft,[status(thm)],[c_30]) ).

tff(c_732,plain,
    ! [X9_29,X10_30] :
      ( ~ down('#skF_6',X9_29)
      | ~ barrel('#skF_6',X10_30)
      | ~ old(X10_30)
      | ~ dirty(X10_30)
      | ~ white(X10_30)
      | ~ car(X10_30)
      | ~ chevy(X10_30)
      | ~ lonely(X9_29)
      | ~ way(X9_29)
      | ~ street(X9_29)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_730]) ).

tff(c_735,plain,
    ! [X9_29,X10_30] :
      ( ~ down('#skF_6',X9_29)
      | ~ barrel('#skF_6',X10_30)
      | ~ old(X10_30)
      | ~ dirty(X10_30)
      | ~ white(X10_30)
      | ~ car(X10_30)
      | ~ chevy(X10_30)
      | ~ lonely(X9_29)
      | ~ way(X9_29)
      | ~ street(X9_29) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_732]) ).

tff(c_737,plain,
    ! [X9_31] :
      ( ~ down('#skF_6',X9_31)
      | ~ lonely(X9_31)
      | ~ way(X9_31)
      | ~ street(X9_31) ),
    inference(splitLeft,[status(thm)],[c_735]) ).

tff(c_740,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_737]) ).

tff(c_744,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_740]) ).

tff(c_746,plain,
    ! [X10_32] :
      ( ~ barrel('#skF_6',X10_32)
      | ~ old(X10_32)
      | ~ dirty(X10_32)
      | ~ white(X10_32)
      | ~ car(X10_32)
      | ~ chevy(X10_32) ),
    inference(splitRight,[status(thm)],[c_735]) ).

tff(c_749,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_746]) ).

tff(c_753,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_749]) ).

tff(c_754,plain,
    hollywood('#skF_1'),
    inference(splitRight,[status(thm)],[c_30]) ).

tff(c_28,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( city('#skF_1')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_842,plain,
    ! [X8_51,X7_52,X9_53,X10_54] :
      ( ~ in(X8_51,X7_52)
      | ~ down(X8_51,X9_53)
      | ~ barrel(X8_51,X10_54)
      | ~ old(X10_54)
      | ~ dirty(X10_54)
      | ~ white(X10_54)
      | ~ car(X10_54)
      | ~ chevy(X10_54)
      | ~ lonely(X9_53)
      | ~ way(X9_53)
      | ~ street(X9_53)
      | ~ event(X8_51)
      | ~ city(X7_52)
      | ~ hollywood(X7_52) ),
    inference(splitLeft,[status(thm)],[c_28]) ).

tff(c_844,plain,
    ! [X9_53,X10_54] :
      ( ~ down('#skF_6',X9_53)
      | ~ barrel('#skF_6',X10_54)
      | ~ old(X10_54)
      | ~ dirty(X10_54)
      | ~ white(X10_54)
      | ~ car(X10_54)
      | ~ chevy(X10_54)
      | ~ lonely(X9_53)
      | ~ way(X9_53)
      | ~ street(X9_53)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_842]) ).

tff(c_847,plain,
    ! [X9_53,X10_54] :
      ( ~ down('#skF_6',X9_53)
      | ~ barrel('#skF_6',X10_54)
      | ~ old(X10_54)
      | ~ dirty(X10_54)
      | ~ white(X10_54)
      | ~ car(X10_54)
      | ~ chevy(X10_54)
      | ~ lonely(X9_53)
      | ~ way(X9_53)
      | ~ street(X9_53) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_844]) ).

tff(c_849,plain,
    ! [X9_55] :
      ( ~ down('#skF_6',X9_55)
      | ~ lonely(X9_55)
      | ~ way(X9_55)
      | ~ street(X9_55) ),
    inference(splitLeft,[status(thm)],[c_847]) ).

tff(c_852,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_849]) ).

tff(c_856,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_852]) ).

tff(c_858,plain,
    ! [X10_56] :
      ( ~ barrel('#skF_6',X10_56)
      | ~ old(X10_56)
      | ~ dirty(X10_56)
      | ~ white(X10_56)
      | ~ car(X10_56)
      | ~ chevy(X10_56) ),
    inference(splitRight,[status(thm)],[c_847]) ).

tff(c_861,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_858]) ).

tff(c_865,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_861]) ).

tff(c_866,plain,
    city('#skF_1'),
    inference(splitRight,[status(thm)],[c_28]) ).

tff(c_26,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( event('#skF_2')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_677,plain,
    ! [X8_15,X7_16,X9_17,X10_18] :
      ( ~ in(X8_15,X7_16)
      | ~ down(X8_15,X9_17)
      | ~ barrel(X8_15,X10_18)
      | ~ old(X10_18)
      | ~ dirty(X10_18)
      | ~ white(X10_18)
      | ~ car(X10_18)
      | ~ chevy(X10_18)
      | ~ lonely(X9_17)
      | ~ way(X9_17)
      | ~ street(X9_17)
      | ~ event(X8_15)
      | ~ city(X7_16)
      | ~ hollywood(X7_16) ),
    inference(splitLeft,[status(thm)],[c_26]) ).

tff(c_679,plain,
    ! [X9_17,X10_18] :
      ( ~ down('#skF_6',X9_17)
      | ~ barrel('#skF_6',X10_18)
      | ~ old(X10_18)
      | ~ dirty(X10_18)
      | ~ white(X10_18)
      | ~ car(X10_18)
      | ~ chevy(X10_18)
      | ~ lonely(X9_17)
      | ~ way(X9_17)
      | ~ street(X9_17)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_677]) ).

tff(c_682,plain,
    ! [X9_17,X10_18] :
      ( ~ down('#skF_6',X9_17)
      | ~ barrel('#skF_6',X10_18)
      | ~ old(X10_18)
      | ~ dirty(X10_18)
      | ~ white(X10_18)
      | ~ car(X10_18)
      | ~ chevy(X10_18)
      | ~ lonely(X9_17)
      | ~ way(X9_17)
      | ~ street(X9_17) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_679]) ).

tff(c_684,plain,
    ! [X9_19] :
      ( ~ down('#skF_6',X9_19)
      | ~ lonely(X9_19)
      | ~ way(X9_19)
      | ~ street(X9_19) ),
    inference(splitLeft,[status(thm)],[c_682]) ).

tff(c_687,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_684]) ).

tff(c_691,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_687]) ).

tff(c_693,plain,
    ! [X10_20] :
      ( ~ barrel('#skF_6',X10_20)
      | ~ old(X10_20)
      | ~ dirty(X10_20)
      | ~ white(X10_20)
      | ~ car(X10_20)
      | ~ chevy(X10_20) ),
    inference(splitRight,[status(thm)],[c_682]) ).

tff(c_696,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_693]) ).

tff(c_700,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_696]) ).

tff(c_701,plain,
    event('#skF_2'),
    inference(splitRight,[status(thm)],[c_26]) ).

tff(c_4,plain,
    ! [X8_6,X7_5,X9_7,X10_8] :
      ( in('#skF_2','#skF_1')
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_978,plain,
    ! [X8_81,X7_82,X9_83,X10_84] :
      ( ~ in(X8_81,X7_82)
      | ~ down(X8_81,X9_83)
      | ~ barrel(X8_81,X10_84)
      | ~ old(X10_84)
      | ~ dirty(X10_84)
      | ~ white(X10_84)
      | ~ car(X10_84)
      | ~ chevy(X10_84)
      | ~ lonely(X9_83)
      | ~ way(X9_83)
      | ~ street(X9_83)
      | ~ event(X8_81)
      | ~ city(X7_82)
      | ~ hollywood(X7_82) ),
    inference(splitLeft,[status(thm)],[c_4]) ).

tff(c_980,plain,
    ! [X9_83,X10_84] :
      ( ~ down('#skF_6',X9_83)
      | ~ barrel('#skF_6',X10_84)
      | ~ old(X10_84)
      | ~ dirty(X10_84)
      | ~ white(X10_84)
      | ~ car(X10_84)
      | ~ chevy(X10_84)
      | ~ lonely(X9_83)
      | ~ way(X9_83)
      | ~ street(X9_83)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_978]) ).

tff(c_983,plain,
    ! [X9_83,X10_84] :
      ( ~ down('#skF_6',X9_83)
      | ~ barrel('#skF_6',X10_84)
      | ~ old(X10_84)
      | ~ dirty(X10_84)
      | ~ white(X10_84)
      | ~ car(X10_84)
      | ~ chevy(X10_84)
      | ~ lonely(X9_83)
      | ~ way(X9_83)
      | ~ street(X9_83) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_980]) ).

tff(c_985,plain,
    ! [X9_85] :
      ( ~ down('#skF_6',X9_85)
      | ~ lonely(X9_85)
      | ~ way(X9_85)
      | ~ street(X9_85) ),
    inference(splitLeft,[status(thm)],[c_983]) ).

tff(c_988,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_985]) ).

tff(c_992,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_988]) ).

tff(c_994,plain,
    ! [X10_86] :
      ( ~ barrel('#skF_6',X10_86)
      | ~ old(X10_86)
      | ~ dirty(X10_86)
      | ~ white(X10_86)
      | ~ car(X10_86)
      | ~ chevy(X10_86) ),
    inference(splitRight,[status(thm)],[c_983]) ).

tff(c_997,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_994]) ).

tff(c_1001,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_997]) ).

tff(c_1002,plain,
    in('#skF_2','#skF_1'),
    inference(splitRight,[status(thm)],[c_4]) ).

tff(c_2,plain,
    ! [X9_7,Z_2,Y_1,X2_4,X1_3,X10_8,X7_5,X8_6] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | ~ in(X8_6,X7_5)
      | ~ down(X8_6,X9_7)
      | ~ barrel(X8_6,X10_8)
      | ~ old(X10_8)
      | ~ dirty(X10_8)
      | ~ white(X10_8)
      | ~ car(X10_8)
      | ~ chevy(X10_8)
      | ~ lonely(X9_7)
      | ~ way(X9_7)
      | ~ street(X9_7)
      | ~ event(X8_6)
      | ~ city(X7_5)
      | ~ hollywood(X7_5) ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1035,plain,
    ! [X8_93,X7_94,X9_95,X10_96] :
      ( ~ in(X8_93,X7_94)
      | ~ down(X8_93,X9_95)
      | ~ barrel(X8_93,X10_96)
      | ~ old(X10_96)
      | ~ dirty(X10_96)
      | ~ white(X10_96)
      | ~ car(X10_96)
      | ~ chevy(X10_96)
      | ~ lonely(X9_95)
      | ~ way(X9_95)
      | ~ street(X9_95)
      | ~ event(X8_93)
      | ~ city(X7_94)
      | ~ hollywood(X7_94) ),
    inference(splitLeft,[status(thm)],[c_2]) ).

tff(c_1039,plain,
    ! [X9_95,X10_96] :
      ( ~ down('#skF_6',X9_95)
      | ~ barrel('#skF_6',X10_96)
      | ~ old(X10_96)
      | ~ dirty(X10_96)
      | ~ white(X10_96)
      | ~ car(X10_96)
      | ~ chevy(X10_96)
      | ~ lonely(X9_95)
      | ~ way(X9_95)
      | ~ street(X9_95)
      | ~ event('#skF_6')
      | ~ city('#skF_5')
      | ~ hollywood('#skF_5') ),
    inference(resolution,[status(thm)],[c_584,c_1035]) ).

tff(c_1045,plain,
    ! [X9_95,X10_96] :
      ( ~ down('#skF_6',X9_95)
      | ~ barrel('#skF_6',X10_96)
      | ~ old(X10_96)
      | ~ dirty(X10_96)
      | ~ white(X10_96)
      | ~ car(X10_96)
      | ~ chevy(X10_96)
      | ~ lonely(X9_95)
      | ~ way(X9_95)
      | ~ street(X9_95) ),
    inference(demodulation,[status(thm),theory(equality)],[c_451,c_454,c_467,c_1039]) ).

tff(c_1047,plain,
    ! [X9_97] :
      ( ~ down('#skF_6',X9_97)
      | ~ lonely(X9_97)
      | ~ way(X9_97)
      | ~ street(X9_97) ),
    inference(splitLeft,[status(thm)],[c_1045]) ).

tff(c_1050,plain,
    ( ~ lonely('#skF_8')
    | ~ way('#skF_8')
    | ~ street('#skF_8') ),
    inference(resolution,[status(thm)],[c_574,c_1047]) ).

tff(c_1054,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_462,c_468,c_504,c_1050]) ).

tff(c_1056,plain,
    ! [X10_98] :
      ( ~ barrel('#skF_6',X10_98)
      | ~ old(X10_98)
      | ~ dirty(X10_98)
      | ~ white(X10_98)
      | ~ car(X10_98)
      | ~ chevy(X10_98) ),
    inference(splitRight,[status(thm)],[c_1045]) ).

tff(c_1059,plain,
    ( ~ old('#skF_7')
    | ~ dirty('#skF_7')
    | ~ white('#skF_7')
    | ~ car('#skF_7')
    | ~ chevy('#skF_7') ),
    inference(resolution,[status(thm)],[c_573,c_1056]) ).

tff(c_1063,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_466,c_456,c_511,c_470,c_455,c_1059]) ).

tff(c_1065,plain,
    ! [Z_99,Y_100,X2_101,X1_102] :
      ( ~ in(Z_99,Y_100)
      | ~ down(Z_99,X2_101)
      | ~ barrel(Z_99,X1_102)
      | ~ lonely(X2_101)
      | ~ way(X2_101)
      | ~ street(X2_101)
      | ~ old(X1_102)
      | ~ dirty(X1_102)
      | ~ white(X1_102)
      | ~ car(X1_102)
      | ~ chevy(X1_102)
      | ~ event(Z_99)
      | ~ city(Y_100)
      | ~ hollywood(Y_100) ),
    inference(splitRight,[status(thm)],[c_2]) ).

tff(c_1067,plain,
    ! [X2_101,X1_102] :
      ( ~ down('#skF_2',X2_101)
      | ~ barrel('#skF_2',X1_102)
      | ~ lonely(X2_101)
      | ~ way(X2_101)
      | ~ street(X2_101)
      | ~ old(X1_102)
      | ~ dirty(X1_102)
      | ~ white(X1_102)
      | ~ car(X1_102)
      | ~ chevy(X1_102)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_1002,c_1065]) ).

tff(c_1072,plain,
    ! [X2_101,X1_102] :
      ( ~ down('#skF_2',X2_101)
      | ~ barrel('#skF_2',X1_102)
      | ~ lonely(X2_101)
      | ~ way(X2_101)
      | ~ street(X2_101)
      | ~ old(X1_102)
      | ~ dirty(X1_102)
      | ~ white(X1_102)
      | ~ car(X1_102)
      | ~ chevy(X1_102) ),
    inference(demodulation,[status(thm),theory(equality)],[c_754,c_866,c_701,c_1067]) ).

tff(c_1077,plain,
    ! [X1_103] :
      ( ~ barrel('#skF_2',X1_103)
      | ~ old(X1_103)
      | ~ dirty(X1_103)
      | ~ white(X1_103)
      | ~ car(X1_103)
      | ~ chevy(X1_103) ),
    inference(splitLeft,[status(thm)],[c_1072]) ).

tff(c_1080,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_973,c_1077]) ).

tff(c_1084,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_918,c_674,c_727,c_946,c_808,c_1080]) ).

tff(c_1086,plain,
    ! [X2_104] :
      ( ~ down('#skF_2',X2_104)
      | ~ lonely(X2_104)
      | ~ way(X2_104)
      | ~ street(X2_104) ),
    inference(splitRight,[status(thm)],[c_1072]) ).

tff(c_1089,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_1033,c_1086]) ).

tff(c_1093,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_782,c_838,c_892,c_1089]) ).

tff(c_1095,plain,
    ~ in('#skF_6','#skF_5'),
    inference(splitRight,[status(thm)],[c_42]) ).

tff(c_54,plain,
    ( street('#skF_3')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1148,plain,
    street('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_54]) ).

tff(c_52,plain,
    ( way('#skF_3')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1121,plain,
    way('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_52]) ).

tff(c_50,plain,
    ( lonely('#skF_3')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1097,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_50]) ).

tff(c_36,plain,
    ( down('#skF_2','#skF_3')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1157,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_36]) ).

tff(c_48,plain,
    ( chevy('#skF_4')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1100,plain,
    chevy('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_48]) ).

tff(c_46,plain,
    ( car('#skF_4')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1136,plain,
    car('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_46]) ).

tff(c_44,plain,
    ( white('#skF_4')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1123,plain,
    white('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_44]) ).

tff(c_1094,plain,
    dirty('#skF_4'),
    inference(splitRight,[status(thm)],[c_42]) ).

tff(c_40,plain,
    ( old('#skF_4')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1149,plain,
    old('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_40]) ).

tff(c_38,plain,
    ( barrel('#skF_2','#skF_4')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1152,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_38]) ).

tff(c_60,plain,
    ( hollywood('#skF_1')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1118,plain,
    hollywood('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_60]) ).

tff(c_58,plain,
    ( city('#skF_1')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1142,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_58]) ).

tff(c_56,plain,
    ( event('#skF_2')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1106,plain,
    event('#skF_2'),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_56]) ).

tff(c_34,plain,
    ( in('#skF_2','#skF_1')
    | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1151,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_34]) ).

tff(c_32,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | in('#skF_6','#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1185,plain,
    ! [Z_105,Y_106,X2_107,X1_108] :
      ( ~ in(Z_105,Y_106)
      | ~ down(Z_105,X2_107)
      | ~ barrel(Z_105,X1_108)
      | ~ lonely(X2_107)
      | ~ way(X2_107)
      | ~ street(X2_107)
      | ~ old(X1_108)
      | ~ dirty(X1_108)
      | ~ white(X1_108)
      | ~ car(X1_108)
      | ~ chevy(X1_108)
      | ~ event(Z_105)
      | ~ city(Y_106)
      | ~ hollywood(Y_106) ),
    inference(negUnitSimplification,[status(thm)],[c_1095,c_32]) ).

tff(c_1187,plain,
    ! [X2_107,X1_108] :
      ( ~ down('#skF_2',X2_107)
      | ~ barrel('#skF_2',X1_108)
      | ~ lonely(X2_107)
      | ~ way(X2_107)
      | ~ street(X2_107)
      | ~ old(X1_108)
      | ~ dirty(X1_108)
      | ~ white(X1_108)
      | ~ car(X1_108)
      | ~ chevy(X1_108)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_1151,c_1185]) ).

tff(c_1190,plain,
    ! [X2_107,X1_108] :
      ( ~ down('#skF_2',X2_107)
      | ~ barrel('#skF_2',X1_108)
      | ~ lonely(X2_107)
      | ~ way(X2_107)
      | ~ street(X2_107)
      | ~ old(X1_108)
      | ~ dirty(X1_108)
      | ~ white(X1_108)
      | ~ car(X1_108)
      | ~ chevy(X1_108) ),
    inference(demodulation,[status(thm),theory(equality)],[c_1118,c_1142,c_1106,c_1187]) ).

tff(c_1193,plain,
    ! [X1_109] :
      ( ~ barrel('#skF_2',X1_109)
      | ~ old(X1_109)
      | ~ dirty(X1_109)
      | ~ white(X1_109)
      | ~ car(X1_109)
      | ~ chevy(X1_109) ),
    inference(splitLeft,[status(thm)],[c_1190]) ).

tff(c_1196,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_1152,c_1193]) ).

tff(c_1200,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1100,c_1136,c_1123,c_1094,c_1149,c_1196]) ).

tff(c_1202,plain,
    ! [X2_110] :
      ( ~ down('#skF_2',X2_110)
      | ~ lonely(X2_110)
      | ~ way(X2_110)
      | ~ street(X2_110) ),
    inference(splitRight,[status(thm)],[c_1190]) ).

tff(c_1205,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_1157,c_1202]) ).

tff(c_1209,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1148,c_1121,c_1097,c_1205]) ).

tff(c_1211,plain,
    ~ down('#skF_6','#skF_8'),
    inference(splitRight,[status(thm)],[c_82]) ).

tff(c_84,plain,
    ( street('#skF_3')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1261,plain,
    street('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_84]) ).

tff(c_1210,plain,
    way('#skF_3'),
    inference(splitRight,[status(thm)],[c_82]) ).

tff(c_80,plain,
    ( lonely('#skF_3')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1270,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_80]) ).

tff(c_66,plain,
    ( down('#skF_2','#skF_3')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1276,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_66]) ).

tff(c_78,plain,
    ( chevy('#skF_4')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1232,plain,
    chevy('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_78]) ).

tff(c_76,plain,
    ( car('#skF_4')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1238,plain,
    car('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_76]) ).

tff(c_74,plain,
    ( white('#skF_4')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1265,plain,
    white('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_74]) ).

tff(c_72,plain,
    ( dirty('#skF_4')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1269,plain,
    dirty('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_72]) ).

tff(c_70,plain,
    ( old('#skF_4')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1219,plain,
    old('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_70]) ).

tff(c_68,plain,
    ( barrel('#skF_2','#skF_4')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1280,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_68]) ).

tff(c_90,plain,
    ( hollywood('#skF_1')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1274,plain,
    hollywood('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_90]) ).

tff(c_88,plain,
    ( city('#skF_1')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1215,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_88]) ).

tff(c_86,plain,
    ( event('#skF_2')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1214,plain,
    event('#skF_2'),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_86]) ).

tff(c_64,plain,
    ( in('#skF_2','#skF_1')
    | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1284,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_64]) ).

tff(c_62,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | down('#skF_6','#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1313,plain,
    ! [Z_111,Y_112,X2_113,X1_114] :
      ( ~ in(Z_111,Y_112)
      | ~ down(Z_111,X2_113)
      | ~ barrel(Z_111,X1_114)
      | ~ lonely(X2_113)
      | ~ way(X2_113)
      | ~ street(X2_113)
      | ~ old(X1_114)
      | ~ dirty(X1_114)
      | ~ white(X1_114)
      | ~ car(X1_114)
      | ~ chevy(X1_114)
      | ~ event(Z_111)
      | ~ city(Y_112)
      | ~ hollywood(Y_112) ),
    inference(negUnitSimplification,[status(thm)],[c_1211,c_62]) ).

tff(c_1315,plain,
    ! [X2_113,X1_114] :
      ( ~ down('#skF_2',X2_113)
      | ~ barrel('#skF_2',X1_114)
      | ~ lonely(X2_113)
      | ~ way(X2_113)
      | ~ street(X2_113)
      | ~ old(X1_114)
      | ~ dirty(X1_114)
      | ~ white(X1_114)
      | ~ car(X1_114)
      | ~ chevy(X1_114)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_1284,c_1313]) ).

tff(c_1320,plain,
    ! [X2_113,X1_114] :
      ( ~ down('#skF_2',X2_113)
      | ~ barrel('#skF_2',X1_114)
      | ~ lonely(X2_113)
      | ~ way(X2_113)
      | ~ street(X2_113)
      | ~ old(X1_114)
      | ~ dirty(X1_114)
      | ~ white(X1_114)
      | ~ car(X1_114)
      | ~ chevy(X1_114) ),
    inference(demodulation,[status(thm),theory(equality)],[c_1274,c_1215,c_1214,c_1315]) ).

tff(c_1325,plain,
    ! [X1_115] :
      ( ~ barrel('#skF_2',X1_115)
      | ~ old(X1_115)
      | ~ dirty(X1_115)
      | ~ white(X1_115)
      | ~ car(X1_115)
      | ~ chevy(X1_115) ),
    inference(splitLeft,[status(thm)],[c_1320]) ).

tff(c_1328,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_1280,c_1325]) ).

tff(c_1332,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1232,c_1238,c_1265,c_1269,c_1219,c_1328]) ).

tff(c_1334,plain,
    ! [X2_116] :
      ( ~ down('#skF_2',X2_116)
      | ~ lonely(X2_116)
      | ~ way(X2_116)
      | ~ street(X2_116) ),
    inference(splitRight,[status(thm)],[c_1320]) ).

tff(c_1337,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_1276,c_1334]) ).

tff(c_1341,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1261,c_1210,c_1270,c_1337]) ).

tff(c_1343,plain,
    ~ barrel('#skF_6','#skF_7'),
    inference(splitRight,[status(thm)],[c_100]) ).

tff(c_114,plain,
    ( street('#skF_3')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1376,plain,
    street('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_114]) ).

tff(c_112,plain,
    ( way('#skF_3')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1405,plain,
    way('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_112]) ).

tff(c_110,plain,
    ( lonely('#skF_3')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1364,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_110]) ).

tff(c_96,plain,
    ( down('#skF_2','#skF_3')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1415,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_96]) ).

tff(c_108,plain,
    ( chevy('#skF_4')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1367,plain,
    chevy('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_108]) ).

tff(c_106,plain,
    ( car('#skF_4')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1391,plain,
    car('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_106]) ).

tff(c_104,plain,
    ( white('#skF_4')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1401,plain,
    white('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_104]) ).

tff(c_102,plain,
    ( dirty('#skF_4')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1390,plain,
    dirty('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_102]) ).

tff(c_1342,plain,
    old('#skF_4'),
    inference(splitRight,[status(thm)],[c_100]) ).

tff(c_98,plain,
    ( barrel('#skF_2','#skF_4')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1414,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_98]) ).

tff(c_120,plain,
    ( hollywood('#skF_1')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1368,plain,
    hollywood('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_120]) ).

tff(c_118,plain,
    ( city('#skF_1')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1382,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_118]) ).

tff(c_116,plain,
    ( event('#skF_2')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1357,plain,
    event('#skF_2'),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_116]) ).

tff(c_94,plain,
    ( in('#skF_2','#skF_1')
    | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1412,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_94]) ).

tff(c_92,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | barrel('#skF_6','#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1445,plain,
    ! [Z_117,Y_118,X2_119,X1_120] :
      ( ~ in(Z_117,Y_118)
      | ~ down(Z_117,X2_119)
      | ~ barrel(Z_117,X1_120)
      | ~ lonely(X2_119)
      | ~ way(X2_119)
      | ~ street(X2_119)
      | ~ old(X1_120)
      | ~ dirty(X1_120)
      | ~ white(X1_120)
      | ~ car(X1_120)
      | ~ chevy(X1_120)
      | ~ event(Z_117)
      | ~ city(Y_118)
      | ~ hollywood(Y_118) ),
    inference(negUnitSimplification,[status(thm)],[c_1343,c_92]) ).

tff(c_1447,plain,
    ! [X2_119,X1_120] :
      ( ~ down('#skF_2',X2_119)
      | ~ barrel('#skF_2',X1_120)
      | ~ lonely(X2_119)
      | ~ way(X2_119)
      | ~ street(X2_119)
      | ~ old(X1_120)
      | ~ dirty(X1_120)
      | ~ white(X1_120)
      | ~ car(X1_120)
      | ~ chevy(X1_120)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_1412,c_1445]) ).

tff(c_1452,plain,
    ! [X2_119,X1_120] :
      ( ~ down('#skF_2',X2_119)
      | ~ barrel('#skF_2',X1_120)
      | ~ lonely(X2_119)
      | ~ way(X2_119)
      | ~ street(X2_119)
      | ~ old(X1_120)
      | ~ dirty(X1_120)
      | ~ white(X1_120)
      | ~ car(X1_120)
      | ~ chevy(X1_120) ),
    inference(demodulation,[status(thm),theory(equality)],[c_1368,c_1382,c_1357,c_1447]) ).

tff(c_1457,plain,
    ! [X1_121] :
      ( ~ barrel('#skF_2',X1_121)
      | ~ old(X1_121)
      | ~ dirty(X1_121)
      | ~ white(X1_121)
      | ~ car(X1_121)
      | ~ chevy(X1_121) ),
    inference(splitLeft,[status(thm)],[c_1452]) ).

tff(c_1460,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_1414,c_1457]) ).

tff(c_1464,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1367,c_1391,c_1401,c_1390,c_1342,c_1460]) ).

tff(c_1466,plain,
    ! [X2_122] :
      ( ~ down('#skF_2',X2_122)
      | ~ lonely(X2_122)
      | ~ way(X2_122)
      | ~ street(X2_122) ),
    inference(splitRight,[status(thm)],[c_1452]) ).

tff(c_1469,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_1415,c_1466]) ).

tff(c_1473,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1376,c_1405,c_1364,c_1469]) ).

tff(c_1475,plain,
    ~ white('#skF_7'),
    inference(splitRight,[status(thm)],[c_300]) ).

tff(c_294,plain,
    ( street('#skF_3')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1481,plain,
    street('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_294]) ).

tff(c_292,plain,
    ( way('#skF_3')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1502,plain,
    way('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_292]) ).

tff(c_290,plain,
    ( lonely('#skF_3')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1512,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_290]) ).

tff(c_276,plain,
    ( down('#skF_2','#skF_3')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1570,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_276]) ).

tff(c_288,plain,
    ( chevy('#skF_4')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1513,plain,
    chevy('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_288]) ).

tff(c_286,plain,
    ( car('#skF_4')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1507,plain,
    car('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_286]) ).

tff(c_284,plain,
    ( white('#skF_4')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1500,plain,
    white('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_284]) ).

tff(c_282,plain,
    ( dirty('#skF_4')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1511,plain,
    dirty('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_282]) ).

tff(c_280,plain,
    ( old('#skF_4')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1495,plain,
    old('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_280]) ).

tff(c_278,plain,
    ( barrel('#skF_2','#skF_4')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1562,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_278]) ).

tff(c_1474,plain,
    hollywood('#skF_1'),
    inference(splitRight,[status(thm)],[c_300]) ).

tff(c_298,plain,
    ( city('#skF_1')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1480,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_298]) ).

tff(c_296,plain,
    ( event('#skF_2')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1487,plain,
    event('#skF_2'),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_296]) ).

tff(c_274,plain,
    ( in('#skF_2','#skF_1')
    | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1591,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_274]) ).

tff(c_272,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | white('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1629,plain,
    ! [Z_123,Y_124,X2_125,X1_126] :
      ( ~ in(Z_123,Y_124)
      | ~ down(Z_123,X2_125)
      | ~ barrel(Z_123,X1_126)
      | ~ lonely(X2_125)
      | ~ way(X2_125)
      | ~ street(X2_125)
      | ~ old(X1_126)
      | ~ dirty(X1_126)
      | ~ white(X1_126)
      | ~ car(X1_126)
      | ~ chevy(X1_126)
      | ~ event(Z_123)
      | ~ city(Y_124)
      | ~ hollywood(Y_124) ),
    inference(negUnitSimplification,[status(thm)],[c_1475,c_272]) ).

tff(c_1631,plain,
    ! [X2_125,X1_126] :
      ( ~ down('#skF_2',X2_125)
      | ~ barrel('#skF_2',X1_126)
      | ~ lonely(X2_125)
      | ~ way(X2_125)
      | ~ street(X2_125)
      | ~ old(X1_126)
      | ~ dirty(X1_126)
      | ~ white(X1_126)
      | ~ car(X1_126)
      | ~ chevy(X1_126)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_1591,c_1629]) ).

tff(c_1634,plain,
    ! [X2_125,X1_126] :
      ( ~ down('#skF_2',X2_125)
      | ~ barrel('#skF_2',X1_126)
      | ~ lonely(X2_125)
      | ~ way(X2_125)
      | ~ street(X2_125)
      | ~ old(X1_126)
      | ~ dirty(X1_126)
      | ~ white(X1_126)
      | ~ car(X1_126)
      | ~ chevy(X1_126) ),
    inference(demodulation,[status(thm),theory(equality)],[c_1474,c_1480,c_1487,c_1631]) ).

tff(c_1637,plain,
    ! [X1_127] :
      ( ~ barrel('#skF_2',X1_127)
      | ~ old(X1_127)
      | ~ dirty(X1_127)
      | ~ white(X1_127)
      | ~ car(X1_127)
      | ~ chevy(X1_127) ),
    inference(splitLeft,[status(thm)],[c_1634]) ).

tff(c_1640,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_1562,c_1637]) ).

tff(c_1644,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1513,c_1507,c_1500,c_1511,c_1495,c_1640]) ).

tff(c_1646,plain,
    ! [X2_128] :
      ( ~ down('#skF_2',X2_128)
      | ~ lonely(X2_128)
      | ~ way(X2_128)
      | ~ street(X2_128) ),
    inference(splitRight,[status(thm)],[c_1634]) ).

tff(c_1649,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_1570,c_1646]) ).

tff(c_1653,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1481,c_1502,c_1512,c_1649]) ).

tff(c_1655,plain,
    ~ lonely('#skF_8'),
    inference(splitRight,[status(thm)],[c_150]) ).

tff(c_144,plain,
    ( street('#skF_3')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1665,plain,
    street('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_144]) ).

tff(c_142,plain,
    ( way('#skF_3')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1657,plain,
    way('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_142]) ).

tff(c_140,plain,
    ( lonely('#skF_3')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1676,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_140]) ).

tff(c_126,plain,
    ( down('#skF_2','#skF_3')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1778,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_126]) ).

tff(c_138,plain,
    ( chevy('#skF_4')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1671,plain,
    chevy('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_138]) ).

tff(c_136,plain,
    ( car('#skF_4')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1691,plain,
    car('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_136]) ).

tff(c_134,plain,
    ( white('#skF_4')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1692,plain,
    white('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_134]) ).

tff(c_132,plain,
    ( dirty('#skF_4')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1699,plain,
    dirty('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_132]) ).

tff(c_130,plain,
    ( old('#skF_4')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1698,plain,
    old('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_130]) ).

tff(c_128,plain,
    ( barrel('#skF_2','#skF_4')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1774,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_128]) ).

tff(c_1654,plain,
    hollywood('#skF_1'),
    inference(splitRight,[status(thm)],[c_150]) ).

tff(c_148,plain,
    ( city('#skF_1')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1658,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_148]) ).

tff(c_146,plain,
    ( event('#skF_2')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1678,plain,
    event('#skF_2'),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_146]) ).

tff(c_124,plain,
    ( in('#skF_2','#skF_1')
    | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1749,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_124]) ).

tff(c_122,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | lonely('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1811,plain,
    ! [Z_129,Y_130,X2_131,X1_132] :
      ( ~ in(Z_129,Y_130)
      | ~ down(Z_129,X2_131)
      | ~ barrel(Z_129,X1_132)
      | ~ lonely(X2_131)
      | ~ way(X2_131)
      | ~ street(X2_131)
      | ~ old(X1_132)
      | ~ dirty(X1_132)
      | ~ white(X1_132)
      | ~ car(X1_132)
      | ~ chevy(X1_132)
      | ~ event(Z_129)
      | ~ city(Y_130)
      | ~ hollywood(Y_130) ),
    inference(negUnitSimplification,[status(thm)],[c_1655,c_122]) ).

tff(c_1813,plain,
    ! [X2_131,X1_132] :
      ( ~ down('#skF_2',X2_131)
      | ~ barrel('#skF_2',X1_132)
      | ~ lonely(X2_131)
      | ~ way(X2_131)
      | ~ street(X2_131)
      | ~ old(X1_132)
      | ~ dirty(X1_132)
      | ~ white(X1_132)
      | ~ car(X1_132)
      | ~ chevy(X1_132)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_1749,c_1811]) ).

tff(c_1816,plain,
    ! [X2_131,X1_132] :
      ( ~ down('#skF_2',X2_131)
      | ~ barrel('#skF_2',X1_132)
      | ~ lonely(X2_131)
      | ~ way(X2_131)
      | ~ street(X2_131)
      | ~ old(X1_132)
      | ~ dirty(X1_132)
      | ~ white(X1_132)
      | ~ car(X1_132)
      | ~ chevy(X1_132) ),
    inference(demodulation,[status(thm),theory(equality)],[c_1654,c_1658,c_1678,c_1813]) ).

tff(c_1818,plain,
    ! [X1_133] :
      ( ~ barrel('#skF_2',X1_133)
      | ~ old(X1_133)
      | ~ dirty(X1_133)
      | ~ white(X1_133)
      | ~ car(X1_133)
      | ~ chevy(X1_133) ),
    inference(splitLeft,[status(thm)],[c_1816]) ).

tff(c_1821,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_1774,c_1818]) ).

tff(c_1825,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1671,c_1691,c_1692,c_1699,c_1698,c_1821]) ).

tff(c_1827,plain,
    ! [X2_134] :
      ( ~ down('#skF_2',X2_134)
      | ~ lonely(X2_134)
      | ~ way(X2_134)
      | ~ street(X2_134) ),
    inference(splitRight,[status(thm)],[c_1816]) ).

tff(c_1830,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_1778,c_1827]) ).

tff(c_1834,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1665,c_1657,c_1676,c_1830]) ).

tff(c_1836,plain,
    ~ dirty('#skF_7'),
    inference(splitRight,[status(thm)],[c_258]) ).

tff(c_264,plain,
    ( street('#skF_3')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1886,plain,
    street('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_264]) ).

tff(c_262,plain,
    ( way('#skF_3')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1873,plain,
    way('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_262]) ).

tff(c_260,plain,
    ( lonely('#skF_3')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1842,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_260]) ).

tff(c_246,plain,
    ( down('#skF_2','#skF_3')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1954,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_246]) ).

tff(c_1835,plain,
    chevy('#skF_4'),
    inference(splitRight,[status(thm)],[c_258]) ).

tff(c_256,plain,
    ( car('#skF_4')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1855,plain,
    car('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_256]) ).

tff(c_254,plain,
    ( white('#skF_4')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1871,plain,
    white('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_254]) ).

tff(c_252,plain,
    ( dirty('#skF_4')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1863,plain,
    dirty('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_252]) ).

tff(c_250,plain,
    ( old('#skF_4')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1857,plain,
    old('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_250]) ).

tff(c_248,plain,
    ( barrel('#skF_2','#skF_4')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1950,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_248]) ).

tff(c_270,plain,
    ( hollywood('#skF_1')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1891,plain,
    hollywood('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_270]) ).

tff(c_268,plain,
    ( city('#skF_1')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1882,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_268]) ).

tff(c_266,plain,
    ( event('#skF_2')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1879,plain,
    event('#skF_2'),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_266]) ).

tff(c_244,plain,
    ( in('#skF_2','#skF_1')
    | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_1990,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_244]) ).

tff(c_242,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | dirty('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2025,plain,
    ! [Z_135,Y_136,X2_137,X1_138] :
      ( ~ in(Z_135,Y_136)
      | ~ down(Z_135,X2_137)
      | ~ barrel(Z_135,X1_138)
      | ~ lonely(X2_137)
      | ~ way(X2_137)
      | ~ street(X2_137)
      | ~ old(X1_138)
      | ~ dirty(X1_138)
      | ~ white(X1_138)
      | ~ car(X1_138)
      | ~ chevy(X1_138)
      | ~ event(Z_135)
      | ~ city(Y_136)
      | ~ hollywood(Y_136) ),
    inference(negUnitSimplification,[status(thm)],[c_1836,c_242]) ).

tff(c_2027,plain,
    ! [X2_137,X1_138] :
      ( ~ down('#skF_2',X2_137)
      | ~ barrel('#skF_2',X1_138)
      | ~ lonely(X2_137)
      | ~ way(X2_137)
      | ~ street(X2_137)
      | ~ old(X1_138)
      | ~ dirty(X1_138)
      | ~ white(X1_138)
      | ~ car(X1_138)
      | ~ chevy(X1_138)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_1990,c_2025]) ).

tff(c_2030,plain,
    ! [X2_137,X1_138] :
      ( ~ down('#skF_2',X2_137)
      | ~ barrel('#skF_2',X1_138)
      | ~ lonely(X2_137)
      | ~ way(X2_137)
      | ~ street(X2_137)
      | ~ old(X1_138)
      | ~ dirty(X1_138)
      | ~ white(X1_138)
      | ~ car(X1_138)
      | ~ chevy(X1_138) ),
    inference(demodulation,[status(thm),theory(equality)],[c_1891,c_1882,c_1879,c_2027]) ).

tff(c_2032,plain,
    ! [X1_139] :
      ( ~ barrel('#skF_2',X1_139)
      | ~ old(X1_139)
      | ~ dirty(X1_139)
      | ~ white(X1_139)
      | ~ car(X1_139)
      | ~ chevy(X1_139) ),
    inference(splitLeft,[status(thm)],[c_2030]) ).

tff(c_2035,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_1950,c_2032]) ).

tff(c_2039,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1835,c_1855,c_1871,c_1863,c_1857,c_2035]) ).

tff(c_2041,plain,
    ! [X2_140] :
      ( ~ down('#skF_2',X2_140)
      | ~ lonely(X2_140)
      | ~ way(X2_140)
      | ~ street(X2_140) ),
    inference(splitRight,[status(thm)],[c_2030]) ).

tff(c_2044,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_1954,c_2041]) ).

tff(c_2048,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_1886,c_1873,c_1842,c_2044]) ).

tff(c_2050,plain,
    ~ way('#skF_8'),
    inference(splitRight,[status(thm)],[c_164]) ).

tff(c_174,plain,
    ( street('#skF_3')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2064,plain,
    street('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_174]) ).

tff(c_172,plain,
    ( way('#skF_3')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2058,plain,
    way('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_172]) ).

tff(c_170,plain,
    ( lonely('#skF_3')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2077,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_170]) ).

tff(c_156,plain,
    ( down('#skF_2','#skF_3')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2194,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_156]) ).

tff(c_168,plain,
    ( chevy('#skF_4')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2067,plain,
    chevy('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_168]) ).

tff(c_166,plain,
    ( car('#skF_4')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2068,plain,
    car('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_166]) ).

tff(c_2049,plain,
    white('#skF_4'),
    inference(splitRight,[status(thm)],[c_164]) ).

tff(c_162,plain,
    ( dirty('#skF_4')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2057,plain,
    dirty('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_162]) ).

tff(c_160,plain,
    ( old('#skF_4')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2100,plain,
    old('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_160]) ).

tff(c_158,plain,
    ( barrel('#skF_2','#skF_4')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2210,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_158]) ).

tff(c_180,plain,
    ( hollywood('#skF_1')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2150,plain,
    hollywood('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_180]) ).

tff(c_178,plain,
    ( city('#skF_1')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2059,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_178]) ).

tff(c_176,plain,
    ( event('#skF_2')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2055,plain,
    event('#skF_2'),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_176]) ).

tff(c_154,plain,
    ( in('#skF_2','#skF_1')
    | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2162,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_154]) ).

tff(c_152,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | way('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2236,plain,
    ! [Z_141,Y_142,X2_143,X1_144] :
      ( ~ in(Z_141,Y_142)
      | ~ down(Z_141,X2_143)
      | ~ barrel(Z_141,X1_144)
      | ~ lonely(X2_143)
      | ~ way(X2_143)
      | ~ street(X2_143)
      | ~ old(X1_144)
      | ~ dirty(X1_144)
      | ~ white(X1_144)
      | ~ car(X1_144)
      | ~ chevy(X1_144)
      | ~ event(Z_141)
      | ~ city(Y_142)
      | ~ hollywood(Y_142) ),
    inference(negUnitSimplification,[status(thm)],[c_2050,c_152]) ).

tff(c_2238,plain,
    ! [X2_143,X1_144] :
      ( ~ down('#skF_2',X2_143)
      | ~ barrel('#skF_2',X1_144)
      | ~ lonely(X2_143)
      | ~ way(X2_143)
      | ~ street(X2_143)
      | ~ old(X1_144)
      | ~ dirty(X1_144)
      | ~ white(X1_144)
      | ~ car(X1_144)
      | ~ chevy(X1_144)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_2162,c_2236]) ).

tff(c_2241,plain,
    ! [X2_143,X1_144] :
      ( ~ down('#skF_2',X2_143)
      | ~ barrel('#skF_2',X1_144)
      | ~ lonely(X2_143)
      | ~ way(X2_143)
      | ~ street(X2_143)
      | ~ old(X1_144)
      | ~ dirty(X1_144)
      | ~ white(X1_144)
      | ~ car(X1_144)
      | ~ chevy(X1_144) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2150,c_2059,c_2055,c_2238]) ).

tff(c_2244,plain,
    ! [X1_145] :
      ( ~ barrel('#skF_2',X1_145)
      | ~ old(X1_145)
      | ~ dirty(X1_145)
      | ~ white(X1_145)
      | ~ car(X1_145)
      | ~ chevy(X1_145) ),
    inference(splitLeft,[status(thm)],[c_2241]) ).

tff(c_2247,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_2210,c_2244]) ).

tff(c_2251,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_2067,c_2068,c_2049,c_2057,c_2100,c_2247]) ).

tff(c_2253,plain,
    ! [X2_146] :
      ( ~ down('#skF_2',X2_146)
      | ~ lonely(X2_146)
      | ~ way(X2_146)
      | ~ street(X2_146) ),
    inference(splitRight,[status(thm)],[c_2241]) ).

tff(c_2256,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_2194,c_2253]) ).

tff(c_2260,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_2064,c_2058,c_2077,c_2256]) ).

tff(c_2261,plain,
    street('#skF_3'),
    inference(splitRight,[status(thm)],[c_384]) ).

tff(c_2262,plain,
    ~ event('#skF_6'),
    inference(splitRight,[status(thm)],[c_384]) ).

tff(c_382,plain,
    ( way('#skF_3')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2289,plain,
    way('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_382]) ).

tff(c_380,plain,
    ( lonely('#skF_3')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2266,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_380]) ).

tff(c_366,plain,
    ( down('#skF_2','#skF_3')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2415,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_366]) ).

tff(c_378,plain,
    ( chevy('#skF_4')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2317,plain,
    chevy('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_378]) ).

tff(c_376,plain,
    ( car('#skF_4')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2325,plain,
    car('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_376]) ).

tff(c_374,plain,
    ( white('#skF_4')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2312,plain,
    white('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_374]) ).

tff(c_372,plain,
    ( dirty('#skF_4')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2335,plain,
    dirty('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_372]) ).

tff(c_370,plain,
    ( old('#skF_4')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2342,plain,
    old('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_370]) ).

tff(c_368,plain,
    ( barrel('#skF_2','#skF_4')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2398,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_368]) ).

tff(c_390,plain,
    ( hollywood('#skF_1')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2354,plain,
    hollywood('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_390]) ).

tff(c_388,plain,
    ( city('#skF_1')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2301,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_388]) ).

tff(c_386,plain,
    ( event('#skF_2')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2351,plain,
    event('#skF_2'),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_386]) ).

tff(c_364,plain,
    ( in('#skF_2','#skF_1')
    | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2429,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_364]) ).

tff(c_362,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | event('#skF_6') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2458,plain,
    ! [Z_147,Y_148,X2_149,X1_150] :
      ( ~ in(Z_147,Y_148)
      | ~ down(Z_147,X2_149)
      | ~ barrel(Z_147,X1_150)
      | ~ lonely(X2_149)
      | ~ way(X2_149)
      | ~ street(X2_149)
      | ~ old(X1_150)
      | ~ dirty(X1_150)
      | ~ white(X1_150)
      | ~ car(X1_150)
      | ~ chevy(X1_150)
      | ~ event(Z_147)
      | ~ city(Y_148)
      | ~ hollywood(Y_148) ),
    inference(negUnitSimplification,[status(thm)],[c_2262,c_362]) ).

tff(c_2460,plain,
    ! [X2_149,X1_150] :
      ( ~ down('#skF_2',X2_149)
      | ~ barrel('#skF_2',X1_150)
      | ~ lonely(X2_149)
      | ~ way(X2_149)
      | ~ street(X2_149)
      | ~ old(X1_150)
      | ~ dirty(X1_150)
      | ~ white(X1_150)
      | ~ car(X1_150)
      | ~ chevy(X1_150)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_2429,c_2458]) ).

tff(c_2463,plain,
    ! [X2_149,X1_150] :
      ( ~ down('#skF_2',X2_149)
      | ~ barrel('#skF_2',X1_150)
      | ~ lonely(X2_149)
      | ~ way(X2_149)
      | ~ street(X2_149)
      | ~ old(X1_150)
      | ~ dirty(X1_150)
      | ~ white(X1_150)
      | ~ car(X1_150)
      | ~ chevy(X1_150) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2354,c_2301,c_2351,c_2460]) ).

tff(c_2466,plain,
    ! [X1_151] :
      ( ~ barrel('#skF_2',X1_151)
      | ~ old(X1_151)
      | ~ dirty(X1_151)
      | ~ white(X1_151)
      | ~ car(X1_151)
      | ~ chevy(X1_151) ),
    inference(splitLeft,[status(thm)],[c_2463]) ).

tff(c_2469,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_2398,c_2466]) ).

tff(c_2473,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_2317,c_2325,c_2312,c_2335,c_2342,c_2469]) ).

tff(c_2475,plain,
    ! [X2_152] :
      ( ~ down('#skF_2',X2_152)
      | ~ lonely(X2_152)
      | ~ way(X2_152)
      | ~ street(X2_152) ),
    inference(splitRight,[status(thm)],[c_2463]) ).

tff(c_2478,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_2415,c_2475]) ).

tff(c_2482,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_2261,c_2289,c_2266,c_2478]) ).

tff(c_2484,plain,
    ~ chevy('#skF_7'),
    inference(splitRight,[status(thm)],[c_346]) ).

tff(c_354,plain,
    ( street('#skF_3')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2523,plain,
    street('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_354]) ).

tff(c_352,plain,
    ( way('#skF_3')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2502,plain,
    way('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_352]) ).

tff(c_350,plain,
    ( lonely('#skF_3')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2499,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_350]) ).

tff(c_336,plain,
    ( down('#skF_2','#skF_3')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2622,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_336]) ).

tff(c_348,plain,
    ( chevy('#skF_4')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2495,plain,
    chevy('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_348]) ).

tff(c_2483,plain,
    car('#skF_4'),
    inference(splitRight,[status(thm)],[c_346]) ).

tff(c_344,plain,
    ( white('#skF_4')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2576,plain,
    white('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_344]) ).

tff(c_342,plain,
    ( dirty('#skF_4')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2579,plain,
    dirty('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_342]) ).

tff(c_340,plain,
    ( old('#skF_4')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2585,plain,
    old('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_340]) ).

tff(c_338,plain,
    ( barrel('#skF_2','#skF_4')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2604,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_338]) ).

tff(c_360,plain,
    ( hollywood('#skF_1')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2539,plain,
    hollywood('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_360]) ).

tff(c_358,plain,
    ( city('#skF_1')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2531,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_358]) ).

tff(c_356,plain,
    ( event('#skF_2')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2550,plain,
    event('#skF_2'),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_356]) ).

tff(c_334,plain,
    ( in('#skF_2','#skF_1')
    | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2626,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_334]) ).

tff(c_332,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | chevy('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2673,plain,
    ! [Z_153,Y_154,X2_155,X1_156] :
      ( ~ in(Z_153,Y_154)
      | ~ down(Z_153,X2_155)
      | ~ barrel(Z_153,X1_156)
      | ~ lonely(X2_155)
      | ~ way(X2_155)
      | ~ street(X2_155)
      | ~ old(X1_156)
      | ~ dirty(X1_156)
      | ~ white(X1_156)
      | ~ car(X1_156)
      | ~ chevy(X1_156)
      | ~ event(Z_153)
      | ~ city(Y_154)
      | ~ hollywood(Y_154) ),
    inference(negUnitSimplification,[status(thm)],[c_2484,c_332]) ).

tff(c_2675,plain,
    ! [X2_155,X1_156] :
      ( ~ down('#skF_2',X2_155)
      | ~ barrel('#skF_2',X1_156)
      | ~ lonely(X2_155)
      | ~ way(X2_155)
      | ~ street(X2_155)
      | ~ old(X1_156)
      | ~ dirty(X1_156)
      | ~ white(X1_156)
      | ~ car(X1_156)
      | ~ chevy(X1_156)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_2626,c_2673]) ).

tff(c_2678,plain,
    ! [X2_155,X1_156] :
      ( ~ down('#skF_2',X2_155)
      | ~ barrel('#skF_2',X1_156)
      | ~ lonely(X2_155)
      | ~ way(X2_155)
      | ~ street(X2_155)
      | ~ old(X1_156)
      | ~ dirty(X1_156)
      | ~ white(X1_156)
      | ~ car(X1_156)
      | ~ chevy(X1_156) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2539,c_2531,c_2550,c_2675]) ).

tff(c_2681,plain,
    ! [X1_157] :
      ( ~ barrel('#skF_2',X1_157)
      | ~ old(X1_157)
      | ~ dirty(X1_157)
      | ~ white(X1_157)
      | ~ car(X1_157)
      | ~ chevy(X1_157) ),
    inference(splitLeft,[status(thm)],[c_2678]) ).

tff(c_2684,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_2604,c_2681]) ).

tff(c_2688,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_2495,c_2483,c_2576,c_2579,c_2585,c_2684]) ).

tff(c_2690,plain,
    ! [X2_158] :
      ( ~ down('#skF_2',X2_158)
      | ~ lonely(X2_158)
      | ~ way(X2_158)
      | ~ street(X2_158) ),
    inference(splitRight,[status(thm)],[c_2678]) ).

tff(c_2693,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_2622,c_2690]) ).

tff(c_2697,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_2523,c_2502,c_2499,c_2693]) ).

tff(c_2698,plain,
    street('#skF_3'),
    inference(splitRight,[status(thm)],[c_204]) ).

tff(c_2699,plain,
    ~ street('#skF_8'),
    inference(splitRight,[status(thm)],[c_204]) ).

tff(c_202,plain,
    ( way('#skF_3')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2732,plain,
    way('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_202]) ).

tff(c_200,plain,
    ( lonely('#skF_3')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2745,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_200]) ).

tff(c_186,plain,
    ( down('#skF_2','#skF_3')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2865,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_186]) ).

tff(c_198,plain,
    ( chevy('#skF_4')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2708,plain,
    chevy('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_198]) ).

tff(c_196,plain,
    ( car('#skF_4')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2794,plain,
    car('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_196]) ).

tff(c_194,plain,
    ( white('#skF_4')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2796,plain,
    white('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_194]) ).

tff(c_192,plain,
    ( dirty('#skF_4')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2791,plain,
    dirty('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_192]) ).

tff(c_190,plain,
    ( old('#skF_4')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2789,plain,
    old('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_190]) ).

tff(c_188,plain,
    ( barrel('#skF_2','#skF_4')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2841,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_188]) ).

tff(c_210,plain,
    ( hollywood('#skF_1')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2792,plain,
    hollywood('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_210]) ).

tff(c_208,plain,
    ( city('#skF_1')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2801,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_208]) ).

tff(c_206,plain,
    ( event('#skF_2')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2798,plain,
    event('#skF_2'),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_206]) ).

tff(c_184,plain,
    ( in('#skF_2','#skF_1')
    | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2810,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_184]) ).

tff(c_182,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | street('#skF_8') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2896,plain,
    ! [Z_159,Y_160,X2_161,X1_162] :
      ( ~ in(Z_159,Y_160)
      | ~ down(Z_159,X2_161)
      | ~ barrel(Z_159,X1_162)
      | ~ lonely(X2_161)
      | ~ way(X2_161)
      | ~ street(X2_161)
      | ~ old(X1_162)
      | ~ dirty(X1_162)
      | ~ white(X1_162)
      | ~ car(X1_162)
      | ~ chevy(X1_162)
      | ~ event(Z_159)
      | ~ city(Y_160)
      | ~ hollywood(Y_160) ),
    inference(negUnitSimplification,[status(thm)],[c_2699,c_182]) ).

tff(c_2898,plain,
    ! [X2_161,X1_162] :
      ( ~ down('#skF_2',X2_161)
      | ~ barrel('#skF_2',X1_162)
      | ~ lonely(X2_161)
      | ~ way(X2_161)
      | ~ street(X2_161)
      | ~ old(X1_162)
      | ~ dirty(X1_162)
      | ~ white(X1_162)
      | ~ car(X1_162)
      | ~ chevy(X1_162)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_2810,c_2896]) ).

tff(c_2901,plain,
    ! [X2_161,X1_162] :
      ( ~ down('#skF_2',X2_161)
      | ~ barrel('#skF_2',X1_162)
      | ~ lonely(X2_161)
      | ~ way(X2_161)
      | ~ street(X2_161)
      | ~ old(X1_162)
      | ~ dirty(X1_162)
      | ~ white(X1_162)
      | ~ car(X1_162)
      | ~ chevy(X1_162) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2792,c_2801,c_2798,c_2898]) ).

tff(c_2903,plain,
    ! [X1_163] :
      ( ~ barrel('#skF_2',X1_163)
      | ~ old(X1_163)
      | ~ dirty(X1_163)
      | ~ white(X1_163)
      | ~ car(X1_163)
      | ~ chevy(X1_163) ),
    inference(splitLeft,[status(thm)],[c_2901]) ).

tff(c_2906,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_2841,c_2903]) ).

tff(c_2910,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_2708,c_2794,c_2796,c_2791,c_2789,c_2906]) ).

tff(c_2912,plain,
    ! [X2_164] :
      ( ~ down('#skF_2',X2_164)
      | ~ lonely(X2_164)
      | ~ way(X2_164)
      | ~ street(X2_164) ),
    inference(splitRight,[status(thm)],[c_2901]) ).

tff(c_2915,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_2865,c_2912]) ).

tff(c_2919,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_2698,c_2732,c_2745,c_2915]) ).

tff(c_2920,plain,
    street('#skF_3'),
    inference(splitRight,[status(thm)],[c_324]) ).

tff(c_2921,plain,
    ~ car('#skF_7'),
    inference(splitRight,[status(thm)],[c_324]) ).

tff(c_322,plain,
    ( way('#skF_3')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3023,plain,
    way('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2921,c_322]) ).

tff(c_320,plain,
    ( lonely('#skF_3')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3029,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2921,c_320]) ).

tff(c_306,plain,
    ( down('#skF_2','#skF_3')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3088,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_2921,c_306]) ).

tff(c_318,plain,
    ( chevy('#skF_4')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3030,plain,
    chevy('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2921,c_318]) ).

tff(c_316,plain,
    ( car('#skF_4')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3019,plain,
    car('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2921,c_316]) ).

tff(c_314,plain,
    ( white('#skF_4')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2943,plain,
    white('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2921,c_314]) ).

tff(c_312,plain,
    ( dirty('#skF_4')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2951,plain,
    dirty('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2921,c_312]) ).

tff(c_310,plain,
    ( old('#skF_4')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2973,plain,
    old('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2921,c_310]) ).

tff(c_308,plain,
    ( barrel('#skF_2','#skF_4')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3083,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_2921,c_308]) ).

tff(c_330,plain,
    ( hollywood('#skF_1')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2922,plain,
    car('#skF_7'),
    inference(splitLeft,[status(thm)],[c_330]) ).

tff(c_2924,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_2922,c_2921]) ).

tff(c_2925,plain,
    hollywood('#skF_1'),
    inference(splitRight,[status(thm)],[c_330]) ).

tff(c_328,plain,
    ( city('#skF_1')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3026,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2921,c_328]) ).

tff(c_326,plain,
    ( event('#skF_2')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_2938,plain,
    event('#skF_2'),
    inference(negUnitSimplification,[status(thm)],[c_2921,c_326]) ).

tff(c_304,plain,
    ( in('#skF_2','#skF_1')
    | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3076,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_2921,c_304]) ).

tff(c_302,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | car('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3125,plain,
    ! [Z_165,Y_166,X2_167,X1_168] :
      ( ~ in(Z_165,Y_166)
      | ~ down(Z_165,X2_167)
      | ~ barrel(Z_165,X1_168)
      | ~ lonely(X2_167)
      | ~ way(X2_167)
      | ~ street(X2_167)
      | ~ old(X1_168)
      | ~ dirty(X1_168)
      | ~ white(X1_168)
      | ~ car(X1_168)
      | ~ chevy(X1_168)
      | ~ event(Z_165)
      | ~ city(Y_166)
      | ~ hollywood(Y_166) ),
    inference(negUnitSimplification,[status(thm)],[c_2921,c_302]) ).

tff(c_3127,plain,
    ! [X2_167,X1_168] :
      ( ~ down('#skF_2',X2_167)
      | ~ barrel('#skF_2',X1_168)
      | ~ lonely(X2_167)
      | ~ way(X2_167)
      | ~ street(X2_167)
      | ~ old(X1_168)
      | ~ dirty(X1_168)
      | ~ white(X1_168)
      | ~ car(X1_168)
      | ~ chevy(X1_168)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_3076,c_3125]) ).

tff(c_3130,plain,
    ! [X2_167,X1_168] :
      ( ~ down('#skF_2',X2_167)
      | ~ barrel('#skF_2',X1_168)
      | ~ lonely(X2_167)
      | ~ way(X2_167)
      | ~ street(X2_167)
      | ~ old(X1_168)
      | ~ dirty(X1_168)
      | ~ white(X1_168)
      | ~ car(X1_168)
      | ~ chevy(X1_168) ),
    inference(demodulation,[status(thm),theory(equality)],[c_2925,c_3026,c_2938,c_3127]) ).

tff(c_3132,plain,
    ! [X1_169] :
      ( ~ barrel('#skF_2',X1_169)
      | ~ old(X1_169)
      | ~ dirty(X1_169)
      | ~ white(X1_169)
      | ~ car(X1_169)
      | ~ chevy(X1_169) ),
    inference(splitLeft,[status(thm)],[c_3130]) ).

tff(c_3135,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_3083,c_3132]) ).

tff(c_3139,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_3030,c_3019,c_2943,c_2951,c_2973,c_3135]) ).

tff(c_3141,plain,
    ! [X2_170] :
      ( ~ down('#skF_2',X2_170)
      | ~ lonely(X2_170)
      | ~ way(X2_170)
      | ~ street(X2_170) ),
    inference(splitRight,[status(thm)],[c_3130]) ).

tff(c_3144,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_3088,c_3141]) ).

tff(c_3148,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_2920,c_3023,c_3029,c_3144]) ).

tff(c_3150,plain,
    ~ old('#skF_7'),
    inference(splitRight,[status(thm)],[c_236]) ).

tff(c_234,plain,
    ( street('#skF_3')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3167,plain,
    street('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_234]) ).

tff(c_232,plain,
    ( way('#skF_3')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3250,plain,
    way('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_232]) ).

tff(c_230,plain,
    ( lonely('#skF_3')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3248,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_230]) ).

tff(c_216,plain,
    ( down('#skF_2','#skF_3')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3306,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_216]) ).

tff(c_228,plain,
    ( chevy('#skF_4')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3266,plain,
    chevy('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_228]) ).

tff(c_226,plain,
    ( car('#skF_4')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3261,plain,
    car('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_226]) ).

tff(c_224,plain,
    ( white('#skF_4')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3260,plain,
    white('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_224]) ).

tff(c_222,plain,
    ( dirty('#skF_4')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3259,plain,
    dirty('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_222]) ).

tff(c_220,plain,
    ( old('#skF_4')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3258,plain,
    old('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_220]) ).

tff(c_218,plain,
    ( barrel('#skF_2','#skF_4')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3298,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_218]) ).

tff(c_240,plain,
    ( hollywood('#skF_1')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3203,plain,
    hollywood('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_240]) ).

tff(c_238,plain,
    ( city('#skF_1')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3252,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_238]) ).

tff(c_3149,plain,
    event('#skF_2'),
    inference(splitRight,[status(thm)],[c_236]) ).

tff(c_214,plain,
    ( in('#skF_2','#skF_1')
    | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3290,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_214]) ).

tff(c_212,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | old('#skF_7') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3347,plain,
    ! [Z_171,Y_172,X2_173,X1_174] :
      ( ~ in(Z_171,Y_172)
      | ~ down(Z_171,X2_173)
      | ~ barrel(Z_171,X1_174)
      | ~ lonely(X2_173)
      | ~ way(X2_173)
      | ~ street(X2_173)
      | ~ old(X1_174)
      | ~ dirty(X1_174)
      | ~ white(X1_174)
      | ~ car(X1_174)
      | ~ chevy(X1_174)
      | ~ event(Z_171)
      | ~ city(Y_172)
      | ~ hollywood(Y_172) ),
    inference(negUnitSimplification,[status(thm)],[c_3150,c_212]) ).

tff(c_3349,plain,
    ! [X2_173,X1_174] :
      ( ~ down('#skF_2',X2_173)
      | ~ barrel('#skF_2',X1_174)
      | ~ lonely(X2_173)
      | ~ way(X2_173)
      | ~ street(X2_173)
      | ~ old(X1_174)
      | ~ dirty(X1_174)
      | ~ white(X1_174)
      | ~ car(X1_174)
      | ~ chevy(X1_174)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_3290,c_3347]) ).

tff(c_3352,plain,
    ! [X2_173,X1_174] :
      ( ~ down('#skF_2',X2_173)
      | ~ barrel('#skF_2',X1_174)
      | ~ lonely(X2_173)
      | ~ way(X2_173)
      | ~ street(X2_173)
      | ~ old(X1_174)
      | ~ dirty(X1_174)
      | ~ white(X1_174)
      | ~ car(X1_174)
      | ~ chevy(X1_174) ),
    inference(demodulation,[status(thm),theory(equality)],[c_3203,c_3252,c_3149,c_3349]) ).

tff(c_3354,plain,
    ! [X1_175] :
      ( ~ barrel('#skF_2',X1_175)
      | ~ old(X1_175)
      | ~ dirty(X1_175)
      | ~ white(X1_175)
      | ~ car(X1_175)
      | ~ chevy(X1_175) ),
    inference(splitLeft,[status(thm)],[c_3352]) ).

tff(c_3357,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_3298,c_3354]) ).

tff(c_3361,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_3266,c_3261,c_3260,c_3259,c_3258,c_3357]) ).

tff(c_3363,plain,
    ! [X2_176] :
      ( ~ down('#skF_2',X2_176)
      | ~ lonely(X2_176)
      | ~ way(X2_176)
      | ~ street(X2_176) ),
    inference(splitRight,[status(thm)],[c_3352]) ).

tff(c_3366,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_3306,c_3363]) ).

tff(c_3370,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_3167,c_3250,c_3248,c_3366]) ).

tff(c_3372,plain,
    ~ city('#skF_5'),
    inference(splitRight,[status(thm)],[c_420]) ).

tff(c_414,plain,
    ( street('#skF_3')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3445,plain,
    street('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_414]) ).

tff(c_412,plain,
    ( way('#skF_3')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3453,plain,
    way('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_412]) ).

tff(c_410,plain,
    ( lonely('#skF_3')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3449,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_410]) ).

tff(c_396,plain,
    ( down('#skF_2','#skF_3')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3504,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_396]) ).

tff(c_408,plain,
    ( chevy('#skF_4')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3462,plain,
    chevy('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_408]) ).

tff(c_406,plain,
    ( car('#skF_4')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3434,plain,
    car('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_406]) ).

tff(c_404,plain,
    ( white('#skF_4')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3398,plain,
    white('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_404]) ).

tff(c_402,plain,
    ( dirty('#skF_4')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3403,plain,
    dirty('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_402]) ).

tff(c_400,plain,
    ( old('#skF_4')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3472,plain,
    old('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_400]) ).

tff(c_398,plain,
    ( barrel('#skF_2','#skF_4')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3513,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_398]) ).

tff(c_3371,plain,
    hollywood('#skF_1'),
    inference(splitRight,[status(thm)],[c_420]) ).

tff(c_418,plain,
    ( city('#skF_1')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3468,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_418]) ).

tff(c_416,plain,
    ( event('#skF_2')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3402,plain,
    event('#skF_2'),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_416]) ).

tff(c_394,plain,
    ( in('#skF_2','#skF_1')
    | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3498,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_394]) ).

tff(c_392,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | city('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3579,plain,
    ! [Z_177,Y_178,X2_179,X1_180] :
      ( ~ in(Z_177,Y_178)
      | ~ down(Z_177,X2_179)
      | ~ barrel(Z_177,X1_180)
      | ~ lonely(X2_179)
      | ~ way(X2_179)
      | ~ street(X2_179)
      | ~ old(X1_180)
      | ~ dirty(X1_180)
      | ~ white(X1_180)
      | ~ car(X1_180)
      | ~ chevy(X1_180)
      | ~ event(Z_177)
      | ~ city(Y_178)
      | ~ hollywood(Y_178) ),
    inference(negUnitSimplification,[status(thm)],[c_3372,c_392]) ).

tff(c_3581,plain,
    ! [X2_179,X1_180] :
      ( ~ down('#skF_2',X2_179)
      | ~ barrel('#skF_2',X1_180)
      | ~ lonely(X2_179)
      | ~ way(X2_179)
      | ~ street(X2_179)
      | ~ old(X1_180)
      | ~ dirty(X1_180)
      | ~ white(X1_180)
      | ~ car(X1_180)
      | ~ chevy(X1_180)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_3498,c_3579]) ).

tff(c_3584,plain,
    ! [X2_179,X1_180] :
      ( ~ down('#skF_2',X2_179)
      | ~ barrel('#skF_2',X1_180)
      | ~ lonely(X2_179)
      | ~ way(X2_179)
      | ~ street(X2_179)
      | ~ old(X1_180)
      | ~ dirty(X1_180)
      | ~ white(X1_180)
      | ~ car(X1_180)
      | ~ chevy(X1_180) ),
    inference(demodulation,[status(thm),theory(equality)],[c_3371,c_3468,c_3402,c_3581]) ).

tff(c_3586,plain,
    ! [X1_181] :
      ( ~ barrel('#skF_2',X1_181)
      | ~ old(X1_181)
      | ~ dirty(X1_181)
      | ~ white(X1_181)
      | ~ car(X1_181)
      | ~ chevy(X1_181) ),
    inference(splitLeft,[status(thm)],[c_3584]) ).

tff(c_3589,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_3513,c_3586]) ).

tff(c_3593,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_3462,c_3434,c_3398,c_3403,c_3472,c_3589]) ).

tff(c_3595,plain,
    ! [X2_182] :
      ( ~ down('#skF_2',X2_182)
      | ~ lonely(X2_182)
      | ~ way(X2_182)
      | ~ street(X2_182) ),
    inference(splitRight,[status(thm)],[c_3584]) ).

tff(c_3598,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_3504,c_3595]) ).

tff(c_3602,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_3445,c_3453,c_3449,c_3598]) ).

tff(c_3604,plain,
    ~ hollywood('#skF_5'),
    inference(splitRight,[status(thm)],[c_450]) ).

tff(c_444,plain,
    ( street('#skF_3')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3724,plain,
    street('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_444]) ).

tff(c_442,plain,
    ( way('#skF_3')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3687,plain,
    way('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_442]) ).

tff(c_440,plain,
    ( lonely('#skF_3')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3705,plain,
    lonely('#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_440]) ).

tff(c_426,plain,
    ( down('#skF_2','#skF_3')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3757,plain,
    down('#skF_2','#skF_3'),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_426]) ).

tff(c_438,plain,
    ( chevy('#skF_4')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3718,plain,
    chevy('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_438]) ).

tff(c_436,plain,
    ( car('#skF_4')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3669,plain,
    car('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_436]) ).

tff(c_434,plain,
    ( white('#skF_4')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3653,plain,
    white('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_434]) ).

tff(c_432,plain,
    ( dirty('#skF_4')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3692,plain,
    dirty('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_432]) ).

tff(c_430,plain,
    ( old('#skF_4')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3670,plain,
    old('#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_430]) ).

tff(c_428,plain,
    ( barrel('#skF_2','#skF_4')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3732,plain,
    barrel('#skF_2','#skF_4'),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_428]) ).

tff(c_3603,plain,
    hollywood('#skF_1'),
    inference(splitRight,[status(thm)],[c_450]) ).

tff(c_448,plain,
    ( city('#skF_1')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3610,plain,
    city('#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_448]) ).

tff(c_446,plain,
    ( event('#skF_2')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3714,plain,
    event('#skF_2'),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_446]) ).

tff(c_424,plain,
    ( in('#skF_2','#skF_1')
    | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3738,plain,
    in('#skF_2','#skF_1'),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_424]) ).

tff(c_422,plain,
    ! [Z_2,Y_1,X2_4,X1_3] :
      ( ~ in(Z_2,Y_1)
      | ~ down(Z_2,X2_4)
      | ~ barrel(Z_2,X1_3)
      | ~ lonely(X2_4)
      | ~ way(X2_4)
      | ~ street(X2_4)
      | ~ old(X1_3)
      | ~ dirty(X1_3)
      | ~ white(X1_3)
      | ~ car(X1_3)
      | ~ chevy(X1_3)
      | ~ event(Z_2)
      | ~ city(Y_1)
      | ~ hollywood(Y_1)
      | hollywood('#skF_5') ),
    inference(cnfTransformation,[status(thm)],[f_143]) ).

tff(c_3816,plain,
    ! [Z_183,Y_184,X2_185,X1_186] :
      ( ~ in(Z_183,Y_184)
      | ~ down(Z_183,X2_185)
      | ~ barrel(Z_183,X1_186)
      | ~ lonely(X2_185)
      | ~ way(X2_185)
      | ~ street(X2_185)
      | ~ old(X1_186)
      | ~ dirty(X1_186)
      | ~ white(X1_186)
      | ~ car(X1_186)
      | ~ chevy(X1_186)
      | ~ event(Z_183)
      | ~ city(Y_184)
      | ~ hollywood(Y_184) ),
    inference(negUnitSimplification,[status(thm)],[c_3604,c_422]) ).

tff(c_3818,plain,
    ! [X2_185,X1_186] :
      ( ~ down('#skF_2',X2_185)
      | ~ barrel('#skF_2',X1_186)
      | ~ lonely(X2_185)
      | ~ way(X2_185)
      | ~ street(X2_185)
      | ~ old(X1_186)
      | ~ dirty(X1_186)
      | ~ white(X1_186)
      | ~ car(X1_186)
      | ~ chevy(X1_186)
      | ~ event('#skF_2')
      | ~ city('#skF_1')
      | ~ hollywood('#skF_1') ),
    inference(resolution,[status(thm)],[c_3738,c_3816]) ).

tff(c_3821,plain,
    ! [X2_185,X1_186] :
      ( ~ down('#skF_2',X2_185)
      | ~ barrel('#skF_2',X1_186)
      | ~ lonely(X2_185)
      | ~ way(X2_185)
      | ~ street(X2_185)
      | ~ old(X1_186)
      | ~ dirty(X1_186)
      | ~ white(X1_186)
      | ~ car(X1_186)
      | ~ chevy(X1_186) ),
    inference(demodulation,[status(thm),theory(equality)],[c_3603,c_3610,c_3714,c_3818]) ).

tff(c_3823,plain,
    ! [X1_187] :
      ( ~ barrel('#skF_2',X1_187)
      | ~ old(X1_187)
      | ~ dirty(X1_187)
      | ~ white(X1_187)
      | ~ car(X1_187)
      | ~ chevy(X1_187) ),
    inference(splitLeft,[status(thm)],[c_3821]) ).

tff(c_3826,plain,
    ( ~ old('#skF_4')
    | ~ dirty('#skF_4')
    | ~ white('#skF_4')
    | ~ car('#skF_4')
    | ~ chevy('#skF_4') ),
    inference(resolution,[status(thm)],[c_3732,c_3823]) ).

tff(c_3830,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_3718,c_3669,c_3653,c_3692,c_3670,c_3826]) ).

tff(c_3833,plain,
    ! [X2_188] :
      ( ~ down('#skF_2',X2_188)
      | ~ lonely(X2_188)
      | ~ way(X2_188)
      | ~ street(X2_188) ),
    inference(splitRight,[status(thm)],[c_3821]) ).

tff(c_3836,plain,
    ( ~ lonely('#skF_3')
    | ~ way('#skF_3')
    | ~ street('#skF_3') ),
    inference(resolution,[status(thm)],[c_3757,c_3833]) ).

tff(c_3840,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_3724,c_3687,c_3705,c_3836]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : NLP001+1 : TPTP v8.1.2. Released v2.4.0.
% 0.00/0.14  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.14/0.34  % Computer : n025.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Thu Aug  3 13:14:19 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 7.40/2.58  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 7.72/2.67  
% 7.72/2.67  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 8.06/2.76  
% 8.06/2.76  Inference rules
% 8.06/2.76  ----------------------
% 8.06/2.76  #Ref     : 0
% 8.06/2.76  #Sup     : 95
% 8.06/2.76  #Fact    : 0
% 8.06/2.76  #Define  : 0
% 8.06/2.76  #Split   : 120
% 8.06/2.76  #Chain   : 0
% 8.06/2.76  #Close   : 0
% 8.06/2.76  
% 8.06/2.76  Ordering : KBO
% 8.06/2.76  
% 8.06/2.76  Simplification rules
% 8.06/2.76  ----------------------
% 8.06/2.76  #Subsume      : 16
% 8.06/2.76  #Demod        : 3377
% 8.06/2.76  #Tautology    : 2305
% 8.06/2.76  #SimpNegUnit  : 195
% 8.06/2.76  #BackRed      : 0
% 8.06/2.76  
% 8.06/2.76  #Partial instantiations: 0
% 8.06/2.76  #Strategies tried      : 1
% 8.06/2.76  
% 8.06/2.76  Timing (in seconds)
% 8.06/2.76  ----------------------
% 8.06/2.77  Preprocessing        : 0.57
% 8.06/2.77  Parsing              : 0.25
% 8.06/2.77  CNF conversion       : 0.05
% 8.06/2.77  Main loop            : 1.06
% 8.06/2.77  Inferencing          : 0.26
% 8.06/2.77  Reduction            : 0.39
% 8.06/2.77  Demodulation         : 0.26
% 8.06/2.77  BG Simplification    : 0.07
% 8.06/2.77  Subsumption          : 0.20
% 8.06/2.77  Abstraction          : 0.05
% 8.06/2.77  MUC search           : 0.00
% 8.06/2.77  Cooper               : 0.00
% 8.06/2.77  Total                : 1.83
% 8.06/2.77  Index Insertion      : 0.00
% 8.06/2.77  Index Deletion       : 0.00
% 8.06/2.77  Index Matching       : 0.00
% 8.06/2.77  BG Taut test         : 0.00
%------------------------------------------------------------------------------