TSTP Solution File: SYO561_1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYO561_1 : TPTP v8.1.2. Released v5.3.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.Gum4HXkIzN true

% Computer : n009.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:52:05 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf(company_type,type,
    company: $tType ).

thf(microsoft_type,type,
    microsoft: company ).

thf(apple_type,type,
    apple: company ).

thf(apple_not_microsoft,conjecture,
    apple != microsoft ).

thf(zf_stmt_0,negated_conjecture,
    apple = microsoft,
    inference('cnf.neg',[status(esa)],[apple_not_microsoft]) ).

thf(zip_derived_cl1,plain,
    apple = microsoft,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(distinct_companies,axiom,
    apple != microsoft ).

thf(zip_derived_cl0,plain,
    apple != microsoft,
    inference(cnf,[status(esa)],[distinct_companies]) ).

thf(zip_derived_cl2,plain,
    $false,
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl1,zip_derived_cl0]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.13  % Problem  : SYO561_1 : TPTP v8.1.2. Released v5.3.0.
% 0.06/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.Gum4HXkIzN true
% 0.13/0.35  % Computer : n009.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 07:29:35 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.13/0.37  % Number of cores: 8
% 0.21/0.44  % Python version: Python 3.6.8
% 0.21/0.44  % Running in FO mode
% 0.52/1.22  % Total configuration time : 435
% 0.52/1.22  % Estimated wc time : 1092
% 0.52/1.22  % Estimated cpu time (7 cpus) : 156.0
% 0.54/1.28  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.54/1.30  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.54/1.31  % Solved by fo/fo6_bce.sh.
% 0.54/1.31  % BCE start: 2
% 0.54/1.31  % BCE eliminated: 0
% 0.54/1.31  % PE start: 2
% 0.54/1.31  logic: eq
% 0.54/1.31  % PE eliminated: 0
% 0.54/1.31  % done 1 iterations in 0.004s
% 0.54/1.31  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.54/1.31  % SZS output start Refutation
% See solution above
% 0.54/1.31  
% 0.54/1.31  
% 0.54/1.31  % Terminating...
% 0.54/1.36  % Runner terminated.
% 1.43/1.37  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------