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

View Problem - Process Solution

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

% Computer : n021.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:18 EDT 2023

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

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

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

thf(axiom_0,axiom,
    ! [X: $i] :
      ( ~ ( cowlNothing @ X )
      & ( cowlThing @ X ) ) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i] : ( cowlThing @ X0 ),
    inference(cnf,[status(esa)],[axiom_0]) ).

thf(axiom_2,axiom,
    ! [X: $i] :
      ( ( cowlThing @ X )
    <=> ( cowlNothing @ X ) ) ).

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

thf(zip_derived_cl10,plain,
    ! [X0: $i] : ( cowlNothing @ X0 ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl0,zip_derived_cl4]) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i] :
      ~ ( cowlNothing @ X0 ),
    inference(cnf,[status(esa)],[axiom_0]) ).

thf(zip_derived_cl11,plain,
    $false,
    inference('dp-resolution',[status(thm)],[zip_derived_cl10,zip_derived_cl1]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : KRS066+1 : TPTP v8.1.2. Released v3.1.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.n5rWoK0cLR true
% 0.14/0.35  % Computer : n021.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Mon Aug 28 02:10:58 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Running portfolio for 300 s
% 0.14/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.14/0.35  % Number of cores: 8
% 0.14/0.35  % Python version: Python 3.6.8
% 0.14/0.36  % Running in FO mode
% 0.21/0.66  % Total configuration time : 435
% 0.21/0.66  % Estimated wc time : 1092
% 0.21/0.66  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.71  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.74  % Solved by fo/fo6_bce.sh.
% 0.21/0.74  % BCE start: 6
% 0.21/0.74  % BCE eliminated: 0
% 0.21/0.74  % PE start: 6
% 0.21/0.74  logic: neq
% 0.21/0.74  % PE eliminated: 5
% 0.21/0.74  % done 0 iterations in 0.006s
% 0.21/0.74  % SZS status Unsatisfiable for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.21/0.74  % SZS output start Refutation
% See solution above
% 0.21/0.74  
% 0.21/0.74  
% 0.21/0.74  % Terminating...
% 1.38/0.85  % Runner terminated.
% 1.38/0.87  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------