TSTP Solution File: NLP013+1 by Paradox---4.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Paradox---4.0
% Problem  : NLP013+1 : TPTP v8.1.0. Released v2.4.0.
% Transfm  : none
% Format   : tptp:short
% Command  : paradox --no-progress --time %d --tstp --model %s

% Computer : n008.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 03:31:20 EDT 2022

% Result   : CounterSatisfiable 0.19s 0.37s
% Output   : FiniteModel 0.19s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    2

% Comments : 
%------------------------------------------------------------------------------
% domain size is 2
fof(domain,fi_domain,
    ! [X] :
      ( X = "1"
      | X = "2" ) ).

fof(barrel,fi_predicates,
    ( ( barrel("1","1")
    <=> $true )
    & ( barrel("1","2")
    <=> $false )
    & ( barrel("2","1")
    <=> $false )
    & ( barrel("2","2")
    <=> $false ) ) ).

fof(car,fi_predicates,
    ( ( car("1")
    <=> $true )
    & ( car("2")
    <=> $false ) ) ).

fof(chevy,fi_predicates,
    ( ( chevy("1")
    <=> $true )
    & ( chevy("2")
    <=> $false ) ) ).

fof(city,fi_predicates,
    ( ( city("1")
    <=> $true )
    & ( city("2")
    <=> $true ) ) ).

fof(dirty,fi_predicates,
    ( ( dirty("1")
    <=> $true )
    & ( dirty("2")
    <=> $false ) ) ).

fof(down,fi_predicates,
    ( ( down("1","1")
    <=> $true )
    & ( down("1","2")
    <=> $false )
    & ( down("2","1")
    <=> $false )
    & ( down("2","2")
    <=> $false ) ) ).

fof(event,fi_predicates,
    ( ( event("1")
    <=> $true )
    & ( event("2")
    <=> $false ) ) ).

fof(fellow,fi_predicates,
    ( ( fellow("1")
    <=> $true )
    & ( fellow("2")
    <=> $true ) ) ).

fof(front,fi_predicates,
    ( ( front("1")
    <=> $true )
    & ( front("2")
    <=> $true ) ) ).

fof(furniture,fi_predicates,
    ( ( furniture("1")
    <=> $true )
    & ( furniture("2")
    <=> $true ) ) ).

fof(hollywood,fi_predicates,
    ( ( hollywood("1")
    <=> $true )
    & ( hollywood("2")
    <=> $true ) ) ).

fof(in,fi_predicates,
    ( ( in("1","1")
    <=> $false )
    & ( in("1","2")
    <=> $true )
    & ( in("2","1")
    <=> $true )
    & ( in("2","2")
    <=> $false ) ) ).

fof(lonely,fi_predicates,
    ( ( lonely("1")
    <=> $true )
    & ( lonely("2")
    <=> $false ) ) ).

fof(man,fi_predicates,
    ( ( man("1")
    <=> $true )
    & ( man("2")
    <=> $true ) ) ).

fof(old,fi_predicates,
    ( ( old("1")
    <=> $true )
    & ( old("2")
    <=> $false ) ) ).

fof(sK0_co1_U,fi_functors,
    sK0_co1_U = "1" ).

fof(sK10_co1_X19,fi_functors,
    sK10_co1_X19 = "2" ).

fof(sK11_co1_X20,fi_functors,
    sK11_co1_X20 = "1" ).

fof(sK12_co1_X23,fi_functors,
    sK12_co1_X23 = "1" ).

fof(sK13_co1_X21,fi_functors,
    sK13_co1_X21 = "1" ).

fof(sK14_co1_X22,fi_functors,
    sK14_co1_X22 = "2" ).

fof(sK15_co1_X15,fi_functors,
    sK15_co1_X15 = "2" ).

fof(sK16_co1_X16,fi_functors,
    sK16_co1_X16 = "1" ).

fof(sK17_co1_X17,fi_functors,
    sK17_co1_X17 = "1" ).

fof(sK18_co1_X18,fi_functors,
    sK18_co1_X18 = "1" ).

fof(sK1_co1_V,fi_functors,
    sK1_co1_V = "1" ).

fof(sK2_co1_W,fi_functors,
    sK2_co1_W = "1" ).

fof(sK3_co1_X,fi_functors,
    sK3_co1_X = "1" ).

fof(sK4_co1_Y,fi_functors,
    sK4_co1_Y = "1" ).

fof(sK5_co1_Z,fi_functors,
    sK5_co1_Z = "1" ).

fof(sK6_co1_X1,fi_functors,
    sK6_co1_X1 = "1" ).

fof(sK7_co1_X2,fi_functors,
    sK7_co1_X2 = "1" ).

fof(sK8_co1_X3,fi_functors,
    sK8_co1_X3 = "1" ).

fof(sK9_co1_X14,fi_functors,
    sK9_co1_X14 = "2" ).

fof(sP19_co1_or,fi_predicates,
    ( sP19_co1_or
  <=> $true ) ).

fof(seat,fi_predicates,
    ( ( seat("1")
    <=> $true )
    & ( seat("2")
    <=> $true ) ) ).

fof(street,fi_predicates,
    ( ( street("1")
    <=> $true )
    & ( street("2")
    <=> $false ) ) ).

fof(way,fi_predicates,
    ( ( way("1")
    <=> $true )
    & ( way("2")
    <=> $false ) ) ).

fof(white,fi_predicates,
    ( ( white("1")
    <=> $true )
    & ( white("2")
    <=> $false ) ) ).

fof(young,fi_predicates,
    ( ( young("1")
    <=> $true )
    & ( young("2")
    <=> $true ) ) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : NLP013+1 : TPTP v8.1.0. Released v2.4.0.
% 0.03/0.13  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.12/0.33  % Computer : n008.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 : Thu Jun 30 16:42:38 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  Paradox, version 4.0, 2010-06-29.
% 0.12/0.34  +++ PROBLEM: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.12/0.34  Reading '/export/starexec/sandbox/benchmark/theBenchmark.p' ... OK
% 0.12/0.35  +++ SOLVING: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.12/0.37  +++ BEGIN MODEL
% 0.12/0.37  SZS output start FiniteModel for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.19/0.37  +++ END MODEL
% 0.19/0.37  +++ RESULT: CounterSatisfiable
% 0.19/0.37  SZS status CounterSatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
%------------------------------------------------------------------------------