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

View Problem - Process Solution

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

% Computer : n031.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:08 EDT 2023

% Result   : Unsatisfiable 0.21s 0.75s
% Output   : Refutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   15
% Syntax   : Number of formulae    :   42 (   8 unt;   7 typ;   0 def)
%            Number of atoms       :   72 (   0 equ;   0 cnn)
%            Maximal formula atoms :    3 (   2 avg)
%            Number of connectives :   77 (  40   ~;  37   |;   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     :    8 (   7 usr;   8 con; 0-0 aty)
%            Number of variables   :    0 (   0   ^;   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
thf(r_type,type,
    r: $o ).

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

thf(l_type,type,
    l: $o ).

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

thf(m_type,type,
    m: $o ).

thf(t_type,type,
    t: $o ).

thf(n_type,type,
    n: $o ).

thf(clause_6,conjecture,
    ~ ( n
      | p
      | r ) ).

thf(zf_stmt_0,negated_conjecture,
    ( n
    | p
    | r ),
    inference('cnf.neg',[status(esa)],[clause_6]) ).

thf(zip_derived_cl5,plain,
    ( n
    | p
    | r ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(clause_5,conjecture,
    ~ ( ~ p
      | ~ l ) ).

thf(zf_stmt_1,negated_conjecture,
    ( ~ p
    | ~ l ),
    inference('cnf.neg',[status(esa)],[clause_5]) ).

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

thf(zip_derived_cl11,plain,
    ( r
    | n
    | ~ l ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl5,zip_derived_cl4]) ).

thf(clause_7,conjecture,
    ~ ( ~ l
      | ~ r ) ).

thf(zf_stmt_2,negated_conjecture,
    ( ~ l
    | ~ r ),
    inference('cnf.neg',[status(esa)],[clause_7]) ).

thf(zip_derived_cl6,plain,
    ( ~ l
    | ~ r ),
    inference(cnf,[status(esa)],[zf_stmt_2]) ).

thf(zip_derived_cl12,plain,
    ( ~ l
    | n
    | ~ l ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl11,zip_derived_cl6]) ).

thf(clause_8,conjecture,
    ~ t ).

thf(zf_stmt_3,negated_conjecture,
    t,
    inference('cnf.neg',[status(esa)],[clause_8]) ).

thf(zip_derived_cl7,plain,
    t,
    inference(cnf,[status(esa)],[zf_stmt_3]) ).

thf(clause_1,conjecture,
    ~ ( ~ t
      | ~ n ) ).

thf(zf_stmt_4,negated_conjecture,
    ( ~ t
    | ~ n ),
    inference('cnf.neg',[status(esa)],[clause_1]) ).

thf(zip_derived_cl0,plain,
    ( ~ t
    | ~ n ),
    inference(cnf,[status(esa)],[zf_stmt_4]) ).

thf(zip_derived_cl8,plain,
    ~ n,
    inference('dp-resolution',[status(thm)],[zip_derived_cl7,zip_derived_cl0]) ).

thf(zip_derived_cl14,plain,
    ( ~ l
    | ~ l ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl12,zip_derived_cl8]) ).

thf(zip_derived_cl15,plain,
    ~ l,
    inference(simplify,[status(thm)],[zip_derived_cl14]) ).

thf(clause_2,conjecture,
    ~ ( n
      | q
      | m ) ).

thf(zf_stmt_5,negated_conjecture,
    ( n
    | q
    | m ),
    inference('cnf.neg',[status(esa)],[clause_2]) ).

thf(zip_derived_cl1,plain,
    ( n
    | q
    | m ),
    inference(cnf,[status(esa)],[zf_stmt_5]) ).

thf(clause_3,conjecture,
    ~ ( ~ m
      | l ) ).

thf(zf_stmt_6,negated_conjecture,
    ( ~ m
    | l ),
    inference('cnf.neg',[status(esa)],[clause_3]) ).

thf(zip_derived_cl2,plain,
    ( ~ m
    | l ),
    inference(cnf,[status(esa)],[zf_stmt_6]) ).

thf(zip_derived_cl9,plain,
    ( q
    | n
    | l ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl1,zip_derived_cl2]) ).

thf(clause_4,conjecture,
    ~ ( ~ q
      | l ) ).

thf(zf_stmt_7,negated_conjecture,
    ( ~ q
    | l ),
    inference('cnf.neg',[status(esa)],[clause_4]) ).

thf(zip_derived_cl3,plain,
    ( ~ q
    | l ),
    inference(cnf,[status(esa)],[zf_stmt_7]) ).

thf(zip_derived_cl10,plain,
    ( l
    | n
    | l ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl9,zip_derived_cl3]) ).

thf(zip_derived_cl8_001,plain,
    ~ n,
    inference('dp-resolution',[status(thm)],[zip_derived_cl7,zip_derived_cl0]) ).

thf(zip_derived_cl13,plain,
    ( l
    | l ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl10,zip_derived_cl8]) ).

thf(zip_derived_cl16,plain,
    l,
    inference(simplify,[status(thm)],[zip_derived_cl13]) ).

thf(zip_derived_cl17,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl15,zip_derived_cl16]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SYN011-1 : TPTP v8.1.2. Released v1.1.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.lwquXJmeqk true
% 0.14/0.35  % Computer : n031.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Sat Aug 26 20:07:53 EDT 2023
% 0.20/0.35  % CPUTime  : 
% 0.20/0.35  % Running portfolio for 300 s
% 0.20/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.20/0.35  % Number of cores: 8
% 0.20/0.36  % Python version: Python 3.6.8
% 0.20/0.36  % Running in FO mode
% 0.21/0.63  % Total configuration time : 435
% 0.21/0.63  % Estimated wc time : 1092
% 0.21/0.63  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.71  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.75  % Solved by fo/fo6_bce.sh.
% 0.21/0.75  % BCE start: 8
% 0.21/0.75  % BCE eliminated: 0
% 0.21/0.75  % PE start: 8
% 0.21/0.75  logic: neq
% 0.21/0.75  % PE eliminated: 6
% 0.21/0.75  % done 1 iterations in 0.005s
% 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.76  % Terminating...
% 1.50/0.85  % Runner terminated.
% 1.50/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------