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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYN068+1 : TPTP v8.1.2. Released v2.0.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.2LX9DbrV9H true

% Computer : n004.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 : Fri Sep  1 04:01:32 EDT 2023

% Result   : Theorem 0.21s 0.75s
% Output   : Refutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   20 (   4 unt;   6 typ;   0 def)
%            Number of atoms       :   28 (   0 equ;   0 cnn)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :   63 (  14   ~;   6   |;   6   &;  35   @)
%                                         (   0 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    7 (   6 usr;   2 con; 0-2 aty)
%            Number of variables   :   11 (   0   ^;   6   !;   5   ?;  11   :)

% Comments : 
%------------------------------------------------------------------------------
thf(big_h_type,type,
    big_h: $i > $i > $o ).

thf(big_f_type,type,
    big_f: $i > $o ).

thf(big_g_type,type,
    big_g: $i > $o ).

thf(sk__2_type,type,
    sk__2: $i ).

thf(big_j_type,type,
    big_j: $i > $o ).

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

thf(pel44_1,axiom,
    ! [X: $i] :
      ( ( big_f @ X )
     => ( ? [Y: $i] :
            ( ( big_h @ X @ Y )
            & ( big_g @ Y ) )
        & ? [Y1: $i] :
            ( ~ ( big_h @ X @ Y1 )
            & ( big_g @ Y1 ) ) ) ) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i] :
      ( ( big_g @ ( sk__1 @ X0 ) )
      | ~ ( big_f @ X0 ) ),
    inference(cnf,[status(esa)],[pel44_1]) ).

thf(pel44_2,axiom,
    ? [X: $i] :
      ( ! [Y: $i] :
          ( ( big_g @ Y )
         => ( big_h @ X @ Y ) )
      & ( big_j @ X ) ) ).

thf(zip_derived_cl5,plain,
    ! [X0: $i] :
      ( ( big_h @ sk__2 @ X0 )
      | ~ ( big_g @ X0 ) ),
    inference(cnf,[status(esa)],[pel44_2]) ).

thf(zip_derived_cl3,plain,
    ! [X0: $i] :
      ( ~ ( big_h @ X0 @ ( sk__1 @ X0 ) )
      | ~ ( big_f @ X0 ) ),
    inference(cnf,[status(esa)],[pel44_1]) ).

thf(zip_derived_cl8,plain,
    ( ~ ( big_g @ ( sk__1 @ sk__2 ) )
    | ~ ( big_f @ sk__2 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl5,zip_derived_cl3]) ).

thf(zip_derived_cl9,plain,
    ( ~ ( big_f @ sk__2 )
    | ~ ( big_f @ sk__2 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl2,zip_derived_cl8]) ).

thf(zip_derived_cl10,plain,
    ~ ( big_f @ sk__2 ),
    inference(simplify,[status(thm)],[zip_derived_cl9]) ).

thf(zip_derived_cl4,plain,
    big_j @ sk__2,
    inference(cnf,[status(esa)],[pel44_2]) ).

thf(pel44,conjecture,
    ? [X: $i] :
      ( ~ ( big_f @ X )
      & ( big_j @ X ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ? [X: $i] :
        ( ~ ( big_f @ X )
        & ( big_j @ X ) ),
    inference('cnf.neg',[status(esa)],[pel44]) ).

thf(zip_derived_cl6,plain,
    ! [X0: $i] :
      ( ( big_f @ X0 )
      | ~ ( big_j @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl7,plain,
    big_f @ sk__2,
    inference('dp-resolution',[status(thm)],[zip_derived_cl4,zip_derived_cl6]) ).

thf(zip_derived_cl11,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl10,zip_derived_cl7]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SYN068+1 : TPTP v8.1.2. Released v2.0.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.2LX9DbrV9H true
% 0.14/0.36  % Computer : n004.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Sat Aug 26 19:48:22 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.14/0.36  % Running portfolio for 300 s
% 0.14/0.36  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.36  % Number of cores: 8
% 0.14/0.36  % Python version: Python 3.6.8
% 0.14/0.37  % 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.73  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.75  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.75  % Solved by fo/fo6_bce.sh.
% 0.21/0.75  % BCE start: 7
% 0.21/0.75  % BCE eliminated: 1
% 0.21/0.75  % PE start: 6
% 0.21/0.75  logic: neq
% 0.21/0.75  % PE eliminated: 4
% 0.21/0.75  % done 1 iterations in 0.005s
% 0.21/0.75  % SZS status Theorem 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.45/0.87  % Runner terminated.
% 1.45/0.88  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------