TSTP Solution File: PLA022-2 by SATCoP---0.1

View Problem - Process Solution

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

% Computer : n032.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:58 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    holds(on(c,d),s0),
    inference(ground_cnf,[],[file('Axioms/PLA001-1.ax',initial_state3)]) ).

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

cnf(g2,plain,
    ( ~ differ(a,c)
    | differ(c,a) ),
    inference(ground_cnf,[],[file('Axioms/PLA001-1.ax',symmetry_of_differ)]) ).

cnf(g3,plain,
    differ(a,c),
    inference(ground_cnf,[],[file('Axioms/PLA001-1.ax',differ_a_c)]) ).

cnf(g4,plain,
    ~ holds(and(on(a,c),on(c,d)),do(putdown(a,c),do(pickup(a),s0))),
    inference(ground_cnf,[],[file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_ACD)]) ).

cnf(g5,plain,
    ( ~ holds(on(a,c),do(putdown(a,c),do(pickup(a),s0)))
    | ~ holds(on(c,d),do(putdown(a,c),do(pickup(a),s0)))
    | holds(and(on(a,c),on(c,d)),do(putdown(a,c),do(pickup(a),s0))) ),
    inference(ground_cnf,[],[file('Axioms/PLA001-0.ax',and_definition)]) ).

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

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

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

cnf(g9,plain,
    holds(clear(a),s0),
    inference(ground_cnf,[],[file('Axioms/PLA001-1.ax',initial_state5)]) ).

cnf(g10,plain,
    differ(a,table),
    inference(ground_cnf,[],[file('Axioms/PLA001-1.ax',differ_a_table)]) ).

cnf(g11,plain,
    ( ~ holds(clear(c),s0)
    | ~ differ(c,a)
    | holds(clear(c),do(pickup(a),s0)) ),
    inference(ground_cnf,[],[file('Axioms/PLA001-0.ax',pickup_4)]) ).

cnf(g12,plain,
    ( ~ holds(on(c,d),do(pickup(a),s0))
    | holds(on(c,d),do(putdown(a,c),do(pickup(a),s0))) ),
    inference(ground_cnf,[],[file('Axioms/PLA001-0.ax',putdown_4)]) ).

cnf(g13,plain,
    ( ~ holds(on(c,d),s0)
    | ~ differ(c,a)
    | holds(on(c,d),do(pickup(a),s0)) ),
    inference(ground_cnf,[],[file('Axioms/PLA001-0.ax',pickup_3)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.09  % Problem  : PLA022-2 : TPTP v8.1.0. Released v1.1.0.
% 0.03/0.10  % Command  : satcop --statistics %s
% 0.10/0.29  % Computer : n032.cluster.edu
% 0.10/0.29  % Model    : x86_64 x86_64
% 0.10/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.29  % Memory   : 8042.1875MB
% 0.10/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.29  % CPULimit : 300
% 0.10/0.29  % WCLimit  : 600
% 0.10/0.29  % DateTime : Tue May 31 19:02:28 EDT 2022
% 0.10/0.29  % CPUTime  : 
% 0.10/0.30  % symbols: 18
% 0.10/0.30  % clauses: 31
% 0.10/0.30  % start clauses: 1
% 0.10/0.30  % iterative deepening steps: 103
% 0.10/0.30  % maximum path limit: 7
% 0.10/0.30  % literal attempts: 928
% 0.10/0.30  % depth failures: 362
% 0.10/0.30  % regularity failures: 3
% 0.10/0.30  % tautology failures: 1
% 0.10/0.30  % reductions: 0
% 0.10/0.30  % extensions: 830
% 0.10/0.30  % SAT variables: 1510
% 0.10/0.30  % SAT clauses: 1376
% 0.10/0.30  % WalkSAT solutions: 1370
% 0.10/0.30  % CDCL solutions: 0
% 0.10/0.30  % SZS status Unsatisfiable for theBenchmark
% 0.10/0.30  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------