TSTP Solution File: PUZ078+1 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : PUZ078+1 : TPTP v8.1.0. Released v3.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n017.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  : 600s
% DateTime : Mon Jul 18 18:26:51 EDT 2022

% Result   : Theorem 0.39s 0.60s
% Output   : Refutation 0.39s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   40
%            Number of leaves      :   34
% Syntax   : Number of clauses     :  101 (  34 unt;  45 nHn; 100 RR)
%            Number of literals    :  242 ( 126 equ;  53 neg)
%            Maximal clause size   :    8 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    6 (   4 usr;   1 prp; 0-2 aty)
%            Number of functors    :   12 (  12 usr;  11 con; 0-1 aty)
%            Number of variables   :   22 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ( X = monday
    | X = tuesday
    | X = wednesday
    | X = thursday
    | X = friday
    | X = saturday
    | X = sunday ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',days_of_week) ).

cnf(3,axiom,
    monday != wednesday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',uniquenames) ).

cnf(5,axiom,
    monday != friday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',uniquenames) ).

cnf(7,axiom,
    monday != sunday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',uniquenames) ).

cnf(13,axiom,
    wednesday != thursday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',uniquenames) ).

cnf(16,axiom,
    wednesday != sunday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',uniquenames) ).

cnf(17,axiom,
    thursday != friday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',uniquenames) ).

cnf(21,axiom,
    friday != sunday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',uniquenames) ).

cnf(23,axiom,
    ( ~ truthday(X)
    | ~ truthday(Y)
    | X = Y ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',truth_unique) ).

cnf(24,axiom,
    ( ~ day1(X)
    | ~ day1(Y)
    | X = Y ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',day1_unique) ).

cnf(26,axiom,
    ( ~ day3(X)
    | ~ day3(Y)
    | X = Y ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',day3_unique) ).

cnf(27,axiom,
    truthday('SKOLEMAAAV1'),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',truth_once) ).

cnf(28,axiom,
    day1('SKOLEMAAAV2'),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',day1_once) ).

cnf(29,axiom,
    day2('SKOLEMAAAV3'),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',day2_once) ).

cnf(30,axiom,
    day3('SKOLEMAAAV4'),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',day3_once) ).

cnf(31,axiom,
    consecutive(sunday) = monday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',monday_follows_sunday) ).

cnf(32,axiom,
    consecutive(monday) = tuesday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',tuesday_follows_monday) ).

cnf(33,axiom,
    consecutive(tuesday) = wednesday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wednesday_follows_tuesday) ).

cnf(34,axiom,
    consecutive(wednesday) = thursday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',thursday_follows_wednesday) ).

cnf(35,axiom,
    consecutive(thursday) = friday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',friday_follows_thursday) ).

cnf(36,axiom,
    consecutive(friday) = saturday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',saturday_follows_friday) ).

cnf(37,axiom,
    consecutive(saturday) = sunday,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sunday_follows_saturday) ).

cnf(39,axiom,
    ( day1(X)
    | ~ day2(consecutive(X)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',day2_follows_day1) ).

cnf(40,axiom,
    ( ~ day2(X)
    | day3(consecutive(X)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',day3_follows_day2) ).

cnf(41,axiom,
    ( day2(X)
    | ~ day3(consecutive(X)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',day3_follows_day2) ).

cnf(42,axiom,
    ( ~ day1(X)
    | ~ truthday(X)
    | ~ truthday(monday) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',statement1) ).

cnf(44,axiom,
    ( ~ day1(X)
    | truthday(X)
    | truthday(monday)
    | truthday(tuesday) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',statement1) ).

cnf(46,axiom,
    ( ~ day2(X)
    | truthday(X)
    | ~ day2(thursday) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',statement2) ).

cnf(47,axiom,
    ( ~ day2(X)
    | truthday(X)
    | ~ day2(saturday) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',statement2) ).

cnf(48,axiom,
    ( ~ day2(X)
    | truthday(X)
    | ~ day2(sunday) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',statement2) ).

cnf(49,axiom,
    ( ~ day3(X)
    | ~ truthday(X)
    | ~ truthday(wednesday) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',statement3) ).

cnf(50,axiom,
    ( ~ day3(X)
    | ~ truthday(X)
    | ~ truthday(friday) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',statement3) ).

cnf(51,axiom,
    ( ~ day3(X)
    | truthday(X)
    | truthday(wednesday)
    | truthday(friday) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',statement3) ).

cnf(52,negated_conjecture,
    ~ truthday(tuesday),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',tuesday_leo_tells_truths) ).

cnf(53,plain,
    ( ~ day1(X)
    | truthday(X)
    | truthday(monday) ),
    inference('REWRITE',[status(thm)],[44,52]) ).

cnf(55,plain,
    ( day1(sunday)
    | ~ day2(monday) ),
    inference('PARAMODULATE',[status(thm)],[39,31,theory(equality)]) ).

cnf(56,plain,
    ( day1(saturday)
    | ~ day2(sunday) ),
    inference('PARAMODULATE',[status(thm)],[39,37,theory(equality)]) ).

cnf(57,plain,
    ( day1(friday)
    | ~ day2(saturday) ),
    inference('PARAMODULATE',[status(thm)],[39,36,theory(equality)]) ).

cnf(58,plain,
    ( day1(thursday)
    | ~ day2(friday) ),
    inference('PARAMODULATE',[status(thm)],[39,35,theory(equality)]) ).

cnf(59,plain,
    ( day1(wednesday)
    | ~ day2(thursday) ),
    inference('PARAMODULATE',[status(thm)],[39,34,theory(equality)]) ).

cnf(60,plain,
    ( day1(tuesday)
    | ~ day2(wednesday) ),
    inference('PARAMODULATE',[status(thm)],[39,33,theory(equality)]) ).

cnf(61,plain,
    ( day1(monday)
    | ~ day2(tuesday) ),
    inference('PARAMODULATE',[status(thm)],[39,32,theory(equality)]) ).

cnf(62,plain,
    day3(consecutive('SKOLEMAAAV3')),
    inference('HYPERRESOLVE',[status(thm)],[40,29]) ).

cnf(63,plain,
    ( day2(sunday)
    | ~ day3(monday) ),
    inference('PARAMODULATE',[status(thm)],[41,31,theory(equality)]) ).

cnf(67,plain,
    ( day2(wednesday)
    | ~ day3(thursday) ),
    inference('PARAMODULATE',[status(thm)],[41,34,theory(equality)]) ).

cnf(70,plain,
    ( truthday('SKOLEMAAAV2')
    | truthday(monday) ),
    inference('HYPERRESOLVE',[status(thm)],[53,28]) ).

cnf(71,plain,
    ( truthday('SKOLEMAAAV4')
    | truthday(wednesday)
    | truthday(friday) ),
    inference('HYPERRESOLVE',[status(thm)],[51,30]) ).

cnf(76,plain,
    consecutive('SKOLEMAAAV3') = 'SKOLEMAAAV4',
    inference('HYPERRESOLVE',[status(thm)],[26,62,30]) ).

cnf(77,plain,
    ( X = monday
    | X = tuesday
    | X = thursday
    | X = friday
    | X = saturday
    | X = sunday
    | day1(tuesday)
    | ~ day2(X) ),
    inference('PARAMODULATE',[status(thm)],[60,1,theory(equality)]) ).

cnf(79,plain,
    ( truthday(monday)
    | 'SKOLEMAAAV2' = 'SKOLEMAAAV1' ),
    inference('HYPERRESOLVE',[status(thm)],[23,70,27]) ).

cnf(83,plain,
    ( truthday(wednesday)
    | truthday(friday)
    | 'SKOLEMAAAV4' = 'SKOLEMAAAV1' ),
    inference('HYPERRESOLVE',[status(thm)],[23,71,27]) ).

cnf(85,plain,
    ( truthday(wednesday)
    | truthday(friday)
    | 'SKOLEMAAAV2' = 'SKOLEMAAAV1'
    | 'SKOLEMAAAV4' = monday ),
    inference('HYPERRESOLVE',[status(thm)],[23,71,79]) ).

cnf(89,plain,
    ( truthday(friday)
    | 'SKOLEMAAAV4' = 'SKOLEMAAAV1'
    | wednesday = 'SKOLEMAAAV1' ),
    inference('HYPERRESOLVE',[status(thm)],[23,83,27]) ).

cnf(91,plain,
    ( truthday(friday)
    | 'SKOLEMAAAV4' = 'SKOLEMAAAV1'
    | 'SKOLEMAAAV2' = 'SKOLEMAAAV1' ),
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[23,83,79]),3]) ).

cnf(95,plain,
    ( 'SKOLEMAAAV4' = 'SKOLEMAAAV1'
    | wednesday = 'SKOLEMAAAV1'
    | friday = 'SKOLEMAAAV1' ),
    inference('HYPERRESOLVE',[status(thm)],[23,89,27]) ).

cnf(99,plain,
    ( 'SKOLEMAAAV4' = 'SKOLEMAAAV1'
    | 'SKOLEMAAAV2' = 'SKOLEMAAAV1' ),
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[23,91,79]),5]) ).

cnf(100,plain,
    ( 'SKOLEMAAAV2' = 'SKOLEMAAAV1'
    | day3('SKOLEMAAAV1') ),
    inference('PARAMODULATE',[status(thm)],[30,99,theory(equality)]) ).

cnf(105,plain,
    ( wednesday = 'SKOLEMAAAV1'
    | friday = 'SKOLEMAAAV1'
    | day3('SKOLEMAAAV1') ),
    inference('PARAMODULATE',[status(thm)],[30,95,theory(equality)]) ).

cnf(107,plain,
    ( truthday(friday)
    | 'SKOLEMAAAV2' = 'SKOLEMAAAV1'
    | 'SKOLEMAAAV4' = monday ),
    inference('HYPERRESOLVE',[status(thm)],[49,85,100,27]) ).

cnf(119,plain,
    ( 'SKOLEMAAAV2' = 'SKOLEMAAAV1'
    | 'SKOLEMAAAV4' = monday ),
    inference('HYPERRESOLVE',[status(thm)],[50,107,100,27]) ).

cnf(120,plain,
    ( 'SKOLEMAAAV2' = 'SKOLEMAAAV1'
    | day3(monday) ),
    inference('PARAMODULATE',[status(thm)],[30,119,theory(equality)]) ).

cnf(122,plain,
    ( 'SKOLEMAAAV2' = 'SKOLEMAAAV1'
    | day2(sunday) ),
    inference('HYPERRESOLVE',[status(thm)],[63,120]) ).

cnf(125,plain,
    ( 'SKOLEMAAAV2' = 'SKOLEMAAAV1'
    | truthday(sunday) ),
    inference('HYPERRESOLVE',[status(thm)],[48,122,122]) ).

cnf(134,plain,
    'SKOLEMAAAV2' = 'SKOLEMAAAV1',
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[23,125,79]),7]) ).

cnf(135,plain,
    day1('SKOLEMAAAV1'),
    inference('REWRITE',[status(thm)],[28,134,theory(equality)]) ).

cnf(138,plain,
    ~ truthday(monday),
    inference('UR-RESOLVE',[status(thm)],[42,135,27]) ).

cnf(139,plain,
    ( ~ day1(X)
    | truthday(X) ),
    inference('REWRITE',[status(thm)],[53,138]) ).

cnf(140,plain,
    ~ day1(tuesday),
    inference('UR-RESOLVE',[status(thm)],[139,52]) ).

cnf(141,plain,
    ~ day2(wednesday),
    inference('REWRITE',[status(thm)],[60,140]) ).

cnf(142,plain,
    ~ day3(thursday),
    inference('REWRITE',[status(thm)],[67,141]) ).

cnf(143,plain,
    ( X = monday
    | X = tuesday
    | X = thursday
    | X = friday
    | X = saturday
    | X = sunday
    | ~ day2(X) ),
    inference('REWRITE',[status(thm)],[77,140]) ).

cnf(144,plain,
    ~ day1(monday),
    inference('UR-RESOLVE',[status(thm)],[139,138]) ).

cnf(145,plain,
    ~ day2(tuesday),
    inference('REWRITE',[status(thm)],[61,144]) ).

cnf(148,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = tuesday
    | 'SKOLEMAAAV3' = thursday
    | 'SKOLEMAAAV3' = friday
    | 'SKOLEMAAAV3' = saturday
    | sunday = 'SKOLEMAAAV3' ),
    inference('HYPERRESOLVE',[status(thm)],[143,29]) ).

cnf(149,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = thursday
    | 'SKOLEMAAAV3' = friday
    | 'SKOLEMAAAV3' = saturday
    | sunday = 'SKOLEMAAAV3' ),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[29,148,theory(equality)]),145]) ).

cnf(150,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | 'SKOLEMAAAV3' = saturday
    | sunday = 'SKOLEMAAAV3'
    | day2(thursday) ),
    inference('PARAMODULATE',[status(thm)],[29,149,theory(equality)]) ).

cnf(152,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | 'SKOLEMAAAV3' = saturday
    | sunday = 'SKOLEMAAAV3'
    | day1(wednesday) ),
    inference('HYPERRESOLVE',[status(thm)],[59,150]) ).

cnf(154,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | 'SKOLEMAAAV3' = saturday
    | sunday = 'SKOLEMAAAV3'
    | truthday(thursday) ),
    inference('HYPERRESOLVE',[status(thm)],[46,150,150]) ).

cnf(159,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | 'SKOLEMAAAV3' = saturday
    | sunday = 'SKOLEMAAAV3'
    | truthday(wednesday) ),
    inference('HYPERRESOLVE',[status(thm)],[139,152]) ).

cnf(167,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | 'SKOLEMAAAV3' = saturday
    | sunday = 'SKOLEMAAAV3' ),
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[23,159,154]),13]) ).

cnf(168,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | 'SKOLEMAAAV3' = saturday
    | day2(sunday) ),
    inference('PARAMODULATE',[status(thm)],[29,167,theory(equality)]) ).

cnf(171,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | 'SKOLEMAAAV3' = saturday
    | day1(saturday) ),
    inference('HYPERRESOLVE',[status(thm)],[56,168]) ).

cnf(172,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | 'SKOLEMAAAV3' = saturday
    | truthday('SKOLEMAAAV3') ),
    inference('HYPERRESOLVE',[status(thm)],[48,168,29]) ).

cnf(178,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | 'SKOLEMAAAV3' = saturday
    | truthday(saturday) ),
    inference('HYPERRESOLVE',[status(thm)],[139,171]) ).

cnf(185,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | 'SKOLEMAAAV3' = saturday ),
    inference('HYPERRESOLVE',[status(thm)],[23,178,172]) ).

cnf(186,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | day2(saturday) ),
    inference('PARAMODULATE',[status(thm)],[29,185,theory(equality)]) ).

cnf(189,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | day1(friday) ),
    inference('HYPERRESOLVE',[status(thm)],[57,186]) ).

cnf(190,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | truthday('SKOLEMAAAV3') ),
    inference('HYPERRESOLVE',[status(thm)],[47,186,29]) ).

cnf(196,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday
    | truthday(friday) ),
    inference('HYPERRESOLVE',[status(thm)],[139,189]) ).

cnf(201,plain,
    ( 'SKOLEMAAAV3' = monday
    | 'SKOLEMAAAV3' = friday ),
    inference('HYPERRESOLVE',[status(thm)],[23,196,190]) ).

cnf(202,plain,
    ( 'SKOLEMAAAV3' = friday
    | day2(monday) ),
    inference('PARAMODULATE',[status(thm)],[29,201,theory(equality)]) ).

cnf(204,plain,
    ( 'SKOLEMAAAV3' = friday
    | tuesday = 'SKOLEMAAAV4' ),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[76,201,theory(equality)]),32,theory(equality)]) ).

cnf(205,plain,
    ( 'SKOLEMAAAV3' = friday
    | day1(sunday) ),
    inference('HYPERRESOLVE',[status(thm)],[55,202]) ).

cnf(207,plain,
    ( 'SKOLEMAAAV3' = friday
    | truthday(wednesday)
    | truthday(friday) ),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[71,204,theory(equality)]),52]) ).

cnf(209,plain,
    ( 'SKOLEMAAAV3' = friday
    | truthday(sunday) ),
    inference('HYPERRESOLVE',[status(thm)],[139,205]) ).

cnf(220,plain,
    ( 'SKOLEMAAAV3' = friday
    | truthday(friday) ),
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[23,207,209]),16]) ).

cnf(222,plain,
    'SKOLEMAAAV3' = friday,
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[23,220,209]),21]) ).

cnf(223,plain,
    day2(friday),
    inference('REWRITE',[status(thm)],[29,222,theory(equality)]) ).

cnf(224,plain,
    day1(thursday),
    inference('REWRITE',[status(thm)],[58,223]) ).

cnf(262,plain,
    thursday = 'SKOLEMAAAV1',
    inference('HYPERRESOLVE',[status(thm)],[24,224,135]) ).

cnf(263,plain,
    $false,
    inference('REWRITE',[status(thm)],[105,142,17,13,262,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.11  % Problem  : PUZ078+1 : TPTP v8.1.0. Released v3.5.0.
% 0.04/0.12  % Command  : run-snark %s %d
% 0.13/0.33  % Computer : n017.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sat May 28 20:59:08 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.18/0.44  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.18/0.45  * 
% 0.18/0.45  * 
% 0.18/0.46  #<PACKAGE "SNARK-USER">
% 0.18/0.46  * 
% 0.18/0.46  SNARK-TPTP-OPTIONS
% 0.18/0.46  * 
% 0.18/0.46  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.18/0.46   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.18/0.46   (USE-FACTORING :POS)
% 0.18/0.46   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.18/0.46   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.18/0.46   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.18/0.46   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.18/0.46   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.18/0.46   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.18/0.46   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.18/0.46   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.18/0.46   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.18/0.46   (DECLARE-TPTP-SYMBOLS2))
% 0.18/0.46  * 
% 0.18/0.46  "."
% 0.18/0.46  * 
% 0.18/0.46  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-05-28T20:59:09
% 0.18/0.46  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n017.cluster.edu at 2022-05-28T20:59:09
% 0.39/0.60  
% 0.39/0.60  
% 0.39/0.60  #||
% 0.39/0.60  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.39/0.60  % SZS output start Refutation
% See solution above
% 0.39/0.61  ||#
% 0.39/0.61  
% 0.39/0.61  ; Summary of computation:
% 0.39/0.61  ;      1004 formulas have been input or derived (from 158 formulas).
% 0.39/0.61  ;       263 (26%) were retained.  Of these,
% 0.39/0.61  ;          187 (71%) were simplified or subsumed later,
% 0.39/0.61  ;           76 (29%) are still being kept.
% 0.39/0.61  ; 
% 0.39/0.61  ; Run time in seconds excluding printing time:
% 0.39/0.61  ;     0.004   3%   Read assertion file          (1 call)
% 0.39/0.61  ;     0.003   2%   Assert                       (23 calls)
% 0.39/0.61  ;     0.016  12%   Process new row              (864 calls)
% 0.39/0.61  ;     0.024  17%   Resolution                   (314 calls)
% 0.39/0.61  ;     0.005   4%   Paramodulation               (157 calls)
% 0.39/0.61  ;     0.000   0%   Factoring                    (65 calls)
% 0.39/0.61  ;     0.003   2%   Condensing                   (422 calls)
% 0.39/0.61  ;     0.013   9%   Forward subsumption          (422 calls)
% 0.39/0.61  ;     0.008   6%   Backward subsumption         (193 calls)
% 0.39/0.61  ;     0.002   1%   Clause clause subsumption    (459 calls)
% 0.39/0.61  ;     0.017  12%   Forward simplification       (730 calls)
% 0.39/0.61  ;     0.007   5%   Backward simplification      (263 calls)
% 0.39/0.61  ;     0.006   4%   Ordering                     (1,471 calls)
% 0.39/0.61  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.39/0.61  ;     0.000   0%   Purity testing               (1 call)
% 0.39/0.61  ;     0.031  22%   Other
% 0.39/0.61  ;     0.139        Total
% 0.39/0.61  ;     0.151        Real time
% 0.39/0.61  ; 
% 0.39/0.61  ; Term-hash-array has 145 terms in all.
% 0.39/0.61  ; Feature-vector-row-index has 19 entries (87 at peak, 193 added, 174 deleted).
% 0.39/0.61  ; Feature-vector-row-index has 85 nodes (386 at peak, 1,016 added, 931 deleted).
% 0.39/0.61  ;  Retrieved 674 possibly forward subsuming rows in 422 calls.
% 0.39/0.61  ;  Retrieved 115 possibly backward subsumed rows in 193 calls.
% 0.39/0.61  ; Path-index has 101 entries (139 at peak, 210 added, 109 deleted).
% 0.39/0.61  ; Path-index has 85 nodes (111 at peak, 137 added, 52 deleted).
% 0.39/0.61  ; Trie-index has 101 entries (139 at peak, 210 added, 109 deleted).
% 0.39/0.61  ; Trie-index has 117 nodes (167 at peak, 252 added, 135 deleted).
% 0.39/0.61  ; Retrieved 222 generalization terms in 2,233 calls.
% 0.39/0.61  ; Retrieved 69 instance terms in 69 calls.
% 0.39/0.61  ; Retrieved 3,809 unifiable terms in 1,341 calls.
% 0.39/0.61  ; 
% 0.39/0.61  ; The agenda of backward simplifiable rows to process has 7 entries:
% 0.39/0.61  ;     7 with value 0
% 0.39/0.61  ; The agenda of rows to process has 8 entries:
% 0.39/0.61  ;     7 with value 6               1 with value 7
% 0.39/0.61  ; The agenda of rows to give has 22 entries:
% 0.39/0.61  ;     9 with value (4 4)           1 with value (4 7)            1 with value (4 31)
% 0.39/0.61  ;     5 with value (4 5)           1 with value (4 25)           1 with value (4 34)
% 0.39/0.61  ;     2 with value (4 6)           1 with value (4 29)           1 with value (4 53)
% 0.39/0.61  Evaluation took:
% 0.39/0.61    0.151 seconds of real time
% 0.39/0.61    0.131052 seconds of user run time
% 0.39/0.61    0.019926 seconds of system run time
% 0.39/0.61    [Run times include 0.005 seconds GC run time.]
% 0.39/0.61    0 calls to %EVAL
% 0.39/0.61    0 page faults and
% 0.39/0.61    12,713,792 bytes consed.
% 0.39/0.61  :PROOF-FOUND
% 0.39/0.61  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-05-28T20:59:09
% 0.39/0.61  :PROOF-FOUND
% 0.39/0.61  * 
%------------------------------------------------------------------------------