Trace number 3691003

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixedOPT17 2.35664 2.35834

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_6.opb
MD5SUMa6fbaa86ad104839735089987b256e67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.019996
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17
Optimality of the best value was proved YES
Number of variables141
Total number of constraints215
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 constraints215
Minimum length of a constraint12
Maximum length of a constraint25
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 64
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 323
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: a3bf3a4-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3691003-1338018956.opb>
0.00/0.00	c original problem has 141 variables (141 bin, 0 int, 0 impl, 0 cont) and 215 constraints
0.00/0.00	c problem read in 0.00
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 30 chg sides, 30 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 0 del vars, 90 del conss, 0 add conss, 0 chg bounds, 30 chg sides, 30 chg coeffs, 20 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 3) 0 del vars, 90 del conss, 0 add conss, 0 chg bounds, 30 chg sides, 30 chg coeffs, 35 upgd conss, 100 impls, 0 clqs
0.00/0.01	c    (0.0s) probing: 51/141 (36.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.01	c presolving (4 rounds):
0.00/0.01	c  0 deleted vars, 90 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 30 changed sides, 30 changed coefficients
0.00/0.01	c  100 implications, 0 cliques
0.00/0.01	c presolved problem has 141 variables (141 bin, 0 int, 0 impl, 0 cont) and 125 constraints
0.00/0.01	c      35 constraints of type <knapsack>
0.00/0.01	c      90 constraints of type <linear>
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 - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.1.1.4
0.00/0.01	c 
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 = 1797
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 = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.02	c   0.0s|     1 |     0 |    19 |     - |1056k|   0 |  43 | 141 | 135 | 141 | 125 |   0 |  10 |   0 | 5.000000e+00 |      --      |    Inf 
0.09/0.10	o 41
0.09/0.10	c y 0.1s|     1 |     0 |    81 |     - |1243k|   0 |  43 | 141 | 135 | 141 | 125 |   0 |  10 |   0 | 5.000000e+00 | 4.100000e+01 | 720.00%
0.09/0.10	c   0.1s|     1 |     0 |    96 |     - |1504k|   0 |  53 | 141 | 379 | 141 | 143 |  18 |  10 |   0 | 5.000000e+00 | 4.100000e+01 | 720.00%
0.09/0.11	c   0.1s|     1 |     0 |   117 |     - |1650k|   0 |  56 | 141 | 379 | 141 | 165 |  40 |  10 |   0 | 5.000000e+00 | 4.100000e+01 | 720.00%
0.09/0.13	c   0.1s|     1 |     0 |   161 |     - |1847k|   0 |  46 | 141 | 379 | 141 | 186 |  61 |  10 |   0 | 5.000000e+00 | 4.100000e+01 | 720.00%
0.09/0.14	c   0.1s|     1 |     0 |   225 |     - |1957k|   0 |  80 | 141 | 379 | 141 | 204 |  79 |  10 |   0 | 5.007937e+00 | 4.100000e+01 | 718.70%
0.09/0.16	c   0.2s|     1 |     0 |   292 |     - |2108k|   0 |  82 | 141 | 379 | 141 | 228 | 103 |  10 |   0 | 5.071429e+00 | 4.100000e+01 | 708.45%
0.09/0.18	c   0.2s|     1 |     0 |   337 |     - |2192k|   0 |  78 | 141 | 379 | 141 | 242 | 117 |  10 |   0 | 5.166667e+00 | 4.100000e+01 | 693.55%
0.18/0.21	c   0.2s|     1 |     0 |   421 |     - |2281k|   0 |  73 | 141 | 379 | 141 | 257 | 132 |  10 |   0 | 5.166667e+00 | 4.100000e+01 | 693.55%
0.18/0.23	c   0.2s|     1 |     0 |   482 |     - |2391k|   0 |  75 | 141 | 379 | 141 | 272 | 147 |  10 |   0 | 5.166667e+00 | 4.100000e+01 | 693.55%
0.18/0.25	c   0.3s|     1 |     0 |   514 |     - |2455k|   0 |  66 | 141 | 379 | 141 | 284 | 159 |  10 |   0 | 5.500000e+00 | 4.100000e+01 | 645.45%
0.18/0.27	c   0.3s|     1 |     0 |   549 |     - |2597k|   0 |  60 | 141 | 379 | 141 | 302 | 177 |  10 |   0 | 6.000000e+00 | 4.100000e+01 | 583.33%
0.18/0.28	c   0.3s|     1 |     0 |   730 |     - |2613k|   0 |  44 | 141 | 379 | 141 | 313 | 188 |  10 |   0 | 6.015504e+00 | 4.100000e+01 | 581.57%
0.18/0.29	c   0.3s|     1 |     0 |   797 |     - |2664k|   0 |  78 | 141 | 379 | 141 | 323 | 198 |  10 |   0 | 6.046753e+00 | 4.100000e+01 | 578.05%
0.29/0.30	c   0.3s|     1 |     0 |   912 |     - |2747k|   0 |  62 | 141 | 379 | 141 | 334 | 209 |  10 |   0 | 6.166667e+00 | 4.100000e+01 | 564.86%
0.29/0.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.31	c   0.3s|     1 |     0 |   969 |     - |2799k|   0 |  67 | 141 | 379 | 141 | 340 | 215 |  10 |   0 | 6.170455e+00 | 4.100000e+01 | 564.46%
0.29/0.31	c   0.3s|     1 |     0 |  1042 |     - |2891k|   0 |  65 | 141 | 379 | 141 | 265 | 224 |  10 |   0 | 6.440000e+00 | 4.100000e+01 | 536.65%
0.29/0.32	c   0.3s|     1 |     0 |  1103 |     - |2944k|   0 |  71 | 141 | 379 | 141 | 273 | 232 |  10 |   0 | 6.500000e+00 | 4.100000e+01 | 530.77%
0.29/0.33	c   0.3s|     1 |     0 |  1138 |     - |2951k|   0 |  76 | 141 | 379 | 141 | 280 | 239 |  10 |   0 | 6.500000e+00 | 4.100000e+01 | 530.77%
0.29/0.34	c   0.3s|     1 |     0 |  1250 |     - |2959k|   0 |  66 | 141 | 379 | 141 | 284 | 243 |  10 |   0 | 6.500000e+00 | 4.100000e+01 | 530.77%
0.29/0.34	c   0.3s|     1 |     0 |  1311 |     - |2967k|   0 |  56 | 141 | 379 | 141 | 290 | 249 |  10 |   0 | 6.501502e+00 | 4.100000e+01 | 530.62%
0.29/0.35	c   0.3s|     1 |     0 |  1347 |     - |2981k|   0 |  64 | 141 | 379 | 141 | 294 | 253 |  10 |   0 | 6.501543e+00 | 4.100000e+01 | 530.62%
0.29/0.35	c   0.4s|     1 |     0 |  1401 |     - |2985k|   0 |  56 | 141 | 379 | 141 | 232 | 259 |  10 |   0 | 6.555556e+00 | 4.100000e+01 | 525.42%
0.29/0.35	c   0.4s|     1 |     0 |  1413 |     - |2988k|   0 |  55 | 141 | 379 | 141 | 236 | 263 |  10 |   0 | 6.555556e+00 | 4.100000e+01 | 525.42%
0.29/0.36	c   0.4s|     1 |     0 |  1526 |     - |2991k|   0 |  65 | 141 | 379 | 141 | 240 | 267 |  10 |   0 | 6.555556e+00 | 4.100000e+01 | 525.42%
0.29/0.36	c   0.4s|     1 |     0 |  1580 |     - |2992k|   0 |  73 | 141 | 379 | 141 | 243 | 270 |  10 |   0 | 7.000000e+00 | 4.100000e+01 | 485.71%
0.29/0.36	c   0.4s|     1 |     0 |  1629 |     - |2995k|   0 |  66 | 141 | 379 | 141 | 247 | 274 |  10 |   0 | 7.000000e+00 | 4.100000e+01 | 485.71%
0.29/0.37	c   0.4s|     1 |     0 |  1639 |     - |2996k|   0 |  66 | 141 | 379 | 141 | 252 | 279 |  10 |   0 | 7.000000e+00 | 4.100000e+01 | 485.71%
0.29/0.37	c   0.4s|     1 |     0 |  1645 |     - |2997k|   0 |  67 | 141 | 379 | 141 | 224 | 282 |  10 |   0 | 7.000000e+00 | 4.100000e+01 | 485.71%
0.29/0.37	c   0.4s|     1 |     0 |  1691 |     - |2997k|   0 |  73 | 141 | 379 | 141 | 227 | 285 |  10 |   0 | 7.000000e+00 | 4.100000e+01 | 485.71%
0.29/0.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.37	c   0.4s|     1 |     0 |  1728 |     - |2999k|   0 |  72 | 141 | 379 | 141 | 231 | 289 |  10 |   0 | 7.000000e+00 | 4.100000e+01 | 485.71%
0.39/0.43	c   0.4s|     1 |     2 |  1728 |     - |2999k|   0 |  72 | 141 | 379 | 141 | 231 | 289 |  10 |  13 | 7.000000e+00 | 4.100000e+01 | 485.71%
0.89/0.97	o 32
0.89/0.97	c * 1.0s|    34 |    14 |  2750 |  31.0 |3051k|  17 |   - | 141 | 393 | 141 | 201 | 289 |  24 | 521 | 7.000000e+00 | 3.200000e+01 | 357.14%
1.29/1.35	c   1.4s|   100 |    40 |  4751 |  30.5 |3026k|  18 |   - | 141 | 198 |   0 |   0 | 289 |  60 | 832 | 7.000000e+00 | 3.200000e+01 | 357.14%
1.29/1.35	o 23
1.29/1.35	c z 1.4s|   113 |    28 |  4838 |  27.8 |3020k|  18 |   - | 141 | 212 | 141 | 201 | 289 |  74 | 832 | 7.000000e+00 | 2.300000e+01 | 228.57%
1.49/1.52	c   1.5s|   200 |    45 |  6656 |  24.8 |3065k|  18 |   - | 141 | 266 |   0 |   0 | 289 | 128 | 988 | 8.000000e+00 | 2.300000e+01 | 187.50%
1.49/1.57	o 18
1.49/1.57	c * 1.6s|   270 |    36 |  7652 |  22.0 |3089k|  18 |   - | 141 | 313 | 141 | 201 | 289 | 175 |1001 | 9.000000e+00 | 1.800000e+01 | 100.00%
1.59/1.60	c   1.6s|   300 |    47 |  8038 |  21.1 |2932k|  18 |   - | 141 | 334 |   0 |   0 | 289 | 196 |1013 | 9.000000e+00 | 1.800000e+01 | 100.00%
1.59/1.65	c   1.6s|   400 |    71 |  9204 |  18.7 |2973k|  19 |  14 | 141 | 394 | 141 | 201 | 289 | 256 |1017 | 9.000000e+00 | 1.800000e+01 | 100.00%
1.69/1.70	c   1.7s|   500 |    85 | 10114 |  16.8 |3030k|  19 |  56 | 141 | 472 | 141 | 201 | 289 | 334 |1035 | 9.000000e+00 | 1.800000e+01 | 100.00%
1.69/1.76	c   1.8s|   600 |   100 | 10898 |  15.3 |3081k|  21 |   - | 141 | 541 |   0 |   0 | 289 | 403 |1054 | 9.000000e+00 | 1.800000e+01 | 100.00%
1.79/1.81	c   1.8s|   700 |    90 | 11730 |  14.3 |3123k|  22 |  33 | 141 | 644 | 141 | 201 | 289 | 506 |1057 | 1.000000e+01 | 1.800000e+01 |  80.00%
1.79/1.86	c   1.9s|   800 |    86 | 12569 |  13.6 |3144k|  22 |  28 | 141 | 726 | 141 | 201 | 289 | 588 |1061 | 1.100000e+01 | 1.800000e+01 |  63.64%
1.89/1.91	c   1.9s|   900 |    94 | 13356 |  12.9 |3191k|  22 |  11 | 141 | 809 | 141 | 201 | 289 | 671 |1063 | 1.200000e+01 | 1.800000e+01 |  50.00%
1.89/1.95	c   1.9s|  1000 |   100 | 13956 |  12.2 |3237k|  22 |  33 | 141 | 902 | 141 | 201 | 289 | 764 |1063 | 1.300000e+01 | 1.800000e+01 |  38.46%
1.98/2.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.98/2.00	c   2.0s|  1100 |    75 | 14575 |  11.7 |3258k|  23 |  63 | 141 |1009 | 141 | 201 | 289 | 871 |1063 | 1.300000e+01 | 1.800000e+01 |  38.46%
1.98/2.05	c   2.0s|  1200 |    62 | 15493 |  11.5 |3267k|  23 |   - | 141 |1081 |   0 |   0 | 289 | 943 |1066 | 1.333333e+01 | 1.800000e+01 |  35.00%
2.09/2.11	c   2.1s|  1300 |    19 | 16657 |  11.5 |3176k|  23 |   - | 141 |1078 |   0 |   0 | 289 |1037 |1075 | 1.600000e+01 | 1.800000e+01 |  12.50%
2.09/2.13	o 17
2.09/2.13	c * 2.1s|  1339 |    21 | 17035 |  11.4 |3189k|  23 |   - | 141 |1098 | 141 | 201 | 289 |1057 |1075 | 1.600000e+01 | 1.700000e+01 |   6.25%
2.09/2.16	c   2.2s|  1400 |    14 | 17840 |  11.5 |3092k|  23 |  29 | 141 | 812 | 141 | 201 | 289 |1116 |1075 | 1.600000e+01 | 1.700000e+01 |   6.25%
2.19/2.21	c   2.2s|  1500 |    12 | 19378 |  11.8 |3120k|  23 |   - | 141 | 908 |   0 |   0 | 289 |1212 |1076 | 1.600000e+01 | 1.700000e+01 |   6.25%
2.19/2.25	c   2.3s|  1600 |    13 | 20447 |  11.7 |3136k|  23 |   - | 141 | 994 | 141 | 201 | 289 |1300 |1076 | 1.600000e+01 | 1.700000e+01 |   6.25%
2.28/2.30	c   2.3s|  1700 |    10 | 21610 |  11.7 |3161k|  23 |   7 | 141 |1096 | 141 | 201 | 289 |1407 |1076 | 1.600000e+01 | 1.700000e+01 |   6.25%
2.28/2.35	c 
2.28/2.35	c SCIP Status        : problem is solved [optimal solution found]
2.28/2.35	c Solving Time (sec) : 2.35
2.28/2.35	c Solving Nodes      : 1788
2.28/2.35	c Primal Bound       : +1.70000000000000e+01 (5 solutions)
2.28/2.35	c Dual Bound         : +1.70000000000000e+01
2.28/2.35	c Gap                : 0.00 %
2.28/2.35	s OPTIMUM FOUND
2.28/2.35	v x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 
2.28/2.35	v x69 x70 x71 -x72 -x73 x74 -x75 -x76 -x77 x78 x79 x80 x81 -x82 -x83 -x84 -x85 -x86 x87 x88 -x89 -x90 -x91 x92 x93 x94 x95 x96 
2.28/2.35	v x97 x98 x99 x100 x101 x102 x103 x104 -x105 -x106 x107 -x108 -x109 -x110 x111 x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 
2.28/2.35	v -x121 -x18 -x17 -x16 -x15 -x14 -x13 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x12 
2.28/2.35	v -x11 -x10 -x9 -x8 x7 -x136 x137 x138 x139 -x140 -x24 -x23 x22 -x21 -x20 -x19 x141 -x36 -x35 x34 x33 -x32 x31 -x30 -x29 x28 
2.28/2.35	v -x27 x26 x25 -x6 x5 -x4 -x3 -x2 x1 
2.28/2.35	c SCIP Status        : problem is solved [optimal solution found]
2.28/2.35	c Total Time         :       2.35
2.28/2.35	c   solving          :       2.35
2.28/2.35	c   presolving       :       0.01 (included in solving)
2.28/2.35	c   reading          :       0.00 (included in solving)
2.28/2.35	c   copying          :       0.01 (3 #copies) (minimal 0.00, maximal 0.01, average 0.00)
2.28/2.35	c Original Problem   :
2.28/2.35	c   Problem name     : HOME/instance-3691003-1338018956.opb
2.28/2.35	c   Variables        : 141 (141 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.35	c   Constraints      : 215 initial, 215 maximal
2.28/2.35	c   Objective sense  : minimize
2.28/2.35	c Presolved Problem  :
2.28/2.35	c   Problem name     : t_HOME/instance-3691003-1338018956.opb
2.28/2.35	c   Variables        : 141 (141 binary, 0 integer, 0 implicit integer, 0 continuous)
2.28/2.35	c   Constraints      : 125 initial, 1154 maximal
2.28/2.35	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
2.28/2.35	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.28/2.35	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.28/2.35	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.28/2.35	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.28/2.35	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.28/2.35	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.28/2.35	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.28/2.35	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.28/2.35	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.28/2.35	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.28/2.35	c   probing          :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.28/2.35	c   knapsack         :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.28/2.35	c   linear           :       0.00       0.00          0          0          0          0          0         90          0         30         30
2.28/2.35	c   logicor          :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.28/2.35	c   root node        :          -          -         51          -          -         51          -          -          -          -          -
2.28/2.35	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
2.28/2.35	c   integral         :          0          0          0          0       1161          0          8          0          4        124          0          0       2188
2.28/2.35	c   knapsack         :         35         35         29       6782          3          0          5       5447        132       4360        404          0          0
2.28/2.35	c   linear           :         90+       334         30       6649          1          0          2       2813        438      19732          2          0          0
2.28/2.35	c   logicor          :          0+      1040         29       3211          0          0          0       2927         50       2361          4          0          0
2.28/2.35	c   countsols        :          0          0          0          0          3          0          4          0          0          0          0          0          0
2.28/2.35	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
2.28/2.35	c   integral         :       1.03       0.00       0.00       0.00       1.03       0.00       0.00       0.00
2.28/2.35	c   knapsack         :       0.04       0.00       0.01       0.03       0.00       0.00       0.00       0.00
2.28/2.35	c   linear           :       0.11       0.00       0.00       0.11       0.00       0.00       0.00       0.00
2.28/2.35	c   logicor          :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00
2.28/2.35	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.28/2.35	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
2.28/2.35	c   rootredcost      :          5          0          0          0
2.28/2.35	c   pseudoobj        :       7846         49          1         25
2.28/2.35	c   vbounds          :          0          0          0          0
2.28/2.35	c   redcost          :       1211          0          0         25
2.28/2.35	c   probing          :          0          0          0          0
2.28/2.35	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
2.28/2.35	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
2.28/2.35	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00
2.28/2.35	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
2.28/2.35	c   redcost          :       0.00       0.00       0.00       0.00       0.00
2.28/2.35	c   probing          :       0.00       0.00       0.00       0.00       0.00
2.28/2.35	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
2.28/2.35	c   propagation      :       0.01        621        613       2373       12.8         10       10.9          -
2.28/2.35	c   infeasible LP    :       0.01        255        255        632        8.5         10        9.3          0
2.28/2.35	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
2.28/2.35	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
2.28/2.35	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
2.28/2.35	c   applied globally :          -          -          -       1482        9.7          -          -          -
2.28/2.35	c   applied locally  :          -          -          -          0        0.0          -          -          -
2.28/2.35	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
2.28/2.35	c   cut pool         :       0.00                    28          -          -       1168          -    (maximal pool size: 1824)
2.28/2.35	c   closecuts        :       0.00       0.00          0          0          0          0          0
2.28/2.35	c   impliedbounds    :       0.00       0.00         29          0          0          4          0
2.28/2.35	c   intobj           :       0.00       0.00          0          0          0          0          0
2.28/2.35	c   gomory           :       0.01       0.00         10          0          0        241          0
2.28/2.35	c   cgmip            :       0.00       0.00          0          0          0          0          0
2.28/2.35	c   strongcg         :       0.04       0.00         20          0          0       1053          0
2.28/2.35	c   cmir             :       0.05       0.00         10          0          0        674          0
2.28/2.35	c   flowcover        :       0.07       0.00         10          0          0        930          0
2.28/2.35	c   clique           :       0.00       0.00          1          0          0          0          0
2.28/2.35	c   zerohalf         :       0.00       0.00          0          0          0          0          0
2.28/2.35	c   mcf              :       0.00       0.00          1          0          0          0          0
2.28/2.35	c   oddcycle         :       0.00       0.00          0          0          0          0          0
2.28/2.35	c   rapidlearning    :       0.07       0.00          1          0          0          0        244
2.28/2.35	c Pricers            :   ExecTime  SetupTime      Calls       Vars
2.28/2.35	c   problem variables:       0.00          -          0          0
2.28/2.35	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
2.28/2.35	c   relpscost        :       1.02       0.00       1158          4        124          0          0       2188
2.28/2.35	c   pscost           :       0.00       0.00          0          0          0          0          0          0
2.28/2.35	c   inference        :       0.00       0.00          0          0          0          0          0          0
2.28/2.35	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
2.28/2.35	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
2.28/2.35	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
2.28/2.35	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
2.28/2.35	c   random           :       0.00       0.00          0          0          0          0          0          0
2.28/2.35	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
2.28/2.35	c   LP solutions     :       0.00          -          -          3
2.28/2.35	c   pseudo solutions :       0.00          -          -          0
2.28/2.35	c   objpscostdiving  :       0.00       0.00          0          0
2.28/2.35	c   rootsoldiving    :       0.00       0.00          0          0
2.28/2.35	c   linesearchdiving :       0.00       0.00          0          0
2.28/2.35	c   guideddiving     :       0.00       0.00          0          0
2.28/2.35	c   intshifting      :       0.00       0.00          0          0
2.28/2.35	c   oneopt           :       0.00       0.00          5          0
2.28/2.35	c   coefdiving       :       0.00       0.00          1          0
2.28/2.35	c   pscostdiving     :       0.00       0.00          1          0
2.28/2.35	c   fracdiving       :       0.00       0.00          1          0
2.28/2.35	c   veclendiving     :       0.00       0.00          1          0
2.28/2.35	c   feaspump         :       0.00       0.00          1          0
2.28/2.35	c   smallcard        :       0.00       0.00          0          0
2.28/2.35	c   trivial          :       0.00       0.00          2          0
2.28/2.35	c   shiftandpropagate:       0.00       0.00          1          0
2.28/2.35	c   simplerounding   :       0.00       0.00          0          0
2.28/2.35	c   zirounding       :       0.01       0.00       1000          1
2.28/2.35	c   rounding         :       0.01       0.00        446          0
2.28/2.35	c   shifting         :       0.11       0.00        122          0
2.28/2.35	c   twoopt           :       0.00       0.00          0          0
2.28/2.35	c   indoneopt        :       0.00       0.00          0          0
2.28/2.35	c   indtwoopt        :       0.00       0.00          0          0
2.28/2.35	c   fixandinfer      :       0.00       0.00          0          0
2.28/2.35	c   clique           :       0.00       0.00          0          0
2.28/2.35	c   indcoefdiving    :       0.00       0.00          0          0
2.28/2.35	c   indrounding      :       0.00       0.00          0          0
2.28/2.35	c   nlpdiving        :       0.00       0.00          0          0
2.28/2.35	c   intdiving        :       0.00       0.00          0          0
2.28/2.35	c   actconsdiving    :       0.00       0.00          0          0
2.28/2.35	c   octane           :       0.00       0.00          0          0
2.28/2.35	c   rens             :       0.01       0.00          0          0
2.28/2.35	c   rins             :       0.00       0.00          0          0
2.28/2.35	c   localbranching   :       0.00       0.00          0          0
2.28/2.35	c   mutation         :       0.00       0.00          0          0
2.28/2.35	c   crossover        :       0.01       0.00          0          0
2.28/2.35	c   dins             :       0.00       0.00          0          0
2.28/2.35	c   vbounds          :       0.00       0.00          0          0
2.28/2.35	c   undercover       :       0.00       0.00          0          0
2.28/2.35	c   subnlp           :       0.00       0.00          0          0
2.28/2.35	c   trysol           :       0.00       0.00          0          0
2.28/2.35	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
2.28/2.35	c   primal LP        :       0.00          4          0       0.00          -       0.00          4
2.28/2.35	c   dual LP          :       0.49       1521      22635      15.23   46047.56       0.00         35
2.28/2.35	c   lex dual LP      :       0.00          0          0       0.00          -
2.28/2.35	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
2.28/2.35	c   diving/probing LP:       0.00         26        151       5.81          -
2.28/2.35	c   strong branching :       1.01       1076      44651      41.50   44355.86
2.28/2.35	c     (at root node) :          -         13       1806     138.92          -
2.28/2.35	c   conflict analysis:       0.00          0          0       0.00          -
2.28/2.35	c B&B Tree           :
2.28/2.35	c   number of runs   :          1
2.28/2.35	c   nodes            :       1788
2.28/2.35	c   nodes (total)    :       1788
2.28/2.35	c   nodes left       :          0
2.28/2.35	c   max depth        :         23
2.28/2.35	c   max depth (total):         23
2.28/2.35	c   backtracks       :        449 (25.1%)
2.28/2.35	c   delayed cutoffs  :        348
2.28/2.35	c   repropagations   :       2057 (11033 domain reductions, 239 cutoffs)
2.28/2.35	c   avg switch length:       4.57
2.28/2.35	c   switching time   :       0.09
2.28/2.35	c Solution           :
2.28/2.35	c   Solutions found  :          5 (5 improvements)
2.28/2.35	c   First Solution   : +4.10000000000000e+01   (in run 1, after 1 nodes, 0.10 seconds, depth 0, found by <trysol>)
2.28/2.35	c   Primal Bound     : +1.70000000000000e+01   (in run 1, after 1339 nodes, 2.13 seconds, depth 22, found by <relaxation>)
2.28/2.35	c   Dual Bound       : +1.70000000000000e+01
2.28/2.35	c   Gap              :       0.00 %
2.28/2.35	c   Root Dual Bound  : +7.00000000000000e+00
2.28/2.35	c   Root Iterations  :       1728
2.28/2.35	c Time complete: 2.35.

Verifier Data

OK	17

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.03 1.86 3/176 12030
/proc/meminfo: memFree=29311904/32873844 swapFree=6856/6856
[pid=12030] ppid=12028 vsize=9968 CPUtime=0 cores=1,3,5,7
/proc/12030/stat : 12030 (scip-2.1.1.4fix) R 12028 12030 11551 0 -1 4202496 1250 0 0 0 0 0 0 0 20 0 1 0 268020539 10207232 1204 33554432000 4194304 10173063 140735812500128 140734776770728 7545739 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/12030/statm: 2492 1204 416 1460 0 1023 0

[startup+0.0997359 s]
/proc/loadavg: 2.06 2.03 1.86 3/176 12030
/proc/meminfo: memFree=29311904/32873844 swapFree=6856/6856
[pid=12030] ppid=12028 vsize=27616 CPUtime=0.09 cores=1,3,5,7
/proc/12030/stat : 12030 (scip-2.1.1.4fix) R 12028 12030 11551 0 -1 4202496 5681 0 0 0 9 0 0 0 20 0 1 0 268020539 28278784 5378 33554432000 4194304 10173063 140735812500128 140734776770728 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12030/statm: 6904 5378 828 1460 0 5435 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27616

[startup+0.100275 s]
/proc/loadavg: 2.06 2.03 1.86 3/176 12030
/proc/meminfo: memFree=29311904/32873844 swapFree=6856/6856
[pid=12030] ppid=12028 vsize=27616 CPUtime=0.09 cores=1,3,5,7
/proc/12030/stat : 12030 (scip-2.1.1.4fix) R 12028 12030 11551 0 -1 4202496 5681 0 0 0 9 0 0 0 20 0 1 0 268020539 28278784 5378 33554432000 4194304 10173063 140735812500128 140734776770728 8963895 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12030/statm: 6904 5378 828 1460 0 5435 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27616

[startup+0.300216 s]
/proc/loadavg: 2.06 2.03 1.86 3/176 12030
/proc/meminfo: memFree=29311904/32873844 swapFree=6856/6856
[pid=12030] ppid=12028 vsize=27952 CPUtime=0.29 cores=1,3,5,7
/proc/12030/stat : 12030 (scip-2.1.1.4fix) R 12028 12030 11551 0 -1 4202496 6050 0 0 0 28 1 0 0 20 0 1 0 268020539 28622848 5736 33554432000 4194304 10173063 140735812500128 140735812496056 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12030/statm: 6988 5736 853 1460 0 5519 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27952

[startup+0.700173 s]
/proc/loadavg: 2.06 2.03 1.86 3/176 12030
/proc/meminfo: memFree=29311904/32873844 swapFree=6856/6856
[pid=12030] ppid=12028 vsize=28084 CPUtime=0.69 cores=1,3,5,7
/proc/12030/stat : 12030 (scip-2.1.1.4fix) R 12028 12030 11551 0 -1 4202496 6182 0 0 0 67 2 0 0 20 0 1 0 268020539 28758016 5868 33554432000 4194304 10173063 140735812500128 140735812496056 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12030/statm: 7021 5868 859 1460 0 5552 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28084

[startup+1.50019 s]
/proc/loadavg: 2.06 2.03 1.86 3/177 12031
/proc/meminfo: memFree=29292536/32873844 swapFree=6856/6856
[pid=12030] ppid=12028 vsize=28084 CPUtime=1.49 cores=1,3,5,7
/proc/12030/stat : 12030 (scip-2.1.1.4fix) R 12028 12030 11551 0 -1 4202496 6182 0 0 0 143 6 0 0 20 0 1 0 268020539 28758016 5868 33554432000 4194304 10173063 140735812500128 140735812493576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12030/statm: 7021 5868 859 1460 0 5552 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28084

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

[startup+1.90017 s]
/proc/loadavg: 2.06 2.03 1.86 3/177 12031
/proc/meminfo: memFree=29292536/32873844 swapFree=6856/6856
[pid=12030] ppid=12028 vsize=28084 CPUtime=1.89 cores=1,3,5,7
/proc/12030/stat : 12030 (scip-2.1.1.4fix) R 12028 12030 11551 0 -1 4202496 6183 0 0 0 182 7 0 0 20 0 1 0 268020539 28758016 5869 33554432000 4194304 10173063 140735812500128 140735812493576 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12030/statm: 7021 5869 860 1460 0 5552 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 28084

[startup+2.30018 s]
/proc/loadavg: 2.06 2.03 1.86 3/177 12031
/proc/meminfo: memFree=29291916/32873844 swapFree=6856/6856
[pid=12030] ppid=12028 vsize=28084 CPUtime=2.28 cores=1,3,5,7
/proc/12030/stat : 12030 (scip-2.1.1.4fix) R 12028 12030 11551 0 -1 4202496 6183 0 0 0 219 9 0 0 20 0 1 0 268020539 28758016 5869 33554432000 4194304 10173063 140735812500128 140735812496056 8982074 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12030/statm: 7021 5869 860 1460 0 5552 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 28084

Child status: 0
Real time (s): 2.35834
CPU time (s): 2.35664
CPU user time (s): 2.25266
CPU system time (s): 0.103984
CPU usage (%): 99.9279
Max. virtual memory (cumulated for all children) (KiB): 28084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.25266
system time used= 0.103984
maximum resident set size= 23488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6188
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= 3
involuntary context switches= 4

runsolver used 0.002999 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-26 09:55:56
IDJOB=3691003
IDBENCH=2628
IDSOLVER=2270
FILE ID=node144/3691003-1338018956
RUNJOBID= node144-1338016919-11568
PBS_JOBID= 14624331
Free space on /tmp= 71476 MiB

SOLVER NAME= SCIP spx SCIP 2.1.1.4. with SoPlex 1.6.0.3 fixed
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_6.opb
COMMAND LINE= HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3691003-1338018956/watcher-3691003-1338018956 -o /tmp/evaluation-result-3691003-1338018956/solver-3691003-1338018956 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4fix.linux.x86_64.gnu.opt.spx -f HOME/instance-3691003-1338018956.opb -t 1800 -m 15500

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

MD5SUM BENCH= a6fbaa86ad104839735089987b256e67
RANDOM SEED=213022327

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.92
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.196
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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29312284 kB
Buffers:          248472 kB
Cached:          2448516 kB
SwapCached:            0 kB
Active:           783136 kB
Inactive:        2005224 kB
Active(anon):      92440 kB
Inactive(anon):        0 kB
Active(file):     690696 kB
Inactive(file):  2005224 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13872 kB
Writeback:            48 kB
AnonPages:         96400 kB
Mapped:            17912 kB
Shmem:               200 kB
Slab:             636368 kB
SReclaimable:      77932 kB
SUnreclaim:       558436 kB
KernelStack:        1472 kB
PageTables:         4228 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     204356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 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= 71464 MiB
End job on node144 at 2012-05-26 09:55:59