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

View Problem - Process Solution

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

% Computer : n020.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.15s 0.37s
% Output   : Proof 0.15s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    balloonist(piggy),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_piggy_is_no_balloonist)]) ).

cnf(g1,plain,
    ( ~ balloonist(piggy)
    | ~ young(piggy)
    | liable_to_giddiness(piggy) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',young_balloonists_get_giddy)]) ).

cnf(g2,plain,
    ( ~ wise(piggy)
    | ~ balloonist(piggy)
    | has_umbrella(piggy) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',wise_ballonists_have_umbrellas)]) ).

cnf(g3,plain,
    wise(piggy),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',piggy_is_wise)]) ).

cnf(g4,plain,
    ( ~ pig(piggy)
    | ~ has_umbrella(piggy)
    | looks_ridiculous(piggy) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',pigs_look_ridiculous_with_umbrellas)]) ).

cnf(g5,plain,
    young(piggy),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',piggy_is_young)]) ).

cnf(g6,plain,
    ( ~ pig(piggy)
    | ~ liable_to_giddiness(piggy)
    | treated_with_respect(piggy) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',giddy_pigs_reated_with_respect)]) ).

cnf(g7,plain,
    ( ~ dances_on_tightropes(piggy)
    | ~ liable_to_giddiness(piggy)
    | ~ wise(piggy) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',wise_giddy_dont_dance_on_tightrope)]) ).

cnf(g8,plain,
    pig(piggy),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',piggy_is_a_pig)]) ).

cnf(g9,plain,
    ( ~ treated_with_respect(piggy)
    | dances_on_tightropes(piggy)
    | fat(piggy) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',non_dancers_who_are_respected_are_fat)]) ).

cnf(g10,plain,
    ( ~ looks_ridiculous(piggy)
    | ~ fat(piggy)
    | dances_on_tightropes(piggy)
    | eats_lunch_in_public(piggy) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',fat_ridiculous_off_tightrope_eat_in_public)]) ).

cnf(g11,plain,
    ( dances_on_tightropes(piggy)
    | eats_pennybuns(piggy)
    | old(piggy) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',boring_old_people)]) ).

cnf(g12,plain,
    ( ~ eats_pennybuns(piggy)
    | ~ looks_ridiculous(piggy)
    | ~ eats_lunch_in_public(piggy) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',dont_look_ridiculous_eating_buns_in_public)]) ).

cnf(g13,plain,
    ( ~ old(piggy)
    | ~ young(piggy) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_young_and_old)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.14  % Problem  : PUZ029-1 : TPTP v8.1.0. Released v1.0.0.
% 0.04/0.14  % Command  : satcop --statistics %s
% 0.15/0.36  % Computer : n020.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 600
% 0.15/0.36  % DateTime : Sat May 28 20:29:54 EDT 2022
% 0.15/0.36  % CPUTime  : 
% 0.15/0.37  % symbols: 16
% 0.15/0.37  % clauses: 15
% 0.15/0.37  % start clauses: 1
% 0.15/0.37  % iterative deepening steps: 51
% 0.15/0.37  % maximum path limit: 4
% 0.15/0.37  % literal attempts: 437
% 0.15/0.37  % depth failures: 187
% 0.15/0.37  % regularity failures: 1
% 0.15/0.37  % tautology failures: 0
% 0.15/0.37  % reductions: 0
% 0.15/0.37  % extensions: 390
% 0.15/0.37  % SAT variables: 91
% 0.15/0.37  % SAT clauses: 103
% 0.15/0.37  % WalkSAT solutions: 96
% 0.15/0.37  % CDCL solutions: 0
% 0.15/0.37  % SZS status Unsatisfiable for theBenchmark
% 0.15/0.37  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------