TSTP Solution File: SEU212+3 by iProver---3.8

View Problem - Process Solution

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

% Computer : n026.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 17:04:45 EDT 2023

% Result   : Theorem 2.88s 1.15s
% Output   : CNFRefutation 2.88s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   69 (  13 unt;   0 def)
%            Number of atoms       :  277 (  66 equ)
%            Maximal formula atoms :   16 (   4 avg)
%            Number of connectives :  336 ( 128   ~; 136   |;  48   &)
%                                         (  12 <=>;  10  =>;   0  <=;   2 <~>)
%            Maximal formula depth :   11 (   5 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number of predicates  :    5 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :   12 (  12 usr;   4 con; 0-2 aty)
%            Number of variables   :  145 (   4 sgn;  80   !;  28   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f4,axiom,
    ! [X0,X1] : unordered_pair(X0,X1) = unordered_pair(X1,X0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',commutativity_k2_tarski) ).

fof(f5,axiom,
    ! [X0] :
      ( ( function(X0)
        & relation(X0) )
     => ! [X1,X2] :
          ( ( ~ in(X1,relation_dom(X0))
           => ( apply(X0,X1) = X2
            <=> empty_set = X2 ) )
          & ( in(X1,relation_dom(X0))
           => ( apply(X0,X1) = X2
            <=> in(ordered_pair(X1,X2),X0) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d4_funct_1) ).

fof(f6,axiom,
    ! [X0] :
      ( relation(X0)
     => ! [X1] :
          ( relation_dom(X0) = X1
        <=> ! [X2] :
              ( in(X2,X1)
            <=> ? [X3] : in(ordered_pair(X2,X3),X0) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d4_relat_1) ).

fof(f7,axiom,
    ! [X0,X1] : ordered_pair(X0,X1) = unordered_pair(unordered_pair(X0,X1),singleton(X0)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d5_tarski) ).

fof(f35,conjecture,
    ! [X0,X1,X2] :
      ( ( function(X2)
        & relation(X2) )
     => ( in(ordered_pair(X0,X1),X2)
      <=> ( apply(X2,X0) = X1
          & in(X0,relation_dom(X2)) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t8_funct_1) ).

fof(f36,negated_conjecture,
    ~ ! [X0,X1,X2] :
        ( ( function(X2)
          & relation(X2) )
       => ( in(ordered_pair(X0,X1),X2)
        <=> ( apply(X2,X0) = X1
            & in(X0,relation_dom(X2)) ) ) ),
    inference(negated_conjecture,[],[f35]) ).

fof(f44,plain,
    ! [X0] :
      ( ! [X1,X2] :
          ( ( ( apply(X0,X1) = X2
            <=> empty_set = X2 )
            | in(X1,relation_dom(X0)) )
          & ( ( apply(X0,X1) = X2
            <=> in(ordered_pair(X1,X2),X0) )
            | ~ in(X1,relation_dom(X0)) ) )
      | ~ function(X0)
      | ~ relation(X0) ),
    inference(ennf_transformation,[],[f5]) ).

fof(f45,plain,
    ! [X0] :
      ( ! [X1,X2] :
          ( ( ( apply(X0,X1) = X2
            <=> empty_set = X2 )
            | in(X1,relation_dom(X0)) )
          & ( ( apply(X0,X1) = X2
            <=> in(ordered_pair(X1,X2),X0) )
            | ~ in(X1,relation_dom(X0)) ) )
      | ~ function(X0)
      | ~ relation(X0) ),
    inference(flattening,[],[f44]) ).

fof(f46,plain,
    ! [X0] :
      ( ! [X1] :
          ( relation_dom(X0) = X1
        <=> ! [X2] :
              ( in(X2,X1)
            <=> ? [X3] : in(ordered_pair(X2,X3),X0) ) )
      | ~ relation(X0) ),
    inference(ennf_transformation,[],[f6]) ).

fof(f61,plain,
    ? [X0,X1,X2] :
      ( ( in(ordered_pair(X0,X1),X2)
      <~> ( apply(X2,X0) = X1
          & in(X0,relation_dom(X2)) ) )
      & function(X2)
      & relation(X2) ),
    inference(ennf_transformation,[],[f36]) ).

fof(f62,plain,
    ? [X0,X1,X2] :
      ( ( in(ordered_pair(X0,X1),X2)
      <~> ( apply(X2,X0) = X1
          & in(X0,relation_dom(X2)) ) )
      & function(X2)
      & relation(X2) ),
    inference(flattening,[],[f61]) ).

fof(f63,plain,
    ! [X0] :
      ( ! [X1,X2] :
          ( ( ( ( apply(X0,X1) = X2
                | empty_set != X2 )
              & ( empty_set = X2
                | apply(X0,X1) != X2 ) )
            | in(X1,relation_dom(X0)) )
          & ( ( ( apply(X0,X1) = X2
                | ~ in(ordered_pair(X1,X2),X0) )
              & ( in(ordered_pair(X1,X2),X0)
                | apply(X0,X1) != X2 ) )
            | ~ in(X1,relation_dom(X0)) ) )
      | ~ function(X0)
      | ~ relation(X0) ),
    inference(nnf_transformation,[],[f45]) ).

fof(f64,plain,
    ! [X0] :
      ( ! [X1] :
          ( ( relation_dom(X0) = X1
            | ? [X2] :
                ( ( ! [X3] : ~ in(ordered_pair(X2,X3),X0)
                  | ~ in(X2,X1) )
                & ( ? [X3] : in(ordered_pair(X2,X3),X0)
                  | in(X2,X1) ) ) )
          & ( ! [X2] :
                ( ( in(X2,X1)
                  | ! [X3] : ~ in(ordered_pair(X2,X3),X0) )
                & ( ? [X3] : in(ordered_pair(X2,X3),X0)
                  | ~ in(X2,X1) ) )
            | relation_dom(X0) != X1 ) )
      | ~ relation(X0) ),
    inference(nnf_transformation,[],[f46]) ).

fof(f65,plain,
    ! [X0] :
      ( ! [X1] :
          ( ( relation_dom(X0) = X1
            | ? [X2] :
                ( ( ! [X3] : ~ in(ordered_pair(X2,X3),X0)
                  | ~ in(X2,X1) )
                & ( ? [X4] : in(ordered_pair(X2,X4),X0)
                  | in(X2,X1) ) ) )
          & ( ! [X5] :
                ( ( in(X5,X1)
                  | ! [X6] : ~ in(ordered_pair(X5,X6),X0) )
                & ( ? [X7] : in(ordered_pair(X5,X7),X0)
                  | ~ in(X5,X1) ) )
            | relation_dom(X0) != X1 ) )
      | ~ relation(X0) ),
    inference(rectify,[],[f64]) ).

fof(f66,plain,
    ! [X0,X1] :
      ( ? [X2] :
          ( ( ! [X3] : ~ in(ordered_pair(X2,X3),X0)
            | ~ in(X2,X1) )
          & ( ? [X4] : in(ordered_pair(X2,X4),X0)
            | in(X2,X1) ) )
     => ( ( ! [X3] : ~ in(ordered_pair(sK0(X0,X1),X3),X0)
          | ~ in(sK0(X0,X1),X1) )
        & ( ? [X4] : in(ordered_pair(sK0(X0,X1),X4),X0)
          | in(sK0(X0,X1),X1) ) ) ),
    introduced(choice_axiom,[]) ).

fof(f67,plain,
    ! [X0,X1] :
      ( ? [X4] : in(ordered_pair(sK0(X0,X1),X4),X0)
     => in(ordered_pair(sK0(X0,X1),sK1(X0,X1)),X0) ),
    introduced(choice_axiom,[]) ).

fof(f68,plain,
    ! [X0,X5] :
      ( ? [X7] : in(ordered_pair(X5,X7),X0)
     => in(ordered_pair(X5,sK2(X0,X5)),X0) ),
    introduced(choice_axiom,[]) ).

fof(f69,plain,
    ! [X0] :
      ( ! [X1] :
          ( ( relation_dom(X0) = X1
            | ( ( ! [X3] : ~ in(ordered_pair(sK0(X0,X1),X3),X0)
                | ~ in(sK0(X0,X1),X1) )
              & ( in(ordered_pair(sK0(X0,X1),sK1(X0,X1)),X0)
                | in(sK0(X0,X1),X1) ) ) )
          & ( ! [X5] :
                ( ( in(X5,X1)
                  | ! [X6] : ~ in(ordered_pair(X5,X6),X0) )
                & ( in(ordered_pair(X5,sK2(X0,X5)),X0)
                  | ~ in(X5,X1) ) )
            | relation_dom(X0) != X1 ) )
      | ~ relation(X0) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1,sK2])],[f65,f68,f67,f66]) ).

fof(f88,plain,
    ? [X0,X1,X2] :
      ( ( apply(X2,X0) != X1
        | ~ in(X0,relation_dom(X2))
        | ~ in(ordered_pair(X0,X1),X2) )
      & ( ( apply(X2,X0) = X1
          & in(X0,relation_dom(X2)) )
        | in(ordered_pair(X0,X1),X2) )
      & function(X2)
      & relation(X2) ),
    inference(nnf_transformation,[],[f62]) ).

fof(f89,plain,
    ? [X0,X1,X2] :
      ( ( apply(X2,X0) != X1
        | ~ in(X0,relation_dom(X2))
        | ~ in(ordered_pair(X0,X1),X2) )
      & ( ( apply(X2,X0) = X1
          & in(X0,relation_dom(X2)) )
        | in(ordered_pair(X0,X1),X2) )
      & function(X2)
      & relation(X2) ),
    inference(flattening,[],[f88]) ).

fof(f90,plain,
    ( ? [X0,X1,X2] :
        ( ( apply(X2,X0) != X1
          | ~ in(X0,relation_dom(X2))
          | ~ in(ordered_pair(X0,X1),X2) )
        & ( ( apply(X2,X0) = X1
            & in(X0,relation_dom(X2)) )
          | in(ordered_pair(X0,X1),X2) )
        & function(X2)
        & relation(X2) )
   => ( ( sK13 != apply(sK14,sK12)
        | ~ in(sK12,relation_dom(sK14))
        | ~ in(ordered_pair(sK12,sK13),sK14) )
      & ( ( sK13 = apply(sK14,sK12)
          & in(sK12,relation_dom(sK14)) )
        | in(ordered_pair(sK12,sK13),sK14) )
      & function(sK14)
      & relation(sK14) ) ),
    introduced(choice_axiom,[]) ).

fof(f91,plain,
    ( ( sK13 != apply(sK14,sK12)
      | ~ in(sK12,relation_dom(sK14))
      | ~ in(ordered_pair(sK12,sK13),sK14) )
    & ( ( sK13 = apply(sK14,sK12)
        & in(sK12,relation_dom(sK14)) )
      | in(ordered_pair(sK12,sK13),sK14) )
    & function(sK14)
    & relation(sK14) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK12,sK13,sK14])],[f89,f90]) ).

fof(f95,plain,
    ! [X0,X1] : unordered_pair(X0,X1) = unordered_pair(X1,X0),
    inference(cnf_transformation,[],[f4]) ).

fof(f96,plain,
    ! [X2,X0,X1] :
      ( in(ordered_pair(X1,X2),X0)
      | apply(X0,X1) != X2
      | ~ in(X1,relation_dom(X0))
      | ~ function(X0)
      | ~ relation(X0) ),
    inference(cnf_transformation,[],[f63]) ).

fof(f97,plain,
    ! [X2,X0,X1] :
      ( apply(X0,X1) = X2
      | ~ in(ordered_pair(X1,X2),X0)
      | ~ in(X1,relation_dom(X0))
      | ~ function(X0)
      | ~ relation(X0) ),
    inference(cnf_transformation,[],[f63]) ).

fof(f101,plain,
    ! [X0,X1,X6,X5] :
      ( in(X5,X1)
      | ~ in(ordered_pair(X5,X6),X0)
      | relation_dom(X0) != X1
      | ~ relation(X0) ),
    inference(cnf_transformation,[],[f69]) ).

fof(f104,plain,
    ! [X0,X1] : ordered_pair(X0,X1) = unordered_pair(unordered_pair(X0,X1),singleton(X0)),
    inference(cnf_transformation,[],[f7]) ).

fof(f140,plain,
    relation(sK14),
    inference(cnf_transformation,[],[f91]) ).

fof(f141,plain,
    function(sK14),
    inference(cnf_transformation,[],[f91]) ).

fof(f142,plain,
    ( in(sK12,relation_dom(sK14))
    | in(ordered_pair(sK12,sK13),sK14) ),
    inference(cnf_transformation,[],[f91]) ).

fof(f143,plain,
    ( sK13 = apply(sK14,sK12)
    | in(ordered_pair(sK12,sK13),sK14) ),
    inference(cnf_transformation,[],[f91]) ).

fof(f144,plain,
    ( sK13 != apply(sK14,sK12)
    | ~ in(sK12,relation_dom(sK14))
    | ~ in(ordered_pair(sK12,sK13),sK14) ),
    inference(cnf_transformation,[],[f91]) ).

fof(f145,plain,
    ! [X2,X0,X1] :
      ( apply(X0,X1) = X2
      | ~ in(unordered_pair(unordered_pair(X1,X2),singleton(X1)),X0)
      | ~ in(X1,relation_dom(X0))
      | ~ function(X0)
      | ~ relation(X0) ),
    inference(definition_unfolding,[],[f97,f104]) ).

fof(f146,plain,
    ! [X2,X0,X1] :
      ( in(unordered_pair(unordered_pair(X1,X2),singleton(X1)),X0)
      | apply(X0,X1) != X2
      | ~ in(X1,relation_dom(X0))
      | ~ function(X0)
      | ~ relation(X0) ),
    inference(definition_unfolding,[],[f96,f104]) ).

fof(f149,plain,
    ! [X0,X1,X6,X5] :
      ( in(X5,X1)
      | ~ in(unordered_pair(unordered_pair(X5,X6),singleton(X5)),X0)
      | relation_dom(X0) != X1
      | ~ relation(X0) ),
    inference(definition_unfolding,[],[f101,f104]) ).

fof(f152,plain,
    ( sK13 != apply(sK14,sK12)
    | ~ in(sK12,relation_dom(sK14))
    | ~ in(unordered_pair(unordered_pair(sK12,sK13),singleton(sK12)),sK14) ),
    inference(definition_unfolding,[],[f144,f104]) ).

fof(f153,plain,
    ( sK13 = apply(sK14,sK12)
    | in(unordered_pair(unordered_pair(sK12,sK13),singleton(sK12)),sK14) ),
    inference(definition_unfolding,[],[f143,f104]) ).

fof(f154,plain,
    ( in(sK12,relation_dom(sK14))
    | in(unordered_pair(unordered_pair(sK12,sK13),singleton(sK12)),sK14) ),
    inference(definition_unfolding,[],[f142,f104]) ).

fof(f157,plain,
    ! [X0,X1] :
      ( in(unordered_pair(unordered_pair(X1,apply(X0,X1)),singleton(X1)),X0)
      | ~ in(X1,relation_dom(X0))
      | ~ function(X0)
      | ~ relation(X0) ),
    inference(equality_resolution,[],[f146]) ).

fof(f158,plain,
    ! [X0,X6,X5] :
      ( in(X5,relation_dom(X0))
      | ~ in(unordered_pair(unordered_pair(X5,X6),singleton(X5)),X0)
      | ~ relation(X0) ),
    inference(equality_resolution,[],[f149]) ).

cnf(c_52,plain,
    unordered_pair(X0,X1) = unordered_pair(X1,X0),
    inference(cnf_transformation,[],[f95]) ).

cnf(c_55,plain,
    ( ~ in(unordered_pair(unordered_pair(X0,X1),singleton(X0)),X2)
    | ~ in(X0,relation_dom(X2))
    | ~ function(X2)
    | ~ relation(X2)
    | apply(X2,X0) = X1 ),
    inference(cnf_transformation,[],[f145]) ).

cnf(c_56,plain,
    ( ~ in(X0,relation_dom(X1))
    | ~ function(X1)
    | ~ relation(X1)
    | in(unordered_pair(unordered_pair(X0,apply(X1,X0)),singleton(X0)),X1) ),
    inference(cnf_transformation,[],[f157]) ).

cnf(c_59,plain,
    ( ~ in(unordered_pair(unordered_pair(X0,X1),singleton(X0)),X2)
    | ~ relation(X2)
    | in(X0,relation_dom(X2)) ),
    inference(cnf_transformation,[],[f158]) ).

cnf(c_96,negated_conjecture,
    ( apply(sK14,sK12) != sK13
    | ~ in(unordered_pair(unordered_pair(sK12,sK13),singleton(sK12)),sK14)
    | ~ in(sK12,relation_dom(sK14)) ),
    inference(cnf_transformation,[],[f152]) ).

cnf(c_97,negated_conjecture,
    ( apply(sK14,sK12) = sK13
    | in(unordered_pair(unordered_pair(sK12,sK13),singleton(sK12)),sK14) ),
    inference(cnf_transformation,[],[f153]) ).

cnf(c_98,negated_conjecture,
    ( in(unordered_pair(unordered_pair(sK12,sK13),singleton(sK12)),sK14)
    | in(sK12,relation_dom(sK14)) ),
    inference(cnf_transformation,[],[f154]) ).

cnf(c_99,negated_conjecture,
    function(sK14),
    inference(cnf_transformation,[],[f141]) ).

cnf(c_100,negated_conjecture,
    relation(sK14),
    inference(cnf_transformation,[],[f140]) ).

cnf(c_131,plain,
    ( ~ in(unordered_pair(unordered_pair(X0,X1),singleton(X0)),X2)
    | ~ function(X2)
    | ~ relation(X2)
    | apply(X2,X0) = X1 ),
    inference(global_subsumption_just,[status(thm)],[c_55,c_59,c_55]) ).

cnf(c_376,plain,
    ( in(unordered_pair(singleton(sK12),unordered_pair(sK12,sK13)),sK14)
    | in(sK12,relation_dom(sK14)) ),
    inference(demodulation,[status(thm)],[c_98,c_52]) ).

cnf(c_393,plain,
    ( apply(sK14,sK12) = sK13
    | in(unordered_pair(singleton(sK12),unordered_pair(sK12,sK13)),sK14) ),
    inference(demodulation,[status(thm)],[c_97,c_52]) ).

cnf(c_398,plain,
    ( ~ in(unordered_pair(singleton(X0),unordered_pair(X0,X1)),X2)
    | ~ relation(X2)
    | in(X0,relation_dom(X2)) ),
    inference(demodulation,[status(thm)],[c_59,c_52]) ).

cnf(c_420,plain,
    ( ~ in(unordered_pair(singleton(X0),unordered_pair(X0,X1)),X2)
    | ~ function(X2)
    | ~ relation(X2)
    | apply(X2,X0) = X1 ),
    inference(demodulation,[status(thm)],[c_131,c_52]) ).

cnf(c_429,plain,
    ( apply(sK14,sK12) != sK13
    | ~ in(unordered_pair(singleton(sK12),unordered_pair(sK12,sK13)),sK14)
    | ~ in(sK12,relation_dom(sK14)) ),
    inference(demodulation,[status(thm)],[c_96,c_52]) ).

cnf(c_436,plain,
    ( ~ in(X0,relation_dom(X1))
    | ~ function(X1)
    | ~ relation(X1)
    | in(unordered_pair(singleton(X0),unordered_pair(X0,apply(X1,X0))),X1) ),
    inference(demodulation,[status(thm)],[c_56,c_52]) ).

cnf(c_532,plain,
    ( X0 != sK14
    | ~ in(X1,relation_dom(X0))
    | ~ relation(X0)
    | in(unordered_pair(singleton(X1),unordered_pair(X1,apply(X0,X1))),X0) ),
    inference(resolution_lifted,[status(thm)],[c_436,c_99]) ).

cnf(c_533,plain,
    ( ~ in(X0,relation_dom(sK14))
    | ~ relation(sK14)
    | in(unordered_pair(singleton(X0),unordered_pair(X0,apply(sK14,X0))),sK14) ),
    inference(unflattening,[status(thm)],[c_532]) ).

cnf(c_535,plain,
    ( ~ in(X0,relation_dom(sK14))
    | in(unordered_pair(singleton(X0),unordered_pair(X0,apply(sK14,X0))),sK14) ),
    inference(global_subsumption_just,[status(thm)],[c_533,c_100,c_533]) ).

cnf(c_583,plain,
    ( X0 != sK14
    | ~ in(unordered_pair(singleton(X1),unordered_pair(X1,X2)),X0)
    | ~ relation(X0)
    | apply(X0,X1) = X2 ),
    inference(resolution_lifted,[status(thm)],[c_420,c_99]) ).

cnf(c_584,plain,
    ( ~ in(unordered_pair(singleton(X0),unordered_pair(X0,X1)),sK14)
    | ~ relation(sK14)
    | apply(sK14,X0) = X1 ),
    inference(unflattening,[status(thm)],[c_583]) ).

cnf(c_586,plain,
    ( ~ in(unordered_pair(singleton(X0),unordered_pair(X0,X1)),sK14)
    | apply(sK14,X0) = X1 ),
    inference(global_subsumption_just,[status(thm)],[c_584,c_100,c_584]) ).

cnf(c_610,plain,
    apply(sK14,sK12) = sK13,
    inference(backward_subsumption_resolution,[status(thm)],[c_393,c_586]) ).

cnf(c_954,plain,
    ( X0 != sK14
    | ~ in(unordered_pair(singleton(X1),unordered_pair(X1,X2)),X0)
    | in(X1,relation_dom(X0)) ),
    inference(resolution_lifted,[status(thm)],[c_398,c_100]) ).

cnf(c_955,plain,
    ( ~ in(unordered_pair(singleton(X0),unordered_pair(X0,X1)),sK14)
    | in(X0,relation_dom(sK14)) ),
    inference(unflattening,[status(thm)],[c_954]) ).

cnf(c_1037,plain,
    in(sK12,relation_dom(sK14)),
    inference(backward_subsumption_resolution,[status(thm)],[c_376,c_955]) ).

cnf(c_2220,plain,
    ( ~ in(sK12,relation_dom(sK14))
    | in(unordered_pair(singleton(sK12),unordered_pair(sK12,sK13)),sK14) ),
    inference(superposition,[status(thm)],[c_610,c_535]) ).

cnf(c_2221,plain,
    in(unordered_pair(singleton(sK12),unordered_pair(sK12,sK13)),sK14),
    inference(forward_subsumption_resolution,[status(thm)],[c_2220,c_1037]) ).

cnf(c_2222,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_2221,c_1037,c_610,c_429]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SEU212+3 : TPTP v8.1.2. Released v3.2.0.
% 0.00/0.14  % Command  : run_iprover %s %d THM
% 0.13/0.34  % Computer : n026.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Wed Aug 23 17:35:32 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.46  Running first-order theorem proving
% 0.19/0.46  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 2.88/1.15  % SZS status Started for theBenchmark.p
% 2.88/1.15  % SZS status Theorem for theBenchmark.p
% 2.88/1.15  
% 2.88/1.15  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 2.88/1.15  
% 2.88/1.15  ------  iProver source info
% 2.88/1.15  
% 2.88/1.15  git: date: 2023-05-31 18:12:56 +0000
% 2.88/1.15  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 2.88/1.15  git: non_committed_changes: false
% 2.88/1.15  git: last_make_outside_of_git: false
% 2.88/1.15  
% 2.88/1.15  ------ Parsing...
% 2.88/1.15  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 2.88/1.15  
% 2.88/1.15  ------ Preprocessing... sup_sim: 9  sf_s  rm: 1 0s  sf_e  pe_s  pe:1:0s pe:2:0s pe_e  sup_sim: 0  sf_s  rm: 2 0s  sf_e  pe_s  pe_e 
% 2.88/1.15  
% 2.88/1.15  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 2.88/1.15  
% 2.88/1.15  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 2.88/1.15  ------ Proving...
% 2.88/1.15  ------ Problem Properties 
% 2.88/1.15  
% 2.88/1.15  
% 2.88/1.15  clauses                                 48
% 2.88/1.15  conjectures                             1
% 2.88/1.15  EPR                                     18
% 2.88/1.15  Horn                                    43
% 2.88/1.15  unary                                   22
% 2.88/1.15  binary                                  17
% 2.88/1.15  lits                                    85
% 2.88/1.15  lits eq                                 11
% 2.88/1.15  fd_pure                                 0
% 2.88/1.15  fd_pseudo                               0
% 2.88/1.15  fd_cond                                 1
% 2.88/1.15  fd_pseudo_cond                          5
% 2.88/1.15  AC symbols                              0
% 2.88/1.15  
% 2.88/1.15  ------ Schedule dynamic 5 is on 
% 2.88/1.15  
% 2.88/1.15  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 2.88/1.15  
% 2.88/1.15  
% 2.88/1.15  ------ 
% 2.88/1.15  Current options:
% 2.88/1.15  ------ 
% 2.88/1.15  
% 2.88/1.15  
% 2.88/1.15  
% 2.88/1.15  
% 2.88/1.15  ------ Proving...
% 2.88/1.15  
% 2.88/1.15  
% 2.88/1.15  % SZS status Theorem for theBenchmark.p
% 2.88/1.15  
% 2.88/1.15  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 2.88/1.16  
% 2.88/1.16  
%------------------------------------------------------------------------------