Trace number 4117888

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-02OPT61 34.4448 34.4552

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_12x12_004.opb.metafix.opb
MD5SUMd000deef81668da4a64be36cd348649f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark61
Best CPU time to get the best result obtained on this benchmark15.7716
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 8
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:55:28+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-4117888-1467237328.opb"]
0.00/0.01	c use --random-gen="244437172 179526827 514118652 3369944529 3531531778 3998794712 4259272099 1736486114 4225303893 1232978707 1596647453 1424396440 807195388 2481929168 2021730982 2799659891 3067790766 1251683204 134901623 3732190184 1286829365 3409181836 3336796685 1092223208 630793813 4062634021 2733136565 3669977626 1313475296 3284899953 2795254334 489855264 2929946544 50232187 498770822 2461177514 1156363695 1736187476 1198827681 1978553126 2163150431 2043564591 2633221699 3369722844 1964293699 704676289 3511899361 471802212 1612833916 3559651087 3415471085 970566336 2629048767 3474509137 2251897225 581460291 1029193891 3512025413 2111383696 1818083619 1776476453 3992207004 1852163514 3023283712 674708786 2949572633 3376542928 3785284616 2671706960 1071207867 411077760 1296113485 2681131928 2091153159 2879045245 449071214 2667553950 2099544459 19024113 1434293077 691218012 2543287479 4027273733 1386465143 1111190718 3449040701 1440842023 2587349855 4058453418 2372715583 3266701189 2120568243 1742002129 517735362 2177337263 2952494463 43073057 1839560851 2759842382 1415465400 3542273800 3951721001 1100471131 3231466312 1509367438 755246189 1920574894 976857215 2272929392 455029776 2421767279 2467540019 3813729306 1794934651 3860961254 4276583495 1716525311 1607456139 399436990 2883270029 2493184430 157927528 2875710393 3166004631 661516294 1898225665 1317252342 1712020960 4244744501 3312922394 1989152627 3723702094 3705442553 650897667 4278529081 2891467588 2909701692 956528995 462777801 2247094629 777462795 1018949080 1265436210 850814011 805939876 3217210662 954848539 373263044 1897069718 1666062198 2844284219 3635859922 1455290587 610606390 4058919038 181839663 4241001465 2072997650 2788454364 293524208 269025720 3106357083 323337955 2406357992 651052360 2134750288 897140952 3585802834 2774059593 1476541526 3535720292 3367878137 2309090180 2097328653 2299798495 1268631256 2346251473 3622072137 1073230333 3773485981 687983999 3338390348 1277005723 576598029 278307977 2511695518 3726703275 2759551868 2234747831 2500431572 1454202646 2829674192 2649723155 703296769 3848896050 3344141422 3636439336 2084377853 3754880328 1789654235 3882115028 3576448511 1870137457 1363657307 1192581 477585464 2839652388 1828752859 273504983 1945361530 118921703 1609445774 1787046521 968868252 3631614163 3224680011 1430672040 3006854471 1832811019 4055138468 3301169722 2890130468 1884562662 2293992009 3901375879 2784644659 2441563094 3337689736 1558678457 3956163640 2048778229 1328272107 2141149357 1404569040 392180460 1624079842 3340655252 879598797 3162357424 4054944549 2227923378 866976812 1850237168 1779774627 1256579796 1871980849 3721142623 3913061583 735388604 1392510275 489398913 1148096545 674410599 27963601 3794402944 775473114 255 362436" option to reproduce the execution
0.00/0.01	c #vars 144
0.00/0.01	c #constraints 70
0.00/0.02	c BCD2: Hardening is enabled.
0.00/0.02	c BCD2: BiasedSearch is enabled.
0.00/0.02	c Solving starts ...
0.00/0.02	c ============================[ Search Statistics ]============================
0.00/0.02	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.00/0.02	c       |         |          |          |    Limit     GC | Var      | Constra 
0.00/0.02	c =============================================================================
0.00/0.02	c  0.0s |       0 |        0 |        0 |       90      0 |       12 |        0
0.00/0.03	c  0.0s |       0 |      117 |       94 |       90      0 |       12 |        0
0.00/0.03	c #cpu_time = 0.012s
0.00/0.03	c #wall_clock_time = 0.012s
0.00/0.03	c #decision = 117
0.00/0.03	c #random_decision = 1
0.00/0.03	c #conflict = 94
0.00/0.03	c #restart = 0
0.00/0.03	o 61
0.00/0.03	c BCD2: updating upper bound: 144 -> 60
0.00/0.03	c BCD2: 0 <= obj <= 60
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 |       90      0 |       12 |        0
0.00/0.03	c  0.0s |       0 |        5 |        0 |       90      0 |       12 |        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 = 0
0.00/0.03	c #restart = 0
0.00/0.03	c BCD2: found a new core of size 6: 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 <= 60
0.00/0.03	c BCD2: #cores=1, #unrelaxed=138, #relaxed=6, #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 |       90      0 |       12 |        0
0.00/0.03	c  0.0s |       0 |        7 |        0 |       90      0 |       12 |        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 = 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 4: cost of the new core is >=1
0.00/0.03	c lower bound updated to 2
0.00/0.03	c BCD2: 2 <= obj <= 60
0.00/0.03	c BCD2: #cores=2, #unrelaxed=134, #relaxed=10, #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 |       90      0 |       12 |        0
0.00/0.03	c  0.0s |       0 |        8 |        1 |       90      0 |       12 |        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 = 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 3
0.00/0.03	c BCD2: 3 <= obj <= 60
0.00/0.03	c BCD2: #cores=3, #unrelaxed=130, #relaxed=14, #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 |       90      0 |       12 |        0
0.00/0.03	c  0.0s |       0 |        7 |        0 |       90      0 |       12 |        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 = 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 2: cost of the new core is >=1
0.00/0.03	c lower bound updated to 4
0.00/0.03	c BCD2: 4 <= obj <= 60
0.00/0.03	c BCD2: #cores=4, #unrelaxed=128, #relaxed=16, #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.04	c  0.0s |       0 |        0 |        0 |       90      0 |       12 |        0
0.00/0.04	c  0.0s |       0 |        7 |        0 |       90      0 |       12 |        0
0.00/0.04	c #cpu_time = 0.000s
0.00/0.04	c #wall_clock_time = 0.000s
0.00/0.04	c #decision = 7
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 2: cost of the new core is >=1
0.00/0.04	c lower bound updated to 5
0.00/0.04	c BCD2: 5 <= obj <= 60
0.00/0.04	c BCD2: #cores=5, #unrelaxed=126, #relaxed=18, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=6 bias=6/7
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 |       90      0 |       12 |        1
0.00/0.04	c  0.0s |       0 |       13 |        2 |       90      0 |       12 |        1
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 = 2
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 6
0.00/0.04	c BCD2: 6 <= obj <= 60
0.00/0.04	c BCD2: #cores=5, #unrelaxed=124, #relaxed=20, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=7 bias=7/8
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 |       90      0 |       13 |        1
0.00/0.04	c  0.0s |       0 |       11 |        0 |       90      0 |       13 |        2
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 = 11
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 7
0.00/0.04	c BCD2: 7 <= obj <= 60
0.00/0.04	c BCD2: #cores=6, #unrelaxed=117, #relaxed=27, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=8 bias=8/9
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 |       90      0 |       13 |        2
0.00/0.04	c  0.0s |       0 |       16 |        1 |       90      0 |       13 |        2
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 = 16
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 1 and merging with 1 cores into a new core of size 3: cost of the new core is >=2
0.00/0.04	c lower bound updated to 8
0.00/0.04	c BCD2: 8 <= obj <= 60
0.00/0.04	c BCD2: #cores=6, #unrelaxed=116, #relaxed=28, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=9 bias=9/10
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 |       90      0 |       14 |        3
0.00/0.04	c  0.0s |       0 |       16 |        0 |       90      0 |       14 |        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 = 16
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 9
0.00/0.04	c BCD2: 9 <= obj <= 60
0.00/0.04	c BCD2: #cores=7, #unrelaxed=108, #relaxed=36, #hardened=0
0.00/0.04	c BCD2: #sat=1 #unsat=10 bias=10/11
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 |       90      0 |       14 |        4
0.00/0.04	c  0.0s |       0 |       11 |        0 |       90      0 |       14 |        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 = 11
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 2: cost of the new core is >=1
0.00/0.04	c lower bound updated to 10
0.00/0.04	c BCD2: 10 <= obj <= 60
0.00/0.04	c BCD2: #cores=8, #unrelaxed=106, #relaxed=38, #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 |       90      0 |       14 |        4
0.00/0.04	c  0.0s |       0 |       20 |        0 |       90      0 |       14 |        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 = 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 8: 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 <= 60
0.00/0.04	c BCD2: #cores=9, #unrelaxed=98, #relaxed=46, #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 |       90      0 |       14 |        4
0.00/0.04	c  0.0s |       0 |       25 |        1 |       90      0 |       14 |        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 = 25
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 1 and merging with 1 cores into a new core of size 3: 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 <= 60
0.00/0.04	c BCD2: #cores=9, #unrelaxed=97, #relaxed=47, #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 |       90      0 |       15 |        4
0.00/0.04	c  0.0s |       0 |       26 |        1 |       90      0 |       15 |        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 = 26
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 7 and merging with 1 cores into a new core of size 11: cost of the new core is >=2
0.00/0.04	c lower bound updated to 13
0.00/0.04	c BCD2: 13 <= obj <= 60
0.00/0.04	c BCD2: #cores=9, #unrelaxed=90, #relaxed=54, #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 |       90      0 |       16 |        5
0.00/0.05	c  0.0s |       0 |       35 |        1 |      100      0 |       16 |        6
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 = 35
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 1 and merging with 1 cores into a new core of size 4: cost of the new core is >=3
0.00/0.05	c lower bound updated to 14
0.00/0.05	c BCD2: 14 <= obj <= 60
0.00/0.05	c BCD2: #cores=9, #unrelaxed=89, #relaxed=55, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=15 bias=15/16
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 |      100      0 |       17 |        6
0.00/0.05	c  0.0s |       0 |       29 |        0 |      100      0 |       17 |        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 = 29
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 15: cost of the new core is >=1
0.00/0.05	c lower bound updated to 15
0.00/0.05	c BCD2: 15 <= obj <= 60
0.00/0.05	c BCD2: #cores=10, #unrelaxed=74, #relaxed=70, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=16 bias=16/17
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 |      100      0 |       17 |        7
0.00/0.05	c  0.0s |       0 |       26 |        1 |      100      0 |       17 |        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 = 26
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 7 and merging with 2 cores into a new core of size 26: cost of the new core is >=4
0.00/0.05	c lower bound updated to 16
0.00/0.05	c BCD2: 16 <= obj <= 60
0.00/0.05	c BCD2: #cores=9, #unrelaxed=67, #relaxed=77, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=17 bias=17/18
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 |      100      0 |       19 |        7
0.00/0.05	c  0.0s |       0 |       28 |        1 |      100      0 |       19 |        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 = 28
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 9: cost of the new core is >=1
0.00/0.05	c lower bound updated to 17
0.00/0.05	c BCD2: 17 <= obj <= 60
0.00/0.05	c BCD2: #cores=10, #unrelaxed=58, #relaxed=86, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=18 bias=18/19
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 |      100      0 |       19 |        9
0.00/0.05	c  0.0s |       0 |       25 |        1 |      100      0 |       19 |        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 = 25
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 14: cost of the new core is >=2
0.00/0.05	c lower bound updated to 18
0.00/0.05	c BCD2: 18 <= obj <= 60
0.00/0.05	c BCD2: #cores=10, #unrelaxed=53, #relaxed=91, #hardened=0
0.00/0.05	c BCD2: #sat=1 #unsat=19 bias=19/20
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 |      100      0 |       20 |        9
0.00/0.05	c  0.0s |       0 |       31 |        0 |      100      0 |       20 |       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 = 31
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 10: cost of the new core is >=1
0.00/0.05	c lower bound updated to 19
0.00/0.05	c BCD2: 19 <= obj <= 60
0.00/0.05	c BCD2: #cores=11, #unrelaxed=43, #relaxed=101, #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 |      100      0 |       20 |       10
0.00/0.05	c  0.0s |       0 |       25 |        1 |      100      0 |       20 |       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 = 25
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 2 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 20
0.00/0.05	c BCD2: 20 <= obj <= 60
0.00/0.05	c BCD2: #cores=11, #unrelaxed=41, #relaxed=103, #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 |      100      0 |       21 |       10
0.00/0.05	c  0.0s |       0 |       28 |        1 |      100      0 |       21 |       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 = 28
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 7 and merging with 1 cores into a new core of size 19: cost of the new core is >=3
0.00/0.05	c lower bound updated to 21
0.00/0.05	c BCD2: 21 <= obj <= 60
0.00/0.05	c BCD2: #cores=11, #unrelaxed=34, #relaxed=110, #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 |      100      0 |       22 |       11
0.00/0.05	c  0.0s |       0 |       25 |        0 |      100      0 |       22 |       12
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 = 25
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.06	c lower bound updated to 22
0.00/0.06	c BCD2: 22 <= obj <= 60
0.00/0.06	c BCD2: #cores=12, #unrelaxed=33, #relaxed=111, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=23 bias=23/24
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 |      100      0 |       22 |       12
0.00/0.06	c  0.0s |       0 |       26 |        0 |      100      0 |       22 |       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 6: cost of the new core is >=1
0.00/0.06	c lower bound updated to 23
0.00/0.06	c BCD2: 23 <= obj <= 60
0.00/0.06	c BCD2: #cores=13, #unrelaxed=27, #relaxed=117, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=24 bias=24/25
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 |      100      0 |       22 |       12
0.00/0.06	c  0.0s |       0 |       25 |        0 |      100      0 |       22 |       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 = 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 4: cost of the new core is >=1
0.00/0.06	c lower bound updated to 24
0.00/0.06	c BCD2: 24 <= obj <= 60
0.00/0.06	c BCD2: #cores=14, #unrelaxed=23, #relaxed=121, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=25 bias=25/26
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 |      100      0 |       22 |       12
0.00/0.06	c  0.0s |       0 |       25 |        0 |      100      0 |       22 |       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 = 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 2: cost of the new core is >=1
0.00/0.06	c lower bound updated to 25
0.00/0.06	c BCD2: 25 <= obj <= 60
0.00/0.06	c BCD2: #cores=15, #unrelaxed=21, #relaxed=123, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=26 bias=26/27
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 |      100      0 |       22 |       13
0.00/0.06	c  0.0s |       0 |       25 |        0 |      100      0 |       22 |       13
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 1: cost of the new core is >=1
0.00/0.06	c lower bound updated to 26
0.00/0.06	c BCD2: 26 <= obj <= 60
0.00/0.06	c BCD2: #cores=16, #unrelaxed=20, #relaxed=124, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=27 bias=27/28
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 |      100      0 |       22 |       13
0.00/0.06	c  0.0s |       0 |       29 |        2 |      100      0 |       22 |       13
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 = 29
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 2
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: relaxing 2 and merging with 2 cores into a new core of size 12: cost of the new core is >=3
0.00/0.06	c lower bound updated to 27
0.00/0.06	c BCD2: 27 <= obj <= 60
0.00/0.06	c BCD2: #cores=15, #unrelaxed=18, #relaxed=126, #hardened=0
0.00/0.06	c BCD2: #sat=1 #unsat=28 bias=28/29
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 |      100      0 |       24 |       13
0.00/0.06	c  0.0s |       0 |       69 |       11 |      100      0 |       25 |       16
0.00/0.06	c #cpu_time = 0.002s
0.00/0.06	c #wall_clock_time = 0.002s
0.00/0.06	c #decision = 69
0.00/0.06	c #random_decision = 0
0.00/0.06	c #conflict = 11
0.00/0.06	c #restart = 0
0.00/0.06	c BCD2: updating lower bound of a core
0.00/0.06	c lower bound updated to 28
0.00/0.06	c BCD2: 28 <= obj <= 60
0.00/0.06	c BCD2: #cores=15, #unrelaxed=18, #relaxed=126, #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 |      100      0 |       25 |       17
0.00/0.07	c  0.0s |       1 |      172 |      100 |      100      1 |       25 |       17
0.00/0.07	c  0.0s |       1 |      202 |      105 |      100      1 |       25 |       17
0.00/0.07	c #cpu_time = 0.011s
0.00/0.07	c #wall_clock_time = 0.011s
0.00/0.07	c #decision = 202
0.00/0.07	c #random_decision = 1
0.00/0.07	c #conflict = 105
0.00/0.07	c #restart = 1
0.00/0.07	c BCD2: relaxing 5 and merging with 8 cores into a new core of size 56: cost of the new core is >=14
0.00/0.07	c lower bound updated to 29
0.00/0.07	c BCD2: 29 <= obj <= 60
0.00/0.07	c BCD2: #cores=8, #unrelaxed=13, #relaxed=131, #hardened=0
0.00/0.07	c BCD2: #sat=1 #unsat=30 bias=30/31
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 |      100      0 |       33 |       17
0.00/0.09	c  0.0s |       1 |      137 |      100 |      111      0 |       33 |       25
0.09/0.11	c  0.0s |       2 |      332 |      250 |      111      2 |       33 |       25
0.09/0.14	c  0.1s |       3 |      610 |      475 |      123      4 |       33 |       25
0.09/0.18	c  0.1s |       4 |     1045 |      813 |      136      7 |       33 |       25
0.19/0.24	c  0.2s |       5 |     1669 |     1320 |      150     12 |       33 |       25
0.28/0.34	c  0.3s |       6 |     2611 |     2081 |      165     19 |       33 |       25
0.38/0.48	c  0.4s |       7 |     4032 |     3223 |      182     29 |       33 |       25
0.59/0.69	c  0.6s |       8 |     6074 |     4936 |      201     43 |       33 |       25
0.69/0.79	c  0.7s |       8 |     7048 |     5738 |      201     49 |       33 |       25
0.69/0.79	c #cpu_time = 0.715s
0.69/0.79	c #wall_clock_time = 0.717s
0.69/0.79	c #decision = 7048
0.69/0.79	c #random_decision = 36
0.69/0.79	c #conflict = 5738
0.69/0.79	c #restart = 8
0.69/0.79	c BCD2: relaxing 3 and merging with 6 cores into a new core of size 132: cost of the new core is >=28
0.69/0.79	c lower bound updated to 30
0.69/0.79	c BCD2: 30 <= obj <= 60
0.69/0.79	c BCD2: #cores=3, #unrelaxed=10, #relaxed=134, #hardened=0
0.69/0.79	c BCD2: #sat=1 #unsat=31 bias=31/32
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 |      201      0 |       39 |       25
0.79/0.81	c  0.0s |       1 |      122 |      100 |      201      0 |       39 |       31
0.79/0.83	c  0.0s |       2 |      312 |      250 |      201      0 |       39 |       31
0.79/0.88	c  0.1s |       3 |      602 |      475 |      201      2 |       39 |       31
0.89/0.94	c  0.1s |       4 |     1008 |      813 |      201      4 |       39 |       31
0.98/1.04	c  0.2s |       5 |     1594 |     1320 |      201      8 |       39 |       31
1.09/1.17	c  0.4s |       6 |     2514 |     2081 |      222     13 |       39 |       31
1.29/1.32	c  0.5s |       7 |     3824 |     3223 |      222     21 |       39 |       31
1.49/1.50	c  0.7s |       8 |     5845 |     4936 |      222     33 |       39 |       31
1.78/1.83	c  1.0s |       9 |     8697 |     7506 |      245     49 |       39 |       31
2.29/2.31	c  1.5s |      10 |    13070 |    11361 |      270     74 |       39 |       31
2.98/3.04	c  2.2s |      11 |    19675 |    17144 |      270    108 |       39 |       31
4.09/4.16	c  3.4s |      12 |    29368 |    25819 |      297    156 |       39 |       31
5.79/5.85	c  5.1s |      13 |    44041 |    38832 |      327    224 |       39 |       31
7.79/7.86	c  7.1s |      13 |    61472 |    54432 |      360    303 |       39 |       31
8.39/8.40	c  7.6s |      14 |    65810 |    58352 |      360    321 |       39 |       31
10.38/10.40	c  9.6s |      14 |    81873 |    72752 |      360    387 |       39 |       31
12.38/12.41	c 11.6s |      14 |    98092 |    87352 |      397    452 |       39 |       31
12.38/12.44	c 11.7s |      15 |    98416 |    87632 |      397    453 |       39 |       31
14.39/14.46	c 13.7s |      15 |   114669 |   102132 |      397    516 |       39 |       31
16.38/16.46	c 15.7s |      15 |   130493 |   116332 |      397    577 |       39 |       31
18.38/18.46	c 17.7s |      15 |   146778 |   130932 |      437    637 |       39 |       31
18.48/18.55	c 17.8s |      16 |   147465 |   131552 |      437    639 |       39 |       31
20.48/20.55	c 19.8s |      16 |   163809 |   146152 |      437    697 |       39 |       31
22.48/22.56	c 21.8s |      16 |   179338 |   160152 |      437    752 |       39 |       31
24.48/24.56	c 23.8s |      16 |   194662 |   173952 |      437    806 |       39 |       31
26.48/26.58	c 25.8s |      16 |   211439 |   188852 |      437    864 |       39 |       31
27.78/27.82	c 27.0s |      17 |   220949 |   197432 |      481    895 |       39 |       31
29.78/29.83	c 29.0s |      17 |   235671 |   210832 |      481    943 |       39 |       31
31.78/31.83	c 31.0s |      17 |   250387 |   224132 |      481    990 |       39 |       31
33.78/33.83	c 33.0s |      17 |   265819 |   237932 |      481   1040 |       39 |       31
34.28/34.39	c 33.6s |      17 |   270014 |   241692 |      481   1054 |       40 |       32
34.28/34.39	c #cpu_time = 33.511s
34.28/34.39	c #wall_clock_time = 33.597s
34.28/34.39	c #decision = 270014
34.28/34.39	c #random_decision = 754
34.28/34.39	c #conflict = 241692
34.28/34.39	c #restart = 17
34.28/34.39	c BCD2: updating lower bound of a core
34.28/34.39	c lower bound updated to 61
34.28/34.39	s OPTIMUM FOUND
34.28/34.39	v x1 x2 x3 x4 x5 x6 -x7 -x8 -x9 -x10
34.28/34.39	v -x11 x12 -x13 x14 -x15 -x16 -x17 x18 x19 x20
34.28/34.39	v -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30
34.28/34.39	v x31 -x32 -x33 -x34 x35 -x36 x37 -x38 x39 -x40
34.28/34.39	v x41 x42 x43 -x44 x45 -x46 -x47 x48 -x49 -x50
34.28/34.39	v -x51 -x52 x53 -x54 -x55 x56 x57 -x58 x59 x60
34.28/34.39	v x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70
34.28/34.39	v x71 -x72 x73 -x74 -x75 x76 -x77 x78 -x79 -x80
34.28/34.39	v -x81 x82 -x83 x84 -x85 x86 -x87 x88 -x89 -x90
34.28/34.39	v -x91 x92 -x93 x94 -x95 x96 -x97 -x98 x99 x100
34.28/34.39	v -x101 -x102 x103 x104 -x105 -x106 -x107 x108 x109 -x110
34.28/34.39	v -x111 x112 x113 x114 -x115 -x116 -x117 x118 -x119 -x120
34.28/34.39	v x121 x122 x123 x124 x125 x126 x127 x128 -x129 -x130
34.28/34.39	v -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 x140
34.28/34.39	v x141 -x142 x143 -x144
34.28/34.39	c total CPU time = 34.302s
34.28/34.39	c total wall clock time = 34.390s

Verifier Data

OK	61

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

pid=4670
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.35 2.27 2.26 4/179 4673
/proc/meminfo: memFree=27526560/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=241084 CPUtime=0 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 760 0 0 0 0 0 0 0 20 0 4 0 2760391 246870016 609 33554432000 4194304 16246674 140736305394288 140736305393712 13342101 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 60271 613 426 2943 0 57165 0
[pid=4673/tid=4674] ppid=4670 vsize=241084 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 246870016 637 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=241084 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 246870016 650 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=241084 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2760392 246870016 654 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100158 s]
/proc/loadavg: 2.35 2.27 2.26 4/179 4673
/proc/meminfo: memFree=27526560/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 21815 0 0 0 6 3 0 0 20 0 4 0 2760391 1247350784 21650 33554432000 4194304 16246674 140736305394288 140736305393712 12874965 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 304529 21656 786 2943 0 301423 0
[pid=4673/tid=4674] ppid=4670 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1247350784 21661 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1247350784 21665 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2760392 1247350784 21670 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200531 s]
/proc/loadavg: 2.35 2.27 2.26 4/179 4673
/proc/meminfo: memFree=27526560/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 41283 0 0 0 14 5 0 0 20 0 4 0 2760391 1247350784 41118 33554432000 4194304 16246674 140736305394288 140736305393712 13194563 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 304529 41126 786 2943 0 301423 0
[pid=4673/tid=4674] ppid=4670 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1247350784 41132 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1247350784 41136 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2760392 1247350784 41140 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1218116

[startup+0.300488 s]
/proc/loadavg: 2.35 2.27 2.26 4/179 4673
/proc/meminfo: memFree=27526560/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1218116 CPUtime=0.28 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 60479 0 0 0 21 7 0 0 20 0 4 0 2760391 1247350784 60314 33554432000 4194304 16246674 140736305394288 140736305393712 5667714 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 304529 60321 786 2943 0 301423 0
[pid=4673/tid=4674] ppid=4670 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1247350784 60328 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1247350784 60334 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2760392 1247350784 60339 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1218116

[startup+0.700395 s]
/proc/loadavg: 2.35 2.27 2.26 4/179 4673
/proc/meminfo: memFree=27526560/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 138356 0 0 0 52 17 0 0 20 0 4 0 2760391 1247350784 138192 33554432000 4194304 16246674 140736305394288 140736305393712 5675357 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 304529 138203 787 2943 0 301423 0
[pid=4673/tid=4674] ppid=4670 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1247350784 138207 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1247350784 138214 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 2760392 1247350784 138218 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1218116

[startup+1.50042 s]
/proc/loadavg: 2.35 2.27 2.26 3/183 4677
/proc/meminfo: memFree=26657288/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1219140 CPUtime=1.49 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 245633 0 0 0 117 32 0 0 20 0 4 0 2760391 1248399360 245447 33554432000 4194304 16246674 140736305394288 140736305393600 5666992 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 304785 245447 846 2943 0 301679 0
[pid=4673/tid=4674] ppid=4670 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1248399360 245447 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1248399360 245447 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1219140 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2760392 1248399360 245447 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 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.32 2.26 2.26 3/183 4677
/proc/meminfo: memFree=26504868/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1306180 CPUtime=3.08 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 267394 0 0 0 274 34 0 0 20 0 4 0 2760391 1337528320 267208 33554432000 4194304 16246674 140736305394288 140736305377288 13820888 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 326545 267208 846 2943 0 323439 0
[pid=4673/tid=4674] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267208 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267208 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267208 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1306180

[startup+6.30038 s]
/proc/loadavg: 2.32 2.26 2.26 3/183 4677
/proc/meminfo: memFree=26457508/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1306180 CPUtime=6.29 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 267470 0 0 0 594 35 0 0 20 0 4 0 2760391 1337528320 267284 33554432000 4194304 16246674 140736305394288 140736305376192 5666933 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 326545 267284 846 2943 0 323439 0
[pid=4673/tid=4674] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267284 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267284 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267284 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1306180

[startup+12.7004 s]
/proc/loadavg: 2.27 2.25 2.25 3/183 4677
/proc/meminfo: memFree=26457300/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1306180 CPUtime=12.68 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 267477 0 0 0 1233 35 0 0 20 0 4 0 2760391 1337528320 267291 33554432000 4194304 16246674 140736305394288 140736305376192 5518752 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 326545 267291 846 2943 0 323439 0
[pid=4673/tid=4674] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267291 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267291 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267291 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1306180

[startup+25.5005 s]
/proc/loadavg: 2.30 2.26 2.26 3/183 4677
/proc/meminfo: memFree=26457480/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1306180 CPUtime=25.48 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 267493 0 0 0 2513 35 0 0 20 0 4 0 2760391 1337528320 267307 33554432000 4194304 16246674 140736305394288 140736305377288 5659568 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 326545 267307 849 2943 0 323439 0
[pid=4673/tid=4674] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267307 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267307 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267307 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1306180

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

[startup+25.6005 s]
/proc/loadavg: 2.30 2.26 2.26 3/183 4677
/proc/meminfo: memFree=26457480/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1306180 CPUtime=25.58 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 267493 0 0 0 2523 35 0 0 20 0 4 0 2760391 1337528320 267307 33554432000 4194304 16246674 140736305394288 140736305377288 5522977 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 326545 267307 849 2943 0 323439 0
[pid=4673/tid=4674] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267307 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267307 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267307 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1306180

[startup+28.8004 s]
/proc/loadavg: 2.28 2.26 2.25 3/183 4677
/proc/meminfo: memFree=26457364/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1306180 CPUtime=28.78 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 267502 0 0 0 2843 35 0 0 20 0 4 0 2760391 1337528320 267316 33554432000 4194304 16246674 140736305394288 140736305377288 7249798 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 326545 267316 849 2943 0 323439 0
[pid=4673/tid=4674] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267316 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267316 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267316 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 28.78
Current children cumulated vsize (KiB) 1306180

[startup+32.0074 s]
/proc/loadavg: 2.26 2.25 2.25 4/183 4677
/proc/meminfo: memFree=26457612/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1306180 CPUtime=31.98 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 267502 0 0 0 3163 35 0 0 20 0 4 0 2760391 1337528320 267316 33554432000 4194304 16246674 140736305394288 140736305377288 5667184 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 326545 267316 849 2943 0 323439 0
[pid=4673/tid=4674] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267316 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267316 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267316 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 31.98
Current children cumulated vsize (KiB) 1306180

[startup+33.6004 s]
/proc/loadavg: 2.26 2.25 2.25 3/183 4677
/proc/meminfo: memFree=26457612/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1306180 CPUtime=33.58 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 267502 0 0 0 3322 36 0 0 20 0 4 0 2760391 1337528320 267316 33554432000 4194304 16246674 140736305394288 140736305376192 5822428 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 326545 267316 849 2943 0 323439 0
[pid=4673/tid=4674] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267316 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267316 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267316 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 33.58
Current children cumulated vsize (KiB) 1306180

[startup+34.0004 s]
/proc/loadavg: 2.26 2.25 2.25 3/183 4677
/proc/meminfo: memFree=26457612/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=1306180 CPUtime=33.98 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202496 267502 0 0 0 3362 36 0 0 20 0 4 0 2760391 1337528320 267316 33554432000 4194304 16246674 140736305394288 140736305376192 13820124 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 326545 267316 849 2943 0 323439 0
[pid=4673/tid=4674] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4674/stat : 4674 (toysat) S 4670 4673 1984 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267316 33554432000 4194304 16246674 140736305394288 140281665006832 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=4673/tid=4675] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4675/stat : 4675 (toysat) S 4670 4673 1984 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267316 33554432000 4194304 16246674 140736305394288 140281654516976 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=4673/tid=4676] ppid=4670 vsize=1306180 CPUtime=0 cores=1,3,5,7
/proc/4673/task/4676/stat : 4676 (toysat) S 4670 4673 1984 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 2760392 1337528320 267316 33554432000 4194304 16246674 140736305394288 140281644043440 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 33.98
Current children cumulated vsize (KiB) 1306180

[startup+34.4004 s]
/proc/loadavg: 2.26 2.25 2.25 3/183 4677
/proc/meminfo: memFree=26457612/32872528 swapFree=1553660/1717180
[pid=4673] ppid=4670 vsize=0 CPUtime=34.38 cores=1,3,5,7
/proc/4673/stat : 4673 (toysat) R 4670 4673 1984 0 -1 4202500 267507 0 0 0 3402 36 0 0 20 0 1 0 2760391 0 0 33554432000 0 0 0 0 0 0 0 33554432 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4673/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 34.38
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 34.4552
CPU time (s): 34.4448
CPU user time (s): 34.0258
CPU system time (s): 0.418936
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 1306180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.0258
system time used= 0.418936
maximum resident set size= 1069280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267507
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= 40

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.068989 second user time and 0.157975 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-29 23:55:28
IDJOB=4117888
IDBENCH=111625
IDSOLVER=2542
FILE ID=node117/4117888-1467237328
RUNJOBID= node117-1467210309-2001
PBS_JOBID= 19997597
Free space on /tmp= 71608 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_12x12_004.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-4117888-1467237328/watcher-4117888-1467237328 -o /tmp/evaluation-result-4117888-1467237328/solver-4117888-1467237328 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1467210309-2001 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4117888-1467237328.opb

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

MD5SUM BENCH= d000deef81668da4a64be36cd348649f
RANDOM SEED=2098300782

node117.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.714
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.42
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.714
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.714
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.45
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.714
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.714
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.714
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.714
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.714
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:        27526924 kB
Buffers:           67912 kB
Cached:          1734920 kB
SwapCached:            0 kB
Active:          1229692 kB
Inactive:        1683088 kB
Active(anon):    1112540 kB
Inactive(anon):        4 kB
Active(file):     117152 kB
Inactive(file):  1683084 kB
Unevictable:     1717180 kB
Mlocked:         1553660 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             16552 kB
Writeback:             0 kB
AnonPages:       2827236 kB
Mapped:            17588 kB
Shmem:               204 kB
Slab:             581840 kB
SReclaimable:      25620 kB
SUnreclaim:       556220 kB
KernelStack:        1488 kB
PageTables:         9032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2963260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1255424 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= 71592 MiB
End job on node117 at 2016-06-29 23:56:02