Trace number 4110920

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-02? (MO) 826.426 826.584

General information on the benchmark

Namenormalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/
normalized-single-obj-f6-ACTotalLoss.seq-A-2-combined-irabcde.opb
MD5SUM5f3517e6d88fc3493a4ba412aaf919f1
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4208917647
Best CPU time to get the best result obtained on this benchmark403.578
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4524
Total number of constraints13039
Number of constraints which are clauses12919
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints120
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 373
Biggest coefficient in the objective function 143145755
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 31492066099
Number of bits of the sum of numbers in the objective function 35
Biggest number in a constraint 143145755
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 31492066099
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-20T05:16:56+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-4110920-1466392616.opb"]
0.00/0.01	c use --random-gen="2700788701 2155463139 4236987853 1762972382 1049510892 1022548302 2008503934 2552879914 3762999685 2134831454 3249510928 954278086 509096204 2587601000 3715385367 3503605207 4219577134 2156111205 843928319 2024963087 2841423936 938979130 2004703884 162994822 2135084377 2468951981 3837440031 3817051959 2235679019 1612267827 357942900 3796834919 3658835418 2293094138 2632256985 3092161576 435847018 704634765 820598707 2346677091 4104073291 2727093064 4152717328 2841998620 938219334 1277209438 2078839452 1074758479 1605341360 2266835249 2715244758 608086496 3493827305 155382478 3169157397 2201671929 811013182 3690945577 2241885761 147648232 162535995 3516593316 1046982602 81199143 3276531148 2242138794 691416637 3607424689 3999092582 1728116495 2668066867 3048739226 2062097628 42850781 1950558904 2279347871 1258419681 4162922776 418410687 3954468328 1834204681 3995125962 4037600623 2808739048 4218009608 2127494666 2810673901 366917743 1992532588 641682550 175396894 4059506594 1350349171 3730941002 2411152392 1709038730 1526758769 1407503204 1876399005 800648028 2270245450 2439166015 2109845714 3612481263 1988870531 2894876548 677958186 3843726238 1079977540 601220299 30663164 416468639 450001945 2221407382 3755465181 3128336390 821944168 649979956 3372801079 3172568669 1395803163 650205992 3341329202 1974355979 87968559 2398105809 4082770638 681630598 2978352024 4151740896 1264823174 4189976418 130760742 2909586407 646771600 3508777491 2196493587 1254669342 1986137916 789223683 3975282478 2092578346 152885499 3328465041 3046266284 1660741941 3701440640 1239083742 972942716 842745863 374250251 76244864 1953250509 2701946589 2550496752 444213484 3649403751 122122161 1856298547 2089791631 3080679910 2355429631 1242025997 3710378407 692529555 3193797974 1721768972 649479122 2503735833 1471628075 2645127235 2870071990 4238590678 4021392278 800386154 4266640354 2401571850 3324562935 2027355980 1621463391 3284990522 1406290232 4255254449 813624200 2683070358 1393217505 1952802584 2599474855 538341329 4217438618 1509720233 3059743236 42078902 2533126979 4283477049 1450348393 1497518406 3676278647 2244783383 360668854 3396063974 2015077819 344783888 137501327 2134705653 2023776014 325261115 3534831436 3252590901 2987018395 127265358 1717616355 3709153982 2759969016 136143462 1813214761 4139954332 1111063267 3744559442 1495423318 1814870407 1327907048 3438816131 4090978214 2954035794 2318761456 3823940717 150382696 3249600625 842096336 1501223139 1409837036 3007467249 1602759277 2973240734 2067198133 2218131351 2130865549 1042166067 267811187 2686257929 3861092290 3941899827 4108465813 4015325799 282137888 2092137922 4051685038 2718171072 3861133352 4083372072 2471085195 571075533 937749093 3239901313 2674404895 255 362436" option to reproduce the execution
0.09/0.10	c #vars 4524
0.09/0.10	c #constraints 13039
0.19/0.24	c BCD2: Hardening is enabled.
0.19/0.24	c BCD2: BiasedSearch is enabled.
0.19/0.24	c Solving starts ...
0.19/0.24	c ============================[ Search Statistics ]============================
0.19/0.24	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.24	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.24	c =============================================================================
0.19/0.24	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |        0
0.19/0.27	c  0.0s |       0 |      361 |        9 |     5488      0 |      331 |       60
0.19/0.27	c #cpu_time = 0.022s
0.19/0.27	c #wall_clock_time = 0.022s
0.19/0.27	c #decision = 361
0.19/0.27	c #random_decision = 0
0.19/0.27	c #conflict = 9
0.19/0.27	c #restart = 0
0.19/0.27	o 19610044914
0.19/0.28	c BCD2: updating upper bound: 31492066099 -> 19610044913
0.19/0.28	c BCD2: 0 <= obj <= 19610044913
0.19/0.28	c BCD2: #cores=0, #unrelaxed=373, #relaxed=0, #hardened=0
0.19/0.28	c BCD2: #sat=1 #unsat=1 bias=1/2
0.19/0.28	c Solving starts ...
0.19/0.28	c ============================[ Search Statistics ]============================
0.19/0.28	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.19/0.28	c       |         |          |          |    Limit     GC | Var      | Constra 
0.19/0.28	c =============================================================================
0.19/0.28	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.19/0.29	c  0.0s |       0 |        2 |        0 |     5488      0 |      331 |       60
0.19/0.29	c #cpu_time = 0.010s
0.19/0.29	c #wall_clock_time = 0.010s
0.19/0.29	c #decision = 2
0.19/0.29	c #random_decision = 0
0.19/0.29	c #conflict = 0
0.19/0.29	c #restart = 0
0.19/0.29	c BCD2: found a new core of size 3: cost of the new core is >=961
0.19/0.29	c lower bound updated to 961
0.29/0.30	c BCD2: 961 <= obj <= 19610044913
0.29/0.30	c BCD2: #cores=1, #unrelaxed=370, #relaxed=3, #hardened=0
0.29/0.30	c BCD2: #sat=1 #unsat=2 bias=2/3
0.29/0.30	c Solving starts ...
0.29/0.30	c ============================[ Search Statistics ]============================
0.29/0.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.30	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.30	c =============================================================================
0.29/0.30	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.29/0.31	c  0.0s |       0 |        3 |        0 |     5488      0 |      331 |       60
0.29/0.31	c #cpu_time = 0.010s
0.29/0.31	c #wall_clock_time = 0.010s
0.29/0.31	c #decision = 3
0.29/0.32	c #random_decision = 0
0.29/0.32	c #conflict = 0
0.29/0.32	c #restart = 0
0.29/0.32	c BCD2: found a new core of size 3: cost of the new core is >=961
0.29/0.32	c lower bound updated to 1922
0.29/0.32	c BCD2: 1922 <= obj <= 19610044913
0.29/0.32	c BCD2: #cores=2, #unrelaxed=367, #relaxed=6, #hardened=0
0.29/0.32	c BCD2: #sat=1 #unsat=3 bias=3/4
0.29/0.32	c Solving starts ...
0.29/0.32	c ============================[ Search Statistics ]============================
0.29/0.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.32	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.32	c =============================================================================
0.29/0.32	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.29/0.34	c  0.0s |       0 |        4 |        0 |     5488      0 |      331 |       60
0.29/0.34	c #cpu_time = 0.010s
0.29/0.34	c #wall_clock_time = 0.010s
0.29/0.34	c #decision = 4
0.29/0.34	c #random_decision = 0
0.29/0.34	c #conflict = 0
0.29/0.34	c #restart = 0
0.29/0.34	c BCD2: found a new core of size 3: cost of the new core is >=961
0.29/0.34	c lower bound updated to 2883
0.29/0.35	c BCD2: 2883 <= obj <= 19610044913
0.29/0.35	c BCD2: #cores=3, #unrelaxed=364, #relaxed=9, #hardened=0
0.29/0.35	c BCD2: #sat=1 #unsat=4 bias=4/5
0.29/0.35	c Solving starts ...
0.29/0.35	c ============================[ Search Statistics ]============================
0.29/0.35	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.35	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.35	c =============================================================================
0.29/0.35	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.29/0.36	c  0.0s |       0 |        5 |        0 |     5488      0 |      331 |       60
0.29/0.36	c #cpu_time = 0.010s
0.29/0.36	c #wall_clock_time = 0.010s
0.29/0.36	c #decision = 5
0.29/0.36	c #random_decision = 0
0.29/0.36	c #conflict = 0
0.29/0.36	c #restart = 0
0.29/0.36	c BCD2: found a new core of size 3: cost of the new core is >=961
0.29/0.36	c lower bound updated to 3844
0.29/0.37	c BCD2: 3844 <= obj <= 19610044913
0.29/0.37	c BCD2: #cores=4, #unrelaxed=361, #relaxed=12, #hardened=0
0.29/0.37	c BCD2: #sat=1 #unsat=5 bias=5/6
0.29/0.37	c Solving starts ...
0.29/0.37	c ============================[ Search Statistics ]============================
0.29/0.37	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.37	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.37	c =============================================================================
0.29/0.37	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.29/0.38	c  0.0s |       0 |        6 |        0 |     5488      0 |      331 |       60
0.29/0.38	c #cpu_time = 0.010s
0.29/0.38	c #wall_clock_time = 0.010s
0.29/0.38	c #decision = 6
0.29/0.38	c #random_decision = 0
0.29/0.38	c #conflict = 0
0.29/0.38	c #restart = 0
0.29/0.38	c BCD2: found a new core of size 3: cost of the new core is >=961
0.29/0.38	c lower bound updated to 4805
0.29/0.39	c BCD2: 4805 <= obj <= 19610044913
0.29/0.39	c BCD2: #cores=5, #unrelaxed=358, #relaxed=15, #hardened=0
0.29/0.39	c BCD2: #sat=1 #unsat=6 bias=6/7
0.29/0.39	c Solving starts ...
0.29/0.39	c ============================[ Search Statistics ]============================
0.29/0.39	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.29/0.39	c       |         |          |          |    Limit     GC | Var      | Constra 
0.29/0.39	c =============================================================================
0.39/0.41	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.39/0.41	c  0.0s |       0 |        7 |        0 |     5488      0 |      331 |       60
0.39/0.41	c #cpu_time = 0.004s
0.39/0.41	c #wall_clock_time = 0.004s
0.39/0.41	c #decision = 7
0.39/0.41	c #random_decision = 0
0.39/0.41	c #conflict = 0
0.39/0.41	c #restart = 0
0.39/0.41	c BCD2: found a new core of size 3: cost of the new core is >=961
0.39/0.41	c lower bound updated to 5766
0.39/0.42	c BCD2: 5766 <= obj <= 19610044913
0.39/0.42	c BCD2: #cores=6, #unrelaxed=355, #relaxed=18, #hardened=0
0.39/0.42	c BCD2: #sat=1 #unsat=7 bias=7/8
0.39/0.42	c Solving starts ...
0.39/0.42	c ============================[ Search Statistics ]============================
0.39/0.42	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.42	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.42	c =============================================================================
0.39/0.42	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.39/0.42	c  0.0s |       0 |        8 |        0 |     5488      0 |      331 |       60
0.39/0.42	c #cpu_time = 0.004s
0.39/0.42	c #wall_clock_time = 0.004s
0.39/0.42	c #decision = 8
0.39/0.42	c #random_decision = 0
0.39/0.42	c #conflict = 0
0.39/0.42	c #restart = 0
0.39/0.42	c BCD2: found a new core of size 3: cost of the new core is >=961
0.39/0.42	c lower bound updated to 6727
0.39/0.43	c BCD2: 6727 <= obj <= 19610044913
0.39/0.43	c BCD2: #cores=7, #unrelaxed=352, #relaxed=21, #hardened=0
0.39/0.43	c BCD2: #sat=1 #unsat=8 bias=8/9
0.39/0.43	c Solving starts ...
0.39/0.43	c ============================[ Search Statistics ]============================
0.39/0.43	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.43	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.43	c =============================================================================
0.39/0.43	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.39/0.43	c  0.0s |       0 |        9 |        0 |     5488      0 |      331 |       60
0.39/0.43	c #cpu_time = 0.004s
0.39/0.43	c #wall_clock_time = 0.004s
0.39/0.43	c #decision = 9
0.39/0.43	c #random_decision = 0
0.39/0.43	c #conflict = 0
0.39/0.43	c #restart = 0
0.39/0.43	c BCD2: found a new core of size 3: cost of the new core is >=961
0.39/0.43	c lower bound updated to 7688
0.39/0.44	c BCD2: 7688 <= obj <= 19610044913
0.39/0.44	c BCD2: #cores=8, #unrelaxed=349, #relaxed=24, #hardened=0
0.39/0.44	c BCD2: #sat=1 #unsat=9 bias=9/10
0.39/0.44	c Solving starts ...
0.39/0.44	c ============================[ Search Statistics ]============================
0.39/0.44	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.44	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.44	c =============================================================================
0.39/0.44	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.39/0.44	c  0.0s |       0 |       10 |        0 |     5488      0 |      331 |       60
0.39/0.44	c #cpu_time = 0.004s
0.39/0.44	c #wall_clock_time = 0.004s
0.39/0.44	c #decision = 10
0.39/0.44	c #random_decision = 0
0.39/0.44	c #conflict = 0
0.39/0.44	c #restart = 0
0.39/0.44	c BCD2: found a new core of size 3: cost of the new core is >=961
0.39/0.44	c lower bound updated to 8649
0.39/0.45	c BCD2: 8649 <= obj <= 19610044913
0.39/0.45	c BCD2: #cores=9, #unrelaxed=346, #relaxed=27, #hardened=0
0.39/0.45	c BCD2: #sat=1 #unsat=10 bias=10/11
0.39/0.45	c Solving starts ...
0.39/0.45	c ============================[ Search Statistics ]============================
0.39/0.45	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.45	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.45	c =============================================================================
0.39/0.45	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.39/0.46	c  0.0s |       0 |       11 |        0 |     5488      0 |      331 |       60
0.39/0.46	c #cpu_time = 0.005s
0.39/0.46	c #wall_clock_time = 0.005s
0.39/0.46	c #decision = 11
0.39/0.46	c #random_decision = 0
0.39/0.46	c #conflict = 0
0.39/0.46	c #restart = 0
0.39/0.46	c BCD2: found a new core of size 3: cost of the new core is >=961
0.39/0.46	c lower bound updated to 9610
0.39/0.46	c BCD2: 9610 <= obj <= 19610044913
0.39/0.46	c BCD2: #cores=10, #unrelaxed=343, #relaxed=30, #hardened=0
0.39/0.46	c BCD2: #sat=1 #unsat=11 bias=11/12
0.39/0.46	c Solving starts ...
0.39/0.46	c ============================[ Search Statistics ]============================
0.39/0.46	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.46	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.46	c =============================================================================
0.39/0.46	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.39/0.47	c  0.0s |       0 |       12 |        0 |     5488      0 |      331 |       60
0.39/0.47	c #cpu_time = 0.005s
0.39/0.47	c #wall_clock_time = 0.005s
0.39/0.47	c #decision = 12
0.39/0.47	c #random_decision = 0
0.39/0.47	c #conflict = 0
0.39/0.47	c #restart = 0
0.39/0.47	c BCD2: found a new core of size 3: cost of the new core is >=961
0.39/0.47	c lower bound updated to 10571
0.39/0.47	c BCD2: 10571 <= obj <= 19610044913
0.39/0.47	c BCD2: #cores=11, #unrelaxed=340, #relaxed=33, #hardened=0
0.39/0.47	c BCD2: #sat=1 #unsat=12 bias=12/13
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.39/0.48	c  0.0s |       0 |       13 |        0 |     5488      0 |      331 |       60
0.39/0.48	c #cpu_time = 0.004s
0.39/0.48	c #wall_clock_time = 0.004s
0.39/0.48	c #decision = 13
0.39/0.48	c #random_decision = 0
0.39/0.48	c #conflict = 0
0.39/0.48	c #restart = 0
0.39/0.48	c BCD2: found a new core of size 3: cost of the new core is >=961
0.39/0.48	c lower bound updated to 11532
0.39/0.48	c BCD2: 11532 <= obj <= 19610044913
0.39/0.48	c BCD2: #cores=12, #unrelaxed=337, #relaxed=36, #hardened=0
0.39/0.48	c BCD2: #sat=1 #unsat=13 bias=13/14
0.39/0.48	c Solving starts ...
0.39/0.48	c ============================[ Search Statistics ]============================
0.39/0.48	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.48	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.48	c =============================================================================
0.39/0.48	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.39/0.49	c  0.0s |       0 |       14 |        0 |     5488      0 |      331 |       60
0.39/0.49	c #cpu_time = 0.004s
0.39/0.49	c #wall_clock_time = 0.004s
0.39/0.49	c #decision = 14
0.39/0.49	c #random_decision = 0
0.39/0.49	c #conflict = 0
0.39/0.49	c #restart = 0
0.39/0.49	c BCD2: found a new core of size 3: cost of the new core is >=961
0.39/0.49	c lower bound updated to 12493
0.39/0.49	c BCD2: 12493 <= obj <= 19610044913
0.39/0.49	c BCD2: #cores=13, #unrelaxed=334, #relaxed=39, #hardened=0
0.39/0.49	c BCD2: #sat=1 #unsat=14 bias=14/15
0.39/0.49	c Solving starts ...
0.39/0.49	c ============================[ Search Statistics ]============================
0.39/0.49	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.49	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.49	c =============================================================================
0.39/0.49	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.49/0.50	c  0.0s |       0 |       15 |        0 |     5488      0 |      331 |       60
0.49/0.50	c #cpu_time = 0.005s
0.49/0.50	c #wall_clock_time = 0.005s
0.49/0.50	c #decision = 15
0.49/0.50	c #random_decision = 0
0.49/0.50	c #conflict = 0
0.49/0.50	c #restart = 0
0.49/0.50	c BCD2: found a new core of size 3: cost of the new core is >=961
0.49/0.50	c lower bound updated to 13454
0.49/0.50	c BCD2: 13454 <= obj <= 19610044913
0.49/0.50	c BCD2: #cores=14, #unrelaxed=331, #relaxed=42, #hardened=0
0.49/0.50	c BCD2: #sat=1 #unsat=15 bias=15/16
0.49/0.50	c Solving starts ...
0.49/0.50	c ============================[ Search Statistics ]============================
0.49/0.50	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.50	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.50	c =============================================================================
0.49/0.50	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.49/0.51	c  0.0s |       0 |       16 |        0 |     5488      0 |      331 |       60
0.49/0.51	c #cpu_time = 0.005s
0.49/0.51	c #wall_clock_time = 0.005s
0.49/0.51	c #decision = 16
0.49/0.51	c #random_decision = 0
0.49/0.51	c #conflict = 0
0.49/0.51	c #restart = 0
0.49/0.51	c BCD2: found a new core of size 3: cost of the new core is >=961
0.49/0.51	c lower bound updated to 14415
0.49/0.51	c BCD2: 14415 <= obj <= 19610044913
0.49/0.51	c BCD2: #cores=15, #unrelaxed=328, #relaxed=45, #hardened=0
0.49/0.51	c BCD2: #sat=1 #unsat=16 bias=16/17
0.49/0.51	c Solving starts ...
0.49/0.51	c ============================[ Search Statistics ]============================
0.49/0.51	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.51	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.51	c =============================================================================
0.49/0.51	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.49/0.52	c  0.0s |       0 |       17 |        0 |     5488      0 |      331 |       60
0.49/0.52	c #cpu_time = 0.005s
0.49/0.52	c #wall_clock_time = 0.005s
0.49/0.52	c #decision = 17
0.49/0.52	c #random_decision = 0
0.49/0.52	c #conflict = 0
0.49/0.52	c #restart = 0
0.49/0.52	c BCD2: found a new core of size 3: cost of the new core is >=961
0.49/0.52	c lower bound updated to 15376
0.49/0.52	c BCD2: 15376 <= obj <= 19610044913
0.49/0.52	c BCD2: #cores=16, #unrelaxed=325, #relaxed=48, #hardened=0
0.49/0.52	c BCD2: #sat=1 #unsat=17 bias=17/18
0.49/0.52	c Solving starts ...
0.49/0.52	c ============================[ Search Statistics ]============================
0.49/0.52	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.52	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.52	c =============================================================================
0.49/0.52	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.49/0.53	c  0.0s |       0 |       18 |        0 |     5488      0 |      331 |       60
0.49/0.53	c #cpu_time = 0.005s
0.49/0.53	c #wall_clock_time = 0.005s
0.49/0.53	c #decision = 18
0.49/0.53	c #random_decision = 0
0.49/0.53	c #conflict = 0
0.49/0.53	c #restart = 0
0.49/0.53	c BCD2: found a new core of size 3: cost of the new core is >=961
0.49/0.53	c lower bound updated to 16337
0.49/0.53	c BCD2: 16337 <= obj <= 19610044913
0.49/0.53	c BCD2: #cores=17, #unrelaxed=322, #relaxed=51, #hardened=0
0.49/0.53	c BCD2: #sat=1 #unsat=18 bias=18/19
0.49/0.53	c Solving starts ...
0.49/0.53	c ============================[ Search Statistics ]============================
0.49/0.53	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.53	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.53	c =============================================================================
0.49/0.53	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.49/0.54	c  0.0s |       0 |       19 |        0 |     5488      0 |      331 |       60
0.49/0.54	c #cpu_time = 0.005s
0.49/0.54	c #wall_clock_time = 0.005s
0.49/0.54	c #decision = 19
0.49/0.54	c #random_decision = 0
0.49/0.54	c #conflict = 0
0.49/0.54	c #restart = 0
0.49/0.54	c BCD2: found a new core of size 3: cost of the new core is >=961
0.49/0.54	c lower bound updated to 17298
0.49/0.54	c BCD2: 17298 <= obj <= 19610044913
0.49/0.54	c BCD2: #cores=18, #unrelaxed=319, #relaxed=54, #hardened=0
0.49/0.54	c BCD2: #sat=1 #unsat=19 bias=19/20
0.49/0.55	c Solving starts ...
0.49/0.55	c ============================[ Search Statistics ]============================
0.49/0.55	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.55	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.55	c =============================================================================
0.49/0.56	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.49/0.57	c  0.0s |       0 |       20 |        0 |     5488      0 |      331 |       60
0.49/0.57	c #cpu_time = 0.006s
0.49/0.57	c #wall_clock_time = 0.006s
0.49/0.57	c #decision = 20
0.49/0.57	c #random_decision = 0
0.49/0.57	c #conflict = 0
0.49/0.57	c #restart = 0
0.49/0.57	c BCD2: found a new core of size 3: cost of the new core is >=961
0.49/0.57	c lower bound updated to 18259
0.49/0.57	c BCD2: 18259 <= obj <= 19610044913
0.49/0.57	c BCD2: #cores=19, #unrelaxed=316, #relaxed=57, #hardened=0
0.49/0.57	c BCD2: #sat=1 #unsat=20 bias=20/21
0.49/0.57	c Solving starts ...
0.49/0.57	c ============================[ Search Statistics ]============================
0.49/0.57	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.57	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.57	c =============================================================================
0.49/0.57	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.49/0.58	c  0.0s |       0 |       21 |        0 |     5488      0 |      331 |       60
0.49/0.58	c #cpu_time = 0.006s
0.49/0.58	c #wall_clock_time = 0.006s
0.49/0.58	c #decision = 21
0.49/0.58	c #random_decision = 0
0.49/0.58	c #conflict = 0
0.49/0.58	c #restart = 0
0.49/0.58	c BCD2: found a new core of size 3: cost of the new core is >=961
0.49/0.58	c lower bound updated to 19220
0.49/0.58	c BCD2: 19220 <= obj <= 19610044913
0.49/0.58	c BCD2: #cores=20, #unrelaxed=313, #relaxed=60, #hardened=0
0.49/0.58	c BCD2: #sat=1 #unsat=21 bias=21/22
0.49/0.58	c Solving starts ...
0.49/0.58	c ============================[ Search Statistics ]============================
0.49/0.58	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.49/0.58	c       |         |          |          |    Limit     GC | Var      | Constra 
0.49/0.58	c =============================================================================
0.49/0.58	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.49/0.59	c  0.0s |       0 |       22 |        0 |     5488      0 |      331 |       60
0.49/0.59	c #cpu_time = 0.006s
0.49/0.59	c #wall_clock_time = 0.006s
0.49/0.59	c #decision = 22
0.49/0.59	c #random_decision = 0
0.49/0.59	c #conflict = 0
0.49/0.59	c #restart = 0
0.49/0.59	c BCD2: found a new core of size 3: cost of the new core is >=961
0.49/0.59	c lower bound updated to 20181
0.49/0.60	c BCD2: 20181 <= obj <= 19610044913
0.49/0.60	c BCD2: #cores=21, #unrelaxed=310, #relaxed=63, #hardened=0
0.49/0.60	c BCD2: #sat=1 #unsat=22 bias=22/23
0.59/0.60	c Solving starts ...
0.59/0.60	c ============================[ Search Statistics ]============================
0.59/0.60	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.60	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.60	c =============================================================================
0.59/0.60	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.59/0.60	c  0.0s |       0 |       23 |        0 |     5488      0 |      331 |       60
0.59/0.60	c #cpu_time = 0.006s
0.59/0.60	c #wall_clock_time = 0.006s
0.59/0.60	c #decision = 23
0.59/0.60	c #random_decision = 0
0.59/0.60	c #conflict = 0
0.59/0.60	c #restart = 0
0.59/0.60	c BCD2: found a new core of size 3: cost of the new core is >=961
0.59/0.60	c lower bound updated to 21142
0.59/0.61	c BCD2: 21142 <= obj <= 19610044913
0.59/0.61	c BCD2: #cores=22, #unrelaxed=307, #relaxed=66, #hardened=0
0.59/0.61	c BCD2: #sat=1 #unsat=23 bias=23/24
0.59/0.61	c Solving starts ...
0.59/0.61	c ============================[ Search Statistics ]============================
0.59/0.61	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.61	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.61	c =============================================================================
0.59/0.61	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.59/0.62	c  0.0s |       0 |       24 |        0 |     5488      0 |      331 |       60
0.59/0.62	c #cpu_time = 0.007s
0.59/0.62	c #wall_clock_time = 0.007s
0.59/0.62	c #decision = 24
0.59/0.62	c #random_decision = 0
0.59/0.62	c #conflict = 0
0.59/0.62	c #restart = 0
0.59/0.62	c BCD2: found a new core of size 3: cost of the new core is >=961
0.59/0.62	c lower bound updated to 22103
0.59/0.62	c BCD2: 22103 <= obj <= 19610044913
0.59/0.62	c BCD2: #cores=23, #unrelaxed=304, #relaxed=69, #hardened=0
0.59/0.62	c BCD2: #sat=1 #unsat=24 bias=24/25
0.59/0.62	c Solving starts ...
0.59/0.62	c ============================[ Search Statistics ]============================
0.59/0.62	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.62	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.62	c =============================================================================
0.59/0.62	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.59/0.63	c  0.0s |       0 |       25 |        0 |     5488      0 |      331 |       60
0.59/0.63	c #cpu_time = 0.007s
0.59/0.63	c #wall_clock_time = 0.007s
0.59/0.63	c #decision = 25
0.59/0.63	c #random_decision = 0
0.59/0.63	c #conflict = 0
0.59/0.63	c #restart = 0
0.59/0.63	c BCD2: found a new core of size 3: cost of the new core is >=961
0.59/0.63	c lower bound updated to 23064
0.59/0.63	c BCD2: 23064 <= obj <= 19610044913
0.59/0.63	c BCD2: #cores=24, #unrelaxed=301, #relaxed=72, #hardened=0
0.59/0.63	c BCD2: #sat=1 #unsat=25 bias=25/26
0.59/0.64	c Solving starts ...
0.59/0.64	c ============================[ Search Statistics ]============================
0.59/0.64	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.64	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.64	c =============================================================================
0.59/0.64	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.59/0.64	c  0.0s |       0 |       26 |        0 |     5488      0 |      331 |       60
0.59/0.64	c #cpu_time = 0.007s
0.59/0.64	c #wall_clock_time = 0.007s
0.59/0.64	c #decision = 26
0.59/0.64	c #random_decision = 0
0.59/0.64	c #conflict = 0
0.59/0.64	c #restart = 0
0.59/0.64	c BCD2: found a new core of size 3: cost of the new core is >=961
0.59/0.64	c lower bound updated to 24025
0.59/0.65	c BCD2: 24025 <= obj <= 19610044913
0.59/0.65	c BCD2: #cores=25, #unrelaxed=298, #relaxed=75, #hardened=0
0.59/0.65	c BCD2: #sat=1 #unsat=26 bias=26/27
0.59/0.65	c Solving starts ...
0.59/0.65	c ============================[ Search Statistics ]============================
0.59/0.65	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.65	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.65	c =============================================================================
0.59/0.65	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.59/0.66	c  0.0s |       0 |       27 |        0 |     5488      0 |      331 |       60
0.59/0.66	c #cpu_time = 0.007s
0.59/0.66	c #wall_clock_time = 0.007s
0.59/0.66	c #decision = 27
0.59/0.66	c #random_decision = 0
0.59/0.66	c #conflict = 0
0.59/0.66	c #restart = 0
0.59/0.66	c BCD2: found a new core of size 3: cost of the new core is >=961
0.59/0.66	c lower bound updated to 24986
0.59/0.66	c BCD2: 24986 <= obj <= 19610044913
0.59/0.66	c BCD2: #cores=26, #unrelaxed=295, #relaxed=78, #hardened=0
0.59/0.66	c BCD2: #sat=1 #unsat=27 bias=27/28
0.59/0.66	c Solving starts ...
0.59/0.66	c ============================[ Search Statistics ]============================
0.59/0.66	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.66	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.66	c =============================================================================
0.59/0.66	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.59/0.67	c  0.0s |       0 |       28 |        0 |     5488      0 |      331 |       60
0.59/0.67	c #cpu_time = 0.007s
0.59/0.67	c #wall_clock_time = 0.007s
0.59/0.67	c #decision = 28
0.59/0.67	c #random_decision = 0
0.59/0.67	c #conflict = 0
0.59/0.67	c #restart = 0
0.59/0.67	c BCD2: found a new core of size 3: cost of the new core is >=961
0.59/0.67	c lower bound updated to 25947
0.59/0.67	c BCD2: 25947 <= obj <= 19610044913
0.59/0.67	c BCD2: #cores=27, #unrelaxed=292, #relaxed=81, #hardened=0
0.59/0.67	c BCD2: #sat=1 #unsat=28 bias=28/29
0.59/0.67	c Solving starts ...
0.59/0.67	c ============================[ Search Statistics ]============================
0.59/0.67	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.67	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.67	c =============================================================================
0.59/0.68	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.59/0.68	c  0.0s |       0 |       29 |        0 |     5488      0 |      331 |       60
0.59/0.68	c #cpu_time = 0.007s
0.59/0.68	c #wall_clock_time = 0.007s
0.59/0.68	c #decision = 29
0.59/0.68	c #random_decision = 0
0.59/0.68	c #conflict = 0
0.59/0.68	c #restart = 0
0.59/0.68	c BCD2: found a new core of size 3: cost of the new core is >=961
0.59/0.68	c lower bound updated to 26908
0.59/0.69	c BCD2: 26908 <= obj <= 19610044913
0.59/0.69	c BCD2: #cores=28, #unrelaxed=289, #relaxed=84, #hardened=0
0.59/0.69	c BCD2: #sat=1 #unsat=29 bias=29/30
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.69/0.70	c  0.0s |       0 |       30 |        0 |     5488      0 |      331 |       60
0.69/0.70	c #cpu_time = 0.008s
0.69/0.70	c #wall_clock_time = 0.008s
0.69/0.70	c #decision = 30
0.69/0.70	c #random_decision = 0
0.69/0.70	c #conflict = 0
0.69/0.70	c #restart = 0
0.69/0.70	c BCD2: found a new core of size 3: cost of the new core is >=961
0.69/0.70	c lower bound updated to 27869
0.69/0.70	c BCD2: 27869 <= obj <= 19610044913
0.69/0.70	c BCD2: #cores=29, #unrelaxed=286, #relaxed=87, #hardened=0
0.69/0.70	c BCD2: #sat=1 #unsat=30 bias=30/31
0.69/0.70	c Solving starts ...
0.69/0.70	c ============================[ Search Statistics ]============================
0.69/0.70	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.70	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.70	c =============================================================================
0.69/0.72	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.69/0.73	c  0.0s |       0 |       31 |        0 |     5488      0 |      331 |       60
0.69/0.73	c #cpu_time = 0.006s
0.69/0.73	c #wall_clock_time = 0.006s
0.69/0.73	c #decision = 31
0.69/0.73	c #random_decision = 0
0.69/0.73	c #conflict = 0
0.69/0.73	c #restart = 0
0.69/0.73	c BCD2: found a new core of size 3: cost of the new core is >=961
0.69/0.73	c lower bound updated to 28830
0.69/0.73	c BCD2: 28830 <= obj <= 19610044913
0.69/0.73	c BCD2: #cores=30, #unrelaxed=283, #relaxed=90, #hardened=0
0.69/0.73	c BCD2: #sat=1 #unsat=31 bias=31/32
0.69/0.73	c Solving starts ...
0.69/0.73	c ============================[ Search Statistics ]============================
0.69/0.73	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.73	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.73	c =============================================================================
0.69/0.73	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.69/0.74	c  0.0s |       0 |       33 |        1 |     5488      0 |      331 |       60
0.69/0.74	c #cpu_time = 0.008s
0.69/0.74	c #wall_clock_time = 0.008s
0.69/0.74	c #decision = 33
0.69/0.74	c #random_decision = 0
0.69/0.74	c #conflict = 1
0.69/0.74	c #restart = 0
0.69/0.74	c BCD2: found a new core of size 3: cost of the new core is >=28629151
0.69/0.74	c lower bound updated to 28657981
0.69/0.74	c BCD2: 28657981 <= obj <= 19610044913
0.69/0.74	c BCD2: #cores=31, #unrelaxed=280, #relaxed=93, #hardened=0
0.69/0.74	c BCD2: #sat=1 #unsat=32 bias=32/33
0.69/0.75	c Solving starts ...
0.69/0.75	c ============================[ Search Statistics ]============================
0.69/0.75	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.75	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.75	c =============================================================================
0.69/0.75	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       60
0.69/0.75	c  0.0s |       0 |       98 |        0 |     5488      0 |      331 |       60
0.69/0.75	c #cpu_time = 0.008s
0.69/0.75	c #wall_clock_time = 0.008s
0.69/0.75	c #decision = 98
0.69/0.75	c #random_decision = 0
0.69/0.75	c #conflict = 0
0.69/0.75	c #restart = 0
0.69/0.75	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.69/0.75	c lower bound updated to 171803736
0.69/0.76	c BCD2: 171803736 <= obj <= 19610044913
0.69/0.76	c BCD2: #cores=32, #unrelaxed=277, #relaxed=96, #hardened=0
0.69/0.76	c BCD2: #sat=1 #unsat=33 bias=33/34
0.69/0.76	c Solving starts ...
0.69/0.76	c ============================[ Search Statistics ]============================
0.69/0.76	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.76	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.76	c =============================================================================
0.69/0.76	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       61
0.69/0.77	c  0.0s |       0 |      124 |        0 |     5488      0 |      331 |       61
0.69/0.77	c #cpu_time = 0.008s
0.69/0.77	c #wall_clock_time = 0.008s
0.69/0.77	c #decision = 124
0.69/0.77	c #random_decision = 0
0.69/0.77	c #conflict = 0
0.69/0.77	c #restart = 0
0.69/0.77	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.69/0.77	c lower bound updated to 314949491
0.69/0.78	c BCD2: 314949491 <= obj <= 19610044913
0.69/0.78	c BCD2: #cores=33, #unrelaxed=271, #relaxed=102, #hardened=0
0.69/0.78	c BCD2: #sat=1 #unsat=34 bias=34/35
0.69/0.78	c Solving starts ...
0.69/0.78	c ============================[ Search Statistics ]============================
0.69/0.78	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.78	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.78	c =============================================================================
0.69/0.78	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       62
0.69/0.79	c  0.0s |       0 |      128 |        0 |     5488      0 |      331 |       62
0.69/0.79	c #cpu_time = 0.008s
0.69/0.79	c #wall_clock_time = 0.008s
0.69/0.79	c #decision = 128
0.69/0.79	c #random_decision = 0
0.69/0.79	c #conflict = 0
0.69/0.79	c #restart = 0
0.69/0.79	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.69/0.79	c lower bound updated to 458095246
0.69/0.79	c BCD2: 458095246 <= obj <= 19610044913
0.69/0.79	c BCD2: #cores=34, #unrelaxed=268, #relaxed=105, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=35 bias=35/36
0.69/0.79	c Solving starts ...
0.69/0.79	c ============================[ Search Statistics ]============================
0.69/0.79	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.69/0.79	c       |         |          |          |    Limit     GC | Var      | Constra 
0.69/0.79	c =============================================================================
0.69/0.79	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       63
0.79/0.80	c  0.0s |       0 |      134 |        0 |     5488      0 |      331 |       63
0.79/0.80	c #cpu_time = 0.008s
0.79/0.80	c #wall_clock_time = 0.008s
0.79/0.80	c #decision = 134
0.79/0.80	c #random_decision = 0
0.79/0.80	c #conflict = 0
0.79/0.80	c #restart = 0
0.79/0.80	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.79/0.80	c lower bound updated to 601241001
0.79/0.81	c BCD2: 601241001 <= obj <= 19610044913
0.79/0.81	c BCD2: #cores=35, #unrelaxed=265, #relaxed=108, #hardened=0
0.79/0.81	c BCD2: #sat=1 #unsat=36 bias=36/37
0.79/0.81	c Solving starts ...
0.79/0.81	c ============================[ Search Statistics ]============================
0.79/0.81	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.81	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.81	c =============================================================================
0.79/0.81	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       64
0.79/0.82	c  0.0s |       0 |      135 |        0 |     5488      0 |      331 |       64
0.79/0.82	c #cpu_time = 0.008s
0.79/0.82	c #wall_clock_time = 0.008s
0.79/0.82	c #decision = 135
0.79/0.82	c #random_decision = 0
0.79/0.82	c #conflict = 0
0.79/0.82	c #restart = 0
0.79/0.82	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.79/0.82	c lower bound updated to 744386756
0.79/0.82	c BCD2: 744386756 <= obj <= 19610044913
0.79/0.82	c BCD2: #cores=36, #unrelaxed=259, #relaxed=114, #hardened=0
0.79/0.82	c BCD2: #sat=1 #unsat=37 bias=37/38
0.79/0.83	c Solving starts ...
0.79/0.83	c ============================[ Search Statistics ]============================
0.79/0.83	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.83	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.83	c =============================================================================
0.79/0.83	c  0.0s |       0 |        0 |        0 |     5488      0 |      331 |       65
0.79/0.84	c  0.0s |       0 |      144 |        0 |     5488      0 |      331 |       65
0.79/0.84	c #cpu_time = 0.009s
0.79/0.84	c #wall_clock_time = 0.009s
0.79/0.84	c #decision = 144
0.79/0.84	c #random_decision = 0
0.79/0.84	c #conflict = 0
0.79/0.84	c #restart = 0
0.79/0.84	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=286291510
0.79/0.84	c BCD2: refineLB: 143145756 -> 286291510
0.79/0.84	c lower bound updated to 887532511
0.79/0.84	c BCD2: 887532511 <= obj <= 19610044913
0.79/0.84	c BCD2: #cores=36, #unrelaxed=252, #relaxed=121, #hardened=0
0.79/0.84	c BCD2: #sat=1 #unsat=38 bias=38/39
0.79/0.84	c Solving starts ...
0.79/0.84	c ============================[ Search Statistics ]============================
0.79/0.84	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.84	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.84	c =============================================================================
0.79/0.84	c  0.0s |       0 |        0 |        0 |     5488      0 |      332 |       65
0.79/0.85	c  0.0s |       0 |      138 |        0 |     5488      0 |      332 |       66
0.79/0.85	c #cpu_time = 0.009s
0.79/0.85	c #wall_clock_time = 0.009s
0.79/0.85	c #decision = 138
0.79/0.85	c #random_decision = 0
0.79/0.85	c #conflict = 0
0.79/0.85	c #restart = 0
0.79/0.85	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.79/0.85	c lower bound updated to 1030678266
0.79/0.86	c BCD2: 1030678266 <= obj <= 19610044913
0.79/0.86	c BCD2: #cores=37, #unrelaxed=249, #relaxed=124, #hardened=0
0.79/0.86	c BCD2: #sat=1 #unsat=39 bias=39/40
0.79/0.86	c Solving starts ...
0.79/0.86	c ============================[ Search Statistics ]============================
0.79/0.86	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.86	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.86	c =============================================================================
0.79/0.86	c  0.0s |       0 |        0 |        0 |     5488      0 |      332 |       67
0.79/0.87	c  0.0s |       0 |      169 |        1 |     5488      0 |      332 |       67
0.79/0.87	c #cpu_time = 0.009s
0.79/0.87	c #wall_clock_time = 0.009s
0.79/0.87	c #decision = 169
0.79/0.87	c #random_decision = 0
0.79/0.87	c #conflict = 1
0.79/0.87	c #restart = 0
0.79/0.87	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 12: cost of the new core is >=286291510
0.79/0.87	c BCD2: refineLB: 282712867 -> 286291510
0.79/0.87	c lower bound updated to 1173824021
0.79/0.87	c BCD2: 1173824021 <= obj <= 19610044913
0.79/0.87	c BCD2: #cores=37, #unrelaxed=243, #relaxed=130, #hardened=0
0.79/0.87	c BCD2: #sat=1 #unsat=40 bias=40/41
0.79/0.88	c Solving starts ...
0.79/0.88	c ============================[ Search Statistics ]============================
0.79/0.88	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.88	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.88	c =============================================================================
0.79/0.88	c  0.0s |       0 |        0 |        0 |     5488      0 |      335 |       67
0.79/0.89	c  0.0s |       0 |      137 |        0 |     5488      0 |      335 |       72
0.79/0.89	c #cpu_time = 0.009s
0.79/0.89	c #wall_clock_time = 0.009s
0.79/0.89	c #decision = 137
0.79/0.89	c #random_decision = 0
0.79/0.89	c #conflict = 0
0.79/0.89	c #restart = 0
0.79/0.89	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.79/0.89	c lower bound updated to 1316969776
0.79/0.89	c BCD2: 1316969776 <= obj <= 19610044913
0.79/0.89	c BCD2: #cores=38, #unrelaxed=240, #relaxed=133, #hardened=0
0.79/0.89	c BCD2: #sat=1 #unsat=41 bias=41/42
0.79/0.89	c Solving starts ...
0.79/0.89	c ============================[ Search Statistics ]============================
0.79/0.89	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.79/0.89	c       |         |          |          |    Limit     GC | Var      | Constra 
0.79/0.89	c =============================================================================
0.79/0.89	c  0.0s |       0 |        0 |        0 |     5488      0 |      335 |       73
0.89/0.90	c  0.0s |       0 |      142 |        0 |     5488      0 |      335 |       73
0.89/0.90	c #cpu_time = 0.009s
0.89/0.90	c #wall_clock_time = 0.009s
0.89/0.90	c #decision = 142
0.89/0.90	c #random_decision = 0
0.89/0.90	c #conflict = 0
0.89/0.90	c #restart = 0
0.89/0.90	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.89/0.90	c lower bound updated to 1460115531
0.89/0.91	c BCD2: 1460115531 <= obj <= 19610044913
0.89/0.91	c BCD2: #cores=39, #unrelaxed=234, #relaxed=139, #hardened=0
0.89/0.91	c BCD2: #sat=1 #unsat=42 bias=42/43
0.89/0.91	c Solving starts ...
0.89/0.91	c ============================[ Search Statistics ]============================
0.89/0.91	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.91	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.91	c =============================================================================
0.89/0.92	c  0.0s |       0 |        0 |        0 |     5488      0 |      335 |       74
0.89/0.92	c  0.0s |       0 |      147 |        0 |     5488      0 |      335 |       74
0.89/0.92	c #cpu_time = 0.009s
0.89/0.92	c #wall_clock_time = 0.009s
0.89/0.92	c #decision = 147
0.89/0.92	c #random_decision = 0
0.89/0.92	c #conflict = 0
0.89/0.92	c #restart = 0
0.89/0.92	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.89/0.92	c lower bound updated to 1603261286
0.89/0.93	c BCD2: 1603261286 <= obj <= 19610044913
0.89/0.93	c BCD2: #cores=40, #unrelaxed=228, #relaxed=145, #hardened=0
0.89/0.93	c BCD2: #sat=1 #unsat=43 bias=43/44
0.89/0.93	c Solving starts ...
0.89/0.93	c ============================[ Search Statistics ]============================
0.89/0.93	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.93	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.93	c =============================================================================
0.89/0.93	c  0.0s |       0 |        0 |        0 |     5488      0 |      335 |       75
0.89/0.94	c  0.0s |       0 |      150 |        0 |     5488      0 |      335 |       75
0.89/0.94	c #cpu_time = 0.008s
0.89/0.94	c #wall_clock_time = 0.008s
0.89/0.94	c #decision = 150
0.89/0.94	c #random_decision = 0
0.89/0.94	c #conflict = 0
0.89/0.94	c #restart = 0
0.89/0.94	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.89/0.94	c lower bound updated to 1746407041
0.89/0.95	c BCD2: 1746407041 <= obj <= 19610044913
0.89/0.95	c BCD2: #cores=41, #unrelaxed=222, #relaxed=151, #hardened=0
0.89/0.95	c BCD2: #sat=1 #unsat=44 bias=44/45
0.89/0.95	c Solving starts ...
0.89/0.95	c ============================[ Search Statistics ]============================
0.89/0.95	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.95	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.95	c =============================================================================
0.89/0.95	c  0.0s |       0 |        0 |        0 |     5488      0 |      335 |       76
0.89/0.96	c  0.0s |       0 |      152 |        0 |     5488      0 |      335 |       76
0.89/0.96	c #cpu_time = 0.008s
0.89/0.96	c #wall_clock_time = 0.008s
0.89/0.96	c #decision = 152
0.89/0.96	c #random_decision = 0
0.89/0.96	c #conflict = 0
0.89/0.96	c #restart = 0
0.89/0.96	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.89/0.96	c lower bound updated to 1889552796
0.89/0.96	c BCD2: 1889552796 <= obj <= 19610044913
0.89/0.96	c BCD2: #cores=42, #unrelaxed=219, #relaxed=154, #hardened=0
0.89/0.96	c BCD2: #sat=1 #unsat=45 bias=45/46
0.89/0.97	c Solving starts ...
0.89/0.97	c ============================[ Search Statistics ]============================
0.89/0.97	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.97	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.97	c =============================================================================
0.89/0.97	c  0.0s |       0 |        0 |        0 |     5488      0 |      335 |       77
0.89/0.97	c  0.0s |       0 |      152 |        0 |     5488      0 |      335 |       77
0.89/0.97	c #cpu_time = 0.008s
0.89/0.97	c #wall_clock_time = 0.008s
0.89/0.97	c #decision = 152
0.89/0.97	c #random_decision = 0
0.89/0.97	c #conflict = 0
0.89/0.97	c #restart = 0
0.89/0.97	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.89/0.97	c lower bound updated to 2032698551
0.89/0.98	c BCD2: 2032698551 <= obj <= 19610044913
0.89/0.98	c BCD2: #cores=43, #unrelaxed=213, #relaxed=160, #hardened=0
0.89/0.98	c BCD2: #sat=1 #unsat=46 bias=46/47
0.89/0.98	c Solving starts ...
0.89/0.98	c ============================[ Search Statistics ]============================
0.89/0.98	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.89/0.98	c       |         |          |          |    Limit     GC | Var      | Constra 
0.89/0.98	c =============================================================================
0.89/0.98	c  0.0s |       0 |        0 |        0 |     5488      0 |      335 |       78
0.89/0.99	c  0.0s |       0 |      154 |        0 |     5488      0 |      335 |       78
0.89/0.99	c #cpu_time = 0.009s
0.89/0.99	c #wall_clock_time = 0.009s
0.89/0.99	c #decision = 154
0.89/0.99	c #random_decision = 0
0.89/0.99	c #conflict = 0
0.89/0.99	c #restart = 0
0.89/0.99	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.89/0.99	c lower bound updated to 2175844306
0.99/1.00	c BCD2: 2175844306 <= obj <= 19610044913
0.99/1.00	c BCD2: #cores=44, #unrelaxed=207, #relaxed=166, #hardened=0
0.99/1.00	c BCD2: #sat=1 #unsat=47 bias=47/48
0.99/1.00	c Solving starts ...
0.99/1.00	c ============================[ Search Statistics ]============================
0.99/1.00	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.00	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.00	c =============================================================================
0.99/1.00	c  0.0s |       0 |        0 |        0 |     5488      0 |      335 |       79
0.99/1.01	c  0.0s |       0 |      155 |        0 |     5488      0 |      335 |       79
0.99/1.01	c #cpu_time = 0.009s
0.99/1.01	c #wall_clock_time = 0.009s
0.99/1.01	c #decision = 155
0.99/1.01	c #random_decision = 0
0.99/1.01	c #conflict = 0
0.99/1.01	c #restart = 0
0.99/1.01	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.99/1.01	c lower bound updated to 2318990061
0.99/1.01	c BCD2: 2318990061 <= obj <= 19610044913
0.99/1.01	c BCD2: #cores=45, #unrelaxed=201, #relaxed=172, #hardened=0
0.99/1.01	c BCD2: #sat=1 #unsat=48 bias=48/49
0.99/1.02	c Solving starts ...
0.99/1.02	c ============================[ Search Statistics ]============================
0.99/1.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.02	c =============================================================================
0.99/1.02	c  0.0s |       0 |        0 |        0 |     5488      0 |      335 |       80
0.99/1.03	c  0.0s |       0 |      157 |        0 |     5488      0 |      335 |       80
0.99/1.03	c #cpu_time = 0.009s
0.99/1.03	c #wall_clock_time = 0.009s
0.99/1.03	c #decision = 157
0.99/1.03	c #random_decision = 0
0.99/1.03	c #conflict = 0
0.99/1.03	c #restart = 0
0.99/1.03	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.99/1.03	c lower bound updated to 2462135816
0.99/1.03	c BCD2: 2462135816 <= obj <= 19610044913
0.99/1.03	c BCD2: #cores=46, #unrelaxed=198, #relaxed=175, #hardened=0
0.99/1.03	c BCD2: #sat=1 #unsat=49 bias=49/50
0.99/1.03	c Solving starts ...
0.99/1.03	c ============================[ Search Statistics ]============================
0.99/1.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.03	c =============================================================================
0.99/1.03	c  0.0s |       0 |        0 |        0 |     5488      0 |      335 |       81
0.99/1.04	c  0.0s |       0 |      156 |        0 |     5488      0 |      335 |       81
0.99/1.04	c #cpu_time = 0.009s
0.99/1.04	c #wall_clock_time = 0.009s
0.99/1.04	c #decision = 156
0.99/1.04	c #random_decision = 0
0.99/1.04	c #conflict = 0
0.99/1.04	c #restart = 0
0.99/1.04	c BCD2: relaxing 7 and merging with 1 cores into a new core of size 10: cost of the new core is >=286291510
0.99/1.04	c BCD2: refineLB: 283428595 -> 286291510
0.99/1.04	c lower bound updated to 2605281571
0.99/1.05	c BCD2: 2605281571 <= obj <= 19610044913
0.99/1.05	c BCD2: #cores=46, #unrelaxed=191, #relaxed=182, #hardened=0
0.99/1.05	c BCD2: #sat=1 #unsat=50 bias=50/51
0.99/1.05	c Solving starts ...
0.99/1.05	c ============================[ Search Statistics ]============================
0.99/1.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.05	c =============================================================================
0.99/1.05	c  0.0s |       0 |        0 |        0 |     5488      0 |      336 |       81
0.99/1.06	c  0.0s |       0 |      155 |        0 |     5488      0 |      336 |       82
0.99/1.06	c #cpu_time = 0.011s
0.99/1.06	c #wall_clock_time = 0.011s
0.99/1.06	c #decision = 155
0.99/1.06	c #random_decision = 0
0.99/1.06	c #conflict = 0
0.99/1.06	c #restart = 0
0.99/1.06	c BCD2: found a new core of size 6: cost of the new core is >=143145755
0.99/1.06	c lower bound updated to 2748427326
0.99/1.07	c BCD2: 2748427326 <= obj <= 19610044913
0.99/1.07	c BCD2: #cores=47, #unrelaxed=185, #relaxed=188, #hardened=0
0.99/1.07	c BCD2: #sat=1 #unsat=51 bias=51/52
0.99/1.07	c Solving starts ...
0.99/1.07	c ============================[ Search Statistics ]============================
0.99/1.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.07	c =============================================================================
0.99/1.07	c  0.0s |       0 |        0 |        0 |     5488      0 |      336 |       83
0.99/1.08	c  0.0s |       0 |      151 |        0 |     5488      0 |      336 |       83
0.99/1.08	c #cpu_time = 0.009s
0.99/1.08	c #wall_clock_time = 0.009s
0.99/1.08	c #decision = 151
0.99/1.08	c #random_decision = 0
0.99/1.08	c #conflict = 0
0.99/1.08	c #restart = 0
0.99/1.08	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.99/1.08	c lower bound updated to 2891573081
0.99/1.09	c BCD2: 2891573081 <= obj <= 19610044913
0.99/1.09	c BCD2: #cores=48, #unrelaxed=182, #relaxed=191, #hardened=0
0.99/1.09	c BCD2: #sat=1 #unsat=52 bias=52/53
0.99/1.09	c Solving starts ...
0.99/1.09	c ============================[ Search Statistics ]============================
0.99/1.09	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.99/1.09	c       |         |          |          |    Limit     GC | Var      | Constra 
0.99/1.09	c =============================================================================
0.99/1.09	c  0.0s |       0 |        0 |        0 |     5488      0 |      336 |       84
0.99/1.10	c  0.0s |       0 |      154 |        0 |     5488      0 |      336 |       84
0.99/1.10	c #cpu_time = 0.009s
0.99/1.10	c #wall_clock_time = 0.009s
0.99/1.10	c #decision = 154
0.99/1.10	c #random_decision = 0
0.99/1.10	c #conflict = 0
0.99/1.10	c #restart = 0
0.99/1.10	c BCD2: found a new core of size 3: cost of the new core is >=143145755
0.99/1.10	c lower bound updated to 3034718836
1.10/1.10	c BCD2: 3034718836 <= obj <= 19610044913
1.10/1.10	c BCD2: #cores=49, #unrelaxed=179, #relaxed=194, #hardened=0
1.10/1.10	c BCD2: #sat=1 #unsat=53 bias=53/54
1.10/1.11	c Solving starts ...
1.10/1.11	c ============================[ Search Statistics ]============================
1.10/1.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.11	c =============================================================================
1.10/1.11	c  0.0s |       0 |        0 |        0 |     5488      0 |      336 |       85
1.10/1.12	c  0.0s |       0 |      159 |        0 |     5488      0 |      336 |       85
1.10/1.12	c #cpu_time = 0.009s
1.10/1.12	c #wall_clock_time = 0.009s
1.10/1.12	c #decision = 159
1.10/1.12	c #random_decision = 0
1.10/1.12	c #conflict = 0
1.10/1.12	c #restart = 0
1.10/1.12	c BCD2: found a new core of size 3: cost of the new core is >=143145755
1.10/1.12	c lower bound updated to 3177864591
1.10/1.13	c BCD2: 3177864591 <= obj <= 19610044913
1.10/1.13	c BCD2: #cores=50, #unrelaxed=176, #relaxed=197, #hardened=0
1.10/1.13	c BCD2: #sat=1 #unsat=54 bias=54/55
1.10/1.13	c Solving starts ...
1.10/1.13	c ============================[ Search Statistics ]============================
1.10/1.13	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.13	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.13	c =============================================================================
1.10/1.13	c  0.0s |       0 |        0 |        0 |     5488      0 |      336 |       86
1.10/1.14	c  0.0s |       0 |      165 |        0 |     5488      0 |      336 |       86
1.10/1.14	c #cpu_time = 0.010s
1.10/1.14	c #wall_clock_time = 0.010s
1.10/1.14	c #decision = 165
1.10/1.14	c #random_decision = 0
1.10/1.14	c #conflict = 0
1.10/1.14	c #restart = 0
1.10/1.14	c BCD2: found a new core of size 6: cost of the new core is >=143145755
1.10/1.14	c lower bound updated to 3321010346
1.10/1.15	c BCD2: 3321010346 <= obj <= 19610044913
1.10/1.15	c BCD2: #cores=51, #unrelaxed=170, #relaxed=203, #hardened=0
1.10/1.15	c BCD2: #sat=1 #unsat=55 bias=55/56
1.10/1.15	c Solving starts ...
1.10/1.15	c ============================[ Search Statistics ]============================
1.10/1.15	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.15	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.15	c =============================================================================
1.10/1.15	c  0.0s |       0 |        0 |        0 |     5488      0 |      336 |       87
1.10/1.17	c  0.0s |       0 |      200 |       16 |     5488      0 |      336 |       87
1.10/1.17	c #cpu_time = 0.019s
1.10/1.17	c #wall_clock_time = 0.019s
1.10/1.17	c #decision = 200
1.10/1.17	c #random_decision = 0
1.10/1.17	c #conflict = 16
1.10/1.17	c #restart = 0
1.10/1.17	c BCD2: relaxing 22 and merging with 6 cores into a new core of size 40: cost of the new core is >=772987077
1.10/1.17	c BCD2: refineLB: 744357927 -> 772987077
1.10/1.17	c lower bound updated to 3349639497
1.10/1.17	c BCD2: 3349639497 <= obj <= 19610044913
1.10/1.17	c BCD2: #cores=46, #unrelaxed=148, #relaxed=225, #hardened=0
1.10/1.17	c BCD2: #sat=1 #unsat=56 bias=56/57
1.10/1.18	c Solving starts ...
1.10/1.18	c ============================[ Search Statistics ]============================
1.10/1.18	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.10/1.18	c       |         |          |          |    Limit     GC | Var      | Constra 
1.10/1.18	c =============================================================================
1.10/1.18	c  0.0s |       0 |        0 |        0 |     5488      0 |      386 |       87
1.10/1.20	c  0.0s |       0 |     1482 |        0 |     5488      0 |      386 |      181
1.10/1.20	c #cpu_time = 0.019s
1.10/1.20	c #wall_clock_time = 0.019s
1.10/1.20	c #decision = 1482
1.10/1.20	c #random_decision = 3
1.10/1.20	c #conflict = 0
1.10/1.20	c #restart = 0
1.10/1.20	o 5812438403

Verifier Data

ERROR: no interpretation found !

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-4110920-1466392616/watcher-4110920-1466392616 -o /tmp/evaluation-result-4110920-1466392616/solver-4110920-1466392616 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466383825-12035 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4110920-1466392616.opb 

pid=13234
running on 4 cores: 1,3,5,7

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.07 2.03 2.05 3/179 13237
/proc/meminfo: memFree=26907732/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=724412 CPUtime=0 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 2704 0 0 0 0 0 0 0 20 0 4 0 41308352 741797888 2554 33554432000 4194304 16246674 140737410082800 140737410082224 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 181615 2564 441 2943 0 178509 0
[pid=13237/tid=13238] ppid=13234 vsize=741820 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 759623680 2624 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=745916 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 763817984 2640 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=751036 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 41308352 769060864 2657 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100208 s]
/proc/loadavg: 2.07 2.03 2.05 3/179 13237
/proc/meminfo: memFree=26907732/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=1302084 CPUtime=0.09 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 25571 0 0 0 6 3 0 0 20 0 4 0 41308352 1333334016 25358 33554432000 4194304 16246674 140737410082800 140737410082112 7371468 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 325521 25375 800 2943 0 322415 0
[pid=13237/tid=13238] ppid=13234 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 1333334016 25386 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 1333334016 25397 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 1333334016 25408 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1302084

[startup+0.200545 s]
/proc/loadavg: 2.07 2.03 2.05 3/179 13237
/proc/meminfo: memFree=26907732/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=1302084 CPUtime=0.19 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 42709 0 0 0 13 6 0 0 20 0 4 0 41308352 1333334016 42496 33554432000 4194304 16246674 140737410082800 140737410064704 12458619 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 325521 42496 833 2943 0 322415 0
[pid=13237/tid=13238] ppid=13234 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 1333334016 42496 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 1333334016 42496 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 1333334016 42496 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1302084

[startup+0.300478 s]
/proc/loadavg: 2.07 2.03 2.05 3/179 13237
/proc/meminfo: memFree=26907732/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=1302084 CPUtime=0.29 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 52773 0 0 0 21 8 0 0 20 0 4 0 41308352 1333334016 52561 33554432000 4194304 16246674 140737410082800 140737410064704 12449399 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 325521 52578 909 2943 0 322415 0
[pid=13237/tid=13238] ppid=13234 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 1333334016 52589 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 1333334016 52599 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=1302084 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 1333334016 52609 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1302084

[startup+0.700414 s]
/proc/loadavg: 2.07 2.03 2.05 3/179 13237
/proc/meminfo: memFree=26907732/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=1310276 CPUtime=0.69 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 76306 0 0 0 59 10 0 0 20 0 4 0 41308352 1341722624 76093 33554432000 4194304 16246674 140737410082800 140737410082112 5828829 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 327569 76093 911 2943 0 324463 0
[pid=13237/tid=13238] ppid=13234 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 1341722624 76093 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 1341722624 76093 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 1341722624 76093 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1310276

[startup+1.50042 s]
/proc/loadavg: 2.07 2.03 2.05 3/183 13241
/proc/meminfo: memFree=26604132/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=1310276 CPUtime=1.49 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 128544 0 0 0 131 18 0 0 20 0 4 0 41308352 1341722624 128332 33554432000 4194304 16246674 140737410082800 140737410064704 6962473 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 327569 128344 911 2943 0 324463 0
[pid=13237/tid=13238] ppid=13234 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 1341722624 128351 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 1341722624 128359 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 1341722624 128366 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1310276

[startup+3.10044 s]
/proc/loadavg: 2.07 2.03 2.05 4/183 13241
/proc/meminfo: memFree=25773216/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=1375812 CPUtime=3.09 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 285165 0 0 0 271 38 0 0 20 0 4 0 41308352 1408831488 284952 33554432000 4194304 16246674 140737410082800 140737410081464 12449269 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 343953 284952 911 2943 0 340847 0
[pid=13237/tid=13238] ppid=13234 vsize=1375812 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 1408831488 284952 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=1375812 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 1408831488 284952 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=1375812 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 1408831488 284952 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1375812

[startup+6.30044 s]
/proc/loadavg: 2.07 2.03 2.05 3/183 13241
/proc/meminfo: memFree=25721164/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=1375812 CPUtime=6.29 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 285165 0 0 0 591 38 0 0 20 0 4 0 41308352 1408831488 284952 33554432000 4194304 16246674 140737410082800 140737410064704 4207001 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 343953 284952 911 2943 0 340847 0
[pid=13237/tid=13238] ppid=13234 vsize=1375812 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 1408831488 284952 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=1375812 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 1408831488 284952 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=1375812 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 1408831488 284952 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1375812

[startup+12.7004 s]
/proc/loadavg: 2.06 2.03 2.05 3/183 13241
/proc/meminfo: memFree=25686964/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=1409604 CPUtime=12.68 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 293613 0 0 0 1229 39 0 0 20 0 4 0 41308352 1443434496 293400 33554432000 4194304 16246674 140737410082800 140737410064704 4206600 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 352401 293400 911 2943 0 349295 0
[pid=13237/tid=13238] ppid=13234 vsize=1409604 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 1443434496 293400 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=1409604 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 1443434496 293400 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=1409604 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 1443434496 293400 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1409604

[startup+25.5005 s]
/proc/loadavg: 2.05 2.02 2.05 3/183 13241
/proc/meminfo: memFree=25463676/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=1885764 CPUtime=25.49 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 412653 0 0 0 2491 58 0 0 20 0 4 0 41308352 1931022336 412440 33554432000 4194304 16246674 140737410082800 140737410064704 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 471441 412440 911 2943 0 468335 0
[pid=13237/tid=13238] ppid=13234 vsize=1885764 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 1931022336 412440 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=1885764 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 1931022336 412440 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=1885764 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 1931022336 412440 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1885764

[startup+51.1005 s]
/proc/loadavg: 2.10 2.04 2.05 3/183 13241
/proc/meminfo: memFree=23956800/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=3045956 CPUtime=51.08 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 702701 0 0 0 4992 116 0 0 20 0 4 0 41308352 3119058944 702488 33554432000 4194304 16246674 140737410082800 140737410082112 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 761489 702488 911 2943 0 758383 0
[pid=13237/tid=13238] ppid=13234 vsize=3045956 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 3119058944 702488 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=3045956 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 3119058944 702488 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=3045956 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 3119058944 702488 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3045956

[startup+102.301 s]
/proc/loadavg: 2.16 2.06 2.06 3/183 13242
/proc/meminfo: memFree=23241300/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=4426308 CPUtime=102.27 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 1053025 0 0 0 9991 236 0 0 20 0 4 0 41308352 4532539392 1047436 33554432000 4194304 16246674 140737410082800 140737410081464 4225154 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 1106577 1047439 911 2943 0 1103471 0
[pid=13237/tid=13238] ppid=13234 vsize=4426308 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 4532539392 1047454 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=4426308 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 4532539392 1047458 33554432000 4194304 16246674 140737410082800 140672226008080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=4426308 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 4532539392 1047463 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4426308


################
# More data... #
################


[startup+462.3 s]
/proc/loadavg: 2.01 2.03 2.03 3/183 13302
/proc/meminfo: memFree=15622268/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=12320324 CPUtime=462.2 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 6007288 0 0 0 45015 1205 0 0 20 0 4 0 41308352 12616011776 3021346 33554432000 4194304 16246674 140737410082800 140737410080768 14013533 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 3080081 3021346 915 2943 0 3076975 0
[pid=13237/tid=13238] ppid=13234 vsize=12320324 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 12616011776 3021346 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=12320324 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 12616011776 3021346 33554432000 4194304 16246674 140737410082800 140672226008080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=12320324 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 12616011776 3021346 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 12320324

[startup+522.3 s]
/proc/loadavg: 2.07 2.04 2.03 3/183 13303
/proc/meminfo: memFree=14726772/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=12595780 CPUtime=522.19 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 6076152 0 0 0 50997 1222 0 0 20 0 4 0 41308352 12898078720 3090210 33554432000 4194304 16246674 140737410082800 140737410080704 13899629 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 3148945 3090210 915 2943 0 3145839 0
[pid=13237/tid=13238] ppid=13234 vsize=12595780 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 12898078720 3090210 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=12595780 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 12898078720 3090210 33554432000 4194304 16246674 140737410082800 140672226008080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=12595780 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 12898078720 3090210 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 12595780

[startup+582.3 s]
/proc/loadavg: 2.06 2.04 2.03 3/183 13304
/proc/meminfo: memFree=14385004/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=12785220 CPUtime=582.18 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 6076500 0 0 0 56939 1279 0 0 20 0 4 0 41308352 13092065280 3137570 33554432000 4194304 16246674 140737410082800 140737410081896 14628944 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 3196305 3137570 915 2943 0 3193199 0
[pid=13237/tid=13238] ppid=13234 vsize=12785220 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 13092065280 3137570 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=12785220 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 13092065280 3137570 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=12785220 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 13092065280 3137570 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 12785220

[startup+642.3 s]
/proc/loadavg: 2.02 2.03 2.03 4/183 13305
/proc/meminfo: memFree=11086056/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=13789764 CPUtime=642.17 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 6276205 0 0 0 62820 1397 0 0 20 0 4 0 41308352 14120718336 3388375 33554432000 4194304 16246674 140737410082800 140737410080768 14007295 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 3447441 3388375 915 2943 0 3444335 0
[pid=13237/tid=13238] ppid=13234 vsize=13789764 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 14120718336 3388375 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=13789764 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 14120718336 3388375 33554432000 4194304 16246674 140737410082800 140672226008080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=13789764 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 14120718336 3388375 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 13789764

[startup+702.301 s]
/proc/loadavg: 2.00 2.02 2.02 3/183 13306
/proc/meminfo: memFree=10644144/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=14220868 CPUtime=702.16 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 6384312 0 0 0 68666 1550 0 0 20 0 4 0 41308352 14562168832 3496482 33554432000 4194304 16246674 140737410082800 140737410080704 4226245 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 3555217 3496482 915 2943 0 3552111 0
[pid=13237/tid=13238] ppid=13234 vsize=14220868 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 14562168832 3496482 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=14220868 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 14562168832 3496482 33554432000 4194304 16246674 140737410082800 140672226008080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=14220868 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 14562168832 3496482 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 702.16
Current children cumulated vsize (KiB) 14220868

[startup+762.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/183 13308
/proc/meminfo: memFree=8681336/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=15092292 CPUtime=762.16 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 6546470 0 0 0 74637 1579 0 0 20 0 4 0 41308352 15454507008 3714339 33554432000 4194304 16246674 140737410082800 140737410081896 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 3773073 3714339 915 2943 0 3769967 0
[pid=13237/tid=13238] ppid=13234 vsize=15092292 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 15454507008 3714339 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=15092292 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 15454507008 3714339 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=15092292 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 15454507008 3714339 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 762.16
Current children cumulated vsize (KiB) 15092292

[startup+822.3 s]
/proc/loadavg: 2.00 2.01 2.01 3/184 13312
/proc/meminfo: memFree=14091760/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=15092292 CPUtime=822.15 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 6546470 0 0 0 80605 1610 0 0 20 0 4 0 41308352 15454507008 3714339 33554432000 4194304 16246674 140737410082800 140737410081976 4225141 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 3773073 3714339 915 2943 0 3769967 0
[pid=13237/tid=13238] ppid=13234 vsize=15092292 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 15454507008 3714339 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=15092292 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 15454507008 3714339 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=15092292 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 15454507008 3714339 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 822.15
Current children cumulated vsize (KiB) 15092292



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+825.8 s]
/proc/loadavg: 2.00 2.01 2.01 3/184 13312
/proc/meminfo: memFree=13949392/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=15885892 CPUtime=825.65 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) R 13234 13237 12018 0 -1 4202496 6685319 0 0 0 80936 1629 0 0 20 0 4 0 41308352 16267153408 3895090 33554432000 4194304 16246674 140737410082800 140737410081896 14747120 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 3971473 3895090 915 2943 0 3968367 0
[pid=13237/tid=13238] ppid=13234 vsize=15885892 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) S 13234 13237 12018 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 41308352 16267153408 3895090 33554432000 4194304 16246674 140737410082800 140672236498160 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=13237/tid=13239] ppid=13234 vsize=15885892 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13239/stat : 13239 (toysat) S 13234 13237 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 41308352 16267153408 3895090 33554432000 4194304 16246674 140737410082800 140672226008304 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=13237/tid=13240] ppid=13234 vsize=15885892 CPUtime=0 cores=1,3,5,7
/proc/13237/task/13240/stat : 13240 (toysat) S 13234 13237 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 41308352 16267153408 3895090 33554432000 4194304 16246674 140737410082800 140672215534768 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 825.65
Current children cumulated vsize (KiB) 15885892

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+826 s]
/proc/loadavg: 2.00 2.01 2.01 3/184 13312
/proc/meminfo: memFree=13949392/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=0 CPUtime=825.84 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) Z 13234 13237 12018 0 -1 4203532 6685330 0 0 0 80936 1648 0 0 20 0 2 0 41308352 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 0 0 0 0 0 0 0
[pid=13237/tid=13238] ppid=13234 vsize=0 CPUtime=0.18 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) R 13234 13237 12018 0 -1 4203588 10 0 0 0 0 18 0 0 20 0 2 0 41308352 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 825.84
Current children cumulated vsize (KiB) 0

[startup+826.4 s]
/proc/loadavg: 2.00 2.01 2.01 3/182 13312
/proc/meminfo: memFree=19381948/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=0 CPUtime=826.24 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) Z 13234 13237 12018 0 -1 4203532 6685330 0 0 0 80936 1688 0 0 20 0 2 0 41308352 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 0 0 0 0 0 0 0
[pid=13237/tid=13238] ppid=13234 vsize=0 CPUtime=0.58 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) R 13234 13237 12018 0 -1 4203588 10 0 0 0 0 58 0 0 20 0 2 0 41308352 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 826.24
Current children cumulated vsize (KiB) 0

[startup+826.5 s]
/proc/loadavg: 2.00 2.01 2.01 3/182 13312
/proc/meminfo: memFree=19381948/32872528 swapFree=338416/354768
[pid=13237] ppid=13234 vsize=0 CPUtime=826.34 cores=1,3,5,7
/proc/13237/stat : 13237 (toysat) Z 13234 13237 12018 0 -1 4203532 6685330 0 0 0 80936 1698 0 0 20 0 2 0 41308352 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13237/statm: 0 0 0 0 0 0 0
[pid=13237/tid=13238] ppid=13234 vsize=0 CPUtime=0.68 cores=1,3,5,7
/proc/13237/task/13238/stat : 13238 (toysat) R 13234 13237 12018 0 -1 4203588 10 0 0 0 0 68 0 0 20 0 2 0 41308352 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 826.34
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 826.584
CPU time (s): 826.426
CPU user time (s): 809.362
CPU system time (s): 17.0644
CPU usage (%): 99.981
Max. virtual memory (cumulated for all children) (KiB): 15885892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 809.362
system time used= 17.0644
maximum resident set size= 15602888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6685330
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= 309
involuntary context switches= 834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.12268 second user time and 3.16752 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-20 05:16:56
IDJOB=4110920
IDBENCH=108572
IDSOLVER=2542
FILE ID=node126/4110920-1466392616
RUNJOBID= node126-1466383825-12035
PBS_JOBID= 19923255
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB16/normalized-PB16/OPT-BIGINT-LIN/lion9-single-obj/normalized-single-obj-f6-ACTotalLoss.seq-A-2-combined-irabcde.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110920-1466392616/watcher-4110920-1466392616 -o /tmp/evaluation-result-4110920-1466392616/solver-4110920-1466392616 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466383825-12035 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4110920-1466392616.opb

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

MD5SUM BENCH= 5f3517e6d88fc3493a4ba412aaf919f1
RANDOM SEED=27811420

node126.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.121
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	: 5332.24
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.121
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.121
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.55
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.121
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.121
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.55
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.121
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.55
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.121
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.121
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:        26907888 kB
Buffers:           59204 kB
Cached:            94768 kB
SwapCached:         1820 kB
Active:          4791748 kB
Inactive:          74208 kB
Active(anon):    4712316 kB
Inactive(anon):     1508 kB
Active(file):      79432 kB
Inactive(file):    72700 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67099100 kB
Dirty:             16716 kB
Writeback:             0 kB
AnonPages:       5065488 kB
Mapped:            10796 kB
Shmem:                 0 kB
Slab:             601216 kB
SReclaimable:      44508 kB
SUnreclaim:       556708 kB
KernelStack:        1504 kB
PageTables:        14568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5206192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1202176 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 node126 at 2016-06-20 05:30:43