TSTP Solution File: PUZ018-1 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : PUZ018-1 : TPTP v8.1.2. Bugfixed v1.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n018.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 May 19 11:47:26 EDT 2023

% Result   : Unsatisfiable 3.40s 1.81s
% Output   : Refutation 3.56s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   63
% Syntax   : Number of formulae    :  112 (  81 unt;  15 typ;   0 def)
%            Number of atoms       :  145 (   0 equ;   0 cnn)
%            Maximal formula atoms :    7 (   1 avg)
%            Number of connectives :  398 (  90   ~;  48   |;   0   &; 260   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    9 (   9   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   16 (  15 usr;  11 con; 0-2 aty)
%            Number of variables   :   34 (   0   ^;  34   !;   0   ?;  34   :)

% Comments : 
%------------------------------------------------------------------------------
thf(all_on_type,type,
    all_on: $i > $o ).

thf(friday_type,type,
    friday: $i ).

thf(same_person_type,type,
    same_person: $i > $i > $o ).

thf(on_type,type,
    on: $i > $i > $o ).

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

thf(sunday_type,type,
    sunday: $i ).

thf(same_day_type,type,
    same_day: $i > $i > $o ).

thf(monday_type,type,
    monday: $i ).

thf(tuesday_type,type,
    tuesday: $i ).

thf(wednesday_type,type,
    wednesday: $i ).

thf(thursday_type,type,
    thursday: $i ).

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

thf(saturday_type,type,
    saturday: $i ).

thf(consecutive_type,type,
    consecutive: $i > $i > $o ).

thf(c_type,type,
    c: $i ).

thf(5,axiom,
    ~ ( on @ a @ tuesday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_off_tuesday) ).

thf(56,plain,
    ~ ( on @ a @ tuesday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(17,axiom,
    ~ ( same_person @ b @ c ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_not_c) ).

thf(78,plain,
    ~ ( same_person @ b @ c ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(13,axiom,
    ~ ( on @ b @ thursday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_off_thursday) ).

thf(70,plain,
    ~ ( on @ b @ thursday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(25,axiom,
    ~ ( same_person @ a @ c ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_not_c) ).

thf(92,plain,
    ~ ( same_person @ a @ c ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(27,axiom,
    ~ ( same_day @ thursday @ saturday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',thursday_not_saturday) ).

thf(96,plain,
    ~ ( same_day @ thursday @ saturday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(9,axiom,
    ~ ( on @ b @ saturday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_off_saturday) ).

thf(64,plain,
    ~ ( on @ b @ saturday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(39,axiom,
    consecutive @ friday @ saturday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',staurday_follows_friday) ).

thf(118,plain,
    consecutive @ friday @ saturday,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[39]) ).

thf(14,axiom,
    ~ ( same_day @ monday @ thursday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',monday_not_thursday) ).

thf(72,plain,
    ~ ( same_day @ monday @ thursday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(32,axiom,
    ~ ( same_day @ monday @ wednesday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',monday_not_wednesday) ).

thf(104,plain,
    ~ ( same_day @ monday @ wednesday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[32]) ).

thf(37,axiom,
    ~ ( same_day @ tuesday @ friday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',tuesday_not_friday) ).

thf(114,plain,
    ~ ( same_day @ tuesday @ friday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[37]) ).

thf(2,axiom,
    ! [A: $i] : ( same_person @ A @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',reflexivity_for_same_person) ).

thf(51,plain,
    ! [A: $i] : ( same_person @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(26,axiom,
    ~ ( same_day @ sunday @ wednesday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sunday_not_wednesday) ).

thf(94,plain,
    ~ ( same_day @ sunday @ wednesday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(30,axiom,
    consecutive @ saturday @ sunday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sunday_follows_saturday) ).

thf(101,plain,
    consecutive @ saturday @ sunday,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[30]) ).

thf(23,axiom,
    ~ ( same_day @ sunday @ tuesday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sunday_not_tuesday) ).

thf(88,plain,
    ~ ( same_day @ sunday @ tuesday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(3,axiom,
    ~ ( on @ a @ sunday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_off_sunday) ).

thf(52,plain,
    ~ ( on @ a @ sunday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(35,axiom,
    ! [A: $i] :
      ( ~ ( all_on @ A )
      | ( on @ a @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',all_on_a_on) ).

thf(110,plain,
    ! [A: $i] :
      ( ~ ( all_on @ A )
      | ( on @ a @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[35]) ).

thf(43,axiom,
    ~ ( same_day @ sunday @ friday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sunday_not_friday) ).

thf(125,plain,
    ~ ( same_day @ sunday @ friday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[43]) ).

thf(33,axiom,
    ~ ( same_person @ a @ b ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_not_b) ).

thf(106,plain,
    ~ ( same_person @ a @ b ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

thf(41,axiom,
    ~ ( same_day @ friday @ saturday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',friday_not_saturday) ).

thf(121,plain,
    ~ ( same_day @ friday @ saturday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[41]) ).

thf(47,axiom,
    ~ ( same_day @ monday @ friday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',monday_not_friday) ).

thf(132,plain,
    ~ ( same_day @ monday @ friday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[47]) ).

thf(38,axiom,
    ! [A: $i] :
      ( ( all_on @ A )
      | ~ ( on @ a @ A )
      | ~ ( on @ b @ A )
      | ~ ( on @ c @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',all_on) ).

thf(116,plain,
    ! [A: $i] :
      ( ( all_on @ A )
      | ~ ( on @ a @ A )
      | ~ ( on @ b @ A )
      | ~ ( on @ c @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[38]) ).

thf(15,axiom,
    ~ ( same_day @ tuesday @ saturday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',tuesday_not_saturday) ).

thf(74,plain,
    ~ ( same_day @ tuesday @ saturday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(7,axiom,
    ~ ( on @ a @ thursday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_off_thursday) ).

thf(60,plain,
    ~ ( on @ a @ thursday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(21,axiom,
    consecutive @ tuesday @ wednesday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wednesday_follows_tuesday) ).

thf(85,plain,
    consecutive @ tuesday @ wednesday,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(31,axiom,
    ~ ( same_day @ sunday @ saturday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sunday_not_saturday) ).

thf(102,plain,
    ~ ( same_day @ sunday @ saturday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[31]) ).

thf(48,axiom,
    ~ ( same_day @ thursday @ friday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',thursday_not_friday) ).

thf(134,plain,
    ~ ( same_day @ thursday @ friday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[48]) ).

thf(45,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( all_on @ A )
      | ~ ( all_on @ B )
      | ( same_day @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',all_on_well_defined) ).

thf(128,plain,
    ! [B: $i,A: $i] :
      ( ~ ( all_on @ A )
      | ~ ( all_on @ B )
      | ( same_day @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[45]) ).

thf(4,axiom,
    ~ ( same_day @ sunday @ monday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sunday_not_monday) ).

thf(54,plain,
    ~ ( same_day @ sunday @ monday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(1,negated_conjecture,
    ~ ( all_on @ friday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_all_on_friday) ).

thf(49,plain,
    ~ ( all_on @ friday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(22,axiom,
    ~ ( same_day @ tuesday @ wednesday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',tuesday_not_wednesday) ).

thf(86,plain,
    ~ ( same_day @ tuesday @ wednesday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(16,axiom,
    ~ ( same_day @ wednesday @ saturday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wednesday_not_saturday) ).

thf(76,plain,
    ~ ( same_day @ wednesday @ saturday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(28,axiom,
    ~ ( same_day @ tuesday @ thursday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',tuesday_not_thursday) ).

thf(98,plain,
    ~ ( same_day @ tuesday @ thursday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[28]) ).

thf(10,axiom,
    consecutive @ monday @ tuesday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',tuesday_follows_monday) ).

thf(66,plain,
    consecutive @ monday @ tuesday,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(34,axiom,
    ~ ( same_day @ sunday @ thursday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sunday_not_thursday) ).

thf(108,plain,
    ~ ( same_day @ sunday @ thursday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[34]) ).

thf(46,axiom,
    ! [A: $i] :
      ( ~ ( all_on @ A )
      | ( on @ b @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',all_on_b_on) ).

thf(130,plain,
    ! [A: $i] :
      ( ~ ( all_on @ A )
      | ( on @ b @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[46]) ).

thf(18,axiom,
    ~ ( on @ c @ sunday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c_off_sunday) ).

thf(80,plain,
    ~ ( on @ c @ sunday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(36,axiom,
    ! [A: $i] :
      ( ~ ( all_on @ A )
      | ( on @ c @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',all_on_c_on) ).

thf(112,plain,
    ! [A: $i] :
      ( ~ ( all_on @ A )
      | ( on @ c @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[36]) ).

thf(42,axiom,
    ~ ( same_day @ wednesday @ friday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wednesday_not_friday) ).

thf(123,plain,
    ~ ( same_day @ wednesday @ friday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[42]) ).

thf(11,axiom,
    ! [A: $i] : ( same_day @ A @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',reflexivity_for_same_day) ).

thf(67,plain,
    ! [A: $i] : ( same_day @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(44,axiom,
    consecutive @ thursday @ friday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',friday_follows_thursday) ).

thf(127,plain,
    consecutive @ thursday @ friday,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[44]) ).

thf(19,axiom,
    consecutive @ sunday @ monday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',monday_follows_sunday) ).

thf(82,plain,
    consecutive @ sunday @ monday,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(40,axiom,
    ( ( all_on @ sunday )
    | ( all_on @ monday )
    | ( all_on @ tuesday )
    | ( all_on @ wednesday )
    | ( all_on @ thursday )
    | ( all_on @ friday )
    | ( all_on @ saturday ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',all_on_one_day) ).

thf(119,plain,
    ( ( all_on @ sunday )
    | ( all_on @ monday )
    | ( all_on @ tuesday )
    | ( all_on @ wednesday )
    | ( all_on @ thursday )
    | ( all_on @ friday )
    | ( all_on @ saturday ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[40]) ).

thf(6,axiom,
    ~ ( same_day @ wednesday @ thursday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wednesday_not_thursday) ).

thf(58,plain,
    ~ ( same_day @ wednesday @ thursday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(12,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ( on @ A @ B )
      | ( on @ A @ C )
      | ( on @ D @ B )
      | ( on @ D @ C )
      | ( same_person @ A @ D )
      | ( same_day @ B @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',no_two_off_twice_together) ).

thf(68,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ( on @ A @ B )
      | ( on @ A @ C )
      | ( on @ D @ B )
      | ( on @ D @ C )
      | ( same_person @ A @ D )
      | ( same_day @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(8,axiom,
    ~ ( same_day @ monday @ tuesday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',monday_not_tuesday) ).

thf(62,plain,
    ~ ( same_day @ monday @ tuesday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(24,axiom,
    ~ ( same_day @ monday @ saturday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',monday_not_saturday) ).

thf(90,plain,
    ~ ( same_day @ monday @ saturday ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(20,axiom,
    ! [E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( consecutive @ A @ B )
      | ~ ( consecutive @ B @ C )
      | ~ ( consecutive @ C @ D )
      | ~ ( on @ E @ A )
      | ~ ( on @ E @ B )
      | ~ ( on @ E @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_on_for_3_days) ).

thf(83,plain,
    ! [E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( consecutive @ A @ B )
      | ~ ( consecutive @ B @ C )
      | ~ ( consecutive @ C @ D )
      | ~ ( on @ E @ A )
      | ~ ( on @ E @ B )
      | ~ ( on @ E @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(29,axiom,
    consecutive @ wednesday @ thursday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',thursday_follows_wednesday) ).

thf(100,plain,
    consecutive @ wednesday @ thursday,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(136,plain,
    $false,
    inference(e,[status(thm)],[56,78,70,92,96,64,118,72,104,114,51,94,101,88,52,110,125,106,121,132,116,74,60,85,102,134,128,54,49,86,76,98,66,108,130,80,112,123,67,127,82,119,58,68,62,90,83,100]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : PUZ018-1 : TPTP v8.1.2. Bugfixed v1.2.0.
% 0.10/0.15  % Command  : run_Leo-III %s %d
% 0.15/0.37  % Computer : n018.cluster.edu
% 0.15/0.37  % Model    : x86_64 x86_64
% 0.15/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.37  % Memory   : 8042.1875MB
% 0.15/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.37  % CPULimit : 300
% 0.15/0.37  % WCLimit  : 300
% 0.15/0.37  % DateTime : Thu May 18 20:06:13 EDT 2023
% 0.15/0.37  % CPUTime  : 
% 0.98/0.87  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.12/1.01  % [INFO] 	 Parsing done (135ms). 
% 1.40/1.02  % [INFO] 	 Running in sequential loop mode. 
% 1.74/1.23  % [INFO] 	 eprover registered as external prover. 
% 1.74/1.24  % [INFO] 	 cvc4 registered as external prover. 
% 1.85/1.24  % [INFO] 	 Scanning for conjecture ... 
% 1.85/1.30  % [INFO] 	 Found a conjecture and 47 axioms. Running axiom selection ... 
% 2.12/1.35  % [INFO] 	 Axiom selection finished. Selected 47 axioms (removed 0 axioms). 
% 2.12/1.38  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 2.12/1.38  % [INFO] 	 Type checking passed. 
% 2.12/1.38  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 3.40/1.81  % External prover 'e' found a proof!
% 3.40/1.81  % [INFO] 	 Killing All external provers ... 
% 3.40/1.81  % Time passed: 1268ms (effective reasoning time: 787ms)
% 3.40/1.81  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 3.40/1.81  % Axioms used in derivation (47): all_on_one_day, reflexivity_for_same_person, all_on_b_on, sunday_not_tuesday, wednesday_not_saturday, wednesday_not_thursday, a_not_b, tuesday_not_thursday, b_off_saturday, sunday_not_saturday, thursday_not_friday, friday_follows_thursday, thursday_follows_wednesday, a_off_tuesday, sunday_not_monday, monday_not_saturday, wednesday_follows_tuesday, c_off_sunday, all_on_well_defined, a_off_thursday, sunday_follows_saturday, sunday_not_friday, all_on_a_on, b_not_c, a_not_c, sunday_not_wednesday, all_on_c_on, a_off_sunday, tuesday_follows_monday, no_two_off_twice_together, monday_not_wednesday, staurday_follows_friday, sunday_not_thursday, tuesday_not_wednesday, reflexivity_for_same_day, tuesday_not_friday, all_on, monday_follows_sunday, b_off_thursday, not_on_for_3_days, monday_not_tuesday, wednesday_not_friday, thursday_not_saturday, monday_not_friday, monday_not_thursday, friday_not_saturday, tuesday_not_saturday
% 3.40/1.81  % No. of inferences in proof: 97
% 3.40/1.81  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1268 ms resp. 787 ms w/o parsing
% 3.56/1.90  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.56/1.90  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------