TSTP Solution File: SYN393+1.003 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SYN393+1.003 : TPTP v8.1.0. Released v2.0.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n013.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 : Thu Jul 21 08:25:54 EDT 2022

% Result   : Theorem 0.12s 0.41s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   23
%            Number of leaves      :    4
% Syntax   : Number of formulae    :  145 (  85 unt;   3 typ;   0 def)
%            Number of atoms       : 1253 ( 232 equ;   0 cnn)
%            Maximal formula atoms :    6 (   8 avg)
%            Number of connectives : 1271 ( 624   ~; 584   |;  28   &;   0   @)
%                                         (  31 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    6 (   3 usr;   5 con; 0-2 aty)
%            Number of variables   :    0 (   0   ^   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_p1,type,
    p1: $o ).

thf(tp_p2,type,
    p2: $o ).

thf(tp_p3,type,
    p3: $o ).

thf(1,conjecture,
    ( ( ( p1
      <=> p2 )
    <=> p3 )
  <=> ( p1
    <=> ( p2
      <=> p3 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pel12) ).

thf(2,negated_conjecture,
    ( ( ( ( p1
        <=> p2 )
      <=> p3 )
    <=> ( p1
      <=> ( p2
        <=> p3 ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[1]) ).

thf(3,plain,
    ( ( ( ( p1
        <=> p2 )
      <=> p3 )
    <=> ( p1
      <=> ( p2
        <=> p3 ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(4,plain,
    ( ( ( ( p1
        <=> p2 )
      <=> p3 )
     => ( p1
      <=> ( p2
        <=> p3 ) ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[3]) ).

thf(5,plain,
    ( ( ( p1
      <=> ( p2
        <=> p3 ) )
     => ( ( p1
        <=> p2 )
      <=> p3 ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[3]) ).

thf(6,plain,
    ( ( ~ ( ( ( p1
            <=> p2 )
          <=> p3 )
         => ( p1
          <=> ( p2
            <=> p3 ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[4]) ).

thf(7,plain,
    ( ( ~ ( ( p1
          <=> ( p2
            <=> p3 ) )
         => ( ( p1
            <=> p2 )
          <=> p3 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[5]) ).

thf(8,plain,
    ( ( ( ~ p1
        | ~ p2
        | p3 )
      & ( p1
        | p2
        | p3 )
      & ( ~ p3
        | ~ p1
        | p2 )
      & ( ~ p3
        | ~ p2
        | p1 )
      & ( ~ p2
        | ~ p3
        | ~ p1 )
      & ( p2
        | p3
        | ~ p1 )
      & ( ~ p2
        | p3
        | p1 )
      & ( ~ p3
        | p2
        | p1 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[6]) ).

thf(9,plain,
    ( ( ( ~ p2
        | ~ p3
        | p1 )
      & ( p2
        | p3
        | p1 )
      & ( ~ p1
        | ~ p2
        | p3 )
      & ( ~ p1
        | ~ p3
        | p2 )
      & ( ~ p1
        | ~ p2
        | ~ p3 )
      & ( p1
        | p2
        | ~ p3 )
      & ( ~ p1
        | p2
        | p3 )
      & ( ~ p2
        | p1
        | p3 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[7]) ).

thf(10,plain,
    ( ( ( ~ p1
        | ~ p2
        | p3 )
      & ( p1
        | p2
        | p3 )
      & ( ~ p3
        | ~ p1
        | p2 )
      & ( ~ p3
        | ~ p2
        | p1 )
      & ( ~ p2
        | ~ p3
        | ~ p1 )
      & ( p2
        | p3
        | ~ p1 )
      & ( ~ p2
        | p3
        | p1 )
      & ( ~ p3
        | p2
        | p1 ) )
    = $true ),
    inference(copy,[status(thm)],[8]) ).

thf(11,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( ~ p1
                          | ~ p2
                          | p3 )
                      | ~ ( p1
                          | p2
                          | p3 ) )
                | ~ ~ ( ~ ( ~ p3
                          | ~ p1
                          | p2 )
                      | ~ ( ~ p3
                          | ~ p2
                          | p1 ) ) )
          | ~ ~ ( ~ ~ ( ~ ( ~ p2
                          | ~ p3
                          | ~ p1 )
                      | ~ ( p2
                          | p3
                          | ~ p1 ) )
                | ~ ~ ( ~ ( ~ p2
                          | p3
                          | p1 )
                      | ~ ( ~ p3
                          | p2
                          | p1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(12,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( ~ p1
                      | ~ p2
                      | p3 )
                  | ~ ( p1
                      | p2
                      | p3 ) )
            | ~ ~ ( ~ ( ~ p3
                      | ~ p1
                      | p2 )
                  | ~ ( ~ p3
                      | ~ p2
                      | p1 ) ) )
      | ~ ~ ( ~ ~ ( ~ ( ~ p2
                      | ~ p3
                      | ~ p1 )
                  | ~ ( p2
                      | p3
                      | ~ p1 ) )
            | ~ ~ ( ~ ( ~ p2
                      | p3
                      | p1 )
                  | ~ ( ~ p3
                      | p2
                      | p1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[11]) ).

thf(13,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( ~ p1
                      | ~ p2
                      | p3 )
                  | ~ ( p1
                      | p2
                      | p3 ) )
            | ~ ~ ( ~ ( ~ p3
                      | ~ p1
                      | p2 )
                  | ~ ( ~ p3
                      | ~ p2
                      | p1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[12]) ).

thf(14,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( ~ p2
                      | ~ p3
                      | ~ p1 )
                  | ~ ( p2
                      | p3
                      | ~ p1 ) )
            | ~ ~ ( ~ ( ~ p2
                      | p3
                      | p1 )
                  | ~ ( ~ p3
                      | p2
                      | p1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[12]) ).

thf(15,plain,
    ( ( ~ ( ~ ~ ( ~ ( ~ p1
                    | ~ p2
                    | p3 )
                | ~ ( p1
                    | p2
                    | p3 ) )
          | ~ ~ ( ~ ( ~ p3
                    | ~ p1
                    | p2 )
                | ~ ( ~ p3
                    | ~ p2
                    | p1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[13]) ).

thf(16,plain,
    ( ( ~ ( ~ ~ ( ~ ( ~ p2
                    | ~ p3
                    | ~ p1 )
                | ~ ( p2
                    | p3
                    | ~ p1 ) )
          | ~ ~ ( ~ ( ~ p2
                    | p3
                    | p1 )
                | ~ ( ~ p3
                    | p2
                    | p1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[14]) ).

thf(17,plain,
    ( ( ~ ~ ( ~ ( ~ p1
                | ~ p2
                | p3 )
            | ~ ( p1
                | p2
                | p3 ) )
      | ~ ~ ( ~ ( ~ p3
                | ~ p1
                | p2 )
            | ~ ( ~ p3
                | ~ p2
                | p1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[15]) ).

thf(18,plain,
    ( ( ~ ~ ( ~ ( ~ p2
                | ~ p3
                | ~ p1 )
            | ~ ( p2
                | p3
                | ~ p1 ) )
      | ~ ~ ( ~ ( ~ p2
                | p3
                | p1 )
            | ~ ( ~ p3
                | p2
                | p1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[16]) ).

thf(19,plain,
    ( ( ~ ~ ( ~ ( ~ p1
                | ~ p2
                | p3 )
            | ~ ( p1
                | p2
                | p3 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[17]) ).

thf(20,plain,
    ( ( ~ ~ ( ~ ( ~ p3
                | ~ p1
                | p2 )
            | ~ ( ~ p3
                | ~ p2
                | p1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[17]) ).

thf(21,plain,
    ( ( ~ ~ ( ~ ( ~ p2
                | ~ p3
                | ~ p1 )
            | ~ ( p2
                | p3
                | ~ p1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[18]) ).

thf(22,plain,
    ( ( ~ ~ ( ~ ( ~ p2
                | p3
                | p1 )
            | ~ ( ~ p3
                | p2
                | p1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[18]) ).

thf(23,plain,
    ( ( ~ ( ~ ( ~ p1
              | ~ p2
              | p3 )
          | ~ ( p1
              | p2
              | p3 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[19]) ).

thf(24,plain,
    ( ( ~ ( ~ ( ~ p3
              | ~ p1
              | p2 )
          | ~ ( ~ p3
              | ~ p2
              | p1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[20]) ).

thf(25,plain,
    ( ( ~ ( ~ ( ~ p2
              | ~ p3
              | ~ p1 )
          | ~ ( p2
              | p3
              | ~ p1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[21]) ).

thf(26,plain,
    ( ( ~ ( ~ ( ~ p2
              | p3
              | p1 )
          | ~ ( ~ p3
              | p2
              | p1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[22]) ).

thf(27,plain,
    ( ( ~ ( ~ p1
          | ~ p2
          | p3 )
      | ~ ( p1
          | p2
          | p3 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[23]) ).

thf(28,plain,
    ( ( ~ ( ~ p3
          | ~ p1
          | p2 )
      | ~ ( ~ p3
          | ~ p2
          | p1 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[24]) ).

thf(29,plain,
    ( ( ~ ( ~ p2
          | ~ p3
          | ~ p1 )
      | ~ ( p2
          | p3
          | ~ p1 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[25]) ).

thf(30,plain,
    ( ( ~ ( ~ p2
          | p3
          | p1 )
      | ~ ( ~ p3
          | p2
          | p1 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[26]) ).

thf(31,plain,
    ( ( ~ ( ~ p1
          | ~ p2
          | p3 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[27]) ).

thf(32,plain,
    ( ( ~ ( p1
          | p2
          | p3 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[27]) ).

thf(33,plain,
    ( ( ~ ( ~ p3
          | ~ p1
          | p2 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[28]) ).

thf(34,plain,
    ( ( ~ ( ~ p3
          | ~ p2
          | p1 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[28]) ).

thf(35,plain,
    ( ( ~ ( ~ p2
          | ~ p3
          | ~ p1 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[29]) ).

thf(36,plain,
    ( ( ~ ( p2
          | p3
          | ~ p1 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[29]) ).

thf(37,plain,
    ( ( ~ ( ~ p2
          | p3
          | p1 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[30]) ).

thf(38,plain,
    ( ( ~ ( ~ p3
          | p2
          | p1 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[30]) ).

thf(39,plain,
    ( ( ~ p1
      | ~ p2
      | p3 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[31]) ).

thf(40,plain,
    ( ( p1
      | p2
      | p3 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[32]) ).

thf(41,plain,
    ( ( ~ p3
      | ~ p1
      | p2 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[33]) ).

thf(42,plain,
    ( ( ~ p3
      | ~ p2
      | p1 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[34]) ).

thf(43,plain,
    ( ( ~ p2
      | ~ p3
      | ~ p1 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[35]) ).

thf(44,plain,
    ( ( p2
      | p3
      | ~ p1 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[36]) ).

thf(45,plain,
    ( ( ~ p2
      | p3
      | p1 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[37]) ).

thf(46,plain,
    ( ( ~ p3
      | p2
      | p1 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[38]) ).

thf(47,plain,
    ( ( ( ~ p1
        | ~ p2 )
      = $true )
    | ( p3 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[39]) ).

thf(48,plain,
    ( ( ( p1
        | p2 )
      = $true )
    | ( p3 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[40]) ).

thf(49,plain,
    ( ( ( ~ p3 )
      = $true )
    | ( ( ~ p1
        | p2 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[41]) ).

thf(50,plain,
    ( ( ( ~ p3 )
      = $true )
    | ( ( ~ p2
        | p1 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[42]) ).

thf(51,plain,
    ( ( ( ~ p2
        | ~ p3 )
      = $true )
    | ( ( ~ p1 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[43]) ).

thf(52,plain,
    ( ( ( p2
        | p3 )
      = $true )
    | ( ( ~ p1 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[44]) ).

thf(53,plain,
    ( ( ( ~ p2
        | p3 )
      = $true )
    | ( p1 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[45]) ).

thf(54,plain,
    ( ( ( ~ p3
        | p2 )
      = $true )
    | ( p1 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[46]) ).

thf(55,plain,
    ( ( ( ~ p1 )
      = $true )
    | ( ( ~ p2 )
      = $true )
    | ( p3 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[47]) ).

thf(56,plain,
    ( ( p1 = $true )
    | ( p2 = $true )
    | ( p3 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[48]) ).

thf(57,plain,
    ( ( p3 = $false )
    | ( ( ~ p1
        | p2 )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[49]) ).

thf(58,plain,
    ( ( p3 = $false )
    | ( ( ~ p2
        | p1 )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[50]) ).

thf(59,plain,
    ( ( ( ~ p2 )
      = $true )
    | ( ( ~ p3 )
      = $true )
    | ( ( ~ p1 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[51]) ).

thf(60,plain,
    ( ( p2 = $true )
    | ( p3 = $true )
    | ( ( ~ p1 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[52]) ).

thf(61,plain,
    ( ( ( ~ p2 )
      = $true )
    | ( p3 = $true )
    | ( p1 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[53]) ).

thf(62,plain,
    ( ( ( ~ p3 )
      = $true )
    | ( p2 = $true )
    | ( p1 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[54]) ).

thf(63,plain,
    ( ( p1 = $false )
    | ( ( ~ p2 )
      = $true )
    | ( p3 = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[55]) ).

thf(64,plain,
    ( ( ( ~ p1 )
      = $true )
    | ( p2 = $true )
    | ( p3 = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[57]) ).

thf(65,plain,
    ( ( ( ~ p2 )
      = $true )
    | ( p1 = $true )
    | ( p3 = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[58]) ).

thf(66,plain,
    ( ( p2 = $false )
    | ( ( ~ p3 )
      = $true )
    | ( ( ~ p1 )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[59]) ).

thf(67,plain,
    ( ( p1 = $false )
    | ( p3 = $true )
    | ( p2 = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[60]) ).

thf(68,plain,
    ( ( p2 = $false )
    | ( p3 = $true )
    | ( p1 = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[61]) ).

thf(69,plain,
    ( ( p3 = $false )
    | ( p2 = $true )
    | ( p1 = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[62]) ).

thf(70,plain,
    ( ( p2 = $false )
    | ( p1 = $false )
    | ( p3 = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[63]) ).

thf(71,plain,
    ( ( p1 = $false )
    | ( p2 = $true )
    | ( p3 = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[64]) ).

thf(72,plain,
    ( ( p2 = $false )
    | ( p1 = $true )
    | ( p3 = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[65]) ).

thf(73,plain,
    ( ( p3 = $false )
    | ( p2 = $false )
    | ( ( ~ p1 )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[66]) ).

thf(74,plain,
    ( ( p1 = $false )
    | ( p2 = $false )
    | ( p3 = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[73]) ).

thf(75,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[56,74,72,71,70,69,68,67]) ).

thf(76,plain,
    ( ( ( ~ p2
        | ~ p3
        | p1 )
      & ( p2
        | p3
        | p1 )
      & ( ~ p1
        | ~ p2
        | p3 )
      & ( ~ p1
        | ~ p3
        | p2 )
      & ( ~ p1
        | ~ p2
        | ~ p3 )
      & ( p1
        | p2
        | ~ p3 )
      & ( ~ p1
        | p2
        | p3 )
      & ( ~ p2
        | p1
        | p3 ) )
    = $true ),
    inference(copy,[status(thm)],[9]) ).

thf(77,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( ~ p2
                          | ~ p3
                          | p1 )
                      | ~ ( p2
                          | p3
                          | p1 ) )
                | ~ ~ ( ~ ( ~ p1
                          | ~ p2
                          | p3 )
                      | ~ ( ~ p1
                          | ~ p3
                          | p2 ) ) )
          | ~ ~ ( ~ ~ ( ~ ( ~ p1
                          | ~ p2
                          | ~ p3 )
                      | ~ ( p1
                          | p2
                          | ~ p3 ) )
                | ~ ~ ( ~ ( ~ p1
                          | p2
                          | p3 )
                      | ~ ( ~ p2
                          | p1
                          | p3 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[76]) ).

thf(78,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( ~ p2
                      | ~ p3
                      | p1 )
                  | ~ ( p2
                      | p3
                      | p1 ) )
            | ~ ~ ( ~ ( ~ p1
                      | ~ p2
                      | p3 )
                  | ~ ( ~ p1
                      | ~ p3
                      | p2 ) ) )
      | ~ ~ ( ~ ~ ( ~ ( ~ p1
                      | ~ p2
                      | ~ p3 )
                  | ~ ( p1
                      | p2
                      | ~ p3 ) )
            | ~ ~ ( ~ ( ~ p1
                      | p2
                      | p3 )
                  | ~ ( ~ p2
                      | p1
                      | p3 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[77]) ).

thf(79,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( ~ p2
                      | ~ p3
                      | p1 )
                  | ~ ( p2
                      | p3
                      | p1 ) )
            | ~ ~ ( ~ ( ~ p1
                      | ~ p2
                      | p3 )
                  | ~ ( ~ p1
                      | ~ p3
                      | p2 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[78]) ).

thf(80,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( ~ p1
                      | ~ p2
                      | ~ p3 )
                  | ~ ( p1
                      | p2
                      | ~ p3 ) )
            | ~ ~ ( ~ ( ~ p1
                      | p2
                      | p3 )
                  | ~ ( ~ p2
                      | p1
                      | p3 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[78]) ).

thf(81,plain,
    ( ( ~ ( ~ ~ ( ~ ( ~ p2
                    | ~ p3
                    | p1 )
                | ~ ( p2
                    | p3
                    | p1 ) )
          | ~ ~ ( ~ ( ~ p1
                    | ~ p2
                    | p3 )
                | ~ ( ~ p1
                    | ~ p3
                    | p2 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[79]) ).

thf(82,plain,
    ( ( ~ ( ~ ~ ( ~ ( ~ p1
                    | ~ p2
                    | ~ p3 )
                | ~ ( p1
                    | p2
                    | ~ p3 ) )
          | ~ ~ ( ~ ( ~ p1
                    | p2
                    | p3 )
                | ~ ( ~ p2
                    | p1
                    | p3 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[80]) ).

thf(83,plain,
    ( ( ~ ~ ( ~ ( ~ p2
                | ~ p3
                | p1 )
            | ~ ( p2
                | p3
                | p1 ) )
      | ~ ~ ( ~ ( ~ p1
                | ~ p2
                | p3 )
            | ~ ( ~ p1
                | ~ p3
                | p2 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[81]) ).

thf(84,plain,
    ( ( ~ ~ ( ~ ( ~ p1
                | ~ p2
                | ~ p3 )
            | ~ ( p1
                | p2
                | ~ p3 ) )
      | ~ ~ ( ~ ( ~ p1
                | p2
                | p3 )
            | ~ ( ~ p2
                | p1
                | p3 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[82]) ).

thf(85,plain,
    ( ( ~ ~ ( ~ ( ~ p2
                | ~ p3
                | p1 )
            | ~ ( p2
                | p3
                | p1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[83]) ).

thf(86,plain,
    ( ( ~ ~ ( ~ ( ~ p1
                | ~ p2
                | p3 )
            | ~ ( ~ p1
                | ~ p3
                | p2 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[83]) ).

thf(87,plain,
    ( ( ~ ~ ( ~ ( ~ p1
                | ~ p2
                | ~ p3 )
            | ~ ( p1
                | p2
                | ~ p3 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[84]) ).

thf(88,plain,
    ( ( ~ ~ ( ~ ( ~ p1
                | p2
                | p3 )
            | ~ ( ~ p2
                | p1
                | p3 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[84]) ).

thf(89,plain,
    ( ( ~ ( ~ ( ~ p2
              | ~ p3
              | p1 )
          | ~ ( p2
              | p3
              | p1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[85]) ).

thf(90,plain,
    ( ( ~ ( ~ ( ~ p1
              | ~ p2
              | p3 )
          | ~ ( ~ p1
              | ~ p3
              | p2 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[86]) ).

thf(91,plain,
    ( ( ~ ( ~ ( ~ p1
              | ~ p2
              | ~ p3 )
          | ~ ( p1
              | p2
              | ~ p3 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[87]) ).

thf(92,plain,
    ( ( ~ ( ~ ( ~ p1
              | p2
              | p3 )
          | ~ ( ~ p2
              | p1
              | p3 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[88]) ).

thf(93,plain,
    ( ( ~ ( ~ p2
          | ~ p3
          | p1 )
      | ~ ( p2
          | p3
          | p1 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[89]) ).

thf(94,plain,
    ( ( ~ ( ~ p1
          | ~ p2
          | p3 )
      | ~ ( ~ p1
          | ~ p3
          | p2 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[90]) ).

thf(95,plain,
    ( ( ~ ( ~ p1
          | ~ p2
          | ~ p3 )
      | ~ ( p1
          | p2
          | ~ p3 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[91]) ).

thf(96,plain,
    ( ( ~ ( ~ p1
          | p2
          | p3 )
      | ~ ( ~ p2
          | p1
          | p3 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[92]) ).

thf(97,plain,
    ( ( ~ ( ~ p2
          | ~ p3
          | p1 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[93]) ).

thf(98,plain,
    ( ( ~ ( p2
          | p3
          | p1 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[93]) ).

thf(99,plain,
    ( ( ~ ( ~ p1
          | ~ p2
          | p3 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[94]) ).

thf(100,plain,
    ( ( ~ ( ~ p1
          | ~ p3
          | p2 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[94]) ).

thf(101,plain,
    ( ( ~ ( ~ p1
          | ~ p2
          | ~ p3 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[95]) ).

thf(102,plain,
    ( ( ~ ( p1
          | p2
          | ~ p3 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[95]) ).

thf(103,plain,
    ( ( ~ ( ~ p1
          | p2
          | p3 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[96]) ).

thf(104,plain,
    ( ( ~ ( ~ p2
          | p1
          | p3 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[96]) ).

thf(105,plain,
    ( ( ~ p2
      | ~ p3
      | p1 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[97]) ).

thf(106,plain,
    ( ( p2
      | p3
      | p1 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[98]) ).

thf(107,plain,
    ( ( ~ p1
      | ~ p2
      | p3 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[99]) ).

thf(108,plain,
    ( ( ~ p1
      | ~ p3
      | p2 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[100]) ).

thf(109,plain,
    ( ( ~ p1
      | ~ p2
      | ~ p3 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[101]) ).

thf(110,plain,
    ( ( p1
      | p2
      | ~ p3 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[102]) ).

thf(111,plain,
    ( ( ~ p1
      | p2
      | p3 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[103]) ).

thf(112,plain,
    ( ( ~ p2
      | p1
      | p3 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[104]) ).

thf(113,plain,
    ( ( ( ~ p2
        | ~ p3 )
      = $true )
    | ( p1 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[105]) ).

thf(114,plain,
    ( ( ( p2
        | p3 )
      = $true )
    | ( p1 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[106]) ).

thf(115,plain,
    ( ( ( ~ p1 )
      = $true )
    | ( ( ~ p2
        | p3 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[107]) ).

thf(116,plain,
    ( ( ( ~ p1 )
      = $true )
    | ( ( ~ p3
        | p2 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[108]) ).

thf(117,plain,
    ( ( ( ~ p1
        | ~ p2 )
      = $true )
    | ( ( ~ p3 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[109]) ).

thf(118,plain,
    ( ( ( p1
        | p2 )
      = $true )
    | ( ( ~ p3 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[110]) ).

thf(119,plain,
    ( ( ( ~ p1
        | p2 )
      = $true )
    | ( p3 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[111]) ).

thf(120,plain,
    ( ( ( ~ p2
        | p1 )
      = $true )
    | ( p3 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[112]) ).

thf(121,plain,
    ( ( ( ~ p2 )
      = $true )
    | ( ( ~ p3 )
      = $true )
    | ( p1 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[113]) ).

thf(122,plain,
    ( ( p2 = $true )
    | ( p3 = $true )
    | ( p1 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[114]) ).

thf(123,plain,
    ( ( p1 = $false )
    | ( ( ~ p2
        | p3 )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[115]) ).

thf(124,plain,
    ( ( p1 = $false )
    | ( ( ~ p3
        | p2 )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[116]) ).

thf(125,plain,
    ( ( ( ~ p1 )
      = $true )
    | ( ( ~ p2 )
      = $true )
    | ( ( ~ p3 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[117]) ).

thf(126,plain,
    ( ( p1 = $true )
    | ( p2 = $true )
    | ( ( ~ p3 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[118]) ).

thf(127,plain,
    ( ( ( ~ p1 )
      = $true )
    | ( p2 = $true )
    | ( p3 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[119]) ).

thf(128,plain,
    ( ( ( ~ p2 )
      = $true )
    | ( p1 = $true )
    | ( p3 = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[120]) ).

thf(129,plain,
    ( ( p2 = $false )
    | ( ( ~ p3 )
      = $true )
    | ( p1 = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[121]) ).

thf(130,plain,
    ( ( ( ~ p2 )
      = $true )
    | ( p3 = $true )
    | ( p1 = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[123]) ).

thf(131,plain,
    ( ( ( ~ p3 )
      = $true )
    | ( p2 = $true )
    | ( p1 = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[124]) ).

thf(132,plain,
    ( ( p1 = $false )
    | ( ( ~ p2 )
      = $true )
    | ( ( ~ p3 )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[125]) ).

thf(133,plain,
    ( ( p3 = $false )
    | ( p2 = $true )
    | ( p1 = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[126]) ).

thf(134,plain,
    ( ( p1 = $false )
    | ( p2 = $true )
    | ( p3 = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[127]) ).

thf(135,plain,
    ( ( p2 = $false )
    | ( p1 = $true )
    | ( p3 = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[128]) ).

thf(136,plain,
    ( ( p3 = $false )
    | ( p2 = $false )
    | ( p1 = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[129]) ).

thf(137,plain,
    ( ( p2 = $false )
    | ( p3 = $true )
    | ( p1 = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[130]) ).

thf(138,plain,
    ( ( p3 = $false )
    | ( p2 = $true )
    | ( p1 = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[131]) ).

thf(139,plain,
    ( ( p2 = $false )
    | ( p1 = $false )
    | ( ( ~ p3 )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[132]) ).

thf(140,plain,
    ( ( p3 = $false )
    | ( p1 = $false )
    | ( p2 = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[139]) ).

thf(141,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[122,140,138,137,136,135,134,133]) ).

thf(142,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[141,75]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SYN393+1.003 : TPTP v8.1.0. Released v2.0.0.
% 0.11/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.34  % Computer : n013.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  : 600
% 0.12/0.34  % DateTime : Mon Jul 11 21:32:29 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.35  
% 0.12/0.35   No.of.Axioms: 0
% 0.12/0.35  
% 0.12/0.35   Length.of.Defs: 0
% 0.12/0.35  
% 0.12/0.35   Contains.Choice.Funs: false
% 0.12/0.35  (rf:0,axioms:0,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:2,loop_count:0,foatp_calls:0,translation:fof_full)..
% 0.12/0.41  
% 0.12/0.41  ********************************
% 0.12/0.41  *   All subproblems solved!    *
% 0.12/0.41  ********************************
% 0.12/0.41  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:0,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:141,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.41  
% 0.20/0.41  %**** Beginning of derivation protocol ****
% 0.20/0.41  % SZS output start CNFRefutation
% See solution above
% 0.20/0.41  
% 0.20/0.41  %**** End of derivation protocol ****
% 0.20/0.41  %**** no. of clauses in derivation: 142 ****
% 0.20/0.41  %**** clause counter: 141 ****
% 0.20/0.41  
% 0.20/0.41  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:0,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:141,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------