TSTP Solution File: GRP682-10 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP682-10 : TPTP v8.1.2. Released v8.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n011.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:48 EDT 2023

% Result   : Unsatisfiable 0.19s 0.58s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named f07)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ld(X0,mult(X0,ld(X1,X1))) = rd(mult(rd(X0,X0),X1),X1),
    inference(cnf_transformation,[],[f07]) ).

cnf('2',plain,
    mult(X,ld(X,Y)) = ld(X,mult(X,Y)),
    inference(cnf_transformation,[],[f03]) ).

cnf('3',plain,
    mult(X,ld(X,ld(Y,Y))) = rd(mult(rd(X,X),Y),Y),
    inference(simplify,[],['1','2']) ).

cnf('4',plain,
    ld(X,mult(X,X)) = X,
    inference(cnf_transformation,[],[f01]) ).

cnf('5',plain,
    mult(X,ld(X,X)) = X,
    inference(paramodulation,[],['2','4']) ).

cnf('6',plain,
    mult(X,ld(X,ld(X,X))) = ld(X,X),
    inference(paramodulation,[],['5','2']) ).

cnf('7',plain,
    rd(mult(rd(X3,X3),X3),X3) = ld(X3,X3),
    inference(paramodulation,[],['3','6']) ).

cnf('8',plain,
    mult(rd(X,Y),Y) = rd(mult(X,Y),Y),
    inference(cnf_transformation,[],[f04]) ).

cnf('9',plain,
    rd(mult(X,X),X) = X,
    inference(cnf_transformation,[],[f02]) ).

cnf('10',plain,
    rd(X,X) = ld(X,X),
    inference(simplify,[then_simplify],['7','8','9']) ).

cnf('11',plain,
    mult(X,rd(X,X)) = X,
    inference(paramodulation,[],['10','5']) ).

cnf('12',plain,
    ld(ld(X0,X1),mult(ld(X0,X1),mult(X2,X3))) = mult(ld(X0,mult(X0,X2)),X3),
    inference(cnf_transformation,[],[f05]) ).

cnf('13',plain,
    mult(ld(X,Y),ld(ld(X,Y),mult(Z,U))) = mult(mult(X,ld(X,Z)),U),
    inference(simplify,[then_simplify],['12','2','2']) ).

cnf('14',plain,
    mult(ld(X3,mult(X3,X3)),ld(X3,mult(Y3,Z3))) = mult(mult(X3,ld(X3,Y3)),Z3),
    inference(paramodulation,[],['4','13']) ).

cnf('15',plain,
    mult(X,ld(X,mult(Y,Z))) = mult(mult(X,ld(X,Y)),Z),
    inference(simplify,[then_simplify],['14','2','10','11']) ).

cnf('16',plain,
    mult(X,ld(X,Y)) = mult(mult(X,ld(X,Y)),rd(Y,Y)),
    inference(paramodulation,[],['11','15']) ).

cnf('17',plain,
    mult(ld(X3,Y3),ld(ld(X3,Y3),mult(Z3,rd(Z3,Z3)))) = mult(X3,ld(X3,Z3)),
    inference(paramodulation,[],['16','13']) ).

cnf('18',plain,
    rd(mult(rd(X3,X3),Y3),Y3) = ld(X3,mult(X3,ld(Y3,Y3))),
    inference(paramodulation,[],['3','2']) ).

cnf('19',plain,
    rd(mult(rd(X,X),Y),Y) = mult(X,ld(X,rd(Y,Y))),
    inference(simplify,[then_simplify],['18','10','2']) ).

cnf('20',plain,
    mult(X3,ld(X3,mult(X3,Y3))) = mult(X3,Y3),
    inference(paramodulation,[],['5','15']) ).

cnf('21',plain,
    mult(X,mult(X,ld(X,Y))) = mult(X,Y),
    inference(simplify,[],['20','2']) ).

cnf('22',plain,
    mult(X3,rd(mult(rd(X3,X3),Y3),Y3)) = mult(X3,rd(Y3,Y3)),
    inference(paramodulation,[],['19','21']) ).

cnf('23',plain,
    rd(mult(mult(X,Y),rd(Z,U)),rd(Z,U)) = mult(X,rd(mult(Y,U),U)),
    inference(cnf_transformation,[],[f06]) ).

cnf('24',plain,
    rd(mult(mult(X3,Y3),Z3),rd(mult(Z3,Z3),Z3)) = mult(X3,rd(mult(Y3,Z3),Z3)),
    inference(paramodulation,[],['9','23']) ).

cnf('25',plain,
    rd(mult(mult(X,Y),Z),Z) = mult(X,rd(mult(Y,Z),Z)),
    inference(simplify,[],['24','9']) ).

cnf('26',plain,
    rd(mult(X,Y),Y) = mult(X,rd(Y,Y)),
    inference(simplify,[then_simplify],['22','25','11']) ).

cnf('27',plain,
    mult(ld(X,Y),ld(ld(X,Y),Z)) = mult(X,ld(X,Z)),
    inference(simplify,[then_simplify],['17','26','9']) ).

cnf('28',plain,
    ld(ld(x0,x1),mult(ld(x0,x1),x2)) != ld(x0,mult(x0,x2)),
    inference(cnf_transformation,[],[goal]) ).

cnf('29',plain,
    mult(ld(x0,x1),ld(ld(x0,x1),x2)) != mult(x0,ld(x0,x2)),
    inference(simplify,[then_simplify],['28','2','2']) ).

cnf('30',plain,
    $false,
    inference(resolution,[],['27','29']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GRP682-10 : TPTP v8.1.2. Released v8.1.0.
% 0.07/0.13  % Command  : gkc %s
% 0.12/0.34  % Computer : n011.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Mon Aug 28 21:42:26 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.40  
% 0.12/0.40  input clause set summed statistics:
% 0.12/0.40  ----------------------------------
% 0.12/0.40  in_clause_count:                     8
% 0.12/0.40  in_rule_clause_count:                8
% 0.12/0.40  in_fact_clause_count:                0
% 0.12/0.40  in_answer_clause_count:              0
% 0.12/0.40  in_ground_clause_count:              1
% 0.12/0.40  in_unit_clause_count:                8
% 0.12/0.40  in_horn_clause_count:                8
% 0.12/0.40  in_pos_clause_count:                 7
% 0.12/0.40  in_neg_clause_count:                 1
% 0.12/0.40  in_poseq_clause_count:               7
% 0.12/0.40  in_negeq_clause_count:               1
% 0.12/0.40  in_unitposeq_clause_count:           7
% 0.12/0.40  in_chain_clause_count:               0
% 0.12/0.40  in_min_length:             1
% 0.12/0.40  in_max_length:             1
% 0.12/0.40  in_min_depth:              3
% 0.12/0.40  in_max_depth:              4
% 0.12/0.40  in_min_size:               7
% 0.12/0.40  in_max_size:              19
% 0.12/0.40  in_min_vars:               0
% 0.12/0.40  in_max_vars:               4
% 0.12/0.40  in_extaxiom_count:                 0
% 0.12/0.40  in_axiom_count:                    7
% 0.12/0.40  in_assumption_count:               0
% 0.12/0.40  in_goal_count:                     1
% 0.12/0.40  in_neg_goal_count:                 1
% 0.12/0.40  in_pos_goal_count:                 0
% 0.12/0.40  in_posunit_goal_count:             0
% 0.12/0.40  
% 0.12/0.40  auto guide:
% 0.12/0.40  -----------
% 0.12/0.40  {
% 0.12/0.40  "print":1,
% 0.12/0.40  "print_level": 15,
% 0.12/0.40  "max_size": 0,
% 0.12/0.40  "max_depth": 0,
% 0.12/0.40  "max_length": 0,
% 0.12/0.40  "max_dseconds": 0,
% 0.12/0.40  "runs":[
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"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.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"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.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.40  {"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.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"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.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"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.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"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.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.40  {"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.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"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.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"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.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.12/0.40  {"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.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"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.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.12/0.40  
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.12/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.12/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.12/0.40  
% 0.12/0.40  ]}
% 0.12/0.40  
% 0.12/0.40  
% 0.12/0.40  **** run 1 fork 0 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.12/0.40  
% 0.12/0.40  **** run 2 fork 1 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.12/0.40  
% 0.12/0.40  **** run 3 fork 2 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.12/0.40  
% 0.12/0.40  **** run 4 fork 3 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.12/0.40  
% 0.12/0.40  **** run 5 fork 4 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.12/0.40  
% 0.12/0.40  **** run 6 fork 5 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.12/0.40  
% 0.12/0.40  **** run 7 fork 6 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.12/0.40  
% 0.12/0.40  **** run 8 fork 7 starts with strategy
% 0.12/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 2: search terminated without proof.
% 0.19/0.55  
% 0.19/0.55  **** run 11 fork 2 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.58  
% 0.19/0.58  
% 0.19/0.58  result: proof found
% 0.19/0.58  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.19/0.58  by run 4 fork 3 strategy {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.58  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.19/0.58  
% 0.19/0.58  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 0.19/0.58  
% 0.19/0.58  run 4 fork 3 statistics:
% 0.19/0.58  ----------------------------------
% 0.19/0.58  this run seconds: 0.066896
% 0.19/0.58  total seconds: 0.095603
% 0.19/0.58  stat_given_used: 74
% 0.19/0.58  stat_given_used_at_endgame: 0
% 0.19/0.58  stat_given_candidates:   458
% 0.19/0.58  stat_given_candidates_at_endgame: 0
% 0.19/0.58  stat_given_candidates_h: 0
% 0.19/0.58  stat_binres_derived_cl:   1
% 0.19/0.58  stat_binres_derived_cl_h: 0
% 0.19/0.58  stat_factor_derived_cl: 0
% 0.19/0.58  stat_para_derived_cl: 5326
% 0.19/0.58  stat_tautologies_discarded: 0
% 0.19/0.58  stat_forward_subsumed: 550
% 0.19/0.58  stat_derived_cut: 0
% 0.19/0.58  stat_derived_rewritten: 43
% 0.19/0.58  stat_weight_discarded_building: 0
% 0.19/0.58  stat_weight_discarded_cl: 779
% 0.19/0.58  stat_internlimit_discarded_cl: 0
% 0.19/0.58  stat_simplified:  43 simplified 0 derived 0 given
% 0.19/0.58  stat_kept_cl: 3733
% 0.19/0.58  stat_built_cl: 4703
% 0.19/0.58  stat_hyperres_partial_cl: 0
% 0.19/0.58  stat_made_rewriters: 67
% 0.19/0.58  stat_backward_subsumed: 0
% 0.19/0.58  stat_propagated_subsumed: 0
% 0.19/0.58  stat_clsubs_attempted:                       630
% 0.19/0.58  stat_clsubs_fact_groundunit_found:             0
% 0.19/0.58  stat_clsubs_rule_groundunit_found:             2
% 0.19/0.58  stat_clsubs_top_meta_attempted:               2718
% 0.19/0.58  stat_clsubs_top_meta_failed:                  2088
% 0.19/0.58  stat_clsubs_top_meta_nonpref_attempted:                2718
% 0.19/0.58  stat_clsubs_top_meta_nonpref_succeeded:                1527
% 0.19/0.58  stat_clsubs_top_meta_pref_attempted:                   1527
% 0.19/0.58  stat_clsubs_top_meta_pref1_succeeded:                  1502
% 0.19/0.58  stat_clsubs_top_meta_pref2_succeeded:                   721
% 0.19/0.58  stat_clsubs_top_meta_pref3_succeeded:                   630
% 0.19/0.58  stat_clsubs_top_meta_pref_succeeded:                    630
% 0.19/0.58  stat_clsubs_meta_attempted:                  630
% 0.19/0.58  stat_clsubs_meta_failed:                      24
% 0.19/0.58  stat_clsubs_predsymbs_attempted:               0
% 0.19/0.58  stat_clsubs_unit_attempted:                  630
% 0.19/0.58  stat_clsubs_full_attempted:                    0
% 0.19/0.58  stat_forwardsubs_attempted:                 5062
% 0.19/0.58  stat_lit_hash_added:                   3743
% 0.19/0.58  stat_lit_hash_computed:                8892
% 0.19/0.58  stat_lit_hash_match_found:              554
% 0.19/0.58  stat_lit_hash_match_miss:              9150
% 0.19/0.58  stat_lit_hash_cut_ok:                     0
% 0.19/0.58  stat_lit_strong_cut_ok:                   0
% 0.19/0.58  stat_lit_hash_subsume_ok:               550
% 0.19/0.58  clqueue els 10000000 used 1
% 0.19/0.58  clactive els 10000000 used 75
% 0.19/0.58  clactivesubsume els 10000000 used 433
% 0.19/0.58  queue_termbuf els 200000000 used 436459
% 0.19/0.58  hyper_termbuf els 100000000 used 1
% 0.19/0.58  active_termbuf els 100000000 used 3928
% 0.19/0.58  varstack els 5000 last used 1
% 0.19/0.58  given_termbuf els 10000000 last used 56
% 0.19/0.58  simplified_termbuf els 10000000 last used 1
% 0.19/0.58  derived_termbuf els 10000000 last used 3
% 0.19/0.58  wr_mallocs: 14858
% 0.19/0.58  wr_callocs: 21
% 0.19/0.58  wr_reallocs: 456
% 0.19/0.58  wr_frees: 2
% 0.19/0.58  wr_malloc_bytes: 4163113604
% 0.19/0.58  wr_calloc_bytes: 112065536
% 0.19/0.58  wr_realloc_bytes: 85880
% 0.19/0.58  wr_realloc_freebytes: 0
% 0.19/0.58  ----------------------------------
%------------------------------------------------------------------------------