TSTP Solution File: KRS092+1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : KRS092+1 : TPTP v8.1.2. Released v3.1.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.slLkYePN8Y true

% Computer : n008.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 05:56:25 EDT 2023

% Result   : Unsatisfiable 0.21s 0.75s
% Output   : Refutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   22 (   4 unt;   7 typ;   0 def)
%            Number of atoms       :   36 (   0 equ;   0 cnn)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :   90 (  23   ~;  15   |;   3   &;  46   @)
%                                         (   1 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   7 usr;   2 con; 0-2 aty)
%            Number of variables   :   21 (   0   ^;  20   !;   1   ?;  21   :)

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

thf(i2003_11_14_17_20_04172_type,type,
    i2003_11_14_17_20_04172: $i ).

thf(sk__1_type,type,
    sk__1: $i > $i ).

thf(rr_type,type,
    rr: $i > $i > $o ).

thf(cc_type,type,
    cc: $i > $o ).

thf(cUnsatisfiable_type,type,
    cUnsatisfiable: $i > $o ).

thf(cd_type,type,
    cd: $i > $o ).

thf(axiom_2,axiom,
    ! [X: $i] :
      ( ( cUnsatisfiable @ X )
    <=> ( ? [Y: $i] :
            ( ( cowlThing @ Y )
            & ( rr @ X @ Y ) )
        & ! [Y: $i] :
            ( ( rr @ X @ Y )
           => ( ( cd @ Y )
              & ( cc @ Y ) ) ) ) ) ).

thf(zip_derived_cl4,plain,
    ! [X0: $i] :
      ( ( rr @ X0 @ ( sk__1 @ X0 ) )
      | ~ ( cUnsatisfiable @ X0 ) ),
    inference(cnf,[status(esa)],[axiom_2]) ).

thf(zip_derived_cl6,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( rr @ X0 @ X1 )
      | ( cc @ X1 )
      | ~ ( cUnsatisfiable @ X0 ) ),
    inference(cnf,[status(esa)],[axiom_2]) ).

thf(zip_derived_cl7,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( rr @ X0 @ X1 )
      | ( cd @ X1 )
      | ~ ( cUnsatisfiable @ X0 ) ),
    inference(cnf,[status(esa)],[axiom_2]) ).

thf(axiom_3,axiom,
    ! [X: $i] :
      ( ( cc @ X )
     => ~ ( cd @ X ) ) ).

thf(zip_derived_cl10,plain,
    ! [X0: $i] :
      ( ~ ( cd @ X0 )
      | ~ ( cc @ X0 ) ),
    inference(cnf,[status(esa)],[axiom_3]) ).

thf(zip_derived_cl19,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( cUnsatisfiable @ X1 )
      | ~ ( rr @ X1 @ X0 )
      | ~ ( cc @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl7,zip_derived_cl10]) ).

thf(zip_derived_cl21,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( cUnsatisfiable @ X2 )
      | ~ ( rr @ X2 @ X0 )
      | ~ ( rr @ X1 @ X0 )
      | ~ ( cUnsatisfiable @ X1 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl6,zip_derived_cl19]) ).

thf(zip_derived_cl24,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( cUnsatisfiable @ X1 )
      | ~ ( rr @ X1 @ X0 )
      | ~ ( cUnsatisfiable @ X1 ) ),
    inference(eq_fact,[status(thm)],[zip_derived_cl21]) ).

thf(zip_derived_cl25,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( rr @ X1 @ X0 )
      | ~ ( cUnsatisfiable @ X1 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl24]) ).

thf(zip_derived_cl30,plain,
    ! [X0: $i] :
      ( ~ ( cUnsatisfiable @ X0 )
      | ~ ( cUnsatisfiable @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl4,zip_derived_cl25]) ).

thf(zip_derived_cl31,plain,
    ! [X0: $i] :
      ~ ( cUnsatisfiable @ X0 ),
    inference(simplify,[status(thm)],[zip_derived_cl30]) ).

thf(axiom_8,axiom,
    cUnsatisfiable @ i2003_11_14_17_20_04172 ).

thf(zip_derived_cl15,plain,
    cUnsatisfiable @ i2003_11_14_17_20_04172,
    inference(cnf,[status(esa)],[axiom_8]) ).

thf(zip_derived_cl33,plain,
    $false,
    inference('s_sup+',[status(thm)],[zip_derived_cl31,zip_derived_cl15]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : KRS092+1 : TPTP v8.1.2. Released v3.1.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.slLkYePN8Y true
% 0.13/0.35  % Computer : n008.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 : Mon Aug 28 01:44:17 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.36  % Running in FO mode
% 0.21/0.67  % Total configuration time : 435
% 0.21/0.67  % Estimated wc time : 1092
% 0.21/0.67  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.72  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.75  % Solved by fo/fo6_bce.sh.
% 0.21/0.75  % BCE start: 16
% 0.21/0.75  % BCE eliminated: 5
% 0.21/0.75  % PE start: 11
% 0.21/0.75  logic: neq
% 0.21/0.75  % PE eliminated: 6
% 0.21/0.75  % done 5 iterations in 0.009s
% 0.21/0.75  % SZS status Unsatisfiable for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.21/0.75  % SZS output start Refutation
% See solution above
% 0.21/0.75  
% 0.21/0.75  
% 0.21/0.75  % Terminating...
% 1.06/0.78  % Runner terminated.
% 1.06/0.79  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------