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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : KRS202+1 : TPTP v8.1.2. Bugfixed v5.4.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.gSUNlGEWc8 true

% 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 : Thu Aug 31 05:56:51 EDT 2023

% Result   : Theorem 1.23s 0.79s
% Output   : Refutation 1.23s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   15
% Syntax   : Number of formulae    :   31 (  11 unt;   9 typ;   0 def)
%            Number of atoms       :   40 (   0 equ;   0 cnn)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :  124 (  15   ~;  11   |;   2   &;  91   @)
%                                         (   4 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   9 usr;   7 con; 0-3 aty)
%            Number of variables   :   38 (   0   ^;  30   !;   8   ?;  38   :)

% Comments : 
%------------------------------------------------------------------------------
thf(sk__51_type,type,
    sk__51: $i ).

thf(thm_type,type,
    thm: $i ).

thf(sk__54_type,type,
    sk__54: $i ).

thf(sk__53_type,type,
    sk__53: $i ).

thf(status_type,type,
    status: $i > $i > $i > $o ).

thf(model_type,type,
    model: $i > $i > $o ).

thf(esa_type,type,
    esa: $i ).

thf(nota_type,type,
    nota: $i > $i > $o ).

thf(sk__52_type,type,
    sk__52: $i ).

thf(satisfiable,axiom,
    ? [F: $i] :
      ( ? [I2: $i] :
          ~ ( model @ I2 @ F )
      & ? [I1: $i] : ( model @ I1 @ F ) ) ).

thf(zip_derived_cl95,plain,
    ~ ( model @ sk__53 @ sk__52 ),
    inference(cnf,[status(esa)],[satisfiable]) ).

thf(tautology,axiom,
    ? [F: $i] :
    ! [I: $i] : ( model @ I @ F ) ).

thf(zip_derived_cl93,plain,
    ! [X0: $i] : ( model @ X0 @ sk__51 ),
    inference(cnf,[status(esa)],[tautology]) ).

thf(zip_derived_cl94,plain,
    model @ sk__54 @ sk__52,
    inference(cnf,[status(esa)],[satisfiable]) ).

thf(esa,axiom,
    ! [Ax: $i,C: $i] :
      ( ( ? [I1: $i] : ( model @ I1 @ Ax )
      <=> ? [I2: $i] : ( model @ I2 @ C ) )
    <=> ( status @ Ax @ C @ esa ) ) ).

thf(zip_derived_cl6,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( status @ X0 @ X1 @ esa )
      | ~ ( model @ X2 @ X1 )
      | ~ ( model @ X3 @ X0 ) ),
    inference(cnf,[status(esa)],[esa]) ).

thf(zip_derived_cl168,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( model @ X1 @ X0 )
      | ( status @ X0 @ sk__52 @ esa ) ),
    inference('sup-',[status(thm)],[zip_derived_cl94,zip_derived_cl6]) ).

thf(zip_derived_cl188,plain,
    status @ sk__51 @ sk__52 @ esa,
    inference('sup-',[status(thm)],[zip_derived_cl93,zip_derived_cl168]) ).

thf(nota,axiom,
    ! [S1: $i,S2: $i] :
      ( ? [Ax: $i,C: $i] :
          ( ~ ( status @ Ax @ C @ S2 )
          & ( status @ Ax @ C @ S1 ) )
    <=> ( nota @ S1 @ S2 ) ) ).

thf(zip_derived_cl79,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( nota @ X0 @ X1 )
      | ~ ( status @ X2 @ X3 @ X0 )
      | ( status @ X2 @ X3 @ X1 ) ),
    inference(cnf,[status(esa)],[nota]) ).

thf(nota_esa_thm,conjecture,
    nota @ esa @ thm ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( nota @ esa @ thm ),
    inference('cnf.neg',[status(esa)],[nota_esa_thm]) ).

thf(zip_derived_cl108,plain,
    ~ ( nota @ esa @ thm ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl117,plain,
    ! [X0: $i,X1: $i] :
      ( ( status @ X1 @ X0 @ thm )
      | ~ ( status @ X1 @ X0 @ esa ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl79,zip_derived_cl108]) ).

thf(thm,axiom,
    ! [Ax: $i,C: $i] :
      ( ! [I1: $i] :
          ( ( model @ I1 @ Ax )
         => ( model @ I1 @ C ) )
    <=> ( status @ Ax @ C @ thm ) ) ).

thf(zip_derived_cl15,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( model @ X0 @ X1 )
      | ( model @ X0 @ X2 )
      | ~ ( status @ X1 @ X2 @ thm ) ),
    inference(cnf,[status(esa)],[thm]) ).

thf(zip_derived_cl215,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( status @ X1 @ X0 @ esa )
      | ( model @ X2 @ X0 )
      | ~ ( model @ X2 @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl117,zip_derived_cl15]) ).

thf(zip_derived_cl263,plain,
    ! [X0: $i] :
      ( ~ ( model @ X0 @ sk__51 )
      | ( model @ X0 @ sk__52 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl188,zip_derived_cl215]) ).

thf(zip_derived_cl93_001,plain,
    ! [X0: $i] : ( model @ X0 @ sk__51 ),
    inference(cnf,[status(esa)],[tautology]) ).

thf(zip_derived_cl279,plain,
    ! [X0: $i] : ( model @ X0 @ sk__52 ),
    inference(demod,[status(thm)],[zip_derived_cl263,zip_derived_cl93]) ).

thf(zip_derived_cl287,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl95,zip_derived_cl279]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : KRS202+1 : TPTP v8.1.2. Bugfixed v5.4.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.gSUNlGEWc8 true
% 0.13/0.35  % Computer : n010.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 00:59:34 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.35  % Running in FO mode
% 0.21/0.63  % Total configuration time : 435
% 0.21/0.63  % Estimated wc time : 1092
% 0.21/0.63  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.70  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.73  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.74  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 1.23/0.78  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 1.23/0.79  % Solved by fo/fo3_bce.sh.
% 1.23/0.79  % BCE start: 109
% 1.23/0.79  % BCE eliminated: 0
% 1.23/0.79  % PE start: 109
% 1.23/0.79  logic: neq
% 1.23/0.79  % PE eliminated: 4
% 1.23/0.79  % done 107 iterations in 0.050s
% 1.23/0.79  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 1.23/0.79  % SZS output start Refutation
% See solution above
% 1.23/0.80  
% 1.23/0.80  
% 1.23/0.80  % Terminating...
% 1.44/0.84  % Runner terminated.
% 1.44/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------