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

View Problem - Process Solution

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

% Computer : n019.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.14s 0.36s
% Output   : Proof 0.14s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

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

cnf(g1,plain,
    ( ~ sunshine
    | ~ foggy
    | cold
    | window_is_shut ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c7)]) ).

cnf(g2,plain,
    ( ~ sunshine
    | foggy ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c9)]) ).

cnf(g3,plain,
    ( ~ wind_in_east
    | sunshine ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c1)]) ).

cnf(g4,plain,
    wind_in_east,
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c12)]) ).

cnf(g5,plain,
    ( ~ cold
    | ~ i_feel_rheumatic
    | fire_is_lit ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c4)]) ).

cnf(g6,plain,
    ( ~ wind_in_east
    | ~ foggy
    | i_feel_rheumatic ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c11)]) ).

cnf(g7,plain,
    ( ~ i_feel_rheumatic
    | ~ fire_is_lit
    | door_is_open
    | wind_in_gusts ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c8)]) ).

cnf(g8,plain,
    ( ~ cold
    | ~ foggy
    | neighbor_practices_flute ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c2)]) ).

cnf(g9,plain,
    ( ~ neighbor_practices_flute
    | ~ door_is_open ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c10)]) ).

cnf(g10,plain,
    ( ~ fire_smokes
    | door_is_open ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c3)]) ).

cnf(g11,plain,
    ( ~ wind_in_east
    | ~ wind_in_gusts
    | fire_smokes ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c5)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : PUZ033-1 : TPTP v8.1.0. Released v1.0.0.
% 0.08/0.14  % Command  : satcop --statistics %s
% 0.14/0.35  % Computer : n019.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Sat May 28 23:56:26 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.14/0.36  % symbols: 14
% 0.14/0.36  % clauses: 13
% 0.14/0.36  % start clauses: 1
% 0.14/0.36  % iterative deepening steps: 51
% 0.14/0.36  % maximum path limit: 4
% 0.14/0.36  % literal attempts: 232
% 0.14/0.36  % depth failures: 67
% 0.14/0.36  % regularity failures: 0
% 0.14/0.36  % tautology failures: 0
% 0.14/0.36  % reductions: 0
% 0.14/0.36  % extensions: 186
% 0.14/0.36  % SAT variables: 79
% 0.14/0.36  % SAT clauses: 87
% 0.14/0.36  % WalkSAT solutions: 79
% 0.14/0.36  % CDCL solutions: 0
% 0.14/0.36  % SZS status Unsatisfiable for theBenchmark
% 0.14/0.36  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------