TSTP Solution File: PUZ031-1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : PUZ031-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

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

% Result   : Unsatisfiable 0.19s 0.34s
% Output   : Proof 0.19s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    grain(a_grain),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',there_is_a_grain)]) ).

cnf(g1,plain,
    bird(a_bird),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',there_is_a_bird)]) ).

cnf(g2,plain,
    ( ~ snail(a_snail)
    | eats(a_snail,snail_food_of(a_snail)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',snail_eats_snail_food)]) ).

cnf(g3,plain,
    snail(a_snail),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',there_is_a_snail)]) ).

cnf(g4,plain,
    ( ~ wolf(a_wolf)
    | animal(a_wolf) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wolf_is_an_animal)]) ).

cnf(g5,plain,
    wolf(a_wolf),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',there_is_a_wolf)]) ).

cnf(g6,plain,
    ( ~ snail(a_snail)
    | animal(a_snail) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',snail_is_an_animal)]) ).

cnf(g7,plain,
    ( ~ bird(a_bird)
    | animal(a_bird) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bird_is_an_animal)]) ).

cnf(g8,plain,
    ( ~ fox(a_fox)
    | animal(a_fox) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fox_is_an_animal)]) ).

cnf(g9,plain,
    fox(a_fox),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',there_is_a_fox)]) ).

cnf(g10,plain,
    ( ~ animal(a_fox)
    | ~ animal(a_bird)
    | ~ grain(a_grain)
    | ~ eats(a_fox,a_bird)
    | ~ eats(a_bird,a_grain) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_the_animal_exists)]) ).

cnf(g11,plain,
    ( ~ fox(a_fox)
    | ~ bird(a_bird)
    | much_smaller(a_bird,a_fox) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bird_smaller_than_fox)]) ).

cnf(g12,plain,
    ( ~ grain(a_grain)
    | plant(a_grain) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',grain_is_a_plant)]) ).

cnf(g13,plain,
    ( ~ snail(a_snail)
    | plant(snail_food_of(a_snail)) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',snail_food_is_a_plant)]) ).

cnf(g14,plain,
    ( ~ wolf(a_wolf)
    | ~ fox(a_fox)
    | much_smaller(a_fox,a_wolf) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fox_smaller_than_wolf)]) ).

cnf(g15,plain,
    ( ~ bird(a_bird)
    | ~ snail(a_snail)
    | much_smaller(a_snail,a_bird) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',snail_smaller_than_bird)]) ).

cnf(g16,plain,
    ( ~ bird(a_bird)
    | ~ snail(a_snail)
    | ~ eats(a_bird,a_snail) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bird_dont_eat_snail)]) ).

cnf(g17,plain,
    ( ~ animal(a_bird)
    | ~ animal(a_snail)
    | ~ plant(a_grain)
    | ~ plant(snail_food_of(a_snail))
    | ~ eats(a_snail,snail_food_of(a_snail))
    | ~ much_smaller(a_snail,a_bird)
    | eats(a_bird,a_grain)
    | eats(a_bird,a_snail) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',eating_habits)]) ).

cnf(g18,plain,
    ( ~ animal(a_fox)
    | ~ animal(a_bird)
    | ~ plant(a_grain)
    | ~ plant(a_grain)
    | ~ eats(a_bird,a_grain)
    | ~ much_smaller(a_bird,a_fox)
    | eats(a_fox,a_grain)
    | eats(a_fox,a_bird) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',eating_habits)]) ).

cnf(g19,plain,
    ( ~ animal(a_wolf)
    | ~ animal(a_fox)
    | ~ grain(a_grain)
    | ~ eats(a_wolf,a_fox)
    | ~ eats(a_fox,a_grain) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_the_animal_exists)]) ).

cnf(g20,plain,
    ( ~ animal(a_wolf)
    | ~ animal(a_fox)
    | ~ plant(a_grain)
    | ~ plant(a_grain)
    | ~ eats(a_fox,a_grain)
    | ~ much_smaller(a_fox,a_wolf)
    | eats(a_wolf,a_grain)
    | eats(a_wolf,a_fox) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',eating_habits)]) ).

cnf(g21,plain,
    ( ~ wolf(a_wolf)
    | ~ grain(a_grain)
    | ~ eats(a_wolf,a_grain) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wolf_dont_eat_grain)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.01/0.11  % Problem  : PUZ031-1 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command  : satcop --statistics %s
% 0.13/0.33  % Computer : n021.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 22:19:57 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.19/0.34  % symbols: 20
% 0.19/0.34  % clauses: 26
% 0.19/0.34  % start clauses: 1
% 0.19/0.34  % iterative deepening steps: 400
% 0.19/0.34  % maximum path limit: 11
% 0.19/0.34  % literal attempts: 10432
% 0.19/0.34  % depth failures: 2150
% 0.19/0.34  % regularity failures: 1
% 0.19/0.34  % tautology failures: 13
% 0.19/0.34  % reductions: 30
% 0.19/0.34  % extensions: 10030
% 0.19/0.34  % SAT variables: 2062
% 0.19/0.34  % SAT clauses: 5192
% 0.19/0.34  % WalkSAT solutions: 5189
% 0.19/0.34  % CDCL solutions: 0
% 0.19/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.19/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------