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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : PUZ012-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n029.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:08 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ( ~ contains(boxa,bananas)
    | ~ contains(boxc,oranges) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_boxa_contains_bananas_and_boxc_oranges)]) ).

cnf(g1,plain,
    ( contains(boxa,bananas)
    | contains(boxb,bananas)
    | contains(boxc,bananas) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',each_thing_is_in_a_box)]) ).

cnf(g2,plain,
    ( contains(boxa,oranges)
    | contains(boxb,oranges)
    | contains(boxc,oranges) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',each_thing_is_in_a_box)]) ).

cnf(g3,plain,
    ( ~ label(boxc,bananas)
    | ~ contains(boxc,bananas) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',label_is_wrong)]) ).

cnf(g4,plain,
    ( ~ contains(boxa,bananas)
    | ~ contains(boxa,oranges)
    | equal_fruits(bananas,oranges) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',contains_is_well_defined1)]) ).

cnf(g5,plain,
    ~ equal_fruits(bananas,oranges),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',bananas_not_oranges)]) ).

cnf(g6,plain,
    label(boxc,bananas),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',boxc_labelled_bananas)]) ).

cnf(g7,plain,
    ( ~ contains(boxb,apples)
    | ~ contains(boxb,bananas)
    | equal_fruits(apples,bananas) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',contains_is_well_defined1)]) ).

cnf(g8,plain,
    ~ equal_fruits(apples,bananas),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',apples_not_bananas)]) ).

cnf(g9,plain,
    contains(boxb,apples),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',boxb_contains_apples)]) ).

cnf(g10,plain,
    ( ~ label(boxb,oranges)
    | ~ contains(boxb,oranges) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',label_is_wrong)]) ).

cnf(g11,plain,
    label(boxb,oranges),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',boxb_labelled_oranges)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : PUZ012-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.03/0.13  % Command  : satcop --statistics %s
% 0.13/0.33  % Computer : n029.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 : Sun May 29 03:16:58 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % symbols: 12
% 0.13/0.34  % clauses: 18
% 0.13/0.34  % start clauses: 1
% 0.13/0.34  % iterative deepening steps: 67
% 0.13/0.34  % maximum path limit: 4
% 0.13/0.34  % literal attempts: 1281
% 0.13/0.34  % depth failures: 321
% 0.13/0.34  % regularity failures: 20
% 0.13/0.34  % tautology failures: 0
% 0.13/0.34  % reductions: 382
% 0.13/0.34  % extensions: 842
% 0.13/0.34  % SAT variables: 268
% 0.13/0.34  % SAT clauses: 379
% 0.13/0.34  % WalkSAT solutions: 371
% 0.13/0.34  % CDCL solutions: 0
% 0.13/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.13/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------