Trace number 3737400

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 361.748 361.816

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_3.opb
MD5SUMe70f8e0da8fa345ba6e82dce1b0133d2
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.75052
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)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

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-3737400-1338747083.opb>
0.00/0.01	c original problem has 1576 variables (1576 bin, 0 int, 0 impl, 0 cont) and 1627 constraints
0.00/0.01	c start presolving problem
0.00/0.01	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, 11908 impls, 100 clqs
0.09/0.13	c    (0.1s) probing: 101/1576 (6.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.13	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.13	c presolving (2 rounds):
0.09/0.13	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.13	c  11908 implications, 100 cliques
0.09/0.13	c presolved problem has 1576 variables (1576 bin, 0 int, 0 impl, 0 cont) and 1627 constraints
0.09/0.13	c     100 constraints of type <setppc>
0.09/0.13	c    1476 constraints of type <and>
0.09/0.13	c       1 constraints of type <linear>
0.09/0.13	c      50 constraints of type <logicor>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.06
0.09/0.13	c OPT-NLC
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = c 13950
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = c 1791
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = c 10000
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving problem
0.09/0.13	c 
1.29/1.34	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.29/1.34	c   1.3s|     1 |     0 |  3295 |7519k|   0 | 381 |1576 |1627 |1627 |1576 |3103 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
1.29/1.34	o 0
1.29/1.34	c R 1.3s|     1 |     0 |  3295 |7533k|   0 | 381 |1576 |1627 |1627 |1576 |3103 |   0 |   0 |   0 |-2.500000e+01 | 4.218847e-15 |    Inf 
2.29/2.34	c   2.2s|     1 |     0 |  5044 |8620k|   0 | 377 |1576 |1627 |1627 |1576 |3166 |  63 |   0 |   0 |-2.500000e+01 | 4.218847e-15 |    Inf 
2.59/2.68	o -2
2.59/2.68	c s 2.3s|     1 |     0 |  5044 |8665k|   0 | 377 |1576 |1627 |1627 |1576 |3166 |  63 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
3.09/3.17	c   3.1s|     1 |     0 |  6430 |9561k|   0 | 411 |1576 |1627 |1627 |1576 |3206 | 103 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
4.08/4.19	c   4.1s|     1 |     0 |  7855 |  10M|   0 | 537 |1576 |1627 |1627 |1576 |3234 | 131 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
5.19/5.27	c   5.2s|     1 |     0 |  9390 |  11M|   0 | 503 |1576 |1627 |1627 |1576 |3262 | 159 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
6.19/6.23	c   6.1s|     1 |     0 | 10637 |  12M|   0 | 419 |1576 |1627 |1627 |1576 |3293 | 190 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
6.19/6.23	o -3
6.19/6.23	c s 6.1s|     1 |     0 | 10637 |  12M|   0 | 419 |1576 |1627 |1627 |1576 |3293 | 190 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
7.29/7.30	c   7.2s|     1 |     0 | 11999 |  15M|   0 | 345 |1576 |1627 |1627 |1576 |3307 | 204 |   0 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
10.29/10.30	o -5
10.29/10.30	c E10.1s|     1 |     0 | 11999 |  15M|   0 | 345 |1576 |1627 |1627 |1576 |3307 | 204 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
10.29/10.31	c  10.1s|     1 |     0 | 11999 |  15M|   0 | 345 |1576 |1627 |1627 |1576 |3307 | 204 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
11.39/11.41	c  11.2s|     1 |     0 | 13411 |  16M|   0 | 330 |1576 |1627 |1627 |1576 |3331 | 228 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
21.07/21.13	c  20.9s|     1 |     2 | 13411 |  16M|   0 | 330 |1576 |1627 |1627 |1576 |3331 | 228 |   0 |  20 |-2.500000e+01 |-5.000000e+00 |  80.00%
35.87/35.93	o -6
35.87/35.93	c *35.6s|    10 |     6 | 19082 |  16M|   8 |   - |1576 |1627 | 193 |1576 |1170 | 741 |   0 | 451 |-2.500000e+01 |-6.000000e+00 |  76.00%
196.86/196.92	o -7
196.86/196.92	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
196.86/196.92	c * 195s|  4083 |   780 |548875 |  20M|  69 |   - |1576 |1777 |  63 |1576 |1681 |  19k| 171 |2924 |-1.500098e+01 |-7.000000e+00 |  53.34%
281.33/281.48	c   279s| 10000 |  1037 |846385 |  27M|  69 |   - |1576 |1689 | 638 |1576 |1692 |  26k| 210 |5151 |-1.325117e+01 |-7.000000e+00 |  47.17%
361.62/361.79	c 
361.62/361.79	c SCIP Status        : problem is solved [optimal solution found]
361.62/361.79	c Solving Time (sec) : 358.94
361.62/361.79	c Solving Nodes      : 18115
361.62/361.79	c Primal Bound       : -7.00000000000000e+00 (6 solutions)
361.62/361.79	c Dual Bound         : -7.00000000000000e+00
361.62/361.79	c Gap                : 0.00 %
361.62/361.79	c NODE         18115
361.62/361.79	c DUAL BOUND   -7
361.62/361.79	c PRIMAL BOUND -7
361.62/361.79	c GAP          0
361.62/361.79	s OPTIMUM FOUND
361.62/361.79	v -x70 -x61 x84 -x78 -x64 -x63 -x58 -x54 -x72 -x100 -x83 -x82 -x95 -x79 -x62 -x51 x85 -x81 -x80 -x71 -x68 -x67 -x60 -x57 -x56 x87 
361.62/361.79	v -x55 -x99 -x88 -x98 -x74 x89 -x93 -x66 -x96 x92 -x53 -x90 x94 -x75 -x59 -x65 -x52 -x77 -x73 -x76 x91 -x69 -x86 -x97 x50 -x49 
361.62/361.79	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 
361.62/361.79	v -x22 -x21 -x20 x19 -x18 x17 -x16 -x15 x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
361.62/361.79	c SCIP Status        : problem is solved [optimal solution found]
361.62/361.79	c Solving Time       :     358.94
361.62/361.79	c Original Problem   :
361.62/361.79	c   Problem name     : HOME/instance-3737400-1338747083.opb
361.62/361.79	c   Variables        : 1576 (1576 binary, 0 integer, 0 implicit integer, 0 continuous)
361.62/361.79	c   Constraints      : 1627 initial, 1627 maximal
361.62/361.79	c Presolved Problem  :
361.62/361.79	c   Problem name     : t_HOME/instance-3737400-1338747083.opb
361.62/361.79	c   Variables        : 1576 (1576 binary, 0 integer, 0 implicit integer, 0 continuous)
361.62/361.79	c   Constraints      : 1627 initial, 1778 maximal
361.62/361.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
361.62/361.79	c   trivial          :       0.00          0          0          0          0          0          0          0          0
361.62/361.79	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
361.62/361.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
361.62/361.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
361.62/361.79	c   implics          :       0.00          0          0          0          0          0          0          0          0
361.62/361.79	c   probing          :       0.01          0          0          0          0          0          0          0          0
361.62/361.79	c   setppc           :       0.00          0          0          0          0          0          0          0          0
361.62/361.79	c   and              :       0.04          0          0          0          0          0          0          0          0
361.62/361.79	c   linear           :       0.01          0          0          0          0          0          0          0          0
361.62/361.79	c   logicor          :       0.00          0          0          0          0          0          0          0          0
361.62/361.79	c   root node        :          -         95          -          -         95          -          -          -          -
361.62/361.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
361.62/361.79	c   integral         :          0          0          0      10493          0         40       3254          0          0      18754
361.62/361.79	c   setppc           :        100          7      58924          2          0         75      56379          0          0          0
361.62/361.79	c   and              :       1476      15864      58849          2          0         10    1391008      35529          0          0
361.62/361.79	c   linear           :          1          7      58836          2          0         19         42          0          0          0
361.62/361.79	c   logicor          :         50+         7      15761          2          0          3       6459          0          0          0
361.62/361.79	c   countsols        :          0          0          0          2          0          0          0          0          0          0
361.62/361.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
361.62/361.79	c   integral         :     111.43       0.00       0.00     111.43       0.00
361.62/361.79	c   setppc           :       0.11       0.00       0.11       0.00       0.00
361.62/361.79	c   and              :       3.20       1.35       1.85       0.00       0.00
361.62/361.79	c   linear           :       0.26       0.00       0.26       0.00       0.00
361.62/361.79	c   logicor          :       0.10       0.00       0.10       0.00       0.00
361.62/361.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00
361.62/361.79	c Propagators        :       Time      Calls    Cutoffs    DomReds
361.62/361.79	c   rootredcost      :       0.03          2          0          0
361.62/361.79	c   pseudoobj        :       0.07      59111         66        367
361.62/361.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
361.62/361.79	c   propagation      :       0.02        173        163        302       33.3          0        0.0          -
361.62/361.79	c   infeasible LP    :       0.00          3          3          7       22.1          0        0.0          0
361.62/361.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
361.62/361.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
361.62/361.79	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
361.62/361.79	c   applied globally :          -          -          -        259       31.2          -          -          -
361.62/361.79	c   applied locally  :          -          -          -          0        0.0          -          -          -
361.62/361.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
361.62/361.79	c   cut pool         :       0.01          6          -          -         32          -    (maximal pool size: 672)
361.62/361.79	c   redcost          :       0.58      16536          0      68064          0          0
361.62/361.79	c   impliedbounds    :       0.00          7          0          0         12          0
361.62/361.79	c   intobj           :       0.00          0          0          0          0          0
361.62/361.79	c   gomory           :       1.13          7          0          0        169          0
361.62/361.79	c   strongcg         :       1.00          7          0          0        751          0
361.62/361.79	c   cmir             :       0.09          7          0          0          0          0
361.62/361.79	c   flowcover        :       0.11          7          0          0          0          0
361.62/361.79	c   clique           :       0.02          7          0          0         53          0
361.62/361.79	c   zerohalf         :       0.00          0          0          0          0          0
361.62/361.79	c   mcf              :       0.05          4          0          0          2          0
361.62/361.79	c Pricers            :       Time      Calls       Vars
361.62/361.79	c   problem variables:       0.00          0          0
361.62/361.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
361.62/361.79	c   relpscost        :     111.43      10491         40       3254          0          0      18754
361.62/361.79	c   pscost           :       0.00          0          0          0          0          0          0
361.62/361.79	c   inference        :       0.00          0          0          0          0          0          0
361.62/361.79	c   mostinf          :       0.00          0          0          0          0          0          0
361.62/361.79	c   leastinf         :       0.00          0          0          0          0          0          0
361.62/361.79	c   fullstrong       :       0.00          0          0          0          0          0          0
361.62/361.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
361.62/361.79	c   random           :       0.00          0          0          0          0          0          0
361.62/361.79	c Primal Heuristics  :       Time      Calls      Found
361.62/361.79	c   LP solutions     :       0.00          -          2
361.62/361.79	c   pseudo solutions :       0.00          -          0
361.62/361.79	c   feaspump         :       0.01          0          0
361.62/361.79	c   oneopt           :       0.01          3          0
361.62/361.79	c   pscostdiving     :       2.76         25          0
361.62/361.79	c   veclendiving     :       2.39         25          0
361.62/361.79	c   rootsoldiving    :       0.60         13          0
361.62/361.79	c   objpscostdiving  :       2.21         13          0
361.62/361.79	c   linesearchdiving :       0.94         26          0
361.62/361.79	c   guideddiving     :       2.59         26          0
361.62/361.79	c   coefdiving       :       3.51         26          0
361.62/361.79	c   fracdiving       :       1.89         26          0
361.62/361.79	c   crossover        :       0.14          9          0
361.62/361.79	c   simplerounding   :       0.01          0          0
361.62/361.79	c   rounding         :       1.11       5423          1
361.62/361.79	c   shifting         :       0.80       1599          2
361.62/361.79	c   intshifting      :       0.00          0          0
361.62/361.79	c   fixandinfer      :       0.00          0          0
361.62/361.79	c   intdiving        :       0.00          0          0
361.62/361.79	c   actconsdiving    :       0.00          0          0
361.62/361.79	c   octane           :       0.00          0          0
361.62/361.79	c   rens             :       2.95          1          1
361.62/361.79	c   rins             :       0.00          0          0
361.62/361.79	c   localbranching   :       0.00          0          0
361.62/361.79	c   mutation         :       0.00          0          0
361.62/361.79	c   dins             :       0.00          0          0
361.62/361.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
361.62/361.79	c   primal LP        :       1.50          0          0       0.00       0.00
361.62/361.79	c   dual LP          :     207.70      24420    1075183      44.03    5176.62
361.62/361.79	c   barrier LP       :       0.00          0          0       0.00          -
361.62/361.79	c   diving/probing LP:      14.60       7584      81688      10.77    5595.07
361.62/361.79	c   strong branching :     111.07       7123     574694      80.68    5174.16
361.62/361.79	c     (at root node) :          -         20      20000    1000.00          -
361.62/361.79	c   conflict analysis:       0.00          0          0       0.00          -
361.62/361.79	c B&B Tree           :
361.62/361.79	c   number of runs   :          1
361.62/361.79	c   nodes            :      18115
361.62/361.79	c   nodes (total)    :      18115
361.62/361.79	c   nodes left       :          0
361.62/361.79	c   max depth        :         71
361.62/361.79	c   max depth (total):         71
361.62/361.79	c   backtracks       :       2637 (14.6%)
361.62/361.79	c   delayed cutoffs  :          0
361.62/361.79	c   repropagations   :        758 (1812 domain reductions, 0 cutoffs)
361.62/361.79	c   avg switch length:       6.29
361.62/361.79	c   switching time   :       4.24
361.62/361.79	c Solution           :
361.62/361.79	c   Solutions found  :          6 (6 improvements)
361.62/361.79	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 4083 nodes, 195.47 seconds, depth 26, found by <relaxation>)
361.62/361.79	c   Dual Bound       : -7.00000000000000e+00
361.62/361.79	c   Gap              :       0.00 %
361.62/361.79	c   Root Dual Bound  : -2.50000000000000e+01
361.73/361.81	c Time complete: 361.74.

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

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

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


[startup+0 s]
/proc/loadavg: 1.86 1.98 2.07 2/176 21371
/proc/meminfo: memFree=28625920/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=9116 CPUtime=0 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 1618 0 0 0 0 0 0 0 20 0 1 0 340833094 9334784 1571 33554432000 4194304 7823515 140736462165104 140736462097208 6883856 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 2279 1571 354 887 0 1389 0

[startup+0.0566759 s]
/proc/loadavg: 1.86 1.98 2.07 2/176 21371
/proc/meminfo: memFree=28625920/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=16728 CPUtime=0.04 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 3595 0 0 0 2 2 0 0 20 0 1 0 340833094 17129472 3194 33554432000 4194304 7823515 140736462165104 140736462097208 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 4182 3194 404 887 0 3292 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16728

[startup+0.100309 s]
/proc/loadavg: 1.86 1.98 2.07 2/176 21371
/proc/meminfo: memFree=28625920/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=19076 CPUtime=0.09 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 4214 0 0 0 4 5 0 0 20 0 1 0 340833094 19533824 3813 33554432000 4194304 7823515 140736462165104 140736462097208 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 4769 3813 436 887 0 3879 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19076

[startup+0.300241 s]
/proc/loadavg: 1.86 1.98 2.07 2/176 21371
/proc/meminfo: memFree=28625920/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=25316 CPUtime=0.29 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 5987 0 0 0 22 7 0 0 20 0 1 0 340833094 25923584 5499 33554432000 4194304 7823515 140736462165104 140736462097208 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 6329 5499 523 887 0 5439 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25316

[startup+0.700187 s]
/proc/loadavg: 1.86 1.98 2.07 2/176 21371
/proc/meminfo: memFree=28625920/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=27392 CPUtime=0.69 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 6379 0 0 0 62 7 0 0 20 0 1 0 340833094 28049408 5888 33554432000 4194304 7823515 140736462165104 140736462097208 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 6848 5888 523 887 0 5958 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27392

[startup+1.50022 s]
/proc/loadavg: 1.87 1.98 2.07 3/179 21377
/proc/meminfo: memFree=28407384/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=27392 CPUtime=1.49 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 6448 0 0 0 141 8 0 0 20 0 1 0 340833094 28049408 5957 33554432000 4194304 7823515 140736462165104 140736462160856 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 6848 5957 545 887 0 5958 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27392

[startup+3.10018 s]
/proc/loadavg: 1.87 1.98 2.07 3/179 21377
/proc/meminfo: memFree=28374400/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=31428 CPUtime=3.09 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 7701 0 0 0 300 9 0 0 20 0 1 0 340833094 32182272 7149 33554432000 4194304 7823515 140736462165104 140736462160440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 7857 7149 568 887 0 6967 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31428

[startup+6.30016 s]
/proc/loadavg: 1.87 1.98 2.07 3/179 21377
/proc/meminfo: memFree=28095732/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=37928 CPUtime=6.28 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 9083 0 0 0 618 10 0 0 20 0 1 0 340833094 38838272 8811 33554432000 4194304 7823515 140736462165104 140736462160440 4343102 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 9482 8811 568 887 0 8592 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37928

[startup+12.7002 s]
/proc/loadavg: 1.89 1.98 2.07 3/179 21377
/proc/meminfo: memFree=28058832/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=44604 CPUtime=12.68 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 16413 0 0 0 1251 17 0 0 20 0 1 0 340833094 45674496 10586 33554432000 4194304 7823515 140736462165104 140736462159800 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 11151 10586 578 887 0 10261 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 44604

[startup+25.5002 s]
/proc/loadavg: 1.90 1.98 2.07 3/179 21377
/proc/meminfo: memFree=28051268/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=44604 CPUtime=25.47 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 16422 0 0 0 2524 23 0 0 20 0 1 0 340833094 45674496 10746 33554432000 4194304 7823515 140736462165104 140736462159800 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 11151 10746 578 887 0 10261 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44604

[startup+51.1002 s]
/proc/loadavg: 2.01 2.00 2.08 3/179 21377
/proc/meminfo: memFree=28040448/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=44604 CPUtime=51.07 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 16423 0 0 0 5068 39 0 0 20 0 1 0 340833094 45674496 10747 33554432000 4194304 7823515 140736462165104 140736462160856 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 11151 10747 579 887 0 10261 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 44604

[startup+102.307 s]
/proc/loadavg: 2.08 2.02 2.08 3/179 21377
/proc/meminfo: memFree=28028896/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=47284 CPUtime=102.26 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 19613 0 0 0 10152 74 0 0 20 0 1 0 340833094 48418816 11333 33554432000 4194304 7823515 140736462165104 140736462160904 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 11821 11333 589 887 0 10931 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 47284

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 2.07 3/179 21378
/proc/meminfo: memFree=28016844/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=55052 CPUtime=162.25 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 27076 0 0 0 16111 114 0 0 20 0 1 0 340833094 56373248 13303 33554432000 4194304 7823515 140736462165104 140736462160440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 13763 13303 589 887 0 12873 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 55052

[startup+222.3 s]
/proc/loadavg: 2.01 2.00 2.06 3/179 21378
/proc/meminfo: memFree=28003044/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=61780 CPUtime=222.24 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 39543 0 0 0 22065 159 0 0 20 0 1 0 340833094 63262720 15066 33554432000 4194304 7823515 140736462165104 140736462160152 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 15445 15066 590 887 0 14555 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 61780

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 21378
/proc/meminfo: memFree=27977848/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=69572 CPUtime=282.24 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 41477 0 0 0 28019 205 0 0 20 0 1 0 340833094 71241728 17000 33554432000 4194304 7823515 140736462165104 140736462160440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 17393 17000 590 887 0 16503 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 69572

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 21378
/proc/meminfo: memFree=27966004/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=74304 CPUtime=342.22 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 45338 0 0 0 33963 259 0 0 20 0 1 0 340833094 76087296 18184 33554432000 4194304 7823515 140736462165104 140736462160216 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 18576 18184 590 887 0 17686 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 74304

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

[startup+345.5 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 21378
/proc/meminfo: memFree=27966120/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=75124 CPUtime=345.42 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 48066 0 0 0 34280 262 0 0 20 0 1 0 340833094 76926976 18278 33554432000 4194304 7823515 140736462165104 140736462160792 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 18781 18278 590 887 0 17891 0
Current children cumulated CPU time (s) 345.42
Current children cumulated vsize (KiB) 75124

[startup+351.9 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 21378
/proc/meminfo: memFree=27965500/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=75368 CPUtime=351.83 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 48189 0 0 0 34915 268 0 0 20 0 1 0 340833094 77176832 18401 33554432000 4194304 7823515 140736462165104 140736462160264 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 18842 18401 590 887 0 17952 0
Current children cumulated CPU time (s) 351.83
Current children cumulated vsize (KiB) 75368

[startup+358.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 21378
/proc/meminfo: memFree=27954440/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=76152 CPUtime=358.22 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 48421 0 0 0 35547 275 0 0 20 0 1 0 340833094 77979648 18633 33554432000 4194304 7823515 140736462165104 140736462160072 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 19038 18633 590 887 0 18148 0
Current children cumulated CPU time (s) 358.22
Current children cumulated vsize (KiB) 76152

[startup+359.9 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 21378
/proc/meminfo: memFree=27954068/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=76152 CPUtime=359.83 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 48432 0 0 0 35706 277 0 0 20 0 1 0 340833094 77979648 18644 33554432000 4194304 7823515 140736462165104 140736462160440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 19038 18644 590 887 0 18148 0
Current children cumulated CPU time (s) 359.83
Current children cumulated vsize (KiB) 76152

[startup+360.7 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 21378
/proc/meminfo: memFree=27954068/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=76152 CPUtime=360.63 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 48432 0 0 0 35786 277 0 0 20 0 1 0 340833094 77979648 18644 33554432000 4194304 7823515 140736462165104 140736462160440 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 19038 18644 590 887 0 18148 0
Current children cumulated CPU time (s) 360.63
Current children cumulated vsize (KiB) 76152

[startup+361.5 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 21378
/proc/meminfo: memFree=27954068/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=76152 CPUtime=361.42 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 48432 0 0 0 35864 278 0 0 20 0 1 0 340833094 77979648 18644 33554432000 4194304 7823515 140736462165104 140736462160072 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 19038 18644 590 887 0 18148 0
Current children cumulated CPU time (s) 361.42
Current children cumulated vsize (KiB) 76152

[startup+361.7 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 21378
/proc/meminfo: memFree=27954068/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=76152 CPUtime=361.62 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 48432 0 0 0 35884 278 0 0 20 0 1 0 340833094 77979648 18644 33554432000 4194304 7823515 140736462165104 140736462160072 4220600 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 19038 18644 590 887 0 18148 0
Current children cumulated CPU time (s) 361.62
Current children cumulated vsize (KiB) 76152

[startup+361.8 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 21378
/proc/meminfo: memFree=27954068/32873844 swapFree=7380/7380
[pid=21371] ppid=21369 vsize=76152 CPUtime=361.73 cores=1,3,5,7
/proc/21371/stat : 21371 (pbscip.linux.x8) R 21369 21371 21332 0 -1 4202496 48434 0 0 0 35895 278 0 0 20 0 1 0 340833094 77979648 18646 33554432000 4194304 7823515 140736462165104 140736462162152 5875083 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21371/statm: 19038 18646 592 887 0 18148 0
Current children cumulated CPU time (s) 361.73
Current children cumulated vsize (KiB) 76152

Child status: 0
Real time (s): 361.816
CPU time (s): 361.748
CPU user time (s): 358.954
CPU system time (s): 2.79357
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 76152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 358.954
system time used= 2.79357
maximum resident set size= 82808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48437
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= 15
involuntary context switches= 374

runsolver used 0.619905 second user time and 1.70574 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-03 20:11:23
IDJOB=3737400
IDBENCH=48231
IDSOLVER=2321
FILE ID=node133/3737400-1338747083
RUNJOBID= node133-1338747083-21349
PBS_JOBID= 14636776
Free space on /tmp= 70484 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_3.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-3737400-1338747083/watcher-3737400-1338747083 -o /tmp/evaluation-result-3737400-1338747083/solver-3737400-1338747083 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737400-1338747083.opb

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

MD5SUM BENCH= e70f8e0da8fa345ba6e82dce1b0133d2
RANDOM SEED=939128220

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:        28626408 kB
Buffers:          488344 kB
Cached:          2846660 kB
SwapCached:          676 kB
Active:          1524660 kB
Inactive:        1821064 kB
Active(anon):       1856 kB
Inactive(anon):    10220 kB
Active(file):    1522804 kB
Inactive(file):  1810844 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             21432 kB
Writeback:             0 kB
AnonPages:         16452 kB
Mapped:             9600 kB
Shmem:                 0 kB
Slab:             760628 kB
SReclaimable:     201904 kB
SUnreclaim:       558724 kB
KernelStack:        1408 kB
PageTables:         3656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 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= 70464 MiB
End job on node133 at 2012-06-03 20:17:25