TSTP Solution File: MGT041-2 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : MGT041-2 : TPTP v8.1.0. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n024.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:23:28 EDT 2022

% Result   : Unsatisfiable 0.20s 0.55s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(a16_6,plain,
    number_of_routines(sk1,sk2,high),
    input ).

cnf(mp_not_high_and_low_1,axiom,
    ( ~ number_of_routines(X5,X4,low)
    | ~ number_of_routines(X5,X4,high) ),
    input ).

cnf(c1,plain,
    ~ number_of_routines(sk1,sk2,low),
    inference(resolution,status(thm),[mp_not_high_and_low_1,a16_6]) ).

cnf(a16_7,plain,
    ~ has_elaborated_routines(sk1,sk2),
    input ).

cnf(a16_4,plain,
    organisation_at_time(sk1,sk2),
    input ).

cnf(prove_t10_8,negated_conjecture,
    ( ~ organisation_at_time(X3,X2)
    | first_mover(X3)
    | efficient_producer(X3) ),
    input ).

cnf(c0,plain,
    ( first_mover(sk1)
    | efficient_producer(sk1) ),
    inference(resolution,status(thm),[prove_t10_8,a16_4]) ).

cnf(a16_5,plain,
    founding_time(sk1,sk2),
    input ).

cnf(a14_2,plain,
    ( ~ organisation_at_time(X7,X6)
    | ~ efficient_producer(X7)
    | ~ founding_time(X7,X6)
    | has_elaborated_routines(X7,X6) ),
    input ).

cnf(c2,plain,
    ( ~ organisation_at_time(sk1,sk2)
    | ~ efficient_producer(sk1)
    | has_elaborated_routines(sk1,sk2) ),
    inference(resolution,status(thm),[a14_2,a16_5]) ).

cnf(c3,plain,
    ( ~ efficient_producer(sk1)
    | has_elaborated_routines(sk1,sk2) ),
    inference(resolution,status(thm),[c2,a16_4]) ).

cnf(c4,plain,
    ( has_elaborated_routines(sk1,sk2)
    | first_mover(sk1) ),
    inference(resolution,status(thm),[c3,c0]) ).

cnf(c6,plain,
    first_mover(sk1),
    inference(resolution,status(thm),[c4,a16_7]) ).

cnf(a15_3,plain,
    ( ~ organisation_at_time(X9,X8)
    | ~ first_mover(X9)
    | ~ founding_time(X9,X8)
    | number_of_routines(X9,X8,low) ),
    input ).

cnf(c5,plain,
    ( ~ organisation_at_time(sk1,sk2)
    | ~ first_mover(sk1)
    | number_of_routines(sk1,sk2,low) ),
    inference(resolution,status(thm),[a15_3,a16_5]) ).

cnf(c7,plain,
    ( ~ first_mover(sk1)
    | number_of_routines(sk1,sk2,low) ),
    inference(resolution,status(thm),[c5,a16_4]) ).

cnf(c8,plain,
    number_of_routines(sk1,sk2,low),
    inference(resolution,status(thm),[c7,c6]) ).

cnf(c9,plain,
    $false,
    inference(resolution,status(thm),[c8,c1]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : MGT041-2 : TPTP v8.1.0. Released v2.4.0.
% 0.10/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n024.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  9 07:30:04 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.20/0.55  # Version:  1.3
% 0.20/0.55  # SZS status Unsatisfiable
% 0.20/0.55  # SZS output start CNFRefutation
% See solution above
% 0.20/0.55  
% 0.20/0.55  # Initial clauses    : 8
% 0.20/0.55  # Processed clauses  : 17
% 0.20/0.55  # Factors computed   : 0
% 0.20/0.55  # Resolvents computed: 10
% 0.20/0.55  # Tautologies deleted: 0
% 0.20/0.55  # Forward subsumed   : 0
% 0.20/0.55  # Backward subsumed  : 5
% 0.20/0.55  # -------- CPU Time ---------
% 0.20/0.55  # User time          : 0.194 s
% 0.20/0.55  # System time        : 0.017 s
% 0.20/0.55  # Total time         : 0.211 s
%------------------------------------------------------------------------------