TSTP Solution File: PUZ019-1 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : PUZ019-1 : TPTP v8.1.0. Bugfixed v5.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% 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  : 600s
% DateTime : Mon Jul 18 18:26:44 EDT 2022

% Result   : Unsatisfiable 0.40s 0.59s
% Output   : Refutation 0.40s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   42
% Syntax   : Number of clauses     :   85 (  62 unt;  12 nHn;  84 RR)
%            Number of literals    :  133 (   0 equ;  73 neg)
%            Maximal clause size   :    8 (   1 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    7 (   6 usr;   1 prp; 0-2 aty)
%            Number of functors    :   12 (  12 usr;  12 con; 0-0 aty)
%            Number of variables   :   28 (  12 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(chef_not_guard,axiom,
    ~ equal_jobs(chef,guard),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',chef_not_guard) ).

cnf(chef_not_boxer,axiom,
    ~ equal_jobs(chef,boxer),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',chef_not_boxer) ).

cnf(chef_not_teacher,axiom,
    ~ equal_jobs(chef,teacher),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',chef_not_teacher) ).

cnf(guard_not_nurse,axiom,
    ~ equal_jobs(guard,nurse),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',guard_not_nurse) ).

cnf(guard_not_operator,axiom,
    ~ equal_jobs(guard,operator),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',guard_not_operator) ).

cnf(guard_not_police,axiom,
    ~ equal_jobs(guard,police),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',guard_not_police) ).

cnf(guard_not_actor,axiom,
    ~ equal_jobs(guard,actor),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',guard_not_actor) ).

cnf(guard_not_boxer,axiom,
    ~ equal_jobs(guard,boxer),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',guard_not_boxer) ).

cnf(nurse_not_operator,axiom,
    ~ equal_jobs(nurse,operator),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',nurse_not_operator) ).

cnf(nurse_not_police,axiom,
    ~ equal_jobs(nurse,police),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',nurse_not_police) ).

cnf(nurse_not_actor,axiom,
    ~ equal_jobs(nurse,actor),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',nurse_not_actor) ).

cnf(nurse_not_boxer,axiom,
    ~ equal_jobs(nurse,boxer),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',nurse_not_boxer) ).

cnf(nurse_not_teacher,axiom,
    ~ equal_jobs(nurse,teacher),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',nurse_not_teacher) ).

cnf(operator_not_police,axiom,
    ~ equal_jobs(operator,police),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',operator_not_police) ).

cnf(operator_not_actor,axiom,
    ~ equal_jobs(operator,actor),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',operator_not_actor) ).

cnf(operator_not_boxer,axiom,
    ~ equal_jobs(operator,boxer),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',operator_not_boxer) ).

cnf(police_not_actor,axiom,
    ~ equal_jobs(police,actor),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',police_not_actor) ).

cnf(police_not_boxer,axiom,
    ~ equal_jobs(police,boxer),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',police_not_boxer) ).

cnf(police_not_teacher,axiom,
    ~ equal_jobs(police,teacher),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',police_not_teacher) ).

cnf(actor_not_boxer,axiom,
    ~ equal_jobs(actor,boxer),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',actor_not_boxer) ).

cnf(boxer_not_teacher,axiom,
    ~ equal_jobs(boxer,teacher),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',boxer_not_teacher) ).

cnf(nurse_is_male,axiom,
    ( ~ has_job(X,nurse)
    | male(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',nurse_is_male) ).

cnf(actor_is_male,axiom,
    ( ~ has_job(X,actor)
    | male(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',actor_is_male) ).

cnf(chef_is_female,axiom,
    ( ~ has_job(X,chef)
    | female(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',chef_is_female) ).

cnf(nurse_is_educated,axiom,
    ( ~ has_job(X,nurse)
    | educated(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',nurse_is_educated) ).

cnf(teacher_is_educated,axiom,
    ( ~ has_job(X,teacher)
    | educated(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',teacher_is_educated) ).

cnf(police_is_educated,axiom,
    ( ~ has_job(X,police)
    | educated(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',police_is_educated) ).

cnf(chef_is_not_also_police,axiom,
    ( ~ has_job(X,chef)
    | ~ has_job(X,police) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',chef_is_not_also_police) ).

cnf(males_are_not_female,axiom,
    ( ~ male(X)
    | ~ female(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',males_are_not_female) ).

cnf(husband_is_male,axiom,
    ( ~ husband(X,Y)
    | male(Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',husband_is_male) ).

cnf(husband_of_chef_is_operator1,hypothesis,
    ( ~ has_job(X,chef)
    | ~ has_job(Y,operator)
    | husband(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',husband_of_chef_is_operator1) ).

cnf(each_has_maximum_of_two_jobs,hypothesis,
    ( ~ has_job(X,Y)
    | ~ has_job(X,Z)
    | ~ has_job(X,U)
    | equal_jobs(Y,Z)
    | equal_jobs(Y,U)
    | equal_jobs(Z,U) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',each_has_maximum_of_two_jobs) ).

cnf(every_job_is_used,hypothesis,
    ( has_job(roberta,X)
    | has_job(thelma,X)
    | has_job(pete,X)
    | has_job(steve,X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',every_job_is_used) ).

cnf(pete_is_not_educated,hypothesis,
    ~ educated(pete),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pete_is_not_educated) ).

cnf(roberta_is_not_chef,hypothesis,
    ~ has_job(roberta,chef),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',roberta_is_not_chef) ).

cnf(roberta_is_not_boxer,hypothesis,
    ~ has_job(roberta,boxer),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',roberta_is_not_boxer) ).

cnf(roberta_is_not_police,hypothesis,
    ~ has_job(roberta,police),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',roberta_is_not_police) ).

cnf(steve_is_male,hypothesis,
    male(steve),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',steve_is_male) ).

cnf(pete_is_male,hypothesis,
    male(pete),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pete_is_male) ).

cnf(roberta_is_female,hypothesis,
    female(roberta),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',roberta_is_female) ).

cnf(thelma_is_female,hypothesis,
    female(thelma),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',thelma_is_female) ).

cnf(find_who_has_each_job,negated_conjecture,
    ( ~ has_job(X,chef)
    | ~ has_job(Y,guard)
    | ~ has_job(Z,nurse)
    | ~ has_job(U,operator)
    | ~ has_job(V,police)
    | ~ has_job(W,teacher)
    | ~ has_job(X1,actor)
    | ~ has_job(Y1,boxer) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',find_who_has_each_job) ).

cnf(63,plain,
    ~ male(thelma),
    inference('UR-RESOLVE',[status(thm)],[males_are_not_female,thelma_is_female]) ).

cnf(64,plain,
    ~ male(roberta),
    inference('UR-RESOLVE',[status(thm)],[males_are_not_female,roberta_is_female]) ).

cnf(65,plain,
    ~ female(steve),
    inference('UR-RESOLVE',[status(thm)],[males_are_not_female,steve_is_male]) ).

cnf(66,plain,
    ~ female(pete),
    inference('UR-RESOLVE',[status(thm)],[males_are_not_female,pete_is_male]) ).

cnf(67,plain,
    ~ has_job(pete,nurse),
    inference('UR-RESOLVE',[status(thm)],[nurse_is_educated,pete_is_not_educated]) ).

cnf(68,plain,
    ~ has_job(pete,teacher),
    inference('UR-RESOLVE',[status(thm)],[teacher_is_educated,pete_is_not_educated]) ).

cnf(69,plain,
    ~ has_job(pete,police),
    inference('UR-RESOLVE',[status(thm)],[police_is_educated,pete_is_not_educated]) ).

cnf(71,plain,
    ( has_job(roberta,nurse)
    | has_job(steve,nurse) ),
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[nurse_is_male,every_job_is_used]),63,67]) ).

cnf(72,plain,
    ( has_job(roberta,actor)
    | has_job(pete,actor)
    | has_job(steve,actor) ),
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[actor_is_male,every_job_is_used]),63]) ).

cnf(75,plain,
    ( has_job(pete,chef)
    | has_job(steve,chef)
    | has_job(steve,police) ),
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[chef_is_not_also_police,every_job_is_used,every_job_is_used]),69,roberta_is_not_police,roberta_is_not_chef]) ).

cnf(76,plain,
    ( has_job(pete,chef)
    | has_job(steve,chef)
    | has_job(roberta,operator)
    | has_job(pete,operator)
    | has_job(steve,operator)
    | husband(thelma,thelma) ),
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[husband_of_chef_is_operator1,every_job_is_used,every_job_is_used]),roberta_is_not_chef]) ).

cnf(86,plain,
    ~ husband(X,thelma),
    inference('UR-RESOLVE',[status(thm)],[husband_is_male,63]) ).

cnf(87,plain,
    ( has_job(pete,chef)
    | has_job(steve,chef)
    | has_job(roberta,operator)
    | has_job(pete,operator)
    | has_job(steve,operator) ),
    inference('REWRITE',[status(thm)],[76,86]) ).

cnf(88,plain,
    ~ has_job(roberta,actor),
    inference('UR-RESOLVE',[status(thm)],[actor_is_male,64]) ).

cnf(89,plain,
    ( has_job(pete,actor)
    | has_job(steve,actor) ),
    inference('REWRITE',[status(thm)],[72,88]) ).

cnf(90,plain,
    ~ has_job(roberta,nurse),
    inference('UR-RESOLVE',[status(thm)],[nurse_is_male,64]) ).

cnf(91,plain,
    has_job(steve,nurse),
    inference('REWRITE',[status(thm)],[71,90]) ).

cnf(92,plain,
    ~ husband(X,roberta),
    inference('UR-RESOLVE',[status(thm)],[husband_is_male,64]) ).

cnf(94,plain,
    ~ has_job(steve,chef),
    inference('UR-RESOLVE',[status(thm)],[chef_is_female,65]) ).

cnf(95,plain,
    ( has_job(pete,chef)
    | has_job(steve,police) ),
    inference('REWRITE',[status(thm)],[75,94]) ).

cnf(96,plain,
    ( has_job(pete,chef)
    | has_job(roberta,operator)
    | has_job(pete,operator)
    | has_job(steve,operator) ),
    inference('REWRITE',[status(thm)],[87,94]) ).

cnf(98,plain,
    ~ has_job(pete,chef),
    inference('UR-RESOLVE',[status(thm)],[chef_is_female,66]) ).

cnf(99,plain,
    has_job(steve,police),
    inference('REWRITE',[status(thm)],[95,98]) ).

cnf(100,plain,
    ( has_job(roberta,operator)
    | has_job(pete,operator)
    | has_job(steve,operator) ),
    inference('REWRITE',[status(thm)],[96,98]) ).

cnf(103,plain,
    ~ has_job(steve,guard),
    inference('UR-RESOLVE',[status(thm)],[each_has_maximum_of_two_jobs,99,91,guard_not_police,nurse_not_police,guard_not_nurse]) ).

cnf(104,plain,
    ~ has_job(steve,operator),
    inference('UR-RESOLVE',[status(thm)],[each_has_maximum_of_two_jobs,99,91,operator_not_police,nurse_not_police,nurse_not_operator]) ).

cnf(105,plain,
    ( has_job(roberta,operator)
    | has_job(pete,operator) ),
    inference('REWRITE',[status(thm)],[100,104]) ).

cnf(106,plain,
    ~ has_job(steve,actor),
    inference('UR-RESOLVE',[status(thm)],[each_has_maximum_of_two_jobs,99,91,police_not_actor,nurse_not_police,nurse_not_actor]) ).

cnf(107,plain,
    has_job(pete,actor),
    inference('REWRITE',[status(thm)],[89,106]) ).

cnf(108,plain,
    ~ has_job(steve,boxer),
    inference('UR-RESOLVE',[status(thm)],[each_has_maximum_of_two_jobs,99,91,police_not_boxer,nurse_not_police,nurse_not_boxer]) ).

cnf(109,plain,
    ~ has_job(steve,teacher),
    inference('UR-RESOLVE',[status(thm)],[each_has_maximum_of_two_jobs,99,91,police_not_teacher,nurse_not_police,nurse_not_teacher]) ).

cnf(114,plain,
    has_job(thelma,chef),
    inference('UR-RESOLVE',[status(thm)],[every_job_is_used,98,roberta_is_not_chef,94]) ).

cnf(117,plain,
    ~ has_job(roberta,operator),
    inference('UR-RESOLVE',[status(thm)],[husband_of_chef_is_operator1,114,92]) ).

cnf(118,plain,
    has_job(pete,operator),
    inference('REWRITE',[status(thm)],[105,117]) ).

cnf(120,plain,
    ~ has_job(pete,guard),
    inference('UR-RESOLVE',[status(thm)],[each_has_maximum_of_two_jobs,118,107,guard_not_operator,operator_not_actor,guard_not_actor]) ).

cnf(121,plain,
    ~ has_job(pete,boxer),
    inference('UR-RESOLVE',[status(thm)],[each_has_maximum_of_two_jobs,118,107,operator_not_boxer,operator_not_actor,actor_not_boxer]) ).

cnf(125,plain,
    has_job(thelma,boxer),
    inference('UR-RESOLVE',[status(thm)],[every_job_is_used,121,roberta_is_not_boxer,108]) ).

cnf(126,plain,
    ~ has_job(thelma,guard),
    inference('UR-RESOLVE',[status(thm)],[each_has_maximum_of_two_jobs,125,114,guard_not_boxer,chef_not_boxer,chef_not_guard]) ).

cnf(127,plain,
    ~ has_job(thelma,teacher),
    inference('UR-RESOLVE',[status(thm)],[each_has_maximum_of_two_jobs,125,114,boxer_not_teacher,chef_not_boxer,chef_not_teacher]) ).

cnf(133,plain,
    has_job(roberta,guard),
    inference('UR-RESOLVE',[status(thm)],[every_job_is_used,126,120,103]) ).

cnf(134,plain,
    has_job(roberta,teacher),
    inference('UR-RESOLVE',[status(thm)],[every_job_is_used,127,68,109]) ).

cnf(135,plain,
    ~ has_job(X,teacher),
    inference('UR-RESOLVE',[status(thm)],[find_who_has_each_job,133,114,91,118,99,107,125]) ).

cnf(136,plain,
    $false,
    inference('REWRITE',[status(thm)],[134,135]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.11  % Problem  : PUZ019-1 : TPTP v8.1.0. Bugfixed v5.1.0.
% 0.04/0.12  % Command  : run-snark %s %d
% 0.12/0.33  % Computer : n025.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Sat May 28 23:09:11 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.19/0.44  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.45  * 
% 0.19/0.45  * 
% 0.19/0.46  #<PACKAGE "SNARK-USER">
% 0.19/0.46  * 
% 0.19/0.46  SNARK-TPTP-OPTIONS
% 0.19/0.46  * 
% 0.19/0.46  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.19/0.46   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.19/0.46   (USE-FACTORING :POS)
% 0.19/0.46   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.19/0.46   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.19/0.46   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.19/0.46   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.19/0.46   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.19/0.46   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.19/0.46   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.19/0.46   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.19/0.46   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.19/0.46   (DECLARE-TPTP-SYMBOLS2))
% 0.19/0.46  * 
% 0.19/0.46  "."
% 0.19/0.46  * 
% 0.19/0.46  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-05-28T23:09:11
% 0.19/0.46  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n025.cluster.edu at 2022-05-28T23:09:11
% 0.19/0.48  
% 0.19/0.48  ; Recognized commutativity assertion (OR (NOT (|equal_people| ?X ?Y)) (|equal_people| ?Y ?X)).
% 0.19/0.48  ; Recognized commutativity assertion (OR (NOT (|equal_jobs| ?X ?Y)) (|equal_jobs| ?Y ?X)).
% 0.19/0.48  ; Declaring equal_people to be commutative.
% 0.40/0.59  ; Declaring equal_jobs to be commutative.
% 0.40/0.59  
% 0.40/0.59  #||
% 0.40/0.59  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.40/0.59  % SZS output start Refutation
% See solution above
% 0.40/0.60  ||#
% 0.40/0.60  
% 0.40/0.60  ; Summary of computation:
% 0.40/0.60  ;       930 formulas have been input or derived (from 104 formulas).
% 0.40/0.60  ;       136 (15%) were retained.  Of these,
% 0.40/0.60  ;           31 (23%) were simplified or subsumed later,
% 0.40/0.60  ;          105 (77%) are still being kept.
% 0.40/0.60  ; 
% 0.40/0.60  ; Run time in seconds excluding printing time:
% 0.40/0.60  ;     0.007   5%   Read assertion file          (1 call)
% 0.40/0.60  ;     0.001   1%   Assert                       (64 calls)
% 0.40/0.60  ;     0.019  15%   Process new row              (669 calls)
% 0.40/0.60  ;     0.049  38%   Resolution                   (206 calls)
% 0.40/0.60  ;     0.000   0%   Paramodulation               (103 calls)
% 0.40/0.60  ;     0.000   0%   Factoring                    (5 calls)
% 0.40/0.60  ;     0.004   3%   Condensing                   (73 calls)
% 0.40/0.60  ;     0.003   2%   Forward subsumption          (73 calls)
% 0.40/0.60  ;     0.000   0%   Backward subsumption         (50 calls)
% 0.40/0.60  ;     0.001   1%   Clause clause subsumption    (35 calls)
% 0.40/0.60  ;     0.019  15%   Forward simplification       (669 calls)
% 0.40/0.60  ;     0.003   2%   Backward simplification      (136 calls)
% 0.40/0.60  ;     0.001   1%   Ordering                     (315 calls)
% 0.40/0.60  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.40/0.60  ;     0.000   0%   Purity testing               (1 call)
% 0.40/0.60  ;     0.023  18%   Other
% 0.40/0.60  ;     0.130        Total
% 0.40/0.60  ;     0.135        Real time
% 0.40/0.60  ; 
% 0.40/0.60  ; Term-hash-array has 142 terms in all.
% 0.40/0.60  ; Feature-vector-row-index has 23 entries (31 at peak, 50 added, 27 deleted).
% 0.40/0.60  ; Feature-vector-row-index has 105 nodes (161 at peak, 327 added, 222 deleted).
% 0.40/0.60  ;  Retrieved 39 possibly forward subsuming rows in 73 calls.
% 0.40/0.60  ;  Retrieved 3 possibly backward subsumed rows in 50 calls.
% 0.40/0.60  ; Path-index has 140 entries (151 at peak, 201 added, 61 deleted).
% 0.40/0.60  ; Path-index has 76 nodes (76 at peak, 79 added, 3 deleted).
% 0.40/0.60  ; Trie-index has 140 entries (151 at peak, 201 added, 61 deleted).
% 0.40/0.60  ; Trie-index has 143 nodes (148 at peak, 199 added, 56 deleted).
% 0.40/0.60  ; Retrieved 3,047 generalization terms in 4,384 calls.
% 0.40/0.60  ; Retrieved 91 instance terms in 85 calls.
% 0.40/0.60  ; Retrieved 17,597 unifiable terms in 2,334 calls.
% 0.40/0.60  ; 
% 0.40/0.60  ; The agenda of backward simplifiable rows to process has 1 entry:
% 0.40/0.60  ;     1 with value 0
% 0.40/0.60  ; The agenda of rows to process has 145 entries:
% 0.40/0.60  ;    10 with value 10              6 with value 46               6 with value 78
% 0.40/0.60  ;     1 with value 18             20 with value 54              15 with value 82
% 0.40/0.60  ;     1 with value 22             15 with value 58               1 with value 90
% 0.40/0.60  ;     6 with value 30             15 with value 66               6 with value 94
% 0.40/0.60  ;     1 with value 34             20 with value 70               1 with value 106
% 0.40/0.60  ;    21 with value 42
% 0.40/0.60  ; The agenda of rows to give has 8 entries:
% 0.40/0.60  ;     1 with value (4 10)          1 with value (4 37)           1 with value (4 49)
% 0.40/0.60  ;     1 with value (4 24)          2 with value (4 40)           1 with value (4 61)
% 0.40/0.60  ;     1 with value (4 32)
% 0.40/0.60  Evaluation took:
% 0.40/0.60    0.135 seconds of real time
% 0.40/0.60    0.12182 seconds of user run time
% 0.40/0.60    0.013886 seconds of system run time
% 0.40/0.60    0 calls to %EVAL
% 0.40/0.60    0 page faults and
% 0.40/0.60    11,371,208 bytes consed.
% 0.40/0.60  :PROOF-FOUND
% 0.40/0.60  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-05-28T23:09:11
% 0.40/0.60  :PROOF-FOUND
% 0.40/0.60  * 
%------------------------------------------------------------------------------