Trace number 3693804

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixedOPT-15 2.46163 2.46379

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_25_1.opb
MD5SUM009ec87aa7f9a2a2aeb136cc6734ca0d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark2.46163
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -15
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint25
Maximum length of a constraint43
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3038
Sum of products size (including duplicates)6076
Number of different products1519
Sum of products size3038

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-3693804-1338036163.opb>
0.00/0.00	c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 100 constraints
0.00/0.00	c problem read in 0.00
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.01	c presolving:
0.00/0.06	c (round 1) 1519 del vars, 100 del conss, 0 add conss, 1519 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 6076 impls, 0 clqs
0.00/0.07	c (round 2) 1519 del vars, 100 del conss, 0 add conss, 1519 chg bounds, 0 chg sides, 0 chg coeffs, 3038 upgd conss, 9114 impls, 0 clqs
0.00/0.08	c    (0.1s) probing: 51/100 (51.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.08	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.00/0.08	c presolving (3 rounds):
0.00/0.08	c  1519 deleted vars, 100 deleted constraints, 0 added constraints, 1519 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  9114 implications, 0 cliques
0.00/0.08	c presolved problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 1519 constraints
0.00/0.08	c    1519 constraints of type <setppc>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.08
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 2.1.1.4
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1797
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 13950
0.00/0.08	c 
0.00/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.08	c # [type: int, range: [1,2], default: 1]
0.00/0.08	c timing/clocktype = 2
0.00/0.08	c 
0.00/0.08	c # belongs reading time to solving time?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c timing/reading = TRUE
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c start solving
0.00/0.08	c 
0.00/0.09	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.09	c t 0.1s|     1 |     0 |   101 |     - |3568k|   0 | 100 | 100 |1519 | 100 |1519 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 |    Inf 
0.00/0.09	o -1
0.00/0.09	c R 0.1s|     1 |     0 |   101 |     - |3570k|   0 | 100 | 100 |1519 | 100 |1519 |   0 |   0 |   0 |-5.000000e+01 |-1.000000e+00 |4900.00%
0.00/0.09	o -2
0.00/0.09	c s 0.1s|     1 |     0 |   101 |     - |3571k|   0 | 100 | 100 |1519 | 100 |1519 |   0 |   0 |   0 |-5.000000e+01 |-2.000000e+00 |2400.00%
0.09/0.11	c   0.1s|     1 |     0 |   151 |     - |3576k|   0 |  90 | 100 |1519 | 100 |1524 |   5 |   0 |   0 |-4.500000e+01 |-2.000000e+00 |2150.00%
0.09/0.11	o -11
0.09/0.11	c b 0.1s|     1 |     0 |   151 |     - |3579k|   0 |  90 | 100 |1519 | 100 |1524 |   5 |   0 |   0 |-4.500000e+01 |-1.100000e+01 | 309.09%
0.09/0.13	c   0.1s|     1 |     0 |   247 |     - |3587k|   0 |  83 | 100 |1519 | 100 |1532 |  13 |   0 |   0 |-4.150000e+01 |-1.100000e+01 | 277.27%
0.09/0.15	c   0.2s|     1 |     0 |   349 |     - |3595k|   0 |  72 | 100 |1519 | 100 |1543 |  24 |   0 |   0 |-3.600000e+01 |-1.100000e+01 | 227.27%
0.09/0.17	c   0.2s|     1 |     0 |   430 |     - |3606k|   0 |  65 | 100 |1519 | 100 |1554 |  35 |   0 |   0 |-3.250000e+01 |-1.100000e+01 | 195.45%
0.09/0.19	c   0.2s|     1 |     0 |   520 |     - |3618k|   0 |  60 | 100 |1519 | 100 |1565 |  46 |   0 |   0 |-3.000000e+01 |-1.100000e+01 | 172.73%
0.19/0.22	c   0.2s|     1 |     0 |   604 |     - |3651k|   0 |  58 | 100 |1519 | 100 |1575 |  56 |   0 |   0 |-2.900000e+01 |-1.100000e+01 | 163.64%
0.19/0.26	c   0.3s|     1 |     0 |   761 |     - |3694k|   0 |  61 | 100 |1519 | 100 |1583 |  64 |   0 |   0 |-2.775000e+01 |-1.100000e+01 | 152.27%
0.19/0.29	c   0.3s|     1 |     0 |   908 |     - |3711k|   0 |  57 | 100 |1519 | 100 |1595 |  76 |   0 |   0 |-2.725000e+01 |-1.100000e+01 | 147.73%
0.29/0.33	c   0.3s|     1 |     0 |  1103 |     - |3905k|   0 |  75 | 100 |1519 | 100 |1602 |  83 |   0 |   0 |-2.666667e+01 |-1.100000e+01 | 142.42%
0.29/0.37	c   0.4s|     1 |     0 |  1246 |     - |4060k|   0 |  65 | 100 |1519 | 100 |1614 |  95 |   0 |   0 |-2.550000e+01 |-1.100000e+01 | 131.82%
0.39/0.41	c   0.4s|     1 |     0 |  1415 |     - |4118k|   0 |  78 | 100 |1519 | 100 | 260 | 105 |   0 |   0 |-2.475413e+01 |-1.100000e+01 | 125.04%
0.39/0.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.39/0.42	c   0.4s|     1 |     0 |  1483 |     - |4365k|   0 |  77 | 100 |1519 | 100 | 274 | 119 |   0 |   0 |-2.398942e+01 |-1.100000e+01 | 118.09%
0.39/0.43	c   0.4s|     1 |     0 |  1590 |     - |4735k|   0 |  70 | 100 |1519 | 100 | 295 | 140 |   0 |   0 |-2.333333e+01 |-1.100000e+01 | 112.12%
0.39/0.45	c   0.5s|     1 |     0 |  1755 |     - |4962k|   0 |  81 | 100 |1519 | 100 | 305 | 150 |   0 |   0 |-2.275049e+01 |-1.100000e+01 | 106.82%
0.39/0.47	c   0.5s|     1 |     0 |  1857 |     - |5701k|   0 |  85 | 100 |1519 | 100 | 325 | 170 |   0 |   0 |-2.230624e+01 |-1.100000e+01 | 102.78%
0.39/0.49	c   0.5s|     1 |     0 |  1947 |     - |6493k|   0 |  86 | 100 |1519 | 100 | 336 | 181 |   0 |   0 |-2.194933e+01 |-1.100000e+01 |  99.54%
0.49/0.51	c   0.5s|     1 |     0 |  1992 |     - |7394k|   0 |  84 | 100 |1519 | 100 | 235 | 196 |   0 |   0 |-2.179757e+01 |-1.100000e+01 |  98.16%
0.49/0.53	c   0.5s|     1 |     0 |  2081 |     - |8003k|   0 |  88 | 100 |1519 | 100 | 244 | 205 |   0 |   0 |-2.164624e+01 |-1.100000e+01 |  96.78%
0.49/0.54	c   0.5s|     1 |     0 |  2163 |     - |8632k|   0 |  91 | 100 |1519 | 100 | 253 | 214 |   0 |   0 |-2.147859e+01 |-1.100000e+01 |  95.26%
0.49/0.56	c   0.6s|     1 |     0 |  2221 |     - |9314k|   0 |  90 | 100 |1519 | 100 | 261 | 222 |   0 |   0 |-2.129501e+01 |-1.100000e+01 |  93.59%
0.49/0.57	c   0.6s|     1 |     0 |  2299 |     - |9321k|   0 |  93 | 100 |1519 | 100 | 270 | 231 |   0 |   0 |-2.104981e+01 |-1.100000e+01 |  91.36%
0.49/0.57	c   0.6s|     1 |     0 |  2378 |     - |9329k|   0 |  95 | 100 |1519 | 100 | 283 | 244 |   0 |   0 |-2.078871e+01 |-1.100000e+01 |  88.99%
0.49/0.58	c   0.6s|     1 |     0 |  2427 |     - |9336k|   0 |  98 | 100 |1519 | 100 | 226 | 255 |   0 |   0 |-2.069361e+01 |-1.100000e+01 |  88.12%
0.49/0.58	c   0.6s|     1 |     0 |  2462 |     - |9342k|   0 |  98 | 100 |1519 | 100 | 235 | 264 |   0 |   0 |-2.064072e+01 |-1.100000e+01 |  87.64%
0.49/0.59	c   0.6s|     1 |     0 |  2529 |     - |9347k|   0 | 100 | 100 |1519 | 100 | 243 | 272 |   0 |   0 |-2.056391e+01 |-1.100000e+01 |  86.94%
0.49/0.59	c   0.6s|     1 |     0 |  2590 |     - |9353k|   0 |  99 | 100 |1519 | 100 | 251 | 280 |   0 |   0 |-2.042070e+01 |-1.100000e+01 |  85.64%
0.59/0.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.59/0.60	c   0.6s|     1 |     0 |  2651 |     - |9359k|   0 |  99 | 100 |1519 | 100 | 257 | 286 |   0 |   0 |-2.035715e+01 |-1.100000e+01 |  85.07%
0.59/0.60	c   0.6s|     1 |     0 |  2690 |     - |9365k|   0 |  99 | 100 |1519 | 100 | 266 | 295 |   0 |   0 |-2.026022e+01 |-1.100000e+01 |  84.18%
0.59/0.61	c   0.6s|     1 |     0 |  2719 |     - |9371k|   0 | 100 | 100 |1519 | 100 | 209 | 303 |   0 |   0 |-2.023612e+01 |-1.100000e+01 |  83.96%
0.59/0.62	c   0.6s|     1 |     0 |  2778 |     - |9377k|   0 | 100 | 100 |1519 | 100 | 216 | 310 |   0 |   0 |-2.017150e+01 |-1.100000e+01 |  83.38%
0.59/0.62	c   0.6s|     1 |     0 |  2838 |     - |9381k|   0 | 100 | 100 |1519 | 100 | 223 | 317 |   0 |   0 |-2.013763e+01 |-1.100000e+01 |  83.07%
0.59/0.63	c   0.6s|     1 |     0 |  2886 |     - |9386k|   0 | 100 | 100 |1519 | 100 | 229 | 323 |   0 |   0 |-2.009580e+01 |-1.100000e+01 |  82.69%
0.59/0.63	c   0.6s|     1 |     0 |  2919 |     - |9391k|   0 | 100 | 100 |1519 | 100 | 235 | 329 |   0 |   0 |-2.007727e+01 |-1.100000e+01 |  82.52%
0.59/0.64	c   0.6s|     1 |     0 |  2943 |     - |9397k|   0 | 100 | 100 |1519 | 100 | 242 | 336 |   0 |   0 |-2.005359e+01 |-1.100000e+01 |  82.31%
0.59/0.64	c   0.6s|     1 |     0 |  2964 |     - |9404k|   0 | 100 | 100 |1519 | 100 | 208 | 348 |   0 |   0 |-2.004772e+01 |-1.100000e+01 |  82.25%
0.59/0.65	c   0.7s|     1 |     0 |  2981 |     - |9408k|   0 | 100 | 100 |1519 | 100 | 214 | 354 |   0 |   0 |-2.003301e+01 |-1.100000e+01 |  82.12%
0.59/0.65	c   0.7s|     1 |     0 |  2992 |     - |9411k|   0 | 100 | 100 |1519 | 100 | 219 | 359 |   0 |   0 |-2.003113e+01 |-1.100000e+01 |  82.10%
0.59/0.66	c   0.7s|     1 |     0 |  2999 |     - |9413k|   0 | 100 | 100 |1519 | 100 | 221 | 361 |   0 |   0 |-2.003068e+01 |-1.100000e+01 |  82.10%
0.88/0.96	c   1.0s|     1 |     2 |  2999 |     - |9414k|   0 | 100 | 100 |1519 | 100 | 221 | 361 |   0 |  17 |-2.003068e+01 |-1.100000e+01 |  82.10%
1.00/1.05	o -14
1.00/1.05	c * 1.1s|    18 |     5 |  3324 |  19.1 |9445k|   8 |   - | 100 |1519 | 100 | 106 | 388 |   0 | 169 |-1.973357e+01 |-1.400000e+01 |  40.95%
1.00/1.10	o -15
1.00/1.10	c * 1.1s|    30 |     2 |  3545 |  18.8 |9456k|   9 |   - | 100 |1519 | 100 | 111 | 440 |   0 | 285 |-1.973357e+01 |-1.500000e+01 |  31.56%
1.28/1.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.28/1.39	c   1.4s|   100 |     4 |  4603 |  16.2 |9476k|  15 |   - | 100 |1519 | 100 | 107 | 621 |   0 | 678 |-1.973357e+01 |-1.500000e+01 |  31.56%
1.39/1.46	c   1.5s|   200 |     2 |  5803 |  14.1 |9496k|  26 |   - | 100 |1519 | 100 | 107 | 892 |   0 | 706 |-1.973357e+01 |-1.500000e+01 |  31.56%
1.59/1.69	c   1.7s|   300 |    10 |  7583 |  15.3 |9564k|  26 |  27 | 100 |1519 | 100 | 100 |1040 |   0 | 856 |-1.973357e+01 |-1.500000e+01 |  31.56%
1.69/1.76	c   1.8s|   400 |    22 |  9167 |  15.5 |9650k|  26 |  78 | 100 |1519 | 100 | 100 |1273 |   0 | 862 |-1.948810e+01 |-1.500000e+01 |  29.92%
1.78/1.82	c   1.8s|   500 |    28 | 10787 |  15.6 |9704k|  26 |   - | 100 |1519 | 100 | 121 |1514 |   0 | 862 |-1.895885e+01 |-1.500000e+01 |  26.39%
1.78/1.86	c   1.9s|   600 |    28 | 11535 |  14.3 |9715k|  28 |   - | 100 |1519 | 100 | 100 |1650 |   0 | 862 |-1.878409e+01 |-1.500000e+01 |  25.23%
1.89/1.92	c   1.9s|   700 |    32 | 12752 |  14.0 |9734k|  35 |  13 | 100 |1519 | 100 | 100 |1810 |   0 | 862 |-1.857757e+01 |-1.500000e+01 |  23.85%
1.89/1.97	c   2.0s|   800 |    30 | 13700 |  13.4 |9731k|  35 |  29 | 100 |1519 | 100 | 100 |2080 |   0 | 862 |-1.857757e+01 |-1.500000e+01 |  23.85%
1.99/2.01	c   2.0s|   900 |    36 | 14916 |  13.3 |9767k|  35 |   - | 100 |1519 |   0 |   0 |2247 |   0 | 862 |-1.857757e+01 |-1.500000e+01 |  23.85%
1.99/2.06	c   2.1s|  1000 |    44 | 16074 |  13.1 |9806k|  35 |   - | 100 |1519 | 100 | 115 |2534 |   0 | 862 |-1.836364e+01 |-1.500000e+01 |  22.42%
2.09/2.11	c   2.1s|  1100 |    56 | 17254 |  13.0 |9857k|  35 |   - | 100 |1519 | 100 | 100 |2647 |   0 | 862 |-1.830000e+01 |-1.500000e+01 |  22.00%
2.09/2.15	c   2.2s|  1200 |    58 | 18210 |  12.7 |9877k|  37 |   - | 100 |1519 |   0 |   0 |2737 |   0 | 862 |-1.795652e+01 |-1.500000e+01 |  19.71%
2.09/2.19	c   2.2s|  1300 |    54 | 19064 |  12.4 |9863k|  43 |  36 | 100 |1519 | 100 | 100 |2815 |   0 | 862 |-1.790183e+01 |-1.500000e+01 |  19.35%
2.20/2.23	c   2.2s|  1400 |    54 | 20052 |  12.2 |9876k|  43 |  28 | 100 |1519 | 100 | 100 |2939 |   0 | 862 |-1.785714e+01 |-1.500000e+01 |  19.05%
2.20/2.29	c   2.3s|  1500 |    54 | 20904 |  11.9 |9882k|  43 |  38 | 100 |1519 | 100 | 100 |3038 |   0 | 862 |-1.761667e+01 |-1.500000e+01 |  17.44%
2.28/2.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
2.28/2.33	c   2.3s|  1600 |    48 | 21606 |  11.6 |9862k|  43 |   - | 100 |1519 | 100 | 104 |3155 |   0 | 862 |-1.740000e+01 |-1.500000e+01 |  16.00%
2.28/2.37	c   2.4s|  1700 |    38 | 22255 |  11.3 |9812k|  43 |   - | 100 |1519 | 100 | 105 |3275 |   0 | 862 |-1.740000e+01 |-1.500000e+01 |  16.00%
2.39/2.40	c   2.4s|  1800 |    30 | 22899 |  11.1 |9787k|  43 |   - | 100 |1519 | 100 | 106 |3336 |   0 | 862 |-1.700000e+01 |-1.500000e+01 |  13.33%
2.39/2.43	c   2.4s|  1900 |    16 | 23545 |  10.8 |9695k|  43 |   - | 100 |1519 | 100 | 104 |3430 |   0 | 862 |-1.652381e+01 |-1.500000e+01 |  10.16%
2.39/2.45	c 
2.39/2.45	c SCIP Status        : problem is solved [optimal solution found]
2.39/2.45	c Solving Time (sec) : 2.45
2.39/2.45	c Solving Nodes      : 1948
2.39/2.45	c Primal Bound       : -1.50000000000000e+01 (226 solutions)
2.39/2.45	c Dual Bound         : -1.50000000000000e+01
2.39/2.45	c Gap                : 0.00 %
2.39/2.45	s OPTIMUM FOUND
2.39/2.45	v -x100 -x99 -x98 -x97 x96 -x95 -x94 -x93 -x92 -x91 x90 x89 -x88 x87 x86 x85 -x84 -x83 -x82 -x81 x80 -x79 -x78 x77 -x76 -x75 -x74 
2.39/2.45	v x73 -x72 -x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 x56 x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 
2.39/2.45	v -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 
2.39/2.45	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 x10 -x9 -x8 x7 -x6 -x5 -x4 -x3 -x2 -x1 
2.39/2.45	c SCIP Status        : problem is solved [optimal solution found]
2.39/2.45	c Total Time         :       2.45
2.39/2.45	c   solving          :       2.45
2.39/2.45	c   presolving       :       0.08 (included in solving)
2.39/2.45	c   reading          :       0.00 (included in solving)
2.39/2.45	c   copying          :       0.03 (4 #copies) (minimal 0.01, maximal 0.01, average 0.01)
2.39/2.45	c Original Problem   :
2.39/2.45	c   Problem name     : HOME/instance-3693804-1338036163.opb
2.39/2.45	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
2.39/2.45	c   Constraints      : 100 initial, 100 maximal
2.39/2.45	c   Objective sense  : minimize
2.39/2.45	c Presolved Problem  :
2.39/2.45	c   Problem name     : t_HOME/instance-3693804-1338036163.opb
2.39/2.45	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
2.39/2.45	c   Constraints      : 1519 initial, 1519 maximal
2.39/2.45	c Presolvers         :   ExecTime  SetupTime  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
2.39/2.45	c   domcol           :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   trivial          :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   dualfix          :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   boundshift       :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   inttobinary      :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   convertinttobin  :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   gateextraction   :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   implics          :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   components       :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   pseudoobj        :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   probing          :       0.01       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   setppc           :       0.00       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   and              :       0.05       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   linear           :       0.00       0.00       1519          0          0       1519          0        100          0          0          0
2.39/2.45	c   logicor          :       0.01       0.00          0          0          0          0          0          0          0          0          0
2.39/2.45	c   root node        :          -          -          1          -          -          1          -          -          -          -          -
2.39/2.45	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #ResProp    Cutoffs    DomReds       Cuts      Conss   Children
2.39/2.45	c   integral         :          0          0          0          0       1201          0       1501          0          3         78          0          0       1952
2.39/2.45	c   setppc           :       1519       1519         39       3303        193          0       1497          0          0      13401       3132          0          0
2.39/2.45	c   countsols        :          0          0          0          0          2          0        226          0          0          0          0          0          0
2.39/2.45	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS      Check    ResProp
2.39/2.45	c   integral         :       0.83       0.00       0.00       0.00       0.83       0.00       0.00       0.00
2.39/2.45	c   setppc           :       0.13       0.00       0.01       0.04       0.00       0.00       0.07       0.00
2.39/2.45	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2.39/2.45	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
2.39/2.45	c   rootredcost      :          3          0          0          0
2.39/2.45	c   pseudoobj        :       4481          0         60        690
2.39/2.45	c   vbounds          :          0          0          0          0
2.39/2.45	c   redcost          :       1582          0          0        671
2.39/2.45	c   probing          :          0          0          0          0
2.39/2.45	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp
2.39/2.45	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00
2.39/2.45	c   pseudoobj        :       0.06       0.00       0.00       0.06       0.00
2.39/2.45	c   vbounds          :       0.00       0.00       0.00       0.00       0.00
2.39/2.45	c   redcost          :       0.01       0.00       0.00       0.01       0.00
2.39/2.45	c   probing          :       0.01       0.00       0.01       0.00       0.00
2.39/2.45	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
2.39/2.45	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
2.39/2.45	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
2.39/2.45	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
2.39/2.45	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
2.39/2.45	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
2.39/2.45	c   applied globally :          -          -          -          0        0.0          -          -          -
2.39/2.45	c   applied locally  :          -          -          -          0        0.0          -          -          -
2.39/2.45	c Separators         :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss
2.39/2.45	c   cut pool         :       0.01                    38          -          -         71          -    (maximal pool size: 2257)
2.39/2.45	c   closecuts        :       0.00       0.00          0          0          0          0          0
2.39/2.45	c   impliedbounds    :       0.00       0.00         39          0          0         70          0
2.39/2.45	c   intobj           :       0.00       0.00          0          0          0          0          0
2.39/2.45	c   gomory           :       0.01       0.00         10          0          0        500          0
2.39/2.45	c   cgmip            :       0.00       0.00          0          0          0          0          0
2.39/2.45	c   strongcg         :       0.22       0.00         20          0          0       7326          0
2.39/2.45	c   cmir             :       0.03       0.00         10          0          0          0          0
2.39/2.45	c   flowcover        :       0.02       0.00         10          0          0          0          0
2.39/2.45	c   clique           :       0.05       0.00         39          0          0        328          0
2.39/2.45	c   zerohalf         :       0.00       0.00          0          0          0          0          0
2.39/2.45	c   mcf              :       0.00       0.00          1          0          0          0          0
2.39/2.45	c   oddcycle         :       0.00       0.00          0          0          0          0          0
2.39/2.45	c   rapidlearning    :       0.00       0.00          0          0          0          0          0
2.39/2.45	c Pricers            :   ExecTime  SetupTime      Calls       Vars
2.39/2.45	c   problem variables:       0.00          -          0          0
2.39/2.45	c Branching Rules    :   ExecTime  SetupTime      Calls    Cutoffs    DomReds       Cuts      Conss   Children
2.39/2.45	c   relpscost        :       0.83       0.00       1007          3         78          0          0       1952
2.39/2.45	c   pscost           :       0.00       0.00          0          0          0          0          0          0
2.39/2.45	c   inference        :       0.00       0.00          0          0          0          0          0          0
2.39/2.45	c   mostinf          :       0.00       0.00          0          0          0          0          0          0
2.39/2.45	c   leastinf         :       0.00       0.00          0          0          0          0          0          0
2.39/2.45	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0
2.39/2.45	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0
2.39/2.45	c   random           :       0.00       0.00          0          0          0          0          0          0
2.39/2.45	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found
2.39/2.45	c   LP solutions     :       0.00          -          -          2
2.39/2.45	c   pseudo solutions :       0.00          -          -          0
2.39/2.45	c   objpscostdiving  :       0.00       0.00          0          0
2.39/2.45	c   rootsoldiving    :       0.00       0.00          0          0
2.39/2.45	c   linesearchdiving :       0.00       0.00          0          0
2.39/2.45	c   guideddiving     :       0.00       0.00          0          0
2.39/2.45	c   feaspump         :       0.00       0.00          0          0
2.39/2.45	c   oneopt           :       0.00       0.00          4          1
2.39/2.45	c   coefdiving       :       0.00       0.00          1          0
2.39/2.45	c   pscostdiving     :       0.00       0.00          1          0
2.39/2.45	c   fracdiving       :       0.00       0.00          1          0
2.39/2.45	c   veclendiving     :       0.00       0.00          1          1
2.39/2.45	c   crossover        :       0.06       0.00          3          3
2.39/2.45	c   smallcard        :       0.00       0.00          0          0
2.39/2.45	c   trivial          :       0.00       0.00          2          1
2.39/2.45	c   shiftandpropagate:       0.00       0.00          0          0
2.39/2.45	c   simplerounding   :       0.04       0.00       1046        213
2.39/2.45	c   zirounding       :       0.06       0.00        979          3
2.39/2.45	c   rounding         :       0.05       0.00       1046          1
2.39/2.45	c   shifting         :       0.02       0.00        135          1
2.39/2.45	c   intshifting      :       0.00       0.00          0          0
2.39/2.45	c   twoopt           :       0.00       0.00          0          0
2.39/2.45	c   indoneopt        :       0.00       0.00          0          0
2.39/2.45	c   indtwoopt        :       0.00       0.00          0          0
2.39/2.45	c   fixandinfer      :       0.00       0.00          0          0
2.39/2.45	c   clique           :       0.00       0.00          0          0
2.39/2.45	c   indcoefdiving    :       0.00       0.00          0          0
2.39/2.45	c   indrounding      :       0.00       0.00          0          0
2.39/2.45	c   nlpdiving        :       0.00       0.00          0          0
2.39/2.45	c   intdiving        :       0.00       0.00          0          0
2.39/2.45	c   actconsdiving    :       0.00       0.00          0          0
2.39/2.45	c   octane           :       0.00       0.00          0          0
2.39/2.45	c   rens             :       0.01       0.00          0          0
2.39/2.45	c   rins             :       0.00       0.00          0          0
2.39/2.45	c   localbranching   :       0.00       0.00          0          0
2.39/2.45	c   mutation         :       0.00       0.00          0          0
2.39/2.45	c   dins             :       0.00       0.00          0          0
2.39/2.45	c   vbounds          :       0.00       0.00          0          0
2.39/2.45	c   undercover       :       0.00       0.00          0          0
2.39/2.45	c   subnlp           :       0.00       0.00          0          0
2.39/2.45	c   trysol           :       0.00       0.00          0          0
2.39/2.45	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It
2.39/2.45	c   primal LP        :       0.00         36          0       0.00          -       0.00         36
2.39/2.45	c   dual LP          :       0.63       2489      23703      11.04   37434.68       0.01        342
2.39/2.45	c   lex dual LP      :       0.00          0          0       0.00          -
2.39/2.45	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
2.39/2.45	c   diving/probing LP:       0.00         14         95       6.79          -
2.39/2.45	c   strong branching :       0.82        862      28346      32.88   34753.38
2.39/2.45	c     (at root node) :          -         17       6949     408.76          -
2.39/2.45	c   conflict analysis:       0.00          0          0       0.00          -
2.39/2.45	c B&B Tree           :
2.39/2.45	c   number of runs   :          1
2.39/2.45	c   nodes            :       1948
2.39/2.45	c   nodes (total)    :       1948
2.39/2.45	c   nodes left       :          0
2.39/2.45	c   max depth        :         43
2.39/2.45	c   max depth (total):         43
2.39/2.45	c   backtracks       :        267 (13.7%)
2.39/2.45	c   delayed cutoffs  :          0
2.39/2.45	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
2.39/2.45	c   avg switch length:       3.73
2.39/2.45	c   switching time   :       0.05
2.39/2.45	c Solution           :
2.39/2.45	c   Solutions found  :        226 (6 improvements)
2.39/2.45	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
2.39/2.45	c   Primal Bound     : -1.50000000000000e+01   (in run 1, after 30 nodes, 1.10 seconds, depth 9, found by <relaxation>)
2.39/2.45	c   Dual Bound       : -1.50000000000000e+01
2.39/2.45	c   Gap              :       0.00 %
2.39/2.45	c   Root Dual Bound  : -2.00306782519938e+01
2.39/2.45	c   Root Iterations  :       2999
2.39/2.46	c Time complete: 2.46.

Verifier Data

OK	-15

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-3693804-1338036163/watcher-3693804-1338036163 -o /tmp/evaluation-result-3693804-1338036163/solver-3693804-1338036163 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693804-1338036163.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.02 2.02 2.00 3/176 10165
/proc/meminfo: memFree=28074232/32873844 swapFree=7900/7900
[pid=10165] ppid=10163 vsize=9952 CPUtime=0 cores=1,3,5,7
/proc/10165/stat : 10165 (scip-2.1.1.4sfi) R 10163 10165 6871 0 -1 4202496 1236 0 0 0 0 0 0 0 20 0 1 0 269740824 10190848 1191 33554432000 4194304 10169799 140735799178256 140734422631496 5281219 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10165/statm: 2488 1191 413 1459 0 1020 0

[startup+0.00742294 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 10165
/proc/meminfo: memFree=28074232/32873844 swapFree=7900/7900
[pid=10165] ppid=10163 vsize=11460 CPUtime=0 cores=1,3,5,7
/proc/10165/stat : 10165 (scip-2.1.1.4sfi) R 10163 10165 6871 0 -1 4202496 1365 0 0 0 0 0 0 0 20 0 1 0 269740824 11735040 1320 33554432000 4194304 10169799 140735799178256 140734422631496 8844157 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10165/statm: 2865 1333 456 1459 0 1397 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11460

[startup+0.100211 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 10165
/proc/meminfo: memFree=28074232/32873844 swapFree=7900/7900
[pid=10165] ppid=10163 vsize=23796 CPUtime=0.09 cores=1,3,5,7
/proc/10165/stat : 10165 (scip-2.1.1.4sfi) R 10163 10165 6871 0 -1 4202496 4905 0 0 0 6 3 0 0 20 0 1 0 269740824 24367104 4596 33554432000 4194304 10169799 140735799178256 140734422631496 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10165/statm: 5949 4596 761 1459 0 4481 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23796

[startup+0.30018 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 10165
/proc/meminfo: memFree=28074232/32873844 swapFree=7900/7900
[pid=10165] ppid=10163 vsize=25860 CPUtime=0.29 cores=1,3,5,7
/proc/10165/stat : 10165 (scip-2.1.1.4sfi) R 10163 10165 6871 0 -1 4202496 5480 0 0 0 26 3 0 0 20 0 1 0 269740824 26480640 5169 33554432000 4194304 10169799 140735799178256 140734422631496 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10165/statm: 6465 5169 782 1459 0 4997 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25860

[startup+0.700234 s]
/proc/loadavg: 2.02 2.02 2.00 3/176 10165
/proc/meminfo: memFree=28074232/32873844 swapFree=7900/7900
[pid=10165] ppid=10163 vsize=32408 CPUtime=0.69 cores=1,3,5,7
/proc/10165/stat : 10165 (scip-2.1.1.4sfi) R 10163 10165 6871 0 -1 4202496 8078 0 0 0 65 4 0 0 20 0 1 0 269740824 33185792 6946 33554432000 4194304 10169799 140735799178256 140735799174296 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10165/statm: 8102 6946 817 1459 0 6634 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32408

[startup+1.50018 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 10166
/proc/meminfo: memFree=28049192/32873844 swapFree=7900/7900
[pid=10165] ppid=10163 vsize=32408 CPUtime=1.48 cores=1,3,5,7
/proc/10165/stat : 10165 (scip-2.1.1.4sfi) R 10163 10165 6871 0 -1 4202496 8084 0 0 0 141 7 0 0 20 0 1 0 269740824 33185792 6952 33554432000 4194304 10169799 140735799178256 140735799175352 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10165/statm: 8102 6952 822 1459 0 6634 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32408

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

[startup+1.90018 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 10166
/proc/meminfo: memFree=28049192/32873844 swapFree=7900/7900
[pid=10165] ppid=10163 vsize=37200 CPUtime=1.89 cores=1,3,5,7
/proc/10165/stat : 10165 (scip-2.1.1.4sfi) R 10163 10165 6871 0 -1 4202496 11048 0 0 0 179 10 0 0 20 0 1 0 269740824 38092800 7987 33554432000 4194304 10169799 140735799178256 140735799175352 8844137 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10165/statm: 9300 8005 835 1459 0 7832 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 37200

[startup+2.30018 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 10166
/proc/meminfo: memFree=28048804/32873844 swapFree=7900/7900
[pid=10165] ppid=10163 vsize=32852 CPUtime=2.28 cores=1,3,5,7
/proc/10165/stat : 10165 (scip-2.1.1.4sfi) R 10163 10165 6871 0 -1 4202496 13991 0 0 0 216 12 0 0 20 0 1 0 269740824 33640448 7078 33554432000 4194304 10169799 140735799178256 140735799175352 8979322 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10165/statm: 8213 7078 836 1459 0 6745 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 32852

[startup+2.40024 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 10166
/proc/meminfo: memFree=28048804/32873844 swapFree=7900/7900
[pid=10165] ppid=10163 vsize=32852 CPUtime=2.39 cores=1,3,5,7
/proc/10165/stat : 10165 (scip-2.1.1.4sfi) R 10163 10165 6871 0 -1 4202496 13991 0 0 0 226 13 0 0 20 0 1 0 269740824 33640448 7078 33554432000 4194304 10169799 140735799178256 140735799175352 8961143 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/10165/statm: 8213 7078 836 1459 0 6745 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 32852

Child status: 0
Real time (s): 2.46379
CPU time (s): 2.46163
CPU user time (s): 2.32065
CPU system time (s): 0.140978
CPU usage (%): 99.9119
Max. virtual memory (cumulated for all children) (KiB): 39040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.32065
system time used= 0.140978
maximum resident set size= 35836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13995
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.001999 second user time and 0.017997 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-26 14:42:43
IDJOB=3693804
IDBENCH=48186
IDSOLVER=2272
FILE ID=node137/3693804-1338036163
RUNJOBID= node137-1338017245-7421
PBS_JOBID= 14624260
Free space on /tmp= 71268 MiB

SOLVER NAME= SCIP spx standard SCIP 2.1.1.4. with SoPlex 1.6.0.3 standard fixed
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_25_1.opb
COMMAND LINE= HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3693804-1338036163/watcher-3693804-1338036163 -o /tmp/evaluation-result-3693804-1338036163/solver-3693804-1338036163 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4sfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3693804-1338036163.opb -t 1800 -m 15500

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

MD5SUM BENCH= 009ec87aa7f9a2a2aeb136cc6734ca0d
RANDOM SEED=1078092057

node137.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.600
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.20
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.600
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.600
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.600
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.600
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.600
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.90
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.600
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.600
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:        28074768 kB
Buffers:          258500 kB
Cached:          2785780 kB
SwapCached:        22060 kB
Active:          1886772 kB
Inactive:        2124304 kB
Active(anon):     946364 kB
Inactive(anon):    22680 kB
Active(file):     940408 kB
Inactive(file):  2101624 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:             13620 kB
Writeback:             0 kB
AnonPages:        933284 kB
Mapped:            12772 kB
Shmem:                 0 kB
Slab:             645876 kB
SReclaimable:      87576 kB
SUnreclaim:       558300 kB
KernelStack:        1472 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1072492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    784384 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= 71256 MiB
End job on node137 at 2012-05-26 14:42:46