Trace number 3691429

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
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedOPT-7 150.047 150.08

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_2.opb
MD5SUM1eb933a10fcc575d2df25e98511c4b07
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark9.39857
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
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 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

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 SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3691429-1338022316.opb>
0.00/0.00	c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 151 constraints
0.00/0.00	c problem read in 0.00
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.01	c presolving:
0.09/0.18	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 11940 impls, 100 clqs
0.29/0.35	c    (0.4s) probing: 51/1580 (3.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.35	c    (0.4s) probing aborted: 50/50 successive totally useless probings
0.29/0.35	c presolving (2 rounds):
0.29/0.35	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.35	c  11940 implications, 100 cliques
0.29/0.35	c presolved problem has 1580 variables (1580 bin, 0 int, 0 impl, 0 cont) and 1631 constraints
0.29/0.35	c     150 constraints of type <setppc>
0.29/0.35	c    1480 constraints of type <and>
0.29/0.35	c       1 constraints of type <linear>
0.29/0.35	c transformed objective value is always integral (scale: 1)
0.29/0.35	c Presolving Time: 0.35
0.29/0.35	c - non default parameters ----------------------------------------------------------------------
0.29/0.35	c # SCIP version 2.1.1.4
0.29/0.35	c 
0.29/0.35	c # maximal time in seconds to run
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/time = 1797
0.29/0.35	c 
0.29/0.35	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/memory = 13950
0.29/0.35	c 
0.29/0.35	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.29/0.35	c # [type: int, range: [1,2], default: 1]
0.29/0.35	c timing/clocktype = 2
0.29/0.35	c 
0.29/0.35	c # belongs reading time to solving time?
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.35	c timing/reading = TRUE
0.29/0.35	c 
0.29/0.35	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.35	c separating/rapidlearning/freq = 0
0.29/0.35	c 
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c start solving
0.29/0.35	c 
0.39/0.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.48	c t 0.5s|     1 |     0 |   802 |     - |7218k|   0 | 457 |1580 |1631 |1580 |3111 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 |    Inf 
0.39/0.48	o -2
0.39/0.48	c s 0.5s|     1 |     0 |   802 |     - |7279k|   0 | 457 |1580 |1631 |1580 |3111 |   0 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
1.38/1.40	c   1.4s|     1 |     0 |  3797 |     - |7656k|   0 | 395 |1580 |1633 |1580 |3129 |  18 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
1.49/1.65	c   1.7s|     1 |     0 |  4692 |     - |7934k|   0 | 594 |1580 |1633 |1580 |3147 |  36 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
1.89/1.92	c   1.9s|     1 |     0 |  5402 |     - |8522k|   0 | 780 |1580 |1633 |1580 |3156 |  45 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
2.08/2.19	c   2.2s|     1 |     0 |  5952 |     - |9040k|   0 | 743 |1580 |1633 |1580 |3166 |  55 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
2.08/2.19	o -2
2.08/2.19	c s 2.2s|     1 |     0 |  5952 |     - |9060k|   0 | 743 |1580 |1633 |1580 |3166 |  55 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
2.49/2.50	c   2.5s|     1 |     0 |  6673 |     - |9402k|   0 | 807 |1580 |1633 |1580 |3175 |  64 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
2.49/2.50	o -2
2.49/2.50	c s 2.5s|     1 |     0 |  6673 |     - |9422k|   0 | 807 |1580 |1633 |1580 |3175 |  64 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
2.79/2.86	c   2.9s|     1 |     0 |  7106 |     - |9623k|   0 | 804 |1580 |1633 |1580 |3180 |  69 |   1 |   0 |-2.500000e+01 |-2.000000e+00 |1150.00%
7.99/8.06	c   8.1s|     1 |     2 |  7106 |     - |9644k|   0 | 804 |1580 |1633 |1580 |3180 |  69 |   1 |  22 |-2.500000e+01 |-2.000000e+00 |1150.00%
12.29/12.30	o -4
12.29/12.30	c R12.3s|     6 |     5 | 15539 |1686.6 |9714k|   5 |  45 |1580 |1633 |1580 |1236 | 551 |   1 | 121 |-2.500000e+01 |-4.000000e+00 | 525.00%
12.29/12.36	o -5
12.29/12.36	c R12.4s|     6 |     5 | 15560 |1690.8 |9742k|   5 |  11 |1580 |1633 |1580 |1238 | 553 |   1 | 135 |-2.500000e+01 |-5.000000e+00 | 400.00%
12.29/12.36	o -6
12.29/12.36	c R12.4s|     6 |     4 | 15562 |1691.2 |9767k|   5 |   - |1580 |1633 |1580 |1238 | 553 |   1 | 136 |-2.500000e+01 |-6.000000e+00 | 316.67%
41.69/41.78	c  41.8s|   100 |    64 |154363 |1487.4 |  10M|  21 | 317 |1580 |1635 |1580 |1620 |3612 |   3 | 359 |-2.209815e+01 |-6.000000e+00 | 268.30%
41.89/41.91	o -7
41.89/41.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
41.89/41.91	c l41.9s|   101 |    50 |155369 |1482.6 |  10M|  22 |   - |1580 |1635 |1580 |1643 |3644 |   3 | 359 |-2.209815e+01 |-7.000000e+00 | 215.69%
58.08/58.12	c  58.1s|   200 |   101 |270849 |1325.3 |  10M|  41 | 146 |1580 |1637 |1580 |1592 |4572 |   5 | 398 |-1.614539e+01 |-7.000000e+00 | 130.65%
62.38/62.46	c  62.5s|   300 |   145 |302927 | 989.4 |  10M|  46 | 121 |1580 |1637 |1580 |1574 |5115 |   5 | 403 |-1.556689e+01 |-7.000000e+00 | 122.38%
65.99/66.02	c  66.0s|   400 |   191 |328848 | 806.4 |  10M|  48 | 153 |1580 |1658 |1580 |1616 |5553 |  26 | 403 |-1.509440e+01 |-7.000000e+00 | 115.63%
69.87/69.91	c  69.9s|   500 |   223 |352553 | 692.3 |  11M|  52 | 424 |1580 |1658 |1580 |1555 |5851 |  26 | 434 |-1.506125e+01 |-7.000000e+00 | 115.16%
72.88/72.98	c  73.0s|   600 |   255 |370164 | 606.1 |  11M|  52 | 118 |1580 |1660 |1580 |1626 |6065 |  28 | 459 |-1.501941e+01 |-7.000000e+00 | 114.56%
75.18/75.29	c  75.3s|   700 |   273 |387125 | 543.7 |  11M|  52 | 119 |1580 |1660 |1580 |1642 |6356 |  28 | 462 |-1.498522e+01 |-7.000000e+00 | 114.07%
77.58/77.65	c  77.6s|   800 |   307 |404307 | 497.1 |  12M|  52 |   - |1580 |1660 |1580 |1545 |6655 |  28 | 462 |-1.498522e+01 |-7.000000e+00 | 114.07%
79.57/79.64	c  79.6s|   900 |   341 |419693 | 458.9 |  12M|  52 |  96 |1580 |1660 |1580 |1570 |6968 |  28 | 462 |-1.494457e+01 |-7.000000e+00 | 113.49%
81.87/81.94	c  81.9s|  1000 |   371 |435105 | 428.4 |  12M|  55 | 320 |1580 |1661 |1580 |1427 |7264 |  29 | 480 |-1.479652e+01 |-7.000000e+00 | 111.38%
84.57/84.65	c  84.7s|  1100 |   409 |451792 | 404.6 |  13M|  55 | 123 |1580 |1663 |1580 |1633 |7553 |  31 | 511 |-1.471294e+01 |-7.000000e+00 | 110.18%
86.77/86.81	c  86.8s|  1200 |   429 |464400 | 381.4 |  13M|  55 | 290 |1580 |1663 |1580 |1572 |7747 |  31 | 549 |-1.471294e+01 |-7.000000e+00 | 110.18%
88.77/88.87	c  88.9s|  1300 |   451 |478662 | 363.0 |  13M|  55 | 233 |1580 |1664 |1580 |1632 |7955 |  32 | 563 |-1.460027e+01 |-7.000000e+00 | 108.58%
90.87/90.92	c  90.9s|  1400 |   475 |494052 | 348.1 |  13M|  58 |   - |1580 |1665 |1580 |1644 |8321 |  33 | 566 |-1.443808e+01 |-7.000000e+00 | 106.26%
92.26/92.30	c  92.3s|  1500 |   501 |504503 | 331.8 |  14M|  58 | 105 |1580 |1665 |1580 |1577 |8548 |  33 | 566 |-1.435054e+01 |-7.000000e+00 | 105.01%
93.48/93.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
93.48/93.51	c  93.5s|  1600 |   521 |512696 | 316.2 |  14M|  58 |  88 |1580 |1669 |1580 |1634 |8666 |  37 | 566 |-1.427436e+01 |-7.000000e+00 | 103.92%
95.27/95.36	c  95.4s|  1700 |   543 |526902 | 305.9 |  14M|  58 |   - |1580 |1670 |1580 |1203 |8903 |  38 | 568 |-1.401876e+01 |-7.000000e+00 | 100.27%
96.87/96.98	c  97.0s|  1800 |   561 |537212 | 294.7 |  15M|  58 |   - |1580 |1672 |1580 |1605 |9147 |  40 | 581 |-1.394424e+01 |-7.000000e+00 |  99.20%
98.97/99.08	c  99.1s|  1900 |   577 |549319 | 285.5 |  15M|  58 |   - |1580 |1670 |1580 |1578 |9297 |  40 | 600 |-1.381023e+01 |-7.000000e+00 |  97.29%
100.37/100.49	c   100s|  2000 |   593 |558248 | 275.7 |  15M|  60 | 157 |1580 |1673 |1580 |1633 |9411 |  43 | 611 |-1.368246e+01 |-7.000000e+00 |  95.46%
101.47/101.55	c   102s|  2100 |   599 |565470 | 266.0 |  15M|  60 |   - |1580 |1673 |1580 |1655 |9638 |  43 | 620 |-1.368246e+01 |-7.000000e+00 |  95.46%
102.77/102.83	c   103s|  2200 |   615 |574302 | 257.9 |  15M|  60 | 103 |1580 |1673 |1580 |1589 |9753 |  43 | 626 |-1.368246e+01 |-7.000000e+00 |  95.46%
103.47/103.58	c   104s|  2300 |   621 |579843 | 249.1 |  15M|  60 | 199 |1580 |1673 |1580 |1588 |9819 |  43 | 629 |-1.361768e+01 |-7.000000e+00 |  94.54%
104.67/104.71	c   105s|  2400 |   643 |587916 | 242.1 |  16M|  60 | 118 |1580 |1686 |1580 |1599 |9940 |  56 | 631 |-1.359473e+01 |-7.000000e+00 |  94.21%
105.47/105.52	c   106s|  2500 |   649 |594026 | 234.9 |  16M|  60 | 109 |1580 |1686 |1580 |1570 |  10k|  56 | 631 |-1.352893e+01 |-7.000000e+00 |  93.27%
106.46/106.52	c   107s|  2600 |   661 |601583 | 228.7 |  16M|  60 | 134 |1580 |1686 |1580 |1581 |  10k|  56 | 631 |-1.339567e+01 |-7.000000e+00 |  91.37%
107.16/107.22	c   107s|  2700 |   669 |606691 | 222.2 |  16M|  60 | 177 |1580 |1685 |1580 |1434 |  10k|  56 | 631 |-1.339567e+01 |-7.000000e+00 |  91.37%
107.87/107.98	c   108s|  2800 |   673 |612477 | 216.3 |  16M|  60 |   - |1580 |1687 |1580 |1611 |  10k|  58 | 631 |-1.337482e+01 |-7.000000e+00 |  91.07%
108.56/108.68	c   109s|  2900 |   683 |617222 | 210.5 |  16M|  60 | 129 |1580 |1686 |1580 |1569 |  10k|  58 | 633 |-1.336750e+01 |-7.000000e+00 |  90.96%
109.57/109.66	c   110s|  3000 |   695 |625348 | 206.1 |  16M|  60 | 146 |1580 |1686 |1580 |1607 |  10k|  58 | 634 |-1.327410e+01 |-7.000000e+00 |  89.63%
110.37/110.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
110.37/110.49	c   110s|  3100 |   719 |631011 | 201.3 |  16M|  60 | 179 |1580 |1693 |1580 |1584 |  10k|  65 | 637 |-1.327410e+01 |-7.000000e+00 |  89.63%
111.66/111.80	c   112s|  3200 |   727 |637201 | 197.0 |  17M|  60 |   - |1580 |1696 |1580 |1407 |  10k|  68 | 663 |-1.326062e+01 |-7.000000e+00 |  89.44%
112.56/112.66	c   113s|  3300 |   739 |643953 | 193.0 |  17M|  60 |   - |1580 |1697 |1580 |1616 |  10k|  69 | 665 |-1.320859e+01 |-7.000000e+00 |  88.69%
113.66/113.71	c   114s|  3400 |   755 |650537 | 189.3 |  17M|  60 |  91 |1580 |1698 |1580 |1415 |  10k|  70 | 678 |-1.314923e+01 |-7.000000e+00 |  87.85%
114.26/114.39	c   114s|  3500 |   761 |654337 | 185.0 |  17M|  60 | 106 |1580 |1699 |1580 |1428 |  10k|  71 | 694 |-1.314923e+01 |-7.000000e+00 |  87.85%
115.16/115.23	c   115s|  3600 |   769 |659211 | 181.2 |  17M|  60 |   - |1580 |1698 |1580 |1592 |  10k|  71 | 710 |-1.313312e+01 |-7.000000e+00 |  87.62%
115.66/115.79	c   116s|  3700 |   781 |662965 | 177.3 |  17M|  60 |   - |1580 |1698 |1580 |1580 |  11k|  71 | 716 |-1.313184e+01 |-7.000000e+00 |  87.60%
116.46/116.51	c   117s|  3800 |   793 |667046 | 173.7 |  18M|  60 | 180 |1580 |1703 |1580 |1401 |  11k|  76 | 726 |-1.313184e+01 |-7.000000e+00 |  87.60%
117.36/117.46	c   117s|  3900 |   807 |674016 | 171.0 |  18M|  60 | 154 |1580 |1702 |1580 |1572 |  11k|  76 | 726 |-1.301050e+01 |-7.000000e+00 |  85.86%
117.86/117.98	c   118s|  4000 |   811 |677635 | 167.7 |  18M|  60 |   - |1580 |1702 |1580 |1592 |  11k|  76 | 726 |-1.299235e+01 |-7.000000e+00 |  85.61%
118.56/118.67	c   119s|  4100 |   829 |682069 | 164.7 |  18M|  60 |  92 |1580 |1705 |1580 |1420 |  11k|  79 | 730 |-1.299235e+01 |-7.000000e+00 |  85.61%
118.97/119.09	c   119s|  4200 |   847 |684787 | 161.4 |  18M|  60 |   - |1580 |1706 |1580 |1559 |  11k|  80 | 731 |-1.299235e+01 |-7.000000e+00 |  85.61%
119.36/119.49	c   119s|  4300 |   857 |687155 | 158.2 |  18M|  60 |   - |1580 |1706 |1580 |1643 |  11k|  80 | 733 |-1.299235e+01 |-7.000000e+00 |  85.61%
119.87/119.93	c   120s|  4400 |   861 |690443 | 155.3 |  18M|  60 | 115 |1580 |1705 |1580 |1554 |  11k|  80 | 734 |-1.299235e+01 |-7.000000e+00 |  85.61%
120.16/120.29	c   120s|  4500 |   869 |692672 | 152.4 |  18M|  60 |  85 |1580 |1706 |1580 |1591 |  11k|  81 | 734 |-1.299235e+01 |-7.000000e+00 |  85.61%
120.66/120.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
120.66/120.71	c   121s|  4600 |   879 |695606 | 149.7 |  19M|  60 | 106 |1580 |1706 |1580 |1579 |  11k|  81 | 736 |-1.299235e+01 |-7.000000e+00 |  85.61%
121.16/121.23	c   121s|  4700 |   883 |699389 | 147.3 |  19M|  60 |   - |1580 |1706 |1580 |1582 |  11k|  81 | 736 |-1.297539e+01 |-7.000000e+00 |  85.36%
121.66/121.72	c   122s|  4800 |   885 |702571 | 144.9 |  19M|  60 |   - |1580 |1708 |1580 |1569 |  11k|  84 | 736 |-1.291236e+01 |-7.000000e+00 |  84.46%
122.17/122.24	c   122s|  4900 |   889 |706377 | 142.7 |  19M|  60 |  96 |1580 |1708 |1580 |1614 |  11k|  84 | 736 |-1.287187e+01 |-7.000000e+00 |  83.88%
122.96/123.02	c   123s|  5000 |   893 |712174 | 141.0 |  19M|  60 | 124 |1580 |1710 |1580 |1438 |  11k|  86 | 736 |-1.275758e+01 |-7.000000e+00 |  82.25%
123.36/123.47	c   123s|  5100 |   895 |715251 | 138.9 |  19M|  60 |   - |1580 |1710 |1580 |1597 |  11k|  86 | 736 |-1.275758e+01 |-7.000000e+00 |  82.25%
124.06/124.10	c   124s|  5200 |   905 |719889 | 137.1 |  19M|  60 | 166 |1580 |1714 |1580 |1636 |  12k|  90 | 736 |-1.262978e+01 |-7.000000e+00 |  80.43%
124.37/124.49	c   124s|  5300 |   913 |722523 | 135.0 |  19M|  60 | 128 |1580 |1713 |1580 |1586 |  12k|  90 | 736 |-1.262656e+01 |-7.000000e+00 |  80.38%
124.76/124.83	c   125s|  5400 |   913 |724693 | 132.9 |  19M|  60 |   - |1580 |1711 |1580 |1439 |  12k|  90 | 737 |-1.251945e+01 |-7.000000e+00 |  78.85%
125.17/125.24	c   125s|  5500 |   919 |727652 | 131.0 |  19M|  60 |  84 |1580 |1714 |1580 |1558 |  12k|  93 | 737 |-1.243047e+01 |-7.000000e+00 |  77.58%
125.66/125.73	c   126s|  5600 |   919 |730856 | 129.3 |  20M|  60 |  88 |1580 |1712 |1580 |1634 |  12k|  93 | 737 |-1.220485e+01 |-7.000000e+00 |  74.36%
126.07/126.13	c   126s|  5700 |   921 |733560 | 127.5 |  20M|  60 |   - |1580 |1714 |1580 |1570 |  12k|  95 | 737 |-1.218085e+01 |-7.000000e+00 |  74.01%
126.66/126.73	c   127s|  5800 |   931 |737758 | 126.0 |  20M|  60 |  83 |1580 |1714 |1580 |1629 |  12k|  96 | 737 |-1.216824e+01 |-7.000000e+00 |  73.83%
127.06/127.11	c   127s|  5900 |   931 |740157 | 124.3 |  20M|  60 | 110 |1580 |1716 |1580 |1578 |  12k|  99 | 737 |-1.215334e+01 |-7.000000e+00 |  73.62%
127.36/127.45	c   127s|  6000 |   929 |742396 | 122.6 |  20M|  60 | 102 |1580 |1718 |1580 |1610 |  12k| 101 | 737 |-1.199520e+01 |-7.000000e+00 |  71.36%
127.86/127.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.86/127.92	c   128s|  6100 |   931 |745518 | 121.1 |  20M|  60 |   - |1580 |1719 |1580 |1421 |  12k| 102 | 738 |-1.197485e+01 |-7.000000e+00 |  71.07%
128.36/128.42	c   128s|  6200 |   933 |748845 | 119.7 |  20M|  60 | 137 |1580 |1720 |1580 |1578 |  12k| 103 | 739 |-1.188803e+01 |-7.000000e+00 |  69.83%
128.66/128.77	c   129s|  6300 |   933 |751131 | 118.1 |  20M|  60 |   - |1580 |1720 |1580 |1656 |  12k| 103 | 739 |-1.178365e+01 |-7.000000e+00 |  68.34%
129.16/129.26	c   129s|  6400 |   939 |754242 | 116.8 |  20M|  60 |   - |1580 |1720 |1580 |1216 |  12k| 103 | 739 |-1.174275e+01 |-7.000000e+00 |  67.75%
129.56/129.62	c   130s|  6500 |   941 |756529 | 115.3 |  20M|  60 |  95 |1580 |1720 |1580 |1435 |  12k| 103 | 739 |-1.170174e+01 |-7.000000e+00 |  67.17%
129.77/129.90	c   130s|  6600 |   933 |758230 | 113.8 |  20M|  60 |   - |1580 |1719 |1580 |1589 |  12k| 103 | 739 |-1.164633e+01 |-7.000000e+00 |  66.38%
130.16/130.23	c   130s|  6700 |   933 |760411 | 112.5 |  20M|  60 | 143 |1580 |1720 |1580 |1596 |  12k| 104 | 739 |-1.164633e+01 |-7.000000e+00 |  66.38%
130.66/130.76	c   131s|  6800 |   937 |764365 | 111.4 |  20M|  63 |   - |1580 |1722 |1580 |1634 |  12k| 107 | 739 |-1.162466e+01 |-7.000000e+00 |  66.07%
131.26/131.33	c   131s|  6900 |   941 |768655 | 110.4 |  20M|  63 |   - |1580 |1721 |1580 |1215 |  12k| 108 | 739 |-1.162466e+01 |-7.000000e+00 |  66.07%
131.76/131.82	c   132s|  7000 |   939 |772199 | 109.3 |  20M|  63 |   - |1580 |1735 |1580 |1583 |  12k| 122 | 739 |-1.151980e+01 |-7.000000e+00 |  64.57%
132.06/132.18	c   132s|  7100 |   933 |774480 | 108.1 |  20M|  63 |   - |1580 |1732 |1580 |1606 |  12k| 123 | 739 |-1.151980e+01 |-7.000000e+00 |  64.57%
132.46/132.56	c   133s|  7200 |   935 |776762 | 106.9 |  20M|  63 |   - |1580 |1731 |1580 |1594 |  12k| 123 | 739 |-1.151980e+01 |-7.000000e+00 |  64.57%
132.96/133.04	c   133s|  7300 |   937 |780053 | 105.9 |  21M|  63 |   - |1580 |1731 |1580 |1564 |  12k| 123 | 739 |-1.148518e+01 |-7.000000e+00 |  64.07%
133.16/133.28	c   133s|  7400 |   941 |781392 | 104.6 |  21M|  63 |   - |1580 |1731 |1580 |1449 |  12k| 123 | 739 |-1.143986e+01 |-7.000000e+00 |  63.43%
133.56/133.64	c   134s|  7500 |   933 |783532 | 103.5 |  21M|  63 | 183 |1580 |1729 |1580 |1231 |  12k| 123 | 740 |-1.132210e+01 |-7.000000e+00 |  61.74%
134.06/134.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
134.06/134.10	c   134s|  7600 |   933 |787035 | 102.6 |  21M|  63 |   - |1580 |1729 |1580 |1584 |  12k| 123 | 740 |-1.126644e+01 |-7.000000e+00 |  60.95%
134.27/134.39	c   134s|  7700 |   925 |788777 | 101.5 |  21M|  63 |   - |1580 |1729 |1580 |1586 |  12k| 124 | 740 |-1.121576e+01 |-7.000000e+00 |  60.23%
134.75/134.80	c   135s|  7800 |   923 |791437 | 100.6 |  21M|  63 | 104 |1580 |1728 |1580 |1623 |  13k| 124 | 740 |-1.119621e+01 |-7.000000e+00 |  59.95%
135.16/135.24	c   135s|  7900 |   921 |794684 |  99.7 |  21M|  63 |  97 |1580 |1728 |1580 |1586 |  13k| 124 | 740 |-1.116123e+01 |-7.000000e+00 |  59.45%
135.75/135.83	c   136s|  8000 |   917 |798942 |  99.0 |  21M|  63 |  99 |1580 |1728 |1580 |1426 |  13k| 124 | 740 |-1.109746e+01 |-7.000000e+00 |  58.54%
136.06/136.13	c   136s|  8100 |   905 |800705 |  98.0 |  20M|  63 |   - |1580 |1728 |1580 |1584 |  13k| 124 | 740 |-1.106576e+01 |-7.000000e+00 |  58.08%
136.26/136.37	c   136s|  8200 |   899 |802141 |  97.0 |  20M|  63 | 133 |1580 |1728 |1580 |1632 |  13k| 124 | 740 |-1.100896e+01 |-7.000000e+00 |  57.27%
136.66/136.74	c   137s|  8300 |   895 |804777 |  96.1 |  20M|  63 |   - |1580 |1728 |1580 |1225 |  13k| 124 | 741 |-1.100627e+01 |-7.000000e+00 |  57.23%
137.06/137.10	c   137s|  8400 |   891 |807222 |  95.3 |  20M|  63 | 170 |1580 |1729 |1580 |1443 |  13k| 125 | 741 |-1.098316e+01 |-7.000000e+00 |  56.90%
137.36/137.40	c   137s|  8500 |   887 |809129 |  94.4 |  20M|  63 |   - |1580 |1727 |1580 |1641 |  13k| 126 | 741 |-1.095220e+01 |-7.000000e+00 |  56.46%
138.16/138.28	c   138s|  8600 |   887 |815292 |  94.0 |  21M|  63 | 131 |1580 |1727 |1580 |1593 |  13k| 126 | 747 |-1.092440e+01 |-7.000000e+00 |  56.06%
138.46/138.57	c   139s|  8700 |   883 |817005 |  93.1 |  21M|  63 |   - |1580 |1727 |1580 |1582 |  13k| 126 | 747 |-1.091924e+01 |-7.000000e+00 |  55.99%
139.06/139.18	c   139s|  8800 |   875 |821041 |  92.5 |  20M|  63 | 110 |1580 |1727 |1580 |1638 |  13k| 126 | 747 |-1.074612e+01 |-7.000000e+00 |  53.52%
139.86/139.97	c   140s|  8900 |   871 |826614 |  92.1 |  21M|  63 | 193 |1580 |1728 |1580 |1419 |  13k| 127 | 749 |-1.069736e+01 |-7.000000e+00 |  52.82%
140.35/140.42	c   140s|  9000 |   861 |829668 |  91.4 |  20M|  63 |   - |1580 |1728 |1580 |1228 |  13k| 127 | 749 |-1.069736e+01 |-7.000000e+00 |  52.82%
140.66/140.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
140.66/140.76	c   141s|  9100 |   851 |831917 |  90.6 |  20M|  63 | 109 |1580 |1728 |1580 |1405 |  13k| 127 | 749 |-1.069736e+01 |-7.000000e+00 |  52.82%
140.95/141.08	c   141s|  9200 |   837 |833920 |  89.9 |  20M|  63 |   - |1580 |1726 |1580 |1595 |  13k| 127 | 749 |-1.056237e+01 |-7.000000e+00 |  50.89%
141.35/141.42	c   141s|  9300 |   833 |836094 |  89.1 |  20M|  63 |   - |1580 |1726 |1580 |1417 |  13k| 127 | 749 |-1.050997e+01 |-7.000000e+00 |  50.14%
141.66/141.70	c   142s|  9400 |   825 |837784 |  88.4 |  20M|  63 |  87 |1580 |1732 |1580 |1626 |  13k| 133 | 749 |-1.050659e+01 |-7.000000e+00 |  50.09%
141.87/141.96	c   142s|  9500 |   817 |839127 |  87.6 |  20M|  63 |   - |1580 |1730 |1580 |1599 |  13k| 133 | 749 |-1.049510e+01 |-7.000000e+00 |  49.93%
142.15/142.28	c   142s|  9600 |   811 |841103 |  86.9 |  20M|  63 | 160 |1580 |1731 |1580 |1404 |  13k| 134 | 749 |-1.047666e+01 |-7.000000e+00 |  49.67%
142.55/142.62	c   143s|  9700 |   799 |843631 |  86.2 |  20M|  63 |   - |1580 |1731 |1580 |1561 |  13k| 134 | 749 |-1.044062e+01 |-7.000000e+00 |  49.15%
142.76/142.88	c   143s|  9800 |   787 |845065 |  85.5 |  20M|  63 |   - |1580 |1729 |1580 |1579 |  13k| 134 | 749 |-1.044062e+01 |-7.000000e+00 |  49.15%
143.07/143.19	c   143s|  9900 |   763 |847054 |  84.9 |  20M|  63 |   - |1580 |1729 |1580 |1571 |  13k| 134 | 749 |-1.037859e+01 |-7.000000e+00 |  48.27%
143.46/143.58	c   144s| 10000 |   745 |849618 |  84.3 |  20M|  63 | 146 |1580 |1728 |1580 |1456 |  13k| 134 | 749 |-1.037859e+01 |-7.000000e+00 |  48.27%
144.07/144.20	c   144s| 10100 |   725 |854061 |  83.9 |  20M|  63 |  70 |1580 |1728 |1580 |1417 |  13k| 134 | 749 |-1.030691e+01 |-7.000000e+00 |  47.24%
144.66/144.71	c   145s| 10200 |   705 |857743 |  83.4 |  20M|  63 |   - |1580 |1728 |1580 |1422 |  13k| 134 | 749 |-1.028121e+01 |-7.000000e+00 |  46.87%
145.27/145.34	c   145s| 10300 |   677 |862486 |  83.1 |  19M|  63 |  66 |1580 |1727 |1580 |1427 |  13k| 134 | 749 |-1.008785e+01 |-7.000000e+00 |  44.11%
145.76/145.88	c   146s| 10400 |   643 |866344 |  82.6 |  19M|  63 |   - |1580 |1728 |1580 |1579 |  14k| 135 | 749 |-1.002143e+01 |-7.000000e+00 |  43.16%
146.37/146.44	c   146s| 10500 |   595 |870493 |  82.2 |  19M|  63 |   - |1580 |1727 |1580 |1633 |  14k| 136 | 749 |-9.909857e+00 |-7.000000e+00 |  41.57%
146.96/147.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
146.96/147.04	c   147s| 10600 |   559 |875425 |  81.9 |  19M|  63 |   - |1580 |1733 |1580 |1629 |  14k| 142 | 749 |-9.860831e+00 |-7.000000e+00 |  40.87%
147.46/147.51	c   148s| 10700 |   521 |878773 |  81.5 |  19M|  63 |   - |1580 |1732 |1580 |1577 |  14k| 142 | 749 |-9.815613e+00 |-7.000000e+00 |  40.22%
147.96/148.02	c   148s| 10800 |   461 |882341 |  81.0 |  18M|  63 |   - |1580 |1729 |1580 |1624 |  14k| 142 | 749 |-9.736002e+00 |-7.000000e+00 |  39.09%
148.36/148.48	c   148s| 10900 |   367 |885579 |  80.6 |  17M|  63 |   - |1580 |1727 |1580 |1566 |  14k| 143 | 749 |-9.618056e+00 |-7.000000e+00 |  37.40%
148.76/148.89	c   149s| 11000 |   279 |888364 |  80.1 |  16M|  63 |   - |1580 |1727 |1580 |1572 |  14k| 145 | 749 |-9.512949e+00 |-7.000000e+00 |  35.90%
149.16/149.23	c   149s| 11100 |   185 |890458 |  79.6 |  14M|  63 |   - |1580 |1727 |1580 |1573 |  14k| 146 | 749 |-9.432769e+00 |-7.000000e+00 |  34.75%
149.56/149.64	c   150s| 11200 |   107 |893005 |  79.1 |  13M|  63 |   - |1580 |1725 |1580 |1592 |  14k| 148 | 749 |-9.240319e+00 |-7.000000e+00 |  32.00%
149.86/149.98	c   150s| 11300 |    27 |895066 |  78.6 |  11M|  63 |   - |1580 |1722 |1580 |1627 |  14k| 148 | 749 |-8.880680e+00 |-7.000000e+00 |  26.87%
149.96/150.06	c 
149.96/150.06	c SCIP Status        : problem is solved [optimal solution found]
149.96/150.06	c Solving Time (sec) : 150.06
149.96/150.06	c Solving Nodes      : 11327
149.96/150.06	c Primal Bound       : -7.00000000000000e+00 (13 solutions)
149.96/150.06	c Dual Bound         : -7.00000000000000e+00
149.96/150.06	c Gap                : 0.00 %
149.96/150.06	s OPTIMUM FOUND
149.96/150.06	v -x84 -x71 -x52 -x90 x85 -x82 x77 -x75 -x54 -x56 -x95 -x98 -x83 x87 -x51 -x86 -x79 -x72 -x69 -x67 -x63 -x60 -x59 -x58 -x57 -x64 
149.96/150.06	v -x97 -x61 -x92 -x66 -x73 -x53 -x81 -x68 x74 -x55 -x88 -x94 -x100 -x80 x93 -x96 -x78 -x65 -x99 -x62 -x76 x89 x70 -x91 x50 -x49 
149.96/150.06	v -x48 x47 -x46 -x45 -x44 -x43 x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 x30 -x29 -x28 -x27 -x26 x25 -x24 -x23 
149.96/150.06	v -x22 -x21 -x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
149.96/150.06	c SCIP Status        : problem is solved [optimal solution found]
149.96/150.06	c Total Time         :     150.06
149.96/150.06	c   solving          :     150.06
149.96/150.06	c   presolving       :       0.35 (included in solving)
149.96/150.06	c   reading          :       0.00 (included in solving)
149.96/150.06	c   copying          :       0.05 (8 #copies) (minimal 0.01, maximal 0.01, average 0.01)
149.96/150.06	c Original Problem   :
149.96/150.06	c   Problem name     : HOME/instance-3691429-1338022316.opb
149.96/150.06	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
149.96/150.06	c   Constraints      : 151 initial, 151 maximal
149.96/150.06	c   Objective sense  : minimize
149.96/150.06	c Presolved Problem  :
149.96/150.06	c   Problem name     : t_HOME/instance-3691429-1338022316.opb
149.96/150.06	c   Variables        : 1580 (1580 binary, 0 integer, 0 implicit integer, 0 continuous)
149.96/150.06	c   Constraints      : 1631 initial, 1735 maximal
149.96/150.06	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
149.96/150.06	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   and              :       0.32       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   linear           :       0.01       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
149.96/150.06	c   root node        :          -          -         60          -          -         60          -          -          -          -          -
149.96/150.06	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
149.96/150.06	c   integral         :          0          0          0          0       5804          0         46          0          7        283          0          0      11342
149.96/150.06	c   setppc           :        150        150          6      32776          0          0         41       1333         31      44326          0          0          0
149.96/150.06	c   and              :       1480       1480       8163      32745          0          0         40       1997         14     900386      15732          0          0
149.96/150.06	c   linear           :          1          1          6      32729          0          0         12         68          4         38          0          0          0
149.96/150.06	c   logicor          :          0+       104          6       7104          0          0          0          7          0        393          0          0          0
149.96/150.06	c   countsols        :          0          0          0          0          0          0         16          0          0          0          0          0          0
149.96/150.06	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
149.96/150.06	c   integral         :      30.42       0.00       0.00       0.00      30.42       0.00       0.00       0.00
149.96/150.06	c   setppc           :       0.11       0.00       0.00       0.11       0.00       0.00       0.00       0.00
149.96/150.06	c   and              :       1.66       0.00       0.76       0.90       0.00       0.00       0.00       0.00
149.96/150.06	c   linear           :       0.05       0.00       0.00       0.05       0.00       0.00       0.00       0.00
149.96/150.06	c   logicor          :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00
149.96/150.06	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
149.96/150.06	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
149.96/150.06	c   rootredcost      :          4          0          0          0
149.96/150.06	c   pseudoobj        :      38551         40         70        123
149.96/150.06	c   vbounds          :          0          0          0          0
149.96/150.06	c   redcost          :       9540          0          0      34886
149.96/150.06	c   probing          :          0          0          0          0
149.96/150.06	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
149.96/150.06	c   rootredcost      :       0.03       0.00       0.00       0.03       0.00
149.96/150.06	c   pseudoobj        :       0.07       0.00       0.00       0.06       0.00
149.96/150.06	c   vbounds          :       0.03       0.00       0.00       0.03       0.00
149.96/150.06	c   redcost          :       0.32       0.00       0.00       0.32       0.00
149.96/150.06	c   probing          :       0.01       0.00       0.01       0.00       0.00
149.96/150.06	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
149.96/150.06	c   propagation      :       0.01        119        113        189       27.7          0        0.0          -
149.96/150.06	c   infeasible LP    :       0.00          3          3          3       18.3          0        0.0          0
149.96/150.06	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
149.96/150.06	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
149.96/150.06	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
149.96/150.06	c   applied globally :          -          -          -        149       25.8          -          -          -
149.96/150.06	c   applied locally  :          -          -          -          0        0.0          -          -          -
149.96/150.06	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
149.96/150.06	c   cut pool         :       0.00                     5          -          -          1          -    (maximal pool size: 366)
149.96/150.06	c   closecuts        :       0.00       0.00          0          0          0          0          0
149.96/150.06	c   impliedbounds    :       0.00       0.00          6          0          0          8          0
149.96/150.06	c   intobj           :       0.00       0.00          0          0          0          0          0
149.96/150.06	c   gomory           :       0.41       0.00          6          0          0         18          0
149.96/150.06	c   cgmip            :       0.00       0.00          0          0          0          0          0
149.96/150.06	c   strongcg         :       0.36       0.00          6          0          0        441          0
149.96/150.06	c   cmir             :       0.07       0.00          6          0          0          0          0
149.96/150.06	c   flowcover        :       0.06       0.00          6          0          0          0          0
149.96/150.06	c   clique           :       0.08       0.00          6          0          0         36          0
149.96/150.06	c   zerohalf         :       0.00       0.00          0          0          0          0          0
149.96/150.06	c   mcf              :       0.01       0.00          2          0          0          0          0
149.96/150.06	c   oddcycle         :       0.00       0.00          0          0          0          0          0
149.96/150.06	c   rapidlearning    :       0.35       0.00          1          0          0          0          0
149.96/150.06	c Pricers            :   ExecTime  SetupTime      Calls       Vars
149.96/150.06	c   problem variables:       0.00          -          0          0
149.96/150.06	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
149.96/150.06	c   relpscost        :      30.40       0.00       5804          7        283          0          0      11342
149.96/150.06	c   pscost           :       0.00       0.00          0          0          0          0          0          0
149.96/150.06	c   inference        :       0.00       0.00          0          0          0          0          0          0
149.96/150.06	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
149.96/150.06	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
149.96/150.06	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
149.96/150.06	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
149.96/150.06	c   random           :       0.00       0.00          0          0          0          0          0          0
149.96/150.06	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
149.96/150.06	c   LP solutions     :       0.00          -          -          0
149.96/150.06	c   pseudo solutions :       0.00          -          -          0
149.96/150.06	c   feaspump         :       0.00       0.00          0          0
149.96/150.06	c   oneopt           :       0.01       0.00          6          0
149.96/150.06	c   objpscostdiving  :       2.93       0.00          4          0
149.96/150.06	c   crossover        :       0.12       0.00          3          2
149.96/150.06	c   guideddiving     :       0.87       0.00         19          0
149.96/150.06	c   pscostdiving     :       0.83       0.00         19          0
149.96/150.06	c   rootsoldiving    :       0.90       0.00         10          0
149.96/150.06	c   linesearchdiving :       0.88       0.00         20          1
149.96/150.06	c   veclendiving     :       3.92       0.00         20          0
149.96/150.06	c   fracdiving       :       1.66       0.00         20          0
149.96/150.06	c   coefdiving       :       1.29       0.00         20          0
149.96/150.06	c   smallcard        :       0.00       0.00          0          0
149.96/150.06	c   trivial          :       0.00       0.00          2          1
149.96/150.06	c   shiftandpropagate:       0.00       0.00          0          0
149.96/150.06	c   simplerounding   :       0.01       0.00          0          0
149.96/150.06	c   zirounding       :       0.32       0.00          0          0
149.96/150.06	c   rounding         :       1.20       0.00       5806          3
149.96/150.06	c   shifting         :       0.29       0.00        812          6
149.96/150.06	c   intshifting      :       0.00       0.00          0          0
149.96/150.06	c   twoopt           :       0.00       0.00          0          0
149.96/150.06	c   indoneopt        :       0.03       0.00          0          0
149.96/150.06	c   indtwoopt        :       0.00       0.00          0          0
149.96/150.06	c   fixandinfer      :       0.00       0.00          0          0
149.96/150.06	c   clique           :       0.00       0.00          0          0
149.96/150.06	c   indcoefdiving    :       0.00       0.00          0          0
149.96/150.06	c   indrounding      :       0.00       0.00          0          0
149.96/150.06	c   nlpdiving        :       0.00       0.00          0          0
149.96/150.06	c   intdiving        :       0.00       0.00          0          0
149.96/150.06	c   actconsdiving    :       0.00       0.00          0          0
149.96/150.06	c   octane           :       0.00       0.00          0          0
149.96/150.06	c   rens             :       0.01       0.00          0          0
149.96/150.06	c   rins             :       0.00       0.00          0          0
149.96/150.06	c   localbranching   :       0.00       0.00          0          0
149.96/150.06	c   mutation         :       0.00       0.00          0          0
149.96/150.06	c   dins             :       0.00       0.00          0          0
149.96/150.06	c   vbounds          :       0.00       0.00          0          0
149.96/150.06	c   undercover       :       0.07       0.00          1          0
149.96/150.06	c   subnlp           :       0.01       0.00          0          0
149.96/150.06	c   trysol           :       0.02       0.00          0          0
149.96/150.06	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
149.96/150.06	c   primal LP        :       0.57        786          1       1.00       1.76       0.57        785
149.96/150.06	c   dual LP          :      94.52      15137     797014      57.72    8431.79       0.52       1328
149.96/150.06	c   lex dual LP      :       0.00          0          0       0.00          -
149.96/150.06	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
149.96/150.06	c   diving/probing LP:      11.90       4562      98479      21.59    8273.12
149.96/150.06	c   strong branching :      30.30        749     222324     296.83    7338.16
149.96/150.06	c     (at root node) :          -         22      22000    1000.00          -
149.96/150.06	c   conflict analysis:       0.00          0          0       0.00          -
149.96/150.06	c B&B Tree           :
149.96/150.06	c   number of runs   :          1
149.96/150.06	c   nodes            :      11327
149.96/150.06	c   nodes (total)    :      11327
149.96/150.06	c   nodes left       :          0
149.96/150.06	c   max depth        :         63
149.96/150.06	c   max depth (total):         63
149.96/150.06	c   backtracks       :       1949 (17.2%)
149.96/150.06	c   delayed cutoffs  :          0
149.96/150.06	c   repropagations   :        700 (7949 domain reductions, 0 cutoffs)
149.96/150.06	c   avg switch length:       9.14
149.96/150.06	c   switching time   :       2.07
149.96/150.06	c Solution           :
149.96/150.06	c   Solutions found  :         13 (8 improvements)
149.96/150.06	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
149.96/150.06	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 101 nodes, 41.91 seconds, depth 39, found by <linesearchdiving>)
149.96/150.06	c   Dual Bound       : -7.00000000000000e+00
149.96/150.06	c   Gap              :       0.00 %
149.96/150.06	c   Root Dual Bound  : -2.50000000000000e+01
149.96/150.06	c   Root Iterations  :       7106
149.96/150.07	c Time complete: 150.03.

Verifier Data

OK	-7

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3691429-1338022316/watcher-3691429-1338022316 -o /tmp/evaluation-result-3691429-1338022316/solver-3691429-1338022316 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691429-1338022316.opb -t 1800 -m 15500 

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.10 2.03 1.99 3/176 6611
/proc/meminfo: memFree=29813260/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=10120 CPUtime=0 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 1 0 268356034 10362880 1230 33554432000 4194304 10173063 140733884107520 140733521923160 8800002 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 2530 1230 417 1460 0 1061 0

[startup+0.0189961 s]
/proc/loadavg: 2.10 2.03 1.99 3/176 6611
/proc/meminfo: memFree=29813260/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=18644 CPUtime=0.01 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 3195 0 0 0 1 0 0 0 20 0 1 0 268356034 19091456 3149 33554432000 4194304 10173063 140733884107520 140733521923160 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 4661 3149 550 1460 0 3192 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18644

[startup+0.100285 s]
/proc/loadavg: 2.10 2.03 1.99 3/176 6611
/proc/meminfo: memFree=29813260/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=18876 CPUtime=0.09 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 3525 0 0 0 2 7 0 0 20 0 1 0 268356034 19329024 3222 33554432000 4194304 10173063 140733884107520 140733521923160 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 4719 3222 551 1460 0 3250 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18876

[startup+0.300294 s]
/proc/loadavg: 2.10 2.03 1.99 3/176 6611
/proc/meminfo: memFree=29813260/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=22020 CPUtime=0.29 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 4324 0 0 0 4 25 0 0 20 0 1 0 268356034 22548480 4021 33554432000 4194304 10173063 140733884107520 140733521923160 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 5505 4021 577 1460 0 4036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22020

[startup+0.700345 s]
/proc/loadavg: 2.10 2.03 1.99 3/176 6611
/proc/meminfo: memFree=29813260/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=48612 CPUtime=0.69 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 12973 0 0 0 37 32 0 0 20 0 1 0 268356034 49778688 11087 33554432000 4194304 10173063 140733884107520 140733884104776 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 12153 11087 860 1460 0 10684 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48612

[startup+1.50024 s]
/proc/loadavg: 2.10 2.03 1.99 3/177 6612
/proc/meminfo: memFree=29769720/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=45540 CPUtime=1.49 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 13853 0 0 0 108 41 0 0 20 0 1 0 268356034 46632960 10362 33554432000 4194304 10173063 140733884107520 140733884100872 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 11385 10362 862 1460 0 9916 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45540

[startup+3.10023 s]
/proc/loadavg: 2.09 2.03 1.99 3/177 6612
/proc/meminfo: memFree=29775044/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=45540 CPUtime=3.09 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 13862 0 0 0 265 44 0 0 20 0 1 0 268356034 46632960 10371 33554432000 4194304 10173063 140733884107520 140733884102408 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 11385 10371 865 1460 0 9916 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45540

[startup+6.30023 s]
/proc/loadavg: 2.09 2.03 1.99 3/177 6612
/proc/meminfo: memFree=29774920/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=45540 CPUtime=6.29 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 13863 0 0 0 584 45 0 0 20 0 1 0 268356034 46632960 10372 33554432000 4194304 10173063 140733884107520 140733884100968 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 11385 10372 866 1460 0 9916 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45540

[startup+12.7002 s]
/proc/loadavg: 2.08 2.03 1.99 3/177 6612
/proc/meminfo: memFree=29774836/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=45540 CPUtime=12.68 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 13866 0 0 0 1217 51 0 0 20 0 1 0 268356034 46632960 10375 33554432000 4194304 10173063 140733884107520 140733884100696 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 11385 10375 869 1460 0 9916 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 45540

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 1.99 3/177 6612
/proc/meminfo: memFree=29773540/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=45540 CPUtime=25.48 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 13866 0 0 0 2486 62 0 0 20 0 1 0 268356034 46632960 10375 33554432000 4194304 10173063 140733884107520 140733884100872 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 11385 10375 869 1460 0 9916 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 45540

[startup+51.1003 s]
/proc/loadavg: 2.04 2.02 1.99 3/177 6612
/proc/meminfo: memFree=29773292/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=45540 CPUtime=51.09 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 13868 0 0 0 5022 87 0 0 20 0 1 0 268356034 46632960 10377 33554432000 4194304 10173063 140733884107520 140733884100968 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 11385 10377 871 1460 0 9916 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 45540

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 1.99 3/177 6612
/proc/meminfo: memFree=29772952/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=45540 CPUtime=102.27 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 16674 0 0 0 10082 145 0 0 20 0 1 0 268356034 46632960 10384 33554432000 4194304 10173063 140733884107520 140733884100776 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 11385 10384 873 1460 0 9916 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 45540

Solver just ended. Dumping a history of the last processes samples

[startup+102.407 s]
/proc/loadavg: 2.02 2.02 1.99 3/177 6612
/proc/meminfo: memFree=29772952/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=45540 CPUtime=102.37 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 16674 0 0 0 10092 145 0 0 20 0 1 0 268356034 46632960 10384 33554432000 4194304 10173063 140733884107520 140733884100776 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 11385 10384 873 1460 0 9916 0
Current children cumulated CPU time (s) 102.37
Current children cumulated vsize (KiB) 45540

[startup+128 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 6612
/proc/meminfo: memFree=29767124/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=52376 CPUtime=127.96 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 19155 0 0 0 12602 194 0 0 20 0 1 0 268356034 53633024 12003 33554432000 4194304 10173063 140733884107520 140733884100776 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 13094 12003 873 1460 0 11625 0
Current children cumulated CPU time (s) 127.96
Current children cumulated vsize (KiB) 52376

[startup+140.8 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 6612
/proc/meminfo: memFree=29764148/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=55156 CPUtime=140.76 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 22638 0 0 0 13857 219 0 0 20 0 1 0 268356034 56479744 12756 33554432000 4194304 10173063 140733884107520 140733884100872 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 13789 12756 875 1460 0 12320 0
Current children cumulated CPU time (s) 140.76
Current children cumulated vsize (KiB) 55156

[startup+144 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 6612
/proc/meminfo: memFree=29763776/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=55500 CPUtime=143.96 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 22728 0 0 0 14169 227 0 0 20 0 1 0 268356034 56832000 12846 33554432000 4194304 10173063 140733884107520 140733884100776 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 13875 12846 875 1460 0 12406 0
Current children cumulated CPU time (s) 143.96
Current children cumulated vsize (KiB) 55500

[startup+147.2 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 6612
/proc/meminfo: memFree=29763776/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=56104 CPUtime=147.16 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 22855 0 0 0 14485 231 0 0 20 0 1 0 268356034 57450496 12973 33554432000 4194304 10173063 140733884107520 140733884100776 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 14026 12973 875 1460 0 12557 0
Current children cumulated CPU time (s) 147.16
Current children cumulated vsize (KiB) 56104

[startup+148.8 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 6612
/proc/meminfo: memFree=29763156/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=56104 CPUtime=148.76 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 22895 0 0 0 14642 234 0 0 20 0 1 0 268356034 57450496 13013 33554432000 4194304 10173063 140733884107520 140733884100872 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 14026 13013 875 1460 0 12557 0
Current children cumulated CPU time (s) 148.76
Current children cumulated vsize (KiB) 56104

[startup+149.6 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 6612
/proc/meminfo: memFree=29763156/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=56444 CPUtime=149.56 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 22952 0 0 0 14720 236 0 0 20 0 1 0 268356034 57798656 13070 33554432000 4194304 10173063 140733884107520 140733884100776 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 14111 13070 875 1460 0 12642 0
Current children cumulated CPU time (s) 149.56
Current children cumulated vsize (KiB) 56444

[startup+150 s]
/proc/loadavg: 2.01 2.01 1.99 3/177 6612
/proc/meminfo: memFree=29763156/32873844 swapFree=7388/7388
[pid=6611] ppid=6609 vsize=56444 CPUtime=149.96 cores=1,3,5,7
/proc/6611/stat : 6611 (scip-2.1.1.4fix) R 6609 6611 6041 0 -1 4202496 22953 0 0 0 14759 237 0 0 20 0 1 0 268356034 57798656 13071 33554432000 4194304 10173063 140733884107520 140733884100776 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/6611/statm: 14111 13071 875 1460 0 12642 0
Current children cumulated CPU time (s) 149.96
Current children cumulated vsize (KiB) 56444

Child status: 0
Real time (s): 150.08
CPU time (s): 150.047
CPU user time (s): 147.668
CPU system time (s): 2.37964
CPU usage (%): 99.9784
Max. virtual memory (cumulated for all children) (KiB): 56444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.668
system time used= 2.37964
maximum resident set size= 58780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22958
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= 14
involuntary context switches= 154

runsolver used 0.225965 second user time and 0.741887 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-26 10:51:56
IDJOB=3691429
IDBENCH=48248
IDSOLVER=2270
FILE ID=node147/3691429-1338022316
RUNJOBID= node147-1338016919-6058
PBS_JOBID= 14624328
Free space on /tmp= 71672 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_2.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691429-1338022316/watcher-3691429-1338022316 -o /tmp/evaluation-result-3691429-1338022316/solver-3691429-1338022316 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691429-1338022316.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1eb933a10fcc575d2df25e98511c4b07
RANDOM SEED=1457712673

node147.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.951
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.90
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.951
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	: 5331.91
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.951
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	: 5331.87
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29813524 kB
Buffers:          255952 kB
Cached:          1780020 kB
SwapCached:         6180 kB
Active:           674360 kB
Inactive:        1609572 kB
Active(anon):     243520 kB
Inactive(anon):     6780 kB
Active(file):     430840 kB
Inactive(file):  1602792 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:             14004 kB
Writeback:             0 kB
AnonPages:        254044 kB
Mapped:            13096 kB
Shmem:                 0 kB
Slab:             633168 kB
SReclaimable:      74476 kB
SUnreclaim:       558692 kB
KernelStack:        1456 kB
PageTables:         4160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     365800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71660 MiB
End job on node147 at 2012-05-26 10:54:27