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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.9
% Problem  : GEO040-3 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n020.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:10 EDT 2024

% Result   : Unsatisfiable 68.78s 10.30s
% Output   : CNFRefutation 68.78s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    6
% Syntax   : Number of clauses     :   14 (   7 unt;   0 nHn;  14 RR)
%            Number of literals    :   25 (   9 equ;  12 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   3 con; 0-5 aty)
%            Number of variables   :   22 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(c_77,plain,
    between(u,v,w),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',v_between_u_and_w) ).

cnf(c_78,plain,
    between(v,u,w),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',u_between_v_and_w) ).

cnf(c_79,negated_conjecture,
    u != v,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_u_is_v) ).

cnf(c_87,plain,
    ( ~ between(X0,X1,X0)
    | X0 = X1 ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO002-0.ax',identity_for_betweeness) ).

cnf(c_88,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X3,X4,X2)
    | between(X1,inner_pasch(X0,X1,X2,X4,X3),X3) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO002-0.ax',inner_pasch1) ).

cnf(c_89,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X3,X4,X2)
    | between(X4,inner_pasch(X0,X1,X2,X4,X3),X0) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO002-0.ax',inner_pasch2) ).

cnf(c_53122,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X1,X3,X2)
    | inner_pasch(X0,X1,X2,X3,X1) = X1 ),
    inference(superposition,[status(thm)],[c_88,c_87]) ).

cnf(c_53130,plain,
    ( ~ between(X0,X1,X2)
    | ~ between(X3,X0,X2)
    | inner_pasch(X0,X1,X2,X0,X3) = X0 ),
    inference(superposition,[status(thm)],[c_89,c_87]) ).

cnf(c_53877,plain,
    ( ~ between(v,X0,w)
    | inner_pasch(u,v,w,X0,v) = v ),
    inference(superposition,[status(thm)],[c_77,c_53122]) ).

cnf(c_54872,plain,
    ( ~ between(X0,u,w)
    | inner_pasch(u,v,w,u,X0) = u ),
    inference(superposition,[status(thm)],[c_77,c_53130]) ).

cnf(c_82333,plain,
    inner_pasch(u,v,w,u,v) = v,
    inference(superposition,[status(thm)],[c_78,c_53877]) ).

cnf(c_94649,plain,
    inner_pasch(u,v,w,u,v) = u,
    inference(superposition,[status(thm)],[c_78,c_54872]) ).

cnf(c_95287,plain,
    u = v,
    inference(demodulation,[status(thm)],[c_82333,c_94649]) ).

cnf(c_95288,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_95287,c_79]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : GEO040-3 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.14  % Command  : run_iprover %s %d THM
% 0.13/0.35  % Computer : n020.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Fri May  3 01:26:31 EDT 2024
% 0.13/0.35  % CPUTime  : 
% 0.20/0.48  Running first-order theorem proving
% 0.20/0.48  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --heuristic_context casc_unsat --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 68.78/10.30  % SZS status Started for theBenchmark.p
% 68.78/10.30  % SZS status Unsatisfiable for theBenchmark.p
% 68.78/10.30  
% 68.78/10.30  %---------------- iProver v3.9 (pre CASC 2024/SMT-COMP 2024) ----------------%
% 68.78/10.30  
% 68.78/10.30  ------  iProver source info
% 68.78/10.30  
% 68.78/10.30  git: date: 2024-05-02 19:28:25 +0000
% 68.78/10.30  git: sha1: a33b5eb135c74074ba803943bb12f2ebd971352f
% 68.78/10.30  git: non_committed_changes: false
% 68.78/10.30  
% 68.78/10.30  ------ Parsing...successful
% 68.78/10.30  
% 68.78/10.30  
% 68.78/10.30  
% 68.78/10.30  ------ 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 
% 68.78/10.30  
% 68.78/10.30  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 68.78/10.30  
% 68.78/10.30  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 68.78/10.30  ------ Proving...
% 68.78/10.30  ------ Problem Properties 
% 68.78/10.30  
% 68.78/10.30  
% 68.78/10.30  clauses                                 47
% 68.78/10.30  conjectures                             1
% 68.78/10.30  EPR                                     28
% 68.78/10.30  Horn                                    38
% 68.78/10.30  unary                                   19
% 68.78/10.30  binary                                  13
% 68.78/10.30  lits                                    110
% 68.78/10.30  lits eq                                 22
% 68.78/10.30  fd_pure                                 0
% 68.78/10.30  fd_pseudo                               0
% 68.78/10.30  fd_cond                                 0
% 68.78/10.30  fd_pseudo_cond                          11
% 68.78/10.30  AC symbols                              0
% 68.78/10.30  
% 68.78/10.30  ------ Input Options Time Limit: Unbounded
% 68.78/10.30  
% 68.78/10.30  
% 68.78/10.30  ------ 
% 68.78/10.30  Current options:
% 68.78/10.30  ------ 
% 68.78/10.30  
% 68.78/10.30  
% 68.78/10.30  
% 68.78/10.30  
% 68.78/10.30  ------ Proving...
% 68.78/10.30  
% 68.78/10.30  
% 68.78/10.30  % SZS status Unsatisfiable for theBenchmark.p
% 68.78/10.30  
% 68.78/10.30  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 68.78/10.30  
% 68.78/10.30  
%------------------------------------------------------------------------------