TSTP Solution File: KRS065+1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : KRS065+1 : TPTP v8.1.0. Released v3.1.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n028.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:14:21 EDT 2022

% Result   : Unsatisfiable 0.12s 0.37s
% Output   : CNFRefutation 0.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   66 (  49 unt;   9 typ;   0 def)
%            Number of atoms       :  209 (  55 equ;   0 cnn)
%            Maximal formula atoms :    2 (   3 avg)
%            Number of connectives :  207 (  58   ~;  26   |;  14   &; 107   @)
%                                         (   2 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   12 (   9 usr;   6 con; 0-2 aty)
%            Number of variables   :   41 (   0   ^  37   !;   4   ?;  41   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_cowlNothing,type,
    cowlNothing: $i > $o ).

thf(tp_cowlThing,type,
    cowlThing: $i > $o ).

thf(tp_ia,type,
    ia: $i ).

thf(tp_ib,type,
    ib: $i ).

thf(tp_rop,type,
    rop: $i > $i > $o ).

thf(tp_sK1_X,type,
    sK1_X: $i ).

thf(tp_sK2_X,type,
    sK2_X: $i ).

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

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

thf(1,axiom,
    ? [X: $i] :
      ( ( rop @ ib @ X )
      & ( cowlNothing @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_3) ).

thf(2,axiom,
    ? [X: $i] :
      ( ( rop @ ia @ X )
      & ( cowlNothing @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_2) ).

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

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

thf(5,conjecture,
    $false,
    file('no conjecture given, we try to refute the axioms',dummy_conjecture) ).

thf(6,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[5]) ).

thf(7,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[6]) ).

thf(8,plain,
    ( ( ? [X: $i] :
          ( ( rop @ ib @ X )
          & ( cowlNothing @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(9,plain,
    ( ( ? [X: $i] :
          ( ( rop @ ia @ X )
          & ( cowlNothing @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(10,plain,
    ( ( ! [X: $i] :
          ( ( xsd_string @ X )
        <=> ~ ( xsd_integer @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(11,plain,
    ( ( ! [X: $i] :
          ( ( cowlThing @ X )
          & ~ ( cowlNothing @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(12,plain,
    ( ( ~ $false )
    = $true ),
    inference(polarity_switch,[status(thm)],[7]) ).

thf(13,plain,
    ( ( ( cowlNothing @ sK1_X )
      & ( rop @ ib @ sK1_X ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[8]) ).

thf(14,plain,
    ( ( ( cowlNothing @ sK2_X )
      & ( rop @ ia @ sK2_X ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[9]) ).

thf(15,plain,
    ( ( ! [X: $i] :
          ( ~ ( xsd_string @ X )
          | ~ ( xsd_integer @ X ) )
      & ! [X: $i] :
          ( ( xsd_integer @ X )
          | ( xsd_string @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[10]) ).

thf(16,plain,
    ( ( ! [X: $i] : ( cowlThing @ X )
      & ! [X: $i] :
          ~ ( cowlNothing @ X ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[11]) ).

thf(17,plain,
    ( ( ! [X: $i] : ( cowlThing @ X )
      & ! [X: $i] :
          ~ ( cowlNothing @ X ) )
    = $true ),
    inference(copy,[status(thm)],[16]) ).

thf(18,plain,
    ( ( ! [X: $i] :
          ( ~ ( xsd_string @ X )
          | ~ ( xsd_integer @ X ) )
      & ! [X: $i] :
          ( ( xsd_integer @ X )
          | ( xsd_string @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[15]) ).

thf(19,plain,
    ( ( ( cowlNothing @ sK2_X )
      & ( rop @ ia @ sK2_X ) )
    = $true ),
    inference(copy,[status(thm)],[14]) ).

thf(20,plain,
    ( ( ( cowlNothing @ sK1_X )
      & ( rop @ ib @ sK1_X ) )
    = $true ),
    inference(copy,[status(thm)],[13]) ).

thf(21,plain,
    ( ( ~ $false )
    = $true ),
    inference(copy,[status(thm)],[12]) ).

thf(22,plain,
    ( ( ~ ( ~ ( cowlNothing @ sK1_X )
          | ~ ( rop @ ib @ sK1_X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(23,plain,
    ( ( ~ ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
          | ~ ! [SX0: $i] :
                ~ ( cowlNothing @ SX0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(24,plain,
    ( ( ~ ( ~ ( cowlNothing @ sK2_X )
          | ~ ( rop @ ia @ sK2_X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(25,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( xsd_string @ SX0 )
                | ~ ( xsd_integer @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ( xsd_integer @ SX0 )
                | ( xsd_string @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(26,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[21]) ).

thf(27,plain,
    ( ( ~ ( cowlNothing @ sK1_X )
      | ~ ( rop @ ib @ sK1_X ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[22]) ).

thf(28,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
      | ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[23]) ).

thf(29,plain,
    ( ( ~ ( cowlNothing @ sK2_X )
      | ~ ( rop @ ia @ sK2_X ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[24]) ).

thf(30,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[25]) ).

thf(31,plain,
    ( ( ~ ( cowlNothing @ sK1_X ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[27]) ).

thf(32,plain,
    ( ( ~ ( rop @ ib @ sK1_X ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[27]) ).

thf(33,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[28]) ).

thf(34,plain,
    ( ( ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[28]) ).

thf(35,plain,
    ( ( ~ ( cowlNothing @ sK2_X ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[29]) ).

thf(36,plain,
    ( ( ~ ( rop @ ia @ sK2_X ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[29]) ).

thf(37,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[30]) ).

thf(38,plain,
    ( ( ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[30]) ).

thf(39,plain,
    ( ( cowlNothing @ sK1_X )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[31]) ).

thf(40,plain,
    ( ( rop @ ib @ sK1_X )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[32]) ).

thf(41,plain,
    ( ( ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[33]) ).

thf(42,plain,
    ( ( ! [SX0: $i] :
          ~ ( cowlNothing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[34]) ).

thf(43,plain,
    ( ( cowlNothing @ sK2_X )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[35]) ).

thf(44,plain,
    ( ( rop @ ia @ sK2_X )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[36]) ).

thf(45,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( xsd_string @ SX0 )
          | ~ ( xsd_integer @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[37]) ).

thf(46,plain,
    ( ( ! [SX0: $i] :
          ( ( xsd_integer @ SX0 )
          | ( xsd_string @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[38]) ).

thf(47,plain,
    ! [SV1: $i] :
      ( ( cowlThing @ SV1 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[41]) ).

thf(48,plain,
    ! [SV2: $i] :
      ( ( ~ ( cowlNothing @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[42]) ).

thf(49,plain,
    ! [SV3: $i] :
      ( ( ~ ( xsd_string @ SV3 )
        | ~ ( xsd_integer @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[45]) ).

thf(50,plain,
    ! [SV4: $i] :
      ( ( ( xsd_integer @ SV4 )
        | ( xsd_string @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[46]) ).

thf(51,plain,
    ! [SV2: $i] :
      ( ( cowlNothing @ SV2 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[48]) ).

thf(52,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( xsd_string @ SV3 ) )
        = $true )
      | ( ( ~ ( xsd_integer @ SV3 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[49]) ).

thf(53,plain,
    ! [SV4: $i] :
      ( ( ( xsd_integer @ SV4 )
        = $true )
      | ( ( xsd_string @ SV4 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[50]) ).

thf(54,plain,
    ! [SV3: $i] :
      ( ( ( xsd_string @ SV3 )
        = $false )
      | ( ( ~ ( xsd_integer @ SV3 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[52]) ).

thf(55,plain,
    ! [SV3: $i] :
      ( ( ( xsd_integer @ SV3 )
        = $false )
      | ( ( xsd_string @ SV3 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[54]) ).

thf(56,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[26,55,53,51,47,44,43,40,39]) ).

thf(57,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[56]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : KRS065+1 : TPTP v8.1.0. Released v3.1.0.
% 0.06/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.33  % Computer : n028.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Tue Jun  7 06:45:44 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  
% 0.12/0.34   No.of.Axioms: 4
% 0.12/0.34  
% 0.12/0.34   Length.of.Defs: 0
% 0.12/0.34  
% 0.12/0.34   Contains.Choice.Funs: false
% 0.12/0.34  (rf:0,axioms:4,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:6,loop_count:0,foatp_calls:0,translation:fof_full).
% 0.12/0.37  
% 0.12/0.37  ********************************
% 0.12/0.37  *   All subproblems solved!    *
% 0.12/0.37  ********************************
% 0.12/0.37  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:4,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:56,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.12/0.37  
% 0.12/0.37  %**** Beginning of derivation protocol ****
% 0.12/0.37  % SZS output start CNFRefutation
% See solution above
% 0.12/0.37  
% 0.12/0.37  %**** End of derivation protocol ****
% 0.12/0.37  %**** no. of clauses in derivation: 57 ****
% 0.12/0.37  %**** clause counter: 56 ****
% 0.12/0.37  
% 0.12/0.37  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:4,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:56,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------