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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP026-1 : TPTP v8.1.2. Bugfixed v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n020.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:51:56 EDT 2023

% Result   : Unsatisfiable 112.54s 14.97s
% Output   : CNFRefutation 112.54s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named all_of_group1)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ group_member(X,g1)
    | X = c
    | X = b
    | X = a ),
    inference(cnf_transformation,[],[all_of_group1]) ).

cnf('2',plain,
    group_member(d1,g1),
    inference(cnf_transformation,[],[d1_in_group1]) ).

cnf('3',plain,
    ( d1 = c
    | d1 = b
    | d1 = a ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    ( ~ product(X,Y,Z,U)
    | ~ product(X,V,Z,W)
    | ~ product(X,X2006,V,Y)
    | product(X,X2006,W,U) ),
    inference(cnf_transformation,[],['$inc_associativity1']) ).

cnf('5',plain,
    product(X,identity_for(X),Y,Y),
    inference(cnf_transformation,[],['$inc_left_identity']) ).

cnf('6',plain,
    ( ~ product(X,Y,Z,identity_for(X))
    | ~ product(X,Z,U,V)
    | product(X,Y,V,U) ),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    product(X,inverse(X,Y),Y,identity_for(X)),
    inference(cnf_transformation,[],['$inc_left_inverse']) ).

cnf('8',plain,
    ( product(X,inverse(X,Y),Z,U)
    | ~ product(X,Y,U,Z) ),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    product(g1,b,a,b),
    inference(cnf_transformation,[],[b_times_a_is_b]) ).

cnf('10',plain,
    product(g1,inverse(g1,b),b,a),
    inference(resolution,[],['8','9']) ).

cnf('11',plain,
    ( ~ product(X,Y,Z,U)
    | ~ product(X,Y,Z,V)
    | U = V ),
    inference(cnf_transformation,[],['$inc_total_function2']) ).

cnf('12',plain,
    ( ~ product(X,inverse(X,Y),Y,Z)
    | identity_for(X) = Z ),
    inference(resolution,[],['11','7']) ).

cnf('13',plain,
    identity_for(g1) = a,
    inference(resolution,[],['10','12']) ).

cnf('14',plain,
    product(X,Y,identity_for(X),Y),
    inference(cnf_transformation,[],['$inc_right_identity']) ).

cnf('15',plain,
    ( ~ product(X,Y,identity_for(X),Z)
    | Y = Z ),
    inference(resolution,[],['11','14']) ).

cnf('16',plain,
    ( ~ product(g1,X,a,Y)
    | X = Y ),
    inference(paramodulation,[],['13','15']) ).

cnf('17',plain,
    product(g1,b,c,a),
    inference(cnf_transformation,[],[b_times_c_is_a]) ).

cnf('18',plain,
    product(g1,inverse(g1,b),a,c),
    inference(resolution,[],['8','17']) ).

cnf('19',plain,
    inverse(g1,b) = c,
    inference(resolution,[],['16','18']) ).

cnf('20',plain,
    ( inverse(g1,b) = d1
    | d1 = b
    | d1 = a ),
    inference(paramodulation,[],['3','19']) ).

cnf('21',plain,
    ( c = d1
    | d1 = b
    | d1 = a ),
    inference(simplify,[],['20','19']) ).

cnf('22',plain,
    product(g1,c,b,a),
    inference(cnf_transformation,[],[c_times_b_is_a]) ).

cnf('23',plain,
    product(g1,inverse(g1,c),a,b),
    inference(resolution,[],['8','22']) ).

cnf('24',plain,
    inverse(g1,c) = b,
    inference(resolution,[],['16','23']) ).

cnf('25',plain,
    ( inverse(g1,c) = d1
    | c = d1
    | d1 = a ),
    inference(paramodulation,[],['21','24']) ).

cnf('26',plain,
    ( b = d1
    | c = d1
    | d1 = a ),
    inference(simplify,[],['25','24']) ).

cnf('27',plain,
    product(g1,X,a,X),
    inference(paramodulation,[],['13','14']) ).

cnf('28',plain,
    ( c = d1
    | b = d1
    | product(g1,X,d1,X) ),
    inference(paramodulation,[],['26','27']) ).

cnf('29',plain,
    ( ~ product(X,Y,Z,U)
    | ~ product(X,V,U,W)
    | ~ product(X,V,Y,X2006)
    | product(X,X2006,Z,W) ),
    inference(cnf_transformation,[],['$inc_associativity2']) ).

cnf('30',plain,
    product(g1,d1,d2,d3),
    inference(cnf_transformation,[],[d1_times_d2_is_d3]) ).

cnf('31',plain,
    ( ~ product(g1,X,d3,Y)
    | ~ product(g1,X,d1,Z)
    | product(g1,Z,d2,Y) ),
    inference(resolution,[],['29','30']) ).

cnf('32',plain,
    ( product(X,Y,Z,multiply(X,Y,Z))
    | ~ group_member(Z,X)
    | ~ group_member(Y,X) ),
    inference(cnf_transformation,[],['$inc_total_function1_1']) ).

cnf('33',plain,
    group_member(d3,g1),
    inference(cnf_transformation,[],[d3_in_group1]) ).

cnf('34',plain,
    ( product(g1,X,d3,multiply(g1,X,d3))
    | ~ group_member(X,g1) ),
    inference(resolution,[],['32','33']) ).

cnf('35',plain,
    group_member(a,g1),
    inference(cnf_transformation,[],[a_in_group1]) ).

cnf('36',plain,
    product(g1,a,d3,multiply(g1,a,d3)),
    inference(resolution,[],['34','35']) ).

cnf('37',plain,
    ( ~ product(X,identity_for(X),Y,Z)
    | Y = Z ),
    inference(resolution,[],['11','5']) ).

cnf('38',plain,
    ( ~ product(g1,a,X,Y)
    | X = Y ),
    inference(paramodulation,[],['13','37']) ).

cnf('39',plain,
    d3 = multiply(g1,a,d3),
    inference(resolution,[],['36','38']) ).

cnf('40',plain,
    product(g1,a,d3,d3),
    inference(paramodulation,[],['39','36']) ).

cnf('41',plain,
    ( ~ product(g1,a,d1,X)
    | product(g1,X,d2,d3) ),
    inference(resolution,[],['31','40']) ).

cnf('42',plain,
    ( product(g1,a,d2,d3)
    | c = d1
    | b = d1 ),
    inference(resolution,[],['28','41']) ).

cnf('43',plain,
    group_member(d2,g1),
    inference(cnf_transformation,[],[d2_in_group1]) ).

cnf('44',plain,
    ( product(g1,X,d2,multiply(g1,X,d2))
    | ~ group_member(X,g1) ),
    inference(resolution,[],['32','43']) ).

cnf('45',plain,
    product(g1,a,d2,multiply(g1,a,d2)),
    inference(resolution,[],['44','35']) ).

cnf('46',plain,
    ( multiply(g1,a,d2) = X3
    | ~ product(g1,a,d2,X3) ),
    inference(resolution,[],['45','11']) ).

cnf('47',plain,
    d2 = multiply(g1,a,d2),
    inference(resolution,[],['45','38']) ).

cnf('48',plain,
    ( d2 = X
    | ~ product(g1,a,d2,X) ),
    inference(simplify,[],['46','47']) ).

cnf('49',plain,
    ( c = d1
    | b = d1
    | d2 = d3 ),
    inference(resolution,[],['42','48']) ).

cnf('50',plain,
    an_isomorphism(a) = f,
    inference(cnf_transformation,[],[a_maps_to_f]) ).

cnf('51',plain,
    ( an_isomorphism(d1) = f
    | c = d1
    | b = d1 ),
    inference(paramodulation,[],['26','50']) ).

cnf('52',plain,
    ~ product(g2,an_isomorphism(d1),an_isomorphism(d2),an_isomorphism(d3)),
    inference(cnf_transformation,[],[prove_product_holds_in_group2]) ).

cnf('53',plain,
    ( ~ product(g2,f,an_isomorphism(d2),an_isomorphism(d3))
    | c = d1
    | b = d1 ),
    inference(paramodulation,[],['51','52']) ).

cnf('54',plain,
    ( ~ product(g2,f,an_isomorphism(d3),an_isomorphism(d3))
    | c = d1
    | b = d1 ),
    inference(paramodulation,[],['49','53']) ).

cnf('55',plain,
    product(g2,g,f,g),
    inference(cnf_transformation,[],[g_times_f_is_g]) ).

cnf('56',plain,
    product(g2,inverse(g2,g),g,f),
    inference(resolution,[],['8','55']) ).

cnf('57',plain,
    identity_for(g2) = f,
    inference(resolution,[],['56','12']) ).

cnf('58',plain,
    product(g2,f,X,X),
    inference(paramodulation,[],['57','5']) ).

cnf('59',plain,
    ( c = d1
    | b = d1 ),
    inference(resolution,[],['54','58']) ).

cnf('60',plain,
    product(g1,c,c,b),
    inference(cnf_transformation,[],[c_times_c_is_b]) ).

cnf('61',plain,
    ( product(g1,d1,c,b)
    | b = d1 ),
    inference(paramodulation,[],['59','60']) ).

cnf('62',plain,
    ( d2 = c
    | d2 = b
    | d2 = a ),
    inference(resolution,[],['1','43']) ).

cnf('63',plain,
    ( inverse(g1,b) = d2
    | d2 = b
    | d2 = a ),
    inference(paramodulation,[],['62','19']) ).

cnf('64',plain,
    ( c = d2
    | d2 = b
    | d2 = a ),
    inference(simplify,[],['63','19']) ).

cnf('65',plain,
    ( inverse(g1,c) = d2
    | c = d2
    | d2 = a ),
    inference(paramodulation,[],['64','24']) ).

cnf('66',plain,
    ( b = d2
    | c = d2
    | d2 = a ),
    inference(simplify,[],['65','24']) ).

cnf('67',plain,
    ( c = d2
    | b = d2
    | product(g1,X,d2,X) ),
    inference(paramodulation,[],['66','27']) ).

cnf('68',plain,
    product(g1,d1,d2,multiply(g1,d1,d2)),
    inference(resolution,[],['44','2']) ).

cnf('69',plain,
    ( multiply(g1,d1,d2) = X3
    | ~ product(g1,d1,d2,X3) ),
    inference(resolution,[],['68','11']) ).

cnf('70',plain,
    ( ~ product(g1,d1,d2,X)
    | d3 = X ),
    inference(resolution,[],['30','11']) ).

cnf('71',plain,
    d3 = multiply(g1,d1,d2),
    inference(resolution,[],['68','70']) ).

cnf('72',plain,
    ( d3 = X
    | ~ product(g1,d1,d2,X) ),
    inference(simplify,[],['69','71']) ).

cnf('73',plain,
    ( c = d2
    | b = d2
    | d3 = d1 ),
    inference(resolution,[],['67','72']) ).

cnf('74',plain,
    ( an_isomorphism(d2) = f
    | c = d2
    | b = d2 ),
    inference(paramodulation,[],['66','50']) ).

cnf('75',plain,
    ( ~ product(g2,an_isomorphism(d1),f,an_isomorphism(d3))
    | c = d2
    | b = d2 ),
    inference(paramodulation,[],['74','52']) ).

cnf('76',plain,
    ( ~ product(g2,an_isomorphism(d3),f,an_isomorphism(d3))
    | c = d2
    | b = d2 ),
    inference(paramodulation,[],['73','75']) ).

cnf('77',plain,
    product(g2,X,f,X),
    inference(paramodulation,[],['57','14']) ).

cnf('78',plain,
    ( c = d2
    | b = d2 ),
    inference(resolution,[],['76','77']) ).

cnf('79',plain,
    product(g1,a,c,c),
    inference(cnf_transformation,[],[a_times_c_is_c]) ).

cnf('80',plain,
    ( product(g1,a,d2,c)
    | b = d2 ),
    inference(paramodulation,[],['78','79']) ).

cnf('81',plain,
    ( ~ product(g1,X,Y,d1)
    | ~ product(g1,Y,d2,Z)
    | product(g1,X,Z,d3) ),
    inference(resolution,[],['4','30']) ).

cnf('82',plain,
    ( ~ product(g1,a,d2,X)
    | product(g1,d1,X,d3) ),
    inference(resolution,[],['81','27']) ).

cnf('83',plain,
    ( product(g1,d1,c,d3)
    | b = d2 ),
    inference(resolution,[],['80','82']) ).

cnf('84',plain,
    ( b = d2
    | ~ product(g1,d1,c,X)
    | d3 = X ),
    inference(resolution,[],['83','11']) ).

cnf('85',plain,
    ( d3 = b
    | b = d2
    | b = d1 ),
    inference(resolution,[],['61','84']) ).

cnf('86',plain,
    an_isomorphism(b) = g,
    inference(cnf_transformation,[],[b_maps_to_g]) ).

cnf('87',plain,
    ( an_isomorphism(d3) = g
    | b = d2
    | b = d1 ),
    inference(paramodulation,[],['85','86']) ).

cnf('88',plain,
    an_isomorphism(c) = h,
    inference(cnf_transformation,[],[c_maps_to_h]) ).

cnf('89',plain,
    ( an_isomorphism(d1) = h
    | b = d1 ),
    inference(paramodulation,[],['59','88']) ).

cnf('90',plain,
    ( an_isomorphism(d2) = h
    | b = d2 ),
    inference(paramodulation,[],['78','88']) ).

cnf('91',plain,
    ( ~ product(g2,an_isomorphism(d1),h,an_isomorphism(d3))
    | b = d2 ),
    inference(paramodulation,[],['90','52']) ).

cnf('92',plain,
    ( ~ product(g2,h,h,an_isomorphism(d3))
    | b = d2
    | b = d1 ),
    inference(paramodulation,[],['89','91']) ).

cnf('93',plain,
    product(g2,h,h,g),
    inference(cnf_transformation,[],[h_times_h_is_g]) ).

cnf('94',plain,
    ( b = d2
    | b = d1 ),
    inference(paramodulation,[then_simplify],['87','92','93']) ).

cnf('95',plain,
    ( product(g1,d1,b,a)
    | b = d1 ),
    inference(paramodulation,[],['59','22']) ).

cnf('96',plain,
    ( product(g1,d1,d2,a)
    | b = d1 ),
    inference(paramodulation,[],['94','95']) ).

cnf('97',plain,
    ( d3 = a
    | b = d1 ),
    inference(resolution,[],['96','72']) ).

cnf('98',plain,
    ( an_isomorphism(d3) = f
    | b = d1 ),
    inference(paramodulation,[],['97','50']) ).

cnf('99',plain,
    ( an_isomorphism(d2) = g
    | b = d1 ),
    inference(paramodulation,[],['94','86']) ).

cnf('100',plain,
    ( ~ product(g2,h,an_isomorphism(d2),an_isomorphism(d3))
    | b = d1 ),
    inference(paramodulation,[],['89','52']) ).

cnf('101',plain,
    ( ~ product(g2,h,g,an_isomorphism(d3))
    | b = d1 ),
    inference(paramodulation,[],['99','100']) ).

cnf('102',plain,
    product(g2,h,g,f),
    inference(cnf_transformation,[],[h_times_g_is_f]) ).

cnf('103',plain,
    b = d1,
    inference(paramodulation,[then_simplify],['98','101','102']) ).

cnf('104',plain,
    group_member(c,g1),
    inference(cnf_transformation,[],[c_in_group1]) ).

cnf('105',plain,
    ( product(g1,X,c,multiply(g1,X,c))
    | ~ group_member(X,g1) ),
    inference(resolution,[],['32','104']) ).

cnf('106',plain,
    group_member(b,g1),
    inference(cnf_transformation,[],[b_in_group1]) ).

cnf('107',plain,
    product(g1,b,c,multiply(g1,b,c)),
    inference(resolution,[],['105','106']) ).

cnf('108',plain,
    ( ~ product(g1,b,c,X)
    | a = X ),
    inference(resolution,[],['17','11']) ).

cnf('109',plain,
    a = multiply(g1,b,c),
    inference(resolution,[],['107','108']) ).

cnf('110',plain,
    a = multiply(g1,d1,c),
    inference(paramodulation,[],['103','109']) ).

cnf('111',plain,
    product(g1,d1,c,multiply(g1,d1,c)),
    inference(resolution,[],['105','2']) ).

cnf('112',plain,
    ( d3 = multiply(g1,d1,c)
    | b = d2 ),
    inference(resolution,[],['84','111']) ).

cnf('113',plain,
    ( d3 = a
    | b = d2 ),
    inference(paramodulation,[],['110','112']) ).

cnf('114',plain,
    ( d3 = a
    | d1 = d2 ),
    inference(simplify,[],['113','103']) ).

cnf('115',plain,
    ( an_isomorphism(d3) = f
    | d1 = d2 ),
    inference(paramodulation,[],['114','50']) ).

cnf('116',plain,
    an_isomorphism(d1) = g,
    inference(paramodulation,[],['103','86']) ).

cnf('117',plain,
    ( ~ product(g2,g,h,an_isomorphism(d3))
    | b = d2 ),
    inference(paramodulation,[],['116','91']) ).

cnf('118',plain,
    ( ~ product(g2,g,h,an_isomorphism(d3))
    | d1 = d2 ),
    inference(simplify,[],['117','103']) ).

cnf('119',plain,
    product(g2,g,h,f),
    inference(cnf_transformation,[],[g_times_h_is_f]) ).

cnf('120',plain,
    d1 = d2,
    inference(paramodulation,[then_simplify],['115','118','119']) ).

cnf('121',plain,
    an_isomorphism(d2) = g,
    inference(paramodulation,[],['120','116']) ).

cnf('122',plain,
    ~ product(g2,g,an_isomorphism(d2),an_isomorphism(d3)),
    inference(paramodulation,[],['116','52']) ).

cnf('123',plain,
    ~ product(g2,g,g,an_isomorphism(d3)),
    inference(paramodulation,[],['121','122']) ).

cnf('124',plain,
    product(g2,g,g,h),
    inference(cnf_transformation,[],[g_times_g_is_h]) ).

cnf('125',plain,
    d3 = multiply(g1,d2,d2),
    inference(paramodulation,[],['120','71']) ).

cnf('126',plain,
    ( product(X,Y,Y,multiply(X,Y,Y))
    | ~ group_member(Y,X) ),
    inference(factorization,[],['32']) ).

cnf('127',plain,
    product(g1,b,b,multiply(g1,b,b)),
    inference(resolution,[],['126','106']) ).

cnf('128',plain,
    product(g1,b,b,c),
    inference(cnf_transformation,[],[b_times_b_is_c]) ).

cnf('129',plain,
    ( ~ product(g1,b,b,X)
    | c = X ),
    inference(resolution,[],['11','128']) ).

cnf('130',plain,
    c = multiply(g1,b,b),
    inference(resolution,[],['127','129']) ).

cnf('131',plain,
    c = multiply(g1,b,d1),
    inference(paramodulation,[],['103','130']) ).

cnf('132',plain,
    c = multiply(g1,d1,d1),
    inference(simplify,[],['131','103']) ).

cnf('133',plain,
    c = multiply(g1,d1,d2),
    inference(paramodulation,[],['120','132']) ).

cnf('134',plain,
    c = multiply(g1,d2,d2),
    inference(simplify,[],['133','120']) ).

cnf('135',plain,
    d3 = c,
    inference(simplify,[],['125','134']) ).

cnf('136',plain,
    an_isomorphism(d3) = h,
    inference(paramodulation,[],['135','88']) ).

cnf('137',plain,
    $false,
    inference(simplify,[then_simplify],['123','124','136']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : GRP026-1 : TPTP v8.1.2. Bugfixed v2.0.0.
% 0.12/0.13  % Command  : gkc %s
% 0.12/0.33  % Computer : n020.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Mon Aug 28 22:23:28 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.18/0.37  
% 0.18/0.37  input clause set summed statistics:
% 0.18/0.37  ----------------------------------
% 0.18/0.37  in_clause_count:                    45
% 0.18/0.37  in_rule_clause_count:               17
% 0.18/0.37  in_fact_clause_count:               28
% 0.18/0.37  in_answer_clause_count:              0
% 0.18/0.37  in_ground_clause_count:             32
% 0.18/0.37  in_unit_clause_count:               37
% 0.18/0.37  in_horn_clause_count:               43
% 0.18/0.37  in_pos_clause_count:                36
% 0.18/0.37  in_neg_clause_count:                 1
% 0.18/0.37  in_poseq_clause_count:               6
% 0.18/0.37  in_negeq_clause_count:               0
% 0.18/0.37  in_unitposeq_clause_count:           3
% 0.18/0.37  in_chain_clause_count:               0
% 0.18/0.37  in_min_length:             1
% 0.18/0.37  in_max_length:             4
% 0.18/0.37  in_min_depth:              1
% 0.18/0.37  in_max_depth:              2
% 0.18/0.37  in_min_size:               3
% 0.18/0.37  in_max_size:              20
% 0.18/0.37  in_min_vars:               0
% 0.18/0.37  in_max_vars:               7
% 0.18/0.37  in_extaxiom_count:                11
% 0.18/0.37  in_axiom_count:                    0
% 0.18/0.37  in_assumption_count:              33
% 0.18/0.37  in_goal_count:                     1
% 0.18/0.37  in_neg_goal_count:                 1
% 0.18/0.37  in_pos_goal_count:                 0
% 0.18/0.38  in_posunit_goal_count:             0
% 0.18/0.38  
% 0.18/0.38  auto guide:
% 0.18/0.38  -----------
% 0.18/0.38  {
% 0.18/0.38  "print":1,
% 0.18/0.38  "print_level": 15,
% 0.18/0.38  "max_size": 0,
% 0.18/0.38  "max_depth": 0,
% 0.18/0.38  "max_length": 0,
% 0.18/0.38  "max_dseconds": 0,
% 0.18/0.38  "runs":[
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.18/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.18/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.18/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.18/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.18/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.18/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.18/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.18/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.18/0.38  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.18/0.38  
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.18/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.18/0.38  
% 0.18/0.38  ]}
% 0.18/0.38  
% 0.18/0.38  
% 0.18/0.38  **** run 1 fork 0 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 2 fork 1 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 3 fork 2 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 4 fork 3 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 6 fork 5 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.38  
% 0.18/0.38  **** run 7 fork 6 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.18/0.38  
% 0.18/0.38  **** run 5 fork 4 starts with strategy
% 0.18/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.39  
% 0.18/0.39  **** run 8 fork 7 starts with strategy
% 0.18/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.42  
% 0.18/0.42  fork 3: search finished without proof.
% 0.18/0.44  
% 0.18/0.44  **** run 12 fork 3 starts with strategy
% 0.18/0.44  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 5: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 6: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 0: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 2: search terminated without proof.
% 0.18/0.52  
% 0.18/0.52  **** run 9 fork 0 starts with strategy
% 0.18/0.52  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.52  
% 0.18/0.52  **** run 15 fork 6 starts with strategy
% 0.18/0.52  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.52  
% 0.18/0.52  **** run 14 fork 5 starts with strategy
% 0.18/0.52  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.18/0.53  
% 0.18/0.53  **** run 11 fork 2 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.18/0.54  
% 0.18/0.54  
% 0.18/0.54  fork 1: search terminated without proof.
% 0.18/0.56  
% 0.18/0.56  
% 0.18/0.56  fork 4: search terminated without proof.
% 0.18/0.56  
% 0.18/0.56  
% 0.18/0.56  fork 3: search terminated without proof.
% 0.18/0.56  
% 0.18/0.56  **** run 10 fork 1 starts with strategy
% 0.18/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.59  
% 0.18/0.59  **** run 20 fork 3 starts with strategy
% 0.18/0.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.18/0.59  
% 0.18/0.59  **** run 13 fork 4 starts with strategy
% 0.18/0.59  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.18/0.61  
% 0.18/0.61  
% 0.18/0.61  fork 7: search terminated without proof.
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 6: search terminated without proof.
% 1.63/0.64  
% 1.63/0.64  
% 1.63/0.64  fork 0: search terminated without proof.
% 1.63/0.66  
% 1.63/0.66  **** run 16 fork 7 starts with strategy
% 1.63/0.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 1.63/0.66  
% 1.63/0.66  **** run 17 fork 0 starts with strategy
% 1.63/0.66  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 1.63/0.66  
% 1.63/0.66  **** run 23 fork 6 starts with strategy
% 1.63/0.66  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 1.63/0.67  
% 1.63/0.67  
% 1.63/0.67  fork 5: search terminated without proof.
% 1.63/0.68  
% 1.63/0.68  
% 1.63/0.68  fork 2: search terminated without proof.
% 1.63/0.70  
% 1.63/0.70  
% 1.63/0.70  fork 4: search terminated without proof.
% 1.63/0.70  
% 1.63/0.70  **** run 22 fork 5 starts with strategy
% 1.63/0.70  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 1.63/0.71  
% 1.63/0.71  **** run 19 fork 2 starts with strategy
% 1.63/0.71  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 1.63/0.71  
% 1.63/0.71  
% 1.63/0.71  fork 1: search terminated without proof.
% 1.63/0.72  
% 1.63/0.72  
% 1.63/0.72  fork 3: search terminated without proof.
% 1.63/0.73  
% 1.63/0.73  **** run 21 fork 4 starts with strategy
% 1.63/0.73  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 2.54/0.73  
% 2.54/0.73  **** run 18 fork 1 starts with strategy
% 2.54/0.73  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 2.54/0.74  
% 2.54/0.74  **** run 28 fork 3 starts with strategy
% 2.54/0.74  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 2.69/0.79  
% 2.69/0.79  
% 2.69/0.79  fork 0: search terminated without proof.
% 2.69/0.80  
% 2.69/0.80  
% 2.69/0.80  fork 6: search terminated without proof.
% 2.69/0.81  
% 2.69/0.81  **** run 25 fork 0 starts with strategy
% 2.69/0.81  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.18/0.82  
% 3.18/0.82  **** run 31 fork 6 starts with strategy
% 3.18/0.82  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.18/0.83  
% 3.18/0.83  
% 3.18/0.83  fork 2: search terminated without proof.
% 3.18/0.84  
% 3.18/0.84  
% 3.18/0.84  fork 7: search terminated without proof.
% 3.18/0.84  
% 3.18/0.84  
% 3.18/0.84  fork 4: search terminated without proof.
% 3.18/0.84  
% 3.18/0.84  **** run 27 fork 2 starts with strategy
% 3.18/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.18/0.85  
% 3.18/0.85  
% 3.18/0.85  fork 1: search terminated without proof.
% 3.18/0.86  
% 3.18/0.86  
% 3.18/0.86  fork 3: search terminated without proof.
% 3.18/0.86  
% 3.18/0.86  **** run 24 fork 7 starts with strategy
% 3.18/0.86  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 3.51/0.86  
% 3.51/0.86  
% 3.51/0.86  fork 5: search terminated without proof.
% 3.51/0.87  
% 3.51/0.87  **** run 26 fork 1 starts with strategy
% 3.51/0.87  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.51/0.87  
% 3.51/0.87  **** run 29 fork 4 starts with strategy
% 3.51/0.87  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.51/0.88  
% 3.51/0.88  **** run 36 fork 3 starts with strategy
% 3.51/0.88  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 3.51/0.88  
% 3.51/0.88  **** run 30 fork 5 starts with strategy
% 3.51/0.88  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.51/0.92  
% 3.51/0.92  fork 0: search finished without proof.
% 4.14/0.94  
% 4.14/0.94  **** run 33 fork 0 starts with strategy
% 4.14/0.94  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.14/0.94  
% 4.14/0.94  
% 4.14/0.94  fork 6: search terminated without proof.
% 4.14/0.97  
% 4.14/0.97  **** run 39 fork 6 starts with strategy
% 4.14/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.43/0.97  
% 4.43/0.97  
% 4.43/0.97  fork 2: search terminated without proof.
% 4.43/0.98  
% 4.43/0.98  
% 4.43/0.98  fork 1: search terminated without proof.
% 4.43/0.98  
% 4.43/0.98  
% 4.43/0.98  fork 4: search terminated without proof.
% 4.43/0.99  
% 4.43/0.99  
% 4.43/0.99  fork 7: search terminated without proof.
% 4.43/0.99  
% 4.43/0.99  **** run 35 fork 2 starts with strategy
% 4.43/0.99  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.43/1.00  
% 4.43/1.00  **** run 34 fork 1 starts with strategy
% 4.43/1.00  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.43/1.00  
% 4.43/1.00  
% 4.43/1.00  fork 3: search terminated without proof.
% 4.43/1.01  
% 4.43/1.01  **** run 37 fork 4 starts with strategy
% 4.43/1.01  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.43/1.01  
% 4.43/1.01  **** run 32 fork 7 starts with strategy
% 4.43/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 4.43/1.01  
% 4.43/1.01  
% 4.43/1.01  fork 5: search terminated without proof.
% 4.43/1.02  
% 4.43/1.02  **** run 44 fork 3 starts with strategy
% 4.43/1.02  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 4.85/1.04  
% 4.85/1.04  **** run 38 fork 5 starts with strategy
% 4.85/1.04  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 5.01/1.06  
% 5.01/1.06  
% 5.01/1.06  fork 0: search terminated without proof.
% 5.01/1.08  
% 5.01/1.08  **** run 41 fork 0 starts with strategy
% 5.01/1.08  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.01/1.08  
% 5.01/1.08  
% 5.01/1.08  fork 6: search terminated without proof.
% 5.01/1.10  
% 5.01/1.10  **** run 47 fork 6 starts with strategy
% 5.01/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.01/1.11  
% 5.01/1.11  
% 5.01/1.11  fork 2: search terminated without proof.
% 5.01/1.11  
% 5.01/1.11  fork 1: search finished without proof.
% 5.54/1.12  
% 5.54/1.12  
% 5.54/1.12  fork 4: search terminated without proof.
% 5.54/1.13  
% 5.54/1.13  
% 5.54/1.13  fork 7: search terminated without proof.
% 5.54/1.13  
% 5.54/1.13  **** run 42 fork 1 starts with strategy
% 5.54/1.13  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.54/1.13  
% 5.54/1.13  **** run 43 fork 2 starts with strategy
% 5.54/1.13  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.54/1.14  
% 5.54/1.14  fork 3: search finished without proof.
% 5.54/1.15  
% 5.54/1.15  **** run 40 fork 7 starts with strategy
% 5.54/1.15  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 5.54/1.15  
% 5.54/1.15  **** run 45 fork 4 starts with strategy
% 5.54/1.15  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.54/1.16  
% 5.54/1.16  
% 5.54/1.16  fork 5: search terminated without proof.
% 5.91/1.16  
% 5.91/1.16  **** run 52 fork 3 starts with strategy
% 5.91/1.16  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 5.91/1.18  
% 5.91/1.18  **** run 46 fork 5 starts with strategy
% 5.91/1.18  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.91/1.20  
% 5.91/1.20  
% 5.91/1.20  fork 0: search terminated without proof.
% 5.91/1.21  
% 5.91/1.21  **** run 49 fork 0 starts with strategy
% 5.91/1.21  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 5.91/1.22  
% 5.91/1.22  
% 5.91/1.22  fork 6: search terminated without proof.
% 5.91/1.24  
% 5.91/1.24  **** run 55 fork 6 starts with strategy
% 5.91/1.24  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.91/1.25  
% 5.91/1.25  
% 5.91/1.25  fork 1: search terminated without proof.
% 5.91/1.26  
% 5.91/1.26  
% 5.91/1.26  fork 2: search terminated without proof.
% 5.91/1.26  
% 5.91/1.26  
% 5.91/1.26  fork 4: search terminated without proof.
% 5.91/1.27  
% 5.91/1.27  **** run 50 fork 1 starts with strategy
% 5.91/1.27  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.91/1.27  
% 5.91/1.27  
% 5.91/1.27  fork 7: search terminated without proof.
% 5.91/1.28  
% 5.91/1.28  **** run 48 fork 7 starts with strategy
% 5.91/1.28  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.91/1.29  
% 5.91/1.29  
% 5.91/1.29  fork 3: search terminated without proof.
% 5.91/1.29  
% 5.91/1.29  **** run 53 fork 4 starts with strategy
% 5.91/1.29  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 5.91/1.30  
% 5.91/1.30  **** run 51 fork 2 starts with strategy
% 5.91/1.30  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 5.91/1.30  
% 5.91/1.30  fork 5: search finished without proof.
% 5.91/1.31  
% 5.91/1.31  fork 7: search finished without proof.
% 5.91/1.31  
% 5.91/1.31  **** run 60 fork 3 starts with strategy
% 5.91/1.31  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 5.91/1.32  
% 5.91/1.32  **** run 56 fork 7 starts with strategy
% 5.91/1.32  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 5.91/1.33  
% 5.91/1.33  **** run 54 fork 5 starts with strategy
% 5.91/1.33  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 5.91/1.33  
% 5.91/1.33  
% 5.91/1.33  fork 0: search terminated without proof.
% 5.91/1.33  
% 5.91/1.33  fork 3: search finished without proof.
% 6.74/1.35  
% 6.74/1.35  **** run 57 fork 0 starts with strategy
% 6.74/1.35  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 6.74/1.36  
% 6.74/1.36  
% 6.74/1.36  fork 6: search terminated without proof.
% 6.74/1.36  
% 6.74/1.36  **** run 68 fork 3 starts with strategy
% 6.74/1.36  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 7.57/1.38  
% 7.57/1.38  **** run 63 fork 6 starts with strategy
% 7.57/1.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.57/1.39  
% 7.57/1.39  
% 7.57/1.39  fork 1: search terminated without proof.
% 7.57/1.41  
% 7.57/1.41  **** run 58 fork 1 starts with strategy
% 7.57/1.41  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.57/1.42  
% 7.57/1.42  
% 7.57/1.42  fork 4: search terminated without proof.
% 8.02/1.44  
% 8.02/1.44  
% 8.02/1.44  fork 7: search terminated without proof.
% 8.02/1.45  
% 8.02/1.45  **** run 61 fork 4 starts with strategy
% 8.02/1.45  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.02/1.45  
% 8.02/1.45  
% 8.02/1.45  fork 5: search terminated without proof.
% 8.02/1.45  
% 8.02/1.45  
% 8.02/1.45  fork 2: search terminated without proof.
% 8.17/1.46  
% 8.17/1.46  **** run 64 fork 7 starts with strategy
% 8.17/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.17/1.47  
% 8.17/1.47  
% 8.17/1.47  fork 0: search terminated without proof.
% 8.17/1.47  
% 8.17/1.47  **** run 59 fork 2 starts with strategy
% 8.17/1.47  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 8.17/1.47  
% 8.17/1.47  **** run 62 fork 5 starts with strategy
% 8.17/1.47  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 8.17/1.48  
% 8.17/1.48  
% 8.17/1.48  fork 3: search terminated without proof.
% 8.17/1.49  
% 8.17/1.49  **** run 65 fork 0 starts with strategy
% 8.17/1.49  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.17/1.50  
% 8.17/1.50  
% 8.17/1.50  fork 6: search terminated without proof.
% 8.17/1.51  
% 8.17/1.51  **** run 76 fork 3 starts with strategy
% 8.17/1.51  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 8.17/1.52  
% 8.17/1.52  **** run 71 fork 6 starts with strategy
% 8.17/1.52  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.70/1.53  
% 8.70/1.53  
% 8.70/1.53  fork 1: search terminated without proof.
% 8.70/1.55  
% 8.70/1.55  **** run 66 fork 1 starts with strategy
% 8.70/1.55  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.03/1.57  
% 9.03/1.57  
% 9.03/1.57  fork 4: search terminated without proof.
% 9.03/1.58  
% 9.03/1.58  
% 9.03/1.58  fork 7: search terminated without proof.
% 9.03/1.59  
% 9.03/1.59  fork 2: search finished without proof.
% 9.03/1.60  
% 9.03/1.60  
% 9.03/1.60  fork 5: search terminated without proof.
% 9.03/1.60  
% 9.03/1.60  **** run 69 fork 4 starts with strategy
% 9.03/1.60  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 9.03/1.60  
% 9.03/1.60  **** run 72 fork 7 starts with strategy
% 9.03/1.60  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 9.03/1.61  
% 9.03/1.61  **** run 67 fork 2 starts with strategy
% 9.03/1.61  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 9.03/1.61  
% 9.03/1.61  
% 9.03/1.61  fork 0: search terminated without proof.
% 9.03/1.62  
% 9.03/1.62  **** run 70 fork 5 starts with strategy
% 9.03/1.62  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.03/1.63  
% 9.03/1.63  
% 9.03/1.63  fork 3: search terminated without proof.
% 9.03/1.63  
% 9.03/1.63  fork 2: search finished without proof.
% 9.03/1.63  
% 9.03/1.63  **** run 73 fork 0 starts with strategy
% 9.03/1.63  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.03/1.63  
% 9.03/1.63  
% 9.03/1.63  fork 6: search terminated without proof.
% 9.67/1.65  
% 9.67/1.65  **** run 75 fork 2 starts with strategy
% 9.67/1.65  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.67/1.65  
% 9.67/1.65  **** run 84 fork 3 starts with strategy
% 9.67/1.65  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.67/1.65  
% 9.67/1.65  **** run 79 fork 6 starts with strategy
% 9.67/1.65  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.67/1.67  
% 9.67/1.67  
% 9.67/1.67  fork 1: search terminated without proof.
% 9.95/1.68  
% 9.95/1.68  **** run 74 fork 1 starts with strategy
% 9.95/1.68  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.95/1.71  
% 9.95/1.71  
% 9.95/1.71  fork 4: search terminated without proof.
% 9.95/1.72  
% 9.95/1.72  
% 9.95/1.72  fork 7: search terminated without proof.
% 10.40/1.74  
% 10.40/1.74  **** run 80 fork 7 starts with strategy
% 10.40/1.74  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.40/1.74  
% 10.40/1.74  **** run 77 fork 4 starts with strategy
% 10.40/1.74  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 10.40/1.74  
% 10.40/1.74  fork 5: search finished without proof.
% 10.40/1.75  
% 10.40/1.75  
% 10.40/1.75  fork 0: search terminated without proof.
% 10.54/1.76  
% 10.54/1.76  **** run 78 fork 5 starts with strategy
% 10.54/1.76  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 10.54/1.76  
% 10.54/1.76  **** run 81 fork 0 starts with strategy
% 10.54/1.76  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 10.54/1.77  
% 10.54/1.77  
% 10.54/1.77  fork 2: search terminated without proof.
% 10.54/1.77  
% 10.54/1.77  
% 10.54/1.77  fork 6: search terminated without proof.
% 10.54/1.77  
% 10.54/1.77  
% 10.54/1.77  fork 3: search terminated without proof.
% 10.54/1.79  
% 10.54/1.79  **** run 87 fork 6 starts with strategy
% 10.54/1.79  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 10.54/1.79  
% 10.54/1.79  **** run 83 fork 2 starts with strategy
% 10.54/1.79  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.54/1.80  
% 10.54/1.80  **** run 92 fork 3 starts with strategy
% 10.54/1.80  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 10.54/1.80  
% 10.54/1.80  
% 10.54/1.80  fork 1: search terminated without proof.
% 11.09/1.82  
% 11.09/1.82  **** run 82 fork 1 starts with strategy
% 11.09/1.82  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 11.09/1.85  
% 11.09/1.85  
% 11.09/1.85  fork 4: search terminated without proof.
% 11.09/1.85  
% 11.09/1.85  
% 11.09/1.85  fork 7: search terminated without proof.
% 11.09/1.87  
% 11.09/1.87  **** run 88 fork 7 starts with strategy
% 11.09/1.87  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 11.09/1.88  
% 11.09/1.88  **** run 85 fork 4 starts with strategy
% 11.09/1.88  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":1}
% 11.09/1.88  
% 11.09/1.88  
% 11.09/1.88  fork 5: search terminated without proof.
% 11.09/1.88  
% 11.09/1.88  
% 11.09/1.88  fork 0: search terminated without proof.
% 11.09/1.90  
% 11.09/1.90  **** run 89 fork 0 starts with strategy
% 11.09/1.90  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 11.09/1.91  
% 11.09/1.91  **** run 86 fork 5 starts with strategy
% 11.09/1.91  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 11.09/1.91  
% 11.09/1.91  
% 11.09/1.91  fork 6: search terminated without proof.
% 11.09/1.93  
% 11.09/1.93  **** run 95 fork 6 starts with strategy
% 11.09/1.93  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 11.09/1.94  
% 11.09/1.94  
% 11.09/1.94  fork 1: search terminated without proof.
% 11.09/1.96  
% 11.09/1.96  **** run 90 fork 1 starts with strategy
% 11.09/1.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.68/1.97  
% 11.68/1.97  
% 11.68/1.97  fork 2: search terminated without proof.
% 11.68/1.99  
% 11.68/1.99  **** run 91 fork 2 starts with strategy
% 11.68/1.99  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.68/1.99  
% 11.68/1.99  
% 11.68/1.99  fork 7: search terminated without proof.
% 11.68/1.99  
% 11.68/1.99  
% 11.68/1.99  fork 4: search terminated without proof.
% 11.68/2.01  
% 11.68/2.01  **** run 96 fork 7 starts with strategy
% 11.68/2.01  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 11.68/2.02  
% 11.68/2.02  **** run 93 fork 4 starts with strategy
% 11.68/2.02  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 11.68/2.02  
% 11.68/2.02  fork 0: search finished without proof.
% 11.68/2.02  
% 11.68/2.02  fork 5: search finished without proof.
% 11.68/2.04  
% 11.68/2.04  **** run 94 fork 5 starts with strategy
% 11.68/2.04  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 11.68/2.04  
% 11.68/2.04  **** run 97 fork 0 starts with strategy
% 11.68/2.04  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 12.87/2.06  
% 12.87/2.06  fork 4: search finished without proof.
% 13.17/2.09  
% 13.17/2.09  **** run 101 fork 4 starts with strategy
% 13.17/2.09  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 18.70/2.82  
% 18.70/2.82  
% 18.70/2.82  fork 3: search terminated without proof.
% 19.13/2.86  
% 19.13/2.86  **** run 100 fork 3 starts with strategy
% 19.13/2.86  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 19.69/2.95  
% 19.69/2.95  
% 19.69/2.95  fork 6: search terminated without proof.
% 20.15/2.97  
% 20.15/2.97  **** run 103 fork 6 starts with strategy
% 20.15/2.97  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 20.15/2.98  
% 20.15/2.98  
% 20.15/2.98  fork 1: search terminated without proof.
% 20.15/3.00  
% 20.15/3.00  **** run 98 fork 1 starts with strategy
% 20.15/3.00  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.15/3.02  
% 20.15/3.02  
% 20.15/3.02  fork 7: search terminated without proof.
% 20.15/3.05  
% 20.15/3.05  **** run 104 fork 7 starts with strategy
% 20.15/3.05  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.85/3.06  
% 20.85/3.06  
% 20.85/3.06  fork 5: search terminated without proof.
% 20.85/3.06  
% 20.85/3.06  
% 20.85/3.06  fork 0: search terminated without proof.
% 20.85/3.08  
% 20.85/3.08  
% 20.85/3.08  fork 2: search terminated without proof.
% 21.11/3.09  
% 21.11/3.09  **** run 105 fork 0 starts with strategy
% 21.11/3.09  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 21.11/3.10  
% 21.11/3.10  **** run 102 fork 5 starts with strategy
% 21.11/3.10  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 21.11/3.10  
% 21.11/3.10  
% 21.11/3.10  fork 4: search terminated without proof.
% 21.11/3.11  
% 21.11/3.11  **** run 99 fork 2 starts with strategy
% 21.11/3.11  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 21.43/3.13  
% 21.43/3.13  **** run 109 fork 4 starts with strategy
% 21.43/3.13  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 26.59/3.87  
% 26.59/3.87  
% 26.59/3.87  fork 3: search terminated without proof.
% 27.08/3.91  
% 27.08/3.91  **** run 108 fork 3 starts with strategy
% 27.08/3.91  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 28.14/4.01  
% 28.14/4.01  
% 28.14/4.01  fork 6: search terminated without proof.
% 28.14/4.03  
% 28.14/4.03  **** run 111 fork 6 starts with strategy
% 28.14/4.03  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 28.72/4.08  
% 28.72/4.08  
% 28.72/4.08  fork 1: search terminated without proof.
% 28.88/4.11  
% 28.88/4.11  **** run 106 fork 1 starts with strategy
% 28.88/4.11  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 28.88/4.12  
% 28.88/4.12  
% 28.88/4.12  fork 7: search terminated without proof.
% 29.04/4.14  
% 29.04/4.14  fork 5: search finished without proof.
% 29.04/4.15  
% 29.04/4.15  **** run 112 fork 7 starts with strategy
% 29.04/4.15  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 29.04/4.16  
% 29.04/4.16  **** run 110 fork 5 starts with strategy
% 29.04/4.16  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 29.04/4.20  
% 29.04/4.20  
% 29.04/4.20  fork 2: search terminated without proof.
% 29.04/4.20  
% 29.04/4.20  fork 4: search finished without proof.
% 29.80/4.22  
% 29.80/4.22  **** run 107 fork 2 starts with strategy
% 29.80/4.22  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 29.80/4.23  
% 29.80/4.23  **** run 117 fork 4 starts with strategy
% 29.80/4.23  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 31.06/4.39  
% 31.06/4.39  
% 31.06/4.39  fork 0: search terminated without proof.
% 31.06/4.42  
% 31.06/4.42  **** run 113 fork 0 starts with strategy
% 31.06/4.42  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 35.27/4.95  
% 35.27/4.95  
% 35.27/4.95  fork 3: search terminated without proof.
% 35.27/4.97  
% 35.27/4.97  **** run 116 fork 3 starts with strategy
% 35.27/4.97  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 36.29/5.08  
% 36.29/5.08  
% 36.29/5.08  fork 6: search terminated without proof.
% 36.29/5.11  
% 36.29/5.11  **** run 119 fork 6 starts with strategy
% 36.29/5.11  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 36.88/5.16  
% 36.88/5.16  
% 36.88/5.16  fork 1: search terminated without proof.
% 37.15/5.18  
% 37.15/5.18  
% 37.15/5.18  fork 7: search terminated without proof.
% 37.15/5.19  
% 37.15/5.19  **** run 114 fork 1 starts with strategy
% 37.15/5.19  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 37.15/5.22  
% 37.15/5.22  **** run 120 fork 7 starts with strategy
% 37.15/5.22  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 37.54/5.24  
% 37.54/5.24  
% 37.54/5.24  fork 2: search terminated without proof.
% 37.70/5.26  
% 37.70/5.26  **** run 115 fork 2 starts with strategy
% 37.70/5.26  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 38.18/5.34  
% 38.18/5.34  
% 38.18/5.34  fork 5: search terminated without proof.
% 38.51/5.37  
% 38.51/5.37  **** run 118 fork 5 starts with strategy
% 38.51/5.37  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 38.51/5.38  
% 38.51/5.38  
% 38.51/5.38  fork 4: search terminated without proof.
% 38.51/5.41  
% 38.51/5.41  **** run 125 fork 4 starts with strategy
% 38.51/5.41  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 39.42/5.49  
% 39.42/5.49  
% 39.42/5.49  fork 0: search terminated without proof.
% 39.42/5.51  
% 39.42/5.51  **** run 121 fork 0 starts with strategy
% 39.42/5.51  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 43.19/5.99  
% 43.19/5.99  
% 43.19/5.99  fork 3: search terminated without proof.
% 43.52/6.01  
% 43.52/6.01  **** run 124 fork 3 starts with strategy
% 43.52/6.01  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 44.34/6.14  
% 44.34/6.14  
% 44.34/6.14  fork 6: search terminated without proof.
% 44.34/6.17  
% 44.34/6.17  **** run 127 fork 6 starts with strategy
% 44.34/6.17  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 44.34/6.21  
% 44.34/6.21  
% 44.34/6.21  fork 1: search terminated without proof.
% 44.34/6.24  
% 44.34/6.24  **** run 122 fork 1 starts with strategy
% 44.34/6.24  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 44.34/6.25  
% 44.34/6.25  
% 44.34/6.25  fork 7: search terminated without proof.
% 44.97/6.27  
% 44.97/6.27  **** run 128 fork 7 starts with strategy
% 44.97/6.27  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 44.97/6.28  
% 44.97/6.28  
% 44.97/6.28  fork 2: search terminated without proof.
% 44.97/6.30  
% 44.97/6.30  **** run 123 fork 2 starts with strategy
% 44.97/6.30  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 46.68/6.43  
% 46.68/6.43  
% 46.68/6.43  fork 4: search terminated without proof.
% 46.68/6.44  
% 46.68/6.44  fork 5: search finished without proof.
% 47.00/6.44  
% 47.00/6.44  **** run 133 fork 4 starts with strategy
% 47.00/6.44  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 47.00/6.46  
% 47.00/6.46  **** run 126 fork 5 starts with strategy
% 47.00/6.46  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 48.22/6.63  
% 48.22/6.63  
% 48.22/6.63  fork 0: search terminated without proof.
% 48.22/6.65  
% 48.22/6.65  **** run 129 fork 0 starts with strategy
% 48.22/6.65  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 51.62/7.03  
% 51.62/7.03  
% 51.62/7.03  fork 3: search terminated without proof.
% 51.62/7.06  
% 51.62/7.06  **** run 132 fork 3 starts with strategy
% 51.62/7.06  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 52.60/7.25  
% 52.60/7.25  
% 52.60/7.25  fork 6: search terminated without proof.
% 53.38/7.27  
% 53.38/7.27  **** run 135 fork 6 starts with strategy
% 53.38/7.27  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":3}
% 53.38/7.29  
% 53.38/7.29  
% 53.38/7.29  fork 1: search terminated without proof.
% 53.63/7.32  
% 53.63/7.32  **** run 130 fork 1 starts with strategy
% 53.63/7.32  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0}
% 53.63/7.33  
% 53.63/7.33  
% 53.63/7.33  fork 7: search terminated without proof.
% 53.63/7.33  
% 53.63/7.33  fork 2: search finished without proof.
% 53.95/7.35  
% 53.95/7.35  **** run 131 fork 2 starts with strategy
% 53.95/7.35  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":1}
% 53.95/7.35  
% 53.95/7.35  **** run 136 fork 7 starts with strategy
% 53.95/7.35  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 54.50/7.44  
% 54.50/7.44  fork 4: search finished without proof.
% 55.01/7.47  
% 55.01/7.47  **** run 141 fork 4 starts with strategy
% 55.01/7.47  {"max_dseconds":10,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 55.01/7.51  
% 55.01/7.51  
% 55.01/7.51  fork 5: search terminated without proof.
% 55.01/7.53  
% 55.01/7.53  **** run 134 fork 5 starts with strategy
% 55.01/7.53  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 56.78/7.72  
% 56.78/7.72  
% 56.78/7.72  fork 0: search terminated without proof.
% 57.09/7.74  
% 57.09/7.74  **** run 137 fork 0 starts with strategy
% 57.09/7.74  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 57.09/7.76  
% 57.09/7.76  fork 0: search finished without proof.
% 57.09/7.78  
% 57.09/7.78  **** run 145 fork 0 starts with strategy
% 57.09/7.78  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 59.47/8.06  
% 59.47/8.06  fork 3: search finished without proof.
% 59.47/8.07  
% 59.47/8.07  **** run 140 fork 3 starts with strategy
% 59.47/8.07  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 60.66/8.25  
% 60.66/8.25  fork 6: search finished without proof.
% 60.66/8.28  
% 60.66/8.28  **** run 143 fork 6 starts with strategy
% 60.66/8.28  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 61.86/8.36  
% 61.86/8.36  
% 61.86/8.36  fork 1: search terminated without proof.
% 61.86/8.37  
% 61.86/8.37  fork 2: search finished without proof.
% 61.86/8.37  
% 61.86/8.37  
% 61.86/8.37  fork 7: search terminated without proof.
% 62.12/8.37  
% 62.12/8.37  **** run 138 fork 1 starts with strategy
% 62.12/8.37  {"max_dseconds":10,"strategy":["query_focus","unit"],"query_preference":0}
% 62.12/8.40  
% 62.12/8.40  **** run 139 fork 2 starts with strategy
% 62.12/8.40  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 62.12/8.40  
% 62.12/8.40  **** run 144 fork 7 starts with strategy
% 62.12/8.40  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 62.75/8.49  
% 62.75/8.49  
% 62.75/8.49  fork 4: search terminated without proof.
% 62.75/8.52  
% 62.75/8.52  **** run 149 fork 4 starts with strategy
% 62.75/8.52  {"max_dseconds":10,"strategy":["unit","pure_unit"],"query_preference":0}
% 63.29/8.54  
% 63.29/8.54  fork 4: search finished without proof.
% 63.62/8.56  
% 63.62/8.56  **** run 157 fork 4 starts with strategy
% 63.62/8.56  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 63.62/8.62  
% 63.62/8.62  
% 63.62/8.62  fork 5: search terminated without proof.
% 64.24/8.65  
% 64.24/8.65  **** run 142 fork 5 starts with strategy
% 64.24/8.65  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 65.16/8.80  
% 65.16/8.80  
% 65.16/8.80  fork 0: search terminated without proof.
% 65.16/8.83  
% 65.16/8.83  **** run 153 fork 0 starts with strategy
% 65.16/8.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 67.54/9.14  
% 67.54/9.14  
% 67.54/9.14  fork 3: search terminated without proof.
% 68.44/9.19  
% 68.44/9.19  **** run 148 fork 3 starts with strategy
% 68.44/9.19  {"max_dseconds":10,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 68.78/9.30  
% 68.78/9.30  
% 68.78/9.30  fork 6: search terminated without proof.
% 69.39/9.31  
% 69.39/9.31  **** run 151 fork 6 starts with strategy
% 69.39/9.31  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":10}
% 69.93/9.42  
% 69.93/9.42  
% 69.93/9.42  fork 2: search terminated without proof.
% 69.93/9.43  
% 69.93/9.43  **** run 147 fork 2 starts with strategy
% 69.93/9.43  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 69.93/9.46  
% 69.93/9.46  
% 69.93/9.46  fork 7: search terminated without proof.
% 70.66/9.47  
% 70.66/9.47  
% 70.66/9.47  fork 1: search terminated without proof.
% 70.66/9.49  
% 70.66/9.49  **** run 146 fork 1 starts with strategy
% 70.66/9.49  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 70.66/9.52  
% 70.66/9.52  **** run 152 fork 7 starts with strategy
% 70.66/9.52  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 71.00/9.57  
% 71.00/9.57  fork 3: search finished without proof.
% 71.00/9.59  
% 71.00/9.59  
% 71.00/9.59  fork 4: search terminated without proof.
% 71.00/9.59  
% 71.00/9.59  **** run 156 fork 3 starts with strategy
% 71.00/9.59  {"max_dseconds":10,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 71.71/9.61  
% 71.71/9.61  fork 3: search finished without proof.
% 71.71/9.62  
% 71.71/9.62  **** run 165 fork 4 starts with strategy
% 71.71/9.62  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 71.71/9.63  
% 71.71/9.63  **** run 164 fork 3 starts with strategy
% 71.71/9.63  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 71.71/9.70  
% 71.71/9.70  
% 71.71/9.70  fork 5: search terminated without proof.
% 72.45/9.72  
% 72.45/9.72  **** run 150 fork 5 starts with strategy
% 72.45/9.72  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 73.16/9.88  
% 73.16/9.88  
% 73.16/9.88  fork 0: search terminated without proof.
% 74.10/9.90  
% 74.10/9.90  **** run 161 fork 0 starts with strategy
% 74.10/9.90  {"max_dseconds":10,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 78.00/10.42  
% 78.00/10.42  
% 78.00/10.42  fork 6: search terminated without proof.
% 78.00/10.45  
% 78.00/10.45  **** run 159 fork 6 starts with strategy
% 78.00/10.45  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 78.00/10.46  
% 78.00/10.46  
% 78.00/10.46  fork 2: search terminated without proof.
% 78.00/10.49  
% 78.00/10.49  **** run 155 fork 2 starts with strategy
% 78.00/10.49  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 78.56/10.54  
% 78.56/10.54  
% 78.56/10.54  fork 1: search terminated without proof.
% 78.56/10.56  
% 78.56/10.56  **** run 154 fork 1 starts with strategy
% 78.56/10.56  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 78.56/10.56  
% 78.56/10.56  
% 78.56/10.56  fork 7: search terminated without proof.
% 79.21/10.59  
% 79.21/10.59  **** run 160 fork 7 starts with strategy
% 79.21/10.59  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 79.66/10.66  
% 79.66/10.66  
% 79.66/10.66  fork 4: search terminated without proof.
% 79.66/10.67  
% 79.66/10.67  
% 79.66/10.67  fork 3: search terminated without proof.
% 79.66/10.68  
% 79.66/10.68  **** run 173 fork 4 starts with strategy
% 79.66/10.68  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":10}
% 79.66/10.70  
% 79.66/10.70  **** run 172 fork 3 starts with strategy
% 79.66/10.70  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":10}
% 81.40/10.90  
% 81.40/10.90  
% 81.40/10.90  fork 5: search terminated without proof.
% 81.92/10.95  
% 81.92/10.95  **** run 158 fork 5 starts with strategy
% 81.92/10.95  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":10}
% 81.92/10.95  
% 81.92/10.95  
% 81.92/10.95  fork 0: search terminated without proof.
% 81.92/10.97  
% 81.92/10.97  **** run 169 fork 0 starts with strategy
% 81.92/10.97  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":10}
% 85.39/11.48  
% 85.39/11.48  
% 85.39/11.48  fork 6: search terminated without proof.
% 85.39/11.50  
% 85.39/11.50  **** run 167 fork 6 starts with strategy
% 85.39/11.50  {"max_dseconds":10,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 86.74/11.56  
% 86.74/11.56  
% 86.74/11.56  fork 2: search terminated without proof.
% 86.74/11.58  
% 86.74/11.58  **** run 163 fork 2 starts with strategy
% 86.74/11.58  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":10}
% 86.74/11.58  
% 86.74/11.58  
% 86.74/11.58  fork 1: search terminated without proof.
% 86.74/11.61  
% 86.74/11.61  **** run 162 fork 1 starts with strategy
% 86.74/11.61  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":10}
% 87.79/11.70  
% 87.79/11.70  
% 87.79/11.70  fork 4: search terminated without proof.
% 87.79/11.72  
% 87.79/11.72  
% 87.79/11.72  fork 3: search terminated without proof.
% 87.79/11.72  
% 87.79/11.72  **** run 181 fork 4 starts with strategy
% 87.79/11.72  {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 87.79/11.73  
% 87.79/11.73  **** run 180 fork 3 starts with strategy
% 87.79/11.73  {"max_dseconds":50,"strategy":["query_focus"],"query_preference":1}
% 88.28/11.75  
% 88.28/11.75  
% 88.28/11.75  fork 7: search terminated without proof.
% 88.36/11.78  
% 88.36/11.78  **** run 168 fork 7 starts with strategy
% 88.36/11.78  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":10}
% 89.80/11.97  
% 89.80/11.97  
% 89.80/11.97  fork 5: search terminated without proof.
% 90.19/11.99  
% 90.19/11.99  **** run 166 fork 5 starts with strategy
% 90.19/11.99  {"max_dseconds":10,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 90.19/12.00  
% 90.19/12.00  
% 90.19/12.00  fork 0: search terminated without proof.
% 90.19/12.03  
% 90.19/12.03  **** run 177 fork 0 starts with strategy
% 90.19/12.03  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":10}
% 94.06/12.53  
% 94.06/12.53  
% 94.06/12.53  fork 6: search terminated without proof.
% 94.06/12.55  
% 94.06/12.55  **** run 175 fork 6 starts with strategy
% 94.06/12.55  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":10}
% 94.60/12.60  
% 94.60/12.60  
% 94.60/12.60  fork 2: search terminated without proof.
% 94.60/12.63  
% 94.60/12.63  **** run 171 fork 2 starts with strategy
% 94.60/12.63  {"max_dseconds":10,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 95.11/12.69  
% 95.11/12.69  
% 95.11/12.69  fork 1: search terminated without proof.
% 95.72/12.72  
% 95.72/12.72  **** run 170 fork 1 starts with strategy
% 95.72/12.72  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 97.06/12.89  
% 97.06/12.89  
% 97.06/12.89  fork 7: search terminated without proof.
% 97.06/12.91  
% 97.06/12.91  **** run 176 fork 7 starts with strategy
% 97.06/12.91  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 98.03/13.01  
% 98.03/13.01  
% 98.03/13.01  fork 5: search terminated without proof.
% 98.03/13.03  
% 98.03/13.03  **** run 174 fork 5 starts with strategy
% 98.03/13.03  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"query_preference":1,"strategy":["query_focus","prohibit_nested_para"],"max_dseconds":10}
% 98.77/13.12  
% 98.77/13.12  
% 98.77/13.12  fork 0: search terminated without proof.
% 98.77/13.15  
% 98.77/13.15  **** run 185 fork 0 starts with strategy
% 98.77/13.15  {"max_dseconds":50,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 101.91/13.55  
% 101.91/13.55  fork 6: search finished without proof.
% 101.91/13.58  
% 101.91/13.58  **** run 183 fork 6 starts with strategy
% 101.91/13.58  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 103.54/13.73  
% 103.54/13.73  
% 103.54/13.73  fork 2: search terminated without proof.
% 103.54/13.76  
% 103.54/13.76  **** run 179 fork 2 starts with strategy
% 103.54/13.76  {"max_dseconds":50,"strategy":["unit"],"query_preference":1}
% 103.54/13.76  
% 103.54/13.76  
% 103.54/13.76  fork 1: search terminated without proof.
% 103.54/13.79  
% 103.54/13.79  **** run 178 fork 1 starts with strategy
% 103.54/13.79  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":10}
% 105.44/13.98  
% 105.44/13.98  
% 105.44/13.98  fork 7: search terminated without proof.
% 105.44/14.02  
% 105.44/14.02  **** run 184 fork 7 starts with strategy
% 105.44/14.02  {"max_dseconds":50,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 106.08/14.08  
% 106.08/14.08  
% 106.08/14.08  fork 5: search terminated without proof.
% 106.29/14.11  
% 106.29/14.11  **** run 182 fork 5 starts with strategy
% 106.29/14.11  {"max_dseconds":50,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 111.11/14.81  
% 111.11/14.81  
% 111.11/14.81  fork 1: search terminated without proof.
% 111.11/14.83  
% 111.11/14.83  **** run 186 fork 1 starts with strategy
% 111.11/14.83  {"max_dseconds":50,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 112.54/14.97  
% 112.54/14.97  
% 112.54/14.97  result: proof found
% 112.54/14.97  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 112.54/14.97  by run 181 fork 4 strategy {"max_dseconds":50,"strategy":["negative_pref"],"query_preference":1}
% 112.54/14.97  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 112.54/14.97  
% 112.54/14.97  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 112.54/14.97  
% 112.54/14.97  run 181 fork 4 statistics:
% 112.54/14.97  ----------------------------------
% 112.54/14.97  this run seconds: 2.470038
% 112.54/14.97  total seconds: 13.527354
% 112.54/14.97  stat_given_used: 5028
% 112.54/14.97  stat_given_used_at_endgame: 0
% 112.54/14.97  stat_given_candidates:   21554
% 112.54/14.97  stat_given_candidates_at_endgame: 0
% 112.54/14.97  stat_given_candidates_h: 0
% 112.54/14.97  stat_binres_derived_cl:   154540
% 112.54/14.97  stat_binres_derived_cl_h: 0
% 112.54/14.97  stat_factor_derived_cl: 295
% 112.54/14.97  stat_para_derived_cl: 386520
% 112.54/14.97  stat_tautologies_discarded: 338
% 112.54/14.97  stat_forward_subsumed: 184327
% 112.54/14.97  stat_derived_cut: 140
% 112.54/14.97  stat_derived_rewritten: 2622
% 112.54/14.97  stat_weight_discarded_building: 0
% 112.54/14.97  stat_weight_discarded_cl: 0
% 112.54/14.97  stat_internlimit_discarded_cl: 0
% 112.54/14.97  stat_simplified:  2622 simplified 0 derived 0 given
% 112.54/14.97  stat_kept_cl: 351508
% 112.54/14.97  stat_built_cl: 364185
% 112.54/14.97  stat_hyperres_partial_cl: 0
% 112.54/14.97  stat_made_rewriters: 66
% 112.54/14.97  stat_backward_subsumed: 0
% 112.54/14.97  stat_propagated_subsumed: 0
% 112.54/14.97  stat_clsubs_attempted:                    198120
% 112.54/14.97  stat_clsubs_fact_groundunit_found:            61
% 112.54/14.97  stat_clsubs_rule_groundunit_found:            38
% 112.54/14.97  stat_clsubs_top_meta_attempted:           25288730
% 112.54/14.97  stat_clsubs_top_meta_failed:              25090610
% 112.54/14.97  stat_clsubs_top_meta_nonpref_attempted:            25288730
% 112.54/14.97  stat_clsubs_top_meta_nonpref_succeeded:             2691095
% 112.54/14.97  stat_clsubs_top_meta_pref_attempted:                2691095
% 112.54/14.97  stat_clsubs_top_meta_pref1_succeeded:               2225151
% 112.54/14.97  stat_clsubs_top_meta_pref2_succeeded:                929684
% 112.54/14.97  stat_clsubs_top_meta_pref3_succeeded:                198120
% 112.54/14.97  stat_clsubs_top_meta_pref_succeeded:                 198120
% 112.54/14.97  stat_clsubs_meta_attempted:               477952
% 112.54/14.97  stat_clsubs_meta_failed:                  272956
% 112.54/14.97  stat_clsubs_predsymbs_attempted:               0
% 112.54/14.97  stat_clsubs_unit_attempted:                48116
% 112.54/14.97  stat_clsubs_full_attempted:               150004
% 112.54/14.97  stat_forwardsubs_attempted:               535835
% 112.54/14.97  stat_lit_hash_added:                 129623
% 112.54/14.97  stat_lit_hash_computed:             2878558
% 112.54/14.97  stat_lit_hash_match_found:           186812
% 112.54/14.97  stat_lit_hash_match_miss:           4665070
% 112.54/14.97  stat_lit_hash_cut_ok:                   209
% 112.54/14.97  stat_lit_strong_cut_ok:                   0
% 112.54/14.97  stat_lit_hash_subsume_ok:            184327
% 112.54/14.97  clqueue els 10000000 used 1
% 112.54/14.97  clactive els 10000000 used 5029
% 112.54/14.97  clactivesubsume els 10000000 used 18181
% 112.54/14.97  queue_termbuf els 200000000 used 27023666
% 112.54/14.97  hyper_termbuf els 100000000 used 1
% 112.54/14.97  active_termbuf els 100000000 used 218121
% 112.54/14.97  varstack els 5000 last used 1
% 112.54/14.97  given_termbuf els 10000000 last used 1
% 112.54/14.97  simplified_termbuf els 10000000 last used 1
% 112.54/14.97  derived_termbuf els 10000000 last used 3
% 112.54/14.97  wr_mallocs: 119067
% 112.54/14.97  wr_callocs: 19
% 112.54/14.97  wr_reallocs: 25560
% 112.54/14.97  wr_frees: 2
% 112.54/14.97  wr_malloc_bytes: 4167501748
% 112.54/14.97  wr_calloc_bytes: 96065504
% 112.54/14.97  wr_realloc_bytes: 10731984
% 112.54/14.97  wr_realloc_freebytes: 0
% 112.54/14.97  ----------------------------------
%------------------------------------------------------------------------------