TSTP Solution File: SYN063-2 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYN063-2 : TPTP v8.1.2. Released v1.2.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.BDbozx7tRP 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:01:29 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf(c_type,type,
    c: $i ).

thf(big_p_type,type,
    big_p: $i > $o ).

thf(a_type,type,
    a: $i ).

thf(pel33_1,conjecture,
    ~ ( ~ ( big_p @ a )
      | ( big_p @ c ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ( ~ ( big_p @ a )
    | ( big_p @ c ) ),
    inference('cnf.neg',[status(esa)],[pel33_1]) ).

thf(zip_derived_cl0,plain,
    ( ~ ( big_p @ a )
    | ( big_p @ c ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(pel33_2,conjecture,
    ~ ( big_p @ a ) ).

thf(zf_stmt_1,negated_conjecture,
    big_p @ a,
    inference('cnf.neg',[status(esa)],[pel33_2]) ).

thf(zip_derived_cl1,plain,
    big_p @ a,
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(pel33_3,conjecture,
    big_p @ c ).

thf(zf_stmt_2,negated_conjecture,
    ~ ( big_p @ c ),
    inference('cnf.neg',[status(esa)],[pel33_3]) ).

thf(zip_derived_cl2,plain,
    ~ ( big_p @ c ),
    inference(cnf,[status(esa)],[zf_stmt_2]) ).

thf(zip_derived_cl3,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl0,zip_derived_cl1,zip_derived_cl2]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SYN063-2 : TPTP v8.1.2. Released v1.2.0.
% 0.06/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.BDbozx7tRP true
% 0.14/0.34  % Computer : n025.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Sat Aug 26 20:48:08 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 0.14/0.34  % Running portfolio for 300 s
% 0.14/0.34  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.34  % Number of cores: 8
% 0.14/0.35  % Python version: Python 3.6.8
% 0.14/0.35  % Running in FO mode
% 0.21/0.65  % Total configuration time : 435
% 0.21/0.65  % Estimated wc time : 1092
% 0.21/0.65  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.71  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.73  % Solved by fo/fo6_bce.sh.
% 0.21/0.73  % BCE start: 3
% 0.21/0.73  % BCE eliminated: 0
% 0.21/0.73  % PE start: 3
% 0.21/0.73  logic: neq
% 0.21/0.73  % PE eliminated: 0
% 0.21/0.73  % done 2 iterations in 0.005s
% 0.21/0.73  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.21/0.73  % SZS output start Refutation
% See solution above
% 0.21/0.73  
% 0.21/0.73  
% 0.21/0.73  % Terminating...
% 1.33/0.85  % Runner terminated.
% 1.33/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------