Trace number 4079561

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-02OPT12 1.59576 1.59572

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
sorensson/garden/normalized-g7x7.opb
MD5SUMcb84e2b94add4387530e3674f52279cd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.001999
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables49
Total number of constraints49
Number of constraints which are clauses49
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 49
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 49
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 49
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c 2016-06-06T19:15:25+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-4079561-1465233325.opb"]
0.00/0.01	c use --random-gen="4266525376 920905203 3358740552 4179218489 1345832012 1377592595 1162450932 327341536 556697013 951544247 3472732106 2718217290 4022103844 853018990 524206521 2773215577 26522973 1017439747 1963878519 4001772858 4126118710 1801314681 1746054244 214294622 1414270791 2224724848 2847887941 2334663939 293920482 3363016231 3076163965 4140232260 1199396513 3803919021 2597198668 1968823002 1765652159 2573826208 1892261911 492977097 949489737 764959063 322280106 3383343745 831301660 354909266 3592529086 2860990560 4096273611 920529301 3882930409 4281639037 2305464607 1420349021 2213841940 3764245144 983043478 2193986077 370589302 3304734717 1095984353 1738141925 1899444916 3357655052 1889179401 1009783521 4205419204 4043591958 3643184394 1082530010 537043980 1070475867 641323663 498757978 3678021406 76987420 2488818940 100879925 3499244584 2752671510 3803382824 2220067585 2827127070 884083494 2071479998 3915956963 3740047132 3984505003 3601970881 3341799768 2108801732 3206914198 4014460098 1943058088 208266462 832034761 56070763 1403567002 3939935656 2513835758 2864704415 2261276707 3572689815 3510737296 3843786786 3900803520 1037746875 3783255098 4142989661 1999716243 39930230 2610050479 2600360895 2441906381 1697808399 3625471453 1932815403 4405207 3553444010 3434634891 3657860886 1015270662 938569176 3253833466 2649002137 3233595846 3230795017 360454838 4270262058 2502287941 3857918994 112691885 357188678 4096406369 4083015593 543764165 1327973526 73700431 4109525294 2174094520 3486995462 422826386 4095963894 2991565500 4033087185 4017186610 1544554267 2878144282 3033955017 2779513446 1124966416 3088367399 4220161775 903234902 2138054238 3339021767 766391090 4282504442 395868198 2792570754 3494775008 3381298154 1173297447 4045194711 1134083725 274678590 396511170 2632310503 3245782992 4284101386 948813435 1157879772 4190511775 1894349691 761793250 3409068654 2016919733 626932475 2107247883 74196805 1931607808 1486429329 4267702579 3435403325 3248764444 3564384623 3344319032 779923697 2944332389 2907724492 1233118844 4274725688 2940817893 475972914 2881484567 3666223069 1985031627 1181149968 2702644634 4120044557 2384922632 1699074605 1884052044 2680402012 279862915 3379364767 276233881 1664316841 682680053 4264908101 2908461175 1029940909 2357863072 3163750456 85828846 673708914 1092828554 1168464544 3847030211 1423775161 1012940672 2043470273 1879648223 1445089315 217939075 313441603 928111075 3296285678 2322934214 1010241429 3637181979 4214355335 929001456 3494413424 598273865 3187869639 156355116 1546687119 2664227452 1269737185 479389955 501804940 1359507373 1843098291 4199507902 2497497938 1288507557 2081438 1390970725 3100830566 1976991236 1664413354 3194099173 786979620 1621323248 454301614 255 362436" option to reproduce the execution
0.00/0.01	c #vars 49
0.00/0.01	c #constraints 49
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 |       32      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |       49 |        0 |       32      0 |        0 |        0
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 49
0.00/0.01	c #random_decision = 1
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	o 49
0.00/0.01	c BCD2: updating upper bound: 49 -> 48
0.00/0.01	c BCD2: 0 <= obj <= 48
0.00/0.01	c BCD2: #cores=0, #unrelaxed=49, #relaxed=0, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=1 bias=1/2
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 |       32      0 |        0 |        0
0.00/0.01	c  0.0s |       0 |        7 |        0 |       32      0 |        0 |        0
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 7
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 3: cost of the new core is >=1
0.00/0.01	c lower bound updated to 1
0.00/0.01	c BCD2: 1 <= obj <= 48
0.00/0.01	c BCD2: #cores=1, #unrelaxed=46, #relaxed=3, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=2 bias=2/3
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 |       32      0 |        0 |        1
0.00/0.01	c  0.0s |       0 |        8 |        0 |       32      0 |        0 |        1
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 8
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.01	c lower bound updated to 2
0.00/0.01	c BCD2: 2 <= obj <= 48
0.00/0.01	c BCD2: #cores=2, #unrelaxed=42, #relaxed=7, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=3 bias=3/4
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 |       32      0 |        0 |        2
0.00/0.01	c  0.0s |       0 |        8 |        0 |       32      0 |        0 |        2
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 8
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 3: cost of the new core is >=1
0.00/0.01	c lower bound updated to 3
0.00/0.01	c BCD2: 3 <= obj <= 48
0.00/0.01	c BCD2: #cores=3, #unrelaxed=39, #relaxed=10, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=4 bias=4/5
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 |       32      0 |        0 |        3
0.00/0.01	c  0.0s |       0 |       15 |        0 |       32      0 |        0 |        3
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 15
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 5: cost of the new core is >=1
0.00/0.01	c lower bound updated to 4
0.00/0.01	c BCD2: 4 <= obj <= 48
0.00/0.01	c BCD2: #cores=4, #unrelaxed=34, #relaxed=15, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=5 bias=5/6
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 |       32      0 |        0 |        4
0.00/0.01	c  0.0s |       0 |       14 |        0 |       32      0 |        0 |        4
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 14
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 5: cost of the new core is >=1
0.00/0.01	c lower bound updated to 5
0.00/0.01	c BCD2: 5 <= obj <= 48
0.00/0.01	c BCD2: #cores=5, #unrelaxed=29, #relaxed=20, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=6 bias=6/7
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 |       32      0 |        0 |        5
0.00/0.01	c  0.0s |       0 |       19 |        0 |       32      0 |        0 |        5
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 19
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.01	c lower bound updated to 6
0.00/0.01	c BCD2: 6 <= obj <= 48
0.00/0.01	c BCD2: #cores=6, #unrelaxed=25, #relaxed=24, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=7 bias=7/8
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 |       32      0 |        0 |        6
0.00/0.01	c  0.0s |       0 |       17 |        0 |       32      0 |        0 |        6
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 17
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.01	c lower bound updated to 7
0.00/0.01	c BCD2: 7 <= obj <= 48
0.00/0.01	c BCD2: #cores=7, #unrelaxed=21, #relaxed=28, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=8 bias=8/9
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 |       32      0 |        0 |        7
0.00/0.01	c  0.0s |       0 |       17 |        0 |       32      0 |        0 |        7
0.00/0.01	c #cpu_time = 0.000s
0.00/0.01	c #wall_clock_time = 0.000s
0.00/0.01	c #decision = 17
0.00/0.01	c #random_decision = 0
0.00/0.01	c #conflict = 0
0.00/0.01	c #restart = 0
0.00/0.01	c BCD2: found a new core of size 5: cost of the new core is >=1
0.00/0.01	c lower bound updated to 8
0.00/0.01	c BCD2: 8 <= obj <= 48
0.00/0.01	c BCD2: #cores=8, #unrelaxed=16, #relaxed=33, #hardened=0
0.00/0.01	c BCD2: #sat=1 #unsat=9 bias=9/10
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 |       32      0 |        0 |        8
0.00/0.02	c  0.0s |       0 |       19 |        0 |       32      0 |        0 |        8
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 19
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 4: cost of the new core is >=1
0.00/0.02	c lower bound updated to 9
0.00/0.02	c BCD2: 9 <= obj <= 48
0.00/0.02	c BCD2: #cores=9, #unrelaxed=12, #relaxed=37, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=10 bias=10/11
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 |       32      0 |        0 |        9
0.00/0.02	c  0.0s |       0 |       19 |        0 |       32      0 |        0 |        9
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 19
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: found a new core of size 5: cost of the new core is >=1
0.00/0.02	c lower bound updated to 10
0.00/0.02	c BCD2: 10 <= obj <= 48
0.00/0.02	c BCD2: #cores=10, #unrelaxed=7, #relaxed=42, #hardened=0
0.00/0.02	c BCD2: #sat=1 #unsat=11 bias=11/12
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 |       32      0 |        0 |       10
0.00/0.02	c  0.0s |       0 |       53 |        0 |       32      0 |        0 |       10
0.00/0.02	c #cpu_time = 0.000s
0.00/0.02	c #wall_clock_time = 0.000s
0.00/0.02	c #decision = 53
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 0
0.00/0.02	c #restart = 0
0.00/0.02	o 15
0.00/0.02	c BCD2: updating upper bound: 48 -> 14
0.00/0.02	c BCD2: 10 <= obj <= 14
0.00/0.02	c BCD2: #cores=10, #unrelaxed=7, #relaxed=42, #hardened=0
0.00/0.02	c BCD2: #sat=2 #unsat=11 bias=11/13
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 |       32      0 |        0 |       11
0.00/0.02	c  0.0s |       0 |       49 |       18 |       32      0 |        0 |       11
0.00/0.02	c #cpu_time = 0.001s
0.00/0.02	c #wall_clock_time = 0.001s
0.00/0.02	c #decision = 49
0.00/0.02	c #random_decision = 0
0.00/0.02	c #conflict = 18
0.00/0.02	c #restart = 0
0.00/0.02	c BCD2: relaxing 5 and merging with 7 cores into a new core of size 34: cost of the new core is >=8
0.00/0.02	c lower bound updated to 11
0.00/0.02	c BCD2: 11 <= obj <= 14
0.00/0.02	c BCD2: #cores=4, #unrelaxed=2, #relaxed=47, #hardened=0
0.00/0.02	c BCD2: #sat=2 #unsat=12 bias=12/14
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 |       32      0 |       14 |       11
0.00/0.03	c  0.0s |       1 |      150 |      100 |       36      1 |       14 |       32
0.00/0.04	c  0.0s |       2 |      373 |      250 |       40      6 |       14 |       32
0.00/0.05	c  0.0s |       3 |      689 |      475 |       44     12 |       14 |       32
0.00/0.07	c  0.1s |       4 |     1272 |      813 |       49     21 |       14 |       32
0.09/0.10	c  0.1s |       5 |     2084 |     1320 |       54     34 |       14 |       32
0.09/0.16	c  0.1s |       6 |     3247 |     2081 |       60     52 |       14 |       32
0.19/0.23	c  0.2s |       7 |     5025 |     3223 |       66     77 |       14 |       32
0.29/0.34	c  0.3s |       8 |     7571 |     4936 |       73    113 |       14 |       32
0.39/0.47	c  0.5s |       8 |    10306 |     6784 |       73    149 |       14 |       32
0.39/0.47	c #cpu_time = 0.449s
0.39/0.47	c #wall_clock_time = 0.451s
0.39/0.47	c #decision = 10306
0.39/0.47	c #random_decision = 39
0.39/0.47	c #conflict = 6784
0.39/0.47	c #restart = 8
0.39/0.47	o 13
0.39/0.47	c BCD2: updating upper bound: 14 -> 12
0.39/0.47	c BCD2: 11 <= obj <= 12
0.39/0.47	c BCD2: #cores=4, #unrelaxed=2, #relaxed=47, #hardened=0
0.39/0.47	c BCD2: #sat=3 #unsat=12 bias=12/15
0.39/0.47	c Solving starts ...
0.39/0.47	c ============================[ Search Statistics ]============================
0.39/0.47	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.39/0.47	c       |         |          |          |    Limit     GC | Var      | Constra 
0.39/0.47	c =============================================================================
0.39/0.47	c  0.0s |       0 |        0 |        0 |       73      0 |       14 |       33
0.39/0.48	c  0.0s |       1 |      188 |      100 |       73      2 |       14 |       33
0.39/0.49	c  0.0s |       2 |      401 |      250 |       73      5 |       14 |       33
0.49/0.50	c  0.0s |       3 |      774 |      475 |       73     10 |       14 |       33
0.49/0.53	c  0.1s |       4 |     1319 |      813 |       81     16 |       14 |       33
0.49/0.56	c  0.1s |       5 |     2103 |     1320 |       81     25 |       14 |       33
0.59/0.61	c  0.1s |       6 |     3280 |     2081 |       81     39 |       14 |       33
0.59/0.69	c  0.2s |       7 |     4822 |     3223 |       81     60 |       14 |       33
0.79/0.80	c  0.3s |       8 |     7249 |     4936 |       90     91 |       14 |       33
0.89/0.97	c  0.5s |       9 |    10845 |     7506 |       90    134 |       14 |       33
1.09/1.11	c  0.6s |       9 |    13955 |     9660 |       90    171 |       14 |       33
1.09/1.11	c #cpu_time = 0.637s
1.09/1.11	c #wall_clock_time = 0.639s
1.09/1.11	c #decision = 13955
1.09/1.11	c #random_decision = 64
1.09/1.11	c #conflict = 9660
1.09/1.11	c #restart = 9
1.09/1.11	o 12
1.09/1.11	c BCD2: hardening fixes 2 literals
1.09/1.11	c BCD2: updating upper bound: 12 -> 11
1.09/1.11	c BCD2: 11 <= obj <= 11
1.09/1.11	c BCD2: #cores=4, #unrelaxed=0, #relaxed=47, #hardened=2
1.09/1.11	c BCD2: #sat=4 #unsat=12 bias=12/16
1.09/1.11	c Solving starts ...
1.09/1.11	c ============================[ Search Statistics ]============================
1.09/1.11	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1.09/1.11	c       |         |          |          |    Limit     GC | Var      | Constra 
1.09/1.11	c =============================================================================
1.09/1.11	c  0.0s |       0 |        0 |        0 |       90      0 |       16 |       34
1.09/1.12	c  0.0s |       1 |      146 |      100 |       90      2 |       16 |       34
1.09/1.13	c  0.0s |       2 |      383 |      250 |       90      4 |       16 |       34
1.09/1.14	c  0.0s |       3 |      707 |      475 |       90      8 |       16 |       34
1.09/1.16	c  0.1s |       4 |     1245 |      813 |      100     13 |       16 |       34
1.09/1.18	c  0.1s |       5 |     1981 |     1320 |      100     21 |       16 |       34
1.20/1.22	c  0.1s |       6 |     3060 |     2081 |      100     33 |       16 |       34
1.20/1.27	c  0.2s |       7 |     4667 |     3223 |      100     51 |       16 |       34
1.29/1.34	c  0.2s |       8 |     7174 |     4936 |      100     78 |       16 |       34
1.39/1.45	c  0.3s |       9 |    10733 |     7506 |      100    119 |       16 |       34
1.49/1.54	c  0.4s |       9 |    13289 |     9390 |      111    149 |       16 |       34
1.49/1.54	c #cpu_time = 0.424s
1.49/1.54	c #wall_clock_time = 0.425s
1.49/1.54	c #decision = 13289
1.49/1.54	c #random_decision = 45
1.49/1.54	c #conflict = 9390
1.49/1.54	c #restart = 9
1.49/1.54	c BCD2: relaxing 0 and merging with 4 cores into a new core of size 47: cost of the new core is >=12
1.49/1.54	c lower bound updated to 12
1.49/1.54	s OPTIMUM FOUND
1.49/1.54	v -x1 x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10
1.49/1.54	v x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20
1.49/1.54	v x21 -x22 -x23 x24 -x25 x26 -x27 -x28 x29 -x30
1.49/1.54	v -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 x39 -x40
1.49/1.54	v -x41 -x42 -x43 x44 -x45 -x46 -x47 x48 -x49
1.49/1.54	c total CPU time = 1.535s
1.49/1.54	c total wall clock time = 1.540s

Verifier Data

OK	12

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

pid=1383
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.26 2.25 2.19 3/178 1386
/proc/meminfo: memFree=29309328/32872528 swapFree=16080/1655368
[pid=1386] ppid=1383 vsize=588220 CPUtime=0 cores=1,3,5,7
/proc/1386/stat : 1386 (toysat) R 1383 1386 32454 0 -1 4202496 2173 0 0 0 0 0 0 0 20 0 4 0 105266064 602337280 2023 33554432000 4194304 16246674 140736373338032 140736373337456 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1386/statm: 147567 2031 441 2943 0 144461 0
[pid=1386/tid=1387] ppid=1383 vsize=831932 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1387/stat : 1387 (toysat) S 1383 1386 32454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105266064 851898368 2971 33554432000 4194304 16246674 140736373338032 140671372471536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1386/tid=1388] ppid=1383 vsize=836028 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1388/stat : 1388 (toysat) S 1383 1386 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105266064 856092672 2990 33554432000 4194304 16246674 140736373338032 140671361981680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1386/tid=1389] ppid=1383 vsize=840124 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1389/stat : 1389 (toysat) S 1383 1386 32454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105266064 860286976 3007 33554432000 4194304 16246674 140736373338032 140671351508144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100178 s]
/proc/loadavg: 2.26 2.25 2.19 3/178 1386
/proc/meminfo: memFree=29309328/32872528 swapFree=16080/1655368
[pid=1386] ppid=1383 vsize=1218116 CPUtime=0.09 cores=1,3,5,7
/proc/1386/stat : 1386 (toysat) R 1383 1386 32454 0 -1 4202496 23197 0 0 0 7 2 0 0 20 0 4 0 105266064 1247350784 23033 33554432000 4194304 16246674 140736373338032 140736373321032 5662075 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1386/statm: 304529 23042 783 2943 0 301423 0
[pid=1386/tid=1387] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1387/stat : 1387 (toysat) S 1383 1386 32454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 23047 33554432000 4194304 16246674 140736373338032 140671372471536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1386/tid=1388] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1388/stat : 1388 (toysat) S 1383 1386 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 23053 33554432000 4194304 16246674 140736373338032 140671361981680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1386/tid=1389] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1389/stat : 1389 (toysat) S 1383 1386 32454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 23059 33554432000 4194304 16246674 140736373338032 140671351508144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1218116

[startup+0.200571 s]
/proc/loadavg: 2.26 2.25 2.19 3/178 1386
/proc/meminfo: memFree=29309328/32872528 swapFree=16080/1655368
[pid=1386] ppid=1383 vsize=1218116 CPUtime=0.19 cores=1,3,5,7
/proc/1386/stat : 1386 (toysat) R 1383 1386 32454 0 -1 4202496 44105 0 0 0 13 6 0 0 20 0 4 0 105266064 1247350784 43941 33554432000 4194304 16246674 140736373338032 140736373321032 5677541 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1386/statm: 304529 43950 784 2943 0 301423 0
[pid=1386/tid=1387] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1387/stat : 1387 (toysat) S 1383 1386 32454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 43956 33554432000 4194304 16246674 140736373338032 140671372471536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1386/tid=1388] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1388/stat : 1388 (toysat) S 1383 1386 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 43963 33554432000 4194304 16246674 140736373338032 140671361981680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1386/tid=1389] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1389/stat : 1389 (toysat) S 1383 1386 32454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 43968 33554432000 4194304 16246674 140736373338032 140671351508144 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.300492 s]
/proc/loadavg: 2.26 2.25 2.19 3/178 1386
/proc/meminfo: memFree=29309328/32872528 swapFree=16080/1655368
[pid=1386] ppid=1383 vsize=1218116 CPUtime=0.29 cores=1,3,5,7
/proc/1386/stat : 1386 (toysat) R 1383 1386 32454 0 -1 4202496 65096 0 0 0 21 8 0 0 20 0 4 0 105266064 1247350784 64932 33554432000 4194304 16246674 140736373338032 140736373321032 5589389 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1386/statm: 304529 64948 784 2943 0 301423 0
[pid=1386/tid=1387] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1387/stat : 1387 (toysat) S 1383 1386 32454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 64955 33554432000 4194304 16246674 140736373338032 140671372471536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1386/tid=1388] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1388/stat : 1388 (toysat) S 1383 1386 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 64960 33554432000 4194304 16246674 140736373338032 140671361981680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1386/tid=1389] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1389/stat : 1389 (toysat) S 1383 1386 32454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 64967 33554432000 4194304 16246674 140736373338032 140671351508144 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.700369 s]
/proc/loadavg: 2.26 2.25 2.19 3/178 1386
/proc/meminfo: memFree=29309328/32872528 swapFree=16080/1655368
[pid=1386] ppid=1383 vsize=1218116 CPUtime=0.69 cores=1,3,5,7
/proc/1386/stat : 1386 (toysat) R 1383 1386 32454 0 -1 4202496 148495 0 0 0 49 20 0 0 20 0 4 0 105266064 1247350784 148331 33554432000 4194304 16246674 140736373338032 140736373319936 5993789 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1386/statm: 304529 148340 784 2943 0 301423 0
[pid=1386/tid=1387] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1387/stat : 1387 (toysat) S 1383 1386 32454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 148346 33554432000 4194304 16246674 140736373338032 140671372471536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1386/tid=1388] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1388/stat : 1388 (toysat) S 1383 1386 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 148351 33554432000 4194304 16246674 140736373338032 140671361981680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1386/tid=1389] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1389/stat : 1389 (toysat) S 1383 1386 32454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 148355 33554432000 4194304 16246674 140736373338032 140671351508144 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.50043 s]
/proc/loadavg: 2.26 2.25 2.19 3/182 1390
/proc/meminfo: memFree=28380808/32872528 swapFree=16080/1655368
[pid=1386] ppid=1383 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/1386/stat : 1386 (toysat) R 1383 1386 32454 0 -1 4202496 245546 0 0 0 116 33 0 0 20 0 4 0 105266064 1247350784 245360 33554432000 4194304 16246674 140736373338032 140736373337344 5754966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1386/statm: 304529 245360 844 2943 0 301423 0
[pid=1386/tid=1387] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1387/stat : 1387 (toysat) S 1383 1386 32454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 245360 33554432000 4194304 16246674 140736373338032 140671372471536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1386/tid=1388] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1388/stat : 1388 (toysat) S 1383 1386 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 245360 33554432000 4194304 16246674 140736373338032 140671361981680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1386/tid=1389] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1389/stat : 1389 (toysat) S 1383 1386 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 245360 33554432000 4194304 16246674 140736373338032 140671351508144 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) 1218116

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

[startup+1.50043 s]
/proc/loadavg: 2.26 2.25 2.19 3/182 1390
/proc/meminfo: memFree=28380808/32872528 swapFree=16080/1655368
[pid=1386] ppid=1383 vsize=1218116 CPUtime=1.49 cores=1,3,5,7
/proc/1386/stat : 1386 (toysat) R 1383 1386 32454 0 -1 4202496 245546 0 0 0 116 33 0 0 20 0 4 0 105266064 1247350784 245360 33554432000 4194304 16246674 140736373338032 140736373337344 5754966 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1386/statm: 304529 245360 844 2943 0 301423 0
[pid=1386/tid=1387] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1387/stat : 1387 (toysat) S 1383 1386 32454 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 245360 33554432000 4194304 16246674 140736373338032 140671372471536 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=1386/tid=1388] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1388/stat : 1388 (toysat) S 1383 1386 32454 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 245360 33554432000 4194304 16246674 140736373338032 140671361981680 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=1386/tid=1389] ppid=1383 vsize=1218116 CPUtime=0 cores=1,3,5,7
/proc/1386/task/1389/stat : 1389 (toysat) S 1383 1386 32454 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105266064 1247350784 245360 33554432000 4194304 16246674 140736373338032 140671351508144 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) 1218116

Child status: 0
Real time (s): 1.59572
CPU time (s): 1.59576
CPU user time (s): 1.20482
CPU system time (s): 0.39094
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1218116

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.006998 second user time and 0.023996 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-06 19:15:25
IDJOB=4079561
IDBENCH=2216
IDSOLVER=2542
FILE ID=node122/4079561-1465233325
RUNJOBID= node122-1465218907-32471
PBS_JOBID= 19843205
Free space on /tmp= 71728 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/sorensson/garden/normalized-g7x7.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079561-1465233325/watcher-4079561-1465233325 -o /tmp/evaluation-result-4079561-1465233325/solver-4079561-1465233325 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465218907-32471 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079561-1465233325.opb

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

MD5SUM BENCH= cb84e2b94add4387530e3674f52279cd
RANDOM SEED=952803929

node122.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.898
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.79
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.898
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.898
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.54
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.898
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.898
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.898
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.898
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.898
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:        29310244 kB
Buffers:           30836 kB
Cached:            98648 kB
SwapCached:          860 kB
Active:          1147312 kB
Inactive:          53196 kB
Active(anon):    1071960 kB
Inactive(anon):     1584 kB
Active(file):      75352 kB
Inactive(file):    51612 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099464 kB
Dirty:             33004 kB
Writeback:             0 kB
AnonPages:       2666536 kB
Mapped:            10248 kB
Shmem:                 0 kB
Slab:             567828 kB
SReclaimable:      11532 kB
SUnreclaim:       556296 kB
KernelStack:        1512 kB
PageTables:         9472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2874504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1583104 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= 71712 MiB
End job on node122 at 2016-06-06 19:15:27