TSTP Solution File: GEO076-4 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GEO076-4 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n018.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 : Wed Aug 30 23:05:07 EDT 2023

% Result   : Unsatisfiable 4.18s 1.00s
% Output   : CNFRefutation 4.18s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_axiom_G1B')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( on(X,line_from_to(Y,X))
    | Y = X
    | ~ point(Y)
    | ~ point(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G1B']) ).

cnf('2',plain,
    ( point(point_not_on_line(X))
    | ~ line(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G3B']) ).

cnf('3',plain,
    line(at_least_one_line),
    inference(cnf_transformation,[],['$inc_axiom_G4A']) ).

cnf('4',plain,
    point(point_not_on_line(at_least_one_line)),
    inference(resolution,[],['2','3']) ).

cnf('5',plain,
    ( on(X,line_from_to(point_not_on_line(at_least_one_line),X))
    | point_not_on_line(at_least_one_line) = X
    | ~ point(X) ),
    inference(resolution,[],['1','4']) ).

cnf('6',plain,
    ( point(point_2_on_line(X))
    | ~ line(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G2D']) ).

cnf('7',plain,
    point(point_2_on_line(at_least_one_line)),
    inference(resolution,[],['6','3']) ).

cnf('8',plain,
    ( on(point_2_on_line(at_least_one_line),line_from_to(point_not_on_line(at_least_one_line),point_2_on_line(at_least_one_line)))
    | point_not_on_line(at_least_one_line) = point_2_on_line(at_least_one_line) ),
    inference(resolution,[],['5','7']) ).

cnf('9',plain,
    ( on(point_2_on_line(X),X)
    | ~ line(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G2B']) ).

cnf('10',plain,
    on(point_2_on_line(at_least_one_line),at_least_one_line),
    inference(resolution,[],['9','3']) ).

cnf('11',plain,
    ( ~ on(point_not_on_line(X),X)
    | ~ line(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G3A']) ).

cnf('12',plain,
    ~ on(point_not_on_line(at_least_one_line),at_least_one_line),
    inference(resolution,[],['11','3']) ).

cnf('13',plain,
    on(point_2_on_line(at_least_one_line),line_from_to(point_not_on_line(at_least_one_line),point_2_on_line(at_least_one_line))),
    inference(paramodulation,[then_simplify],['8','10','12']) ).

cnf('14',plain,
    ( ~ on(X,Y)
    | ~ on(X,Z)
    | ~ on(U,Y)
    | ~ on(U,Z)
    | Z = Y
    | U = X
    | ~ line(Y)
    | ~ line(Z)
    | ~ point(X)
    | ~ point(U) ),
    inference(cnf_transformation,[],['$inc_axiom_G1D']) ).

cnf('15',plain,
    ( on(a_point,X)
    | ~ line(X) ),
    inference(cnf_transformation,[],[prove_point_is_not_on_every_line]) ).

cnf('16',plain,
    on(a_point,at_least_one_line),
    inference(resolution,[],['3','15']) ).

cnf('17',plain,
    line(at_least_one_line),
    inference(cnf_transformation,[],['$inc_axiom_G4A']) ).

cnf('18',plain,
    point(a_point),
    inference(cnf_transformation,[],[there_is_a_point]) ).

cnf('19',plain,
    ( ~ on(a_point,X)
    | a_point = Y
    | at_least_one_line = X
    | ~ on(Y,at_least_one_line)
    | ~ on(Y,X)
    | ~ line(X)
    | ~ point(Y) ),
    inference(resolution,[then_simplify],['14','16','17','18']) ).

cnf('20',plain,
    ( line(line_from_to(X,Y))
    | X = Y
    | ~ point(Y)
    | ~ point(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G1C']) ).

cnf('21',plain,
    ( line(line_from_to(X,point_2_on_line(at_least_one_line)))
    | X = point_2_on_line(at_least_one_line)
    | ~ point(X) ),
    inference(resolution,[],['20','7']) ).

cnf('22',plain,
    ( line(line_from_to(point_not_on_line(at_least_one_line),point_2_on_line(at_least_one_line)))
    | point_not_on_line(at_least_one_line) = point_2_on_line(at_least_one_line) ),
    inference(resolution,[],['21','4']) ).

cnf('23',plain,
    line(line_from_to(point_not_on_line(at_least_one_line),point_2_on_line(at_least_one_line))),
    inference(paramodulation,[then_simplify],['22','10','12']) ).

cnf('24',plain,
    on(a_point,line_from_to(point_not_on_line(at_least_one_line),point_2_on_line(at_least_one_line))),
    inference(resolution,[],['23','15']) ).

cnf('25',plain,
    on(point_2_on_line(at_least_one_line),at_least_one_line),
    inference(resolution,[],['9','3']) ).

cnf('26',plain,
    line(line_from_to(point_not_on_line(at_least_one_line),point_2_on_line(at_least_one_line))),
    inference(paramodulation,[then_simplify],['22','10','12']) ).

cnf('27',plain,
    point(point_2_on_line(at_least_one_line)),
    inference(resolution,[],['6','3']) ).

cnf('28',plain,
    ( at_least_one_line = line_from_to(point_not_on_line(at_least_one_line),point_2_on_line(at_least_one_line))
    | a_point = point_2_on_line(at_least_one_line) ),
    inference(resolution,[then_simplify],['13','19','24','25','26','27']) ).

cnf('29',plain,
    ~ on(point_not_on_line(line_from_to(point_not_on_line(at_least_one_line),point_2_on_line(at_least_one_line))),line_from_to(point_not_on_line(at_least_one_line),point_2_on_line(at_least_one_line))),
    inference(resolution,[],['23','11']) ).

cnf('30',plain,
    ( on(X,line_from_to(X,Y))
    | X = Y
    | ~ point(Y)
    | ~ point(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G1A']) ).

cnf('31',plain,
    ( on(X,line_from_to(X,point_2_on_line(at_least_one_line)))
    | X = point_2_on_line(at_least_one_line)
    | ~ point(X) ),
    inference(resolution,[],['30','7']) ).

cnf('32',plain,
    ( on(point_not_on_line(at_least_one_line),line_from_to(point_not_on_line(at_least_one_line),point_2_on_line(at_least_one_line)))
    | point_not_on_line(at_least_one_line) = point_2_on_line(at_least_one_line) ),
    inference(resolution,[],['31','4']) ).

cnf('33',plain,
    on(point_not_on_line(at_least_one_line),line_from_to(point_not_on_line(at_least_one_line),point_2_on_line(at_least_one_line))),
    inference(paramodulation,[then_simplify],['32','10','12']) ).

cnf('34',plain,
    a_point = point_2_on_line(at_least_one_line),
    inference(paramodulation,[then_simplify],['28','29','33']) ).

cnf('35',plain,
    ( on(X,line_from_to(X,point_not_on_line(at_least_one_line)))
    | X = point_not_on_line(at_least_one_line)
    | ~ point(X) ),
    inference(resolution,[],['4','30']) ).

cnf('36',plain,
    ( point(point_1_on_line(X))
    | ~ line(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G2C']) ).

cnf('37',plain,
    point(point_1_on_line(at_least_one_line)),
    inference(resolution,[],['36','3']) ).

cnf('38',plain,
    ( on(point_1_on_line(at_least_one_line),line_from_to(point_1_on_line(at_least_one_line),point_not_on_line(at_least_one_line)))
    | point_1_on_line(at_least_one_line) = point_not_on_line(at_least_one_line) ),
    inference(resolution,[],['35','37']) ).

cnf('39',plain,
    ( on(point_1_on_line(X),X)
    | ~ line(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G2A']) ).

cnf('40',plain,
    on(point_1_on_line(at_least_one_line),at_least_one_line),
    inference(resolution,[],['39','3']) ).

cnf('41',plain,
    on(point_1_on_line(at_least_one_line),line_from_to(point_1_on_line(at_least_one_line),point_not_on_line(at_least_one_line))),
    inference(paramodulation,[then_simplify],['38','40','12']) ).

cnf('42',plain,
    ( ~ on(a_point,X)
    | ~ on(Y,at_least_one_line)
    | ~ on(Y,X)
    | Y = a_point
    | X = at_least_one_line
    | ~ line(X)
    | ~ point(Y) ),
    inference(resolution,[then_simplify],['14','16','17','18']) ).

cnf('43',plain,
    point(point_1_on_line(at_least_one_line)),
    inference(resolution,[],['36','3']) ).

cnf('44',plain,
    ( point_1_on_line(at_least_one_line) = a_point
    | ~ on(point_1_on_line(at_least_one_line),X)
    | ~ on(a_point,X)
    | X = at_least_one_line
    | ~ line(X) ),
    inference(resolution,[then_simplify],['42','40','43']) ).

cnf('45',plain,
    ( point_1_on_line(X) != point_2_on_line(X)
    | ~ line(X) ),
    inference(cnf_transformation,[],['$inc_axiom_G2E']) ).

cnf('46',plain,
    point_1_on_line(at_least_one_line) != point_2_on_line(at_least_one_line),
    inference(resolution,[],['45','3']) ).

cnf('47',plain,
    ( a_point != point_2_on_line(at_least_one_line)
    | ~ on(point_1_on_line(at_least_one_line),X)
    | ~ on(a_point,X)
    | X = at_least_one_line
    | ~ line(X) ),
    inference(paramodulation,[],['44','46']) ).

cnf('48',plain,
    ( line(line_from_to(X,point_not_on_line(at_least_one_line)))
    | X = point_not_on_line(at_least_one_line)
    | ~ point(X) ),
    inference(resolution,[],['20','4']) ).

cnf('49',plain,
    ( line(line_from_to(point_1_on_line(at_least_one_line),point_not_on_line(at_least_one_line)))
    | point_1_on_line(at_least_one_line) = point_not_on_line(at_least_one_line) ),
    inference(resolution,[],['48','37']) ).

cnf('50',plain,
    line(line_from_to(point_1_on_line(at_least_one_line),point_not_on_line(at_least_one_line))),
    inference(paramodulation,[then_simplify],['49','40','12']) ).

cnf('51',plain,
    on(a_point,line_from_to(point_1_on_line(at_least_one_line),point_not_on_line(at_least_one_line))),
    inference(resolution,[],['50','15']) ).

cnf('52',plain,
    line(line_from_to(point_1_on_line(at_least_one_line),point_not_on_line(at_least_one_line))),
    inference(paramodulation,[then_simplify],['49','40','12']) ).

cnf('53',plain,
    ( a_point != point_2_on_line(at_least_one_line)
    | line_from_to(point_1_on_line(at_least_one_line),point_not_on_line(at_least_one_line)) = at_least_one_line ),
    inference(resolution,[then_simplify],['41','47','51','52']) ).

cnf('54',plain,
    line_from_to(point_1_on_line(at_least_one_line),point_not_on_line(at_least_one_line)) = at_least_one_line,
    inference(resolution,[],['34','53']) ).

cnf('55',plain,
    ~ on(point_not_on_line(line_from_to(point_1_on_line(at_least_one_line),point_not_on_line(at_least_one_line))),line_from_to(point_1_on_line(at_least_one_line),point_not_on_line(at_least_one_line))),
    inference(resolution,[],['50','11']) ).

cnf('56',plain,
    ( on(X,line_from_to(point_1_on_line(at_least_one_line),X))
    | point_1_on_line(at_least_one_line) = X
    | ~ point(X) ),
    inference(resolution,[],['1','37']) ).

cnf('57',plain,
    ( on(point_not_on_line(at_least_one_line),line_from_to(point_1_on_line(at_least_one_line),point_not_on_line(at_least_one_line)))
    | point_1_on_line(at_least_one_line) = point_not_on_line(at_least_one_line) ),
    inference(resolution,[],['56','4']) ).

cnf('58',plain,
    on(point_not_on_line(at_least_one_line),line_from_to(point_1_on_line(at_least_one_line),point_not_on_line(at_least_one_line))),
    inference(paramodulation,[then_simplify],['57','40','12']) ).

cnf('59',plain,
    $false,
    inference(paramodulation,[then_simplify],['54','55','58']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GEO076-4 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n018.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Tue Aug 29 22:29:33 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.40  
% 0.20/0.40  input clause set summed statistics:
% 0.20/0.40  ----------------------------------
% 0.20/0.40  in_clause_count:                    33
% 0.20/0.40  in_rule_clause_count:               31
% 0.20/0.40  in_fact_clause_count:                2
% 0.20/0.40  in_answer_clause_count:              0
% 0.20/0.40  in_ground_clause_count:              2
% 0.20/0.40  in_unit_clause_count:                2
% 0.20/0.40  in_horn_clause_count:               15
% 0.20/0.40  in_pos_clause_count:                 2
% 0.20/0.40  in_neg_clause_count:                 3
% 0.20/0.40  in_poseq_clause_count:              19
% 0.20/0.40  in_negeq_clause_count:               2
% 0.20/0.40  in_unitposeq_clause_count:           0
% 0.20/0.40  in_chain_clause_count:               0
% 0.20/0.40  in_min_length:             1
% 0.20/0.40  in_max_length:            16
% 0.20/0.40  in_min_depth:              1
% 0.20/0.40  in_max_depth:              2
% 0.20/0.40  in_min_size:               2
% 0.20/0.40  in_max_size:              44
% 0.20/0.40  in_min_vars:               0
% 0.20/0.40  in_max_vars:               5
% 0.20/0.40  in_extaxiom_count:                31
% 0.20/0.40  in_axiom_count:                    0
% 0.20/0.40  in_assumption_count:               1
% 0.20/0.40  in_goal_count:                     1
% 0.20/0.40  in_neg_goal_count:                 0
% 0.20/0.40  in_pos_goal_count:                 0
% 0.20/0.40  in_posunit_goal_count:             0
% 0.20/0.40  
% 0.20/0.40  auto guide:
% 0.20/0.40  -----------
% 0.20/0.40  {
% 0.20/0.40  "print":1,
% 0.20/0.40  "print_level": 15,
% 0.20/0.40  "max_size": 0,
% 0.20/0.40  "max_depth": 0,
% 0.20/0.40  "max_length": 0,
% 0.20/0.40  "max_dseconds": 0,
% 0.20/0.40  "runs":[
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.40  {"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.20/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"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.20/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.20/0.40  {"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.20/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.20/0.40  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.40  {"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.20/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"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.20/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.20/0.40  {"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.20/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.20/0.40  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.20/0.40  {"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.20/0.40  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.20/0.40  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.20/0.40  {"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.20/0.40  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.40  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.20/0.40  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.20/0.40  {"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.20/0.40  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.20/0.40  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.20/0.40  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.20/0.40  
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.20/0.40  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.20/0.40  
% 0.20/0.40  ]}
% 0.20/0.40  
% 0.20/0.40  
% 0.20/0.40  **** run 1 fork 0 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.20/0.40  
% 0.20/0.40  **** run 2 fork 1 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.20/0.40  
% 0.20/0.40  **** run 3 fork 2 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.40  
% 0.20/0.40  **** run 4 fork 3 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.20/0.40  
% 0.20/0.40  **** run 5 fork 4 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 6 fork 5 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.40  
% 0.20/0.40  **** run 7 fork 6 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.41  
% 0.20/0.41  **** run 8 fork 7 starts with strategy
% 0.20/0.41  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.44  
% 0.20/0.44  fork 3: search finished without proof.
% 0.20/0.46  
% 0.20/0.46  **** run 12 fork 3 starts with strategy
% 0.20/0.46  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 0: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 5: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 4: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 6: search terminated without proof.
% 0.20/0.53  
% 0.20/0.53  
% 0.20/0.53  fork 2: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 1: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 7: search terminated without proof.
% 0.20/0.55  
% 0.20/0.55  **** run 9 fork 0 starts with strategy
% 0.20/0.55  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 14 fork 5 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  **** run 13 fork 4 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.20/0.56  
% 0.20/0.56  **** run 15 fork 6 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 11 fork 2 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.20/0.56  
% 0.20/0.56  **** run 16 fork 7 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.20/0.56  
% 0.20/0.56  **** run 10 fork 1 starts with strategy
% 0.20/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.20/0.57  
% 0.20/0.57  fork 3: search finished without proof.
% 0.20/0.59  
% 0.20/0.59  **** run 20 fork 3 starts with strategy
% 0.20/0.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.20/0.67  
% 0.20/0.67  fork 5: search finished without proof.
% 0.20/0.67  
% 0.20/0.67  fork 4: search finished without proof.
% 0.20/0.67  
% 0.20/0.67  
% 0.20/0.67  fork 6: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 1: search terminated without proof.
% 0.20/0.68  
% 0.20/0.68  
% 0.20/0.68  fork 2: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  **** run 22 fork 5 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.20/0.69  
% 0.20/0.69  **** run 21 fork 4 starts with strategy
% 0.20/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 2.11/0.69  
% 2.11/0.69  
% 2.11/0.69  fork 7: search terminated without proof.
% 2.11/0.69  
% 2.11/0.69  **** run 23 fork 6 starts with strategy
% 2.11/0.69  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 2.11/0.70  
% 2.11/0.70  **** run 19 fork 2 starts with strategy
% 2.11/0.70  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 2.51/0.71  
% 2.51/0.71  **** run 18 fork 1 starts with strategy
% 2.51/0.71  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 2.51/0.71  
% 2.51/0.71  **** run 24 fork 7 starts with strategy
% 2.51/0.71  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 2.51/0.71  
% 2.51/0.71  
% 2.51/0.71  fork 0: search terminated without proof.
% 2.51/0.72  
% 2.51/0.72  fork 6: search finished without proof.
% 2.51/0.73  
% 2.51/0.73  fork 3: search finished without proof.
% 2.51/0.73  
% 2.51/0.73  **** run 17 fork 0 starts with strategy
% 2.51/0.73  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.51/0.75  
% 2.51/0.75  **** run 31 fork 6 starts with strategy
% 2.51/0.75  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 2.51/0.75  
% 2.51/0.75  **** run 28 fork 3 starts with strategy
% 2.51/0.75  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.12/0.80  
% 3.12/0.80  
% 3.12/0.80  fork 5: search terminated without proof.
% 3.12/0.80  
% 3.12/0.80  
% 3.12/0.80  fork 4: search terminated without proof.
% 3.12/0.82  
% 3.12/0.82  **** run 30 fork 5 starts with strategy
% 3.12/0.82  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.12/0.82  
% 3.12/0.82  **** run 29 fork 4 starts with strategy
% 3.12/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.12/0.83  
% 3.12/0.83  fork 2: search finished without proof.
% 3.12/0.84  
% 3.12/0.84  
% 3.12/0.84  fork 1: search terminated without proof.
% 3.12/0.84  
% 3.12/0.84  
% 3.12/0.84  fork 7: search terminated without proof.
% 3.12/0.85  
% 3.12/0.85  **** run 27 fork 2 starts with strategy
% 3.12/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.12/0.85  
% 3.12/0.85  
% 3.12/0.85  fork 0: search terminated without proof.
% 3.12/0.86  
% 3.12/0.86  **** run 26 fork 1 starts with strategy
% 3.12/0.86  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.12/0.86  
% 3.12/0.86  **** run 32 fork 7 starts with strategy
% 3.12/0.86  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.12/0.86  
% 3.12/0.86  
% 3.12/0.86  fork 6: search terminated without proof.
% 3.12/0.87  
% 3.12/0.87  **** run 25 fork 0 starts with strategy
% 3.12/0.87  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.84/0.88  
% 3.84/0.88  **** run 39 fork 6 starts with strategy
% 3.84/0.88  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 3.95/0.89  
% 3.95/0.89  fork 7: search finished without proof.
% 3.95/0.91  
% 3.95/0.91  **** run 40 fork 7 starts with strategy
% 3.95/0.91  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.18/0.95  
% 4.18/0.95  
% 4.18/0.95  fork 4: search terminated without proof.
% 4.18/0.95  
% 4.18/0.95  
% 4.18/0.95  fork 5: search terminated without proof.
% 4.18/0.96  
% 4.18/0.96  
% 4.18/0.96  fork 2: search terminated without proof.
% 4.18/0.97  
% 4.18/0.97  **** run 37 fork 4 starts with strategy
% 4.18/0.97  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.18/0.97  
% 4.18/0.97  **** run 38 fork 5 starts with strategy
% 4.18/0.97  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.18/0.98  
% 4.18/0.98  
% 4.18/0.98  fork 1: search terminated without proof.
% 4.18/0.98  
% 4.18/0.98  **** run 35 fork 2 starts with strategy
% 4.18/0.98  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.18/0.99  
% 4.18/0.99  
% 4.18/0.99  fork 0: search terminated without proof.
% 4.18/1.00  
% 4.18/1.00  
% 4.18/1.00  fork 6: search terminated without proof.
% 4.18/1.00  
% 4.18/1.00  
% 4.18/1.00  result: proof found
% 4.18/1.00  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 4.18/1.00  by run 28 fork 3 strategy {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 4.18/1.00  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 4.18/1.00  
% 4.18/1.00  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 4.18/1.00  
% 4.18/1.00  run 28 fork 3 statistics:
% 4.18/1.00  ----------------------------------
% 4.18/1.00  this run seconds: 0.090183
% 4.18/1.00  total seconds: 0.447760
% 4.18/1.00  stat_given_used: 633
% 4.18/1.00  stat_given_used_at_endgame: 0
% 4.18/1.00  stat_given_candidates:   1199
% 4.18/1.00  stat_given_candidates_at_endgame: 0
% 4.18/1.00  stat_given_candidates_h: 0
% 4.18/1.00  stat_binres_derived_cl:   5034
% 4.18/1.00  stat_binres_derived_cl_h: 0
% 4.18/1.00  stat_factor_derived_cl: 118
% 4.18/1.00  stat_para_derived_cl: 6230
% 4.18/1.00  stat_tautologies_discarded: 18
% 4.18/1.00  stat_forward_subsumed: 2059
% 4.18/1.00  stat_derived_cut: 2411
% 4.18/1.00  stat_derived_rewritten: 1
% 4.18/1.00  stat_weight_discarded_building: 0
% 4.18/1.00  stat_weight_discarded_cl: 3196
% 4.18/1.00  stat_internlimit_discarded_cl: 0
% 4.18/1.00  stat_simplified:  14 simplified 0 derived 0 given
% 4.18/1.00  stat_kept_cl: 5674
% 4.18/1.00  stat_built_cl: 10150
% 4.18/1.00  stat_hyperres_partial_cl: 0
% 4.18/1.00  stat_made_rewriters: 4
% 4.18/1.00  stat_backward_subsumed: 0
% 4.18/1.00  stat_propagated_subsumed: 0
% 4.18/1.00  stat_clsubs_attempted:                      2853
% 4.18/1.00  stat_clsubs_fact_groundunit_found:             3
% 4.18/1.00  stat_clsubs_rule_groundunit_found:             3
% 4.18/1.00  stat_clsubs_top_meta_attempted:             254363
% 4.18/1.00  stat_clsubs_top_meta_failed:                251510
% 4.18/1.00  stat_clsubs_top_meta_nonpref_attempted:              254363
% 4.18/1.00  stat_clsubs_top_meta_nonpref_succeeded:               87145
% 4.18/1.00  stat_clsubs_top_meta_pref_attempted:                  87145
% 4.18/1.00  stat_clsubs_top_meta_pref1_succeeded:                 22477
% 4.18/1.00  stat_clsubs_top_meta_pref2_succeeded:                  4971
% 4.18/1.00  stat_clsubs_top_meta_pref3_succeeded:                  2853
% 4.18/1.00  stat_clsubs_top_meta_pref_succeeded:                   2853
% 4.18/1.00  stat_clsubs_meta_attempted:                 6018
% 4.18/1.00  stat_clsubs_meta_failed:                    2530
% 4.18/1.00  stat_clsubs_predsymbs_attempted:               0
% 4.18/1.00  stat_clsubs_unit_attempted:                    0
% 4.18/1.00  stat_clsubs_full_attempted:                 2853
% 4.18/1.00  stat_forwardsubs_attempted:                10930
% 4.18/1.00  stat_lit_hash_added:                   4664
% 4.18/1.00  stat_lit_hash_computed:               79168
% 4.18/1.00  stat_lit_hash_match_found:             5679
% 4.18/1.00  stat_lit_hash_match_miss:            111732
% 4.18/1.00  stat_lit_hash_cut_ok:                  3577
% 4.18/1.00  stat_lit_strong_cut_ok:                   0
% 4.18/1.00  stat_lit_hash_subsume_ok:              2059
% 4.18/1.00  clqueue els 10000000 used 1
% 4.18/1.00  clactive els 10000000 used 634
% 4.18/1.00  clactivesubsume els 10000000 used 3175
% 4.18/1.00  queue_termbuf els 200000000 used 614859
% 4.18/1.00  hyper_termbuf els 100000000 used 1
% 4.18/1.00  active_termbuf els 100000000 used 38583
% 4.18/1.00  varstack els 5000 last used 1
% 4.18/1.00  given_termbuf els 10000000 last used 1
% 4.18/1.00  simplified_termbuf els 10000000 last used 1
% 4.18/1.00  derived_termbuf els 10000000 last used 48
% 4.18/1.00  wr_mallocs: 13098
% 4.18/1.00  wr_callocs: 21
% 4.18/1.00  wr_reallocs: 1054
% 4.18/1.00  wr_frees: 2
% 4.18/1.00  wr_malloc_bytes: 4163020452
% 4.18/1.00  wr_calloc_bytes: 112065536
% 4.18/1.00  wr_realloc_bytes: 260712
% 4.18/1.00  wr_realloc_freebytes: 0
% 4.18/1.00  ----------------------------------
% 4.18/1.00  
% 4.18/1.00  **** run 34 fork 1 starts with strategy
% 4.18/1.00  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
%------------------------------------------------------------------------------