Trace number 3453308

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4UNSAT 70.0194 70.0182

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.01	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3453308-1307095630.opb>
0.00/0.01	c original problem has 31 variables (31 bin, 0 int, 0 impl, 0 cont) and 9 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	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.01	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.4
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 = 1800
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.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.03	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.03/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.34	c   1.3s| 10000 |  2152 | 16745 |   1.7 |2711k|  23 |   - |  30 |2824 |   0 |   0 |  27 |3187 | 386 | 0.000000e+00 |      --      |    Inf 
2.89/2.90	c   2.9s| 20000 |  3441 | 32505 |   1.6 |3782k|  23 |   - |  30 |3019 |  30 |  13 |  27 |6462 | 557 | 0.000000e+00 |      --      |    Inf 
4.31/4.38	c   4.4s| 30000 |  4657 | 48353 |   1.6 |4801k|  23 |   4 |  30 |3446 |  30 |  13 |  27 |  10k| 676 | 0.000000e+00 |      --      |    Inf 
5.99/6.06	c   6.1s| 40000 |  5076 | 63958 |   1.6 |5232k|  23 |   - |  30 |3050 |  30 |  13 |  27 |  13k| 777 | 0.000000e+00 |      --      |    Inf 
7.71/7.73	c   7.7s| 50000 |  5500 | 79920 |   1.6 |5835k|  24 |   4 |  30 |3393 |  30 |  13 |  27 |  18k| 885 | 0.000000e+00 |      --      |    Inf 
9.29/9.37	c   9.4s| 60000 |  5963 | 95414 |   1.6 |6446k|  24 |   4 |  30 |3767 |  30 |  13 |  27 |  21k| 962 | 0.000000e+00 |      --      |    Inf 
11.09/11.15	c  11.2s| 70000 |  6027 |110968 |   1.6 |6727k|  24 |   4 |  30 |3801 |  30 |  13 |  27 |  25k|1029 | 0.000000e+00 |      --      |    Inf 
12.89/12.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.89/12.98	c  13.0s| 80000 |  6038 |126513 |   1.6 |6959k|  24 |   4 |  30 |3772 |  30 |  13 |  27 |  29k|1104 | 0.000000e+00 |      --      |    Inf 
14.69/14.74	c  14.7s| 90000 |  6015 |142009 |   1.6 |7305k|  24 |   4 |  30 |4343 |  30 |  13 |  27 |  33k|1179 | 0.000000e+00 |      --      |    Inf 
16.51/16.52	c  16.5s|100000 |  6278 |157623 |   1.6 |7727k|  24 |   4 |  30 |4235 |  30 |  13 |  27 |  37k|1232 | 0.000000e+00 |      --      |    Inf 
18.39/18.45	c  18.5s|110000 |  6255 |173282 |   1.6 |7923k|  24 |   - |  30 |4196 |   0 |   0 |  27 |  41k|1290 | 0.000000e+00 |      --      |    Inf 
20.29/20.35	c  20.4s|120000 |  6090 |189394 |   1.6 |7994k|  24 |   4 |  30 |4237 |  30 |  13 |  27 |  45k|1354 | 0.000000e+00 |      --      |    Inf 
22.29/22.32	c  22.3s|130000 |  5753 |204934 |   1.6 |8060k|  24 |   4 |  30 |4742 |  30 |  13 |  27 |  49k|1407 | 0.000000e+00 |      --      |    Inf 
24.29/24.35	c  24.4s|140000 |  5324 |220783 |   1.6 |7798k|  24 |   4 |  30 |4355 |  30 |  13 |  27 |  54k|1457 | 0.000000e+00 |      --      |    Inf 
26.09/26.11	c  26.1s|150000 |  5974 |236281 |   1.6 |8604k|  24 |   4 |  30 |5559 |  30 |  13 |  27 |  58k|1500 | 0.000000e+00 |      --      |    Inf 
28.09/28.19	c  28.2s|160000 |  5873 |251885 |   1.6 |9051k|  24 |   4 |  30 |6671 |  30 |  13 |  27 |  62k|1552 | 0.000000e+00 |      --      |    Inf 
30.49/30.53	c  30.5s|170000 |  5395 |267369 |   1.6 |8671k|  24 |   - |  30 |5821 |   0 |   0 |  27 |  66k|1591 | 0.000000e+00 |      --      |    Inf 
32.70/32.74	c  32.7s|180000 |  4879 |282606 |   1.6 |8177k|  24 |   4 |  30 |4985 |  30 |  13 |  27 |  70k|1635 | 0.000000e+00 |      --      |    Inf 
34.79/34.82	c  34.8s|190000 |  4805 |298130 |   1.6 |8210k|  24 |   4 |  30 |5114 |  30 |  13 |  27 |  75k|1684 | 0.000000e+00 |      --      |    Inf 
36.99/37.05	c  37.1s|200000 |  4352 |314472 |   1.6 |8064k|  24 |   - |  30 |5491 |   0 |   0 |  27 |  79k|1732 | 0.000000e+00 |      --      |    Inf 
38.89/38.94	c  38.9s|210000 |  4735 |330664 |   1.6 |8513k|  24 |   - |  30 |6131 |   0 |   0 |  27 |  83k|1774 | 0.000000e+00 |      --      |    Inf 
41.30/41.30	c  41.3s|220000 |  4098 |346657 |   1.6 |8208k|  24 |   - |  30 |6167 |  30 |  13 |  27 |  87k|1819 | 0.000000e+00 |      --      |    Inf 
43.29/43.35	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.29/43.35	c  43.3s|230000 |  4283 |363297 |   1.6 |8406k|  24 |   - |  30 |6045 |   0 |   0 |  27 |  91k|1863 | 0.000000e+00 |      --      |    Inf 
45.69/45.71	c  45.7s|240000 |  3478 |379007 |   1.6 |7479k|  24 |   4 |  30 |5189 |  30 |  13 |  27 |  96k|1917 | 0.000000e+00 |      --      |    Inf 
47.89/47.94	c  47.9s|250000 |  2850 |395013 |   1.6 |6964k|  24 |   - |  30 |5419 |  30 |  13 |  27 | 100k|1962 | 0.000000e+00 |      --      |    Inf 
50.09/50.17	c  50.2s|260000 |  2097 |410440 |   1.6 |5981k|  24 |   - |  30 |4749 |   0 |   0 |  27 | 104k|2002 | 0.000000e+00 |      --      |    Inf 
52.19/52.28	c  52.3s|270000 |  1560 |426377 |   1.6 |5502k|  24 |   - |  30 |5117 |   0 |   0 |  27 | 109k|2039 | 0.000000e+00 |      --      |    Inf 
54.40/54.46	c  54.5s|280000 |  1283 |443218 |   1.6 |5366k|  24 |   4 |  30 |5950 |  30 |  13 |  27 | 113k|2071 | 0.000000e+00 |      --      |    Inf 
56.70/56.77	c  56.8s|290000 |   782 |458785 |   1.6 |4881k|  24 |   4 |  30 |6206 |  30 |  13 |  27 | 118k|2112 | 0.000000e+00 |      --      |    Inf 
58.79/58.80	c  58.8s|300000 |  1110 |474225 |   1.6 |5206k|  24 |   4 |  30 |7033 |  30 |  13 |  27 | 122k|2149 | 0.000000e+00 |      --      |    Inf 
60.99/61.06	c  61.1s|310000 |   783 |489042 |   1.6 |5397k|  24 |   - |  30 |8321 |   0 |   0 |  27 | 126k|2179 | 0.000000e+00 |      --      |    Inf 
63.70/63.73	c  63.7s|320000 |   492 |504808 |   1.6 |5035k|  24 |   4 |  30 |7233 |  30 |  13 |  27 | 130k|2216 | 0.000000e+00 |      --      |    Inf 
65.91/65.96	c  66.0s|330000 |   370 |520957 |   1.6 |4345k|  24 |   - |  30 |6686 |   0 |   0 |  27 | 134k|2249 | 0.000000e+00 |      --      |    Inf 
68.10/68.20	c  68.2s|340000 |   323 |537391 |   1.6 |4671k|  24 |   - |  30 |7899 |  30 |  13 |  27 | 139k|2286 | 0.000000e+00 |      --      |    Inf 
70.00/70.00	c 
70.00/70.00	c SCIP Status        : problem is solved [infeasible]
70.00/70.00	c Solving Time (sec) : 70.00
70.00/70.00	c Solving Nodes      : 347673
70.00/70.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
70.00/70.00	c Dual Bound         : +1.00000000000000e+20
70.00/70.00	c Gap                : 0.00 %
70.00/70.00	s UNSATISFIABLE
70.00/70.00	c SCIP Status        : problem is solved [infeasible]
70.00/70.00	c Total Time         :      70.00
70.00/70.00	c   solving          :      70.00
70.00/70.00	c   presolving       :       0.00 (included in solving)
70.00/70.00	c   reading          :       0.00 (included in solving)
70.00/70.00	c Original Problem   :
70.00/70.00	c   Problem name     : HOME/instance-3453308-1307095630.opb
70.00/70.00	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
70.00/70.00	c   Constraints      : 9 initial, 9 maximal
70.00/70.00	c Presolved Problem  :
70.00/70.00	c   Problem name     : t_HOME/instance-3453308-1307095630.opb
70.00/70.00	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
70.00/70.00	c   Constraints      : 4 initial, 10055 maximal
70.00/70.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
70.00/70.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
70.00/70.00	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
70.00/70.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
70.00/70.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
70.00/70.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
70.00/70.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
70.00/70.00	c   linear           :       0.00          0          0          0          0          0          5          0          0          0
70.00/70.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
70.00/70.00	c   root node        :          -          2          -          -          2          -          -          -          -          -
70.00/70.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
70.00/70.00	c   integral         :          0          0          0     192438          0          4          0        122        839          0          0     383174
70.00/70.00	c   linear           :          4+         7     769437          0          0          3    1012217     129244     957946          0          0          0
70.00/70.00	c   logicor          :          0+         6     386786          0          0          0     243676       2851     118307          0          0          0
70.00/70.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
70.00/70.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
70.00/70.00	c   integral         :       1.12       0.00       0.00       1.12       0.00       0.00       0.00
70.00/70.00	c   linear           :       8.84       0.00       7.48       0.00       0.00       0.00       1.36
70.00/70.00	c   logicor          :      17.75       0.00      17.56       0.00       0.00       0.00       0.19
70.00/70.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
70.00/70.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
70.00/70.00	c   vbounds          :          0          0          0          0
70.00/70.00	c   rootredcost      :          0          0          0          0
70.00/70.00	c   pseudoobj        :          0          0          0          0
70.00/70.00	c Propagator Timings :  TotalTime  Propagate    Resprop
70.00/70.00	c   vbounds          :       0.12       0.12       0.00
70.00/70.00	c   rootredcost      :       0.12       0.12       0.00
70.00/70.00	c   pseudoobj        :       0.09       0.09       0.00
70.00/70.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
70.00/70.00	c   propagation      :       2.24     132095      57260     149761       19.0         11       19.0          -
70.00/70.00	c   infeasible LP    :       1.04      58282      58279      92799       12.7        706       17.6          0
70.00/70.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
70.00/70.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
70.00/70.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
70.00/70.00	c   applied globally :          -          -          -     142182       14.5          -          -          -
70.00/70.00	c   applied locally  :          -          -          -          0        0.0          -          -          -
70.00/70.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
70.00/70.00	c   cut pool         :       0.00          5          -          -         23          -    (maximal pool size: 99)
70.00/70.00	c   redcost          :       0.15     192443          0          0          0          0
70.00/70.00	c   impliedbounds    :       0.00          6          0          0          0          0
70.00/70.00	c   intobj           :       0.00          0          0          0          0          0
70.00/70.00	c   gomory           :       0.00          6          0          0          0          0
70.00/70.00	c   cgmip            :       0.00          0          0          0          0          0
70.00/70.00	c   closecuts        :       0.00          0          0          0          0          0
70.00/70.00	c   strongcg         :       0.00          6          0          0         30          0
70.00/70.00	c   cmir             :       0.00          6          0          0         43          0
70.00/70.00	c   flowcover        :       0.01          6          0          0         56          0
70.00/70.00	c   clique           :       0.00          1          0          0          0          0
70.00/70.00	c   zerohalf         :       0.00          0          0          0          0          0
70.00/70.00	c   mcf              :       0.00          1          0          0          0          0
70.00/70.00	c   oddcycle         :       0.00          0          0          0          0          0
70.00/70.00	c   rapidlearning    :       0.01          1          0          0          0         20
70.00/70.00	c Pricers            :       Time      Calls       Vars
70.00/70.00	c   problem variables:       0.00          0          0
70.00/70.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
70.00/70.00	c   relpscost        :       1.03     192438        122        839          0          0     383174
70.00/70.00	c   pscost           :       0.00          0          0          0          0          0          0
70.00/70.00	c   inference        :       0.00          0          0          0          0          0          0
70.00/70.00	c   mostinf          :       0.00          0          0          0          0          0          0
70.00/70.00	c   leastinf         :       0.00          0          0          0          0          0          0
70.00/70.00	c   fullstrong       :       0.00          0          0          0          0          0          0
70.00/70.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
70.00/70.00	c   random           :       0.00          0          0          0          0          0          0
70.00/70.00	c Primal Heuristics  :       Time      Calls      Found
70.00/70.00	c   LP solutions     :       0.00          -          0
70.00/70.00	c   pseudo solutions :       0.00          -          0
70.00/70.00	c   oneopt           :       0.09          0          0
70.00/70.00	c   crossover        :       0.06          0          0
70.00/70.00	c   guideddiving     :       0.01          0          0
70.00/70.00	c   intshifting      :       0.00          0          0
70.00/70.00	c   fracdiving       :       0.01         22          0
70.00/70.00	c   pscostdiving     :       0.01         22          0
70.00/70.00	c   linesearchdiving :       0.01         23          0
70.00/70.00	c   coefdiving       :       0.01         23          0
70.00/70.00	c   veclendiving     :       0.01         23          0
70.00/70.00	c   objpscostdiving  :       0.01         12          0
70.00/70.00	c   feaspump         :       0.01         12          0
70.00/70.00	c   trivial          :       0.00          2          0
70.00/70.00	c   shiftandpropagate:       0.00          1          0
70.00/70.00	c   simplerounding   :       0.03          0          0
70.00/70.00	c   zirounding       :       0.39          0          0
70.00/70.00	c   rounding         :       0.10       6180          0
70.00/70.00	c   shifting         :       0.35       1991          0
70.00/70.00	c   twoopt           :       0.00          0          0
70.00/70.00	c   fixandinfer      :       0.00          0          0
70.00/70.00	c   clique           :       0.00          0          0
70.00/70.00	c   intdiving        :       0.00          0          0
70.00/70.00	c   actconsdiving    :       0.00          0          0
70.00/70.00	c   rootsoldiving    :       0.01         12          0
70.00/70.00	c   octane           :       0.00          0          0
70.00/70.00	c   rens             :       0.01          1          0
70.00/70.00	c   rins             :       0.00          0          0
70.00/70.00	c   localbranching   :       0.00          0          0
70.00/70.00	c   mutation         :       0.00          0          0
70.00/70.00	c   dins             :       0.00          0          0
70.00/70.00	c   vbounds          :       0.00          0          0
70.00/70.00	c   undercover       :       0.00          0          0
70.00/70.00	c   subnlp           :       0.04          0          0
70.00/70.00	c   trysol           :       0.06          0          0
70.00/70.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
70.00/70.00	c   primal LP        :       0.00          0          0       0.00          -
70.00/70.00	c   dual LP          :       8.83     245821     548699       2.23   62145.67
70.00/70.00	c   lex dual LP      :       0.00          0          0       0.00          -
70.00/70.00	c   barrier LP       :       0.00          0          0       0.00          -
70.00/70.00	c   diving/probing LP:       0.01        215        387       1.80          -
70.00/70.00	c   strong branching :       0.15       2308       8073       3.50   54758.19
70.00/70.00	c     (at root node) :          -          9        184      20.44          -
70.00/70.00	c   conflict analysis:       0.00          0          0       0.00          -
70.00/70.00	c B&B Tree           :
70.00/70.00	c   number of runs   :          1
70.00/70.00	c   nodes            :     347673
70.00/70.00	c   nodes (total)    :     347673
70.00/70.00	c   nodes left       :          0
70.00/70.00	c   max depth        :         24
70.00/70.00	c   max depth (total):         24
70.00/70.00	c   backtracks       :      98504 (28.3%)
70.00/70.00	c   delayed cutoffs  :      35502
70.00/70.00	c   repropagations   :     163810 (321552 domain reductions, 34138 cutoffs)
70.00/70.00	c   avg switch length:       5.17
70.00/70.00	c   switching time   :      19.47
70.00/70.00	c Solution           :
70.00/70.00	c   Solutions found  :          0 (0 improvements)
70.00/70.00	c   Primal Bound     : infeasible
70.00/70.00	c   Dual Bound       :          -
70.00/70.00	c   Gap              :       0.00 %
70.00/70.00	c   Root Dual Bound  : +0.00000000000000e+00
70.00/70.00	c   Root Iterations  :        104
70.00/70.01	c Time complete: 70.01.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3453308-1307095630/watcher-3453308-1307095630 -o /tmp/evaluation-result-3453308-1307095630/solver-3453308-1307095630 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3453308-1307095630.opb -t 1800 -m 15500 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.00 3/521 22980
/proc/meminfo: memFree=21640356/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=19952 CPUtime=0 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 4188 0 0 0 0 0 0 0 25 0 1 0 801978479 20430848 3884 33554432000 4194304 9128323 140736080657008 18446744073709551615 7980987 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 4988 3885 680 1205 0 3779 0

[startup+0.043282 s]
/proc/loadavg: 2.00 2.03 2.00 3/521 22980
/proc/meminfo: memFree=21640356/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=26524 CPUtime=0.03 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 6034 0 0 0 3 0 0 0 25 0 1 0 801978479 27160576 5377 33554432000 4194304 9128323 140736080657008 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 6631 5377 716 1205 0 5422 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26524

[startup+0.100285 s]
/proc/loadavg: 2.00 2.03 2.00 3/521 22980
/proc/meminfo: memFree=21640356/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=27160 CPUtime=0.09 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 6064 0 0 0 7 2 0 0 25 0 1 0 801978479 27811840 5407 33554432000 4194304 9128323 140736080657008 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 6790 5407 723 1205 0 5581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27160

[startup+0.300233 s]
/proc/loadavg: 2.00 2.03 2.00 3/521 22980
/proc/meminfo: memFree=21640356/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=27160 CPUtime=0.29 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 6065 0 0 0 25 4 0 0 25 0 1 0 801978479 27811840 5408 33554432000 4194304 9128323 140736080657008 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 6790 5408 723 1205 0 5581 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27160

[startup+0.700162 s]
/proc/loadavg: 2.00 2.03 2.00 3/521 22980
/proc/meminfo: memFree=21640356/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=27160 CPUtime=0.69 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 6068 0 0 0 61 8 0 0 25 0 1 0 801978479 27811840 5411 33554432000 4194304 9128323 140736080657008 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 6790 5411 723 1205 0 5581 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27160

[startup+1.50101 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 22981
/proc/meminfo: memFree=21619880/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=27160 CPUtime=1.49 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 6073 0 0 0 134 15 0 0 25 0 1 0 801978479 27811840 5416 33554432000 4194304 9128323 140736080657008 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 6790 5416 723 1205 0 5581 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27160

[startup+3.10072 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 22981
/proc/meminfo: memFree=21618764/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=27160 CPUtime=3.09 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 6077 0 0 0 283 26 0 0 25 0 1 0 801978479 27811840 5420 33554432000 4194304 9128323 140736080657008 18446744073709551615 5199956 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 6790 5420 723 1205 0 5581 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27160

[startup+6.30014 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 22981
/proc/meminfo: memFree=21612004/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=27160 CPUtime=6.29 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 6085 0 0 0 577 52 0 0 25 0 1 0 801978479 27811840 5428 33554432000 4194304 9128323 140736080657008 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 6790 5428 723 1205 0 5581 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27160

[startup+12.701 s]
/proc/loadavg: 2.00 2.03 2.00 3/522 22981
/proc/meminfo: memFree=21600324/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=27160 CPUtime=12.69 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 6272 0 0 0 1176 93 0 0 25 0 1 0 801978479 27811840 5615 33554432000 4194304 9128323 140736080657008 18446744073709551615 6581584 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 6790 5615 723 1205 0 5581 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27160

[startup+25.5006 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 22982
/proc/meminfo: memFree=21580540/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=27740 CPUtime=25.49 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 6471 0 0 0 2379 170 0 0 25 0 1 0 801978479 28405760 5814 33554432000 4194304 9128323 140736080657008 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 6935 5814 723 1205 0 5726 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27740

[startup+51.1009 s]
/proc/loadavg: 2.08 2.04 2.00 3/522 22982
/proc/meminfo: memFree=21545608/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=30884 CPUtime=51.09 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 7121 0 0 0 4814 295 0 0 25 0 1 0 801978479 31625216 6464 33554432000 4194304 9128323 140736080657008 18446744073709551615 4794147 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 7721 6464 723 1205 0 6512 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 30884

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

[startup+57.5007 s]
/proc/loadavg: 2.07 2.04 2.00 3/522 22983
/proc/meminfo: memFree=21536428/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=31088 CPUtime=57.5 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 7155 0 0 0 5424 326 0 0 25 0 1 0 801978479 31834112 6498 33554432000 4194304 9128323 140736080657008 18446744073709551615 4903528 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 7772 6498 723 1205 0 6563 0
Current children cumulated CPU time (s) 57.5
Current children cumulated vsize (KiB) 31088

[startup+63.9006 s]
/proc/loadavg: 2.06 2.04 2.00 3/522 22983
/proc/meminfo: memFree=21528616/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=32184 CPUtime=63.89 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 7400 0 0 0 6035 354 0 0 25 0 1 0 801978479 32956416 6743 33554432000 4194304 9128323 140736080657008 18446744073709551615 4207643 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 8046 6743 723 1205 0 6837 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 32184

[startup+67.119 s]
/proc/loadavg: 2.06 2.04 2.00 3/522 22983
/proc/meminfo: memFree=21524028/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=32184 CPUtime=67.11 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 7400 0 0 0 6340 371 0 0 25 0 1 0 801978479 32956416 6743 33554432000 4194304 9128323 140736080657008 18446744073709551615 5333247 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 8046 6743 723 1205 0 6837 0
Current children cumulated CPU time (s) 67.11
Current children cumulated vsize (KiB) 32184

[startup+68.7007 s]
/proc/loadavg: 2.06 2.04 2.00 3/522 22983
/proc/meminfo: memFree=21522416/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=32184 CPUtime=68.7 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 7400 0 0 0 6492 378 0 0 25 0 1 0 801978479 32956416 6743 33554432000 4194304 9128323 140736080657008 18446744073709551615 4219723 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 8046 6743 723 1205 0 6837 0
Current children cumulated CPU time (s) 68.7
Current children cumulated vsize (KiB) 32184

[startup+69.5005 s]
/proc/loadavg: 2.06 2.04 2.00 3/522 22983
/proc/meminfo: memFree=21522292/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=32384 CPUtime=69.49 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 7420 0 0 0 6567 382 0 0 25 0 1 0 801978479 33161216 6763 33554432000 4194304 9128323 140736080657008 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 8096 6763 723 1205 0 6887 0
Current children cumulated CPU time (s) 69.49
Current children cumulated vsize (KiB) 32384

[startup+69.9005 s]
/proc/loadavg: 2.06 2.04 2.00 3/522 22983
/proc/meminfo: memFree=21522292/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=32384 CPUtime=69.89 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 7420 0 0 0 6606 383 0 0 25 0 1 0 801978479 33161216 6763 33554432000 4194304 9128323 140736080657008 18446744073709551615 4220969 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 8096 6763 723 1205 0 6887 0
Current children cumulated CPU time (s) 69.89
Current children cumulated vsize (KiB) 32384

[startup+70.0005 s]
/proc/loadavg: 2.06 2.04 2.00 3/522 22983
/proc/meminfo: memFree=21522292/32951124 swapFree=58800704/67111528
[pid=22980] ppid=22978 vsize=32384 CPUtime=70 cores=1,3,5,7
/proc/22980/stat : 22980 (scip-2.0.1.4.li) R 22978 22980 22695 0 -1 4202496 7420 0 0 0 6616 384 0 0 25 0 1 0 801978479 33161216 6763 33554432000 4194304 9128323 140736080657008 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/22980/statm: 8096 6763 723 1205 0 6887 0
Current children cumulated CPU time (s) 70
Current children cumulated vsize (KiB) 32384

Child status: 0
Real time (s): 70.0182
CPU time (s): 70.0194
CPU user time (s): 66.1759
CPU system time (s): 3.84342
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 32384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.1759
system time used= 3.84341
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7423
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= 5
involuntary context switches= 797

runsolver used 0.362944 second user time and 0.795879 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-03 12:07:10
IDJOB=3453308
IDBENCH=2907
IDSOLVER=1949
FILE ID=node142/3453308-1307095630
RUNJOBID= node142-1307092025-22714
PBS_JOBID= 13497966
Free space on /tmp= 73912 MiB

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

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

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=636992337

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:      21640636 kB
Buffers:        228344 kB
Cached:         392252 kB
SwapCached:      11452 kB
Active:        9298684 kB
Inactive:      1750852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21640636 kB
SwapTotal:    67111528 kB
SwapFree:     58800704 kB
Dirty:           24140 kB
Writeback:           0 kB
AnonPages:    10426740 kB
Mapped:          34440 kB
Slab:           115732 kB
PageTables:      74676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145418632 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= 73900 MiB
End job on node142 at 2011-06-03 12:08:20