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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : PUZ014-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.K4ZZ8KLFDO true

% Computer : n025.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:30:36 EDT 2023

% Result   : Unsatisfiable 0.20s 0.73s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   27
% Syntax   : Number of formulae    :   68 (  18 unt;  13 typ;   0 def)
%            Number of atoms       :  139 (   0 equ;   0 cnn)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :  171 (  87   ~;  84   |;   0   &;   0   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   3 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   14 (  13 usr;  14 con; 0-0 aty)
%            Number of variables   :    0 (   0   ^;   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
thf(some_germans_play_type,type,
    some_germans_play: $o ).

thf(some_scotch_dance_not_type,type,
    some_scotch_dance_not: $o ).

thf(some_welsh_eat_type,type,
    some_welsh_eat: $o ).

thf(some_germans_play_not_type,type,
    some_germans_play_not: $o ).

thf(some_irish_fight_type,type,
    some_irish_fight: $o ).

thf(some_welsh_eat_not_type,type,
    some_welsh_eat_not: $o ).

thf(some_monitors_are_not_awake_type,type,
    some_monitors_are_not_awake: $o ).

thf(some_scotch_dance_type,type,
    some_scotch_dance: $o ).

thf(some_monitors_are_awake_type,type,
    some_monitors_are_awake: $o ).

thf(some_english_sing_not_type,type,
    some_english_sing_not: $o ).

thf(some_english_sing_type,type,
    some_english_sing: $o ).

thf(some_irish_fight_not_type,type,
    some_irish_fight_not: $o ).

thf(some_of_the_eleven_are_not_oiling_type,type,
    some_of_the_eleven_are_not_oiling: $o ).

thf(c2,axiom,
    ( ~ some_scotch_dance
    | ~ some_irish_fight
    | some_welsh_eat ) ).

thf(zip_derived_cl1,plain,
    ( ~ some_scotch_dance
    | ~ some_irish_fight
    | some_welsh_eat ),
    inference(cnf,[status(esa)],[c2]) ).

thf(c7,axiom,
    ( ~ some_monitors_are_awake
    | ~ some_welsh_eat
    | ~ some_scotch_dance ) ).

thf(zip_derived_cl6,plain,
    ( ~ some_monitors_are_awake
    | ~ some_welsh_eat
    | ~ some_scotch_dance ),
    inference(cnf,[status(esa)],[c7]) ).

thf(zip_derived_cl21,plain,
    ( ~ some_irish_fight
    | ~ some_scotch_dance
    | ~ some_scotch_dance
    | ~ some_monitors_are_awake ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl1,zip_derived_cl6]) ).

thf(zip_derived_cl61,plain,
    ( ~ some_monitors_are_awake
    | ~ some_scotch_dance
    | ~ some_irish_fight ),
    inference(simplify,[status(thm)],[zip_derived_cl21]) ).

thf(c19,axiom,
    some_scotch_dance_not ).

thf(zip_derived_cl18,plain,
    some_scotch_dance_not,
    inference(cnf,[status(esa)],[c19]) ).

thf(c9,axiom,
    ( ~ some_english_sing
    | some_english_sing_not
    | ~ some_scotch_dance_not
    | ~ some_germans_play ) ).

thf(zip_derived_cl8,plain,
    ( ~ some_english_sing
    | some_english_sing_not
    | ~ some_scotch_dance_not
    | ~ some_germans_play ),
    inference(cnf,[status(esa)],[c9]) ).

thf(c1,axiom,
    ( ~ some_english_sing
    | ~ some_english_sing_not
    | some_monitors_are_awake ) ).

thf(zip_derived_cl0,plain,
    ( ~ some_english_sing
    | ~ some_english_sing_not
    | some_monitors_are_awake ),
    inference(cnf,[status(esa)],[c1]) ).

thf(zip_derived_cl25,plain,
    ( ~ some_germans_play
    | ~ some_scotch_dance_not
    | ~ some_english_sing
    | some_monitors_are_awake
    | ~ some_english_sing ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl8,zip_derived_cl0]) ).

thf(zip_derived_cl44,plain,
    ( ~ some_english_sing
    | some_monitors_are_awake
    | ~ some_english_sing
    | ~ some_germans_play ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl18,zip_derived_cl25]) ).

thf(zip_derived_cl68,plain,
    ( ~ some_germans_play
    | some_monitors_are_awake
    | ~ some_english_sing ),
    inference(simplify,[status(thm)],[zip_derived_cl44]) ).

thf(zip_derived_cl18_001,plain,
    some_scotch_dance_not,
    inference(cnf,[status(esa)],[c19]) ).

thf(prove_all_monitors_are_awake,conjecture,
    ~ some_monitors_are_not_awake ).

thf(zf_stmt_0,negated_conjecture,
    some_monitors_are_not_awake,
    inference('cnf.neg',[status(esa)],[prove_all_monitors_are_awake]) ).

thf(zip_derived_cl19,plain,
    some_monitors_are_not_awake,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(c10,axiom,
    ( ~ some_english_sing
    | ~ some_monitors_are_not_awake
    | some_irish_fight_not ) ).

thf(zip_derived_cl9,plain,
    ( ~ some_english_sing
    | ~ some_monitors_are_not_awake
    | some_irish_fight_not ),
    inference(cnf,[status(esa)],[c10]) ).

thf(c6,axiom,
    ( ~ some_scotch_dance_not
    | ~ some_irish_fight_not
    | some_germans_play ) ).

thf(zip_derived_cl5,plain,
    ( ~ some_scotch_dance_not
    | ~ some_irish_fight_not
    | some_germans_play ),
    inference(cnf,[status(esa)],[c6]) ).

thf(zip_derived_cl23,plain,
    ( ~ some_monitors_are_not_awake
    | ~ some_english_sing
    | some_germans_play
    | ~ some_scotch_dance_not ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl9,zip_derived_cl5]) ).

thf(zip_derived_cl32,plain,
    ( ~ some_scotch_dance_not
    | some_germans_play
    | ~ some_english_sing ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl19,zip_derived_cl23]) ).

thf(zip_derived_cl46,plain,
    ( ~ some_english_sing
    | some_germans_play ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl18,zip_derived_cl32]) ).

thf(c18,axiom,
    some_english_sing ).

thf(zip_derived_cl17,plain,
    some_english_sing,
    inference(cnf,[status(esa)],[c18]) ).

thf(zip_derived_cl62,plain,
    some_germans_play,
    inference(demod,[status(thm)],[zip_derived_cl46,zip_derived_cl17]) ).

thf(zip_derived_cl17_002,plain,
    some_english_sing,
    inference(cnf,[status(esa)],[c18]) ).

thf(zip_derived_cl69,plain,
    some_monitors_are_awake,
    inference(demod,[status(thm)],[zip_derived_cl68,zip_derived_cl62,zip_derived_cl17]) ).

thf(zip_derived_cl71,plain,
    ( ~ some_scotch_dance
    | ~ some_irish_fight ),
    inference(demod,[status(thm)],[zip_derived_cl61,zip_derived_cl69]) ).

thf(c5,axiom,
    ( ~ some_germans_play
    | some_scotch_dance
    | some_welsh_eat_not ) ).

thf(zip_derived_cl4,plain,
    ( ~ some_germans_play
    | some_scotch_dance
    | some_welsh_eat_not ),
    inference(cnf,[status(esa)],[c5]) ).

thf(c3,axiom,
    ( ~ some_germans_play
    | some_germans_play_not
    | some_of_the_eleven_are_not_oiling ) ).

thf(zip_derived_cl2,plain,
    ( ~ some_germans_play
    | some_germans_play_not
    | some_of_the_eleven_are_not_oiling ),
    inference(cnf,[status(esa)],[c3]) ).

thf(c11,axiom,
    ( ~ some_monitors_are_awake
    | ~ some_of_the_eleven_are_not_oiling
    | some_scotch_dance ) ).

thf(zip_derived_cl10,plain,
    ( ~ some_monitors_are_awake
    | ~ some_of_the_eleven_are_not_oiling
    | some_scotch_dance ),
    inference(cnf,[status(esa)],[c11]) ).

thf(zip_derived_cl20,plain,
    ( some_germans_play_not
    | ~ some_germans_play
    | some_scotch_dance
    | ~ some_monitors_are_awake ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl2,zip_derived_cl10]) ).

thf(c8,axiom,
    ( ~ some_germans_play_not
    | ~ some_welsh_eat_not
    | ~ some_irish_fight ) ).

thf(zip_derived_cl7,plain,
    ( ~ some_germans_play_not
    | ~ some_welsh_eat_not
    | ~ some_irish_fight ),
    inference(cnf,[status(esa)],[c8]) ).

thf(zip_derived_cl28,plain,
    ( ~ some_monitors_are_awake
    | some_scotch_dance
    | ~ some_germans_play
    | ~ some_irish_fight
    | ~ some_welsh_eat_not ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl20,zip_derived_cl7]) ).

thf(zip_derived_cl34,plain,
    ( some_scotch_dance
    | ~ some_germans_play
    | ~ some_irish_fight
    | ~ some_germans_play
    | some_scotch_dance
    | ~ some_monitors_are_awake ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl4,zip_derived_cl28]) ).

thf(zip_derived_cl72,plain,
    ( ~ some_monitors_are_awake
    | ~ some_irish_fight
    | ~ some_germans_play
    | some_scotch_dance ),
    inference(simplify,[status(thm)],[zip_derived_cl34]) ).

thf(zip_derived_cl69_003,plain,
    some_monitors_are_awake,
    inference(demod,[status(thm)],[zip_derived_cl68,zip_derived_cl62,zip_derived_cl17]) ).

thf(zip_derived_cl62_004,plain,
    some_germans_play,
    inference(demod,[status(thm)],[zip_derived_cl46,zip_derived_cl17]) ).

thf(zip_derived_cl73,plain,
    ( ~ some_irish_fight
    | some_scotch_dance ),
    inference(demod,[status(thm)],[zip_derived_cl72,zip_derived_cl69,zip_derived_cl62]) ).

thf(zip_derived_cl74,plain,
    ~ some_irish_fight,
    inference(clc,[status(thm)],[zip_derived_cl71,zip_derived_cl73]) ).

thf(zip_derived_cl19_005,plain,
    some_monitors_are_not_awake,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(c4,axiom,
    ( ~ some_monitors_are_awake
    | ~ some_monitors_are_not_awake
    | some_irish_fight ) ).

thf(zip_derived_cl3,plain,
    ( ~ some_monitors_are_awake
    | ~ some_monitors_are_not_awake
    | some_irish_fight ),
    inference(cnf,[status(esa)],[c4]) ).

thf(zip_derived_cl31,plain,
    ( some_irish_fight
    | ~ some_monitors_are_awake ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl19,zip_derived_cl3]) ).

thf(zip_derived_cl69_006,plain,
    some_monitors_are_awake,
    inference(demod,[status(thm)],[zip_derived_cl68,zip_derived_cl62,zip_derived_cl17]) ).

thf(zip_derived_cl70,plain,
    some_irish_fight,
    inference(demod,[status(thm)],[zip_derived_cl31,zip_derived_cl69]) ).

thf(zip_derived_cl75,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl74,zip_derived_cl70]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : PUZ014-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.K4ZZ8KLFDO true
% 0.13/0.34  % Computer : n025.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.35  % DateTime : Sat Aug 26 22:58:38 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.35  % Running in FO mode
% 0.20/0.67  % Total configuration time : 435
% 0.20/0.67  % Estimated wc time : 1092
% 0.20/0.67  % Estimated cpu time (7 cpus) : 156.0
% 0.20/0.70  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.20/0.73  % Solved by fo/fo6_bce.sh.
% 0.20/0.73  % BCE start: 20
% 0.20/0.73  % BCE eliminated: 0
% 0.20/0.73  % PE start: 20
% 0.20/0.73  logic: neq
% 0.20/0.73  % PE eliminated: 11
% 0.20/0.73  % done 10 iterations in 0.009s
% 0.20/0.73  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.20/0.73  % SZS output start Refutation
% See solution above
% 0.20/0.73  
% 0.20/0.73  
% 0.20/0.73  % Terminating...
% 0.20/0.76  % Runner terminated.
% 0.20/0.77  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------