TSTP Solution File: NLP002+1 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : NLP002+1 : TPTP v8.1.0. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s

% Computer : n006.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  : 300s
% DateTime : Wed Aug 31 17:54:50 EDT 2022

% Result   : CounterSatisfiable 1.30s 0.54s
% Output   : Saturation 1.30s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(u140,axiom,
    ( of(X0,X1)
    | ~ of(X1,X0)
    | ~ human(X0) ) ).

cnf(u148,axiom,
    ( ~ of(X0,X1)
    | of(X1,X0) ) ).

cnf(u100,axiom,
    ( ~ of(X1,X2)
    | ~ owner(X1)
    | human(X1) ) ).

cnf(u138,axiom,
    ( ~ of(X0,X1)
    | ~ human(X1)
    | owner(X1) ) ).

cnf(u153,axiom,
    ( ~ of(X4,X5)
    | ~ human(X4)
    | owner(X4) ) ).

cnf(u154,axiom,
    ( ~ of(X6,X7)
    | ~ owner(X7)
    | human(X7) ) ).

cnf(u99,axiom,
    ( have(X0,X1,X2)
    | ~ owner(X1)
    | ~ of(X1,X2) ) ).

cnf(u97,axiom,
    ( have(sK0(X0,X1),X1,X0)
    | ~ of(X0,X1) ) ).

cnf(u101,axiom,
    ( ~ have(X0,X1,X2)
    | ~ human(X1)
    | owner(X1) ) ).

cnf(u102,axiom,
    ( ~ have(X0,X1,X2)
    | of(X1,X2)
    | ~ human(X1) ) ).

cnf(u116,axiom,
    ( ~ have(X1,X0,X2)
    | ~ event(X1)
    | of(X0,X2) ) ).

cnf(u104,axiom,
    ( entity(X0)
    | ~ object(X0) ) ).

cnf(u117,axiom,
    ( ~ entity(X0)
    | ~ eventuality(X0) ) ).

cnf(u108,negated_conjecture,
    city(sK4) ).

cnf(u95,axiom,
    ( ~ city(X0)
    | location(X0) ) ).

cnf(u109,negated_conjecture,
    hollywood(sK4) ).

cnf(u118,axiom,
    ( ~ hollywood(X0)
    | city(X0) ) ).

cnf(u92,axiom,
    ( eventuality(X0)
    | ~ event(X0) ) ).

cnf(u126,axiom,
    ( ~ eventuality(X0)
    | ~ object(X0) ) ).

cnf(u96,axiom,
    ( event(sK0(X0,X1))
    | ~ of(X0,X1) ) ).

cnf(u111,negated_conjecture,
    event(sK3) ).

cnf(u133,axiom,
    ( ~ event(X0)
    | ~ artifact(X0) ) ).

cnf(u132,negated_conjecture,
    ~ event(sK4) ).

cnf(u122,negated_conjecture,
    location(sK4) ).

cnf(u89,axiom,
    ( ~ location(X0)
    | object(X0) ) ).

cnf(u93,axiom,
    ( ~ location(X0)
    | ~ artifact(X0) ) ).

cnf(u106,axiom,
    ( object(X0)
    | ~ artifact(X0) ) ).

cnf(u124,negated_conjecture,
    object(sK4) ).

cnf(u129,axiom,
    ( ~ object(X0)
    | ~ event(X0) ) ).

cnf(u112,negated_conjecture,
    street(sK1) ).

cnf(u90,axiom,
    ( ~ street(X0)
    | way(X0) ) ).

cnf(u114,negated_conjecture,
    way(sK1) ).

cnf(u134,negated_conjecture,
    ~ way(sK2) ).

cnf(u94,axiom,
    ( ~ way(X0)
    | artifact(X0) ) ).

cnf(u135,negated_conjecture,
    artifact(sK2) ).

cnf(u121,negated_conjecture,
    artifact(sK1) ).

cnf(u137,axiom,
    ( ~ artifact(sK0(X0,X1))
    | ~ of(X0,X1) ) ).

cnf(u136,negated_conjecture,
    ~ artifact(sK3) ).

cnf(u123,negated_conjecture,
    ~ artifact(sK4) ).

cnf(u128,axiom,
    ( instrumentality(X0)
    | ~ car(X0) ) ).

cnf(u103,axiom,
    ( ~ instrumentality(X0)
    | artifact(X0) ) ).

cnf(u115,axiom,
    ( ~ instrumentality(X0)
    | ~ way(X0) ) ).

cnf(u107,axiom,
    ( transport(X0)
    | ~ vehicle(X0) ) ).

cnf(u98,axiom,
    ( ~ transport(X0)
    | instrumentality(X0) ) ).

cnf(u105,axiom,
    ( vehicle(X0)
    | ~ car(X0) ) ).

cnf(u125,axiom,
    ( ~ vehicle(X0)
    | instrumentality(X0) ) ).

cnf(u113,negated_conjecture,
    car(sK2) ).

cnf(u130,axiom,
    ( ~ car(X0)
    | ~ way(X0) ) ).

cnf(u131,axiom,
    ( ~ car(X1)
    | artifact(X1) ) ).

cnf(u110,negated_conjecture,
    chevy(sK2) ).

cnf(u91,axiom,
    ( ~ chevy(X0)
    | car(X0) ) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : NLP002+1 : TPTP v8.1.0. Released v2.4.0.
% 0.07/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.12/0.34  % Computer : n006.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit   : 300
% 0.12/0.34  % WCLimit    : 300
% 0.12/0.34  % DateTime   : Tue Aug 30 03:38:40 EDT 2022
% 0.12/0.34  % CPUTime    : 
% 0.20/0.52  % (5641)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=48:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/48Mi)
% 0.20/0.52  % (5641)First to succeed.
% 0.20/0.53  % (5650)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/68Mi)
% 0.20/0.53  % (5659)ott+11_1:1_drc=off:nwc=5.0:slsq=on:slsqc=1:spb=goal_then_units:to=lpo:i=467:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/467Mi)
% 0.20/0.53  % (5651)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=75:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/75Mi)
% 0.20/0.53  % (5658)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=498:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/498Mi)
% 1.30/0.54  % SZS status CounterSatisfiable for theBenchmark
% 1.30/0.54  % (5641)# SZS output start Saturation.
% See solution above
% 1.30/0.54  % (5641)------------------------------
% 1.30/0.54  % (5641)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.30/0.54  % (5641)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.30/0.54  % (5641)Termination reason: Satisfiable
% 1.30/0.54  
% 1.30/0.54  % (5641)Memory used [KB]: 5500
% 1.30/0.54  % (5641)Time elapsed: 0.104 s
% 1.30/0.54  % (5641)Instructions burned: 3 (million)
% 1.30/0.54  % (5641)------------------------------
% 1.30/0.54  % (5641)------------------------------
% 1.30/0.54  % (5635)Success in time 0.189 s
%------------------------------------------------------------------------------