Trace number 3737367

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-14 542.182 542.275

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_1.opb
MD5SUM26861ca996cf8fd2abe5c211e1f47a26
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-14
Best CPU time to get the best result obtained on this benchmark214.256
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -14
Optimality of the best value was proved NO
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)1220
Sum of products size (including duplicates)2440
Number of different products610
Sum of products size1220

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 1.1.0.7
0.00/0.00	c LP-Solver SoPlex 1.4.1
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c read problem <HOME/instance-3737367-1338746585.opb>
0.00/0.00	c original problem has 710 variables (710 bin, 0 int, 0 impl, 0 cont) and 761 constraints
0.00/0.01	c start presolving problem
0.00/0.01	c presolving:
0.01/0.05	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 150 upgd conss, 4980 impls, 100 clqs
0.01/0.06	c    (0.0s) probing: 101/710 (14.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.01/0.06	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.01/0.06	c presolving (2 rounds):
0.01/0.06	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.01/0.06	c  4980 implications, 100 cliques
0.01/0.06	c presolved problem has 710 variables (710 bin, 0 int, 0 impl, 0 cont) and 761 constraints
0.01/0.06	c     100 constraints of type <setppc>
0.01/0.06	c     610 constraints of type <and>
0.01/0.06	c       1 constraints of type <linear>
0.01/0.06	c      50 constraints of type <logicor>
0.01/0.06	c transformed objective value is always integral (scale: 1)
0.01/0.06	c Presolving Time: 0.03
0.01/0.06	c OPT-NLC
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/memory = c 13950
0.01/0.06	c # maximal time in seconds to run
0.01/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.01/0.06	c limits/time = c 1791
0.01/0.06	c # frequency for displaying node information lines
0.01/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.01/0.06	c display/freq = c 10000
0.01/0.06	c -----------------------------------------------------------------------------------------------
0.01/0.06	c start solving problem
0.01/0.06	c 
0.28/0.36	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.28/0.36	c   0.3s|     1 |     0 |  1815 |3422k|   0 | 365 | 710 | 761 | 761 | 710 |1371 |   0 |   0 |   0 |-2.500000e+01 |      --      |    Inf 
0.28/0.36	o -4
0.28/0.36	c s 0.3s|     1 |     0 |  1815 |3445k|   0 | 365 | 710 | 761 | 761 | 710 |1371 |   0 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.59/0.64	c   0.6s|     1 |     0 |  2331 |4423k|   0 | 410 | 710 | 761 | 761 | 710 |1453 |  82 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.59/0.64	o -4
0.59/0.64	c s 0.6s|     1 |     0 |  2331 |4435k|   0 | 410 | 710 | 761 | 761 | 710 |1453 |  82 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
0.89/0.95	c   0.9s|     1 |     0 |  2792 |5770k|   0 | 413 | 710 | 761 | 761 | 710 |1487 | 116 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
1.19/1.23	c   1.2s|     1 |     0 |  3173 |7436k|   0 | 425 | 710 | 761 | 761 | 710 |1517 | 146 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
1.59/1.61	c   1.6s|     1 |     0 |  3688 |9592k|   0 | 420 | 710 | 761 | 761 | 710 |1540 | 169 |   0 |   0 |-2.500000e+01 |-4.000000e+00 |  84.00%
1.59/1.61	o -5
1.59/1.61	c s 1.6s|     1 |     0 |  3688 |9602k|   0 | 420 | 710 | 761 | 761 | 710 |1540 | 169 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
1.89/1.95	c   1.9s|     1 |     0 |  4036 |  11M|   0 | 406 | 710 | 761 | 761 | 710 |1558 | 187 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
2.28/2.31	c   2.2s|     1 |     0 |  4504 |  13M|   0 | 419 | 710 | 761 | 761 | 710 |1569 | 198 |   0 |   0 |-2.500000e+01 |-5.000000e+00 |  80.00%
7.99/8.08	c   8.0s|     1 |     2 |  4504 |  13M|   0 | 419 | 710 | 761 | 761 | 710 |1569 | 198 |   0 |  23 |-2.500000e+01 |-5.000000e+00 |  80.00%
15.59/15.63	o -11
15.59/15.63	c R15.5s|    15 |    14 |  8576 |  13M|  14 |  69 | 710 | 761 | 380 | 710 | 763 | 627 |   0 | 376 |-2.500000e+01 |-1.100000e+01 |  56.00%
21.59/21.66	o -12
21.59/21.66	c R21.4s|    51 |    39 | 11816 |  13M|  35 |   - | 710 | 763 |  82 | 710 | 775 | 822 |   2 | 676 |-2.500000e+01 |-1.200000e+01 |  52.00%
35.48/35.51	o -13
35.48/35.51	c *35.1s|   690 |   229 | 82823 |  14M|  38 |   - | 710 | 798 |  83 | 710 | 860 |3988 |  37 | 938 |-2.204587e+01 |-1.300000e+01 |  41.03%
106.57/106.67	o -14
106.57/106.67	c * 106s|  9298 |   919 |552660 |  15M|  46 |   - | 710 | 869 | 103 | 710 | 853 |  15k| 172 |2505 |-1.897387e+01 |-1.400000e+01 |  26.21%
112.67/112.71	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
112.67/112.71	c   111s| 10000 |   977 |589879 |  16M|  46 | 118 | 710 | 868 | 351 | 710 | 828 |  16k| 178 |2724 |-1.890863e+01 |-1.400000e+01 |  25.96%
179.95/180.02	c   178s| 20000 |  1403 |  1067k|  18M|  46 |   - | 710 | 885 | 441 | 710 | 816 |  26k| 233 |4219 |-1.827875e+01 |-1.400000e+01 |  23.41%
243.05/243.13	c   240s| 30000 |  1723 |  1519k|  20M|  46 | 132 | 710 | 909 | 275 | 710 | 818 |  36k| 283 |5611 |-1.782662e+01 |-1.400000e+01 |  21.47%
301.24/301.40	c   298s| 40000 |  1924 |  1963k|  21M|  47 | 134 | 710 | 909 | 320 | 710 | 841 |  45k| 312 |6515 |-1.755250e+01 |-1.400000e+01 |  20.24%
353.82/353.99	c   350s| 50000 |  1956 |  2386k|  22M|  47 |   - | 710 | 913 | 261 | 710 | 813 |  53k| 344 |6965 |-1.729850e+01 |-1.400000e+01 |  19.07%
409.12/409.27	c   404s| 60000 |  1792 |  2807k|  22M|  47 | 160 | 710 | 911 | 450 | 710 | 808 |  61k| 369 |7906 |-1.705982e+01 |-1.400000e+01 |  17.94%
462.81/462.94	c   457s| 70000 |  1493 |  3226k|  22M|  48 | 184 | 710 | 899 | 549 | 710 | 813 |  69k| 386 |8727 |-1.681773e+01 |-1.400000e+01 |  16.75%
512.70/512.82	c   507s| 80000 |   995 |  3620k|  20M|  48 | 147 | 710 | 903 | 336 | 710 | 778 |  76k| 401 |9444 |-1.653317e+01 |-1.400000e+01 |  15.32%
542.10/542.26	c 
542.10/542.26	c SCIP Status        : problem is solved [optimal solution found]
542.10/542.26	c Solving Time (sec) : 535.75
542.10/542.26	c Solving Nodes      : 85649
542.10/542.26	c Primal Bound       : -1.40000000000000e+01 (11 solutions)
542.10/542.26	c Dual Bound         : -1.40000000000000e+01
542.10/542.26	c Gap                : 0.00 %
542.10/542.26	c NODE         85649
542.10/542.26	c DUAL BOUND   -14
542.10/542.26	c PRIMAL BOUND -14
542.10/542.26	c GAP          0
542.10/542.26	s OPTIMUM FOUND
542.10/542.26	v x98 x89 x90 -x56 -x96 -x76 -x55 -x95 x79 x92 -x71 -x75 -x88 -x54 -x65 -x57 -x53 -x74 -x81 -x83 -x80 x52 -x82 -x70 -x67 -x61 -x59 
542.10/542.26	v -x69 -x62 -x73 x77 -x64 x60 -x91 -x51 x99 x97 -x85 -x68 x58 -x63 -x72 -x100 x93 -x86 -x94 -x66 x78 x87 -x84 x50 -x49 -x48 -x47 
542.10/542.26	v -x46 x45 x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 x36 -x35 x34 x33 -x32 -x31 x30 -x29 -x28 -x27 x26 -x25 x24 -x23 x22 -x21 
542.10/542.26	v -x20 -x19 x18 -x17 x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 x4 x3 -x2 -x1 
542.10/542.26	c SCIP Status        : problem is solved [optimal solution found]
542.10/542.26	c Solving Time       :     535.75
542.10/542.26	c Original Problem   :
542.10/542.26	c   Problem name     : HOME/instance-3737367-1338746585.opb
542.10/542.26	c   Variables        : 710 (710 binary, 0 integer, 0 implicit integer, 0 continuous)
542.10/542.26	c   Constraints      : 761 initial, 761 maximal
542.10/542.26	c Presolved Problem  :
542.10/542.26	c   Problem name     : t_HOME/instance-3737367-1338746585.opb
542.10/542.26	c   Variables        : 710 (710 binary, 0 integer, 0 implicit integer, 0 continuous)
542.10/542.26	c   Constraints      : 761 initial, 915 maximal
542.10/542.26	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
542.10/542.26	c   trivial          :       0.00          0          0          0          0          0          0          0          0
542.10/542.26	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
542.10/542.26	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
542.10/542.26	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
542.10/542.26	c   implics          :       0.00          0          0          0          0          0          0          0          0
542.10/542.26	c   probing          :       0.01          0          0          0          0          0          0          0          0
542.10/542.26	c   setppc           :       0.00          0          0          0          0          0          0          0          0
542.10/542.26	c   and              :       0.01          0          0          0          0          0          0          0          0
542.10/542.26	c   linear           :       0.00          0          0          0          0          0          0          0          0
542.10/542.26	c   logicor          :       0.01          0          0          0          0          0          0          0          0
542.10/542.26	c   root node        :          -         35          -          -         35          -          -          -          -
542.10/542.26	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
542.10/542.26	c   integral         :          0          0          0      44260          0        128       2411          0          0      86402
542.10/542.26	c   setppc           :        100          6     293733          2          0        286     156772          0          0          0
542.10/542.26	c   and              :        610      76115     293447          2          0         71    2178239      79876          0          0
542.10/542.26	c   linear           :          1          6     293376          2          0          4          5          0          0          0
542.10/542.26	c   logicor          :         50+         6      82618          2          0          0      68719          0          0          0
542.10/542.26	c   countsols        :          0          0          0          2          0          0          0          0          0          0
542.10/542.26	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
542.10/542.26	c   integral         :      84.52       0.00       0.00      84.52       0.00
542.10/542.26	c   setppc           :       0.31       0.00       0.31       0.00       0.00
542.10/542.26	c   and              :       4.40       2.15       2.25       0.00       0.00
542.10/542.26	c   linear           :       0.79       0.00       0.79       0.00       0.00
542.10/542.26	c   logicor          :       0.14       0.00       0.14       0.00       0.00
542.10/542.26	c   countsols        :       0.00       0.00       0.00       0.00       0.00
542.10/542.26	c Propagators        :       Time      Calls    Cutoffs    DomReds
542.10/542.26	c   rootredcost      :       0.06          5          0          0
542.10/542.26	c   pseudoobj        :       0.61     294823          4        159
542.10/542.26	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
542.10/542.26	c   propagation      :       0.00        365        363        411        7.3          3       35.0          -
542.10/542.26	c   infeasible LP    :       0.00         11         11         25       31.8          0        0.0          0
542.10/542.26	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
542.10/542.26	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
542.10/542.26	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
542.10/542.26	c   applied globally :          -          -          -        413        7.4          -          -          -
542.10/542.26	c   applied locally  :          -          -          -          0        0.0          -          -          -
542.10/542.26	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
542.10/542.26	c   cut pool         :       0.01          5          -          -          7          -    (maximal pool size: 1637)
542.10/542.26	c   redcost          :       1.44      83096          0     437937          0          0
542.10/542.26	c   impliedbounds    :       0.00          6          0          0        208          0
542.10/542.26	c   intobj           :       0.00          0          0          0          0          0
542.10/542.26	c   gomory           :       0.55          6          0          0         39          0
542.10/542.26	c   strongcg         :       0.54          6          0          0       2887          0
542.10/542.26	c   cmir             :       0.08          6          0          0         37          0
542.10/542.26	c   flowcover        :       0.05          6          0          0         74          0
542.10/542.26	c   clique           :       0.03          6          0          0         41          0
542.10/542.26	c   zerohalf         :       0.00          0          0          0          0          0
542.10/542.26	c   mcf              :       0.00          1          0          0          0          0
542.10/542.26	c Pricers            :       Time      Calls       Vars
542.10/542.26	c   problem variables:       0.00          0          0
542.10/542.26	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
542.10/542.26	c   relpscost        :      84.51      44258        128       2411          0          0      86402
542.10/542.26	c   pscost           :       0.00          0          0          0          0          0          0
542.10/542.26	c   inference        :       0.00          0          0          0          0          0          0
542.10/542.26	c   mostinf          :       0.00          0          0          0          0          0          0
542.10/542.26	c   leastinf         :       0.00          0          0          0          0          0          0
542.10/542.26	c   fullstrong       :       0.00          0          0          0          0          0          0
542.10/542.26	c   allfullstrong    :       0.00          0          0          0          0          0          0
542.10/542.26	c   random           :       0.00          0          0          0          0          0          0
542.10/542.26	c Primal Heuristics  :       Time      Calls      Found
542.10/542.26	c   LP solutions     :       0.00          -          2
542.10/542.26	c   pseudo solutions :       0.00          -          0
542.10/542.26	c   feaspump         :       0.00          0          0
542.10/542.26	c   intshifting      :       0.00          0          0
542.10/542.26	c   oneopt           :       0.02          5          0
542.10/542.26	c   crossover        :       0.15         15          0
542.10/542.26	c   fracdiving       :       2.52         62          0
542.10/542.26	c   guideddiving     :       2.88         63          0
542.10/542.26	c   coefdiving       :       2.85         63          0
542.10/542.26	c   pscostdiving     :       2.83         63          0
542.10/542.26	c   linesearchdiving :       2.13         63          0
542.10/542.26	c   veclendiving     :       2.09         63          0
542.10/542.26	c   objpscostdiving  :       3.89         32          0
542.10/542.26	c   rootsoldiving    :       1.04         32          0
542.10/542.26	c   simplerounding   :       0.00          0          0
542.10/542.26	c   rounding         :       2.60      16977          2
542.10/542.26	c   shifting         :       2.16       5515          7
542.10/542.26	c   fixandinfer      :       0.00          0          0
542.10/542.26	c   intdiving        :       0.00          0          0
542.10/542.26	c   actconsdiving    :       0.00          0          0
542.10/542.26	c   octane           :       0.00          0          0
542.10/542.26	c   rens             :       0.01          0          0
542.10/542.26	c   rins             :       0.00          0          0
542.10/542.26	c   localbranching   :       0.00          0          0
542.10/542.26	c   mutation         :       0.00          0          0
542.10/542.26	c   dins             :       0.00          0          0
542.10/542.26	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
542.10/542.26	c   primal LP        :       3.48          0          0       0.00       0.00
542.10/542.26	c   dual LP          :     391.40     113434    3679309      32.44    9400.38
542.10/542.26	c   barrier LP       :       0.00          0          0       0.00          -
542.10/542.26	c   diving/probing LP:      17.78      15827     157585       9.96    8863.05
542.10/542.26	c   strong branching :      82.82      10204     757527      74.24    9146.67
542.10/542.26	c     (at root node) :          -         23      21581     938.30          -
542.10/542.26	c   conflict analysis:       0.00          0          0       0.00          -
542.10/542.26	c B&B Tree           :
542.10/542.26	c   number of runs   :          1
542.10/542.26	c   nodes            :      85649
542.10/542.26	c   nodes (total)    :      85649
542.10/542.26	c   nodes left       :          0
542.10/542.26	c   max depth        :         48
542.10/542.26	c   max depth (total):         48
542.10/542.26	c   backtracks       :      13386 (15.6%)
542.10/542.26	c   delayed cutoffs  :          5
542.10/542.26	c   repropagations   :       3159 (2952 domain reductions, 0 cutoffs)
542.10/542.26	c   avg switch length:       5.15
542.10/542.26	c   switching time   :       7.46
542.10/542.26	c Solution           :
542.10/542.26	c   Solutions found  :         11 (7 improvements)
542.10/542.26	c   Primal Bound     : -1.40000000000000e+01   (in run 1, after 9298 nodes, 105.51 seconds, depth 31, found by <relaxation>)
542.10/542.26	c   Dual Bound       : -1.40000000000000e+01
542.10/542.26	c   Gap              :       0.00 %
542.10/542.26	c   Root Dual Bound  : -2.50000000000000e+01
542.10/542.27	c Time complete: 542.17.

Verifier Data

OK	-14

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-3737367-1338746585/watcher-3737367-1338746585 -o /tmp/evaluation-result-3737367-1338746585/solver-3737367-1338746585 -C 1800 -W 1900 -M 15500 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737367-1338746585.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.92 1.99 1.99 3/176 29859
/proc/meminfo: memFree=26363920/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=8692 CPUtime=0 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 1513 0 0 0 0 0 0 0 20 0 1 0 340785319 8900608 1465 33554432000 4194304 7823515 140735052282448 140736555076120 5878822 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 2173 1466 354 887 0 1283 0

[startup+0.0233991 s]
/proc/loadavg: 1.92 1.99 1.99 3/176 29859
/proc/meminfo: memFree=26363920/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=13984 CPUtime=0.01 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 2911 0 0 0 0 1 0 0 20 0 1 0 340785319 14319616 2509 33554432000 4194304 7823515 140735052282448 140736555076120 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 3496 2509 404 887 0 2606 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13984

[startup+0.100279 s]
/proc/loadavg: 1.92 1.99 1.99 3/176 29859
/proc/meminfo: memFree=26363920/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=17732 CPUtime=0.09 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 4048 0 0 0 6 3 0 0 20 0 1 0 340785319 18157568 3608 33554432000 4194304 7823515 140735052282448 140736555076120 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 4433 3608 520 887 0 3543 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17732

[startup+0.300183 s]
/proc/loadavg: 1.92 1.99 1.99 3/176 29859
/proc/meminfo: memFree=26363920/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=18804 CPUtime=0.28 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 4293 0 0 0 25 3 0 0 20 0 1 0 340785319 19255296 3852 33554432000 4194304 7823515 140735052282448 140736555076120 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 4701 3852 523 887 0 3811 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 18804

[startup+0.700197 s]
/proc/loadavg: 1.92 1.99 1.99 3/176 29859
/proc/meminfo: memFree=26363920/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=23192 CPUtime=0.69 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 5354 0 0 0 65 4 0 0 20 0 1 0 340785319 23748608 4913 33554432000 4194304 7823515 140735052282448 140735052278200 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 5798 4913 565 887 0 4908 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23192

[startup+1.50018 s]
/proc/loadavg: 1.92 1.99 1.99 3/177 29860
/proc/meminfo: memFree=26344444/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=32640 CPUtime=1.49 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 7874 0 0 0 144 5 0 0 20 0 1 0 340785319 33423360 7413 33554432000 4194304 7823515 140735052282448 140735052278136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 8160 7413 565 887 0 7270 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32640

[startup+3.10018 s]
/proc/loadavg: 1.92 1.99 1.99 3/177 29860
/proc/meminfo: memFree=26332168/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=41748 CPUtime=3.09 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 10179 0 0 0 303 6 0 0 20 0 1 0 340785319 42749952 9696 33554432000 4194304 7823515 140735052282448 140735052277560 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 10437 9696 569 887 0 9547 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41748

[startup+6.30022 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29860
/proc/meminfo: memFree=26327000/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=41748 CPUtime=6.29 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 10179 0 0 0 621 8 0 0 20 0 1 0 340785319 42749952 9696 33554432000 4194304 7823515 140735052282448 140735052277144 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 10437 9696 569 887 0 9547 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41748

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29860
/proc/meminfo: memFree=26326924/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=41748 CPUtime=12.69 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 10181 0 0 0 1257 12 0 0 20 0 1 0 340785319 42749952 9698 33554432000 4194304 7823515 140735052282448 140735052277144 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 10437 9698 571 887 0 9547 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41748

[startup+25.5002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29860
/proc/meminfo: memFree=26327312/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=41748 CPUtime=25.49 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 10186 0 0 0 2524 25 0 0 20 0 1 0 340785319 42749952 9703 33554432000 4194304 7823515 140735052282448 140735052278664 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 10437 9703 575 887 0 9547 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41748

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29860
/proc/meminfo: memFree=26328056/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=41220 CPUtime=51.08 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 15225 0 0 0 5058 50 0 0 20 0 1 0 340785319 42209280 9591 33554432000 4194304 7823515 140735052282448 140735052277912 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 10305 9591 586 887 0 9415 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41220

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29898
/proc/meminfo: memFree=26474128/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=46100 CPUtime=102.28 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 24429 0 0 0 10121 107 0 0 20 0 1 0 340785319 47206400 11092 33554432000 4194304 7823515 140735052282448 140735052277784 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 11525 11092 586 887 0 10635 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 46100

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29898
/proc/meminfo: memFree=26420724/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=47840 CPUtime=162.26 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 34665 0 0 0 16045 181 0 0 20 0 1 0 340785319 48988160 11502 33554432000 4194304 7823515 140735052282448 140735052277784 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 11960 11502 586 887 0 11070 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 47840

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 29898
/proc/meminfo: memFree=26408916/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=50396 CPUtime=222.24 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 37299 0 0 0 21970 254 0 0 20 0 1 0 340785319 51605504 12182 33554432000 4194304 7823515 140735052282448 140735052278376 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 12599 12182 586 887 0 11709 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 50396

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 29899
/proc/meminfo: memFree=26399456/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=51760 CPUtime=282.24 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 39527 0 0 0 27897 327 0 0 20 0 1 0 340785319 53002240 12503 33554432000 4194304 7823515 140735052282448 140735052277784 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 12940 12503 586 887 0 12050 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 51760

[startup+342.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 29899
/proc/meminfo: memFree=26388024/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=53944 CPUtime=342.23 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 40092 0 0 0 33828 395 0 0 20 0 1 0 340785319 55238656 13068 33554432000 4194304 7823515 140735052282448 140735052277784 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 13486 13068 586 887 0 12596 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 53944

[startup+402.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 29899
/proc/meminfo: memFree=26371208/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=55092 CPUtime=402.22 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 40390 0 0 0 39754 468 0 0 20 0 1 0 340785319 56414208 13366 33554432000 4194304 7823515 140735052282448 140735052278248 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 13773 13366 586 887 0 12883 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 55092

[startup+462.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/178 29902
/proc/meminfo: memFree=26369328/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=56040 CPUtime=462.21 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 42529 0 0 0 45680 541 0 0 20 0 1 0 340785319 57384960 13611 33554432000 4194304 7823515 140735052282448 140735052277784 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 14010 13611 586 887 0 13120 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 56040

[startup+522.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29902
/proc/meminfo: memFree=26360792/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=56236 CPUtime=522.2 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 42563 0 0 0 51604 616 0 0 20 0 1 0 340785319 57585664 13641 33554432000 4194304 7823515 140735052282448 140735052278136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 14059 13641 586 887 0 13169 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 56236

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

[startup+524.706 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29902
/proc/meminfo: memFree=26360792/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=56236 CPUtime=524.61 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 42563 0 0 0 51841 620 0 0 20 0 1 0 340785319 57585664 13641 33554432000 4194304 7823515 140735052282448 140735052277784 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 14059 13641 586 887 0 13169 0
Current children cumulated CPU time (s) 524.61
Current children cumulated vsize (KiB) 56236

[startup+531.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29902
/proc/meminfo: memFree=26340688/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=56236 CPUtime=531 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 42563 0 0 0 52473 627 0 0 20 0 1 0 340785319 57585664 13641 33554432000 4194304 7823515 140735052282448 140735052278136 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 14059 13641 586 887 0 13169 0
Current children cumulated CPU time (s) 531
Current children cumulated vsize (KiB) 56236

[startup+537.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29902
/proc/meminfo: memFree=26340688/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=56236 CPUtime=537.4 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 42563 0 0 0 53105 635 0 0 20 0 1 0 340785319 57585664 13641 33554432000 4194304 7823515 140735052282448 140735052279480 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 14059 13641 586 887 0 13169 0
Current children cumulated CPU time (s) 537.4
Current children cumulated vsize (KiB) 56236

[startup+540.7 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29902
/proc/meminfo: memFree=26340688/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=56236 CPUtime=540.59 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 42565 0 0 0 53420 639 0 0 20 0 1 0 340785319 57585664 13643 33554432000 4194304 7823515 140735052282448 140735052278936 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 14059 13643 586 887 0 13169 0
Current children cumulated CPU time (s) 540.59
Current children cumulated vsize (KiB) 56236

[startup+541.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29902
/proc/meminfo: memFree=26340688/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=56236 CPUtime=541.4 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 42565 0 0 0 53499 641 0 0 20 0 1 0 340785319 57585664 13643 33554432000 4194304 7823515 140735052282448 140735052278248 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 14059 13643 586 887 0 13169 0
Current children cumulated CPU time (s) 541.4
Current children cumulated vsize (KiB) 56236

[startup+541.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29902
/proc/meminfo: memFree=26340688/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=56236 CPUtime=541.8 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 42565 0 0 0 53539 641 0 0 20 0 1 0 340785319 57585664 13643 33554432000 4194304 7823515 140735052282448 140735052278248 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 14059 13643 586 887 0 13169 0
Current children cumulated CPU time (s) 541.8
Current children cumulated vsize (KiB) 56236

[startup+542.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29902
/proc/meminfo: memFree=26340688/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=56236 CPUtime=542 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 42565 0 0 0 53559 641 0 0 20 0 1 0 340785319 57585664 13643 33554432000 4194304 7823515 140735052282448 140735052278248 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 14059 13643 586 887 0 13169 0
Current children cumulated CPU time (s) 542
Current children cumulated vsize (KiB) 56236

[startup+542.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29902
/proc/meminfo: memFree=26340688/32873648 swapFree=6852/6852
[pid=29859] ppid=29857 vsize=56236 CPUtime=542.1 cores=1,3,5,7
/proc/29859/stat : 29859 (pbscip.linux.x8) R 29857 29859 27068 0 -1 4202496 42565 0 0 0 53569 641 0 0 20 0 1 0 340785319 57585664 13643 33554432000 4194304 7823515 140735052282448 140735052278248 6954986 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/29859/statm: 14059 13643 586 887 0 13169 0
Current children cumulated CPU time (s) 542.1
Current children cumulated vsize (KiB) 56236

Child status: 0
Real time (s): 542.275
CPU time (s): 542.182
CPU user time (s): 535.762
CPU system time (s): 6.42002
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 56236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 535.762
system time used= 6.42002
maximum resident set size= 61240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42570
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= 21
involuntary context switches= 558

runsolver used 0.839872 second user time and 2.12568 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 20:03:05
IDJOB=3737367
IDBENCH=48227
IDSOLVER=2321
FILE ID=node115/3737367-1338746585
RUNJOBID= node115-1338714108-27085
PBS_JOBID= 14636752
Free space on /tmp= 70820 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_10_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737367-1338746585/watcher-3737367-1338746585 -o /tmp/evaluation-result-3737367-1338746585/solver-3737367-1338746585 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3737367-1338746585.opb

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

MD5SUM BENCH= 26861ca996cf8fd2abe5c211e1f47a26
RANDOM SEED=545447250

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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.462
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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:       32873648 kB
MemFree:        26364936 kB
Buffers:         1437836 kB
Cached:          3496060 kB
SwapCached:         1016 kB
Active:          3418888 kB
Inactive:        2180420 kB
Active(anon):     653680 kB
Inactive(anon):     9868 kB
Active(file):    2765208 kB
Inactive(file):  2170552 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:              9712 kB
Writeback:             0 kB
AnonPages:        666672 kB
Mapped:            13732 kB
Shmem:                96 kB
Slab:             771360 kB
SReclaimable:     215464 kB
SUnreclaim:       555896 kB
KernelStack:        1456 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     788556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    616448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70808 MiB
End job on node115 at 2012-06-03 20:12:08