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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : LCL452+1 : TPTP v8.1.2. Released v3.3.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.8yl4UkjKPZ true

% Computer : n016.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 08:59:47 EDT 2023

% Result   : Theorem 0.21s 0.80s
% Output   : Refutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   34 (  15 unt;  11 typ;   0 def)
%            Number of atoms       :   31 (   7 equ;   0 cnn)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :   92 (   7   ~;   4   |;   0   &;  77   @)
%                                         (   2 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    8 (   8   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   13 (  11 usr;   7 con; 0-2 aty)
%            Number of variables   :   22 (   0   ^;  22   !;   0   ?;  22   :)

% Comments : 
%------------------------------------------------------------------------------
thf(cn2_type,type,
    cn2: $o ).

thf(sk__42_type,type,
    sk__42: $i ).

thf(op_or_type,type,
    op_or: $o ).

thf(and_type,type,
    and: $i > $i > $i ).

thf(is_a_theorem_type,type,
    is_a_theorem: $i > $o ).

thf(sk__41_type,type,
    sk__41: $i ).

thf(op_implies_and_type,type,
    op_implies_and: $o ).

thf(or_type,type,
    or: $i > $i > $i ).

thf(or_1_type,type,
    or_1: $o ).

thf(implies_type,type,
    implies: $i > $i > $i ).

thf(not_type,type,
    not: $i > $i ).

thf(cn2,axiom,
    ( cn2
  <=> ! [P: $i,Q: $i] : ( is_a_theorem @ ( implies @ P @ ( implies @ ( not @ P ) @ Q ) ) ) ) ).

thf(zip_derived_cl42,plain,
    ( cn2
    | ~ ( is_a_theorem @ ( implies @ sk__41 @ ( implies @ ( not @ sk__41 ) @ sk__42 ) ) ) ),
    inference(cnf,[status(esa)],[cn2]) ).

thf(luka_cn2,conjecture,
    cn2 ).

thf(zf_stmt_0,negated_conjecture,
    ~ cn2,
    inference('cnf.neg',[status(esa)],[luka_cn2]) ).

thf(zip_derived_cl81,plain,
    ~ cn2,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl379,plain,
    ~ ( is_a_theorem @ ( implies @ sk__41 @ ( implies @ ( not @ sk__41 ) @ sk__42 ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl42,zip_derived_cl81]) ).

thf(hilbert_op_or,axiom,
    op_or ).

thf(zip_derived_cl60,plain,
    op_or,
    inference(cnf,[status(esa)],[hilbert_op_or]) ).

thf(op_or,axiom,
    ( op_or
   => ! [X: $i,Y: $i] :
        ( ( or @ X @ Y )
        = ( not @ ( and @ ( not @ X ) @ ( not @ Y ) ) ) ) ) ).

thf(zip_derived_cl55,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( or @ X0 @ X1 )
        = ( not @ ( and @ ( not @ X0 ) @ ( not @ X1 ) ) ) )
      | ~ op_or ),
    inference(cnf,[status(esa)],[op_or]) ).

thf(zip_derived_cl363,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X1 @ X0 )
      = ( not @ ( and @ ( not @ X1 ) @ ( not @ X0 ) ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl60,zip_derived_cl55]) ).

thf(hilbert_op_implies_and,axiom,
    op_implies_and ).

thf(zip_derived_cl61,plain,
    op_implies_and,
    inference(cnf,[status(esa)],[hilbert_op_implies_and]) ).

thf(op_implies_and,axiom,
    ( op_implies_and
   => ! [X: $i,Y: $i] :
        ( ( implies @ X @ Y )
        = ( not @ ( and @ X @ ( not @ Y ) ) ) ) ) ).

thf(zip_derived_cl57,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( implies @ X0 @ X1 )
        = ( not @ ( and @ X0 @ ( not @ X1 ) ) ) )
      | ~ op_implies_and ),
    inference(cnf,[status(esa)],[op_implies_and]) ).

thf(zip_derived_cl352,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( not @ ( and @ X1 @ ( not @ X0 ) ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl61,zip_derived_cl57]) ).

thf(zip_derived_cl403,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ ( not @ X1 ) @ X0 )
      = ( or @ X1 @ X0 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl363,zip_derived_cl352]) ).

thf(hilbert_or_1,axiom,
    or_1 ).

thf(zip_derived_cl71,plain,
    or_1,
    inference(cnf,[status(esa)],[hilbert_or_1]) ).

thf(or_1,axiom,
    ( or_1
  <=> ! [X: $i,Y: $i] : ( is_a_theorem @ ( implies @ X @ ( or @ X @ Y ) ) ) ) ).

thf(zip_derived_cl21,plain,
    ! [X0: $i,X1: $i] :
      ( ( is_a_theorem @ ( implies @ X0 @ ( or @ X0 @ X1 ) ) )
      | ~ or_1 ),
    inference(cnf,[status(esa)],[or_1]) ).

thf(zip_derived_cl371,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ X1 @ ( or @ X1 @ X0 ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl71,zip_derived_cl21]) ).

thf(zip_derived_cl412,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl379,zip_derived_cl403,zip_derived_cl371]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : LCL452+1 : TPTP v8.1.2. Released v3.3.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.8yl4UkjKPZ true
% 0.17/0.36  % Computer : n016.cluster.edu
% 0.17/0.36  % Model    : x86_64 x86_64
% 0.17/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.17/0.36  % Memory   : 8042.1875MB
% 0.17/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.17/0.36  % CPULimit : 300
% 0.17/0.36  % WCLimit  : 300
% 0.17/0.36  % DateTime : Fri Aug 25 07:47:25 EDT 2023
% 0.17/0.36  % CPUTime  : 
% 0.17/0.36  % Running portfolio for 300 s
% 0.17/0.36  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.17/0.36  % Number of cores: 8
% 0.17/0.36  % Python version: Python 3.6.8
% 0.17/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.74  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.21/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.21/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 0.21/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.21/0.80  % Solved by fo/fo6_bce.sh.
% 0.21/0.80  % BCE start: 82
% 0.21/0.80  % BCE eliminated: 3
% 0.21/0.80  % PE start: 79
% 0.21/0.80  logic: eq
% 0.21/0.80  % PE eliminated: 49
% 0.21/0.80  % done 25 iterations in 0.031s
% 0.21/0.80  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.21/0.80  % SZS output start Refutation
% See solution above
% 0.21/0.80  
% 0.21/0.80  
% 0.21/0.80  % Terminating...
% 1.43/0.87  % Runner terminated.
% 1.43/0.88  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------