TSTP Solution File: NLP265_17 by E-SAT---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E-SAT---3.1.00
% Problem  : NLP265_17 : TPTP v8.2.0. Released v8.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% 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 : Tue May 21 00:58:21 EDT 2024

% Result   : Theorem 0.23s 0.53s
% Output   : CNFRefutation 0.23s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   23 (   6 unt;  11 typ;   0 def)
%            Number of atoms       :   21 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   14 (   5   ~;   2   |;   2   &)
%                                         (   0 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of types       :    4 (   2 usr)
%            Number of type conns  :    5 (   2   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    7 (   7 usr;   7 con; 0-0 aty)
%            Number of variables   :   14 (   0 sgn  14   !;   0   ?;  14   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_sort1,type,
    '$ki_world': $tType ).

tff(decl_sort2,type,
    '$ki_index': $tType ).

tff(decl_22,type,
    '$ki_local_world': '$ki_world' ).

tff(decl_23,type,
    '$ki_accessible': ( '$ki_index' * '$ki_world' * '$ki_world' ) > $o ).

tff(decl_24,type,
    '#idx(b_alice)': '$ki_index' ).

tff(decl_25,type,
    '#idx(b_bob)': '$ki_index' ).

tff(decl_27,type,
    '#idx(i_alice)': '$ki_index' ).

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

tff(decl_29,type,
    bigcity: ( '$ki_world' * $i ) > $o ).

tff(decl_34,type,
    esk5_0: '$ki_world' ).

tff(decl_35,type,
    esk6_0: '$ki_world' ).

tff(verify,conjecture,
    ! [X1: '$ki_world'] :
      ( '$ki_accessible'('#idx(i_alice)','$ki_local_world',X1)
     => ! [X3: '$ki_world'] :
          ( '$ki_accessible'('#idx(b_bob)',X1,X3)
         => bigcity(X3,portland) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',verify) ).

tff(axiom_2,axiom,
    ! [X1: '$ki_world'] :
      ( '$ki_accessible'('#idx(b_alice)','$ki_local_world',X1)
     => bigcity(X1,portland) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_2) ).

tff('mrel_universal_#idx(b_alice)',axiom,
    ! [X1: '$ki_world',X2: '$ki_world'] : '$ki_accessible'('#idx(b_alice)',X1,X2),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p','mrel_universal_#idx(b_alice)') ).

tff(c_0_3,negated_conjecture,
    ~ ! [X1: '$ki_world'] :
        ( '$ki_accessible'('#idx(i_alice)','$ki_local_world',X1)
       => ! [X3: '$ki_world'] :
            ( '$ki_accessible'('#idx(b_bob)',X1,X3)
           => bigcity(X3,portland) ) ),
    inference(assume_negation,[status(cth)],[verify]) ).

tff(c_0_4,plain,
    ! [X23: '$ki_world'] :
      ( ~ '$ki_accessible'('#idx(b_alice)','$ki_local_world',X23)
      | bigcity(X23,portland) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[axiom_2])])]) ).

tff(c_0_5,plain,
    ! [X5: '$ki_world',X6: '$ki_world'] : '$ki_accessible'('#idx(b_alice)',X5,X6),
    inference(variable_rename,[status(thm)],['mrel_universal_#idx(b_alice)']) ).

tff(c_0_6,negated_conjecture,
    ( '$ki_accessible'('#idx(i_alice)','$ki_local_world',esk5_0)
    & '$ki_accessible'('#idx(b_bob)',esk5_0,esk6_0)
    & ~ bigcity(esk6_0,portland) ),
    inference(fof_nnf,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_3])])])]) ).

tcf(c_0_7,plain,
    ! [X1: '$ki_world'] :
      ( bigcity(X1,portland)
      | ~ '$ki_accessible'('#idx(b_alice)','$ki_local_world',X1) ),
    inference(split_conjunct,[status(thm)],[c_0_4]) ).

tcf(c_0_8,plain,
    ! [X1: '$ki_world',X2: '$ki_world'] : '$ki_accessible'('#idx(b_alice)',X1,X2),
    inference(split_conjunct,[status(thm)],[c_0_5]) ).

tcf(c_0_9,negated_conjecture,
    ~ bigcity(esk6_0,portland),
    inference(split_conjunct,[status(thm)],[c_0_6]) ).

tcf(c_0_10,plain,
    ! [X1: '$ki_world'] : bigcity(X1,portland),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_7,c_0_8])]) ).

cnf(c_0_11,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_9,c_0_10])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.15  % Problem    : NLP265_17 : TPTP v8.2.0. Released v8.2.0.
% 0.07/0.16  % Command    : run_E %s %d THM
% 0.16/0.37  % Computer : n024.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit   : 300
% 0.16/0.37  % WCLimit    : 300
% 0.16/0.37  % DateTime   : Sun May 19 22:45:37 EDT 2024
% 0.16/0.37  % CPUTime    : 
% 0.23/0.52  Running first-order model finding
% 0.23/0.52  Running: /export/starexec/sandbox/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --satauto-schedule=8 --cpu-limit=300 /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.23/0.53  # Version: 3.1.0
% 0.23/0.53  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.23/0.53  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.23/0.53  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.23/0.53  # Starting new_bool_3 with 300s (1) cores
% 0.23/0.53  # Starting new_bool_1 with 300s (1) cores
% 0.23/0.53  # Starting sh5l with 300s (1) cores
% 0.23/0.53  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 18528 completed with status 0
% 0.23/0.53  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 0.23/0.53  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.23/0.53  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.23/0.53  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.23/0.53  # No SInE strategy applied
% 0.23/0.53  # Search class: FGHNM-FFSF11-SFFFFFNN
% 0.23/0.53  # partial match(1): FGHNF-FFSF11-SFFFFFNN
% 0.23/0.53  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.23/0.53  # Starting SAT001_MinMin_p005000_rr_RG with 811s (1) cores
% 0.23/0.53  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 0.23/0.53  # Starting new_bool_3 with 136s (1) cores
% 0.23/0.53  # Starting new_bool_1 with 136s (1) cores
% 0.23/0.53  # Starting sh5l with 136s (1) cores
% 0.23/0.53  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 18533 completed with status 0
% 0.23/0.53  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 0.23/0.53  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.23/0.53  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.23/0.53  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.23/0.53  # No SInE strategy applied
% 0.23/0.53  # Search class: FGHNM-FFSF11-SFFFFFNN
% 0.23/0.53  # partial match(1): FGHNF-FFSF11-SFFFFFNN
% 0.23/0.53  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 0.23/0.53  # Starting SAT001_MinMin_p005000_rr_RG with 811s (1) cores
% 0.23/0.53  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 0.23/0.53  # Preprocessing time       : 0.001 s
% 0.23/0.53  # Presaturation interreduction done
% 0.23/0.53  
% 0.23/0.53  # Proof found!
% 0.23/0.53  # SZS status Theorem
% 0.23/0.53  # SZS output start CNFRefutation
% See solution above
% 0.23/0.53  # Parsed axioms                        : 19
% 0.23/0.53  # Removed by relevancy pruning/SinE    : 0
% 0.23/0.53  # Initial clauses                      : 25
% 0.23/0.53  # Removed in clause preprocessing      : 10
% 0.23/0.53  # Initial clauses in saturation        : 15
% 0.23/0.53  # Processed clauses                    : 8
% 0.23/0.53  # ...of these trivial                  : 0
% 0.23/0.53  # ...subsumed                          : 0
% 0.23/0.53  # ...remaining for further processing  : 8
% 0.23/0.53  # Other redundant clauses eliminated   : 0
% 0.23/0.53  # Clauses deleted for lack of memory   : 0
% 0.23/0.53  # Backward-subsumed                    : 0
% 0.23/0.53  # Backward-rewritten                   : 3
% 0.23/0.53  # Generated clauses                    : 0
% 0.23/0.53  # ...of the previous two non-redundant : 0
% 0.23/0.53  # ...aggressively subsumed             : 0
% 0.23/0.53  # Contextual simplify-reflections      : 0
% 0.23/0.53  # Paramodulations                      : 0
% 0.23/0.53  # Factorizations                       : 0
% 0.23/0.53  # NegExts                              : 0
% 0.23/0.53  # Equation resolutions                 : 0
% 0.23/0.53  # Disequality decompositions           : 0
% 0.23/0.53  # Total rewrite steps                  : 4
% 0.23/0.53  # ...of those cached                   : 0
% 0.23/0.53  # Propositional unsat checks           : 0
% 0.23/0.53  #    Propositional check models        : 0
% 0.23/0.53  #    Propositional check unsatisfiable : 0
% 0.23/0.53  #    Propositional clauses             : 0
% 0.23/0.53  #    Propositional clauses after purity: 0
% 0.23/0.53  #    Propositional unsat core size     : 0
% 0.23/0.53  #    Propositional preprocessing time  : 0.000
% 0.23/0.53  #    Propositional encoding time       : 0.000
% 0.23/0.53  #    Propositional solver time         : 0.000
% 0.23/0.53  #    Success case prop preproc time    : 0.000
% 0.23/0.53  #    Success case prop encoding time   : 0.000
% 0.23/0.53  #    Success case prop solver time     : 0.000
% 0.23/0.53  # Current number of processed clauses  : 5
% 0.23/0.53  #    Positive orientable unit clauses  : 5
% 0.23/0.53  #    Positive unorientable unit clauses: 0
% 0.23/0.53  #    Negative unit clauses             : 0
% 0.23/0.53  #    Non-unit-clauses                  : 0
% 0.23/0.53  # Current number of unprocessed clauses: 7
% 0.23/0.53  # ...number of literals in the above   : 39
% 0.23/0.53  # Current number of archived formulas  : 0
% 0.23/0.53  # Current number of archived clauses   : 3
% 0.23/0.53  # Clause-clause subsumption calls (NU) : 0
% 0.23/0.53  # Rec. Clause-clause subsumption calls : 0
% 0.23/0.53  # Non-unit clause-clause subsumptions  : 0
% 0.23/0.53  # Unit Clause-clause subsumption calls : 0
% 0.23/0.53  # Rewrite failures with RHS unbound    : 0
% 0.23/0.53  # BW rewrite match attempts            : 3
% 0.23/0.53  # BW rewrite match successes           : 3
% 0.23/0.53  # Condensation attempts                : 0
% 0.23/0.53  # Condensation successes               : 0
% 0.23/0.53  # Termbank termtop insertions          : 1271
% 0.23/0.53  # Search garbage collected termcells   : 267
% 0.23/0.53  
% 0.23/0.53  # -------------------------------------------------
% 0.23/0.53  # User time                : 0.004 s
% 0.23/0.53  # System time              : 0.001 s
% 0.23/0.53  # Total time               : 0.005 s
% 0.23/0.53  # Maximum resident set size: 1776 pages
% 0.23/0.53  
% 0.23/0.53  # -------------------------------------------------
% 0.23/0.53  # User time                : 0.014 s
% 0.23/0.53  # System time              : 0.004 s
% 0.23/0.53  # Total time               : 0.018 s
% 0.23/0.53  # Maximum resident set size: 1712 pages
% 0.23/0.54  % E---3.1 exiting
%------------------------------------------------------------------------------