TSTP Solution File: SYN028-1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYN028-1 : TPTP v8.1.2. Released v1.0.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.WcNxJapkNm true

% Computer : n028.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:09 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf(t_type,type,
    t: $o ).

thf(s_type,type,
    s: $o ).

thf(r_type,type,
    r: $o ).

thf(p_type,type,
    p: $o ).

thf(q_type,type,
    q: $o ).

thf(clause3,axiom,
    ( ~ r
    | s ) ).

thf(zip_derived_cl2,plain,
    ( ~ r
    | s ),
    inference(cnf,[status(esa)],[clause3]) ).

thf(clause4,axiom,
    ( ~ s
    | ~ r
    | t ) ).

thf(zip_derived_cl3,plain,
    ( ~ s
    | ~ r
    | t ),
    inference(cnf,[status(esa)],[clause4]) ).

thf(zip_derived_cl7,plain,
    ( ~ r
    | t
    | ~ r ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl2,zip_derived_cl3]) ).

thf(clause5,axiom,
    ( ~ t
    | p ) ).

thf(zip_derived_cl4,plain,
    ( ~ t
    | p ),
    inference(cnf,[status(esa)],[clause5]) ).

thf(zip_derived_cl8,plain,
    ( ~ r
    | ~ r
    | p ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl7,zip_derived_cl4]) ).

thf(prove_something,conjecture,
    p ).

thf(zf_stmt_0,negated_conjecture,
    ~ p,
    inference('cnf.neg',[status(esa)],[prove_something]) ).

thf(zip_derived_cl5,plain,
    ~ p,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl10,plain,
    ( ~ r
    | ~ r ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl8,zip_derived_cl5]) ).

thf(zip_derived_cl11,plain,
    ~ r,
    inference(simplify,[status(thm)],[zip_derived_cl10]) ).

thf(clause1,axiom,
    ( q
    | p ) ).

thf(zip_derived_cl0,plain,
    ( q
    | p ),
    inference(cnf,[status(esa)],[clause1]) ).

thf(clause2,axiom,
    ( ~ q
    | r ) ).

thf(zip_derived_cl1,plain,
    ( ~ q
    | r ),
    inference(cnf,[status(esa)],[clause2]) ).

thf(zip_derived_cl6,plain,
    ( p
    | r ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl0,zip_derived_cl1]) ).

thf(zip_derived_cl5_001,plain,
    ~ p,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl9,plain,
    r,
    inference('dp-resolution',[status(thm)],[zip_derived_cl6,zip_derived_cl5]) ).

thf(zip_derived_cl12,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl11,zip_derived_cl9]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SYN028-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.WcNxJapkNm true
% 0.16/0.35  % Computer : n028.cluster.edu
% 0.16/0.35  % Model    : x86_64 x86_64
% 0.16/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.35  % Memory   : 8042.1875MB
% 0.16/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.35  % CPULimit : 300
% 0.16/0.35  % WCLimit  : 300
% 0.16/0.35  % DateTime : Sat Aug 26 21:08:53 EDT 2023
% 0.16/0.35  % CPUTime  : 
% 0.16/0.35  % Running portfolio for 300 s
% 0.16/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.16/0.35  % Number of cores: 8
% 0.16/0.35  % Python version: Python 3.6.8
% 0.16/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.72  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.75  % Solved by fo/fo6_bce.sh.
% 0.21/0.75  % BCE start: 6
% 0.21/0.75  % BCE eliminated: 0
% 0.21/0.75  % PE start: 6
% 0.21/0.75  logic: neq
% 0.21/0.75  % PE eliminated: 4
% 0.21/0.75  % done 1 iterations in 0.006s
% 0.21/0.75  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.21/0.75  % SZS output start Refutation
% See solution above
% 0.21/0.75  
% 0.21/0.75  
% 0.21/0.75  % Terminating...
% 1.43/0.86  % Runner terminated.
% 1.43/0.88  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------