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

View Problem - Process Solution

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

% Computer : n027.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 : Sun Jul 17 22:22:10 EDT 2022

% Result   : CounterSatisfiable 0.14s 0.36s
% Output   : FiniteModel 0.14s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    2

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

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

fof(appear,fi_functors,
    ( appear("1","1") = "2"
    & appear("1","2") = "2"
    & appear("2","1") = "1"
    & appear("2","2") = "1" ) ).

fof(cardinality_at_time,fi_functors,
    ( cardinality_at_time("1","1") = "1"
    & cardinality_at_time("1","2") = "1"
    & cardinality_at_time("2","1") = "1"
    & cardinality_at_time("2","2") = "1" ) ).

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

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

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

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

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

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

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

fof(number_of_organizations,fi_functors,
    ( number_of_organizations("1","1") = "2"
    & number_of_organizations("1","2") = "1"
    & number_of_organizations("2","1") = "1"
    & number_of_organizations("2","2") = "1" ) ).

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

fof(sK1_mp_number_mean_non_empty_S,fi_functors,
    ( sK1_mp_number_mean_non_empty_S("1","1") = "1"
    & sK1_mp_number_mean_non_empty_S("1","2") = "1"
    & sK1_mp_number_mean_non_empty_S("2","1") = "1"
    & sK1_mp_number_mean_non_empty_S("2","2") = "1" ) ).

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : MGT031+1 : TPTP v8.1.0. Released v2.0.0.
% 0.04/0.13  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.14/0.34  % Computer : n027.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Thu Jun  9 11:34:12 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.14/0.34  Paradox, version 4.0, 2010-06-29.
% 0.14/0.34  +++ PROBLEM: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.34  Reading '/export/starexec/sandbox/benchmark/theBenchmark.p' ... OK
% 0.14/0.35  +++ SOLVING: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.36  +++ BEGIN MODEL
% 0.14/0.36  SZS output start FiniteModel for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.14/0.36  +++ END MODEL
% 0.14/0.36  +++ RESULT: CounterSatisfiable
% 0.14/0.36  SZS status CounterSatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
%------------------------------------------------------------------------------