TSTP Solution File: PUZ018_1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : PUZ018_1 : TPTP v8.1.2. Bugfixed v5.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.8l7bdOyTBx true

% Computer : n021.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:38 EDT 2023

% Result   : Theorem 1.17s 0.80s
% Output   : Refutation 1.17s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   40
% Syntax   : Number of formulae    :  116 (  61 unt;  17 typ;   0 def)
%            Number of atoms       :  204 (   0 equ;   0 cnn)
%            Maximal formula atoms :    7 (   2 avg)
%            Number of connectives :  563 (  90   ~;  97   |;   5   &; 368   @)
%                                         (   0 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   5 avg)
%            Number of types       :    3 (   2 usr)
%            Number of type conns  :    9 (   9   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   16 (  15 usr;  11 con; 0-2 aty)
%            Number of variables   :   56 (   0   ^;  56   !;   0   ?;  56   :)

% Comments : 
%------------------------------------------------------------------------------
thf(day_type,type,
    day: $tType ).

thf(person_type,type,
    person: $tType ).

thf(thursday_type,type,
    thursday: day ).

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

thf(tuesday_type,type,
    tuesday: day ).

thf(b_type,type,
    b: person ).

thf(saturday_type,type,
    saturday: day ).

thf(sunday_type,type,
    sunday: day ).

thf(all_on_type,type,
    all_on: day > $o ).

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

thf(c_type,type,
    c: person ).

thf(a_type,type,
    a: person ).

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

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

thf(monday_type,type,
    monday: day ).

thf(wednesday_type,type,
    wednesday: day ).

thf(friday_type,type,
    friday: day ).

thf(all_on_c_on,axiom,
    ! [X: day] :
      ( ( all_on @ X )
     => ( on @ c @ X ) ) ).

thf(zip_derived_cl2,plain,
    ! [X0: day] :
      ( ( on @ c @ X0 )
      | ~ ( all_on @ X0 ) ),
    inference(cnf,[status(esa)],[all_on_c_on]) ).

thf(no_two_off_twice_together,axiom,
    ! [X: person,Y: day,Z: day,W: person] :
      ( ( same_day @ Y @ Z )
      | ( same_person @ X @ W )
      | ( on @ W @ Z )
      | ( on @ W @ Y )
      | ( on @ X @ Z )
      | ( on @ X @ Y ) ) ).

thf(zip_derived_cl40,plain,
    ! [X0: day,X1: day,X2: person,X3: person] :
      ( ( same_day @ X0 @ X1 )
      | ( on @ X2 @ X1 )
      | ( on @ X2 @ X0 )
      | ( on @ X3 @ X0 )
      | ( on @ X3 @ X1 )
      | ( same_person @ X2 @ X3 ) ),
    inference(cnf,[status(esa)],[no_two_off_twice_together]) ).

thf(a_not_c,axiom,
    ~ ( same_person @ a @ c ) ).

thf(zip_derived_cl14,plain,
    ~ ( same_person @ a @ c ),
    inference(cnf,[status(esa)],[a_not_c]) ).

thf(zip_derived_cl49,plain,
    ! [X0: day,X1: day] :
      ( ( on @ c @ X0 )
      | ( on @ c @ X1 )
      | ( on @ a @ X1 )
      | ( on @ a @ X0 )
      | ( same_day @ X1 @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl40,zip_derived_cl14]) ).

thf(sunday_not_thursday,axiom,
    ~ ( same_day @ sunday @ thursday ) ).

thf(zip_derived_cl20,plain,
    ~ ( same_day @ sunday @ thursday ),
    inference(cnf,[status(esa)],[sunday_not_thursday]) ).

thf(zip_derived_cl96,plain,
    ( ( on @ a @ thursday )
    | ( on @ a @ sunday )
    | ( on @ c @ sunday )
    | ( on @ c @ thursday ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl49,zip_derived_cl20]) ).

thf(a_off_thursday,axiom,
    ~ ( on @ a @ thursday ) ).

thf(zip_derived_cl43,plain,
    ~ ( on @ a @ thursday ),
    inference(cnf,[status(esa)],[a_off_thursday]) ).

thf(a_off_sunday,axiom,
    ~ ( on @ a @ sunday ) ).

thf(zip_derived_cl41,plain,
    ~ ( on @ a @ sunday ),
    inference(cnf,[status(esa)],[a_off_sunday]) ).

thf(zip_derived_cl361,plain,
    ( ( on @ c @ sunday )
    | ( on @ c @ thursday ) ),
    inference(demod,[status(thm)],[zip_derived_cl96,zip_derived_cl43,zip_derived_cl41]) ).

thf(c_off_sunday,axiom,
    ~ ( on @ c @ sunday ) ).

thf(zip_derived_cl46,plain,
    ~ ( on @ c @ sunday ),
    inference(cnf,[status(esa)],[c_off_sunday]) ).

thf(zip_derived_cl362,plain,
    on @ c @ thursday,
    inference(clc,[status(thm)],[zip_derived_cl361,zip_derived_cl46]) ).

thf(friday_follows_thursday,axiom,
    consecutive @ thursday @ friday ).

thf(zip_derived_cl9,plain,
    consecutive @ thursday @ friday,
    inference(cnf,[status(esa)],[friday_follows_thursday]) ).

thf(thursday_follows_wednesday,axiom,
    consecutive @ wednesday @ thursday ).

thf(zip_derived_cl8,plain,
    consecutive @ wednesday @ thursday,
    inference(cnf,[status(esa)],[thursday_follows_wednesday]) ).

thf(wednesday_follows_tuesday,axiom,
    consecutive @ tuesday @ wednesday ).

thf(zip_derived_cl7,plain,
    consecutive @ tuesday @ wednesday,
    inference(cnf,[status(esa)],[wednesday_follows_tuesday]) ).

thf(not_on_for_3_days,axiom,
    ! [X: day,Y: day,Z: day,W: day,U: person] :
      ~ ( ( consecutive @ X @ Y )
        & ( consecutive @ Y @ Z )
        & ( consecutive @ Z @ W )
        & ( on @ U @ X )
        & ( on @ U @ Y )
        & ( on @ U @ Z ) ) ).

thf(zip_derived_cl39,plain,
    ! [X0: day,X1: day,X2: day,X3: day,X4: person] :
      ( ~ ( consecutive @ X0 @ X1 )
      | ~ ( consecutive @ X1 @ X2 )
      | ~ ( consecutive @ X2 @ X3 )
      | ~ ( on @ X4 @ X2 )
      | ~ ( on @ X4 @ X1 )
      | ~ ( on @ X4 @ X0 ) ),
    inference(cnf,[status(esa)],[not_on_for_3_days]) ).

thf(zip_derived_cl162,plain,
    ! [X0: day,X1: day,X2: person] :
      ( ~ ( consecutive @ wednesday @ X0 )
      | ~ ( consecutive @ X0 @ X1 )
      | ~ ( on @ X2 @ X0 )
      | ~ ( on @ X2 @ wednesday )
      | ~ ( on @ X2 @ tuesday ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl7,zip_derived_cl39]) ).

thf(zip_derived_cl250,plain,
    ! [X0: day,X1: person] :
      ( ~ ( consecutive @ thursday @ X0 )
      | ~ ( on @ X1 @ thursday )
      | ~ ( on @ X1 @ wednesday )
      | ~ ( on @ X1 @ tuesday ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl8,zip_derived_cl162]) ).

thf(zip_derived_cl256,plain,
    ! [X0: person] :
      ( ~ ( on @ X0 @ thursday )
      | ~ ( on @ X0 @ wednesday )
      | ~ ( on @ X0 @ tuesday ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl9,zip_derived_cl250]) ).

thf(zip_derived_cl363,plain,
    ( ~ ( on @ c @ wednesday )
    | ~ ( on @ c @ tuesday ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl362,zip_derived_cl256]) ).

thf(zip_derived_cl49_001,plain,
    ! [X0: day,X1: day] :
      ( ( on @ c @ X0 )
      | ( on @ c @ X1 )
      | ( on @ a @ X1 )
      | ( on @ a @ X0 )
      | ( same_day @ X1 @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl40,zip_derived_cl14]) ).

thf(sunday_not_tuesday,axiom,
    ~ ( same_day @ sunday @ tuesday ) ).

thf(zip_derived_cl18,plain,
    ~ ( same_day @ sunday @ tuesday ),
    inference(cnf,[status(esa)],[sunday_not_tuesday]) ).

thf(zip_derived_cl94,plain,
    ( ( on @ a @ tuesday )
    | ( on @ a @ sunday )
    | ( on @ c @ sunday )
    | ( on @ c @ tuesday ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl49,zip_derived_cl18]) ).

thf(a_off_tuesday,axiom,
    ~ ( on @ a @ tuesday ) ).

thf(zip_derived_cl42,plain,
    ~ ( on @ a @ tuesday ),
    inference(cnf,[status(esa)],[a_off_tuesday]) ).

thf(zip_derived_cl41_002,plain,
    ~ ( on @ a @ sunday ),
    inference(cnf,[status(esa)],[a_off_sunday]) ).

thf(zip_derived_cl332,plain,
    ( ( on @ c @ sunday )
    | ( on @ c @ tuesday ) ),
    inference(demod,[status(thm)],[zip_derived_cl94,zip_derived_cl42,zip_derived_cl41]) ).

thf(zip_derived_cl46_003,plain,
    ~ ( on @ c @ sunday ),
    inference(cnf,[status(esa)],[c_off_sunday]) ).

thf(zip_derived_cl333,plain,
    on @ c @ tuesday,
    inference(clc,[status(thm)],[zip_derived_cl332,zip_derived_cl46]) ).

thf(zip_derived_cl365,plain,
    ~ ( on @ c @ wednesday ),
    inference(demod,[status(thm)],[zip_derived_cl363,zip_derived_cl333]) ).

thf(zip_derived_cl367,plain,
    ~ ( all_on @ wednesday ),
    inference('s_sup-',[status(thm)],[zip_derived_cl2,zip_derived_cl365]) ).

thf(all_on_one_day,axiom,
    ( ( all_on @ sunday )
    | ( all_on @ monday )
    | ( all_on @ tuesday )
    | ( all_on @ wednesday )
    | ( all_on @ thursday )
    | ( all_on @ friday )
    | ( all_on @ saturday ) ) ).

thf(zip_derived_cl38,plain,
    ( ( all_on @ sunday )
    | ( all_on @ monday )
    | ( all_on @ tuesday )
    | ( all_on @ wednesday )
    | ( all_on @ thursday )
    | ( all_on @ friday )
    | ( all_on @ saturday ) ),
    inference(cnf,[status(esa)],[all_on_one_day]) ).

thf(all_on_a_on,axiom,
    ! [X: day] :
      ( ( all_on @ X )
     => ( on @ a @ X ) ) ).

thf(zip_derived_cl0,plain,
    ! [X0: day] :
      ( ( on @ a @ X0 )
      | ~ ( all_on @ X0 ) ),
    inference(cnf,[status(esa)],[all_on_a_on]) ).

thf(zip_derived_cl41_004,plain,
    ~ ( on @ a @ sunday ),
    inference(cnf,[status(esa)],[a_off_sunday]) ).

thf(zip_derived_cl135,plain,
    ~ ( all_on @ sunday ),
    inference('s_sup-',[status(thm)],[zip_derived_cl0,zip_derived_cl41]) ).

thf(zip_derived_cl0_005,plain,
    ! [X0: day] :
      ( ( on @ a @ X0 )
      | ~ ( all_on @ X0 ) ),
    inference(cnf,[status(esa)],[all_on_a_on]) ).

thf(zip_derived_cl42_006,plain,
    ~ ( on @ a @ tuesday ),
    inference(cnf,[status(esa)],[a_off_tuesday]) ).

thf(zip_derived_cl140,plain,
    ~ ( all_on @ tuesday ),
    inference('s_sup-',[status(thm)],[zip_derived_cl0,zip_derived_cl42]) ).

thf(zip_derived_cl0_007,plain,
    ! [X0: day] :
      ( ( on @ a @ X0 )
      | ~ ( all_on @ X0 ) ),
    inference(cnf,[status(esa)],[all_on_a_on]) ).

thf(zip_derived_cl43_008,plain,
    ~ ( on @ a @ thursday ),
    inference(cnf,[status(esa)],[a_off_thursday]) ).

thf(zip_derived_cl146,plain,
    ~ ( all_on @ thursday ),
    inference('s_sup-',[status(thm)],[zip_derived_cl0,zip_derived_cl43]) ).

thf(prove_all_on_friday,conjecture,
    all_on @ friday ).

thf(zf_stmt_0,negated_conjecture,
    ~ ( all_on @ friday ),
    inference('cnf.neg',[status(esa)],[prove_all_on_friday]) ).

thf(zip_derived_cl47,plain,
    ~ ( all_on @ friday ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl156,plain,
    ( ( all_on @ monday )
    | ( all_on @ wednesday )
    | ( all_on @ saturday ) ),
    inference(demod,[status(thm)],[zip_derived_cl38,zip_derived_cl135,zip_derived_cl140,zip_derived_cl146,zip_derived_cl47]) ).

thf(all_on_b_on,axiom,
    ! [X: day] :
      ( ( all_on @ X )
     => ( on @ b @ X ) ) ).

thf(zip_derived_cl1,plain,
    ! [X0: day] :
      ( ( on @ b @ X0 )
      | ~ ( all_on @ X0 ) ),
    inference(cnf,[status(esa)],[all_on_b_on]) ).

thf(b_off_saturday,axiom,
    ~ ( on @ b @ saturday ) ).

thf(zip_derived_cl45,plain,
    ~ ( on @ b @ saturday ),
    inference(cnf,[status(esa)],[b_off_saturday]) ).

thf(zip_derived_cl158,plain,
    ~ ( all_on @ saturday ),
    inference('s_sup-',[status(thm)],[zip_derived_cl1,zip_derived_cl45]) ).

thf(zip_derived_cl159,plain,
    ( ( all_on @ wednesday )
    | ( all_on @ monday ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl156,zip_derived_cl158]) ).

thf(zip_derived_cl1_009,plain,
    ! [X0: day] :
      ( ( on @ b @ X0 )
      | ~ ( all_on @ X0 ) ),
    inference(cnf,[status(esa)],[all_on_b_on]) ).

thf(zip_derived_cl40_010,plain,
    ! [X0: day,X1: day,X2: person,X3: person] :
      ( ( same_day @ X0 @ X1 )
      | ( on @ X2 @ X1 )
      | ( on @ X2 @ X0 )
      | ( on @ X3 @ X0 )
      | ( on @ X3 @ X1 )
      | ( same_person @ X2 @ X3 ) ),
    inference(cnf,[status(esa)],[no_two_off_twice_together]) ).

thf(a_not_b,axiom,
    ~ ( same_person @ a @ b ) ).

thf(zip_derived_cl13,plain,
    ~ ( same_person @ a @ b ),
    inference(cnf,[status(esa)],[a_not_b]) ).

thf(zip_derived_cl48,plain,
    ! [X0: day,X1: day] :
      ( ( on @ b @ X0 )
      | ( on @ b @ X1 )
      | ( on @ a @ X1 )
      | ( on @ a @ X0 )
      | ( same_day @ X1 @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl40,zip_derived_cl13]) ).

thf(tuesday_not_thursday,axiom,
    ~ ( same_day @ tuesday @ thursday ) ).

thf(zip_derived_cl29,plain,
    ~ ( same_day @ tuesday @ thursday ),
    inference(cnf,[status(esa)],[tuesday_not_thursday]) ).

thf(zip_derived_cl84,plain,
    ( ( on @ a @ thursday )
    | ( on @ a @ tuesday )
    | ( on @ b @ tuesday )
    | ( on @ b @ thursday ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl48,zip_derived_cl29]) ).

thf(zip_derived_cl43_011,plain,
    ~ ( on @ a @ thursday ),
    inference(cnf,[status(esa)],[a_off_thursday]) ).

thf(zip_derived_cl42_012,plain,
    ~ ( on @ a @ tuesday ),
    inference(cnf,[status(esa)],[a_off_tuesday]) ).

thf(zip_derived_cl264,plain,
    ( ( on @ b @ tuesday )
    | ( on @ b @ thursday ) ),
    inference(demod,[status(thm)],[zip_derived_cl84,zip_derived_cl43,zip_derived_cl42]) ).

thf(b_off_thursday,axiom,
    ~ ( on @ b @ thursday ) ).

thf(zip_derived_cl44,plain,
    ~ ( on @ b @ thursday ),
    inference(cnf,[status(esa)],[b_off_thursday]) ).

thf(zip_derived_cl265,plain,
    on @ b @ tuesday,
    inference(clc,[status(thm)],[zip_derived_cl264,zip_derived_cl44]) ).

thf(zip_derived_cl7_013,plain,
    consecutive @ tuesday @ wednesday,
    inference(cnf,[status(esa)],[wednesday_follows_tuesday]) ).

thf(tuesday_follows_monday,axiom,
    consecutive @ monday @ tuesday ).

thf(zip_derived_cl6,plain,
    consecutive @ monday @ tuesday,
    inference(cnf,[status(esa)],[tuesday_follows_monday]) ).

thf(monday_follows_sunday,axiom,
    consecutive @ sunday @ monday ).

thf(zip_derived_cl5,plain,
    consecutive @ sunday @ monday,
    inference(cnf,[status(esa)],[monday_follows_sunday]) ).

thf(zip_derived_cl39_014,plain,
    ! [X0: day,X1: day,X2: day,X3: day,X4: person] :
      ( ~ ( consecutive @ X0 @ X1 )
      | ~ ( consecutive @ X1 @ X2 )
      | ~ ( consecutive @ X2 @ X3 )
      | ~ ( on @ X4 @ X2 )
      | ~ ( on @ X4 @ X1 )
      | ~ ( on @ X4 @ X0 ) ),
    inference(cnf,[status(esa)],[not_on_for_3_days]) ).

thf(zip_derived_cl166,plain,
    ! [X0: day,X1: day,X2: person] :
      ( ~ ( consecutive @ monday @ X0 )
      | ~ ( consecutive @ X0 @ X1 )
      | ~ ( on @ X2 @ X0 )
      | ~ ( on @ X2 @ monday )
      | ~ ( on @ X2 @ sunday ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl5,zip_derived_cl39]) ).

thf(zip_derived_cl295,plain,
    ! [X0: day,X1: person] :
      ( ~ ( consecutive @ tuesday @ X0 )
      | ~ ( on @ X1 @ tuesday )
      | ~ ( on @ X1 @ monday )
      | ~ ( on @ X1 @ sunday ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl6,zip_derived_cl166]) ).

thf(zip_derived_cl307,plain,
    ! [X0: person] :
      ( ~ ( on @ X0 @ tuesday )
      | ~ ( on @ X0 @ monday )
      | ~ ( on @ X0 @ sunday ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl7,zip_derived_cl295]) ).

thf(zip_derived_cl310,plain,
    ( ~ ( on @ b @ monday )
    | ~ ( on @ b @ sunday ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl265,zip_derived_cl307]) ).

thf(zip_derived_cl48_015,plain,
    ! [X0: day,X1: day] :
      ( ( on @ b @ X0 )
      | ( on @ b @ X1 )
      | ( on @ a @ X1 )
      | ( on @ a @ X0 )
      | ( same_day @ X1 @ X0 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl40,zip_derived_cl13]) ).

thf(zip_derived_cl20_016,plain,
    ~ ( same_day @ sunday @ thursday ),
    inference(cnf,[status(esa)],[sunday_not_thursday]) ).

thf(zip_derived_cl75,plain,
    ( ( on @ a @ thursday )
    | ( on @ a @ sunday )
    | ( on @ b @ sunday )
    | ( on @ b @ thursday ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl48,zip_derived_cl20]) ).

thf(zip_derived_cl43_017,plain,
    ~ ( on @ a @ thursday ),
    inference(cnf,[status(esa)],[a_off_thursday]) ).

thf(zip_derived_cl41_018,plain,
    ~ ( on @ a @ sunday ),
    inference(cnf,[status(esa)],[a_off_sunday]) ).

thf(zip_derived_cl44_019,plain,
    ~ ( on @ b @ thursday ),
    inference(cnf,[status(esa)],[b_off_thursday]) ).

thf(zip_derived_cl198,plain,
    on @ b @ sunday,
    inference(demod,[status(thm)],[zip_derived_cl75,zip_derived_cl43,zip_derived_cl41,zip_derived_cl44]) ).

thf(zip_derived_cl314,plain,
    ~ ( on @ b @ monday ),
    inference(demod,[status(thm)],[zip_derived_cl310,zip_derived_cl198]) ).

thf(zip_derived_cl316,plain,
    ~ ( all_on @ monday ),
    inference('s_sup-',[status(thm)],[zip_derived_cl1,zip_derived_cl314]) ).

thf(zip_derived_cl320,plain,
    all_on @ wednesday,
    inference(demod,[status(thm)],[zip_derived_cl159,zip_derived_cl316]) ).

thf(zip_derived_cl369,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl367,zip_derived_cl320]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : PUZ018_1 : TPTP v8.1.2. Bugfixed v5.0.0.
% 0.13/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.8l7bdOyTBx true
% 0.14/0.36  % Computer : n021.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Sat Aug 26 21:57:27 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.14/0.36  % Running portfolio for 300 s
% 0.14/0.36  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.14/0.36  % Number of cores: 8
% 0.14/0.36  % Python version: Python 3.6.8
% 0.14/0.37  % Running in FO mode
% 0.23/0.66  % Total configuration time : 435
% 0.23/0.66  % Estimated wc time : 1092
% 0.23/0.66  % Estimated cpu time (7 cpus) : 156.0
% 0.23/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.23/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.23/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.23/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.23/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.23/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.23/0.79  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 1.17/0.80  % Solved by fo/fo6_bce.sh.
% 1.17/0.80  % BCE start: 48
% 1.17/0.80  % BCE eliminated: 2
% 1.17/0.80  % PE start: 46
% 1.17/0.80  logic: neq
% 1.17/0.80  % PE eliminated: -58
% 1.17/0.80  % done 135 iterations in 0.046s
% 1.17/0.80  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.17/0.80  % SZS output start Refutation
% See solution above
% 1.17/0.80  
% 1.17/0.80  
% 1.17/0.80  % Terminating...
% 1.61/0.86  % Runner terminated.
% 1.61/0.87  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------