Trace number 4117852

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-02OPT70 4.15737 4.15957

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_12x12_009.opb.metafix.opb
MD5SUM3f9ba004980b8c53e064526fb2a41bd8
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark70
Best CPU time to get the best result obtained on this benchmark0.947855
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint12
Number of terms in the objective function 144
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 144
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 144
Number of bits of the biggest sum of numbers8
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-29T23:51:12+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-4117852-1467237072.opb"]
0.00/0.01	c use --random-gen="3292781234 1951846848 3347692781 2642114347 1233629612 669469509 3034042009 1536145625 1832786462 2468395527 411069616 1761370957 3479680688 554882320 4068278769 715327543 1764339751 128279229 3086914929 3354528244 850295447 3781714111 2505291609 3572239796 4069700247 2855049259 3298993177 4061979591 737814328 4008519814 3894052223 460782508 2315467048 632319283 729930592 1109659974 2931596872 288777025 3815904260 4183153964 353812044 2430846776 4043165594 2896092536 1389297432 4089797555 594969389 1342397320 3803006086 3959988706 49285795 1675403528 2901251996 3775805399 70511563 2008312789 2936362331 1748417425 3628019205 4128911130 1915243786 51093855 4165440473 177542897 4203524789 3788907647 1339953337 3209795802 204914086 1072802245 2955812056 1448012988 2597822417 2269717061 2493161079 1426202687 1027700406 4119622482 1830423860 966707188 1150769889 2860822045 3849330093 2325544550 1029999203 3623818802 3577279100 3100704972 411906343 2477847753 488059842 1918667617 2010383781 3247118489 330885911 1349752320 3783107567 2942774491 106974154 975289188 1648128887 1658866662 362065768 1469300439 2484486844 1499152234 1607555423 3252754322 1262965097 2446230912 594647631 2715934932 56617329 1478142220 4185176676 297827866 2268900222 4049168579 286707313 1233406328 375147251 2231156038 3072018982 2714384151 1298183048 1269995610 3396352645 2793067664 1942187322 2076933475 435913232 1604574413 2044059439 2898133544 3407740633 1919772604 260401739 3595763466 1035512779 2064964720 77760795 180283223 1665493549 1506927384 3020569156 3609504178 54320700 3253958825 3052822039 451658436 3576889717 2882879486 2268125608 293950778 2825359170 3608190817 58284651 1848074875 1356391327 393091925 370342237 3029637857 3070161808 1636940862 404783237 1993089876 3076812007 2770643077 868731562 2356709408 899593058 687653983 1229880382 3491465196 3694607554 1432385768 2571667074 3874158037 2844310173 1130565243 808784519 1019438962 3274713130 743573663 1947867753 3324757278 3952672615 1196670902 2364586327 2864454750 1320147962 2340645628 915844380 3358422234 939806540 433121563 4222027222 668097774 2979000490 2833739607 59700662 2115045179 2910872002 1737744375 699297502 2890106180 2518463490 710066800 2415105535 649334233 3212249689 3399490616 647985362 1747214242 2474862654 3672540336 532170860 839144657 3491197614 2238538526 3893304153 3878531625 4170267731 2035893714 2487975852 1421980286 3453983615 3650113969 1173069012 726740853 4124810519 3880535410 2746029651 2026292567 1455228189 2455179066 1214854074 98430914 2087192091 1876238745 2146235690 902866657 2080378143 3823422815 2549375802 930873933 4156778228 4206178871 3693754563 2622590087 2872164999 3711927025 2934968434 3579354268 1015843557 2173736992 255 362436" option to reproduce the execution
0.00/0.01	c #vars 144
0.00/0.01	c #constraints 70
0.00/0.01	c BCD2: Hardening is enabled.
0.00/0.01	c BCD2: BiasedSearch is enabled.
0.00/0.01	c Solving starts ...
0.00/0.01	c ============================[ Search Statistics ]============================
0.00/0.01	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.01	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.01	c =============================================================================
0.00/0.01	c  0.0s |       0 |        0 |        0 |       88      0 |       26 |        0
0.00/0.03	c  0.0s |       0 |      108 |       87 |       88      0 |       26 |        0
0.00/0.03	c #cpu_time = 0.011s
0.00/0.03	c #wall_clock_time = 0.011s
0.00/0.03	c #decision = 108
0.00/0.03	c #random_decision = 1
0.00/0.03	c #conflict = 87
0.00/0.03	c #restart = 0
0.00/0.03	o 70
0.00/0.03	c BCD2: updating upper bound: 144 -> 69
0.00/0.03	c BCD2: 0 <= obj <= 69
0.00/0.03	c BCD2: #cores=0, #unrelaxed=144, #relaxed=0, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=1 bias=1/2
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       88      0 |       26 |        0
0.00/0.03	c  0.0s |       0 |        2 |        0 |       88      0 |       26 |        0
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 2
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 3: cost of the new core is >=1
0.00/0.03	c lower bound updated to 1
0.00/0.03	c BCD2: 1 <= obj <= 69
0.00/0.03	c BCD2: #cores=1, #unrelaxed=141, #relaxed=3, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=2 bias=2/3
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       88      0 |       26 |        0
0.00/0.03	c  0.0s |       0 |        5 |        1 |       88      0 |       26 |        0
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 5
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 1
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 7: cost of the new core is >=2
0.00/0.03	c lower bound updated to 2
0.00/0.03	c BCD2: 2 <= obj <= 69
0.00/0.03	c BCD2: #cores=1, #unrelaxed=137, #relaxed=7, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=3 bias=3/4
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       88      0 |       27 |        0
0.00/0.03	c  0.0s |       0 |        1 |        0 |       88      0 |       27 |        1
0.00/0.03	c #cpu_time = 0.000s
0.00/0.03	c #wall_clock_time = 0.000s
0.00/0.03	c #decision = 1
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 1: cost of the new core is >=1
0.00/0.03	c lower bound updated to 3
0.00/0.03	c BCD2: 3 <= obj <= 69
0.00/0.03	c BCD2: #cores=2, #unrelaxed=136, #relaxed=8, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=4 bias=4/5
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       88      0 |       27 |        1
0.00/0.03	c  0.0s |       0 |        4 |        1 |       88      0 |       27 |        1
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 4
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 1
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
0.00/0.03	c lower bound updated to 4
0.00/0.03	c BCD2: 4 <= obj <= 69
0.00/0.03	c BCD2: #cores=2, #unrelaxed=134, #relaxed=10, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=5 bias=5/6
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       88      0 |       28 |        1
0.00/0.03	c  0.0s |       0 |        6 |        1 |       88      0 |       28 |        2
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 6
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 1
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 13: cost of the new core is >=4
0.00/0.03	c lower bound updated to 5
0.00/0.03	c BCD2: 5 <= obj <= 69
0.00/0.03	c BCD2: #cores=2, #unrelaxed=130, #relaxed=14, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=6 bias=6/7
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       88      0 |       29 |        2
0.00/0.03	c  0.0s |       0 |        5 |        0 |       88      0 |       29 |        3
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 5
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 1: cost of the new core is >=1
0.00/0.03	c lower bound updated to 6
0.00/0.03	c BCD2: 6 <= obj <= 69
0.00/0.03	c BCD2: #cores=3, #unrelaxed=129, #relaxed=15, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=7 bias=7/8
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       88      0 |       29 |        3
0.00/0.03	c  0.0s |       0 |        8 |        1 |       88      0 |       29 |        3
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 8
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 1
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.03	c lower bound updated to 7
0.00/0.03	c BCD2: 7 <= obj <= 69
0.00/0.03	c BCD2: #cores=4, #unrelaxed=125, #relaxed=19, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=8 bias=8/9
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       88      0 |       29 |        3
0.00/0.03	c  0.0s |       0 |       10 |        1 |       88      0 |       29 |        3
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 10
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 1
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 9: cost of the new core is >=2
0.00/0.03	c lower bound updated to 8
0.00/0.03	c BCD2: 8 <= obj <= 69
0.00/0.03	c BCD2: #cores=4, #unrelaxed=120, #relaxed=24, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=9 bias=9/10
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.03	c =============================================================================
0.00/0.03	c  0.0s |       0 |        0 |        0 |       88      0 |       30 |        3
0.00/0.03	c  0.0s |       0 |        7 |        0 |       88      0 |       30 |        4
0.00/0.03	c #cpu_time = 0.001s
0.00/0.03	c #wall_clock_time = 0.001s
0.00/0.03	c #decision = 7
0.00/0.03	c #random_decision = 0
0.00/0.03	c #conflict = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 1: cost of the new core is >=1
0.00/0.03	c lower bound updated to 9
0.00/0.03	c BCD2: 9 <= obj <= 69
0.00/0.03	c BCD2: #cores=5, #unrelaxed=119, #relaxed=25, #hardened=0
0.00/0.03	c BCD2: #sat=1 #unsat=10 bias=10/11
0.00/0.03	c Solving starts ...
0.00/0.03	c ============================[ Search Statistics ]============================
0.00/0.03	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.03	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       88      0 |       30 |        4
0.00/0.04	c  0.0s |       0 |        9 |        1 |       88      0 |       30 |        4
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 9
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 1
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 17: cost of the new core is >=5
0.00/0.04	c lower bound updated to 10
0.00/0.04	c BCD2: 10 <= obj <= 69
0.00/0.04	c BCD2: #cores=5, #unrelaxed=115, #relaxed=29, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=11 bias=11/12
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       88      0 |       31 |        4
0.00/0.04	c  0.0s |       0 |        9 |        0 |       88      0 |       31 |        5
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 9
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.04	c lower bound updated to 11
0.00/0.04	c BCD2: 11 <= obj <= 69
0.00/0.04	c BCD2: #cores=6, #unrelaxed=111, #relaxed=33, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=12 bias=12/13
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       88      0 |       31 |        5
0.00/0.04	c  0.0s |       0 |        9 |        1 |       88      0 |       31 |        5
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 9
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 1
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: relaxing 2 and merging with 1 cores into a new core of size 6: cost of the new core is >=2
0.00/0.04	c lower bound updated to 12
0.00/0.04	c BCD2: 12 <= obj <= 69
0.00/0.04	c BCD2: #cores=6, #unrelaxed=109, #relaxed=35, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=13 bias=13/14
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       88      0 |       32 |        5
0.00/0.04	c  0.0s |       0 |       10 |        1 |       88      0 |       32 |        6
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 10
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 1
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 9: cost of the new core is >=3
0.00/0.04	c lower bound updated to 13
0.00/0.04	c BCD2: 13 <= obj <= 69
0.00/0.04	c BCD2: #cores=6, #unrelaxed=106, #relaxed=38, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=14 bias=14/15
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       88      0 |       33 |        6
0.00/0.04	c  0.0s |       0 |       15 |        0 |       88      0 |       33 |        7
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 15
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: found a new core of size 8: cost of the new core is >=1
0.00/0.04	c lower bound updated to 14
0.00/0.04	c BCD2: 14 <= obj <= 69
0.00/0.04	c BCD2: #cores=7, #unrelaxed=98, #relaxed=46, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=15 bias=15/16
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       88      0 |       33 |        7
0.00/0.04	c  0.0s |       0 |       13 |        0 |       88      0 |       33 |        7
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 13
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: found a new core of size 1: cost of the new core is >=1
0.00/0.04	c lower bound updated to 15
0.00/0.04	c BCD2: 15 <= obj <= 69
0.00/0.04	c BCD2: #cores=8, #unrelaxed=97, #relaxed=47, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=16 bias=16/17
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       88      0 |       33 |        7
0.00/0.04	c  0.0s |       0 |       20 |        0 |       88      0 |       33 |        7
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 20
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: found a new core of size 7: cost of the new core is >=1
0.00/0.04	c lower bound updated to 16
0.00/0.04	c BCD2: 16 <= obj <= 69
0.00/0.04	c BCD2: #cores=9, #unrelaxed=90, #relaxed=54, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=17 bias=17/18
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       88      0 |       33 |        7
0.00/0.04	c  0.0s |       0 |       19 |        0 |       88      0 |       33 |        7
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 19
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: found a new core of size 1: cost of the new core is >=1
0.00/0.04	c lower bound updated to 17
0.00/0.04	c BCD2: 17 <= obj <= 69
0.00/0.04	c BCD2: #cores=10, #unrelaxed=89, #relaxed=55, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=18 bias=18/19
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       88      0 |       33 |        7
0.00/0.04	c  0.0s |       0 |       24 |        0 |       88      0 |       33 |        7
0.00/0.04	c #cpu_time = 0.001s
0.00/0.04	c #wall_clock_time = 0.001s
0.00/0.04	c #decision = 24
0.00/0.04	c #random_decision = 0
0.00/0.04	c #conflict = 0
0.00/0.04	c #restart = 0
0.00/0.04	c BCD2: found a new core of size 7: cost of the new core is >=1
0.00/0.04	c lower bound updated to 18
0.00/0.04	c BCD2: 18 <= obj <= 69
0.00/0.04	c BCD2: #cores=11, #unrelaxed=82, #relaxed=62, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=19 bias=19/20
0.00/0.04	c Solving starts ...
0.00/0.04	c ============================[ Search Statistics ]============================
0.00/0.04	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.04	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.04	c =============================================================================
0.00/0.04	c  0.0s |       0 |        0 |        0 |       88      0 |       33 |        7
0.00/0.05	c  0.0s |       0 |       24 |        1 |       88      0 |       33 |        7
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 24
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 1
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: relaxing 5 and merging with 1 cores into a new core of size 12: cost of the new core is >=2
0.00/0.05	c lower bound updated to 19
0.00/0.05	c BCD2: 19 <= obj <= 69
0.00/0.05	c BCD2: #cores=11, #unrelaxed=77, #relaxed=67, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=20 bias=20/21
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |       88      0 |       34 |        7
0.00/0.05	c  0.0s |       0 |       22 |        0 |       88      0 |       34 |        8
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 22
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 0
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: found a new core of size 1: cost of the new core is >=1
0.00/0.05	c lower bound updated to 20
0.00/0.05	c BCD2: 20 <= obj <= 69
0.00/0.05	c BCD2: #cores=12, #unrelaxed=76, #relaxed=68, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=21 bias=21/22
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |       88      0 |       34 |        8
0.00/0.05	c  0.0s |       0 |       24 |        1 |       88      0 |       34 |        8
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 24
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 1
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: relaxing 9 and merging with 1 cores into a new core of size 17: cost of the new core is >=2
0.00/0.05	c lower bound updated to 21
0.00/0.05	c BCD2: 21 <= obj <= 69
0.00/0.05	c BCD2: #cores=12, #unrelaxed=67, #relaxed=77, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=22 bias=22/23
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |       88      0 |       35 |        8
0.00/0.05	c  0.0s |       0 |       18 |        0 |       88      0 |       35 |        9
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 18
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 0
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: found a new core of size 5: cost of the new core is >=1
0.00/0.05	c lower bound updated to 22
0.00/0.05	c BCD2: 22 <= obj <= 69
0.00/0.05	c BCD2: #cores=13, #unrelaxed=62, #relaxed=82, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=23 bias=23/24
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |       88      0 |       35 |        9
0.00/0.05	c  0.0s |       0 |       19 |        1 |       88      0 |       35 |        9
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 19
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 1
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: relaxing 4 and merging with 1 cores into a new core of size 9: cost of the new core is >=2
0.00/0.05	c lower bound updated to 23
0.00/0.05	c BCD2: 23 <= obj <= 69
0.00/0.05	c BCD2: #cores=13, #unrelaxed=58, #relaxed=86, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=24 bias=24/25
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |       88      0 |       36 |        9
0.00/0.05	c  0.0s |       0 |       18 |        0 |       88      0 |       36 |       10
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 18
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 0
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: found a new core of size 1: cost of the new core is >=1
0.00/0.05	c lower bound updated to 24
0.00/0.05	c BCD2: 24 <= obj <= 69
0.00/0.05	c BCD2: #cores=14, #unrelaxed=57, #relaxed=87, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=25 bias=25/26
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |       88      0 |       36 |       10
0.00/0.05	c  0.0s |       0 |       22 |        1 |       88      0 |       36 |       10
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 22
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 1
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: found a new core of size 6: cost of the new core is >=1
0.00/0.05	c lower bound updated to 25
0.00/0.05	c BCD2: 25 <= obj <= 69
0.00/0.05	c BCD2: #cores=15, #unrelaxed=51, #relaxed=93, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=26 bias=26/27
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |       88      0 |       36 |       10
0.00/0.05	c  0.0s |       0 |       23 |        1 |       88      0 |       36 |       10
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 23
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 1
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: relaxing 6 and merging with 1 cores into a new core of size 12: cost of the new core is >=2
0.00/0.05	c lower bound updated to 26
0.00/0.05	c BCD2: 26 <= obj <= 69
0.00/0.05	c BCD2: #cores=15, #unrelaxed=45, #relaxed=99, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=27 bias=27/28
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |       88      0 |       37 |       10
0.00/0.05	c  0.0s |       0 |       19 |        0 |       88      0 |       37 |       11
0.00/0.05	c #cpu_time = 0.001s
0.00/0.05	c #wall_clock_time = 0.001s
0.00/0.05	c #decision = 19
0.00/0.05	c #random_decision = 0
0.00/0.05	c #conflict = 0
0.00/0.05	c #restart = 0
0.00/0.05	c BCD2: found a new core of size 1: cost of the new core is >=1
0.00/0.05	c lower bound updated to 27
0.00/0.05	c BCD2: 27 <= obj <= 69
0.00/0.05	c BCD2: #cores=16, #unrelaxed=44, #relaxed=100, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=28 bias=28/29
0.00/0.05	c Solving starts ...
0.00/0.05	c ============================[ Search Statistics ]============================
0.00/0.05	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.05	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.05	c =============================================================================
0.00/0.05	c  0.0s |       0 |        0 |        0 |       88      0 |       37 |       11
0.00/0.06	c  0.0s |       0 |       25 |        0 |       88      0 |       37 |       11
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 25
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 0
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: found a new core of size 8: cost of the new core is >=1
0.00/0.06	c lower bound updated to 28
0.00/0.06	c BCD2: 28 <= obj <= 69
0.00/0.06	c BCD2: #cores=17, #unrelaxed=36, #relaxed=108, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=29 bias=29/30
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |       88      0 |       37 |       11
0.00/0.06	c  0.0s |       0 |       22 |        0 |       88      0 |       37 |       11
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 22
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 0
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.06	c lower bound updated to 29
0.00/0.06	c BCD2: 29 <= obj <= 69
0.00/0.06	c BCD2: #cores=18, #unrelaxed=32, #relaxed=112, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=30 bias=30/31
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |       88      0 |       37 |       11
0.00/0.06	c  0.0s |       0 |       20 |        0 |       88      0 |       37 |       11
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 20
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 0
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: found a new core of size 1: cost of the new core is >=1
0.00/0.06	c lower bound updated to 30
0.00/0.06	c BCD2: 30 <= obj <= 69
0.00/0.06	c BCD2: #cores=19, #unrelaxed=31, #relaxed=113, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=31 bias=31/32
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |       88      0 |       37 |       11
0.00/0.06	c  0.0s |       0 |       24 |        1 |       97      0 |       37 |       11
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 24
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 1
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: relaxing 3 and merging with 1 cores into a new core of size 7: cost of the new core is >=2
0.00/0.06	c lower bound updated to 31
0.00/0.06	c BCD2: 31 <= obj <= 69
0.00/0.06	c BCD2: #cores=19, #unrelaxed=28, #relaxed=116, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=32 bias=32/33
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |       97      0 |       38 |       11
0.00/0.06	c  0.0s |       0 |       23 |        0 |       97      0 |       38 |       12
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 23
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 0
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: found a new core of size 1: cost of the new core is >=1
0.00/0.06	c lower bound updated to 32
0.00/0.06	c BCD2: 32 <= obj <= 69
0.00/0.06	c BCD2: #cores=20, #unrelaxed=27, #relaxed=117, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=33 bias=33/34
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |       97      0 |       38 |       12
0.00/0.06	c  0.0s |       0 |       28 |        0 |       97      0 |       38 |       12
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 28
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 0
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: found a new core of size 1: cost of the new core is >=1
0.00/0.06	c lower bound updated to 33
0.00/0.06	c BCD2: 33 <= obj <= 69
0.00/0.06	c BCD2: #cores=21, #unrelaxed=26, #relaxed=118, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=34 bias=34/35
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |       97      0 |       38 |       12
0.00/0.06	c  0.0s |       0 |       30 |        0 |       97      0 |       38 |       12
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 30
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 0
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: found a new core of size 6: cost of the new core is >=1
0.00/0.06	c lower bound updated to 34
0.00/0.06	c BCD2: 34 <= obj <= 69
0.00/0.06	c BCD2: #cores=22, #unrelaxed=20, #relaxed=124, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=35 bias=35/36
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |       97      0 |       38 |       12
0.00/0.06	c  0.0s |       0 |       26 |        0 |       97      0 |       38 |       12
0.00/0.06	c #cpu_time = 0.001s
0.00/0.06	c #wall_clock_time = 0.001s
0.00/0.06	c #decision = 26
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 0
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: found a new core of size 2: cost of the new core is >=1
0.00/0.06	c lower bound updated to 35
0.00/0.06	c BCD2: 35 <= obj <= 69
0.00/0.06	c BCD2: #cores=23, #unrelaxed=18, #relaxed=126, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=36 bias=36/37
0.00/0.06	c Solving starts ...
0.00/0.06	c ============================[ Search Statistics ]============================
0.00/0.06	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.06	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.06	c =============================================================================
0.00/0.06	c  0.0s |       0 |        0 |        0 |       97      0 |       38 |       13
0.00/0.07	c  0.0s |       0 |      124 |       57 |       97      0 |       38 |       13
0.00/0.07	c #cpu_time = 0.007s
0.00/0.07	c #wall_clock_time = 0.007s
0.00/0.07	c #decision = 124
0.00/0.07	c #random_decision = 1
0.00/0.07	c #conflict = 57
0.00/0.07	c #restart = 0
0.00/0.07	c BCD2: relaxing 1 and merging with 10 cores into a new core of size 95: cost of the new core is >=21
0.00/0.07	c lower bound updated to 36
0.00/0.07	c BCD2: 36 <= obj <= 69
0.00/0.07	c BCD2: #cores=14, #unrelaxed=17, #relaxed=127, #hardened=0
0.00/0.07	c BCD2: #sat=1 #unsat=37 bias=37/38
0.00/0.07	c Solving starts ...
0.00/0.07	c ============================[ Search Statistics ]============================
0.00/0.07	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.07	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.07	c =============================================================================
0.00/0.07	c  0.0s |       0 |        0 |        0 |       97      0 |       48 |       13
0.00/0.09	c  0.0s |       1 |      147 |      100 |      107      0 |       48 |       23
0.08/0.11	c  0.0s |       2 |      347 |      250 |      107      2 |       48 |       23
0.08/0.14	c  0.1s |       3 |      618 |      475 |      118      4 |       48 |       23
0.08/0.19	c  0.1s |       4 |     1015 |      813 |      130      7 |       48 |       23
0.08/0.19	c  0.1s |       4 |     1126 |      880 |      130      8 |       49 |       24
0.08/0.19	c #cpu_time = 0.119s
0.08/0.19	c #wall_clock_time = 0.119s
0.08/0.19	c #decision = 1126
0.08/0.19	c #random_decision = 4
0.08/0.19	c #conflict = 880
0.08/0.19	c #restart = 4
0.08/0.19	c BCD2: updating lower bound of a core
0.08/0.19	c lower bound updated to 39
0.08/0.19	c BCD2: 39 <= obj <= 69
0.08/0.19	c BCD2: #cores=14, #unrelaxed=17, #relaxed=127, #hardened=0
0.08/0.19	c BCD2: #sat=1 #unsat=38 bias=38/39
0.08/0.19	c Solving starts ...
0.08/0.19	c ============================[ Search Statistics ]============================
0.08/0.19	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.08/0.19	c       |         |          |          |    Limit     GC | Var      | Constra 
0.08/0.19	c =============================================================================
0.08/0.19	c  0.0s |       0 |        0 |        0 |      130      0 |       49 |       25
0.19/0.20	c  0.0s |       1 |      139 |      100 |      130      0 |       49 |       25
0.19/0.23	c  0.0s |       2 |      337 |      250 |      130      2 |       49 |       25
0.19/0.26	c  0.1s |       3 |      615 |      475 |      143      3 |       49 |       25
0.29/0.31	c  0.1s |       4 |     1032 |      813 |      143      6 |       49 |       25
0.29/0.38	c  0.2s |       5 |     1690 |     1320 |      158     11 |       49 |       25
0.39/0.49	c  0.3s |       6 |     2562 |     2081 |      158     17 |       49 |       25
0.58/0.66	c  0.5s |       7 |     3869 |     3223 |      174     25 |       49 |       25
0.89/0.93	c  0.7s |       8 |     5807 |     4936 |      192     38 |       49 |       25
1.29/1.30	c  1.1s |       9 |     8757 |     7506 |      212     56 |       49 |       25
1.29/1.33	c  1.1s |       9 |     9013 |     7717 |      212     58 |       49 |       25
1.29/1.33	c #cpu_time = 1.137s
1.29/1.33	c #wall_clock_time = 1.137s
1.29/1.33	c #decision = 9013
1.29/1.33	c #random_decision = 27
1.29/1.33	c #conflict = 7717
1.29/1.33	c #restart = 9
1.29/1.33	c BCD2: relaxing 2 and merging with 3 cores into a new core of size 118: cost of the new core is >=29
1.29/1.33	c lower bound updated to 40
1.29/1.33	c BCD2: 40 <= obj <= 69
1.29/1.33	c BCD2: #cores=12, #unrelaxed=15, #relaxed=129, #hardened=0
1.29/1.33	c BCD2: #sat=1 #unsat=39 bias=39/40
1.29/1.33	c Solving starts ...
1.29/1.33	c ============================[ Search Statistics ]============================
1.29/1.33	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.29/1.33	c       |         |          |          |    Limit     GC | Var      | Constra 
1.29/1.33	c =============================================================================
1.29/1.33	c  0.0s |       0 |        0 |        0 |      212      0 |       52 |       25
1.29/1.34	c  0.0s |       1 |      139 |      100 |      212      0 |       52 |       28
1.29/1.36	c  0.0s |       2 |      331 |      250 |      212      1 |       52 |       28
1.29/1.38	c  0.1s |       3 |      597 |      475 |      212      2 |       52 |       28
1.39/1.42	c  0.1s |       4 |      991 |      813 |      212      5 |       52 |       28
1.39/1.48	c  0.2s |       5 |     1576 |     1320 |      212      8 |       52 |       28
1.49/1.64	c  0.2s |       6 |     2449 |     2081 |      212     13 |       52 |       28
1.49/1.71	c  0.4s |       7 |     3745 |     3223 |      234     20 |       52 |       28
1.89/1.91	c  0.6s |       8 |     5672 |     4936 |      234     31 |       52 |       28
2.19/2.21	c  0.9s |       9 |     8609 |     7506 |      234     47 |       52 |       28
2.59/2.68	c  1.4s |      10 |    12926 |    11361 |      258     70 |       52 |       28
3.29/3.37	c  2.0s |      11 |    19477 |    17144 |      284    104 |       52 |       28
3.99/4.10	c  2.8s |      11 |    26280 |    23161 |      284    135 |       57 |       30
3.99/4.10	c #cpu_time = 2.767s
3.99/4.10	c #wall_clock_time = 2.767s
3.99/4.10	c #decision = 26280
3.99/4.10	c #random_decision = 68
3.99/4.10	c #conflict = 23161
3.99/4.10	c #restart = 11
3.99/4.10	c BCD2: updating lower bound of a core
3.99/4.10	c lower bound updated to 70
4.09/4.10	s OPTIMUM FOUND
4.09/4.10	v -x1 x2 -x3 x4 -x5 x6 -x7 -x8 -x9 -x10
4.09/4.10	v -x11 x12 -x13 -x14 x15 -x16 x17 x18 x19 x20
4.09/4.10	v x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30
4.09/4.10	v x31 x32 -x33 -x34 x35 -x36 -x37 -x38 x39 -x40
4.09/4.10	v x41 -x42 -x43 -x44 x45 x46 x47 x48 x49 x50
4.09/4.10	v -x51 x52 x53 -x54 x55 -x56 x57 x58 x59 -x60
4.09/4.10	v -x61 x62 -x63 -x64 x65 x66 -x67 x68 x69 x70
4.09/4.10	v x71 -x72 -x73 -x74 x75 -x76 -x77 x78 x79 -x80
4.09/4.10	v x81 x82 -x83 x84 x85 -x86 -x87 -x88 -x89 x90
4.09/4.10	v x91 -x92 x93 -x94 x95 -x96 x97 x98 x99 x100
4.09/4.10	v x101 -x102 -x103 x104 x105 -x106 x107 -x108 x109 -x110
4.09/4.10	v -x111 x112 x113 x114 x115 -x116 -x117 x118 -x119 -x120
4.09/4.10	v -x121 x122 -x123 x124 x125 -x126 -x127 x128 x129 -x130
4.09/4.10	v x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 x140
4.09/4.10	v -x141 x142 x143 -x144
4.09/4.10	c total CPU time = 4.098s
4.09/4.10	c total wall clock time = 4.098s

Verifier Data

OK	70

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

pid=6819
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.22 2.23 2.18 3/179 6822
/proc/meminfo: memFree=23454888/32872528 swapFree=1253612/1390560
[pid=6822] ppid=6819 vsize=670140 CPUtime=0 cores=1,3,5,7
/proc/6822/stat : 6822 (toysat) R 6819 6822 3971 0 -1 4202496 2491 0 0 0 0 0 0 0 20 0 4 0 4668032 686223360 3362 33554432000 4194304 16246674 140733919678960 140733919678384 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6822/statm: 168303 3372 441 2943 0 165197 0
[pid=6822/tid=6823] ppid=6819 vsize=689596 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6823/stat : 6823 (toysat) S 6819 6822 3971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 4668032 706146304 3435 33554432000 4194304 16246674 140733919678960 140387547065584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6822/tid=6824] ppid=6819 vsize=693692 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6824/stat : 6824 (toysat) S 6819 6822 3971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4668032 710340608 3450 33554432000 4194304 16246674 140733919678960 140387536575728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6822/tid=6825] ppid=6819 vsize=697788 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6825/stat : 6825 (toysat) S 6819 6822 3971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4668032 714534912 3468 33554432000 4194304 16246674 140733919678960 140387448515760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100153 s]
/proc/loadavg: 2.22 2.23 2.18 3/179 6822
/proc/meminfo: memFree=23454888/32872528 swapFree=1253612/1390560
[pid=6822] ppid=6819 vsize=1218116 CPUtime=0.08 cores=1,3,5,7
/proc/6822/stat : 6822 (toysat) R 6819 6822 3971 0 -1 4202496 22939 0 0 0 6 2 0 0 20 0 4 0 4668032 1247350784 23797 33554432000 4194304 16246674 140733919678960 140733919678384 13192951 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6822/statm: 304529 23804 783 2943 0 301423 0
[pid=6822/tid=6823] ppid=6819 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6823/stat : 6823 (toysat) S 6819 6822 3971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 4668032 1247350784 23809 33554432000 4194304 16246674 140733919678960 140387547065584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6822/tid=6824] ppid=6819 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6824/stat : 6824 (toysat) S 6819 6822 3971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4668032 1247350784 23814 33554432000 4194304 16246674 140733919678960 140387536575728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6822/tid=6825] ppid=6819 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6825/stat : 6825 (toysat) S 6819 6822 3971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4668032 1247350784 23819 33554432000 4194304 16246674 140733919678960 140387448515760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1218116

[startup+0.200521 s]
/proc/loadavg: 2.22 2.23 2.18 3/179 6822
/proc/meminfo: memFree=23454888/32872528 swapFree=1253612/1390560
[pid=6822] ppid=6819 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/6822/stat : 6822 (toysat) R 6819 6822 3971 0 -1 4202496 41691 0 0 0 14 5 0 0 20 0 4 0 4668032 1247350784 42550 33554432000 4194304 16246674 140733919678960 140733919678384 5675357 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6822/statm: 304529 42558 785 2943 0 301423 0
[pid=6822/tid=6823] ppid=6819 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6823/stat : 6823 (toysat) S 6819 6822 3971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 4668032 1247350784 42563 33554432000 4194304 16246674 140733919678960 140387547065584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6822/tid=6824] ppid=6819 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6824/stat : 6824 (toysat) S 6819 6822 3971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4668032 1247350784 42569 33554432000 4194304 16246674 140733919678960 140387536575728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6822/tid=6825] ppid=6819 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6825/stat : 6825 (toysat) S 6819 6822 3971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4668032 1247350784 42573 33554432000 4194304 16246674 140733919678960 140387448515760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300456 s]
/proc/loadavg: 2.22 2.23 2.18 3/179 6822
/proc/meminfo: memFree=23454888/32872528 swapFree=1253612/1390560
[pid=6822] ppid=6819 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/6822/stat : 6822 (toysat) R 6819 6822 3971 0 -1 4202496 60544 0 0 0 21 8 0 0 20 0 4 0 4668032 1247350784 61402 33554432000 4194304 16246674 140733919678960 140733919678384 5515837 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6822/statm: 304529 61411 785 2943 0 301423 0
[pid=6822/tid=6823] ppid=6819 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6823/stat : 6823 (toysat) S 6819 6822 3971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 4668032 1247350784 61417 33554432000 4194304 16246674 140733919678960 140387547065584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6822/tid=6824] ppid=6819 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6824/stat : 6824 (toysat) S 6819 6822 3971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4668032 1247350784 61426 33554432000 4194304 16246674 140733919678960 140387536575728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6822/tid=6825] ppid=6819 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6825/stat : 6825 (toysat) S 6819 6822 3971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4668032 1247350784 61431 33554432000 4194304 16246674 140733919678960 140387448515760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1218116

[startup+0.700401 s]
/proc/loadavg: 2.22 2.23 2.18 3/179 6822
/proc/meminfo: memFree=23454888/32872528 swapFree=1253612/1390560
[pid=6822] ppid=6819 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/6822/stat : 6822 (toysat) R 6819 6822 3971 0 -1 4202496 136819 0 0 0 49 20 0 0 20 0 4 0 4668032 1247350784 137677 33554432000 4194304 16246674 140733919678960 140733919660864 5831697 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6822/statm: 304529 137685 785 2943 0 301423 0
[pid=6822/tid=6823] ppid=6819 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6823/stat : 6823 (toysat) S 6819 6822 3971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 4668032 1247350784 137694 33554432000 4194304 16246674 140733919678960 140387547065584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6822/tid=6824] ppid=6819 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6824/stat : 6824 (toysat) S 6819 6822 3971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4668032 1247350784 137699 33554432000 4194304 16246674 140733919678960 140387536575728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6822/tid=6825] ppid=6819 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6825/stat : 6825 (toysat) S 6819 6822 3971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4668032 1247350784 137704 33554432000 4194304 16246674 140733919678960 140387448515760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50041 s]
/proc/loadavg: 2.22 2.23 2.18 3/183 6826
/proc/meminfo: memFree=22601600/32872528 swapFree=1253612/1390560
[pid=6822] ppid=6819 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/6822/stat : 6822 (toysat) R 6819 6822 3971 0 -1 4202496 245620 0 0 0 114 35 0 0 20 0 4 0 4668032 1248399360 246456 33554432000 4194304 16246674 140733919678960 140733919660864 13759557 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6822/statm: 304785 246456 847 2943 0 301679 0
[pid=6822/tid=6823] ppid=6819 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6823/stat : 6823 (toysat) S 6819 6822 3971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 4668032 1248399360 246456 33554432000 4194304 16246674 140733919678960 140387547065584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6822/tid=6824] ppid=6819 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6824/stat : 6824 (toysat) S 6819 6822 3971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4668032 1248399360 246456 33554432000 4194304 16246674 140733919678960 140387536575728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6822/tid=6825] ppid=6819 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6825/stat : 6825 (toysat) S 6819 6822 3971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4668032 1248399360 246456 33554432000 4194304 16246674 140733919678960 140387448515760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1219140

[startup+3.10042 s]
/proc/loadavg: 2.22 2.23 2.18 3/183 6826
/proc/meminfo: memFree=22389924/32872528 swapFree=1253612/1390560
[pid=6822] ppid=6819 vsize=1306180 CPUtime=3.09 cores=1,3,5,7
/proc/6822/stat : 6822 (toysat) R 6819 6822 3971 0 -1 4202496 267383 0 0 0 271 38 0 0 20 0 4 0 4668032 1337528320 268219 33554432000 4194304 16246674 140733919678960 140733919661960 13943729 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6822/statm: 326545 268219 847 2943 0 323439 0
[pid=6822/tid=6823] ppid=6819 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6823/stat : 6823 (toysat) S 6819 6822 3971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 4668032 1337528320 268219 33554432000 4194304 16246674 140733919678960 140387547065584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6822/tid=6824] ppid=6819 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6824/stat : 6824 (toysat) S 6819 6822 3971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4668032 1337528320 268219 33554432000 4194304 16246674 140733919678960 140387536575728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6822/tid=6825] ppid=6819 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6825/stat : 6825 (toysat) S 6819 6822 3971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4668032 1337528320 268219 33554432000 4194304 16246674 140733919678960 140387448515760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1306180

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

[startup+3.30036 s]
/proc/loadavg: 2.22 2.23 2.18 3/183 6826
/proc/meminfo: memFree=22389924/32872528 swapFree=1253612/1390560
[pid=6822] ppid=6819 vsize=1306180 CPUtime=3.29 cores=1,3,5,7
/proc/6822/stat : 6822 (toysat) R 6819 6822 3971 0 -1 4202496 267458 0 0 0 291 38 0 0 20 0 4 0 4668032 1337528320 268294 33554432000 4194304 16246674 140733919678960 140733919661960 5754966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6822/statm: 326545 268294 847 2943 0 323439 0
[pid=6822/tid=6823] ppid=6819 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6823/stat : 6823 (toysat) S 6819 6822 3971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 4668032 1337528320 268294 33554432000 4194304 16246674 140733919678960 140387547065584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6822/tid=6824] ppid=6819 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6824/stat : 6824 (toysat) S 6819 6822 3971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4668032 1337528320 268294 33554432000 4194304 16246674 140733919678960 140387536575728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6822/tid=6825] ppid=6819 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6825/stat : 6825 (toysat) S 6819 6822 3971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4668032 1337528320 268294 33554432000 4194304 16246674 140733919678960 140387448515760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.29
Current children cumulated vsize (KiB) 1306180

[startup+3.70042 s]
/proc/loadavg: 2.22 2.23 2.18 3/183 6826
/proc/meminfo: memFree=22381624/32872528 swapFree=1253612/1390560
[pid=6822] ppid=6819 vsize=1306180 CPUtime=3.69 cores=1,3,5,7
/proc/6822/stat : 6822 (toysat) R 6819 6822 3971 0 -1 4202496 267458 0 0 0 331 38 0 0 20 0 4 0 4668032 1337528320 268294 33554432000 4194304 16246674 140733919678960 140733919660864 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6822/statm: 326545 268294 847 2943 0 323439 0
[pid=6822/tid=6823] ppid=6819 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6823/stat : 6823 (toysat) S 6819 6822 3971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 4668032 1337528320 268294 33554432000 4194304 16246674 140733919678960 140387547065584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6822/tid=6824] ppid=6819 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6824/stat : 6824 (toysat) S 6819 6822 3971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4668032 1337528320 268294 33554432000 4194304 16246674 140733919678960 140387536575728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6822/tid=6825] ppid=6819 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6825/stat : 6825 (toysat) S 6819 6822 3971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4668032 1337528320 268294 33554432000 4194304 16246674 140733919678960 140387448515760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 1306180

[startup+4.10037 s]
/proc/loadavg: 2.22 2.23 2.18 3/183 6826
/proc/meminfo: memFree=22381624/32872528 swapFree=1253612/1390560
[pid=6822] ppid=6819 vsize=1306180 CPUtime=4.09 cores=1,3,5,7
/proc/6822/stat : 6822 (toysat) R 6819 6822 3971 0 -1 4202496 267458 0 0 0 371 38 0 0 20 0 4 0 4668032 1337528320 268294 33554432000 4194304 16246674 140733919678960 140733919660864 14073233 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/6822/statm: 326545 268294 847 2943 0 323439 0
[pid=6822/tid=6823] ppid=6819 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6823/stat : 6823 (toysat) S 6819 6822 3971 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 4668032 1337528320 268294 33554432000 4194304 16246674 140733919678960 140387547065584 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=6822/tid=6824] ppid=6819 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6824/stat : 6824 (toysat) S 6819 6822 3971 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 4668032 1337528320 268294 33554432000 4194304 16246674 140733919678960 140387536575728 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=6822/tid=6825] ppid=6819 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/6822/task/6825/stat : 6825 (toysat) S 6819 6822 3971 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 4668032 1337528320 268294 33554432000 4194304 16246674 140733919678960 140387448515760 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 1306180

Child status: 0
Real time (s): 4.15957
CPU time (s): 4.15737
CPU user time (s): 3.71544
CPU system time (s): 0.441932
CPU usage (%): 99.9471
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.71543
system time used= 0.441932
maximum resident set size= 1073196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267465
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= 21
involuntary context switches= 5

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.028995 second user time and 0.037994 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-29 23:51:12
IDJOB=4117852
IDBENCH=111621
IDSOLVER=2542
FILE ID=node119/4117852-1467237072
RUNJOBID= node119-1467209132-3988
PBS_JOBID= 19997583
Free space on /tmp= 71716 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_12x12_009.opb.metafix.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117852-1467237072/watcher-4117852-1467237072 -o /tmp/evaluation-result-4117852-1467237072/solver-4117852-1467237072 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1467209132-3988 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4117852-1467237072.opb

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

MD5SUM BENCH= 3f9ba004980b8c53e064526fb2a41bd8
RANDOM SEED=352018230

node119.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.444
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.88
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.444
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.444
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.444
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.444
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.444
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.444
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.444
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:        23455152 kB
Buffers:          168964 kB
Cached:          5987848 kB
SwapCached:            0 kB
Active:          5069564 kB
Inactive:        2190280 kB
Active(anon):    1105728 kB
Inactive(anon):        0 kB
Active(file):    3963836 kB
Inactive(file):  2190280 kB
Unevictable:     1390560 kB
Mlocked:         1253612 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16392 kB
Writeback:             0 kB
AnonPages:       2497912 kB
Mapped:            17572 kB
Shmem:               204 kB
Slab:             628052 kB
SReclaimable:      72228 kB
SUnreclaim:       555824 kB
KernelStack:        1504 kB
PageTables:         8804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2632456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 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= 71700 MiB
End job on node119 at 2016-06-29 23:51:16