Trace number 3486126

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 2 2011-06-10 (fixed)UNSAT 71.3721 71.3708

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_4.opb
MD5SUM56022330ee2943e2696d570dbfee01d9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.3404
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2608
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.5]
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-3486126-1307773114.opb>
0.00/0.00	c original problem has 31 variables (31 bin, 0 int, 0 impl, 0 cont) and 9 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c presolving (3 rounds):
0.00/0.00	c  1 deleted vars, 5 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.00	c  0 implications, 0 cliques
0.00/0.00	c presolved problem has 30 variables (30 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.00	c       4 constraints of type <linear>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c # SCIP version 2.0.1.4
0.00/0.00	c 
0.00/0.00	c # frequency for displaying node information lines
0.00/0.00	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.00	c display/freq = 10000
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/time = 1797
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/memory = 13950
0.00/0.00	c 
0.00/0.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.00	c # [type: int, range: [1,2], default: 1]
0.00/0.00	c timing/clocktype = 2
0.00/0.00	c 
0.00/0.00	c # belongs reading time to solving time?
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify inequalities
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/linear/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/indicator/addCouplingCons = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify knapsacks
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.00	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.00	c separating/rapidlearning/freq = 0
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c start solving
0.00/0.00	c 
0.00/0.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.00	c   0.0s|     1 |     0 |    18 |     - | 220k|   0 |   4 |  30 |  14 |  30 |   4 |   0 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    76 |     - | 272k|   0 |   6 |  30 |  34 |  30 |   9 |   5 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    81 |     - | 294k|   0 |  10 |  30 |  34 |  30 |  15 |  11 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    86 |     - | 323k|   0 |  11 |  30 |  34 |  30 |  20 |  16 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |    91 |     - | 348k|   0 |  13 |  30 |  34 |  30 |  25 |  21 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |    99 |     - | 359k|   0 |  12 |  30 |  34 |  30 |  28 |  24 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.03	c   0.0s|     1 |     0 |   104 |     - | 366k|   0 |  13 |  30 |  34 |  30 |  31 |  27 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.05	c   0.0s|     1 |     2 |   104 |     - | 367k|   0 |  13 |  30 |  34 |  30 |  31 |  27 |  10 |   9 | 0.000000e+00 |      --      |    Inf 
1.29/1.35	c   1.4s| 10000 |  2152 | 16745 |   1.7 |2711k|  23 |   - |  30 |2824 |   0 |   0 |  27 |3187 | 386 | 0.000000e+00 |      --      |    Inf 
2.89/2.94	c   2.9s| 20000 |  3441 | 32505 |   1.6 |3782k|  23 |   - |  30 |3019 |  30 |  13 |  27 |6462 | 557 | 0.000000e+00 |      --      |    Inf 
4.40/4.44	c   4.4s| 30000 |  4657 | 48353 |   1.6 |4801k|  23 |   4 |  30 |3446 |  30 |  13 |  27 |  10k| 676 | 0.000000e+00 |      --      |    Inf 
6.09/6.15	c   6.1s| 40000 |  5076 | 63958 |   1.6 |5232k|  23 |   - |  30 |3050 |  30 |  13 |  27 |  13k| 777 | 0.000000e+00 |      --      |    Inf 
7.79/7.85	c   7.8s| 50000 |  5500 | 79920 |   1.6 |5835k|  24 |   4 |  30 |3393 |  30 |  13 |  27 |  18k| 885 | 0.000000e+00 |      --      |    Inf 
9.49/9.51	c   9.5s| 60000 |  5963 | 95414 |   1.6 |6446k|  24 |   4 |  30 |3767 |  30 |  13 |  27 |  21k| 962 | 0.000000e+00 |      --      |    Inf 
11.29/11.33	c  11.3s| 70000 |  6027 |110968 |   1.6 |6727k|  24 |   4 |  30 |3801 |  30 |  13 |  27 |  25k|1029 | 0.000000e+00 |      --      |    Inf 
13.09/13.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
13.09/13.19	c  13.2s| 80000 |  6038 |126513 |   1.6 |6959k|  24 |   4 |  30 |3772 |  30 |  13 |  27 |  29k|1104 | 0.000000e+00 |      --      |    Inf 
14.89/14.97	c  15.0s| 90000 |  6015 |142009 |   1.6 |7305k|  24 |   4 |  30 |4343 |  30 |  13 |  27 |  33k|1179 | 0.000000e+00 |      --      |    Inf 
16.69/16.78	c  16.8s|100000 |  6278 |157623 |   1.6 |7727k|  24 |   4 |  30 |4235 |  30 |  13 |  27 |  37k|1232 | 0.000000e+00 |      --      |    Inf 
18.70/18.75	c  18.8s|110000 |  6255 |173282 |   1.6 |7923k|  24 |   - |  30 |4196 |   0 |   0 |  27 |  41k|1290 | 0.000000e+00 |      --      |    Inf 
20.59/20.68	c  20.7s|120000 |  6090 |189394 |   1.6 |7994k|  24 |   4 |  30 |4237 |  30 |  13 |  27 |  45k|1354 | 0.000000e+00 |      --      |    Inf 
22.59/22.68	c  22.7s|130000 |  5753 |204934 |   1.6 |8060k|  24 |   4 |  30 |4742 |  30 |  13 |  27 |  49k|1407 | 0.000000e+00 |      --      |    Inf 
24.69/24.76	c  24.8s|140000 |  5324 |220783 |   1.6 |7798k|  24 |   4 |  30 |4355 |  30 |  13 |  27 |  54k|1457 | 0.000000e+00 |      --      |    Inf 
26.49/26.54	c  26.5s|150000 |  5974 |236281 |   1.6 |8604k|  24 |   4 |  30 |5559 |  30 |  13 |  27 |  58k|1500 | 0.000000e+00 |      --      |    Inf 
28.59/28.67	c  28.7s|160000 |  5873 |251885 |   1.6 |9051k|  24 |   4 |  30 |6671 |  30 |  13 |  27 |  62k|1552 | 0.000000e+00 |      --      |    Inf 
31.00/31.06	c  31.1s|170000 |  5395 |267369 |   1.6 |8671k|  24 |   - |  30 |5821 |   0 |   0 |  27 |  66k|1591 | 0.000000e+00 |      --      |    Inf 
33.29/33.31	c  33.3s|180000 |  4879 |282606 |   1.6 |8177k|  24 |   4 |  30 |4985 |  30 |  13 |  27 |  70k|1635 | 0.000000e+00 |      --      |    Inf 
35.39/35.44	c  35.4s|190000 |  4805 |298130 |   1.6 |8210k|  24 |   4 |  30 |5114 |  30 |  13 |  27 |  75k|1684 | 0.000000e+00 |      --      |    Inf 
37.69/37.71	c  37.7s|200000 |  4352 |314472 |   1.6 |8064k|  24 |   - |  30 |5491 |   0 |   0 |  27 |  79k|1732 | 0.000000e+00 |      --      |    Inf 
39.60/39.64	c  39.6s|210000 |  4735 |330664 |   1.6 |8513k|  24 |   - |  30 |6131 |   0 |   0 |  27 |  83k|1774 | 0.000000e+00 |      --      |    Inf 
41.99/42.05	c  42.1s|220000 |  4098 |346657 |   1.6 |8208k|  24 |   - |  30 |6167 |  30 |  13 |  27 |  87k|1819 | 0.000000e+00 |      --      |    Inf 
44.10/44.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
44.10/44.13	c  44.1s|230000 |  4283 |363297 |   1.6 |8406k|  24 |   - |  30 |6045 |   0 |   0 |  27 |  91k|1863 | 0.000000e+00 |      --      |    Inf 
46.49/46.54	c  46.5s|240000 |  3478 |379007 |   1.6 |7479k|  24 |   4 |  30 |5189 |  30 |  13 |  27 |  96k|1917 | 0.000000e+00 |      --      |    Inf 
48.79/48.82	c  48.8s|250000 |  2850 |395013 |   1.6 |6964k|  24 |   - |  30 |5419 |  30 |  13 |  27 | 100k|1962 | 0.000000e+00 |      --      |    Inf 
51.10/51.10	c  51.1s|260000 |  2097 |410440 |   1.6 |5981k|  24 |   - |  30 |4749 |   0 |   0 |  27 | 104k|2002 | 0.000000e+00 |      --      |    Inf 
53.20/53.25	c  53.3s|270000 |  1560 |426377 |   1.6 |5502k|  24 |   - |  30 |5117 |   0 |   0 |  27 | 109k|2039 | 0.000000e+00 |      --      |    Inf 
55.39/55.47	c  55.5s|280000 |  1283 |443218 |   1.6 |5366k|  24 |   4 |  30 |5950 |  30 |  13 |  27 | 113k|2071 | 0.000000e+00 |      --      |    Inf 
57.79/57.84	c  57.8s|290000 |   782 |458785 |   1.6 |4881k|  24 |   4 |  30 |6206 |  30 |  13 |  27 | 118k|2112 | 0.000000e+00 |      --      |    Inf 
59.90/59.90	c  59.9s|300000 |  1110 |474225 |   1.6 |5206k|  24 |   4 |  30 |7033 |  30 |  13 |  27 | 122k|2149 | 0.000000e+00 |      --      |    Inf 
62.20/62.21	c  62.2s|310000 |   783 |489042 |   1.6 |5397k|  24 |   - |  30 |8321 |   0 |   0 |  27 | 126k|2179 | 0.000000e+00 |      --      |    Inf 
64.90/64.95	c  65.0s|320000 |   492 |504808 |   1.6 |5035k|  24 |   4 |  30 |7233 |  30 |  13 |  27 | 130k|2216 | 0.000000e+00 |      --      |    Inf 
67.19/67.23	c  67.2s|330000 |   370 |520957 |   1.6 |4345k|  24 |   - |  30 |6686 |   0 |   0 |  27 | 134k|2249 | 0.000000e+00 |      --      |    Inf 
69.50/69.51	c  69.5s|340000 |   323 |537391 |   1.6 |4671k|  24 |   - |  30 |7899 |  30 |  13 |  27 | 139k|2286 | 0.000000e+00 |      --      |    Inf 
71.29/71.36	c 
71.29/71.36	c SCIP Status        : problem is solved [infeasible]
71.29/71.36	c Solving Time (sec) : 71.36
71.29/71.36	c Solving Nodes      : 347673
71.29/71.36	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
71.29/71.36	c Dual Bound         : +1.00000000000000e+20
71.29/71.36	c Gap                : 0.00 %
71.29/71.36	s UNSATISFIABLE
71.29/71.36	c SCIP Status        : problem is solved [infeasible]
71.29/71.36	c Total Time         :      71.36
71.29/71.36	c   solving          :      71.36
71.29/71.36	c   presolving       :       0.00 (included in solving)
71.29/71.36	c   reading          :       0.00 (included in solving)
71.29/71.36	c Original Problem   :
71.29/71.36	c   Problem name     : HOME/instance-3486126-1307773114.opb
71.29/71.36	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
71.29/71.36	c   Constraints      : 9 initial, 9 maximal
71.29/71.36	c Presolved Problem  :
71.29/71.36	c   Problem name     : t_HOME/instance-3486126-1307773114.opb
71.29/71.36	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
71.29/71.36	c   Constraints      : 4 initial, 10055 maximal
71.29/71.36	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
71.29/71.36	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
71.29/71.36	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
71.29/71.36	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
71.29/71.36	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
71.29/71.36	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
71.29/71.36	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
71.29/71.36	c   linear           :       0.00          0          0          0          0          0          5          0          0          0
71.29/71.36	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
71.29/71.36	c   root node        :          -          2          -          -          2          -          -          -          -          -
71.29/71.36	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
71.29/71.36	c   integral         :          0          0          0     192438          0          4          0        122        839          0          0     383174
71.29/71.36	c   linear           :          4+         7     769437          0          0          3    1012217     129244     957946          0          0          0
71.29/71.36	c   logicor          :          0+         6     386786          0          0          0     243676       2851     118307          0          0          0
71.29/71.36	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
71.29/71.36	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
71.29/71.36	c   integral         :       1.13       0.00       0.00       1.13       0.00       0.00       0.00
71.29/71.36	c   linear           :       8.88       0.00       7.47       0.00       0.00       0.00       1.41
71.29/71.36	c   logicor          :      17.63       0.00      17.44       0.00       0.00       0.00       0.19
71.29/71.36	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
71.29/71.36	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
71.29/71.36	c   vbounds          :          0          0          0          0
71.29/71.36	c   rootredcost      :          0          0          0          0
71.29/71.36	c   pseudoobj        :          0          0          0          0
71.29/71.36	c Propagator Timings :  TotalTime  Propagate    Resprop
71.29/71.36	c   vbounds          :       0.10       0.10       0.00
71.29/71.36	c   rootredcost      :       0.11       0.11       0.00
71.29/71.36	c   pseudoobj        :       0.08       0.08       0.00
71.29/71.36	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
71.29/71.36	c   propagation      :       2.32     132095      57260     149761       19.0         11       19.0          -
71.29/71.36	c   infeasible LP    :       1.06      58282      58279      92799       12.7        706       17.6          0
71.29/71.36	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
71.29/71.36	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
71.29/71.36	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
71.29/71.36	c   applied globally :          -          -          -     142182       14.5          -          -          -
71.29/71.36	c   applied locally  :          -          -          -          0        0.0          -          -          -
71.29/71.36	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
71.29/71.36	c   cut pool         :       0.00          5          -          -         23          -    (maximal pool size: 99)
71.29/71.36	c   redcost          :       0.15     192443          0          0          0          0
71.29/71.36	c   impliedbounds    :       0.00          6          0          0          0          0
71.29/71.36	c   intobj           :       0.00          0          0          0          0          0
71.29/71.36	c   gomory           :       0.00          6          0          0          0          0
71.29/71.36	c   cgmip            :       0.00          0          0          0          0          0
71.29/71.36	c   closecuts        :       0.00          0          0          0          0          0
71.29/71.36	c   strongcg         :       0.00          6          0          0         30          0
71.29/71.36	c   cmir             :       0.00          6          0          0         43          0
71.29/71.36	c   flowcover        :       0.01          6          0          0         56          0
71.29/71.36	c   clique           :       0.00          1          0          0          0          0
71.29/71.36	c   zerohalf         :       0.00          0          0          0          0          0
71.29/71.36	c   mcf              :       0.00          1          0          0          0          0
71.29/71.36	c   oddcycle         :       0.00          0          0          0          0          0
71.29/71.36	c   rapidlearning    :       0.01          1          0          0          0         20
71.29/71.36	c Pricers            :       Time      Calls       Vars
71.29/71.36	c   problem variables:       0.00          0          0
71.29/71.36	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
71.29/71.36	c   relpscost        :       1.02     192438        122        839          0          0     383174
71.29/71.36	c   pscost           :       0.00          0          0          0          0          0          0
71.29/71.36	c   inference        :       0.00          0          0          0          0          0          0
71.29/71.36	c   mostinf          :       0.00          0          0          0          0          0          0
71.29/71.36	c   leastinf         :       0.00          0          0          0          0          0          0
71.29/71.36	c   fullstrong       :       0.00          0          0          0          0          0          0
71.29/71.36	c   allfullstrong    :       0.00          0          0          0          0          0          0
71.29/71.36	c   random           :       0.00          0          0          0          0          0          0
71.29/71.36	c Primal Heuristics  :       Time      Calls      Found
71.29/71.36	c   LP solutions     :       0.00          -          0
71.29/71.36	c   pseudo solutions :       0.00          -          0
71.29/71.36	c   oneopt           :       0.09          0          0
71.29/71.36	c   crossover        :       0.05          0          0
71.29/71.36	c   guideddiving     :       0.01          0          0
71.29/71.36	c   intshifting      :       0.01          0          0
71.29/71.36	c   fracdiving       :       0.01         22          0
71.29/71.36	c   pscostdiving     :       0.01         22          0
71.29/71.36	c   linesearchdiving :       0.01         23          0
71.29/71.36	c   coefdiving       :       0.01         23          0
71.29/71.36	c   veclendiving     :       0.01         23          0
71.29/71.36	c   objpscostdiving  :       0.01         12          0
71.29/71.36	c   feaspump         :       0.01         12          0
71.29/71.36	c   trivial          :       0.00          2          0
71.29/71.36	c   shiftandpropagate:       0.00          1          0
71.29/71.36	c   simplerounding   :       0.03          0          0
71.29/71.36	c   zirounding       :       0.37          0          0
71.29/71.36	c   rounding         :       0.10       6180          0
71.29/71.36	c   shifting         :       0.34       1991          0
71.29/71.36	c   twoopt           :       0.00          0          0
71.29/71.36	c   fixandinfer      :       0.00          0          0
71.29/71.36	c   clique           :       0.00          0          0
71.29/71.36	c   intdiving        :       0.00          0          0
71.29/71.36	c   actconsdiving    :       0.00          0          0
71.29/71.36	c   rootsoldiving    :       0.01         12          0
71.29/71.36	c   octane           :       0.00          0          0
71.29/71.36	c   rens             :       0.01          1          0
71.29/71.36	c   rins             :       0.00          0          0
71.29/71.36	c   localbranching   :       0.00          0          0
71.29/71.36	c   mutation         :       0.00          0          0
71.29/71.36	c   dins             :       0.00          0          0
71.29/71.36	c   vbounds          :       0.00          0          0
71.29/71.36	c   undercover       :       0.00          0          0
71.29/71.36	c   subnlp           :       0.04          0          0
71.29/71.36	c   trysol           :       0.06          0          0
71.29/71.36	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
71.29/71.36	c   primal LP        :       0.00          0          0       0.00          -
71.29/71.36	c   dual LP          :       9.09     245821     548699       2.23   60387.25
71.29/71.36	c   lex dual LP      :       0.00          0          0       0.00          -
71.29/71.36	c   barrier LP       :       0.00          0          0       0.00          -
71.29/71.36	c   diving/probing LP:       0.01        215        387       1.80          -
71.29/71.36	c   strong branching :       0.15       2308       8073       3.50   53114.64
71.29/71.36	c     (at root node) :          -          9        184      20.44          -
71.29/71.36	c   conflict analysis:       0.00          0          0       0.00          -
71.29/71.36	c B&B Tree           :
71.29/71.36	c   number of runs   :          1
71.29/71.36	c   nodes            :     347673
71.29/71.36	c   nodes (total)    :     347673
71.29/71.36	c   nodes left       :          0
71.29/71.36	c   max depth        :         24
71.29/71.36	c   max depth (total):         24
71.29/71.36	c   backtracks       :      98504 (28.3%)
71.29/71.36	c   delayed cutoffs  :      35502
71.29/71.36	c   repropagations   :     163810 (321552 domain reductions, 34138 cutoffs)
71.29/71.36	c   avg switch length:       5.17
71.29/71.36	c   switching time   :      19.75
71.29/71.36	c Solution           :
71.29/71.36	c   Solutions found  :          0 (0 improvements)
71.29/71.36	c   Primal Bound     : infeasible
71.29/71.36	c   Dual Bound       :          -
71.29/71.36	c   Gap              :       0.00 %
71.29/71.36	c   Root Dual Bound  : +0.00000000000000e+00
71.29/71.36	c   Root Iterations  :        104
71.29/71.37	c Time complete: 71.36.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3486126-1307773114/watcher-3486126-1307773114 -o /tmp/evaluation-result-3486126-1307773114/solver-3486126-1307773114 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486126-1307773114.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.05 2.01 1.96 2/177 18629
/proc/meminfo: memFree=31467908/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=13636 CPUtime=0 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 2142 0 0 0 0 0 0 0 25 0 1 0 888914015 13963264 2097 33554432000 4194304 8979876 140737058744528 18446744073709551615 7836189 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 3409 2110 422 1169 0 2236 0

[startup+0.00635708 s]
/proc/loadavg: 2.05 2.01 1.96 2/177 18629
/proc/meminfo: memFree=31467908/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=14804 CPUtime=0 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 2457 0 0 0 0 0 0 0 25 0 1 0 888914015 15159296 2413 33554432000 4194304 8979876 140737058744528 18446744073709551615 4876128 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 3701 2431 487 1169 0 2528 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14804

[startup+0.100354 s]
/proc/loadavg: 2.05 2.01 1.96 2/177 18629
/proc/meminfo: memFree=31467908/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=27016 CPUtime=0.09 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 6044 0 0 0 7 2 0 0 18 0 1 0 888914015 27664384 5389 33554432000 4194304 8979876 140737058744528 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 6754 5389 705 1169 0 5581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27016

[startup+0.30033 s]
/proc/loadavg: 2.05 2.01 1.96 2/177 18629
/proc/meminfo: memFree=31467908/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=27016 CPUtime=0.29 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 6045 0 0 0 24 5 0 0 18 0 1 0 888914015 27664384 5390 33554432000 4194304 8979876 140737058744528 18446744073709551615 4444183 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 6754 5390 705 1169 0 5581 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27016

[startup+0.700249 s]
/proc/loadavg: 2.05 2.01 1.96 2/177 18629
/proc/meminfo: memFree=31467908/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=27016 CPUtime=0.69 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 6048 0 0 0 59 10 0 0 18 0 1 0 888914015 27664384 5393 33554432000 4194304 8979876 140737058744528 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 6754 5393 705 1169 0 5581 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27016

[startup+1.50011 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 18630
/proc/meminfo: memFree=31449076/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=27016 CPUtime=1.49 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 6053 0 0 0 134 15 0 0 20 0 1 0 888914015 27664384 5398 33554432000 4194304 8979876 140737058744528 18446744073709551615 4687338 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 6754 5398 705 1169 0 5581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27016

[startup+3.10083 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 18630
/proc/meminfo: memFree=31448840/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=27016 CPUtime=3.09 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 6057 0 0 0 281 28 0 0 25 0 1 0 888914015 27664384 5402 33554432000 4194304 8979876 140737058744528 18446744073709551615 5381791 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 6754 5402 705 1169 0 5581 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27016

[startup+6.30026 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 18630
/proc/meminfo: memFree=31448348/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=27016 CPUtime=6.29 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 6065 0 0 0 578 51 0 0 25 0 1 0 888914015 27664384 5410 33554432000 4194304 8979876 140737058744528 18446744073709551615 6783008 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 6754 5410 705 1169 0 5581 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27016

[startup+12.7001 s]
/proc/loadavg: 2.04 2.01 1.96 3/178 18630
/proc/meminfo: memFree=31447620/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=27016 CPUtime=12.69 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 6253 0 0 0 1175 94 0 0 25 0 1 0 888914015 27664384 5598 33554432000 4194304 8979876 140737058744528 18446744073709551615 6489296 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 6754 5598 705 1169 0 5581 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27016

[startup+25.5009 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 18630
/proc/meminfo: memFree=31446976/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=27544 CPUtime=25.5 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 6441 0 0 0 2374 176 0 0 25 0 1 0 888914015 28205056 5786 33554432000 4194304 8979876 140737058744528 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 6886 5786 705 1169 0 5713 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 27544

[startup+51.1004 s]
/proc/loadavg: 2.02 2.01 1.96 3/178 18631
/proc/meminfo: memFree=31444132/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=30700 CPUtime=51.1 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 7093 0 0 0 4792 318 0 0 25 0 1 0 888914015 31436800 6438 33554432000 4194304 8979876 140737058744528 18446744073709551615 6456140 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 7675 6438 705 1169 0 6502 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 30700

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

[startup+63.9011 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 18631
/proc/meminfo: memFree=31444120/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=31108 CPUtime=63.9 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 7182 0 0 0 6008 382 0 0 25 0 1 0 888914015 31854592 6527 33554432000 4194304 8979876 140737058744528 18446744073709551615 4777124 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 7777 6527 705 1169 0 6604 0
Current children cumulated CPU time (s) 63.9
Current children cumulated vsize (KiB) 31108

[startup+67.1065 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 18632
/proc/meminfo: memFree=31443376/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=31988 CPUtime=67.09 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 7370 0 0 0 6313 396 0 0 25 0 1 0 888914015 32755712 6715 33554432000 4194304 8979876 140737058744528 18446744073709551615 6492563 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 7997 6715 705 1169 0 6824 0
Current children cumulated CPU time (s) 67.09
Current children cumulated vsize (KiB) 31988

[startup+68.7002 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 18632
/proc/meminfo: memFree=31443252/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=31988 CPUtime=68.7 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 7370 0 0 0 6466 404 0 0 25 0 1 0 888914015 32755712 6715 33554432000 4194304 8979876 140737058744528 18446744073709551615 5382293 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 7997 6715 705 1169 0 6824 0
Current children cumulated CPU time (s) 68.7
Current children cumulated vsize (KiB) 31988

[startup+70.301 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 18632
/proc/meminfo: memFree=31443128/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=32188 CPUtime=70.3 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 7395 0 0 0 6617 413 0 0 25 0 1 0 888914015 32960512 6740 33554432000 4194304 8979876 140737058744528 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 8047 6740 705 1169 0 6874 0
Current children cumulated CPU time (s) 70.3
Current children cumulated vsize (KiB) 32188

[startup+71.1008 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 18632
/proc/meminfo: memFree=31443128/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=32188 CPUtime=71.09 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 7395 0 0 0 6693 416 0 0 25 0 1 0 888914015 32960512 6740 33554432000 4194304 8979876 140737058744528 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 8047 6740 705 1169 0 6874 0
Current children cumulated CPU time (s) 71.09
Current children cumulated vsize (KiB) 32188

[startup+71.3008 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 18632
/proc/meminfo: memFree=31443128/32951124 swapFree=67052812/67111528
[pid=18629] ppid=18627 vsize=32188 CPUtime=71.29 cores=1,3,5,7
/proc/18629/stat : 18629 (scip-2.0.1.4_2.) R 18627 18629 15120 0 -1 4202496 7395 0 0 0 6712 417 0 0 25 0 1 0 888914015 32960512 6740 33554432000 4194304 8979876 140737058744528 18446744073709551615 6489440 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/18629/statm: 8047 6740 705 1169 0 6874 0
Current children cumulated CPU time (s) 71.29
Current children cumulated vsize (KiB) 32188

Child status: 0
Real time (s): 71.3708
CPU time (s): 71.3721
CPU user time (s): 67.1888
CPU system time (s): 4.18336
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 32188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.1888
system time used= 4.18336
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7403
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= 6
involuntary context switches= 799

runsolver used 0.083987 second user time and 0.250961 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-11 08:18:34
IDJOB=3486126
IDBENCH=2907
IDSOLVER=1977
FILE ID=node103/3486126-1307773114
RUNJOBID= node103-1307767493-18162
PBS_JOBID= 13550857
Free space on /tmp= 74052 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_4.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3486126-1307773114/watcher-3486126-1307773114 -o /tmp/evaluation-result-3486126-1307773114/solver-3486126-1307773114 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486126-1307773114.opb -t 1800 -m 15500

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

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=1076019327

node103.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.858
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.71
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.858
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	: 5332.75
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.858
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.858
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.77
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.858
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.75
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.858
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.75
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.858
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.83
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.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31468468 kB
Buffers:        275136 kB
Cached:         828248 kB
SwapCached:      22864 kB
Active:         659944 kB
Inactive:       615352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31468468 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:           17100 kB
Writeback:           0 kB
AnonPages:      169688 kB
Mapped:          12044 kB
Slab:           142412 kB
PageTables:       4688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   355160 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= 74036 MiB
End job on node103 at 2011-06-11 08:19:45