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

View Problem - Process Solution

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

% Computer : n024.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.18s 0.49s
% Output   : Refutation 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   14
% Syntax   : Number of clauses     :   24 (  13 unt;   4 nHn;  23 RR)
%            Number of literals    :   45 (   0 equ;  21 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :   14 (  13 usr;   1 prp; 0-1 aty)
%            Number of functors    :    1 (   1 usr;   1 con; 0-0 aty)
%            Number of variables   :   10 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(boring_old_people,axiom,
    ( dances_on_tightropes(X)
    | eats_pennybuns(X)
    | old(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',boring_old_people) ).

cnf(giddy_pigs_reated_with_respect,axiom,
    ( ~ pig(X)
    | ~ liable_to_giddiness(X)
    | treated_with_respect(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',giddy_pigs_reated_with_respect) ).

cnf(wise_ballonists_have_umbrellas,axiom,
    ( ~ wise(X)
    | ~ balloonist(X)
    | has_umbrella(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',wise_ballonists_have_umbrellas) ).

cnf(dont_look_ridiculous_eating_buns_in_public,axiom,
    ( ~ looks_ridiculous(X)
    | ~ eats_pennybuns(X)
    | ~ eats_lunch_in_public(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dont_look_ridiculous_eating_buns_in_public) ).

cnf(young_balloonists_get_giddy,axiom,
    ( ~ balloonist(X)
    | ~ young(X)
    | liable_to_giddiness(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',young_balloonists_get_giddy) ).

cnf(fat_ridiculous_off_tightrope_eat_in_public,axiom,
    ( ~ fat(X)
    | ~ looks_ridiculous(X)
    | dances_on_tightropes(X)
    | eats_lunch_in_public(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fat_ridiculous_off_tightrope_eat_in_public) ).

cnf(wise_giddy_dont_dance_on_tightrope,axiom,
    ( ~ liable_to_giddiness(X)
    | ~ wise(X)
    | ~ dances_on_tightropes(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',wise_giddy_dont_dance_on_tightrope) ).

cnf(pigs_look_ridiculous_with_umbrellas,axiom,
    ( ~ pig(X)
    | ~ has_umbrella(X)
    | looks_ridiculous(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pigs_look_ridiculous_with_umbrellas) ).

cnf(non_dancers_who_are_respected_are_fat,axiom,
    ( dances_on_tightropes(X)
    | ~ treated_with_respect(X)
    | fat(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',non_dancers_who_are_respected_are_fat) ).

cnf(not_young_and_old,axiom,
    ( ~ young(X)
    | ~ old(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_young_and_old) ).

cnf(piggy_is_wise,hypothesis,
    wise(piggy),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',piggy_is_wise) ).

cnf(piggy_is_young,hypothesis,
    young(piggy),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',piggy_is_young) ).

cnf(piggy_is_a_pig,hypothesis,
    pig(piggy),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',piggy_is_a_pig) ).

cnf(prove_piggy_is_no_balloonist,negated_conjecture,
    balloonist(piggy),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_piggy_is_no_balloonist) ).

cnf(17,plain,
    ( dances_on_tightropes(piggy)
    | eats_pennybuns(piggy) ),
    inference('HYPERRESOLVE',[status(thm)],[not_young_and_old,boring_old_people,piggy_is_young]) ).

cnf(18,plain,
    has_umbrella(piggy),
    inference('HYPERRESOLVE',[status(thm)],[wise_ballonists_have_umbrellas,piggy_is_wise,prove_piggy_is_no_balloonist]) ).

cnf(19,plain,
    liable_to_giddiness(piggy),
    inference('HYPERRESOLVE',[status(thm)],[young_balloonists_get_giddy,prove_piggy_is_no_balloonist,piggy_is_young]) ).

cnf(20,plain,
    looks_ridiculous(piggy),
    inference('HYPERRESOLVE',[status(thm)],[pigs_look_ridiculous_with_umbrellas,18,piggy_is_a_pig]) ).

cnf(21,plain,
    treated_with_respect(piggy),
    inference('HYPERRESOLVE',[status(thm)],[giddy_pigs_reated_with_respect,19,piggy_is_a_pig]) ).

cnf(22,plain,
    ~ dances_on_tightropes(piggy),
    inference('UR-RESOLVE',[status(thm)],[wise_giddy_dont_dance_on_tightrope,19,piggy_is_wise]) ).

cnf(23,plain,
    eats_pennybuns(piggy),
    inference('REWRITE',[status(thm)],[17,22]) ).

cnf(24,plain,
    ~ eats_lunch_in_public(piggy),
    inference('UR-RESOLVE',[status(thm)],[dont_look_ridiculous_eating_buns_in_public,20,23]) ).

cnf(25,plain,
    fat(piggy),
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[non_dancers_who_are_respected_are_fat,21]),22]) ).

cnf(26,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[fat_ridiculous_off_tightrope_eat_in_public,24,20,22]),25]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : PUZ029-1 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command  : run-snark %s %d
% 0.12/0.33  % Computer : n024.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 20:30:06 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.44  /export/starexec/sandbox/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/sandbox/benchmark/theBenchmark.p 2022-05-28T20:30:07
% 0.18/0.46  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n024.cluster.edu at 2022-05-28T20:30:07
% 0.18/0.49  
% 0.18/0.49  
% 0.18/0.49  #||
% 0.18/0.49  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.18/0.49  % SZS output start Refutation
% See solution above
% 0.18/0.49  ||#
% 0.18/0.49  
% 0.18/0.49  ; Summary of computation:
% 0.18/0.49  ;        36 formulas have been input or derived (from 24 formulas).
% 0.18/0.49  ;        26 (72%) were retained.  Of these,
% 0.18/0.49  ;            1 ( 4%) were simplified or subsumed later,
% 0.18/0.49  ;           25 (96%) are still being kept.
% 0.18/0.49  ; 
% 0.18/0.49  ; Run time in seconds excluding printing time:
% 0.18/0.49  ;     0.002   7%   Read assertion file          (1 call)
% 0.18/0.49  ;     0.001   4%   Assert                       (15 calls)
% 0.18/0.49  ;     0.001   4%   Process new row              (33 calls)
% 0.18/0.49  ;     0.000   0%   Resolution                   (46 calls)
% 0.18/0.49  ;     0.000   0%   Paramodulation               (23 calls)
% 0.18/0.49  ;     0.000   0%   Factoring                    (2 calls)
% 0.18/0.49  ;     0.001   4%   Condensing                   (14 calls)
% 0.18/0.49  ;     0.000   0%   Forward subsumption          (14 calls)
% 0.18/0.49  ;     0.000   0%   Backward subsumption         (12 calls)
% 0.18/0.49  ;     0.000   0%   Clause clause subsumption    (2 calls)
% 0.18/0.49  ;     0.000   0%   Forward simplification       (33 calls)
% 0.18/0.49  ;     0.001   4%   Backward simplification      (26 calls)
% 0.18/0.49  ;     0.000   0%   Ordering                     (7 calls)
% 0.18/0.49  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.18/0.49  ;     0.000   0%   Purity testing               (1 call)
% 0.18/0.49  ;     0.022  79%   Other
% 0.18/0.49  ;     0.028        Total
% 0.18/0.49  ;     0.030        Real time
% 0.18/0.49  ; 
% 0.18/0.49  ; Term-hash-array has 26 terms in all.
% 0.18/0.49  ; Feature-vector-row-index has 11 entries (12 at peak, 12 added, 1 deleted).
% 0.18/0.49  ; Feature-vector-row-index has 30 nodes (35 at peak, 35 added, 5 deleted).
% 0.18/0.49  ;  Retrieved 3 possibly forward subsuming rows in 14 calls.
% 0.18/0.49  ;  Retrieved 1 possibly backward subsumed row in 12 calls.
% 0.18/0.49  ; Path-index has 27 entries (27 at peak, 28 added, 1 deleted).
% 0.18/0.49  ; Path-index has 41 nodes (41 at peak, 42 added, 1 deleted).
% 0.18/0.49  ; Trie-index has 27 entries (27 at peak, 28 added, 1 deleted).
% 0.18/0.49  ; Trie-index has 41 nodes (41 at peak, 42 added, 1 deleted).
% 0.18/0.49  ; Retrieved 8 generalization terms in 9 calls.
% 0.18/0.49  ; Retrieved 13 instance terms in 13 calls.
% 0.18/0.49  ; Retrieved 164 unifiable terms in 142 calls.
% 0.18/0.49  ; 
% 0.18/0.49  ; The agenda of rows to give has 1 entry:
% 0.18/0.49  ;     1 with value (4 6)
% 0.18/0.49  Evaluation took:
% 0.18/0.49    0.031 seconds of real time
% 0.18/0.49    0.023043 seconds of user run time
% 0.18/0.49    0.007913 seconds of system run time
% 0.18/0.49    0 calls to %EVAL
% 0.18/0.49    0 page faults and
% 0.18/0.49    2,595,944 bytes consed.
% 0.18/0.49  :PROOF-FOUND
% 0.18/0.49  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-05-28T20:30:07
% 0.18/0.49  :PROOF-FOUND
% 0.18/0.49  * 
%------------------------------------------------------------------------------