TSTP Solution File: PUZ031+2 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : PUZ031+2 : TPTP v8.1.2. Released v4.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% Computer : n024.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 : Thu Aug 31 13:12:14 EDT 2023

% Result   : Theorem 0.21s 0.59s
% Output   : CNFRefutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   15
%            Number of leaves      :   37
% Syntax   : Number of formulae    :   99 (  23 unt;  18 typ;   0 def)
%            Number of atoms       :  213 (   0 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :  235 ( 103   ~;  92   |;  22   &)
%                                         (   0 <=>;  18  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   14 (  12   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :   11 (  10 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   6 con; 0-1 aty)
%            Number of variables   :  116 (   2 sgn;  52   !;  13   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    wolf: $i > $o ).

tff(decl_23,type,
    fox: $i > $o ).

tff(decl_24,type,
    bird: $i > $o ).

tff(decl_25,type,
    caterpillar: $i > $o ).

tff(decl_26,type,
    snail: $i > $o ).

tff(decl_27,type,
    animal: $i > $o ).

tff(decl_28,type,
    grain: $i > $o ).

tff(decl_29,type,
    plant: $i > $o ).

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

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

tff(decl_32,type,
    esk1_0: $i ).

tff(decl_33,type,
    esk2_0: $i ).

tff(decl_34,type,
    esk3_0: $i ).

tff(decl_35,type,
    esk4_0: $i ).

tff(decl_36,type,
    esk5_0: $i ).

tff(decl_37,type,
    esk6_0: $i ).

tff(decl_38,type,
    esk7_1: $i > $i ).

tff(decl_39,type,
    esk8_1: $i > $i ).

fof(pel47_13,axiom,
    ! [X2,X3] :
      ( ( bird(X2)
        & snail(X3) )
     => ~ eats(X2,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_13) ).

fof(pel47_7,axiom,
    ! [X2] :
      ( animal(X2)
     => ( ! [X3] :
            ( plant(X3)
           => eats(X2,X3) )
        | ! [X4] :
            ( ( animal(X4)
              & much_smaller(X4,X2)
              & ? [X5] :
                  ( plant(X5)
                  & eats(X4,X5) ) )
           => eats(X2,X4) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_7) ).

fof(pel47_8,axiom,
    ! [X3,X2] :
      ( ( bird(X3)
        & snail(X2) )
     => much_smaller(X2,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_8) ).

fof(pel47_3_1,axiom,
    ! [X2] :
      ( bird(X2)
     => animal(X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_3_1) ).

fof(pel47_4_2,axiom,
    ! [X2] :
      ( snail(X2)
     => animal(X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_4_2) ).

fof(pel47_14a,axiom,
    ! [X2] :
      ( snail(X2)
     => ? [X3] :
          ( plant(X3)
          & eats(X2,X3) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_14a) ).

fof(pel47_6_2,axiom,
    ! [X2] :
      ( grain(X2)
     => plant(X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_6_2) ).

fof(grain_type,axiom,
    ? [X1] : grain(X1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',grain_type) ).

fof(snail_type,axiom,
    ? [X1] : snail(X1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',snail_type) ).

fof(pel47_9,axiom,
    ! [X2,X3] :
      ( ( bird(X2)
        & fox(X3) )
     => much_smaller(X2,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_9) ).

fof(pel47_2_1,axiom,
    ! [X2] :
      ( fox(X2)
     => animal(X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_2_1) ).

fof(bird_type,axiom,
    ? [X1] : bird(X1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bird_type) ).

fof(pel47,conjecture,
    ? [X2,X3] :
      ( animal(X2)
      & animal(X3)
      & ? [X5] :
          ( grain(X5)
          & eats(X3,X5)
          & eats(X2,X3) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47) ).

fof(fox_type,axiom,
    ? [X1] : fox(X1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fox_type) ).

fof(pel47_11,axiom,
    ! [X2,X3] :
      ( ( wolf(X2)
        & fox(X3) )
     => ~ eats(X2,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_11) ).

fof(pel47_10,axiom,
    ! [X2,X3] :
      ( ( fox(X2)
        & wolf(X3) )
     => much_smaller(X2,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_10) ).

fof(pel47_1_1,axiom,
    ! [X2] :
      ( wolf(X2)
     => animal(X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_1_1) ).

fof(pel47_11a,axiom,
    ! [X2,X3] :
      ( ( wolf(X2)
        & grain(X3) )
     => ~ eats(X2,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pel47_11a) ).

fof(wolf_type,axiom,
    ? [X1] : wolf(X1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wolf_type) ).

fof(c_0_19,plain,
    ! [X2,X3] :
      ( ( bird(X2)
        & snail(X3) )
     => ~ eats(X2,X3) ),
    inference(fof_simplification,[status(thm)],[pel47_13]) ).

fof(c_0_20,plain,
    ! [X18,X19,X20,X21] :
      ( ~ animal(X18)
      | ~ plant(X19)
      | eats(X18,X19)
      | ~ animal(X20)
      | ~ much_smaller(X20,X18)
      | ~ plant(X21)
      | ~ eats(X20,X21)
      | eats(X18,X20) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_7])])]) ).

fof(c_0_21,plain,
    ! [X22,X23] :
      ( ~ bird(X22)
      | ~ snail(X23)
      | much_smaller(X23,X22) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_8])]) ).

fof(c_0_22,plain,
    ! [X13] :
      ( ~ bird(X13)
      | animal(X13) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_3_1])]) ).

fof(c_0_23,plain,
    ! [X15] :
      ( ~ snail(X15)
      | animal(X15) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_4_2])]) ).

fof(c_0_24,plain,
    ! [X36,X37] :
      ( ~ bird(X36)
      | ~ snail(X37)
      | ~ eats(X36,X37) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_19])]) ).

cnf(c_0_25,plain,
    ( eats(X1,X2)
    | eats(X1,X3)
    | ~ animal(X1)
    | ~ plant(X2)
    | ~ animal(X3)
    | ~ much_smaller(X3,X1)
    | ~ plant(X4)
    | ~ eats(X3,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_26,plain,
    ( much_smaller(X2,X1)
    | ~ bird(X1)
    | ~ snail(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_27,plain,
    ( animal(X1)
    | ~ bird(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_28,plain,
    ( animal(X1)
    | ~ snail(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_29,plain,
    ( ~ bird(X1)
    | ~ snail(X2)
    | ~ eats(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

fof(c_0_30,plain,
    ! [X40] :
      ( ( plant(esk8_1(X40))
        | ~ snail(X40) )
      & ( eats(X40,esk8_1(X40))
        | ~ snail(X40) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_14a])])])]) ).

fof(c_0_31,plain,
    ! [X17] :
      ( ~ grain(X17)
      | plant(X17) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_6_2])]) ).

fof(c_0_32,plain,
    grain(esk6_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[grain_type])]) ).

cnf(c_0_33,plain,
    ( eats(X1,X2)
    | ~ eats(X3,X4)
    | ~ plant(X4)
    | ~ plant(X2)
    | ~ snail(X3)
    | ~ bird(X1) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_26]),c_0_27]),c_0_28]),c_0_29]) ).

cnf(c_0_34,plain,
    ( eats(X1,esk8_1(X1))
    | ~ snail(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_35,plain,
    ( plant(esk8_1(X1))
    | ~ snail(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_36,plain,
    ( plant(X1)
    | ~ grain(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_31]) ).

cnf(c_0_37,plain,
    grain(esk6_0),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_38,plain,
    ( eats(X1,X2)
    | ~ plant(X2)
    | ~ snail(X3)
    | ~ bird(X1) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_34]),c_0_35]) ).

cnf(c_0_39,plain,
    plant(esk6_0),
    inference(spm,[status(thm)],[c_0_36,c_0_37]) ).

fof(c_0_40,plain,
    snail(esk5_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[snail_type])]) ).

fof(c_0_41,plain,
    ! [X26,X27] :
      ( ~ bird(X26)
      | ~ fox(X27)
      | much_smaller(X26,X27) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_9])]) ).

fof(c_0_42,plain,
    ! [X12] :
      ( ~ fox(X12)
      | animal(X12) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_2_1])]) ).

cnf(c_0_43,plain,
    ( eats(X1,esk6_0)
    | ~ snail(X2)
    | ~ bird(X1) ),
    inference(spm,[status(thm)],[c_0_38,c_0_39]) ).

cnf(c_0_44,plain,
    snail(esk5_0),
    inference(split_conjunct,[status(thm)],[c_0_40]) ).

fof(c_0_45,plain,
    bird(esk3_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[bird_type])]) ).

fof(c_0_46,negated_conjecture,
    ~ ? [X2,X3] :
        ( animal(X2)
        & animal(X3)
        & ? [X5] :
            ( grain(X5)
            & eats(X3,X5)
            & eats(X2,X3) ) ),
    inference(assume_negation,[status(cth)],[pel47]) ).

cnf(c_0_47,plain,
    ( much_smaller(X1,X2)
    | ~ bird(X1)
    | ~ fox(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

cnf(c_0_48,plain,
    ( animal(X1)
    | ~ fox(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_42]) ).

cnf(c_0_49,plain,
    ( eats(X1,esk6_0)
    | ~ bird(X1) ),
    inference(spm,[status(thm)],[c_0_43,c_0_44]) ).

cnf(c_0_50,plain,
    bird(esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_45]) ).

fof(c_0_51,negated_conjecture,
    ! [X42,X43,X44] :
      ( ~ animal(X42)
      | ~ animal(X43)
      | ~ grain(X44)
      | ~ eats(X43,X44)
      | ~ eats(X42,X43) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_46])])]) ).

fof(c_0_52,plain,
    fox(esk2_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[fox_type])]) ).

fof(c_0_53,plain,
    ! [X2,X3] :
      ( ( wolf(X2)
        & fox(X3) )
     => ~ eats(X2,X3) ),
    inference(fof_simplification,[status(thm)],[pel47_11]) ).

cnf(c_0_54,plain,
    ( eats(X1,X2)
    | eats(X1,X3)
    | ~ eats(X3,X4)
    | ~ plant(X4)
    | ~ plant(X2)
    | ~ bird(X3)
    | ~ fox(X1) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_47]),c_0_48]),c_0_27]) ).

cnf(c_0_55,plain,
    eats(esk3_0,esk6_0),
    inference(spm,[status(thm)],[c_0_49,c_0_50]) ).

cnf(c_0_56,negated_conjecture,
    ( ~ animal(X1)
    | ~ animal(X2)
    | ~ grain(X3)
    | ~ eats(X2,X3)
    | ~ eats(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_51]) ).

cnf(c_0_57,plain,
    animal(esk3_0),
    inference(spm,[status(thm)],[c_0_27,c_0_50]) ).

cnf(c_0_58,plain,
    fox(esk2_0),
    inference(split_conjunct,[status(thm)],[c_0_52]) ).

fof(c_0_59,plain,
    ! [X28,X29] :
      ( ~ fox(X28)
      | ~ wolf(X29)
      | much_smaller(X28,X29) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_10])]) ).

fof(c_0_60,plain,
    ! [X11] :
      ( ~ wolf(X11)
      | animal(X11) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[pel47_1_1])]) ).

fof(c_0_61,plain,
    ! [X30,X31] :
      ( ~ wolf(X30)
      | ~ fox(X31)
      | ~ eats(X30,X31) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_53])]) ).

cnf(c_0_62,plain,
    ( eats(X1,esk3_0)
    | eats(X1,X2)
    | ~ plant(X2)
    | ~ fox(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_54,c_0_55]),c_0_39]),c_0_50])]) ).

cnf(c_0_63,negated_conjecture,
    ( ~ eats(X1,esk3_0)
    | ~ animal(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_56,c_0_55]),c_0_37]),c_0_57])]) ).

cnf(c_0_64,plain,
    animal(esk2_0),
    inference(spm,[status(thm)],[c_0_48,c_0_58]) ).

cnf(c_0_65,plain,
    ( much_smaller(X1,X2)
    | ~ fox(X1)
    | ~ wolf(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_66,plain,
    ( animal(X1)
    | ~ wolf(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_60]) ).

cnf(c_0_67,plain,
    ( ~ wolf(X1)
    | ~ fox(X2)
    | ~ eats(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_61]) ).

cnf(c_0_68,plain,
    ( eats(X1,esk6_0)
    | eats(X1,esk3_0)
    | ~ fox(X1) ),
    inference(spm,[status(thm)],[c_0_62,c_0_39]) ).

cnf(c_0_69,negated_conjecture,
    ~ eats(esk2_0,esk3_0),
    inference(spm,[status(thm)],[c_0_63,c_0_64]) ).

cnf(c_0_70,plain,
    ( eats(X1,X2)
    | ~ eats(X3,X4)
    | ~ plant(X4)
    | ~ plant(X2)
    | ~ fox(X3)
    | ~ wolf(X1) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_65]),c_0_66]),c_0_48]),c_0_67]) ).

cnf(c_0_71,plain,
    eats(esk2_0,esk6_0),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_68,c_0_58]),c_0_69]) ).

fof(c_0_72,plain,
    ! [X2,X3] :
      ( ( wolf(X2)
        & grain(X3) )
     => ~ eats(X2,X3) ),
    inference(fof_simplification,[status(thm)],[pel47_11a]) ).

cnf(c_0_73,plain,
    ( eats(X1,X2)
    | ~ plant(X2)
    | ~ wolf(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_70,c_0_71]),c_0_39]),c_0_58])]) ).

fof(c_0_74,plain,
    wolf(esk1_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[wolf_type])]) ).

fof(c_0_75,plain,
    ! [X32,X33] :
      ( ~ wolf(X32)
      | ~ grain(X33)
      | ~ eats(X32,X33) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_72])]) ).

cnf(c_0_76,plain,
    ( eats(X1,esk6_0)
    | ~ wolf(X1) ),
    inference(spm,[status(thm)],[c_0_73,c_0_39]) ).

cnf(c_0_77,plain,
    wolf(esk1_0),
    inference(split_conjunct,[status(thm)],[c_0_74]) ).

cnf(c_0_78,plain,
    ( ~ wolf(X1)
    | ~ grain(X2)
    | ~ eats(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_75]) ).

cnf(c_0_79,plain,
    eats(esk1_0,esk6_0),
    inference(spm,[status(thm)],[c_0_76,c_0_77]) ).

cnf(c_0_80,plain,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_78,c_0_79]),c_0_37]),c_0_77])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem    : PUZ031+2 : TPTP v8.1.2. Released v4.1.0.
% 0.00/0.14  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.14/0.35  % Computer : n024.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit   : 300
% 0.14/0.35  % WCLimit    : 300
% 0.14/0.35  % DateTime   : Sat Aug 26 22:12:09 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.21/0.57  start to proof: theBenchmark
% 0.21/0.59  % Version  : CSE_E---1.5
% 0.21/0.59  % Problem  : theBenchmark.p
% 0.21/0.59  % Proof found
% 0.21/0.59  % SZS status Theorem for theBenchmark.p
% 0.21/0.59  % SZS output start Proof
% See solution above
% 0.21/0.59  % Total time : 0.010000 s
% 0.21/0.59  % SZS output end Proof
% 0.21/0.59  % Total time : 0.013000 s
%------------------------------------------------------------------------------