TSTP Solution File: LCL499+1 by E---3.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1
% Problem  : LCL499+1 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n006.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 : 2400s
% WCLimit  : 300s
% DateTime : Tue Oct 10 18:12:57 EDT 2023

% Result   : Theorem 0.21s 0.53s
% Output   : CNFRefutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   16
% Syntax   : Number of formulae    :   56 (  30 unt;   0 def)
%            Number of atoms       :  101 (  19 equ)
%            Maximal formula atoms :   10 (   1 avg)
%            Number of connectives :   75 (  30   ~;  29   |;   7   &)
%                                         (   4 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   3 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :   11 (   9 usr;   9 prp; 0-2 aty)
%            Number of functors    :   10 (  10 usr;   6 con; 0-2 aty)
%            Number of variables   :   65 (   0 sgn;  28   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(op_implies_or,axiom,
    ( op_implies_or
   => ! [X1,X2] : implies(X1,X2) = or(not(X1),X2) ),
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',op_implies_or) ).

fof(op_implies_and,axiom,
    ( op_implies_and
   => ! [X1,X2] : implies(X1,X2) = not(and(X1,not(X2))) ),
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',op_implies_and) ).

fof(op_and,axiom,
    ( op_and
   => ! [X1,X2] : and(X1,X2) = not(or(not(X1),not(X2))) ),
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',op_and) ).

fof(principia_op_implies_or,axiom,
    op_implies_or,
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',principia_op_implies_or) ).

fof(op_or,axiom,
    ( op_or
   => ! [X1,X2] : or(X1,X2) = not(and(not(X1),not(X2))) ),
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',op_or) ).

fof(rosser_op_implies_and,axiom,
    op_implies_and,
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',rosser_op_implies_and) ).

fof(principia_op_and,axiom,
    op_and,
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',principia_op_and) ).

fof(rosser_op_or,axiom,
    op_or,
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',rosser_op_or) ).

fof(modus_ponens,axiom,
    ( modus_ponens
  <=> ! [X1,X2] :
        ( ( is_a_theorem(X1)
          & is_a_theorem(implies(X1,X2)) )
       => is_a_theorem(X2) ) ),
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',modus_ponens) ).

fof(r3,axiom,
    ( r3
  <=> ! [X4,X5] : is_a_theorem(implies(or(X4,X5),or(X5,X4))) ),
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',r3) ).

fof(r1,axiom,
    ( r1
  <=> ! [X4] : is_a_theorem(implies(or(X4,X4),X4)) ),
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',r1) ).

fof(principia_modus_ponens,axiom,
    modus_ponens,
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',principia_modus_ponens) ).

fof(principia_r3,axiom,
    r3,
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',principia_r3) ).

fof(principia_r1,axiom,
    r1,
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',principia_r1) ).

fof(kn1,axiom,
    ( kn1
  <=> ! [X4] : is_a_theorem(implies(X4,and(X4,X4))) ),
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',kn1) ).

fof(rosser_kn1,conjecture,
    kn1,
    file('/export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p',rosser_kn1) ).

fof(c_0_16,plain,
    ! [X123,X124] :
      ( ~ op_implies_or
      | implies(X123,X124) = or(not(X123),X124) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[op_implies_or])])]) ).

fof(c_0_17,plain,
    ! [X121,X122] :
      ( ~ op_implies_and
      | implies(X121,X122) = not(and(X121,not(X122))) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[op_implies_and])])]) ).

fof(c_0_18,plain,
    ! [X119,X120] :
      ( ~ op_and
      | and(X119,X120) = not(or(not(X119),not(X120))) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[op_and])])]) ).

cnf(c_0_19,plain,
    ( implies(X1,X2) = or(not(X1),X2)
    | ~ op_implies_or ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_20,plain,
    op_implies_or,
    inference(split_conjunct,[status(thm)],[principia_op_implies_or]) ).

fof(c_0_21,plain,
    ! [X117,X118] :
      ( ~ op_or
      | or(X117,X118) = not(and(not(X117),not(X118))) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[op_or])])]) ).

cnf(c_0_22,plain,
    ( implies(X1,X2) = not(and(X1,not(X2)))
    | ~ op_implies_and ),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

cnf(c_0_23,plain,
    op_implies_and,
    inference(split_conjunct,[status(thm)],[rosser_op_implies_and]) ).

cnf(c_0_24,plain,
    ( and(X1,X2) = not(or(not(X1),not(X2)))
    | ~ op_and ),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

cnf(c_0_25,plain,
    or(not(X1),X2) = implies(X1,X2),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_19,c_0_20])]) ).

cnf(c_0_26,plain,
    op_and,
    inference(split_conjunct,[status(thm)],[principia_op_and]) ).

cnf(c_0_27,plain,
    ( or(X1,X2) = not(and(not(X1),not(X2)))
    | ~ op_or ),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_28,plain,
    not(and(X1,not(X2))) = implies(X1,X2),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_22,c_0_23])]) ).

cnf(c_0_29,plain,
    op_or,
    inference(split_conjunct,[status(thm)],[rosser_op_or]) ).

fof(c_0_30,plain,
    ! [X7,X8] :
      ( ( ~ modus_ponens
        | ~ is_a_theorem(X7)
        | ~ is_a_theorem(implies(X7,X8))
        | is_a_theorem(X8) )
      & ( is_a_theorem(esk1_0)
        | modus_ponens )
      & ( is_a_theorem(implies(esk1_0,esk2_0))
        | modus_ponens )
      & ( ~ is_a_theorem(esk2_0)
        | modus_ponens ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[modus_ponens])])])])]) ).

fof(c_0_31,plain,
    ! [X101,X102] :
      ( ( ~ r3
        | is_a_theorem(implies(or(X101,X102),or(X102,X101))) )
      & ( ~ is_a_theorem(implies(or(esk48_0,esk49_0),or(esk49_0,esk48_0)))
        | r3 ) ),
    inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[r3])])])]) ).

fof(c_0_32,plain,
    ! [X95] :
      ( ( ~ r1
        | is_a_theorem(implies(or(X95,X95),X95)) )
      & ( ~ is_a_theorem(implies(or(esk45_0,esk45_0),esk45_0))
        | r1 ) ),
    inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[r1])])])]) ).

cnf(c_0_33,plain,
    not(implies(X1,not(X2))) = and(X1,X2),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_24,c_0_25]),c_0_26])]) ).

cnf(c_0_34,plain,
    implies(not(X1),X2) = or(X1,X2),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_27,c_0_28]),c_0_29])]) ).

cnf(c_0_35,plain,
    ( is_a_theorem(X2)
    | ~ modus_ponens
    | ~ is_a_theorem(X1)
    | ~ is_a_theorem(implies(X1,X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_36,plain,
    modus_ponens,
    inference(split_conjunct,[status(thm)],[principia_modus_ponens]) ).

cnf(c_0_37,plain,
    ( is_a_theorem(implies(or(X1,X2),or(X2,X1)))
    | ~ r3 ),
    inference(split_conjunct,[status(thm)],[c_0_31]) ).

cnf(c_0_38,plain,
    r3,
    inference(split_conjunct,[status(thm)],[principia_r3]) ).

cnf(c_0_39,plain,
    ( is_a_theorem(implies(or(X1,X1),X1))
    | ~ r1 ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_40,plain,
    r1,
    inference(split_conjunct,[status(thm)],[principia_r1]) ).

cnf(c_0_41,plain,
    not(or(X1,not(X2))) = and(not(X1),X2),
    inference(spm,[status(thm)],[c_0_33,c_0_34]) ).

fof(c_0_42,plain,
    ! [X71] :
      ( ( ~ kn1
        | is_a_theorem(implies(X71,and(X71,X71))) )
      & ( ~ is_a_theorem(implies(esk33_0,and(esk33_0,esk33_0)))
        | kn1 ) ),
    inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[kn1])])])]) ).

fof(c_0_43,negated_conjecture,
    ~ kn1,
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[rosser_kn1])]) ).

cnf(c_0_44,plain,
    ( is_a_theorem(X1)
    | ~ is_a_theorem(implies(X2,X1))
    | ~ is_a_theorem(X2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_35,c_0_36])]) ).

cnf(c_0_45,plain,
    is_a_theorem(implies(or(X1,X2),or(X2,X1))),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_37,c_0_38])]) ).

cnf(c_0_46,plain,
    is_a_theorem(implies(or(X1,X1),X1)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_39,c_0_40])]) ).

cnf(c_0_47,plain,
    implies(or(X1,not(X2)),X3) = or(and(not(X1),X2),X3),
    inference(spm,[status(thm)],[c_0_25,c_0_41]) ).

cnf(c_0_48,plain,
    and(not(not(X1)),X2) = and(X1,X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_25]),c_0_33]) ).

cnf(c_0_49,plain,
    ( kn1
    | ~ is_a_theorem(implies(esk33_0,and(esk33_0,esk33_0))) ),
    inference(split_conjunct,[status(thm)],[c_0_42]) ).

cnf(c_0_50,negated_conjecture,
    ~ kn1,
    inference(split_conjunct,[status(thm)],[c_0_43]) ).

cnf(c_0_51,plain,
    ( is_a_theorem(or(X1,X2))
    | ~ is_a_theorem(or(X2,X1)) ),
    inference(spm,[status(thm)],[c_0_44,c_0_45]) ).

cnf(c_0_52,plain,
    is_a_theorem(or(and(X1,X1),not(X1))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_47]),c_0_48]) ).

cnf(c_0_53,plain,
    ~ is_a_theorem(implies(esk33_0,and(esk33_0,esk33_0))),
    inference(sr,[status(thm)],[c_0_49,c_0_50]) ).

cnf(c_0_54,plain,
    is_a_theorem(implies(X1,and(X1,X1))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_52]),c_0_25]) ).

cnf(c_0_55,plain,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_53,c_0_54])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : LCL499+1 : TPTP v8.1.2. Released v3.3.0.
% 0.07/0.14  % Command    : run_E %s %d THM
% 0.14/0.35  % Computer : n006.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   : 2400
% 0.14/0.35  % WCLimit    : 300
% 0.14/0.35  % DateTime   : Mon Oct  2 11:57:25 EDT 2023
% 0.14/0.36  % CPUTime    : 
% 0.21/0.49  Running first-order theorem proving
% 0.21/0.49  Running: /export/starexec/sandbox/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --auto-schedule=8 --cpu-limit=300 /export/starexec/sandbox/tmp/tmp.FZIgHfcdZZ/E---3.1_6125.p
% 0.21/0.53  # Version: 3.1pre001
% 0.21/0.53  # Preprocessing class: FSMSSLSSSSSNFFN.
% 0.21/0.53  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.21/0.53  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI with 1500s (5) cores
% 0.21/0.53  # Starting new_bool_3 with 300s (1) cores
% 0.21/0.53  # Starting new_bool_1 with 300s (1) cores
% 0.21/0.53  # Starting sh5l with 300s (1) cores
% 0.21/0.53  # G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI with pid 6255 completed with status 0
% 0.21/0.53  # Result found by G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI
% 0.21/0.53  # Preprocessing class: FSMSSLSSSSSNFFN.
% 0.21/0.53  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.21/0.53  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI with 1500s (5) cores
% 0.21/0.53  # No SInE strategy applied
% 0.21/0.53  # Search class: FGUSF-FFMM21-MFFFFFNN
% 0.21/0.53  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.21/0.53  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI with 750s (1) cores
% 0.21/0.53  # Starting G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S0YI with 151s (1) cores
% 0.21/0.53  # Starting H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_S2S with 151s (1) cores
% 0.21/0.53  # Starting U----_207d_00_B07_00_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 0.21/0.53  # Starting G-E--_208_C09_12_F1_SE_CS_SP_PS_S5PRR_S04AN with 151s (1) cores
% 0.21/0.53  # H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_S2S with pid 6268 completed with status 0
% 0.21/0.53  # Result found by H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_S2S
% 0.21/0.53  # Preprocessing class: FSMSSLSSSSSNFFN.
% 0.21/0.53  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.21/0.53  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI with 1500s (5) cores
% 0.21/0.53  # No SInE strategy applied
% 0.21/0.53  # Search class: FGUSF-FFMM21-MFFFFFNN
% 0.21/0.53  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.21/0.53  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AI with 750s (1) cores
% 0.21/0.53  # Starting G-E--_107_B42_F1_PI_SE_Q4_CS_SP_PS_S0YI with 151s (1) cores
% 0.21/0.53  # Starting H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_S2S with 151s (1) cores
% 0.21/0.53  # Preprocessing time       : 0.003 s
% 0.21/0.53  # Presaturation interreduction done
% 0.21/0.53  
% 0.21/0.53  # Proof found!
% 0.21/0.53  # SZS status Theorem
% 0.21/0.53  # SZS output start CNFRefutation
% See solution above
% 0.21/0.53  # Parsed axioms                        : 45
% 0.21/0.53  # Removed by relevancy pruning/SinE    : 0
% 0.21/0.53  # Initial clauses                      : 74
% 0.21/0.53  # Removed in clause preprocessing      : 0
% 0.21/0.53  # Initial clauses in saturation        : 74
% 0.21/0.53  # Processed clauses                    : 183
% 0.21/0.53  # ...of these trivial                  : 20
% 0.21/0.53  # ...subsumed                          : 6
% 0.21/0.53  # ...remaining for further processing  : 157
% 0.21/0.53  # Other redundant clauses eliminated   : 0
% 0.21/0.53  # Clauses deleted for lack of memory   : 0
% 0.21/0.53  # Backward-subsumed                    : 1
% 0.21/0.53  # Backward-rewritten                   : 5
% 0.21/0.53  # Generated clauses                    : 417
% 0.21/0.53  # ...of the previous two non-redundant : 330
% 0.21/0.53  # ...aggressively subsumed             : 0
% 0.21/0.53  # Contextual simplify-reflections      : 0
% 0.21/0.53  # Paramodulations                      : 417
% 0.21/0.53  # Factorizations                       : 0
% 0.21/0.53  # NegExts                              : 0
% 0.21/0.53  # Equation resolutions                 : 0
% 0.21/0.53  # Total rewrite steps                  : 296
% 0.21/0.53  # Propositional unsat checks           : 0
% 0.21/0.53  #    Propositional check models        : 0
% 0.21/0.53  #    Propositional check unsatisfiable : 0
% 0.21/0.53  #    Propositional clauses             : 0
% 0.21/0.53  #    Propositional clauses after purity: 0
% 0.21/0.53  #    Propositional unsat core size     : 0
% 0.21/0.53  #    Propositional preprocessing time  : 0.000
% 0.21/0.53  #    Propositional encoding time       : 0.000
% 0.21/0.53  #    Propositional solver time         : 0.000
% 0.21/0.53  #    Success case prop preproc time    : 0.000
% 0.21/0.53  #    Success case prop encoding time   : 0.000
% 0.21/0.53  #    Success case prop solver time     : 0.000
% 0.21/0.53  # Current number of processed clauses  : 91
% 0.21/0.53  #    Positive orientable unit clauses  : 47
% 0.21/0.53  #    Positive unorientable unit clauses: 0
% 0.21/0.53  #    Negative unit clauses             : 2
% 0.21/0.53  #    Non-unit-clauses                  : 42
% 0.21/0.53  # Current number of unprocessed clauses: 279
% 0.21/0.53  # ...number of literals in the above   : 395
% 0.21/0.53  # Current number of archived formulas  : 0
% 0.21/0.53  # Current number of archived clauses   : 66
% 0.21/0.53  # Clause-clause subsumption calls (NU) : 328
% 0.21/0.53  # Rec. Clause-clause subsumption calls : 324
% 0.21/0.53  # Non-unit clause-clause subsumptions  : 5
% 0.21/0.53  # Unit Clause-clause subsumption calls : 30
% 0.21/0.53  # Rewrite failures with RHS unbound    : 0
% 0.21/0.53  # BW rewrite match attempts            : 20
% 0.21/0.53  # BW rewrite match successes           : 6
% 0.21/0.53  # Condensation attempts                : 0
% 0.21/0.53  # Condensation successes               : 0
% 0.21/0.53  # Termbank termtop insertions          : 8635
% 0.21/0.53  
% 0.21/0.53  # -------------------------------------------------
% 0.21/0.53  # User time                : 0.020 s
% 0.21/0.53  # System time              : 0.002 s
% 0.21/0.53  # Total time               : 0.022 s
% 0.21/0.53  # Maximum resident set size: 1988 pages
% 0.21/0.53  
% 0.21/0.53  # -------------------------------------------------
% 0.21/0.53  # User time                : 0.076 s
% 0.21/0.53  # System time              : 0.014 s
% 0.21/0.53  # Total time               : 0.090 s
% 0.21/0.53  # Maximum resident set size: 1724 pages
% 0.21/0.53  % E---3.1 exiting
% 0.21/0.53  % E---3.1 exiting
%------------------------------------------------------------------------------