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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 16.75s 2.55s
% Output   : CNFRefutation 16.75s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named sos_06)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ' = =>'('0',X) = X,
    inference(cnf_transformation,[],[sos_06]) ).

cnf('2',plain,
    ' = =>'($sum(X,Y),Z) = ' = =>'(X,' = =>'(Y,Z)),
    inference(cnf_transformation,[],[sos_07]) ).

cnf('3',plain,
    ' = =>'($sum(X,Y),' = =>'(Z,U)) = ' = =>'(X,' = =>'($sum(Y,Z),U)),
    inference(paramodulation,[],['2','2']) ).

cnf('4',plain,
    ' = =>'($sum('0',X3),' = =>'(Y3,Z3)) = ' = =>'($sum(X3,Y3),Z3),
    inference(paramodulation,[],['1','3']) ).

cnf('5',plain,
    $sum(X,Y) = $sum(Y,X),
    inference(cnf_transformation,[],[sos_02]) ).

cnf('6',plain,
    $sum(X,'0') = X,
    inference(cnf_transformation,[],[sos_03]) ).

cnf('7',plain,
    $sum('0',X) = X,
    inference(paramodulation,[],['5','6']) ).

cnf('8',plain,
    ' = =>'(X,' = =>'(Y,Z)) = ' = =>'($sum(X,Y),Z),
    inference(simplify,[],['4','7']) ).

cnf('9',plain,
    $sum(X,' = =>'(X,Y)) = $sum(Y,' = =>'(Y,X)),
    inference(cnf_transformation,[],[sos_08]) ).

cnf('10',plain,
    $sum($sum(X,Y),Z) = $sum(X,$sum(Y,Z)),
    inference(cnf_transformation,[],[sos_01]) ).

cnf('11',plain,
    $sum($sum(X,$sum(Y,Z)),U) = $sum($sum(X,Y),$sum(Z,U)),
    inference(paramodulation,[],['10','10']) ).

cnf('12',plain,
    $sum(X3,$sum(Y3,Z3)) = $sum($sum(X3,Y3),$sum(Z3,'0')),
    inference(paramodulation,[],['6','11']) ).

cnf('13',plain,
    $sum(X,$sum(Y,Z)) = $sum($sum(X,Y),Z),
    inference(simplify,[],['12','6']) ).

cnf('14',plain,
    $sum($sum(a,' = =>'(a,b)),' = =>'($sum(a,' = =>'(a,b)),c)) != $sum(a,' = =>'(a,$sum(b,' = =>'(b,c)))),
    inference(cnf_transformation,[],[goals_09]) ).

cnf('15',plain,
    $sum(' = =>'($sum(a,' = =>'(a,b)),c),$sum(a,' = =>'(a,b))) != $sum(a,' = =>'(a,$sum(b,' = =>'(b,c)))),
    inference(paramodulation,[],['5','14']) ).

cnf('16',plain,
    $sum(' = =>'($sum(a,' = =>'(a,b)),c),$sum(a,' = =>'(a,b))) != $sum(a,' = =>'(a,$sum(' = =>'(b,c),b))),
    inference(paramodulation,[],['5','15']) ).

cnf('17',plain,
    $sum($sum(a,' = =>'(a,b)),' = =>'($sum(a,' = =>'(a,b)),c)) != $sum(a,' = =>'(a,$sum(' = =>'(b,c),b))),
    inference(paramodulation,[],['5','16']) ).

cnf('18',plain,
    $sum(c,' = =>'(c,$sum(a,' = =>'(a,b)))) != $sum(a,' = =>'(a,$sum(' = =>'(b,c),b))),
    inference(paramodulation,[],['9','17']) ).

cnf('19',plain,
    $sum(c,' = =>'(c,$sum(b,' = =>'(b,a)))) != $sum(a,' = =>'(a,$sum(' = =>'(b,c),b))),
    inference(paramodulation,[],['9','18']) ).

cnf('20',plain,
    $sum($sum(b,' = =>'(b,a)),' = =>'($sum(b,' = =>'(b,a)),c)) != $sum(a,' = =>'(a,$sum(' = =>'(b,c),b))),
    inference(paramodulation,[],['9','19']) ).

cnf('21',plain,
    $sum($sum(b,' = =>'(b,a)),' = =>'($sum(' = =>'(b,a),b),c)) != $sum(a,' = =>'(a,$sum(' = =>'(b,c),b))),
    inference(paramodulation,[],['5','20']) ).

cnf('22',plain,
    $sum($sum(b,' = =>'(b,a)),' = =>'(' = =>'(b,a),' = =>'(b,c))) != $sum(a,' = =>'(a,$sum(' = =>'(b,c),b))),
    inference(paramodulation,[],['2','21']) ).

cnf('23',plain,
    $sum(b,$sum(' = =>'(b,a),' = =>'(' = =>'(b,a),' = =>'(b,c)))) != $sum(a,' = =>'(a,$sum(' = =>'(b,c),b))),
    inference(paramodulation,[],['13','22']) ).

cnf('24',plain,
    $sum(b,$sum(' = =>'(b,c),' = =>'(' = =>'(b,c),' = =>'(b,a)))) != $sum(a,' = =>'(a,$sum(' = =>'(b,c),b))),
    inference(paramodulation,[],['9','23']) ).

cnf('25',plain,
    $sum($sum(X,Y),Z) = $sum(Y,$sum(X,Z)),
    inference(paramodulation,[],['5','10']) ).

cnf('26',plain,
    $sum(X3,$sum(Y3,' = =>'($sum(Y3,X3),Z3))) = $sum(Z3,' = =>'(Z3,$sum(Y3,X3))),
    inference(paramodulation,[],['25','9']) ).

cnf('27',plain,
    $false,
    inference(paramodulation,[then_simplify],['8','24','26']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL897-10 : TPTP v8.1.2. Released v8.1.0.
% 0.00/0.12  % Command  : gkc %s
% 0.14/0.33  % Computer : n028.cluster.edu
% 0.14/0.33  % Model    : x86_64 x86_64
% 0.14/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.33  % Memory   : 8042.1875MB
% 0.14/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.33  % CPULimit : 300
% 0.14/0.33  % WCLimit  : 300
% 0.14/0.33  % DateTime : Fri Aug 25 06:22:50 EDT 2023
% 0.19/0.33  % 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:                     9
% 0.19/0.38  in_rule_clause_count:                9
% 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:                9
% 0.19/0.38  in_horn_clause_count:                9
% 0.19/0.38  in_pos_clause_count:                 8
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:               8
% 0.19/0.38  in_negeq_clause_count:               1
% 0.19/0.38  in_unitposeq_clause_count:           8
% 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:              2
% 0.19/0.38  in_max_depth:              5
% 0.19/0.38  in_min_size:               5
% 0.19/0.38  in_max_size:              23
% 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:                    8
% 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  {"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.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.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 4: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 5: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 1: 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.52  
% 0.19/0.52  
% 0.19/0.52  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  **** run 14 fork 5 starts with strategy
% 0.19/0.52  {"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.52  
% 0.19/0.52  **** run 13 fork 4 starts with strategy
% 0.19/0.52  {"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 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  
% 0.19/0.53  
% 0.19/0.53  fork 3: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 2: search terminated without proof.
% 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.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.54  
% 0.19/0.54  **** run 16 fork 7 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.55  
% 0.19/0.55  **** run 12 fork 3 starts with strategy
% 0.19/0.55  {"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.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.64  
% 0.19/0.64  
% 0.19/0.64  fork 5: 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 1: 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  
% 0.19/0.66  fork 0: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  **** run 22 fork 5 starts with strategy
% 0.19/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 7: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  **** run 18 fork 1 starts with strategy
% 0.19/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 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  
% 0.19/0.67  fork 3: search terminated without proof.
% 0.19/0.67  
% 0.19/0.67  
% 0.19/0.67  fork 2: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  **** run 23 fork 6 starts with strategy
% 0.19/0.68  
% 0.19/0.68  **** run 17 fork 0 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.68  {"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.69  
% 0.19/0.69  **** run 20 fork 3 starts with strategy
% 0.19/0.69  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 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.70  
% 0.19/0.70  **** run 19 fork 2 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.54/0.79  
% 2.54/0.79  
% 2.54/0.79  fork 1: search terminated without proof.
% 2.54/0.80  
% 2.54/0.80  
% 2.54/0.80  fork 4: search terminated without proof.
% 2.54/0.82  
% 2.54/0.82  **** run 26 fork 1 starts with strategy
% 2.54/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.54/0.82  
% 2.54/0.82  **** run 29 fork 4 starts with strategy
% 2.54/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 2.54/0.82  
% 2.54/0.82  
% 2.54/0.82  fork 5: search terminated without proof.
% 2.54/0.82  
% 2.54/0.82  
% 2.54/0.82  fork 7: search terminated without proof.
% 2.54/0.83  
% 2.54/0.83  
% 2.54/0.83  fork 3: search terminated without proof.
% 2.54/0.83  
% 2.54/0.83  
% 2.54/0.83  fork 6: search terminated without proof.
% 2.54/0.84  
% 2.54/0.84  
% 2.54/0.84  fork 0: search terminated without proof.
% 2.54/0.84  
% 2.54/0.84  **** run 32 fork 7 starts with strategy
% 2.54/0.84  {"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}
% 2.54/0.84  
% 2.54/0.84  **** run 30 fork 5 starts with strategy
% 2.54/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 3.65/0.85  
% 3.65/0.85  **** run 28 fork 3 starts with strategy
% 3.65/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.65/0.86  
% 3.65/0.86  **** run 31 fork 6 starts with strategy
% 3.65/0.86  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.65/0.86  
% 3.65/0.86  
% 3.65/0.86  fork 2: search terminated without proof.
% 3.65/0.87  
% 3.65/0.87  **** run 25 fork 0 starts with strategy
% 3.65/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.90/0.88  
% 3.90/0.88  **** run 27 fork 2 starts with strategy
% 3.90/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.30/0.94  
% 4.30/0.94  
% 4.30/0.94  fork 4: search terminated without proof.
% 4.30/0.94  
% 4.30/0.94  
% 4.30/0.94  fork 1: search terminated without proof.
% 4.43/0.96  
% 4.43/0.96  **** run 37 fork 4 starts with strategy
% 4.43/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.43/0.96  
% 4.43/0.96  **** run 34 fork 1 starts with strategy
% 4.43/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.43/0.97  
% 4.43/0.97  
% 4.43/0.97  fork 7: search terminated without proof.
% 4.43/0.97  
% 4.43/0.97  
% 4.43/0.97  fork 5: search terminated without proof.
% 4.43/0.98  
% 4.43/0.98  
% 4.43/0.98  fork 3: search terminated without proof.
% 4.43/0.98  
% 4.43/0.98  
% 4.43/0.98  fork 6: search terminated without proof.
% 4.43/0.98  
% 4.43/0.98  **** run 38 fork 5 starts with strategy
% 4.43/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.43/0.98  
% 4.43/0.98  **** run 40 fork 7 starts with strategy
% 4.43/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.43/0.99  
% 4.43/0.99  
% 4.43/0.99  fork 0: search terminated without proof.
% 4.43/1.00  
% 4.43/1.00  **** run 36 fork 3 starts with strategy
% 4.43/1.00  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.43/1.00  
% 4.43/1.00  **** run 39 fork 6 starts with strategy
% 4.43/1.00  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.43/1.00  
% 4.43/1.00  
% 4.43/1.00  fork 2: search terminated without proof.
% 4.95/1.01  
% 4.95/1.01  **** run 33 fork 0 starts with strategy
% 4.95/1.01  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.95/1.02  
% 4.95/1.02  **** run 35 fork 2 starts with strategy
% 4.95/1.02  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 5.36/1.08  
% 5.36/1.08  
% 5.36/1.08  fork 4: search terminated without proof.
% 5.36/1.09  
% 5.36/1.09  
% 5.36/1.09  fork 1: search terminated without proof.
% 5.36/1.09  
% 5.36/1.09  **** run 45 fork 4 starts with strategy
% 5.36/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.36/1.11  
% 5.36/1.11  
% 5.36/1.11  fork 5: search terminated without proof.
% 5.36/1.11  
% 5.36/1.11  
% 5.36/1.11  fork 7: search terminated without proof.
% 5.36/1.11  
% 5.36/1.11  **** run 42 fork 1 starts with strategy
% 5.36/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.36/1.12  
% 5.36/1.12  
% 5.36/1.12  fork 3: search terminated without proof.
% 5.36/1.12  
% 5.36/1.12  
% 5.36/1.12  fork 6: search terminated without proof.
% 5.36/1.13  
% 5.36/1.13  **** run 46 fork 5 starts with strategy
% 5.36/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.36/1.13  
% 5.36/1.13  **** run 48 fork 7 starts with strategy
% 5.36/1.13  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.36/1.14  
% 5.36/1.14  
% 5.36/1.14  fork 0: search terminated without proof.
% 5.36/1.14  
% 5.36/1.14  **** run 44 fork 3 starts with strategy
% 5.36/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.36/1.14  
% 5.36/1.14  **** run 47 fork 6 starts with strategy
% 5.36/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.36/1.15  
% 5.36/1.15  fork 5: search finished without proof.
% 5.36/1.15  
% 5.36/1.15  
% 5.36/1.15  fork 2: search terminated without proof.
% 6.03/1.16  
% 6.03/1.16  **** run 41 fork 0 starts with strategy
% 6.03/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.03/1.16  
% 6.03/1.16  **** run 54 fork 5 starts with strategy
% 6.03/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.03/1.17  
% 6.03/1.17  **** run 43 fork 2 starts with strategy
% 6.03/1.17  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 6.31/1.21  
% 6.31/1.21  
% 6.31/1.21  fork 4: search terminated without proof.
% 6.31/1.23  
% 6.31/1.23  **** run 53 fork 4 starts with strategy
% 6.31/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.31/1.23  
% 6.31/1.23  
% 6.31/1.23  fork 1: search terminated without proof.
% 6.82/1.25  
% 6.82/1.25  
% 6.82/1.25  fork 7: search terminated without proof.
% 6.82/1.25  
% 6.82/1.25  **** run 50 fork 1 starts with strategy
% 6.82/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.82/1.26  
% 6.82/1.26  
% 6.82/1.26  fork 3: search terminated without proof.
% 6.82/1.26  
% 6.82/1.26  
% 6.82/1.26  fork 6: search terminated without proof.
% 6.82/1.27  
% 6.82/1.27  **** run 56 fork 7 starts with strategy
% 6.82/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.82/1.28  
% 6.82/1.28  
% 6.82/1.28  fork 5: search terminated without proof.
% 6.82/1.28  
% 6.82/1.28  **** run 52 fork 3 starts with strategy
% 6.82/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.82/1.28  
% 6.82/1.28  **** run 55 fork 6 starts with strategy
% 6.82/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.82/1.28  
% 6.82/1.28  
% 6.82/1.28  fork 0: search terminated without proof.
% 6.82/1.29  
% 6.82/1.29  
% 6.82/1.29  fork 2: search terminated without proof.
% 6.82/1.30  
% 6.82/1.30  **** run 62 fork 5 starts with strategy
% 6.82/1.30  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.82/1.30  
% 6.82/1.30  **** run 49 fork 0 starts with strategy
% 6.82/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.82/1.31  
% 6.82/1.31  **** run 51 fork 2 starts with strategy
% 6.82/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.82/1.34  
% 6.82/1.34  fork 2: search finished without proof.
% 6.82/1.35  
% 6.82/1.35  
% 6.82/1.35  fork 4: search terminated without proof.
% 6.82/1.35  
% 6.82/1.35  **** run 59 fork 2 starts with strategy
% 6.82/1.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.82/1.36  
% 6.82/1.36  **** run 61 fork 4 starts with strategy
% 6.82/1.36  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 6.82/1.39  
% 6.82/1.39  
% 6.82/1.39  fork 7: search terminated without proof.
% 6.82/1.40  
% 6.82/1.40  
% 6.82/1.40  fork 3: search terminated without proof.
% 6.82/1.40  
% 6.82/1.40  
% 6.82/1.40  fork 6: search terminated without proof.
% 6.82/1.40  
% 6.82/1.40  
% 6.82/1.40  fork 1: search terminated without proof.
% 6.82/1.41  
% 6.82/1.41  **** run 64 fork 7 starts with strategy
% 6.82/1.41  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 6.82/1.41  
% 6.82/1.41  
% 6.82/1.41  fork 5: search terminated without proof.
% 6.82/1.42  
% 6.82/1.42  **** run 60 fork 3 starts with strategy
% 6.82/1.42  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.82/1.42  
% 6.82/1.42  **** run 63 fork 6 starts with strategy
% 6.82/1.42  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 6.82/1.43  
% 6.82/1.43  **** run 58 fork 1 starts with strategy
% 6.82/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 6.82/1.43  
% 6.82/1.43  **** run 70 fork 5 starts with strategy
% 6.82/1.43  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 7.69/1.48  
% 7.69/1.48  
% 7.69/1.48  fork 4: search terminated without proof.
% 7.69/1.50  
% 7.69/1.50  
% 7.69/1.50  fork 2: search terminated without proof.
% 7.69/1.50  
% 7.69/1.50  **** run 69 fork 4 starts with strategy
% 7.69/1.50  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 7.69/1.50  
% 7.69/1.50  
% 7.69/1.50  fork 0: search terminated without proof.
% 7.69/1.52  
% 7.69/1.52  **** run 67 fork 2 starts with strategy
% 7.69/1.52  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 8.87/1.52  
% 8.87/1.52  **** run 57 fork 0 starts with strategy
% 8.87/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 8.87/1.54  
% 8.87/1.54  
% 8.87/1.54  fork 7: search terminated without proof.
% 8.87/1.55  
% 8.87/1.55  
% 8.87/1.55  fork 3: search terminated without proof.
% 8.87/1.55  
% 8.87/1.55  
% 8.87/1.55  fork 6: search terminated without proof.
% 8.87/1.55  
% 8.87/1.55  **** run 72 fork 7 starts with strategy
% 8.87/1.55  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 8.87/1.56  
% 8.87/1.56  
% 8.87/1.56  fork 1: search terminated without proof.
% 8.87/1.57  
% 8.87/1.57  **** run 71 fork 6 starts with strategy
% 8.87/1.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 8.87/1.57  
% 8.87/1.57  **** run 68 fork 3 starts with strategy
% 8.87/1.57  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 8.87/1.58  
% 8.87/1.58  **** run 66 fork 1 starts with strategy
% 8.87/1.58  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.55/1.65  
% 9.55/1.65  
% 9.55/1.65  fork 0: search terminated without proof.
% 9.55/1.67  
% 9.55/1.67  **** run 65 fork 0 starts with strategy
% 9.55/1.67  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 10.17/1.70  
% 10.17/1.70  
% 10.17/1.70  fork 1: search terminated without proof.
% 10.17/1.72  
% 10.17/1.72  **** run 74 fork 1 starts with strategy
% 10.17/1.72  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 10.89/1.79  
% 10.89/1.79  
% 10.89/1.79  fork 0: search terminated without proof.
% 11.02/1.81  
% 11.02/1.81  **** run 73 fork 0 starts with strategy
% 11.02/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 15.60/2.46  
% 15.60/2.46  
% 15.60/2.46  fork 5: search terminated without proof.
% 16.47/2.50  
% 16.47/2.50  **** run 78 fork 5 starts with strategy
% 16.47/2.50  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 16.75/2.53  
% 16.75/2.53  
% 16.75/2.53  fork 4: search terminated without proof.
% 16.75/2.54  
% 16.75/2.54  
% 16.75/2.54  fork 2: search terminated without proof.
% 16.75/2.55  
% 16.75/2.55  
% 16.75/2.55  result: proof found
% 16.75/2.55  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 16.75/2.55  by run 74 fork 1 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 16.75/2.55  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 16.75/2.55  
% 16.75/2.55  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 16.75/2.55  
% 16.75/2.55  run 74 fork 1 statistics:
% 16.75/2.55  ----------------------------------
% 16.75/2.55  this run seconds: 0.724327
% 16.75/2.55  total seconds: 2.043813
% 16.75/2.55  stat_given_used: 2099
% 16.75/2.55  stat_given_used_at_endgame: 0
% 16.75/2.55  stat_given_candidates:   2902
% 16.75/2.55  stat_given_candidates_at_endgame: 0
% 16.75/2.55  stat_given_candidates_h: 0
% 16.75/2.55  stat_binres_derived_cl:   0
% 16.75/2.55  stat_binres_derived_cl_h: 0
% 16.75/2.55  stat_factor_derived_cl: 0
% 16.75/2.55  stat_para_derived_cl: 68123
% 16.75/2.55  stat_tautologies_discarded: 0
% 16.75/2.55  stat_forward_subsumed: 44470
% 16.75/2.55  stat_derived_cut: 1
% 16.75/2.55  stat_derived_rewritten: 27
% 16.75/2.55  stat_weight_discarded_building: 0
% 16.75/2.55  stat_weight_discarded_cl: 2508
% 16.75/2.55  stat_internlimit_discarded_cl: 0
% 16.75/2.55  stat_simplified:  27 simplified 0 derived 0 given
% 16.75/2.55  stat_kept_cl: 17456
% 16.75/2.55  stat_built_cl: 24189
% 16.75/2.55  stat_hyperres_partial_cl: 0
% 16.75/2.55  stat_made_rewriters: 135
% 16.75/2.55  stat_backward_subsumed: 0
% 16.75/2.55  stat_propagated_subsumed: 0
% 16.75/2.55  stat_clsubs_attempted:                      4283
% 16.75/2.55  stat_clsubs_fact_groundunit_found:             0
% 16.75/2.55  stat_clsubs_rule_groundunit_found:           203
% 16.75/2.55  stat_clsubs_top_meta_attempted:             178114
% 16.75/2.55  stat_clsubs_top_meta_failed:                173831
% 16.75/2.55  stat_clsubs_top_meta_nonpref_attempted:              178114
% 16.75/2.55  stat_clsubs_top_meta_nonpref_succeeded:              175307
% 16.75/2.55  stat_clsubs_top_meta_pref_attempted:                 175307
% 16.75/2.55  stat_clsubs_top_meta_pref1_succeeded:                  9293
% 16.75/2.55  stat_clsubs_top_meta_pref2_succeeded:                  4478
% 16.75/2.55  stat_clsubs_top_meta_pref3_succeeded:                  4283
% 16.75/2.55  stat_clsubs_top_meta_pref_succeeded:                   4283
% 16.75/2.55  stat_clsubs_meta_attempted:                 4283
% 16.75/2.55  stat_clsubs_meta_failed:                     385
% 16.75/2.55  stat_clsubs_predsymbs_attempted:               0
% 16.75/2.55  stat_clsubs_unit_attempted:                 4283
% 16.75/2.55  stat_clsubs_full_attempted:                    0
% 16.75/2.55  stat_forwardsubs_attempted:                64435
% 16.75/2.55  stat_lit_hash_added:                  19409
% 16.75/2.55  stat_lit_hash_computed:               88339
% 16.75/2.55  stat_lit_hash_match_found:            44693
% 16.75/2.55  stat_lit_hash_match_miss:             44229
% 16.75/2.55  stat_lit_hash_cut_ok:                     0
% 16.75/2.55  stat_lit_strong_cut_ok:                   1
% 16.75/2.55  stat_lit_hash_subsume_ok:             44470
% 16.75/2.55  clqueue els 10000000 used 1
% 16.75/2.55  clactive els 10000000 used 2100
% 16.75/2.55  clactivesubsume els 10000000 used 931
% 16.75/2.55  queue_termbuf els 200000000 used 1389356
% 16.75/2.55  hyper_termbuf els 100000000 used 1
% 16.75/2.55  active_termbuf els 100000000 used 166315
% 16.75/2.55  varstack els 5000 last used 1
% 16.75/2.55  given_termbuf els 10000000 last used 1
% 16.75/2.55  simplified_termbuf els 10000000 last used 1
% 16.75/2.55  derived_termbuf els 10000000 last used 80
% 16.75/2.55  wr_mallocs: 116728
% 16.75/2.55  wr_callocs: 21
% 16.75/2.55  wr_reallocs: 3917
% 16.75/2.55  wr_frees: 2
% 16.75/2.55  wr_malloc_bytes: 4166556164
% 16.75/2.55  wr_calloc_bytes: 112065536
% 16.75/2.55  wr_realloc_bytes: 641936
% 16.75/2.55  wr_realloc_freebytes: 0
% 16.75/2.55  ----------------------------------
%------------------------------------------------------------------------------