TMTP Model File: PLA029-1.007-Sat

View Problem - Process Model

%------------------------------------------------------------------------------
% File       : Vampire---4.0
% Problem    : PLA029-1 : TPTP v6.2.0. Released v2.5.0.
% Transform  : none
% Format     : tptp:raw
% Command    : vampire --mode casc -t %d %s

% Computer   : n158.star.cs.uiowa.edu
% Model      : x86_64 x86_64
% CPU        : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory     : 32286.75MB
% OS         : Linux 2.6.32-504.23.4.el6.x86_64
% CPULimit   : 300s
% DateTime   : Thu Jul  9 22:20:57 EDT 2015

% Result     : Satisfiable 0.02s
% Output     : Saturation 0.02s
% Verified   : 
% Statistics : Number of clauses        :   10 (  10 expanded)
%              Number of leaves         :   10 (  10 expanded)
%              Depth                    :    0
%              Number of atoms          :   31 (  31 expanded)
%              Number of equality atoms :    0 (   0 expanded)
%              Maximal clause size      :    4 (   3 average)
%              Maximal term depth       :    3 (   2 average)

% Comments   : 
%------------------------------------------------------------------------------
%----WARNING: Vampire---4.0 format not known, defaulting to TPTP
cnf(pickup_4,axiom,
    ( ~ differ(X0,X3)
    | ~ holds(clear(X0),X2)
    | holds(clear(X0),do(pickup(X3),X2)) )).

cnf(putdown_5,axiom,
    ( ~ differ(X3,X1)
    | ~ holds(clear(X3),X2)
    | holds(clear(X3),do(putdown(X0,X1),X2)) )).

cnf(pickup_3,axiom,
    ( ~ differ(X0,X3)
    | ~ holds(on(X0,X1),X2)
    | holds(on(X0,X1),do(pickup(X3),X2)) )).

cnf(putdown_1,axiom,
    ( ~ holds(clear(X1),X2)
    | ~ holds(holding(X0),X2)
    | holds(empty,do(putdown(X0,X1),X2)) )).

cnf(putdown_3,axiom,
    ( ~ holds(clear(X1),X2)
    | ~ holds(holding(X0),X2)
    | holds(clear(X0),do(putdown(X0,X1),X2)) )).

cnf(pickup_1,axiom,
    ( ~ holds(clear(X0),X2)
    | ~ holds(empty,X2)
    | ~ differ(X0,table)
    | holds(holding(X0),do(pickup(X0),X2)) )).

cnf(putdown_2,axiom,
    ( ~ holds(clear(X1),X2)
    | ~ holds(holding(X0),X2)
    | holds(on(X0,X1),do(putdown(X0,X1),X2)) )).

cnf(putdown_4,axiom,
    ( ~ holds(on(X0,X1),X2)
    | holds(on(X0,X1),do(putdown(X3,X4),X2)) )).

cnf(pickup_2,axiom,
    ( ~ holds(on(X0,X1),X2)
    | ~ holds(clear(X0),X2)
    | ~ holds(empty,X2)
    | holds(clear(X1),do(pickup(X0),X2)) )).

cnf(and_definition,axiom,
    ( ~ holds(X1,X2)
    | ~ holds(X0,X2)
    | holds(and(X0,X1),X2) )).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.03  % Problem    : PLA029-1 : TPTP v6.2.0. Released v2.5.0.
% 0.00/0.03  % Command    : vampire --mode casc -t %d %s
% 0.02/1.07  % Computer   : n158.star.cs.uiowa.edu
% 0.02/1.07  % Model      : x86_64 x86_64
% 0.02/1.07  % CPU        : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.02/1.07  % Memory     : 32286.75MB
% 0.02/1.07  % OS         : Linux 2.6.32-504.23.4.el6.x86_64
% 0.02/1.07  % CPULimit   : 300
% 0.02/1.07  % DateTime   : Tue Jul  7 12:19:18 CDT 2015
% 0.02/1.07  % CPUTime    : 
% 0.02/1.07  Hi Geoff, go and have some cold beer while I am trying to solve this very hard problem!
% 0.02/1.07  % remaining time: 3000 next slice time: 14
% 0.02/1.08  lrs+11_10_bs=unit_only:br=off:gs=on:gsssp=full:nwc=1:stl=30:sos=all:sac=on:sdd=large:ssfp=100000:ssfq=1.2:smm=off:ssnc=none:sp=occurrence:urr=on_13 on theBenchmark
% 0.02/1.08  % Refutation not found, incomplete strategy
% 0.02/1.08  % ------------------------------
% 0.02/1.08  % Version: Vampire 4.0 (commit 2df2fce on 2015-07-07 02:33:56 +0100)
% 0.02/1.08  % Termination reason: Refutation not found, incomplete strategy
% 0.02/1.08  
% 0.02/1.08  % Active clauses: 6
% 0.02/1.08  % Final active clauses: 6
% 0.02/1.08  % Input clauses: 10
% 0.02/1.08  % Initial clauses: 6
% 0.02/1.08  % 
% 0.02/1.08  % Pure predicates: 1
% 0.02/1.08  % 
% 0.02/1.08  % Memory used [KB]: 511
% 0.02/1.08  % Time elapsed: 0.001 s
% 0.02/1.08  % ------------------------------
% 0.02/1.08  ----  Runtime statistics ----
% 0.02/1.08  clauses created: 10
% 0.02/1.08  -----------------------------
% 0.02/1.08  % ------------------------------
% 0.02/1.08  % remaining time: 2999 next slice time: 3
% 0.02/1.09  dis+1002_5_gs=on:gsem=off:gsssp=full:lwlo=on:nwc=1:sas=minisat:sos=on:sac=on:sdd=large:sfr=on:ssfp=100000:ssfq=1.0:ssnc=none:sp=reverse_arity_1 on theBenchmark
% 0.02/1.09  % Refutation not found, incomplete strategy
% 0.02/1.09  % ------------------------------
% 0.02/1.09  % Version: Vampire 4.0 (commit 2df2fce on 2015-07-07 02:33:56 +0100)
% 0.02/1.09  % Termination reason: Refutation not found, incomplete strategy
% 0.02/1.09  
% 0.02/1.09  % Active clauses: 6
% 0.02/1.09  % Final active clauses: 6
% 0.02/1.09  % Input clauses: 10
% 0.02/1.09  % Initial clauses: 6
% 0.02/1.09  % 
% 0.02/1.09  % Pure predicates: 1
% 0.02/1.09  % 
% 0.02/1.09  % SAT solver clauses: 2
% 0.02/1.09  % 
% 0.02/1.09  % Memory used [KB]: 511
% 0.02/1.09  % Time elapsed: 0.002 s
% 0.02/1.09  % ------------------------------
% 0.02/1.09  ----  Runtime statistics ----
% 0.02/1.09  clauses created: 10
% 0.02/1.09  -----------------------------
% 0.02/1.09  % ------------------------------
% 0.02/1.09  % remaining time: 2999 next slice time: 123
% 0.02/1.09  dis+1_40_bs=unit_only:fsr=off:nwc=1:sas=minisat:sdd=large:ssfp=1000:ssfq=1.1:smm=sco:ssnc=none:sp=reverse_arity:updr=off_117 on theBenchmark
% 0.02/1.09  Satisfiable!
% 0.02/1.09  % SZS status Satisfiable for theBenchmark
% 0.02/1.09  % # SZS output start Saturation.
% 0.02/1.09  cnf(pickup_4,axiom,
% 0.02/1.09      ~differ(X0,X3) | ~holds(clear(X0),X2) | holds(clear(X0),do(pickup(X3),X2))).
% 0.02/1.09  
% 0.02/1.09  cnf(putdown_5,axiom,
% 0.02/1.09      ~differ(X3,X1) | ~holds(clear(X3),X2) | holds(clear(X3),do(putdown(X0,X1),X2))).
% 0.02/1.09  
% 0.02/1.09  cnf(pickup_3,axiom,
% 0.02/1.09      ~differ(X0,X3) | ~holds(on(X0,X1),X2) | holds(on(X0,X1),do(pickup(X3),X2))).
% 0.02/1.09  
% 0.02/1.09  cnf(putdown_1,axiom,
% 0.02/1.09      ~holds(clear(X1),X2) | ~holds(holding(X0),X2) | holds(empty,do(putdown(X0,X1),X2))).
% 0.02/1.09  
% 0.02/1.09  cnf(putdown_3,axiom,
% 0.02/1.09      ~holds(clear(X1),X2) | ~holds(holding(X0),X2) | holds(clear(X0),do(putdown(X0,X1),X2))).
% 0.02/1.09  
% 0.02/1.09  cnf(pickup_1,axiom,
% 0.02/1.09      ~holds(clear(X0),X2) | ~holds(empty,X2) | ~differ(X0,table) | holds(holding(X0),do(pickup(X0),X2))).
% 0.02/1.09  
% 0.02/1.09  cnf(putdown_2,axiom,
% 0.02/1.09      ~holds(clear(X1),X2) | ~holds(holding(X0),X2) | holds(on(X0,X1),do(putdown(X0,X1),X2))).
% 0.02/1.09  
% 0.02/1.09  cnf(putdown_4,axiom,
% 0.02/1.09      ~holds(on(X0,X1),X2) | holds(on(X0,X1),do(putdown(X3,X4),X2))).
% 0.02/1.09  
% 0.02/1.09  cnf(pickup_2,axiom,
% 0.02/1.09      ~holds(on(X0,X1),X2) | ~holds(clear(X0),X2) | ~holds(empty,X2) | holds(clear(X1),do(pickup(X0),X2))).
% 0.02/1.09  
% 0.02/1.09  cnf(and_definition,axiom,
% 0.02/1.09      ~holds(X1,X2) | ~holds(X0,X2) | holds(and(X0,X1),X2)).
% 0.02/1.09  
% 0.02/1.09  % # SZS output end Saturation.
% 0.02/1.09  % ------------------------------
% 0.02/1.09  % Version: Vampire 4.0 (commit 2df2fce on 2015-07-07 02:33:56 +0100)
% 0.02/1.09  % Termination reason: Satisfiable
% 0.02/1.09  
% 0.02/1.09  % Active clauses: 10
% 0.02/1.09  % Passive clauses: 10
% 0.02/1.09  % Generated clauses: 10
% 0.02/1.09  % Final active clauses: 10
% 0.02/1.09  % Input clauses: 10
% 0.02/1.09  % Initial clauses: 10
% 0.02/1.09  % 
% 0.02/1.09  % SAT solver clauses: 1
% 0.02/1.09  % 
% 0.02/1.09  % Memory used [KB]: 639
% 0.02/1.09  % Time elapsed: 0.001 s
% 0.02/1.09  % ------------------------------
% 0.02/1.09  ----  Runtime statistics ----
% 0.02/1.09  clauses created: 10
% 0.02/1.09  -----------------------------
% 0.02/1.09  % ------------------------------
% 0.02/1.09  % Success in time 0.014 s
%------------------------------------------------------------------------------