TSTP Solution File: PLA029-1 by SPASS---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SPASS---3.9
% Problem  : PLA029-1 : TPTP v8.1.0. Released v2.5.0.
% Transfm  : none
% Format   : tptp
% Command  : run_spass %d %s

% Computer : n028.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:32:23 EDT 2022

% Result   : Satisfiable 0.20s 0.42s
% Output   : Saturation 0.20s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(3,axiom,
    ( ~ holds(empty,u)
    | ~ holds(clear(v),u)
    | ~ holds(on(v,w),u)
    | holds(clear(w),do(pickup(v),u)) ),
    file('PLA029-1.p',unknown),
    [] ).

cnf(2,axiom,
    ( ~ differ(u,table)
    | ~ holds(empty,v)
    | ~ holds(clear(u),v)
    | holds(holding(u),do(pickup(u),v)) ),
    file('PLA029-1.p',unknown),
    [] ).

cnf(7,axiom,
    ( ~ holds(clear(u),v)
    | ~ holds(holding(w),v)
    | holds(on(w,u),do(putdown(w,u),v)) ),
    file('PLA029-1.p',unknown),
    [] ).

cnf(4,axiom,
    ( ~ differ(u,v)
    | ~ holds(on(u,w),x)
    | holds(on(u,w),do(pickup(v),x)) ),
    file('PLA029-1.p',unknown),
    [] ).

cnf(8,axiom,
    ( ~ holds(clear(u),v)
    | ~ holds(holding(w),v)
    | holds(clear(w),do(putdown(w,u),v)) ),
    file('PLA029-1.p',unknown),
    [] ).

cnf(10,axiom,
    ( ~ differ(u,v)
    | ~ holds(clear(u),w)
    | holds(clear(u),do(putdown(x,v),w)) ),
    file('PLA029-1.p',unknown),
    [] ).

cnf(6,axiom,
    ( ~ holds(clear(u),v)
    | ~ holds(holding(w),v)
    | holds(empty,do(putdown(w,u),v)) ),
    file('PLA029-1.p',unknown),
    [] ).

cnf(5,axiom,
    ( ~ differ(u,v)
    | ~ holds(clear(u),w)
    | holds(clear(u),do(pickup(v),w)) ),
    file('PLA029-1.p',unknown),
    [] ).

cnf(9,axiom,
    ( ~ holds(on(u,v),w)
    | holds(on(u,v),do(putdown(x,y),w)) ),
    file('PLA029-1.p',unknown),
    [] ).

cnf(1,axiom,
    ( ~ holds(u,v)
    | ~ holds(w,v)
    | holds(and__dfg(w,u),v) ),
    file('PLA029-1.p',unknown),
    [] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : PLA029-1 : TPTP v8.1.0. Released v2.5.0.
% 0.07/0.13  % Command  : run_spass %d %s
% 0.13/0.34  % Computer : n028.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Tue May 31 20:05:51 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.20/0.42  
% 0.20/0.42  SPASS V 3.9 
% 0.20/0.42  SPASS beiseite: Completion found.
% 0.20/0.42  % SZS status CounterSatisfiable
% 0.20/0.42  Problem: /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.20/0.42  SPASS derived 0 clauses, backtracked 0 clauses, performed 0 splits and kept 10 clauses.
% 0.20/0.42  SPASS allocated 63098 KBytes.
% 0.20/0.42  SPASS spent	0:00:00.06 on the problem.
% 0.20/0.42  		0:00:00.04 for the input.
% 0.20/0.42  		0:00:00.00 for the FLOTTER CNF translation.
% 0.20/0.42  		0:00:00.00 for inferences.
% 0.20/0.42  		0:00:00.00 for the backtracking.
% 0.20/0.42  		0:00:00.00 for the reduction.
% 0.20/0.42  
% 0.20/0.42  
% 0.20/0.42   The saturated set of worked-off clauses is :
% 0.20/0.42  % SZS output start Saturation
% See solution above
%------------------------------------------------------------------------------