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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYO502^1 : TPTP v8.1.2. Released v4.1.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.N2vimgZlyK true

% Computer : n002.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:51:47 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf(a_type,type,
    a: $i ).

thf(f_type,type,
    f: $i > $i ).

thf(g_type,type,
    g: $i > $i ).

thf(b_type,type,
    b: $i ).

thf(claim,conjecture,
    ( ( a != b )
    | ( ( f @ a )
     != ( g @ b ) )
    | ( ( f @ b )
      = ( g @ a ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( ( a != b )
      | ( ( f @ a )
       != ( g @ b ) )
      | ( ( f @ b )
        = ( g @ a ) ) ),
    inference('cnf.neg',[status(esa)],[claim]) ).

thf(zip_derived_cl0,plain,
    ( ( f @ b )
   != ( g @ a ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl2,plain,
    a = b,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl1,plain,
    ( ( f @ a )
    = ( g @ b ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl2_001,plain,
    a = b,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl3,plain,
    ( ( f @ a )
    = ( g @ a ) ),
    inference(demod,[status(thm)],[zip_derived_cl1,zip_derived_cl2]) ).

thf(zip_derived_cl4,plain,
    ( ( f @ a )
   != ( f @ a ) ),
    inference(demod,[status(thm)],[zip_derived_cl0,zip_derived_cl2,zip_derived_cl3]) ).

thf(zip_derived_cl5,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl4]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYO502^1 : TPTP v8.1.2. Released v4.1.0.
% 0.07/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.N2vimgZlyK true
% 0.13/0.34  % Computer : n002.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Sat Aug 26 06:40:33 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.20/0.35  % Python version: Python 3.6.8
% 0.20/0.35  % Running in HO mode
% 0.20/0.65  % Total configuration time : 828
% 0.20/0.65  % Estimated wc time : 1656
% 0.20/0.65  % Estimated cpu time (8 cpus) : 207.0
% 0.20/0.69  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 0.20/0.71  % Solved by lams/40_c.s.sh.
% 0.20/0.71  % done 2 iterations in 0.006s
% 0.20/0.71  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.20/0.71  % SZS output start Refutation
% See solution above
% 0.20/0.71  
% 0.20/0.71  
% 0.20/0.71  % Terminating...
% 0.20/0.77  % Runner terminated.
% 1.49/0.78  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------