Trace number 3734813

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
PB11: SCIP spx E_2 2011-06-10 (fixed)UNSAT 65.3731 65.3906

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 benchmark7.73782
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.5 [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-3734813-1338713903.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.01	c presolving (3 rounds):
0.00/0.01	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.01	c  0 implications, 0 cliques
0.00/0.01	c presolved problem has 30 variables (30 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.01	c       4 constraints of type <linear>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 2.0.1.5
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1797
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 13950
0.00/0.01	c 
0.00/0.01	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.01	c # [type: int, range: [1,2], default: 1]
0.00/0.01	c timing/clocktype = 2
0.00/0.01	c 
0.00/0.01	c # belongs reading time to solving time?
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c timing/reading = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/indicator/addCouplingCons = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	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.01	c   0.0s|     1 |     0 |    18 |     - | 220k|   0 |   4 |  30 |  14 |  30 |   4 |   0 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.02	c   0.0s|     1 |     0 |    76 |     - | 272k|   0 |   6 |  30 |  34 |  30 |   9 |   5 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.03	c   0.0s|     1 |     0 |    81 |     - | 293k|   0 |  10 |  30 |  34 |  30 |  15 |  11 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.03	c   0.0s|     1 |     0 |    86 |     - | 323k|   0 |  11 |  30 |  34 |  30 |  20 |  16 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.03	c   0.0s|     1 |     0 |    91 |     - | 348k|   0 |  13 |  30 |  34 |  30 |  25 |  21 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.03	c   0.0s|     1 |     0 |    99 |     - | 359k|   0 |  12 |  30 |  34 |  30 |  28 |  24 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.04	c   0.0s|     1 |     0 |   104 |     - | 366k|   0 |  13 |  30 |  34 |  30 |  31 |  27 |  10 |   0 | 0.000000e+00 |      --      |    Inf 
0.02/0.05	c   0.1s|     1 |     2 |   104 |     - | 366k|   0 |  13 |  30 |  34 |  30 |  31 |  27 |  10 |   9 | 0.000000e+00 |      --      |    Inf 
1.28/1.31	c   1.3s| 10000 |  2152 | 16745 |   1.7 |2711k|  23 |   - |  30 |2824 |   0 |   0 |  27 |3187 | 386 | 0.000000e+00 |      --      |    Inf 
2.78/2.82	c   2.8s| 20000 |  3441 | 32505 |   1.6 |3782k|  23 |   - |  30 |3019 |  30 |  13 |  27 |6462 | 557 | 0.000000e+00 |      --      |    Inf 
4.19/4.23	c   4.2s| 30000 |  4657 | 48353 |   1.6 |4800k|  23 |   4 |  30 |3446 |  30 |  13 |  27 |  10k| 676 | 0.000000e+00 |      --      |    Inf 
5.78/5.83	c   5.8s| 40000 |  5076 | 63958 |   1.6 |5232k|  23 |   - |  30 |3050 |  30 |  13 |  27 |  13k| 777 | 0.000000e+00 |      --      |    Inf 
7.38/7.42	c   7.4s| 50000 |  5500 | 79920 |   1.6 |5835k|  24 |   4 |  30 |3393 |  30 |  13 |  27 |  18k| 885 | 0.000000e+00 |      --      |    Inf 
8.88/8.97	c   9.0s| 60000 |  5963 | 95414 |   1.6 |6445k|  24 |   4 |  30 |3767 |  30 |  13 |  27 |  21k| 962 | 0.000000e+00 |      --      |    Inf 
10.58/10.66	c  10.7s| 70000 |  6027 |110968 |   1.6 |6726k|  24 |   4 |  30 |3801 |  30 |  13 |  27 |  25k|1029 | 0.000000e+00 |      --      |    Inf 
12.28/12.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.28/12.39	c  12.4s| 80000 |  6038 |126513 |   1.6 |6959k|  24 |   4 |  30 |3772 |  30 |  13 |  27 |  29k|1104 | 0.000000e+00 |      --      |    Inf 
13.98/14.04	c  14.0s| 90000 |  6015 |142009 |   1.6 |7305k|  24 |   4 |  30 |4343 |  30 |  13 |  27 |  33k|1179 | 0.000000e+00 |      --      |    Inf 
15.68/15.72	c  15.7s|100000 |  6278 |157623 |   1.6 |7727k|  24 |   4 |  30 |4235 |  30 |  13 |  27 |  37k|1232 | 0.000000e+00 |      --      |    Inf 
17.49/17.54	c  17.5s|110000 |  6255 |173282 |   1.6 |7923k|  24 |   - |  30 |4196 |   0 |   0 |  27 |  41k|1290 | 0.000000e+00 |      --      |    Inf 
19.28/19.33	c  19.3s|120000 |  6090 |189394 |   1.6 |7994k|  24 |   4 |  30 |4237 |  30 |  13 |  27 |  45k|1354 | 0.000000e+00 |      --      |    Inf 
21.08/21.17	c  21.2s|130000 |  5753 |204934 |   1.6 |8060k|  24 |   4 |  30 |4742 |  30 |  13 |  27 |  49k|1407 | 0.000000e+00 |      --      |    Inf 
22.98/23.07	c  23.1s|140000 |  5324 |220783 |   1.6 |7798k|  24 |   4 |  30 |4355 |  30 |  13 |  27 |  54k|1457 | 0.000000e+00 |      --      |    Inf 
24.68/24.72	c  24.7s|150000 |  5974 |236281 |   1.6 |8603k|  24 |   4 |  30 |5559 |  30 |  13 |  27 |  58k|1500 | 0.000000e+00 |      --      |    Inf 
26.58/26.69	c  26.7s|160000 |  5873 |251885 |   1.6 |9050k|  24 |   4 |  30 |6671 |  30 |  13 |  27 |  62k|1552 | 0.000000e+00 |      --      |    Inf 
28.78/28.89	c  28.9s|170000 |  5395 |267369 |   1.6 |8671k|  24 |   - |  30 |5821 |   0 |   0 |  27 |  66k|1591 | 0.000000e+00 |      --      |    Inf 
30.88/30.97	c  31.0s|180000 |  4879 |282606 |   1.6 |8177k|  24 |   4 |  30 |4985 |  30 |  13 |  27 |  70k|1635 | 0.000000e+00 |      --      |    Inf 
32.89/32.93	c  32.9s|190000 |  4805 |298130 |   1.6 |8210k|  24 |   4 |  30 |5114 |  30 |  13 |  27 |  75k|1684 | 0.000000e+00 |      --      |    Inf 
34.97/35.02	c  35.0s|200000 |  4352 |314472 |   1.6 |8063k|  24 |   - |  30 |5491 |   0 |   0 |  27 |  79k|1732 | 0.000000e+00 |      --      |    Inf 
36.78/36.80	c  36.8s|210000 |  4735 |330664 |   1.6 |8513k|  24 |   - |  30 |6131 |   0 |   0 |  27 |  83k|1774 | 0.000000e+00 |      --      |    Inf 
38.98/39.02	c  39.0s|220000 |  4098 |346657 |   1.6 |8208k|  24 |   - |  30 |6167 |  30 |  13 |  27 |  87k|1819 | 0.000000e+00 |      --      |    Inf 
40.88/40.92	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
40.88/40.92	c  40.9s|230000 |  4283 |363297 |   1.6 |8405k|  24 |   - |  30 |6045 |   0 |   0 |  27 |  91k|1863 | 0.000000e+00 |      --      |    Inf 
42.97/43.09	c  43.1s|240000 |  3478 |379007 |   1.6 |7478k|  24 |   4 |  30 |5189 |  30 |  13 |  27 |  96k|1917 | 0.000000e+00 |      --      |    Inf 
45.08/45.14	c  45.1s|250000 |  2850 |395013 |   1.6 |6964k|  24 |   - |  30 |5419 |  30 |  13 |  27 | 100k|1962 | 0.000000e+00 |      --      |    Inf 
47.07/47.18	c  47.2s|260000 |  2097 |410440 |   1.6 |5981k|  24 |   - |  30 |4749 |   0 |   0 |  27 | 104k|2002 | 0.000000e+00 |      --      |    Inf 
49.08/49.12	c  49.1s|270000 |  1560 |426377 |   1.6 |5501k|  24 |   - |  30 |5117 |   0 |   0 |  27 | 109k|2039 | 0.000000e+00 |      --      |    Inf 
51.08/51.11	c  51.1s|280000 |  1283 |443218 |   1.6 |5365k|  24 |   4 |  30 |5950 |  30 |  13 |  27 | 113k|2071 | 0.000000e+00 |      --      |    Inf 
53.17/53.24	c  53.2s|290000 |   782 |458785 |   1.6 |4881k|  24 |   4 |  30 |6206 |  30 |  13 |  27 | 118k|2112 | 0.000000e+00 |      --      |    Inf 
55.08/55.10	c  55.1s|300000 |  1110 |474225 |   1.6 |5206k|  24 |   4 |  30 |7033 |  30 |  13 |  27 | 122k|2149 | 0.000000e+00 |      --      |    Inf 
57.08/57.17	c  57.2s|310000 |   783 |489042 |   1.6 |5397k|  24 |   - |  30 |8321 |   0 |   0 |  27 | 126k|2179 | 0.000000e+00 |      --      |    Inf 
59.57/59.62	c  59.6s|320000 |   492 |504808 |   1.6 |5035k|  24 |   4 |  30 |7233 |  30 |  13 |  27 | 130k|2216 | 0.000000e+00 |      --      |    Inf 
61.58/61.66	c  61.7s|330000 |   370 |520957 |   1.6 |4345k|  24 |   - |  30 |6686 |   0 |   0 |  27 | 134k|2249 | 0.000000e+00 |      --      |    Inf 
63.68/63.72	c  63.7s|340000 |   323 |537391 |   1.6 |4671k|  24 |   - |  30 |7899 |  30 |  13 |  27 | 139k|2286 | 0.000000e+00 |      --      |    Inf 
65.27/65.37	c 
65.27/65.37	c SCIP Status        : problem is solved [infeasible]
65.27/65.37	c Solving Time (sec) : 65.37
65.27/65.37	c Solving Nodes      : 347673
65.27/65.37	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
65.27/65.37	c Dual Bound         : +1.00000000000000e+20
65.27/65.37	c Gap                : 0.00 %
65.27/65.37	s UNSATISFIABLE
65.27/65.37	c SCIP Status        : problem is solved [infeasible]
65.27/65.37	c Total Time         :      65.37
65.27/65.37	c   solving          :      65.37
65.27/65.37	c   presolving       :       0.00 (included in solving)
65.27/65.37	c   reading          :       0.00 (included in solving)
65.27/65.37	c Original Problem   :
65.27/65.37	c   Problem name     : HOME/instance-3734813-1338713903.opb
65.27/65.37	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
65.27/65.37	c   Constraints      : 9 initial, 9 maximal
65.27/65.37	c Presolved Problem  :
65.27/65.37	c   Problem name     : t_HOME/instance-3734813-1338713903.opb
65.27/65.37	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
65.27/65.37	c   Constraints      : 4 initial, 10055 maximal
65.27/65.37	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
65.27/65.37	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
65.27/65.37	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
65.27/65.37	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
65.27/65.37	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
65.27/65.37	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
65.27/65.37	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
65.27/65.37	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
65.27/65.37	c   linear           :       0.00          0          0          0          0          0          5          0          0          0
65.27/65.37	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
65.27/65.37	c   root node        :          -          2          -          -          2          -          -          -          -          -
65.27/65.37	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
65.27/65.37	c   integral         :          0          0          0     192438          0          4          0        122        839          0          0     383174
65.27/65.37	c   linear           :          4+         7     769437          0          0          3    1012217     129244     957946          0          0          0
65.27/65.37	c   logicor          :          0+         6     386786          0          0          0     243676       2851     118307          0          0          0
65.27/65.37	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
65.27/65.37	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
65.27/65.37	c   integral         :       1.09       0.00       0.00       1.09       0.00       0.00       0.00
65.27/65.37	c   linear           :       8.62       0.00       7.23       0.00       0.00       0.00       1.39
65.27/65.37	c   logicor          :      14.53       0.00      14.35       0.00       0.00       0.00       0.18
65.27/65.37	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
65.27/65.37	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
65.27/65.37	c   vbounds          :          0          0          0          0
65.27/65.37	c   rootredcost      :          0          0          0          0
65.27/65.37	c   pseudoobj        :          0          0          0          0
65.27/65.37	c Propagator Timings :  TotalTime  Propagate    Resprop
65.27/65.37	c   vbounds          :       0.10       0.10       0.00
65.27/65.37	c   rootredcost      :       0.10       0.10       0.00
65.27/65.37	c   pseudoobj        :       0.07       0.07       0.00
65.27/65.37	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
65.27/65.37	c   propagation      :       2.27     132095      57260     149761       19.0         11       19.0          -
65.27/65.37	c   infeasible LP    :       1.03      58282      58279      92799       12.7        706       17.6          0
65.27/65.37	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
65.27/65.37	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
65.27/65.37	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
65.27/65.37	c   applied globally :          -          -          -     142182       14.5          -          -          -
65.27/65.37	c   applied locally  :          -          -          -          0        0.0          -          -          -
65.27/65.37	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
65.27/65.37	c   cut pool         :       0.00          5          -          -         23          -    (maximal pool size: 99)
65.27/65.37	c   redcost          :       0.16     192443          0          0          0          0
65.27/65.37	c   impliedbounds    :       0.00          6          0          0          0          0
65.27/65.37	c   intobj           :       0.00          0          0          0          0          0
65.27/65.37	c   gomory           :       0.00          6          0          0          0          0
65.27/65.37	c   cgmip            :       0.00          0          0          0          0          0
65.27/65.37	c   closecuts        :       0.00          0          0          0          0          0
65.27/65.37	c   strongcg         :       0.00          6          0          0         30          0
65.27/65.37	c   cmir             :       0.00          6          0          0         43          0
65.27/65.37	c   flowcover        :       0.01          6          0          0         56          0
65.27/65.37	c   clique           :       0.00          1          0          0          0          0
65.27/65.37	c   zerohalf         :       0.00          0          0          0          0          0
65.27/65.37	c   mcf              :       0.00          1          0          0          0          0
65.27/65.37	c   oddcycle         :       0.00          0          0          0          0          0
65.27/65.37	c   rapidlearning    :       0.02          1          0          0          0         20
65.27/65.37	c Pricers            :       Time      Calls       Vars
65.27/65.37	c   problem variables:       0.00          0          0
65.27/65.37	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
65.27/65.37	c   relpscost        :       1.00     192438        122        839          0          0     383174
65.27/65.37	c   pscost           :       0.00          0          0          0          0          0          0
65.27/65.37	c   inference        :       0.00          0          0          0          0          0          0
65.27/65.37	c   mostinf          :       0.00          0          0          0          0          0          0
65.27/65.37	c   leastinf         :       0.00          0          0          0          0          0          0
65.27/65.37	c   fullstrong       :       0.00          0          0          0          0          0          0
65.27/65.37	c   allfullstrong    :       0.00          0          0          0          0          0          0
65.27/65.37	c   random           :       0.00          0          0          0          0          0          0
65.27/65.37	c Primal Heuristics  :       Time      Calls      Found
65.27/65.37	c   LP solutions     :       0.00          -          0
65.27/65.37	c   pseudo solutions :       0.00          -          0
65.27/65.37	c   oneopt           :       0.07          0          0
65.27/65.37	c   crossover        :       0.05          0          0
65.27/65.37	c   guideddiving     :       0.01          0          0
65.27/65.37	c   intshifting      :       0.00          0          0
65.27/65.37	c   fracdiving       :       0.01         22          0
65.27/65.37	c   pscostdiving     :       0.01         22          0
65.27/65.37	c   linesearchdiving :       0.01         23          0
65.27/65.37	c   coefdiving       :       0.01         23          0
65.27/65.37	c   veclendiving     :       0.01         23          0
65.27/65.37	c   objpscostdiving  :       0.01         12          0
65.27/65.37	c   feaspump         :       0.01         12          0
65.27/65.37	c   trivial          :       0.00          2          0
65.27/65.37	c   shiftandpropagate:       0.00          1          0
65.27/65.37	c   simplerounding   :       0.03          0          0
65.27/65.37	c   zirounding       :       0.35          0          0
65.27/65.37	c   rounding         :       0.09       6180          0
65.27/65.37	c   shifting         :       0.34       1991          0
65.27/65.37	c   twoopt           :       0.00          0          0
65.27/65.37	c   fixandinfer      :       0.00          0          0
65.27/65.37	c   clique           :       0.00          0          0
65.27/65.37	c   intdiving        :       0.00          0          0
65.27/65.37	c   actconsdiving    :       0.00          0          0
65.27/65.37	c   rootsoldiving    :       0.01         12          0
65.27/65.37	c   octane           :       0.00          0          0
65.27/65.37	c   rens             :       0.01          1          0
65.27/65.37	c   rins             :       0.00          0          0
65.27/65.37	c   localbranching   :       0.00          0          0
65.27/65.37	c   mutation         :       0.00          0          0
65.27/65.37	c   dins             :       0.00          0          0
65.27/65.37	c   vbounds          :       0.00          0          0
65.27/65.37	c   undercover       :       0.00          0          0
65.27/65.37	c   subnlp           :       0.04          0          0
65.27/65.37	c   trysol           :       0.05          0          0
65.27/65.37	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
65.27/65.37	c   primal LP        :       0.00          0          0       0.00          -
65.27/65.37	c   dual LP          :       8.43     245821     548699       2.23   65100.96
65.27/65.37	c   lex dual LP      :       0.00          0          0       0.00          -
65.27/65.37	c   barrier LP       :       0.00          0          0       0.00          -
65.27/65.37	c   diving/probing LP:       0.01        215        387       1.80          -
65.27/65.37	c   strong branching :       0.14       2308       8073       3.50   57298.39
65.27/65.37	c     (at root node) :          -          9        184      20.44          -
65.27/65.37	c   conflict analysis:       0.00          0          0       0.00          -
65.27/65.37	c B&B Tree           :
65.27/65.37	c   number of runs   :          1
65.27/65.37	c   nodes            :     347673
65.27/65.37	c   nodes (total)    :     347673
65.27/65.37	c   nodes left       :          0
65.27/65.37	c   max depth        :         24
65.27/65.37	c   max depth (total):         24
65.27/65.37	c   backtracks       :      98504 (28.3%)
65.27/65.37	c   delayed cutoffs  :      35502
65.27/65.37	c   repropagations   :     163810 (321552 domain reductions, 34138 cutoffs)
65.27/65.37	c   avg switch length:       5.17
65.27/65.37	c   switching time   :      18.61
65.27/65.37	c Solution           :
65.27/65.37	c   Solutions found  :          0 (0 improvements)
65.27/65.37	c   Primal Bound     : infeasible
65.27/65.37	c   Dual Bound       :          -
65.27/65.37	c   Gap              :       0.00 %
65.27/65.37	c   Root Dual Bound  : +0.00000000000000e+00
65.27/65.37	c   Root Iterations  :        104
65.27/65.39	c Time complete: 65.36.

Verifier Data

ERROR: no interpretation found !

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

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

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


[startup+0 s]
/proc/loadavg: 0.92 1.05 1.41 2/175 13350
/proc/meminfo: memFree=27283856/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=11980 CPUtime=0 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 1890 0 0 0 0 0 0 0 20 0 1 0 337516371 12267520 1845 33554432000 4194304 9016284 140735881088128 140737223766424 7870589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 2995 1856 340 1178 0 1813 0

[startup+0.0280159 s]
/proc/loadavg: 0.92 1.05 1.41 2/175 13350
/proc/meminfo: memFree=27283856/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=27440 CPUtime=0.02 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 6091 0 0 0 2 0 0 0 20 0 1 0 337516371 28098560 5436 33554432000 4194304 9016284 140735881088128 140737223766424 7933303 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 6860 5083 677 1178 0 5678 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27440

[startup+0.100206 s]
/proc/loadavg: 0.92 1.05 1.41 2/175 13350
/proc/meminfo: memFree=27283856/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=26028 CPUtime=0.09 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 7216 0 0 0 8 1 0 0 20 0 1 0 337516371 26652672 5466 33554432000 4194304 9016284 140735881088128 140737223766424 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 6507 5466 684 1178 0 5325 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26028

[startup+0.300149 s]
/proc/loadavg: 0.92 1.05 1.41 2/175 13350
/proc/meminfo: memFree=27283856/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=26028 CPUtime=0.29 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 7221 0 0 0 27 2 0 0 20 0 1 0 337516371 26652672 5539 33554432000 4194304 9016284 140735881088128 140735881082408 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 6507 5539 684 1178 0 5325 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26028

[startup+0.700096 s]
/proc/loadavg: 0.92 1.05 1.41 2/175 13350
/proc/meminfo: memFree=27283856/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=26028 CPUtime=0.68 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 7224 0 0 0 65 3 0 0 20 0 1 0 337516371 26652672 5542 33554432000 4194304 9016284 140735881088128 140735881082408 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 6507 5542 684 1178 0 5325 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26028

[startup+1.50021 s]
/proc/loadavg: 0.92 1.05 1.41 4/177 13352
/proc/meminfo: memFree=27242780/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=26028 CPUtime=1.48 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 7228 0 0 0 144 4 0 0 20 0 1 0 337516371 26652672 5546 33554432000 4194304 9016284 140735881088128 140735881082456 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 6507 5546 684 1178 0 5325 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 26028

[startup+3.10011 s]
/proc/loadavg: 1.01 1.07 1.41 4/177 13352
/proc/meminfo: memFree=27240648/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=26028 CPUtime=3.08 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 7233 0 0 0 301 7 0 0 20 0 1 0 337516371 26652672 5551 33554432000 4194304 9016284 140735881088128 140735881081496 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 6507 5551 684 1178 0 5325 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26028

[startup+6.30018 s]
/proc/loadavg: 1.01 1.07 1.41 4/177 13352
/proc/meminfo: memFree=27240424/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=26184 CPUtime=6.28 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 7241 0 0 0 615 13 0 0 20 0 1 0 337516371 26812416 5559 33554432000 4194304 9016284 140735881088128 140735881082456 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 6546 5559 684 1178 0 5364 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 26184

[startup+12.7002 s]
/proc/loadavg: 1.16 1.10 1.41 4/177 13352
/proc/meminfo: memFree=27232824/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=27404 CPUtime=12.68 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 7477 0 0 0 1243 25 0 0 20 0 1 0 337516371 28061696 5795 33554432000 4194304 9016284 140735881088128 140735881082408 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 6851 5795 684 1178 0 5669 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27404

[startup+25.5001 s]
/proc/loadavg: 1.36 1.14 1.43 4/177 13352
/proc/meminfo: memFree=27225400/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=30412 CPUtime=25.48 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 8218 0 0 0 2498 50 0 0 20 0 1 0 337516371 31141888 6536 33554432000 4194304 9016284 140735881088128 140735881082456 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 7603 6536 684 1178 0 6421 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30412

[startup+51.1002 s]
/proc/loadavg: 1.58 1.21 1.44 4/177 13352
/proc/meminfo: memFree=27224976/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=32160 CPUtime=51.08 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 8524 0 0 0 5020 88 0 0 20 0 1 0 337516371 32931840 6869 33554432000 4194304 9016284 140735881088128 140735881081496 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 8040 6869 684 1178 0 6858 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 32160

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

[startup+57.5002 s]
/proc/loadavg: 1.64 1.24 1.45 4/177 13352
/proc/meminfo: memFree=27224728/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=32368 CPUtime=57.48 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 8563 0 0 0 5649 99 0 0 20 0 1 0 337516371 33144832 6908 33554432000 4194304 9016284 140735881088128 140735881082456 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 8092 6908 684 1178 0 6910 0
Current children cumulated CPU time (s) 57.48
Current children cumulated vsize (KiB) 32368

[startup+60.7001 s]
/proc/loadavg: 1.64 1.24 1.45 4/177 13352
/proc/meminfo: memFree=27223144/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=33448 CPUtime=60.67 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 8800 0 0 0 5965 102 0 0 20 0 1 0 337516371 34250752 7145 33554432000 4194304 9016284 140735881088128 140735881082456 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 8362 7145 684 1178 0 7180 0
Current children cumulated CPU time (s) 60.67
Current children cumulated vsize (KiB) 33448

[startup+63.9001 s]
/proc/loadavg: 1.67 1.25 1.45 4/177 13352
/proc/meminfo: memFree=27223268/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=33448 CPUtime=63.87 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 8800 0 0 0 6280 107 0 0 20 0 1 0 337516371 34250752 7145 33554432000 4194304 9016284 140735881088128 140735881082456 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 8362 7145 684 1178 0 7180 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 33448

[startup+64.7001 s]
/proc/loadavg: 1.67 1.25 1.45 4/177 13352
/proc/meminfo: memFree=27223268/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=33644 CPUtime=64.67 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 8825 0 0 0 6359 108 0 0 20 0 1 0 337516371 34451456 7170 33554432000 4194304 9016284 140735881088128 140735881082456 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 8411 7170 684 1178 0 7229 0
Current children cumulated CPU time (s) 64.67
Current children cumulated vsize (KiB) 33644

[startup+65.1001 s]
/proc/loadavg: 1.67 1.25 1.45 4/177 13352
/proc/meminfo: memFree=27223144/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=33644 CPUtime=65.07 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 8825 0 0 0 6399 108 0 0 20 0 1 0 337516371 34451456 7170 33554432000 4194304 9016284 140735881088128 140735881082456 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 8411 7170 684 1178 0 7229 0
Current children cumulated CPU time (s) 65.07
Current children cumulated vsize (KiB) 33644

[startup+65.3001 s]
/proc/loadavg: 1.67 1.25 1.45 4/177 13352
/proc/meminfo: memFree=27223144/32873648 swapFree=6860/6860
[pid=13350] ppid=13345 vsize=33644 CPUtime=65.27 cores=0,2,4,6
/proc/13350/stat : 13350 (scip-2.0.1.4b_2) R 13345 13350 13307 0 -1 4202496 8825 0 0 0 6418 109 0 0 20 0 1 0 337516371 34451456 7170 33554432000 4194304 9016284 140735881088128 140735881082456 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13350/statm: 8411 7170 684 1178 0 7229 0
Current children cumulated CPU time (s) 65.27
Current children cumulated vsize (KiB) 33644

Child status: 0
Real time (s): 65.3906
CPU time (s): 65.3731
CPU user time (s): 64.2792
CPU system time (s): 1.09383
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 33644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.2792
system time used= 1.09383
maximum resident set size= 28684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8831
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= 10
involuntary context switches= 67

runsolver used 0.110983 second user time and 0.309952 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-03 10:58:23
IDJOB=3734813
IDBENCH=2907
IDSOLVER=2329
FILE ID=node116/3734813-1338713903
RUNJOBID= node116-1338713903-13323
PBS_JOBID= 14636747
Free space on /tmp= 71036 MiB

SOLVER NAME= PB11: SCIP spx E_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.4b_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734813-1338713903/watcher-3734813-1338713903 -o /tmp/evaluation-result-3734813-1338713903/solver-3734813-1338713903 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3734813-1338713903.opb -t 1800 -m 15500

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

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=858680135

node116.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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.11
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.556
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.556
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	: 5438.54
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.556
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.556
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.556
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.92
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.556
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.90
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.556
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:        27284764 kB
Buffers:          548092 kB
Cached:          4114416 kB
SwapCached:         3028 kB
Active:          2240832 kB
Inactive:        2433448 kB
Active(anon):       2180 kB
Inactive(anon):     8500 kB
Active(file):    2238652 kB
Inactive(file):  2424948 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             33604 kB
Writeback:             4 kB
AnonPages:         12972 kB
Mapped:            11104 kB
Shmem:                68 kB
Slab:             774920 kB
SReclaimable:     219180 kB
SUnreclaim:       555740 kB
KernelStack:        1392 kB
PageTables:         4116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     103036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71004 MiB
End job on node116 at 2012-06-03 10:59:29