Trace number 3737499

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-7 353.993 354.065

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_2.opb
MD5SUM1eb933a10fcc575d2df25e98511c4b07
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-7
Best CPU time to get the best result obtained on this benchmark9.39857
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
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)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

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-3737499-1338748878.opb>
0.00/0.01	c original problem has 1580 variables (1580 bin, 0 int, 0 impl, 0 cont) and 1631 constraints
0.00/0.02	c start presolving problem
0.00/0.02	c presolving:
0.04/0.07	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 11940 impls, 100 clqs
0.08/0.14	c    (0.1s) probing: 101/1580 (6.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.08/0.14	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.08/0.14	c presolving (2 rounds):
0.08/0.14	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.08/0.14	c  11940 implications, 100 cliques
0.08/0.14	c presolved problem has 1580 variables (1580 bin, 0 int, 0 impl, 0 cont) and 1631 constraints
0.08/0.14	c     100 constraints of type <setppc>
0.08/0.14	c    1480 constraints of type <and>
0.08/0.14	c       1 constraints of type <linear>
0.08/0.14	c      50 constraints of type <logicor>
0.08/0.14	c transformed objective value is always integral (scale: 1)
0.08/0.14	c Presolving Time: 0.05
0.08/0.14	c OPT-NLC
0.08/0.14	c -----------------------------------------------------------------------------------------------
0.08/0.14	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.08/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.14	c limits/memory = c 13950
0.08/0.14	c # maximal time in seconds to run
0.08/0.14	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.08/0.14	c limits/time = c 1791
0.08/0.14	c # frequency for displaying node information lines
0.08/0.14	c # [type: int, range: [-1,2147483647], default: 100]
0.08/0.14	c display/freq = c 10000
0.08/0.14	c -----------------------------------------------------------------------------------------------
0.08/0.14	c start solving problem
0.08/0.14	c 
1.18/1.23	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.18/1.23	c   1.1s|     1 |     0 |  3142 |7541k|   0 | 433 |1580 |1631 |1631 |1580 |3111 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
1.18/1.23	o -2
1.18/1.23	c s 1.1s|     1 |     0 |  3142 |7602k|   0 | 433 |1580 |1631 |1631 |1580 |3111 |   0 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
2.09/2.13	c   2.0s|     1 |     0 |  4777 |8516k|   0 | 283 |1580 |1631 |1631 |1580 |3166 |  55 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
2.99/3.01	c   2.9s|     1 |     0 |  6301 |9652k|   0 | 510 |1580 |1631 |1631 |1580 |3209 |  98 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
3.88/3.92	c   3.8s|     1 |     0 |  7642 |  10M|   0 | 774 |1580 |1631 |1631 |1580 |3247 | 136 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
4.79/4.81	c   4.7s|     1 |     0 |  8728 |  12M|   0 | 701 |1580 |1631 |1631 |1580 |3271 | 160 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
5.78/5.81	c   5.7s|     1 |     0 |  9964 |  13M|   0 | 382 |1580 |1631 |1631 |1580 |3290 | 179 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
6.88/6.98	c   6.9s|     1 |     0 | 11540 |  15M|   0 | 780 |1580 |1631 |1631 |1580 |3321 | 210 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
15.48/15.57	o -5
15.48/15.57	c E15.4s|     1 |     0 | 11540 |  15M|   0 | 780 |1580 |1631 |1631 |1580 |3321 | 210 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
15.48/15.58	c  15.4s|     1 |     0 | 11540 |  15M|   0 | 780 |1580 |1631 |1631 |1580 |3321 | 210 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
16.68/16.70	c  16.5s|     1 |     0 | 12902 |  17M|   0 | 662 |1580 |1631 |1631 |1580 |3337 | 226 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
28.68/28.70	c  28.5s|     1 |     2 | 12902 |  17M|   0 | 662 |1580 |1631 |1631 |1580 |3337 | 226 |   0 |  25 |-2.500000e+01 |-5.000000e+00 |  80.00%
53.18/53.25	o -6
53.18/53.25	c R52.8s|    18 |     5 | 29736 |  17M|   7 |   - |1580 |1632 | 904 |1580 |1518 |1620 |   1 | 604 |-2.476777e+01 |-6.000000e+00 |  75.77%
247.83/247.91	o -7
247.83/247.91	c * 246s|  5851 |   838 |693565 |  23M|  66 |   - |1580 |1776 | 182 |1580 |1554 |  24k| 279 |3664 |-1.269693e+01 |-7.000000e+00 |  44.87%
285.93/286.08	c   284s| 10000 |   977 |851512 |  27M|  66 | 132 |1580 |1726 | 315 |1580 |1756 |  27k| 348 |4247 |-1.185637e+01 |-7.000000e+00 |  40.96%
353.91/354.05	c 
353.91/354.05	c SCIP Status        : problem is solved [optimal solution found]
353.91/354.05	c Solving Time (sec) : 351.32
353.91/354.05	c Solving Nodes      : 17679
353.91/354.05	c Primal Bound       : -7.00000000000000e+00 (11 solutions)
353.91/354.05	c Dual Bound         : -7.00000000000000e+00
353.91/354.05	c Gap                : 0.00 %
353.91/354.05	c NODE         17679
353.91/354.05	c DUAL BOUND   -7
353.91/354.05	c PRIMAL BOUND -7
353.91/354.05	c GAP          0
353.91/354.05	s OPTIMUM FOUND
353.91/354.05	v x84 -x71 -x52 -x90 -x85 -x82 x77 -x75 -x54 -x56 x95 -x98 -x83 x87 -x51 -x86 -x79 -x72 -x69 -x67 -x63 -x60 -x59 -x58 x57 -x64 x97 
353.91/354.05	v -x61 -x92 x66 -x73 -x53 -x81 -x68 -x74 -x55 -x88 -x94 -x100 -x80 -x93 -x96 -x78 -x65 -x99 -x62 -x76 -x89 -x70 -x91 x50 x49 
353.91/354.05	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 
353.91/354.05	v -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
353.91/354.05	c SCIP Status        : problem is solved [optimal solution found]
353.91/354.05	c Solving Time       :     351.32
353.91/354.05	c Original Problem   :
353.91/354.05	c   Problem name     : HOME/instance-3737499-1338748878.opb
353.91/354.05	c   Variables        : 1580 (1580 binary, 0 integer, 0 implicit integer, 0 continuous)
353.91/354.05	c   Constraints      : 1631 initial, 1631 maximal
353.91/354.05	c Presolved Problem  :
353.91/354.05	c   Problem name     : t_HOME/instance-3737499-1338748878.opb
353.91/354.05	c   Variables        : 1580 (1580 binary, 0 integer, 0 implicit integer, 0 continuous)
353.91/354.05	c   Constraints      : 1631 initial, 1785 maximal
353.91/354.05	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
353.91/354.05	c   trivial          :       0.00          0          0          0          0          0          0          0          0
353.91/354.05	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
353.91/354.05	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
353.91/354.05	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
353.91/354.05	c   implics          :       0.00          0          0          0          0          0          0          0          0
353.91/354.05	c   probing          :       0.01          0          0          0          0          0          0          0          0
353.91/354.05	c   setppc           :       0.00          0          0          0          0          0          0          0          0
353.91/354.05	c   and              :       0.03          0          0          0          0          0          0          0          0
353.91/354.05	c   linear           :       0.01          0          0          0          0          0          0          0          0
353.91/354.05	c   logicor          :       0.00          0          0          0          0          0          0          0          0
353.91/354.05	c   root node        :          -        120          -          -        120          -          -          -          -
353.91/354.05	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
353.91/354.05	c   integral         :          0          0          0      10112          0         33       2212          0          0      18520
353.91/354.05	c   setppc           :        100          7      61152          1          0        104      73796          0          0          0
353.91/354.05	c   and              :       1480      15297      61048          1          0         25    1416887      34720          0          0
353.91/354.05	c   linear           :          1          7      61020          1          0         24        109          0          0          0
353.91/354.05	c   logicor          :         50+         7      17362          1          0          8       6935          0          0          0
353.91/354.05	c   countsols        :          0          0          0          1          0          0          0          0          0          0
353.91/354.05	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
353.91/354.05	c   integral         :     109.27       0.00       0.00     109.27       0.00
353.91/354.05	c   setppc           :       0.17       0.00       0.17       0.00       0.00
353.91/354.05	c   and              :       2.20       0.75       1.45       0.00       0.00
353.91/354.05	c   linear           :       0.20       0.00       0.20       0.00       0.00
353.91/354.05	c   logicor          :       0.07       0.00       0.07       0.00       0.00
353.91/354.05	c   countsols        :       0.00       0.00       0.00       0.00       0.00
353.91/354.05	c Propagators        :       Time      Calls    Cutoffs    DomReds
353.91/354.05	c   rootredcost      :       0.03          2          0          0
353.91/354.05	c   pseudoobj        :       0.11      61345        113        396
353.91/354.05	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
353.91/354.05	c   propagation      :       0.00        274        263        522       32.4          3       55.3          -
353.91/354.05	c   infeasible LP    :       0.01          7          7         14       25.1          0        0.0          0
353.91/354.05	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
353.91/354.05	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
353.91/354.05	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
353.91/354.05	c   applied globally :          -          -          -        431       30.2          -          -          -
353.91/354.05	c   applied locally  :          -          -          -          0        0.0          -          -          -
353.91/354.05	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
353.91/354.05	c   cut pool         :       0.00          6          -          -         27          -    (maximal pool size: 713)
353.91/354.05	c   redcost          :       0.49      16004          0      55987          0          0
353.91/354.05	c   impliedbounds    :       0.00          7          0          0         16          0
353.91/354.05	c   intobj           :       0.00          0          0          0          0          0
353.91/354.05	c   gomory           :       1.15          7          0          0        152          0
353.91/354.05	c   strongcg         :       1.05          7          0          0        830          0
353.91/354.05	c   cmir             :       0.10          7          0          0          0          0
353.91/354.05	c   flowcover        :       0.08          7          0          0          0          0
353.91/354.05	c   clique           :       0.08          7          0          0         51          0
353.91/354.05	c   zerohalf         :       0.00          0          0          0          0          0
353.91/354.05	c   mcf              :       0.06          3          0          0          0          0
353.91/354.05	c Pricers            :       Time      Calls       Vars
353.91/354.05	c   problem variables:       0.00          0          0
353.91/354.05	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
353.91/354.05	c   relpscost        :     109.26      10111         33       2212          0          0      18520
353.91/354.05	c   pscost           :       0.00          0          0          0          0          0          0
353.91/354.05	c   inference        :       0.00          0          0          0          0          0          0
353.91/354.05	c   mostinf          :       0.00          0          0          0          0          0          0
353.91/354.05	c   leastinf         :       0.00          0          0          0          0          0          0
353.91/354.05	c   fullstrong       :       0.00          0          0          0          0          0          0
353.91/354.05	c   allfullstrong    :       0.00          0          0          0          0          0          0
353.91/354.05	c   random           :       0.00          0          0          0          0          0          0
353.91/354.05	c Primal Heuristics  :       Time      Calls      Found
353.91/354.05	c   LP solutions     :       0.00          -          1
353.91/354.05	c   pseudo solutions :       0.00          -          0
353.91/354.05	c   feaspump         :       0.01          0          0
353.91/354.05	c   oneopt           :       0.01          3          0
353.91/354.05	c   crossover        :       0.17          9          0
353.91/354.05	c   pscostdiving     :       2.45         31          0
353.91/354.05	c   veclendiving     :       4.51         31          0
353.91/354.05	c   fracdiving       :       2.10         31          0
353.91/354.05	c   rootsoldiving    :       0.99         16          0
353.91/354.05	c   objpscostdiving  :       3.66         16          0
353.91/354.05	c   coefdiving       :       2.80         32          0
353.91/354.05	c   guideddiving     :       3.00         32          0
353.91/354.05	c   linesearchdiving :       1.59         32          0
353.91/354.05	c   simplerounding   :       0.00          0          0
353.91/354.05	c   rounding         :       0.98       5389          1
353.91/354.05	c   shifting         :       0.55       1447          8
353.91/354.05	c   intshifting      :       0.00          0          0
353.91/354.05	c   fixandinfer      :       0.00          0          0
353.91/354.05	c   intdiving        :       0.00          0          0
353.91/354.05	c   actconsdiving    :       0.00          0          0
353.91/354.05	c   octane           :       0.00          0          0
353.91/354.05	c   rens             :       8.52          1          1
353.91/354.05	c   rins             :       0.00          0          0
353.91/354.05	c   localbranching   :       0.00          0          0
353.91/354.05	c   mutation         :       0.00          0          0
353.91/354.05	c   dins             :       0.00          0          0
353.91/354.05	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
353.91/354.05	c   primal LP        :       1.46          0          0       0.00       0.00
353.91/354.05	c   dual LP          :     194.82      23550     996262      42.30    5113.76
353.91/354.05	c   barrier LP       :       0.00          0          0       0.00          -
353.91/354.05	c   diving/probing LP:      18.55       8755      96325      11.00    5192.72
353.91/354.05	c   strong branching :     108.89       6336     538251      84.95    4943.07
353.91/354.05	c     (at root node) :          -         25      25000    1000.00          -
353.91/354.05	c   conflict analysis:       0.00          0          0       0.00          -
353.91/354.05	c B&B Tree           :
353.91/354.05	c   number of runs   :          1
353.91/354.05	c   nodes            :      17679
353.91/354.05	c   nodes (total)    :      17679
353.91/354.05	c   nodes left       :          0
353.91/354.05	c   max depth        :         70
353.91/354.05	c   max depth (total):         70
353.91/354.05	c   backtracks       :       2401 (13.6%)
353.91/354.05	c   delayed cutoffs  :          0
353.91/354.05	c   repropagations   :       1736 (3168 domain reductions, 0 cutoffs)
353.91/354.05	c   avg switch length:       6.53
353.91/354.05	c   switching time   :       3.66
353.91/354.05	c Solution           :
353.91/354.05	c   Solutions found  :         11 (4 improvements)
353.91/354.05	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 5851 nodes, 246.06 seconds, depth 14, found by <relaxation>)
353.91/354.05	c   Dual Bound       : -7.00000000000000e+00
353.91/354.05	c   Gap              :       0.00 %
353.91/354.05	c   Root Dual Bound  : -2.50000000000000e+01
353.91/354.06	c Time complete: 353.98.

Verifier Data

OK	-7

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21468
/proc/meminfo: memFree=28541476/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/21468/stat : 21468 (runsolver) D 21466 21468 21332 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 341012555 12095488 50 33554432000 4194304 5436572 140736720725872 140736720722168 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/21468/statm: 2953 50 31 304 0 2645 0

[startup+0.0622471 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21468
/proc/meminfo: memFree=28541476/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=16732 CPUtime=0.04 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 3598 0 0 0 2 2 0 0 20 0 1 0 341012555 17133568 3196 33554432000 4194304 7823515 140735136396848 140736720722056 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 4183 3196 404 887 0 3293 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16732

[startup+0.100312 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21468
/proc/meminfo: memFree=28541476/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=19080 CPUtime=0.08 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 4217 0 0 0 4 4 0 0 20 0 1 0 341012555 19537920 3815 33554432000 4194304 7823515 140735136396848 140736720722056 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 4770 3815 436 887 0 3880 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 19080

[startup+0.300267 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21468
/proc/meminfo: memFree=28541476/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=25308 CPUtime=0.28 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 5977 0 0 0 22 6 0 0 20 0 1 0 341012555 25915392 5496 33554432000 4194304 7823515 140735136396848 140735136394136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 6327 5496 523 887 0 5437 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 25308

[startup+0.700221 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 21468
/proc/meminfo: memFree=28541476/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=27488 CPUtime=0.69 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 6311 0 0 0 62 7 0 0 20 0 1 0 341012555 28147712 5830 33554432000 4194304 7823515 140735136396848 140735136394136 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 6872 5830 523 887 0 5982 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27488

[startup+1.50024 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21469
/proc/meminfo: memFree=28520512/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=29568 CPUtime=1.48 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 7033 0 0 0 141 7 0 0 20 0 1 0 341012555 30277632 6493 33554432000 4194304 7823515 140735136396848 140735136392184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 7392 6493 568 887 0 6502 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 29568

[startup+3.10025 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21469
/proc/meminfo: memFree=28517908/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=30888 CPUtime=3.08 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 7530 0 0 0 300 8 0 0 20 0 1 0 341012555 31629312 6984 33554432000 4194304 7823515 140735136396848 140735136391944 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 7722 6984 568 887 0 6832 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 30888

[startup+6.30022 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21469
/proc/meminfo: memFree=28506252/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=42604 CPUtime=6.28 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 10361 0 0 0 619 9 0 0 20 0 1 0 341012555 43626496 9815 33554432000 4194304 7823515 140735136396848 140735136392040 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 10651 9815 568 887 0 9761 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 42604

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21469
/proc/meminfo: memFree=28478864/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=68956 CPUtime=12.69 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 16688 0 0 0 1254 15 0 0 20 0 1 0 341012555 70610944 16055 33554432000 4194304 7823515 140735136396848 140735136390776 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 17239 16055 574 887 0 16349 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68956

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21469
/proc/meminfo: memFree=28480112/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=67388 CPUtime=25.48 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 17067 0 0 0 2527 21 0 0 20 0 1 0 341012555 69005312 15806 33554432000 4194304 7823515 140735136396848 140735136391896 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 16847 15806 578 887 0 15957 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 67388

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21469
/proc/meminfo: memFree=28480112/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=67388 CPUtime=51.07 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 17070 0 0 0 5069 38 0 0 20 0 1 0 341012555 69005312 15809 33554432000 4194304 7823515 140735136396848 140735136391544 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 16847 15809 581 887 0 15957 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 67388

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21469
/proc/meminfo: memFree=28477332/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=67388 CPUtime=102.26 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 17097 0 0 0 10156 70 0 0 20 0 1 0 341012555 69005312 16458 33554432000 4194304 7823515 140735136396848 140735136393480 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 16847 16458 589 887 0 15957 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 67388

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21469
/proc/meminfo: memFree=28477332/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=67388 CPUtime=162.25 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 17097 0 0 0 16112 113 0 0 20 0 1 0 341012555 69005312 16458 33554432000 4194304 7823515 140735136396848 140735136391544 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 16847 16458 589 887 0 15957 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 67388

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 21470
/proc/meminfo: memFree=28477208/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=67244 CPUtime=222.24 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 17662 0 0 0 22066 158 0 0 20 0 1 0 341012555 68857856 16425 33554432000 4194304 7823515 140735136396848 140735136392184 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 16811 16425 589 887 0 15921 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 67244

[startup+282.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/179 21470
/proc/meminfo: memFree=28473732/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=71372 CPUtime=282.23 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 29032 0 0 0 28016 207 0 0 20 0 1 0 341012555 73084928 17388 33554432000 4194304 7823515 140735136396848 140735136391816 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 17843 17388 590 887 0 16953 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 71372

[startup+342.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 21470
/proc/meminfo: memFree=28470132/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=74960 CPUtime=342.22 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 32501 0 0 0 33969 253 0 0 20 0 1 0 341012555 76759040 18261 33554432000 4194304 7823515 140735136396848 140735136391176 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 18740 18261 590 887 0 17850 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 74960

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

[startup+345.5 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 21470
/proc/meminfo: memFree=28469760/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=75160 CPUtime=345.42 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 32620 0 0 0 34285 257 0 0 20 0 1 0 341012555 76963840 18380 33554432000 4194304 7823515 140735136396848 140735136392648 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 18790 18380 590 887 0 17900 0
Current children cumulated CPU time (s) 345.42
Current children cumulated vsize (KiB) 75160

[startup+348.706 s]
/proc/loadavg: 2.05 2.02 2.00 3/179 21470
/proc/meminfo: memFree=28469636/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=75340 CPUtime=348.62 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 32658 0 0 0 34603 259 0 0 20 0 1 0 341012555 77148160 18418 33554432000 4194304 7823515 140735136396848 140735136393192 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 18835 18418 590 887 0 17945 0
Current children cumulated CPU time (s) 348.62
Current children cumulated vsize (KiB) 75340

[startup+351.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 21470
/proc/meminfo: memFree=28469636/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=75340 CPUtime=351.82 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 32658 0 0 0 34920 262 0 0 20 0 1 0 341012555 77148160 18418 33554432000 4194304 7823515 140735136396848 140735136393336 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 18835 18418 590 887 0 17945 0
Current children cumulated CPU time (s) 351.82
Current children cumulated vsize (KiB) 75340

[startup+352.7 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 21470
/proc/meminfo: memFree=28469636/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=75340 CPUtime=352.61 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 32675 0 0 0 34998 263 0 0 20 0 1 0 341012555 77148160 18435 33554432000 4194304 7823515 140735136396848 140735136393880 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 18835 18435 590 887 0 17945 0
Current children cumulated CPU time (s) 352.61
Current children cumulated vsize (KiB) 75340

[startup+353.5 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 21470
/proc/meminfo: memFree=28469636/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=75728 CPUtime=353.42 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 32727 0 0 0 35078 264 0 0 20 0 1 0 341012555 77545472 18487 33554432000 4194304 7823515 140735136396848 140735136392648 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 18932 18487 590 887 0 18042 0
Current children cumulated CPU time (s) 353.42
Current children cumulated vsize (KiB) 75728

[startup+353.9 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 21470
/proc/meminfo: memFree=28469636/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=75728 CPUtime=353.81 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 32727 0 0 0 35117 264 0 0 20 0 1 0 341012555 77545472 18487 33554432000 4194304 7823515 140735136396848 140735136392648 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 18932 18487 590 887 0 18042 0
Current children cumulated CPU time (s) 353.81
Current children cumulated vsize (KiB) 75728

[startup+354 s]
/proc/loadavg: 2.04 2.02 2.00 3/179 21470
/proc/meminfo: memFree=28469636/32873844 swapFree=7380/7380
[pid=21468] ppid=21466 vsize=75728 CPUtime=353.91 cores=0,2,4,6
/proc/21468/stat : 21468 (pbscip.linux.x8) R 21466 21468 21332 0 -1 4202496 32727 0 0 0 35127 264 0 0 20 0 1 0 341012555 77545472 18487 33554432000 4194304 7823515 140735136396848 140735136392648 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/21468/statm: 18932 18487 590 887 0 18042 0
Current children cumulated CPU time (s) 353.91
Current children cumulated vsize (KiB) 75728

Child status: 0
Real time (s): 354.065
CPU time (s): 353.993
CPU user time (s): 351.339
CPU system time (s): 2.6546
CPU usage (%): 99.9797
Max. virtual memory (cumulated for all children) (KiB): 79420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 351.339
system time used= 2.6546
maximum resident set size= 81476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32732
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= 17
involuntary context switches= 363

runsolver used 0.551916 second user time and 1.38679 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-03 20:41:18
IDJOB=3737499
IDBENCH=48248
IDSOLVER=2321
FILE ID=node133/3737499-1338748878
RUNJOBID= node133-1338747083-21348
PBS_JOBID= 14636776
Free space on /tmp= 70476 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_2.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-3737499-1338748878/watcher-3737499-1338748878 -o /tmp/evaluation-result-3737499-1338748878/solver-3737499-1338748878 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737499-1338748878.opb

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

MD5SUM BENCH= 1eb933a10fcc575d2df25e98511c4b07
RANDOM SEED=416430275

node133.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.540
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.08
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.540
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.92
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.540
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.540
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.540
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.540
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.540
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.540
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:        28542220 kB
Buffers:          488624 kB
Cached:          2845108 kB
SwapCached:          676 kB
Active:          1614024 kB
Inactive:        1817464 kB
Active(anon):      88804 kB
Inactive(anon):    10220 kB
Active(file):    1525220 kB
Inactive(file):  1807244 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:              9720 kB
Writeback:             0 kB
AnonPages:        133648 kB
Mapped:            12852 kB
Shmem:                 0 kB
Slab:             759868 kB
SReclaimable:     201608 kB
SUnreclaim:       558260 kB
KernelStack:        1488 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     212080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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= 70464 MiB
End job on node133 at 2012-06-03 20:47:12