Trace number 3735141

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
PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT85 1789.86 1790.17

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_10.opb
MD5SUMdd415565c40b70127defa3137ccd18d3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark334.51
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 55
Optimality of the best value was proved YES
Number of variables895
Total number of constraints1660
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1659
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 45
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 108
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 144
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 741
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 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-3735141-1338703990.opb>
0.00/0.04	c original problem has 895 variables (895 bin, 0 int, 0 impl, 0 cont) and 1660 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.05	c presolving:
0.05/0.06	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 44 chg sides, 148 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.05/0.07	c (round 2) 1 del vars, 733 del conss, 1 chg bounds, 44 chg sides, 148 chg coeffs, 102 upgd conss, 0 impls, 0 clqs
0.05/0.08	c (round 3) 1 del vars, 733 del conss, 1 chg bounds, 66 chg sides, 304 chg coeffs, 195 upgd conss, 120 impls, 2 clqs
0.05/0.08	c (round 4) 1 del vars, 733 del conss, 1 chg bounds, 92 chg sides, 330 chg coeffs, 195 upgd conss, 120 impls, 2 clqs
0.19/0.20	c    (0.2s) probing: 172/894 (19.2%) - 0 fixings, 0 aggregations, 12 implications, 0 bound changes
0.19/0.20	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (5 rounds):
0.19/0.20	c  1 deleted vars, 733 deleted constraints, 1 tightened bounds, 0 added holes, 92 changed sides, 330 changed coefficients
0.19/0.20	c  144 implications, 2 cliques
0.19/0.20	c presolved problem has 894 variables (894 bin, 0 int, 0 impl, 0 cont) and 927 constraints
0.19/0.20	c     195 constraints of type <knapsack>
0.19/0.20	c     732 constraints of type <linear>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.15
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 1.2.1.3
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1789.96
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 13950
0.19/0.20	c 
0.19/0.20	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.20	c # [type: int, range: [1,2], default: 1]
0.19/0.20	c timing/clocktype = 2
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/indicator/addCouplingCons = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.21	c   0.2s|     1 |     0 |   160 |     - |6899k|   0 | 160 | 894 | 927 | 894 | 927 |   0 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
0.39/0.47	c   0.4s|     1 |     0 |  1359 |     - |7454k|   0 | 457 | 894 | 927 | 894 |1000 |  73 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
0.59/0.62	c   0.6s|     1 |     0 |  1972 |     - |8010k|   0 | 500 | 894 | 927 | 894 |1088 | 161 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
0.79/0.86	c   0.8s|     1 |     0 |  2800 |     - |8561k|   0 | 539 | 894 | 927 | 894 |1197 | 270 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
1.10/1.15	c   1.1s|     1 |     0 |  3319 |     - |8992k|   0 | 566 | 894 | 927 | 894 |1301 | 374 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
1.49/1.50	c   1.5s|     1 |     0 |  4008 |     - |9449k|   0 | 538 | 894 | 927 | 894 |1400 | 473 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
1.79/1.86	c   1.8s|     1 |     0 |  4718 |     - |9817k|   0 | 537 | 894 | 927 | 894 |1481 | 554 |   0 |   0 | 4.500000e+01 |      --      |    Inf 
7.38/7.43	c   7.4s|     1 |     2 |  4718 |     - |9818k|   0 | 537 | 894 | 927 | 894 |1481 | 554 |   0 |  36 | 4.500000e+01 |      --      |    Inf 
150.05/150.11	c   150s| 10000 |  4112 |  1154k| 115.0 |  27M|  85 |   - | 894 |2358 | 894 |1035 | 554 |  10k|3933 | 4.500000e+01 |      --      |    Inf 
240.75/240.87	c   241s| 20000 |  6282 |  1955k|  97.6 |  38M|  85 | 260 | 894 |2774 | 894 |1035 | 554 |  24k|6658 | 4.500000e+01 |      --      |    Inf 
324.23/324.35	c   324s| 30000 |  7874 |  2730k|  90.9 |  47M|  85 |   - | 894 |3065 |   0 |   0 | 554 |  38k|8979 | 4.500000e+01 |      --      |    Inf 
404.52/404.61	c   405s| 40000 |  9267 |  3451k|  86.2 |  57M|  85 | 183 | 894 |4334 | 894 |1035 | 554 |  53k|  12k| 4.500000e+01 |      --      |    Inf 
477.80/477.94	c   478s| 50000 |  9994 |  4147k|  82.9 |  64M|  85 | 142 | 894 |4920 | 894 |1035 | 554 |  67k|  14k| 4.500000e+01 |      --      |    Inf 
545.59/545.75	c   546s| 60000 | 10890 |  4835k|  80.5 |  68M|  85 |  74 | 894 |3534 | 894 |1035 | 554 |  83k|  16k| 4.500000e+01 |      --      |    Inf 
613.27/613.45	c   613s| 70000 | 11926 |  5523k|  78.8 |  74M|  85 | 293 | 894 |3793 | 894 |1035 | 554 |  98k|  17k| 4.500000e+01 |      --      |    Inf 
656.57/656.78	o 85
656.57/656.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
656.57/656.78	c f 657s| 76793 |  9549 |  5955k|  77.5 |  65M|  85 |   - | 894 |3804 | 894 |1035 | 554 | 109k|  18k| 4.500000e+01 | 8.500000e+01 |  88.89%
677.37/677.60	c   678s| 80000 |  9794 |  6137k|  76.7 |  66M|  85 |  69 | 894 |3181 | 894 |1035 | 554 | 113k|  19k| 4.500000e+01 | 8.500000e+01 |  88.89%
737.36/737.53	c   737s| 90000 | 10424 |  6746k|  74.9 |  71M|  85 |   - | 894 |3289 | 894 |1035 | 554 | 129k|  20k| 4.500000e+01 | 8.500000e+01 |  88.89%
794.15/794.37	c   794s|100000 | 11157 |  7302k|  73.0 |  77M|  85 |  66 | 894 |4895 | 894 |1035 | 554 | 145k|  22k| 4.500000e+01 | 8.500000e+01 |  88.89%
856.64/856.83	c   857s|110000 | 11731 |  7874k|  71.5 |  82M|  85 |  86 | 894 |4485 | 894 |1035 | 554 | 162k|  24k| 4.500000e+01 | 8.500000e+01 |  88.89%
904.92/905.12	c   905s|120000 | 12336 |  8423k|  70.2 |  87M|  85 |   - | 894 |3969 |   0 |   0 | 554 | 178k|  24k| 4.500000e+01 | 8.500000e+01 |  88.89%
958.52/958.76	c   959s|130000 | 12808 |  8980k|  69.0 |  91M|  85 | 337 | 894 |5118 | 894 |1035 | 554 | 194k|  25k| 4.500000e+01 | 8.500000e+01 |  88.89%
1019.91/1020.18	c  1020s|140000 | 13788 |  9572k|  68.3 |  96M|  85 | 151 | 894 |4125 | 894 |1035 | 554 | 209k|  27k| 4.500000e+01 | 8.500000e+01 |  88.89%
1068.80/1069.10	c  1069s|150000 | 14594 | 10128k|  67.5 | 102M|  85 |   - | 894 |4973 |   0 |   0 | 554 | 224k|  27k| 4.500000e+01 | 8.500000e+01 |  88.89%
1130.19/1130.41	c  1130s|160000 | 15400 | 10721k|  67.0 | 106M|  85 |   - | 894 |4614 |   0 |   0 | 554 | 240k|  29k| 4.500000e+01 | 8.500000e+01 |  88.89%
1186.38/1186.68	c  1187s|170000 | 16152 | 11316k|  66.5 | 110M|  85 |   - | 894 |4380 | 894 |1035 | 554 | 255k|  30k| 4.500000e+01 | 8.500000e+01 |  88.89%
1237.77/1238.05	c  1238s|180000 | 16897 | 11890k|  66.0 | 116M|  85 |   - | 894 |6167 |   0 |   0 | 554 | 269k|  31k| 4.500000e+01 | 8.500000e+01 |  88.89%
1299.96/1300.23	c  1300s|190000 | 18455 | 12537k|  66.0 | 126M|  94 | 172 | 894 |5289 | 894 |1035 | 554 | 283k|  33k| 4.500000e+01 | 8.500000e+01 |  88.89%
1346.75/1347.02	c  1347s|200000 | 19421 | 13064k|  65.3 | 133M|  94 | 231 | 894 |7126 | 894 |1035 | 554 | 297k|  34k| 4.500000e+01 | 8.500000e+01 |  88.89%
1382.65/1382.93	c  1383s|210000 | 19683 | 13450k|  64.0 | 136M|  94 | 149 | 894 |8542 | 894 |1035 | 554 | 311k|  34k| 4.500000e+01 | 8.500000e+01 |  88.89%
1422.94/1423.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1422.94/1423.20	c  1423s|220000 | 19942 | 13813k|  62.8 | 138M|  94 |  32 | 894 |8778 | 894 |1035 | 554 | 325k|  35k| 4.500000e+01 | 8.500000e+01 |  88.89%
1463.13/1463.43	c  1463s|230000 | 20200 | 14166k|  61.6 | 140M|  94 |   - | 894 |7257 |   0 |   0 | 554 | 339k|  36k| 4.500000e+01 | 8.500000e+01 |  88.89%
1511.33/1511.68	c  1512s|240000 | 21046 | 14661k|  61.1 | 144M|  94 | 142 | 894 |6153 | 894 |1035 | 554 | 354k|  37k| 4.500000e+01 | 8.500000e+01 |  88.89%
1558.82/1559.19	c  1559s|250000 | 21577 | 15199k|  60.8 | 147M|  94 | 116 | 894 |6956 | 894 |1035 | 554 | 370k|  37k| 4.500000e+01 | 8.500000e+01 |  88.89%
1604.41/1604.76	c  1605s|260000 | 21825 | 15685k|  60.3 | 148M|  94 |   - | 894 |5667 |   0 |   0 | 554 | 385k|  38k| 4.500000e+01 | 8.500000e+01 |  88.89%
1660.30/1660.68	c  1661s|270000 | 22700 | 16225k|  60.1 | 153M|  95 |   - | 894 |4158 |   0 |   0 | 554 | 400k|  40k| 4.500000e+01 | 8.500000e+01 |  88.89%
1704.90/1705.27	c  1705s|280000 | 23074 | 16717k|  59.7 | 157M|  95 |   - | 894 |6270 | 894 |1035 | 554 | 415k|  40k| 4.500000e+01 | 8.500000e+01 |  88.89%
1742.09/1742.41	c  1742s|290000 | 23524 | 17134k|  59.1 | 160M|  95 |  78 | 894 |7088 | 894 |1035 | 554 | 432k|  40k| 4.500000e+01 | 8.500000e+01 |  88.89%
1789.68/1790.00	c 
1789.68/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.68/1790.00	c Solving Time (sec) : 1789.96
1789.68/1790.00	c Solving Nodes      : 299912
1789.68/1790.00	c Primal Bound       : +8.50000000000000e+01 (1 solutions)
1789.68/1790.00	c Dual Bound         : +4.50000000000000e+01
1789.68/1790.00	c Gap                : 88.89 %
1789.68/1790.00	s SATISFIABLE
1789.68/1790.00	v x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 
1789.68/1790.00	v x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 
1789.68/1790.00	v x127 x128 x129 x130 -x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 
1789.68/1790.00	v x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 -x166 x167 x168 x169 x170 x171 x172 -x173 x174 x175 
1789.68/1790.00	v x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 x191 x192 x193 x194 -x195 x196 x197 x198 x199 x200 
1789.68/1790.00	v x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 x221 x222 x223 x224 x225 
1789.68/1790.00	v x226 x227 x228 x229 x230 x231 x232 x233 -x234 x235 x236 x237 x238 x239 x240 x241 x242 x243 x244 x245 x246 x247 x248 x249 x250 
1789.68/1790.00	v x251 x252 x253 x254 x255 x256 x257 x258 x259 -x260 -x261 -x262 x263 x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 
1789.68/1790.00	v -x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 -x291 -x292 -x293 -x294 -x295 -x296 
1789.68/1790.00	v -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 x306 x307 x308 x309 x310 -x311 x312 x313 -x314 x315 x316 -x317 -x318 -x319 
1789.68/1790.00	v -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 x329 x330 x331 x332 x333 x334 x335 x336 -x337 -x338 -x339 -x340 -x341 
1789.68/1790.00	v -x342 -x343 -x344 -x345 x346 x347 x348 x349 -x350 -x351 -x352 -x353 -x354 x355 x356 x357 x358 x359 x360 x361 x362 -x363 x364 
1789.68/1790.00	v x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 x379 x380 x381 x382 x383 x384 x385 x386 x387 x388 x389 
1789.68/1790.00	v x390 -x391 x392 x393 x394 x395 x396 x397 -x398 x399 x400 x401 x402 x403 x404 x405 x406 x407 x408 x409 x410 x411 x412 x413 
1789.68/1790.00	v x414 x415 x416 x417 x418 x419 -x420 x421 x422 x423 x424 x425 x426 x427 x428 x429 x430 x431 x432 x433 x434 x435 x436 x437 x438 
1789.68/1790.00	v x439 x440 x441 x442 x443 x444 x445 x446 x447 x448 x449 x450 x451 x452 -x453 x454 x455 x456 x457 x458 x459 x460 x461 x462 x463 
1789.68/1790.00	v x464 x465 x466 x467 x468 x469 x470 x471 x472 x473 -x474 -x475 -x476 x477 x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 
1789.68/1790.00	v -x487 -x488 x489 x490 x491 x492 x493 x494 x495 x496 x497 x498 x499 x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 
1789.68/1790.00	v -x510 -x511 -x512 -x513 -x514 x515 x516 x517 -x518 x519 x520 -x521 x522 x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 
1789.68/1790.00	v -x532 -x533 -x534 -x535 x536 x537 x538 x539 x540 x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 x551 x552 x553 
1789.68/1790.00	v -x554 -x555 -x556 -x557 -x558 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x559 x560 x561 x562 x563 x564 x565 x566 x567 x568 x569 x570 
1789.68/1790.00	v x571 x572 x573 x574 x575 x576 x577 x578 x579 x580 -x581 x582 x583 x584 x585 x586 x587 x588 x589 x590 x591 x592 x593 x594 
1789.68/1790.00	v x595 x596 x597 x598 x599 x600 x601 x602 x603 x604 x605 x606 x607 -x608 x609 x610 x611 x612 x613 x614 x615 x616 x617 x618 x619 
1789.68/1790.00	v x620 x621 x622 x623 -x624 -x625 -x626 x627 x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 x639 x640 x641 x642 
1789.68/1790.00	v x643 x644 x645 x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 x663 -x664 
1789.68/1790.00	v x665 x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 x679 x680 x681 x682 -x683 -x684 -x685 
1789.68/1790.00	v -x686 -x687 -x688 -x689 -x690 -x691 x692 x693 -x694 -x695 -x696 -x697 -x698 -x13 -x12 -x11 -x10 -x9 -x8 x7 x699 x700 x701 x702 
1789.68/1790.00	v x703 x704 x705 x706 x707 x708 x709 x710 x711 x712 x713 x714 x715 x716 x717 x718 x719 x720 x721 x722 x723 x724 -x725 -x726 -x727 
1789.68/1790.00	v x728 x729 -x730 -x731 -x732 x733 -x734 -x735 -x736 -x737 -x738 -x739 x740 x741 x742 x743 -x744 -x745 -x746 x747 -x748 -x749 
1789.68/1790.00	v -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 x758 x759 x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 
1789.68/1790.00	v -x771 -x772 x773 x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 x784 -x785 -x786 -x787 -x788 -x789 -x27 -x26 -x25 
1789.68/1790.00	v -x24 -x23 x22 x21 -x790 -x791 -x792 x793 x794 -x795 -x796 -x797 x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 
1789.68/1790.00	v x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 
1789.68/1790.00	v -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x34 -x33 -x32 -x31 -x30 -x29 
1789.68/1790.00	v x28 -x845 -x846 x847 x848 -x849 -x850 x851 -x852 x853 -x854 -x855 -x856 x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 x865 
1789.68/1790.00	v -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x41 -x40 x39 x38 -x37 x36 -x35 -x875 x876 x877 x878 x879 x880 x881 x882 
1789.68/1790.00	v -x883 x884 -x885 x886 -x887 -x888 -x48 x47 -x46 -x45 x44 -x43 x42 x889 x890 x891 x892 -x893 -x55 x54 -x53 x52 -x51 -x50 -x49 
1789.68/1790.00	v -x894 -x69 x68 -x67 -x66 x65 x64 x63 -x62 x61 -x60 -x59 x58 -x57 -x56 x895 x6 -x5 x4 -x3 -x2 -x1 
1789.68/1790.00	c SCIP Status        : solving was interrupted [time limit reached]
1789.68/1790.00	c Solving Time       :    1789.96
1789.68/1790.00	c Original Problem   :
1789.68/1790.00	c   Problem name     : HOME/instance-3735141-1338703990.opb
1789.68/1790.00	c   Variables        : 895 (895 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.68/1790.00	c   Constraints      : 1660 initial, 1660 maximal
1789.68/1790.00	c Presolved Problem  :
1789.68/1790.00	c   Problem name     : t_HOME/instance-3735141-1338703990.opb
1789.68/1790.00	c   Variables        : 894 (894 binary, 0 integer, 0 implicit integer, 0 continuous)
1789.68/1790.00	c   Constraints      : 927 initial, 9121 maximal
1789.68/1790.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1789.68/1790.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.00	c   probing          :       0.11          0          0          0          0          0          0          0          0
1789.68/1790.00	c   knapsack         :       0.00          0          0          0          0          0          0         48        182
1789.68/1790.00	c   linear           :       0.03          1          0          0          1          0        733         44        148
1789.68/1790.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1789.68/1790.00	c   root node        :          -          1          -          -          1          -          -          -          -
1789.68/1790.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1789.68/1790.00	c   integral         :          0          0          0     199745          0        259      31956          0          0     383252
1789.68/1790.00	c   knapsack         :        195          6    1272329          0          1      16361    1722573        809          0          0
1789.68/1790.00	c   linear           :        732          6    1255967          0          0     102374   13880272          0          0          0
1789.68/1790.00	c   logicor          :          0+         0     628298          0          0       6532     572282          0          0          0
1789.68/1790.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0
1789.68/1790.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1789.68/1790.00	c   integral         :     273.00       0.00       0.00     273.00       0.00
1789.68/1790.00	c   knapsack         :      58.24       0.01      58.22       0.00       0.00
1789.68/1790.00	c   linear           :     232.21       0.00     232.21       0.00       0.00
1789.68/1790.00	c   logicor          :      22.07       0.00      22.07       0.00       0.00
1789.68/1790.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1789.68/1790.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1789.68/1790.00	c   vbounds          :       0.17          2          0          0
1789.68/1790.00	c   rootredcost      :       0.17          1          0          0
1789.68/1790.00	c   pseudoobj        :       0.52    1272002         22       1417
1789.68/1790.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1789.68/1790.00	c   propagation      :       8.37     125289     125171    1361722       35.6       4976       23.7          -
1789.68/1790.00	c   infeasible LP    :       3.67      31864      31864     205589       27.4       3976       17.4          0
1789.68/1790.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1789.68/1790.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1789.68/1790.00	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
1789.68/1790.00	c   applied globally :          -          -          -     447288       28.1          -          -          -
1789.68/1790.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
1789.68/1790.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1789.68/1790.00	c   cut pool         :       0.00          5          -          -        885          -    (maximal pool size: 3705)
1789.68/1790.00	c   redcost          :       2.56     200267          0        971          0          0
1789.68/1790.00	c   impliedbounds    :       0.00          6          0          0          9          0
1789.68/1790.00	c   intobj           :       0.00          0          0          0          0          0
1789.68/1790.00	c   cgmip            :       0.00          0          0          0          0          0
1789.68/1790.00	c   gomory           :       0.11          6          0          0        274          0
1789.68/1790.00	c   strongcg         :       0.11          6          0          0        282          0
1789.68/1790.00	c   cmir             :       0.45          6          0          0       2636          0
1789.68/1790.00	c   flowcover        :       0.26          6          0          0       1200          0
1789.68/1790.00	c   clique           :       0.00          6          0          0          0          0
1789.68/1790.00	c   zerohalf         :       0.00          0          0          0          0          0
1789.68/1790.00	c   mcf              :       0.00          1          0          0          0          0
1789.68/1790.00	c   rapidlearning    :       0.05          1          0          0          0          0
1789.68/1790.00	c Pricers            :       Time      Calls       Vars
1789.68/1790.00	c   problem variables:       0.00          0          0
1789.68/1790.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1789.68/1790.00	c   relpscost        :     272.87     199745        259      31956          0          0     383252
1789.68/1790.00	c   pscost           :       0.00          0          0          0          0          0          0
1789.68/1790.00	c   inference        :       0.00          1          0          0          0          0          2
1789.68/1790.00	c   mostinf          :       0.00          0          0          0          0          0          0
1789.68/1790.00	c   leastinf         :       0.00          0          0          0          0          0          0
1789.68/1790.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1789.68/1790.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1789.68/1790.00	c   random           :       0.00          0          0          0          0          0          0
1789.68/1790.00	c Primal Heuristics  :       Time      Calls      Found
1789.68/1790.00	c   LP solutions     :       0.00          -          0
1789.68/1790.00	c   pseudo solutions :       0.00          -          0
1789.68/1790.00	c   crossover        :       0.05          0          0
1789.68/1790.00	c   oneopt           :       0.06          1          0
1789.68/1790.00	c   guideddiving     :       5.43        315          0
1789.68/1790.00	c   coefdiving       :       4.57        315          0
1789.68/1790.00	c   rootsoldiving    :       4.48        158          0
1789.68/1790.00	c   objpscostdiving  :       8.01        158          0
1789.68/1790.00	c   fracdiving       :       4.30        316          1
1789.68/1790.00	c   veclendiving     :       8.52        316          0
1789.68/1790.00	c   linesearchdiving :       6.88        316          0
1789.68/1790.00	c   pscostdiving     :      11.00        316          0
1789.68/1790.00	c   feaspump         :      13.90        159          0
1789.68/1790.00	c   trivial          :       0.00          2          0
1789.68/1790.00	c   simplerounding   :       0.05          0          0
1789.68/1790.00	c   zirounding       :       0.08       1000          0
1789.68/1790.00	c   rounding         :       0.83       6269          0
1789.68/1790.00	c   shifting         :       5.21       1950          0
1789.68/1790.00	c   intshifting      :       0.00          0          0
1789.68/1790.00	c   twoopt           :       0.00          0          0
1789.68/1790.00	c   fixandinfer      :       0.00          0          0
1789.68/1790.00	c   intdiving        :       0.00          0          0
1789.68/1790.00	c   actconsdiving    :       0.00          0          0
1789.68/1790.00	c   octane           :       0.00          0          0
1789.68/1790.00	c   rens             :       0.00          0          0
1789.68/1790.00	c   rins             :       0.00          0          0
1789.68/1790.00	c   localbranching   :       0.00          0          0
1789.68/1790.00	c   mutation         :       0.00          0          0
1789.68/1790.00	c   dins             :       0.00          0          0
1789.68/1790.00	c   undercover       :       0.00          0          0
1789.68/1790.00	c   nlp              :       0.04          0          0
1789.68/1790.00	c   trysol           :       0.06          0          0
1789.68/1790.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1789.68/1790.00	c   primal LP        :       0.00          0          0       0.00          -
1789.68/1790.00	c   dual LP          :    1011.74     227698   17014149      74.72   16816.78
1789.68/1790.00	c   lex dual LP      :       0.00          0          0       0.00          -
1789.68/1790.00	c   barrier LP       :       0.00          0          0       0.00          -
1789.68/1790.00	c   diving/probing LP:      54.05      30032     618216      20.59   11438.71
1789.68/1790.00	c   strong branching :     264.30      41699    3134491      75.17   11859.74
1789.68/1790.00	c     (at root node) :          -         36      32755     909.86          -
1789.68/1790.00	c   conflict analysis:       0.00          0          0       0.00          -
1789.68/1790.00	c B&B Tree           :
1789.68/1790.00	c   number of runs   :          1
1789.68/1790.00	c   nodes            :     299912
1789.68/1790.00	c   nodes (total)    :     299912
1789.68/1790.00	c   nodes left       :      24144
1789.68/1790.00	c   max depth        :         95
1789.68/1790.00	c   max depth (total):         95
1789.68/1790.00	c   backtracks       :      62163 (20.7%)
1789.68/1790.00	c   delayed cutoffs  :      56252
1789.68/1790.00	c   repropagations   :     381467 (5308161 domain reductions, 42643 cutoffs)
1789.68/1790.00	c   avg switch length:       6.56
1789.68/1790.00	c   switching time   :      71.49
1789.68/1790.00	c Solution           :
1789.68/1790.00	c   Solutions found  :          1 (1 improvements)
1789.68/1790.00	c   First Solution   : +8.50000000000000e+01   (in run 1, after 76793 nodes, 656.73 seconds, depth 77, found by <fracdiving>)
1789.68/1790.00	c   Primal Bound     : +8.50000000000000e+01   (in run 1, after 76793 nodes, 656.73 seconds, depth 77, found by <fracdiving>)
1789.68/1790.00	c   Dual Bound       : +4.50000000000000e+01
1789.68/1790.00	c   Gap              :      88.89 %
1789.68/1790.00	c   Root Dual Bound  : +4.50000000000000e+01
1789.68/1790.00	c   Root Iterations  :       4718
1789.78/1790.17	c Time complete: 1789.85.

Verifier Data

OK	85

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-3735141-1338703990/watcher-3735141-1338703990 -o /tmp/evaluation-result-3735141-1338703990/solver-3735141-1338703990 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735141-1338703990.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.00 2.00 2.00 3/176 11694
/proc/meminfo: memFree=25143804/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=10216 CPUtime=0 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 1808 0 0 0 0 0 0 0 20 0 1 0 336524406 10461184 1754 33554432000 4194304 8395647 140735819219472 140737364114760 7355228 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 2554 1754 393 1026 0 1524 0

[startup+0.062182 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11694
/proc/meminfo: memFree=25143804/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=26508 CPUtime=0.05 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 5938 0 0 0 5 0 0 0 20 0 1 0 336524406 27144192 5530 33554432000 4194304 8395647 140735819219472 140737364114760 4305155 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 6627 5530 457 1026 0 5597 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 26508

[startup+0.100305 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11694
/proc/meminfo: memFree=25143804/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=28664 CPUtime=0.09 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 6500 0 0 0 9 0 0 0 20 0 1 0 336524406 29351936 6092 33554432000 4194304 8395647 140735819219472 140737364114760 5005960 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 7166 6092 495 1026 0 6136 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28664

[startup+0.300223 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11694
/proc/meminfo: memFree=25143804/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=32584 CPUtime=0.29 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 7560 0 0 0 29 0 0 0 20 0 1 0 336524406 33366016 7115 33554432000 4194304 8395647 140735819219472 140737364114760 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 8146 7115 579 1026 0 7116 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32584

[startup+0.70028 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 11694
/proc/meminfo: memFree=25143804/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=38076 CPUtime=0.69 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 12523 0 0 0 67 2 0 0 20 0 1 0 336524406 38989824 8499 33554432000 4194304 8395647 140735819219472 140735819213880 6199266 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 9519 8499 624 1026 0 8489 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38076

[startup+1.50028 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 11695
/proc/meminfo: memFree=25110084/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=44408 CPUtime=1.49 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 14674 0 0 0 147 2 0 0 20 0 1 0 336524406 45473792 9953 33554432000 4194304 8395647 140735819219472 140735819213880 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 11102 9953 624 1026 0 10072 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44408

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 4/177 11695
/proc/meminfo: memFree=25104924/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=45424 CPUtime=3.09 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 15899 0 0 0 306 3 0 0 20 0 1 0 336524406 46514176 10434 33554432000 4194304 8395647 140735819219472 140735819214072 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 11356 10434 625 1026 0 10326 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 45424

[startup+6.30022 s]
/proc/loadavg: 2.08 2.02 2.01 4/177 11695
/proc/meminfo: memFree=25103500/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=45424 CPUtime=6.29 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 15899 0 0 0 623 6 0 0 20 0 1 0 336524406 46514176 10434 33554432000 4194304 8395647 140735819219472 140735819214776 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 11356 10434 625 1026 0 10326 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45424

[startup+12.7001 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 11695
/proc/meminfo: memFree=25101904/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=44856 CPUtime=12.69 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 16329 0 0 0 1257 12 0 0 20 0 1 0 336524406 45932544 10270 33554432000 4194304 8395647 140735819219472 140735819214728 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 11214 10270 626 1026 0 10184 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44856

[startup+25.5003 s]
/proc/loadavg: 2.13 2.03 2.01 4/177 11695
/proc/meminfo: memFree=25094172/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=44856 CPUtime=25.49 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 16337 0 0 0 2522 27 0 0 20 0 1 0 336524406 45932544 10278 33554432000 4194304 8395647 140735819219472 140735819214024 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 11214 10278 631 1026 0 10184 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 44856

[startup+51.1003 s]
/proc/loadavg: 2.15 2.04 2.01 4/177 11695
/proc/meminfo: memFree=25080328/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=49424 CPUtime=51.09 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 17518 0 0 0 5055 54 0 0 20 0 1 0 336524406 50610176 11459 33554432000 4194304 8395647 140735819219472 140735819215080 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 12356 11459 631 1026 0 11326 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 49424

[startup+102.306 s]
/proc/loadavg: 2.06 2.03 2.01 3/177 11733
/proc/meminfo: memFree=26237648/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=58212 CPUtime=102.28 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 20335 0 0 0 10112 116 0 0 20 0 1 0 336524406 59609088 13658 33554432000 4194304 8395647 140735819219472 140735819214936 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 14553 13658 631 1026 0 13523 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 58212

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 11771
/proc/meminfo: memFree=26149220/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=72032 CPUtime=162.26 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 23863 0 0 0 16039 187 0 0 20 0 1 0 336524406 73760768 17477 33554432000 4194304 8395647 140735819219472 140735819215080 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 18008 17477 631 1026 0 16978 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 72032

[startup+222.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/177 11771
/proc/meminfo: memFree=26134140/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=85580 CPUtime=222.25 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 27283 0 0 0 21967 258 0 0 20 0 1 0 336524406 87633920 20839 33554432000 4194304 8395647 140735819219472 140735819214936 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 21395 20839 631 1026 0 20365 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 85580

[startup+282.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 11772
/proc/meminfo: memFree=26123200/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=96428 CPUtime=282.23 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 30027 0 0 0 27898 325 0 0 20 0 1 0 336524406 98742272 23559 33554432000 4194304 8395647 140735819219472 140735819214328 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 24107 23559 631 1026 0 23077 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 96428

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11772
/proc/meminfo: memFree=26108344/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=107656 CPUtime=342.23 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 32854 0 0 0 33832 391 0 0 20 0 1 0 336524406 110239744 26343 33554432000 4194304 8395647 140735819219472 140735819214280 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 26914 26343 631 1026 0 25884 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 107656

[startup+402.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/177 11772
/proc/meminfo: memFree=26090416/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=114456 CPUtime=402.22 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 34636 0 0 0 39756 466 0 0 20 0 1 0 336524406 117202944 28083 33554432000 4194304 8395647 140735819219472 140735819214600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 28614 28083 631 1026 0 27584 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 114456

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 11775
/proc/meminfo: memFree=26076536/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=120752 CPUtime=462.21 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 36193 0 0 0 45677 544 0 0 20 0 1 0 336524406 123650048 29635 33554432000 4194304 8395647 140735819219472 140735819214600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 30188 29635 631 1026 0 29158 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 120752

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 11775
/proc/meminfo: memFree=26058728/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=130656 CPUtime=522.19 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 38801 0 0 0 51605 614 0 0 20 0 1 0 336524406 133791744 32158 33554432000 4194304 8395647 140735819219472 140735819214600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 32664 32158 631 1026 0 31634 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 130656

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 11776
/proc/meminfo: memFree=26044880/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=139080 CPUtime=582.18 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 41017 0 0 0 57532 686 0 0 20 0 1 0 336524406 142417920 34261 33554432000 4194304 8395647 140735819219472 140735819214600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 34770 34261 631 1026 0 33740 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 139080

[startup+642.3 s]

################
# More data... #
################

/proc/meminfo: memFree=25941440/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=177496 CPUtime=1002.12 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 50889 0 0 0 99020 1192 0 0 20 0 1 0 336524406 181755904 43851 33554432000 4194304 8395647 140735819219472 140735819214024 6721235 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 44374 43851 631 1026 0 43344 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 177496

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11782
/proc/meminfo: memFree=25915536/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=187960 CPUtime=1062.1 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 53658 0 0 0 104945 1265 0 0 20 0 1 0 336524406 192471040 46487 33554432000 4194304 8395647 140735819219472 140735819214600 4967933 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 46990 46487 631 1026 0 45960 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 187960

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11782
/proc/meminfo: memFree=25899480/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=192400 CPUtime=1122.09 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 54718 0 0 0 110879 1330 0 0 20 0 1 0 336524406 197017600 47545 33554432000 4194304 8395647 140735819219472 140735819215080 6573493 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 48100 47545 631 1026 0 47070 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 192400

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11783
/proc/meminfo: memFree=25883200/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=196812 CPUtime=1182.08 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 55870 0 0 0 116808 1400 0 0 20 0 1 0 336524406 201535488 48697 33554432000 4194304 8395647 140735819219472 140735819215080 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 49203 48697 631 1026 0 48173 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 196812

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11783
/proc/meminfo: memFree=25871916/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=202668 CPUtime=1242.07 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 57377 0 0 0 122735 1472 0 0 20 0 1 0 336524406 207532032 50163 33554432000 4194304 8395647 140735819219472 140735819215080 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 50667 50163 631 1026 0 49637 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 202668

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11783
/proc/meminfo: memFree=25847760/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=217116 CPUtime=1302.07 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 61135 0 0 0 128658 1549 0 0 20 0 1 0 336524406 222326784 53741 33554432000 4194304 8395647 140735819219472 140735819215080 7347622 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 54279 53741 631 1026 0 53249 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 217116

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11783
/proc/meminfo: memFree=25827128/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=228520 CPUtime=1362.05 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 64100 0 0 0 134578 1627 0 0 20 0 1 0 336524406 234004480 56612 33554432000 4194304 8395647 140735819219472 140735819214984 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 57130 56612 631 1026 0 56100 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 228520

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11783
/proc/meminfo: memFree=25816216/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=233364 CPUtime=1422.04 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 65305 0 0 0 140511 1693 0 0 20 0 1 0 336524406 238964736 57783 33554432000 4194304 8395647 140735819219472 140735819215080 6594368 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 58341 57783 631 1026 0 57311 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 233364

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11784
/proc/meminfo: memFree=25802232/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=237924 CPUtime=1482.03 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 66492 0 0 0 146438 1765 0 0 20 0 1 0 336524406 243634176 58948 33554432000 4194304 8395647 140735819219472 140735819214936 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 59481 58948 631 1026 0 58451 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 237924

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11784
/proc/meminfo: memFree=25792564/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=243860 CPUtime=1542.03 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 68023 0 0 0 152371 1832 0 0 20 0 1 0 336524406 249712640 60404 33554432000 4194304 8395647 140735819219472 140735819215080 4706491 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 60965 60404 631 1026 0 59935 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 243860

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 11784
/proc/meminfo: memFree=25781404/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=247968 CPUtime=1602.01 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 69046 0 0 0 158302 1899 0 0 20 0 1 0 336524406 253919232 61427 33554432000 4194304 8395647 140735819219472 140735819214936 5027242 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 61992 61427 631 1026 0 60962 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 247968

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 11787
/proc/meminfo: memFree=25766488/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=256344 CPUtime=1662 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 71170 0 0 0 164230 1970 0 0 20 0 1 0 336524406 262496256 63556 33554432000 4194304 8395647 140735819219472 140735819214936 6023238 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 64086 63556 631 1026 0 63056 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 256344

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 11787
/proc/meminfo: memFree=25754964/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=261156 CPUtime=1721.99 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 72434 0 0 0 170158 2041 0 0 20 0 1 0 336524406 267423744 64797 33554432000 4194304 8395647 140735819219472 140735819215080 4911228 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 65289 64797 631 1026 0 64259 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 261156

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 11788
/proc/meminfo: memFree=25738776/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=270268 CPUtime=1781.98 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 74751 0 0 0 176084 2114 0 0 20 0 1 0 336524406 276754432 67010 33554432000 4194304 8395647 140735819219472 140735819214936 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 67567 67010 631 1026 0 66537 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 270268

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

[startup+1785.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11788
/proc/meminfo: memFree=25738776/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=270608 CPUtime=1785.18 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 74754 0 0 0 176399 2119 0 0 20 0 1 0 336524406 277102592 67013 33554432000 4194304 8395647 140735819219472 140735819214600 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 67652 67013 631 1026 0 66622 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 270608

[startup+1788.7 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11788
/proc/meminfo: memFree=25738032/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=271868 CPUtime=1788.39 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 75119 0 0 0 176716 2123 0 0 20 0 1 0 336524406 278392832 67375 33554432000 4194304 8395647 140735819219472 140735819214344 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 67967 67375 631 1026 0 66937 0
Current children cumulated CPU time (s) 1788.39
Current children cumulated vsize (KiB) 271868

[startup+1789.5 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11788
/proc/meminfo: memFree=25738032/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=271868 CPUtime=1789.19 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 75119 0 0 0 176795 2124 0 0 20 0 1 0 336524406 278392832 67375 33554432000 4194304 8395647 140735819219472 140735819214344 7428202 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 67967 67375 631 1026 0 66937 0
Current children cumulated CPU time (s) 1789.19
Current children cumulated vsize (KiB) 271868

[startup+1789.9 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11788
/proc/meminfo: memFree=25737784/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=271868 CPUtime=1789.58 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 75120 0 0 0 176834 2124 0 0 20 0 1 0 336524406 278392832 67376 33554432000 4194304 8395647 140735819219472 140735819214824 6068889 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 67967 67376 631 1026 0 66937 0
Current children cumulated CPU time (s) 1789.58
Current children cumulated vsize (KiB) 271868

[startup+1790.1 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 11788
/proc/meminfo: memFree=25737784/32873648 swapFree=6864/6864
[pid=11694] ppid=11692 vsize=271868 CPUtime=1789.78 cores=1,3,5,7
/proc/11694/stat : 11694 (pbscip.linux.x8) R 11692 11694 7869 0 -1 4202496 75123 0 0 0 176854 2124 0 0 20 0 1 0 336524406 278392832 67379 33554432000 4194304 8395647 140735819219472 140735819214824 4220157 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11694/statm: 67967 67379 634 1026 0 66937 0
Current children cumulated CPU time (s) 1789.78
Current children cumulated vsize (KiB) 271868

Child status: 0
Real time (s): 1790.17
CPU time (s): 1789.86
CPU user time (s): 1768.62
CPU system time (s): 21.2498
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 271868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1768.62
system time used= 21.2498
maximum resident set size= 269516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75126
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= 59
involuntary context switches= 1837

runsolver used 4.05438 second user time and 12.2571 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 08:13:10
IDJOB=3735141
IDBENCH=2944
IDSOLVER=2326
FILE ID=node125/3735141-1338703990
RUNJOBID= node125-1338678622-7889
PBS_JOBID= 14636688
Free space on /tmp= 70432 MiB

SOLVER NAME= PB10: SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_10.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735141-1338703990/watcher-3735141-1338703990 -o /tmp/evaluation-result-3735141-1338703990/solver-3735141-1338703990 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-3735141-1338703990.opb -t 1800 -m 15500

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

MD5SUM BENCH= dd415565c40b70127defa3137ccd18d3
RANDOM SEED=1859861039

node125.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.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
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.373
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.373
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.92
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        25143960 kB
Buffers:          606188 kB
Cached:          5041076 kB
SwapCached:         2308 kB
Active:          3654092 kB
Inactive:        3162736 kB
Active(anon):    1160736 kB
Inactive(anon):     9240 kB
Active(file):    2493356 kB
Inactive(file):  3153496 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:             10536 kB
Writeback:             0 kB
AnonPages:       1259440 kB
Mapped:            16900 kB
Shmem:                96 kB
Slab:             766848 kB
SReclaimable:     210804 kB
SUnreclaim:       556044 kB
KernelStack:        1472 kB
PageTables:         6236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1293216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    624640 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70420 MiB
End job on node125 at 2012-06-03 08:43:00