TSTP Solution File: CSR019+1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : CSR019+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% Computer : n003.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Aug 30 18:53:19 EDT 2023

% Result   : Theorem 0.19s 0.64s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   46
% Syntax   : Number of formulae    :   70 (  10 unt;  39 typ;   0 def)
%            Number of atoms       :  476 ( 244 equ)
%            Maximal formula atoms :  149 (  15 avg)
%            Number of connectives :  608 ( 163   ~; 316   |; 121   &)
%                                         (   6 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   37 (   7 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   64 (  24   >;  40   *;   0   +;   0  <<)
%            Number of predicates  :   17 (  15 usr;   1 prp; 0-4 aty)
%            Number of functors    :   24 (  24 usr;  15 con; 0-3 aty)
%            Number of variables   :   59 (   3 sgn;  37   !;   0   ?;   0   :)

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

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

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

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

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

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

tff(decl_28,type,
    n0: $i ).

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

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

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

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

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

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

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

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

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

tff(decl_38,type,
    pull: $i ).

tff(decl_39,type,
    backwards: $i ).

tff(decl_40,type,
    spinning: $i ).

tff(decl_41,type,
    n2: $i ).

tff(decl_42,type,
    n3: $i ).

tff(decl_43,type,
    n4: $i ).

tff(decl_44,type,
    n5: $i ).

tff(decl_45,type,
    n6: $i ).

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

tff(decl_47,type,
    n7: $i ).

tff(decl_48,type,
    n8: $i ).

tff(decl_49,type,
    n9: $i ).

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

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

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

tff(decl_53,type,
    esk1_3: ( $i * $i * $i ) > $i ).

tff(decl_54,type,
    esk2_3: ( $i * $i * $i ) > $i ).

tff(decl_55,type,
    esk3_3: ( $i * $i * $i ) > $i ).

tff(decl_56,type,
    esk4_3: ( $i * $i * $i ) > $i ).

tff(decl_57,type,
    esk5_2: ( $i * $i ) > $i ).

tff(decl_58,type,
    esk6_2: ( $i * $i ) > $i ).

tff(decl_59,type,
    esk7_2: ( $i * $i ) > $i ).

tff(decl_60,type,
    esk8_2: ( $i * $i ) > $i ).

fof(terminates_all_defn,axiom,
    ! [X4,X2,X5] :
      ( terminates(X4,X2,X5)
    <=> ( ( X4 = push
          & X2 = backwards
          & ~ happens(pull,X5) )
        | ( X4 = pull
          & X2 = forwards
          & ~ happens(push,X5) )
        | ( X4 = pull
          & X2 = forwards
          & happens(push,X5) )
        | ( X4 = pull
          & X2 = backwards
          & happens(push,X5) )
        | ( X4 = push
          & X2 = spinning
          & ~ happens(pull,X5) )
        | ( X4 = pull
          & X2 = spinning
          & ~ happens(push,X5) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+2.ax',terminates_all_defn) ).

fof(happens_terminates_not_holds,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & terminates(X4,X2,X5) )
     => ~ holdsAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+0.ax',happens_terminates_not_holds) ).

fof(happens_all_defn,axiom,
    ! [X4,X5] :
      ( happens(X4,X5)
    <=> ( ( X4 = push
          & X5 = n0 )
        | ( X4 = pull
          & X5 = n1 )
        | ( X4 = pull
          & X5 = n2 )
        | ( X4 = push
          & X5 = n2 ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+2.ax',happens_all_defn) ).

fof(not_forwards_2,conjecture,
    ~ holdsAt(forwards,n2),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_forwards_2) ).

fof(plus1_1,axiom,
    plus(n1,n1) = n2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',plus1_1) ).

fof(c_0_5,plain,
    ! [X2,X4,X5] :
      ( epred2_3(X5,X4,X2)
    <=> ( ( X4 = push
          & X2 = backwards
          & ~ happens(pull,X5) )
        | ( X4 = pull
          & X2 = forwards
          & ~ happens(push,X5) )
        | ( X4 = pull
          & X2 = forwards
          & happens(push,X5) ) ) ),
    introduced(definition) ).

fof(c_0_6,plain,
    ! [X2,X4,X5] :
      ( epred3_3(X5,X4,X2)
    <=> ( ( X4 = push
          & X2 = backwards
          & ~ happens(pull,X5) )
        | ( X4 = pull
          & X2 = forwards
          & ~ happens(push,X5) )
        | ( X4 = pull
          & X2 = forwards
          & happens(push,X5) )
        | ( X4 = pull
          & X2 = backwards
          & happens(push,X5) )
        | ( X4 = push
          & X2 = spinning
          & ~ happens(pull,X5) )
        | ( X4 = pull
          & X2 = spinning
          & ~ happens(push,X5) ) ) ),
    introduced(definition) ).

fof(c_0_7,plain,
    ! [X97,X98,X99] :
      ( ( X98 = pull
        | X98 = pull
        | X98 = push
        | ~ epred2_3(X99,X98,X97) )
      & ( X97 = forwards
        | X98 = pull
        | X98 = push
        | ~ epred2_3(X99,X98,X97) )
      & ( happens(push,X99)
        | X98 = pull
        | X98 = push
        | ~ epred2_3(X99,X98,X97) )
      & ( X98 = pull
        | X97 = forwards
        | X98 = push
        | ~ epred2_3(X99,X98,X97) )
      & ( X97 = forwards
        | X97 = forwards
        | X98 = push
        | ~ epred2_3(X99,X98,X97) )
      & ( happens(push,X99)
        | X97 = forwards
        | X98 = push
        | ~ epred2_3(X99,X98,X97) )
      & ( X98 = pull
        | ~ happens(push,X99)
        | X98 = push
        | ~ epred2_3(X99,X98,X97) )
      & ( X97 = forwards
        | ~ happens(push,X99)
        | X98 = push
        | ~ epred2_3(X99,X98,X97) )
      & ( happens(push,X99)
        | ~ happens(push,X99)
        | X98 = push
        | ~ epred2_3(X99,X98,X97) )
      & ( X98 = pull
        | X98 = pull
        | X97 = backwards
        | ~ epred2_3(X99,X98,X97) )
      & ( X97 = forwards
        | X98 = pull
        | X97 = backwards
        | ~ epred2_3(X99,X98,X97) )
      & ( happens(push,X99)
        | X98 = pull
        | X97 = backwards
        | ~ epred2_3(X99,X98,X97) )
      & ( X98 = pull
        | X97 = forwards
        | X97 = backwards
        | ~ epred2_3(X99,X98,X97) )
      & ( X97 = forwards
        | X97 = forwards
        | X97 = backwards
        | ~ epred2_3(X99,X98,X97) )
      & ( happens(push,X99)
        | X97 = forwards
        | X97 = backwards
        | ~ epred2_3(X99,X98,X97) )
      & ( X98 = pull
        | ~ happens(push,X99)
        | X97 = backwards
        | ~ epred2_3(X99,X98,X97) )
      & ( X97 = forwards
        | ~ happens(push,X99)
        | X97 = backwards
        | ~ epred2_3(X99,X98,X97) )
      & ( happens(push,X99)
        | ~ happens(push,X99)
        | X97 = backwards
        | ~ epred2_3(X99,X98,X97) )
      & ( X98 = pull
        | X98 = pull
        | ~ happens(pull,X99)
        | ~ epred2_3(X99,X98,X97) )
      & ( X97 = forwards
        | X98 = pull
        | ~ happens(pull,X99)
        | ~ epred2_3(X99,X98,X97) )
      & ( happens(push,X99)
        | X98 = pull
        | ~ happens(pull,X99)
        | ~ epred2_3(X99,X98,X97) )
      & ( X98 = pull
        | X97 = forwards
        | ~ happens(pull,X99)
        | ~ epred2_3(X99,X98,X97) )
      & ( X97 = forwards
        | X97 = forwards
        | ~ happens(pull,X99)
        | ~ epred2_3(X99,X98,X97) )
      & ( happens(push,X99)
        | X97 = forwards
        | ~ happens(pull,X99)
        | ~ epred2_3(X99,X98,X97) )
      & ( X98 = pull
        | ~ happens(push,X99)
        | ~ happens(pull,X99)
        | ~ epred2_3(X99,X98,X97) )
      & ( X97 = forwards
        | ~ happens(push,X99)
        | ~ happens(pull,X99)
        | ~ epred2_3(X99,X98,X97) )
      & ( happens(push,X99)
        | ~ happens(push,X99)
        | ~ happens(pull,X99)
        | ~ epred2_3(X99,X98,X97) )
      & ( X98 != push
        | X97 != backwards
        | happens(pull,X99)
        | epred2_3(X99,X98,X97) )
      & ( X98 != pull
        | X97 != forwards
        | happens(push,X99)
        | epred2_3(X99,X98,X97) )
      & ( X98 != pull
        | X97 != forwards
        | ~ happens(push,X99)
        | epred2_3(X99,X98,X97) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_5])])]) ).

fof(c_0_8,plain,
    ! [X2,X4,X5] :
      ( epred3_3(X5,X4,X2)
    <=> ( epred2_3(X5,X4,X2)
        | ( X4 = pull
          & X2 = backwards
          & happens(push,X5) )
        | ( X4 = push
          & X2 = spinning
          & ~ happens(pull,X5) )
        | ( X4 = pull
          & X2 = spinning
          & ~ happens(push,X5) ) ) ),
    inference(apply_def,[status(thm)],[c_0_6,c_0_5]) ).

cnf(c_0_9,plain,
    ( happens(push,X3)
    | epred2_3(X3,X1,X2)
    | X1 != pull
    | X2 != forwards ),
    inference(split_conjunct,[status(thm)],[c_0_7]) ).

fof(c_0_10,plain,
    ! [X4,X2,X5] :
      ( terminates(X4,X2,X5)
    <=> epred3_3(X5,X4,X2) ),
    inference(apply_def,[status(thm)],[inference(fof_simplification,[status(thm)],[terminates_all_defn]),c_0_6]) ).

fof(c_0_11,plain,
    ! [X100,X101,X102] :
      ( ( X101 = pull
        | X101 = push
        | X101 = pull
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X100 = spinning
        | X101 = push
        | X101 = pull
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( ~ happens(push,X102)
        | X101 = push
        | X101 = pull
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X101 = pull
        | X100 = spinning
        | X101 = pull
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X100 = spinning
        | X100 = spinning
        | X101 = pull
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( ~ happens(push,X102)
        | X100 = spinning
        | X101 = pull
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X101 = pull
        | ~ happens(pull,X102)
        | X101 = pull
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X100 = spinning
        | ~ happens(pull,X102)
        | X101 = pull
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( ~ happens(push,X102)
        | ~ happens(pull,X102)
        | X101 = pull
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X101 = pull
        | X101 = push
        | X100 = backwards
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X100 = spinning
        | X101 = push
        | X100 = backwards
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( ~ happens(push,X102)
        | X101 = push
        | X100 = backwards
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X101 = pull
        | X100 = spinning
        | X100 = backwards
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X100 = spinning
        | X100 = spinning
        | X100 = backwards
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( ~ happens(push,X102)
        | X100 = spinning
        | X100 = backwards
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X101 = pull
        | ~ happens(pull,X102)
        | X100 = backwards
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X100 = spinning
        | ~ happens(pull,X102)
        | X100 = backwards
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( ~ happens(push,X102)
        | ~ happens(pull,X102)
        | X100 = backwards
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X101 = pull
        | X101 = push
        | happens(push,X102)
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X100 = spinning
        | X101 = push
        | happens(push,X102)
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( ~ happens(push,X102)
        | X101 = push
        | happens(push,X102)
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X101 = pull
        | X100 = spinning
        | happens(push,X102)
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X100 = spinning
        | X100 = spinning
        | happens(push,X102)
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( ~ happens(push,X102)
        | X100 = spinning
        | happens(push,X102)
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X101 = pull
        | ~ happens(pull,X102)
        | happens(push,X102)
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( X100 = spinning
        | ~ happens(pull,X102)
        | happens(push,X102)
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( ~ happens(push,X102)
        | ~ happens(pull,X102)
        | happens(push,X102)
        | epred2_3(X102,X101,X100)
        | ~ epred3_3(X102,X101,X100) )
      & ( ~ epred2_3(X102,X101,X100)
        | epred3_3(X102,X101,X100) )
      & ( X101 != pull
        | X100 != backwards
        | ~ happens(push,X102)
        | epred3_3(X102,X101,X100) )
      & ( X101 != push
        | X100 != spinning
        | happens(pull,X102)
        | epred3_3(X102,X101,X100) )
      & ( X101 != pull
        | X100 != spinning
        | happens(push,X102)
        | epred3_3(X102,X101,X100) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_8])])]) ).

cnf(c_0_12,plain,
    ( epred2_3(X3,X1,X2)
    | X1 != pull
    | X2 != forwards
    | ~ happens(push,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_7]) ).

cnf(c_0_13,plain,
    ( epred2_3(X1,pull,forwards)
    | happens(push,X1) ),
    inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_9])]) ).

fof(c_0_14,plain,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & terminates(X4,X2,X5) )
     => ~ holdsAt(X2,plus(X5,n1)) ),
    inference(fof_simplification,[status(thm)],[happens_terminates_not_holds]) ).

fof(c_0_15,plain,
    ! [X68,X69,X70] :
      ( ( ~ terminates(X68,X69,X70)
        | epred3_3(X70,X68,X69) )
      & ( ~ epred3_3(X70,X68,X69)
        | terminates(X68,X69,X70) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_10])]) ).

cnf(c_0_16,plain,
    ( epred3_3(X1,X2,X3)
    | ~ epred2_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

cnf(c_0_17,plain,
    epred2_3(X1,pull,forwards),
    inference(csr,[status(thm)],[inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_12])]),c_0_13]) ).

fof(c_0_18,plain,
    ! [X56,X57,X58] :
      ( ~ happens(X56,X57)
      | ~ terminates(X56,X58,X57)
      | ~ holdsAt(X58,plus(X57,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_14])]) ).

cnf(c_0_19,plain,
    ( terminates(X2,X3,X1)
    | ~ epred3_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_20,plain,
    epred3_3(X1,pull,forwards),
    inference(spm,[status(thm)],[c_0_16,c_0_17]) ).

fof(c_0_21,plain,
    ! [X74,X75] :
      ( ( X74 = push
        | X74 = pull
        | X74 = pull
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X74 = pull
        | X74 = pull
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X75 = n2
        | X74 = pull
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X75 = n2
        | X74 = pull
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X74 = pull
        | X75 = n1
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X74 = pull
        | X75 = n1
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X75 = n2
        | X75 = n1
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X75 = n2
        | X75 = n1
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X74 = pull
        | X74 = pull
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X74 = pull
        | X74 = pull
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X75 = n2
        | X74 = pull
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X75 = n2
        | X74 = pull
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X74 = pull
        | X75 = n1
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X74 = pull
        | X75 = n1
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X75 = n2
        | X75 = n1
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X75 = n2
        | X75 = n1
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X74 != push
        | X75 != n0
        | happens(X74,X75) )
      & ( X74 != pull
        | X75 != n1
        | happens(X74,X75) )
      & ( X74 != pull
        | X75 != n2
        | happens(X74,X75) )
      & ( X74 != push
        | X75 != n2
        | happens(X74,X75) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[happens_all_defn])])]) ).

cnf(c_0_22,plain,
    ( ~ happens(X1,X2)
    | ~ terminates(X1,X3,X2)
    | ~ holdsAt(X3,plus(X2,n1)) ),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

cnf(c_0_23,plain,
    terminates(pull,forwards,X1),
    inference(spm,[status(thm)],[c_0_19,c_0_20]) ).

cnf(c_0_24,plain,
    ( happens(X1,X2)
    | X1 != pull
    | X2 != n1 ),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

fof(c_0_25,negated_conjecture,
    holdsAt(forwards,n2),
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[not_forwards_2])]) ).

cnf(c_0_26,plain,
    ( ~ holdsAt(forwards,plus(X1,n1))
    | ~ happens(pull,X1) ),
    inference(spm,[status(thm)],[c_0_22,c_0_23]) ).

cnf(c_0_27,plain,
    happens(pull,n1),
    inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_24])]) ).

cnf(c_0_28,plain,
    plus(n1,n1) = n2,
    inference(split_conjunct,[status(thm)],[plus1_1]) ).

cnf(c_0_29,negated_conjecture,
    holdsAt(forwards,n2),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_30,plain,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_27]),c_0_28]),c_0_29])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : CSR019+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% 0.00/0.13  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.12/0.34  % Computer : n003.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit   : 300
% 0.12/0.34  % WCLimit    : 300
% 0.12/0.34  % DateTime   : Mon Aug 28 10:48:10 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.59  start to proof: theBenchmark
% 0.19/0.63  % Version  : CSE_E---1.5
% 0.19/0.63  % Problem  : theBenchmark.p
% 0.19/0.63  % Proof found
% 0.19/0.64  % SZS status Theorem for theBenchmark.p
% 0.19/0.64  % SZS output start Proof
% See solution above
% 0.19/0.64  % Total time : 0.032000 s
% 0.19/0.64  % SZS output end Proof
% 0.19/0.64  % Total time : 0.037000 s
%------------------------------------------------------------------------------