TSTP Solution File: GEO008-3 by iProver---3.8

View Problem - Process Solution

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

% Computer : n013.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 23:08:43 EDT 2023

% Result   : Unsatisfiable 3.42s 1.18s
% Output   : CNFRefutation 3.42s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    9
% Syntax   : Number of clauses     :   24 (   9 unt;   6 nHn;  24 RR)
%            Number of literals    :   45 (   0 equ;  16 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    2 (   1 usr;   1 prp; 0-3 aty)
%            Number of functors    :    5 (   5 usr;   5 con; 0-0 aty)
%            Number of variables   :   25 (   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_82,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X0,X2,X3)
    | between(X1,X2,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b5) ).

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_86,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X0,X2,X3)
    | between(X0,X1,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b9) ).

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

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

cnf(c_111,plain,
    between(a,d,e),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d_between_a_and_e) ).

cnf(c_112,plain,
    between(c,b,d),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_between_c_and_d) ).

cnf(c_113,negated_conjecture,
    ~ between(a,b,e),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_betweenness) ).

cnf(c_4141,plain,
    between(d,b,c),
    inference(superposition,[status(thm)],[c_112,c_75]) ).

cnf(c_4152,plain,
    ( ~ between(c,d,X0)
    | between(c,b,X0) ),
    inference(superposition,[status(thm)],[c_112,c_86]) ).

cnf(c_4162,plain,
    ( ~ between(c,X0,e)
    | between(a,X0,e) ),
    inference(superposition,[status(thm)],[c_110,c_85]) ).

cnf(c_4163,plain,
    ( ~ between(d,X0,e)
    | between(a,X0,e) ),
    inference(superposition,[status(thm)],[c_111,c_85]) ).

cnf(c_4202,plain,
    ( ~ between(a,X0,e)
    | between(X0,d,e)
    | between(d,X0,e) ),
    inference(superposition,[status(thm)],[c_111,c_109]) ).

cnf(c_4232,plain,
    ( ~ between(d,c,X0)
    | between(b,c,X0) ),
    inference(superposition,[status(thm)],[c_4141,c_82]) ).

cnf(c_4234,plain,
    ( ~ between(d,c,X0)
    | between(d,b,X0) ),
    inference(superposition,[status(thm)],[c_4141,c_86]) ).

cnf(c_4344,plain,
    ( between(c,d,e)
    | between(d,c,e) ),
    inference(superposition,[status(thm)],[c_110,c_4202]) ).

cnf(c_4543,plain,
    ( between(c,d,e)
    | between(b,c,e) ),
    inference(superposition,[status(thm)],[c_4344,c_4232]) ).

cnf(c_4544,plain,
    ( between(c,d,e)
    | between(d,b,e) ),
    inference(superposition,[status(thm)],[c_4344,c_4234]) ).

cnf(c_4600,plain,
    ( between(a,b,e)
    | between(c,d,e) ),
    inference(superposition,[status(thm)],[c_4544,c_4163]) ).

cnf(c_4606,plain,
    between(c,d,e),
    inference(global_subsumption_just,[status(thm)],[c_4543,c_113,c_4600]) ).

cnf(c_4616,plain,
    between(c,b,e),
    inference(superposition,[status(thm)],[c_4606,c_4152]) ).

cnf(c_4962,plain,
    between(a,b,e),
    inference(superposition,[status(thm)],[c_4616,c_4162]) ).

cnf(c_4963,plain,
    $false,
    inference(backward_subsumption_resolution,[status(thm)],[c_113,c_4962]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.13  % Problem  : GEO008-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.11/0.14  % Command  : run_iprover %s %d THM
% 0.14/0.35  % Computer : n013.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 : Tue Aug 29 21:18:17 EDT 2023
% 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 --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 3.42/1.18  % SZS status Started for theBenchmark.p
% 3.42/1.18  % SZS status Unsatisfiable for theBenchmark.p
% 3.42/1.18  
% 3.42/1.18  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 3.42/1.18  
% 3.42/1.18  ------  iProver source info
% 3.42/1.18  
% 3.42/1.18  git: date: 2023-05-31 18:12:56 +0000
% 3.42/1.18  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 3.42/1.18  git: non_committed_changes: false
% 3.42/1.18  git: last_make_outside_of_git: false
% 3.42/1.18  
% 3.42/1.18  ------ Parsing...successful
% 3.42/1.18  
% 3.42/1.18  
% 3.42/1.18  
% 3.42/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 
% 3.42/1.18  
% 3.42/1.18  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 3.42/1.18  
% 3.42/1.18  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 3.42/1.18  ------ Proving...
% 3.42/1.18  ------ Problem Properties 
% 3.42/1.18  
% 3.42/1.18  
% 3.42/1.18  clauses                                 78
% 3.42/1.18  conjectures                             1
% 3.42/1.18  EPR                                     50
% 3.42/1.18  Horn                                    60
% 3.42/1.18  unary                                   27
% 3.42/1.18  binary                                  15
% 3.42/1.18  lits                                    212
% 3.42/1.18  lits eq                                 38
% 3.42/1.18  fd_pure                                 0
% 3.42/1.18  fd_pseudo                               0
% 3.42/1.18  fd_cond                                 0
% 3.42/1.18  fd_pseudo_cond                          20
% 3.42/1.18  AC symbols                              0
% 3.42/1.18  
% 3.42/1.18  ------ Input Options Time Limit: Unbounded
% 3.42/1.18  
% 3.42/1.18  
% 3.42/1.18  ------ 
% 3.42/1.18  Current options:
% 3.42/1.18  ------ 
% 3.42/1.18  
% 3.42/1.18  
% 3.42/1.18  
% 3.42/1.18  
% 3.42/1.18  ------ Proving...
% 3.42/1.18  
% 3.42/1.18  
% 3.42/1.18  ------ Proving...
% 3.42/1.18  
% 3.42/1.18  
% 3.42/1.18  % SZS status Unsatisfiable for theBenchmark.p
% 3.42/1.18  
% 3.42/1.18  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 3.42/1.18  
% 3.42/1.18  
%------------------------------------------------------------------------------