TSTP Solution File: KRS170+1 by Leo-III---1.7.10

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.10
% Problem  : KRS170+1 : TPTP v8.1.2. Released v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n010.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 : Tue May  7 07:52:03 EDT 2024

% Result   : Theorem 2.58s 1.62s
% Output   : Refutation 2.92s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   16 (   1 unt;   6 typ;   0 def)
%            Number of atoms       :   43 (   0 equ;   0 cnn)
%            Maximal formula atoms :   10 (   4 avg)
%            Number of connectives :  107 (  14   ~;   0   |;  17   &;  60   @)
%                                         (   4 <=>;  12  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    8 (   8   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    7 (   6 usr;   1 con; 0-2 aty)
%            Number of variables   :   26 (   0   ^  26   !;   0   ?;  26   :)

% Comments : 
%------------------------------------------------------------------------------
thf(cowlThing_type,type,
    cowlThing: $i > $o ).

thf(cowlNothing_type,type,
    cowlNothing: $i > $o ).

thf(xsd_string_type,type,
    xsd_string: $i > $o ).

thf(xsd_integer_type,type,
    xsd_integer: $i > $o ).

thf(rhasLeader_type,type,
    rhasLeader: $i > $i > $o ).

thf(rhasHead_type,type,
    rhasHead: $i > $i > $o ).

thf(1,conjecture,
    ( ! [A: $i] :
        ( ( cowlThing @ A )
        & ~ ( cowlNothing @ A ) )
    & ! [A: $i] :
        ( ( xsd_string @ A )
      <=> ~ ( xsd_integer @ A ) )
    & ! [A: $i,B: $i] :
        ( ( rhasLeader @ A @ B )
       => ( rhasHead @ A @ B ) )
    & ! [A: $i,B: $i] :
        ( ( rhasHead @ A @ B )
       => ( rhasLeader @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',the_axiom) ).

thf(2,negated_conjecture,
    ~ ( ! [A: $i] :
          ( ( cowlThing @ A )
          & ~ ( cowlNothing @ A ) )
      & ! [A: $i] :
          ( ( xsd_string @ A )
        <=> ~ ( xsd_integer @ A ) )
      & ! [A: $i,B: $i] :
          ( ( rhasLeader @ A @ B )
         => ( rhasHead @ A @ B ) )
      & ! [A: $i,B: $i] :
          ( ( rhasHead @ A @ B )
         => ( rhasLeader @ A @ B ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(6,plain,
    ~ ( ! [A: $i] :
          ( ( cowlThing @ A )
          & ~ ( cowlNothing @ A ) )
      & ! [A: $i] :
          ( ( ( xsd_string @ A )
           => ~ ( xsd_integer @ A ) )
          & ( ~ ( xsd_integer @ A )
           => ( xsd_string @ A ) ) )
      & ! [A: $i,B: $i] :
          ( ( rhasLeader @ A @ B )
         => ( rhasHead @ A @ B ) )
      & ! [A: $i,B: $i] :
          ( ( rhasHead @ A @ B )
         => ( rhasLeader @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(3,axiom,
    ! [A: $i] :
      ( ( cowlThing @ A )
      & ~ ( cowlNothing @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',axiom_0) ).

thf(16,plain,
    ! [A: $i] :
      ( ( cowlThing @ A )
      & ~ ( cowlNothing @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(4,axiom,
    ! [A: $i] :
      ( ( xsd_string @ A )
    <=> ~ ( xsd_integer @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',axiom_1) ).

thf(21,plain,
    ! [A: $i] :
      ( ( ( xsd_string @ A )
       => ~ ( xsd_integer @ A ) )
      & ( ~ ( xsd_integer @ A )
       => ( xsd_string @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(5,axiom,
    ! [A: $i,B: $i] :
      ( ( rhasLeader @ A @ B )
    <=> ( rhasHead @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',axiom_2) ).

thf(26,plain,
    ! [A: $i,B: $i] :
      ( ( ( rhasLeader @ A @ B )
       => ( rhasHead @ A @ B ) )
      & ( ( rhasHead @ A @ B )
       => ( rhasLeader @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(31,plain,
    $false,
    inference(cvc4,[status(thm)],[6,16,21,26]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : KRS170+1 : TPTP v8.1.2. Released v3.1.0.
% 0.14/0.15  % Command  : run_Leo-III %s %d
% 0.15/0.36  % Computer : n010.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 300
% 0.15/0.36  % DateTime : Mon May  6 15:19:39 EDT 2024
% 0.15/0.37  % CPUTime  : 
% 0.96/0.91  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.13/1.03  % [INFO] 	 Parsing done (117ms). 
% 1.35/1.03  % [INFO] 	 Running in sequential loop mode. 
% 1.60/1.22  % [INFO] 	 eprover registered as external prover. 
% 1.60/1.23  % [INFO] 	 cvc4 registered as external prover. 
% 1.73/1.23  % [INFO] 	 Scanning for conjecture ... 
% 1.78/1.28  % [INFO] 	 Found a conjecture and 3 axioms. Running axiom selection ... 
% 1.78/1.31  % [INFO] 	 Axiom selection finished. Selected 3 axioms (removed 0 axioms). 
% 1.78/1.31  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 1.78/1.31  % [INFO] 	 Type checking passed. 
% 1.78/1.31  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 2.58/1.61  % External prover 'cvc4' found a proof!
% 2.58/1.61  % [INFO] 	 Killing All external provers ... 
% 2.58/1.61  % Time passed: 1079ms (effective reasoning time: 576ms)
% 2.58/1.61  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 2.58/1.62  % Axioms used in derivation (3): axiom_0, axiom_1, axiom_2
% 2.58/1.62  % No. of inferences in proof: 10
% 2.58/1.62  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1079 ms resp. 576 ms w/o parsing
% 2.92/1.68  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 2.92/1.68  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------