Trace number 3693158

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 standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedOPT139 31.3462 31.3569

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
MD5SUMd9e9e5fece70ebbc4c28befed36e7afc
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark5.85411
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 139
Optimality of the best value was proved NO
Number of variables360
Total number of constraints980
Number of constraints which are clauses980
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 constraint2
Maximum length of a constraint8
Number of terms in the objective function 360
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 360
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 360
Number of bits of the biggest sum of numbers9
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 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-3693158-1338031191.opb>
0.00/0.00	c original problem has 360 variables (360 bin, 0 int, 0 impl, 0 cont) and 980 constraints
0.00/0.00	c problem read in 0.00
0.00/0.01	c presolving:
0.01/0.02	c (round 1) 0 del vars, 6 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 890 upgd conss, 6120 impls, 0 clqs
0.01/0.03	c (round 2) 0 del vars, 6 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 974 upgd conss, 6120 impls, 0 clqs
0.01/0.04	c    (0.0s) probing: 51/360 (14.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.04	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.01/0.04	c presolving (3 rounds):
0.01/0.04	c  0 deleted vars, 6 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.04	c  6120 implications, 0 cliques
0.01/0.04	c presolved problem has 360 variables (360 bin, 0 int, 0 impl, 0 cont) and 974 constraints
0.01/0.04	c     900 constraints of type <setppc>
0.01/0.04	c      74 constraints of type <logicor>
0.01/0.04	c transformed objective value is always integral (scale: 1)
0.01/0.04	c Presolving Time: 0.03
0.01/0.04	c - non default parameters ----------------------------------------------------------------------
0.01/0.04	c # SCIP version 2.1.1.4
0.01/0.04	c 
0.01/0.04	c # maximal time in seconds to run
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.04	c limits/time = 1797
0.01/0.04	c 
0.01/0.04	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.04	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.04	c limits/memory = 13950
0.01/0.04	c 
0.01/0.04	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.01/0.04	c # [type: int, range: [1,2], default: 1]
0.01/0.04	c timing/clocktype = 2
0.01/0.04	c 
0.01/0.04	c # belongs reading time to solving time?
0.01/0.04	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.01/0.04	c timing/reading = TRUE
0.01/0.04	c 
0.01/0.04	c -----------------------------------------------------------------------------------------------
0.01/0.04	c start solving
0.01/0.04	c 
0.01/0.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.01/0.05	c   0.1s|     1 |     0 |   403 |     - |2529k|   0 | 232 | 360 |1001 | 360 | 974 |   0 |  27 |   0 | 1.160000e+02 |      --      |    Inf 
0.01/0.09	o 164
0.01/0.09	c F 0.1s|     1 |     0 |  1401 |     - |2593k|   0 |   0 | 360 |1001 | 360 | 974 |   0 |  27 |   0 | 1.160000e+02 | 1.640000e+02 |  41.38%
0.09/0.12	c   0.1s|     1 |     0 |  1514 |     - |2584k|   0 | 232 | 360 |1001 | 360 | 980 |   6 |  27 |   0 | 1.188889e+02 | 1.640000e+02 |  37.94%
0.09/0.12	o 154
0.09/0.12	c b 0.1s|     1 |     0 |  1514 |     - |2594k|   0 | 232 | 360 |1001 | 360 | 980 |   6 |  27 |   0 | 1.188889e+02 | 1.540000e+02 |  29.53%
0.09/0.13	c   0.1s|     1 |     0 |  1562 |     - |2603k|   0 | 233 | 360 |1001 | 360 | 986 |  12 |  27 |   0 | 1.220000e+02 | 1.540000e+02 |  26.23%
0.09/0.16	c   0.2s|     1 |     0 |  1648 |     - |2656k|   0 | 238 | 360 |1001 | 360 | 996 |  22 |  27 |   0 | 1.220000e+02 | 1.540000e+02 |  26.23%
0.09/0.19	c   0.2s|     1 |     0 |  1754 |     - |2741k|   0 | 235 | 360 |1001 | 360 |1005 |  31 |  27 |   0 | 1.220000e+02 | 1.540000e+02 |  26.23%
0.19/0.22	c   0.2s|     1 |     0 |  1870 |     - |2893k|   0 | 238 | 360 |1001 | 360 |1014 |  40 |  27 |   0 | 1.225000e+02 | 1.540000e+02 |  25.71%
0.19/0.26	c   0.3s|     1 |     0 |  2062 |     - |3030k|   0 | 260 | 360 |1001 | 360 |1020 |  46 |  27 |   0 | 1.231944e+02 | 1.540000e+02 |  25.01%
0.19/0.29	c   0.3s|     1 |     0 |  2233 |     - |3138k|   0 | 269 | 360 |1001 | 360 |1031 |  57 |  27 |   0 | 1.250114e+02 | 1.540000e+02 |  23.19%
0.29/0.33	c   0.3s|     1 |     0 |  2409 |     - |3379k|   0 | 262 | 360 |1001 | 360 |1041 |  67 |  27 |   0 | 1.263034e+02 | 1.540000e+02 |  21.93%
0.29/0.37	c   0.4s|     1 |     0 |  2524 |     - |3660k|   0 | 240 | 360 |1001 | 360 |1048 |  74 |  27 |   0 | 1.266667e+02 | 1.540000e+02 |  21.58%
0.39/0.41	c   0.4s|     1 |     0 |  2665 |     - |3890k|   0 | 272 | 360 |1001 | 360 |1056 |  82 |  27 |   0 | 1.275000e+02 | 1.540000e+02 |  20.78%
0.39/0.44	c   0.4s|     1 |     0 |  2763 |     - |4105k|   0 | 263 | 360 |1001 | 360 |1060 |  86 |  27 |   0 | 1.275000e+02 | 1.540000e+02 |  20.78%
0.39/0.48	c   0.5s|     1 |     0 |  3020 |     - |4388k|   0 | 270 | 360 |1001 | 360 |1070 |  96 |  27 |   0 | 1.275488e+02 | 1.540000e+02 |  20.74%
0.49/0.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.52	c   0.5s|     1 |     0 |  3224 |     - |4587k|   0 | 263 | 360 |1001 | 360 |1076 | 102 |  27 |   0 | 1.280000e+02 | 1.540000e+02 |  20.31%
0.49/0.56	c   0.6s|     1 |     0 |  3370 |     - |4932k|   0 | 266 | 360 |1001 | 360 |1082 | 108 |  27 |   0 | 1.285000e+02 | 1.540000e+02 |  19.84%
0.49/0.59	c   0.6s|     1 |     0 |  3507 |     - |5147k|   0 | 264 | 360 |1001 | 360 |1086 | 112 |  27 |   0 | 1.285000e+02 | 1.540000e+02 |  19.84%
0.59/0.63	c   0.6s|     1 |     0 |  3617 |     - |5347k|   0 | 271 | 360 |1001 | 360 |1090 | 116 |  27 |   0 | 1.285000e+02 | 1.540000e+02 |  19.84%
0.59/0.66	c   0.7s|     1 |     0 |  3707 |     - |5465k|   0 | 271 | 360 |1001 | 360 |1075 | 120 |  27 |   0 | 1.285000e+02 | 1.540000e+02 |  19.84%
0.59/0.70	c   0.7s|     1 |     0 |  3793 |     - |5529k|   0 | 269 | 360 |1001 | 360 |1079 | 124 |  27 |   0 | 1.285000e+02 | 1.540000e+02 |  19.84%
0.69/0.73	c   0.7s|     1 |     0 |  3871 |     - |5595k|   0 | 272 | 360 |1001 | 360 |1082 | 127 |  27 |   0 | 1.285000e+02 | 1.540000e+02 |  19.84%
1.00/1.10	c   1.1s|     1 |     2 |  3871 |     - |5596k|   0 | 272 | 360 |1001 | 360 |1082 | 127 |  27 |  17 | 1.285000e+02 | 1.540000e+02 |  19.84%
3.09/3.11	o 154
3.09/3.11	c z 3.1s|    14 |    15 |  4548 |  52.1 |5649k|  13 |  11 | 360 |1001 | 360 |1044 | 127 |  27 | 332 | 1.285000e+02 | 1.540000e+02 |  19.84%
3.09/3.11	o 152
3.09/3.11	c b 3.1s|    15 |    12 |  4548 |  48.4 |5658k|  14 |   - | 360 |1001 | 360 |1044 | 127 |  27 | 332 | 1.285000e+02 | 1.520000e+02 |  18.29%
3.09/3.15	o 151
3.09/3.15	c R 3.1s|    17 |    12 |  4569 |  43.6 |5661k|  14 |   - | 360 |1001 | 360 |1044 | 127 |  27 | 363 | 1.285000e+02 | 1.510000e+02 |  17.51%
3.09/3.15	o 149
3.09/3.15	c b 3.1s|    17 |    10 |  4569 |  43.6 |5666k|  14 |   - | 360 |1001 | 360 |1044 | 127 |  27 | 363 | 1.285000e+02 | 1.490000e+02 |  15.95%
3.39/3.45	o 148
3.39/3.45	c z 3.5s|    21 |    10 |  4807 |  46.8 |5668k|  14 |   - | 360 |1001 | 360 |1044 | 127 |  27 | 490 | 1.285000e+02 | 1.480000e+02 |  15.18%
3.39/3.46	o 147
3.39/3.46	c b 3.5s|    22 |    11 |  4809 |  44.7 |5673k|  14 |  21 | 360 |1001 | 360 |1044 | 127 |  27 | 500 | 1.285000e+02 | 1.470000e+02 |  14.40%
3.39/3.49	o 146
3.39/3.49	c * 3.5s|    24 |     9 |  4820 |  41.3 |5675k|  14 |   - | 360 |1001 | 360 |1044 | 127 |  27 | 525 | 1.285000e+02 | 1.460000e+02 |  13.62%
3.39/3.49	o 145
3.39/3.49	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.39/3.49	c b 3.5s|    24 |     9 |  4820 |  41.3 |5684k|  14 |   - | 360 |1001 | 360 |1044 | 127 |  27 | 525 | 1.285000e+02 | 1.450000e+02 |  12.84%
3.58/3.63	o 144
3.58/3.63	c z 3.6s|    25 |     8 |  5019 |  47.8 |5681k|  14 |   - | 360 |1001 | 360 |1044 | 127 |  27 | 577 | 1.285000e+02 | 1.440000e+02 |  12.06%
3.68/3.75	o 143
3.68/3.75	c R 3.8s|    26 |     7 |  5250 |  55.2 |5685k|  14 |   - | 360 |1001 | 360 |1044 | 127 |  27 | 619 | 1.285000e+02 | 1.430000e+02 |  11.28%
3.68/3.75	o 142
3.68/3.75	c b 3.8s|    26 |     7 |  5250 |  55.2 |5694k|  14 |   - | 360 |1001 | 360 |1044 | 127 |  27 | 619 | 1.285000e+02 | 1.420000e+02 |  10.51%
8.79/8.86	c   8.9s|   100 |    17 | 11802 |  80.1 |5733k|  23 |   - | 360 |1001 | 360 |1044 | 127 |  27 |1574 | 1.285000e+02 | 1.420000e+02 |  10.51%
9.28/9.36	c   9.4s|   200 |    39 | 15598 |  58.9 |5793k|  25 |   - | 360 |1002 |   0 |   0 | 127 |  28 |1624 | 1.290000e+02 | 1.420000e+02 |  10.08%
9.59/9.69	c   9.7s|   300 |    58 | 18764 |  49.8 |5853k|  25 |   - | 360 |1006 | 360 |1044 | 127 |  32 |1651 | 1.290000e+02 | 1.420000e+02 |  10.08%
9.79/9.85	c   9.9s|   400 |    64 | 20516 |  41.7 |5879k|  31 |   - | 360 |1014 | 360 |1044 | 127 |  40 |1658 | 1.290000e+02 | 1.420000e+02 |  10.08%
9.79/9.89	o 141
9.79/9.89	c * 9.9s|   431 |    61 | 21029 |  39.9 |5863k|  31 |   - | 360 |1015 | 360 |1044 | 127 |  41 |1658 | 1.290000e+02 | 1.410000e+02 |   9.30%
9.98/10.07	c  10.1s|   500 |    67 | 23191 |  38.7 |5876k|  31 |   - | 360 |1017 | 360 |1044 | 127 |  43 |1661 | 1.290000e+02 | 1.410000e+02 |   9.30%
10.28/10.30	c  10.3s|   600 |    91 | 26327 |  37.5 |5925k|  31 | 103 | 360 |1017 | 360 |1044 | 127 |  43 |1661 | 1.290000e+02 | 1.410000e+02 |   9.30%
10.28/10.37	o 139
10.28/10.37	c C10.4s|   631 |    62 | 26966 |  36.7 |5863k|  31 |   - | 360 |1019 | 360 |1044 | 127 |  45 |1661 | 1.290000e+02 | 1.390000e+02 |   7.75%
10.48/10.51	c  10.5s|   700 |    61 | 28747 |  35.6 |5861k|  31 | 143 | 360 |1019 | 360 |1044 | 127 |  45 |1661 | 1.290000e+02 | 1.390000e+02 |   7.75%
10.68/10.76	c  10.8s|   800 |    67 | 31928 |  35.1 |5880k|  31 |   - | 360 |1019 | 360 |1044 | 127 |  45 |1663 | 1.297222e+02 | 1.390000e+02 |   7.15%
10.89/10.99	c  11.0s|   900 |    71 | 34715 |  34.3 |5884k|  31 | 153 | 360 |1019 | 360 |1044 | 127 |  45 |1666 | 1.307222e+02 | 1.390000e+02 |   6.33%
11.28/11.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.28/11.33	c  11.3s|  1000 |    71 | 38070 |  34.2 |5890k|  31 | 145 | 360 |1019 | 360 |1044 | 127 |  45 |1685 | 1.307222e+02 | 1.390000e+02 |   6.33%
11.68/11.73	c  11.7s|  1100 |    73 | 41723 |  34.4 |5900k|  31 | 138 | 360 |1021 | 360 |1044 | 127 |  47 |1728 | 1.307222e+02 | 1.390000e+02 |   6.33%
11.99/12.08	c  12.1s|  1200 |    71 | 44679 |  34.0 |5910k|  35 |   - | 360 |1021 | 360 |1044 | 127 |  47 |1749 | 1.310000e+02 | 1.390000e+02 |   6.11%
12.29/12.38	c  12.4s|  1300 |    79 | 47498 |  33.6 |5925k|  35 | 101 | 360 |1021 | 360 |1044 | 127 |  47 |1774 | 1.312222e+02 | 1.390000e+02 |   5.93%
12.68/12.72	c  12.7s|  1400 |    79 | 50837 |  33.6 |5934k|  35 |   - | 360 |1021 | 360 |1044 | 127 |  47 |1804 | 1.312222e+02 | 1.390000e+02 |   5.93%
12.98/13.00	c  13.0s|  1500 |    89 | 53813 |  33.3 |5949k|  35 | 147 | 360 |1021 | 360 |1044 | 127 |  47 |1817 | 1.313333e+02 | 1.390000e+02 |   5.84%
13.09/13.19	c  13.2s|  1600 |    91 | 56433 |  32.9 |5960k|  35 |   - | 360 |1021 | 360 |1044 | 127 |  47 |1819 | 1.315000e+02 | 1.390000e+02 |   5.70%
13.38/13.40	c  13.4s|  1700 |    89 | 59111 |  32.5 |5952k|  35 | 176 | 360 |1021 | 360 |1044 | 127 |  47 |1821 | 1.315000e+02 | 1.390000e+02 |   5.70%
13.79/13.82	c  13.8s|  1800 |   109 | 64629 |  33.8 |6005k|  35 | 154 | 360 |1025 | 360 |1044 | 127 |  51 |1827 | 1.317143e+02 | 1.390000e+02 |   5.53%
13.98/14.05	c  14.1s|  1900 |   127 | 67624 |  33.6 |6049k|  35 |   - | 360 |1025 | 360 |1044 | 127 |  51 |1833 | 1.318333e+02 | 1.390000e+02 |   5.44%
14.19/14.30	c  14.3s|  2000 |   137 | 70662 |  33.4 |6073k|  35 | 165 | 360 |1025 | 360 |1044 | 127 |  51 |1833 | 1.321667e+02 | 1.390000e+02 |   5.17%
14.58/14.61	c  14.6s|  2100 |   143 | 74748 |  33.8 |6099k|  35 |   - | 360 |1025 | 360 |1044 | 127 |  51 |1839 | 1.321667e+02 | 1.390000e+02 |   5.17%
14.78/14.85	c  14.8s|  2200 |   157 | 77635 |  33.5 |6126k|  35 |   - | 360 |1025 | 360 |1044 | 127 |  51 |1840 | 1.322222e+02 | 1.390000e+02 |   5.13%
14.98/15.04	c  15.0s|  2300 |   161 | 80127 |  33.2 |6145k|  35 | 146 | 360 |1025 | 360 |1044 | 127 |  51 |1840 | 1.323333e+02 | 1.390000e+02 |   5.04%
15.18/15.20	c  15.2s|  2400 |   167 | 82106 |  32.6 |6158k|  35 | 181 | 360 |1025 | 360 |1044 | 127 |  51 |1841 | 1.323333e+02 | 1.390000e+02 |   5.04%
15.29/15.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.29/15.36	c  15.4s|  2500 |   173 | 84326 |  32.2 |6179k|  35 | 101 | 360 |1027 | 360 |1044 | 127 |  53 |1841 | 1.325000e+02 | 1.390000e+02 |   4.91%
15.58/15.67	c  15.7s|  2600 |   171 | 88302 |  32.5 |6189k|  35 |   - | 360 |1041 | 360 |1044 | 127 |  67 |1841 | 1.325000e+02 | 1.390000e+02 |   4.91%
15.78/15.84	c  15.8s|  2700 |   165 | 90216 |  32.0 |6177k|  35 |   - | 360 |1041 | 360 |1044 | 127 |  67 |1841 | 1.325000e+02 | 1.390000e+02 |   4.91%
16.08/16.19	c  16.2s|  2800 |   179 | 93875 |  32.2 |6216k|  35 | 189 | 360 |1043 | 360 |1044 | 127 |  69 |1858 | 1.325000e+02 | 1.390000e+02 |   4.91%
16.39/16.44	c  16.4s|  2900 |   187 | 96343 |  31.9 |6243k|  35 |   - | 360 |1042 | 360 |1044 | 127 |  69 |1876 | 1.326667e+02 | 1.390000e+02 |   4.77%
16.78/16.83	c  16.8s|  3000 |   197 |100277 |  32.1 |6261k|  35 |  50 | 360 |1043 | 360 |1044 | 127 |  71 |1903 | 1.327222e+02 | 1.390000e+02 |   4.73%
17.08/17.14	c  17.1s|  3100 |   205 |102701 |  31.9 |6285k|  35 | 113 | 360 |1050 | 360 |1044 | 127 |  78 |1934 | 1.328333e+02 | 1.390000e+02 |   4.64%
17.28/17.37	c  17.4s|  3200 |   211 |105076 |  31.6 |6302k|  35 | 129 | 360 |1052 | 360 |1044 | 127 |  80 |1949 | 1.330000e+02 | 1.390000e+02 |   4.51%
17.49/17.58	c  17.6s|  3300 |   201 |107549 |  31.4 |6281k|  35 |   - | 360 |1052 | 360 |1044 | 127 |  80 |1962 | 1.330000e+02 | 1.390000e+02 |   4.51%
18.08/18.14	c  18.1s|  3400 |   217 |112669 |  32.0 |6313k|  35 | 179 | 360 |1053 | 360 |1044 | 127 |  82 |2002 | 1.330000e+02 | 1.390000e+02 |   4.51%
18.48/18.60	c  18.6s|  3500 |   231 |117668 |  32.5 |6357k|  35 | 156 | 360 |1053 | 360 |1044 | 127 |  82 |2030 | 1.330000e+02 | 1.390000e+02 |   4.51%
18.88/18.94	c  18.9s|  3600 |   231 |121159 |  32.6 |6353k|  35 | 184 | 360 |1050 | 360 |1044 | 127 |  82 |2048 | 1.330000e+02 | 1.390000e+02 |   4.51%
19.18/19.27	c  19.3s|  3700 |   229 |124331 |  32.6 |6352k|  35 | 147 | 360 |1050 | 360 |1044 | 127 |  82 |2074 | 1.331667e+02 | 1.390000e+02 |   4.38%
19.48/19.56	c  19.6s|  3800 |   225 |127471 |  32.5 |6347k|  35 |   - | 360 |1049 | 360 |1044 | 127 |  82 |2093 | 1.331667e+02 | 1.390000e+02 |   4.38%
19.79/19.90	c  19.9s|  3900 |   231 |131573 |  32.8 |6359k|  35 | 201 | 360 |1047 | 360 |1044 | 127 |  82 |2103 | 1.331667e+02 | 1.390000e+02 |   4.38%
20.08/20.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
20.08/20.18	c  20.2s|  4000 |   229 |135408 |  32.9 |6349k|  35 | 193 | 360 |1044 | 360 |1044 | 127 |  82 |2106 | 1.331667e+02 | 1.390000e+02 |   4.38%
20.28/20.35	c  20.4s|  4100 |   223 |137726 |  32.7 |6340k|  35 | 156 | 360 |1044 | 360 |1044 | 127 |  82 |2107 | 1.332143e+02 | 1.390000e+02 |   4.34%
20.58/20.65	c  20.7s|  4200 |   225 |141084 |  32.7 |6341k|  35 | 190 | 360 |1041 | 360 |1044 | 127 |  82 |2107 | 1.333000e+02 | 1.390000e+02 |   4.28%
20.89/20.93	c  20.9s|  4300 |   217 |144702 |  32.8 |6329k|  35 |   - | 360 |1040 | 360 |1044 | 127 |  82 |2110 | 1.333000e+02 | 1.390000e+02 |   4.28%
21.18/21.23	c  21.2s|  4400 |   227 |148426 |  32.9 |6342k|  35 | 175 | 360 |1038 | 360 |1044 | 127 |  83 |2115 | 1.333810e+02 | 1.390000e+02 |   4.21%
21.38/21.45	c  21.4s|  4500 |   231 |151197 |  32.7 |6352k|  35 |   - | 360 |1036 | 360 |1044 | 127 |  83 |2118 | 1.333810e+02 | 1.390000e+02 |   4.21%
21.58/21.63	c  21.6s|  4600 |   233 |153528 |  32.5 |6358k|  35 |   - | 360 |1033 | 360 |1044 | 127 |  83 |2119 | 1.334167e+02 | 1.390000e+02 |   4.18%
21.78/21.82	c  21.8s|  4700 |   233 |155990 |  32.4 |6353k|  35 |   - | 360 |1032 | 360 |1044 | 127 |  83 |2122 | 1.335000e+02 | 1.390000e+02 |   4.12%
21.98/22.05	c  22.1s|  4800 |   233 |158906 |  32.3 |6339k|  35 | 181 | 360 |1033 | 360 |1044 | 127 |  85 |2122 | 1.335000e+02 | 1.390000e+02 |   4.12%
22.18/22.25	c  22.3s|  4900 |   233 |161518 |  32.2 |6344k|  35 | 196 | 360 |1033 | 360 |1044 | 127 |  85 |2122 | 1.335000e+02 | 1.390000e+02 |   4.12%
22.38/22.44	c  22.4s|  5000 |   231 |163971 |  32.0 |6351k|  35 | 104 | 360 |1031 | 360 |1044 | 127 |  85 |2125 | 1.335000e+02 | 1.390000e+02 |   4.12%
22.58/22.67	c  22.7s|  5100 |   229 |166176 |  31.8 |6354k|  35 |   - | 360 |1031 | 360 |1044 | 127 |  85 |2146 | 1.336667e+02 | 1.390000e+02 |   3.99%
22.78/22.87	c  22.9s|  5200 |   229 |168310 |  31.6 |6339k|  35 | 177 | 360 |1031 | 360 |1044 | 127 |  85 |2155 | 1.336667e+02 | 1.390000e+02 |   3.99%
23.08/23.18	c  23.2s|  5300 |   231 |171358 |  31.6 |6348k|  35 | 205 | 360 |1029 | 360 |1044 | 127 |  85 |2189 | 1.336667e+02 | 1.390000e+02 |   3.99%
23.48/23.51	c  23.5s|  5400 |   235 |174807 |  31.7 |6365k|  35 | 187 | 360 |1028 | 360 |1044 | 127 |  85 |2238 | 1.336667e+02 | 1.390000e+02 |   3.99%
23.78/23.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.78/23.80	c  23.8s|  5500 |   231 |178158 |  31.7 |6367k|  35 |   - | 360 |1027 | 360 |1044 | 127 |  85 |2258 | 1.336667e+02 | 1.390000e+02 |   3.99%
23.98/24.05	c  24.0s|  5600 |   233 |180814 |  31.6 |6369k|  35 | 135 | 360 |1028 | 360 |1044 | 127 |  86 |2278 | 1.336667e+02 | 1.390000e+02 |   3.99%
24.38/24.42	c  24.4s|  5700 |   239 |184595 |  31.7 |6388k|  35 | 181 | 360 |1028 | 360 |1044 | 127 |  86 |2309 | 1.337222e+02 | 1.390000e+02 |   3.95%
24.68/24.70	c  24.7s|  5800 |   239 |187144 |  31.6 |6392k|  35 | 210 | 360 |1028 | 360 |1044 | 127 |  86 |2334 | 1.337222e+02 | 1.390000e+02 |   3.95%
24.88/24.97	c  25.0s|  5900 |   235 |190214 |  31.6 |6401k|  35 |   - | 360 |1026 | 360 |1044 | 127 |  86 |2354 | 1.337500e+02 | 1.390000e+02 |   3.93%
25.18/25.23	c  25.2s|  6000 |   239 |192690 |  31.5 |6406k|  35 | 187 | 360 |1026 | 360 |1044 | 127 |  86 |2380 | 1.337500e+02 | 1.390000e+02 |   3.93%
25.48/25.55	c  25.6s|  6100 |   235 |195781 |  31.5 |6393k|  35 | 159 | 360 |1026 | 360 |1044 | 127 |  86 |2410 | 1.338000e+02 | 1.390000e+02 |   3.89%
25.68/25.77	c  25.8s|  6200 |   235 |198306 |  31.4 |6400k|  35 | 201 | 360 |1025 | 360 |1044 | 127 |  86 |2421 | 1.338333e+02 | 1.390000e+02 |   3.86%
25.98/26.03	c  26.0s|  6300 |   237 |201146 |  31.3 |6411k|  35 | 182 | 360 |1024 | 360 |1044 | 127 |  86 |2440 | 1.338889e+02 | 1.390000e+02 |   3.82%
26.29/26.32	c  26.3s|  6400 |   229 |204073 |  31.3 |6391k|  35 | 188 | 360 |1026 | 360 |1044 | 127 |  88 |2470 | 1.338889e+02 | 1.390000e+02 |   3.82%
26.49/26.57	c  26.6s|  6500 |   223 |206828 |  31.2 |6391k|  35 |   - | 360 |1024 | 360 |1044 | 127 |  88 |2486 | 1.338889e+02 | 1.390000e+02 |   3.82%
26.78/26.80	c  26.8s|  6600 |   225 |209912 |  31.2 |6401k|  35 |   - | 360 |1024 | 360 |1044 | 127 |  88 |2489 | 1.339167e+02 | 1.390000e+02 |   3.80%
26.88/26.99	c  27.0s|  6700 |   219 |212187 |  31.1 |6387k|  35 |   - | 360 |1024 | 360 |1044 | 127 |  88 |2494 | 1.339667e+02 | 1.390000e+02 |   3.76%
27.18/27.20	c  27.2s|  6800 |   221 |214936 |  31.0 |6402k|  35 |   - | 360 |1024 | 360 |1044 | 127 |  88 |2496 | 1.340000e+02 | 1.390000e+02 |   3.73%
27.38/27.46	c  27.5s|  6900 |   227 |218290 |  31.1 |6419k|  35 |   - | 360 |1023 | 360 |1044 | 127 |  88 |2499 | 1.341667e+02 | 1.390000e+02 |   3.60%
27.58/27.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
27.58/27.68	c  27.7s|  7000 |   217 |221161 |  31.0 |6414k|  35 |   - | 360 |1022 | 360 |1044 | 127 |  88 |2501 | 1.341667e+02 | 1.390000e+02 |   3.60%
27.78/27.85	c  27.9s|  7100 |   209 |223435 |  30.9 |6396k|  35 | 194 | 360 |1022 | 360 |1044 | 127 |  88 |2503 | 1.341889e+02 | 1.390000e+02 |   3.59%
27.98/28.09	c  28.1s|  7200 |   195 |226758 |  31.0 |6372k|  35 |   - | 360 |1021 | 360 |1044 | 127 |  88 |2504 | 1.342222e+02 | 1.390000e+02 |   3.56%
28.28/28.34	c  28.3s|  7300 |   197 |229716 |  30.9 |6386k|  35 |   - | 360 |1020 | 360 |1044 | 127 |  88 |2504 | 1.343333e+02 | 1.390000e+02 |   3.47%
28.49/28.56	c  28.6s|  7400 |   189 |232189 |  30.9 |6372k|  35 |   - | 360 |1020 | 360 |1044 | 127 |  88 |2504 | 1.343889e+02 | 1.390000e+02 |   3.43%
28.68/28.73	c  28.7s|  7500 |   189 |234695 |  30.8 |6373k|  35 | 127 | 360 |1020 | 360 |1044 | 127 |  88 |2507 | 1.343889e+02 | 1.390000e+02 |   3.43%
28.88/28.97	c  29.0s|  7600 |   175 |237917 |  30.8 |6336k|  35 | 192 | 360 |1020 | 360 |1044 | 127 |  88 |2508 | 1.343889e+02 | 1.390000e+02 |   3.43%
29.18/29.20	c  29.2s|  7700 |   157 |241092 |  30.8 |6293k|  35 |   - | 360 |1019 | 360 |1044 | 127 |  88 |2508 | 1.343889e+02 | 1.390000e+02 |   3.43%
29.38/29.40	c  29.4s|  7800 |   151 |243826 |  30.8 |6286k|  35 |   - | 360 |1018 | 360 |1044 | 127 |  88 |2508 | 1.345833e+02 | 1.390000e+02 |   3.28%
29.59/29.63	c  29.6s|  7900 |   133 |247043 |  30.8 |6228k|  35 | 182 | 360 |1018 | 360 |1044 | 127 |  88 |2508 | 1.346389e+02 | 1.390000e+02 |   3.24%
29.68/29.79	c  29.8s|  8000 |   113 |248904 |  30.6 |6156k|  35 |   - | 360 |1018 | 360 |1044 | 127 |  88 |2514 | 1.346667e+02 | 1.390000e+02 |   3.22%
30.08/30.12	c  30.1s|  8100 |    95 |252420 |  30.7 |6113k|  35 |   - | 360 |1018 | 360 |1044 | 127 |  88 |2540 | 1.350000e+02 | 1.390000e+02 |   2.96%
30.28/30.39	c  30.4s|  8200 |    79 |255265 |  30.7 |6078k|  35 |   - | 360 |1018 | 360 |1044 | 127 |  88 |2556 | 1.355460e+02 | 1.390000e+02 |   2.55%
30.58/30.70	c  30.7s|  8300 |    53 |258161 |  30.6 |6003k|  35 |   - | 360 |1018 | 360 |1044 | 127 |  88 |2588 | 1.357222e+02 | 1.390000e+02 |   2.42%
30.79/30.87	c  30.9s|  8400 |    43 |260245 |  30.5 |5965k|  35 |   - | 360 |1017 | 360 |1044 | 127 |  88 |2596 | 1.358889e+02 | 1.390000e+02 |   2.29%
31.08/31.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
31.08/31.15	c  31.2s|  8500 |    25 |263114 |  30.5 |5903k|  35 |   - | 360 |1017 | 360 |1044 | 127 |  88 |2616 | 1.361667e+02 | 1.390000e+02 |   2.08%
31.28/31.34	c 
31.28/31.34	c SCIP Status        : problem is solved [optimal solution found]
31.28/31.34	c Solving Time (sec) : 31.34
31.28/31.34	c Solving Nodes      : 8587
31.28/31.34	c Primal Bound       : +1.39000000000000e+02 (24 solutions)
31.28/31.34	c Dual Bound         : +1.39000000000000e+02
31.28/31.34	c Gap                : 0.00 %
31.28/31.34	s OPTIMUM FOUND
31.28/31.34	v -x360 -x359 x358 -x357 -x356 -x355 x354 -x353 -x352 -x351 -x350 x349 x348 -x347 -x346 x345 x344 -x343 x342 -x341 x340 -x339 x338 
31.28/31.34	v -x337 -x336 -x335 x334 -x333 -x332 -x331 -x330 -x329 -x328 -x327 -x326 x325 x324 -x323 x322 -x321 x320 -x319 -x318 x317 x316 
31.28/31.34	v -x315 x314 -x313 -x312 -x311 x310 -x309 -x308 -x307 x306 -x305 -x304 -x303 -x302 x301 -x300 -x299 x298 -x297 -x296 -x295 x294 
31.28/31.34	v -x293 -x292 -x291 -x290 x289 -x288 -x287 x286 -x285 -x284 -x283 -x282 -x281 -x280 -x279 -x278 x277 -x276 -x275 x274 -x273 
31.28/31.34	v -x272 -x271 -x270 -x269 -x268 -x267 -x266 x265 x264 -x263 x262 -x261 x260 -x259 -x258 x257 x256 -x255 x254 -x253 -x252 -x251 
31.28/31.34	v x250 -x249 -x248 -x247 -x246 -x245 -x244 -x243 -x242 x241 x240 -x239 -x238 x237 x236 -x235 x234 -x233 x232 -x231 x230 -x229 -x228 
31.28/31.34	v -x227 x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 x217 -x216 -x215 x214 -x213 -x212 -x211 x210 -x209 -x208 x207 
31.28/31.34	v -x206 -x205 -x204 -x203 x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 x191 -x190 x189 x188 -x187 -x186 x185 
31.28/31.34	v -x184 x183 -x182 x181 -x180 x179 -x178 x177 -x176 x175 x174 -x173 -x172 x171 -x170 x169 -x168 x167 -x166 x165 -x164 x163 -x162 
31.28/31.34	v x161 -x160 -x159 -x158 x157 -x156 x155 -x154 -x153 -x152 -x151 -x150 x149 -x148 x147 -x146 x145 -x144 -x143 -x142 x141 x140 
31.28/31.34	v -x139 -x138 x137 -x136 x135 -x134 -x133 -x132 x131 x130 -x129 -x128 x127 -x126 x125 x124 -x123 -x122 x121 -x120 x119 -x118 
31.28/31.34	v x117 -x116 x115 -x114 x113 -x112 x111 x110 -x109 -x108 x107 -x106 x105 -x104 x103 -x102 x101 -x100 x99 -x98 x97 -x96 x95 -x94 
31.28/31.34	v x93 -x92 x91 -x90 x89 -x88 x87 -x86 x85 -x84 x83 -x82 x81 -x80 x79 x78 -x77 x76 -x75 -x74 x73 -x72 x71 -x70 x69 -x68 x67 -x66 
31.28/31.34	v x65 -x64 x63 -x62 x61 x60 -x59 -x58 x57 -x56 x55 -x54 x53 -x52 x51 -x50 x49 -x48 x47 x46 -x45 -x44 x43 -x42 x41 -x40 x39 -x38 
31.28/31.34	v x37 -x36 x35 -x34 x33 -x32 x31 -x30 x29 x28 -x27 -x26 x25 -x24 x23 -x22 x21 -x20 x19 -x18 x17 -x16 x15 x14 -x13 -x12 x11 
31.28/31.34	v -x10 x9 -x8 x7 -x6 x5 -x4 x3 -x2 x1 
31.28/31.34	c SCIP Status        : problem is solved [optimal solution found]
31.28/31.34	c Total Time         :      31.34
31.28/31.34	c   solving          :      31.34
31.28/31.34	c   presolving       :       0.03 (included in solving)
31.28/31.34	c   reading          :       0.00 (included in solving)
31.28/31.34	c   copying          :       0.04 (8 #copies) (minimal 0.00, maximal 0.01, average 0.01)
31.28/31.34	c Original Problem   :
31.28/31.34	c   Problem name     : HOME/instance-3693158-1338031191.opb
31.28/31.34	c   Variables        : 360 (360 binary, 0 integer, 0 implicit integer, 0 continuous)
31.28/31.34	c   Constraints      : 980 initial, 980 maximal
31.28/31.34	c   Objective sense  : minimize
31.28/31.34	c Presolved Problem  :
31.28/31.34	c   Problem name     : t_HOME/instance-3693158-1338031191.opb
31.28/31.34	c   Variables        : 360 (360 binary, 0 integer, 0 implicit integer, 0 continuous)
31.28/31.34	c   Constraints      : 974 initial, 1053 maximal
31.28/31.34	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
31.28/31.34	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.28/31.34	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.28/31.34	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.28/31.34	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.28/31.34	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.28/31.34	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.28/31.34	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.28/31.34	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.28/31.34	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.28/31.34	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.28/31.34	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.28/31.34	c   setppc           :       0.01       0.00          0          0          0          0          0          0          0          0          0
31.28/31.34	c   linear           :       0.02       0.00          0          0          0          0          0          6          0          0          0
31.28/31.34	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
31.28/31.34	c   root node        :          -          -          3          -          -          3          -          -          -          -          -
31.28/31.34	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
31.28/31.34	c   integral         :          0          0          0          0       4584          0         28          0         23        745          0          0       8640
31.28/31.34	c   setppc           :        900        900         19      27282          2          0         25        720          9      90546          0          0          0
31.28/31.34	c   logicor          :         74+       153         19      12339          2          0         22         37         31       4128         10          0          0
31.28/31.34	c   countsols        :          0          0          0          0          2          0         24          0          0          0          0          0          0
31.28/31.34	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
31.28/31.34	c   integral         :      10.77       0.00       0.00       0.00      10.77       0.00       0.00       0.00
31.28/31.34	c   setppc           :       0.27       0.00       0.00       0.27       0.00       0.00       0.00       0.00
31.28/31.34	c   logicor          :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00
31.28/31.34	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
31.28/31.34	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
31.28/31.34	c   rootredcost      :         10          0          0          0
31.28/31.34	c   pseudoobj        :      31766          0          0          0
31.28/31.34	c   vbounds          :          0          0          0          0
31.28/31.34	c   redcost          :       5216          0          0       1407
31.28/31.34	c   probing          :          0          0          0          0
31.28/31.34	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
31.28/31.34	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00
31.28/31.34	c   pseudoobj        :       0.05       0.00       0.00       0.05       0.00
31.28/31.34	c   vbounds          :       0.02       0.00       0.00       0.02       0.00
31.28/31.34	c   redcost          :       0.03       0.00       0.00       0.03       0.00
31.28/31.34	c   probing          :       0.00       0.00       0.00       0.00       0.00
31.28/31.34	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
31.28/31.34	c   propagation      :       0.00         40         40         68        6.1          2        7.0          -
31.28/31.34	c   infeasible LP    :       0.00          8          8         12       20.7          6        2.0          0
31.28/31.34	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
31.28/31.34	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
31.28/31.34	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
31.28/31.34	c   applied globally :          -          -          -         88        7.8          -          -          -
31.28/31.34	c   applied locally  :          -          -          -          0        0.0          -          -          -
31.28/31.34	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
31.28/31.34	c   cut pool         :       0.00                    18          -          -        213          -    (maximal pool size: 1642)
31.28/31.34	c   closecuts        :       0.00       0.00          0          0          0          0          0
31.28/31.34	c   impliedbounds    :       0.00       0.00         19          0          0          0          0
31.28/31.34	c   intobj           :       0.00       0.00          0          0          0          0          0
31.28/31.34	c   gomory           :       0.02       0.00         10          0          0        500          0
31.28/31.34	c   cgmip            :       0.00       0.00          0          0          0          0          0
31.28/31.34	c   strongcg         :       0.36       0.00         19          0          0       7786          0
31.28/31.34	c   cmir             :       0.03       0.00         10          0          0          0          0
31.28/31.34	c   flowcover        :       0.04       0.00         10          0          0          0          0
31.28/31.34	c   clique           :       0.01       0.00          1          0          0          0          0
31.28/31.34	c   zerohalf         :       0.00       0.00          0          0          0          0          0
31.28/31.34	c   mcf              :       0.00       0.00          1          0          0          0          0
31.28/31.34	c   oddcycle         :       0.00       0.00          0          0          0          0          0
31.28/31.34	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
31.28/31.34	c Pricers            :   ExecTime  SetupTime      Calls       Vars
31.28/31.34	c   problem variables:       0.00          -          0          0
31.28/31.34	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
31.28/31.34	c   relpscost        :      10.75       0.00       4582         23        745          0          0       8640
31.28/31.34	c   pscost           :       0.00       0.00          0          0          0          0          0          0
31.28/31.34	c   inference        :       0.00       0.00          0          0          0          0          0          0
31.28/31.34	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
31.28/31.34	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
31.28/31.34	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
31.28/31.34	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
31.28/31.34	c   random           :       0.00       0.00          0          0          0          0          0          0
31.28/31.34	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
31.28/31.34	c   LP solutions     :       0.00          -          -          2
31.28/31.34	c   pseudo solutions :       0.00          -          -          0
31.28/31.34	c   oneopt           :       0.01       0.00         13          6
31.28/31.34	c   feaspump         :       0.04       0.00          1          1
31.28/31.34	c   pscostdiving     :       0.08       0.00          7          0
31.28/31.34	c   fracdiving       :       0.12       0.00          7          0
31.28/31.34	c   veclendiving     :       0.07       0.00          7          0
31.28/31.34	c   linesearchdiving :       0.11       0.00          7          0
31.28/31.34	c   guideddiving     :       0.17       0.00          7          0
31.28/31.34	c   objpscostdiving  :       0.15       0.00          4          4
31.28/31.34	c   rootsoldiving    :       0.21       0.00          4          2
31.28/31.34	c   coefdiving       :       0.10       0.00          8          0
31.28/31.34	c   crossover        :       0.21       0.00          7          3
31.28/31.34	c   smallcard        :       0.00       0.00          0          0
31.28/31.34	c   trivial          :       0.00       0.00          2          0
31.28/31.34	c   shiftandpropagate:       0.00       0.00          1          0
31.28/31.34	c   simplerounding   :       0.01       0.00          0          0
31.28/31.34	c   zirounding       :       0.06       0.00       1000          3
31.28/31.34	c   rounding         :       0.36       0.00       3572          2
31.28/31.34	c   shifting         :       0.14       0.00        329          1
31.28/31.34	c   intshifting      :       0.00       0.00          0          0
31.28/31.34	c   twoopt           :       0.00       0.00          0          0
31.28/31.34	c   indtwoopt        :       0.00       0.00          0          0
31.28/31.34	c   indoneopt        :       0.02       0.00          0          0
31.28/31.34	c   fixandinfer      :       0.00       0.00          0          0
31.28/31.34	c   clique           :       0.00       0.00          0          0
31.28/31.34	c   indcoefdiving    :       0.00       0.00          0          0
31.28/31.34	c   indrounding      :       0.00       0.00          0          0
31.28/31.34	c   nlpdiving        :       0.00       0.00          0          0
31.28/31.34	c   intdiving        :       0.00       0.00          0          0
31.28/31.34	c   actconsdiving    :       0.00       0.00          0          0
31.28/31.34	c   octane           :       0.00       0.00          0          0
31.28/31.34	c   rens             :       0.01       0.00          0          0
31.28/31.34	c   rins             :       0.00       0.00          0          0
31.28/31.34	c   localbranching   :       0.00       0.00          0          0
31.28/31.34	c   mutation         :       0.00       0.00          0          0
31.28/31.34	c   dins             :       0.00       0.00          0          0
31.28/31.34	c   vbounds          :       0.00       0.00          0          0
31.28/31.34	c   undercover       :       0.00       0.00          0          0
31.28/31.34	c   subnlp           :       0.01       0.00          0          0
31.28/31.34	c   trysol           :       0.01       0.00          0          0
31.28/31.34	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
31.28/31.34	c   primal LP        :       0.00          2          0       0.00          -       0.00          2
31.28/31.34	c   dual LP          :      16.28       9444     250696      28.41   15396.15       0.13        621
31.28/31.34	c   lex dual LP      :       0.00          0          0       0.00          -
31.28/31.34	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
31.28/31.34	c   diving/probing LP:       0.90        929      14278      15.37   15791.77
31.28/31.34	c   strong branching :      10.53       2627     146702      55.84   13933.62
31.28/31.34	c     (at root node) :          -         17       4596     270.35          -
31.28/31.34	c   conflict analysis:       0.00          0          0       0.00          -
31.28/31.34	c B&B Tree           :
31.28/31.34	c   number of runs   :          1
31.28/31.34	c   nodes            :       8587
31.28/31.34	c   nodes (total)    :       8587
31.28/31.34	c   nodes left       :          0
31.28/31.34	c   max depth        :         35
31.28/31.34	c   max depth (total):         35
31.28/31.34	c   backtracks       :       1515 (17.6%)
31.28/31.34	c   delayed cutoffs  :          2
31.28/31.34	c   repropagations   :        196 (181 domain reductions, 1 cutoffs)
31.28/31.34	c   avg switch length:       4.83
31.28/31.34	c   switching time   :       0.26
31.28/31.34	c Solution           :
31.28/31.34	c   Solutions found  :         24 (15 improvements)
31.28/31.34	c   First Solution   : +1.64000000000000e+02   (in run 1, after 1 nodes, 0.09 seconds, depth 0, found by <feaspump>)
31.28/31.34	c   Primal Bound     : +1.39000000000000e+02   (in run 1, after 631 nodes, 10.38 seconds, depth 27, found by <crossover>)
31.28/31.34	c   Dual Bound       : +1.39000000000000e+02
31.28/31.34	c   Gap              :       0.00 %
31.28/31.34	c   Root Dual Bound  : +1.28500000000000e+02
31.28/31.34	c   Root Iterations  :       3871
31.28/31.35	c Time complete: 31.34.

Verifier Data

OK	139

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-3693158-1338031191/watcher-3693158-1338031191 -o /tmp/evaluation-result-3693158-1338031191/solver-3693158-1338031191 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693158-1338031191.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.05 2.05 1.95 3/172 23847
/proc/meminfo: memFree=28640600/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=10284 CPUtime=0 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 1337 0 0 0 0 0 0 0 20 0 1 0 269243980 10530816 1291 33554432000 4194304 10169799 140733996497872 140737296313192 7543003 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 2571 1291 412 1459 0 1103 0

[startup+0.0283429 s]
/proc/loadavg: 2.05 2.05 1.95 3/172 23847
/proc/meminfo: memFree=28640600/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=18828 CPUtime=0.01 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 3310 0 0 0 1 0 0 0 20 0 1 0 269243980 19279872 3008 33554432000 4194304 10169799 140733996497872 140733996496024 8844152 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 4707 3028 556 1459 0 3239 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18828

[startup+0.100337 s]
/proc/loadavg: 2.05 2.05 1.95 3/172 23847
/proc/meminfo: memFree=28640600/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=24120 CPUtime=0.09 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 5097 0 0 0 8 1 0 0 20 0 1 0 269243980 24698880 4777 33554432000 4194304 10169799 140733996497872 140733996496024 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 6030 4777 773 1459 0 4562 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24120

[startup+0.300288 s]
/proc/loadavg: 2.05 2.05 1.95 3/172 23847
/proc/meminfo: memFree=28640600/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=29804 CPUtime=0.29 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 6464 0 0 0 26 3 0 0 20 0 1 0 269243980 30519296 6114 33554432000 4194304 10169799 140733996497872 140733996496024 5181136 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 7451 6114 794 1459 0 5983 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29804

[startup+0.700318 s]
/proc/loadavg: 2.05 2.05 1.95 3/172 23847
/proc/meminfo: memFree=28640600/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=34012 CPUtime=0.69 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 7538 0 0 0 65 4 0 0 20 0 1 0 269243980 34828288 7186 33554432000 4194304 10169799 140733996497872 140733996496024 6796284 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 8503 7186 796 1459 0 7035 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34012

[startup+1.50028 s]
/proc/loadavg: 2.05 2.05 1.95 3/177 23857
/proc/meminfo: memFree=28586812/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=34316 CPUtime=1.49 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 8452 0 0 0 143 6 0 0 20 0 1 0 269243980 35139584 7338 33554432000 4194304 10169799 140733996497872 140733996492520 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 8579 7338 829 1459 0 7111 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34316

[startup+3.10028 s]
/proc/loadavg: 2.05 2.05 1.95 3/177 23857
/proc/meminfo: memFree=28571312/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=34316 CPUtime=3.09 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 8452 0 0 0 301 8 0 0 20 0 1 0 269243980 35139584 7338 33554432000 4194304 10169799 140733996497872 140733996492936 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 8579 7338 829 1459 0 7111 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34316

[startup+6.30028 s]
/proc/loadavg: 2.05 2.05 1.95 3/177 23857
/proc/meminfo: memFree=28525424/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=34316 CPUtime=6.29 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 8458 0 0 0 614 15 0 0 20 0 1 0 269243980 35139584 7502 33554432000 4194304 10169799 140733996497872 140733996492472 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 8579 7502 829 1459 0 7111 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34316

[startup+12.7003 s]
/proc/loadavg: 2.04 2.05 1.95 3/178 23860
/proc/meminfo: memFree=28483164/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=44436 CPUtime=12.68 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 10702 0 0 0 1237 31 0 0 20 0 1 0 269243980 45502464 9745 33554432000 4194304 10169799 140733996497872 140733996494392 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 11109 9745 853 1459 0 9641 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 44436

[startup+25.5002 s]
/proc/loadavg: 2.03 2.04 1.95 3/178 23860
/proc/meminfo: memFree=28482976/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=43088 CPUtime=25.48 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 12691 0 0 0 2475 73 0 0 20 0 1 0 269243980 44122112 9884 33554432000 4194304 10169799 140733996497872 140733996492328 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 10772 9884 854 1459 0 9304 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43088

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

[startup+28.7003 s]
/proc/loadavg: 2.03 2.04 1.95 3/178 23860
/proc/meminfo: memFree=28482860/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=44088 CPUtime=28.68 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 12909 0 0 0 2783 85 0 0 20 0 1 0 269243980 45146112 10102 33554432000 4194304 10169799 140733996497872 140733996494392 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 11022 10102 854 1459 0 9554 0
Current children cumulated CPU time (s) 28.68
Current children cumulated vsize (KiB) 44088

[startup+30.3003 s]
/proc/loadavg: 2.03 2.04 1.95 3/178 23860
/proc/meminfo: memFree=28482612/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=44088 CPUtime=30.28 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 12909 0 0 0 2938 90 0 0 20 0 1 0 269243980 45146112 10102 33554432000 4194304 10169799 140733996497872 140733996492200 8053393 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 11022 10102 854 1459 0 9554 0
Current children cumulated CPU time (s) 30.28
Current children cumulated vsize (KiB) 44088

[startup+31.1003 s]
/proc/loadavg: 2.03 2.04 1.95 3/178 23860
/proc/meminfo: memFree=28482860/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=44088 CPUtime=31.08 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 12909 0 0 0 3016 92 0 0 20 0 1 0 269243980 45146112 10102 33554432000 4194304 10169799 140733996497872 140733996492280 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 11022 10102 854 1459 0 9554 0
Current children cumulated CPU time (s) 31.08
Current children cumulated vsize (KiB) 44088

[startup+31.3003 s]
/proc/loadavg: 2.03 2.04 1.95 3/178 23860
/proc/meminfo: memFree=28482860/32873844 swapFree=7104/7104
[pid=23847] ppid=23845 vsize=44088 CPUtime=31.28 cores=1,3,5,7
/proc/23847/stat : 23847 (scip-2.1.1.4sfi) R 23845 23847 22949 0 -1 4202496 12909 0 0 0 3035 93 0 0 20 0 1 0 269243980 45146112 10102 33554432000 4194304 10169799 140733996497872 140733996492280 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/23847/statm: 11022 10102 854 1459 0 9554 0
Current children cumulated CPU time (s) 31.28
Current children cumulated vsize (KiB) 44088

Child status: 0
Real time (s): 31.3569
CPU time (s): 31.3462
CPU user time (s): 30.4034
CPU system time (s): 0.942856
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (KiB): 44436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.4034
system time used= 0.942856
maximum resident set size= 44072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12913
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= 10
involuntary context switches= 39

runsolver used 0.076988 second user time and 0.284956 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-26 13:19:51
IDJOB=3693158
IDBENCH=2060
IDSOLVER=2272
FILE ID=node142/3693158-1338031191
RUNJOBID= node142-1338029393-23715
PBS_JOBID= 14624333
Free space on /tmp= 71620 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a2.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693158-1338031191/watcher-3693158-1338031191 -o /tmp/evaluation-result-3693158-1338031191/solver-3693158-1338031191 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693158-1338031191.opb -t 1800 -m 15500

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

MD5SUM BENCH= d9e9e5fece70ebbc4c28befed36e7afc
RANDOM SEED=811601028

node142.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.776
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.55
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.776
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.776
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	: 5391.91
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.776
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.92
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.776
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.90
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.776
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.776
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.776
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:        28647452 kB
Buffers:          254648 kB
Cached:          3188560 kB
SwapCached:            0 kB
Active:           569880 kB
Inactive:        2884512 kB
Active(anon):      13292 kB
Inactive(anon):        0 kB
Active(file):     556588 kB
Inactive(file):  2884512 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13632 kB
Writeback:             0 kB
AnonPages:         17800 kB
Mapped:            13664 kB
Shmem:               200 kB
Slab:             633600 kB
SReclaimable:      75660 kB
SUnreclaim:       557940 kB
KernelStack:        1424 kB
PageTables:         3524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71592 MiB
End job on node142 at 2012-05-26 13:20:22