TSTP Solution File: GRP025-1 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP025-1 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n025.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  : 300s
% DateTime : Thu Aug 31 00:51:55 EDT 2023

% Result   : Unsatisfiable 4.76s 1.03s
% Output   : CNFRefutation 4.76s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_total_function2')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ product(X,Y,Z,U)
    | ~ product(X,Y,Z,V)
    | U = V ),
    inference(cnf_transformation,[],['$inc_total_function2']) ).

cnf('2',plain,
    product(g1,a,b,b),
    inference(cnf_transformation,[],[a_times_b_is_b]) ).

cnf('3',plain,
    ( ~ product(g1,a,b,X)
    | b = X ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    ( ~ group_member(X,g1)
    | X = b
    | X = a ),
    inference(cnf_transformation,[],[a_and_b_only_members_of_group1]) ).

cnf('5',plain,
    group_member(d1,g1),
    inference(cnf_transformation,[],[d1_member_of_group1]) ).

cnf('6',plain,
    ( d1 = b
    | d1 = a ),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    ( product(g1,a,b,d1)
    | d1 = a ),
    inference(paramodulation,[],['6','2']) ).

cnf('8',plain,
    ( b = d1
    | d1 = a ),
    inference(resolution,[],['3','7']) ).

cnf('9',plain,
    group_member(identity_for(X),X),
    inference(cnf_transformation,[],['$inc_identity_in_group']) ).

cnf('10',plain,
    ( identity_for(g1) = b
    | identity_for(g1) = a ),
    inference(resolution,[],['9','4']) ).

cnf('11',plain,
    product(X,identity_for(X),Y,Y),
    inference(cnf_transformation,[],['$inc_left_identity']) ).

cnf('12',plain,
    ( ~ product(X,identity_for(X),Y,Z)
    | Y = Z ),
    inference(resolution,[],['1','11']) ).

cnf('13',plain,
    product(X,Y,inverse(X,Y),identity_for(X)),
    inference(cnf_transformation,[],['$inc_right_inverse']) ).

cnf('14',plain,
    inverse(X,identity_for(X)) = identity_for(X),
    inference(resolution,[],['12','13']) ).

cnf('15',plain,
    ( inverse(g1,b) = identity_for(g1)
    | identity_for(g1) = a ),
    inference(paramodulation,[],['10','14']) ).

cnf('16',plain,
    ( inverse(g1,b) = b
    | identity_for(g1) = a ),
    inference(paramodulation,[],['10','15']) ).

cnf('17',plain,
    product(X,inverse(X,Y),Y,identity_for(X)),
    inference(cnf_transformation,[],['$inc_left_inverse']) ).

cnf('18',plain,
    ( product(g1,b,b,identity_for(g1))
    | identity_for(g1) = a ),
    inference(paramodulation,[],['16','17']) ).

cnf('19',plain,
    product(g1,b,b,a),
    inference(cnf_transformation,[],[b_times_b_is_a]) ).

cnf('20',plain,
    ( ~ product(g1,b,b,X)
    | a = X ),
    inference(resolution,[],['1','19']) ).

cnf('21',plain,
    ( identity_for(g1) = a
    | a = identity_for(g1) ),
    inference(resolution,[],['18','20']) ).

cnf('22',plain,
    ( a = identity_for(g1)
    | product(g1,a,X,X) ),
    inference(paramodulation,[],['21','11']) ).

cnf('23',plain,
    product(X,Y,identity_for(X),Y),
    inference(cnf_transformation,[],['$inc_right_identity']) ).

cnf('24',plain,
    ( ~ product(X,Y,identity_for(X),Z)
    | Y = Z ),
    inference(resolution,[],['1','23']) ).

cnf('25',plain,
    a = identity_for(g1),
    inference(resolution,[],['22','24']) ).

cnf('26',plain,
    product(g1,a,X,X),
    inference(paramodulation,[],['25','11']) ).

cnf('27',plain,
    ( b = d1
    | product(g1,d1,X,X) ),
    inference(paramodulation,[],['8','26']) ).

cnf('28',plain,
    product(g1,d1,d2,d3),
    inference(cnf_transformation,[],[d1_times_d2_is_d3]) ).

cnf('29',plain,
    ( ~ product(g1,d1,d2,X)
    | d3 = X ),
    inference(resolution,[],['1','28']) ).

cnf('30',plain,
    ( b = d1
    | d3 = d2 ),
    inference(resolution,[],['27','29']) ).

cnf('31',plain,
    an_isomorphism(a) = c,
    inference(cnf_transformation,[],[a_maps_to_c]) ).

cnf('32',plain,
    ( an_isomorphism(d1) = c
    | b = d1 ),
    inference(paramodulation,[],['8','31']) ).

cnf('33',plain,
    ~ product(g2,an_isomorphism(d1),an_isomorphism(d2),an_isomorphism(d3)),
    inference(cnf_transformation,[],[prove_product_holds_in_group2]) ).

cnf('34',plain,
    ( ~ product(g2,c,an_isomorphism(d2),an_isomorphism(d3))
    | b = d1 ),
    inference(paramodulation,[],['32','33']) ).

cnf('35',plain,
    ( ~ group_member(X,g2)
    | X = d
    | X = c ),
    inference(cnf_transformation,[],[c_and_d_only_members_of_group2]) ).

cnf('36',plain,
    ( identity_for(g2) = d
    | identity_for(g2) = c ),
    inference(resolution,[],['9','35']) ).

cnf('37',plain,
    ( inverse(g2,d) = identity_for(g2)
    | identity_for(g2) = c ),
    inference(paramodulation,[],['36','14']) ).

cnf('38',plain,
    ( inverse(g2,d) = d
    | identity_for(g2) = c ),
    inference(paramodulation,[],['36','37']) ).

cnf('39',plain,
    ( product(g2,d,d,identity_for(g2))
    | identity_for(g2) = c ),
    inference(paramodulation,[],['38','17']) ).

cnf('40',plain,
    product(g2,d,d,c),
    inference(cnf_transformation,[],[d_times_d_is_c]) ).

cnf('41',plain,
    ( ~ product(g2,d,d,X)
    | c = X ),
    inference(resolution,[],['1','40']) ).

cnf('42',plain,
    ( identity_for(g2) = c
    | c = identity_for(g2) ),
    inference(resolution,[],['39','41']) ).

cnf('43',plain,
    ( c = identity_for(g2)
    | product(g2,c,X,X) ),
    inference(paramodulation,[],['42','11']) ).

cnf('44',plain,
    c = identity_for(g2),
    inference(resolution,[],['43','24']) ).

cnf('45',plain,
    product(g2,c,X3,X3),
    inference(paramodulation,[],['44','11']) ).

cnf('46',plain,
    b = d1,
    inference(paramodulation,[then_simplify],['30','34','45']) ).

cnf('47',plain,
    ( ~ product(g1,b,d1,X3)
    | a = X3 ),
    inference(paramodulation,[],['46','20']) ).

cnf('48',plain,
    group_member(d2,g1),
    inference(cnf_transformation,[],[d2_member_of_group1]) ).

cnf('49',plain,
    ( d2 = b
    | d2 = a ),
    inference(resolution,[],['4','48']) ).

cnf('50',plain,
    ( product(g1,a,b,d2)
    | d2 = a ),
    inference(paramodulation,[],['49','2']) ).

cnf('51',plain,
    ( b = d2
    | d2 = a ),
    inference(resolution,[],['3','50']) ).

cnf('52',plain,
    product(g1,X,a,X),
    inference(paramodulation,[],['25','23']) ).

cnf('53',plain,
    ( b = d2
    | product(g1,X3,d2,X3) ),
    inference(paramodulation,[],['51','52']) ).

cnf('54',plain,
    ( d1 = d2
    | product(g1,X,d2,X) ),
    inference(simplify,[],['53','46']) ).

cnf('55',plain,
    ( d3 = d1
    | d1 = d2 ),
    inference(resolution,[],['54','29']) ).

cnf('56',plain,
    ( an_isomorphism(d2) = c
    | b = d2 ),
    inference(paramodulation,[],['51','31']) ).

cnf('57',plain,
    ( ~ product(g2,an_isomorphism(d1),c,an_isomorphism(d3))
    | b = d2 ),
    inference(paramodulation,[],['56','33']) ).

cnf('58',plain,
    product(g2,X3,c,X3),
    inference(paramodulation,[],['44','23']) ).

cnf('59',plain,
    ( b = d2
    | d1 = d2 ),
    inference(paramodulation,[then_simplify],['55','57','58']) ).

cnf('60',plain,
    ( d1 = d2
    | d1 = d2 ),
    inference(simplify,[],['59','46']) ).

cnf('61',plain,
    d1 = d2,
    inference(factorization,[],['60']) ).

cnf('62',plain,
    group_member(d3,g1),
    inference(cnf_transformation,[],[d3_member_of_group1]) ).

cnf('63',plain,
    ( d3 = b
    | d3 = a ),
    inference(resolution,[],['4','62']) ).

cnf('64',plain,
    ( product(g1,a,b,d3)
    | d3 = a ),
    inference(paramodulation,[],['63','2']) ).

cnf('65',plain,
    ( b = d3
    | d3 = a ),
    inference(resolution,[],['3','64']) ).

cnf('66',plain,
    ( an_isomorphism(d3) = c
    | b = d3 ),
    inference(paramodulation,[],['65','31']) ).

cnf('67',plain,
    an_isomorphism(b) = d,
    inference(cnf_transformation,[],[b_maps_to_d]) ).

cnf('68',plain,
    an_isomorphism(d1) = d,
    inference(paramodulation,[],['46','67']) ).

cnf('69',plain,
    an_isomorphism(d2) = d,
    inference(paramodulation,[],['61','68']) ).

cnf('70',plain,
    ~ product(g2,d,an_isomorphism(d2),an_isomorphism(d3)),
    inference(paramodulation,[],['68','33']) ).

cnf('71',plain,
    ~ product(g2,d,d,an_isomorphism(d3)),
    inference(paramodulation,[],['69','70']) ).

cnf('72',plain,
    product(g2,d,d,c),
    inference(cnf_transformation,[],[d_times_d_is_c]) ).

cnf('73',plain,
    b = d3,
    inference(paramodulation,[then_simplify],['66','71','72']) ).

cnf('74',plain,
    d2 = d3,
    inference(simplify,[then_simplify],['73','46','61']) ).

cnf('75',plain,
    ( ~ product(g1,d3,d3,X)
    | a = X ),
    inference(simplify,[then_simplify],['47','46','61','74','61','74']) ).

cnf('76',plain,
    product(g1,d2,d2,d3),
    inference(paramodulation,[],['61','28']) ).

cnf('77',plain,
    product(g1,d2,d3,d3),
    inference(paramodulation,[],['74','76']) ).

cnf('78',plain,
    product(g1,d3,d3,d3),
    inference(simplify,[],['77','74']) ).

cnf('79',plain,
    a = d3,
    inference(resolution,[],['75','78']) ).

cnf('80',plain,
    an_isomorphism(d3) = c,
    inference(paramodulation,[],['79','31']) ).

cnf('81',plain,
    an_isomorphism(d3) = d,
    inference(paramodulation,[],['74','69']) ).

cnf('82',plain,
    d = c,
    inference(simplify,[],['80','81']) ).

cnf('83',plain,
    product(g2,X,c,X),
    inference(paramodulation,[],['44','23']) ).

cnf('84',plain,
    ~ product(g2,d,d,d),
    inference(paramodulation,[],['81','71']) ).

cnf('85',plain,
    $false,
    inference(paramodulation,[then_simplify],['82','83','84']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : GRP025-1 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.00/0.11  % Command  : gkc %s
% 0.11/0.30  % Computer : n025.cluster.edu
% 0.11/0.30  % Model    : x86_64 x86_64
% 0.11/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.30  % Memory   : 8042.1875MB
% 0.11/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit : 300
% 0.11/0.31  % WCLimit  : 300
% 0.11/0.31  % DateTime : Mon Aug 28 20:06:10 EDT 2023
% 0.11/0.31  % CPUTime  : 
% 0.16/0.36  
% 0.16/0.36  input clause set summed statistics:
% 0.16/0.36  ----------------------------------
% 0.16/0.36  in_clause_count:                    32
% 0.16/0.36  in_rule_clause_count:               16
% 0.16/0.36  in_fact_clause_count:               16
% 0.16/0.36  in_answer_clause_count:              0
% 0.16/0.36  in_ground_clause_count:             19
% 0.16/0.36  in_unit_clause_count:               24
% 0.16/0.36  in_horn_clause_count:               30
% 0.16/0.36  in_pos_clause_count:                23
% 0.16/0.36  in_neg_clause_count:                 1
% 0.16/0.36  in_poseq_clause_count:               5
% 0.16/0.36  in_negeq_clause_count:               0
% 0.16/0.36  in_unitposeq_clause_count:           2
% 0.16/0.36  in_chain_clause_count:               0
% 0.16/0.36  in_min_length:             1
% 0.16/0.36  in_max_length:             4
% 0.16/0.36  in_min_depth:              1
% 0.16/0.36  in_max_depth:              2
% 0.16/0.36  in_min_size:               3
% 0.16/0.36  in_max_size:              20
% 0.16/0.36  in_min_vars:               0
% 0.16/0.36  in_max_vars:               7
% 0.16/0.36  in_extaxiom_count:                11
% 0.16/0.36  in_axiom_count:                    0
% 0.16/0.36  in_assumption_count:              20
% 0.16/0.36  in_goal_count:                     1
% 0.16/0.36  in_neg_goal_count:                 1
% 0.16/0.36  in_pos_goal_count:                 0
% 0.16/0.36  in_posunit_goal_count:             0
% 0.16/0.36  
% 0.16/0.36  auto guide:
% 0.16/0.36  -----------
% 0.16/0.36  {
% 0.16/0.36  "print":1,
% 0.16/0.36  "print_level": 15,
% 0.16/0.36  "max_size": 0,
% 0.16/0.36  "max_depth": 0,
% 0.16/0.36  "max_length": 0,
% 0.16/0.36  "max_dseconds": 0,
% 0.16/0.36  "runs":[
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.16/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.16/0.36  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.16/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.36  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.16/0.36  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.16/0.36  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.16/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.16/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.16/0.36  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.16/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.16/0.36  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.16/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.16/0.36  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.16/0.36  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.16/0.36  
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.16/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.16/0.36  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.16/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.36  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.16/0.36  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.16/0.36  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.16/0.36  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.16/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.16/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.16/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.16/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.16/0.36  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.16/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.16/0.36  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.16/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.16/0.36  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.16/0.36  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.16/0.36  
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.16/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.16/0.36  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.16/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.16/0.36  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.16/0.36  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.16/0.36  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.16/0.36  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.16/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.16/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.16/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.16/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.16/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.16/0.36  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.16/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.16/0.36  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.16/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.16/0.36  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.16/0.36  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.16/0.36  
% 0.16/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.36  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.16/0.36  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.16/0.36  
% 0.16/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.16/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.16/0.36  
% 0.16/0.36  ]}
% 0.16/0.36  
% 0.16/0.36  
% 0.16/0.36  **** run 1 fork 0 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.16/0.36  
% 0.16/0.36  **** run 2 fork 1 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.16/0.36  
% 0.16/0.36  **** run 3 fork 2 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.16/0.36  
% 0.16/0.36  **** run 4 fork 3 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.16/0.36  
% 0.16/0.36  **** run 5 fork 4 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.36  
% 0.16/0.36  **** run 6 fork 5 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.36  
% 0.16/0.36  **** run 7 fork 6 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.16/0.36  
% 0.16/0.36  **** run 8 fork 7 starts with strategy
% 0.16/0.36  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.45  
% 0.16/0.45  fork 3: search finished without proof.
% 0.16/0.47  
% 0.16/0.47  **** run 12 fork 3 starts with strategy
% 0.16/0.47  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 6: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 2: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 0: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 4: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 5: search terminated without proof.
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  fork 7: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  
% 0.16/0.50  fork 1: search terminated without proof.
% 0.16/0.52  
% 0.16/0.52  **** run 14 fork 5 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.16/0.52  **** run 15 fork 6 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.16/0.52  
% 0.16/0.52  
% 0.16/0.52  **** run 9 fork 0 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.16/0.52  
% 0.16/0.52  **** run 16 fork 7 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.16/0.52  
% 0.16/0.52  **** run 11 fork 2 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.16/0.52  
% 0.16/0.52  **** run 10 fork 1 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.16/0.52  
% 0.16/0.52  **** run 13 fork 4 starts with strategy
% 0.16/0.52  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.16/0.59  
% 0.16/0.59  
% 0.16/0.59  fork 3: search terminated without proof.
% 0.16/0.61  
% 0.16/0.61  **** run 20 fork 3 starts with strategy
% 0.16/0.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.16/0.63  
% 0.16/0.63  
% 0.16/0.63  fork 5: search terminated without proof.
% 0.16/0.63  
% 0.16/0.63  
% 0.16/0.63  fork 0: search terminated without proof.
% 0.16/0.64  
% 0.16/0.64  
% 0.16/0.64  fork 6: search terminated without proof.
% 0.16/0.64  
% 0.16/0.64  
% 0.16/0.64  fork 2: search terminated without proof.
% 0.16/0.64  
% 0.16/0.64  
% 0.16/0.64  fork 1: search terminated without proof.
% 0.16/0.64  
% 0.16/0.64  
% 0.16/0.64  fork 4: search terminated without proof.
% 0.16/0.65  
% 0.16/0.65  **** run 22 fork 5 starts with strategy
% 0.16/0.65  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.16/0.66  
% 0.16/0.66  **** run 17 fork 0 starts with strategy
% 0.16/0.66  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.16/0.66  
% 0.16/0.66  **** run 18 fork 1 starts with strategy
% 0.16/0.66  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.16/0.66  
% 0.16/0.66  **** run 23 fork 6 starts with strategy
% 0.16/0.66  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.16/0.66  
% 0.16/0.66  **** run 19 fork 2 starts with strategy
% 0.16/0.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.16/0.66  
% 0.16/0.66  **** run 21 fork 4 starts with strategy
% 0.16/0.66  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.16/0.74  
% 0.16/0.74  fork 3: search finished without proof.
% 0.16/0.76  
% 0.16/0.76  **** run 28 fork 3 starts with strategy
% 0.16/0.76  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.16/0.77  
% 0.16/0.77  
% 0.16/0.77  fork 5: search terminated without proof.
% 0.16/0.78  
% 0.16/0.78  
% 0.16/0.78  fork 4: search terminated without proof.
% 0.16/0.79  
% 0.16/0.79  
% 0.16/0.79  fork 1: search terminated without proof.
% 0.16/0.79  
% 0.16/0.79  **** run 30 fork 5 starts with strategy
% 0.16/0.79  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.16/0.79  
% 0.16/0.79  
% 0.16/0.79  fork 6: search terminated without proof.
% 0.16/0.79  
% 0.16/0.79  
% 0.16/0.79  fork 2: search terminated without proof.
% 0.16/0.80  
% 0.16/0.80  **** run 29 fork 4 starts with strategy
% 0.16/0.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 0.16/0.81  
% 0.16/0.81  **** run 26 fork 1 starts with strategy
% 0.16/0.81  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.16/0.82  
% 0.16/0.82  **** run 31 fork 6 starts with strategy
% 0.16/0.82  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 0.16/0.82  
% 0.16/0.82  **** run 27 fork 2 starts with strategy
% 0.16/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.16/0.85  
% 0.16/0.85  
% 0.16/0.85  fork 0: search terminated without proof.
% 3.36/0.87  
% 3.36/0.87  **** run 25 fork 0 starts with strategy
% 3.36/0.87  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.36/0.88  
% 3.36/0.88  
% 3.36/0.88  fork 3: search terminated without proof.
% 3.36/0.90  
% 3.36/0.90  **** run 36 fork 3 starts with strategy
% 3.36/0.90  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 3.36/0.91  
% 3.36/0.91  
% 3.36/0.91  fork 4: search terminated without proof.
% 4.17/0.93  
% 4.17/0.93  
% 4.17/0.93  fork 5: search terminated without proof.
% 4.17/0.93  
% 4.17/0.93  
% 4.17/0.93  fork 1: search terminated without proof.
% 4.17/0.93  
% 4.17/0.93  **** run 37 fork 4 starts with strategy
% 4.17/0.93  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.17/0.94  
% 4.17/0.94  
% 4.17/0.94  fork 2: search terminated without proof.
% 4.17/0.94  
% 4.17/0.94  
% 4.17/0.94  fork 6: search terminated without proof.
% 4.17/0.94  
% 4.17/0.94  **** run 38 fork 5 starts with strategy
% 4.17/0.94  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.17/0.95  
% 4.17/0.95  **** run 34 fork 1 starts with strategy
% 4.17/0.95  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.17/0.96  
% 4.17/0.96  **** run 35 fork 2 starts with strategy
% 4.17/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.17/0.96  
% 4.17/0.96  **** run 39 fork 6 starts with strategy
% 4.17/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.17/0.99  
% 4.17/0.99  
% 4.17/0.99  fork 0: search terminated without proof.
% 4.76/1.02  
% 4.76/1.02  **** run 33 fork 0 starts with strategy
% 4.76/1.02  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.76/1.02  
% 4.76/1.02  
% 4.76/1.02  fork 3: search terminated without proof.
% 4.76/1.03  
% 4.76/1.03  
% 4.76/1.03  result: proof found
% 4.76/1.03  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 4.76/1.03  by run 16 fork 7 strategy {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 4.76/1.03  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 4.76/1.03  
% 4.76/1.03  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 4.76/1.03  
% 4.76/1.03  run 16 fork 7 statistics:
% 4.76/1.03  ----------------------------------
% 4.76/1.03  this run seconds: 0.042644
% 4.76/1.03  total seconds: 0.215283
% 4.76/1.03  stat_given_used: 390
% 4.76/1.03  stat_given_used_at_endgame: 0
% 4.76/1.03  stat_given_candidates:   1132
% 4.76/1.03  stat_given_candidates_at_endgame: 0
% 4.76/1.03  stat_given_candidates_h: 0
% 4.76/1.03  stat_binres_derived_cl:   884
% 4.76/1.03  stat_binres_derived_cl_h: 0
% 4.76/1.03  stat_factor_derived_cl: 10
% 4.76/1.03  stat_para_derived_cl: 10978
% 4.76/1.03  stat_tautologies_discarded: 0
% 4.76/1.03  stat_forward_subsumed: 1795
% 4.76/1.03  stat_derived_cut: 9
% 4.76/1.03  stat_derived_rewritten: 28
% 4.76/1.03  stat_weight_discarded_building: 0
% 4.76/1.03  stat_weight_discarded_cl: 0
% 4.76/1.03  stat_internlimit_discarded_cl: 0
% 4.76/1.03  stat_simplified:  28 simplified 0 derived 0 given
% 4.76/1.03  stat_kept_cl: 8387
% 4.76/1.03  stat_built_cl: 9195
% 4.76/1.03  stat_hyperres_partial_cl: 0
% 4.76/1.03  stat_made_rewriters: 15
% 4.76/1.03  stat_backward_subsumed: 0
% 4.76/1.03  stat_propagated_subsumed: 0
% 4.76/1.03  stat_clsubs_attempted:                      1558
% 4.76/1.03  stat_clsubs_fact_groundunit_found:            37
% 4.76/1.03  stat_clsubs_rule_groundunit_found:             0
% 4.76/1.03  stat_clsubs_top_meta_attempted:             142896
% 4.76/1.03  stat_clsubs_top_meta_failed:                141338
% 4.76/1.03  stat_clsubs_top_meta_nonpref_attempted:              142896
% 4.76/1.03  stat_clsubs_top_meta_nonpref_succeeded:               41716
% 4.76/1.03  stat_clsubs_top_meta_pref_attempted:                  41716
% 4.76/1.03  stat_clsubs_top_meta_pref1_succeeded:                 27355
% 4.76/1.03  stat_clsubs_top_meta_pref2_succeeded:                  4645
% 4.76/1.03  stat_clsubs_top_meta_pref3_succeeded:                  1558
% 4.76/1.03  stat_clsubs_top_meta_pref_succeeded:                   1558
% 4.76/1.03  stat_clsubs_meta_attempted:                 3072
% 4.76/1.03  stat_clsubs_meta_failed:                    1017
% 4.76/1.03  stat_clsubs_predsymbs_attempted:               0
% 4.76/1.03  stat_clsubs_unit_attempted:                  407
% 4.76/1.03  stat_clsubs_full_attempted:                 1151
% 4.76/1.03  stat_forwardsubs_attempted:                10183
% 4.76/1.03  stat_lit_hash_added:                   3264
% 4.76/1.03  stat_lit_hash_computed:               40389
% 4.76/1.03  stat_lit_hash_match_found:             1854
% 4.76/1.03  stat_lit_hash_match_miss:             65292
% 4.76/1.03  stat_lit_hash_cut_ok:                     1
% 4.76/1.03  stat_lit_strong_cut_ok:                   8
% 4.76/1.03  stat_lit_hash_subsume_ok:              1795
% 4.76/1.03  clqueue els 10000000 used 1
% 4.76/1.03  clactive els 10000000 used 391
% 4.76/1.03  clactivesubsume els 10000000 used 1981
% 4.76/1.03  queue_termbuf els 200000000 used 413521
% 4.76/1.03  hyper_termbuf els 100000000 used 1
% 4.76/1.03  active_termbuf els 100000000 used 10135
% 4.76/1.03  varstack els 5000 last used 1
% 4.76/1.03  given_termbuf els 10000000 last used 1
% 4.76/1.03  simplified_termbuf els 10000000 last used 1
% 4.76/1.03  derived_termbuf els 10000000 last used 25
% 4.76/1.03  wr_mallocs: 3904
% 4.76/1.03  wr_callocs: 21
% 4.76/1.03  wr_reallocs: 692
% 4.76/1.03  wr_frees: 2
% 4.76/1.03  wr_malloc_bytes: 4162713460
% 4.76/1.03  wr_calloc_bytes: 112065536
% 4.76/1.03  wr_realloc_bytes: 304304
% 4.76/1.03  wr_realloc_freebytes: 0
% 4.76/1.03  ----------------------------------
%------------------------------------------------------------------------------