TSTP Solution File: PHI015+1 by SInE---0.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SInE---0.4
% Problem  : PHI015+1 : TPTP v7.2.0. Released v7.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : Source/sine.py -e eprover -t %d %s

% Computer : n112.star.cs.uiowa.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory   : 32218.625MB
% OS       : Linux 3.10.0-693.2.2.el7.x86_64
% CPULimit : 300s
% DateTime : Tue May 29 12:48:21 EDT 2018

% Result   : Theorem 0.07s
% Output   : CNFRefutation 0.07s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :    7
% Syntax   : Number of formulae    :   60 (  10 unt;   0 def)
%            Number of atoms       :  392 (  11 equ)
%            Maximal formula atoms :   74 (   6 avg)
%            Number of connectives :  558 ( 226   ~; 232   |;  88   &)
%                                         (   2 <=>;  10  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   21 (   6 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    8 (   6 usr;   1 prp; 0-3 aty)
%            Number of functors    :    9 (   9 usr;   5 con; 0-4 aty)
%            Number of variables   :  120 (   3 sgn  62   !;  12   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(1,axiom,
    ! [X1,X2] :
      ( is_the(X1,X2)
     => ( property(X2)
        & object(X1) ) ),
    file('/export/starexec/sandbox2/tmp/tmp5oWTOz/sel_theBenchmark.p_1',description_is_property_and_described_is_object) ).

fof(2,axiom,
    is_the(god,none_greater),
    file('/export/starexec/sandbox2/tmp/tmp5oWTOz/sel_theBenchmark.p_1',definition_god) ).

fof(4,axiom,
    ! [X1,X2] :
      ( exemplifies_property(X2,X1)
     => ( property(X2)
        & object(X1) ) ),
    file('/export/starexec/sandbox2/tmp/tmp5oWTOz/sel_theBenchmark.p_1',exemplifier_is_object_and_exemplified_is_property) ).

fof(5,axiom,
    ! [X1] :
      ( object(X1)
     => ( exemplifies_property(none_greater,X1)
      <=> ( exemplifies_property(conceivable,X1)
          & ~ ? [X3] :
                ( object(X3)
                & exemplifies_relation(greater_than,X3,X1)
                & exemplifies_property(conceivable,X3) ) ) ) ),
    file('/export/starexec/sandbox2/tmp/tmp5oWTOz/sel_theBenchmark.p_1',definition_none_greater) ).

fof(8,conjecture,
    exemplifies_property(existence,god),
    file('/export/starexec/sandbox2/tmp/tmp5oWTOz/sel_theBenchmark.p_1',god_exists) ).

fof(10,axiom,
    ! [X2,X1,X6] :
      ( ( property(X2)
        & object(X1)
        & object(X6) )
     => ( ( is_the(X1,X2)
          & equal(X1,X6) )
      <=> ? [X3] :
            ( object(X3)
            & exemplifies_property(X2,X3)
            & ! [X5] :
                ( object(X5)
               => ( exemplifies_property(X2,X5)
                 => equal(X5,X3) ) )
            & equal(X3,X6) ) ) ),
    file('/export/starexec/sandbox2/tmp/tmp5oWTOz/sel_theBenchmark.p_1',description_axiom_identity_instance) ).

fof(11,axiom,
    ! [X1] :
      ( object(X1)
     => ( ( is_the(X1,none_greater)
          & ~ exemplifies_property(existence,X1) )
       => ? [X3] :
            ( object(X3)
            & exemplifies_relation(greater_than,X3,X1)
            & exemplifies_property(conceivable,X3) ) ) ),
    file('/export/starexec/sandbox2/tmp/tmp5oWTOz/sel_theBenchmark.p_1',premise_2) ).

fof(12,negated_conjecture,
    ~ exemplifies_property(existence,god),
    inference(assume_negation,[status(cth)],[8]) ).

fof(14,negated_conjecture,
    ~ exemplifies_property(existence,god),
    inference(fof_simplification,[status(thm)],[12,theory(equality)]) ).

fof(15,plain,
    ! [X1] :
      ( object(X1)
     => ( ( is_the(X1,none_greater)
          & ~ exemplifies_property(existence,X1) )
       => ? [X3] :
            ( object(X3)
            & exemplifies_relation(greater_than,X3,X1)
            & exemplifies_property(conceivable,X3) ) ) ),
    inference(fof_simplification,[status(thm)],[11,theory(equality)]) ).

fof(16,plain,
    ! [X1,X2] :
      ( ~ is_the(X1,X2)
      | ( property(X2)
        & object(X1) ) ),
    inference(fof_nnf,[status(thm)],[1]) ).

fof(17,plain,
    ! [X3,X4] :
      ( ~ is_the(X3,X4)
      | ( property(X4)
        & object(X3) ) ),
    inference(variable_rename,[status(thm)],[16]) ).

fof(18,plain,
    ! [X3,X4] :
      ( ( property(X4)
        | ~ is_the(X3,X4) )
      & ( object(X3)
        | ~ is_the(X3,X4) ) ),
    inference(distribute,[status(thm)],[17]) ).

cnf(19,plain,
    ( object(X1)
    | ~ is_the(X1,X2) ),
    inference(split_conjunct,[status(thm)],[18]) ).

cnf(20,plain,
    ( property(X2)
    | ~ is_the(X1,X2) ),
    inference(split_conjunct,[status(thm)],[18]) ).

cnf(21,plain,
    is_the(god,none_greater),
    inference(split_conjunct,[status(thm)],[2]) ).

fof(25,plain,
    ! [X1,X2] :
      ( ~ exemplifies_property(X2,X1)
      | ( property(X2)
        & object(X1) ) ),
    inference(fof_nnf,[status(thm)],[4]) ).

fof(26,plain,
    ! [X3,X4] :
      ( ~ exemplifies_property(X4,X3)
      | ( property(X4)
        & object(X3) ) ),
    inference(variable_rename,[status(thm)],[25]) ).

fof(27,plain,
    ! [X3,X4] :
      ( ( property(X4)
        | ~ exemplifies_property(X4,X3) )
      & ( object(X3)
        | ~ exemplifies_property(X4,X3) ) ),
    inference(distribute,[status(thm)],[26]) ).

cnf(28,plain,
    ( object(X2)
    | ~ exemplifies_property(X1,X2) ),
    inference(split_conjunct,[status(thm)],[27]) ).

fof(30,plain,
    ! [X1] :
      ( ~ object(X1)
      | ( ( ~ exemplifies_property(none_greater,X1)
          | ( exemplifies_property(conceivable,X1)
            & ! [X3] :
                ( ~ object(X3)
                | ~ exemplifies_relation(greater_than,X3,X1)
                | ~ exemplifies_property(conceivable,X3) ) ) )
        & ( ~ exemplifies_property(conceivable,X1)
          | ? [X3] :
              ( object(X3)
              & exemplifies_relation(greater_than,X3,X1)
              & exemplifies_property(conceivable,X3) )
          | exemplifies_property(none_greater,X1) ) ) ),
    inference(fof_nnf,[status(thm)],[5]) ).

fof(31,plain,
    ! [X4] :
      ( ~ object(X4)
      | ( ( ~ exemplifies_property(none_greater,X4)
          | ( exemplifies_property(conceivable,X4)
            & ! [X5] :
                ( ~ object(X5)
                | ~ exemplifies_relation(greater_than,X5,X4)
                | ~ exemplifies_property(conceivable,X5) ) ) )
        & ( ~ exemplifies_property(conceivable,X4)
          | ? [X6] :
              ( object(X6)
              & exemplifies_relation(greater_than,X6,X4)
              & exemplifies_property(conceivable,X6) )
          | exemplifies_property(none_greater,X4) ) ) ),
    inference(variable_rename,[status(thm)],[30]) ).

fof(32,plain,
    ! [X4] :
      ( ~ object(X4)
      | ( ( ~ exemplifies_property(none_greater,X4)
          | ( exemplifies_property(conceivable,X4)
            & ! [X5] :
                ( ~ object(X5)
                | ~ exemplifies_relation(greater_than,X5,X4)
                | ~ exemplifies_property(conceivable,X5) ) ) )
        & ( ~ exemplifies_property(conceivable,X4)
          | ( object(esk1_1(X4))
            & exemplifies_relation(greater_than,esk1_1(X4),X4)
            & exemplifies_property(conceivable,esk1_1(X4)) )
          | exemplifies_property(none_greater,X4) ) ) ),
    inference(skolemize,[status(esa)],[31]) ).

fof(33,plain,
    ! [X4,X5] :
      ( ( ( ( ( ~ object(X5)
              | ~ exemplifies_relation(greater_than,X5,X4)
              | ~ exemplifies_property(conceivable,X5) )
            & exemplifies_property(conceivable,X4) )
          | ~ exemplifies_property(none_greater,X4) )
        & ( ~ exemplifies_property(conceivable,X4)
          | ( object(esk1_1(X4))
            & exemplifies_relation(greater_than,esk1_1(X4),X4)
            & exemplifies_property(conceivable,esk1_1(X4)) )
          | exemplifies_property(none_greater,X4) ) )
      | ~ object(X4) ),
    inference(shift_quantors,[status(thm)],[32]) ).

fof(34,plain,
    ! [X4,X5] :
      ( ( ~ object(X5)
        | ~ exemplifies_relation(greater_than,X5,X4)
        | ~ exemplifies_property(conceivable,X5)
        | ~ exemplifies_property(none_greater,X4)
        | ~ object(X4) )
      & ( exemplifies_property(conceivable,X4)
        | ~ exemplifies_property(none_greater,X4)
        | ~ object(X4) )
      & ( object(esk1_1(X4))
        | ~ exemplifies_property(conceivable,X4)
        | exemplifies_property(none_greater,X4)
        | ~ object(X4) )
      & ( exemplifies_relation(greater_than,esk1_1(X4),X4)
        | ~ exemplifies_property(conceivable,X4)
        | exemplifies_property(none_greater,X4)
        | ~ object(X4) )
      & ( exemplifies_property(conceivable,esk1_1(X4))
        | ~ exemplifies_property(conceivable,X4)
        | exemplifies_property(none_greater,X4)
        | ~ object(X4) ) ),
    inference(distribute,[status(thm)],[33]) ).

cnf(39,plain,
    ( ~ object(X1)
    | ~ exemplifies_property(none_greater,X1)
    | ~ exemplifies_property(conceivable,X2)
    | ~ exemplifies_relation(greater_than,X2,X1)
    | ~ object(X2) ),
    inference(split_conjunct,[status(thm)],[34]) ).

cnf(58,negated_conjecture,
    ~ exemplifies_property(existence,god),
    inference(split_conjunct,[status(thm)],[14]) ).

fof(63,plain,
    ! [X2,X1,X6] :
      ( ~ property(X2)
      | ~ object(X1)
      | ~ object(X6)
      | ( ( ~ is_the(X1,X2)
          | ~ equal(X1,X6)
          | ? [X3] :
              ( object(X3)
              & exemplifies_property(X2,X3)
              & ! [X5] :
                  ( ~ object(X5)
                  | ~ exemplifies_property(X2,X5)
                  | equal(X5,X3) )
              & equal(X3,X6) ) )
        & ( ! [X3] :
              ( ~ object(X3)
              | ~ exemplifies_property(X2,X3)
              | ? [X5] :
                  ( object(X5)
                  & exemplifies_property(X2,X5)
                  & ~ equal(X5,X3) )
              | ~ equal(X3,X6) )
          | ( is_the(X1,X2)
            & equal(X1,X6) ) ) ) ),
    inference(fof_nnf,[status(thm)],[10]) ).

fof(64,plain,
    ! [X7,X8,X9] :
      ( ~ property(X7)
      | ~ object(X8)
      | ~ object(X9)
      | ( ( ~ is_the(X8,X7)
          | ~ equal(X8,X9)
          | ? [X10] :
              ( object(X10)
              & exemplifies_property(X7,X10)
              & ! [X11] :
                  ( ~ object(X11)
                  | ~ exemplifies_property(X7,X11)
                  | equal(X11,X10) )
              & equal(X10,X9) ) )
        & ( ! [X12] :
              ( ~ object(X12)
              | ~ exemplifies_property(X7,X12)
              | ? [X13] :
                  ( object(X13)
                  & exemplifies_property(X7,X13)
                  & ~ equal(X13,X12) )
              | ~ equal(X12,X9) )
          | ( is_the(X8,X7)
            & equal(X8,X9) ) ) ) ),
    inference(variable_rename,[status(thm)],[63]) ).

fof(65,plain,
    ! [X7,X8,X9] :
      ( ~ property(X7)
      | ~ object(X8)
      | ~ object(X9)
      | ( ( ~ is_the(X8,X7)
          | ~ equal(X8,X9)
          | ( object(esk5_3(X7,X8,X9))
            & exemplifies_property(X7,esk5_3(X7,X8,X9))
            & ! [X11] :
                ( ~ object(X11)
                | ~ exemplifies_property(X7,X11)
                | equal(X11,esk5_3(X7,X8,X9)) )
            & equal(esk5_3(X7,X8,X9),X9) ) )
        & ( ! [X12] :
              ( ~ object(X12)
              | ~ exemplifies_property(X7,X12)
              | ( object(esk6_4(X7,X8,X9,X12))
                & exemplifies_property(X7,esk6_4(X7,X8,X9,X12))
                & ~ equal(esk6_4(X7,X8,X9,X12),X12) )
              | ~ equal(X12,X9) )
          | ( is_the(X8,X7)
            & equal(X8,X9) ) ) ) ),
    inference(skolemize,[status(esa)],[64]) ).

fof(66,plain,
    ! [X7,X8,X9,X11,X12] :
      ( ( ( ~ object(X12)
          | ~ exemplifies_property(X7,X12)
          | ( object(esk6_4(X7,X8,X9,X12))
            & exemplifies_property(X7,esk6_4(X7,X8,X9,X12))
            & ~ equal(esk6_4(X7,X8,X9,X12),X12) )
          | ~ equal(X12,X9)
          | ( is_the(X8,X7)
            & equal(X8,X9) ) )
        & ( ( ( ~ object(X11)
              | ~ exemplifies_property(X7,X11)
              | equal(X11,esk5_3(X7,X8,X9)) )
            & object(esk5_3(X7,X8,X9))
            & exemplifies_property(X7,esk5_3(X7,X8,X9))
            & equal(esk5_3(X7,X8,X9),X9) )
          | ~ is_the(X8,X7)
          | ~ equal(X8,X9) ) )
      | ~ property(X7)
      | ~ object(X8)
      | ~ object(X9) ),
    inference(shift_quantors,[status(thm)],[65]) ).

fof(67,plain,
    ! [X7,X8,X9,X11,X12] :
      ( ( is_the(X8,X7)
        | object(esk6_4(X7,X8,X9,X12))
        | ~ object(X12)
        | ~ exemplifies_property(X7,X12)
        | ~ equal(X12,X9)
        | ~ property(X7)
        | ~ object(X8)
        | ~ object(X9) )
      & ( equal(X8,X9)
        | object(esk6_4(X7,X8,X9,X12))
        | ~ object(X12)
        | ~ exemplifies_property(X7,X12)
        | ~ equal(X12,X9)
        | ~ property(X7)
        | ~ object(X8)
        | ~ object(X9) )
      & ( is_the(X8,X7)
        | exemplifies_property(X7,esk6_4(X7,X8,X9,X12))
        | ~ object(X12)
        | ~ exemplifies_property(X7,X12)
        | ~ equal(X12,X9)
        | ~ property(X7)
        | ~ object(X8)
        | ~ object(X9) )
      & ( equal(X8,X9)
        | exemplifies_property(X7,esk6_4(X7,X8,X9,X12))
        | ~ object(X12)
        | ~ exemplifies_property(X7,X12)
        | ~ equal(X12,X9)
        | ~ property(X7)
        | ~ object(X8)
        | ~ object(X9) )
      & ( is_the(X8,X7)
        | ~ equal(esk6_4(X7,X8,X9,X12),X12)
        | ~ object(X12)
        | ~ exemplifies_property(X7,X12)
        | ~ equal(X12,X9)
        | ~ property(X7)
        | ~ object(X8)
        | ~ object(X9) )
      & ( equal(X8,X9)
        | ~ equal(esk6_4(X7,X8,X9,X12),X12)
        | ~ object(X12)
        | ~ exemplifies_property(X7,X12)
        | ~ equal(X12,X9)
        | ~ property(X7)
        | ~ object(X8)
        | ~ object(X9) )
      & ( ~ object(X11)
        | ~ exemplifies_property(X7,X11)
        | equal(X11,esk5_3(X7,X8,X9))
        | ~ is_the(X8,X7)
        | ~ equal(X8,X9)
        | ~ property(X7)
        | ~ object(X8)
        | ~ object(X9) )
      & ( object(esk5_3(X7,X8,X9))
        | ~ is_the(X8,X7)
        | ~ equal(X8,X9)
        | ~ property(X7)
        | ~ object(X8)
        | ~ object(X9) )
      & ( exemplifies_property(X7,esk5_3(X7,X8,X9))
        | ~ is_the(X8,X7)
        | ~ equal(X8,X9)
        | ~ property(X7)
        | ~ object(X8)
        | ~ object(X9) )
      & ( equal(esk5_3(X7,X8,X9),X9)
        | ~ is_the(X8,X7)
        | ~ equal(X8,X9)
        | ~ property(X7)
        | ~ object(X8)
        | ~ object(X9) ) ),
    inference(distribute,[status(thm)],[66]) ).

cnf(68,plain,
    ( esk5_3(X3,X2,X1) = X1
    | ~ object(X1)
    | ~ object(X2)
    | ~ property(X3)
    | X2 != X1
    | ~ is_the(X2,X3) ),
    inference(split_conjunct,[status(thm)],[67]) ).

cnf(69,plain,
    ( exemplifies_property(X3,esk5_3(X3,X2,X1))
    | ~ object(X1)
    | ~ object(X2)
    | ~ property(X3)
    | X2 != X1
    | ~ is_the(X2,X3) ),
    inference(split_conjunct,[status(thm)],[67]) ).

fof(78,plain,
    ! [X1] :
      ( ~ object(X1)
      | ~ is_the(X1,none_greater)
      | exemplifies_property(existence,X1)
      | ? [X3] :
          ( object(X3)
          & exemplifies_relation(greater_than,X3,X1)
          & exemplifies_property(conceivable,X3) ) ),
    inference(fof_nnf,[status(thm)],[15]) ).

fof(79,plain,
    ! [X4] :
      ( ~ object(X4)
      | ~ is_the(X4,none_greater)
      | exemplifies_property(existence,X4)
      | ? [X5] :
          ( object(X5)
          & exemplifies_relation(greater_than,X5,X4)
          & exemplifies_property(conceivable,X5) ) ),
    inference(variable_rename,[status(thm)],[78]) ).

fof(80,plain,
    ! [X4] :
      ( ~ object(X4)
      | ~ is_the(X4,none_greater)
      | exemplifies_property(existence,X4)
      | ( object(esk7_1(X4))
        & exemplifies_relation(greater_than,esk7_1(X4),X4)
        & exemplifies_property(conceivable,esk7_1(X4)) ) ),
    inference(skolemize,[status(esa)],[79]) ).

fof(81,plain,
    ! [X4] :
      ( ( object(esk7_1(X4))
        | ~ is_the(X4,none_greater)
        | exemplifies_property(existence,X4)
        | ~ object(X4) )
      & ( exemplifies_relation(greater_than,esk7_1(X4),X4)
        | ~ is_the(X4,none_greater)
        | exemplifies_property(existence,X4)
        | ~ object(X4) )
      & ( exemplifies_property(conceivable,esk7_1(X4))
        | ~ is_the(X4,none_greater)
        | exemplifies_property(existence,X4)
        | ~ object(X4) ) ),
    inference(distribute,[status(thm)],[80]) ).

cnf(82,plain,
    ( exemplifies_property(existence,X1)
    | exemplifies_property(conceivable,esk7_1(X1))
    | ~ object(X1)
    | ~ is_the(X1,none_greater) ),
    inference(split_conjunct,[status(thm)],[81]) ).

cnf(83,plain,
    ( exemplifies_property(existence,X1)
    | exemplifies_relation(greater_than,esk7_1(X1),X1)
    | ~ object(X1)
    | ~ is_the(X1,none_greater) ),
    inference(split_conjunct,[status(thm)],[81]) ).

cnf(98,plain,
    ( exemplifies_property(conceivable,esk7_1(X1))
    | exemplifies_property(existence,X1)
    | ~ is_the(X1,none_greater) ),
    inference(csr,[status(thm)],[82,19]) ).

cnf(102,plain,
    ( exemplifies_relation(greater_than,esk7_1(X1),X1)
    | exemplifies_property(existence,X1)
    | ~ is_the(X1,none_greater) ),
    inference(csr,[status(thm)],[83,19]) ).

cnf(103,plain,
    ( ~ exemplifies_relation(greater_than,X2,X1)
    | ~ exemplifies_property(none_greater,X1)
    | ~ exemplifies_property(conceivable,X2)
    | ~ object(X2) ),
    inference(csr,[status(thm)],[39,28]) ).

cnf(104,plain,
    ( ~ exemplifies_relation(greater_than,X2,X1)
    | ~ exemplifies_property(none_greater,X1)
    | ~ exemplifies_property(conceivable,X2) ),
    inference(csr,[status(thm)],[103,28]) ).

cnf(106,plain,
    ( exemplifies_property(existence,X1)
    | ~ exemplifies_property(none_greater,X1)
    | ~ exemplifies_property(conceivable,esk7_1(X1))
    | ~ is_the(X1,none_greater) ),
    inference(spm,[status(thm)],[104,102,theory(equality)]) ).

cnf(107,plain,
    ( esk5_3(X3,X2,X1) = X1
    | X1 != X2
    | ~ object(X1)
    | ~ property(X3)
    | ~ is_the(X2,X3) ),
    inference(csr,[status(thm)],[68,19]) ).

cnf(108,plain,
    ( esk5_3(X3,X2,X1) = X1
    | X1 != X2
    | ~ object(X1)
    | ~ is_the(X2,X3) ),
    inference(csr,[status(thm)],[107,20]) ).

cnf(109,plain,
    ( esk5_3(X1,X2,X2) = X2
    | ~ object(X2)
    | ~ is_the(X2,X1) ),
    inference(er,[status(thm)],[108,theory(equality)]) ).

cnf(113,plain,
    ( exemplifies_property(X3,esk5_3(X3,X2,X1))
    | X1 != X2
    | ~ object(X1)
    | ~ property(X3)
    | ~ is_the(X2,X3) ),
    inference(csr,[status(thm)],[69,19]) ).

cnf(114,plain,
    ( exemplifies_property(X3,esk5_3(X3,X2,X1))
    | X1 != X2
    | ~ object(X1)
    | ~ is_the(X2,X3) ),
    inference(csr,[status(thm)],[113,20]) ).

cnf(115,plain,
    ( exemplifies_property(X1,esk5_3(X1,X2,X2))
    | ~ object(X2)
    | ~ is_the(X2,X1) ),
    inference(er,[status(thm)],[114,theory(equality)]) ).

cnf(191,plain,
    ( exemplifies_property(existence,X1)
    | ~ exemplifies_property(none_greater,X1)
    | ~ is_the(X1,none_greater) ),
    inference(csr,[status(thm)],[106,98]) ).

cnf(192,plain,
    ( exemplifies_property(existence,god)
    | ~ exemplifies_property(none_greater,god) ),
    inference(spm,[status(thm)],[191,21,theory(equality)]) ).

cnf(193,plain,
    ~ exemplifies_property(none_greater,god),
    inference(sr,[status(thm)],[192,58,theory(equality)]) ).

cnf(208,plain,
    ( esk5_3(X1,X2,X2) = X2
    | ~ is_the(X2,X1) ),
    inference(csr,[status(thm)],[109,19]) ).

cnf(209,plain,
    ( exemplifies_property(X1,esk5_3(X1,X2,X2))
    | ~ is_the(X2,X1) ),
    inference(csr,[status(thm)],[115,19]) ).

cnf(213,plain,
    ( exemplifies_property(X1,X2)
    | ~ is_the(X2,X1) ),
    inference(spm,[status(thm)],[209,208,theory(equality)]) ).

cnf(214,plain,
    exemplifies_property(none_greater,god),
    inference(spm,[status(thm)],[213,21,theory(equality)]) ).

cnf(215,plain,
    $false,
    inference(sr,[status(thm)],[214,193,theory(equality)]) ).

cnf(216,plain,
    $false,
    215,
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.03  % Problem  : PHI015+1 : TPTP v7.2.0. Released v7.2.0.
% 0.00/0.04  % Command  : Source/sine.py -e eprover -t %d %s
% 0.02/0.23  % Computer : n112.star.cs.uiowa.edu
% 0.02/0.23  % Model    : x86_64 x86_64
% 0.02/0.23  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.02/0.23  % Memory   : 32218.625MB
% 0.02/0.23  % OS       : Linux 3.10.0-693.2.2.el7.x86_64
% 0.02/0.23  % CPULimit : 300
% 0.02/0.23  % DateTime : Tue May 29 11:10:59 CDT 2018
% 0.02/0.23  % CPUTime  : 
% 0.02/0.28  % SZS status Started for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.02/0.28  --creating new selector for []
% 0.07/0.34  -running prover on /export/starexec/sandbox2/tmp/tmp5oWTOz/sel_theBenchmark.p_1 with time limit 29
% 0.07/0.34  -running prover with command ['/export/starexec/sandbox2/solver/bin/Source/./Source/PROVER/eproof.working', '-s', '-tLPO4', '-xAuto', '-tAuto', '--memory-limit=768', '--tptp3-format', '--cpu-limit=29', '/export/starexec/sandbox2/tmp/tmp5oWTOz/sel_theBenchmark.p_1']
% 0.07/0.34  -prover status Theorem
% 0.07/0.34  Problem theBenchmark.p solved in phase 0.
% 0.07/0.34  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.07/0.34  % SZS status Ended for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.07/0.34  Solved 1 out of 1.
% 0.07/0.34  # Problem is unsatisfiable (or provable), constructing proof object
% 0.07/0.34  # SZS status Theorem
% 0.07/0.34  # SZS output start CNFRefutation.
% See solution above
% 0.07/0.35  # SZS output end CNFRefutation
%------------------------------------------------------------------------------