Trace number 3741479

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
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT (TO)84 1800.16 1800.45

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-go19.opb
MD5SUMac3a0c512b81d5e532f489853538ca8f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark84
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables441
Total number of constraints441
Number of constraints which are clauses361
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint5
Number of terms in the objective function 361
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 361
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 361
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 1.1.0.7
0.00/0.00	c LP-Solver SoPlex 1.4.1
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c read problem <HOME/instance-3741479-1338772818.opb>
0.00/0.00	c original problem has 441 variables (441 bin, 0 int, 0 impl, 0 cont) and 441 constraints
0.00/0.01	c start presolving problem
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 80 del vars, 80 del conss, 80 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 80 del vars, 80 del conss, 80 chg bounds, 0 chg sides, 0 chg coeffs, 361 upgd conss, 0 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 101/361 (28.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (3 rounds):
0.00/0.01	c  80 deleted vars, 80 deleted constraints, 80 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 361 variables (361 bin, 0 int, 0 impl, 0 cont) and 361 constraints
0.00/0.01	c     361 constraints of type <logicor>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.01
0.00/0.01	c strange?!, PURESAT with obj
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = c 13950
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = c 1791
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = c 10000
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving problem
0.00/0.01	c 
0.08/0.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.10	c   0.1s|     1 |     0 |  1319 |1360k|   0 | 357 | 361 | 361 | 361 | 361 | 361 |   0 |   0 |   0 | 7.653022e+01 |      --      |    Inf 
0.08/0.10	o 357
0.08/0.10	c r 0.1s|     1 |     0 |  1319 |1369k|   0 | 357 | 361 | 361 | 361 | 361 | 361 |   0 |   0 |   0 | 7.653022e+01 | 3.570000e+02 | 366.48%
0.08/0.10	o 356
0.08/0.10	c R 0.1s|     1 |     0 |  1319 |1378k|   0 | 357 | 361 | 361 | 361 | 361 | 361 |   0 |   0 |   0 | 7.653022e+01 | 3.560000e+02 | 365.18%
0.08/0.11	o 355
0.08/0.11	c s 0.1s|     1 |     0 |  1319 |1388k|   0 | 357 | 361 | 361 | 361 | 361 | 361 |   0 |   0 |   0 | 7.653022e+01 | 3.550000e+02 | 363.87%
0.19/0.21	c   0.2s|     1 |     0 |  1432 |4531k|   0 | 356 | 361 | 361 | 361 | 361 | 362 |   1 |   0 |   0 | 7.662668e+01 | 3.550000e+02 | 363.29%
0.19/0.22	o 354
0.19/0.22	c R 0.2s|     1 |     0 |  1432 |4541k|   0 | 356 | 361 | 361 | 361 | 361 | 362 |   1 |   0 |   0 | 7.662668e+01 | 3.540000e+02 | 361.98%
0.19/0.22	o 353
0.19/0.22	c s 0.2s|     1 |     0 |  1432 |4545k|   0 | 356 | 361 | 361 | 361 | 361 | 362 |   1 |   0 |   0 | 7.662668e+01 | 3.530000e+02 | 360.68%
0.29/0.31	c   0.3s|     1 |     0 |  1483 |7674k|   0 | 352 | 361 | 361 | 361 | 361 | 363 |   2 |   0 |   0 | 7.666451e+01 | 3.530000e+02 | 360.45%
0.29/0.31	o 352
0.29/0.31	c r 0.3s|     1 |     0 |  1483 |7679k|   0 | 352 | 361 | 361 | 361 | 361 | 363 |   2 |   0 |   0 | 7.666451e+01 | 3.520000e+02 | 359.14%
0.29/0.32	o 351
0.29/0.32	c R 0.3s|     1 |     0 |  1483 |7684k|   0 | 352 | 361 | 361 | 361 | 361 | 363 |   2 |   0 |   0 | 7.666451e+01 | 3.510000e+02 | 357.84%
0.29/0.32	o 350
0.29/0.32	c s 0.3s|     1 |     0 |  1483 |7688k|   0 | 352 | 361 | 361 | 361 | 361 | 363 |   2 |   0 |   0 | 7.666451e+01 | 3.500000e+02 | 356.53%
0.39/0.41	c   0.4s|     1 |     0 |  1544 |9796k|   0 | 353 | 361 | 361 | 361 | 361 | 364 |   3 |   0 |   0 | 7.667831e+01 | 3.500000e+02 | 356.45%
0.39/0.42	o 349
0.39/0.42	c R 0.4s|     1 |     0 |  1544 |9805k|   0 | 353 | 361 | 361 | 361 | 361 | 364 |   3 |   0 |   0 | 7.667831e+01 | 3.490000e+02 | 355.15%
0.39/0.42	o 348
0.39/0.42	c s 0.4s|     1 |     0 |  1544 |9810k|   0 | 353 | 361 | 361 | 361 | 361 | 364 |   3 |   0 |   0 | 7.667831e+01 | 3.480000e+02 | 353.84%
0.49/0.50	c   0.5s|     1 |     0 |  1604 |  10M|   0 | 356 | 361 | 361 | 361 | 361 | 365 |   4 |   0 |   0 | 7.668450e+01 | 3.480000e+02 | 353.81%
0.49/0.51	o 347
0.49/0.51	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.51	c R 0.5s|     1 |     0 |  1604 |  10M|   0 | 356 | 361 | 361 | 361 | 361 | 365 |   4 |   0 |   0 | 7.668450e+01 | 3.470000e+02 | 352.50%
0.49/0.51	o 346
0.49/0.51	c s 0.5s|     1 |     0 |  1604 |  10M|   0 | 356 | 361 | 361 | 361 | 361 | 365 |   4 |   0 |   0 | 7.668450e+01 | 3.460000e+02 | 351.20%
0.49/0.59	c   0.6s|     1 |     0 |  1650 |  10M|   0 | 353 | 361 | 361 | 361 | 361 | 366 |   5 |   0 |   0 | 7.670403e+01 | 3.460000e+02 | 351.08%
0.49/0.59	o 345
0.49/0.59	c R 0.6s|     1 |     0 |  1650 |  10M|   0 | 353 | 361 | 361 | 361 | 361 | 366 |   5 |   0 |   0 | 7.670403e+01 | 3.450000e+02 | 349.78%
0.59/0.60	o 344
0.59/0.60	c s 0.6s|     1 |     0 |  1650 |  10M|   0 | 353 | 361 | 361 | 361 | 361 | 366 |   5 |   0 |   0 | 7.670403e+01 | 3.440000e+02 | 348.48%
0.59/0.67	c   0.7s|     1 |     0 |  1683 |  11M|   0 | 354 | 361 | 361 | 361 | 361 | 367 |   6 |   0 |   0 | 7.671660e+01 | 3.440000e+02 | 348.40%
0.59/0.67	o 343
0.59/0.67	c R 0.7s|     1 |     0 |  1683 |  11M|   0 | 354 | 361 | 361 | 361 | 361 | 367 |   6 |   0 |   0 | 7.671660e+01 | 3.430000e+02 | 347.10%
0.59/0.68	o 342
0.59/0.68	c s 0.7s|     1 |     0 |  1683 |  11M|   0 | 354 | 361 | 361 | 361 | 361 | 367 |   6 |   0 |   0 | 7.671660e+01 | 3.420000e+02 | 345.80%
0.69/0.75	c   0.7s|     1 |     0 |  1696 |  11M|   0 | 354 | 361 | 361 | 361 | 361 | 368 |   7 |   0 |   0 | 7.671912e+01 | 3.420000e+02 | 345.78%
0.69/0.75	o 341
0.69/0.75	c R 0.7s|     1 |     0 |  1696 |  11M|   0 | 354 | 361 | 361 | 361 | 361 | 368 |   7 |   0 |   0 | 7.671912e+01 | 3.410000e+02 | 344.48%
0.69/0.76	o 340
0.69/0.76	c s 0.7s|     1 |     0 |  1696 |  11M|   0 | 354 | 361 | 361 | 361 | 361 | 368 |   7 |   0 |   0 | 7.671912e+01 | 3.400000e+02 | 343.18%
0.78/0.83	c   0.8s|     1 |     0 |  1710 |  11M|   0 | 354 | 361 | 361 | 361 | 361 | 369 |   8 |   0 |   0 | 7.672867e+01 | 3.400000e+02 | 343.12%
0.78/0.83	o 339
0.78/0.83	c R 0.8s|     1 |     0 |  1710 |  11M|   0 | 354 | 361 | 361 | 361 | 361 | 369 |   8 |   0 |   0 | 7.672867e+01 | 3.390000e+02 | 341.82%
0.78/0.84	o 338
0.78/0.84	c s 0.8s|     1 |     0 |  1710 |  11M|   0 | 354 | 361 | 361 | 361 | 361 | 369 |   8 |   0 |   0 | 7.672867e+01 | 3.380000e+02 | 340.51%
0.88/0.92	c   0.9s|     1 |     0 |  1763 |  11M|   0 | 353 | 361 | 361 | 361 | 361 | 370 |   9 |   0 |   0 | 7.674296e+01 | 3.380000e+02 | 340.43%
0.88/0.93	o 337
0.88/0.93	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.88/0.93	c R 0.9s|     1 |     0 |  1763 |  11M|   0 | 353 | 361 | 361 | 361 | 361 | 370 |   9 |   0 |   0 | 7.674296e+01 | 3.370000e+02 | 339.13%
0.88/0.93	o 336
0.88/0.93	c s 0.9s|     1 |     0 |  1763 |  11M|   0 | 353 | 361 | 361 | 361 | 361 | 370 |   9 |   0 |   0 | 7.674296e+01 | 3.360000e+02 | 337.83%
0.99/1.01	c   1.0s|     1 |     0 |  1796 |  11M|   0 | 353 | 361 | 361 | 361 | 361 | 371 |  10 |   0 |   0 | 7.674706e+01 | 3.360000e+02 | 337.80%
0.99/1.02	o 335
0.99/1.02	c R 1.0s|     1 |     0 |  1796 |  11M|   0 | 353 | 361 | 361 | 361 | 361 | 371 |  10 |   0 |   0 | 7.674706e+01 | 3.350000e+02 | 336.50%
0.99/1.02	o 334
0.99/1.02	c s 1.0s|     1 |     0 |  1796 |  11M|   0 | 353 | 361 | 361 | 361 | 361 | 371 |  10 |   0 |   0 | 7.674706e+01 | 3.340000e+02 | 335.20%
0.99/1.10	c   1.1s|     1 |     0 |  1812 |  11M|   0 | 351 | 361 | 361 | 361 | 361 | 372 |  11 |   0 |   0 | 7.674893e+01 | 3.340000e+02 | 335.19%
1.10/1.11	o 333
1.10/1.11	c R 1.1s|     1 |     0 |  1812 |  11M|   0 | 351 | 361 | 361 | 361 | 361 | 372 |  11 |   0 |   0 | 7.674893e+01 | 3.330000e+02 | 333.88%
1.10/1.11	o 332
1.10/1.11	c s 1.1s|     1 |     0 |  1812 |  11M|   0 | 351 | 361 | 361 | 361 | 361 | 372 |  11 |   0 |   0 | 7.674893e+01 | 3.320000e+02 | 332.58%
1.10/1.13	o 109
1.10/1.13	c k 1.1s|     1 |     0 |  1812 |  11M|   0 | 351 | 361 | 361 | 361 | 361 | 372 |  11 |   0 |   0 | 7.674893e+01 | 1.090000e+02 |  42.02%
1.10/1.13	c   1.1s|     1 |     0 |  1812 |  11M|   0 | 351 | 361 | 361 | 361 | 361 | 372 |  11 |   0 |   0 | 7.674893e+01 | 1.090000e+02 |  42.02%
2.78/2.89	c   2.9s|     1 |     2 |  1812 |  11M|   0 | 351 | 361 | 361 | 361 | 361 | 372 |  11 |   0 |  31 | 7.674893e+01 | 1.090000e+02 |  42.02%
10.69/10.78	o 97
10.69/10.78	c c10.7s|    15 |    16 |  4757 |  11M|  14 |   - | 361 | 361 | 344 | 361 | 371 |  11 |   0 | 316 | 7.679444e+01 | 9.700000e+01 |  26.31%
10.69/10.78	o 94
10.69/10.78	c c10.7s|    15 |    16 |  4771 |  11M|  14 |   - | 361 | 361 | 343 | 361 | 371 |  11 |   0 | 316 | 7.679444e+01 | 9.400000e+01 |  22.40%
10.69/10.78	o 93
10.69/10.78	c c10.7s|    15 |    16 |  4774 |  11M|  14 |   - | 361 | 361 | 342 | 361 | 371 |  11 |   0 | 316 | 7.679444e+01 | 9.300000e+01 |  21.10%
10.69/10.78	o 92
10.69/10.78	c c10.7s|    15 |    16 |  4775 |  11M|  14 |   - | 361 | 361 | 342 | 361 | 371 |  11 |   0 | 316 | 7.679444e+01 | 9.200000e+01 |  19.80%
10.69/10.78	o 88
10.69/10.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
10.69/10.78	c c10.7s|    15 |    16 |  4780 |  11M|  14 |   - | 361 | 361 | 339 | 361 | 371 |  11 |   0 | 316 | 7.679444e+01 | 8.800000e+01 |  14.59%
10.69/10.78	o 86
10.69/10.78	c c10.7s|    15 |    16 |  4781 |  11M|  14 |   - | 361 | 361 | 337 | 361 | 371 |  11 |   0 | 316 | 7.679444e+01 | 8.600000e+01 |  11.99%
10.69/10.78	o 85
10.69/10.78	c k10.7s|    15 |    16 |  4781 |  11M|  14 | 237 | 361 | 361 | 357 | 361 | 371 |  11 |   0 | 316 | 7.679444e+01 | 8.500000e+01 |  10.69%
43.37/43.47	o 84
43.37/43.47	c v43.1s|  1103 |   807 |187428 |  12M|  47 |   - | 361 | 361 | 357 | 361 | 371 |  11 |   0 | 857 | 7.743224e+01 | 8.400000e+01 |   8.48%
170.56/170.62	c   169s| 10000 |  5910 |  1266k|  15M|  47 | 238 | 361 | 361 | 328 | 361 | 371 |  11 |   0 |1419 | 7.826088e+01 | 8.400000e+01 |   7.33%
289.84/289.99	c   287s| 20000 | 11348 |  2285k|  19M|  49 | 222 | 361 | 361 | 325 | 361 | 371 |  11 |   0 |1928 | 7.845583e+01 | 8.400000e+01 |   7.07%
408.61/408.71	c   404s| 30000 | 16868 |  3311k|  23M|  49 |   - | 361 | 361 | 316 | 361 | 371 |  11 |   0 |2433 | 7.857925e+01 | 8.400000e+01 |   6.90%
513.51/513.69	c   508s| 40000 | 21824 |  4232k|  27M|  56 | 234 | 361 | 361 | 324 | 361 | 371 |  11 |   0 |2790 | 7.866775e+01 | 8.400000e+01 |   6.78%
623.98/624.13	c   617s| 50000 | 27102 |  5205k|  31M|  56 | 246 | 361 | 361 | 338 | 361 | 371 |  11 |   0 |3158 | 7.873429e+01 | 8.400000e+01 |   6.69%
734.17/734.31	c   726s| 60000 | 32464 |  6181k|  35M|  56 | 268 | 361 | 361 | 355 | 361 | 371 |  11 |   0 |3509 | 7.878380e+01 | 8.400000e+01 |   6.62%
840.75/840.95	c   832s| 70000 | 37604 |  7138k|  39M|  56 |   - | 361 | 361 | 337 | 361 | 371 |  11 |   0 |3776 | 7.882827e+01 | 8.400000e+01 |   6.56%
931.44/931.68	c   921s| 80000 | 41792 |  7976k|  43M|  56 |   - | 361 | 361 | 335 | 361 | 371 |  11 |   0 |4005 | 7.886778e+01 | 8.400000e+01 |   6.51%
1028.62/1028.84	c  1018s| 90000 | 46710 |  8862k|  47M|  56 | 263 | 361 | 361 | 358 | 361 | 371 |  11 |   0 |4214 | 7.890128e+01 | 8.400000e+01 |   6.46%
1135.90/1136.20	c  1124s|100000 | 52378 |  9822k|  52M|  56 | 250 | 361 | 361 | 324 | 361 | 371 |  11 |   0 |4489 | 7.892983e+01 | 8.400000e+01 |   6.42%
1240.68/1240.93	c  1227s|110000 | 58214 | 10775k|  56M|  56 | 246 | 361 | 361 | 332 | 361 | 371 |  11 |   0 |4677 | 7.895666e+01 | 8.400000e+01 |   6.39%
1345.37/1345.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1345.37/1345.66	c  1331s|120000 | 63816 | 11727k|  60M|  56 | 236 | 361 | 361 | 327 | 361 | 371 |  11 |   0 |4851 | 7.898009e+01 | 8.400000e+01 |   6.36%
1464.56/1464.82	c  1449s|130000 | 70710 | 12791k|  65M|  56 | 258 | 361 | 361 | 351 | 361 | 371 |  11 |   0 |5058 | 7.900115e+01 | 8.400000e+01 |   6.33%
1577.74/1578.04	c  1561s|140000 | 77372 | 13809k|  69M|  56 | 263 | 361 | 361 | 346 | 361 | 371 |  11 |   0 |5217 | 7.902344e+01 | 8.400000e+01 |   6.30%
1688.83/1689.17	c  1671s|150000 | 83624 | 14810k|  74M|  56 | 281 | 361 | 361 | 358 | 361 | 371 |  11 |   0 |5402 | 7.904632e+01 | 8.400000e+01 |   6.27%
1788.10/1788.44	c  1769s|160000 | 88890 | 15717k|  78M|  56 | 253 | 361 | 361 | 344 | 361 | 371 |  11 |   0 |5532 | 7.906692e+01 | 8.400000e+01 |   6.24%
1800.01/1800.30	c 
1800.01/1800.30	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.30	c Solving Time (sec) : 1780.63
1800.01/1800.30	c Solving Nodes      : 161184
1800.01/1800.30	c Primal Bound       : +8.40000000000000e+01 (857 solutions)
1800.01/1800.30	c Dual Bound         : +7.90698554885577e+01
1800.01/1800.30	c Gap                : 6.24 %
1800.01/1800.30	c NODE         161184
1800.01/1800.30	c DUAL BOUND   79.0699
1800.01/1800.30	c PRIMAL BOUND 84
1800.01/1800.30	c GAP          0.0623518
1800.01/1800.30	s SATISFIABLE
1800.01/1800.30	v -x441 -x440 -x439 -x438 -x437 -x436 -x435 -x434 -x433 -x432 -x431 -x430 -x429 -x428 -x427 -x426 -x425 -x424 -x423 -x422 -x421 -x420 
1800.01/1800.30	v -x419 -x418 -x417 -x416 -x415 -x414 -x413 -x412 -x411 -x410 -x409 -x408 -x407 -x406 -x405 -x404 -x403 -x402 -x401 -x400 
1800.01/1800.30	v -x399 -x398 -x397 -x396 -x395 -x394 -x393 -x392 -x391 -x390 -x389 -x388 -x387 -x386 -x385 -x384 -x383 -x382 -x381 -x380 -x379 
1800.01/1800.30	v -x378 -x377 -x376 -x375 -x374 -x373 -x372 -x371 -x370 -x369 -x368 -x367 -x366 -x365 -x364 -x363 -x362 x361 -x360 -x359 -x358 
1800.01/1800.30	v x357 -x356 -x355 -x354 -x353 x352 -x351 -x350 x349 -x348 -x347 -x346 -x345 x344 -x343 -x342 x341 -x340 -x339 -x338 -x337 x336 
1800.01/1800.30	v -x335 -x334 x333 -x332 -x331 -x330 x329 -x328 -x327 -x326 -x325 x324 -x323 x322 -x321 -x320 -x319 -x318 x317 -x316 -x315 -x314 
1800.01/1800.30	v x313 -x312 -x311 -x310 -x309 x308 -x307 -x306 -x305 -x304 -x303 -x302 x301 -x300 -x299 -x298 -x297 x296 -x295 -x294 -x293 
1800.01/1800.30	v -x292 x291 -x290 x289 -x288 x287 -x286 x285 -x284 -x283 -x282 -x281 x280 x279 -x278 -x277 -x276 -x275 x274 -x273 -x272 -x271 
1800.01/1800.30	v -x270 -x269 -x268 -x267 -x266 -x265 x264 -x263 -x262 -x261 -x260 -x259 -x258 x257 -x256 -x255 -x254 -x253 x252 -x251 x250 -x249 
1800.01/1800.30	v x248 -x247 -x246 -x245 -x244 x243 -x242 -x241 x240 -x239 -x238 -x237 -x236 x235 -x234 -x233 -x232 -x231 -x230 -x229 x228 
1800.01/1800.30	v x227 -x226 -x225 -x224 x223 -x222 -x221 -x220 -x219 x218 -x217 -x216 -x215 -x214 x213 -x212 x211 -x210 -x209 -x208 -x207 x206 
1800.01/1800.30	v -x205 -x204 -x203 -x202 x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 x188 -x187 -x186 -x185 x184 
1800.01/1800.30	v -x183 -x182 -x181 -x180 x179 -x178 -x177 -x176 -x175 x174 -x173 x172 x171 -x170 -x169 -x168 x167 -x166 -x165 -x164 -x163 
1800.01/1800.30	v x162 -x161 -x160 -x159 -x158 x157 -x156 -x155 -x154 -x153 -x152 -x151 x150 -x149 -x148 -x147 -x146 x145 -x144 -x143 -x142 -x141 
1800.01/1800.30	v x140 -x139 -x138 -x137 -x136 x135 -x134 x133 -x132 -x131 -x130 -x129 x128 -x127 -x126 -x125 -x124 x123 -x122 -x121 -x120 -x119 
1800.01/1800.30	v x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 -x108 -x107 x106 -x105 -x104 -x103 -x102 x101 -x100 -x99 -x98 
1800.01/1800.30	v -x97 x96 -x95 x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 -x86 -x85 x84 -x83 -x82 -x81 -x80 x79 -x78 -x77 -x76 -x75 -x74 -x73 x72 -x71 
1800.01/1800.30	v -x70 -x69 -x68 x67 -x66 -x65 -x64 -x63 x62 -x61 x60 -x59 -x58 x57 -x56 x55 -x54 -x53 -x52 -x51 x50 -x49 -x48 -x47 -x46 x45 
1800.01/1800.30	v -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 x33 x32 -x31 -x30 -x29 x28 x27 -x26 -x25 -x24 x23 -x22 -x21 -x20 -x19 
1800.01/1800.30	v x18 -x17 x16 -x15 -x14 -x13 -x12 x11 -x10 -x9 -x8 -x7 x6 -x5 -x4 -x3 x2 -x1 
1800.01/1800.30	c SCIP Status        : solving was interrupted [user interrupt]
1800.01/1800.30	c Solving Time       :    1780.63
1800.01/1800.30	c Original Problem   :
1800.01/1800.30	c   Problem name     : HOME/instance-3741479-1338772818.opb
1800.01/1800.30	c   Variables        : 441 (441 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.30	c   Constraints      : 441 initial, 441 maximal
1800.01/1800.30	c Presolved Problem  :
1800.01/1800.30	c   Problem name     : t_HOME/instance-3741479-1338772818.opb
1800.01/1800.30	c   Variables        : 361 (361 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.01/1800.30	c   Constraints      : 361 initial, 361 maximal
1800.01/1800.30	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.01/1800.30	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.30	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.30	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.30	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.30	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.30	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.01/1800.30	c   linear           :       0.00         80          0          0         80          0         80          0          0
1800.01/1800.30	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.01/1800.30	c   root node        :          -          0          -          -          0          -          -          -          -
1800.01/1800.30	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.30	c   integral         :          0          0          0     125624          0         69        415          0          0     250854
1800.01/1800.30	c   logicor          :        361         12     220616          0          0          0       8423          0          0          0
1800.01/1800.30	c   countsols        :          0          0          0          0          0          0          0          0          0          0
1800.01/1800.30	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.01/1800.30	c   integral         :      83.17       0.00       0.00      83.17       0.00
1800.01/1800.30	c   logicor          :       0.45       0.00       0.45       0.00       0.00
1800.01/1800.30	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.01/1800.30	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.01/1800.30	c   rootredcost      :       0.15          7          0          0
1800.01/1800.30	c   pseudoobj        :       2.89     461300          0          0
1800.01/1800.30	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.01/1800.30	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.30	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.30	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.30	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.01/1800.30	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.01/1800.30	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.01/1800.30	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.01/1800.30	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.01/1800.30	c   cut pool         :       0.03         11          -          -        145          -    (maximal pool size: 1022)
1800.01/1800.30	c   redcost          :       1.49     178314          0     863141          0          0
1800.01/1800.30	c   impliedbounds    :       0.00         13          0          0          0          0
1800.01/1800.30	c   intobj           :       0.00          0          0          0          0          0
1800.01/1800.30	c   gomory           :       0.32         13          0          0          0          0
1800.01/1800.30	c   strongcg         :       0.37         13          0          0       1028          0
1800.01/1800.30	c   cmir             :       0.02         10          0          0          0          0
1800.01/1800.30	c   flowcover        :       0.05         10          0          0          0          0
1800.01/1800.30	c   clique           :       0.00          1          0          0          0          0
1800.01/1800.30	c   zerohalf         :       0.00          0          0          0          0          0
1800.01/1800.30	c   mcf              :       0.00          1          0          0          0          0
1800.01/1800.30	c Pricers            :       Time      Calls       Vars
1800.01/1800.30	c   problem variables:       0.00          0          0
1800.01/1800.30	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.01/1800.30	c   relpscost        :      83.12     125624         69        415          0          0     250854
1800.01/1800.30	c   pscost           :       0.00          0          0          0          0          0          0
1800.01/1800.30	c   inference        :       0.00          0          0          0          0          0          0
1800.01/1800.30	c   mostinf          :       0.00          0          0          0          0          0          0
1800.01/1800.30	c   leastinf         :       0.00          0          0          0          0          0          0
1800.01/1800.30	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.01/1800.30	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.01/1800.30	c   random           :       0.00          0          0          0          0          0          0
1800.01/1800.30	c Primal Heuristics  :       Time      Calls      Found
1800.01/1800.30	c   LP solutions     :       0.00          -          0
1800.01/1800.30	c   pseudo solutions :       0.00          -          0
1800.01/1800.30	c   oneopt           :       0.04          3          2
1800.01/1800.30	c   crossover        :       0.05          2          0
1800.01/1800.30	c   simplerounding   :       2.96     125635         40
1800.01/1800.30	c   rounding         :      39.08      51550         12
1800.01/1800.30	c   shifting         :      10.66      12418         12
1800.01/1800.30	c   intshifting      :       0.01          0          0
1800.01/1800.30	c   fixandinfer      :       0.00          0          0
1800.01/1800.30	c   feaspump         :       0.00          0          0
1800.01/1800.30	c   coefdiving       :      84.43       1164         44
1800.01/1800.30	c   pscostdiving     :      59.66        554        146
1800.01/1800.30	c   fracdiving       :      65.44       1010          0
1800.01/1800.30	c   veclendiving     :      60.06       1131         61
1800.01/1800.30	c   intdiving        :       0.00          0          0
1800.01/1800.30	c   actconsdiving    :       0.00          0          0
1800.01/1800.30	c   objpscostdiving  :      76.84        203        505
1800.01/1800.30	c   rootsoldiving    :      14.72        261          2
1800.01/1800.30	c   linesearchdiving :      67.42        677         33
1800.01/1800.30	c   guideddiving     :      65.41       1033          0
1800.01/1800.30	c   octane           :       0.00          0          0
1800.01/1800.30	c   rens             :       0.01          0          0
1800.01/1800.30	c   rins             :       0.00          0          0
1800.01/1800.30	c   localbranching   :       0.00          0          0
1800.01/1800.30	c   mutation         :       0.00          0          0
1800.01/1800.30	c   dins             :       0.00          0          0
1800.01/1800.30	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.01/1800.30	c   primal LP        :       0.01          0          0       0.00       0.00
1800.01/1800.30	c   dual LP          :    1127.47     161323   11121921      68.94    9864.49
1800.01/1800.30	c   barrier LP       :       0.00          0          0       0.00          -
1800.01/1800.30	c   diving/probing LP:     467.37     249395    4701091      18.85   10058.61
1800.01/1800.30	c   strong branching :      76.22       5581     708933     127.03    9301.14
1800.01/1800.30	c     (at root node) :          -         31       7568     244.13          -
1800.01/1800.30	c   conflict analysis:       0.00          0          0       0.00          -
1800.01/1800.30	c B&B Tree           :
1800.01/1800.30	c   number of runs   :          1
1800.01/1800.30	c   nodes            :     161184
1800.01/1800.30	c   nodes (total)    :     161184
1800.01/1800.30	c   nodes left       :      89526
1800.01/1800.30	c   max depth        :         56
1800.01/1800.30	c   max depth (total):         56
1800.01/1800.30	c   backtracks       :      26462 (16.4%)
1800.01/1800.30	c   delayed cutoffs  :          0
1800.01/1800.30	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.01/1800.30	c   avg switch length:       4.60
1800.01/1800.30	c   switching time   :       2.63
1800.01/1800.30	c Solution           :
1800.01/1800.30	c   Solutions found  :        857 (35 improvements)
1800.01/1800.30	c   Primal Bound     : +8.40000000000000e+01   (in run 1, after 1103 nodes, 43.08 seconds, depth 47, found by <veclendiving>)
1800.01/1800.30	c   Dual Bound       : +7.90698554885577e+01
1800.01/1800.30	c   Gap              :       6.24 %
1800.01/1800.30	c   Root Dual Bound  : +7.67489256269905e+01
1800.11/1800.44	c Time complete: 1800.15.

Verifier Data

OK	84

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-3741479-1338772818/watcher-3741479-1338772818 -o /tmp/evaluation-result-3741479-1338772818/solver-3741479-1338772818 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3741479-1338772818.opb 

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: 1.92 1.98 1.99 3/177 1690
/proc/meminfo: memFree=28357732/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=8556 CPUtime=0 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 1500 0 0 0 0 0 0 0 20 0 1 0 343410352 8761344 1452 33554432000 4194304 7823515 140734020742352 140736265920440 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 2139 1452 349 887 0 1249 0

[startup+0.0940859 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 1690
/proc/meminfo: memFree=28357732/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=14656 CPUtime=0.08 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 3187 0 0 0 8 0 0 0 20 0 1 0 343410352 15007744 2780 33554432000 4194304 7823515 140734020742352 140736265920440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 3664 2780 510 887 0 2774 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14656

[startup+0.1003 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 1690
/proc/meminfo: memFree=28357732/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=14656 CPUtime=0.08 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 3187 0 0 0 8 0 0 0 20 0 1 0 343410352 15007744 2780 33554432000 4194304 7823515 140734020742352 140736265920440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 3664 2780 510 887 0 2774 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14656

[startup+0.300267 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 1690
/proc/meminfo: memFree=28357732/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=22004 CPUtime=0.29 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 5089 0 0 0 28 1 0 0 20 0 1 0 343410352 22532096 4682 33554432000 4194304 7823515 140734020742352 140734020737544 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 5501 4682 545 887 0 4611 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22004

[startup+0.70027 s]
/proc/loadavg: 1.92 1.98 1.99 3/177 1690
/proc/meminfo: memFree=28357732/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=25764 CPUtime=0.69 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 6063 0 0 0 68 1 0 0 20 0 1 0 343410352 26382336 5656 33554432000 4194304 7823515 140734020742352 140734020737544 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 6441 5656 545 887 0 5551 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25764

[startup+1.50023 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 1691
/proc/meminfo: memFree=28337016/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=29120 CPUtime=1.49 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 6899 0 0 0 147 2 0 0 20 0 1 0 343410352 29818880 6490 33554432000 4194304 7823515 140734020742352 140734020737048 6254072 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 7280 6490 552 887 0 6390 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29120

[startup+3.10023 s]
/proc/loadavg: 1.92 1.98 1.99 3/178 1691
/proc/meminfo: memFree=28333668/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=29120 CPUtime=3.08 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 6899 0 0 0 306 2 0 0 20 0 1 0 343410352 29818880 6490 33554432000 4194304 7823515 140734020742352 140734020736728 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 7280 6490 552 887 0 6390 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 29120

[startup+6.30023 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 1691
/proc/meminfo: memFree=28333148/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=29120 CPUtime=6.29 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 6899 0 0 0 624 5 0 0 20 0 1 0 343410352 29818880 6490 33554432000 4194304 7823515 140734020742352 140734020737464 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 7280 6490 552 887 0 6390 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29120

[startup+12.7002 s]
/proc/loadavg: 2.01 2.00 2.00 3/178 1691
/proc/meminfo: memFree=28332940/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=29120 CPUtime=12.69 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 6900 0 0 0 1260 9 0 0 20 0 1 0 343410352 29818880 6491 33554432000 4194304 7823515 140734020742352 140734020737688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 7280 6491 553 887 0 6390 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29120

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1691
/proc/meminfo: memFree=28332444/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=29504 CPUtime=25.49 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 8120 0 0 0 2530 19 0 0 20 0 1 0 343410352 30212096 6592 33554432000 4194304 7823515 140734020742352 140734020737048 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 7376 6592 557 887 0 6486 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29504

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1691
/proc/meminfo: memFree=28332248/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=29972 CPUtime=51.07 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 9499 0 0 0 5062 45 0 0 20 0 1 0 343410352 30691328 6769 33554432000 4194304 7823515 140734020742352 140734020738280 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 7493 6769 570 887 0 6603 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29972

[startup+102.306 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 1692
/proc/meminfo: memFree=28330876/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=31332 CPUtime=102.28 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 9822 0 0 0 10135 93 0 0 20 0 1 0 343410352 32083968 7092 33554432000 4194304 7823515 140734020742352 140734020738168 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 7833 7092 570 887 0 6943 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 31332

[startup+162.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 1692
/proc/meminfo: memFree=28328648/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=33312 CPUtime=162.26 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 10351 0 0 0 16071 155 0 0 20 0 1 0 343410352 34111488 7619 33554432000 4194304 7823515 140734020742352 140734020737688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 8328 7619 570 887 0 7438 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 33312

[startup+222.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 1692
/proc/meminfo: memFree=28324616/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=36664 CPUtime=222.25 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 11179 0 0 0 22006 219 0 0 20 0 1 0 343410352 37543936 8668 33554432000 4194304 7823515 140734020742352 140734020739560 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 9166 8668 570 887 0 8276 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 36664

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/176 1692
/proc/meminfo: memFree=28323320/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=38072 CPUtime=282.24 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 11532 0 0 0 27937 287 0 0 20 0 1 0 343410352 38985728 9020 33554432000 4194304 7823515 140734020742352 140734020738568 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 9518 9020 570 887 0 8628 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 38072

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/177 1693
/proc/meminfo: memFree=28321820/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=39332 CPUtime=342.23 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 11859 0 0 0 33868 355 0 0 20 0 1 0 343410352 40275968 9345 33554432000 4194304 7823515 140734020742352 140734020738840 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 9833 9345 570 887 0 8943 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 39332

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 1693
/proc/meminfo: memFree=28318968/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=42180 CPUtime=402.22 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 12584 0 0 0 39803 419 0 0 20 0 1 0 343410352 43192320 10070 33554432000 4194304 7823515 140734020742352 140734020737688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 10545 10070 570 887 0 9655 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 42180

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 1693
/proc/meminfo: memFree=28317724/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=43604 CPUtime=462.21 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 12892 0 0 0 45737 484 0 0 20 0 1 0 343410352 44650496 10376 33554432000 4194304 7823515 140734020742352 140734020737688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 10901 10376 570 887 0 10011 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 43604

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 1693
/proc/meminfo: memFree=28314500/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=46980 CPUtime=522.2 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 13727 0 0 0 51670 550 0 0 20 0 1 0 343410352 48107520 11211 33554432000 4194304 7823515 140734020742352 140734020738152 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 11745 11211 570 887 0 10855 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 46980

[startup+582.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 1733
/proc/meminfo: memFree=27251260/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=49672 CPUtime=582.19 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 14437 0 0 0 57596 623 0 0 20 0 1 0 343410352 50864128 11920 33554432000 4194304 7823515 140734020742352 140734020738104 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 12418 11920 570 887 0 11528 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 49672

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 1737
/proc/meminfo: memFree=14994956/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=62764 CPUtime=882.15 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 17685 0 0 0 87270 945 0 0 20 0 1 0 343410352 64270336 15168 33554432000 4194304 7823515 140734020742352 140734020738040 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 15691 15168 570 887 0 14801 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 62764

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 1738
/proc/meminfo: memFree=14945108/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=66228 CPUtime=942.13 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 18570 0 0 0 93199 1014 0 0 20 0 1 0 343410352 67817472 16053 33554432000 4194304 7823515 140734020742352 140734020738280 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 16557 16053 570 887 0 15667 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 66228

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1739
/proc/meminfo: memFree=14941312/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=68380 CPUtime=1002.12 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 19139 0 0 0 99131 1081 0 0 20 0 1 0 343410352 70021120 16622 33554432000 4194304 7823515 140734020742352 140734020738104 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 17095 16622 570 887 0 16205 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 68380

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1739
/proc/meminfo: memFree=14921332/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=72004 CPUtime=1062.12 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 20031 0 0 0 105065 1147 0 0 20 0 1 0 343410352 73732096 17503 33554432000 4194304 7823515 140734020742352 140734020738040 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 18001 17503 570 887 0 17111 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 72004

[startup+1122.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 1739
/proc/meminfo: memFree=14937024/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=75296 CPUtime=1122.1 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 20849 0 0 0 111001 1209 0 0 20 0 1 0 343410352 77103104 18321 33554432000 4194304 7823515 140734020742352 140734020737688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 18824 18321 570 887 0 17934 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 75296

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 1739
/proc/meminfo: memFree=14927548/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=77644 CPUtime=1182.1 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 21441 0 0 0 116932 1278 0 0 20 0 1 0 343410352 79507456 18913 33554432000 4194304 7823515 140734020742352 140734020737688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 19411 18913 570 887 0 18521 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 77644

[startup+1242.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 1743
/proc/meminfo: memFree=14915112/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=79592 CPUtime=1242.08 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 21926 0 0 0 122871 1337 0 0 20 0 1 0 343410352 81502208 19398 33554432000 4194304 7823515 140734020742352 140734020737688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 19898 19398 570 887 0 19008 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 79592

[startup+1302.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 1743
/proc/meminfo: memFree=14885696/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=81648 CPUtime=1302.09 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 22443 0 0 0 128809 1400 0 0 20 0 1 0 343410352 83607552 19915 33554432000 4194304 7823515 140734020742352 140734020738152 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 20412 19915 570 887 0 19522 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 81648

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1743
/proc/meminfo: memFree=14920016/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=84292 CPUtime=1362.07 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 23103 0 0 0 134743 1464 0 0 20 0 1 0 343410352 86315008 20573 33554432000 4194304 7823515 140734020742352 140734020738040 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 21073 20573 570 887 0 20183 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 84292

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1743
/proc/meminfo: memFree=14903804/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=89596 CPUtime=1422.06 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 24102 0 0 0 140680 1526 0 0 20 0 1 0 343410352 91746304 21572 33554432000 4194304 7823515 140734020742352 140734020737688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 22399 21572 570 887 0 21509 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 89596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1743
/proc/meminfo: memFree=14887020/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=91512 CPUtime=1482.05 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 24589 0 0 0 146612 1593 0 0 20 0 1 0 343410352 93708288 22059 33554432000 4194304 7823515 140734020742352 140734020738104 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 22878 22059 570 887 0 21988 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 91512

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 1744
/proc/meminfo: memFree=14888304/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=94544 CPUtime=1542.05 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 25338 0 0 0 152553 1652 0 0 20 0 1 0 343410352 96813056 22808 33554432000 4194304 7823515 140734020742352 140734020738152 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 23636 22808 570 887 0 22746 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 94544

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 1744
/proc/meminfo: memFree=14893928/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=97168 CPUtime=1602.03 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 25997 0 0 0 158488 1715 0 0 20 0 1 0 343410352 99500032 23467 33554432000 4194304 7823515 140734020742352 140734020737688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 24292 23467 570 887 0 23402 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 97168

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1744
/proc/meminfo: memFree=14880004/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=100560 CPUtime=1662.02 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 26866 0 0 0 164422 1780 0 0 20 0 1 0 343410352 102973440 24336 33554432000 4194304 7823515 140734020742352 140734020737688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 25140 24336 570 887 0 24250 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 100560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1744
/proc/meminfo: memFree=14891276/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=103748 CPUtime=1722.02 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 27671 0 0 0 170354 1848 0 0 20 0 1 0 343410352 106237952 25141 33554432000 4194304 7823515 140734020742352 140734020738936 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 25937 25141 570 887 0 25047 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 103748

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1744
/proc/meminfo: memFree=14871200/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=106440 CPUtime=1782.01 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 28343 0 0 0 176284 1917 0 0 20 0 1 0 343410352 108994560 25813 33554432000 4194304 7823515 140734020742352 140734020737688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 26610 25813 570 887 0 25720 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 106440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1747
/proc/meminfo: memFree=14868864/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=107232 CPUtime=1800.01 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 28546 0 0 0 178063 1938 0 0 20 0 1 0 343410352 109805568 26016 33554432000 4194304 7823515 140734020742352 140734020737688 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 26808 26016 570 887 0 25918 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 107232

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.41 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 1747
/proc/meminfo: memFree=14868864/32873844 swapFree=7372/7372
[pid=1690] ppid=1688 vsize=107232 CPUtime=1800.11 cores=1,3,5,7
/proc/1690/stat : 1690 (pbscip.linux.x8) R 1688 1690 32091 0 -1 4202496 28548 0 0 0 178073 1938 0 0 20 0 1 0 343410352 109805568 26018 33554432000 4194304 7823515 140734020742352 140734020737688 4745004 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1690/statm: 26808 26018 572 887 0 25918 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 107232

Child status: 0
Real time (s): 1800.45
CPU time (s): 1800.16
CPU user time (s): 1780.77
CPU system time (s): 19.3931
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 107232

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

runsolver used 3.03954 second user time and 8.39472 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-04 03:20:18
IDJOB=3741479
IDBENCH=89865
IDSOLVER=2321
FILE ID=node109/3741479-1338772818
RUNJOBID= node109-1338747536-32108
PBS_JOBID= 14636780
Free space on /tmp= 70704 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-go19.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741479-1338772818/watcher-3741479-1338772818 -o /tmp/evaluation-result-3741479-1338772818/solver-3741479-1338772818 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3741479-1338772818.opb

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

MD5SUM BENCH= ac3a0c512b81d5e532f489853538ca8f
RANDOM SEED=1299000063

node109.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		: 2667.264
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	: 5334.52
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		: 2667.264
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		: 2667.264
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.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		: 2667.264
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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		: 2667.264
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		: 2667.264
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		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28358352 kB
Buffers:         1866616 kB
Cached:          1644976 kB
SwapCached:          988 kB
Active:          2559956 kB
Inactive:        1076520 kB
Active(anon):     115452 kB
Inactive(anon):     7876 kB
Active(file):    2444504 kB
Inactive(file):  1068644 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67105540 kB
Dirty:              9744 kB
Writeback:             0 kB
AnonPages:        127392 kB
Mapped:            12680 kB
Shmem:                 4 kB
Slab:             740160 kB
SReclaimable:     182268 kB
SUnreclaim:       557892 kB
KernelStack:        1472 kB
PageTables:         3964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     242416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 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= 70120 MiB
End job on node109 at 2012-06-04 03:50:20