TSTP Solution File: SYO017^1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYO017^1 : TPTP v8.1.2. Released v3.7.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.xhtb9rZkRl true

% Computer : n015.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 05:49:13 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf(h_type,type,
    h: $o > $o ).

thf(conj,conjecture,
    ( ( h
      @ ( ( h @ $true )
      <=> ( h @ $false ) ) )
  <=> ( h @ $false ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( ( h
        @ ( ( h @ $true )
        <=> ( h @ $false ) ) )
    <=> ( h @ $false ) ),
    inference('cnf.neg',[status(esa)],[conj]) ).

thf(zip_derived_cl1,plain,
    ( ~ ( h @ $false )
    | ~ ( h
        @ ( ( h @ $true )
        <=> ( h @ $false ) ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl13,plain,
    ( ~ ( h @ $false )
    | ~ ( h
        @ ( ( h @ $true )
        <=> $true ) ) ),
    inference(local_rewriting,[status(thm)],[zip_derived_cl1]) ).

thf(zip_derived_cl0,plain,
    ( ( h @ $false )
    | ( h
      @ ( ( h @ $true )
      <=> ( h @ $false ) ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl2,plain,
    ( ( h @ $false )
    | ( h
      @ ( ( h @ $true )
      <=> $false ) ) ),
    inference(local_rewriting,[status(thm)],[zip_derived_cl0]) ).

thf(zip_derived_cl3,plain,
    ( ( h @ $false )
    | ( h @ ( (~) @ ( h @ $true ) ) ) ),
    inference('simplify boolean subterms',[status(thm)],[zip_derived_cl2]) ).

thf(zip_derived_cl4,plain,
    ( ( h @ $true )
    | ( h @ $false )
    | ( h @ ( (~) @ $false ) ) ),
    inference(bool_hoist,[status(thm)],[zip_derived_cl3]) ).

thf(zip_derived_cl8,plain,
    ( ( h @ $true )
    | ( h @ $false )
    | ( h @ $true ) ),
    inference('simplify boolean subterms',[status(thm)],[zip_derived_cl4]) ).

thf(zip_derived_cl9,plain,
    ( ( h @ $false )
    | ( h @ $true ) ),
    inference(simplify,[status(thm)],[zip_derived_cl8]) ).

thf(zip_derived_cl5,plain,
    ( ~ ( h @ $true )
    | ( h @ $false )
    | ( h @ ( (~) @ $true ) ) ),
    inference(bool_hoist,[status(thm)],[zip_derived_cl3]) ).

thf(zip_derived_cl6,plain,
    ( ~ ( h @ $true )
    | ( h @ $false )
    | ( h @ $false ) ),
    inference('simplify boolean subterms',[status(thm)],[zip_derived_cl5]) ).

thf(zip_derived_cl7,plain,
    ( ( h @ $false )
    | ~ ( h @ $true ) ),
    inference(simplify,[status(thm)],[zip_derived_cl6]) ).

thf(zip_derived_cl12,plain,
    h @ $false,
    inference(clc,[status(thm)],[zip_derived_cl9,zip_derived_cl7]) ).

thf(zip_derived_cl14,plain,
    ~ ( h
      @ ( ( h @ $true )
      <=> $true ) ),
    inference(demod,[status(thm)],[zip_derived_cl13,zip_derived_cl12]) ).

thf(zip_derived_cl15,plain,
    ~ ( h @ ( h @ $true ) ),
    inference('simplify boolean subterms',[status(thm)],[zip_derived_cl14]) ).

thf(zip_derived_cl17,plain,
    ( ~ ( h @ $true )
    | ~ ( h @ $true ) ),
    inference(bool_hoist,[status(thm)],[zip_derived_cl15]) ).

thf(zip_derived_cl18,plain,
    ~ ( h @ $true ),
    inference(simplify,[status(thm)],[zip_derived_cl17]) ).

thf(zip_derived_cl16,plain,
    ( ( h @ $true )
    | ~ ( h @ $false ) ),
    inference(bool_hoist,[status(thm)],[zip_derived_cl15]) ).

thf(zip_derived_cl12_001,plain,
    h @ $false,
    inference(clc,[status(thm)],[zip_derived_cl9,zip_derived_cl7]) ).

thf(zip_derived_cl19,plain,
    h @ $true,
    inference(demod,[status(thm)],[zip_derived_cl16,zip_derived_cl12]) ).

thf(zip_derived_cl21,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl18,zip_derived_cl19]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SYO017^1 : TPTP v8.1.2. Released v3.7.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.xhtb9rZkRl true
% 0.13/0.35  % Computer : n015.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 : Sat Aug 26 04:35:38 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox2/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 HO mode
% 0.21/0.69  % Total configuration time : 828
% 0.21/0.69  % Estimated wc time : 1656
% 0.21/0.69  % Estimated cpu time (8 cpus) : 207.0
% 0.21/0.73  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 0.21/0.75  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.21/0.75  % /export/starexec/sandbox2/solver/bin/lams/40_c_ic.sh running for 80s
% 0.21/0.76  % Solved by lams/40_c.s.sh.
% 0.21/0.76  % done 3 iterations in 0.008s
% 0.21/0.76  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.21/0.76  % SZS output start Refutation
% See solution above
% 0.21/0.76  
% 0.21/0.76  
% 0.21/0.76  % Terminating...
% 1.44/0.86  % Runner terminated.
% 1.44/0.87  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------