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

View Problem - Process Solution

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

% Computer : n026.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 17:31:55 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    differ(c,table),
    inference(ground_cnf,[],[file('Axioms/PLA001-1.ax',differ_c_table)]) ).

cnf(g1,plain,
    ~ holds(on(c,table),do(putdown(c,table),do(pickup(c),s0))),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_CTable)]) ).

cnf(g2,plain,
    ( ~ holds(holding(c),do(pickup(c),s0))
    | ~ holds(clear(table),do(pickup(c),s0))
    | holds(on(c,table),do(putdown(c,table),do(pickup(c),s0))) ),
    inference(ground_cnf,[],[file('Axioms/PLA001-0.ax',putdown_2)]) ).

cnf(g3,plain,
    ( ~ holds(empty,s0)
    | ~ holds(clear(c),s0)
    | ~ differ(c,table)
    | holds(holding(c),do(pickup(c),s0)) ),
    inference(ground_cnf,[],[file('Axioms/PLA001-0.ax',pickup_1)]) ).

cnf(g4,plain,
    holds(clear(c),s0),
    inference(ground_cnf,[],[file('Axioms/PLA001-1.ax',initial_state7)]) ).

cnf(g5,plain,
    holds(empty,s0),
    inference(ground_cnf,[],[file('Axioms/PLA001-1.ax',initial_state8)]) ).

cnf(g6,plain,
    holds(clear(table),do(pickup(c),s0)),
    inference(ground_cnf,[],[file('Axioms/PLA001-1.ax',clear_table)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : PLA006-1 : TPTP v8.1.0. Released v1.1.0.
% 0.07/0.12  % Command  : satcop --statistics %s
% 0.12/0.33  % Computer : n026.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 : Tue May 31 23:51:56 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  % symbols: 18
% 0.12/0.34  % clauses: 31
% 0.12/0.34  % start clauses: 1
% 0.12/0.34  % iterative deepening steps: 45
% 0.12/0.34  % maximum path limit: 2
% 0.12/0.34  % literal attempts: 476
% 0.12/0.34  % depth failures: 279
% 0.12/0.34  % regularity failures: 0
% 0.12/0.34  % tautology failures: 0
% 0.12/0.34  % reductions: 0
% 0.12/0.34  % extensions: 432
% 0.12/0.34  % SAT variables: 364
% 0.12/0.34  % SAT clauses: 467
% 0.12/0.34  % WalkSAT solutions: 459
% 0.12/0.34  % CDCL solutions: 0
% 0.12/0.34  % SZS status Unsatisfiable for theBenchmark
% 0.12/0.34  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------