TSTP Solution File: SYN356^5 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYN356^5 : TPTP v8.1.2. Released v4.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.j08dl9AjqD true

% Computer : n025.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:02:57 EDT 2023

% Result   : Theorem 0.17s 0.70s
% Output   : Refutation 0.17s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :    5
% Syntax   : Number of formulae    :   21 (   9 unt;   4 typ;   0 def)
%            Number of atoms       :   37 (   0 equ;   0 cnn)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :  101 (   9   ~;   6   |;   8   &;  72   @)
%                                         (   0 <=>;   6  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    4 (   4   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    5 (   4 usr;   3 con; 0-2 aty)
%            Number of variables   :   18 (   0   ^;  18   !;   0   ?;  18   :)

% Comments : 
%------------------------------------------------------------------------------
thf(cB_type,type,
    cB: $i ).

thf(cA_type,type,
    cA: $i ).

thf(cR_type,type,
    cR: $i > $i > $o ).

thf(cQ_type,type,
    cQ: $i > $i > $o ).

thf(cLX2107,conjecture,
    ( ( ( cR @ cA @ cB )
      & ! [X: $i,Y: $i] :
          ( ( cR @ X @ Y )
         => ( ( cR @ Y @ X )
            & ( cQ @ X @ Y ) ) )
      & ! [U: $i,V: $i] :
          ( ( cQ @ U @ V )
         => ( cQ @ U @ U ) ) )
   => ( ( cQ @ cA @ cA )
      & ( cQ @ cB @ cB ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( ( ( cR @ cA @ cB )
        & ! [X: $i,Y: $i] :
            ( ( cR @ X @ Y )
           => ( ( cR @ Y @ X )
              & ( cQ @ X @ Y ) ) )
        & ! [U: $i,V: $i] :
            ( ( cQ @ U @ V )
           => ( cQ @ U @ U ) ) )
     => ( ( cQ @ cA @ cA )
        & ( cQ @ cB @ cB ) ) ),
    inference('cnf.neg',[status(esa)],[cLX2107]) ).

thf(zip_derived_cl4,plain,
    ( ~ ( cQ @ cA @ cA )
    | ~ ( cQ @ cB @ cB ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i,X1: $i] :
      ( ( cQ @ X1 @ X0 )
      | ~ ( cR @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl0,plain,
    cR @ cA @ cB,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl5,plain,
    cQ @ cA @ cB,
    inference('sup+',[status(thm)],[zip_derived_cl2,zip_derived_cl0]) ).

thf(zip_derived_cl3,plain,
    ! [X2: $i,X3: $i] :
      ( ( cQ @ X2 @ X2 )
      | ~ ( cQ @ X2 @ X3 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl9,plain,
    cQ @ cA @ cA,
    inference('sup-',[status(thm)],[zip_derived_cl5,zip_derived_cl3]) ).

thf(zip_derived_cl13,plain,
    ~ ( cQ @ cB @ cB ),
    inference(demod,[status(thm)],[zip_derived_cl4,zip_derived_cl9]) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i,X1: $i] :
      ( ( cR @ X0 @ X1 )
      | ~ ( cR @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl0_001,plain,
    cR @ cA @ cB,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl16,plain,
    cR @ cB @ cA,
    inference('sup+',[status(thm)],[zip_derived_cl1,zip_derived_cl0]) ).

thf(zip_derived_cl2_002,plain,
    ! [X0: $i,X1: $i] :
      ( ( cQ @ X1 @ X0 )
      | ~ ( cR @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl34,plain,
    cQ @ cB @ cA,
    inference('sup-',[status(thm)],[zip_derived_cl16,zip_derived_cl2]) ).

thf(zip_derived_cl3_003,plain,
    ! [X2: $i,X3: $i] :
      ( ( cQ @ X2 @ X2 )
      | ~ ( cQ @ X2 @ X3 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl38,plain,
    cQ @ cB @ cB,
    inference('sup-',[status(thm)],[zip_derived_cl34,zip_derived_cl3]) ).

thf(zip_derived_cl40,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl13,zip_derived_cl38]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : SYN356^5 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.11  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.j08dl9AjqD true
% 0.10/0.31  % Computer : n025.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.31  % CPULimit : 300
% 0.10/0.31  % WCLimit  : 300
% 0.10/0.31  % DateTime : Sat Aug 26 21:44:53 EDT 2023
% 0.10/0.32  % CPUTime  : 
% 0.10/0.32  % Running portfolio for 300 s
% 0.10/0.32  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.10/0.32  % Number of cores: 8
% 0.10/0.32  % Python version: Python 3.6.8
% 0.10/0.32  % Running in HO mode
% 0.17/0.54  % Total configuration time : 828
% 0.17/0.54  % Estimated wc time : 1656
% 0.17/0.54  % Estimated cpu time (8 cpus) : 207.0
% 0.17/0.65  % /export/starexec/sandbox/solver/bin/lams/40_c.s.sh running for 80s
% 0.17/0.66  % /export/starexec/sandbox/solver/bin/lams/15_e_short1.sh running for 30s
% 0.17/0.66  % /export/starexec/sandbox/solver/bin/lams/40_c_ic.sh running for 80s
% 0.17/0.66  % /export/starexec/sandbox/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.17/0.66  % /export/starexec/sandbox/solver/bin/lams/40_noforms.sh running for 90s
% 0.17/0.66  % /export/starexec/sandbox/solver/bin/lams/40_b.comb.sh running for 70s
% 0.17/0.68  % /export/starexec/sandbox/solver/bin/lams/30_sp5.sh running for 60s
% 0.17/0.70  % Solved by lams/40_c.s.sh.
% 0.17/0.70  % done 22 iterations in 0.017s
% 0.17/0.70  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.17/0.70  % SZS output start Refutation
% See solution above
% 0.17/0.70  
% 0.17/0.70  
% 0.17/0.70  % Terminating...
% 0.17/0.76  % Runner terminated.
% 0.17/0.77  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------