Trace number 4079532

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02OPT62 21.4907 21.4948

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
MD5SUMc2400ec88bd2efb16a03934d0b4c43da
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62
Best CPU time to get the best result obtained on this benchmark0.298954
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62
Optimality of the best value was proved YES
Number of variables648
Total number of constraints1954
Number of constraints which are clauses1930
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint27
Number of terms in the objective function 648
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 648
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 648
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c 2016-06-06T18:35:15+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079532-1465230915.opb"]
0.00/0.01	c use --random-gen="1286746776 2922654986 3222128198 1226830084 3691511201 1788315830 2358672482 3194731427 962151928 2856279455 4082926529 800946839 878481475 2203360067 270333988 3954076407 512235134 486162904 2872374391 4163485875 1593933592 2695246643 2893354608 3747216935 4025587736 4001100543 2651081062 2558245167 280253602 3595291950 3342497223 2096466719 3853704753 3934866439 2701492584 2496674695 1933823732 412002421 112971190 1428765191 598771153 2636729813 356809270 1222988798 2209909763 903762279 3060196289 3752553342 3419681197 510287595 730808488 142805853 4170902992 2573423582 55092675 3610961066 4081413609 2915764476 318070596 11924256 3727336937 1032751969 2617175468 999116301 3140858579 2175912996 3890224086 843672475 587369318 223573253 2446371786 3669414410 3125467865 983693886 3790876449 692526285 172375179 3844925688 3592990341 1026256307 4147185069 1523252853 3890960054 2411739154 119970840 4247483250 602752874 1345919114 908715367 1150432279 1100591274 1897380002 4282425912 2923013601 687903330 1339199784 1534052440 1571010913 722137060 1073023162 830592594 2326777804 3986965983 620919084 2833686711 1882119405 3402839201 1530432237 1225712846 3579871609 2336332456 1827325853 3475468078 2110287870 3527606068 1420598484 394584409 2571222077 1157418275 2425882425 1823383628 4199719281 3682233199 4198683201 3872336758 777278520 2184615580 1465733772 3086535345 2645483902 3159597382 4111798293 204773161 1503953535 515382010 2252538349 882138075 616397605 3735755338 4263596548 4220700007 2031098754 1075676105 347053506 914770210 1852774415 1966617575 2827887220 2155825431 882988431 2204812323 1422485056 304914538 1479453962 3789458649 442268524 4156293982 1380171975 2291953969 1971879140 2454976420 2253182301 1705779351 1652338763 2002751857 994504952 987705008 126415886 2075715782 1182017006 274710144 2199475090 4283928453 12446063 4012450047 4056579026 3023201924 2434093770 207607801 2840428862 3992589655 1220416510 2513042225 1460064031 319543098 3616631897 4190404813 708906291 3741624730 1470689953 2821027257 1690589944 3376610832 331452465 3437385307 2643035014 57162746 3995962143 4260849488 3848388735 2969405068 1213858937 3124892953 752418475 3910983976 1847719535 52962486 1153252471 591167954 2837308514 2162541431 518884470 1642853657 2584423958 3749648659 3481792270 2221738019 537526579 2804000294 394445216 3801117700 3176215299 684647236 4152345388 2164269920 494040768 1875850267 2613583490 3629849236 1834979352 4117624240 2891679809 2312104061 1924674033 145116848 2935636951 217463980 442071120 3585838975 2010131376 1618037585 4017782576 1129195198 3777046017 901151123 1843117152 781657957 73906713 916842164 1157716727 2838486363 1888475830 1020748239 2644753546 3300364414 667765045 255 362436" option to reproduce the execution
0.00/0.03	c #vars 648
0.00/0.03	c #constraints 1954
0.00/0.06	c BCD2: Hardening is enabled.
0.00/0.06	c BCD2: BiasedSearch is enabled.
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |      867      0 |        0 |        0
0.00/0.07	c  0.0s |       1 |      182 |      100 |      867      0 |        0 |        0
0.09/0.10	c  0.0s |       2 |      389 |      250 |      954      0 |        0 |        0
0.09/0.13	c  0.1s |       3 |      695 |      475 |     1050      0 |        0 |        0
0.09/0.19	c  0.1s |       4 |     1153 |      813 |     1155      0 |        1 |        6
0.19/0.26	c  0.2s |       5 |     1859 |     1320 |     1271      0 |        1 |        6
0.29/0.40	c  0.3s |       6 |     3043 |     2081 |     1539      1 |        1 |        6
0.58/0.63	c  0.6s |       7 |     4764 |     3223 |     1693      2 |        1 |        6
0.89/0.96	c  0.9s |       8 |     7362 |     4936 |     1863      4 |        1 |        6
1.39/1.44	c  1.4s |       9 |    11019 |     7506 |     2050      6 |        1 |        6
2.09/2.15	c  2.1s |      10 |    15821 |    11361 |     2255     10 |        1 |        6
2.99/3.00	c  2.9s |      11 |    23443 |    17144 |     2481     15 |        1 |        6
4.29/4.37	c  4.3s |      12 |    35289 |    25819 |     2730     21 |        1 |        6
6.29/6.38	c  6.3s |      12 |    51004 |    38519 |     2730     30 |        1 |        6
6.39/6.43	c  6.4s |      13 |    51410 |    38832 |     3004     30 |        1 |        6
8.39/8.43	c  8.4s |      13 |    65610 |    50532 |     3004     38 |        1 |        6
9.69/9.78	c  9.7s |      14 |    74937 |    58352 |     3305     43 |        1 |        6
11.69/11.78	c 11.7s |      14 |    92616 |    70952 |     3305     51 |        1 |        6
13.69/13.79	c 13.7s |      14 |   107853 |    82452 |     3305     57 |        1 |        6
14.69/14.76	c 14.7s |      15 |   114241 |    87632 |     3636     60 |        1 |        6
16.69/16.77	c 16.7s |      15 |   127736 |    98632 |     3636     66 |        1 |        6
18.68/18.78	c 18.7s |      15 |   140966 |   109732 |     3636     72 |        1 |        6
20.68/20.78	c 20.7s |      15 |   155913 |   121832 |     3636     79 |        1 |        6
20.98/21.02	c 21.0s |      15 |   158220 |   123485 |     3636     80 |        1 |        6
20.98/21.02	c #cpu_time = 20.909s
20.98/21.02	c #wall_clock_time = 20.962s
20.98/21.02	c #decision = 158220
20.98/21.02	c #random_decision = 693
20.98/21.02	c #conflict = 123485
20.98/21.02	c #restart = 15
20.98/21.02	o 70
20.98/21.02	c BCD2: updating upper bound: 648 -> 69
20.98/21.02	c BCD2: 0 <= obj <= 69
20.98/21.02	c BCD2: #cores=0, #unrelaxed=648, #relaxed=0, #hardened=0
20.98/21.02	c BCD2: #sat=1 #unsat=1 bias=1/2
20.98/21.02	c Solving starts ...
20.98/21.02	c ============================[ Search Statistics ]============================
20.98/21.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.02	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.02	c =============================================================================
20.98/21.02	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        6
20.98/21.03	c  0.0s |       0 |        7 |        0 |     3636      0 |        1 |        6
20.98/21.03	c #cpu_time = 0.004s
20.98/21.03	c #wall_clock_time = 0.004s
20.98/21.03	c #decision = 7
20.98/21.03	c #random_decision = 0
20.98/21.03	c #conflict = 0
20.98/21.03	c #restart = 0
20.98/21.03	c BCD2: found a new core of size 3: cost of the new core is >=1
20.98/21.03	c lower bound updated to 1
20.98/21.03	c BCD2: 1 <= obj <= 69
20.98/21.03	c BCD2: #cores=1, #unrelaxed=645, #relaxed=3, #hardened=0
20.98/21.03	c BCD2: #sat=1 #unsat=2 bias=2/3
20.98/21.03	c Solving starts ...
20.98/21.03	c ============================[ Search Statistics ]============================
20.98/21.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.03	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.03	c =============================================================================
20.98/21.03	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        7
20.98/21.03	c  0.0s |       0 |       12 |        0 |     3636      0 |        1 |        7
20.98/21.03	c #cpu_time = 0.004s
20.98/21.03	c #wall_clock_time = 0.004s
20.98/21.03	c #decision = 12
20.98/21.03	c #random_decision = 0
20.98/21.03	c #conflict = 0
20.98/21.03	c #restart = 0
20.98/21.03	c BCD2: found a new core of size 4: cost of the new core is >=1
20.98/21.03	c lower bound updated to 2
20.98/21.03	c BCD2: 2 <= obj <= 69
20.98/21.03	c BCD2: #cores=2, #unrelaxed=641, #relaxed=7, #hardened=0
20.98/21.03	c BCD2: #sat=1 #unsat=3 bias=3/4
20.98/21.03	c Solving starts ...
20.98/21.03	c ============================[ Search Statistics ]============================
20.98/21.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.03	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.03	c =============================================================================
20.98/21.03	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        7
20.98/21.04	c  0.0s |       0 |       28 |        0 |     3636      0 |        1 |        7
20.98/21.04	c #cpu_time = 0.004s
20.98/21.04	c #wall_clock_time = 0.004s
20.98/21.04	c #decision = 28
20.98/21.04	c #random_decision = 0
20.98/21.04	c #conflict = 0
20.98/21.04	c #restart = 0
20.98/21.04	c BCD2: found a new core of size 2: cost of the new core is >=1
20.98/21.04	c lower bound updated to 3
20.98/21.04	c BCD2: 3 <= obj <= 69
20.98/21.04	c BCD2: #cores=3, #unrelaxed=639, #relaxed=9, #hardened=0
20.98/21.04	c BCD2: #sat=1 #unsat=4 bias=4/5
20.98/21.04	c Solving starts ...
20.98/21.04	c ============================[ Search Statistics ]============================
20.98/21.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.04	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.04	c =============================================================================
20.98/21.04	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        8
20.98/21.04	c  0.0s |       0 |       33 |        0 |     3636      0 |        1 |        8
20.98/21.04	c #cpu_time = 0.004s
20.98/21.04	c #wall_clock_time = 0.004s
20.98/21.04	c #decision = 33
20.98/21.04	c #random_decision = 0
20.98/21.04	c #conflict = 0
20.98/21.04	c #restart = 0
20.98/21.04	c BCD2: found a new core of size 4: cost of the new core is >=1
20.98/21.04	c lower bound updated to 4
20.98/21.04	c BCD2: 4 <= obj <= 69
20.98/21.04	c BCD2: #cores=4, #unrelaxed=635, #relaxed=13, #hardened=0
20.98/21.04	c BCD2: #sat=1 #unsat=5 bias=5/6
20.98/21.04	c Solving starts ...
20.98/21.04	c ============================[ Search Statistics ]============================
20.98/21.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.04	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.04	c =============================================================================
20.98/21.04	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        8
20.98/21.04	c  0.0s |       0 |       50 |        0 |     3636      0 |        1 |        8
20.98/21.04	c #cpu_time = 0.004s
20.98/21.04	c #wall_clock_time = 0.004s
20.98/21.04	c #decision = 50
20.98/21.04	c #random_decision = 0
20.98/21.04	c #conflict = 0
20.98/21.04	c #restart = 0
20.98/21.04	c BCD2: found a new core of size 4: cost of the new core is >=1
20.98/21.04	c lower bound updated to 5
20.98/21.04	c BCD2: 5 <= obj <= 69
20.98/21.04	c BCD2: #cores=5, #unrelaxed=631, #relaxed=17, #hardened=0
20.98/21.04	c BCD2: #sat=1 #unsat=6 bias=6/7
20.98/21.04	c Solving starts ...
20.98/21.04	c ============================[ Search Statistics ]============================
20.98/21.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.04	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.04	c =============================================================================
20.98/21.04	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        8
20.98/21.05	c  0.0s |       0 |       49 |        0 |     3636      0 |        1 |        8
20.98/21.05	c #cpu_time = 0.004s
20.98/21.05	c #wall_clock_time = 0.004s
20.98/21.05	c #decision = 49
20.98/21.05	c #random_decision = 0
20.98/21.05	c #conflict = 0
20.98/21.05	c #restart = 0
20.98/21.05	c BCD2: found a new core of size 3: cost of the new core is >=1
20.98/21.05	c lower bound updated to 6
20.98/21.05	c BCD2: 6 <= obj <= 69
20.98/21.05	c BCD2: #cores=6, #unrelaxed=628, #relaxed=20, #hardened=0
20.98/21.05	c BCD2: #sat=1 #unsat=7 bias=7/8
20.98/21.05	c Solving starts ...
20.98/21.05	c ============================[ Search Statistics ]============================
20.98/21.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.05	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.05	c =============================================================================
20.98/21.05	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        8
20.98/21.05	c  0.0s |       0 |       60 |        0 |     3636      0 |        1 |        8
20.98/21.05	c #cpu_time = 0.004s
20.98/21.05	c #wall_clock_time = 0.004s
20.98/21.05	c #decision = 60
20.98/21.05	c #random_decision = 0
20.98/21.05	c #conflict = 0
20.98/21.05	c #restart = 0
20.98/21.05	c BCD2: found a new core of size 10: cost of the new core is >=1
20.98/21.05	c lower bound updated to 7
20.98/21.05	c BCD2: 7 <= obj <= 69
20.98/21.05	c BCD2: #cores=7, #unrelaxed=618, #relaxed=30, #hardened=0
20.98/21.05	c BCD2: #sat=1 #unsat=8 bias=8/9
20.98/21.05	c Solving starts ...
20.98/21.05	c ============================[ Search Statistics ]============================
20.98/21.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.05	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.05	c =============================================================================
20.98/21.05	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        8
20.98/21.06	c  0.0s |       0 |       64 |        0 |     3636      0 |        1 |        8
20.98/21.06	c #cpu_time = 0.004s
20.98/21.06	c #wall_clock_time = 0.004s
20.98/21.06	c #decision = 64
20.98/21.06	c #random_decision = 0
20.98/21.06	c #conflict = 0
20.98/21.06	c #restart = 0
20.98/21.06	c BCD2: found a new core of size 4: cost of the new core is >=1
20.98/21.06	c lower bound updated to 8
20.98/21.07	c BCD2: 8 <= obj <= 69
20.98/21.07	c BCD2: #cores=8, #unrelaxed=614, #relaxed=34, #hardened=0
20.98/21.07	c BCD2: #sat=1 #unsat=9 bias=9/10
20.98/21.07	c Solving starts ...
20.98/21.07	c ============================[ Search Statistics ]============================
20.98/21.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.07	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.07	c =============================================================================
20.98/21.07	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        8
20.98/21.07	c  0.0s |       0 |       71 |        0 |     3636      0 |        1 |        8
20.98/21.07	c #cpu_time = 0.004s
20.98/21.07	c #wall_clock_time = 0.004s
20.98/21.07	c #decision = 71
20.98/21.07	c #random_decision = 0
20.98/21.07	c #conflict = 0
20.98/21.07	c #restart = 0
20.98/21.07	c BCD2: found a new core of size 6: cost of the new core is >=1
20.98/21.07	c lower bound updated to 9
20.98/21.07	c BCD2: 9 <= obj <= 69
20.98/21.07	c BCD2: #cores=9, #unrelaxed=608, #relaxed=40, #hardened=0
20.98/21.07	c BCD2: #sat=1 #unsat=10 bias=10/11
20.98/21.07	c Solving starts ...
20.98/21.07	c ============================[ Search Statistics ]============================
20.98/21.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.07	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.07	c =============================================================================
20.98/21.07	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        8
20.98/21.08	c  0.0s |       0 |       80 |        0 |     3636      0 |        1 |        8
20.98/21.08	c #cpu_time = 0.004s
20.98/21.08	c #wall_clock_time = 0.004s
20.98/21.08	c #decision = 80
20.98/21.08	c #random_decision = 0
20.98/21.08	c #conflict = 0
20.98/21.08	c #restart = 0
20.98/21.08	c BCD2: found a new core of size 10: cost of the new core is >=1
20.98/21.08	c lower bound updated to 10
20.98/21.08	c BCD2: 10 <= obj <= 69
20.98/21.08	c BCD2: #cores=10, #unrelaxed=598, #relaxed=50, #hardened=0
20.98/21.08	c BCD2: #sat=1 #unsat=11 bias=11/12
20.98/21.08	c Solving starts ...
20.98/21.08	c ============================[ Search Statistics ]============================
20.98/21.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.08	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.08	c =============================================================================
20.98/21.08	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        8
20.98/21.08	c  0.0s |       0 |       79 |        0 |     3636      0 |        1 |        8
20.98/21.08	c #cpu_time = 0.004s
20.98/21.08	c #wall_clock_time = 0.004s
20.98/21.08	c #decision = 79
20.98/21.08	c #random_decision = 0
20.98/21.08	c #conflict = 0
20.98/21.08	c #restart = 0
20.98/21.08	c BCD2: found a new core of size 4: cost of the new core is >=1
20.98/21.08	c lower bound updated to 11
20.98/21.08	c BCD2: 11 <= obj <= 69
20.98/21.08	c BCD2: #cores=11, #unrelaxed=594, #relaxed=54, #hardened=0
20.98/21.08	c BCD2: #sat=1 #unsat=12 bias=12/13
20.98/21.08	c Solving starts ...
20.98/21.08	c ============================[ Search Statistics ]============================
20.98/21.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.08	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.08	c =============================================================================
20.98/21.08	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        8
20.98/21.08	c  0.0s |       0 |       79 |        0 |     3636      0 |        1 |        8
20.98/21.08	c #cpu_time = 0.004s
20.98/21.08	c #wall_clock_time = 0.004s
20.98/21.08	c #decision = 79
20.98/21.08	c #random_decision = 0
20.98/21.08	c #conflict = 0
20.98/21.08	c #restart = 0
20.98/21.08	c BCD2: found a new core of size 4: cost of the new core is >=1
20.98/21.08	c lower bound updated to 12
20.98/21.08	c BCD2: 12 <= obj <= 69
20.98/21.08	c BCD2: #cores=12, #unrelaxed=590, #relaxed=58, #hardened=0
20.98/21.08	c BCD2: #sat=1 #unsat=13 bias=13/14
20.98/21.08	c Solving starts ...
20.98/21.08	c ============================[ Search Statistics ]============================
20.98/21.08	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.08	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.08	c =============================================================================
20.98/21.08	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        8
20.98/21.09	c  0.0s |       0 |       77 |        0 |     3636      0 |        1 |        8
20.98/21.09	c #cpu_time = 0.004s
20.98/21.09	c #wall_clock_time = 0.004s
20.98/21.09	c #decision = 77
20.98/21.09	c #random_decision = 0
20.98/21.09	c #conflict = 0
20.98/21.09	c #restart = 0
20.98/21.09	c BCD2: found a new core of size 3: cost of the new core is >=1
20.98/21.09	c lower bound updated to 13
20.98/21.09	c BCD2: 13 <= obj <= 69
20.98/21.09	c BCD2: #cores=13, #unrelaxed=587, #relaxed=61, #hardened=0
20.98/21.09	c BCD2: #sat=1 #unsat=14 bias=14/15
20.98/21.09	c Solving starts ...
20.98/21.09	c ============================[ Search Statistics ]============================
20.98/21.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.09	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.09	c =============================================================================
20.98/21.09	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        8
20.98/21.10	c  0.0s |       0 |       86 |        0 |     3636      0 |        1 |        8
20.98/21.10	c #cpu_time = 0.007s
20.98/21.10	c #wall_clock_time = 0.007s
20.98/21.10	c #decision = 86
20.98/21.10	c #random_decision = 0
20.98/21.10	c #conflict = 0
20.98/21.10	c #restart = 0
20.98/21.10	c BCD2: found a new core of size 3: cost of the new core is >=1
20.98/21.10	c lower bound updated to 14
20.98/21.10	c BCD2: 14 <= obj <= 69
20.98/21.10	c BCD2: #cores=14, #unrelaxed=584, #relaxed=64, #hardened=0
20.98/21.10	c BCD2: #sat=1 #unsat=15 bias=15/16
20.98/21.10	c Solving starts ...
20.98/21.10	c ============================[ Search Statistics ]============================
20.98/21.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.10	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.10	c =============================================================================
20.98/21.10	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        9
20.98/21.10	c  0.0s |       0 |       87 |        0 |     3636      0 |        1 |        9
20.98/21.10	c #cpu_time = 0.004s
20.98/21.10	c #wall_clock_time = 0.004s
20.98/21.10	c #decision = 87
20.98/21.10	c #random_decision = 0
20.98/21.10	c #conflict = 0
20.98/21.10	c #restart = 0
20.98/21.10	c BCD2: found a new core of size 5: cost of the new core is >=1
20.98/21.10	c lower bound updated to 15
20.98/21.10	c BCD2: 15 <= obj <= 69
20.98/21.10	c BCD2: #cores=15, #unrelaxed=579, #relaxed=69, #hardened=0
20.98/21.10	c BCD2: #sat=1 #unsat=16 bias=16/17
20.98/21.10	c Solving starts ...
20.98/21.10	c ============================[ Search Statistics ]============================
20.98/21.10	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
20.98/21.10	c       |         |          |          |    Limit     GC | Var      | Constra 
20.98/21.10	c =============================================================================
20.98/21.10	c  0.0s |       0 |        0 |        0 |     3636      0 |        1 |        9
21.09/21.10	c  0.0s |       0 |       87 |        0 |     3636      0 |        1 |        9
21.09/21.10	c #cpu_time = 0.004s
21.09/21.10	c #wall_clock_time = 0.004s
21.09/21.10	c #decision = 87
21.09/21.10	c #random_decision = 0
21.09/21.10	c #conflict = 0
21.09/21.10	c #restart = 0
21.09/21.10	c BCD2: relaxing 9 and merging with 1 cores into a new core of size 14: cost of the new core is >=2
21.09/21.10	c lower bound updated to 16
21.09/21.11	c BCD2: 16 <= obj <= 69
21.09/21.11	c BCD2: #cores=15, #unrelaxed=570, #relaxed=78, #hardened=0
21.09/21.11	c BCD2: #sat=1 #unsat=17 bias=17/18
21.09/21.11	c Solving starts ...
21.09/21.11	c ============================[ Search Statistics ]============================
21.09/21.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.11	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.11	c =============================================================================
21.09/21.11	c  0.0s |       0 |        0 |        0 |     3636      0 |        2 |        9
21.09/21.11	c  0.0s |       0 |       88 |        0 |     3636      0 |        2 |       10
21.09/21.11	c #cpu_time = 0.004s
21.09/21.11	c #wall_clock_time = 0.004s
21.09/21.11	c #decision = 88
21.09/21.11	c #random_decision = 0
21.09/21.11	c #conflict = 0
21.09/21.11	c #restart = 0
21.09/21.11	c BCD2: found a new core of size 4: cost of the new core is >=1
21.09/21.11	c lower bound updated to 17
21.09/21.11	c BCD2: 17 <= obj <= 69
21.09/21.11	c BCD2: #cores=16, #unrelaxed=566, #relaxed=82, #hardened=0
21.09/21.11	c BCD2: #sat=1 #unsat=18 bias=18/19
21.09/21.11	c Solving starts ...
21.09/21.11	c ============================[ Search Statistics ]============================
21.09/21.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.11	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.11	c =============================================================================
21.09/21.11	c  0.0s |       0 |        0 |        0 |     3636      0 |        2 |       10
21.09/21.11	c  0.0s |       0 |      105 |        0 |     3636      0 |        2 |       10
21.09/21.11	c #cpu_time = 0.004s
21.09/21.11	c #wall_clock_time = 0.004s
21.09/21.11	c #decision = 105
21.09/21.11	c #random_decision = 0
21.09/21.11	c #conflict = 0
21.09/21.11	c #restart = 0
21.09/21.11	c BCD2: found a new core of size 10: cost of the new core is >=1
21.09/21.11	c lower bound updated to 18
21.09/21.11	c BCD2: 18 <= obj <= 69
21.09/21.11	c BCD2: #cores=17, #unrelaxed=556, #relaxed=92, #hardened=0
21.09/21.11	c BCD2: #sat=1 #unsat=19 bias=19/20
21.09/21.11	c Solving starts ...
21.09/21.11	c ============================[ Search Statistics ]============================
21.09/21.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.11	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.11	c =============================================================================
21.09/21.11	c  0.0s |       0 |        0 |        0 |     3636      0 |        2 |       10
21.09/21.12	c  0.0s |       0 |      105 |        0 |     3636      0 |        2 |       10
21.09/21.12	c #cpu_time = 0.004s
21.09/21.12	c #wall_clock_time = 0.004s
21.09/21.12	c #decision = 105
21.09/21.12	c #random_decision = 0
21.09/21.12	c #conflict = 0
21.09/21.12	c #restart = 0
21.09/21.12	c BCD2: found a new core of size 4: cost of the new core is >=1
21.09/21.12	c lower bound updated to 19
21.09/21.12	c BCD2: 19 <= obj <= 69
21.09/21.12	c BCD2: #cores=18, #unrelaxed=552, #relaxed=96, #hardened=0
21.09/21.12	c BCD2: #sat=1 #unsat=20 bias=20/21
21.09/21.12	c Solving starts ...
21.09/21.12	c ============================[ Search Statistics ]============================
21.09/21.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.12	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.12	c =============================================================================
21.09/21.12	c  0.0s |       0 |        0 |        0 |     3636      0 |        2 |       10
21.09/21.12	c  0.0s |       0 |      113 |        0 |     3636      0 |        2 |       10
21.09/21.12	c #cpu_time = 0.004s
21.09/21.12	c #wall_clock_time = 0.004s
21.09/21.12	c #decision = 113
21.09/21.12	c #random_decision = 0
21.09/21.12	c #conflict = 0
21.09/21.12	c #restart = 0
21.09/21.12	c BCD2: found a new core of size 3: cost of the new core is >=1
21.09/21.12	c lower bound updated to 20
21.09/21.12	c BCD2: 20 <= obj <= 69
21.09/21.12	c BCD2: #cores=19, #unrelaxed=549, #relaxed=99, #hardened=0
21.09/21.12	c BCD2: #sat=1 #unsat=21 bias=21/22
21.09/21.12	c Solving starts ...
21.09/21.12	c ============================[ Search Statistics ]============================
21.09/21.12	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.12	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.12	c =============================================================================
21.09/21.12	c  0.0s |       0 |        0 |        0 |     3636      0 |        2 |       10
21.09/21.13	c  0.0s |       0 |      113 |        0 |     3636      0 |        2 |       10
21.09/21.13	c #cpu_time = 0.004s
21.09/21.13	c #wall_clock_time = 0.004s
21.09/21.13	c #decision = 113
21.09/21.13	c #random_decision = 0
21.09/21.13	c #conflict = 0
21.09/21.13	c #restart = 0
21.09/21.13	c BCD2: found a new core of size 2: cost of the new core is >=1
21.09/21.13	c lower bound updated to 21
21.09/21.13	c BCD2: 21 <= obj <= 69
21.09/21.13	c BCD2: #cores=20, #unrelaxed=547, #relaxed=101, #hardened=0
21.09/21.13	c BCD2: #sat=1 #unsat=22 bias=22/23
21.09/21.13	c Solving starts ...
21.09/21.13	c ============================[ Search Statistics ]============================
21.09/21.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.13	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.13	c =============================================================================
21.09/21.13	c  0.0s |       0 |        0 |        0 |     3636      0 |        2 |       11
21.09/21.13	c  0.0s |       0 |      118 |        0 |     3636      0 |        2 |       11
21.09/21.13	c #cpu_time = 0.004s
21.09/21.13	c #wall_clock_time = 0.004s
21.09/21.13	c #decision = 118
21.09/21.13	c #random_decision = 0
21.09/21.13	c #conflict = 0
21.09/21.13	c #restart = 0
21.09/21.13	c BCD2: found a new core of size 4: cost of the new core is >=1
21.09/21.13	c lower bound updated to 22
21.09/21.13	c BCD2: 22 <= obj <= 69
21.09/21.13	c BCD2: #cores=21, #unrelaxed=543, #relaxed=105, #hardened=0
21.09/21.13	c BCD2: #sat=1 #unsat=23 bias=23/24
21.09/21.13	c Solving starts ...
21.09/21.13	c ============================[ Search Statistics ]============================
21.09/21.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.13	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.13	c =============================================================================
21.09/21.13	c  0.0s |       0 |        0 |        0 |     3636      0 |        2 |       11
21.09/21.14	c  0.0s |       0 |      123 |        2 |     3636      0 |        2 |       11
21.09/21.14	c #cpu_time = 0.004s
21.09/21.14	c #wall_clock_time = 0.004s
21.09/21.14	c #decision = 123
21.09/21.14	c #random_decision = 0
21.09/21.14	c #conflict = 2
21.09/21.14	c #restart = 0
21.09/21.14	c BCD2: found a new core of size 6: cost of the new core is >=1
21.09/21.14	c lower bound updated to 23
21.09/21.14	c BCD2: 23 <= obj <= 69
21.09/21.14	c BCD2: #cores=22, #unrelaxed=537, #relaxed=111, #hardened=0
21.09/21.14	c BCD2: #sat=1 #unsat=24 bias=24/25
21.09/21.14	c Solving starts ...
21.09/21.14	c ============================[ Search Statistics ]============================
21.09/21.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.14	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.14	c =============================================================================
21.09/21.14	c  0.0s |       0 |        0 |        0 |     3636      0 |        2 |       11
21.09/21.14	c  0.0s |       0 |      122 |        1 |     3636      0 |        2 |       11
21.09/21.14	c #cpu_time = 0.004s
21.09/21.14	c #wall_clock_time = 0.004s
21.09/21.14	c #decision = 122
21.09/21.14	c #random_decision = 0
21.09/21.14	c #conflict = 1
21.09/21.14	c #restart = 0
21.09/21.14	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 10: cost of the new core is >=2
21.09/21.14	c lower bound updated to 24
21.09/21.14	c BCD2: 24 <= obj <= 69
21.09/21.14	c BCD2: #cores=22, #unrelaxed=533, #relaxed=115, #hardened=0
21.09/21.14	c BCD2: #sat=1 #unsat=25 bias=25/26
21.09/21.14	c Solving starts ...
21.09/21.14	c ============================[ Search Statistics ]============================
21.09/21.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.14	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.14	c =============================================================================
21.09/21.14	c  0.0s |       0 |        0 |        0 |     3636      0 |        3 |       11
21.09/21.15	c  0.0s |       0 |      125 |        1 |     3636      0 |        3 |       12
21.09/21.15	c #cpu_time = 0.004s
21.09/21.15	c #wall_clock_time = 0.004s
21.09/21.15	c #decision = 125
21.09/21.15	c #random_decision = 0
21.09/21.15	c #conflict = 1
21.09/21.15	c #restart = 0
21.09/21.15	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 17: cost of the new core is >=3
21.09/21.15	c lower bound updated to 25
21.09/21.15	c BCD2: 25 <= obj <= 69
21.09/21.15	c BCD2: #cores=22, #unrelaxed=526, #relaxed=122, #hardened=0
21.09/21.15	c BCD2: #sat=1 #unsat=26 bias=26/27
21.09/21.15	c Solving starts ...
21.09/21.15	c ============================[ Search Statistics ]============================
21.09/21.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.15	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.15	c =============================================================================
21.09/21.15	c  0.0s |       0 |        0 |        0 |     3636      0 |        4 |       12
21.09/21.15	c  0.0s |       0 |      123 |        0 |     3636      0 |        4 |       13
21.09/21.15	c #cpu_time = 0.004s
21.09/21.15	c #wall_clock_time = 0.004s
21.09/21.15	c #decision = 123
21.09/21.15	c #random_decision = 0
21.09/21.15	c #conflict = 0
21.09/21.15	c #restart = 0
21.09/21.15	c BCD2: found a new core of size 4: cost of the new core is >=1
21.09/21.15	c lower bound updated to 26
21.09/21.15	c BCD2: 26 <= obj <= 69
21.09/21.15	c BCD2: #cores=23, #unrelaxed=522, #relaxed=126, #hardened=0
21.09/21.15	c BCD2: #sat=1 #unsat=27 bias=27/28
21.09/21.15	c Solving starts ...
21.09/21.15	c ============================[ Search Statistics ]============================
21.09/21.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.15	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.15	c =============================================================================
21.09/21.15	c  0.0s |       0 |        0 |        0 |     3636      0 |        4 |       13
21.09/21.15	c  0.0s |       0 |      128 |        2 |     3636      0 |        4 |       13
21.09/21.15	c #cpu_time = 0.004s
21.09/21.15	c #wall_clock_time = 0.004s
21.09/21.15	c #decision = 128
21.09/21.15	c #random_decision = 0
21.09/21.15	c #conflict = 2
21.09/21.15	c #restart = 0
21.09/21.15	c BCD2: found a new core of size 6: cost of the new core is >=1
21.09/21.15	c lower bound updated to 27
21.09/21.16	c BCD2: 27 <= obj <= 69
21.09/21.16	c BCD2: #cores=24, #unrelaxed=516, #relaxed=132, #hardened=0
21.09/21.16	c BCD2: #sat=1 #unsat=28 bias=28/29
21.09/21.16	c Solving starts ...
21.09/21.16	c ============================[ Search Statistics ]============================
21.09/21.16	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.16	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.16	c =============================================================================
21.09/21.16	c  0.0s |       0 |        0 |        0 |     3636      0 |        4 |       13
21.09/21.17	c  0.0s |       0 |      127 |        1 |     3636      0 |        4 |       13
21.09/21.17	c #cpu_time = 0.004s
21.09/21.17	c #wall_clock_time = 0.004s
21.09/21.17	c #decision = 127
21.09/21.17	c #random_decision = 0
21.09/21.17	c #conflict = 1
21.09/21.17	c #restart = 0
21.09/21.17	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 10: cost of the new core is >=2
21.09/21.17	c lower bound updated to 28
21.09/21.17	c BCD2: 28 <= obj <= 69
21.09/21.17	c BCD2: #cores=24, #unrelaxed=512, #relaxed=136, #hardened=0
21.09/21.17	c BCD2: #sat=1 #unsat=29 bias=29/30
21.09/21.17	c Solving starts ...
21.09/21.17	c ============================[ Search Statistics ]============================
21.09/21.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.17	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.17	c =============================================================================
21.09/21.17	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       13
21.09/21.17	c  0.0s |       0 |      139 |        0 |     3636      0 |        5 |       14
21.09/21.17	c #cpu_time = 0.004s
21.09/21.17	c #wall_clock_time = 0.004s
21.09/21.17	c #decision = 139
21.09/21.17	c #random_decision = 0
21.09/21.17	c #conflict = 0
21.09/21.17	c #restart = 0
21.09/21.17	c BCD2: found a new core of size 7: cost of the new core is >=1
21.09/21.17	c lower bound updated to 29
21.09/21.17	c BCD2: 29 <= obj <= 69
21.09/21.17	c BCD2: #cores=25, #unrelaxed=505, #relaxed=143, #hardened=0
21.09/21.17	c BCD2: #sat=1 #unsat=30 bias=30/31
21.09/21.17	c Solving starts ...
21.09/21.17	c ============================[ Search Statistics ]============================
21.09/21.17	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.17	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.17	c =============================================================================
21.09/21.17	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.09/21.18	c  0.0s |       0 |      139 |        0 |     3636      0 |        5 |       14
21.09/21.18	c #cpu_time = 0.004s
21.09/21.18	c #wall_clock_time = 0.004s
21.09/21.18	c #decision = 139
21.09/21.18	c #random_decision = 0
21.09/21.18	c #conflict = 0
21.09/21.18	c #restart = 0
21.09/21.18	c BCD2: found a new core of size 4: cost of the new core is >=1
21.09/21.18	c lower bound updated to 30
21.09/21.18	c BCD2: 30 <= obj <= 69
21.09/21.18	c BCD2: #cores=26, #unrelaxed=501, #relaxed=147, #hardened=0
21.09/21.18	c BCD2: #sat=1 #unsat=31 bias=31/32
21.09/21.18	c Solving starts ...
21.09/21.18	c ============================[ Search Statistics ]============================
21.09/21.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.18	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.18	c =============================================================================
21.09/21.18	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.09/21.18	c  0.0s |       0 |      153 |        0 |     3636      0 |        5 |       14
21.09/21.18	c #cpu_time = 0.004s
21.09/21.18	c #wall_clock_time = 0.004s
21.09/21.18	c #decision = 153
21.09/21.18	c #random_decision = 0
21.09/21.18	c #conflict = 0
21.09/21.18	c #restart = 0
21.09/21.18	c BCD2: found a new core of size 7: cost of the new core is >=1
21.09/21.18	c lower bound updated to 31
21.09/21.18	c BCD2: 31 <= obj <= 69
21.09/21.18	c BCD2: #cores=27, #unrelaxed=494, #relaxed=154, #hardened=0
21.09/21.18	c BCD2: #sat=1 #unsat=32 bias=32/33
21.09/21.18	c Solving starts ...
21.09/21.18	c ============================[ Search Statistics ]============================
21.09/21.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.18	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.18	c =============================================================================
21.09/21.18	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.09/21.19	c  0.0s |       0 |      157 |        0 |     3636      0 |        5 |       14
21.09/21.19	c #cpu_time = 0.004s
21.09/21.19	c #wall_clock_time = 0.004s
21.09/21.19	c #decision = 157
21.09/21.19	c #random_decision = 0
21.09/21.19	c #conflict = 0
21.09/21.19	c #restart = 0
21.09/21.19	c BCD2: found a new core of size 6: cost of the new core is >=1
21.09/21.19	c lower bound updated to 32
21.09/21.19	c BCD2: 32 <= obj <= 69
21.09/21.19	c BCD2: #cores=28, #unrelaxed=488, #relaxed=160, #hardened=0
21.09/21.19	c BCD2: #sat=1 #unsat=33 bias=33/34
21.09/21.19	c Solving starts ...
21.09/21.19	c ============================[ Search Statistics ]============================
21.09/21.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.19	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.19	c =============================================================================
21.09/21.19	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.09/21.19	c  0.0s |       0 |      160 |        0 |     3636      0 |        5 |       14
21.09/21.19	c #cpu_time = 0.004s
21.09/21.19	c #wall_clock_time = 0.004s
21.09/21.19	c #decision = 160
21.09/21.19	c #random_decision = 0
21.09/21.19	c #conflict = 0
21.09/21.19	c #restart = 0
21.09/21.19	c BCD2: found a new core of size 4: cost of the new core is >=1
21.09/21.19	c lower bound updated to 33
21.09/21.19	c BCD2: 33 <= obj <= 69
21.09/21.19	c BCD2: #cores=29, #unrelaxed=484, #relaxed=164, #hardened=0
21.09/21.19	c BCD2: #sat=1 #unsat=34 bias=34/35
21.09/21.19	c Solving starts ...
21.09/21.19	c ============================[ Search Statistics ]============================
21.09/21.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.19	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.19	c =============================================================================
21.09/21.19	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.09/21.19	c  0.0s |       0 |      164 |        2 |     3636      0 |        5 |       14
21.09/21.19	c #cpu_time = 0.004s
21.09/21.19	c #wall_clock_time = 0.004s
21.09/21.19	c #decision = 164
21.09/21.19	c #random_decision = 0
21.09/21.19	c #conflict = 2
21.09/21.19	c #restart = 0
21.09/21.19	c BCD2: found a new core of size 5: cost of the new core is >=1
21.09/21.19	c lower bound updated to 34
21.09/21.19	c BCD2: 34 <= obj <= 69
21.09/21.19	c BCD2: #cores=30, #unrelaxed=479, #relaxed=169, #hardened=0
21.09/21.19	c BCD2: #sat=1 #unsat=35 bias=35/36
21.09/21.20	c Solving starts ...
21.09/21.20	c ============================[ Search Statistics ]============================
21.09/21.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.20	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.20	c =============================================================================
21.09/21.20	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.09/21.20	c  0.0s |       0 |      173 |        0 |     3636      0 |        5 |       14
21.09/21.20	c #cpu_time = 0.004s
21.09/21.20	c #wall_clock_time = 0.004s
21.09/21.20	c #decision = 173
21.09/21.20	c #random_decision = 0
21.09/21.20	c #conflict = 0
21.09/21.20	c #restart = 0
21.09/21.20	c BCD2: found a new core of size 12: cost of the new core is >=1
21.09/21.20	c lower bound updated to 35
21.09/21.20	c BCD2: 35 <= obj <= 69
21.09/21.20	c BCD2: #cores=31, #unrelaxed=467, #relaxed=181, #hardened=0
21.09/21.20	c BCD2: #sat=1 #unsat=36 bias=36/37
21.09/21.20	c Solving starts ...
21.09/21.20	c ============================[ Search Statistics ]============================
21.09/21.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.09/21.20	c       |         |          |          |    Limit     GC | Var      | Constra 
21.09/21.20	c =============================================================================
21.09/21.20	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.19/21.20	c  0.0s |       0 |      177 |        0 |     3636      0 |        5 |       14
21.19/21.20	c #cpu_time = 0.004s
21.19/21.20	c #wall_clock_time = 0.004s
21.19/21.20	c #decision = 177
21.19/21.20	c #random_decision = 0
21.19/21.20	c #conflict = 0
21.19/21.20	c #restart = 0
21.19/21.20	c BCD2: found a new core of size 16: cost of the new core is >=1
21.19/21.20	c lower bound updated to 36
21.19/21.20	c BCD2: 36 <= obj <= 69
21.19/21.20	c BCD2: #cores=32, #unrelaxed=451, #relaxed=197, #hardened=0
21.19/21.20	c BCD2: #sat=1 #unsat=37 bias=37/38
21.19/21.20	c Solving starts ...
21.19/21.20	c ============================[ Search Statistics ]============================
21.19/21.20	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.20	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.20	c =============================================================================
21.19/21.20	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.19/21.21	c  0.0s |       0 |      171 |        0 |     3636      0 |        5 |       14
21.19/21.21	c #cpu_time = 0.004s
21.19/21.21	c #wall_clock_time = 0.004s
21.19/21.21	c #decision = 171
21.19/21.21	c #random_decision = 0
21.19/21.21	c #conflict = 0
21.19/21.21	c #restart = 0
21.19/21.21	c BCD2: found a new core of size 4: cost of the new core is >=1
21.19/21.21	c lower bound updated to 37
21.19/21.21	c BCD2: 37 <= obj <= 69
21.19/21.21	c BCD2: #cores=33, #unrelaxed=447, #relaxed=201, #hardened=0
21.19/21.21	c BCD2: #sat=1 #unsat=38 bias=38/39
21.19/21.21	c Solving starts ...
21.19/21.21	c ============================[ Search Statistics ]============================
21.19/21.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.21	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.21	c =============================================================================
21.19/21.21	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.19/21.21	c  0.0s |       0 |      176 |        2 |     3636      0 |        5 |       14
21.19/21.21	c #cpu_time = 0.004s
21.19/21.21	c #wall_clock_time = 0.004s
21.19/21.21	c #decision = 176
21.19/21.21	c #random_decision = 0
21.19/21.21	c #conflict = 2
21.19/21.21	c #restart = 0
21.19/21.21	c BCD2: found a new core of size 6: cost of the new core is >=1
21.19/21.21	c lower bound updated to 38
21.19/21.21	c BCD2: 38 <= obj <= 69
21.19/21.21	c BCD2: #cores=34, #unrelaxed=441, #relaxed=207, #hardened=0
21.19/21.21	c BCD2: #sat=1 #unsat=39 bias=39/40
21.19/21.21	c Solving starts ...
21.19/21.21	c ============================[ Search Statistics ]============================
21.19/21.21	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.21	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.21	c =============================================================================
21.19/21.21	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.19/21.22	c  0.0s |       0 |      178 |        0 |     3636      0 |        5 |       14
21.19/21.22	c #cpu_time = 0.004s
21.19/21.22	c #wall_clock_time = 0.004s
21.19/21.22	c #decision = 178
21.19/21.22	c #random_decision = 0
21.19/21.22	c #conflict = 0
21.19/21.22	c #restart = 0
21.19/21.22	c BCD2: found a new core of size 9: cost of the new core is >=1
21.19/21.22	c lower bound updated to 39
21.19/21.22	c BCD2: 39 <= obj <= 69
21.19/21.22	c BCD2: #cores=35, #unrelaxed=432, #relaxed=216, #hardened=0
21.19/21.22	c BCD2: #sat=1 #unsat=40 bias=40/41
21.19/21.22	c Solving starts ...
21.19/21.22	c ============================[ Search Statistics ]============================
21.19/21.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.22	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.22	c =============================================================================
21.19/21.22	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.19/21.22	c  0.0s |       0 |      185 |        0 |     3636      0 |        5 |       14
21.19/21.22	c #cpu_time = 0.004s
21.19/21.22	c #wall_clock_time = 0.004s
21.19/21.22	c #decision = 185
21.19/21.22	c #random_decision = 0
21.19/21.22	c #conflict = 0
21.19/21.22	c #restart = 0
21.19/21.22	c BCD2: found a new core of size 4: cost of the new core is >=1
21.19/21.22	c lower bound updated to 40
21.19/21.22	c BCD2: 40 <= obj <= 69
21.19/21.22	c BCD2: #cores=36, #unrelaxed=428, #relaxed=220, #hardened=0
21.19/21.22	c BCD2: #sat=1 #unsat=41 bias=41/42
21.19/21.22	c Solving starts ...
21.19/21.22	c ============================[ Search Statistics ]============================
21.19/21.22	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.22	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.22	c =============================================================================
21.19/21.22	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.19/21.23	c  0.0s |       0 |      190 |        0 |     3636      0 |        5 |       14
21.19/21.23	c #cpu_time = 0.004s
21.19/21.23	c #wall_clock_time = 0.004s
21.19/21.23	c #decision = 190
21.19/21.23	c #random_decision = 0
21.19/21.23	c #conflict = 0
21.19/21.23	c #restart = 0
21.19/21.23	c BCD2: found a new core of size 7: cost of the new core is >=1
21.19/21.23	c lower bound updated to 41
21.19/21.23	c BCD2: 41 <= obj <= 69
21.19/21.23	c BCD2: #cores=37, #unrelaxed=421, #relaxed=227, #hardened=0
21.19/21.23	c BCD2: #sat=1 #unsat=42 bias=42/43
21.19/21.23	c Solving starts ...
21.19/21.23	c ============================[ Search Statistics ]============================
21.19/21.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.23	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.23	c =============================================================================
21.19/21.23	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.19/21.23	c  0.0s |       0 |      189 |        0 |     3636      0 |        5 |       14
21.19/21.23	c #cpu_time = 0.004s
21.19/21.23	c #wall_clock_time = 0.004s
21.19/21.23	c #decision = 189
21.19/21.23	c #random_decision = 0
21.19/21.23	c #conflict = 0
21.19/21.23	c #restart = 0
21.19/21.23	c BCD2: found a new core of size 4: cost of the new core is >=1
21.19/21.23	c lower bound updated to 42
21.19/21.23	c BCD2: 42 <= obj <= 69
21.19/21.23	c BCD2: #cores=38, #unrelaxed=417, #relaxed=231, #hardened=0
21.19/21.23	c BCD2: #sat=1 #unsat=43 bias=43/44
21.19/21.23	c Solving starts ...
21.19/21.23	c ============================[ Search Statistics ]============================
21.19/21.23	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.23	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.23	c =============================================================================
21.19/21.23	c  0.0s |       0 |        0 |        0 |     3636      0 |        5 |       14
21.19/21.24	c  0.0s |       0 |      193 |        0 |     3636      0 |        5 |       14
21.19/21.24	c #cpu_time = 0.004s
21.19/21.24	c #wall_clock_time = 0.004s
21.19/21.24	c #decision = 193
21.19/21.24	c #random_decision = 0
21.19/21.24	c #conflict = 0
21.19/21.24	c #restart = 0
21.19/21.24	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 13: cost of the new core is >=2
21.19/21.24	c lower bound updated to 43
21.19/21.24	c BCD2: 43 <= obj <= 69
21.19/21.24	c BCD2: #cores=38, #unrelaxed=411, #relaxed=237, #hardened=0
21.19/21.24	c BCD2: #sat=1 #unsat=44 bias=44/45
21.19/21.24	c Solving starts ...
21.19/21.24	c ============================[ Search Statistics ]============================
21.19/21.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.24	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.24	c =============================================================================
21.19/21.24	c  0.0s |       0 |        0 |        0 |     3636      0 |        6 |       14
21.19/21.24	c  0.0s |       0 |      191 |        0 |     3636      0 |        6 |       15
21.19/21.24	c #cpu_time = 0.004s
21.19/21.24	c #wall_clock_time = 0.004s
21.19/21.24	c #decision = 191
21.19/21.24	c #random_decision = 0
21.19/21.24	c #conflict = 0
21.19/21.24	c #restart = 0
21.19/21.24	c BCD2: found a new core of size 4: cost of the new core is >=1
21.19/21.24	c lower bound updated to 44
21.19/21.24	c BCD2: 44 <= obj <= 69
21.19/21.24	c BCD2: #cores=39, #unrelaxed=407, #relaxed=241, #hardened=0
21.19/21.24	c BCD2: #sat=1 #unsat=45 bias=45/46
21.19/21.24	c Solving starts ...
21.19/21.24	c ============================[ Search Statistics ]============================
21.19/21.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.24	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.24	c =============================================================================
21.19/21.24	c  0.0s |       0 |        0 |        0 |     3636      0 |        6 |       15
21.19/21.25	c  0.0s |       0 |      193 |        0 |     3636      0 |        6 |       15
21.19/21.25	c #cpu_time = 0.004s
21.19/21.25	c #wall_clock_time = 0.004s
21.19/21.25	c #decision = 193
21.19/21.25	c #random_decision = 0
21.19/21.25	c #conflict = 0
21.19/21.25	c #restart = 0
21.19/21.25	c BCD2: found a new core of size 4: cost of the new core is >=1
21.19/21.25	c lower bound updated to 45
21.19/21.25	c BCD2: 45 <= obj <= 69
21.19/21.25	c BCD2: #cores=40, #unrelaxed=403, #relaxed=245, #hardened=0
21.19/21.25	c BCD2: #sat=1 #unsat=46 bias=46/47
21.19/21.25	c Solving starts ...
21.19/21.25	c ============================[ Search Statistics ]============================
21.19/21.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.25	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.25	c =============================================================================
21.19/21.25	c  0.0s |       0 |        0 |        0 |     3636      0 |        6 |       15
21.19/21.25	c  0.0s |       0 |      198 |        3 |     3636      0 |        6 |       15
21.19/21.25	c #cpu_time = 0.004s
21.19/21.25	c #wall_clock_time = 0.004s
21.19/21.25	c #decision = 198
21.19/21.25	c #random_decision = 0
21.19/21.25	c #conflict = 3
21.19/21.25	c #restart = 0
21.19/21.25	c BCD2: found a new core of size 5: cost of the new core is >=1
21.19/21.25	c lower bound updated to 46
21.19/21.25	c BCD2: 46 <= obj <= 69
21.19/21.25	c BCD2: #cores=41, #unrelaxed=398, #relaxed=250, #hardened=0
21.19/21.25	c BCD2: #sat=1 #unsat=47 bias=47/48
21.19/21.25	c Solving starts ...
21.19/21.25	c ============================[ Search Statistics ]============================
21.19/21.25	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.25	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.25	c =============================================================================
21.19/21.25	c  0.0s |       0 |        0 |        0 |     3636      0 |        6 |       15
21.19/21.26	c  0.0s |       0 |      195 |        1 |     3636      0 |        6 |       15
21.19/21.26	c #cpu_time = 0.004s
21.19/21.26	c #wall_clock_time = 0.004s
21.19/21.26	c #decision = 195
21.19/21.26	c #random_decision = 0
21.19/21.26	c #conflict = 1
21.19/21.26	c #restart = 0
21.19/21.26	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
21.19/21.26	c lower bound updated to 47
21.19/21.26	c BCD2: 47 <= obj <= 69
21.19/21.26	c BCD2: #cores=41, #unrelaxed=395, #relaxed=253, #hardened=0
21.19/21.26	c BCD2: #sat=1 #unsat=48 bias=48/49
21.19/21.26	c Solving starts ...
21.19/21.26	c ============================[ Search Statistics ]============================
21.19/21.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.26	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.26	c =============================================================================
21.19/21.26	c  0.0s |       0 |        0 |        0 |     3636      0 |        7 |       15
21.19/21.26	c  0.0s |       0 |      199 |        0 |     3636      0 |        7 |       16
21.19/21.26	c #cpu_time = 0.005s
21.19/21.26	c #wall_clock_time = 0.005s
21.19/21.26	c #decision = 199
21.19/21.26	c #random_decision = 0
21.19/21.26	c #conflict = 0
21.19/21.26	c #restart = 0
21.19/21.26	c BCD2: found a new core of size 4: cost of the new core is >=1
21.19/21.26	c lower bound updated to 48
21.19/21.26	c BCD2: 48 <= obj <= 69
21.19/21.26	c BCD2: #cores=42, #unrelaxed=391, #relaxed=257, #hardened=0
21.19/21.26	c BCD2: #sat=1 #unsat=49 bias=49/50
21.19/21.26	c Solving starts ...
21.19/21.26	c ============================[ Search Statistics ]============================
21.19/21.26	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.26	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.26	c =============================================================================
21.19/21.26	c  0.0s |       0 |        0 |        0 |     3636      0 |        7 |       16
21.19/21.27	c  0.0s |       0 |      202 |        0 |     3636      0 |        7 |       16
21.19/21.27	c #cpu_time = 0.004s
21.19/21.27	c #wall_clock_time = 0.004s
21.19/21.27	c #decision = 202
21.19/21.27	c #random_decision = 0
21.19/21.27	c #conflict = 0
21.19/21.27	c #restart = 0
21.19/21.27	c BCD2: found a new core of size 4: cost of the new core is >=1
21.19/21.27	c lower bound updated to 49
21.19/21.27	c BCD2: 49 <= obj <= 69
21.19/21.27	c BCD2: #cores=43, #unrelaxed=387, #relaxed=261, #hardened=0
21.19/21.27	c BCD2: #sat=1 #unsat=50 bias=50/51
21.19/21.27	c Solving starts ...
21.19/21.27	c ============================[ Search Statistics ]============================
21.19/21.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.27	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.27	c =============================================================================
21.19/21.27	c  0.0s |       0 |        0 |        0 |     3636      0 |        7 |       16
21.19/21.27	c  0.0s |       0 |      207 |        2 |     3636      0 |        7 |       16
21.19/21.27	c #cpu_time = 0.004s
21.19/21.27	c #wall_clock_time = 0.004s
21.19/21.27	c #decision = 207
21.19/21.27	c #random_decision = 0
21.19/21.27	c #conflict = 2
21.19/21.27	c #restart = 0
21.19/21.27	c BCD2: found a new core of size 6: cost of the new core is >=1
21.19/21.27	c lower bound updated to 50
21.19/21.27	c BCD2: 50 <= obj <= 69
21.19/21.27	c BCD2: #cores=44, #unrelaxed=381, #relaxed=267, #hardened=0
21.19/21.27	c BCD2: #sat=1 #unsat=51 bias=51/52
21.19/21.27	c Solving starts ...
21.19/21.27	c ============================[ Search Statistics ]============================
21.19/21.27	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.27	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.27	c =============================================================================
21.19/21.27	c  0.0s |       0 |        0 |        0 |     3636      0 |        7 |       16
21.19/21.28	c  0.0s |       0 |      207 |        0 |     3636      0 |        7 |       16
21.19/21.28	c #cpu_time = 0.004s
21.19/21.28	c #wall_clock_time = 0.004s
21.19/21.28	c #decision = 207
21.19/21.28	c #random_decision = 0
21.19/21.28	c #conflict = 0
21.19/21.28	c #restart = 0
21.19/21.28	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 11: cost of the new core is >=2
21.19/21.28	c lower bound updated to 51
21.19/21.28	c BCD2: 51 <= obj <= 69
21.19/21.28	c BCD2: #cores=44, #unrelaxed=376, #relaxed=272, #hardened=0
21.19/21.28	c BCD2: #sat=1 #unsat=52 bias=52/53
21.19/21.28	c Solving starts ...
21.19/21.28	c ============================[ Search Statistics ]============================
21.19/21.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.28	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.28	c =============================================================================
21.19/21.28	c  0.0s |       0 |        0 |        0 |     3636      0 |        8 |       16
21.19/21.28	c  0.0s |       0 |      213 |        0 |     3636      0 |        8 |       17
21.19/21.28	c #cpu_time = 0.004s
21.19/21.28	c #wall_clock_time = 0.004s
21.19/21.28	c #decision = 213
21.19/21.28	c #random_decision = 0
21.19/21.28	c #conflict = 0
21.19/21.28	c #restart = 0
21.19/21.28	c BCD2: found a new core of size 7: cost of the new core is >=1
21.19/21.28	c lower bound updated to 52
21.19/21.28	c BCD2: 52 <= obj <= 69
21.19/21.28	c BCD2: #cores=45, #unrelaxed=369, #relaxed=279, #hardened=0
21.19/21.28	c BCD2: #sat=1 #unsat=53 bias=53/54
21.19/21.28	c Solving starts ...
21.19/21.28	c ============================[ Search Statistics ]============================
21.19/21.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.28	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.28	c =============================================================================
21.19/21.28	c  0.0s |       0 |        0 |        0 |     3636      0 |        8 |       17
21.19/21.29	c  0.0s |       0 |      212 |        0 |     3636      0 |        8 |       17
21.19/21.29	c #cpu_time = 0.004s
21.19/21.29	c #wall_clock_time = 0.004s
21.19/21.29	c #decision = 212
21.19/21.29	c #random_decision = 0
21.19/21.29	c #conflict = 0
21.19/21.29	c #restart = 0
21.19/21.29	c BCD2: found a new core of size 4: cost of the new core is >=1
21.19/21.29	c lower bound updated to 53
21.19/21.29	c BCD2: 53 <= obj <= 69
21.19/21.29	c BCD2: #cores=46, #unrelaxed=365, #relaxed=283, #hardened=0
21.19/21.29	c BCD2: #sat=1 #unsat=54 bias=54/55
21.19/21.29	c Solving starts ...
21.19/21.29	c ============================[ Search Statistics ]============================
21.19/21.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.29	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.29	c =============================================================================
21.19/21.29	c  0.0s |       0 |        0 |        0 |     3636      0 |        8 |       17
21.19/21.29	c  0.0s |       0 |      219 |        0 |     3636      0 |        8 |       17
21.19/21.29	c #cpu_time = 0.004s
21.19/21.29	c #wall_clock_time = 0.004s
21.19/21.29	c #decision = 219
21.19/21.29	c #random_decision = 0
21.19/21.29	c #conflict = 0
21.19/21.29	c #restart = 0
21.19/21.29	c BCD2: found a new core of size 4: cost of the new core is >=1
21.19/21.29	c lower bound updated to 54
21.19/21.29	c BCD2: 54 <= obj <= 69
21.19/21.29	c BCD2: #cores=47, #unrelaxed=361, #relaxed=287, #hardened=0
21.19/21.29	c BCD2: #sat=1 #unsat=55 bias=55/56
21.19/21.29	c Solving starts ...
21.19/21.29	c ============================[ Search Statistics ]============================
21.19/21.29	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.19/21.29	c       |         |          |          |    Limit     GC | Var      | Constra 
21.19/21.29	c =============================================================================
21.19/21.29	c  0.0s |       0 |        0 |        0 |     3636      0 |        8 |       17
21.28/21.30	c  0.0s |       0 |      224 |        2 |     3636      0 |        8 |       17
21.28/21.30	c #cpu_time = 0.004s
21.28/21.30	c #wall_clock_time = 0.004s
21.28/21.30	c #decision = 224
21.28/21.30	c #random_decision = 0
21.28/21.30	c #conflict = 2
21.28/21.30	c #restart = 0
21.28/21.30	c BCD2: found a new core of size 6: cost of the new core is >=1
21.28/21.30	c lower bound updated to 55
21.28/21.30	c BCD2: 55 <= obj <= 69
21.28/21.30	c BCD2: #cores=48, #unrelaxed=355, #relaxed=293, #hardened=0
21.28/21.30	c BCD2: #sat=1 #unsat=56 bias=56/57
21.28/21.30	c Solving starts ...
21.28/21.30	c ============================[ Search Statistics ]============================
21.28/21.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.28/21.30	c       |         |          |          |    Limit     GC | Var      | Constra 
21.28/21.30	c =============================================================================
21.28/21.30	c  0.0s |       0 |        0 |        0 |     3636      0 |        8 |       17
21.28/21.30	c  0.0s |       0 |      230 |        6 |     3636      0 |        8 |       17
21.28/21.30	c #cpu_time = 0.005s
21.28/21.30	c #wall_clock_time = 0.005s
21.28/21.30	c #decision = 230
21.28/21.30	c #random_decision = 0
21.28/21.30	c #conflict = 6
21.28/21.30	c #restart = 0
21.28/21.30	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 8: cost of the new core is >=2
21.28/21.30	c lower bound updated to 56
21.28/21.30	c BCD2: 56 <= obj <= 69
21.28/21.30	c BCD2: #cores=48, #unrelaxed=353, #relaxed=295, #hardened=0
21.28/21.30	c BCD2: #sat=1 #unsat=57 bias=57/58
21.28/21.30	c Solving starts ...
21.28/21.30	c ============================[ Search Statistics ]============================
21.28/21.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.28/21.30	c       |         |          |          |    Limit     GC | Var      | Constra 
21.28/21.30	c =============================================================================
21.28/21.30	c  0.0s |       0 |        0 |        0 |     3636      0 |        9 |       17
21.28/21.31	c  0.0s |       0 |      227 |        0 |     3636      0 |        9 |       18
21.28/21.31	c #cpu_time = 0.004s
21.28/21.31	c #wall_clock_time = 0.004s
21.28/21.31	c #decision = 227
21.28/21.31	c #random_decision = 0
21.28/21.31	c #conflict = 0
21.28/21.31	c #restart = 0
21.28/21.31	c BCD2: found a new core of size 4: cost of the new core is >=1
21.28/21.31	c lower bound updated to 57
21.28/21.31	c BCD2: 57 <= obj <= 69
21.28/21.31	c BCD2: #cores=49, #unrelaxed=349, #relaxed=299, #hardened=0
21.28/21.31	c BCD2: #sat=1 #unsat=58 bias=58/59
21.28/21.31	c Solving starts ...
21.28/21.31	c ============================[ Search Statistics ]============================
21.28/21.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.28/21.31	c       |         |          |          |    Limit     GC | Var      | Constra 
21.28/21.31	c =============================================================================
21.28/21.31	c  0.0s |       0 |        0 |        0 |     3636      0 |        9 |       18
21.28/21.31	c  0.0s |       0 |      225 |        0 |     3636      0 |        9 |       18
21.28/21.31	c #cpu_time = 0.004s
21.28/21.31	c #wall_clock_time = 0.004s
21.28/21.31	c #decision = 225
21.28/21.31	c #random_decision = 0
21.28/21.31	c #conflict = 0
21.28/21.31	c #restart = 0
21.28/21.31	c BCD2: found a new core of size 4: cost of the new core is >=1
21.28/21.31	c lower bound updated to 58
21.28/21.31	c BCD2: 58 <= obj <= 69
21.28/21.31	c BCD2: #cores=50, #unrelaxed=345, #relaxed=303, #hardened=0
21.28/21.31	c BCD2: #sat=1 #unsat=59 bias=59/60
21.28/21.31	c Solving starts ...
21.28/21.31	c ============================[ Search Statistics ]============================
21.28/21.31	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.28/21.31	c       |         |          |          |    Limit     GC | Var      | Constra 
21.28/21.31	c =============================================================================
21.28/21.31	c  0.0s |       0 |        0 |        0 |     3636      0 |        9 |       18
21.28/21.32	c  0.0s |       0 |      229 |        0 |     3636      0 |        9 |       18
21.28/21.32	c #cpu_time = 0.004s
21.28/21.32	c #wall_clock_time = 0.004s
21.28/21.32	c #decision = 229
21.28/21.32	c #random_decision = 0
21.28/21.32	c #conflict = 0
21.28/21.32	c #restart = 0
21.28/21.32	c BCD2: found a new core of size 7: cost of the new core is >=1
21.28/21.32	c lower bound updated to 59
21.28/21.32	c BCD2: 59 <= obj <= 69
21.28/21.32	c BCD2: #cores=51, #unrelaxed=338, #relaxed=310, #hardened=0
21.28/21.32	c BCD2: #sat=1 #unsat=60 bias=60/61
21.28/21.32	c Solving starts ...
21.28/21.32	c ============================[ Search Statistics ]============================
21.28/21.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.28/21.32	c       |         |          |          |    Limit     GC | Var      | Constra 
21.28/21.32	c =============================================================================
21.28/21.32	c  0.0s |       0 |        0 |        0 |     3636      0 |        9 |       18
21.28/21.32	c  0.0s |       0 |      232 |        0 |     3636      0 |        9 |       18
21.28/21.32	c #cpu_time = 0.004s
21.28/21.32	c #wall_clock_time = 0.004s
21.28/21.32	c #decision = 232
21.28/21.32	c #random_decision = 0
21.28/21.32	c #conflict = 0
21.28/21.32	c #restart = 0
21.28/21.32	c BCD2: found a new core of size 4: cost of the new core is >=1
21.28/21.32	c lower bound updated to 60
21.28/21.32	c BCD2: 60 <= obj <= 69
21.28/21.32	c BCD2: #cores=52, #unrelaxed=334, #relaxed=314, #hardened=0
21.28/21.32	c BCD2: #sat=1 #unsat=61 bias=61/62
21.28/21.32	c Solving starts ...
21.28/21.32	c ============================[ Search Statistics ]============================
21.28/21.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.28/21.32	c       |         |          |          |    Limit     GC | Var      | Constra 
21.28/21.32	c =============================================================================
21.28/21.32	c  0.0s |       0 |        0 |        0 |     3636      0 |        9 |       18
21.28/21.33	c  0.0s |       0 |      316 |       11 |     3636      0 |        9 |       18
21.28/21.33	c #cpu_time = 0.008s
21.28/21.33	c #wall_clock_time = 0.008s
21.28/21.33	c #decision = 316
21.28/21.33	c #random_decision = 0
21.28/21.33	c #conflict = 11
21.28/21.33	c #restart = 0
21.28/21.33	c BCD2: relaxing 37 and merging with 5 cores into a new core of size 95: cost of the new core is >=8
21.28/21.33	c lower bound updated to 61
21.28/21.33	c BCD2: 61 <= obj <= 69
21.28/21.33	c BCD2: #cores=48, #unrelaxed=297, #relaxed=351, #hardened=0
21.28/21.33	c BCD2: #sat=1 #unsat=62 bias=62/63
21.28/21.33	c Solving starts ...
21.28/21.33	c ============================[ Search Statistics ]============================
21.28/21.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.28/21.33	c       |         |          |          |    Limit     GC | Var      | Constra 
21.28/21.33	c =============================================================================
21.28/21.33	c  0.0s |       0 |        0 |        0 |     3636      0 |       14 |       18
21.28/21.36	c  0.0s |       1 |      336 |      100 |     3636      0 |       14 |       23
21.28/21.38	c  0.0s |       1 |      699 |      176 |     3636      0 |       14 |       23
21.28/21.38	c #cpu_time = 0.046s
21.28/21.38	c #wall_clock_time = 0.046s
21.28/21.38	c #decision = 699
21.28/21.38	c #random_decision = 2
21.28/21.38	c #conflict = 176
21.28/21.38	c #restart = 1
21.28/21.38	o 64
21.28/21.38	c BCD2: updating upper bound: 69 -> 63
21.28/21.38	c BCD2: 61 <= obj <= 63
21.28/21.38	c BCD2: #cores=48, #unrelaxed=297, #relaxed=351, #hardened=0
21.28/21.38	c BCD2: #sat=2 #unsat=62 bias=62/64
21.28/21.38	c Solving starts ...
21.28/21.38	c ============================[ Search Statistics ]============================
21.28/21.38	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.28/21.38	c       |         |          |          |    Limit     GC | Var      | Constra 
21.28/21.38	c =============================================================================
21.28/21.38	c  0.0s |       0 |        0 |        0 |     3636      0 |       14 |       24
21.28/21.39	c  0.0s |       0 |      251 |       13 |     3636      0 |       14 |       24
21.28/21.39	c #cpu_time = 0.008s
21.28/21.39	c #wall_clock_time = 0.008s
21.28/21.39	c #decision = 251
21.28/21.39	c #random_decision = 0
21.28/21.39	c #conflict = 13
21.28/21.39	c #restart = 0
21.28/21.39	o 62
21.38/21.40	c BCD2: hardening fixes 297 literals
21.38/21.40	c BCD2: updating upper bound: 63 -> 61
21.38/21.40	c BCD2: 61 <= obj <= 61
21.38/21.40	c BCD2: #cores=48, #unrelaxed=0, #relaxed=351, #hardened=297
21.38/21.40	c BCD2: #sat=3 #unsat=62 bias=62/65
21.38/21.40	c Solving starts ...
21.38/21.40	c ============================[ Search Statistics ]============================
21.38/21.40	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
21.38/21.40	c       |         |          |          |    Limit     GC | Var      | Constra 
21.38/21.40	c =============================================================================
21.38/21.40	c  0.0s |       0 |        0 |        0 |     3636      0 |      459 |       25
21.38/21.42	c  0.0s |       1 |      165 |      100 |     3636      0 |      459 |     1437
21.38/21.43	c  0.0s |       1 |      369 |      238 |     3636      0 |      459 |     1437
21.38/21.43	c #cpu_time = 0.031s
21.38/21.43	c #wall_clock_time = 0.031s
21.38/21.43	c #decision = 369
21.38/21.43	c #random_decision = 0
21.38/21.43	c #conflict = 238
21.38/21.43	c #restart = 1
21.38/21.43	c BCD2: relaxing 0 and merging with 8 cores into a new core of size 140: cost of the new core is >=18
21.38/21.43	c lower bound updated to 62
21.38/21.43	s OPTIMUM FOUND
21.38/21.43	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10
21.38/21.43	v -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 x19 -x20
21.38/21.43	v -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
21.38/21.43	v -x31 -x32 -x33 x34 x35 -x36 -x37 -x38 x39 -x40
21.38/21.43	v -x41 -x42 x43 -x44 -x45 -x46 x47 -x48 -x49 -x50
21.38/21.43	v -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60
21.38/21.43	v -x61 -x62 x63 -x64 -x65 -x66 x67 -x68 -x69 -x70
21.38/21.43	v -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80
21.38/21.43	v -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90
21.38/21.43	v -x91 x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100
21.38/21.43	v -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 x110
21.38/21.43	v -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 x119 -x120
21.38/21.43	v -x121 -x122 -x123 -x124 -x125 -x126 x127 x128 -x129 -x130
21.38/21.43	v -x131 -x132 x133 -x134 -x135 -x136 x137 -x138 -x139 -x140
21.38/21.43	v -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150
21.38/21.43	v -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160
21.38/21.43	v -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170
21.38/21.43	v -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180
21.38/21.43	v -x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 x189 -x190
21.38/21.43	v -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200
21.38/21.43	v -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210
21.38/21.43	v -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220
21.38/21.43	v -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230
21.38/21.43	v -x231 -x232 -x233 x234 -x235 -x236 -x237 x238 -x239 -x240
21.38/21.43	v -x241 -x242 -x243 -x244 -x245 -x246 x247 -x248 -x249 -x250
21.38/21.43	v -x251 -x252 -x253 -x254 -x255 -x256 x257 -x258 -x259 -x260
21.38/21.43	v -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270
21.38/21.43	v -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280
21.38/21.43	v -x281 -x282 -x283 -x284 x285 -x286 -x287 -x288 -x289 -x290
21.38/21.43	v -x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300
21.38/21.43	v -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310
21.38/21.43	v -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320
21.38/21.43	v -x321 -x322 -x323 -x324 -x325 -x326 -x327 x328 -x329 -x330
21.38/21.43	v -x331 x332 -x333 -x334 -x335 x336 x337 -x338 -x339 -x340
21.38/21.43	v x341 x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 x350
21.38/21.43	v -x351 -x352 -x353 -x354 -x355 x356 -x357 -x358 -x359 x360
21.38/21.43	v x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370
21.38/21.43	v -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380
21.38/21.43	v -x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390
21.38/21.43	v -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 x399 -x400
21.38/21.43	v -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410
21.38/21.43	v -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420
21.38/21.43	v -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430
21.38/21.43	v -x431 -x432 -x433 -x434 -x435 x436 x437 x438 -x439 -x440
21.38/21.43	v -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450
21.38/21.43	v -x451 -x452 -x453 -x454 -x455 -x456 x457 x458 x459 -x460
21.38/21.43	v -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470
21.38/21.43	v -x471 x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480
21.38/21.43	v -x481 -x482 -x483 -x484 -x485 -x486 -x487 x488 -x489 -x490
21.38/21.43	v -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500
21.38/21.43	v -x501 -x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510
21.38/21.43	v -x511 -x512 -x513 -x514 -x515 -x516 -x517 x518 -x519 -x520
21.38/21.43	v -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530
21.38/21.43	v x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540
21.38/21.43	v -x541 -x542 -x543 x544 -x545 -x546 -x547 -x548 -x549 -x550
21.38/21.43	v -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560
21.38/21.43	v -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570
21.38/21.43	v -x571 -x572 x573 -x574 -x575 -x576 -x577 -x578 x579 -x580
21.38/21.43	v -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590
21.38/21.43	v -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600
21.38/21.43	v -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610
21.38/21.43	v -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620
21.38/21.43	v -x621 x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630
21.38/21.43	v -x631 -x632 x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640
21.38/21.43	v -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648
21.38/21.43	c total CPU time = 21.379s
21.38/21.43	c total wall clock time = 21.434s

Verifier Data

OK	62

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4079532-1465230915/watcher-4079532-1465230915 -o /tmp/evaluation-result-4079532-1465230915/solver-4079532-1465230915 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1465219870-1858 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079532-1465230915.opb 

pid=3791
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.17 2.13 3/179 3794
/proc/meminfo: memFree=30384180/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=763324 CPUtime=0 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 2857 0 0 0 0 0 0 0 20 0 4 0 105026465 781643776 2706 33554432000 4194304 16246674 140737382865776 140737382865200 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 191599 2717 441 2943 0 188493 0
[pid=3794/tid=3795] ppid=3791 vsize=781756 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 800518144 2778 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=785852 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 804712448 2794 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=789948 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105026465 808906752 2810 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.10 2.17 2.13 3/179 3794
/proc/meminfo: memFree=30384180/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1218116 CPUtime=0.09 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 25267 0 0 0 6 3 0 0 20 0 4 0 105026465 1247350784 25104 33554432000 4194304 16246674 140737382865776 140737382847680 5675357 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 304529 25112 726 2943 0 301423 0
[pid=3794/tid=3795] ppid=3791 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1247350784 25117 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1247350784 25121 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105026465 1247350784 25127 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.20052 s]
/proc/loadavg: 2.10 2.17 2.13 3/179 3794
/proc/meminfo: memFree=30384180/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1218116 CPUtime=0.19 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 44153 0 0 0 14 5 0 0 20 0 4 0 105026465 1247350784 43990 33554432000 4194304 16246674 140737382865776 140737382847680 5677277 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 304529 44000 733 2943 0 301423 0
[pid=3794/tid=3795] ppid=3791 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1247350784 44007 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1247350784 44012 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105026465 1247350784 44016 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300474 s]
/proc/loadavg: 2.10 2.17 2.13 3/179 3794
/proc/meminfo: memFree=30384180/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1218116 CPUtime=0.29 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 63921 0 0 0 21 8 0 0 20 0 4 0 105026465 1247350784 63758 33554432000 4194304 16246674 140737382865776 140737382847680 5677541 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 304529 63764 733 2943 0 301423 0
[pid=3794/tid=3795] ppid=3791 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1247350784 63767 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1247350784 63774 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105026465 1247350784 63779 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700368 s]
/proc/loadavg: 2.10 2.17 2.13 3/179 3794
/proc/meminfo: memFree=30384180/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1218116 CPUtime=0.69 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 142063 0 0 0 51 18 0 0 20 0 4 0 105026465 1247350784 141901 33554432000 4194304 16246674 140737382865776 140737382847680 5677541 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 304529 141907 733 2943 0 301423 0
[pid=3794/tid=3795] ppid=3791 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1247350784 141910 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1247350784 141915 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1218116 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105026465 1247350784 141919 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50037 s]
/proc/loadavg: 2.09 2.16 2.13 4/183 3798
/proc/meminfo: memFree=29499300/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1221188 CPUtime=1.49 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 227313 0 0 0 120 29 0 0 20 0 4 0 105026465 1250496512 227127 33554432000 4194304 16246674 140737382865776 140737382865088 5673687 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 305297 227127 819 2943 0 302191 0
[pid=3794/tid=3795] ppid=3791 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1250496512 227127 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1250496512 227127 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1221188 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105026465 1250496512 227127 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1221188

[startup+3.10043 s]
/proc/loadavg: 2.09 2.16 2.13 3/183 3798
/proc/meminfo: memFree=29318988/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1303108 CPUtime=3.09 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 266665 0 0 0 274 35 0 0 20 0 4 0 105026465 1334382592 266479 33554432000 4194304 16246674 140737382865776 140737382847680 5754961 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 325777 266479 821 2943 0 322671 0
[pid=3794/tid=3795] ppid=3791 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1334382592 266479 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1334382592 266479 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105026465 1334382592 266479 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1303108

[startup+6.30041 s]
/proc/loadavg: 2.08 2.16 2.13 3/183 3798
/proc/meminfo: memFree=29314284/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1307204 CPUtime=6.29 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 267794 0 0 0 594 35 0 0 20 0 4 0 105026465 1338576896 267608 33554432000 4194304 16246674 140737382865776 140737382847680 5722540 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 326801 267608 821 2943 0 323695 0
[pid=3794/tid=3795] ppid=3791 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1338576896 267608 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1338576896 267608 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1307204 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105026465 1338576896 267608 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1307204

[startup+12.7004 s]
/proc/loadavg: 2.08 2.16 2.13 3/183 3798
/proc/meminfo: memFree=29312304/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1309252 CPUtime=12.69 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 268381 0 0 0 1234 35 0 0 20 0 4 0 105026465 1340674048 268195 33554432000 4194304 16246674 140737382865776 140737382847680 5808388 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 327313 268195 822 2943 0 324207 0
[pid=3794/tid=3795] ppid=3791 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1340674048 268195 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1340674048 268195 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105026465 1340674048 268195 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1309252

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 3794 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+13.0004 s]
/proc/loadavg: 2.08 2.16 2.13 3/183 3798
/proc/meminfo: memFree=29312304/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1309252 CPUtime=12.99 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 268381 0 0 0 1264 35 0 0 20 0 4 0 105026465 1340674048 268195 33554432000 4194304 16246674 140737382865776 140737382847680 5822604 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 327313 268195 822 2943 0 324207 0
[pid=3794/tid=3795] ppid=3791 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1340674048 268195 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1340674048 268195 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1309252 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105026465 1340674048 268195 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.99
Current children cumulated vsize (KiB) 1309252

[startup+16.2004 s]
/proc/loadavg: 2.07 2.16 2.12 4/183 3798
/proc/meminfo: memFree=29309088/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1311300 CPUtime=16.19 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 268698 0 0 0 1584 35 0 0 20 0 4 0 105026465 1342771200 268512 33554432000 4194304 16246674 140737382865776 140737382847680 5829224 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 327825 268512 822 2943 0 324719 0
[pid=3794/tid=3795] ppid=3791 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1342771200 268512 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1342771200 268512 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105026465 1342771200 268512 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 16.19
Current children cumulated vsize (KiB) 1311300

[startup+19.4004 s]
/proc/loadavg: 2.07 2.16 2.12 3/183 3798
/proc/meminfo: memFree=29305740/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1313348 CPUtime=19.38 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 269405 0 0 0 1903 35 0 0 20 0 4 0 105026465 1344868352 269219 33554432000 4194304 16246674 140737382865776 140737382847680 5672971 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 328337 269219 822 2943 0 325231 0
[pid=3794/tid=3795] ppid=3791 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1344868352 269219 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1344868352 269219 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105026465 1344868352 269219 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 19.38
Current children cumulated vsize (KiB) 1313348

[startup+20.2005 s]
/proc/loadavg: 2.07 2.16 2.12 3/183 3798
/proc/meminfo: memFree=29305616/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1313348 CPUtime=20.18 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 269405 0 0 0 1983 35 0 0 20 0 4 0 105026465 1344868352 269219 33554432000 4194304 16246674 140737382865776 140737382847680 5754696 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 328337 269219 822 2943 0 325231 0
[pid=3794/tid=3795] ppid=3791 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1344868352 269219 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1344868352 269219 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105026465 1344868352 269219 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.18
Current children cumulated vsize (KiB) 1313348

[startup+21.0004 s]
/proc/loadavg: 2.07 2.16 2.12 3/183 3798
/proc/meminfo: memFree=29305616/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1314372 CPUtime=20.98 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 269661 0 0 0 2063 35 0 0 20 0 4 0 105026465 1345916928 269475 33554432000 4194304 16246674 140737382865776 140737382847680 6021728 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 328593 269475 822 2943 0 325487 0
[pid=3794/tid=3795] ppid=3791 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1345916928 269475 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1345916928 269475 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105026465 1345916928 269475 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 20.98
Current children cumulated vsize (KiB) 1314372

[startup+21.4004 s]
/proc/loadavg: 2.14 2.17 2.13 3/183 3798
/proc/meminfo: memFree=29304628/32872528 swapFree=13600/559348
[pid=3794] ppid=3791 vsize=1314372 CPUtime=21.38 cores=0,2,4,6
/proc/3794/stat : 3794 (toysat) R 3791 3794 1842 0 -1 4202496 269684 0 0 0 2103 35 0 0 20 0 4 0 105026465 1345916928 269498 33554432000 4194304 16246674 140737382865776 140737382847680 4220871 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3794/statm: 328593 269498 845 2943 0 325487 0
[pid=3794/tid=3795] ppid=3791 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3795/stat : 3795 (toysat) S 3791 3794 1842 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105026465 1345916928 269498 33554432000 4194304 16246674 140737382865776 140283133013232 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3794/tid=3796] ppid=3791 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3796/stat : 3796 (toysat) S 3791 3794 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105026465 1345916928 269498 33554432000 4194304 16246674 140737382865776 140283122523376 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3794/tid=3797] ppid=3791 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/3794/task/3797/stat : 3797 (toysat) S 3791 3794 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105026465 1345916928 269498 33554432000 4194304 16246674 140737382865776 140283112049840 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 21.38
Current children cumulated vsize (KiB) 1314372

Child status: 0
Real time (s): 21.4948
CPU time (s): 21.4907
CPU user time (s): 21.0718
CPU system time (s): 0.418936
CPU usage (%): 99.9809
Max. virtual memory (cumulated for all children) (KiB): 1314372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.0718
system time used= 0.418936
maximum resident set size= 1078008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269689
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 23

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.160975 second user time and 0.118981 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-06 18:35:15
IDJOB=4079532
IDBENCH=2025
IDSOLVER=2542
FILE ID=node106/4079532-1465230915
RUNJOBID= node106-1465219870-1858
PBS_JOBID= 19843217
Free space on /tmp= 71724 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/routing/normalized-s4-4-3-3pb.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079532-1465230915/watcher-4079532-1465230915 -o /tmp/evaluation-result-4079532-1465230915/solver-4079532-1465230915 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1465219870-1858 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079532-1465230915.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c2400ec88bd2efb16a03934d0b4c43da
RANDOM SEED=1719001105

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.775
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30384716 kB
Buffers:           24260 kB
Cached:           125316 kB
SwapCached:         1852 kB
Active:          1156036 kB
Inactive:          71652 kB
Active(anon):    1079256 kB
Inactive(anon):     1280 kB
Active(file):      76780 kB
Inactive(file):    70372 kB
Unevictable:      559348 kB
Mlocked:           13600 kB
SwapTotal:      67108856 kB
SwapFree:       67098528 kB
Dirty:             16280 kB
Writeback:             0 kB
AnonPages:       1636784 kB
Mapped:            10664 kB
Shmem:                 0 kB
Slab:             568052 kB
SReclaimable:      11720 kB
SUnreclaim:       556332 kB
KernelStack:        1520 kB
PageTables:         7108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1779832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    550912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node106 at 2016-06-06 18:35:37