TSTP Solution File: SWB032+2 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : SWB032+2 : TPTP v8.1.2. Released v5.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n003.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 : Thu Aug 31 20:09:29 EDT 2023

% Result   : Theorem 1.88s 1.17s
% Output   : CNFRefutation 1.88s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   80 (  14 unt;   0 def)
%            Number of atoms       :  264 (   0 equ)
%            Maximal formula atoms :   10 (   3 avg)
%            Number of connectives :  303 ( 119   ~; 116   |;  53   &)
%                                         (   6 <=>;   9  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :   10 (  10 usr;   8 con; 0-2 aty)
%            Number of variables   :   98 (   0 sgn;  72   !;   8   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    idc(uri_xsd_string),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owl_dat_dtype_string_type) ).

fof(f2,axiom,
    idc(uri_xsd_decimal),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owl_dat_dtype_decimal_type) ).

fof(f3,axiom,
    idc(uri_xsd_integer),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owl_dat_dtype_integer_type) ).

fof(f4,axiom,
    ! [X0] :
      ~ ( icext(uri_owl_real,X0)
        & icext(uri_rdf_PlainLiteral,X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owl_dat_dtype_relation_disjoint_plainliteral_real) ).

fof(f5,axiom,
    ! [X0] :
      ( icext(uri_xsd_string,X0)
     => icext(uri_rdf_PlainLiteral,X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owl_dat_dtype_relation_subtype_string_plainliteral) ).

fof(f6,axiom,
    ! [X0] :
      ( icext(uri_owl_rational,X0)
     => icext(uri_owl_real,X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owl_dat_dtype_relation_subtype_rational_real) ).

fof(f7,axiom,
    ! [X0] :
      ( icext(uri_xsd_decimal,X0)
     => icext(uri_owl_rational,X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owl_dat_dtype_relation_subtype_decimal_rational) ).

fof(f8,axiom,
    ! [X0] :
      ( icext(uri_xsd_integer,X0)
     => icext(uri_xsd_decimal,X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owl_dat_dtype_relation_subtype_integer_decimal) ).

fof(f9,axiom,
    ! [X0] :
      ( idc(X0)
     => ic(X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owl_parts_idc_cond_set) ).

fof(f10,axiom,
    ! [X1,X2] :
      ( iext(uri_rdfs_subClassOf,X1,X2)
    <=> ( ! [X0] :
            ( icext(X1,X0)
           => icext(X2,X0) )
        & ic(X2)
        & ic(X1) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owl_rdfsext_subclassof) ).

fof(f11,axiom,
    ! [X1,X2] :
      ( iext(uri_owl_disjointWith,X1,X2)
    <=> ( ! [X0] :
            ~ ( icext(X2,X0)
              & icext(X1,X0) )
        & ic(X2)
        & ic(X1) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owl_eqdis_disjointwith) ).

fof(f12,conjecture,
    ( iext(uri_rdfs_subClassOf,uri_xsd_integer,uri_xsd_decimal)
    & iext(uri_owl_disjointWith,uri_xsd_decimal,uri_xsd_string) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',testcase_conclusion_fullish_032_Datatype_Relationships) ).

fof(f13,negated_conjecture,
    ~ ( iext(uri_rdfs_subClassOf,uri_xsd_integer,uri_xsd_decimal)
      & iext(uri_owl_disjointWith,uri_xsd_decimal,uri_xsd_string) ),
    inference(negated_conjecture,[],[f12]) ).

fof(f14,plain,
    ! [X0,X1] :
      ( iext(uri_rdfs_subClassOf,X0,X1)
    <=> ( ! [X2] :
            ( icext(X0,X2)
           => icext(X1,X2) )
        & ic(X1)
        & ic(X0) ) ),
    inference(rectify,[],[f10]) ).

fof(f15,plain,
    ! [X0,X1] :
      ( iext(uri_owl_disjointWith,X0,X1)
    <=> ( ! [X2] :
            ~ ( icext(X1,X2)
              & icext(X0,X2) )
        & ic(X1)
        & ic(X0) ) ),
    inference(rectify,[],[f11]) ).

fof(f16,plain,
    ! [X0] :
      ( ~ icext(uri_owl_real,X0)
      | ~ icext(uri_rdf_PlainLiteral,X0) ),
    inference(ennf_transformation,[],[f4]) ).

fof(f17,plain,
    ! [X0] :
      ( icext(uri_rdf_PlainLiteral,X0)
      | ~ icext(uri_xsd_string,X0) ),
    inference(ennf_transformation,[],[f5]) ).

fof(f18,plain,
    ! [X0] :
      ( icext(uri_owl_real,X0)
      | ~ icext(uri_owl_rational,X0) ),
    inference(ennf_transformation,[],[f6]) ).

fof(f19,plain,
    ! [X0] :
      ( icext(uri_owl_rational,X0)
      | ~ icext(uri_xsd_decimal,X0) ),
    inference(ennf_transformation,[],[f7]) ).

fof(f20,plain,
    ! [X0] :
      ( icext(uri_xsd_decimal,X0)
      | ~ icext(uri_xsd_integer,X0) ),
    inference(ennf_transformation,[],[f8]) ).

fof(f21,plain,
    ! [X0] :
      ( ic(X0)
      | ~ idc(X0) ),
    inference(ennf_transformation,[],[f9]) ).

fof(f22,plain,
    ! [X0,X1] :
      ( iext(uri_rdfs_subClassOf,X0,X1)
    <=> ( ! [X2] :
            ( icext(X1,X2)
            | ~ icext(X0,X2) )
        & ic(X1)
        & ic(X0) ) ),
    inference(ennf_transformation,[],[f14]) ).

fof(f23,plain,
    ! [X0,X1] :
      ( iext(uri_owl_disjointWith,X0,X1)
    <=> ( ! [X2] :
            ( ~ icext(X1,X2)
            | ~ icext(X0,X2) )
        & ic(X1)
        & ic(X0) ) ),
    inference(ennf_transformation,[],[f15]) ).

fof(f24,plain,
    ( ~ iext(uri_rdfs_subClassOf,uri_xsd_integer,uri_xsd_decimal)
    | ~ iext(uri_owl_disjointWith,uri_xsd_decimal,uri_xsd_string) ),
    inference(ennf_transformation,[],[f13]) ).

fof(f25,plain,
    ! [X0,X1] :
      ( ( iext(uri_rdfs_subClassOf,X0,X1)
        | ? [X2] :
            ( ~ icext(X1,X2)
            & icext(X0,X2) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X2] :
              ( icext(X1,X2)
              | ~ icext(X0,X2) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_rdfs_subClassOf,X0,X1) ) ),
    inference(nnf_transformation,[],[f22]) ).

fof(f26,plain,
    ! [X0,X1] :
      ( ( iext(uri_rdfs_subClassOf,X0,X1)
        | ? [X2] :
            ( ~ icext(X1,X2)
            & icext(X0,X2) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X2] :
              ( icext(X1,X2)
              | ~ icext(X0,X2) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_rdfs_subClassOf,X0,X1) ) ),
    inference(flattening,[],[f25]) ).

fof(f27,plain,
    ! [X0,X1] :
      ( ( iext(uri_rdfs_subClassOf,X0,X1)
        | ? [X2] :
            ( ~ icext(X1,X2)
            & icext(X0,X2) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X3] :
              ( icext(X1,X3)
              | ~ icext(X0,X3) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_rdfs_subClassOf,X0,X1) ) ),
    inference(rectify,[],[f26]) ).

fof(f28,plain,
    ! [X0,X1] :
      ( ? [X2] :
          ( ~ icext(X1,X2)
          & icext(X0,X2) )
     => ( ~ icext(X1,sK0(X0,X1))
        & icext(X0,sK0(X0,X1)) ) ),
    introduced(choice_axiom,[]) ).

fof(f29,plain,
    ! [X0,X1] :
      ( ( iext(uri_rdfs_subClassOf,X0,X1)
        | ( ~ icext(X1,sK0(X0,X1))
          & icext(X0,sK0(X0,X1)) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X3] :
              ( icext(X1,X3)
              | ~ icext(X0,X3) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_rdfs_subClassOf,X0,X1) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0])],[f27,f28]) ).

fof(f30,plain,
    ! [X0,X1] :
      ( ( iext(uri_owl_disjointWith,X0,X1)
        | ? [X2] :
            ( icext(X1,X2)
            & icext(X0,X2) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X2] :
              ( ~ icext(X1,X2)
              | ~ icext(X0,X2) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_owl_disjointWith,X0,X1) ) ),
    inference(nnf_transformation,[],[f23]) ).

fof(f31,plain,
    ! [X0,X1] :
      ( ( iext(uri_owl_disjointWith,X0,X1)
        | ? [X2] :
            ( icext(X1,X2)
            & icext(X0,X2) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X2] :
              ( ~ icext(X1,X2)
              | ~ icext(X0,X2) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_owl_disjointWith,X0,X1) ) ),
    inference(flattening,[],[f30]) ).

fof(f32,plain,
    ! [X0,X1] :
      ( ( iext(uri_owl_disjointWith,X0,X1)
        | ? [X2] :
            ( icext(X1,X2)
            & icext(X0,X2) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X3] :
              ( ~ icext(X1,X3)
              | ~ icext(X0,X3) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_owl_disjointWith,X0,X1) ) ),
    inference(rectify,[],[f31]) ).

fof(f33,plain,
    ! [X0,X1] :
      ( ? [X2] :
          ( icext(X1,X2)
          & icext(X0,X2) )
     => ( icext(X1,sK1(X0,X1))
        & icext(X0,sK1(X0,X1)) ) ),
    introduced(choice_axiom,[]) ).

fof(f34,plain,
    ! [X0,X1] :
      ( ( iext(uri_owl_disjointWith,X0,X1)
        | ( icext(X1,sK1(X0,X1))
          & icext(X0,sK1(X0,X1)) )
        | ~ ic(X1)
        | ~ ic(X0) )
      & ( ( ! [X3] :
              ( ~ icext(X1,X3)
              | ~ icext(X0,X3) )
          & ic(X1)
          & ic(X0) )
        | ~ iext(uri_owl_disjointWith,X0,X1) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK1])],[f32,f33]) ).

fof(f35,plain,
    idc(uri_xsd_string),
    inference(cnf_transformation,[],[f1]) ).

fof(f36,plain,
    idc(uri_xsd_decimal),
    inference(cnf_transformation,[],[f2]) ).

fof(f37,plain,
    idc(uri_xsd_integer),
    inference(cnf_transformation,[],[f3]) ).

fof(f38,plain,
    ! [X0] :
      ( ~ icext(uri_owl_real,X0)
      | ~ icext(uri_rdf_PlainLiteral,X0) ),
    inference(cnf_transformation,[],[f16]) ).

fof(f39,plain,
    ! [X0] :
      ( icext(uri_rdf_PlainLiteral,X0)
      | ~ icext(uri_xsd_string,X0) ),
    inference(cnf_transformation,[],[f17]) ).

fof(f40,plain,
    ! [X0] :
      ( icext(uri_owl_real,X0)
      | ~ icext(uri_owl_rational,X0) ),
    inference(cnf_transformation,[],[f18]) ).

fof(f41,plain,
    ! [X0] :
      ( icext(uri_owl_rational,X0)
      | ~ icext(uri_xsd_decimal,X0) ),
    inference(cnf_transformation,[],[f19]) ).

fof(f42,plain,
    ! [X0] :
      ( icext(uri_xsd_decimal,X0)
      | ~ icext(uri_xsd_integer,X0) ),
    inference(cnf_transformation,[],[f20]) ).

fof(f43,plain,
    ! [X0] :
      ( ic(X0)
      | ~ idc(X0) ),
    inference(cnf_transformation,[],[f21]) ).

fof(f47,plain,
    ! [X0,X1] :
      ( iext(uri_rdfs_subClassOf,X0,X1)
      | icext(X0,sK0(X0,X1))
      | ~ ic(X1)
      | ~ ic(X0) ),
    inference(cnf_transformation,[],[f29]) ).

fof(f48,plain,
    ! [X0,X1] :
      ( iext(uri_rdfs_subClassOf,X0,X1)
      | ~ icext(X1,sK0(X0,X1))
      | ~ ic(X1)
      | ~ ic(X0) ),
    inference(cnf_transformation,[],[f29]) ).

fof(f52,plain,
    ! [X0,X1] :
      ( iext(uri_owl_disjointWith,X0,X1)
      | icext(X0,sK1(X0,X1))
      | ~ ic(X1)
      | ~ ic(X0) ),
    inference(cnf_transformation,[],[f34]) ).

fof(f53,plain,
    ! [X0,X1] :
      ( iext(uri_owl_disjointWith,X0,X1)
      | icext(X1,sK1(X0,X1))
      | ~ ic(X1)
      | ~ ic(X0) ),
    inference(cnf_transformation,[],[f34]) ).

fof(f54,plain,
    ( ~ iext(uri_rdfs_subClassOf,uri_xsd_integer,uri_xsd_decimal)
    | ~ iext(uri_owl_disjointWith,uri_xsd_decimal,uri_xsd_string) ),
    inference(cnf_transformation,[],[f24]) ).

cnf(c_49,plain,
    idc(uri_xsd_string),
    inference(cnf_transformation,[],[f35]) ).

cnf(c_50,plain,
    idc(uri_xsd_decimal),
    inference(cnf_transformation,[],[f36]) ).

cnf(c_51,plain,
    idc(uri_xsd_integer),
    inference(cnf_transformation,[],[f37]) ).

cnf(c_52,plain,
    ( ~ icext(uri_owl_real,X0)
    | ~ icext(uri_rdf_PlainLiteral,X0) ),
    inference(cnf_transformation,[],[f38]) ).

cnf(c_53,plain,
    ( ~ icext(uri_xsd_string,X0)
    | icext(uri_rdf_PlainLiteral,X0) ),
    inference(cnf_transformation,[],[f39]) ).

cnf(c_54,plain,
    ( ~ icext(uri_owl_rational,X0)
    | icext(uri_owl_real,X0) ),
    inference(cnf_transformation,[],[f40]) ).

cnf(c_55,plain,
    ( ~ icext(uri_xsd_decimal,X0)
    | icext(uri_owl_rational,X0) ),
    inference(cnf_transformation,[],[f41]) ).

cnf(c_56,plain,
    ( ~ icext(uri_xsd_integer,X0)
    | icext(uri_xsd_decimal,X0) ),
    inference(cnf_transformation,[],[f42]) ).

cnf(c_57,plain,
    ( ~ idc(X0)
    | ic(X0) ),
    inference(cnf_transformation,[],[f43]) ).

cnf(c_58,plain,
    ( ~ icext(X0,sK0(X1,X0))
    | ~ ic(X0)
    | ~ ic(X1)
    | iext(uri_rdfs_subClassOf,X1,X0) ),
    inference(cnf_transformation,[],[f48]) ).

cnf(c_59,plain,
    ( ~ ic(X0)
    | ~ ic(X1)
    | icext(X0,sK0(X0,X1))
    | iext(uri_rdfs_subClassOf,X0,X1) ),
    inference(cnf_transformation,[],[f47]) ).

cnf(c_63,plain,
    ( ~ ic(X0)
    | ~ ic(X1)
    | icext(X1,sK1(X0,X1))
    | iext(uri_owl_disjointWith,X0,X1) ),
    inference(cnf_transformation,[],[f53]) ).

cnf(c_64,plain,
    ( ~ ic(X0)
    | ~ ic(X1)
    | icext(X0,sK1(X0,X1))
    | iext(uri_owl_disjointWith,X0,X1) ),
    inference(cnf_transformation,[],[f52]) ).

cnf(c_68,negated_conjecture,
    ( ~ iext(uri_rdfs_subClassOf,uri_xsd_integer,uri_xsd_decimal)
    | ~ iext(uri_owl_disjointWith,uri_xsd_decimal,uri_xsd_string) ),
    inference(cnf_transformation,[],[f54]) ).

cnf(c_175,plain,
    ic(uri_xsd_string),
    inference(resolution,[status(thm)],[c_49,c_57]) ).

cnf(c_179,plain,
    ic(uri_xsd_decimal),
    inference(resolution,[status(thm)],[c_50,c_57]) ).

cnf(c_183,plain,
    ic(uri_xsd_integer),
    inference(resolution,[status(thm)],[c_51,c_57]) ).

cnf(c_282,plain,
    ( ~ icext(uri_xsd_decimal,sK0(X0,uri_xsd_decimal))
    | ~ ic(X0)
    | ~ ic(uri_xsd_decimal)
    | iext(uri_rdfs_subClassOf,X0,uri_xsd_decimal) ),
    inference(instantiation,[status(thm)],[c_58]) ).

cnf(c_290,plain,
    ( ~ ic(X0)
    | ~ ic(uri_xsd_integer)
    | icext(uri_xsd_integer,sK0(uri_xsd_integer,X0))
    | iext(uri_rdfs_subClassOf,uri_xsd_integer,X0) ),
    inference(instantiation,[status(thm)],[c_59]) ).

cnf(c_294,plain,
    ( ~ ic(X0)
    | ~ ic(uri_xsd_decimal)
    | icext(X0,sK1(uri_xsd_decimal,X0))
    | iext(uri_owl_disjointWith,uri_xsd_decimal,X0) ),
    inference(instantiation,[status(thm)],[c_63]) ).

cnf(c_300,plain,
    ( ~ ic(X0)
    | ~ ic(uri_xsd_decimal)
    | icext(uri_xsd_decimal,sK1(uri_xsd_decimal,X0))
    | iext(uri_owl_disjointWith,uri_xsd_decimal,X0) ),
    inference(instantiation,[status(thm)],[c_64]) ).

cnf(c_310,plain,
    ( ~ icext(uri_xsd_decimal,sK0(uri_xsd_integer,uri_xsd_decimal))
    | ~ ic(uri_xsd_decimal)
    | ~ ic(uri_xsd_integer)
    | iext(uri_rdfs_subClassOf,uri_xsd_integer,uri_xsd_decimal) ),
    inference(instantiation,[status(thm)],[c_282]) ).

cnf(c_323,plain,
    ( ~ ic(uri_xsd_decimal)
    | ~ ic(uri_xsd_integer)
    | icext(uri_xsd_integer,sK0(uri_xsd_integer,uri_xsd_decimal))
    | iext(uri_rdfs_subClassOf,uri_xsd_integer,uri_xsd_decimal) ),
    inference(instantiation,[status(thm)],[c_290]) ).

cnf(c_327,plain,
    ( ~ ic(uri_xsd_string)
    | ~ ic(uri_xsd_decimal)
    | icext(uri_xsd_string,sK1(uri_xsd_decimal,uri_xsd_string))
    | iext(uri_owl_disjointWith,uri_xsd_decimal,uri_xsd_string) ),
    inference(instantiation,[status(thm)],[c_294]) ).

cnf(c_333,plain,
    ( ~ ic(uri_xsd_string)
    | ~ ic(uri_xsd_decimal)
    | icext(uri_xsd_decimal,sK1(uri_xsd_decimal,uri_xsd_string))
    | iext(uri_owl_disjointWith,uri_xsd_decimal,uri_xsd_string) ),
    inference(instantiation,[status(thm)],[c_300]) ).

cnf(c_346,plain,
    ( ~ icext(uri_xsd_string,sK1(uri_xsd_decimal,uri_xsd_string))
    | icext(uri_rdf_PlainLiteral,sK1(uri_xsd_decimal,uri_xsd_string)) ),
    inference(instantiation,[status(thm)],[c_53]) ).

cnf(c_361,plain,
    ( ~ icext(uri_xsd_decimal,sK1(uri_xsd_decimal,uri_xsd_string))
    | icext(uri_owl_rational,sK1(uri_xsd_decimal,uri_xsd_string)) ),
    inference(instantiation,[status(thm)],[c_55]) ).

cnf(c_408,plain,
    ( ~ icext(uri_owl_rational,sK1(uri_xsd_decimal,uri_xsd_string))
    | icext(uri_owl_real,sK1(uri_xsd_decimal,uri_xsd_string)) ),
    inference(instantiation,[status(thm)],[c_54]) ).

cnf(c_473,plain,
    ( ~ icext(uri_xsd_integer,sK0(uri_xsd_integer,uri_xsd_decimal))
    | icext(uri_xsd_decimal,sK0(uri_xsd_integer,uri_xsd_decimal)) ),
    inference(instantiation,[status(thm)],[c_56]) ).

cnf(c_478,negated_conjecture,
    ~ iext(uri_owl_disjointWith,uri_xsd_decimal,uri_xsd_string),
    inference(global_subsumption_just,[status(thm)],[c_68,c_68,c_179,c_183,c_310,c_323,c_473]) ).

cnf(c_695,plain,
    ( ~ icext(uri_owl_real,sK1(uri_xsd_decimal,uri_xsd_string))
    | ~ icext(uri_rdf_PlainLiteral,sK1(uri_xsd_decimal,uri_xsd_string)) ),
    inference(instantiation,[status(thm)],[c_52]) ).

cnf(c_696,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_695,c_478,c_408,c_361,c_346,c_333,c_327,c_179,c_175]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SWB032+2 : TPTP v8.1.2. Released v5.2.0.
% 0.00/0.13  % Command  : run_iprover %s %d THM
% 0.13/0.35  % Computer : n003.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 : Sun Aug 27 06:53:09 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.48  Running first-order theorem proving
% 0.20/0.48  Running: /export/starexec/sandbox/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 1.88/1.17  % SZS status Started for theBenchmark.p
% 1.88/1.17  % SZS status Theorem for theBenchmark.p
% 1.88/1.17  
% 1.88/1.17  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 1.88/1.17  
% 1.88/1.17  ------  iProver source info
% 1.88/1.17  
% 1.88/1.17  git: date: 2023-05-31 18:12:56 +0000
% 1.88/1.17  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 1.88/1.17  git: non_committed_changes: false
% 1.88/1.17  git: last_make_outside_of_git: false
% 1.88/1.17  
% 1.88/1.17  ------ Parsing...
% 1.88/1.17  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 1.88/1.17  
% 1.88/1.17  ------ Preprocessing... sf_s  rm: 0 0s  sf_e  pe_s  pe:1:0s pe_e  sf_s  rm: 0 0s  sf_e  pe_s  pe_e 
% 1.88/1.17  
% 1.88/1.17  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 1.88/1.17  ------ Proving...
% 1.88/1.17  ------ Problem Properties 
% 1.88/1.17  
% 1.88/1.17  
% 1.88/1.17  clauses                                 19
% 1.88/1.17  conjectures                             1
% 1.88/1.17  EPR                                     15
% 1.88/1.17  Horn                                    16
% 1.88/1.17  unary                                   3
% 1.88/1.17  binary                                  10
% 1.88/1.17  lits                                    45
% 1.88/1.17  lits eq                                 0
% 1.88/1.17  fd_pure                                 0
% 1.88/1.17  fd_pseudo                               0
% 1.88/1.17  fd_cond                                 0
% 1.88/1.17  fd_pseudo_cond                          0
% 1.88/1.17  AC symbols                              0
% 1.88/1.17  
% 1.88/1.17  ------ Schedule dynamic 5 is on 
% 1.88/1.17  
% 1.88/1.17  ------ no equalities: superposition off 
% 1.88/1.17  
% 1.88/1.17  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 1.88/1.17  
% 1.88/1.17  
% 1.88/1.17  ------ 
% 1.88/1.17  Current options:
% 1.88/1.17  ------ 
% 1.88/1.17  
% 1.88/1.17  
% 1.88/1.17  
% 1.88/1.17  
% 1.88/1.17  ------ Proving...
% 1.88/1.17  
% 1.88/1.17  
% 1.88/1.17  % SZS status Theorem for theBenchmark.p
% 1.88/1.17  
% 1.88/1.17  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 1.88/1.17  
% 1.88/1.17  
%------------------------------------------------------------------------------