Trace number 3737510

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT-6 643.476 643.606

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_1.opb
MD5SUMe0d3a2bf2cd2b7e4b27d7033a7686e76
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-6
Best CPU time to get the best result obtained on this benchmark14.8577
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -6
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
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)2996
Sum of products size (including duplicates)5992
Number of different products1498
Sum of products size2996

Quality of the solution as a function of time


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

Solver Data

0.00/0.01	c SCIP version 1.1.0.7
0.00/0.01	c LP-Solver SoPlex 1.4.1
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c read problem <HOME/instance-3737510-1338748983.opb>
0.00/0.01	c original problem has 1598 variables (1598 bin, 0 int, 0 impl, 0 cont) and 1649 constraints
0.00/0.02	c start presolving problem
0.00/0.02	c presolving:
0.05/0.07	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 12084 impls, 100 clqs
0.09/0.14	c    (0.1s) probing: 101/1598 (6.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.14	c presolving (2 rounds):
0.09/0.14	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.14	c  12084 implications, 100 cliques
0.09/0.14	c presolved problem has 1598 variables (1598 bin, 0 int, 0 impl, 0 cont) and 1649 constraints
0.09/0.14	c     100 constraints of type <setppc>
0.09/0.14	c    1498 constraints of type <and>
0.09/0.14	c       1 constraints of type <linear>
0.09/0.14	c      50 constraints of type <logicor>
0.09/0.14	c transformed objective value is always integral (scale: 1)
0.09/0.14	c Presolving Time: 0.06
0.09/0.14	c OPT-NLC
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/memory = c 13950
0.09/0.14	c # maximal time in seconds to run
0.09/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.14	c limits/time = c 1791
0.09/0.14	c # frequency for displaying node information lines
0.09/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.14	c display/freq = c 10000
0.09/0.14	c -----------------------------------------------------------------------------------------------
0.09/0.14	c start solving problem
0.09/0.14	c 
1.29/1.31	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.31	c   1.2s|     1 |     0 |  3384 |7621k|   0 | 349 |1598 |1649 |1649 |1598 |3147 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
1.39/1.49	o 0
1.39/1.49	c R 1.2s|     1 |     0 |  3384 |7635k|   0 | 349 |1598 |1649 |1649 |1598 |3147 |   0 |   0 |   0 |-2.500000e+01 |-5.551115e-16 | 100.00%
2.19/2.24	c   2.1s|     1 |     0 |  4970 |8416k|   0 | 454 |1598 |1649 |1649 |1598 |3203 |  56 |   0 |   0 |-2.500000e+01 |-5.551115e-16 | 100.00%
3.18/3.24	c   3.1s|     1 |     0 |  6492 |8624k|   0 | 543 |1598 |1649 |1649 |1598 |3232 |  85 |   0 |   0 |-2.500000e+01 |-5.551115e-16 | 100.00%
3.18/3.24	o -3
3.18/3.24	c R 3.1s|     1 |     0 |  6492 |8653k|   0 | 543 |1598 |1649 |1649 |1598 |3232 |  85 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
3.99/4.02	c   3.9s|     1 |     0 |  7451 |9242k|   0 | 518 |1598 |1649 |1649 |1598 |3257 | 110 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
4.98/5.03	c   4.9s|     1 |     0 |  8820 |9643k|   0 | 576 |1598 |1649 |1649 |1598 |3289 | 142 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
5.99/6.05	c   5.9s|     1 |     0 | 10080 |  10M|   0 | 524 |1598 |1649 |1649 |1598 |3309 | 162 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
5.99/6.05	o -3
5.99/6.05	c s 5.9s|     1 |     0 | 10080 |  10M|   0 | 524 |1598 |1649 |1649 |1598 |3309 | 162 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
7.49/7.51	c   7.4s|     1 |     0 | 11982 |  11M|   0 | 470 |1598 |1649 |1649 |1598 |3328 | 181 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
12.18/12.25	o -5
12.18/12.25	c E12.1s|     1 |     0 | 11982 |  11M|   0 | 470 |1598 |1649 |1649 |1598 |3328 | 181 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
12.18/12.26	c  12.1s|     1 |     0 | 11982 |  11M|   0 | 470 |1598 |1649 |1649 |1598 |3328 | 181 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
13.38/13.43	c  13.2s|     1 |     0 | 13416 |  11M|   0 | 383 |1598 |1649 |1649 |1598 |3342 | 195 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
28.68/28.72	c  28.5s|     1 |     2 | 13416 |  11M|   0 | 383 |1598 |1649 |1649 |1598 |3342 | 195 |   0 |  29 |-2.500000e+01 |-5.000000e+00 |  80.00%
67.76/67.84	o -6
67.76/67.84	c R67.3s|   106 |    42 | 67438 |  12M|  18 |   - |1598 |1661 |  81 |1598 |1710 |3367 |  12 | 827 |-2.476720e+01 |-6.000000e+00 |  75.77%
331.42/331.52	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
331.42/331.52	c   329s| 10000 |  1798 |981046 |  36M|  72 |   - |1598 |1821 | 225 |1598 |1717 |  31k| 449 |4754 |-1.173390e+01 |-6.000000e+00 |  48.87%
432.50/432.68	c   430s| 20000 |  1956 |  1371k|  44M|  72 |  70 |1598 |1913 | 224 |1598 |1708 |  43k|1000 |6795 |-1.021069e+01 |-6.000000e+00 |  41.24%
514.98/515.11	c   511s| 30000 |  1869 |  1693k|  47M|  73 |  70 |1598 |1914 | 353 |1598 |1623 |  51k|1533 |8831 |-9.163275e+00 |-6.000000e+00 |  34.52%
578.68/578.80	c   574s| 40000 |  1437 |  1964k|  42M|  78 |   - |1598 |1935 | 246 |1598 |1744 |  56k|2035 |  10k|-8.669170e+00 |-6.000000e+00 |  30.79%
633.47/633.65	c   629s| 50000 |   619 |  2201k|  27M|  78 |   - |1598 |1873 | 706 |1598 |1605 |  60k|2266 |  11k|-8.238828e+00 |-6.000000e+00 |  27.17%
643.37/643.59	c 
643.37/643.59	c SCIP Status        : problem is solved [optimal solution found]
643.37/643.59	c Solving Time (sec) : 638.68
643.37/643.59	c Solving Nodes      : 51726
643.37/643.59	c Primal Bound       : -6.00000000000000e+00 (7 solutions)
643.37/643.59	c Dual Bound         : -6.00000000000000e+00
643.37/643.59	c Gap                : 0.00 %
643.37/643.59	c NODE         51726
643.37/643.59	c DUAL BOUND   -6
643.37/643.59	c PRIMAL BOUND -6
643.37/643.59	c GAP          0
643.37/643.59	s OPTIMUM FOUND
643.37/643.59	v -x95 -x89 -x79 -x96 -x52 -x98 -x58 -x55 -x54 -x71 -x75 x99 -x88 -x85 -x57 -x51 x97 -x92 -x90 -x82 -x76 -x67 -x65 -x61 -x56 -x70 
643.37/643.59	v -x59 -x53 -x74 x81 -x83 x80 -x68 -x69 -x62 -x73 -x77 -x64 -x60 -x91 -x63 -x72 x100 -x93 -x86 -x94 -x66 x78 -x87 -x84 -x50 -x49 
643.37/643.59	v -x48 -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 
643.37/643.59	v -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
643.37/643.59	c SCIP Status        : problem is solved [optimal solution found]
643.37/643.59	c Solving Time       :     638.68
643.37/643.59	c Original Problem   :
643.37/643.59	c   Problem name     : HOME/instance-3737510-1338748983.opb
643.37/643.59	c   Variables        : 1598 (1598 binary, 0 integer, 0 implicit integer, 0 continuous)
643.37/643.59	c   Constraints      : 1649 initial, 1649 maximal
643.37/643.59	c Presolved Problem  :
643.37/643.59	c   Problem name     : t_HOME/instance-3737510-1338748983.opb
643.37/643.59	c   Variables        : 1598 (1598 binary, 0 integer, 0 implicit integer, 0 continuous)
643.37/643.59	c   Constraints      : 1649 initial, 1980 maximal
643.37/643.59	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
643.37/643.59	c   trivial          :       0.00          0          0          0          0          0          0          0          0
643.37/643.59	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
643.37/643.59	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
643.37/643.59	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
643.37/643.59	c   implics          :       0.00          0          0          0          0          0          0          0          0
643.37/643.59	c   probing          :       0.02          0          0          0          0          0          0          0          0
643.37/643.59	c   setppc           :       0.00          0          0          0          0          0          0          0          0
643.37/643.59	c   and              :       0.04          0          0          0          0          0          0          0          0
643.37/643.59	c   linear           :       0.00          0          0          0          0          0          0          0          0
643.37/643.59	c   logicor          :       0.00          0          0          0          0          0          0          0          0
643.37/643.59	c   root node        :          -         35          -          -         35          -          -          -          -
643.37/643.59	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
643.37/643.59	c   integral         :          0          0          0      27973          0         76       4853          0          0      51768
643.37/643.59	c   setppc           :        100          7     162535          0          0        509     228683          0          0          0
643.37/643.59	c   and              :       1498      40479     162026          0          0         94    4040000      62945          0          0
643.37/643.59	c   linear           :          1          7     161919          0          0        109        931          0          0          0
643.37/643.59	c   logicor          :         50+         7      50905          0          0         27      24823          0          0          0
643.37/643.59	c   countsols        :          0          0          0          0          0          0          0          0          0          0
643.37/643.59	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
643.37/643.59	c   integral         :     164.20       0.00       0.00     164.20       0.00
643.37/643.59	c   setppc           :       0.29       0.00       0.29       0.00       0.00
643.37/643.59	c   and              :       6.35       2.31       4.04       0.00       0.00
643.37/643.59	c   linear           :       0.70       0.00       0.70       0.00       0.00
643.37/643.59	c   logicor          :       0.36       0.00       0.36       0.00       0.00
643.37/643.59	c   countsols        :       0.00       0.00       0.00       0.00       0.00
643.37/643.59	c Propagators        :       Time      Calls    Cutoffs    DomReds
643.37/643.59	c   rootredcost      :       0.01          1          0          0
643.37/643.59	c   pseudoobj        :       0.39     163338        453       1784
643.37/643.59	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
643.37/643.59	c   propagation      :       0.06       1192       1116       3099       35.2         13       36.6          -
643.37/643.59	c   infeasible LP    :       0.00          2          2          7       28.4          0        0.0          0
643.37/643.59	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
643.37/643.59	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
643.37/643.59	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
643.37/643.59	c   applied globally :          -          -          -       2350       33.5          -          -          -
643.37/643.59	c   applied locally  :          -          -          -          0        0.0          -          -          -
643.37/643.59	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
643.37/643.59	c   cut pool         :       0.00          6          -          -         25          -    (maximal pool size: 365)
643.37/643.59	c   redcost          :       1.50      43085          0     146362          0          0
643.37/643.59	c   impliedbounds    :       0.00          7          0          0          0          0
643.37/643.59	c   intobj           :       0.00          0          0          0          0          0
643.37/643.59	c   gomory           :       1.21          7          0          0        132          0
643.37/643.59	c   strongcg         :       1.01          7          0          0        397          0
643.37/643.59	c   cmir             :       0.11          7          0          0          0          0
643.37/643.59	c   flowcover        :       0.11          7          0          0          0          0
643.37/643.59	c   clique           :       0.05          7          0          0         53          0
643.37/643.59	c   zerohalf         :       0.00          0          0          0          0          0
643.37/643.59	c   mcf              :       0.04          3          0          0          0          0
643.37/643.59	c Pricers            :       Time      Calls       Vars
643.37/643.59	c   problem variables:       0.00          0          0
643.37/643.59	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
643.37/643.59	c   relpscost        :     164.19      27973         76       4853          0          0      51768
643.37/643.59	c   pscost           :       0.00          0          0          0          0          0          0
643.37/643.59	c   inference        :       0.00          0          0          0          0          0          0
643.37/643.59	c   mostinf          :       0.00          0          0          0          0          0          0
643.37/643.59	c   leastinf         :       0.00          0          0          0          0          0          0
643.37/643.59	c   fullstrong       :       0.00          0          0          0          0          0          0
643.37/643.59	c   allfullstrong    :       0.00          0          0          0          0          0          0
643.37/643.59	c   random           :       0.00          0          0          0          0          0          0
643.37/643.59	c Primal Heuristics  :       Time      Calls      Found
643.37/643.59	c   LP solutions     :       0.00          -          0
643.37/643.59	c   pseudo solutions :       0.00          -          0
643.37/643.59	c   feaspump         :       0.00          0          0
643.37/643.59	c   oneopt           :       0.02          2          0
643.37/643.59	c   crossover        :       0.12          7          0
643.37/643.59	c   guideddiving     :       3.22         37          0
643.37/643.59	c   rootsoldiving    :       0.95         19          0
643.37/643.59	c   objpscostdiving  :       5.32         19          0
643.37/643.59	c   pscostdiving     :       3.21         38          0
643.37/643.59	c   linesearchdiving :       2.46         38          0
643.37/643.59	c   veclendiving     :       3.93         38          0
643.37/643.59	c   fracdiving       :       3.38         38          0
643.37/643.59	c   coefdiving       :       2.84         38          0
643.37/643.59	c   simplerounding   :       0.03          0          0
643.37/643.59	c   rounding         :       2.57      14900          3
643.37/643.59	c   shifting         :       0.89       2705          3
643.37/643.59	c   intshifting      :       0.00          0          0
643.37/643.59	c   fixandinfer      :       0.00          0          0
643.37/643.59	c   intdiving        :       0.00          0          0
643.37/643.59	c   actconsdiving    :       0.00          0          0
643.37/643.59	c   octane           :       0.00          0          0
643.37/643.59	c   rens             :       4.67          1          1
643.37/643.59	c   rins             :       0.00          0          0
643.37/643.59	c   localbranching   :       0.00          0          0
643.37/643.59	c   mutation         :       0.00          0          0
643.37/643.59	c   dins             :       0.00          0          0
643.37/643.59	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
643.37/643.59	c   primal LP        :       2.79          0          0       0.00       0.00
643.37/643.59	c   dual LP          :     403.14      65110    2128365      32.69    5279.47
643.37/643.59	c   barrier LP       :       0.00          0          0       0.00          -
643.37/643.59	c   diving/probing LP:      22.81       9573     111883      11.69    4905.00
643.37/643.59	c   strong branching :     163.25      11748     835030      71.08    5115.04
643.37/643.59	c     (at root node) :          -         29      29000    1000.00          -
643.37/643.59	c   conflict analysis:       0.00          0          0       0.00          -
643.37/643.59	c B&B Tree           :
643.37/643.59	c   number of runs   :          1
643.37/643.59	c   nodes            :      51726
643.37/643.59	c   nodes (total)    :      51726
643.37/643.59	c   nodes left       :          0
643.37/643.59	c   max depth        :         78
643.37/643.59	c   max depth (total):         78
643.37/643.59	c   backtracks       :       5962 (11.5%)
643.37/643.59	c   delayed cutoffs  :          6
643.37/643.59	c   repropagations   :       8517 (14837 domain reductions, 0 cutoffs)
643.37/643.59	c   avg switch length:       5.82
643.37/643.59	c   switching time   :       8.83
643.37/643.59	c Solution           :
643.37/643.59	c   Solutions found  :          7 (5 improvements)
643.37/643.59	c   Primal Bound     : -6.00000000000000e+00   (in run 1, after 106 nodes, 67.35 seconds, depth 17, found by <rounding>)
643.37/643.59	c   Dual Bound       : -6.00000000000000e+00
643.37/643.59	c   Gap              :       0.00 %
643.37/643.59	c   Root Dual Bound  : -2.50000000000000e+01
643.37/643.60	c Time complete: 643.47.

Verifier Data

OK	-6

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

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

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


[startup+0 s]
/proc/loadavg: 0.96 1.00 1.15 3/173 27031
/proc/meminfo: memFree=28122484/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=8568 CPUtime=0 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) D 27027 27031 26990 0 -1 4202496 1484 0 0 0 0 0 0 0 20 0 1 0 341022877 8773632 1437 33554432000 4194304 7823515 140735637830736 140735637695288 6883856 0 0 4096 0 18446744071581355444 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 2142 1437 354 887 0 1252 0

[startup+0.064068 s]
/proc/loadavg: 0.96 1.00 1.15 3/173 27031
/proc/meminfo: memFree=28122484/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=16712 CPUtime=0.05 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 3590 0 0 0 2 3 0 0 20 0 1 0 341022877 17113088 3189 33554432000 4194304 7823515 140735637830736 140735637695288 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 4178 3189 404 887 0 3288 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16712

[startup+0.100288 s]
/proc/loadavg: 0.96 1.00 1.15 3/173 27031
/proc/meminfo: memFree=28122484/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=19044 CPUtime=0.09 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 4205 0 0 0 4 5 0 0 20 0 1 0 341022877 19501056 3804 33554432000 4194304 7823515 140735637830736 140735637695288 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 4761 3804 436 887 0 3871 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19044

[startup+0.30026 s]
/proc/loadavg: 0.96 1.00 1.15 3/173 27031
/proc/meminfo: memFree=28122484/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=25052 CPUtime=0.29 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 5954 0 0 0 22 7 0 0 20 0 1 0 341022877 25653248 5440 33554432000 4194304 7823515 140735637830736 140735637695288 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 6263 5440 523 887 0 5373 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25052

[startup+0.700177 s]
/proc/loadavg: 0.96 1.00 1.15 3/173 27031
/proc/meminfo: memFree=28122484/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=26740 CPUtime=0.69 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 6287 0 0 0 62 7 0 0 20 0 1 0 341022877 27381760 5773 33554432000 4194304 7823515 140735637830736 140735637826072 6180642 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 6685 5773 523 887 0 5795 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26740

[startup+1.50025 s]
/proc/loadavg: 0.96 1.00 1.15 3/177 27035
/proc/meminfo: memFree=28080264/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=27544 CPUtime=1.49 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 6643 0 0 0 141 8 0 0 20 0 1 0 341022877 28205056 6129 33554432000 4194304 7823515 140735637830736 140735637827480 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 6886 6129 553 887 0 5996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27544

[startup+3.10018 s]
/proc/loadavg: 0.96 1.00 1.15 3/177 27035
/proc/meminfo: memFree=28074684/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=30308 CPUtime=3.08 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 7410 0 0 0 300 8 0 0 20 0 1 0 341022877 31035392 6831 33554432000 4194304 7823515 140735637830736 140735637826536 6180599 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 7577 6831 568 887 0 6687 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 30308

[startup+6.30018 s]
/proc/loadavg: 1.05 1.01 1.15 3/177 27035
/proc/meminfo: memFree=28057324/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=35964 CPUtime=6.29 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 8670 0 0 0 619 10 0 0 20 0 1 0 341022877 36827136 8090 33554432000 4194304 7823515 140735637830736 140735637825880 4386287 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 8991 8090 568 887 0 8101 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35964

[startup+12.7002 s]
/proc/loadavg: 1.12 1.03 1.16 3/177 27035
/proc/meminfo: memFree=28016984/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=60320 CPUtime=12.69 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 14595 0 0 0 1251 18 0 0 20 0 1 0 341022877 61767680 13967 33554432000 4194304 7823515 140735637830736 140735637825928 5566666 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 15080 13967 577 887 0 14190 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 60320

[startup+25.5003 s]
/proc/loadavg: 1.32 1.08 1.17 3/177 27035
/proc/meminfo: memFree=28017216/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=60320 CPUtime=25.48 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 14651 0 0 0 2527 21 0 0 20 0 1 0 341022877 61767680 14023 33554432000 4194304 7823515 140735637830736 140735637825432 6211372 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 15080 14023 578 887 0 14190 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60320

[startup+51.1003 s]
/proc/loadavg: 1.55 1.15 1.19 3/177 27035
/proc/meminfo: memFree=28015132/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=60320 CPUtime=51.06 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 14666 0 0 0 5070 36 0 0 20 0 1 0 341022877 61767680 14339 33554432000 4194304 7823515 140735637830736 140735637825432 5924480 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 15080 14339 582 887 0 14190 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 60320

[startup+102.3 s]
/proc/loadavg: 1.87 1.29 1.24 3/177 27036
/proc/meminfo: memFree=28014556/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=60320 CPUtime=102.27 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 14667 0 0 0 10163 64 0 0 20 0 1 0 341022877 61767680 14683 33554432000 4194304 7823515 140735637830736 140735637826072 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 15080 14683 582 887 0 14190 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 60320

[startup+162.3 s]
/proc/loadavg: 1.95 1.42 1.28 3/177 27036
/proc/meminfo: memFree=28007424/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=60320 CPUtime=162.25 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 14675 0 0 0 16125 100 0 0 20 0 1 0 341022877 61767680 14701 33554432000 4194304 7823515 140735637830736 140735637827080 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 15080 14701 589 887 0 14190 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 60320

[startup+222.307 s]
/proc/loadavg: 1.98 1.52 1.32 3/177 27036
/proc/meminfo: memFree=28006672/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=59732 CPUtime=222.24 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 15199 0 0 0 22083 141 0 0 20 0 1 0 341022877 61165568 14576 33554432000 4194304 7823515 140735637830736 140735637827272 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 14933 14576 590 887 0 14043 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 59732

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.37 3/177 27036
/proc/meminfo: memFree=28002268/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=63876 CPUtime=282.23 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 16203 0 0 0 28041 182 0 0 20 0 1 0 341022877 65409024 15579 33554432000 4194304 7823515 140735637830736 140735637826072 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 15969 15579 590 887 0 15079 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 63876

[startup+342.3 s]
/proc/loadavg: 1.99 1.68 1.40 3/177 27036
/proc/meminfo: memFree=27991292/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=74992 CPUtime=342.23 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 21626 0 0 0 33993 230 0 0 20 0 1 0 341022877 76791808 18322 33554432000 4194304 7823515 140735637830736 140735637825848 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 18748 18322 590 887 0 17858 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 74992

[startup+402.3 s]
/proc/loadavg: 1.99 1.73 1.44 3/177 27037
/proc/meminfo: memFree=27976952/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=87136 CPUtime=402.21 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 27235 0 0 0 39941 280 0 0 20 0 1 0 341022877 89227264 21329 33554432000 4194304 7823515 140735637830736 140735637826088 6212678 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 21784 21329 590 887 0 20894 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 87136

[startup+462.3 s]
/proc/loadavg: 1.99 1.78 1.47 3/178 27040
/proc/meminfo: memFree=27968248/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=95612 CPUtime=462.19 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 29392 0 0 0 45893 326 0 0 20 0 1 0 341022877 97906688 23491 33554432000 4194304 7823515 140735637830736 140735637826536 6253192 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 23903 23491 590 887 0 23013 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 95612

[startup+522.3 s]
/proc/loadavg: 1.99 1.82 1.50 3/177 27040
/proc/meminfo: memFree=27964536/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=101300 CPUtime=522.18 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 33390 0 0 0 51845 373 0 0 20 0 1 0 341022877 103731200 24918 33554432000 4194304 7823515 140735637830736 140735637826536 6954986 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/27031/statm: 25325 24918 590 887 0 24435 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 101300

[startup+582.3 s]
/proc/loadavg: 1.99 1.85 1.53 3/177 27040
/proc/meminfo: memFree=27960248/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=105984 CPUtime=582.17 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 34586 0 0 0 57794 423 0 0 20 0 1 0 341022877 108527616 26112 33554432000 4194304 7823515 140735637830736 140735637826424 6211600 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27031/statm: 26496 26112 590 887 0 25606 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 105984

[startup+642.3 s]
/proc/loadavg: 1.99 1.87 1.55 3/177 27040
/proc/meminfo: memFree=27958388/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=107948 CPUtime=642.17 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 35061 0 0 0 63740 477 0 0 20 0 1 0 341022877 110538752 26587 33554432000 4194304 7823515 140735637830736 140735637826536 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27031/statm: 26987 26587 590 887 0 26097 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 107948

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

[startup+642.4 s]
/proc/loadavg: 1.99 1.87 1.55 3/177 27040
/proc/meminfo: memFree=27958388/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=107948 CPUtime=642.27 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 35061 0 0 0 63750 477 0 0 20 0 1 0 341022877 110538752 26587 33554432000 4194304 7823515 140735637830736 140735637826536 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27031/statm: 26987 26587 590 887 0 26097 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 107948

[startup+643.2 s]
/proc/loadavg: 1.99 1.87 1.55 3/177 27040
/proc/meminfo: memFree=27958388/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=107948 CPUtime=643.06 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 35061 0 0 0 63829 477 0 0 20 0 1 0 341022877 110538752 26587 33554432000 4194304 7823515 140735637830736 140735637826072 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27031/statm: 26987 26587 590 887 0 26097 0
Current children cumulated CPU time (s) 643.06
Current children cumulated vsize (KiB) 107948

[startup+643.4 s]
/proc/loadavg: 1.99 1.87 1.55 3/177 27040
/proc/meminfo: memFree=27958388/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=107948 CPUtime=643.26 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 35061 0 0 0 63849 477 0 0 20 0 1 0 341022877 110538752 26587 33554432000 4194304 7823515 140735637830736 140735637826072 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27031/statm: 26987 26587 590 887 0 26097 0
Current children cumulated CPU time (s) 643.26
Current children cumulated vsize (KiB) 107948

[startup+643.5 s]
/proc/loadavg: 1.99 1.87 1.56 3/177 27040
/proc/meminfo: memFree=27958140/32873844 swapFree=7108/7108
[pid=27031] ppid=27027 vsize=107948 CPUtime=643.37 cores=0,2,4,6
/proc/27031/stat : 27031 (pbscip.linux.x8) R 27027 27031 26990 0 -1 4202496 35061 0 0 0 63860 477 0 0 20 0 1 0 341022877 110538752 26587 33554432000 4194304 7823515 140735637830736 140735637826072 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/27031/statm: 26987 26587 590 887 0 26097 0
Current children cumulated CPU time (s) 643.37
Current children cumulated vsize (KiB) 107948

Child status: 0
Real time (s): 643.606
CPU time (s): 643.476
CPU user time (s): 638.702
CPU system time (s): 4.77427
CPU usage (%): 99.9798
Max. virtual memory (cumulated for all children) (KiB): 107948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 638.702
system time used= 4.77427
maximum resident set size= 106356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35066
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= 29
involuntary context switches= 796

runsolver used 1.85172 second user time and 4.00239 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-03 20:43:03
IDJOB=3737510
IDBENCH=48250
IDSOLVER=2321
FILE ID=node139/3737510-1338748983
RUNJOBID= node139-1338748983-27006
PBS_JOBID= 14636794
Free space on /tmp= 71100 MiB

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

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

MD5SUM BENCH= e0d3a2bf2cd2b7e4b27d7033a7686e76
RANDOM SEED=1854644292

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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.750
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:        28122516 kB
Buffers:          510024 kB
Cached:          3357364 kB
SwapCached:          828 kB
Active:          1742684 kB
Inactive:        2132316 kB
Active(anon):       2024 kB
Inactive(anon):     7952 kB
Active(file):    1740660 kB
Inactive(file):  2124364 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:             19772 kB
Writeback:             0 kB
AnonPages:         14008 kB
Mapped:            10820 kB
Shmem:                 8 kB
Slab:             734744 kB
SReclaimable:     176552 kB
SUnreclaim:       558192 kB
KernelStack:        1424 kB
PageTables:         3828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71080 MiB
End job on node139 at 2012-06-03 20:53:47