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

View Problem - Process Solution

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

% Computer : n011.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:10 EDT 2023

% Result   : Unsatisfiable 0.22s 0.79s
% Output   : Refutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   31 (   6 unt;   6 typ;   0 def)
%            Number of atoms       :   52 (   0 equ;   0 cnn)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :   54 (  27   ~;  27   |;   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     :    7 (   6 usr;   7 con; 0-0 aty)
%            Number of variables   :    0 (   0   ^;   0   !;   0   ?;   0   :)

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

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

thf(k_type,type,
    k: $o ).

thf(j_type,type,
    j: $o ).

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

thf(h_type,type,
    h: $o ).

thf(three,axiom,
    ( h
    | a
    | ~ j ) ).

thf(zip_derived_cl0,plain,
    ( h
    | a
    | ~ j ),
    inference(cnf,[status(esa)],[three]) ).

thf(seven,axiom,
    ( c
    | ~ h ) ).

thf(zip_derived_cl4,plain,
    ( c
    | ~ h ),
    inference(cnf,[status(esa)],[seven]) ).

thf(one,axiom,
    ( ~ h
    | ~ c ) ).

thf(zip_derived_cl5,plain,
    ( ~ h
    | ~ c ),
    inference(cnf,[status(esa)],[one]) ).

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

thf(zip_derived_cl11,plain,
    ~ h,
    inference(simplify,[status(thm)],[zip_derived_cl8]) ).

thf(six,axiom,
    ( b
    | ~ a ) ).

thf(zip_derived_cl3,plain,
    ( b
    | ~ a ),
    inference(cnf,[status(esa)],[six]) ).

thf(prove_something,conjecture,
    ~ ( ~ b
      | ~ a ) ).

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

thf(zip_derived_cl6,plain,
    ( ~ b
    | ~ a ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl7,plain,
    ( ~ a
    | ~ a ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl3,zip_derived_cl6]) ).

thf(zip_derived_cl10,plain,
    ~ a,
    inference(simplify,[status(thm)],[zip_derived_cl7]) ).

thf(zip_derived_cl12,plain,
    ~ j,
    inference(demod,[status(thm)],[zip_derived_cl0,zip_derived_cl11,zip_derived_cl10]) ).

thf(four,axiom,
    ( h
    | k
    | j ) ).

thf(zip_derived_cl1,plain,
    ( h
    | k
    | j ),
    inference(cnf,[status(esa)],[four]) ).

thf(five,axiom,
    ( h
    | j
    | ~ k ) ).

thf(zip_derived_cl2,plain,
    ( h
    | j
    | ~ k ),
    inference(cnf,[status(esa)],[five]) ).

thf(zip_derived_cl9,plain,
    ( j
    | h
    | j
    | h ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl1,zip_derived_cl2]) ).

thf(zip_derived_cl13,plain,
    ( h
    | j ),
    inference(simplify,[status(thm)],[zip_derived_cl9]) ).

thf(zip_derived_cl11_001,plain,
    ~ h,
    inference(simplify,[status(thm)],[zip_derived_cl8]) ).

thf(zip_derived_cl14,plain,
    j,
    inference(demod,[status(thm)],[zip_derived_cl13,zip_derived_cl11]) ).

thf(zip_derived_cl15,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl12,zip_derived_cl14]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem  : SYN032-1 : TPTP v8.1.2. Released v1.0.0.
% 0.12/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.4K8MPSDPdR true
% 0.15/0.35  % Computer : n011.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Sat Aug 26 17:16:39 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 0.15/0.36  % Running portfolio for 300 s
% 0.15/0.36  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.15/0.36  % Number of cores: 8
% 0.15/0.36  % Python version: Python 3.6.8
% 0.15/0.36  % Running in FO mode
% 0.22/0.69  % Total configuration time : 435
% 0.22/0.69  % Estimated wc time : 1092
% 0.22/0.69  % Estimated cpu time (7 cpus) : 156.0
% 0.22/0.76  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.22/0.79  % Solved by fo/fo6_bce.sh.
% 0.22/0.79  % BCE start: 7
% 0.22/0.79  % BCE eliminated: 0
% 0.22/0.79  % PE start: 7
% 0.22/0.79  logic: neq
% 0.22/0.79  % PE eliminated: 3
% 0.22/0.79  % done 3 iterations in 0.006s
% 0.22/0.79  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.22/0.79  % SZS output start Refutation
% See solution above
% 0.22/0.79  
% 0.22/0.79  
% 0.22/0.79  % Terminating...
% 1.45/0.88  % Runner terminated.
% 1.45/0.89  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------