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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP114-1 : TPTP v8.1.2. Released v1.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n028.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:52:25 EDT 2023

% Result   : Unsatisfiable 26.93s 3.88s
% Output   : CNFRefutation 27.28s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_left_inverse')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    multiply(inverse(X),X) = identity,
    inference(cnf_transformation,[],['$inc_left_inverse']) ).

cnf('2',plain,
    negative_part(X) = intersection(X,identity),
    inference(cnf_transformation,[],[negative_part]) ).

cnf('3',plain,
    multiply(X,intersection(Y,Z)) = intersection(multiply(X,Y),multiply(X,Z)),
    inference(cnf_transformation,[],[multiply_intersection1]) ).

cnf('4',plain,
    multiply(X3,negative_part(Y3)) = intersection(multiply(X3,Y3),multiply(X3,identity)),
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    inverse(inverse(X)) = X,
    inference(cnf_transformation,[],[inverse_involution]) ).

cnf('6',plain,
    multiply(identity,X) = X,
    inference(cnf_transformation,[],['$inc_left_identity']) ).

cnf('7',plain,
    inverse(multiply(X,Y)) = multiply(inverse(Y),inverse(X)),
    inference(cnf_transformation,[],[inverse_product_lemma]) ).

cnf('8',plain,
    inverse(X3) = multiply(inverse(X3),inverse(identity)),
    inference(paramodulation,[],['6','7']) ).

cnf('9',plain,
    inverse(identity) = identity,
    inference(cnf_transformation,[],[inverse_of_identity]) ).

cnf('10',plain,
    inverse(X) = multiply(inverse(X),identity),
    inference(simplify,[],['8','9']) ).

cnf('11',plain,
    X3 = multiply(inverse(inverse(X3)),identity),
    inference(paramodulation,[],['5','10']) ).

cnf('12',plain,
    X = multiply(X,identity),
    inference(simplify,[],['11','5']) ).

cnf('13',plain,
    multiply(X,negative_part(Y)) = intersection(multiply(X,Y),X),
    inference(simplify,[],['4','12']) ).

cnf('14',plain,
    multiply(inverse(X),negative_part(X)) = intersection(identity,inverse(X)),
    inference(paramodulation,[],['1','13']) ).

cnf('15',plain,
    inverse(multiply(inverse(X),Y)) = multiply(inverse(Y),X),
    inference(paramodulation,[],['5','7']) ).

cnf('16',plain,
    inverse(intersection(identity,inverse(X))) = multiply(inverse(negative_part(X)),X),
    inference(paramodulation,[],['14','15']) ).

cnf('17',plain,
    positive_part(X) = union(X,identity),
    inference(cnf_transformation,[],[positive_part]) ).

cnf('18',plain,
    union(X,Y) = union(Y,X),
    inference(cnf_transformation,[],[union_commutative]) ).

cnf('19',plain,
    positive_part(X) = union(identity,X),
    inference(paramodulation,[],['17','18']) ).

cnf('20',plain,
    multiply(X,inverse(X)) = identity,
    inference(paramodulation,[],['5','1']) ).

cnf('21',plain,
    multiply(intersection(X,Y),Z) = intersection(multiply(X,Z),multiply(Y,Z)),
    inference(cnf_transformation,[],[multiply_intersection2]) ).

cnf('22',plain,
    multiply(negative_part(X3),Y3) = intersection(multiply(X3,Y3),multiply(identity,Y3)),
    inference(paramodulation,[],['2','21']) ).

cnf('23',plain,
    multiply(negative_part(X),Y) = intersection(multiply(X,Y),Y),
    inference(simplify,[],['22','6']) ).

cnf('24',plain,
    union(intersection(X,Y),Y) = Y,
    inference(cnf_transformation,[],[union_intersection_absorbtion]) ).

cnf('25',plain,
    union(multiply(negative_part(X),Y),Y) = Y,
    inference(paramodulation,[],['23','24']) ).

cnf('26',plain,
    union(identity,inverse(negative_part(X))) = inverse(negative_part(X)),
    inference(paramodulation,[],['20','25']) ).

cnf('27',plain,
    positive_part(inverse(negative_part(X))) = inverse(negative_part(X)),
    inference(paramodulation,[],['19','26']) ).

cnf('28',plain,
    multiply(union(X,Y),Z) = union(multiply(X,Z),multiply(Y,Z)),
    inference(cnf_transformation,[],[multiply_union2]) ).

cnf('29',plain,
    multiply(positive_part(X3),Y3) = union(multiply(X3,Y3),multiply(identity,Y3)),
    inference(paramodulation,[],['17','28']) ).

cnf('30',plain,
    multiply(positive_part(X),Y) = union(multiply(X,Y),Y),
    inference(simplify,[],['29','6']) ).

cnf('31',plain,
    intersection(union(X,Y),Y) = Y,
    inference(cnf_transformation,[],[intersection_union_absorbtion]) ).

cnf('32',plain,
    intersection(X,Y) = intersection(Y,X),
    inference(cnf_transformation,[],[intersection_commutative]) ).

cnf('33',plain,
    X = intersection(X,union(Y,X)),
    inference(paramodulation,[],['31','32']) ).

cnf('34',plain,
    X = intersection(X,multiply(positive_part(Y),X)),
    inference(paramodulation,[],['30','33']) ).

cnf('35',plain,
    X = intersection(X,multiply(inverse(negative_part(Y)),X)),
    inference(paramodulation,[],['27','34']) ).

cnf('36',plain,
    X3 = intersection(X3,inverse(intersection(identity,inverse(X3)))),
    inference(paramodulation,[],['16','35']) ).

cnf('37',plain,
    negative_part(X) = intersection(identity,X),
    inference(paramodulation,[],['2','32']) ).

cnf('38',plain,
    X = intersection(X,inverse(negative_part(inverse(X)))),
    inference(simplify,[],['36','37']) ).

cnf('39',plain,
    X = union(X,intersection(Y,X)),
    inference(paramodulation,[],['24','18']) ).

cnf('40',plain,
    inverse(negative_part(inverse(X))) = union(inverse(negative_part(inverse(X))),X),
    inference(paramodulation,[],['38','39']) ).

cnf('41',plain,
    union(X,union(Y,Z)) = union(union(X,Y),Z),
    inference(cnf_transformation,[],[union_associative]) ).

cnf('42',plain,
    union(X3,positive_part(Y3)) = union(union(X3,Y3),identity),
    inference(paramodulation,[],['17','41']) ).

cnf('43',plain,
    union(X,positive_part(Y)) = positive_part(union(X,Y)),
    inference(simplify,[],['42','17']) ).

cnf('44',plain,
    intersection(positive_part(union(X,Y)),positive_part(Y)) = positive_part(Y),
    inference(paramodulation,[],['43','31']) ).

cnf('45',plain,
    intersection(positive_part(inverse(negative_part(inverse(X3)))),positive_part(X3)) = positive_part(X3),
    inference(paramodulation,[],['40','44']) ).

cnf('46',plain,
    intersection(inverse(negative_part(inverse(X))),positive_part(X)) = positive_part(X),
    inference(simplify,[],['45','27']) ).

cnf('47',plain,
    multiply(multiply(X,Y),Z) = multiply(X,multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_associativity']) ).

cnf('48',plain,
    multiply(identity,X3) = multiply(Y3,multiply(inverse(Y3),X3)),
    inference(paramodulation,[],['20','47']) ).

cnf('49',plain,
    X = multiply(Y,multiply(inverse(Y),X)),
    inference(simplify,[],['48','6']) ).

cnf('50',plain,
    multiply(X,negative_part(Y)) = intersection(X,multiply(X,Y)),
    inference(paramodulation,[],['13','32']) ).

cnf('51',plain,
    multiply(X,negative_part(multiply(inverse(X),Y))) = intersection(X,Y),
    inference(paramodulation,[],['49','50']) ).

cnf('52',plain,
    inverse(X) = intersection(inverse(X),inverse(multiply(X,negative_part(Y)))),
    inference(paramodulation,[],['7','35']) ).

cnf('53',plain,
    inverse(X) = intersection(inverse(X),inverse(intersection(X,Y))),
    inference(paramodulation,[],['51','52']) ).

cnf('54',plain,
    X3 = intersection(inverse(inverse(X3)),inverse(intersection(inverse(X3),Y3))),
    inference(paramodulation,[],['5','53']) ).

cnf('55',plain,
    X = intersection(X,inverse(intersection(inverse(X),Y))),
    inference(simplify,[],['54','5']) ).

cnf('56',plain,
    intersection(inverse(intersection(inverse(X),Y)),X) = X,
    inference(paramodulation,[],['55','32']) ).

cnf('57',plain,
    intersection(inverse(positive_part(X3)),negative_part(inverse(X3))) = negative_part(inverse(X3)),
    inference(paramodulation,[],['46','56']) ).

cnf('58',plain,
    intersection(X,intersection(Y,Z)) = intersection(intersection(X,Y),Z),
    inference(cnf_transformation,[],[intersection_associative]) ).

cnf('59',plain,
    intersection(X3,negative_part(Y3)) = intersection(intersection(X3,Y3),identity),
    inference(paramodulation,[],['2','58']) ).

cnf('60',plain,
    intersection(X,negative_part(Y)) = negative_part(intersection(X,Y)),
    inference(simplify,[],['59','2']) ).

cnf('61',plain,
    multiply(positive_part(X),inverse(X)) = union(identity,inverse(X)),
    inference(paramodulation,[],['20','30']) ).

cnf('62',plain,
    inverse(multiply(X,inverse(Y))) = multiply(Y,inverse(X)),
    inference(paramodulation,[],['5','7']) ).

cnf('63',plain,
    inverse(union(identity,inverse(X))) = multiply(X,inverse(positive_part(X))),
    inference(paramodulation,[],['61','62']) ).

cnf('64',plain,
    multiply(X,union(Y,Z)) = union(multiply(X,Y),multiply(X,Z)),
    inference(cnf_transformation,[],[multiply_union1]) ).

cnf('65',plain,
    multiply(X3,positive_part(Y3)) = union(multiply(X3,Y3),multiply(X3,identity)),
    inference(paramodulation,[],['17','64']) ).

cnf('66',plain,
    multiply(X,positive_part(Y)) = union(multiply(X,Y),X),
    inference(simplify,[],['65','12']) ).

cnf('67',plain,
    intersection(multiply(X,positive_part(Y)),X) = X,
    inference(paramodulation,[],['66','31']) ).

cnf('68',plain,
    intersection(identity,inverse(positive_part(X))) = inverse(positive_part(X)),
    inference(paramodulation,[],['1','67']) ).

cnf('69',plain,
    negative_part(inverse(positive_part(X))) = inverse(positive_part(X)),
    inference(paramodulation,[],['37','68']) ).

cnf('70',plain,
    X = union(X,multiply(X,negative_part(Y))),
    inference(paramodulation,[],['13','39']) ).

cnf('71',plain,
    X = union(X,multiply(X,inverse(positive_part(Y)))),
    inference(paramodulation,[],['69','70']) ).

cnf('72',plain,
    X3 = union(X3,inverse(union(identity,inverse(X3)))),
    inference(paramodulation,[],['63','71']) ).

cnf('73',plain,
    X = union(X,inverse(positive_part(inverse(X)))),
    inference(simplify,[],['72','19']) ).

cnf('74',plain,
    inverse(X) = union(inverse(X),inverse(positive_part(X))),
    inference(paramodulation,[],['5','73']) ).

cnf('75',plain,
    inverse(positive_part(X)) = intersection(inverse(positive_part(X)),inverse(X)),
    inference(paramodulation,[],['74','33']) ).

cnf('76',plain,
    inverse(positive_part(X)) = negative_part(inverse(X)),
    inference(simplify,[then_simplify],['57','60','75','69']) ).

cnf('77',plain,
    inverse(negative_part(inverse(X))) = positive_part(X),
    inference(paramodulation,[],['76','5']) ).

cnf('78',plain,
    multiply(negative_part(inverse(X)),X) = intersection(identity,X),
    inference(paramodulation,[],['1','23']) ).

cnf('79',plain,
    X = multiply(inverse(Y),multiply(Y,X)),
    inference(paramodulation,[],['5','49']) ).

cnf('80',plain,
    X3 = multiply(inverse(negative_part(inverse(X3))),intersection(identity,X3)),
    inference(paramodulation,[],['78','79']) ).

cnf('81',plain,
    X = multiply(inverse(negative_part(inverse(X))),negative_part(X)),
    inference(simplify,[],['80','37']) ).

cnf('82',plain,
    X = multiply(positive_part(X),negative_part(X)),
    inference(paramodulation,[],['77','81']) ).

cnf('83',plain,
    multiply(positive_part(a),negative_part(a)) != a,
    inference(cnf_transformation,[],[prove_product]) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : GRP114-1 : TPTP v8.1.2. Released v1.2.0.
% 0.06/0.12  % Command  : gkc %s
% 0.13/0.33  % Computer : n028.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Tue Aug 29 00:17:25 EDT 2023
% 0.13/0.33  % CPUTime  : 
% 0.13/0.37  
% 0.13/0.37  input clause set summed statistics:
% 0.13/0.37  ----------------------------------
% 0.13/0.37  in_clause_count:                    21
% 0.13/0.37  in_rule_clause_count:               21
% 0.13/0.37  in_fact_clause_count:                0
% 0.13/0.37  in_answer_clause_count:              0
% 0.13/0.37  in_ground_clause_count:              2
% 0.13/0.37  in_unit_clause_count:               21
% 0.13/0.37  in_horn_clause_count:               21
% 0.13/0.37  in_pos_clause_count:                20
% 0.13/0.37  in_neg_clause_count:                 1
% 0.13/0.37  in_poseq_clause_count:              20
% 0.13/0.37  in_negeq_clause_count:               1
% 0.13/0.37  in_unitposeq_clause_count:          20
% 0.13/0.37  in_chain_clause_count:               0
% 0.13/0.37  in_min_length:             1
% 0.13/0.37  in_max_length:             1
% 0.13/0.37  in_min_depth:              2
% 0.13/0.37  in_max_depth:              3
% 0.13/0.37  in_min_size:               4
% 0.13/0.37  in_max_size:              13
% 0.13/0.37  in_min_vars:               0
% 0.13/0.37  in_max_vars:               3
% 0.13/0.37  in_extaxiom_count:                 3
% 0.13/0.37  in_axiom_count:                   17
% 0.13/0.37  in_assumption_count:               0
% 0.13/0.37  in_goal_count:                     1
% 0.13/0.37  in_neg_goal_count:                 1
% 0.13/0.37  in_pos_goal_count:                 0
% 0.13/0.38  in_posunit_goal_count:             0
% 0.13/0.38  
% 0.13/0.38  auto guide:
% 0.13/0.38  -----------
% 0.13/0.38  {
% 0.13/0.38  "print":1,
% 0.13/0.38  "print_level": 15,
% 0.13/0.38  "max_size": 0,
% 0.13/0.38  "max_depth": 0,
% 0.13/0.38  "max_length": 0,
% 0.13/0.38  "max_dseconds": 0,
% 0.13/0.38  "runs":[
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.38  
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.13/0.38  
% 0.13/0.38  ]}
% 0.13/0.38  
% 0.13/0.38  
% 0.13/0.38  **** run 1 fork 0 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.13/0.38  
% 0.13/0.38  **** run 2 fork 1 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.13/0.38  
% 0.13/0.38  **** run 3 fork 2 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.13/0.38  
% 0.13/0.38  **** run 4 fork 3 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.13/0.38  
% 0.13/0.38  **** run 5 fork 4 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.13/0.38  
% 0.13/0.38  **** run 6 fork 5 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.13/0.38  
% 0.13/0.38  **** run 7 fork 6 starts with strategy
% 0.13/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.18/0.39  
% 0.18/0.39  **** run 8 fork 7 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 2: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 3: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 1: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 4: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 5: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 6: search terminated without proof.
% 0.18/0.51  
% 0.18/0.51  
% 0.18/0.51  fork 0: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  
% 0.18/0.52  fork 7: search terminated without proof.
% 0.18/0.53  
% 0.18/0.53  **** run 9 fork 0 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.18/0.53  
% 0.18/0.53  **** run 14 fork 5 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.18/0.53  
% 0.18/0.53  **** run 15 fork 6 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.18/0.53  
% 0.18/0.53  **** run 11 fork 2 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.53  **** run 13 fork 4 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.18/0.53  
% 0.18/0.53  
% 0.18/0.53  **** run 12 fork 3 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.53  
% 0.18/0.53  **** run 10 fork 1 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.18/0.57  
% 0.18/0.57  **** run 16 fork 7 starts with strategy
% 0.18/0.57  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 1.68/0.65  
% 1.68/0.65  
% 1.68/0.65  fork 0: search terminated without proof.
% 1.68/0.65  
% 1.68/0.65  
% 1.68/0.65  fork 6: search terminated without proof.
% 1.68/0.65  
% 1.68/0.65  
% 1.68/0.65  fork 4: search terminated without proof.
% 1.68/0.65  
% 1.68/0.65  
% 1.68/0.65  fork 1: search terminated without proof.
% 1.68/0.65  
% 1.68/0.65  
% 1.68/0.65  fork 3: search terminated without proof.
% 1.68/0.66  
% 1.68/0.66  
% 1.68/0.66  fork 2: search terminated without proof.
% 1.68/0.66  
% 1.68/0.66  
% 1.68/0.66  fork 5: search terminated without proof.
% 1.68/0.67  
% 1.68/0.67  **** run 17 fork 0 starts with strategy
% 1.68/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 1.68/0.67  
% 1.68/0.67  **** run 21 fork 4 starts with strategy
% 1.68/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 1.68/0.67  
% 1.68/0.67  **** run 23 fork 6 starts with strategy
% 1.68/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 1.68/0.67  
% 1.68/0.67  **** run 18 fork 1 starts with strategy
% 1.68/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 1.68/0.68  
% 1.68/0.68  **** run 20 fork 3 starts with strategy
% 1.68/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 2.44/0.68  
% 2.44/0.68  **** run 22 fork 5 starts with strategy
% 2.44/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.44/0.69  
% 2.44/0.69  
% 2.44/0.69  fork 7: search terminated without proof.
% 2.44/0.69  
% 2.44/0.69  **** run 19 fork 2 starts with strategy
% 2.44/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.44/0.71  
% 2.44/0.71  **** run 24 fork 7 starts with strategy
% 2.44/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 3.18/0.80  
% 3.18/0.80  
% 3.18/0.80  fork 0: search terminated without proof.
% 3.18/0.80  
% 3.18/0.80  
% 3.18/0.80  fork 4: search terminated without proof.
% 3.18/0.80  
% 3.18/0.80  
% 3.18/0.80  fork 6: search terminated without proof.
% 3.18/0.81  
% 3.18/0.81  
% 3.18/0.81  fork 1: search terminated without proof.
% 3.18/0.81  
% 3.18/0.81  
% 3.18/0.81  fork 3: search terminated without proof.
% 3.54/0.82  
% 3.54/0.82  **** run 25 fork 0 starts with strategy
% 3.54/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.54/0.82  
% 3.54/0.82  
% 3.54/0.82  fork 2: search terminated without proof.
% 3.54/0.82  
% 3.54/0.82  
% 3.54/0.82  fork 5: search terminated without proof.
% 3.54/0.82  
% 3.54/0.82  **** run 29 fork 4 starts with strategy
% 3.54/0.82  
% 3.54/0.82  **** run 31 fork 6 starts with strategy
% 3.54/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.54/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.54/0.83  
% 3.54/0.83  **** run 26 fork 1 starts with strategy
% 3.54/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.54/0.84  
% 3.54/0.84  **** run 28 fork 3 starts with strategy
% 3.54/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.76/0.84  
% 3.76/0.84  **** run 27 fork 2 starts with strategy
% 3.76/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.76/0.84  
% 3.76/0.84  
% 3.76/0.84  fork 7: search terminated without proof.
% 3.76/0.84  
% 3.76/0.84  **** run 30 fork 5 starts with strategy
% 3.76/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.76/0.87  
% 3.76/0.87  **** run 32 fork 7 starts with strategy
% 3.76/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 4.40/0.94  
% 4.40/0.94  
% 4.40/0.94  fork 0: search terminated without proof.
% 4.40/0.94  
% 4.40/0.94  
% 4.40/0.94  fork 4: search terminated without proof.
% 4.40/0.94  
% 4.40/0.94  
% 4.40/0.94  fork 6: search terminated without proof.
% 4.40/0.95  
% 4.40/0.95  
% 4.40/0.95  fork 1: search terminated without proof.
% 4.40/0.96  
% 4.40/0.96  **** run 33 fork 0 starts with strategy
% 4.40/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.40/0.96  
% 4.40/0.96  
% 4.40/0.96  fork 2: search terminated without proof.
% 4.40/0.96  
% 4.40/0.96  
% 4.40/0.96  fork 3: search terminated without proof.
% 4.40/0.97  
% 4.40/0.97  **** run 39 fork 6 starts with strategy
% 4.40/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.40/0.97  
% 4.40/0.97  **** run 37 fork 4 starts with strategy
% 4.40/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.40/0.97  
% 4.40/0.97  
% 4.40/0.97  fork 5: search terminated without proof.
% 4.40/0.97  
% 4.40/0.97  **** run 34 fork 1 starts with strategy
% 4.40/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.84/0.99  
% 4.84/0.99  **** run 36 fork 3 starts with strategy
% 4.84/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.84/0.99  
% 4.84/0.99  
% 4.84/0.99  fork 7: search terminated without proof.
% 4.84/0.99  
% 4.84/0.99  **** run 35 fork 2 starts with strategy
% 4.84/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.84/0.99  
% 4.84/0.99  **** run 38 fork 5 starts with strategy
% 4.84/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.84/1.01  
% 4.84/1.01  **** run 40 fork 7 starts with strategy
% 4.84/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.57/1.08  
% 5.57/1.08  
% 5.57/1.08  fork 0: search terminated without proof.
% 5.57/1.09  
% 5.57/1.09  
% 5.57/1.09  fork 6: search terminated without proof.
% 5.57/1.09  
% 5.57/1.09  
% 5.57/1.09  fork 4: search terminated without proof.
% 5.57/1.10  
% 5.57/1.10  
% 5.57/1.10  fork 1: search terminated without proof.
% 5.57/1.10  
% 5.57/1.10  **** run 41 fork 0 starts with strategy
% 5.57/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.57/1.11  
% 5.57/1.11  **** run 47 fork 6 starts with strategy
% 5.57/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.57/1.11  
% 5.57/1.11  **** run 45 fork 4 starts with strategy
% 5.57/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.57/1.11  
% 5.57/1.11  
% 5.57/1.11  fork 3: search terminated without proof.
% 5.57/1.11  
% 5.57/1.11  
% 5.57/1.11  fork 5: search terminated without proof.
% 5.57/1.11  
% 5.57/1.11  
% 5.57/1.11  fork 2: search terminated without proof.
% 5.91/1.12  
% 5.91/1.12  **** run 42 fork 1 starts with strategy
% 5.91/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.91/1.13  
% 5.91/1.13  
% 5.91/1.13  fork 7: search terminated without proof.
% 5.91/1.13  
% 5.91/1.13  **** run 44 fork 3 starts with strategy
% 5.91/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.91/1.14  
% 5.91/1.14  **** run 46 fork 5 starts with strategy
% 5.91/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.91/1.14  
% 5.91/1.14  **** run 43 fork 2 starts with strategy
% 5.91/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.91/1.15  
% 5.91/1.15  **** run 48 fork 7 starts with strategy
% 5.91/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.91/1.18  
% 5.91/1.18  fork 5: search finished without proof.
% 6.38/1.21  
% 6.38/1.21  **** run 54 fork 5 starts with strategy
% 6.38/1.21  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.38/1.22  
% 6.38/1.22  
% 6.38/1.22  fork 0: search terminated without proof.
% 6.38/1.23  
% 6.38/1.23  
% 6.38/1.23  fork 4: search terminated without proof.
% 6.38/1.24  
% 6.38/1.24  **** run 49 fork 0 starts with strategy
% 6.38/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.38/1.25  
% 6.38/1.25  
% 6.38/1.25  fork 6: search terminated without proof.
% 6.38/1.25  
% 6.38/1.25  **** run 53 fork 4 starts with strategy
% 6.38/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.38/1.25  
% 6.38/1.25  
% 6.38/1.25  fork 1: search terminated without proof.
% 6.38/1.27  
% 6.38/1.27  
% 6.38/1.27  fork 3: search terminated without proof.
% 6.38/1.27  
% 6.38/1.27  **** run 55 fork 6 starts with strategy
% 6.38/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 7.11/1.28  
% 7.11/1.28  
% 7.11/1.28  fork 7: search terminated without proof.
% 7.11/1.28  
% 7.11/1.28  **** run 50 fork 1 starts with strategy
% 7.11/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.11/1.29  
% 7.11/1.29  
% 7.11/1.29  fork 2: search terminated without proof.
% 7.11/1.29  
% 7.11/1.29  **** run 52 fork 3 starts with strategy
% 7.11/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.11/1.30  
% 7.11/1.30  **** run 56 fork 7 starts with strategy
% 7.11/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.11/1.31  
% 7.11/1.31  **** run 51 fork 2 starts with strategy
% 7.11/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 7.55/1.34  
% 7.55/1.34  
% 7.55/1.34  fork 5: search terminated without proof.
% 7.72/1.36  
% 7.72/1.36  
% 7.72/1.36  fork 0: search terminated without proof.
% 7.72/1.36  
% 7.72/1.36  **** run 62 fork 5 starts with strategy
% 7.72/1.36  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.72/1.37  
% 7.72/1.37  
% 7.72/1.37  fork 4: search terminated without proof.
% 7.72/1.38  
% 7.72/1.38  **** run 57 fork 0 starts with strategy
% 7.72/1.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.72/1.39  
% 7.72/1.39  
% 7.72/1.39  fork 6: search terminated without proof.
% 7.72/1.40  
% 7.72/1.40  **** run 61 fork 4 starts with strategy
% 7.72/1.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.72/1.40  
% 7.72/1.40  
% 7.72/1.40  fork 1: search terminated without proof.
% 7.72/1.41  
% 7.72/1.41  fork 2: search finished without proof.
% 7.72/1.41  
% 7.72/1.41  
% 7.72/1.41  fork 3: search terminated without proof.
% 7.72/1.41  
% 7.72/1.41  **** run 63 fork 6 starts with strategy
% 7.72/1.41  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 8.26/1.42  
% 8.26/1.42  
% 8.26/1.42  fork 7: search terminated without proof.
% 8.26/1.42  
% 8.26/1.42  **** run 58 fork 1 starts with strategy
% 8.26/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.26/1.43  
% 8.26/1.43  **** run 59 fork 2 starts with strategy
% 8.26/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 8.26/1.44  
% 8.26/1.44  **** run 60 fork 3 starts with strategy
% 8.26/1.44  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.26/1.45  
% 8.26/1.45  **** run 64 fork 7 starts with strategy
% 8.26/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 8.63/1.49  
% 8.63/1.49  
% 8.63/1.49  fork 5: search terminated without proof.
% 8.63/1.50  
% 8.63/1.50  
% 8.63/1.50  fork 0: search terminated without proof.
% 8.63/1.51  
% 8.63/1.51  **** run 70 fork 5 starts with strategy
% 8.63/1.51  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.63/1.52  
% 8.63/1.52  **** run 65 fork 0 starts with strategy
% 8.63/1.52  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 8.63/1.52  
% 8.63/1.52  
% 8.63/1.52  fork 4: search terminated without proof.
% 8.63/1.54  
% 8.63/1.54  **** run 69 fork 4 starts with strategy
% 8.63/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 8.63/1.54  
% 8.63/1.54  
% 8.63/1.54  fork 6: search terminated without proof.
% 9.24/1.54  
% 9.24/1.54  
% 9.24/1.54  fork 1: search terminated without proof.
% 9.24/1.55  
% 9.24/1.55  
% 9.24/1.55  fork 2: search terminated without proof.
% 9.24/1.56  
% 9.24/1.56  
% 9.24/1.56  fork 3: search terminated without proof.
% 9.24/1.56  
% 9.24/1.56  **** run 66 fork 1 starts with strategy
% 9.24/1.56  
% 9.24/1.56  **** run 71 fork 6 starts with strategy
% 9.24/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.24/1.56  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.24/1.57  
% 9.24/1.57  
% 9.24/1.57  fork 7: search terminated without proof.
% 9.48/1.58  
% 9.48/1.58  **** run 67 fork 2 starts with strategy
% 9.48/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 9.48/1.58  
% 9.48/1.58  **** run 68 fork 3 starts with strategy
% 9.48/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.48/1.59  
% 9.48/1.59  **** run 72 fork 7 starts with strategy
% 9.48/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.92/1.63  
% 9.92/1.63  
% 9.92/1.63  fork 5: search terminated without proof.
% 9.92/1.64  
% 9.92/1.64  
% 9.92/1.64  fork 0: search terminated without proof.
% 10.10/1.65  
% 10.10/1.65  **** run 78 fork 5 starts with strategy
% 10.10/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 10.10/1.65  
% 10.10/1.65  **** run 73 fork 0 starts with strategy
% 10.10/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.10/1.66  
% 10.10/1.66  
% 10.10/1.66  fork 4: search terminated without proof.
% 10.10/1.68  
% 10.10/1.68  **** run 77 fork 4 starts with strategy
% 10.10/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.10/1.69  
% 10.10/1.69  
% 10.10/1.69  fork 1: search terminated without proof.
% 10.10/1.70  
% 10.10/1.70  
% 10.10/1.70  fork 6: search terminated without proof.
% 10.10/1.70  
% 10.10/1.70  **** run 74 fork 1 starts with strategy
% 10.10/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.10/1.70  
% 10.10/1.70  
% 10.10/1.70  fork 2: search terminated without proof.
% 10.10/1.72  
% 10.10/1.72  
% 10.10/1.72  fork 3: search terminated without proof.
% 10.10/1.72  
% 10.10/1.72  **** run 79 fork 6 starts with strategy
% 10.10/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.10/1.72  
% 10.10/1.72  
% 10.10/1.72  fork 7: search terminated without proof.
% 10.66/1.73  
% 10.66/1.73  **** run 75 fork 2 starts with strategy
% 10.66/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 10.66/1.74  
% 10.66/1.74  **** run 76 fork 3 starts with strategy
% 10.66/1.74  
% 10.66/1.74  **** run 80 fork 7 starts with strategy
% 10.66/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.66/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.66/1.78  
% 10.66/1.78  
% 10.66/1.78  fork 5: search terminated without proof.
% 10.66/1.78  
% 10.66/1.78  
% 10.66/1.78  fork 0: search terminated without proof.
% 10.66/1.80  
% 10.66/1.80  **** run 86 fork 5 starts with strategy
% 10.66/1.80  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.66/1.80  
% 10.66/1.80  **** run 81 fork 0 starts with strategy
% 10.66/1.80  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 10.66/1.81  
% 10.66/1.81  
% 10.66/1.81  fork 4: search terminated without proof.
% 11.32/1.83  
% 11.32/1.83  
% 11.32/1.83  fork 1: search terminated without proof.
% 11.32/1.83  
% 11.32/1.83  **** run 85 fork 4 starts with strategy
% 11.32/1.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.32/1.85  
% 11.32/1.85  **** run 82 fork 1 starts with strategy
% 11.32/1.85  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.32/1.87  
% 11.32/1.87  
% 11.32/1.87  fork 3: search terminated without proof.
% 11.32/1.87  
% 11.32/1.87  
% 11.32/1.87  fork 6: search terminated without proof.
% 11.32/1.87  
% 11.32/1.87  
% 11.32/1.87  fork 7: search terminated without proof.
% 11.32/1.88  
% 11.32/1.88  
% 11.32/1.88  fork 2: search terminated without proof.
% 11.32/1.89  
% 11.32/1.89  **** run 84 fork 3 starts with strategy
% 11.32/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.32/1.89  
% 11.32/1.89  **** run 87 fork 6 starts with strategy
% 11.32/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 11.32/1.89  
% 11.32/1.89  **** run 88 fork 7 starts with strategy
% 11.32/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.32/1.90  
% 11.32/1.90  **** run 83 fork 2 starts with strategy
% 11.32/1.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 12.07/1.93  
% 12.07/1.93  
% 12.07/1.93  fork 0: search terminated without proof.
% 12.30/1.95  
% 12.30/1.95  **** run 89 fork 0 starts with strategy
% 12.30/1.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 19.00/2.83  
% 19.00/2.83  
% 19.00/2.83  fork 5: search terminated without proof.
% 19.00/2.85  
% 19.00/2.85  
% 19.00/2.85  fork 4: search terminated without proof.
% 19.62/2.87  
% 19.62/2.87  
% 19.62/2.87  fork 1: search terminated without proof.
% 19.71/2.90  
% 19.71/2.90  **** run 94 fork 5 starts with strategy
% 19.71/2.90  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 20.03/2.92  
% 20.03/2.92  **** run 93 fork 4 starts with strategy
% 20.03/2.92  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 20.03/2.92  
% 20.03/2.92  
% 20.03/2.92  fork 6: search terminated without proof.
% 20.03/2.92  
% 20.03/2.92  
% 20.03/2.92  fork 7: search terminated without proof.
% 20.22/2.93  
% 20.22/2.93  
% 20.22/2.93  fork 3: search terminated without proof.
% 20.22/2.94  
% 20.22/2.94  **** run 90 fork 1 starts with strategy
% 20.22/2.94  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.22/2.97  
% 20.22/2.97  
% 20.22/2.97  fork 0: search terminated without proof.
% 20.22/2.97  
% 20.22/2.97  **** run 96 fork 7 starts with strategy
% 20.22/2.97  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 20.22/2.97  
% 20.22/2.97  
% 20.22/2.97  fork 2: search terminated without proof.
% 20.22/2.97  
% 20.22/2.97  **** run 95 fork 6 starts with strategy
% 20.22/2.97  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 20.22/3.01  
% 20.22/3.01  **** run 92 fork 3 starts with strategy
% 20.22/3.01  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 20.92/3.03  
% 20.92/3.03  **** run 91 fork 2 starts with strategy
% 20.92/3.03  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 20.92/3.05  
% 20.92/3.05  **** run 97 fork 0 starts with strategy
% 20.92/3.05  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 26.93/3.88  
% 26.93/3.88  
% 26.93/3.88  result: proof found
% 26.93/3.88  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 26.93/3.88  by run 96 fork 7 strategy {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 26.93/3.88  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 26.93/3.88  
% 26.93/3.88  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 27.28/3.88  
% 27.28/3.88  run 96 fork 7 statistics:
% 27.28/3.88  ----------------------------------
% 27.28/3.88  this run seconds: 0.617501
% 27.28/3.88  total seconds: 3.180383
% 27.28/3.88  stat_given_used: 572
% 27.28/3.88  stat_given_used_at_endgame: 0
% 27.28/3.88  stat_given_candidates:   7011
% 27.28/3.88  stat_given_candidates_at_endgame: 0
% 27.28/3.88  stat_given_candidates_h: 0
% 27.28/3.88  stat_binres_derived_cl:   0
% 27.28/3.88  stat_binres_derived_cl_h: 0
% 27.28/3.88  stat_factor_derived_cl: 0
% 27.28/3.88  stat_para_derived_cl: 137753
% 27.28/3.88  stat_tautologies_discarded: 0
% 27.28/3.88  stat_forward_subsumed: 36531
% 27.28/3.88  stat_derived_cut: 0
% 27.28/3.88  stat_derived_rewritten: 181
% 27.28/3.88  stat_weight_discarded_building: 0
% 27.28/3.88  stat_weight_discarded_cl: 7769
% 27.28/3.88  stat_internlimit_discarded_cl: 0
% 27.28/3.88  stat_simplified:  181 simplified 0 derived 0 given
% 27.28/3.88  stat_kept_cl: 89962
% 27.28/3.88  stat_built_cl: 99056
% 27.28/3.88  stat_hyperres_partial_cl: 0
% 27.28/3.88  stat_made_rewriters: 560
% 27.28/3.88  stat_backward_subsumed: 0
% 27.28/3.88  stat_propagated_subsumed: 0
% 27.28/3.88  stat_clsubs_attempted:                     28928
% 27.28/3.88  stat_clsubs_fact_groundunit_found:             0
% 27.28/3.88  stat_clsubs_rule_groundunit_found:             1
% 27.28/3.88  stat_clsubs_top_meta_attempted:             172195
% 27.28/3.88  stat_clsubs_top_meta_failed:                143267
% 27.28/3.88  stat_clsubs_top_meta_nonpref_attempted:              172195
% 27.28/3.88  stat_clsubs_top_meta_nonpref_succeeded:               82200
% 27.28/3.88  stat_clsubs_top_meta_pref_attempted:                  82200
% 27.28/3.88  stat_clsubs_top_meta_pref1_succeeded:                 82200
% 27.28/3.88  stat_clsubs_top_meta_pref2_succeeded:                 35181
% 27.28/3.88  stat_clsubs_top_meta_pref3_succeeded:                 28928
% 27.28/3.88  stat_clsubs_top_meta_pref_succeeded:                  28928
% 27.28/3.88  stat_clsubs_meta_attempted:                28928
% 27.28/3.88  stat_clsubs_meta_failed:                    3154
% 27.28/3.88  stat_clsubs_predsymbs_attempted:               0
% 27.28/3.88  stat_clsubs_unit_attempted:                28928
% 27.28/3.88  stat_clsubs_full_attempted:                    0
% 27.28/3.88  stat_forwardsubs_attempted:               134262
% 27.28/3.88  stat_lit_hash_added:                  89987
% 27.28/3.88  stat_lit_hash_computed:              225025
% 27.28/3.88  stat_lit_hash_match_found:            36633
% 27.28/3.88  stat_lit_hash_match_miss:            196317
% 27.28/3.88  stat_lit_hash_cut_ok:                     0
% 27.28/3.88  stat_lit_strong_cut_ok:                   0
% 27.28/3.88  stat_lit_hash_subsume_ok:             36531
% 27.28/3.88  clqueue els 10000000 used 1
% 27.28/3.88  clactive els 10000000 used 573
% 27.28/3.88  clactivesubsume els 10000000 used 3409
% 27.28/3.88  queue_termbuf els 200000000 used 7645715
% 27.28/3.88  hyper_termbuf els 100000000 used 1
% 27.28/3.88  active_termbuf els 100000000 used 25899
% 27.28/3.88  varstack els 5000 last used 1
% 27.28/3.88  given_termbuf els 10000000 last used 1
% 27.28/3.88  simplified_termbuf els 10000000 last used 1
% 27.28/3.88  derived_termbuf els 10000000 last used 22
% 27.28/3.88  wr_mallocs: 328278
% 27.28/3.88  wr_callocs: 21
% 27.28/3.88  wr_reallocs: 13795
% 27.28/3.88  wr_frees: 2
% 27.28/3.88  wr_malloc_bytes: 4174290916
% 27.28/3.88  wr_calloc_bytes: 112065536
% 27.28/3.88  wr_realloc_bytes: 3031400
% 27.28/3.88  wr_realloc_freebytes: 0
% 27.28/3.88  ----------------------------------
%------------------------------------------------------------------------------