TSTP Solution File: GRA002+4 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : GRA002+4 : TPTP v8.1.2. Bugfixed v3.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.6TQyniTDxU true

% Computer : n024.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 : Thu Aug 31 00:10:08 EDT 2023

% Result   : Theorem 0.53s 0.78s
% Output   : Refutation 0.53s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   35 (  12 unt;  14 typ;   0 def)
%            Number of atoms       :   37 (   8 equ;   0 cnn)
%            Maximal formula atoms :    5 (   1 avg)
%            Number of connectives :  150 (   9   ~;   5   |;   2   &; 125   @)
%                                         (   1 <=>;   8  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   13 (  13   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   16 (  14 usr;   9 con; 0-3 aty)
%            Number of variables   :   32 (   0   ^;  32   !;   0   ?;  32   :)

% Comments : 
%------------------------------------------------------------------------------
thf(length_of_type,type,
    length_of: $i > $i ).

thf(sk__8_type,type,
    sk__8: $i ).

thf(sk__9_type,type,
    sk__9: $i ).

thf(minus_type,type,
    minus: $i > $i > $i ).

thf(graph_type,type,
    graph: $i ).

thf(number_of_in_type,type,
    number_of_in: $i > $i > $i ).

thf(sequential_pairs_type,type,
    sequential_pairs: $i ).

thf(shortest_path_type,type,
    shortest_path: $i > $i > $i > $o ).

thf(less_or_equal_type,type,
    less_or_equal: $i > $i > $o ).

thf(n1_type,type,
    n1: $i ).

thf(path_type,type,
    path: $i > $i > $i > $o ).

thf(sk__10_type,type,
    sk__10: $i ).

thf(complete_type,type,
    complete: $o ).

thf(triangles_type,type,
    triangles: $i ).

thf(maximal_path_length,conjecture,
    ( complete
   => ! [P: $i,V1: $i,V2: $i] :
        ( ( shortest_path @ V1 @ V2 @ P )
       => ( less_or_equal @ ( minus @ ( length_of @ P ) @ n1 ) @ ( number_of_in @ triangles @ graph ) ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( complete
     => ! [P: $i,V1: $i,V2: $i] :
          ( ( shortest_path @ V1 @ V2 @ P )
         => ( less_or_equal @ ( minus @ ( length_of @ P ) @ n1 ) @ ( number_of_in @ triangles @ graph ) ) ) ),
    inference('cnf.neg',[status(esa)],[maximal_path_length]) ).

thf(zip_derived_cl61,plain,
    ~ ( less_or_equal @ ( minus @ ( length_of @ sk__8 ) @ n1 ) @ ( number_of_in @ triangles @ graph ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl62,plain,
    shortest_path @ sk__9 @ sk__10 @ sk__8,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(shortest_path_defn,axiom,
    ! [V1: $i,V2: $i,SP: $i] :
      ( ( shortest_path @ V1 @ V2 @ SP )
    <=> ( ( path @ V1 @ V2 @ SP )
        & ( V1 != V2 )
        & ! [P: $i] :
            ( ( path @ V1 @ V2 @ P )
           => ( less_or_equal @ ( length_of @ SP ) @ ( length_of @ P ) ) ) ) ) ).

thf(zip_derived_cl38,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( path @ X0 @ X1 @ X2 )
      | ~ ( shortest_path @ X0 @ X1 @ X2 ) ),
    inference(cnf,[status(esa)],[shortest_path_defn]) ).

thf(zip_derived_cl69,plain,
    path @ sk__9 @ sk__10 @ sk__8,
    inference('sup-',[status(thm)],[zip_derived_cl62,zip_derived_cl38]) ).

thf(path_length_sequential_pairs,axiom,
    ! [V1: $i,V2: $i,P: $i] :
      ( ( path @ V1 @ V2 @ P )
     => ( ( number_of_in @ sequential_pairs @ P )
        = ( minus @ ( length_of @ P ) @ n1 ) ) ) ).

thf(zip_derived_cl53,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( ( number_of_in @ sequential_pairs @ X0 )
        = ( minus @ ( length_of @ X0 ) @ n1 ) )
      | ~ ( path @ X1 @ X2 @ X0 ) ),
    inference(cnf,[status(esa)],[path_length_sequential_pairs]) ).

thf(zip_derived_cl82,plain,
    ( ( number_of_in @ sequential_pairs @ sk__8 )
    = ( minus @ ( length_of @ sk__8 ) @ n1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl69,zip_derived_cl53]) ).

thf(zip_derived_cl84,plain,
    ~ ( less_or_equal @ ( number_of_in @ sequential_pairs @ sk__8 ) @ ( number_of_in @ triangles @ graph ) ),
    inference(demod,[status(thm)],[zip_derived_cl61,zip_derived_cl82]) ).

thf(zip_derived_cl62_001,plain,
    shortest_path @ sk__9 @ sk__10 @ sk__8,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(triangles_and_sequential_pairs,axiom,
    ( complete
   => ! [P: $i,V1: $i,V2: $i] :
        ( ( shortest_path @ V1 @ V2 @ P )
       => ( ( number_of_in @ sequential_pairs @ P )
          = ( number_of_in @ triangles @ P ) ) ) ) ).

thf(zip_derived_cl59,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( shortest_path @ X0 @ X1 @ X2 )
      | ( ( number_of_in @ sequential_pairs @ X2 )
        = ( number_of_in @ triangles @ X2 ) )
      | ~ complete ),
    inference(cnf,[status(esa)],[triangles_and_sequential_pairs]) ).

thf(zip_derived_cl60,plain,
    complete,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl70,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( shortest_path @ X0 @ X1 @ X2 )
      | ( ( number_of_in @ sequential_pairs @ X2 )
        = ( number_of_in @ triangles @ X2 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl59,zip_derived_cl60]) ).

thf(zip_derived_cl71,plain,
    ( ( number_of_in @ sequential_pairs @ sk__8 )
    = ( number_of_in @ triangles @ sk__8 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl62,zip_derived_cl70]) ).

thf(graph_has_them_all,axiom,
    ! [Things: $i,InThese: $i] : ( less_or_equal @ ( number_of_in @ Things @ InThese ) @ ( number_of_in @ Things @ graph ) ) ).

thf(zip_derived_cl58,plain,
    ! [X0: $i,X1: $i] : ( less_or_equal @ ( number_of_in @ X0 @ X1 ) @ ( number_of_in @ X0 @ graph ) ),
    inference(cnf,[status(esa)],[graph_has_them_all]) ).

thf(zip_derived_cl73,plain,
    less_or_equal @ ( number_of_in @ sequential_pairs @ sk__8 ) @ ( number_of_in @ triangles @ graph ),
    inference('sup+',[status(thm)],[zip_derived_cl71,zip_derived_cl58]) ).

thf(zip_derived_cl85,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl84,zip_derived_cl73]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : GRA002+4 : TPTP v8.1.2. Bugfixed v3.2.0.
% 0.12/0.12  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.6TQyniTDxU true
% 0.12/0.33  % Computer : n024.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Sun Aug 27 03:43:38 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.12/0.33  % Running portfolio for 300 s
% 0.12/0.33  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.12/0.33  % Number of cores: 8
% 0.12/0.34  % Python version: Python 3.6.8
% 0.12/0.34  % Running in FO mode
% 0.18/0.63  % Total configuration time : 435
% 0.18/0.63  % Estimated wc time : 1092
% 0.18/0.63  % Estimated cpu time (7 cpus) : 156.0
% 0.49/0.71  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.49/0.72  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.49/0.72  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.49/0.72  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.49/0.73  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.49/0.73  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.49/0.73  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.53/0.78  % Solved by fo/fo7.sh.
% 0.53/0.78  % done 47 iterations in 0.033s
% 0.53/0.78  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.53/0.78  % SZS output start Refutation
% See solution above
% 0.53/0.78  
% 0.53/0.78  
% 0.53/0.78  % Terminating...
% 1.93/0.83  % Runner terminated.
% 1.95/0.85  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------