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

View Problem - Process Solution

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

% Computer : n014.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:53:09 EDT 2023

% Result   : Unsatisfiable 82.13s 10.94s
% Output   : CNFRefutation 82.13s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_symmetry_of_glb')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    greatest_lower_bound(X,Y) = greatest_lower_bound(Y,X),
    inference(cnf_transformation,[],['$inc_symmetry_of_glb']) ).

cnf('2',plain,
    least_upper_bound(X,Y) = least_upper_bound(Y,X),
    inference(cnf_transformation,[],['$inc_symmetry_of_lub']) ).

cnf('3',plain,
    least_upper_bound(a,c) = least_upper_bound(b,c),
    inference(cnf_transformation,[],[p12x_5]) ).

cnf('4',plain,
    least_upper_bound(c,a) = least_upper_bound(b,c),
    inference(paramodulation,[],['2','3']) ).

cnf('5',plain,
    multiply(inverse(X),X) = identity,
    inference(cnf_transformation,[],['$inc_left_inverse']) ).

cnf('6',plain,
    multiply(X,least_upper_bound(Y,Z)) = least_upper_bound(multiply(X,Y),multiply(X,Z)),
    inference(cnf_transformation,[],['$inc_monotony_lub1']) ).

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

cnf('8',plain,
    multiply(inverse(c),least_upper_bound(b,c)) = least_upper_bound(identity,multiply(inverse(c),a)),
    inference(paramodulation,[],['4','7']) ).

cnf('9',plain,
    multiply(inverse(c),least_upper_bound(c,b)) = least_upper_bound(identity,multiply(inverse(c),a)),
    inference(paramodulation,[],['2','8']) ).

cnf('10',plain,
    multiply(inverse(c),least_upper_bound(c,b)) = multiply(inverse(c),least_upper_bound(b,c)),
    inference(simplify,[],['9','8']) ).

cnf('11',plain,
    multiply(inverse(c),least_upper_bound(b,c)) = least_upper_bound(identity,multiply(inverse(c),b)),
    inference(paramodulation,[],['10','7']) ).

cnf('12',plain,
    multiply(least_upper_bound(X,Y),Z) = least_upper_bound(multiply(X,Z),multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_monotony_lub2']) ).

cnf('13',plain,
    multiply(least_upper_bound(inverse(X),Y),X) = least_upper_bound(identity,multiply(Y,X)),
    inference(paramodulation,[],['5','12']) ).

cnf('14',plain,
    multiply(least_upper_bound(inverse(b),inverse(c)),b) = multiply(inverse(c),least_upper_bound(b,c)),
    inference(paramodulation,[],['11','13']) ).

cnf('15',plain,
    inverse(greatest_lower_bound(X,Y)) = least_upper_bound(inverse(X),inverse(Y)),
    inference(cnf_transformation,[],[p12x_6]) ).

cnf('16',plain,
    multiply(inverse(greatest_lower_bound(b,c)),b) = multiply(inverse(c),least_upper_bound(b,c)),
    inference(simplify,[],['14','15']) ).

cnf('17',plain,
    multiply(inverse(greatest_lower_bound(c,b)),b) = multiply(inverse(c),least_upper_bound(b,c)),
    inference(paramodulation,[],['1','16']) ).

cnf('18',plain,
    inverse(inverse(X)) = X,
    inference(cnf_transformation,[],[p12x_2]) ).

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

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

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

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

cnf('23',plain,
    X = multiply(Y,multiply(inverse(Y),X)),
    inference(simplify,[],['21','22']) ).

cnf('24',plain,
    b = multiply(greatest_lower_bound(c,b),multiply(inverse(c),least_upper_bound(b,c))),
    inference(paramodulation,[],['17','23']) ).

cnf('25',plain,
    multiply(greatest_lower_bound(X,Y),Z) = greatest_lower_bound(multiply(X,Z),multiply(Y,Z)),
    inference(cnf_transformation,[],['$inc_monotony_glb2']) ).

cnf('26',plain,
    multiply(greatest_lower_bound(X3,Y3),multiply(Z3,U3)) = greatest_lower_bound(multiply(X3,multiply(Z3,U3)),multiply(multiply(Y3,Z3),U3)),
    inference(paramodulation,[],['20','25']) ).

cnf('27',plain,
    multiply(greatest_lower_bound(multiply(X,Y),Z),U) = greatest_lower_bound(multiply(X,multiply(Y,U)),multiply(Z,U)),
    inference(paramodulation,[],['20','25']) ).

cnf('28',plain,
    multiply(greatest_lower_bound(X,Y),multiply(Z,U)) = multiply(multiply(greatest_lower_bound(X,Y),Z),U),
    inference(simplify,[then_simplify],['26','27','25']) ).

cnf('29',plain,
    greatest_lower_bound(a,c) = greatest_lower_bound(b,c),
    inference(cnf_transformation,[],[p12x_4]) ).

cnf('30',plain,
    greatest_lower_bound(c,a) = greatest_lower_bound(b,c),
    inference(paramodulation,[],['1','29']) ).

cnf('31',plain,
    multiply(greatest_lower_bound(X,Y),inverse(X)) = greatest_lower_bound(identity,multiply(Y,inverse(X))),
    inference(paramodulation,[],['19','25']) ).

cnf('32',plain,
    multiply(greatest_lower_bound(b,c),inverse(c)) = greatest_lower_bound(identity,multiply(a,inverse(c))),
    inference(paramodulation,[],['30','31']) ).

cnf('33',plain,
    multiply(greatest_lower_bound(c,b),inverse(c)) = greatest_lower_bound(identity,multiply(a,inverse(c))),
    inference(paramodulation,[],['1','32']) ).

cnf('34',plain,
    multiply(greatest_lower_bound(c,b),inverse(c)) = multiply(greatest_lower_bound(b,c),inverse(c)),
    inference(simplify,[],['33','32']) ).

cnf('35',plain,
    multiply(least_upper_bound(X,Y),inverse(X)) = least_upper_bound(identity,multiply(Y,inverse(X))),
    inference(paramodulation,[],['19','12']) ).

cnf('36',plain,
    multiply(least_upper_bound(b,c),inverse(a)) = least_upper_bound(identity,multiply(c,inverse(a))),
    inference(paramodulation,[],['3','35']) ).

cnf('37',plain,
    multiply(least_upper_bound(c,b),inverse(a)) = least_upper_bound(identity,multiply(c,inverse(a))),
    inference(paramodulation,[],['2','36']) ).

cnf('38',plain,
    multiply(least_upper_bound(c,b),inverse(a)) = multiply(least_upper_bound(b,c),inverse(a)),
    inference(simplify,[],['37','36']) ).

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

cnf('40',plain,
    inverse(multiply(X,inverse(Y))) = multiply(Y,inverse(X)),
    inference(paramodulation,[],['18','39']) ).

cnf('41',plain,
    inverse(multiply(least_upper_bound(b,c),inverse(a))) = multiply(a,inverse(least_upper_bound(c,b))),
    inference(paramodulation,[],['38','40']) ).

cnf('42',plain,
    multiply(X,least_upper_bound(inverse(X),Y)) = least_upper_bound(identity,multiply(X,Y)),
    inference(paramodulation,[],['19','6']) ).

cnf('43',plain,
    multiply(c,least_upper_bound(inverse(c),inverse(a))) = multiply(least_upper_bound(b,c),inverse(a)),
    inference(paramodulation,[],['36','42']) ).

cnf('44',plain,
    multiply(c,inverse(greatest_lower_bound(b,c))) = multiply(least_upper_bound(b,c),inverse(a)),
    inference(simplify,[then_simplify],['43','15','30']) ).

cnf('45',plain,
    multiply(greatest_lower_bound(b,c),inverse(c)) = multiply(a,inverse(least_upper_bound(c,b))),
    inference(simplify,[then_simplify],['41','44','40']) ).

cnf('46',plain,
    multiply(greatest_lower_bound(b,c),inverse(c)) = multiply(a,inverse(least_upper_bound(b,c))),
    inference(paramodulation,[],['2','45']) ).

cnf('47',plain,
    multiply(a,inverse(least_upper_bound(c,b))) = multiply(a,inverse(least_upper_bound(b,c))),
    inference(simplify,[],['46','45']) ).

cnf('48',plain,
    multiply(least_upper_bound(inverse(a),inverse(c)),a) = multiply(inverse(c),least_upper_bound(b,c)),
    inference(paramodulation,[],['8','13']) ).

cnf('49',plain,
    multiply(inverse(greatest_lower_bound(b,c)),a) = multiply(inverse(c),least_upper_bound(b,c)),
    inference(simplify,[then_simplify],['48','15','29']) ).

cnf('50',plain,
    multiply(inverse(greatest_lower_bound(c,b)),a) = multiply(inverse(c),least_upper_bound(b,c)),
    inference(paramodulation,[],['1','49']) ).

cnf('51',plain,
    a = multiply(greatest_lower_bound(c,b),multiply(inverse(c),least_upper_bound(b,c))),
    inference(paramodulation,[],['50','23']) ).

cnf('52',plain,
    a = multiply(multiply(a,inverse(least_upper_bound(b,c))),least_upper_bound(b,c)),
    inference(simplify,[then_simplify],['51','28','34','45','47']) ).

cnf('53',plain,
    b = a,
    inference(simplify,[then_simplify],['24','28','34','45','47','52']) ).

cnf('54',plain,
    a != b,
    inference(cnf_transformation,[],[prove_p12x]) ).

cnf('55',plain,
    $false,
    inference(paramodulation,[],['53','54']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : GRP181-4 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.00/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n014.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 : Mon Aug 28 20:26:15 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.39  
% 0.13/0.39  input clause set summed statistics:
% 0.13/0.39  ----------------------------------
% 0.13/0.39  in_clause_count:                    23
% 0.13/0.39  in_rule_clause_count:               23
% 0.13/0.39  in_fact_clause_count:                0
% 0.13/0.39  in_answer_clause_count:              0
% 0.13/0.39  in_ground_clause_count:              4
% 0.13/0.39  in_unit_clause_count:               23
% 0.13/0.39  in_horn_clause_count:               23
% 0.13/0.39  in_pos_clause_count:                22
% 0.13/0.39  in_neg_clause_count:                 1
% 0.13/0.39  in_poseq_clause_count:              22
% 0.13/0.39  in_negeq_clause_count:               1
% 0.13/0.39  in_unitposeq_clause_count:          22
% 0.13/0.39  in_chain_clause_count:               0
% 0.13/0.39  in_min_length:             1
% 0.13/0.39  in_max_length:             1
% 0.13/0.39  in_min_depth:              1
% 0.13/0.39  in_max_depth:              3
% 0.13/0.39  in_min_size:               3
% 0.13/0.39  in_max_size:              13
% 0.13/0.39  in_min_vars:               0
% 0.13/0.39  in_max_vars:               3
% 0.13/0.39  in_extaxiom_count:                15
% 0.13/0.39  in_axiom_count:                    0
% 0.13/0.39  in_assumption_count:               7
% 0.13/0.39  in_goal_count:                     1
% 0.13/0.39  in_neg_goal_count:                 1
% 0.13/0.39  in_pos_goal_count:                 0
% 0.13/0.39  in_posunit_goal_count:             0
% 0.13/0.39  
% 0.13/0.39  auto guide:
% 0.13/0.39  -----------
% 0.13/0.39  {
% 0.13/0.39  "print":1,
% 0.13/0.39  "print_level": 15,
% 0.13/0.39  "max_size": 0,
% 0.13/0.39  "max_depth": 0,
% 0.13/0.39  "max_length": 0,
% 0.13/0.39  "max_dseconds": 0,
% 0.13/0.39  "runs":[
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.39  {"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.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.13/0.39  {"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.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.39  {"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.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.39  {"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.39  {"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.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.13/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.39  {"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.39  {"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.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.13/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.13/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.39  {"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.39  {"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.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.39  {"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.39  {"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.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.13/0.39  
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.13/0.39  {"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.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.13/0.39  {"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.39  {"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.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.13/0.39  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.13/0.39  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.13/0.39  
% 0.13/0.39  ]}
% 0.13/0.39  
% 0.13/0.39  
% 0.13/0.39  **** run 1 fork 0 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.13/0.39  
% 0.13/0.39  **** run 2 fork 1 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.13/0.39  
% 0.13/0.39  **** run 3 fork 2 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.13/0.39  
% 0.13/0.39  **** run 4 fork 3 starts with strategy
% 0.13/0.39  
% 0.13/0.39  **** run 7 fork 6 starts with strategy
% 0.13/0.39  
% 0.13/0.39  **** run 5 fork 4 starts with strategy
% 0.13/0.39  {"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.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.13/0.39  
% 0.13/0.39  **** run 6 fork 5 starts with strategy
% 0.13/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.40  
% 0.20/0.40  **** run 8 fork 7 starts with strategy
% 0.20/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 1: search terminated without proof.
% 0.20/0.51  
% 0.20/0.51  
% 0.20/0.51  fork 2: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 4: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 3: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 5: search terminated without proof.
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  fork 6: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 13 fork 4 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.54  
% 0.20/0.54  **** run 11 fork 2 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.20/0.54  
% 0.20/0.54  **** run 15 fork 6 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.54  
% 0.20/0.54  
% 0.20/0.54  fork 0: search terminated without proof.
% 0.20/0.54  
% 0.20/0.54  **** run 10 fork 1 starts with strategy
% 0.20/0.54  
% 0.20/0.54  **** run 14 fork 5 starts with strategy
% 0.20/0.54  {"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.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.20/0.54  
% 0.20/0.54  **** run 12 fork 3 starts with strategy
% 0.20/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.55  
% 0.20/0.55  
% 0.20/0.55  fork 7: search terminated without proof.
% 0.20/0.57  
% 0.20/0.57  **** run 9 fork 0 starts with strategy
% 0.20/0.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.58  
% 0.20/0.58  **** run 16 fork 7 starts with strategy
% 0.20/0.58  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.20/0.65  
% 0.20/0.65  
% 0.20/0.65  fork 4: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 2: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 5: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 3: search terminated without proof.
% 0.20/0.66  
% 0.20/0.66  
% 0.20/0.66  fork 1: search terminated without proof.
% 0.20/0.67  
% 0.20/0.67  **** run 21 fork 4 starts with strategy
% 0.20/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.20/0.68  
% 0.20/0.68  **** run 20 fork 3 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.20/0.68  
% 0.20/0.68  **** run 19 fork 2 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.20/0.68  
% 0.20/0.68  **** run 22 fork 5 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.20/0.68  
% 0.20/0.68  **** run 18 fork 1 starts with strategy
% 0.20/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 0: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 7: search terminated without proof.
% 0.20/0.69  
% 0.20/0.69  
% 0.20/0.69  fork 6: search terminated without proof.
% 0.20/0.71  
% 0.20/0.71  **** run 24 fork 7 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.20/0.71  
% 0.20/0.71  **** run 17 fork 0 starts with strategy
% 0.20/0.71  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.20/0.74  
% 0.20/0.74  **** run 23 fork 6 starts with strategy
% 0.20/0.74  {"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}
% 2.91/0.81  
% 2.91/0.81  
% 2.91/0.81  fork 4: search terminated without proof.
% 2.91/0.81  
% 2.91/0.81  
% 2.91/0.81  fork 3: search terminated without proof.
% 2.91/0.81  
% 2.91/0.81  
% 2.91/0.81  fork 2: search terminated without proof.
% 2.91/0.82  
% 2.91/0.82  
% 2.91/0.82  fork 5: search terminated without proof.
% 2.91/0.83  
% 2.91/0.83  **** run 29 fork 4 starts with strategy
% 2.91/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 2.91/0.84  
% 2.91/0.84  **** run 28 fork 3 starts with strategy
% 2.91/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 2.91/0.84  
% 2.91/0.84  **** run 27 fork 2 starts with strategy
% 2.91/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.91/0.84  
% 2.91/0.84  **** run 30 fork 5 starts with strategy
% 2.91/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}
% 2.91/0.84  
% 2.91/0.84  
% 2.91/0.84  fork 7: search terminated without proof.
% 3.55/0.85  
% 3.55/0.85  
% 3.55/0.85  fork 0: search terminated without proof.
% 3.55/0.87  
% 3.55/0.87  **** run 32 fork 7 starts with strategy
% 3.55/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}
% 3.55/0.87  
% 3.55/0.87  **** run 25 fork 0 starts with strategy
% 3.55/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.55/0.88  
% 3.55/0.88  
% 3.55/0.88  fork 1: search terminated without proof.
% 3.55/0.90  
% 3.55/0.90  **** run 26 fork 1 starts with strategy
% 3.55/0.90  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.55/0.91  
% 3.55/0.91  
% 3.55/0.91  fork 6: search terminated without proof.
% 4.12/0.94  
% 4.12/0.94  **** run 31 fork 6 starts with strategy
% 4.12/0.94  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 4.12/0.95  
% 4.12/0.95  
% 4.12/0.95  fork 4: search terminated without proof.
% 4.12/0.96  
% 4.12/0.96  
% 4.12/0.96  fork 3: search terminated without proof.
% 4.12/0.96  
% 4.12/0.96  
% 4.12/0.96  fork 2: search terminated without proof.
% 4.12/0.96  
% 4.12/0.96  
% 4.12/0.96  fork 5: search terminated without proof.
% 4.12/0.97  
% 4.12/0.97  **** run 37 fork 4 starts with strategy
% 4.12/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.52/0.99  
% 4.52/0.99  
% 4.52/0.99  fork 7: search terminated without proof.
% 4.52/0.99  
% 4.52/0.99  **** run 38 fork 5 starts with strategy
% 4.52/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.52/0.99  
% 4.52/0.99  **** run 35 fork 2 starts with strategy
% 4.52/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.52/1.00  
% 4.52/1.00  
% 4.52/1.00  fork 0: search terminated without proof.
% 4.52/1.00  
% 4.52/1.00  **** run 36 fork 3 starts with strategy
% 4.52/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.52/1.01  
% 4.52/1.01  **** run 40 fork 7 starts with strategy
% 4.52/1.01  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.52/1.02  
% 4.52/1.02  
% 4.52/1.02  fork 1: search terminated without proof.
% 4.52/1.03  
% 4.52/1.03  **** run 33 fork 0 starts with strategy
% 4.52/1.03  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.52/1.05  
% 4.52/1.05  **** run 34 fork 1 starts with strategy
% 4.52/1.05  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 5.16/1.06  
% 5.16/1.06  
% 5.16/1.06  fork 6: search terminated without proof.
% 5.40/1.09  
% 5.40/1.09  **** run 39 fork 6 starts with strategy
% 5.40/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 5.40/1.09  
% 5.40/1.09  
% 5.40/1.09  fork 4: search terminated without proof.
% 5.40/1.11  
% 5.40/1.11  **** run 45 fork 4 starts with strategy
% 5.40/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.40/1.11  
% 5.40/1.11  
% 5.40/1.11  fork 5: search terminated without proof.
% 5.40/1.11  
% 5.40/1.11  
% 5.40/1.11  fork 2: search terminated without proof.
% 5.40/1.12  
% 5.40/1.12  
% 5.40/1.12  fork 3: search terminated without proof.
% 5.76/1.13  
% 5.76/1.13  
% 5.76/1.13  fork 7: search terminated without proof.
% 5.76/1.13  
% 5.76/1.13  **** run 46 fork 5 starts with strategy
% 5.76/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.76/1.14  
% 5.76/1.14  **** run 43 fork 2 starts with strategy
% 5.76/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.76/1.14  
% 5.76/1.14  **** run 44 fork 3 starts with strategy
% 5.76/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.93/1.15  
% 5.93/1.15  
% 5.93/1.15  fork 0: search terminated without proof.
% 5.93/1.15  
% 5.93/1.15  **** run 48 fork 7 starts with strategy
% 5.93/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.93/1.16  
% 5.93/1.16  fork 5: search finished without proof.
% 5.93/1.17  
% 5.93/1.17  
% 5.93/1.17  fork 1: search terminated without proof.
% 5.93/1.17  
% 5.93/1.17  **** run 41 fork 0 starts with strategy
% 5.93/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.93/1.18  
% 5.93/1.18  **** run 54 fork 5 starts with strategy
% 5.93/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.93/1.19  
% 5.93/1.19  **** run 42 fork 1 starts with strategy
% 5.93/1.19  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.93/1.21  
% 5.93/1.21  
% 5.93/1.21  fork 6: search terminated without proof.
% 6.49/1.23  
% 6.49/1.23  
% 6.49/1.23  fork 4: search terminated without proof.
% 6.49/1.23  
% 6.49/1.23  **** run 47 fork 6 starts with strategy
% 6.49/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 6.49/1.25  
% 6.49/1.25  **** run 53 fork 4 starts with strategy
% 6.49/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.49/1.26  
% 6.49/1.26  
% 6.49/1.26  fork 2: search terminated without proof.
% 6.91/1.27  
% 6.91/1.27  
% 6.91/1.27  fork 3: search terminated without proof.
% 6.91/1.28  
% 6.91/1.28  
% 6.91/1.28  fork 7: search terminated without proof.
% 6.91/1.28  
% 6.91/1.28  **** run 51 fork 2 starts with strategy
% 6.91/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.91/1.29  
% 6.91/1.29  **** run 52 fork 3 starts with strategy
% 6.91/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.91/1.30  
% 6.91/1.30  **** run 56 fork 7 starts with strategy
% 6.91/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.91/1.30  
% 6.91/1.30  
% 6.91/1.30  fork 0: search terminated without proof.
% 6.91/1.30  
% 6.91/1.30  
% 6.91/1.30  fork 5: search terminated without proof.
% 6.91/1.32  
% 6.91/1.32  
% 6.91/1.32  fork 1: search terminated without proof.
% 6.91/1.32  
% 6.91/1.32  **** run 62 fork 5 starts with strategy
% 6.91/1.32  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.91/1.32  
% 6.91/1.32  **** run 49 fork 0 starts with strategy
% 6.91/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.91/1.34  
% 6.91/1.34  **** run 50 fork 1 starts with strategy
% 6.91/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.91/1.34  
% 6.91/1.34  fork 2: search finished without proof.
% 7.54/1.35  
% 7.54/1.35  
% 7.54/1.35  fork 6: search terminated without proof.
% 7.54/1.36  
% 7.54/1.36  **** run 59 fork 2 starts with strategy
% 7.54/1.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.54/1.37  
% 7.54/1.37  
% 7.54/1.37  fork 4: search terminated without proof.
% 7.54/1.37  
% 7.54/1.37  **** run 55 fork 6 starts with strategy
% 7.54/1.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 7.54/1.39  
% 7.54/1.39  **** run 61 fork 4 starts with strategy
% 7.54/1.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.54/1.41  
% 7.54/1.41  
% 7.54/1.41  fork 7: search terminated without proof.
% 7.54/1.43  
% 7.54/1.43  **** run 64 fork 7 starts with strategy
% 7.54/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.54/1.44  
% 7.54/1.44  
% 7.54/1.44  fork 5: search terminated without proof.
% 7.54/1.44  
% 7.54/1.44  
% 7.54/1.44  fork 0: search terminated without proof.
% 7.54/1.45  
% 7.54/1.45  
% 7.54/1.45  fork 3: search terminated without proof.
% 7.54/1.46  
% 7.54/1.46  **** run 70 fork 5 starts with strategy
% 7.54/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.54/1.47  
% 7.54/1.47  **** run 57 fork 0 starts with strategy
% 7.54/1.47  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.54/1.48  
% 7.54/1.48  
% 7.54/1.48  fork 2: search terminated without proof.
% 8.37/1.49  
% 8.37/1.49  
% 8.37/1.49  fork 6: search terminated without proof.
% 8.37/1.50  
% 8.37/1.50  **** run 60 fork 3 starts with strategy
% 8.37/1.50  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.37/1.50  
% 8.37/1.50  **** run 67 fork 2 starts with strategy
% 8.37/1.50  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 8.37/1.51  
% 8.37/1.51  
% 8.37/1.51  fork 4: search terminated without proof.
% 8.37/1.51  
% 8.37/1.51  **** run 63 fork 6 starts with strategy
% 8.37/1.51  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 8.37/1.53  
% 8.37/1.53  **** run 69 fork 4 starts with strategy
% 8.37/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 8.84/1.53  
% 8.84/1.53  
% 8.84/1.53  fork 1: search terminated without proof.
% 9.03/1.55  
% 9.03/1.55  
% 9.03/1.55  fork 7: search terminated without proof.
% 9.03/1.56  
% 9.03/1.56  **** run 58 fork 1 starts with strategy
% 9.03/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 9.03/1.57  
% 9.03/1.57  **** run 72 fork 7 starts with strategy
% 9.03/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.03/1.59  
% 9.03/1.59  
% 9.03/1.59  fork 5: search terminated without proof.
% 9.03/1.59  
% 9.03/1.59  
% 9.03/1.59  fork 0: search terminated without proof.
% 9.03/1.61  
% 9.03/1.61  **** run 78 fork 5 starts with strategy
% 9.03/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.03/1.61  
% 9.03/1.61  **** run 65 fork 0 starts with strategy
% 9.03/1.61  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.52/1.63  
% 9.52/1.63  
% 9.52/1.63  fork 2: search terminated without proof.
% 9.52/1.64  
% 9.52/1.64  
% 9.52/1.64  fork 6: search terminated without proof.
% 9.52/1.64  
% 9.52/1.64  
% 9.52/1.64  fork 3: search terminated without proof.
% 9.52/1.65  
% 9.52/1.65  **** run 75 fork 2 starts with strategy
% 9.52/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.52/1.66  
% 9.52/1.66  **** run 71 fork 6 starts with strategy
% 9.52/1.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.52/1.66  
% 9.52/1.66  
% 9.52/1.66  fork 4: search terminated without proof.
% 9.88/1.66  
% 9.88/1.66  **** run 68 fork 3 starts with strategy
% 9.88/1.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.88/1.68  
% 9.88/1.68  
% 9.88/1.68  fork 1: search terminated without proof.
% 9.88/1.68  
% 9.88/1.68  **** run 77 fork 4 starts with strategy
% 9.88/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 9.88/1.70  
% 9.88/1.70  **** run 66 fork 1 starts with strategy
% 9.88/1.70  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.88/1.70  
% 9.88/1.70  
% 9.88/1.70  fork 7: search terminated without proof.
% 9.88/1.72  
% 9.88/1.72  **** run 80 fork 7 starts with strategy
% 9.88/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.88/1.73  
% 9.88/1.73  
% 9.88/1.73  fork 0: search terminated without proof.
% 9.88/1.74  
% 9.88/1.74  
% 9.88/1.74  fork 5: search terminated without proof.
% 10.54/1.75  
% 10.54/1.75  **** run 73 fork 0 starts with strategy
% 10.54/1.75  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.54/1.75  
% 10.54/1.75  **** run 86 fork 5 starts with strategy
% 10.54/1.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.54/1.78  
% 10.54/1.78  
% 10.54/1.78  fork 2: search terminated without proof.
% 10.78/1.79  
% 10.78/1.79  
% 10.78/1.79  fork 6: search terminated without proof.
% 10.78/1.79  
% 10.78/1.79  
% 10.78/1.79  fork 3: search terminated without proof.
% 10.78/1.80  
% 10.78/1.80  **** run 83 fork 2 starts with strategy
% 10.78/1.80  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.78/1.81  
% 10.78/1.81  **** run 79 fork 6 starts with strategy
% 10.78/1.81  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.78/1.81  
% 10.78/1.81  
% 10.78/1.81  fork 4: search terminated without proof.
% 10.78/1.82  
% 10.78/1.82  
% 10.78/1.82  fork 1: search terminated without proof.
% 10.78/1.82  
% 10.78/1.82  **** run 76 fork 3 starts with strategy
% 10.78/1.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.78/1.83  
% 10.78/1.83  **** run 85 fork 4 starts with strategy
% 10.78/1.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.28/1.84  
% 11.28/1.84  **** run 74 fork 1 starts with strategy
% 11.28/1.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 11.28/1.85  
% 11.28/1.85  
% 11.28/1.85  fork 7: search terminated without proof.
% 11.40/1.87  
% 11.40/1.87  **** run 88 fork 7 starts with strategy
% 11.40/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.40/1.88  
% 11.40/1.88  
% 11.40/1.88  fork 0: search terminated without proof.
% 11.40/1.91  
% 11.40/1.91  **** run 81 fork 0 starts with strategy
% 11.40/1.91  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.91/1.93  
% 11.91/1.93  
% 11.91/1.93  fork 6: search terminated without proof.
% 11.91/1.95  
% 11.91/1.95  
% 11.91/1.95  fork 3: search terminated without proof.
% 11.91/1.95  
% 11.91/1.95  **** run 87 fork 6 starts with strategy
% 11.91/1.95  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 12.27/1.97  
% 12.27/1.97  
% 12.27/1.97  fork 1: search terminated without proof.
% 12.27/1.97  
% 12.27/1.97  **** run 84 fork 3 starts with strategy
% 12.27/1.97  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 12.27/1.98  
% 12.27/1.98  **** run 82 fork 1 starts with strategy
% 12.27/1.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 12.27/2.04  
% 12.27/2.04  
% 12.27/2.04  fork 0: search terminated without proof.
% 12.27/2.10  
% 12.27/2.10  **** run 89 fork 0 starts with strategy
% 12.27/2.10  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 17.96/2.77  
% 17.96/2.77  
% 17.96/2.77  fork 5: search terminated without proof.
% 17.96/2.82  
% 17.96/2.82  
% 17.96/2.82  fork 2: search terminated without proof.
% 17.96/2.82  
% 17.96/2.82  **** run 94 fork 5 starts with strategy
% 17.96/2.82  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 17.96/2.85  
% 17.96/2.85  
% 17.96/2.85  fork 4: search terminated without proof.
% 17.96/2.88  
% 17.96/2.88  **** run 91 fork 2 starts with strategy
% 17.96/2.88  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 17.96/2.88  
% 17.96/2.88  
% 17.96/2.88  fork 7: search terminated without proof.
% 17.96/2.91  
% 17.96/2.91  **** run 93 fork 4 starts with strategy
% 17.96/2.91  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 17.96/2.94  
% 17.96/2.94  **** run 96 fork 7 starts with strategy
% 17.96/2.94  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 19.97/3.00  
% 19.97/3.00  
% 19.97/3.00  fork 6: search terminated without proof.
% 20.46/3.05  
% 20.46/3.05  
% 20.46/3.05  fork 1: search terminated without proof.
% 20.46/3.05  
% 20.46/3.05  **** run 95 fork 6 starts with strategy
% 20.46/3.05  {"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.77/3.09  
% 20.77/3.09  **** run 90 fork 1 starts with strategy
% 20.77/3.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 20.77/3.13  
% 20.77/3.13  
% 20.77/3.13  fork 3: search terminated without proof.
% 21.40/3.16  
% 21.40/3.16  
% 21.40/3.16  fork 0: search terminated without proof.
% 21.66/3.21  
% 21.66/3.21  **** run 92 fork 3 starts with strategy
% 21.66/3.21  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 21.66/3.22  
% 21.66/3.22  **** run 97 fork 0 starts with strategy
% 21.66/3.22  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 26.92/3.84  
% 26.92/3.84  
% 26.92/3.84  fork 5: search terminated without proof.
% 26.92/3.89  
% 26.92/3.89  **** run 102 fork 5 starts with strategy
% 26.92/3.89  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 26.92/3.90  
% 26.92/3.90  
% 26.92/3.90  fork 2: search terminated without proof.
% 27.51/3.93  
% 27.51/3.93  
% 27.51/3.93  fork 4: search terminated without proof.
% 27.51/3.96  
% 27.51/3.96  **** run 99 fork 2 starts with strategy
% 27.51/3.96  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 27.51/3.97  
% 27.51/3.97  
% 27.51/3.97  fork 7: search terminated without proof.
% 27.93/4.00  
% 27.93/4.00  **** run 101 fork 4 starts with strategy
% 27.93/4.00  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 27.93/4.03  
% 27.93/4.03  **** run 104 fork 7 starts with strategy
% 27.93/4.03  {"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}
% 28.76/4.08  
% 28.76/4.08  
% 28.76/4.08  fork 6: search terminated without proof.
% 29.13/4.13  
% 29.13/4.13  **** run 103 fork 6 starts with strategy
% 29.13/4.13  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 29.31/4.23  
% 29.31/4.23  
% 29.31/4.23  fork 3: search terminated without proof.
% 29.31/4.24  
% 29.31/4.24  
% 29.31/4.24  fork 0: search terminated without proof.
% 29.31/4.27  
% 29.31/4.27  
% 29.31/4.27  fork 1: search terminated without proof.
% 29.31/4.29  
% 29.31/4.29  **** run 100 fork 3 starts with strategy
% 29.31/4.29  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 29.31/4.31  
% 29.31/4.31  **** run 105 fork 0 starts with strategy
% 29.31/4.31  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 29.31/4.38  
% 29.31/4.38  **** run 98 fork 1 starts with strategy
% 29.31/4.38  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 35.23/4.91  
% 35.23/4.91  
% 35.23/4.91  fork 5: search terminated without proof.
% 35.23/4.96  
% 35.23/4.96  **** run 110 fork 5 starts with strategy
% 35.23/4.96  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 35.23/4.98  
% 35.23/4.98  
% 35.23/4.98  fork 2: search terminated without proof.
% 35.23/5.02  
% 35.23/5.02  
% 35.23/5.02  fork 4: search terminated without proof.
% 35.23/5.03  
% 35.23/5.03  **** run 107 fork 2 starts with strategy
% 35.23/5.03  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 35.23/5.05  
% 35.23/5.05  
% 35.23/5.05  fork 7: search terminated without proof.
% 35.23/5.09  
% 35.23/5.09  **** run 109 fork 4 starts with strategy
% 35.23/5.09  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 35.23/5.11  
% 35.23/5.11  **** run 112 fork 7 starts with strategy
% 35.23/5.11  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 36.68/5.16  
% 36.68/5.16  
% 36.68/5.16  fork 6: search terminated without proof.
% 36.68/5.21  
% 36.68/5.21  **** run 111 fork 6 starts with strategy
% 36.68/5.21  {"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}
% 38.41/5.32  
% 38.41/5.32  
% 38.41/5.32  fork 3: search terminated without proof.
% 38.41/5.33  
% 38.41/5.33  
% 38.41/5.33  fork 0: search terminated without proof.
% 38.89/5.37  
% 38.89/5.37  **** run 108 fork 3 starts with strategy
% 38.89/5.37  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 38.89/5.40  
% 38.89/5.40  **** run 113 fork 0 starts with strategy
% 38.89/5.40  {"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}
% 40.22/5.58  
% 40.22/5.58  
% 40.22/5.58  fork 1: search terminated without proof.
% 40.81/5.63  
% 40.81/5.63  **** run 106 fork 1 starts with strategy
% 40.81/5.63  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 43.33/5.99  
% 43.33/5.99  
% 43.33/5.99  fork 5: search terminated without proof.
% 43.85/6.04  
% 43.85/6.04  **** run 118 fork 5 starts with strategy
% 43.85/6.04  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 43.85/6.05  
% 43.85/6.05  
% 43.85/6.05  fork 2: search terminated without proof.
% 44.22/6.10  
% 44.22/6.10  **** run 115 fork 2 starts with strategy
% 44.22/6.10  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 44.22/6.11  
% 44.22/6.11  
% 44.22/6.11  fork 4: search terminated without proof.
% 44.22/6.14  
% 44.22/6.14  
% 44.22/6.14  fork 7: search terminated without proof.
% 44.90/6.17  
% 44.90/6.17  **** run 117 fork 4 starts with strategy
% 44.90/6.17  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 45.19/6.20  
% 45.19/6.20  **** run 120 fork 7 starts with strategy
% 45.19/6.20  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 45.61/6.24  
% 45.61/6.24  
% 45.61/6.24  fork 6: search terminated without proof.
% 45.73/6.30  
% 45.73/6.30  **** run 119 fork 6 starts with strategy
% 45.73/6.30  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 46.63/6.40  
% 46.63/6.40  
% 46.63/6.40  fork 3: search terminated without proof.
% 46.63/6.43  
% 46.63/6.43  **** run 116 fork 3 starts with strategy
% 46.63/6.43  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 46.63/6.49  
% 46.63/6.49  
% 46.63/6.49  fork 0: search terminated without proof.
% 46.63/6.56  
% 46.63/6.56  **** run 121 fork 0 starts with strategy
% 46.63/6.56  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 49.38/6.75  
% 49.38/6.75  
% 49.38/6.75  fork 1: search terminated without proof.
% 49.81/6.80  
% 49.81/6.80  **** run 114 fork 1 starts with strategy
% 49.81/6.80  {"max_dseconds":10,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 51.76/7.05  
% 51.76/7.05  
% 51.76/7.05  fork 5: search terminated without proof.
% 52.19/7.09  
% 52.19/7.09  **** run 126 fork 5 starts with strategy
% 52.19/7.09  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 52.19/7.13  
% 52.19/7.13  
% 52.19/7.13  fork 2: search terminated without proof.
% 53.01/7.18  
% 53.01/7.18  **** run 123 fork 2 starts with strategy
% 53.01/7.18  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":0}
% 53.01/7.19  
% 53.01/7.19  
% 53.01/7.19  fork 4: search terminated without proof.
% 53.01/7.23  
% 53.01/7.23  
% 53.01/7.23  fork 7: search terminated without proof.
% 53.01/7.25  
% 53.01/7.25  **** run 125 fork 4 starts with strategy
% 53.01/7.25  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":2}
% 53.01/7.30  
% 53.01/7.30  **** run 128 fork 7 starts with strategy
% 53.01/7.30  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 53.01/7.32  
% 53.01/7.32  
% 53.01/7.32  fork 6: search terminated without proof.
% 53.01/7.36  
% 53.01/7.36  **** run 127 fork 6 starts with strategy
% 53.01/7.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 53.01/7.38  
% 53.01/7.38  fork 6: search finished without proof.
% 53.01/7.40  
% 53.01/7.40  **** run 135 fork 6 starts with strategy
% 53.01/7.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 56.06/7.59  
% 56.06/7.59  
% 56.06/7.59  fork 0: search terminated without proof.
% 56.46/7.64  
% 56.46/7.64  **** run 129 fork 0 starts with strategy
% 56.46/7.64  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 57.24/7.73  
% 57.24/7.73  
% 57.24/7.73  fork 3: search terminated without proof.
% 57.24/7.78  
% 57.24/7.78  **** run 124 fork 3 starts with strategy
% 57.24/7.78  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 57.83/7.83  
% 57.83/7.83  
% 57.83/7.83  fork 1: search terminated without proof.
% 58.43/7.89  
% 58.43/7.89  **** run 122 fork 1 starts with strategy
% 58.43/7.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 58.66/8.11  
% 58.66/8.11  
% 58.66/8.11  fork 5: search terminated without proof.
% 60.05/8.17  
% 60.05/8.17  **** run 134 fork 5 starts with strategy
% 60.05/8.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":20}
% 60.05/8.21  
% 60.05/8.21  
% 60.05/8.21  fork 2: search terminated without proof.
% 61.22/8.26  
% 61.22/8.26  **** run 131 fork 2 starts with strategy
% 61.22/8.26  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 61.22/8.28  
% 61.22/8.28  
% 61.22/8.28  fork 4: search terminated without proof.
% 61.83/8.32  
% 61.83/8.32  
% 61.83/8.32  fork 7: search terminated without proof.
% 61.83/8.34  
% 61.83/8.34  **** run 133 fork 4 starts with strategy
% 61.83/8.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":15}
% 61.83/8.35  
% 61.83/8.35  **** run 136 fork 7 starts with strategy
% 61.83/8.35  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30}
% 62.34/8.42  
% 62.34/8.42  
% 62.34/8.42  fork 6: search terminated without proof.
% 63.01/8.47  
% 63.01/8.47  **** run 143 fork 6 starts with strategy
% 63.01/8.47  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 64.21/8.67  
% 64.21/8.67  
% 64.21/8.67  fork 0: search terminated without proof.
% 64.73/8.71  
% 64.73/8.71  **** run 137 fork 0 starts with strategy
% 64.73/8.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":40}
% 65.43/8.91  
% 65.43/8.91  
% 65.43/8.91  fork 1: search terminated without proof.
% 65.43/8.96  
% 65.43/8.96  **** run 130 fork 1 starts with strategy
% 65.43/8.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 67.66/9.06  
% 67.66/9.06  
% 67.66/9.06  fork 3: search terminated without proof.
% 68.11/9.13  
% 68.11/9.13  **** run 132 fork 3 starts with strategy
% 68.11/9.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":10}
% 68.46/9.20  
% 68.46/9.20  
% 68.46/9.20  fork 5: search terminated without proof.
% 68.46/9.21  
% 68.46/9.21  fork 3: search finished without proof.
% 68.46/9.23  
% 68.46/9.23  **** run 140 fork 3 starts with strategy
% 68.46/9.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 69.19/9.25  
% 69.19/9.25  **** run 142 fork 5 starts with strategy
% 69.19/9.25  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 69.51/9.29  
% 69.51/9.29  
% 69.51/9.29  fork 2: search terminated without proof.
% 69.96/9.34  
% 69.96/9.34  **** run 139 fork 2 starts with strategy
% 69.96/9.34  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 70.05/9.36  
% 70.05/9.36  
% 70.05/9.36  fork 4: search terminated without proof.
% 70.05/9.38  
% 70.05/9.38  
% 70.05/9.38  fork 7: search terminated without proof.
% 70.05/9.39  
% 70.05/9.39  **** run 141 fork 4 starts with strategy
% 70.05/9.39  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 70.48/9.43  
% 70.48/9.43  **** run 144 fork 7 starts with strategy
% 70.48/9.43  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 70.87/9.49  
% 70.87/9.49  
% 70.87/9.49  fork 6: search terminated without proof.
% 70.87/9.54  
% 70.87/9.54  **** run 151 fork 6 starts with strategy
% 70.87/9.54  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":2}
% 70.87/9.73  
% 70.87/9.73  
% 70.87/9.73  fork 0: search terminated without proof.
% 72.77/9.78  
% 72.77/9.78  **** run 145 fork 0 starts with strategy
% 72.77/9.78  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 74.65/10.03  
% 74.65/10.03  
% 74.65/10.03  fork 1: search terminated without proof.
% 75.63/10.10  
% 75.63/10.10  **** run 138 fork 1 starts with strategy
% 75.63/10.10  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 76.69/10.28  
% 76.69/10.28  
% 76.69/10.28  fork 5: search terminated without proof.
% 76.69/10.31  
% 76.69/10.31  **** run 150 fork 5 starts with strategy
% 76.69/10.31  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 76.69/10.36  
% 76.69/10.36  
% 76.69/10.36  fork 2: search terminated without proof.
% 77.74/10.40  
% 77.74/10.40  
% 77.74/10.40  fork 4: search terminated without proof.
% 77.74/10.42  
% 77.74/10.42  **** run 147 fork 2 starts with strategy
% 77.74/10.42  {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 77.74/10.44  
% 77.74/10.44  
% 77.74/10.44  fork 3: search terminated without proof.
% 77.74/10.44  
% 77.74/10.44  **** run 149 fork 4 starts with strategy
% 77.74/10.44  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 78.52/10.47  
% 78.52/10.47  
% 78.52/10.47  fork 7: search terminated without proof.
% 78.52/10.49  
% 78.52/10.49  **** run 148 fork 3 starts with strategy
% 78.52/10.49  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":1}
% 78.85/10.53  
% 78.85/10.53  **** run 152 fork 7 starts with strategy
% 78.85/10.53  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":2}
% 79.95/10.66  
% 79.95/10.66  
% 79.95/10.66  fork 6: search terminated without proof.
% 80.46/10.71  
% 80.46/10.71  **** run 159 fork 6 starts with strategy
% 80.46/10.71  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"sine":5}
% 81.61/10.88  
% 81.61/10.88  
% 81.61/10.88  fork 0: search terminated without proof.
% 81.88/10.90  
% 81.88/10.90  **** run 153 fork 0 starts with strategy
% 81.88/10.90  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"sine":1}
% 82.13/10.94  
% 82.13/10.94  
% 82.13/10.94  result: proof found
% 82.13/10.94  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 82.13/10.94  by run 147 fork 2 strategy {"max_dseconds":10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 82.13/10.94  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 82.13/10.94  
% 82.13/10.94  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 82.13/10.94  
% 82.13/10.94  run 147 fork 2 statistics:
% 82.13/10.94  ----------------------------------
% 82.13/10.94  this run seconds: 0.278217
% 82.13/10.94  total seconds: 10.336512
% 82.13/10.94  stat_given_used: 527
% 82.13/10.94  stat_given_used_at_endgame: 0
% 82.13/10.94  stat_given_candidates:   3160
% 82.13/10.94  stat_given_candidates_at_endgame: 0
% 82.13/10.94  stat_given_candidates_h: 0
% 82.13/10.94  stat_binres_derived_cl:   0
% 82.13/10.94  stat_binres_derived_cl_h: 0
% 82.13/10.94  stat_factor_derived_cl: 0
% 82.13/10.94  stat_para_derived_cl: 69774
% 82.13/10.94  stat_tautologies_discarded: 0
% 82.13/10.94  stat_forward_subsumed: 10459
% 82.13/10.94  stat_derived_cut: 0
% 82.13/10.94  stat_derived_rewritten: 373
% 82.13/10.94  stat_weight_discarded_building: 0
% 82.13/10.94  stat_weight_discarded_cl: 38470
% 82.13/10.94  stat_internlimit_discarded_cl: 0
% 82.13/10.94  stat_simplified:  373 simplified 0 derived 0 given
% 82.13/10.94  stat_kept_cl: 18958
% 82.13/10.94  stat_built_cl: 58855
% 82.13/10.94  stat_hyperres_partial_cl: 0
% 82.13/10.94  stat_made_rewriters: 470
% 82.13/10.94  stat_backward_subsumed: 0
% 82.13/10.94  stat_propagated_subsumed: 0
% 82.13/10.94  stat_clsubs_attempted:                      5094
% 82.13/10.94  stat_clsubs_fact_groundunit_found:             0
% 82.13/10.94  stat_clsubs_rule_groundunit_found:             1
% 82.13/10.94  stat_clsubs_top_meta_attempted:              41725
% 82.13/10.94  stat_clsubs_top_meta_failed:                 36631
% 82.13/10.94  stat_clsubs_top_meta_nonpref_attempted:               41725
% 82.13/10.94  stat_clsubs_top_meta_nonpref_succeeded:               20264
% 82.13/10.94  stat_clsubs_top_meta_pref_attempted:                  20264
% 82.13/10.94  stat_clsubs_top_meta_pref1_succeeded:                 20264
% 82.13/10.94  stat_clsubs_top_meta_pref2_succeeded:                  6617
% 82.13/10.94  stat_clsubs_top_meta_pref3_succeeded:                  5094
% 82.13/10.94  stat_clsubs_top_meta_pref_succeeded:                   5094
% 82.13/10.94  stat_clsubs_meta_attempted:                 5094
% 82.13/10.94  stat_clsubs_meta_failed:                      11
% 82.13/10.94  stat_clsubs_predsymbs_attempted:               0
% 82.13/10.94  stat_clsubs_unit_attempted:                 5094
% 82.13/10.94  stat_clsubs_full_attempted:                    0
% 82.13/10.94  stat_forwardsubs_attempted:                67887
% 82.13/10.94  stat_lit_hash_added:                  19319
% 82.13/10.94  stat_lit_hash_computed:               88795
% 82.13/10.94  stat_lit_hash_match_found:            10590
% 82.13/10.94  stat_lit_hash_match_miss:            116687
% 82.13/10.94  stat_lit_hash_cut_ok:                     0
% 82.13/10.94  stat_lit_strong_cut_ok:                   0
% 82.13/10.94  stat_lit_hash_subsume_ok:             10459
% 82.13/10.94  clqueue els 10000000 used 1
% 82.13/10.94  clactive els 10000000 used 528
% 82.13/10.94  clactivesubsume els 10000000 used 1135
% 82.13/10.94  queue_termbuf els 200000000 used 1299319
% 82.13/10.94  hyper_termbuf els 100000000 used 1
% 82.13/10.94  active_termbuf els 100000000 used 22739
% 82.13/10.94  varstack els 5000 last used 1
% 82.13/10.94  given_termbuf els 10000000 last used 1
% 82.13/10.94  simplified_termbuf els 10000000 last used 1
% 82.13/10.94  derived_termbuf els 10000000 last used 22
% 82.13/10.94  wr_mallocs: 75140
% 82.13/10.94  wr_callocs: 21
% 82.13/10.94  wr_reallocs: 3415
% 82.13/10.94  wr_frees: 2
% 82.13/10.94  wr_malloc_bytes: 4165234932
% 82.13/10.94  wr_calloc_bytes: 112065536
% 82.13/10.94  wr_realloc_bytes: 632136
% 82.13/10.94  wr_realloc_freebytes: 0
% 82.13/10.94  ----------------------------------
%------------------------------------------------------------------------------