TSTP Solution File: PUZ131_1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : PUZ131_1 : TPTP v8.1.2. Released v5.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.bF0TnNNh1s true

% Computer : n023.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 13:31:15 EDT 2023

% Result   : Theorem 0.54s 0.70s
% Output   : Refutation 0.54s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   15
% Syntax   : Number of formulae    :   27 (  12 unt;  10 typ;   0 def)
%            Number of atoms       :   25 (   5 equ;   0 cnn)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   62 (  12   ~;   6   |;   0   &;  42   @)
%                                         (   0 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   4 avg)
%            Number of types       :    4 (   3 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   7 usr;   4 con; 0-2 aty)
%            Number of variables   :   11 (   0   ^;  11   !;   0   ?;  11   :)

% Comments : 
%------------------------------------------------------------------------------
thf(student_type,type,
    student: $tType ).

thf(course_type,type,
    course: $tType ).

thf(professor_type,type,
    professor: $tType ).

thf(victor_type,type,
    victor: professor ).

thf(taughtby_type,type,
    taughtby: student > professor > $o ).

thf(enrolled_type,type,
    enrolled: student > course > $o ).

thf(coordinatorof_type,type,
    coordinatorof: course > professor ).

thf(teaches_type,type,
    teaches: professor > course > $o ).

thf(csc410_type,type,
    csc410: course ).

thf(michael_type,type,
    michael: student ).

thf(michael_enrolled_csc410_axiom,axiom,
    enrolled @ michael @ csc410 ).

thf(zip_derived_cl6,plain,
    enrolled @ michael @ csc410,
    inference(cnf,[status(esa)],[michael_enrolled_csc410_axiom]) ).

thf(student_enrolled_taught,axiom,
    ! [X: student,Y: course] :
      ( ( enrolled @ X @ Y )
     => ! [Z: professor] :
          ( ( teaches @ Z @ Y )
         => ( taughtby @ X @ Z ) ) ) ).

thf(zip_derived_cl5,plain,
    ! [X0: professor,X1: course,X2: student] :
      ( ~ ( teaches @ X0 @ X1 )
      | ( taughtby @ X2 @ X0 )
      | ~ ( enrolled @ X2 @ X1 ) ),
    inference(cnf,[status(esa)],[student_enrolled_taught]) ).

thf(teaching_conjecture,conjecture,
    taughtby @ michael @ victor ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( taughtby @ michael @ victor ),
    inference('cnf.neg',[status(esa)],[teaching_conjecture]) ).

thf(zip_derived_cl8,plain,
    ~ ( taughtby @ michael @ victor ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl29,plain,
    ! [X0: course] :
      ( ~ ( enrolled @ michael @ X0 )
      | ~ ( teaches @ victor @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl5,zip_derived_cl8]) ).

thf(zip_derived_cl38,plain,
    ! [X0: course] :
      ( ( michael != michael )
      | ( csc410 != X0 )
      | ~ ( teaches @ victor @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl6,zip_derived_cl29]) ).

thf(zip_derived_cl66,plain,
    ! [X0: course] :
      ( ~ ( teaches @ victor @ X0 )
      | ( csc410 != X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl38]) ).

thf(zip_derived_cl67,plain,
    ~ ( teaches @ victor @ csc410 ),
    inference(eq_res,[status(thm)],[zip_derived_cl66]) ).

thf(victor_coordinator_csc410_axiom,axiom,
    ( ( coordinatorof @ csc410 )
    = victor ) ).

thf(zip_derived_cl7,plain,
    ( ( coordinatorof @ csc410 )
    = victor ),
    inference(cnf,[status(esa)],[victor_coordinator_csc410_axiom]) ).

thf(coordinator_teaches,axiom,
    ! [X: course] : ( teaches @ ( coordinatorof @ X ) @ X ) ).

thf(zip_derived_cl4,plain,
    ! [X0: course] : ( teaches @ ( coordinatorof @ X0 ) @ X0 ),
    inference(cnf,[status(esa)],[coordinator_teaches]) ).

thf(zip_derived_cl70,plain,
    teaches @ victor @ csc410,
    inference('s_sup+',[status(thm)],[zip_derived_cl7,zip_derived_cl4]) ).

thf(zip_derived_cl71,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl67,zip_derived_cl70]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : PUZ131_1 : TPTP v8.1.2. Released v5.0.0.
% 0.04/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.bF0TnNNh1s true
% 0.12/0.33  % Computer : n023.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 : Sat Aug 26 23:11:56 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  % Running portfolio for 300 s
% 0.12/0.34  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.12/0.34  % Number of cores: 8
% 0.12/0.34  % Python version: Python 3.6.8
% 0.12/0.34  % Running in FO mode
% 0.54/0.64  % Total configuration time : 435
% 0.54/0.64  % Estimated wc time : 1092
% 0.54/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.54/0.68  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.54/0.69  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.54/0.70  % Solved by fo/fo6_bce.sh.
% 0.54/0.70  % BCE start: 9
% 0.54/0.70  % BCE eliminated: 0
% 0.54/0.70  % PE start: 9
% 0.54/0.70  logic: eq
% 0.54/0.70  % PE eliminated: 2
% 0.54/0.70  % done 9 iterations in 0.007s
% 0.54/0.70  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.54/0.70  % SZS output start Refutation
% See solution above
% 0.54/0.70  
% 0.54/0.70  
% 0.54/0.70  % Terminating...
% 1.37/0.73  % Runner terminated.
% 1.37/0.74  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------