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

View Problem - Process Solution

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

% Computer : n025.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 00:54:56 EDT 2023

% Result   : Unsatisfiable 8.15s 1.58s
% Output   : CNFRefutation 8.15s
% 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(double_divide(X0,X1),inverse(double_divide(X0,inverse(double_divide(inverse(X2),X1))))) = X2,
    inference(cnf_transformation,[],[single_axiom]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cnf('25',plain,
    double_divide(double_divide(X,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(X,double_divide(X,Y)) = Y,
    inference(paramodulation,[],['26','8']) ).

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

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

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

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

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

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

cnf('34',plain,
    double_divide(X,Y) = double_divide(Y,X),
    inference(simplify,[],['33','32']) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : GRP599-1 : TPTP v8.1.2. Released v2.6.0.
% 0.12/0.13  % Command  : gkc %s
% 0.12/0.33  % Computer : n025.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Mon Aug 28 20:40:39 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                     3
% 0.19/0.38  in_rule_clause_count:                3
% 0.19/0.38  in_fact_clause_count:                0
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              1
% 0.19/0.38  in_unit_clause_count:                3
% 0.19/0.38  in_horn_clause_count:                3
% 0.19/0.38  in_pos_clause_count:                 2
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:               2
% 0.19/0.38  in_negeq_clause_count:               1
% 0.19/0.38  in_unitposeq_clause_count:           2
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             1
% 0.19/0.38  in_min_depth:              3
% 0.19/0.38  in_max_depth:              7
% 0.19/0.38  in_min_size:               8
% 0.19/0.38  in_max_size:              14
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               3
% 0.19/0.38  in_extaxiom_count:                 0
% 0.19/0.38  in_axiom_count:                    2
% 0.19/0.38  in_assumption_count:               0
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.38  
% 0.19/0.38  **** run 1 fork 0 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.38  
% 0.19/0.38  **** run 2 fork 1 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 3 fork 2 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.38  
% 0.19/0.38  **** run 4 fork 3 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 5 fork 4 starts with strategy
% 0.19/0.38  
% 0.19/0.38  **** run 6 fork 5 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 7 fork 6 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 1: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 2: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 3: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 0: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 7: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 11 fork 2 starts with strategy
% 0.19/0.53  
% 0.19/0.53  **** run 10 fork 1 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 14 fork 5 starts with strategy
% 0.19/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.19/0.53  
% 0.19/0.53  **** run 12 fork 3 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.53  **** run 9 fork 0 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  **** run 13 fork 4 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.53  
% 0.19/0.53  **** run 15 fork 6 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.55  
% 0.19/0.55  **** run 16 fork 7 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 2: search terminated without proof.
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 1: search terminated without proof.
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 3: search terminated without proof.
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 0: search terminated without proof.
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 4: search terminated without proof.
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 5: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 6: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  **** run 19 fork 2 starts with strategy
% 0.19/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.19/0.67  
% 0.19/0.67  **** run 17 fork 0 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 7: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  **** run 22 fork 5 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.67  
% 0.19/0.67  **** run 20 fork 3 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.19/0.67  
% 0.19/0.67  **** run 21 fork 4 starts with strategy
% 0.19/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.19/0.67  
% 0.19/0.67  **** run 23 fork 6 starts with strategy
% 0.19/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}
% 0.19/0.68  
% 0.19/0.68  **** run 18 fork 1 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.69  
% 0.19/0.69  **** run 24 fork 7 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.80  
% 0.19/0.80  
% 0.19/0.80  fork 5: search terminated without proof.
% 0.19/0.80  
% 0.19/0.80  
% 0.19/0.80  fork 4: search terminated without proof.
% 0.19/0.81  
% 0.19/0.81  
% 0.19/0.81  fork 6: search terminated without proof.
% 0.19/0.81  
% 0.19/0.81  
% 0.19/0.81  fork 2: search terminated without proof.
% 0.19/0.82  
% 0.19/0.82  **** run 30 fork 5 starts with strategy
% 0.19/0.82  {"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.69/0.83  
% 2.69/0.83  
% 2.69/0.83  fork 7: search terminated without proof.
% 2.69/0.83  
% 2.69/0.83  **** run 29 fork 4 starts with strategy
% 2.69/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 2.69/0.83  
% 2.69/0.83  **** run 27 fork 2 starts with strategy
% 2.69/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.69/0.84  
% 2.69/0.84  **** run 31 fork 6 starts with strategy
% 2.69/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.69/0.85  
% 2.69/0.85  **** run 32 fork 7 starts with strategy
% 2.69/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}
% 3.65/0.87  
% 3.65/0.87  
% 3.65/0.87  fork 3: search terminated without proof.
% 3.88/0.89  
% 3.88/0.89  **** run 28 fork 3 starts with strategy
% 3.88/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.88/0.90  
% 3.88/0.90  
% 3.88/0.90  fork 1: search terminated without proof.
% 3.88/0.92  
% 3.88/0.92  **** run 26 fork 1 starts with strategy
% 3.88/0.92  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.23/0.94  
% 4.23/0.94  
% 4.23/0.94  fork 5: search terminated without proof.
% 4.23/0.94  
% 4.23/0.94  
% 4.23/0.94  fork 4: search terminated without proof.
% 4.23/0.95  
% 4.23/0.95  
% 4.23/0.95  fork 6: search terminated without proof.
% 4.23/0.95  
% 4.23/0.95  **** run 38 fork 5 starts with strategy
% 4.23/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.23/0.96  
% 4.23/0.96  
% 4.23/0.96  fork 2: search terminated without proof.
% 4.23/0.96  
% 4.23/0.96  **** run 37 fork 4 starts with strategy
% 4.23/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.23/0.97  
% 4.23/0.97  **** run 39 fork 6 starts with strategy
% 4.23/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.23/0.97  
% 4.23/0.97  
% 4.23/0.97  fork 7: search terminated without proof.
% 4.23/0.97  
% 4.23/0.97  **** run 35 fork 2 starts with strategy
% 4.23/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.23/0.99  
% 4.23/0.99  **** run 40 fork 7 starts with strategy
% 4.23/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.23/1.00  
% 4.23/1.00  
% 4.23/1.00  fork 3: search terminated without proof.
% 4.74/1.02  
% 4.74/1.02  **** run 36 fork 3 starts with strategy
% 4.74/1.02  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.74/1.04  
% 4.74/1.04  
% 4.74/1.04  fork 1: search terminated without proof.
% 4.74/1.06  
% 4.74/1.06  **** run 34 fork 1 starts with strategy
% 4.74/1.06  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 5.15/1.07  
% 5.15/1.07  
% 5.15/1.07  fork 4: search terminated without proof.
% 5.15/1.08  
% 5.15/1.08  
% 5.15/1.08  fork 5: search terminated without proof.
% 5.15/1.09  
% 5.15/1.09  **** run 45 fork 4 starts with strategy
% 5.15/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.15/1.09  
% 5.15/1.09  **** run 46 fork 5 starts with strategy
% 5.15/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.15/1.10  
% 5.15/1.10  
% 5.15/1.10  fork 6: search terminated without proof.
% 5.15/1.11  
% 5.15/1.11  
% 5.15/1.11  fork 2: search terminated without proof.
% 5.15/1.11  
% 5.15/1.11  
% 5.15/1.11  fork 7: search terminated without proof.
% 5.15/1.12  
% 5.15/1.12  **** run 47 fork 6 starts with strategy
% 5.15/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.15/1.12  
% 5.15/1.12  fork 5: search finished without proof.
% 5.15/1.13  
% 5.15/1.13  **** run 43 fork 2 starts with strategy
% 5.15/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.15/1.13  
% 5.15/1.13  **** run 48 fork 7 starts with strategy
% 5.15/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.15/1.13  
% 5.15/1.13  **** run 54 fork 5 starts with strategy
% 5.15/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 5.15/1.14  
% 5.15/1.14  fork 6: search finished without proof.
% 5.15/1.15  
% 5.15/1.15  
% 5.15/1.15  fork 3: search terminated without proof.
% 5.15/1.16  
% 5.15/1.16  fork 2: search finished without proof.
% 5.77/1.16  
% 5.77/1.16  **** run 55 fork 6 starts with strategy
% 5.77/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 5.77/1.17  
% 5.77/1.17  **** run 44 fork 3 starts with strategy
% 5.77/1.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.77/1.17  
% 5.77/1.17  **** run 51 fork 2 starts with strategy
% 5.77/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 5.77/1.17  
% 5.77/1.17  fork 7: search finished without proof.
% 5.77/1.18  
% 5.77/1.18  
% 5.77/1.18  fork 1: search terminated without proof.
% 5.97/1.19  
% 5.97/1.19  **** run 56 fork 7 starts with strategy
% 5.97/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 5.97/1.20  
% 5.97/1.20  **** run 42 fork 1 starts with strategy
% 5.97/1.20  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.97/1.20  
% 5.97/1.20  fork 2: search finished without proof.
% 5.97/1.21  
% 5.97/1.21  **** run 59 fork 2 starts with strategy
% 5.97/1.21  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 5.97/1.22  
% 5.97/1.22  
% 5.97/1.22  fork 4: search terminated without proof.
% 6.35/1.24  
% 6.35/1.24  **** run 53 fork 4 starts with strategy
% 6.35/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.35/1.26  
% 6.35/1.26  
% 6.35/1.26  fork 5: search terminated without proof.
% 6.35/1.27  
% 6.35/1.27  **** run 62 fork 5 starts with strategy
% 6.35/1.27  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.35/1.28  
% 6.35/1.28  
% 6.35/1.28  fork 6: search terminated without proof.
% 6.35/1.29  
% 6.35/1.29  
% 6.35/1.29  fork 3: search terminated without proof.
% 6.35/1.30  
% 6.35/1.30  **** run 63 fork 6 starts with strategy
% 6.35/1.30  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 6.35/1.31  
% 6.35/1.31  **** run 52 fork 3 starts with strategy
% 6.35/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.35/1.31  
% 6.35/1.31  
% 6.35/1.31  fork 7: search terminated without proof.
% 6.35/1.33  
% 6.35/1.33  
% 6.35/1.33  fork 1: search terminated without proof.
% 6.35/1.33  
% 6.35/1.33  **** run 64 fork 7 starts with strategy
% 6.35/1.33  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 6.35/1.34  
% 6.35/1.34  fork 3: search finished without proof.
% 6.35/1.34  
% 6.35/1.34  
% 6.35/1.34  fork 2: search terminated without proof.
% 6.35/1.35  
% 6.35/1.35  **** run 50 fork 1 starts with strategy
% 6.35/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.35/1.36  
% 6.35/1.36  
% 6.35/1.36  fork 4: search terminated without proof.
% 6.35/1.36  
% 6.35/1.36  **** run 67 fork 2 starts with strategy
% 6.35/1.36  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 6.35/1.36  
% 6.35/1.36  **** run 60 fork 3 starts with strategy
% 6.35/1.36  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.35/1.38  
% 6.35/1.38  **** run 61 fork 4 starts with strategy
% 6.35/1.38  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 6.35/1.39  
% 6.35/1.39  fork 3: search finished without proof.
% 6.35/1.39  
% 6.35/1.39  
% 6.35/1.39  fork 5: search terminated without proof.
% 6.35/1.41  
% 6.35/1.41  fork 4: search finished without proof.
% 6.35/1.41  
% 6.35/1.41  **** run 68 fork 3 starts with strategy
% 6.35/1.41  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 6.35/1.42  
% 6.35/1.42  **** run 70 fork 5 starts with strategy
% 6.35/1.42  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 6.35/1.43  
% 6.35/1.43  **** run 69 fork 4 starts with strategy
% 6.35/1.43  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 6.35/1.43  
% 6.35/1.43  
% 6.35/1.43  fork 6: search terminated without proof.
% 6.98/1.45  
% 6.98/1.45  
% 6.98/1.45  fork 7: search terminated without proof.
% 6.98/1.45  
% 6.98/1.45  **** run 71 fork 6 starts with strategy
% 6.98/1.45  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 6.98/1.47  
% 6.98/1.47  
% 6.98/1.47  fork 1: search terminated without proof.
% 6.98/1.47  
% 6.98/1.47  **** run 72 fork 7 starts with strategy
% 6.98/1.47  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 6.98/1.49  
% 6.98/1.49  **** run 58 fork 1 starts with strategy
% 6.98/1.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.15/1.58  
% 8.15/1.58  
% 8.15/1.58  result: proof found
% 8.15/1.58  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 8.15/1.58  by run 72 fork 7 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 8.15/1.58  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 8.15/1.58  
% 8.15/1.58  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 8.15/1.59  
% 8.15/1.59  run 72 fork 7 statistics:
% 8.15/1.59  ----------------------------------
% 8.15/1.59  this run seconds: 0.091910
% 8.15/1.59  total seconds: 1.178309
% 8.15/1.59  stat_given_used: 166
% 8.15/1.59  stat_given_used_at_endgame: 0
% 8.15/1.59  stat_given_candidates:   780
% 8.15/1.59  stat_given_candidates_at_endgame: 0
% 8.15/1.59  stat_given_candidates_h: 0
% 8.15/1.59  stat_binres_derived_cl:   0
% 8.15/1.59  stat_binres_derived_cl_h: 0
% 8.15/1.59  stat_factor_derived_cl: 0
% 8.15/1.59  stat_para_derived_cl: 23254
% 8.15/1.59  stat_tautologies_discarded: 0
% 8.15/1.59  stat_forward_subsumed: 6873
% 8.15/1.59  stat_derived_cut: 1
% 8.15/1.59  stat_derived_rewritten: 31
% 8.15/1.59  stat_weight_discarded_building: 0
% 8.15/1.59  stat_weight_discarded_cl: 0
% 8.15/1.59  stat_internlimit_discarded_cl: 0
% 8.15/1.59  stat_simplified:  31 simplified 0 derived 0 given
% 8.15/1.59  stat_kept_cl: 15675
% 8.15/1.59  stat_built_cl: 16038
% 8.15/1.59  stat_hyperres_partial_cl: 0
% 8.15/1.59  stat_made_rewriters: 147
% 8.15/1.59  stat_backward_subsumed: 0
% 8.15/1.59  stat_propagated_subsumed: 0
% 8.15/1.59  stat_clsubs_attempted:                      1652
% 8.15/1.59  stat_clsubs_fact_groundunit_found:             0
% 8.15/1.59  stat_clsubs_rule_groundunit_found:            16
% 8.15/1.59  stat_clsubs_top_meta_attempted:              13114
% 8.15/1.59  stat_clsubs_top_meta_failed:                 11462
% 8.15/1.59  stat_clsubs_top_meta_nonpref_attempted:               13114
% 8.15/1.59  stat_clsubs_top_meta_nonpref_succeeded:                4688
% 8.15/1.59  stat_clsubs_top_meta_pref_attempted:                   4688
% 8.15/1.59  stat_clsubs_top_meta_pref1_succeeded:                  4403
% 8.15/1.59  stat_clsubs_top_meta_pref2_succeeded:                  2346
% 8.15/1.59  stat_clsubs_top_meta_pref3_succeeded:                  1652
% 8.15/1.59  stat_clsubs_top_meta_pref_succeeded:                   1652
% 8.15/1.59  stat_clsubs_meta_attempted:                 1652
% 8.15/1.59  stat_clsubs_meta_failed:                      99
% 8.15/1.59  stat_clsubs_predsymbs_attempted:               0
% 8.15/1.59  stat_clsubs_unit_attempted:                 1652
% 8.15/1.59  stat_clsubs_full_attempted:                    0
% 8.15/1.59  stat_forwardsubs_attempted:                22549
% 8.15/1.59  stat_lit_hash_added:                  15694
% 8.15/1.59  stat_lit_hash_computed:               38500
% 8.15/1.59  stat_lit_hash_match_found:             6920
% 8.15/1.59  stat_lit_hash_match_miss:             31593
% 8.15/1.59  stat_lit_hash_cut_ok:                     0
% 8.15/1.59  stat_lit_strong_cut_ok:                   1
% 8.15/1.59  stat_lit_hash_subsume_ok:              6873
% 8.15/1.59  clqueue els 10000000 used 1
% 8.15/1.59  clactive els 10000000 used 167
% 8.15/1.59  clactivesubsume els 10000000 used 901
% 8.15/1.59  queue_termbuf els 200000000 used 1259588
% 8.15/1.59  hyper_termbuf els 100000000 used 1
% 8.15/1.59  active_termbuf els 100000000 used 7299
% 8.15/1.59  varstack els 5000 last used 1
% 8.15/1.59  given_termbuf els 10000000 last used 1
% 8.15/1.59  simplified_termbuf els 10000000 last used 1
% 8.15/1.59  derived_termbuf els 10000000 last used 51
% 8.15/1.59  wr_mallocs: 57597
% 8.15/1.59  wr_callocs: 21
% 8.15/1.59  wr_reallocs: 1891
% 8.15/1.59  wr_frees: 2
% 8.15/1.59  wr_malloc_bytes: 4164642708
% 8.15/1.59  wr_calloc_bytes: 112065536
% 8.15/1.59  wr_realloc_bytes: 474552
% 8.15/1.59  wr_realloc_freebytes: 0
% 8.15/1.59  ----------------------------------
%------------------------------------------------------------------------------