TSTP Solution File: PUZ028-5 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : PUZ028-5 : TPTP v8.1.0. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n032.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:45 EDT 2022

% Result   : Unsatisfiable 0.15s 0.53s
% Output   : Refutation 0.15s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   29
%            Number of leaves      :   15
% Syntax   : Number of clauses     :  108 (  30 unt;  75 nHn; 108 RR)
%            Number of literals    :  249 (   0 equ;  14 neg)
%            Maximal clause size   :    5 (   2 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   6 con; 0-0 aty)
%            Number of variables   :   11 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(person1,axiom,
    person(one),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',person1) ).

cnf(person2,axiom,
    person(two),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',person2) ).

cnf(person3,axiom,
    person(three),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',person3) ).

cnf(person4,axiom,
    person(four),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',person4) ).

cnf(person5,axiom,
    person(five),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',person5) ).

cnf(person6,axiom,
    person(six),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',person6) ).

cnf(order1,axiom,
    after(one,two),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',order1) ).

cnf(order2,axiom,
    after(two,three),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',order2) ).

cnf(order3,axiom,
    after(three,four),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',order3) ).

cnf(order4,axiom,
    after(four,five),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',order4) ).

cnf(order5,axiom,
    after(five,six),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',order5) ).

cnf(transitivity_of_order,axiom,
    ( after(X,Y)
    | ~ after(X,Z)
    | ~ after(Z,Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',transitivity_of_order) ).

cnf(familiar_or_not,axiom,
    ( familiar(X,Y)
    | not_familiar(X,Y)
    | ~ person(X)
    | ~ person(Y)
    | ~ after(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',familiar_or_not) ).

cnf(three_familiar,negated_conjecture,
    ( ~ familiar(X,Y)
    | ~ familiar(Y,Z)
    | ~ familiar(X,Z) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',three_familiar) ).

cnf(three_not_familiar,negated_conjecture,
    ( ~ not_familiar(X,Y)
    | ~ not_familiar(Y,Z)
    | ~ not_familiar(X,Z) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',three_not_familiar) ).

cnf(16,plain,
    after(four,six),
    inference('HYPERRESOLVE',[status(thm)],[transitivity_of_order,order4,order5]) ).

cnf(17,plain,
    after(three,five),
    inference('HYPERRESOLVE',[status(thm)],[transitivity_of_order,order3,order4]) ).

cnf(18,plain,
    after(two,four),
    inference('HYPERRESOLVE',[status(thm)],[transitivity_of_order,order2,order3]) ).

cnf(19,plain,
    after(one,three),
    inference('HYPERRESOLVE',[status(thm)],[transitivity_of_order,order1,order2]) ).

cnf(20,plain,
    ( familiar(five,six)
    | not_familiar(five,six) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,person5,person6,order5]) ).

cnf(21,plain,
    ( familiar(four,five)
    | not_familiar(four,five) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,person4,person5,order4]) ).

cnf(22,plain,
    ( familiar(three,four)
    | not_familiar(three,four) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,person3,person4,order3]) ).

cnf(23,plain,
    ( familiar(two,three)
    | not_familiar(two,three) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,person2,person3,order2]) ).

cnf(24,plain,
    ( familiar(one,two)
    | not_familiar(one,two) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,person1,person2,order1]) ).

cnf(25,plain,
    after(three,six),
    inference('HYPERRESOLVE',[status(thm)],[transitivity_of_order,16,order3]) ).

cnf(26,plain,
    ( familiar(four,six)
    | not_familiar(four,six) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,16,person4,person6]) ).

cnf(27,plain,
    after(two,five),
    inference('HYPERRESOLVE',[status(thm)],[transitivity_of_order,17,order2]) ).

cnf(28,plain,
    ( familiar(three,five)
    | not_familiar(three,five) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,17,person3,person5]) ).

cnf(29,plain,
    after(two,six),
    inference('HYPERRESOLVE',[status(thm)],[transitivity_of_order,18,16]) ).

cnf(30,plain,
    after(one,four),
    inference('HYPERRESOLVE',[status(thm)],[transitivity_of_order,18,order1]) ).

cnf(31,plain,
    ( familiar(two,four)
    | not_familiar(two,four) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,18,person2,person4]) ).

cnf(32,plain,
    after(one,five),
    inference('HYPERRESOLVE',[status(thm)],[transitivity_of_order,19,17]) ).

cnf(33,plain,
    ( familiar(one,three)
    | not_familiar(one,three) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,19,person1,person3]) ).

cnf(34,plain,
    after(one,six),
    inference('HYPERRESOLVE',[status(thm)],[transitivity_of_order,25,19]) ).

cnf(35,plain,
    ( familiar(three,six)
    | not_familiar(three,six) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,25,person3,person6]) ).

cnf(36,plain,
    ( familiar(two,five)
    | not_familiar(two,five) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,27,person2,person5]) ).

cnf(37,plain,
    ( familiar(two,six)
    | not_familiar(two,six) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,29,person2,person6]) ).

cnf(38,plain,
    ( familiar(one,four)
    | not_familiar(one,four) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,30,person1,person4]) ).

cnf(39,plain,
    ( familiar(one,five)
    | not_familiar(one,five) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,32,person1,person5]) ).

cnf(40,plain,
    ( familiar(one,six)
    | not_familiar(one,six) ),
    inference('HYPERRESOLVE',[status(thm)],[familiar_or_not,34,person1,person6]) ).

cnf(41,plain,
    ( familiar(four,six)
    | familiar(four,five)
    | familiar(five,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,26,21,20]) ).

cnf(42,plain,
    ( familiar(three,five)
    | familiar(three,four)
    | familiar(four,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,28,22,21]) ).

cnf(43,plain,
    ( familiar(two,four)
    | familiar(two,three)
    | familiar(three,four) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,31,23,22]) ).

cnf(44,plain,
    ( familiar(one,three)
    | familiar(one,two)
    | familiar(two,three) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,33,24,23]) ).

cnf(45,plain,
    ( familiar(three,six)
    | familiar(three,four)
    | familiar(four,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,35,22,26]) ).

cnf(46,plain,
    ( familiar(three,six)
    | familiar(three,five)
    | familiar(five,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,35,28,20]) ).

cnf(47,plain,
    ( familiar(two,five)
    | familiar(two,three)
    | familiar(three,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,36,23,28]) ).

cnf(48,plain,
    ( familiar(two,five)
    | familiar(two,four)
    | familiar(four,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,36,31,21]) ).

cnf(49,plain,
    ( familiar(two,six)
    | familiar(two,three)
    | familiar(three,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,37,23,35]) ).

cnf(50,plain,
    ( familiar(two,six)
    | familiar(two,four)
    | familiar(four,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,37,31,26]) ).

cnf(51,plain,
    ( familiar(two,six)
    | familiar(two,five)
    | familiar(five,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,37,36,20]) ).

cnf(52,plain,
    ( familiar(one,four)
    | familiar(one,two)
    | familiar(two,four) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,38,24,31]) ).

cnf(53,plain,
    ( familiar(one,four)
    | familiar(one,three)
    | familiar(three,four) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,38,33,22]) ).

cnf(54,plain,
    ( familiar(one,five)
    | familiar(one,two)
    | familiar(two,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,39,24,36]) ).

cnf(55,plain,
    ( familiar(one,five)
    | familiar(one,three)
    | familiar(three,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,39,33,28]) ).

cnf(56,plain,
    ( familiar(one,five)
    | familiar(one,four)
    | familiar(four,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,39,38,21]) ).

cnf(57,plain,
    ( familiar(one,six)
    | familiar(one,two)
    | familiar(two,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,40,24,37]) ).

cnf(58,plain,
    ( familiar(one,six)
    | familiar(one,three)
    | familiar(three,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,40,33,35]) ).

cnf(59,plain,
    ( familiar(one,six)
    | familiar(one,four)
    | familiar(four,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,40,38,26]) ).

cnf(60,plain,
    ( familiar(one,six)
    | familiar(one,five)
    | familiar(five,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_not_familiar,40,39,20]) ).

cnf(61,plain,
    ( familiar(three,five)
    | familiar(five,six)
    | familiar(four,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,46,42,41]) ).

cnf(62,plain,
    ( familiar(two,five)
    | familiar(four,five)
    | familiar(three,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,48,47,42]) ).

cnf(63,plain,
    ( familiar(two,four)
    | familiar(four,six)
    | familiar(three,four) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,50,43,45]) ).

cnf(66,plain,
    ( familiar(two,five)
    | familiar(five,six)
    | familiar(three,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,51,47,46]) ).

cnf(67,plain,
    ( familiar(two,five)
    | familiar(five,six)
    | familiar(four,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,51,48,41]) ).

cnf(69,plain,
    ( familiar(one,four)
    | familiar(three,four)
    | familiar(two,four) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,53,52,43]) ).

cnf(72,plain,
    ( familiar(one,five)
    | familiar(three,five)
    | familiar(two,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,55,54,47]) ).

cnf(74,plain,
    ( familiar(one,five)
    | familiar(four,five)
    | familiar(two,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,56,54,48]) ).

cnf(75,plain,
    ( familiar(one,five)
    | familiar(four,five)
    | familiar(three,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,56,55,42]) ).

cnf(83,plain,
    ( familiar(one,four)
    | familiar(four,six)
    | familiar(two,four) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,59,52,50]) ).

cnf(84,plain,
    ( familiar(one,four)
    | familiar(four,six)
    | familiar(three,four) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,59,53,45]) ).

cnf(87,plain,
    ( familiar(one,five)
    | familiar(five,six)
    | familiar(two,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,60,54,51]) ).

cnf(88,plain,
    ( familiar(one,five)
    | familiar(five,six)
    | familiar(three,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,60,55,46]) ).

cnf(89,plain,
    ( familiar(one,five)
    | familiar(five,six)
    | familiar(four,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,60,56,41]) ).

cnf(91,plain,
    ( familiar(five,six)
    | familiar(four,five)
    | familiar(one,three)
    | familiar(one,two) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,67,44,61]) ).

cnf(94,plain,
    ( familiar(one,five)
    | familiar(four,five)
    | familiar(two,six)
    | familiar(three,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,75,49,74]) ).

cnf(101,plain,
    ( familiar(one,four)
    | familiar(four,six)
    | familiar(two,five)
    | familiar(three,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,84,47,83]) ).

cnf(105,plain,
    ( familiar(one,five)
    | familiar(five,six)
    | familiar(two,four)
    | familiar(three,four) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,88,43,87]) ).

cnf(113,plain,
    ( familiar(one,five)
    | familiar(four,five)
    | familiar(three,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,94,74,89]) ).

cnf(114,plain,
    ( familiar(one,five)
    | familiar(four,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,113,75,89]) ).

cnf(115,plain,
    ( familiar(four,five)
    | familiar(five,six)
    | familiar(one,three) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,114,91,67]) ).

cnf(120,plain,
    ( familiar(four,five)
    | familiar(five,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,115,61,114]) ).

cnf(122,plain,
    ( familiar(four,five)
    | familiar(three,five)
    | familiar(one,six)
    | familiar(one,two) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,120,62,57]) ).

cnf(134,plain,
    ( familiar(four,five)
    | familiar(three,five)
    | familiar(one,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,122,62,114]) ).

cnf(135,plain,
    ( familiar(four,five)
    | familiar(one,six)
    | familiar(one,three) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,134,120,58]) ).

cnf(138,plain,
    ( familiar(four,five)
    | familiar(one,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,135,134,114]) ).

cnf(139,plain,
    familiar(four,five),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,138,114,120]) ).

cnf(142,plain,
    ( familiar(one,five)
    | familiar(five,six)
    | familiar(three,four) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,139,105,87]) ).

cnf(143,plain,
    ( familiar(one,four)
    | familiar(four,six)
    | familiar(three,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,139,83,101]) ).

cnf(146,plain,
    ( familiar(one,four)
    | familiar(three,four)
    | familiar(five,six)
    | familiar(three,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,139,69,66]) ).

cnf(147,plain,
    ( familiar(four,six)
    | familiar(three,four)
    | familiar(one,five)
    | familiar(three,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,139,63,72]) ).

cnf(153,plain,
    ( familiar(one,five)
    | familiar(five,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,142,139,88]) ).

cnf(156,plain,
    ( familiar(one,four)
    | familiar(four,six) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,143,84,139]) ).

cnf(157,plain,
    ( familiar(one,four)
    | familiar(one,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,156,139,153]) ).

cnf(162,plain,
    ( familiar(one,four)
    | familiar(five,six)
    | familiar(three,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,146,156,46]) ).

cnf(163,plain,
    ( familiar(four,six)
    | familiar(one,five)
    | familiar(three,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,147,55,157]) ).

cnf(164,plain,
    ( familiar(four,six)
    | familiar(one,five)
    | familiar(three,four) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,163,153,45]) ).

cnf(166,plain,
    ( familiar(four,six)
    | familiar(one,five) ),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,164,139,163]) ).

cnf(167,plain,
    familiar(one,five),
    inference('HYPERRESOLVE',[status(thm)],[three_familiar,166,139,153]) ).

cnf(170,plain,
    ~ familiar(one,four),
    inference('UR-RESOLVE',[status(thm)],[three_familiar,167,139]) ).

cnf(173,plain,
    ( familiar(one,three)
    | familiar(three,four) ),
    inference('REWRITE',[status(thm)],[53,170]) ).

cnf(175,plain,
    familiar(four,six),
    inference('REWRITE',[status(thm)],[156,170]) ).

cnf(178,plain,
    ( familiar(five,six)
    | familiar(three,five) ),
    inference('REWRITE',[status(thm)],[162,170]) ).

cnf(184,plain,
    ~ familiar(five,six),
    inference('UR-RESOLVE',[status(thm)],[three_familiar,175,139]) ).

cnf(188,plain,
    familiar(three,five),
    inference('REWRITE',[status(thm)],[178,184]) ).

cnf(204,plain,
    ~ familiar(three,four),
    inference('UR-RESOLVE',[status(thm)],[three_familiar,188,139]) ).

cnf(206,plain,
    familiar(one,three),
    inference('REWRITE',[status(thm)],[173,204]) ).

cnf(210,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[three_familiar,188,167]),206]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.10  % Problem  : PUZ028-5 : TPTP v8.1.0. Released v2.0.0.
% 0.03/0.11  % Command  : run-snark %s %d
% 0.10/0.30  % Computer : n032.cluster.edu
% 0.10/0.30  % Model    : x86_64 x86_64
% 0.10/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.30  % Memory   : 8042.1875MB
% 0.10/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.30  % CPULimit : 300
% 0.10/0.30  % WCLimit  : 600
% 0.10/0.30  % DateTime : Sat May 28 20:01:11 EDT 2022
% 0.10/0.30  % CPUTime  : 
% 0.15/0.39  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.15/0.39  * 
% 0.15/0.39  * 
% 0.15/0.40  #<PACKAGE "SNARK-USER">
% 0.15/0.40  * 
% 0.15/0.40  SNARK-TPTP-OPTIONS
% 0.15/0.40  * 
% 0.15/0.40  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.15/0.40   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.15/0.40   (USE-FACTORING :POS)
% 0.15/0.40   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.15/0.40   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.15/0.40   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.15/0.40   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.15/0.40   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.15/0.40   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.15/0.40   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.15/0.40   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.15/0.40   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.15/0.40   (DECLARE-TPTP-SYMBOLS2))
% 0.15/0.40  * 
% 0.15/0.40  "."
% 0.15/0.40  * 
% 0.15/0.40  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-05-28T20:01:11
% 0.15/0.40  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n032.cluster.edu at 2022-05-28T20:01:11
% 0.15/0.53  
% 0.15/0.53  
% 0.15/0.53  #||
% 0.15/0.53  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.15/0.53  % SZS output start Refutation
% See solution above
% 0.15/0.54  ||#
% 0.15/0.54  
% 0.15/0.54  ; Summary of computation:
% 0.15/0.54  ;      1259 formulas have been input or derived (from 142 formulas).
% 0.15/0.54  ;       210 (17%) were retained.  Of these,
% 0.15/0.54  ;          140 (67%) were simplified or subsumed later,
% 0.15/0.54  ;           70 (33%) are still being kept.
% 0.15/0.54  ; 
% 0.15/0.54  ; Run time in seconds excluding printing time:
% 0.15/0.54  ;     0.001   1%   Read assertion file          (1 call)
% 0.15/0.54  ;     0.000   0%   Assert                       (15 calls)
% 0.15/0.54  ;     0.012   9%   Process new row              (1,205 calls)
% 0.15/0.54  ;     0.023  17%   Resolution                   (282 calls)
% 0.15/0.54  ;     0.000   0%   Paramodulation               (141 calls)
% 0.15/0.54  ;     0.002   1%   Factoring                    (99 calls)
% 0.15/0.54  ;     0.002   1%   Condensing                   (806 calls)
% 0.15/0.54  ;     0.054  40%   Forward subsumption          (806 calls)
% 0.15/0.54  ;     0.005   4%   Backward subsumption         (151 calls)
% 0.15/0.54  ;     0.003   2%   Clause clause subsumption    (3,084 calls)
% 0.15/0.54  ;     0.010   7%   Forward simplification       (907 calls)
% 0.15/0.54  ;     0.002   1%   Backward simplification      (210 calls)
% 0.15/0.54  ;     0.002   1%   Ordering                     (586 calls)
% 0.15/0.54  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.15/0.54  ;     0.001   1%   Purity testing               (1 call)
% 0.15/0.54  ;     0.017  13%   Other
% 0.15/0.54  ;     0.134        Total
% 0.15/0.54  ;     0.145        Real time
% 0.15/0.54  ; 
% 0.15/0.54  ; Term-hash-array has 86 terms in all.
% 0.15/0.54  ; Feature-vector-row-index has 11 entries (80 at peak, 151 added, 140 deleted).
% 0.15/0.54  ; Feature-vector-row-index has 41 nodes (290 at peak, 609 added, 568 deleted).
% 0.15/0.54  ;  Retrieved 8,489 possibly forward subsuming rows in 806 calls.
% 0.15/0.54  ;  Retrieved 549 possibly backward subsumed rows in 151 calls.
% 0.15/0.54  ; Path-index has 85 entries (88 at peak, 95 added, 10 deleted).
% 0.15/0.54  ; Path-index has 66 nodes (66 at peak, 68 added, 2 deleted).
% 0.15/0.54  ; Trie-index has 85 entries (88 at peak, 95 added, 10 deleted).
% 0.15/0.54  ; Trie-index has 104 nodes (107 at peak, 116 added, 12 deleted).
% 0.15/0.54  ; Retrieved 43 generalization terms in 1,026 calls.
% 0.15/0.54  ; Retrieved 58 instance terms in 58 calls.
% 0.15/0.54  ; Retrieved 4,734 unifiable terms in 2,491 calls.
% 0.15/0.54  ; 
% 0.15/0.54  ; The agenda of rows to process has 1 entry:
% 0.15/0.54  ;     1 with value 27
% 0.15/0.54  ; The agenda of rows to give has 21 entries:
% 0.15/0.54  ;     1 with value (4 5)          10 with value (4 22)           1 with value (4 26)
% 0.15/0.54  ;     1 with value (4 8)           4 with value (4 23)           3 with value (4 27)
% 0.15/0.54  ;     1 with value (4 9)
% 0.15/0.54  Evaluation took:
% 0.15/0.54    0.145 seconds of real time
% 0.15/0.54    0.12312 seconds of user run time
% 0.15/0.54    0.021965 seconds of system run time
% 0.15/0.54    [Run times include 0.004 seconds GC run time.]
% 0.15/0.54    0 calls to %EVAL
% 0.15/0.54    0 page faults and
% 0.15/0.54    20,135,896 bytes consed.
% 0.15/0.54  :PROOF-FOUND
% 0.15/0.54  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-05-28T20:01:11
% 0.15/0.54  :PROOF-FOUND
% 0.15/0.54  * 
%------------------------------------------------------------------------------