Trace number 3734004

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)OPT34 994.92 995.093

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_8.opb
MD5SUM6d3802f2f17c83a21ccf6c0752b41678
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark5.9101
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 34
Optimality of the best value was proved YES
Number of variables392
Total number of constraints679
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints679
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 635
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

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.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-3734004-1338702962.opb>
0.00/0.01	c original problem has 392 variables (392 bin, 0 int, 0 impl, 0 cont) and 679 constraints
0.00/0.02	c start presolving problem
0.00/0.02	c presolving:
0.00/0.03	c (round 1) 0 del vars, 336 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 7 upgd conss, 0 impls, 0 clqs
0.02/0.09	c    (0.1s) probing: 108/392 (27.6%) - 1 fixings, 0 aggregations, 376 implications, 0 bound changes
0.02/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.02/0.09	c (round 2) 1 del vars, 336 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 7 upgd conss, 1092 impls, 0 clqs
0.02/0.10	c (round 3) 1 del vars, 336 del conss, 0 chg bounds, 0 chg sides, 5 chg coeffs, 7 upgd conss, 1092 impls, 0 clqs
0.09/0.10	c presolving (4 rounds):
0.09/0.10	c  1 deleted vars, 336 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 5 changed coefficients
0.09/0.10	c  1092 implications, 0 cliques
0.09/0.10	c presolved problem has 391 variables (391 bin, 0 int, 0 impl, 0 cont) and 343 constraints
0.09/0.10	c       7 constraints of type <knapsack>
0.09/0.10	c     336 constraints of type <linear>
0.09/0.10	c transformed objective value is always integral (scale: 1)
0.09/0.10	c Presolving Time: 0.08
0.09/0.10	c OPT-LIN
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/memory = c 13950
0.09/0.10	c # maximal time in seconds to run
0.09/0.10	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.10	c limits/time = c 1791
0.09/0.10	c # frequency for displaying node information lines
0.09/0.10	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.10	c display/freq = c 10000
0.09/0.10	c -----------------------------------------------------------------------------------------------
0.09/0.10	c start solving problem
0.09/0.10	c 
0.09/0.10	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.10	c   0.1s|     1 |     0 |   391 |2853k|   0 | 238 | 391 | 343 | 343 | 391 | 343 |   0 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |  1776 |3287k|   0 | 235 | 391 | 343 | 343 | 391 | 363 |  20 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
0.19/0.26	c   0.2s|     1 |     0 |  1822 |3625k|   0 | 238 | 391 | 343 | 343 | 391 | 386 |  43 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
0.29/0.31	c   0.3s|     1 |     0 |  1951 |3990k|   0 | 253 | 391 | 343 | 343 | 391 | 410 |  67 |   0 |   0 | 7.005236e+00 |      --      |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |  2072 |4376k|   0 | 250 | 391 | 343 | 343 | 391 | 440 |  97 |   0 |   0 | 7.166667e+00 |      --      |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |  2205 |4621k|   0 | 249 | 391 | 343 | 343 | 391 | 468 | 125 |   0 |   0 | 7.166667e+00 |      --      |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |  2357 |4900k|   0 | 249 | 391 | 343 | 343 | 391 | 497 | 154 |   0 |   0 | 7.230769e+00 |      --      |    Inf 
0.48/0.56	c   0.5s|     1 |     0 |  2554 |5181k|   0 | 245 | 391 | 343 | 343 | 391 | 526 | 183 |   0 |   0 | 7.265823e+00 |      --      |    Inf 
0.59/0.63	c   0.6s|     1 |     0 |  2725 |5414k|   0 | 250 | 391 | 343 | 343 | 391 | 555 | 212 |   0 |   0 | 7.270888e+00 |      --      |    Inf 
0.69/0.70	c   0.7s|     1 |     0 |  2789 |5504k|   0 | 250 | 391 | 343 | 343 | 391 | 583 | 240 |   0 |   0 | 7.299791e+00 |      --      |    Inf 
0.69/0.79	c   0.8s|     1 |     0 |  2977 |5616k|   0 | 250 | 391 | 343 | 343 | 391 | 609 | 266 |   0 |   0 | 7.461538e+00 |      --      |    Inf 
0.79/0.82	c   0.8s|     1 |     0 |  3181 |5644k|   0 | 233 | 391 | 343 | 343 | 391 | 625 | 282 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
0.79/0.85	c   0.8s|     1 |     0 |  3292 |5654k|   0 | 231 | 391 | 343 | 343 | 391 | 639 | 296 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
0.89/0.90	c   0.9s|     1 |     0 |  3584 |5663k|   0 | 225 | 391 | 343 | 343 | 391 | 647 | 304 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
0.89/0.93	c   0.9s|     1 |     0 |  3816 |5750k|   0 | 214 | 391 | 343 | 343 | 391 | 661 | 318 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
0.89/0.99	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.99	c   0.9s|     1 |     0 |  4162 |5815k|   0 | 212 | 391 | 343 | 343 | 391 | 578 | 333 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
1.00/1.03	c   1.0s|     1 |     0 |  4512 |5862k|   0 | 222 | 391 | 343 | 343 | 391 | 593 | 348 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
2.99/3.05	c   3.0s|     1 |     2 |  4512 |5862k|   0 | 222 | 391 | 343 | 343 | 391 | 593 | 348 |   0 |  44 | 8.000000e+00 |      --      |    Inf 
14.08/14.11	o 64
14.08/14.11	c p13.9s|  1373 |   517 | 52977 |6961k|  47 |   - | 391 |1268 | 183 | 391 | 422 | 348 | 925 |1547 | 1.000000e+01 | 6.400000e+01 | 540.00%
30.49/30.58	o 63
30.49/30.58	c c30.1s|  7201 |  1886 |265143 |  10M|  47 |   - | 391 |2538 | 314 | 391 | 422 | 348 |7660 |2880 | 1.400000e+01 | 6.300000e+01 | 350.00%
38.08/38.15	c  37.4s| 10000 |  2204 |363342 |  10M|  48 |  64 | 391 |2256 | 391 | 391 | 422 | 348 |  11k|3549 | 1.400000e+01 | 6.300000e+01 | 350.00%
57.78/57.88	c  56.8s| 20000 |  2928 |617082 |  13M|  55 |   - | 391 |4206 | 643 | 391 | 422 | 348 |  24k|5107 | 1.700000e+01 | 6.300000e+01 | 270.59%
75.67/75.72	c  74.2s| 30000 |  3932 |840693 |  17M|  56 |   - | 391 |4312 | 579 |   0 |   0 | 348 |  36k|6071 | 1.700000e+01 | 6.300000e+01 | 270.59%
90.87/90.94	c  89.1s| 40000 |  4832 |  1039k|  20M|  56 |  43 | 391 |4463 | 525 | 391 | 422 | 348 |  49k|6139 | 1.800000e+01 | 6.300000e+01 | 250.00%
103.06/103.13	o 62
103.06/103.13	c g 101s| 47667 |  5294 |  1190k|  22M|  56 |   - | 391 |5446 | 526 | 391 | 422 | 348 |  59k|6803 | 1.900000e+01 | 6.200000e+01 | 226.32%
106.46/106.54	c   104s| 50000 |  5456 |  1234k|  23M|  56 |   - | 391 |4982 | 397 | 391 | 422 | 348 |  62k|6887 | 1.900000e+01 | 6.200000e+01 | 226.32%
122.66/122.71	c   120s| 60000 |  5972 |  1427k|  25M|  56 |   - | 391 |4910 |1180 |   0 |   0 | 348 |  76k|7874 | 2.000000e+01 | 6.200000e+01 | 210.00%
137.66/137.77	c   135s| 70000 |  6289 |  1597k|  27M|  56 |  70 | 391 |5198 | 699 | 391 | 422 | 348 |  90k|8725 | 2.100000e+01 | 6.200000e+01 | 195.24%
153.56/153.60	c   150s| 80000 |  6766 |  1784k|  29M|  56 |   - | 391 |5597 | 799 | 391 | 422 | 348 | 104k|9652 | 2.200000e+01 | 6.200000e+01 | 181.82%
168.55/168.68	c   165s| 90000 |  7343 |  1956k|  31M|  56 |  82 | 391 |5194 |1187 | 391 | 422 | 348 | 118k|  10k| 2.300000e+01 | 6.200000e+01 | 169.57%
183.75/183.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
183.75/183.82	c   180s|100000 |  7877 |  2140k|  33M|  57 |   - | 391 |6133 | 326 |   0 |   0 | 348 | 131k|  11k| 2.400000e+01 | 6.200000e+01 | 158.33%
197.75/197.88	c   194s|110000 |  8396 |  2317k|  36M|  57 |  17 | 391 |7827 | 120 | 391 | 422 | 348 | 146k|  11k| 2.400000e+01 | 6.200000e+01 | 158.33%
212.15/212.20	c   208s|120000 |  8792 |  2500k|  38M|  62 |   - | 391 |7561 | 333 |   0 |   0 | 348 | 160k|  12k| 2.400000e+01 | 6.200000e+01 | 158.33%
226.24/226.32	c   221s|130000 |  9114 |  2671k|  40M|  64 |  41 | 391 |7546 | 602 | 391 | 422 | 348 | 174k|  12k| 2.400000e+01 | 6.200000e+01 | 158.33%
242.24/242.30	c   237s|140000 |  9752 |  2883k|  43M|  64 |  42 | 391 |7558 | 379 | 391 | 422 | 348 | 188k|  13k| 2.400000e+01 | 6.200000e+01 | 158.33%
257.84/257.91	c   252s|150000 | 10242 |  3069k|  46M|  64 |   - | 391 |7258 | 326 |   0 |   0 | 348 | 203k|  14k| 2.400000e+01 | 6.200000e+01 | 158.33%
273.44/273.58	c   268s|160000 | 10601 |  3261k|  48M|  64 |  18 | 391 |6580 | 137 | 391 | 422 | 348 | 217k|  14k| 2.400000e+01 | 6.200000e+01 | 158.33%
288.43/288.53	c   282s|170000 | 10930 |  3442k|  50M|  64 |   - | 391 |7732 | 335 |   0 |   0 | 348 | 231k|  15k| 2.400000e+01 | 6.200000e+01 | 158.33%
303.33/303.49	c   297s|180000 | 11297 |  3631k|  52M|  64 |   - | 391 |7199 | 231 |   0 |   0 | 348 | 245k|  15k| 2.400000e+01 | 6.200000e+01 | 158.33%
317.92/318.01	c   311s|190000 | 11682 |  3804k|  54M|  64 |  82 | 391 |8005 | 519 | 391 | 422 | 348 | 259k|  16k| 2.400000e+01 | 6.200000e+01 | 158.33%
333.12/333.30	c   326s|200000 | 11948 |  3984k|  56M|  64 |  65 | 391 |7638 | 480 | 391 | 422 | 348 | 273k|  16k| 2.400000e+01 | 6.200000e+01 | 158.33%
347.92/348.00	c   341s|210000 | 12347 |  4164k|  58M|  64 |   - | 391 |7156 | 374 |   0 |   0 | 348 | 288k|  17k| 2.400000e+01 | 6.200000e+01 | 158.33%
362.52/362.67	c   355s|220000 | 12276 |  4322k|  59M|  64 |  72 | 391 |6251 | 763 | 391 | 422 | 348 | 303k|  17k| 2.500000e+01 | 6.200000e+01 | 148.00%
376.22/376.39	c   368s|230000 | 12321 |  4479k|  60M|  64 |  74 | 391 |6356 | 571 | 391 | 422 | 348 | 317k|  18k| 2.533333e+01 | 6.200000e+01 | 144.74%
390.42/390.57	c   382s|240000 | 12032 |  4635k|  59M|  64 |   - | 391 |5958 | 192 |   0 |   0 | 348 | 333k|  18k| 2.600000e+01 | 6.200000e+01 | 138.46%
405.11/405.25	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
405.11/405.25	c   397s|250000 | 11833 |  4790k|  59M|  64 |  91 | 391 |5818 | 849 | 391 | 422 | 348 | 348k|  18k| 2.650000e+01 | 6.200000e+01 | 133.96%
418.60/418.74	c   410s|260000 | 11809 |  4948k|  60M|  64 |  90 | 391 |6295 | 805 | 391 | 422 | 348 | 363k|  19k| 2.700000e+01 | 6.200000e+01 | 129.63%
432.51/432.66	c   423s|270000 | 11709 |  5106k|  61M|  64 |   - | 391 |6782 | 965 |   0 |   0 | 348 | 378k|  19k| 2.700000e+01 | 6.200000e+01 | 129.63%
447.40/447.55	c   438s|280000 | 11392 |  5276k|  61M|  64 |   - | 391 |6537 | 243 |   0 |   0 | 348 | 394k|  20k| 2.700000e+01 | 6.200000e+01 | 129.63%
452.60/452.70	o 59
452.60/452.70	c p 443s|283329 | 11217 |  5332k|  61M|  64 |   - | 391 |7048 | 585 | 391 | 422 | 348 | 399k|  20k| 2.700000e+01 | 5.900000e+01 | 118.52%
462.50/462.66	c   453s|290000 | 11102 |  5448k|  60M|  64 |  44 | 391 |5372 | 373 | 391 | 422 | 348 | 409k|  20k| 2.750000e+01 | 5.900000e+01 | 114.55%
477.49/477.62	c   467s|300000 | 10295 |  5610k|  58M|  64 |  38 | 391 |7073 | 214 | 391 | 422 | 348 | 425k|  21k| 2.800000e+01 | 5.900000e+01 | 110.71%
491.89/492.09	c   482s|310000 |  9629 |  5775k|  56M|  64 |  63 | 391 |8207 | 506 | 391 | 422 | 348 | 442k|  21k| 2.800000e+01 | 5.900000e+01 | 110.71%
507.30/507.46	c   497s|320000 |  8806 |  5945k|  53M|  65 |   - | 391 |7645 |  86 |   0 |   0 | 348 | 458k|  21k| 2.800000e+01 | 5.900000e+01 | 110.71%
522.59/522.71	c   512s|330000 |  7610 |  6105k|  48M|  65 |   - | 391 |7552 |1169 |   0 |   0 | 348 | 474k|  22k| 2.800000e+01 | 5.900000e+01 | 110.71%
538.08/538.28	c   527s|340000 |  6524 |  6271k|  43M|  65 |  76 | 391 |7448 | 518 | 391 | 422 | 348 | 491k|  22k| 2.800000e+01 | 5.900000e+01 | 110.71%
553.19/553.35	c   542s|350000 |  5217 |  6429k|  37M|  65 |   - | 391 |7680 | 129 |   0 |   0 | 348 | 508k|  23k| 2.800000e+01 | 5.900000e+01 | 110.71%
568.88/569.02	c   557s|360000 |  3897 |  6588k|  28M|  65 |   - | 391 |6903 | 107 |   0 |   0 | 348 | 524k|  23k| 2.900000e+01 | 5.900000e+01 | 103.45%
582.58/582.72	o 48
582.58/582.72	c c 570s|368911 |  1658 |  6732k|  18M|  65 |   - | 391 |6476 | 377 | 391 | 422 | 348 | 538k|  23k| 2.900000e+01 | 4.800000e+01 |  65.52%
584.48/584.60	c   572s|370000 |  1533 |  6750k|  16M|  65 |  47 | 391 |5904 | 197 | 391 | 422 | 348 | 540k|  24k| 2.900000e+01 | 4.800000e+01 |  65.52%
598.58/598.76	o 47
598.58/598.76	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
598.58/598.76	c v 586s|379027 |  1582 |  6890k|  13M|  65 |   - | 391 |5488 | 184 | 391 | 422 | 348 | 553k|  24k| 3.100000e+01 | 4.700000e+01 |  51.61%
600.08/600.27	c   588s|380000 |  1685 |  6903k|  14M|  65 |  77 | 391 |4761 | 557 | 391 | 422 | 348 | 554k|  24k| 3.200000e+01 | 4.700000e+01 |  46.88%
613.18/613.38	o 45
613.18/613.38	c * 601s|388516 |  2326 |  7078k|  16M|  65 |   - | 391 |5798 |  98 | 391 | 422 | 348 | 566k|  24k| 3.200000e+01 | 4.500000e+01 |  40.62%
615.48/615.64	c   603s|390000 |  2500 |  7107k|  17M|  65 |  40 | 391 |6245 | 474 | 391 | 422 | 348 | 568k|  25k| 3.200000e+01 | 4.500000e+01 |  40.62%
622.07/622.24	o 37
622.07/622.24	c * 609s|394354 |   990 |  7196k|  13M|  65 |   - | 391 |6090 | 116 | 391 | 422 | 348 | 574k|  25k| 3.200000e+01 | 3.700000e+01 |  15.62%
629.78/629.90	c   617s|400000 |  1053 |  7302k|  14M|  65 |  39 | 391 |6670 | 348 | 391 | 422 | 348 | 582k|  25k| 3.200000e+01 | 3.700000e+01 |  15.62%
643.97/644.17	c   631s|410000 |  1026 |  7480k|  14M|  65 |   - | 391 |5972 | 314 |   0 |   0 | 348 | 596k|  25k| 3.200000e+01 | 3.700000e+01 |  15.62%
659.37/659.55	c   646s|420000 |  1196 |  7685k|  15M|  65 |  41 | 391 |7034 | 363 | 391 | 422 | 348 | 610k|  26k| 3.200000e+01 | 3.700000e+01 |  15.62%
674.36/674.50	c   660s|430000 |  1332 |  7874k|  17M|  65 |   - | 391 |7345 | 581 |   0 |   0 | 348 | 626k|  26k| 3.200000e+01 | 3.700000e+01 |  15.62%
689.37/689.54	c   675s|440000 |  1265 |  8078k|  17M|  65 |   - | 391 |9316 | 385 |   0 |   0 | 348 | 640k|  26k| 3.200000e+01 | 3.700000e+01 |  15.62%
705.36/705.58	c   691s|450000 |  1254 |  8316k|  16M|  65 |   - | 391 |7771 | 323 | 391 | 422 | 348 | 653k|  27k| 3.200000e+01 | 3.700000e+01 |  15.62%
721.26/721.40	c   706s|460000 |  1201 |  8521k|  16M|  65 |  72 | 391 |7519 | 350 | 391 | 422 | 348 | 668k|  27k| 3.200000e+01 | 3.700000e+01 |  15.62%
736.25/736.45	c   721s|470000 |  1325 |  8724k|  17M|  65 |  35 | 391 |8507 | 275 | 391 | 422 | 348 | 682k|  27k| 3.200000e+01 | 3.700000e+01 |  15.62%
751.65/751.84	c   736s|480000 |  1400 |  8925k|  17M|  65 |  81 | 391 |6488 | 518 | 391 | 422 | 348 | 696k|  28k| 3.200000e+01 | 3.700000e+01 |  15.62%
764.95/765.17	c   749s|490000 |  1597 |  9092k|  19M|  65 |   - | 391 |6933 | 232 |   0 |   0 | 348 | 712k|  28k| 3.200000e+01 | 3.700000e+01 |  15.62%
780.55/780.78	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
780.55/780.78	c   764s|500000 |  1974 |  9302k|  20M|  65 |  41 | 391 |6069 | 258 | 391 | 422 | 348 | 727k|  28k| 3.200000e+01 | 3.700000e+01 |  15.62%
796.54/796.72	c   780s|510000 |  2097 |  9517k|  21M|  65 |  84 | 391 |6704 | 309 | 391 | 422 | 348 | 741k|  28k| 3.200000e+01 | 3.700000e+01 |  15.62%
813.04/813.21	c   796s|520000 |  2275 |  9747k|  23M|  65 |  69 | 391 |7889 | 338 | 391 | 422 | 348 | 756k|  29k| 3.200000e+01 | 3.700000e+01 |  15.62%
829.05/829.23	c   812s|530000 |  2248 |  9965k|  22M|  65 |  27 | 391 |7528 | 230 | 391 | 422 | 348 | 770k|  29k| 3.200000e+01 | 3.700000e+01 |  15.62%
840.25/840.49	o 36
840.25/840.49	c * 823s|538644 |  1329 | 10116k|  18M|  65 |   - | 391 |9738 | 187 | 391 | 422 | 348 | 782k|  29k| 3.200000e+01 | 3.600000e+01 |  12.50%
842.04/842.20	c   824s|540000 |  1386 | 10140k|  18M|  65 |   - | 391 |9978 | 169 |   0 |   0 | 348 | 784k|  29k| 3.200000e+01 | 3.600000e+01 |  12.50%
843.74/843.99	o 35
843.74/843.99	c * 826s|541521 |   916 | 10163k|  16M|  65 |   - | 391 |9691 |  43 | 391 | 422 | 348 | 786k|  29k| 3.200000e+01 | 3.500000e+01 |   9.38%
856.34/856.58	o 34
856.34/856.58	c * 839s|549853 |   527 | 10341k|  13M|  65 |   - | 391 |7556 | 165 | 391 | 422 | 348 | 797k|  29k| 3.200000e+01 | 3.400000e+01 |   6.25%
856.54/856.75	c   839s|550000 |   535 | 10344k|  13M|  65 |   - | 391 |7684 | 182 |   0 |   0 | 348 | 797k|  29k| 3.200000e+01 | 3.400000e+01 |   6.25%
871.05/871.28	c   853s|560000 |   533 | 10555k|  14M|  65 |  53 | 391 |  10k| 140 | 391 | 422 | 348 | 811k|  29k| 3.200000e+01 | 3.400000e+01 |   6.25%
884.63/884.86	c   866s|570000 |   440 | 10738k|  14M|  65 |   - | 391 |8300 | 482 | 391 | 422 | 348 | 825k|  29k| 3.200000e+01 | 3.400000e+01 |   6.25%
901.43/901.67	c   883s|580000 |   331 | 10985k|  13M|  65 |   - | 391 |8677 | 674 |   0 |   0 | 348 | 839k|  30k| 3.200000e+01 | 3.400000e+01 |   6.25%
917.93/918.18	c   899s|590000 |   293 | 11242k|  14M|  65 |   - | 391 |  10k| 188 |   0 |   0 | 348 | 852k|  30k| 3.200000e+01 | 3.400000e+01 |   6.25%
935.73/936.00	c   916s|600000 |   246 | 11507k|  14M|  65 |  72 | 391 |  10k| 337 | 391 | 422 | 348 | 866k|  30k| 3.200000e+01 | 3.400000e+01 |   6.25%
952.22/952.48	c   932s|610000 |   183 | 11758k|  14M|  65 |  10 | 391 |  11k| 156 | 391 | 422 | 348 | 880k|  31k| 3.200000e+01 | 3.400000e+01 |   6.25%
968.83/969.04	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
968.83/969.04	c   949s|620000 |   177 | 12007k|  14M|  65 |  40 | 391 |  11k| 277 | 391 | 422 | 348 | 894k|  31k| 3.200000e+01 | 3.400000e+01 |   6.25%
983.61/983.82	c   963s|630000 |   139 | 12219k|  14M|  65 |   - | 391 |  12k| 235 |   0 |   0 | 348 | 907k|  31k| 3.200000e+01 | 3.400000e+01 |   6.25%
994.82/995.07	c 
994.82/995.07	c SCIP Status        : problem is solved [optimal solution found]
994.82/995.07	c Solving Time (sec) : 974.09
994.82/995.07	c Solving Nodes      : 637094
994.82/995.07	c Primal Bound       : +3.40000000000000e+01 (11 solutions)
994.82/995.07	c Dual Bound         : +3.40000000000000e+01
994.82/995.07	c Gap                : 0.00 %
994.82/995.08	c NODE         637094
994.82/995.08	c DUAL BOUND   34
994.82/995.08	c PRIMAL BOUND 34
994.82/995.08	c GAP          0
994.82/995.08	s OPTIMUM FOUND
994.82/995.08	v x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 
994.82/995.08	v x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 -x111 x112 x113 x114 x115 
994.82/995.08	v x116 x117 x118 x119 x120 x121 -x122 x123 x124 x125 x126 -x127 -x128 x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 x138 
994.82/995.08	v x139 x140 x141 x142 x143 x144 -x145 -x146 x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 x160 x161 
994.82/995.08	v x162 x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 x178 x179 x180 -x181 -x182 -x183 
994.82/995.08	v -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 
994.82/995.08	v x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 -x217 x218 x219 x220 x221 x222 -x223 x224 x225 x226 x227 -x228 -x229 x230 
994.82/995.08	v x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 x239 x240 x241 -x242 -x243 x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 
994.82/995.08	v -x253 -x254 -x255 x256 x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 x272 -x273 -x274 
994.82/995.08	v -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x288 x289 
994.82/995.08	v x290 x291 x292 -x293 x294 x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 x305 x306 -x307 -x308 -x309 -x310 -x311 
994.82/995.08	v -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 
994.82/995.08	v -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x343 x344 x345 x346 -x347 x348 
994.82/995.08	v x349 -x350 -x351 -x352 -x353 x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 
994.82/995.08	v -x370 -x371 -x372 -x28 -x27 -x26 x25 x24 -x23 -x22 -x373 x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 
994.82/995.08	v -x386 -x35 -x34 x33 -x32 -x31 x30 x29 -x387 -x388 -x389 -x390 -x391 -x42 -x41 x40 x39 -x38 -x37 x36 -x392 -x56 x55 -x54 -x53 
994.82/995.08	v -x52 -x51 x50 -x49 -x48 x47 x46 x45 x44 -x43 -x7 x6 -x5 -x4 -x3 x2 -x1 
994.82/995.08	c SCIP Status        : problem is solved [optimal solution found]
994.82/995.08	c Solving Time       :     974.09
994.82/995.08	c Original Problem   :
994.82/995.08	c   Problem name     : HOME/instance-3734004-1338702962.opb
994.82/995.08	c   Variables        : 392 (392 binary, 0 integer, 0 implicit integer, 0 continuous)
994.82/995.08	c   Constraints      : 679 initial, 679 maximal
994.82/995.08	c Presolved Problem  :
994.82/995.08	c   Problem name     : t_HOME/instance-3734004-1338702962.opb
994.82/995.08	c   Variables        : 391 (391 binary, 0 integer, 0 implicit integer, 0 continuous)
994.82/995.08	c   Constraints      : 343 initial, 13362 maximal
994.82/995.08	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
994.82/995.08	c   trivial          :       0.00          0          0          0          0          0          0          0          0
994.82/995.08	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
994.82/995.08	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
994.82/995.08	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
994.82/995.08	c   implics          :       0.00          0          0          0          0          0          0          0          0
994.82/995.08	c   probing          :       0.06          1          0          0          0          0          0          0          0
994.82/995.08	c   knapsack         :       0.00          0          0          0          0          0          0          0          5
994.82/995.08	c   linear           :       0.02          0          0          0          0          0        336          0          0
994.82/995.08	c   logicor          :       0.00          0          0          0          0          0          0          0          0
994.82/995.08	c   root node        :          -         19          -          -         19          -          -          -          -
994.82/995.08	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
994.82/995.08	c   integral         :          0          0          0     394090          0        843      22262          0          0     768994
994.82/995.08	c   knapsack         :          7         16    2827914          5          0      12399     367231         68          0          0
994.82/995.08	c   linear           :        336         16    2815506          0          0     270569   15007165          1          0          0
994.82/995.08	c   logicor          :          0+         0    1528195          0          0      15449    1985674          0          0          0
994.82/995.08	c   countsols        :          0          0          0          5          0          0          0          0          0          0
994.82/995.08	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
994.82/995.08	c   integral         :      53.41       0.00       0.00      53.41       0.00
994.82/995.08	c   knapsack         :       4.99       0.00       4.99       0.00       0.00
994.82/995.08	c   linear           :     274.64       0.00     274.64       0.00       0.00
994.82/995.08	c   logicor          :      47.99       0.00      47.99       0.00       0.00
994.82/995.08	c   countsols        :       0.00       0.00       0.00       0.00       0.00
994.82/995.08	c Propagators        :       Time      Calls    Cutoffs    DomReds
994.82/995.08	c   rootredcost      :       0.45         11          0          1
994.82/995.08	c   pseudoobj        :       1.39    2827921        150      13895
994.82/995.08	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
994.82/995.08	c   propagation      :      14.95     298567     298202    2861258       28.9       9457       20.6          -
994.82/995.08	c   infeasible LP    :       3.64      58633      58633     273116       21.0       4989       17.7          0
994.82/995.08	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
994.82/995.08	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
994.82/995.08	c   pseudo solution  :       0.00          2          2          2        1.5          0        0.0          -
994.82/995.08	c   applied globally :          -          -          -     917144       21.6          -          -          -
994.82/995.08	c   applied locally  :          -          -          -          7       42.6          -          -          -
994.82/995.08	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
994.82/995.08	c   cut pool         :       0.01         15          -          -       4732          -    (maximal pool size: 3605)
994.82/995.08	c   redcost          :       2.61     397447          0       4923          0          0
994.82/995.08	c   impliedbounds    :       0.00         16          0          0          8          0
994.82/995.08	c   intobj           :       0.00          0          0          0          0          0
994.82/995.08	c   gomory           :       0.05         16          0          0        491          0
994.82/995.08	c   strongcg         :       0.05         16          0          0        594          0
994.82/995.08	c   cmir             :       0.24         10          0          0       2389          0
994.82/995.08	c   flowcover        :       0.20         10          0          0       1992          0
994.82/995.08	c   clique           :       0.00          1          0          0          0          0
994.82/995.08	c   zerohalf         :       0.00          0          0          0          0          0
994.82/995.08	c   mcf              :       0.00          1          0          0          0          0
994.82/995.08	c Pricers            :       Time      Calls       Vars
994.82/995.08	c   problem variables:       0.00          0          0
994.82/995.08	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
994.82/995.08	c   relpscost        :      53.28     394085        843      22262          0          0     768994
994.82/995.08	c   pscost           :       0.00          0          0          0          0          0          0
994.82/995.08	c   inference        :       0.00          0          0          0          0          0          0
994.82/995.08	c   mostinf          :       0.00          0          0          0          0          0          0
994.82/995.08	c   leastinf         :       0.00          0          0          0          0          0          0
994.82/995.08	c   fullstrong       :       0.00          0          0          0          0          0          0
994.82/995.08	c   allfullstrong    :       0.00          0          0          0          0          0          0
994.82/995.08	c   random           :       0.00          0          0          0          0          0          0
994.82/995.08	c Primal Heuristics  :       Time      Calls      Found
994.82/995.08	c   LP solutions     :       0.02          -          5
994.82/995.08	c   pseudo solutions :       0.00          -          0
994.82/995.08	c   oneopt           :       0.14         11          0
994.82/995.08	c   crossover        :       0.36          3          0
994.82/995.08	c   feaspump         :       0.78         61          0
994.82/995.08	c   pscostdiving     :       3.08        564          2
994.82/995.08	c   fracdiving       :       2.37        564          0
994.82/995.08	c   veclendiving     :       2.33        564          1
994.82/995.08	c   linesearchdiving :       2.98        564          0
994.82/995.08	c   guideddiving     :       2.52        564          1
994.82/995.08	c   coefdiving       :       2.51        565          2
994.82/995.08	c   rootsoldiving    :       1.77        283          0
994.82/995.08	c   objpscostdiving  :       1.47        283          0
994.82/995.08	c   simplerounding   :       0.10          0          0
994.82/995.08	c   rounding         :       0.57       8870          0
994.82/995.08	c   shifting         :       4.96       2770          0
994.82/995.08	c   intshifting      :       0.01          0          0
994.82/995.08	c   fixandinfer      :       0.00          0          0
994.82/995.08	c   intdiving        :       0.00          0          0
994.82/995.08	c   actconsdiving    :       0.00          0          0
994.82/995.08	c   octane           :       0.00          0          0
994.82/995.08	c   rens             :       0.00          0          0
994.82/995.08	c   rins             :       0.00          0          0
994.82/995.08	c   localbranching   :       0.00          0          0
994.82/995.08	c   mutation         :       0.00          0          0
994.82/995.08	c   dins             :       0.00          0          0
994.82/995.08	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
994.82/995.08	c   primal LP        :       0.00          0          0       0.00          -
994.82/995.08	c   dual LP          :     422.00     453162   12080586      26.66   28626.98
994.82/995.08	c   barrier LP       :       0.00          0          0       0.00          -
994.82/995.08	c   diving/probing LP:      13.87      17092     302685      17.71   21823.00
994.82/995.08	c   strong branching :      45.56      31981     813239      25.43   17849.85
994.82/995.08	c     (at root node) :          -         44      21057     478.57          -
994.82/995.08	c   conflict analysis:       0.00          0          0       0.00          -
994.82/995.08	c B&B Tree           :
994.82/995.08	c   number of runs   :          1
994.82/995.08	c   nodes            :     637094
994.82/995.08	c   nodes (total)    :     637094
994.82/995.08	c   nodes left       :          0
994.82/995.08	c   max depth        :         65
994.82/995.08	c   max depth (total):         65
994.82/995.08	c   backtracks       :     144238 (22.6%)
994.82/995.08	c   delayed cutoffs  :     126296
994.82/995.08	c   repropagations   :     878747 (6408476 domain reductions, 101189 cutoffs)
994.82/995.08	c   avg switch length:       6.58
994.82/995.08	c   switching time   :      85.26
994.82/995.08	c Solution           :
994.82/995.08	c   Solutions found  :         11 (11 improvements)
994.82/995.08	c   Primal Bound     : +3.40000000000000e+01   (in run 1, after 549853 nodes, 838.53 seconds, depth 26, found by <relaxation>)
994.82/995.08	c   Dual Bound       : +3.40000000000000e+01
994.82/995.08	c   Gap              :       0.00 %
994.82/995.08	c   Root Dual Bound  : +8.00000000000000e+00
994.82/995.09	c Time complete: 994.91.

Verifier Data

OK	34

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

running on 4 cores: 0,2,4,6

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.02 2.05 2.00 2/176 30938
/proc/meminfo: memFree=27999324/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=8556 CPUtime=0 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 1497 0 0 0 0 0 0 0 20 0 1 0 336422191 8761344 1449 33554432000 4194304 7823515 140735366245856 140734108838856 5878822 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 2139 1452 354 887 0 1249 0

[startup+0.0330069 s]
/proc/loadavg: 2.02 2.05 2.00 2/176 30938
/proc/meminfo: memFree=27999324/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=16592 CPUtime=0.02 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 3607 0 0 0 2 0 0 0 20 0 1 0 336422191 16990208 3205 33554432000 4194304 7823515 140735366245856 140734108838856 5061380 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 4148 3205 442 887 0 3258 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16592

[startup+0.100175 s]
/proc/loadavg: 2.02 2.05 2.00 2/176 30938
/proc/meminfo: memFree=27999324/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=17620 CPUtime=0.09 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 3873 0 0 0 9 0 0 0 20 0 1 0 336422191 18042880 3471 33554432000 4194304 7823515 140735366245856 140734108838856 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 4405 3471 452 887 0 3515 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17620

[startup+0.30018 s]
/proc/loadavg: 2.02 2.05 2.00 2/176 30938
/proc/meminfo: memFree=27999324/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=20740 CPUtime=0.29 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 4859 0 0 0 28 1 0 0 20 0 1 0 336422191 21237760 4413 33554432000 4194304 7823515 140735366245856 140734108838856 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 5185 4413 554 887 0 4295 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20740

[startup+0.700138 s]
/proc/loadavg: 2.02 2.05 2.00 2/176 30938
/proc/meminfo: memFree=27999324/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=25308 CPUtime=0.69 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 6008 0 0 0 67 2 0 0 20 0 1 0 336422191 25915392 5533 33554432000 4194304 7823515 140735366245856 140734108838856 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 6327 5533 554 887 0 5437 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25308

[startup+1.5001 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 30939
/proc/meminfo: memFree=27977368/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=29404 CPUtime=1.49 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 7052 0 0 0 147 2 0 0 20 0 1 0 336422191 30109696 6574 33554432000 4194304 7823515 140735366245856 140735366241608 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 7351 6574 559 887 0 6461 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29404

[startup+3.1001 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 30939
/proc/meminfo: memFree=27974284/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=29404 CPUtime=3.09 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 7052 0 0 0 305 4 0 0 20 0 1 0 336422191 30109696 6574 33554432000 4194304 7823515 140735366245856 140735366240552 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 7351 6574 559 887 0 6461 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29404

[startup+6.3001 s]
/proc/loadavg: 2.02 2.05 2.00 3/177 30939
/proc/meminfo: memFree=27971556/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=29404 CPUtime=6.29 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 7052 0 0 0 622 7 0 0 20 0 1 0 336422191 30109696 6574 33554432000 4194304 7823515 140735366245856 140735366240552 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 7351 6574 559 887 0 6461 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29404

[startup+12.7002 s]
/proc/loadavg: 2.01 2.05 2.00 3/177 30939
/proc/meminfo: memFree=27971472/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=29404 CPUtime=12.68 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 7063 0 0 0 1252 16 0 0 20 0 1 0 336422191 30109696 6585 33554432000 4194304 7823515 140735366245856 140735366243688 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 7351 6585 567 887 0 6461 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29404

[startup+25.5002 s]
/proc/loadavg: 2.01 2.05 2.00 3/177 30977
/proc/meminfo: memFree=28175900/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=31692 CPUtime=25.49 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 7641 0 0 0 2507 42 0 0 20 0 1 0 336422191 32452608 7470 33554432000 4194304 7823515 140735366245856 140735366241848 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 7923 7470 567 887 0 7033 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31692

[startup+51.1001 s]
/proc/loadavg: 2.07 2.06 2.00 3/177 30978
/proc/meminfo: memFree=28168020/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=37680 CPUtime=51.08 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 9174 0 0 0 5012 96 0 0 20 0 1 0 336422191 38584320 9034 33554432000 4194304 7823515 140735366245856 140735366240232 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 9420 9034 567 887 0 8530 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37680

[startup+102.306 s]
/proc/loadavg: 2.08 2.06 2.00 3/177 30978
/proc/meminfo: memFree=28153036/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=50440 CPUtime=102.27 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 12381 0 0 0 10022 205 0 0 20 0 1 0 336422191 51650560 12183 33554432000 4194304 7823515 140735366245856 140735366243688 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 12610 12183 567 887 0 11720 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 50440

[startup+162.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/177 30978
/proc/meminfo: memFree=28136412/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=61420 CPUtime=162.25 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 15194 0 0 0 15891 334 0 0 20 0 1 0 336422191 62894080 14967 33554432000 4194304 7823515 140735366245856 140735366241192 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 15355 14967 567 887 0 14465 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 61420

[startup+222.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/177 30978
/proc/meminfo: memFree=28118788/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=75220 CPUtime=222.24 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 18714 0 0 0 21759 465 0 0 20 0 1 0 336422191 77025280 18437 33554432000 4194304 7823515 140735366245856 140735366242904 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 18805 18437 567 887 0 17915 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 75220

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/178 30981
/proc/meminfo: memFree=28103460/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=85848 CPUtime=282.23 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 21438 0 0 0 27627 596 0 0 20 0 1 0 336422191 87908352 21095 33554432000 4194304 7823515 140735366245856 140735366241544 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 21462 21095 567 887 0 20572 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 85848

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 31004
/proc/meminfo: memFree=28089152/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=96172 CPUtime=342.22 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 23988 0 0 0 33496 726 0 0 20 0 1 0 336422191 98480128 23634 33554432000 4194304 7823515 140735366245856 140735366242600 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 24043 23634 567 887 0 23153 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 96172

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/177 31005
/proc/meminfo: memFree=28080032/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=100908 CPUtime=402.21 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 25195 0 0 0 39373 848 0 0 20 0 1 0 336422191 103329792 24811 33554432000 4194304 7823515 140735366245856 140735366242888 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 25227 24811 567 887 0 24337 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 100908

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 31005
/proc/meminfo: memFree=28068500/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=106340 CPUtime=462.2 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 27875 0 0 0 45251 969 0 0 20 0 1 0 336422191 108892160 26199 33554432000 4194304 7823515 140735366245856 140735366241544 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26585 26199 577 887 0 25695 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 106340

[startup+522.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 31005
/proc/meminfo: memFree=28061984/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=106340 CPUtime=522.19 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 27877 0 0 0 51131 1088 0 0 20 0 1 0 336422191 108892160 26208 33554432000 4194304 7823515 140735366245856 140735366243688 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26585 26208 577 887 0 25695 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 106340

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 31005
/proc/meminfo: memFree=28053800/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=106340 CPUtime=582.18 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 27877 0 0 0 57010 1208 0 0 20 0 1 0 336422191 108892160 26208 33554432000 4194304 7823515 140735366245856 140735366241608 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26585 26208 577 887 0 25695 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 106340

[startup+642.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 31005
/proc/meminfo: memFree=28046488/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=106812 CPUtime=642.17 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 28017 0 0 0 62887 1330 0 0 20 0 1 0 336422191 109375488 26348 33554432000 4194304 7823515 140735366245856 140735366242600 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26703 26348 577 887 0 25813 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 106812

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31006
/proc/meminfo: memFree=28037480/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107024 CPUtime=702.16 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 29425 0 0 0 68755 1461 0 0 20 0 1 0 336422191 109592576 26386 33554432000 4194304 7823515 140735366245856 140735366242888 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26756 26386 578 887 0 25866 0
Current children cumulated CPU time (s) 702.16
Current children cumulated vsize (KiB) 107024

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31006
/proc/meminfo: memFree=28031636/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107024 CPUtime=762.16 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 29425 0 0 0 74631 1585 0 0 20 0 1 0 336422191 109592576 26386 33554432000 4194304 7823515 140735366245856 140735366242600 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26756 26386 578 887 0 25866 0
Current children cumulated CPU time (s) 762.16
Current children cumulated vsize (KiB) 107024

[startup+822.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 31006
/proc/meminfo: memFree=28021220/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107488 CPUtime=822.14 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 29535 0 0 0 80500 1714 0 0 20 0 1 0 336422191 110067712 26496 33554432000 4194304 7823515 140735366245856 140735366241656 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26872 26496 578 887 0 25982 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 107488

[startup+882.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 31009
/proc/meminfo: memFree=28013744/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107736 CPUtime=882.13 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 30870 0 0 0 86372 1841 0 0 20 0 1 0 336422191 110321664 26558 33554432000 4194304 7823515 140735366245856 140735366242888 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26934 26558 578 887 0 26044 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 107736

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31009
/proc/meminfo: memFree=28009060/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107928 CPUtime=942.13 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 30918 0 0 0 92247 1966 0 0 20 0 1 0 336422191 110518272 26606 33554432000 4194304 7823515 140735366245856 140735366243688 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26982 26606 578 887 0 26092 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 107928

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

[startup+947.106 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31009
/proc/meminfo: memFree=28007820/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107928 CPUtime=946.93 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 30918 0 0 0 92718 1975 0 0 20 0 1 0 336422191 110518272 26606 33554432000 4194304 7823515 140735366245856 140735366242616 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26982 26606 578 887 0 26092 0
Current children cumulated CPU time (s) 946.93
Current children cumulated vsize (KiB) 107928

[startup+972.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31010
/proc/meminfo: memFree=28005588/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107928 CPUtime=972.52 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 30918 0 0 0 95221 2031 0 0 20 0 1 0 336422191 110518272 26606 33554432000 4194304 7823515 140735366245856 140735366241544 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26982 26606 578 887 0 26092 0
Current children cumulated CPU time (s) 972.52
Current children cumulated vsize (KiB) 107928

[startup+985.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31010
/proc/meminfo: memFree=28003852/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107928 CPUtime=985.33 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 30918 0 0 0 96475 2058 0 0 20 0 1 0 336422191 110518272 26606 33554432000 4194304 7823515 140735366245856 140735366240824 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26982 26606 578 887 0 26092 0
Current children cumulated CPU time (s) 985.33
Current children cumulated vsize (KiB) 107928

[startup+991.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 31010
/proc/meminfo: memFree=28003852/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107928 CPUtime=991.72 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 30918 0 0 0 97099 2073 0 0 20 0 1 0 336422191 110518272 26606 33554432000 4194304 7823515 140735366245856 140735366241192 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26982 26606 578 887 0 26092 0
Current children cumulated CPU time (s) 991.72
Current children cumulated vsize (KiB) 107928

[startup+993.5 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 31010
/proc/meminfo: memFree=28002240/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107928 CPUtime=993.32 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 30918 0 0 0 97255 2077 0 0 20 0 1 0 336422191 110518272 26606 33554432000 4194304 7823515 140735366245856 140735366241656 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26982 26606 578 887 0 26092 0
Current children cumulated CPU time (s) 993.32
Current children cumulated vsize (KiB) 107928

[startup+994.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 31010
/proc/meminfo: memFree=28002240/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107928 CPUtime=994.12 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 30918 0 0 0 97334 2078 0 0 20 0 1 0 336422191 110518272 26606 33554432000 4194304 7823515 140735366245856 140735366243688 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26982 26606 578 887 0 26092 0
Current children cumulated CPU time (s) 994.12
Current children cumulated vsize (KiB) 107928

[startup+994.7 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 31010
/proc/meminfo: memFree=28002240/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107928 CPUtime=994.51 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 30918 0 0 0 97372 2079 0 0 20 0 1 0 336422191 110518272 26606 33554432000 4194304 7823515 140735366245856 140735366243688 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26982 26606 578 887 0 26092 0
Current children cumulated CPU time (s) 994.51
Current children cumulated vsize (KiB) 107928

[startup+994.9 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 31010
/proc/meminfo: memFree=28002240/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107928 CPUtime=994.72 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 30918 0 0 0 97392 2080 0 0 20 0 1 0 336422191 110518272 26606 33554432000 4194304 7823515 140735366245856 140735366241544 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26982 26606 578 887 0 26092 0
Current children cumulated CPU time (s) 994.72
Current children cumulated vsize (KiB) 107928

[startup+995 s]
/proc/loadavg: 2.08 2.02 2.01 3/177 31010
/proc/meminfo: memFree=28002240/32873648 swapFree=6864/6864
[pid=30938] ppid=30936 vsize=107928 CPUtime=994.82 cores=0,2,4,6
/proc/30938/stat : 30938 (pbscip.linux.x8) R 30936 30938 19043 0 -1 4202496 30918 0 0 0 97402 2080 0 0 20 0 1 0 336422191 110518272 26606 33554432000 4194304 7823515 140735366245856 140735366241544 6954986 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/30938/statm: 26982 26606 578 887 0 26092 0
Current children cumulated CPU time (s) 994.82
Current children cumulated vsize (KiB) 107928

Child status: 0
Real time (s): 995.093
CPU time (s): 994.92
CPU user time (s): 974.114
CPU system time (s): 20.8058
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 107928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 974.114
system time used= 20.8058
maximum resident set size= 111324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30923
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= 43
involuntary context switches= 1047

runsolver used 1.42378 second user time and 4.00739 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-03 07:56:02
IDJOB=3734004
IDBENCH=2642
IDSOLVER=2321
FILE ID=node120/3734004-1338702962
RUNJOBID= node120-1338679216-27543
PBS_JOBID= 14636693
Free space on /tmp= 70764 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_8.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-3734004-1338702962/watcher-3734004-1338702962 -o /tmp/evaluation-result-3734004-1338702962/solver-3734004-1338702962 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3734004-1338702962.opb

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

MD5SUM BENCH= 6d3802f2f17c83a21ccf6c0752b41678
RANDOM SEED=1373440872

node120.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.456
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.91
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.456
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.456
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        27999596 kB
Buffers:          560584 kB
Cached:          3119744 kB
SwapCached:         1580 kB
Active:          1965276 kB
Inactive:        1978848 kB
Active(anon):     255788 kB
Inactive(anon):     9224 kB
Active(file):    1709488 kB
Inactive(file):  1969624 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:              9764 kB
Writeback:             0 kB
AnonPages:        268304 kB
Mapped:            13100 kB
Shmem:                32 kB
Slab:             794188 kB
SReclaimable:     238436 kB
SUnreclaim:       555752 kB
KernelStack:        1456 kB
PageTables:         4628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     381876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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= 70756 MiB
End job on node120 at 2012-06-03 08:12:37