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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP615-1 : TPTP v8.1.2. Released v2.6.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n009.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:55:00 EDT 2023

% Result   : Unsatisfiable 9.59s 1.60s
% Output   : CNFRefutation 9.59s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named multiply)

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

cnf('2',plain,
    double_divide(inverse(double_divide(inverse(double_divide(X0,inverse(X1))),X2)),double_divide(X0,X2)) = X1,
    inference(cnf_transformation,[],[single_axiom]) ).

cnf('3',plain,
    double_divide(multiply(X,multiply(inverse(Y),Z)),double_divide(Z,X)) = Y,
    inference(simplify,[then_simplify],['2','1','1']) ).

cnf('4',plain,
    multiply(double_divide(X,Y),multiply(Y,multiply(inverse(Z),X))) = inverse(Z),
    inference(paramodulation,[],['3','1']) ).

cnf('5',plain,
    multiply(X,multiply(double_divide(Y,Z),multiply(inverse(U),multiply(Z,multiply(inverse(X),Y))))) = inverse(U),
    inference(paramodulation,[],['3','4']) ).

cnf('6',plain,
    double_divide(multiply(double_divide(X,Y),multiply(inverse(Z),multiply(Y,multiply(inverse(U),X)))),U) = Z,
    inference(paramodulation,[],['3','3']) ).

cnf('7',plain,
    double_divide(multiply(double_divide(multiply(X3,multiply(inverse(inverse(Y3)),Z3)),double_divide(Z3,X3)),inverse(U3)),U3) = Y3,
    inference(paramodulation,[],['5','6']) ).

cnf('8',plain,
    double_divide(multiply(inverse(X),inverse(Y)),Y) = X,
    inference(simplify,[],['7','3']) ).

cnf('9',plain,
    multiply(X,multiply(inverse(Y),inverse(X))) = inverse(Y),
    inference(paramodulation,[],['8','1']) ).

cnf('10',plain,
    double_divide(inverse(X),double_divide(inverse(Y),Y)) = X,
    inference(paramodulation,[],['9','3']) ).

cnf('11',plain,
    double_divide(multiply(X,Y),double_divide(inverse(Z),Z)) = double_divide(Y,X),
    inference(paramodulation,[],['1','10']) ).

cnf('12',plain,
    multiply(double_divide(X3,Y3),multiply(Y3,multiply(multiply(Z3,U3),X3))) = inverse(double_divide(U3,Z3)),
    inference(paramodulation,[],['1','4']) ).

cnf('13',plain,
    multiply(double_divide(X,Y),multiply(Y,multiply(multiply(Z,U),X))) = multiply(Z,U),
    inference(simplify,[],['12','1']) ).

cnf('14',plain,
    double_divide(multiply(X,Y),double_divide(multiply(multiply(X,Y),Z),double_divide(Z,inverse(U)))) = U,
    inference(paramodulation,[],['13','3']) ).

cnf('15',plain,
    double_divide(multiply(X,Y),double_divide(inverse(inverse(Z)),multiply(X,Y))) = Z,
    inference(paramodulation,[],['11','14']) ).

cnf('16',plain,
    multiply(double_divide(multiply(inverse(X),Y),double_divide(Y,multiply(Z,U))),inverse(X)) = multiply(Z,U),
    inference(paramodulation,[],['4','13']) ).

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

cnf('18',plain,
    double_divide(multiply(X,inverse(Y)),inverse(X)) = Y,
    inference(paramodulation,[],['17','8']) ).

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

cnf('20',plain,
    double_divide(multiply(inverse(X),inverse(Y)),X) = Y,
    inference(paramodulation,[],['19','18']) ).

cnf('21',plain,
    double_divide(multiply(inverse(X),multiply(Y,Z)),double_divide(Z,Y)) = X,
    inference(paramodulation,[],['1','8']) ).

cnf('22',plain,
    double_divide(inverse(X),double_divide(inverse(inverse(Y)),inverse(X))) = Y,
    inference(paramodulation,[],['9','21']) ).

cnf('23',plain,
    double_divide(inverse(X),double_divide(Y,inverse(X))) = Y,
    inference(paramodulation,[],['19','22']) ).

cnf('24',plain,
    double_divide(X3,double_divide(Y3,inverse(inverse(X3)))) = Y3,
    inference(paramodulation,[],['19','23']) ).

cnf('25',plain,
    double_divide(X,double_divide(Y,X)) = Y,
    inference(simplify,[],['24','19']) ).

cnf('26',plain,
    double_divide(X,Y) = multiply(inverse(X),inverse(Y)),
    inference(paramodulation,[],['20','25']) ).

cnf('27',plain,
    double_divide(double_divide(X,Y),Y) = X,
    inference(paramodulation,[],['26','8']) ).

cnf('28',plain,
    double_divide(double_divide(X,Y),X) = Y,
    inference(paramodulation,[],['25','25']) ).

cnf('29',plain,
    double_divide(X,double_divide(X,Y)) = Y,
    inference(paramodulation,[],['27','28']) ).

cnf('30',plain,
    multiply(X,double_divide(Y,X)) = inverse(Y),
    inference(paramodulation,[],['26','9']) ).

cnf('31',plain,
    multiply(X3,double_divide(inverse(Y3),X3)) = Y3,
    inference(paramodulation,[],['19','30']) ).

cnf('32',plain,
    double_divide(inverse(X),Y) = multiply(X,inverse(Y)),
    inference(paramodulation,[],['18','23']) ).

cnf('33',plain,
    multiply(X,multiply(Y,inverse(X))) = Y,
    inference(simplify,[],['31','32']) ).

cnf('34',plain,
    multiply(inverse(X),multiply(Y,X)) = Y,
    inference(paramodulation,[],['19','33']) ).

cnf('35',plain,
    double_divide(multiply(X,Y),double_divide(multiply(Y,Z),X)) = Z,
    inference(paramodulation,[],['34','3']) ).

cnf('36',plain,
    double_divide(X,double_divide(multiply(Y,X),Z)) = multiply(Z,Y),
    inference(paramodulation,[],['35','27']) ).

cnf('37',plain,
    double_divide(X,Y) = multiply(double_divide(multiply(Z,X),Y),Z),
    inference(paramodulation,[],['29','36']) ).

cnf('38',plain,
    double_divide(multiply(multiply(X,Y),inverse(Z)),Z) = double_divide(Y,X),
    inference(paramodulation,[],['1','8']) ).

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

cnf('40',plain,
    multiply(double_divide(X,Y),Y) = inverse(X),
    inference(paramodulation,[],['25','1']) ).

cnf('41',plain,
    multiply(X3,Y3) = inverse(double_divide(X3,Y3)),
    inference(paramodulation,[],['27','40']) ).

cnf('42',plain,
    multiply(X,Y) = multiply(Y,X),
    inference(simplify,[],['41','1']) ).

cnf('43',plain,
    multiply(X,multiply(inverse(X),Y)) = Y,
    inference(paramodulation,[],['42','33']) ).

cnf('44',plain,
    multiply(multiply(X,Y),multiply(double_divide(Y,X),Z)) = Z,
    inference(paramodulation,[],['39','43']) ).

cnf('45',plain,
    multiply(multiply(X,multiply(Y,Z)),double_divide(Z,X)) = Y,
    inference(paramodulation,[],['37','44']) ).

cnf('46',plain,
    multiply(multiply(X,Y),multiply(Z,double_divide(Y,X))) = Z,
    inference(paramodulation,[],['39','33']) ).

cnf('47',plain,
    multiply(multiply(a3,b3),c3) != multiply(a3,multiply(b3,c3)),
    inference(cnf_transformation,[],[prove_these_axioms_3]) ).

cnf('48',plain,
    multiply(multiply(a3,b3),c3) != multiply(a3,multiply(c3,b3)),
    inference(paramodulation,[],['42','47']) ).

cnf('49',plain,
    $false,
    inference(paramodulation,[then_simplify],['45','46','48']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : GRP615-1 : TPTP v8.1.2. Released v2.6.0.
% 0.03/0.12  % Command  : gkc %s
% 0.11/0.32  % Computer : n009.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 300
% 0.11/0.32  % DateTime : Mon Aug 28 21:10:50 EDT 2023
% 0.11/0.32  % CPUTime  : 
% 0.11/0.36  
% 0.11/0.36  input clause set summed statistics:
% 0.11/0.36  ----------------------------------
% 0.11/0.36  in_clause_count:                     3
% 0.11/0.36  in_rule_clause_count:                3
% 0.11/0.36  in_fact_clause_count:                0
% 0.11/0.36  in_answer_clause_count:              0
% 0.11/0.36  in_ground_clause_count:              1
% 0.11/0.36  in_unit_clause_count:                3
% 0.11/0.36  in_horn_clause_count:                3
% 0.11/0.36  in_pos_clause_count:                 2
% 0.11/0.36  in_neg_clause_count:                 1
% 0.11/0.36  in_poseq_clause_count:               2
% 0.11/0.36  in_negeq_clause_count:               1
% 0.11/0.36  in_unitposeq_clause_count:           2
% 0.11/0.36  in_chain_clause_count:               0
% 0.11/0.36  in_min_length:             1
% 0.11/0.36  in_max_length:             1
% 0.11/0.36  in_min_depth:              3
% 0.11/0.36  in_max_depth:              7
% 0.11/0.36  in_min_size:               8
% 0.11/0.36  in_max_size:              14
% 0.11/0.36  in_min_vars:               0
% 0.11/0.36  in_max_vars:               3
% 0.11/0.36  in_extaxiom_count:                 0
% 0.11/0.36  in_axiom_count:                    2
% 0.11/0.36  in_assumption_count:               0
% 0.11/0.36  in_goal_count:                     1
% 0.11/0.36  in_neg_goal_count:                 1
% 0.11/0.36  in_pos_goal_count:                 0
% 0.11/0.36  in_posunit_goal_count:             0
% 0.11/0.36  
% 0.11/0.36  auto guide:
% 0.11/0.36  -----------
% 0.11/0.36  {
% 0.11/0.36  "print":1,
% 0.11/0.36  "print_level": 15,
% 0.11/0.36  "max_size": 0,
% 0.11/0.36  "max_depth": 0,
% 0.11/0.36  "max_length": 0,
% 0.11/0.36  "max_dseconds": 0,
% 0.11/0.36  "runs":[
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.11/0.36  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.11/0.36  
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.11/0.36  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.11/0.36  
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"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.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.11/0.36  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.11/0.36  
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.11/0.36  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.11/0.36  
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.11/0.36  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.11/0.36  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.11/0.36  
% 0.11/0.36  ]}
% 0.11/0.36  
% 0.11/0.36  
% 0.11/0.36  **** run 1 fork 0 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.11/0.36  
% 0.11/0.36  **** run 2 fork 1 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.11/0.36  
% 0.11/0.36  **** run 3 fork 2 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.11/0.36  
% 0.11/0.36  **** run 4 fork 3 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.11/0.36  
% 0.11/0.36  **** run 5 fork 4 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.11/0.36  
% 0.11/0.36  **** run 6 fork 5 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.11/0.36  
% 0.11/0.36  **** run 7 fork 6 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.11/0.36  
% 0.11/0.36  **** run 8 fork 7 starts with strategy
% 0.11/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 0: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 2: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 1: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 4: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 3: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 5: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 6: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 7: search terminated without proof.
% 0.17/0.52  
% 0.17/0.52  **** run 9 fork 0 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.17/0.53  
% 0.17/0.53  **** run 13 fork 4 starts with strategy
% 0.17/0.53  
% 0.17/0.53  **** run 12 fork 3 starts with strategy
% 0.17/0.53  
% 0.17/0.53  **** run 16 fork 7 starts with strategy
% 0.17/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}{"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.17/0.53  
% 0.17/0.53  
% 0.17/0.53  **** run 14 fork 5 starts with strategy
% 0.17/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.17/0.53  
% 0.17/0.53  **** run 15 fork 6 starts with strategy
% 0.17/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.17/0.53  
% 0.17/0.53  **** run 10 fork 1 starts with strategy
% 0.17/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.17/0.53  
% 0.17/0.53  **** run 11 fork 2 starts with strategy
% 0.17/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 1.86/0.63  
% 1.86/0.63  
% 1.86/0.63  fork 0: search terminated without proof.
% 1.86/0.64  
% 1.86/0.64  
% 1.86/0.64  fork 5: search terminated without proof.
% 1.86/0.64  
% 1.86/0.64  
% 1.86/0.64  fork 1: search terminated without proof.
% 1.86/0.64  
% 1.86/0.64  
% 1.86/0.64  fork 4: search terminated without proof.
% 1.86/0.64  
% 1.86/0.64  
% 1.86/0.64  fork 6: search terminated without proof.
% 1.86/0.64  
% 1.86/0.64  
% 1.86/0.64  fork 3: search terminated without proof.
% 1.86/0.64  
% 1.86/0.64  
% 1.86/0.64  fork 2: search terminated without proof.
% 2.42/0.66  
% 2.42/0.66  **** run 17 fork 0 starts with strategy
% 2.42/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.42/0.66  
% 2.42/0.66  
% 2.42/0.66  fork 7: search terminated without proof.
% 2.52/0.67  
% 2.52/0.67  **** run 23 fork 6 starts with strategy
% 2.52/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 2.52/0.67  
% 2.52/0.67  **** run 20 fork 3 starts with strategy
% 2.52/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 2.52/0.67  
% 2.52/0.67  **** run 22 fork 5 starts with strategy
% 2.52/0.67  
% 2.52/0.67  **** run 21 fork 4 starts with strategy
% 2.52/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.52/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.52/0.67  
% 2.52/0.67  **** run 18 fork 1 starts with strategy
% 2.52/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.52/0.67  
% 2.52/0.67  **** run 19 fork 2 starts with strategy
% 2.52/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.52/0.69  
% 2.52/0.69  **** run 24 fork 7 starts with strategy
% 2.52/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 3.13/0.78  
% 3.13/0.78  
% 3.13/0.78  fork 4: search terminated without proof.
% 3.13/0.79  
% 3.13/0.79  
% 3.13/0.79  fork 5: search terminated without proof.
% 3.13/0.79  
% 3.13/0.79  
% 3.13/0.79  fork 1: search terminated without proof.
% 3.13/0.79  
% 3.13/0.79  
% 3.13/0.79  fork 2: search terminated without proof.
% 3.13/0.79  
% 3.13/0.79  
% 3.13/0.79  fork 0: search terminated without proof.
% 3.13/0.80  
% 3.13/0.80  
% 3.13/0.80  fork 3: search terminated without proof.
% 3.13/0.80  
% 3.13/0.80  
% 3.13/0.80  fork 6: search terminated without proof.
% 3.13/0.81  
% 3.13/0.81  **** run 29 fork 4 starts with strategy
% 3.13/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.13/0.81  
% 3.13/0.81  **** run 30 fork 5 starts with strategy
% 3.13/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.13/0.81  
% 3.13/0.81  **** run 27 fork 2 starts with strategy
% 3.13/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.13/0.81  
% 3.13/0.81  **** run 26 fork 1 starts with strategy
% 3.13/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.13/0.82  
% 3.13/0.82  **** run 25 fork 0 starts with strategy
% 3.13/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.13/0.82  
% 3.13/0.82  
% 3.13/0.82  fork 7: search terminated without proof.
% 3.83/0.83  
% 3.83/0.83  **** run 28 fork 3 starts with strategy
% 3.83/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.83/0.83  
% 3.83/0.83  **** run 31 fork 6 starts with strategy
% 3.83/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.83/0.85  
% 3.83/0.85  **** run 32 fork 7 starts with strategy
% 3.83/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 4.25/0.92  
% 4.25/0.92  
% 4.25/0.92  fork 4: search terminated without proof.
% 4.25/0.93  
% 4.25/0.93  
% 4.25/0.93  fork 5: search terminated without proof.
% 4.25/0.93  
% 4.25/0.93  
% 4.25/0.93  fork 2: search terminated without proof.
% 4.25/0.94  
% 4.25/0.94  
% 4.25/0.94  fork 0: search terminated without proof.
% 4.25/0.95  
% 4.25/0.95  
% 4.25/0.95  fork 1: search terminated without proof.
% 4.25/0.95  
% 4.25/0.95  
% 4.25/0.95  fork 6: search terminated without proof.
% 4.25/0.95  
% 4.25/0.95  **** run 37 fork 4 starts with strategy
% 4.25/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.25/0.95  
% 4.25/0.95  
% 4.25/0.95  fork 3: search terminated without proof.
% 4.25/0.95  
% 4.25/0.95  **** run 38 fork 5 starts with strategy
% 4.25/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.25/0.95  
% 4.25/0.95  **** run 35 fork 2 starts with strategy
% 4.25/0.95  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.81/0.97  
% 4.81/0.97  **** run 33 fork 0 starts with strategy
% 4.81/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.81/0.97  
% 4.81/0.97  
% 4.81/0.97  fork 7: search terminated without proof.
% 4.92/0.97  
% 4.92/0.97  **** run 34 fork 1 starts with strategy
% 4.92/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.92/0.97  
% 4.92/0.97  **** run 39 fork 6 starts with strategy
% 4.92/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.92/0.98  
% 4.92/0.98  **** run 36 fork 3 starts with strategy
% 4.92/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.92/0.99  
% 4.92/0.99  **** run 40 fork 7 starts with strategy
% 4.92/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.28/1.06  
% 5.28/1.06  
% 5.28/1.06  fork 4: search terminated without proof.
% 5.66/1.07  
% 5.66/1.07  
% 5.66/1.07  fork 5: search terminated without proof.
% 5.66/1.07  
% 5.66/1.07  
% 5.66/1.07  fork 2: search terminated without proof.
% 5.66/1.08  
% 5.66/1.08  **** run 45 fork 4 starts with strategy
% 5.66/1.08  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.66/1.09  
% 5.66/1.09  
% 5.66/1.09  fork 6: search terminated without proof.
% 5.66/1.09  
% 5.66/1.09  
% 5.66/1.09  fork 0: search terminated without proof.
% 5.66/1.09  
% 5.66/1.09  **** run 46 fork 5 starts with strategy
% 5.66/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.66/1.09  
% 5.66/1.09  **** run 43 fork 2 starts with strategy
% 5.66/1.09  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.66/1.09  
% 5.66/1.09  
% 5.66/1.09  fork 3: search terminated without proof.
% 5.66/1.09  
% 5.66/1.09  
% 5.66/1.09  fork 1: search terminated without proof.
% 5.66/1.11  
% 5.66/1.11  fork 2: search finished without proof.
% 5.66/1.11  
% 5.66/1.11  **** run 47 fork 6 starts with strategy
% 5.66/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.66/1.12  
% 5.66/1.12  **** run 41 fork 0 starts with strategy
% 5.66/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.66/1.12  
% 5.66/1.12  **** run 42 fork 1 starts with strategy
% 5.66/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.66/1.12  
% 5.66/1.12  **** run 44 fork 3 starts with strategy
% 5.66/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.66/1.12  
% 5.66/1.12  
% 5.66/1.12  fork 7: search terminated without proof.
% 5.66/1.13  
% 5.66/1.13  fork 5: search finished without proof.
% 5.66/1.14  
% 5.66/1.14  **** run 51 fork 2 starts with strategy
% 5.66/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.35/1.15  
% 6.35/1.15  **** run 48 fork 7 starts with strategy
% 6.35/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 6.35/1.15  
% 6.35/1.15  fork 6: search finished without proof.
% 6.35/1.16  
% 6.35/1.16  **** run 54 fork 5 starts with strategy
% 6.35/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.35/1.16  
% 6.35/1.16  fork 2: search finished without proof.
% 6.35/1.18  
% 6.35/1.18  **** run 55 fork 6 starts with strategy
% 6.35/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.35/1.18  
% 6.35/1.18  **** run 59 fork 2 starts with strategy
% 6.35/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.35/1.20  
% 6.35/1.20  
% 6.35/1.20  fork 4: search terminated without proof.
% 6.79/1.22  
% 6.79/1.22  fork 7: search finished without proof.
% 6.79/1.22  
% 6.79/1.22  **** run 53 fork 4 starts with strategy
% 6.79/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.79/1.23  
% 6.79/1.23  
% 6.79/1.23  fork 0: search terminated without proof.
% 6.79/1.23  
% 6.79/1.23  
% 6.79/1.23  fork 3: search terminated without proof.
% 6.79/1.24  
% 6.79/1.24  **** run 56 fork 7 starts with strategy
% 6.79/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.79/1.24  
% 6.79/1.24  
% 6.79/1.24  fork 1: search terminated without proof.
% 7.18/1.26  
% 7.18/1.26  **** run 49 fork 0 starts with strategy
% 7.18/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 7.18/1.26  
% 7.18/1.26  **** run 52 fork 3 starts with strategy
% 7.18/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.18/1.26  
% 7.18/1.26  **** run 50 fork 1 starts with strategy
% 7.18/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.18/1.27  
% 7.18/1.27  
% 7.18/1.27  fork 5: search terminated without proof.
% 7.18/1.29  
% 7.18/1.29  
% 7.18/1.29  fork 2: search terminated without proof.
% 7.18/1.29  
% 7.18/1.29  **** run 62 fork 5 starts with strategy
% 7.18/1.29  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.18/1.30  
% 7.18/1.30  
% 7.18/1.30  fork 6: search terminated without proof.
% 7.18/1.30  
% 7.18/1.30  fork 3: search finished without proof.
% 7.18/1.32  
% 7.18/1.32  **** run 67 fork 2 starts with strategy
% 7.18/1.32  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 7.18/1.32  
% 7.18/1.32  **** run 60 fork 3 starts with strategy
% 7.18/1.32  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.18/1.32  
% 7.18/1.32  **** run 63 fork 6 starts with strategy
% 7.18/1.32  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.18/1.34  
% 7.18/1.34  
% 7.18/1.34  fork 4: search terminated without proof.
% 7.93/1.35  
% 7.93/1.35  fork 3: search finished without proof.
% 7.93/1.36  
% 7.93/1.36  
% 7.93/1.36  fork 7: search terminated without proof.
% 7.93/1.36  
% 7.93/1.36  **** run 61 fork 4 starts with strategy
% 7.93/1.36  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.93/1.37  
% 7.93/1.37  **** run 68 fork 3 starts with strategy
% 7.93/1.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 7.93/1.38  
% 7.93/1.38  fork 4: search finished without proof.
% 7.93/1.39  
% 7.93/1.39  **** run 64 fork 7 starts with strategy
% 7.93/1.39  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.93/1.39  
% 7.93/1.39  
% 7.93/1.39  fork 1: search terminated without proof.
% 7.93/1.39  
% 7.93/1.39  
% 7.93/1.39  fork 0: search terminated without proof.
% 8.27/1.41  
% 8.27/1.41  **** run 69 fork 4 starts with strategy
% 8.27/1.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 8.27/1.41  
% 8.27/1.41  **** run 58 fork 1 starts with strategy
% 8.27/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.27/1.42  
% 8.27/1.42  **** run 57 fork 0 starts with strategy
% 8.27/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.27/1.43  
% 8.27/1.43  
% 8.27/1.43  fork 5: search terminated without proof.
% 8.69/1.44  
% 8.69/1.44  
% 8.69/1.44  fork 6: search terminated without proof.
% 8.75/1.45  
% 8.75/1.45  **** run 70 fork 5 starts with strategy
% 8.75/1.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 8.75/1.47  
% 8.75/1.47  **** run 71 fork 6 starts with strategy
% 8.75/1.47  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 9.19/1.51  
% 9.19/1.51  
% 9.19/1.51  fork 7: search terminated without proof.
% 9.19/1.54  
% 9.19/1.54  
% 9.19/1.54  fork 1: search terminated without proof.
% 9.19/1.54  
% 9.19/1.54  
% 9.19/1.54  fork 0: search terminated without proof.
% 9.19/1.54  
% 9.19/1.54  **** run 72 fork 7 starts with strategy
% 9.19/1.54  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 9.59/1.56  
% 9.59/1.56  **** run 66 fork 1 starts with strategy
% 9.59/1.56  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.59/1.56  
% 9.59/1.56  **** run 65 fork 0 starts with strategy
% 9.59/1.56  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.59/1.59  
% 9.59/1.59  fork 1: search finished without proof.
% 9.59/1.59  
% 9.59/1.59  fork 0: search finished without proof.
% 9.59/1.60  
% 9.59/1.60  
% 9.59/1.60  result: proof found
% 9.59/1.60  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 9.59/1.60  by run 69 fork 4 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 9.59/1.60  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 9.59/1.60  
% 9.59/1.60  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 9.59/1.60  
% 9.59/1.60  run 69 fork 4 statistics:
% 9.59/1.60  ----------------------------------
% 9.59/1.60  this run seconds: 0.179039
% 9.59/1.60  total seconds: 1.235948
% 9.59/1.60  stat_given_used: 178
% 9.59/1.60  stat_given_used_at_endgame: 0
% 9.59/1.60  stat_given_candidates:   644
% 9.59/1.60  stat_given_candidates_at_endgame: 0
% 9.59/1.60  stat_given_candidates_h: 0
% 9.59/1.60  stat_binres_derived_cl:   0
% 9.59/1.60  stat_binres_derived_cl_h: 0
% 9.59/1.60  stat_factor_derived_cl: 0
% 9.59/1.60  stat_para_derived_cl: 32140
% 9.59/1.60  stat_tautologies_discarded: 0
% 9.59/1.60  stat_forward_subsumed: 11249
% 9.59/1.60  stat_derived_cut: 1
% 9.59/1.60  stat_derived_rewritten: 29
% 9.59/1.60  stat_weight_discarded_building: 0
% 9.59/1.60  stat_weight_discarded_cl: 0
% 9.59/1.60  stat_internlimit_discarded_cl: 0
% 9.59/1.60  stat_simplified:  29 simplified 0 derived 0 given
% 9.59/1.60  stat_kept_cl: 19907
% 9.59/1.60  stat_built_cl: 20292
% 9.59/1.60  stat_hyperres_partial_cl: 0
% 9.59/1.60  stat_made_rewriters: 174
% 9.59/1.60  stat_backward_subsumed: 0
% 9.59/1.60  stat_propagated_subsumed: 0
% 9.59/1.60  stat_clsubs_attempted:                      2785
% 9.59/1.60  stat_clsubs_fact_groundunit_found:             0
% 9.59/1.60  stat_clsubs_rule_groundunit_found:             1
% 9.59/1.60  stat_clsubs_top_meta_attempted:              16869
% 9.59/1.60  stat_clsubs_top_meta_failed:                 14084
% 9.59/1.60  stat_clsubs_top_meta_nonpref_attempted:               16869
% 9.59/1.60  stat_clsubs_top_meta_nonpref_succeeded:                6802
% 9.59/1.60  stat_clsubs_top_meta_pref_attempted:                   6802
% 9.59/1.60  stat_clsubs_top_meta_pref1_succeeded:                  6802
% 9.59/1.60  stat_clsubs_top_meta_pref2_succeeded:                  3650
% 9.59/1.60  stat_clsubs_top_meta_pref3_succeeded:                  2785
% 9.59/1.60  stat_clsubs_top_meta_pref_succeeded:                   2785
% 9.59/1.60  stat_clsubs_meta_attempted:                 2785
% 9.59/1.60  stat_clsubs_meta_failed:                      51
% 9.59/1.60  stat_clsubs_predsymbs_attempted:               0
% 9.59/1.60  stat_clsubs_unit_attempted:                 2785
% 9.59/1.60  stat_clsubs_full_attempted:                    0
% 9.59/1.60  stat_forwardsubs_attempted:                31157
% 9.59/1.60  stat_lit_hash_added:                  19911
% 9.59/1.60  stat_lit_hash_computed:               51291
% 9.59/1.60  stat_lit_hash_match_found:            11275
% 9.59/1.60  stat_lit_hash_match_miss:             40042
% 9.59/1.60  stat_lit_hash_cut_ok:                     0
% 9.59/1.60  stat_lit_strong_cut_ok:                   1
% 9.59/1.60  stat_lit_hash_subsume_ok:             11249
% 9.59/1.60  clqueue els 10000000 used 1
% 9.59/1.60  clactive els 10000000 used 179
% 9.59/1.60  clactivesubsume els 10000000 used 1063
% 9.59/1.60  queue_termbuf els 200000000 used 1500285
% 9.59/1.60  hyper_termbuf els 100000000 used 1
% 9.59/1.60  active_termbuf els 100000000 used 7593
% 9.59/1.60  varstack els 5000 last used 1
% 9.59/1.60  given_termbuf els 10000000 last used 1
% 9.59/1.60  simplified_termbuf els 10000000 last used 1
% 9.59/1.60  derived_termbuf els 10000000 last used 51
% 9.59/1.60  wr_mallocs: 69997
% 9.59/1.60  wr_callocs: 21
% 9.59/1.60  wr_reallocs: 3352
% 9.59/1.60  wr_frees: 2
% 9.59/1.60  wr_malloc_bytes: 4165074436
% 9.59/1.60  wr_calloc_bytes: 112065536
% 9.59/1.60  wr_realloc_bytes: 663504
% 9.59/1.60  wr_realloc_freebytes: 0
% 9.59/1.60  ----------------------------------
%------------------------------------------------------------------------------