Trace number 3452384

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPT-7 183.826 183.822

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 benchmark8.32273
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.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3452384-1307110802.opb>
0.00/0.00	c original problem has 100 variables (100 bin, 0 int, 0 impl, 0 cont) and 151 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	o 0
0.00/0.01	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.01	c presolving:
0.00/0.04	c (round 1) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 11940 impls, 100 clqs
0.00/0.08	c    (0.1s) probing: 101/1580 (6.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.08	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.08	c presolving (2 rounds):
0.00/0.08	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.08	c  11940 implications, 100 cliques
0.00/0.08	c presolved problem has 1580 variables (1580 bin, 0 int, 0 impl, 0 cont) and 1631 constraints
0.00/0.08	c     150 constraints of type <setppc>
0.00/0.08	c    1480 constraints of type <and>
0.00/0.08	c       1 constraints of type <linear>
0.00/0.08	c transformed objective value is always integral (scale: 1)
0.00/0.08	c Presolving Time: 0.07
0.00/0.08	c - non default parameters ----------------------------------------------------------------------
0.00/0.08	c # SCIP version 2.0.1.4
0.00/0.08	c 
0.00/0.08	c # frequency for displaying node information lines
0.00/0.08	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.08	c display/freq = 10000
0.00/0.08	c 
0.00/0.08	c # maximal time in seconds to run
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/time = 1800
0.00/0.08	c 
0.00/0.08	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.08	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.08	c limits/memory = 13950
0.00/0.08	c 
0.00/0.08	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.08	c # [type: int, range: [1,2], default: 1]
0.00/0.08	c timing/clocktype = 2
0.00/0.08	c 
0.00/0.08	c # belongs reading time to solving time?
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c timing/reading = TRUE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify inequalities
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/linear/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/indicator/addCouplingCons = TRUE
0.00/0.08	c 
0.00/0.08	c # should presolving try to simplify knapsacks
0.00/0.08	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.08	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.08	c 
0.00/0.08	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.08	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.08	c separating/rapidlearning/freq = 0
0.00/0.08	c 
0.00/0.08	c -----------------------------------------------------------------------------------------------
0.00/0.08	c start solving
0.00/0.08	c 
0.19/0.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.26	c t 0.3s|     1 |     0 |  1161 |     - |7092k|   0 | 481 |1580 |1631 |1580 |3111 |   0 |   0 |   0 |-2.500000e+01 | 0.000000e+00 | 100.00%
0.19/0.26	o -2
0.19/0.26	c s 0.3s|     1 |     0 |  1161 |     - |7152k|   0 | 481 |1580 |1631 |1580 |3111 |   0 |   0 |   0 |-2.500000e+01 |-2.000000e+00 |  92.00%
1.59/1.61	o -3
1.59/1.61	c U 1.6s|     1 |     0 |  1161 |     - |7195k|   0 | 481 |1580 |1633 |1580 |3111 |   0 |   1 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
1.99/2.08	c   2.1s|     1 |     0 |  2739 |     - |7432k|   0 | 739 |1580 |1634 |1580 |3130 |  19 |   1 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
2.39/2.40	c   2.4s|     1 |     0 |  3673 |     - |7569k|   0 | 677 |1580 |1634 |1580 |3154 |  43 |   1 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
2.79/2.84	c   2.8s|     1 |     0 |  5070 |     - |7852k|   0 | 813 |1580 |1634 |1580 |3166 |  55 |   1 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
3.19/3.27	c   3.3s|     1 |     0 |  5815 |     - |8399k|   0 | 829 |1580 |1634 |1580 |3181 |  70 |   1 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
3.59/3.64	c   3.6s|     1 |     0 |  6163 |     - |8686k|   0 | 831 |1580 |1634 |1580 |3191 |  80 |   1 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
4.19/4.20	c   4.2s|     1 |     0 |  7280 |     - |9046k|   0 | 841 |1580 |1634 |1580 |3199 |  88 |   1 |   0 |-2.500000e+01 |-3.000000e+00 |  88.00%
8.09/8.14	c   8.1s|     1 |     2 |  7280 |     - |9047k|   0 | 841 |1580 |1634 |1580 |3199 |  88 |   1 |  15 |-2.500000e+01 |-3.000000e+00 |  88.00%
31.39/31.40	o -4
31.39/31.40	c s31.4s|    14 |    13 | 67890 |4662.3 |9144k|  10 | 106 |1580 |1634 |1580 |1702 |1841 |   1 | 180 |-2.426969e+01 |-4.000000e+00 |  83.52%
33.99/34.07	o -5
33.99/34.07	c R34.1s|    30 |    22 | 76830 |2398.3 |9254k|  17 |  39 |1580 |1640 |1580 |1683 |2000 |   7 | 204 |-2.426969e+01 |-5.000000e+00 |  79.40%
53.69/53.77	o -6
53.69/53.77	c f53.8s|    92 |    81 |213003 |2260.7 |9795k|  25 |   - |1580 |1649 |1580 |1711 |3557 |  16 | 249 |-1.943168e+01 |-6.000000e+00 |  69.12%
143.01/143.05	o -7
143.01/143.05	c * 143s|  4878 |   560 |853619 | 173.5 |  13M|  61 |   - |1580 |1871 |1580 |1712 |  17k| 274 | 473 |-1.149000e+01 |-7.000000e+00 |  39.08%
169.30/169.35	c   169s| 10000 |   564 |  1028k| 102.1 |  16M|  63 |   - |1580 |1786 |1580 |1716 |  19k| 320 | 528 |-1.011026e+01 |-7.000000e+00 |  30.76%
183.79/183.80	c 
183.79/183.80	c SCIP Status        : problem is solved [optimal solution found]
183.79/183.80	c Solving Time (sec) : 183.80
183.79/183.80	c Solving Nodes      : 13406
183.79/183.80	c Primal Bound       : -7.00000000000000e+00 (12 solutions)
183.79/183.80	c Dual Bound         : -7.00000000000000e+00
183.79/183.80	c Gap                : 0.00 %
183.79/183.80	s OPTIMUM FOUND
183.79/183.80	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 
183.79/183.80	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 
183.79/183.80	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 
183.79/183.80	v -x22 -x21 -x20 -x19 x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
183.79/183.80	c SCIP Status        : problem is solved [optimal solution found]
183.79/183.80	c Total Time         :     183.80
183.79/183.80	c   solving          :     183.80
183.79/183.80	c   presolving       :       0.07 (included in solving)
183.79/183.80	c   reading          :       0.00 (included in solving)
183.79/183.80	c Original Problem   :
183.79/183.80	c   Problem name     : HOME/instance-3452384-1307110802.opb
183.79/183.80	c   Variables        : 100 (100 binary, 0 integer, 0 implicit integer, 0 continuous)
183.79/183.80	c   Constraints      : 151 initial, 151 maximal
183.79/183.80	c Presolved Problem  :
183.79/183.80	c   Problem name     : t_HOME/instance-3452384-1307110802.opb
183.79/183.80	c   Variables        : 1580 (1580 binary, 0 integer, 0 implicit integer, 0 continuous)
183.79/183.80	c   Constraints      : 1631 initial, 1871 maximal
183.79/183.80	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
183.79/183.80	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
183.79/183.80	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
183.79/183.80	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
183.79/183.80	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
183.79/183.80	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
183.79/183.80	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
183.79/183.80	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
183.79/183.80	c   and              :       0.04          0          0          0          0          0          0          0          0          0
183.79/183.80	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
183.79/183.80	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
183.79/183.80	c   root node        :          -         32          -          -         32          -          -          -          -          -
183.79/183.80	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
183.79/183.80	c   integral         :          0          0          0       7169          0         48          0         12        183          0          0      14136
183.79/183.80	c   setppc           :        150          6      43840          1          0         43       3103         81      60541          0          0          0
183.79/183.80	c   and              :       1480      10842      43759          1          0         42       4385         17    1111079      22030          0          0
183.79/183.80	c   linear           :          1          6      43733          1          0         10        147         27        180          0          0          0
183.79/183.80	c   logicor          :          0+         6      10802          0          0          0        172          0       1092          0          0          0
183.79/183.80	c   countsols        :          0          0          0          1          0         14          0          0          0          0          0          0
183.79/183.80	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
183.79/183.80	c   integral         :      32.16       0.00       0.00      32.16       0.00       0.00       0.00
183.79/183.80	c   setppc           :       0.10       0.00       0.10       0.00       0.00       0.00       0.00
183.79/183.80	c   and              :       1.89       0.82       1.06       0.00       0.00       0.00       0.00
183.79/183.80	c   linear           :       0.03       0.00       0.03       0.00       0.00       0.00       0.00
183.79/183.80	c   logicor          :       0.04       0.00       0.04       0.00       0.00       0.00       0.00
183.79/183.80	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
183.79/183.80	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
183.79/183.80	c   vbounds          :          0          0          0          0
183.79/183.80	c   rootredcost      :          5          0          0          0
183.79/183.80	c   pseudoobj        :      43880         94        108        277
183.79/183.80	c Propagator Timings :  TotalTime  Propagate    Resprop
183.79/183.80	c   vbounds          :       0.01       0.01       0.00
183.79/183.80	c   rootredcost      :       0.01       0.01       0.00
183.79/183.80	c   pseudoobj        :       0.08       0.08       0.00
183.79/183.80	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
183.79/183.80	c   propagation      :       0.01        233        219        491       40.2          3       56.0          -
183.79/183.80	c   infeasible LP    :       0.00          3          3          6       26.2          0        0.0          0
183.79/183.80	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
183.79/183.80	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
183.79/183.80	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
183.79/183.80	c   applied globally :          -          -          -        342       33.7          -          -          -
183.79/183.80	c   applied locally  :          -          -          -          0        0.0          -          -          -
183.79/183.80	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
183.79/183.80	c   cut pool         :       0.00          5          -          -          0          -    (maximal pool size: 251)
183.79/183.80	c   redcost          :       0.37      11497          0      41293          0          0
183.79/183.80	c   impliedbounds    :       0.00          6          0          0         28          0
183.79/183.80	c   intobj           :       0.00          0          0          0          0          0
183.79/183.80	c   gomory           :       0.44          6          0          0         20          0
183.79/183.80	c   cgmip            :       0.00          0          0          0          0          0
183.79/183.80	c   closecuts        :       0.00          0          0          0          0          0
183.79/183.80	c   strongcg         :       0.57          6          0          0        308          0
183.79/183.80	c   cmir             :       0.07          6          0          0          0          0
183.79/183.80	c   flowcover        :       0.06          6          0          0          0          0
183.79/183.80	c   clique           :       0.10          6          0          0         38          0
183.79/183.80	c   zerohalf         :       0.00          0          0          0          0          0
183.79/183.80	c   mcf              :       0.02          3          0          0          6          0
183.79/183.80	c   oddcycle         :       0.00          0          0          0          0          0
183.79/183.80	c   rapidlearning    :       0.11          1          0          0          0          0
183.79/183.80	c Pricers            :       Time      Calls       Vars
183.79/183.80	c   problem variables:       0.00          0          0
183.79/183.80	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
183.79/183.80	c   relpscost        :      32.15       7168         12        183          0          0      14136
183.79/183.80	c   pscost           :       0.00          0          0          0          0          0          0
183.79/183.80	c   inference        :       0.00          0          0          0          0          0          0
183.79/183.80	c   mostinf          :       0.00          0          0          0          0          0          0
183.79/183.80	c   leastinf         :       0.00          0          0          0          0          0          0
183.79/183.80	c   fullstrong       :       0.00          0          0          0          0          0          0
183.79/183.80	c   allfullstrong    :       0.00          0          0          0          0          0          0
183.79/183.80	c   random           :       0.00          0          0          0          0          0          0
183.79/183.80	c Primal Heuristics  :       Time      Calls      Found
183.79/183.80	c   LP solutions     :       0.00          -          1
183.79/183.80	c   pseudo solutions :       0.00          -          0
183.79/183.80	c   feaspump         :       0.00          0          0
183.79/183.80	c   oneopt           :       0.01          5          0
183.79/183.80	c   objpscostdiving  :       4.90          3          0
183.79/183.80	c   pscostdiving     :       0.92         26          0
183.79/183.80	c   guideddiving     :       1.93         26          0
183.79/183.80	c   coefdiving       :       1.36         26          0
183.79/183.80	c   veclendiving     :       2.79         26          0
183.79/183.80	c   fracdiving       :       1.87         26          1
183.79/183.80	c   crossover        :       0.21          9          1
183.79/183.80	c   linesearchdiving :       1.24         27          0
183.79/183.80	c   rootsoldiving    :       0.86         14          0
183.79/183.80	c   trivial          :       0.00          2          1
183.79/183.80	c   shiftandpropagate:       0.00          0          0
183.79/183.80	c   simplerounding   :       0.00          0          0
183.79/183.80	c   zirounding       :       0.41          0          0
183.79/183.80	c   rounding         :       0.90       4510          1
183.79/183.80	c   shifting         :       0.35       1010          6
183.79/183.80	c   intshifting      :       0.00          0          0
183.79/183.80	c   twoopt           :       0.00          0          0
183.79/183.80	c   fixandinfer      :       0.00          0          0
183.79/183.80	c   clique           :       0.00          0          0
183.79/183.80	c   intdiving        :       0.00          0          0
183.79/183.80	c   actconsdiving    :       0.00          0          0
183.79/183.80	c   octane           :       0.00          0          0
183.79/183.80	c   rens             :       0.01          0          0
183.79/183.80	c   rins             :       0.00          0          0
183.79/183.80	c   localbranching   :       0.00          0          0
183.79/183.80	c   mutation         :       0.00          0          0
183.79/183.80	c   dins             :       0.00          0          0
183.79/183.80	c   vbounds          :       0.00          0          0
183.79/183.80	c   undercover       :       1.36          1          1
183.79/183.80	c   subnlp           :       0.00          0          0
183.79/183.80	c   trysol           :       0.00          0          0
183.79/183.80	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
183.79/183.80	c   primal LP        :       0.89          0          0       0.00       0.00
183.79/183.80	c   dual LP          :     122.25      16863    1000000      59.30    8179.85
183.79/183.80	c   lex dual LP      :       0.00          0          0       0.00          -
183.79/183.80	c   barrier LP       :       0.00          0          0       0.00          -
183.79/183.80	c   diving/probing LP:      14.21       6290     116932      18.59    8226.21
183.79/183.80	c   strong branching :      32.05        622     223752     359.73    6981.93
183.79/183.80	c     (at root node) :          -         15      15000    1000.00          -
183.79/183.80	c   conflict analysis:       0.00          0          0       0.00          -
183.79/183.80	c B&B Tree           :
183.79/183.80	c   number of runs   :          1
183.79/183.80	c   nodes            :      13406
183.79/183.80	c   nodes (total)    :      13406
183.79/183.80	c   nodes left       :          0
183.79/183.80	c   max depth        :         65
183.79/183.80	c   max depth (total):         65
183.79/183.80	c   backtracks       :       1763 (13.2%)
183.79/183.80	c   delayed cutoffs  :          1
183.79/183.80	c   repropagations   :       1246 (3235 domain reductions, 1 cutoffs)
183.79/183.80	c   avg switch length:       6.51
183.79/183.80	c   switching time   :       2.34
183.79/183.80	c Solution           :
183.79/183.80	c   Solutions found  :         12 (7 improvements)
183.79/183.80	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
183.79/183.80	c   Primal Bound     : -7.00000000000000e+00   (in run 1, after 4878 nodes, 143.05 seconds, depth 38, found by <relaxation>)
183.79/183.80	c   Dual Bound       : -7.00000000000000e+00
183.79/183.80	c   Gap              :       0.00 %
183.79/183.80	c   Root Dual Bound  : -2.49999999999998e+01
183.79/183.80	c   Root Iterations  :       7280
183.79/183.82	c Time complete: 183.82.

Verifier Data

OK	-7

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 2/461 7334
/proc/meminfo: memFree=30102468/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=10284 CPUtime=0 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 1559 0 0 0 0 0 0 0 19 0 1 0 822680052 10530816 1512 33554432000 4194304 9128323 140736188019680 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/7334/statm: 2571 1512 401 1205 0 1362 0

[startup+0.0922591 s]
/proc/loadavg: 2.00 2.00 1.93 2/461 7334
/proc/meminfo: memFree=30102468/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=28124 CPUtime=0.08 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 6248 0 0 0 8 0 0 0 20 0 1 0 822680052 28798976 5878 33554432000 4194304 9128323 140736188019680 18446744073709551615 7025286 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 7031 5879 612 1205 0 5822 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 28124

[startup+0.100254 s]
/proc/loadavg: 2.00 2.00 1.93 2/461 7334
/proc/meminfo: memFree=30102468/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=28412 CPUtime=0.09 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 6377 0 0 0 9 0 0 0 20 0 1 0 822680052 29093888 6001 33554432000 4194304 9128323 140736188019680 18446744073709551615 7192542 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 7103 6001 636 1205 0 5894 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28412

[startup+0.300223 s]
/proc/loadavg: 2.00 2.00 1.93 2/461 7334
/proc/meminfo: memFree=30102468/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=44424 CPUtime=0.29 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 10198 0 0 0 27 2 0 0 20 0 1 0 822680052 45490176 9751 33554432000 4194304 9128323 140736188019680 18446744073709551615 8009021 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 11106 9753 659 1205 0 9897 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44424

[startup+0.700148 s]
/proc/loadavg: 2.00 2.00 1.93 2/461 7334
/proc/meminfo: memFree=30102468/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=49208 CPUtime=0.69 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 16522 0 0 0 62 7 0 0 20 0 1 0 822680052 50388992 11358 33554432000 4194304 9128323 140736188019680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 12302 11358 731 1205 0 11093 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49208

[startup+1.50101 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7341
/proc/meminfo: memFree=29948168/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=49340 CPUtime=1.49 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 16571 0 0 0 138 11 0 0 23 0 1 0 822680052 50524160 11407 33554432000 4194304 9128323 140736188019680 18446744073709551615 7315327 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 12335 11407 731 1205 0 11126 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49340

[startup+3.10073 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7341
/proc/meminfo: memFree=29802716/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=54828 CPUtime=3.09 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 20095 0 0 0 295 14 0 0 25 0 1 0 822680052 56143872 12584 33554432000 4194304 9128323 140736188019680 18446744073709551615 6482072 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 13707 12584 748 1205 0 12498 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54828

[startup+6.30016 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7341
/proc/meminfo: memFree=29779416/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=54828 CPUtime=6.29 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 20100 0 0 0 610 19 0 0 25 0 1 0 822680052 56143872 12589 33554432000 4194304 9128323 140736188019680 18446744073709551615 7286095 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 13707 12589 750 1205 0 12498 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 54828

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7341
/proc/meminfo: memFree=29772936/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=54828 CPUtime=12.69 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 20100 0 0 0 1228 41 0 0 25 0 1 0 822680052 56143872 12589 33554432000 4194304 9128323 140736188019680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 13707 12589 750 1205 0 12498 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54828

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7342
/proc/meminfo: memFree=29770056/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=54828 CPUtime=25.49 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 20100 0 0 0 2466 83 0 0 25 0 1 0 822680052 56143872 12589 33554432000 4194304 9128323 140736188019680 18446744073709551615 7285981 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 13707 12589 750 1205 0 12498 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54828

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7342
/proc/meminfo: memFree=29751016/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=54828 CPUtime=51.09 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 20101 0 0 0 4928 181 0 0 25 0 1 0 822680052 56143872 12590 33554432000 4194304 9128323 140736188019680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 13707 12590 751 1205 0 12498 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54828

[startup+102.317 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7344
/proc/meminfo: memFree=29749156/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=56336 CPUtime=102.31 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 20353 0 0 0 9866 365 0 0 25 0 1 0 822680052 57688064 12842 33554432000 4194304 9128323 140736188019680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 14084 12842 753 1205 0 12875 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 56336

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7345
/proc/meminfo: memFree=29730628/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=62176 CPUtime=162.3 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 38729 0 0 0 15652 578 0 0 25 0 1 0 822680052 63668224 14646 33554432000 4194304 9128323 140736188019680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 15544 14646 753 1205 0 14335 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 62176

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

[startup+166.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7345
/proc/meminfo: memFree=29730252/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=62740 CPUtime=166.29 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 38881 0 0 0 16038 591 0 0 25 0 1 0 822680052 64245760 14798 33554432000 4194304 9128323 140736188019680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 15685 14798 753 1205 0 14476 0
Current children cumulated CPU time (s) 166.29
Current children cumulated vsize (KiB) 62740

[startup+172.718 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7345
/proc/meminfo: memFree=29729724/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=63228 CPUtime=172.72 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 38999 0 0 0 16660 612 0 0 25 0 1 0 822680052 64745472 14916 33554432000 4194304 9128323 140736188019680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 15807 14916 753 1205 0 14598 0
Current children cumulated CPU time (s) 172.72
Current children cumulated vsize (KiB) 63228

[startup+179.101 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7346
/proc/meminfo: memFree=29728480/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=64232 CPUtime=179.1 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 42611 0 0 0 17278 632 0 0 25 0 1 0 822680052 65773568 15175 33554432000 4194304 9128323 140736188019680 18446744073709551615 7216741 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 16058 15175 753 1205 0 14849 0
Current children cumulated CPU time (s) 179.1
Current children cumulated vsize (KiB) 64232

[startup+182.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7346
/proc/meminfo: memFree=29727984/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=64956 CPUtime=182.3 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 42800 0 0 0 17585 645 0 0 25 0 1 0 822680052 66514944 15364 33554432000 4194304 9128323 140736188019680 18446744073709551615 7414868 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 16239 15364 753 1205 0 15030 0
Current children cumulated CPU time (s) 182.3
Current children cumulated vsize (KiB) 64956

[startup+183.101 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7346
/proc/meminfo: memFree=29727984/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=65456 CPUtime=183.1 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 42853 0 0 0 17663 647 0 0 25 0 1 0 822680052 67026944 15417 33554432000 4194304 9128323 140736188019680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 16364 15417 753 1205 0 15155 0
Current children cumulated CPU time (s) 183.1
Current children cumulated vsize (KiB) 65456

[startup+183.501 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7346
/proc/meminfo: memFree=29727984/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=65456 CPUtime=183.5 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 42869 0 0 0 17701 649 0 0 25 0 1 0 822680052 67026944 15433 33554432000 4194304 9128323 140736188019680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 16364 15433 753 1205 0 15155 0
Current children cumulated CPU time (s) 183.5
Current children cumulated vsize (KiB) 65456

[startup+183.718 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7346
/proc/meminfo: memFree=29727736/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=65456 CPUtime=183.71 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 42869 0 0 0 17722 649 0 0 25 0 1 0 822680052 67026944 15433 33554432000 4194304 9128323 140736188019680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 16364 15433 753 1205 0 15155 0
Current children cumulated CPU time (s) 183.71
Current children cumulated vsize (KiB) 65456

[startup+183.801 s]
/proc/loadavg: 2.00 2.00 1.93 3/465 7346
/proc/meminfo: memFree=29727736/32950928 swapFree=45617076/67111528
[pid=7334] ppid=7332 vsize=65456 CPUtime=183.79 cores=1,3,5,7
/proc/7334/stat : 7334 (scip-2.0.1.4.li) R 7332 7334 5789 0 -1 4202496 42869 0 0 0 17730 649 0 0 25 0 1 0 822680052 67026944 15433 33554432000 4194304 9128323 140736188019680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/7334/statm: 16364 15433 753 1205 0 15155 0
Current children cumulated CPU time (s) 183.79
Current children cumulated vsize (KiB) 65456

Child status: 0
Real time (s): 183.822
CPU time (s): 183.826
CPU user time (s): 177.324
CPU system time (s): 6.50201
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 73476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.324
system time used= 6.50201
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42873
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= 9
involuntary context switches= 227

runsolver used 0.740887 second user time and 2.01569 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-03 16:20:03
IDJOB=3452384
IDBENCH=48248
IDSOLVER=1949
FILE ID=node123/3452384-1307110802
RUNJOBID= node123-1307109000-7205
PBS_JOBID= 13497979
Free space on /tmp= 73832 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_2.opb
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3452384-1307110802/watcher-3452384-1307110802 -o /tmp/evaluation-result-3452384-1307110802/solver-3452384-1307110802 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3452384-1307110802.opb -t 1800 -m 15500

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

MD5SUM BENCH= 1eb933a10fcc575d2df25e98511c4b07
RANDOM SEED=1523041026

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30102992 kB
Buffers:        271844 kB
Cached:         351520 kB
SwapCached:       9456 kB
Active:        2266096 kB
Inactive:       301712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30102992 kB
SwapTotal:    67111528 kB
SwapFree:     45617076 kB
Dirty:           12120 kB
Writeback:           4 kB
AnonPages:     1942916 kB
Mapped:          23132 kB
Slab:           133604 kB
PageTables:      78236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133350588 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73804 MiB
End job on node123 at 2011-06-03 16:23:06