TSTP Solution File: GEO007-3 by iProver---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.9
% Problem  : GEO007-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n028.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 : Fri May  3 02:16:00 EDT 2024

% Result   : Unsatisfiable 4.05s 1.18s
% Output   : CNFRefutation 4.05s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    8
% Syntax   : Number of clauses     :   19 (  10 unt;   6 nHn;  19 RR)
%            Number of literals    :   35 (   3 equ;  11 neg)
%            Maximal clause size   :    5 (   1 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   4 con; 0-0 aty)
%            Number of variables   :   14 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(c_75,plain,
    ( ~ between(X0,X1,X2)
    | between(X2,X1,X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t1) ).

cnf(c_85,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X1,X3,X2)
    | between(X0,X3,X2) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b8) ).

cnf(c_106,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X0,X1,X3)
    | X0 = X1
    | between(X1,X2,X3)
    | between(X1,X3,X2) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b13) ).

cnf(c_107,plain,
    a != c,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_not_c) ).

cnf(c_108,plain,
    between(d,a,c),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_between_a_and_c) ).

cnf(c_109,plain,
    between(e,a,c),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_between_a_and_e) ).

cnf(c_110,plain,
    ~ between(d,e,a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',e_not_between_d_and_a) ).

cnf(c_111,negated_conjecture,
    ~ between(e,d,a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_d_between_e_and_a) ).

cnf(c_2896,plain,
    between(c,a,d),
    inference(superposition,[status(thm)],[c_108,c_75]) ).

cnf(c_2897,plain,
    between(c,a,e),
    inference(superposition,[status(thm)],[c_109,c_75]) ).

cnf(c_3037,plain,
    ( ~ between(c,a,X0)
    | a = c
    | between(a,X0,e)
    | between(a,e,X0) ),
    inference(superposition,[status(thm)],[c_2897,c_106]) ).

cnf(c_3077,plain,
    ( ~ between(a,X0,d)
    | between(c,X0,d) ),
    inference(superposition,[status(thm)],[c_2896,c_85]) ).

cnf(c_3276,plain,
    ( ~ between(c,a,X0)
    | between(a,X0,e)
    | between(a,e,X0) ),
    inference(global_subsumption_just,[status(thm)],[c_3037,c_107,c_3037]) ).

cnf(c_3286,plain,
    ( between(a,d,e)
    | between(a,e,d) ),
    inference(superposition,[status(thm)],[c_2896,c_3276]) ).

cnf(c_3405,plain,
    ( between(a,d,e)
    | between(d,e,a) ),
    inference(superposition,[status(thm)],[c_3286,c_75]) ).

cnf(c_3408,plain,
    ( between(a,d,e)
    | between(c,e,d) ),
    inference(superposition,[status(thm)],[c_3286,c_3077]) ).

cnf(c_3467,plain,
    between(a,d,e),
    inference(global_subsumption_just,[status(thm)],[c_3408,c_110,c_3405]) ).

cnf(c_3478,plain,
    between(e,d,a),
    inference(superposition,[status(thm)],[c_3467,c_75]) ).

cnf(c_3482,plain,
    $false,
    inference(backward_subsumption_resolution,[status(thm)],[c_111,c_3478]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : GEO007-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.07/0.14  % Command  : run_iprover %s %d THM
% 0.14/0.35  % Computer : n028.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 : Fri May  3 01:40:48 EDT 2024
% 0.14/0.35  % CPUTime  : 
% 0.21/0.48  Running first-order theorem proving
% 0.21/0.48  Running: /export/starexec/sandbox/solver/bin/run_problem --schedule fof_schedule --heuristic_context casc_unsat --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 4.05/1.18  % SZS status Started for theBenchmark.p
% 4.05/1.18  % SZS status Unsatisfiable for theBenchmark.p
% 4.05/1.18  
% 4.05/1.18  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 4.05/1.18  
% 4.05/1.18  ------  iProver source info
% 4.05/1.18  
% 4.05/1.18  git: date: 2024-05-02 19:28:25 +0000
% 4.05/1.18  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 4.05/1.18  git: non_committed_changes: false
% 4.05/1.18  
% 4.05/1.18  ------ Parsing...successful
% 4.05/1.18  
% 4.05/1.18  
% 4.05/1.18  
% 4.05/1.18  ------ Preprocessing... sup_sim: 2  sf_s  rm: 1 0s  sf_e  pe_s  pe_e  sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe_e 
% 4.05/1.18  
% 4.05/1.18  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 4.05/1.18  
% 4.05/1.18  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 4.05/1.18  ------ Proving...
% 4.05/1.18  ------ Problem Properties 
% 4.05/1.18  
% 4.05/1.18  
% 4.05/1.18  clauses                                 76
% 4.05/1.18  conjectures                             1
% 4.05/1.18  EPR                                     48
% 4.05/1.18  Horn                                    61
% 4.05/1.18  unary                                   28
% 4.05/1.18  binary                                  15
% 4.05/1.18  lits                                    200
% 4.05/1.18  lits eq                                 38
% 4.05/1.18  fd_pure                                 0
% 4.05/1.19  fd_pseudo                               0
% 4.05/1.19  fd_cond                                 0
% 4.05/1.19  fd_pseudo_cond                          19
% 4.05/1.19  AC symbols                              0
% 4.05/1.19  
% 4.05/1.19  ------ Input Options Time Limit: Unbounded
% 4.05/1.19  
% 4.05/1.19  
% 4.05/1.19  ------ 
% 4.05/1.19  Current options:
% 4.05/1.19  ------ 
% 4.05/1.19  
% 4.05/1.19  
% 4.05/1.19  
% 4.05/1.19  
% 4.05/1.19  ------ Proving...
% 4.05/1.19  
% 4.05/1.19  
% 4.05/1.19  ------ Proving...
% 4.05/1.19  
% 4.05/1.19  
% 4.05/1.19  ------ Proving...
% 4.05/1.19  
% 4.05/1.19  
% 4.05/1.19  % SZS status Unsatisfiable for theBenchmark.p
% 4.05/1.19  
% 4.05/1.19  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 4.05/1.19  
% 4.05/1.19  
%------------------------------------------------------------------------------