TSTP Solution File: PUZ010-1 by SATCoP---0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SATCoP---0.1
% Problem  : PUZ010-1 : TPTP v8.1.0. Bugfixed v1.0.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : satcop --statistics %s

% Computer : n023.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 18:26:08 EDT 2022

% Result   : Unsatisfiable 0.18s 0.45s
% Output   : Proof 0.18s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(g0,plain,
    ( ~ lives(english,house_3)
    | ~ lives(spaniard,house_4)
    | ~ lives(norwegian,house_1)
    | ~ lives(ukranian,house_2)
    | ~ lives(japanese,house_5)
    | ~ drinks(english,milk)
    | ~ drinks(spaniard,orange)
    | ~ drinks(norwegian,water)
    | ~ drinks(ukranian,tea)
    | ~ drinks(japanese,coffee)
    | ~ drives(english,porsche)
    | ~ drives(spaniard,honda)
    | ~ drives(norwegian,masserati)
    | ~ drives(ukranian,saab)
    | ~ drives(japanese,jaguar)
    | ~ owns(english,snails)
    | ~ owns(spaniard,dog)
    | ~ owns(norwegian,fox)
    | ~ owns(ukranian,horse)
    | ~ owns(japanese,zebra)
    | ~ is_color(house_1,yellow)
    | ~ is_color(house_2,blue)
    | ~ is_color(house_3,red)
    | ~ is_color(house_4,ivory)
    | ~ is_color(house_5,green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_configuration)]) ).

cnf(g1,plain,
    ( ~ person(english)
    | drinks(english,orange)
    | drinks(english,coffee)
    | drinks(english,tea)
    | drinks(english,milk)
    | drinks(english,water) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',drink_something)]) ).

cnf(g2,plain,
    ( ~ person(english)
    | ~ drives(english,porsche)
    | owns(english,snails) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',porsche_with_snails)]) ).

cnf(g3,plain,
    ( ~ person(english)
    | owns(english,dog)
    | owns(english,snails)
    | owns(english,horse)
    | owns(english,fox)
    | owns(english,zebra) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',own_a_pet)]) ).

cnf(g4,plain,
    ( ~ house(house_1)
    | is_color(house_1,red)
    | is_color(house_1,yellow)
    | is_color(house_1,blue)
    | is_color(house_1,green)
    | is_color(house_1,ivory) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_coloured)]) ).

cnf(g5,plain,
    ( ~ person(norwegian)
    | drinks(norwegian,orange)
    | drinks(norwegian,coffee)
    | drinks(norwegian,tea)
    | drinks(norwegian,milk)
    | drinks(norwegian,water) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',drink_something)]) ).

cnf(g6,plain,
    ( ~ person(japanese)
    | lives(japanese,house_1)
    | lives(japanese,house_2)
    | lives(japanese,house_3)
    | lives(japanese,house_4)
    | lives(japanese,house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',people_live_somewhere)]) ).

cnf(g7,plain,
    person(japanese),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',japanese)]) ).

cnf(g8,plain,
    ( ~ lives(english,house_4)
    | ~ lives(japanese,house_4)
    | ~ house(house_4) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_japanese_live_apart)]) ).

cnf(g9,plain,
    ( ~ person(japanese)
    | ~ lives(japanese,house_4)
    | ~ house(house_4)
    | ~ drinks(japanese,coffee)
    | is_color(house_4,green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',coffee_in_green_house)]) ).

cnf(g10,plain,
    ( ~ lives(spaniard,house_4)
    | ~ lives(japanese,house_4)
    | ~ house(house_4) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_japanese_live_apart)]) ).

cnf(g11,plain,
    ( ~ person(ukranian)
    | lives(ukranian,house_1)
    | lives(ukranian,house_2)
    | lives(ukranian,house_3)
    | lives(ukranian,house_4)
    | lives(ukranian,house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',people_live_somewhere)]) ).

cnf(g12,plain,
    person(ukranian),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ukranian)]) ).

cnf(g13,plain,
    ( ~ house(house_4)
    | is_color(house_4,red)
    | is_color(house_4,yellow)
    | is_color(house_4,blue)
    | is_color(house_4,green)
    | is_color(house_4,ivory) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_coloured)]) ).

cnf(g14,plain,
    house(house_4),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_house_4)]) ).

cnf(g15,plain,
    ( ~ is_color(house_3,red)
    | ~ is_color(house_4,red)
    | ~ color(red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_3_and_4_coloured_different)]) ).

cnf(g16,plain,
    ( ~ is_color(house_1,red)
    | ~ is_color(house_4,red)
    | ~ color(red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_4_coloured_different)]) ).

cnf(g17,plain,
    ( ~ is_color(house_2,red)
    | ~ is_color(house_4,red)
    | ~ color(red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_2_and_4_coloured_different)]) ).

cnf(g18,plain,
    ( ~ is_color(house_4,red)
    | ~ is_color(house_5,red)
    | ~ color(red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_4_and_5_coloured_different)]) ).

cnf(g19,plain,
    ( ~ person(english)
    | lives(english,house_1)
    | lives(english,house_2)
    | lives(english,house_3)
    | lives(english,house_4)
    | lives(english,house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',people_live_somewhere)]) ).

cnf(g20,plain,
    person(english),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english)]) ).

cnf(g21,plain,
    ( ~ lives(english,house_2)
    | ~ house(house_2)
    | is_color(house_2,red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_in_red_house)]) ).

cnf(g22,plain,
    ( ~ person(english)
    | ~ drinks(english,milk)
    | lives(english,house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',milk_in_middle)]) ).

cnf(g23,plain,
    ( ~ person(norwegian)
    | drives(norwegian,masserati)
    | drives(norwegian,saab)
    | drives(norwegian,porsche)
    | drives(norwegian,honda)
    | drives(norwegian,jaguar) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',drive_something)]) ).

cnf(g24,plain,
    person(norwegian),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian)]) ).

cnf(g25,plain,
    ( ~ drives(norwegian,jaguar)
    | ~ drives(japanese,jaguar)
    | ~ car(jaguar) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_japanese_drive_different)]) ).

cnf(g26,plain,
    lives(norwegian,house_1),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_in_house_house_1)]) ).

cnf(g27,plain,
    drives(japanese,jaguar),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',japanese_drives_jaguar)]) ).

cnf(g28,plain,
    ( ~ person(norwegian)
    | owns(norwegian,dog)
    | owns(norwegian,snails)
    | owns(norwegian,horse)
    | owns(norwegian,fox)
    | owns(norwegian,zebra) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',own_a_pet)]) ).

cnf(g29,plain,
    ( ~ person(spaniard)
    | lives(spaniard,house_1)
    | lives(spaniard,house_2)
    | lives(spaniard,house_3)
    | lives(spaniard,house_4)
    | lives(spaniard,house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',people_live_somewhere)]) ).

cnf(g30,plain,
    ( ~ person(japanese)
    | owns(japanese,dog)
    | owns(japanese,snails)
    | owns(japanese,horse)
    | owns(japanese,fox)
    | owns(japanese,zebra) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',own_a_pet)]) ).

cnf(g31,plain,
    ( ~ person(japanese)
    | drinks(japanese,orange)
    | drinks(japanese,coffee)
    | drinks(japanese,tea)
    | drinks(japanese,milk)
    | drinks(japanese,water) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',drink_something)]) ).

cnf(g32,plain,
    owns(spaniard,dog),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_owns_dog)]) ).

cnf(g33,plain,
    car(jaguar),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',jaguar)]) ).

cnf(g34,plain,
    ( ~ person(english)
    | drives(english,masserati)
    | drives(english,saab)
    | drives(english,porsche)
    | drives(english,honda)
    | drives(english,jaguar) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',drive_something)]) ).

cnf(g35,plain,
    ( ~ drives(english,saab)
    | ~ drives(norwegian,saab)
    | ~ car(saab) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_norwegian_drive_different)]) ).

cnf(g36,plain,
    ( ~ drives(spaniard,saab)
    | ~ drives(norwegian,saab)
    | ~ car(saab) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_norwegian_drive_different)]) ).

cnf(g37,plain,
    ( ~ person(spaniard)
    | drives(spaniard,masserati)
    | drives(spaniard,saab)
    | drives(spaniard,porsche)
    | drives(spaniard,honda)
    | drives(spaniard,jaguar) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',drive_something)]) ).

cnf(g38,plain,
    ( ~ drives(norwegian,saab)
    | ~ drives(ukranian,saab)
    | ~ car(saab) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_ukranian_drive_different)]) ).

cnf(g39,plain,
    car(saab),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',saab)]) ).

cnf(g40,plain,
    ( ~ person(ukranian)
    | drives(ukranian,masserati)
    | drives(ukranian,saab)
    | drives(ukranian,porsche)
    | drives(ukranian,honda)
    | drives(ukranian,jaguar) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',drive_something)]) ).

cnf(g41,plain,
    house(house_1),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_house_1)]) ).

cnf(g42,plain,
    color(green),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',green)]) ).

cnf(g43,plain,
    ( ~ is_color(house_1,green)
    | ~ is_color(house_4,green)
    | ~ color(green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_4_coloured_different)]) ).

cnf(g44,plain,
    ( ~ is_color(house_1,green)
    | ~ is_color(house_3,green)
    | ~ color(green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_3_coloured_different)]) ).

cnf(g45,plain,
    ( ~ house(house_3)
    | is_color(house_3,red)
    | is_color(house_3,yellow)
    | is_color(house_3,blue)
    | is_color(house_3,green)
    | is_color(house_3,ivory) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_coloured)]) ).

cnf(g46,plain,
    ( ~ is_color(house_1,green)
    | ~ is_color(house_5,green)
    | ~ color(green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_5_coloured_different)]) ).

cnf(g47,plain,
    ( ~ house(house_5)
    | is_color(house_5,red)
    | is_color(house_5,yellow)
    | is_color(house_5,blue)
    | is_color(house_5,green)
    | is_color(house_5,ivory) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_coloured)]) ).

cnf(g48,plain,
    ( ~ drives(ukranian,jaguar)
    | ~ drives(japanese,jaguar)
    | ~ car(jaguar) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ukranian_and_japanese_drive_different)]) ).

cnf(g49,plain,
    ( ~ drives(english,jaguar)
    | ~ drives(japanese,jaguar)
    | ~ car(jaguar) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_japanese_drive_different)]) ).

cnf(g50,plain,
    ( ~ drives(spaniard,jaguar)
    | ~ drives(japanese,jaguar)
    | ~ car(jaguar) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_japanese_drive_different)]) ).

cnf(g51,plain,
    house(house_5),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_house_5)]) ).

cnf(g52,plain,
    ( ~ is_color(house_2,blue)
    | ~ is_color(house_5,blue)
    | ~ color(blue) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_2_and_5_coloured_different)]) ).

cnf(g53,plain,
    color(blue),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',blue)]) ).

cnf(g54,plain,
    ( ~ drinks(english,orange)
    | ~ drinks(japanese,orange)
    | ~ drink(orange) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_japanese_drink_different)]) ).

cnf(g55,plain,
    ( ~ drinks(spaniard,orange)
    | ~ drinks(norwegian,orange)
    | ~ drink(orange) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_norwegian_drink_different)]) ).

cnf(g56,plain,
    ( ~ drinks(ukranian,orange)
    | ~ drinks(japanese,orange)
    | ~ drink(orange) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ukranian_and_japanese_drink_different)]) ).

cnf(g57,plain,
    ( ~ drinks(english,orange)
    | ~ drinks(ukranian,orange)
    | ~ drink(orange) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_unkranian_drink_different)]) ).

cnf(g58,plain,
    ( ~ person(spaniard)
    | ~ lives(spaniard,house_5)
    | ~ house(house_5)
    | ~ drinks(spaniard,coffee)
    | is_color(house_5,green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',coffee_in_green_house)]) ).

cnf(g59,plain,
    ( ~ person(spaniard)
    | drinks(spaniard,orange)
    | drinks(spaniard,coffee)
    | drinks(spaniard,tea)
    | drinks(spaniard,milk)
    | drinks(spaniard,water) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',drink_something)]) ).

cnf(g60,plain,
    ( ~ drinks(spaniard,orange)
    | ~ drinks(ukranian,orange)
    | ~ drink(orange) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_ukranian_drink_different)]) ).

cnf(g61,plain,
    ( ~ drinks(english,orange)
    | ~ drinks(norwegian,orange)
    | ~ drink(orange) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_norwegian_drink_different)]) ).

cnf(g62,plain,
    ( ~ drinks(english,orange)
    | ~ drinks(spaniard,orange)
    | ~ drink(orange) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_spaniard_drink_different)]) ).

cnf(g63,plain,
    ( ~ person(english)
    | ~ lives(english,house_5)
    | ~ house(house_5)
    | ~ drinks(english,coffee)
    | is_color(house_5,green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',coffee_in_green_house)]) ).

cnf(g64,plain,
    ( ~ drinks(norwegian,orange)
    | ~ drinks(ukranian,orange)
    | ~ drink(orange) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_ukranian_drink_different)]) ).

cnf(g65,plain,
    ( ~ drinks(spaniard,orange)
    | ~ drinks(japanese,orange)
    | ~ drink(orange) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_japanese_drink_different)]) ).

cnf(g66,plain,
    drink(orange),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',orange)]) ).

cnf(g67,plain,
    ( ~ person(ukranian)
    | ~ drives(ukranian,honda)
    | drinks(ukranian,orange) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',honda_with_orange)]) ).

cnf(g68,plain,
    ( ~ person(spaniard)
    | ~ drives(spaniard,honda)
    | drinks(spaniard,orange) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',honda_with_orange)]) ).

cnf(g69,plain,
    ( ~ person(english)
    | ~ drives(english,honda)
    | drinks(english,orange) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',honda_with_orange)]) ).

cnf(g70,plain,
    ( ~ person(norwegian)
    | ~ drinks(norwegian,milk)
    | lives(norwegian,house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',milk_in_middle)]) ).

cnf(g71,plain,
    color(red),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',red)]) ).

cnf(g72,plain,
    ( ~ lives(english,house_3)
    | ~ house(house_3)
    | is_color(house_3,red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_in_red_house)]) ).

cnf(g73,plain,
    ( ~ lives(english,house_5)
    | ~ house(house_5)
    | is_color(house_5,red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_in_red_house)]) ).

cnf(g74,plain,
    house(house_2),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_house_2)]) ).

cnf(g75,plain,
    house(house_3),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_house_3)]) ).

cnf(g76,plain,
    ( ~ lives(norwegian,house_3)
    | ~ lives(japanese,house_3)
    | ~ house(house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_japanese_live_apart)]) ).

cnf(g77,plain,
    ( ~ person(spaniard)
    | ~ drinks(spaniard,milk)
    | lives(spaniard,house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',milk_in_middle)]) ).

cnf(g78,plain,
    ( ~ is_color(house_2,yellow)
    | ~ is_color(house_3,yellow)
    | ~ color(yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_2_and_3_coloured_different)]) ).

cnf(g79,plain,
    ( ~ is_color(house_3,yellow)
    | ~ is_color(house_4,yellow)
    | ~ color(yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_3_and_4_coloured_different)]) ).

cnf(g80,plain,
    ( ~ is_color(house_1,yellow)
    | ~ is_color(house_3,yellow)
    | ~ color(yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_3_coloured_different)]) ).

cnf(g81,plain,
    ( ~ is_color(house_3,yellow)
    | ~ is_color(house_5,yellow)
    | ~ color(yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_3_and_5_coloured_different)]) ).

cnf(g82,plain,
    ( ~ lives(english,house_3)
    | ~ lives(japanese,house_3)
    | ~ house(house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_japanese_live_apart)]) ).

cnf(g83,plain,
    ( ~ is_color(house_1,red)
    | ~ is_color(house_2,red)
    | ~ color(red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_2_coloured_different)]) ).

cnf(g84,plain,
    ( ~ is_color(house_2,red)
    | ~ is_color(house_3,red)
    | ~ color(red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_2_and_3_coloured_different)]) ).

cnf(g85,plain,
    ( ~ is_color(house_2,red)
    | ~ is_color(house_5,red)
    | ~ color(red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_2_and_5_coloured_different)]) ).

cnf(g86,plain,
    ( ~ is_color(house_2,yellow)
    | ~ is_color(house_5,yellow)
    | ~ color(yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_2_and_5_coloured_different)]) ).

cnf(g87,plain,
    ( ~ is_color(house_1,yellow)
    | ~ is_color(house_2,yellow)
    | ~ color(yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_2_coloured_different)]) ).

cnf(g88,plain,
    ( ~ is_color(house_2,yellow)
    | ~ is_color(house_4,yellow)
    | ~ color(yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_2_and_4_coloured_different)]) ).

cnf(g89,plain,
    ( ~ drinks(english,tea)
    | ~ drinks(ukranian,tea)
    | ~ drink(tea) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_unkranian_drink_different)]) ).

cnf(g90,plain,
    ( ~ person(ukranian)
    | owns(ukranian,dog)
    | owns(ukranian,snails)
    | owns(ukranian,horse)
    | owns(ukranian,fox)
    | owns(ukranian,zebra) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',own_a_pet)]) ).

cnf(g91,plain,
    ( ~ owns(ukranian,fox)
    | ~ owns(japanese,fox)
    | ~ animal(fox) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ukranian_and_japanese_own_different_pets)]) ).

cnf(g92,plain,
    ( ~ owns(norwegian,fox)
    | ~ owns(ukranian,fox)
    | ~ animal(fox) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_ukranian_own_different_pets)]) ).

cnf(g93,plain,
    animal(fox),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fox)]) ).

cnf(g94,plain,
    ( ~ owns(english,fox)
    | ~ owns(ukranian,fox)
    | ~ animal(fox) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_ukranian_own_different_pets)]) ).

cnf(g95,plain,
    ( ~ owns(norwegian,snails)
    | ~ owns(ukranian,snails)
    | ~ animal(snails) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_ukranian_own_different_pets)]) ).

cnf(g96,plain,
    animal(snails),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',snails)]) ).

cnf(g97,plain,
    ( ~ owns(spaniard,snails)
    | ~ owns(ukranian,snails)
    | ~ animal(snails) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_ukranian_own_different_pets)]) ).

cnf(g98,plain,
    ( ~ person(spaniard)
    | ~ drives(spaniard,porsche)
    | owns(spaniard,snails) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',porsche_with_snails)]) ).

cnf(g99,plain,
    ( ~ owns(ukranian,snails)
    | ~ owns(japanese,snails)
    | ~ animal(snails) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ukranian_and_japanese_own_different_pets)]) ).

cnf(g100,plain,
    ( ~ owns(english,snails)
    | ~ owns(ukranian,snails)
    | ~ animal(snails) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_ukranian_own_different_pets)]) ).

cnf(g101,plain,
    ( ~ lives(norwegian,house_1)
    | ~ house(house_2)
    | ~ house(house_1)
    | ~ next_to(house_1,house_2)
    | is_color(house_2,blue) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_in_blue_house)]) ).

cnf(g102,plain,
    ( ~ left_of(house_1,house_2)
    | next_to(house_1,house_2) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_means_next_to)]) ).

cnf(g103,plain,
    left_of(house_1,house_2),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_1_left_of_house_2)]) ).

cnf(g104,plain,
    ( ~ owns(english,horse)
    | ~ owns(norwegian,horse)
    | ~ animal(horse) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_norwegian_own_different_pets)]) ).

cnf(g105,plain,
    ( ~ owns(norwegian,horse)
    | ~ owns(japanese,horse)
    | ~ animal(horse) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_japanese_own_different_pets)]) ).

cnf(g106,plain,
    animal(horse),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',horse)]) ).

cnf(g107,plain,
    ( ~ owns(norwegian,horse)
    | ~ owns(ukranian,horse)
    | ~ animal(horse) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_ukranian_own_different_pets)]) ).

cnf(g108,plain,
    ( ~ is_color(house_3,green)
    | ~ is_color(house_4,green)
    | ~ color(green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_3_and_4_coloured_different)]) ).

cnf(g109,plain,
    ( ~ is_color(house_4,green)
    | ~ is_color(house_5,green)
    | ~ color(green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_4_and_5_coloured_different)]) ).

cnf(g110,plain,
    ( ~ is_color(house_2,green)
    | ~ is_color(house_4,green)
    | ~ color(green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_2_and_4_coloured_different)]) ).

cnf(g111,plain,
    drinks(ukranian,tea),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ukranian_drinks_tea)]) ).

cnf(g112,plain,
    ( ~ person(norwegian)
    | ~ lives(norwegian,house_1)
    | ~ house(house_1)
    | ~ drinks(norwegian,coffee)
    | is_color(house_1,green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',coffee_in_green_house)]) ).

cnf(g113,plain,
    ( ~ drives(norwegian,porsche)
    | ~ drives(ukranian,porsche)
    | ~ car(porsche) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_ukranian_drive_different)]) ).

cnf(g114,plain,
    ( ~ drives(spaniard,porsche)
    | ~ drives(ukranian,porsche)
    | ~ car(porsche) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_ukranian_drive_different)]) ).

cnf(g115,plain,
    ( ~ drives(english,porsche)
    | ~ drives(ukranian,porsche)
    | ~ car(porsche) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_ukranian_drive_different)]) ).

cnf(g116,plain,
    car(porsche),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',porsche)]) ).

cnf(g117,plain,
    ( ~ person(ukranian)
    | ~ drives(ukranian,porsche)
    | owns(ukranian,snails) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',porsche_with_snails)]) ).

cnf(g118,plain,
    animal(dog),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',dog)]) ).

cnf(g119,plain,
    ( ~ owns(spaniard,dog)
    | ~ owns(japanese,dog)
    | ~ animal(dog) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_japanese_own_different_pets)]) ).

cnf(g120,plain,
    ( ~ owns(ukranian,horse)
    | ~ owns(japanese,horse)
    | ~ animal(horse) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ukranian_and_japanese_own_different_pets)]) ).

cnf(g121,plain,
    ( ~ owns(english,horse)
    | ~ owns(japanese,horse)
    | ~ animal(horse) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_japanese_own_different_pets)]) ).

cnf(g122,plain,
    ( ~ person(english)
    | ~ lives(english,house_4)
    | ~ house(house_4)
    | ~ drives(english,masserati)
    | is_color(house_4,yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_in_yellow_house)]) ).

cnf(g123,plain,
    ( ~ owns(english,fox)
    | ~ owns(japanese,fox)
    | ~ animal(fox) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_japanese_own_different_pets)]) ).

cnf(g124,plain,
    person(spaniard),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard)]) ).

cnf(g125,plain,
    ( ~ owns(spaniard,dog)
    | ~ owns(norwegian,dog)
    | ~ animal(dog) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_norwegian_own_different_pets)]) ).

cnf(g126,plain,
    ( ~ owns(english,dog)
    | ~ owns(spaniard,dog)
    | ~ animal(dog) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_spaniard_own_different_pets)]) ).

cnf(g127,plain,
    ( ~ owns(spaniard,dog)
    | ~ owns(ukranian,dog)
    | ~ animal(dog) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_ukranian_own_different_pets)]) ).

cnf(g128,plain,
    ( ~ drives(english,honda)
    | ~ drives(spaniard,honda)
    | ~ car(honda) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_spaniard_drive_different)]) ).

cnf(g129,plain,
    ( ~ drives(spaniard,honda)
    | ~ drives(norwegian,honda)
    | ~ car(honda) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_norwegian_drive_different)]) ).

cnf(g130,plain,
    ( ~ drives(english,honda)
    | ~ drives(ukranian,honda)
    | ~ car(honda) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_ukranian_drive_different)]) ).

cnf(g131,plain,
    ( ~ drives(norwegian,honda)
    | ~ drives(ukranian,honda)
    | ~ car(honda) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_ukranian_drive_different)]) ).

cnf(g132,plain,
    ( ~ drives(spaniard,honda)
    | ~ drives(ukranian,honda)
    | ~ car(honda) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_ukranian_drive_different)]) ).

cnf(g133,plain,
    ( ~ drives(english,honda)
    | ~ drives(norwegian,honda)
    | ~ car(honda) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_norwegian_drive_different)]) ).

cnf(g134,plain,
    ( ~ owns(english,fox)
    | ~ owns(norwegian,fox)
    | ~ animal(fox) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_norwegian_own_different_pets)]) ).

cnf(g135,plain,
    ( ~ owns(norwegian,zebra)
    | ~ owns(ukranian,zebra)
    | ~ animal(zebra) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_ukranian_own_different_pets)]) ).

cnf(g136,plain,
    ( ~ owns(english,zebra)
    | ~ owns(norwegian,zebra)
    | ~ animal(zebra) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_norwegian_own_different_pets)]) ).

cnf(g137,plain,
    ( ~ owns(norwegian,zebra)
    | ~ owns(japanese,zebra)
    | ~ animal(zebra) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_japanese_own_different_pets)]) ).

cnf(g138,plain,
    ( ~ drives(english,saab)
    | ~ drives(spaniard,saab)
    | ~ car(saab) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_spaniard_drive_different)]) ).

cnf(g139,plain,
    ( ~ drives(spaniard,saab)
    | ~ drives(ukranian,saab)
    | ~ car(saab) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_ukranian_drive_different)]) ).

cnf(g140,plain,
    ( ~ lives(english,house_1)
    | ~ lives(norwegian,house_1)
    | ~ house(house_1) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_norwegian_live_apart)]) ).

cnf(g141,plain,
    color(yellow),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',yellow)]) ).

cnf(g142,plain,
    ( ~ person(english)
    | ~ lives(english,house_5)
    | ~ house(house_5)
    | ~ drives(english,masserati)
    | is_color(house_5,yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_in_yellow_house)]) ).

cnf(g143,plain,
    ( ~ person(norwegian)
    | ~ lives(norwegian,house_3)
    | ~ house(house_3)
    | ~ drives(norwegian,masserati)
    | is_color(house_3,yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_in_yellow_house)]) ).

cnf(g144,plain,
    ( ~ person(english)
    | ~ lives(english,house_3)
    | ~ house(house_3)
    | ~ drives(english,masserati)
    | is_color(house_3,yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_in_yellow_house)]) ).

cnf(g145,plain,
    ( ~ person(japanese)
    | ~ drinks(japanese,milk)
    | lives(japanese,house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',milk_in_middle)]) ).

cnf(g146,plain,
    ( ~ drinks(spaniard,milk)
    | ~ drinks(japanese,milk)
    | ~ drink(milk) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_japanese_drink_different)]) ).

cnf(g147,plain,
    ( ~ drinks(norwegian,milk)
    | ~ drinks(japanese,milk)
    | ~ drink(milk) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_japanese_drink_different)]) ).

cnf(g148,plain,
    ( ~ drinks(spaniard,tea)
    | ~ drinks(ukranian,tea)
    | ~ drink(tea) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_ukranian_drink_different)]) ).

cnf(g149,plain,
    drink(tea),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',tea)]) ).

cnf(g150,plain,
    ( ~ drinks(spaniard,water)
    | ~ drinks(norwegian,water)
    | ~ drink(water) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_norwegian_drink_different)]) ).

cnf(g151,plain,
    drink(water),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',water)]) ).

cnf(g152,plain,
    ( ~ drinks(english,water)
    | ~ drinks(spaniard,water)
    | ~ drink(water) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_spaniard_drink_different)]) ).

cnf(g153,plain,
    ( ~ drinks(english,coffee)
    | ~ drinks(japanese,coffee)
    | ~ drink(coffee) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_japanese_drink_different)]) ).

cnf(g154,plain,
    ( ~ drinks(english,coffee)
    | ~ drinks(spaniard,coffee)
    | ~ drink(coffee) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_spaniard_drink_different)]) ).

cnf(g155,plain,
    ( ~ drinks(ukranian,tea)
    | ~ drinks(japanese,tea)
    | ~ drink(tea) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ukranian_and_japanese_drink_different)]) ).

cnf(g156,plain,
    ( ~ drinks(norwegian,tea)
    | ~ drinks(ukranian,tea)
    | ~ drink(tea) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_ukranian_drink_different)]) ).

cnf(g157,plain,
    ( ~ drinks(spaniard,water)
    | ~ drinks(japanese,water)
    | ~ drink(water) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_japanese_drink_different)]) ).

cnf(g158,plain,
    drink(milk),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',milk)]) ).

cnf(g159,plain,
    ( ~ is_color(house_2,green)
    | ~ is_color(house_3,green)
    | ~ color(green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_2_and_3_coloured_different)]) ).

cnf(g160,plain,
    ( ~ is_color(house_3,green)
    | ~ is_color(house_5,green)
    | ~ color(green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_3_and_5_coloured_different)]) ).

cnf(g161,plain,
    ( ~ drinks(spaniard,coffee)
    | ~ drinks(japanese,coffee)
    | ~ drink(coffee) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_japanese_drink_different)]) ).

cnf(g162,plain,
    drink(coffee),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',coffee)]) ).

cnf(g163,plain,
    ( ~ lives(ukranian,house_5)
    | ~ lives(japanese,house_5)
    | ~ house(house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ukranian_and_japanese_live_apart)]) ).

cnf(g164,plain,
    ( ~ lives(norwegian,house_1)
    | ~ lives(ukranian,house_1)
    | ~ house(house_1) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_ukranian_live_apart)]) ).

cnf(g165,plain,
    ( ~ person(ukranian)
    | ~ lives(ukranian,house_3)
    | ~ house(house_3)
    | ~ drives(ukranian,masserati)
    | is_color(house_3,yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_in_yellow_house)]) ).

cnf(g166,plain,
    ( ~ drives(english,saab)
    | ~ drives(ukranian,saab)
    | ~ car(saab) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_ukranian_drive_different)]) ).

cnf(g167,plain,
    ( ~ person(spaniard)
    | ~ lives(spaniard,house_3)
    | ~ house(house_3)
    | ~ drives(spaniard,masserati)
    | is_color(house_3,yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_in_yellow_house)]) ).

cnf(g168,plain,
    ( ~ lives(spaniard,house_5)
    | ~ lives(japanese,house_5)
    | ~ house(house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_japanese_live_apart)]) ).

cnf(g169,plain,
    ( ~ lives(norwegian,house_1)
    | ~ lives(japanese,house_1)
    | ~ house(house_1) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_japanese_live_apart)]) ).

cnf(g170,plain,
    ( ~ lives(english,house_3)
    | ~ lives(ukranian,house_3)
    | ~ house(house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_ukranian_live_apart)]) ).

cnf(g171,plain,
    ( ~ lives(spaniard,house_2)
    | ~ lives(ukranian,house_2)
    | ~ house(house_2) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_ukranian_live_apart)]) ).

cnf(g172,plain,
    ( ~ person(ukranian)
    | ~ lives(ukranian,house_2)
    | ~ house(house_2)
    | ~ drives(ukranian,masserati)
    | is_color(house_2,yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_in_yellow_house)]) ).

cnf(g173,plain,
    ( ~ owns(ukranian,zebra)
    | ~ owns(japanese,zebra)
    | ~ animal(zebra) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ukranian_and_japanese_own_different_pets)]) ).

cnf(g174,plain,
    ( ~ owns(english,zebra)
    | ~ owns(japanese,zebra)
    | ~ animal(zebra) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_japanese_own_different_pets)]) ).

cnf(g175,plain,
    ( ~ owns(english,zebra)
    | ~ owns(ukranian,zebra)
    | ~ animal(zebra) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_ukranian_own_different_pets)]) ).

cnf(g176,plain,
    ( ~ person(spaniard)
    | ~ lives(spaniard,house_5)
    | ~ house(house_5)
    | ~ drives(spaniard,masserati)
    | is_color(house_5,yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_in_yellow_house)]) ).

cnf(g177,plain,
    ( ~ is_color(house_1,yellow)
    | ~ is_color(house_5,yellow)
    | ~ color(yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_5_coloured_different)]) ).

cnf(g178,plain,
    ( ~ is_color(house_4,yellow)
    | ~ is_color(house_5,yellow)
    | ~ color(yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_4_and_5_coloured_different)]) ).

cnf(g179,plain,
    ( ~ lives(english,house_3)
    | ~ lives(norwegian,house_3)
    | ~ house(house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_norwegian_live_apart)]) ).

cnf(g180,plain,
    ( ~ lives(english,house_5)
    | ~ lives(spaniard,house_5)
    | ~ house(house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_spaniard_live_apart)]) ).

cnf(g181,plain,
    ( ~ owns(spaniard,snails)
    | ~ owns(japanese,snails)
    | ~ animal(snails) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_japanese_own_different_pets)]) ).

cnf(g182,plain,
    ( ~ owns(english,snails)
    | ~ owns(spaniard,snails)
    | ~ animal(snails) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_spaniard_own_different_pets)]) ).

cnf(g183,plain,
    ( ~ owns(spaniard,snails)
    | ~ owns(norwegian,snails)
    | ~ animal(snails) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_norwegian_own_different_pets)]) ).

cnf(g184,plain,
    ( ~ drives(english,porsche)
    | ~ drives(spaniard,porsche)
    | ~ car(porsche) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_spaniard_drive_different)]) ).

cnf(g185,plain,
    ( ~ drives(spaniard,porsche)
    | ~ drives(norwegian,porsche)
    | ~ car(porsche) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_norwegian_drive_different)]) ).

cnf(g186,plain,
    ( ~ is_color(house_1,ivory)
    | ~ is_color(house_4,ivory)
    | ~ color(ivory) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_4_coloured_different)]) ).

cnf(g187,plain,
    ( ~ is_color(house_1,ivory)
    | ~ is_color(house_5,ivory)
    | ~ color(ivory) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_5_coloured_different)]) ).

cnf(g188,plain,
    ( ~ is_color(house_1,ivory)
    | ~ is_color(house_3,ivory)
    | ~ color(ivory) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_3_coloured_different)]) ).

cnf(g189,plain,
    ( ~ is_color(house_2,blue)
    | ~ is_color(house_4,blue)
    | ~ color(blue) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_2_and_4_coloured_different)]) ).

cnf(g190,plain,
    ( ~ is_color(house_1,blue)
    | ~ is_color(house_2,blue)
    | ~ color(blue) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_2_coloured_different)]) ).

cnf(g191,plain,
    ( ~ is_color(house_2,blue)
    | ~ is_color(house_3,blue)
    | ~ color(blue) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_2_and_3_coloured_different)]) ).

cnf(g192,plain,
    ( ~ house(house_5)
    | ~ house(house_4)
    | ~ is_color(house_5,ivory)
    | ~ is_color(house_4,green)
    | left_of(house_5,house_4) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',green_right_of_ivory)]) ).

cnf(g193,plain,
    ( ~ is_color(house_3,red)
    | ~ is_color(house_5,red)
    | ~ color(red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_3_and_5_coloured_different)]) ).

cnf(g194,plain,
    ( ~ is_color(house_1,red)
    | ~ is_color(house_5,red)
    | ~ color(red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_5_coloured_different)]) ).

cnf(g195,plain,
    ( ~ owns(norwegian,fox)
    | ~ owns(japanese,fox)
    | ~ animal(fox) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_japanese_own_different_pets)]) ).

cnf(g196,plain,
    ( ~ owns(english,horse)
    | ~ owns(ukranian,horse)
    | ~ animal(horse) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_ukranian_own_different_pets)]) ).

cnf(g197,plain,
    ( ~ drinks(english,water)
    | ~ drinks(japanese,water)
    | ~ drink(water) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_japanese_drink_different)]) ).

cnf(g198,plain,
    ( ~ drinks(english,water)
    | ~ drinks(norwegian,water)
    | ~ drink(water) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_norwegian_drink_different)]) ).

cnf(g199,plain,
    ( ~ lives(spaniard,house_1)
    | ~ lives(norwegian,house_1)
    | ~ house(house_1) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_norwegian_live_apart)]) ).

cnf(g200,plain,
    ( ~ lives(spaniard,house_4)
    | ~ lives(ukranian,house_4)
    | ~ house(house_4) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',spaniard_and_ukranian_live_apart)]) ).

cnf(g201,plain,
    ( ~ lives(english,house_5)
    | ~ lives(japanese,house_5)
    | ~ house(house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_japanese_live_apart)]) ).

cnf(g202,plain,
    ( ~ person(spaniard)
    | ~ lives(spaniard,house_4)
    | ~ house(house_4)
    | ~ drives(spaniard,masserati)
    | is_color(house_4,yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_in_yellow_house)]) ).

cnf(g203,plain,
    ( ~ person(spaniard)
    | ~ lives(spaniard,house_4)
    | ~ house(house_4)
    | ~ drinks(spaniard,coffee)
    | is_color(house_4,green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',coffee_in_green_house)]) ).

cnf(g204,plain,
    ( ~ drives(english,porsche)
    | ~ drives(norwegian,porsche)
    | ~ car(porsche) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_norwegian_drive_different)]) ).

cnf(g205,plain,
    ( ~ owns(english,snails)
    | ~ owns(norwegian,snails)
    | ~ animal(snails) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_norwegian_own_different_pets)]) ).

cnf(g206,plain,
    ( ~ owns(english,snails)
    | ~ owns(japanese,snails)
    | ~ animal(snails) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_japanese_own_different_pets)]) ).

cnf(g207,plain,
    ( ~ lives(english,house_3)
    | ~ lives(spaniard,house_3)
    | ~ house(house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_and_spaniard_live_apart)]) ).

cnf(g208,plain,
    ( ~ person(ukranian)
    | ~ lives(ukranian,house_4)
    | ~ house(house_4)
    | ~ drives(ukranian,masserati)
    | is_color(house_4,yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_in_yellow_house)]) ).

cnf(g209,plain,
    ( ~ lives(english,house_4)
    | ~ house(house_4)
    | is_color(house_4,red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',english_in_red_house)]) ).

cnf(g210,plain,
    car(honda),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',honda)]) ).

cnf(g211,plain,
    ( ~ person(spaniard)
    | ~ lives(spaniard,house_2)
    | ~ house(house_2)
    | ~ drives(spaniard,masserati)
    | is_color(house_2,yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_in_yellow_house)]) ).

cnf(g212,plain,
    animal(zebra),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',zebra)]) ).

cnf(g213,plain,
    ( ~ is_color(house_1,yellow)
    | ~ is_color(house_4,yellow)
    | ~ color(yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_4_coloured_different)]) ).

cnf(g214,plain,
    ( ~ is_color(house_4,ivory)
    | ~ is_color(house_5,ivory)
    | ~ color(ivory) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_4_and_5_coloured_different)]) ).

cnf(g215,plain,
    ( ~ is_color(house_3,ivory)
    | ~ is_color(house_4,ivory)
    | ~ color(ivory) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_3_and_4_coloured_different)]) ).

cnf(g216,plain,
    ( ~ is_color(house_3,ivory)
    | ~ is_color(house_5,ivory)
    | ~ color(ivory) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_3_and_5_coloured_different)]) ).

cnf(g217,plain,
    color(ivory),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ivory)]) ).

cnf(g218,plain,
    ( ~ person(english)
    | ~ lives(english,house_4)
    | ~ house(house_4)
    | ~ drinks(english,coffee)
    | is_color(house_4,green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',coffee_in_green_house)]) ).

cnf(g219,plain,
    ( ~ person(english)
    | ~ lives(english,house_3)
    | ~ house(house_3)
    | ~ drinks(english,coffee)
    | is_color(house_3,green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',coffee_in_green_house)]) ).

cnf(g220,plain,
    ( ~ house(house_1)
    | ~ house(house_5)
    | ~ is_color(house_1,ivory)
    | ~ is_color(house_5,green)
    | left_of(house_1,house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',green_right_of_ivory)]) ).

cnf(g221,plain,
    ( ~ is_color(house_2,green)
    | ~ is_color(house_5,green)
    | ~ color(green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_2_and_5_coloured_different)]) ).

cnf(g222,plain,
    ( ~ person(japanese)
    | ~ lives(japanese,house_2)
    | ~ house(house_2)
    | ~ drinks(japanese,coffee)
    | is_color(house_2,green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',coffee_in_green_house)]) ).

cnf(g223,plain,
    ( ~ is_color(house_1,red)
    | ~ is_color(house_3,red)
    | ~ color(red) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',houses_1_and_3_coloured_different)]) ).

cnf(g224,plain,
    ( ~ person(norwegian)
    | ~ person(english)
    | ~ lives(norwegian,house_1)
    | ~ lives(english,house_3)
    | ~ house(house_1)
    | ~ house(house_3)
    | ~ drives(english,saab)
    | ~ owns(norwegian,fox)
    | next_to(house_1,house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',saab_with_fox)]) ).

cnf(g225,plain,
    ( ~ lives(norwegian,house_1)
    | ~ house(house_4)
    | ~ house(house_1)
    | ~ next_to(house_1,house_4)
    | is_color(house_4,blue) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_in_blue_house)]) ).

cnf(g226,plain,
    ( ~ left_of(house_1,house_4)
    | next_to(house_1,house_4) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_means_next_to)]) ).

cnf(g227,plain,
    ( ~ left_of(house_4,house_1)
    | next_to(house_1,house_4) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',right_mean_next_to)]) ).

cnf(g228,plain,
    ( ~ drinks(norwegian,water)
    | ~ drinks(japanese,water)
    | ~ drink(water) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_and_japanese_drink_different)]) ).

cnf(g229,plain,
    ( ~ person(ukranian)
    | ~ lives(ukranian,house_5)
    | ~ house(house_5)
    | ~ drives(ukranian,masserati)
    | is_color(house_5,yellow) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_in_yellow_house)]) ).

cnf(g230,plain,
    ( ~ person(norwegian)
    | ~ person(norwegian)
    | ~ lives(norwegian,house_1)
    | ~ lives(norwegian,house_1)
    | ~ house(house_1)
    | ~ house(house_1)
    | ~ drives(norwegian,masserati)
    | ~ owns(norwegian,horse)
    | next_to(house_1,house_1) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_next_to_horse)]) ).

cnf(g231,plain,
    ( ~ lives(norwegian,house_1)
    | ~ house(house_5)
    | ~ house(house_1)
    | ~ next_to(house_1,house_5)
    | is_color(house_5,blue) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_in_blue_house)]) ).

cnf(g232,plain,
    ( ~ left_of(house_1,house_5)
    | next_to(house_1,house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_means_next_to)]) ).

cnf(g233,plain,
    ( ~ person(norwegian)
    | ~ person(english)
    | ~ lives(norwegian,house_1)
    | ~ lives(english,house_5)
    | ~ house(house_1)
    | ~ house(house_5)
    | ~ drives(norwegian,masserati)
    | ~ owns(english,horse)
    | next_to(house_1,house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_next_to_horse)]) ).

cnf(g234,plain,
    ( ~ left_of(house_5,house_1)
    | next_to(house_1,house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',right_mean_next_to)]) ).

cnf(g235,plain,
    ( ~ person(spaniard)
    | ~ lives(spaniard,house_2)
    | ~ house(house_2)
    | ~ drinks(spaniard,coffee)
    | is_color(house_2,green) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',coffee_in_green_house)]) ).

cnf(g236,plain,
    ( ~ lives(norwegian,house_1)
    | ~ house(house_3)
    | ~ house(house_1)
    | ~ next_to(house_1,house_3)
    | is_color(house_3,blue) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_in_blue_house)]) ).

cnf(g237,plain,
    ( ~ left_of(house_3,house_1)
    | next_to(house_1,house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',right_mean_next_to)]) ).

cnf(g238,plain,
    ( ~ left_of(house_1,house_3)
    | next_to(house_1,house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_means_next_to)]) ).

cnf(g239,plain,
    ( ~ person(norwegian)
    | ~ person(english)
    | ~ lives(norwegian,house_1)
    | ~ lives(english,house_4)
    | ~ house(house_1)
    | ~ house(house_4)
    | ~ drives(norwegian,masserati)
    | ~ owns(english,horse)
    | next_to(house_1,house_4) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_next_to_horse)]) ).

cnf(g240,plain,
    ( ~ lives(norwegian,house_1)
    | ~ house(house_1)
    | ~ house(house_1)
    | ~ next_to(house_1,house_1)
    | is_color(house_1,blue) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',norwegian_in_blue_house)]) ).

cnf(g241,plain,
    ( ~ house(house_5)
    | ~ house(house_1)
    | ~ is_color(house_5,ivory)
    | ~ is_color(house_1,green)
    | left_of(house_5,house_1) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',green_right_of_ivory)]) ).

cnf(g242,plain,
    ( ~ house(house_3)
    | ~ house(house_1)
    | ~ is_color(house_3,ivory)
    | ~ is_color(house_1,green)
    | left_of(house_3,house_1) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',green_right_of_ivory)]) ).

cnf(g243,plain,
    ( ~ person(norwegian)
    | ~ person(ukranian)
    | ~ lives(norwegian,house_1)
    | ~ lives(ukranian,house_4)
    | ~ house(house_1)
    | ~ house(house_4)
    | ~ drives(ukranian,saab)
    | ~ owns(norwegian,fox)
    | next_to(house_1,house_4) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',saab_with_fox)]) ).

cnf(g244,plain,
    ~ left_of(house_2,house_5),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_2_not_left_of_house_5)]) ).

cnf(g245,plain,
    ~ left_of(house_5,house_2),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_5_not_left_of_house_2)]) ).

cnf(g246,plain,
    ( ~ house(house_1)
    | ~ house(house_3)
    | ~ is_color(house_1,ivory)
    | ~ is_color(house_3,green)
    | left_of(house_1,house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',green_right_of_ivory)]) ).

cnf(g247,plain,
    ( ~ person(norwegian)
    | ~ person(japanese)
    | ~ lives(norwegian,house_1)
    | ~ lives(japanese,house_5)
    | ~ house(house_1)
    | ~ house(house_5)
    | ~ drives(norwegian,masserati)
    | ~ owns(japanese,horse)
    | next_to(house_1,house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_next_to_horse)]) ).

cnf(g248,plain,
    ( ~ person(norwegian)
    | ~ person(english)
    | ~ lives(norwegian,house_1)
    | ~ lives(english,house_3)
    | ~ house(house_1)
    | ~ house(house_3)
    | ~ drives(norwegian,masserati)
    | ~ owns(english,horse)
    | next_to(house_1,house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_next_to_horse)]) ).

cnf(g249,plain,
    ( ~ person(norwegian)
    | ~ person(japanese)
    | ~ lives(norwegian,house_1)
    | ~ lives(japanese,house_3)
    | ~ house(house_1)
    | ~ house(house_3)
    | ~ drives(norwegian,masserati)
    | ~ owns(japanese,horse)
    | next_to(house_1,house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_next_to_horse)]) ).

cnf(g250,plain,
    ( ~ person(norwegian)
    | ~ person(japanese)
    | ~ lives(norwegian,house_1)
    | ~ lives(japanese,house_4)
    | ~ house(house_1)
    | ~ house(house_4)
    | ~ drives(norwegian,masserati)
    | ~ owns(japanese,horse)
    | next_to(house_1,house_4) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_next_to_horse)]) ).

cnf(g251,plain,
    ( ~ person(norwegian)
    | ~ person(spaniard)
    | ~ lives(norwegian,house_1)
    | ~ lives(spaniard,house_3)
    | ~ house(house_1)
    | ~ house(house_3)
    | ~ drives(spaniard,saab)
    | ~ owns(norwegian,fox)
    | next_to(house_1,house_3) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',saab_with_fox)]) ).

cnf(g252,plain,
    ( ~ house(house_1)
    | ~ house(house_4)
    | ~ is_color(house_1,ivory)
    | ~ is_color(house_4,green)
    | left_of(house_1,house_4) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',green_right_of_ivory)]) ).

cnf(g253,plain,
    ( ~ house(house_4)
    | ~ house(house_1)
    | ~ is_color(house_4,ivory)
    | ~ is_color(house_1,green)
    | left_of(house_4,house_1) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',green_right_of_ivory)]) ).

cnf(g254,plain,
    ( ~ person(japanese)
    | ~ person(ukranian)
    | ~ lives(japanese,house_5)
    | ~ lives(ukranian,house_2)
    | ~ house(house_5)
    | ~ house(house_2)
    | ~ drives(ukranian,saab)
    | ~ owns(japanese,fox)
    | next_to(house_5,house_2) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',saab_with_fox)]) ).

cnf(g255,plain,
    ( ~ next_to(house_5,house_2)
    | left_of(house_5,house_2)
    | left_of(house_2,house_5) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',next_to_means_left_or_right)]) ).

cnf(g256,plain,
    ~ left_of(house_5,house_4),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',house_5_not_left_of_house_4)]) ).

cnf(g257,plain,
    ( ~ person(norwegian)
    | ~ person(ukranian)
    | ~ lives(norwegian,house_1)
    | ~ lives(ukranian,house_4)
    | ~ house(house_1)
    | ~ house(house_4)
    | ~ drives(norwegian,masserati)
    | ~ owns(ukranian,horse)
    | next_to(house_1,house_4) ),
    inference(ground_cnf,[],[file('/export/starexec/sandbox2/benchmark/theBenchmark.p',masserati_next_to_horse)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : PUZ010-1 : TPTP v8.1.0. Bugfixed v1.0.1.
% 0.03/0.11  % Command  : satcop --statistics %s
% 0.11/0.32  % Computer : n023.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 600
% 0.11/0.32  % DateTime : Sun May 29 01:45:57 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 0.18/0.45  % symbols: 45
% 0.18/0.45  % clauses: 128
% 0.18/0.45  % start clauses: 1
% 0.18/0.45  % iterative deepening steps: 481
% 0.18/0.45  % maximum path limit: 7
% 0.18/0.45  % literal attempts: 74791
% 0.18/0.45  % depth failures: 42705
% 0.18/0.45  % regularity failures: 2927
% 0.18/0.45  % tautology failures: 0
% 0.18/0.45  % reductions: 2528
% 0.18/0.45  % extensions: 71816
% 0.18/0.45  % SAT variables: 1882
% 0.18/0.45  % SAT clauses: 7638
% 0.18/0.45  % WalkSAT solutions: 7570
% 0.18/0.45  % CDCL solutions: 65
% 0.18/0.45  % SZS status Unsatisfiable for theBenchmark
% 0.18/0.45  % SZS output start ListOfCNF for theBenchmark
% See solution above
%------------------------------------------------------------------------------