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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : CSR021+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 : n019.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:20 EDT 2023

% Result   : Theorem 0.21s 0.62s
% Output   : CNFRefutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   47
% Syntax   : Number of formulae    :   70 (  13 unt;  39 typ;   0 def)
%            Number of atoms       :  354 ( 187 equ)
%            Maximal formula atoms :  149 (  11 avg)
%            Number of connectives :  432 ( 109   ~; 223   |;  92   &)
%                                         (   6 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   37 (   6 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   :   54 (   0 sgn;  38   !;   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(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(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(symmetry_of_plus,axiom,
    ! [X9,X10] : plus(X9,X10) = plus(X10,X9),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',symmetry_of_plus) ).

fof(not_backwards_3,conjecture,
    ~ holdsAt(backwards,n3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_backwards_3) ).

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

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,
    ! [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_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_7]) ).

fof(c_0_9,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])])]) ).

fof(c_0_10,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])])]) ).

fof(c_0_11,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]) ).

cnf(c_0_12,plain,
    ( epred3_3(X3,X1,X2)
    | X1 != pull
    | X2 != backwards
    | ~ happens(push,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_13,plain,
    ( happens(X1,X2)
    | X1 != push
    | X2 != n2 ),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

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_11])]) ).

cnf(c_0_16,plain,
    ( epred3_3(X1,pull,backwards)
    | ~ happens(push,X1) ),
    inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_12])]) ).

cnf(c_0_17,plain,
    happens(push,n2),
    inference(er,[status(thm)],[inference(er,[status(thm)],[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(n2,pull,backwards),
    inference(spm,[status(thm)],[c_0_16,c_0_17]) ).

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

fof(c_0_22,plain,
    ! [X76,X77] : plus(X76,X77) = plus(X77,X76),
    inference(variable_rename,[status(thm)],[symmetry_of_plus]) ).

fof(c_0_23,negated_conjecture,
    holdsAt(backwards,n3),
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[not_backwards_3])]) ).

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

cnf(c_0_25,plain,
    terminates(pull,backwards,n2),
    inference(spm,[status(thm)],[c_0_19,c_0_20]) ).

cnf(c_0_26,plain,
    happens(pull,n2),
    inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_21])]) ).

cnf(c_0_27,plain,
    plus(X1,X2) = plus(X2,X1),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

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

cnf(c_0_29,negated_conjecture,
    holdsAt(backwards,n3),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem    : CSR021+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% 0.00/0.14  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.14/0.35  % Computer : n019.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   : Mon Aug 28 09:05:13 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.21/0.58  start to proof: theBenchmark
% 0.21/0.62  % Version  : CSE_E---1.5
% 0.21/0.62  % Problem  : theBenchmark.p
% 0.21/0.62  % Proof found
% 0.21/0.62  % SZS status Theorem for theBenchmark.p
% 0.21/0.62  % SZS output start Proof
% See solution above
% 0.21/0.63  % Total time : 0.029000 s
% 0.21/0.63  % SZS output end Proof
% 0.21/0.63  % Total time : 0.032000 s
%------------------------------------------------------------------------------