TSTP Solution File: KRS169+1 by Metis---2.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Metis---2.4
% Problem  : KRS169+1 : TPTP v8.1.0. Released v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : metis --show proof --show saturation %s

% 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  : 600s
% DateTime : Sun Jul 17 03:19:03 EDT 2022

% Result   : Theorem 0.14s 0.37s
% Output   : CNFRefutation 0.14s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :    7
% Syntax   : Number of formulae    :  119 (  62 unt;   0 def)
%            Number of atoms       :  235 (   0 equ)
%            Maximal formula atoms :    7 (   1 avg)
%            Number of connectives :  222 ( 106   ~;  15   |;  61   &)
%                                         (  24 <=>;  16  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   3 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    7 (   6 usr;   1 prp; 0-2 aty)
%            Number of functors    :    4 (   4 usr;   4 con; 0-0 aty)
%            Number of variables   :  115 (   0 sgn 105   !;   6   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(axiom_0,axiom,
    ! [X] :
      ( cowlThing(X)
      & ~ cowlNothing(X) ) ).

fof(axiom_1,axiom,
    ! [X] :
      ( xsd_string(X)
    <=> ~ xsd_integer(X) ) ).

fof(axiom_2,axiom,
    cowlThing(iX) ).

fof(axiom_3,axiom,
    rhasLeader(iX,iY) ).

fof(axiom_4,axiom,
    cowlThing(iY) ).

fof(axiom_5,axiom,
    ! [X,Y] :
      ( rhasLeader(X,Y)
    <=> rhasHead(X,Y) ) ).

fof(the_axiom,conjecture,
    ( ! [X] :
        ( cowlThing(X)
        & ~ cowlNothing(X) )
    & ! [X] :
        ( xsd_string(X)
      <=> ~ xsd_integer(X) )
    & cowlThing(iX)
    & rhasHead(iX,iY)
    & cowlThing(iY) ) ).

fof(subgoal_0,plain,
    ! [X] : cowlThing(X),
    inference(strip,[],[the_axiom]) ).

fof(subgoal_1,plain,
    ! [X] :
      ( cowlThing(X)
     => ~ cowlNothing(X) ),
    inference(strip,[],[the_axiom]) ).

fof(subgoal_2,plain,
    ( ! [X] :
        ( cowlThing(X)
        & ~ cowlNothing(X) )
   => ! [X] :
        ( xsd_string(X)
       => ~ xsd_integer(X) ) ),
    inference(strip,[],[the_axiom]) ).

fof(subgoal_3,plain,
    ( ! [X] :
        ( cowlThing(X)
        & ~ cowlNothing(X) )
   => ! [X] :
        ( ~ xsd_integer(X)
       => xsd_string(X) ) ),
    inference(strip,[],[the_axiom]) ).

fof(subgoal_4,plain,
    ( ( ! [X] :
          ( cowlThing(X)
          & ~ cowlNothing(X) )
      & ! [X] :
          ( xsd_string(X)
        <=> ~ xsd_integer(X) ) )
   => cowlThing(iX) ),
    inference(strip,[],[the_axiom]) ).

fof(subgoal_5,plain,
    ( ( ! [X] :
          ( cowlThing(X)
          & ~ cowlNothing(X) )
      & ! [X] :
          ( xsd_string(X)
        <=> ~ xsd_integer(X) )
      & cowlThing(iX) )
   => rhasHead(iX,iY) ),
    inference(strip,[],[the_axiom]) ).

fof(subgoal_6,plain,
    ( ( ! [X] :
          ( cowlThing(X)
          & ~ cowlNothing(X) )
      & ! [X] :
          ( xsd_string(X)
        <=> ~ xsd_integer(X) )
      & cowlThing(iX)
      & rhasHead(iX,iY) )
   => cowlThing(iY) ),
    inference(strip,[],[the_axiom]) ).

fof(negate_0_0,plain,
    ~ ! [X] : cowlThing(X),
    inference(negate,[],[subgoal_0]) ).

fof(normalize_0_0,plain,
    ? [X] : ~ cowlThing(X),
    inference(canonicalize,[],[negate_0_0]) ).

fof(normalize_0_1,plain,
    ( ! [X] : ~ cowlNothing(X)
    & ! [X] : cowlThing(X) ),
    inference(canonicalize,[],[axiom_0]) ).

fof(normalize_0_2,plain,
    ! [X] : cowlThing(X),
    inference(conjunct,[],[normalize_0_1]) ).

fof(normalize_0_3,plain,
    ! [X] : cowlThing(X),
    inference(specialize,[],[normalize_0_2]) ).

fof(normalize_0_4,plain,
    $false,
    inference(simplify,[],[normalize_0_0,normalize_0_3]) ).

cnf(refute_0_0,plain,
    $false,
    inference(canonicalize,[],[normalize_0_4]) ).

fof(negate_1_0,plain,
    ~ ! [X] :
        ( cowlThing(X)
       => ~ cowlNothing(X) ),
    inference(negate,[],[subgoal_1]) ).

fof(normalize_1_0,plain,
    ? [X] :
      ( cowlNothing(X)
      & cowlThing(X) ),
    inference(canonicalize,[],[negate_1_0]) ).

fof(normalize_1_1,plain,
    ( ! [X] : ~ cowlNothing(X)
    & ! [X] : cowlThing(X) ),
    inference(canonicalize,[],[axiom_0]) ).

fof(normalize_1_2,plain,
    ! [X] : ~ cowlNothing(X),
    inference(conjunct,[],[normalize_1_1]) ).

fof(normalize_1_3,plain,
    ! [X] : ~ cowlNothing(X),
    inference(specialize,[],[normalize_1_2]) ).

fof(normalize_1_4,plain,
    ! [X] : cowlThing(X),
    inference(conjunct,[],[normalize_1_1]) ).

fof(normalize_1_5,plain,
    ! [X] : cowlThing(X),
    inference(specialize,[],[normalize_1_4]) ).

fof(normalize_1_6,plain,
    $false,
    inference(simplify,[],[normalize_1_0,normalize_1_3,normalize_1_5]) ).

cnf(refute_1_0,plain,
    $false,
    inference(canonicalize,[],[normalize_1_6]) ).

fof(negate_2_0,plain,
    ~ ( ! [X] :
          ( cowlThing(X)
          & ~ cowlNothing(X) )
     => ! [X] :
          ( xsd_string(X)
         => ~ xsd_integer(X) ) ),
    inference(negate,[],[subgoal_2]) ).

fof(normalize_2_0,plain,
    ( ? [X] :
        ( xsd_integer(X)
        & xsd_string(X) )
    & ! [X] : ~ cowlNothing(X)
    & ! [X] : cowlThing(X) ),
    inference(canonicalize,[],[negate_2_0]) ).

fof(normalize_2_1,plain,
    ( ! [X] : ~ cowlNothing(X)
    & ! [X] : cowlThing(X) ),
    inference(canonicalize,[],[axiom_0]) ).

fof(normalize_2_2,plain,
    ! [X] : ~ cowlNothing(X),
    inference(conjunct,[],[normalize_2_1]) ).

fof(normalize_2_3,plain,
    ! [X] : ~ cowlNothing(X),
    inference(specialize,[],[normalize_2_2]) ).

fof(normalize_2_4,plain,
    ! [X] : cowlThing(X),
    inference(conjunct,[],[normalize_2_1]) ).

fof(normalize_2_5,plain,
    ! [X] : cowlThing(X),
    inference(specialize,[],[normalize_2_4]) ).

fof(normalize_2_6,plain,
    ? [X] :
      ( xsd_integer(X)
      & xsd_string(X) ),
    inference(simplify,[],[normalize_2_0,normalize_2_3,normalize_2_5]) ).

fof(normalize_2_7,plain,
    ( xsd_integer(skolemFOFtoCNF_X)
    & xsd_string(skolemFOFtoCNF_X) ),
    inference(skolemize,[],[normalize_2_6]) ).

fof(normalize_2_8,plain,
    xsd_string(skolemFOFtoCNF_X),
    inference(conjunct,[],[normalize_2_7]) ).

fof(normalize_2_9,plain,
    ! [X] :
      ( ~ xsd_integer(X)
    <=> xsd_string(X) ),
    inference(canonicalize,[],[axiom_1]) ).

fof(normalize_2_10,plain,
    ! [X] :
      ( ~ xsd_integer(X)
    <=> xsd_string(X) ),
    inference(specialize,[],[normalize_2_9]) ).

fof(normalize_2_11,plain,
    ! [X] :
      ( ( ~ xsd_integer(X)
        | ~ xsd_string(X) )
      & ( xsd_integer(X)
        | xsd_string(X) ) ),
    inference(clausify,[],[normalize_2_10]) ).

fof(normalize_2_12,plain,
    ! [X] :
      ( ~ xsd_integer(X)
      | ~ xsd_string(X) ),
    inference(conjunct,[],[normalize_2_11]) ).

fof(normalize_2_13,plain,
    xsd_integer(skolemFOFtoCNF_X),
    inference(conjunct,[],[normalize_2_7]) ).

cnf(refute_2_0,plain,
    xsd_string(skolemFOFtoCNF_X),
    inference(canonicalize,[],[normalize_2_8]) ).

cnf(refute_2_1,plain,
    ( ~ xsd_integer(X)
    | ~ xsd_string(X) ),
    inference(canonicalize,[],[normalize_2_12]) ).

cnf(refute_2_2,plain,
    ( ~ xsd_integer(skolemFOFtoCNF_X)
    | ~ xsd_string(skolemFOFtoCNF_X) ),
    inference(subst,[],[refute_2_1:[bind(X,$fot(skolemFOFtoCNF_X))]]) ).

cnf(refute_2_3,plain,
    ~ xsd_integer(skolemFOFtoCNF_X),
    inference(resolve,[$cnf( xsd_string(skolemFOFtoCNF_X) )],[refute_2_0,refute_2_2]) ).

cnf(refute_2_4,plain,
    xsd_integer(skolemFOFtoCNF_X),
    inference(canonicalize,[],[normalize_2_13]) ).

cnf(refute_2_5,plain,
    $false,
    inference(resolve,[$cnf( xsd_integer(skolemFOFtoCNF_X) )],[refute_2_4,refute_2_3]) ).

fof(negate_3_0,plain,
    ~ ( ! [X] :
          ( cowlThing(X)
          & ~ cowlNothing(X) )
     => ! [X] :
          ( ~ xsd_integer(X)
         => xsd_string(X) ) ),
    inference(negate,[],[subgoal_3]) ).

fof(normalize_3_0,plain,
    ( ? [X] :
        ( ~ xsd_integer(X)
        & ~ xsd_string(X) )
    & ! [X] : ~ cowlNothing(X)
    & ! [X] : cowlThing(X) ),
    inference(canonicalize,[],[negate_3_0]) ).

fof(normalize_3_1,plain,
    ( ! [X] : ~ cowlNothing(X)
    & ! [X] : cowlThing(X) ),
    inference(canonicalize,[],[axiom_0]) ).

fof(normalize_3_2,plain,
    ! [X] : ~ cowlNothing(X),
    inference(conjunct,[],[normalize_3_1]) ).

fof(normalize_3_3,plain,
    ! [X] : ~ cowlNothing(X),
    inference(specialize,[],[normalize_3_2]) ).

fof(normalize_3_4,plain,
    ! [X] : cowlThing(X),
    inference(conjunct,[],[normalize_3_1]) ).

fof(normalize_3_5,plain,
    ! [X] : cowlThing(X),
    inference(specialize,[],[normalize_3_4]) ).

fof(normalize_3_6,plain,
    ? [X] :
      ( ~ xsd_integer(X)
      & ~ xsd_string(X) ),
    inference(simplify,[],[normalize_3_0,normalize_3_3,normalize_3_5]) ).

fof(normalize_3_7,plain,
    ( ~ xsd_integer(skolemFOFtoCNF_X_1)
    & ~ xsd_string(skolemFOFtoCNF_X_1) ),
    inference(skolemize,[],[normalize_3_6]) ).

fof(normalize_3_8,plain,
    ~ xsd_string(skolemFOFtoCNF_X_1),
    inference(conjunct,[],[normalize_3_7]) ).

fof(normalize_3_9,plain,
    ! [X] :
      ( ~ xsd_integer(X)
    <=> xsd_string(X) ),
    inference(canonicalize,[],[axiom_1]) ).

fof(normalize_3_10,plain,
    ! [X] :
      ( ~ xsd_integer(X)
    <=> xsd_string(X) ),
    inference(specialize,[],[normalize_3_9]) ).

fof(normalize_3_11,plain,
    ! [X] :
      ( ( ~ xsd_integer(X)
        | ~ xsd_string(X) )
      & ( xsd_integer(X)
        | xsd_string(X) ) ),
    inference(clausify,[],[normalize_3_10]) ).

fof(normalize_3_12,plain,
    ! [X] :
      ( xsd_integer(X)
      | xsd_string(X) ),
    inference(conjunct,[],[normalize_3_11]) ).

fof(normalize_3_13,plain,
    ~ xsd_integer(skolemFOFtoCNF_X_1),
    inference(conjunct,[],[normalize_3_7]) ).

cnf(refute_3_0,plain,
    ~ xsd_string(skolemFOFtoCNF_X_1),
    inference(canonicalize,[],[normalize_3_8]) ).

cnf(refute_3_1,plain,
    ( xsd_integer(X)
    | xsd_string(X) ),
    inference(canonicalize,[],[normalize_3_12]) ).

cnf(refute_3_2,plain,
    ( xsd_integer(skolemFOFtoCNF_X_1)
    | xsd_string(skolemFOFtoCNF_X_1) ),
    inference(subst,[],[refute_3_1:[bind(X,$fot(skolemFOFtoCNF_X_1))]]) ).

cnf(refute_3_3,plain,
    xsd_integer(skolemFOFtoCNF_X_1),
    inference(resolve,[$cnf( xsd_string(skolemFOFtoCNF_X_1) )],[refute_3_2,refute_3_0]) ).

cnf(refute_3_4,plain,
    ~ xsd_integer(skolemFOFtoCNF_X_1),
    inference(canonicalize,[],[normalize_3_13]) ).

cnf(refute_3_5,plain,
    $false,
    inference(resolve,[$cnf( xsd_integer(skolemFOFtoCNF_X_1) )],[refute_3_3,refute_3_4]) ).

fof(negate_4_0,plain,
    ~ ( ( ! [X] :
            ( cowlThing(X)
            & ~ cowlNothing(X) )
        & ! [X] :
            ( xsd_string(X)
          <=> ~ xsd_integer(X) ) )
     => cowlThing(iX) ),
    inference(negate,[],[subgoal_4]) ).

fof(normalize_4_0,plain,
    ( ~ cowlThing(iX)
    & ! [X] : ~ cowlNothing(X)
    & ! [X] : cowlThing(X)
    & ! [X] :
        ( ~ xsd_integer(X)
      <=> xsd_string(X) ) ),
    inference(canonicalize,[],[negate_4_0]) ).

fof(normalize_4_1,plain,
    cowlThing(iX),
    inference(canonicalize,[],[axiom_2]) ).

fof(normalize_4_2,plain,
    ( ! [X] : ~ cowlNothing(X)
    & ! [X] : cowlThing(X) ),
    inference(canonicalize,[],[axiom_0]) ).

fof(normalize_4_3,plain,
    ! [X] : ~ cowlNothing(X),
    inference(conjunct,[],[normalize_4_2]) ).

fof(normalize_4_4,plain,
    ! [X] : ~ cowlNothing(X),
    inference(specialize,[],[normalize_4_3]) ).

fof(normalize_4_5,plain,
    ! [X] : cowlThing(X),
    inference(conjunct,[],[normalize_4_2]) ).

fof(normalize_4_6,plain,
    ! [X] : cowlThing(X),
    inference(specialize,[],[normalize_4_5]) ).

fof(normalize_4_7,plain,
    ! [X] :
      ( ~ xsd_integer(X)
    <=> xsd_string(X) ),
    inference(canonicalize,[],[axiom_1]) ).

fof(normalize_4_8,plain,
    ! [X] :
      ( ~ xsd_integer(X)
    <=> xsd_string(X) ),
    inference(specialize,[],[normalize_4_7]) ).

fof(normalize_4_9,plain,
    $false,
    inference(simplify,[],[normalize_4_0,normalize_4_1,normalize_4_4,normalize_4_6,normalize_4_8]) ).

cnf(refute_4_0,plain,
    $false,
    inference(canonicalize,[],[normalize_4_9]) ).

fof(negate_5_0,plain,
    ~ ( ( ! [X] :
            ( cowlThing(X)
            & ~ cowlNothing(X) )
        & ! [X] :
            ( xsd_string(X)
          <=> ~ xsd_integer(X) )
        & cowlThing(iX) )
     => rhasHead(iX,iY) ),
    inference(negate,[],[subgoal_5]) ).

fof(normalize_5_0,plain,
    rhasLeader(iX,iY),
    inference(canonicalize,[],[axiom_3]) ).

fof(normalize_5_1,plain,
    ! [X,Y] :
      ( ~ rhasHead(X,Y)
    <=> ~ rhasLeader(X,Y) ),
    inference(canonicalize,[],[axiom_5]) ).

fof(normalize_5_2,plain,
    ! [X,Y] :
      ( ~ rhasHead(X,Y)
    <=> ~ rhasLeader(X,Y) ),
    inference(specialize,[],[normalize_5_1]) ).

fof(normalize_5_3,plain,
    ! [X,Y] :
      ( ( ~ rhasHead(X,Y)
        | rhasLeader(X,Y) )
      & ( ~ rhasLeader(X,Y)
        | rhasHead(X,Y) ) ),
    inference(clausify,[],[normalize_5_2]) ).

fof(normalize_5_4,plain,
    ! [X,Y] :
      ( ~ rhasLeader(X,Y)
      | rhasHead(X,Y) ),
    inference(conjunct,[],[normalize_5_3]) ).

fof(normalize_5_5,plain,
    ( ~ rhasHead(iX,iY)
    & cowlThing(iX)
    & ! [X] : ~ cowlNothing(X)
    & ! [X] : cowlThing(X)
    & ! [X] :
        ( ~ xsd_integer(X)
      <=> xsd_string(X) ) ),
    inference(canonicalize,[],[negate_5_0]) ).

fof(normalize_5_6,plain,
    cowlThing(iX),
    inference(canonicalize,[],[axiom_2]) ).

fof(normalize_5_7,plain,
    ( ! [X] : ~ cowlNothing(X)
    & ! [X] : cowlThing(X) ),
    inference(canonicalize,[],[axiom_0]) ).

fof(normalize_5_8,plain,
    ! [X] : ~ cowlNothing(X),
    inference(conjunct,[],[normalize_5_7]) ).

fof(normalize_5_9,plain,
    ! [X] : ~ cowlNothing(X),
    inference(specialize,[],[normalize_5_8]) ).

fof(normalize_5_10,plain,
    ! [X] : cowlThing(X),
    inference(conjunct,[],[normalize_5_7]) ).

fof(normalize_5_11,plain,
    ! [X] : cowlThing(X),
    inference(specialize,[],[normalize_5_10]) ).

fof(normalize_5_12,plain,
    ! [X] :
      ( ~ xsd_integer(X)
    <=> xsd_string(X) ),
    inference(canonicalize,[],[axiom_1]) ).

fof(normalize_5_13,plain,
    ! [X] :
      ( ~ xsd_integer(X)
    <=> xsd_string(X) ),
    inference(specialize,[],[normalize_5_12]) ).

fof(normalize_5_14,plain,
    ~ rhasHead(iX,iY),
    inference(simplify,[],[normalize_5_5,normalize_5_6,normalize_5_9,normalize_5_11,normalize_5_13]) ).

cnf(refute_5_0,plain,
    rhasLeader(iX,iY),
    inference(canonicalize,[],[normalize_5_0]) ).

cnf(refute_5_1,plain,
    ( ~ rhasLeader(X,Y)
    | rhasHead(X,Y) ),
    inference(canonicalize,[],[normalize_5_4]) ).

cnf(refute_5_2,plain,
    ( ~ rhasLeader(iX,iY)
    | rhasHead(iX,iY) ),
    inference(subst,[],[refute_5_1:[bind(X,$fot(iX)),bind(Y,$fot(iY))]]) ).

cnf(refute_5_3,plain,
    rhasHead(iX,iY),
    inference(resolve,[$cnf( rhasLeader(iX,iY) )],[refute_5_0,refute_5_2]) ).

cnf(refute_5_4,plain,
    ~ rhasHead(iX,iY),
    inference(canonicalize,[],[normalize_5_14]) ).

cnf(refute_5_5,plain,
    $false,
    inference(resolve,[$cnf( rhasHead(iX,iY) )],[refute_5_3,refute_5_4]) ).

fof(negate_6_0,plain,
    ~ ( ( ! [X] :
            ( cowlThing(X)
            & ~ cowlNothing(X) )
        & ! [X] :
            ( xsd_string(X)
          <=> ~ xsd_integer(X) )
        & cowlThing(iX)
        & rhasHead(iX,iY) )
     => cowlThing(iY) ),
    inference(negate,[],[subgoal_6]) ).

fof(normalize_6_0,plain,
    ( ~ cowlThing(iY)
    & cowlThing(iX)
    & rhasHead(iX,iY)
    & ! [X] : ~ cowlNothing(X)
    & ! [X] : cowlThing(X)
    & ! [X] :
        ( ~ xsd_integer(X)
      <=> xsd_string(X) ) ),
    inference(canonicalize,[],[negate_6_0]) ).

fof(normalize_6_1,plain,
    cowlThing(iY),
    inference(canonicalize,[],[axiom_4]) ).

fof(normalize_6_2,plain,
    cowlThing(iX),
    inference(canonicalize,[],[axiom_2]) ).

fof(normalize_6_3,plain,
    ( ! [X] : ~ cowlNothing(X)
    & ! [X] : cowlThing(X) ),
    inference(canonicalize,[],[axiom_0]) ).

fof(normalize_6_4,plain,
    ! [X] : ~ cowlNothing(X),
    inference(conjunct,[],[normalize_6_3]) ).

fof(normalize_6_5,plain,
    ! [X] : ~ cowlNothing(X),
    inference(specialize,[],[normalize_6_4]) ).

fof(normalize_6_6,plain,
    ! [X] : cowlThing(X),
    inference(conjunct,[],[normalize_6_3]) ).

fof(normalize_6_7,plain,
    ! [X] : cowlThing(X),
    inference(specialize,[],[normalize_6_6]) ).

fof(normalize_6_8,plain,
    ! [X] :
      ( ~ xsd_integer(X)
    <=> xsd_string(X) ),
    inference(canonicalize,[],[axiom_1]) ).

fof(normalize_6_9,plain,
    ! [X] :
      ( ~ xsd_integer(X)
    <=> xsd_string(X) ),
    inference(specialize,[],[normalize_6_8]) ).

fof(normalize_6_10,plain,
    $false,
    inference(simplify,[],[normalize_6_0,normalize_6_1,normalize_6_2,normalize_6_5,normalize_6_7,normalize_6_9]) ).

cnf(refute_6_0,plain,
    $false,
    inference(canonicalize,[],[normalize_6_10]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem  : KRS169+1 : TPTP v8.1.0. Released v3.1.0.
% 0.08/0.14  % Command  : metis --show proof --show saturation %s
% 0.14/0.36  % Computer : n020.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Tue Jun  7 13:20:51 EDT 2022
% 0.14/0.36  % CPUTime  : 
% 0.14/0.37  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 0.14/0.37  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.37  
% 0.14/0.37  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.14/0.38  
%------------------------------------------------------------------------------