Trace number 3489568

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 E_2 2011-06-10 (fixed)UNSAT 70.7642 70.7627

General information on the benchmark

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

Solver Data

0.00/0.00	c SCIP version 2.0.1.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-3489568-1307772552.opb>
0.00/0.00	c original problem has 31 variables (31 bin, 0 int, 0 impl, 0 cont) and 9 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c (round 2) 1 del vars, 5 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c presolving (3 rounds):
0.00/0.00	c  1 deleted vars, 5 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.00	c  0 implications, 0 cliques
0.00/0.00	c presolved problem has 30 variables (30 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.00	c       4 constraints of type <linear>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c # SCIP version 2.0.1.5
0.00/0.00	c 
0.00/0.00	c # frequency for displaying node information lines
0.00/0.00	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.00	c display/freq = 10000
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/time = 1797
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/memory = 13950
0.00/0.00	c 
0.00/0.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.00	c # [type: int, range: [1,2], default: 1]
0.00/0.00	c timing/clocktype = 2
0.00/0.00	c 
0.00/0.00	c # belongs reading time to solving time?
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify inequalities
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/linear/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/indicator/addCouplingCons = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify knapsacks
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.00	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.00	c separating/rapidlearning/freq = 0
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c start solving
0.00/0.00	c 
0.00/0.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 |     - | 293k|   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.00/0.05	c   0.1s|     1 |     2 |   104 |     - | 366k|   0 |  13 |  30 |  34 |  30 |  31 |  27 |  10 |   9 | 0.000000e+00 |      --      |    Inf 
1.29/1.35	c   1.3s| 10000 |  2152 | 16745 |   1.7 |2711k|  23 |   - |  30 |2824 |   0 |   0 |  27 |3187 | 386 | 0.000000e+00 |      --      |    Inf 
2.89/2.92	c   2.9s| 20000 |  3441 | 32505 |   1.6 |3782k|  23 |   - |  30 |3019 |  30 |  13 |  27 |6462 | 557 | 0.000000e+00 |      --      |    Inf 
4.40/4.41	c   4.4s| 30000 |  4657 | 48353 |   1.6 |4800k|  23 |   4 |  30 |3446 |  30 |  13 |  27 |  10k| 676 | 0.000000e+00 |      --      |    Inf 
5.99/6.09	c   6.1s| 40000 |  5076 | 63958 |   1.6 |5232k|  23 |   - |  30 |3050 |  30 |  13 |  27 |  13k| 777 | 0.000000e+00 |      --      |    Inf 
7.69/7.78	c   7.8s| 50000 |  5500 | 79920 |   1.6 |5835k|  24 |   4 |  30 |3393 |  30 |  13 |  27 |  18k| 885 | 0.000000e+00 |      --      |    Inf 
9.39/9.43	c   9.4s| 60000 |  5963 | 95414 |   1.6 |6445k|  24 |   4 |  30 |3767 |  30 |  13 |  27 |  21k| 962 | 0.000000e+00 |      --      |    Inf 
11.19/11.23	c  11.2s| 70000 |  6027 |110968 |   1.6 |6726k|  24 |   4 |  30 |3801 |  30 |  13 |  27 |  25k|1029 | 0.000000e+00 |      --      |    Inf 
12.99/13.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.99/13.07	c  13.1s| 80000 |  6038 |126513 |   1.6 |6959k|  24 |   4 |  30 |3772 |  30 |  13 |  27 |  29k|1104 | 0.000000e+00 |      --      |    Inf 
14.79/14.84	c  14.8s| 90000 |  6015 |142009 |   1.6 |7305k|  24 |   4 |  30 |4343 |  30 |  13 |  27 |  33k|1179 | 0.000000e+00 |      --      |    Inf 
16.59/16.64	c  16.6s|100000 |  6278 |157623 |   1.6 |7727k|  24 |   4 |  30 |4235 |  30 |  13 |  27 |  37k|1232 | 0.000000e+00 |      --      |    Inf 
18.49/18.59	c  18.6s|110000 |  6255 |173282 |   1.6 |7923k|  24 |   - |  30 |4196 |   0 |   0 |  27 |  41k|1290 | 0.000000e+00 |      --      |    Inf 
20.49/20.51	c  20.5s|120000 |  6090 |189394 |   1.6 |7994k|  24 |   4 |  30 |4237 |  30 |  13 |  27 |  45k|1354 | 0.000000e+00 |      --      |    Inf 
22.39/22.49	c  22.5s|130000 |  5753 |204934 |   1.6 |8060k|  24 |   4 |  30 |4742 |  30 |  13 |  27 |  49k|1407 | 0.000000e+00 |      --      |    Inf 
24.49/24.55	c  24.5s|140000 |  5324 |220783 |   1.6 |7798k|  24 |   4 |  30 |4355 |  30 |  13 |  27 |  54k|1457 | 0.000000e+00 |      --      |    Inf 
26.29/26.32	c  26.3s|150000 |  5974 |236281 |   1.6 |8603k|  24 |   4 |  30 |5559 |  30 |  13 |  27 |  58k|1500 | 0.000000e+00 |      --      |    Inf 
28.39/28.42	c  28.4s|160000 |  5873 |251885 |   1.6 |9050k|  24 |   4 |  30 |6671 |  30 |  13 |  27 |  62k|1552 | 0.000000e+00 |      --      |    Inf 
30.70/30.80	c  30.8s|170000 |  5395 |267369 |   1.6 |8671k|  24 |   - |  30 |5821 |   0 |   0 |  27 |  66k|1591 | 0.000000e+00 |      --      |    Inf 
33.00/33.03	c  33.0s|180000 |  4879 |282606 |   1.6 |8177k|  24 |   4 |  30 |4985 |  30 |  13 |  27 |  70k|1635 | 0.000000e+00 |      --      |    Inf 
35.10/35.14	c  35.1s|190000 |  4805 |298130 |   1.6 |8210k|  24 |   4 |  30 |5114 |  30 |  13 |  27 |  75k|1684 | 0.000000e+00 |      --      |    Inf 
37.29/37.39	c  37.4s|200000 |  4352 |314472 |   1.6 |8063k|  24 |   - |  30 |5491 |   0 |   0 |  27 |  79k|1732 | 0.000000e+00 |      --      |    Inf 
39.29/39.30	c  39.3s|210000 |  4735 |330664 |   1.6 |8513k|  24 |   - |  30 |6131 |   0 |   0 |  27 |  83k|1774 | 0.000000e+00 |      --      |    Inf 
41.59/41.69	c  41.7s|220000 |  4098 |346657 |   1.6 |8208k|  24 |   - |  30 |6167 |  30 |  13 |  27 |  87k|1819 | 0.000000e+00 |      --      |    Inf 
43.69/43.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.69/43.76	c  43.8s|230000 |  4283 |363297 |   1.6 |8405k|  24 |   - |  30 |6045 |   0 |   0 |  27 |  91k|1863 | 0.000000e+00 |      --      |    Inf 
46.10/46.15	c  46.1s|240000 |  3478 |379007 |   1.6 |7478k|  24 |   4 |  30 |5189 |  30 |  13 |  27 |  96k|1917 | 0.000000e+00 |      --      |    Inf 
48.40/48.41	c  48.4s|250000 |  2850 |395013 |   1.6 |6964k|  24 |   - |  30 |5419 |  30 |  13 |  27 | 100k|1962 | 0.000000e+00 |      --      |    Inf 
50.60/50.66	c  50.7s|260000 |  2097 |410440 |   1.6 |5981k|  24 |   - |  30 |4749 |   0 |   0 |  27 | 104k|2002 | 0.000000e+00 |      --      |    Inf 
52.70/52.79	c  52.8s|270000 |  1560 |426377 |   1.6 |5501k|  24 |   - |  30 |5117 |   0 |   0 |  27 | 109k|2039 | 0.000000e+00 |      --      |    Inf 
54.89/54.99	c  55.0s|280000 |  1283 |443218 |   1.6 |5365k|  24 |   4 |  30 |5950 |  30 |  13 |  27 | 113k|2071 | 0.000000e+00 |      --      |    Inf 
57.29/57.34	c  57.3s|290000 |   782 |458785 |   1.6 |4881k|  24 |   4 |  30 |6206 |  30 |  13 |  27 | 118k|2112 | 0.000000e+00 |      --      |    Inf 
59.30/59.39	c  59.4s|300000 |  1110 |474225 |   1.6 |5206k|  24 |   4 |  30 |7033 |  30 |  13 |  27 | 122k|2149 | 0.000000e+00 |      --      |    Inf 
61.60/61.68	c  61.7s|310000 |   783 |489042 |   1.6 |5397k|  24 |   - |  30 |8321 |   0 |   0 |  27 | 126k|2179 | 0.000000e+00 |      --      |    Inf 
64.29/64.39	c  64.4s|320000 |   492 |504808 |   1.6 |5035k|  24 |   4 |  30 |7233 |  30 |  13 |  27 | 130k|2216 | 0.000000e+00 |      --      |    Inf 
66.59/66.65	c  66.6s|330000 |   370 |520957 |   1.6 |4345k|  24 |   - |  30 |6686 |   0 |   0 |  27 | 134k|2249 | 0.000000e+00 |      --      |    Inf 
68.90/68.92	c  68.9s|340000 |   323 |537391 |   1.6 |4671k|  24 |   - |  30 |7899 |  30 |  13 |  27 | 139k|2286 | 0.000000e+00 |      --      |    Inf 
70.70/70.75	c 
70.70/70.75	c SCIP Status        : problem is solved [infeasible]
70.70/70.75	c Solving Time (sec) : 70.75
70.70/70.75	c Solving Nodes      : 347673
70.70/70.75	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
70.70/70.75	c Dual Bound         : +1.00000000000000e+20
70.70/70.75	c Gap                : 0.00 %
70.70/70.75	s UNSATISFIABLE
70.70/70.75	c SCIP Status        : problem is solved [infeasible]
70.70/70.75	c Total Time         :      70.75
70.70/70.75	c   solving          :      70.75
70.70/70.75	c   presolving       :       0.00 (included in solving)
70.70/70.75	c   reading          :       0.00 (included in solving)
70.70/70.75	c Original Problem   :
70.70/70.75	c   Problem name     : HOME/instance-3489568-1307772552.opb
70.70/70.75	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
70.70/70.75	c   Constraints      : 9 initial, 9 maximal
70.70/70.75	c Presolved Problem  :
70.70/70.75	c   Problem name     : t_HOME/instance-3489568-1307772552.opb
70.70/70.75	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
70.70/70.75	c   Constraints      : 4 initial, 10055 maximal
70.70/70.75	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
70.70/70.75	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
70.70/70.75	c   dualfix          :       0.00          1          0          0          0          0          0          0          0          0
70.70/70.75	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
70.70/70.75	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
70.70/70.75	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
70.70/70.75	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
70.70/70.75	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
70.70/70.75	c   linear           :       0.00          0          0          0          0          0          5          0          0          0
70.70/70.75	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
70.70/70.75	c   root node        :          -          2          -          -          2          -          -          -          -          -
70.70/70.75	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
70.70/70.75	c   integral         :          0          0          0     192438          0          4          0        122        839          0          0     383174
70.70/70.75	c   linear           :          4+         7     769437          0          0          3    1012217     129244     957946          0          0          0
70.70/70.75	c   logicor          :          0+         6     386786          0          0          0     243676       2851     118307          0          0          0
70.70/70.75	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
70.70/70.75	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
70.70/70.75	c   integral         :       1.13       0.00       0.00       1.13       0.00       0.00       0.00
70.70/70.75	c   linear           :       8.79       0.00       7.38       0.00       0.00       0.00       1.41
70.70/70.75	c   logicor          :      17.50       0.00      17.31       0.00       0.00       0.00       0.19
70.70/70.75	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
70.70/70.75	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
70.70/70.75	c   vbounds          :          0          0          0          0
70.70/70.75	c   rootredcost      :          0          0          0          0
70.70/70.75	c   pseudoobj        :          0          0          0          0
70.70/70.75	c Propagator Timings :  TotalTime  Propagate    Resprop
70.70/70.75	c   vbounds          :       0.11       0.11       0.00
70.70/70.75	c   rootredcost      :       0.11       0.11       0.00
70.70/70.75	c   pseudoobj        :       0.08       0.08       0.00
70.70/70.75	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
70.70/70.75	c   propagation      :       2.33     132095      57260     149761       19.0         11       19.0          -
70.70/70.75	c   infeasible LP    :       1.05      58282      58279      92799       12.7        706       17.6          0
70.70/70.75	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
70.70/70.75	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
70.70/70.75	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
70.70/70.75	c   applied globally :          -          -          -     142182       14.5          -          -          -
70.70/70.75	c   applied locally  :          -          -          -          0        0.0          -          -          -
70.70/70.75	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
70.70/70.75	c   cut pool         :       0.00          5          -          -         23          -    (maximal pool size: 99)
70.70/70.75	c   redcost          :       0.16     192443          0          0          0          0
70.70/70.75	c   impliedbounds    :       0.00          6          0          0          0          0
70.70/70.75	c   intobj           :       0.00          0          0          0          0          0
70.70/70.75	c   gomory           :       0.00          6          0          0          0          0
70.70/70.75	c   cgmip            :       0.00          0          0          0          0          0
70.70/70.75	c   closecuts        :       0.00          0          0          0          0          0
70.70/70.75	c   strongcg         :       0.00          6          0          0         30          0
70.70/70.75	c   cmir             :       0.00          6          0          0         43          0
70.70/70.75	c   flowcover        :       0.01          6          0          0         56          0
70.70/70.75	c   clique           :       0.00          1          0          0          0          0
70.70/70.75	c   zerohalf         :       0.00          0          0          0          0          0
70.70/70.75	c   mcf              :       0.00          1          0          0          0          0
70.70/70.75	c   oddcycle         :       0.00          0          0          0          0          0
70.70/70.75	c   rapidlearning    :       0.01          1          0          0          0         20
70.70/70.75	c Pricers            :       Time      Calls       Vars
70.70/70.75	c   problem variables:       0.00          0          0
70.70/70.75	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
70.70/70.75	c   relpscost        :       1.03     192438        122        839          0          0     383174
70.70/70.75	c   pscost           :       0.00          0          0          0          0          0          0
70.70/70.75	c   inference        :       0.00          0          0          0          0          0          0
70.70/70.75	c   mostinf          :       0.00          0          0          0          0          0          0
70.70/70.75	c   leastinf         :       0.00          0          0          0          0          0          0
70.70/70.75	c   fullstrong       :       0.00          0          0          0          0          0          0
70.70/70.75	c   allfullstrong    :       0.00          0          0          0          0          0          0
70.70/70.75	c   random           :       0.00          0          0          0          0          0          0
70.70/70.75	c Primal Heuristics  :       Time      Calls      Found
70.70/70.75	c   LP solutions     :       0.00          -          0
70.70/70.75	c   pseudo solutions :       0.00          -          0
70.70/70.75	c   oneopt           :       0.09          0          0
70.70/70.75	c   crossover        :       0.06          0          0
70.70/70.75	c   guideddiving     :       0.01          0          0
70.70/70.75	c   intshifting      :       0.00          0          0
70.70/70.75	c   fracdiving       :       0.01         22          0
70.70/70.75	c   pscostdiving     :       0.01         22          0
70.70/70.75	c   linesearchdiving :       0.01         23          0
70.70/70.75	c   coefdiving       :       0.01         23          0
70.70/70.75	c   veclendiving     :       0.01         23          0
70.70/70.75	c   objpscostdiving  :       0.01         12          0
70.70/70.75	c   feaspump         :       0.01         12          0
70.70/70.75	c   trivial          :       0.00          2          0
70.70/70.75	c   shiftandpropagate:       0.00          1          0
70.70/70.75	c   simplerounding   :       0.03          0          0
70.70/70.75	c   zirounding       :       0.37          0          0
70.70/70.75	c   rounding         :       0.10       6180          0
70.70/70.75	c   shifting         :       0.34       1991          0
70.70/70.75	c   twoopt           :       0.00          0          0
70.70/70.75	c   fixandinfer      :       0.00          0          0
70.70/70.75	c   clique           :       0.00          0          0
70.70/70.75	c   intdiving        :       0.00          0          0
70.70/70.75	c   actconsdiving    :       0.00          0          0
70.70/70.75	c   rootsoldiving    :       0.01         12          0
70.70/70.75	c   octane           :       0.00          0          0
70.70/70.75	c   rens             :       0.01          1          0
70.70/70.75	c   rins             :       0.00          0          0
70.70/70.75	c   localbranching   :       0.00          0          0
70.70/70.75	c   mutation         :       0.00          0          0
70.70/70.75	c   dins             :       0.00          0          0
70.70/70.75	c   vbounds          :       0.00          0          0
70.70/70.75	c   undercover       :       0.00          0          0
70.70/70.75	c   subnlp           :       0.05          0          0
70.70/70.75	c   trysol           :       0.06          0          0
70.70/70.75	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
70.70/70.75	c   primal LP        :       0.00          0          0       0.00          -
70.70/70.75	c   dual LP          :       9.04     245821     548699       2.23   60675.15
70.70/70.75	c   lex dual LP      :       0.00          0          0       0.00          -
70.70/70.75	c   barrier LP       :       0.00          0          0       0.00          -
70.70/70.75	c   diving/probing LP:       0.01        215        387       1.80          -
70.70/70.75	c   strong branching :       0.15       2308       8073       3.50   52952.29
70.70/70.75	c     (at root node) :          -          9        184      20.44          -
70.70/70.75	c   conflict analysis:       0.00          0          0       0.00          -
70.70/70.75	c B&B Tree           :
70.70/70.75	c   number of runs   :          1
70.70/70.75	c   nodes            :     347673
70.70/70.75	c   nodes (total)    :     347673
70.70/70.75	c   nodes left       :          0
70.70/70.75	c   max depth        :         24
70.70/70.75	c   max depth (total):         24
70.70/70.75	c   backtracks       :      98504 (28.3%)
70.70/70.75	c   delayed cutoffs  :      35502
70.70/70.75	c   repropagations   :     163810 (321552 domain reductions, 34138 cutoffs)
70.70/70.75	c   avg switch length:       5.17
70.70/70.75	c   switching time   :      19.38
70.70/70.75	c Solution           :
70.70/70.75	c   Solutions found  :          0 (0 improvements)
70.70/70.75	c   Primal Bound     : infeasible
70.70/70.75	c   Dual Bound       :          -
70.70/70.75	c   Gap              :       0.00 %
70.70/70.75	c   Root Dual Bound  : +0.00000000000000e+00
70.70/70.75	c   Root Iterations  :        104
70.70/70.76	c Time complete: 70.75.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3489568-1307772552/watcher-3489568-1307772552 -o /tmp/evaluation-result-3489568-1307772552/solver-3489568-1307772552 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3489568-1307772552.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.01 2.00 1.95 2/177 2534
/proc/meminfo: memFree=31239900/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=9448 CPUtime=0 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 1486 0 0 0 0 0 0 0 25 0 1 0 967485826 9674752 1440 33554432000 4194304 9016284 140736704030896 18446744073709551615 7824814 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2534/statm: 2362 1442 311 1178 0 1180 0

[startup+0.095514 s]
/proc/loadavg: 2.01 2.00 1.95 2/177 2534
/proc/meminfo: memFree=31239900/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=26024 CPUtime=0.09 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 7219 0 0 0 8 1 0 0 25 0 1 0 967485826 26648576 5468 33554432000 4194304 9016284 140736704030896 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 6506 5468 684 1178 0 5324 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26024

[startup+0.1005 s]
/proc/loadavg: 2.01 2.00 1.95 2/177 2534
/proc/meminfo: memFree=31239900/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=26024 CPUtime=0.09 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 7219 0 0 0 8 1 0 0 25 0 1 0 967485826 26648576 5468 33554432000 4194304 9016284 140736704030896 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 6506 5468 684 1178 0 5324 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26024

[startup+0.300464 s]
/proc/loadavg: 2.01 2.00 1.95 2/177 2534
/proc/meminfo: memFree=31239900/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=26024 CPUtime=0.29 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 7220 0 0 0 26 3 0 0 25 0 1 0 967485826 26648576 5469 33554432000 4194304 9016284 140736704030896 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 6506 5469 684 1178 0 5324 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26024

[startup+0.700391 s]
/proc/loadavg: 2.01 2.00 1.95 2/177 2534
/proc/meminfo: memFree=31239900/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=26024 CPUtime=0.69 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 7223 0 0 0 63 6 0 0 25 0 1 0 967485826 26648576 5472 33554432000 4194304 9016284 140736704030896 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 6506 5472 684 1178 0 5324 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26024

[startup+1.50025 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 2535
/proc/meminfo: memFree=31220696/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=26024 CPUtime=1.49 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 7227 0 0 0 139 10 0 0 25 0 1 0 967485826 26648576 5476 33554432000 4194304 9016284 140736704030896 18446744073709551615 18446744073699065911 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 6506 5476 684 1178 0 5324 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26024

[startup+3.10095 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 2535
/proc/meminfo: memFree=31220324/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=26024 CPUtime=3.09 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 7231 0 0 0 291 18 0 0 25 0 1 0 967485826 26648576 5480 33554432000 4194304 9016284 140736704030896 18446744073709551615 6469479 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 6506 5480 684 1178 0 5324 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26024

[startup+6.30038 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 2535
/proc/meminfo: memFree=31219636/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=26024 CPUtime=6.29 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 7239 0 0 0 594 35 0 0 25 0 1 0 967485826 26648576 5488 33554432000 4194304 9016284 140736704030896 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 6506 5488 684 1178 0 5324 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26024

[startup+12.7002 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 2536
/proc/meminfo: memFree=31219624/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=27400 CPUtime=12.69 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 7476 0 0 0 1205 64 0 0 25 0 1 0 967485826 28057600 5725 33554432000 4194304 9016284 140736704030896 18446744073709551615 6468851 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 6850 5725 684 1178 0 5668 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27400

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 2536
/proc/meminfo: memFree=31217896/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=28988 CPUtime=25.49 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 7866 0 0 0 2427 122 0 0 25 0 1 0 967485826 29683712 6115 33554432000 4194304 9016284 140736704030896 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 7247 6115 684 1178 0 6065 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28988

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 2537
/proc/meminfo: memFree=31215416/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=32156 CPUtime=51.1 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 8520 0 0 0 4897 213 0 0 25 0 1 0 967485826 32927744 6769 33554432000 4194304 9016284 140736704030896 18446744073709551615 5325537 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 8039 6769 684 1178 0 6857 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 32156

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

[startup+63.9008 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 2537
/proc/meminfo: memFree=31214900/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=33296 CPUtime=63.89 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 8760 0 0 0 6132 257 0 0 25 0 1 0 967485826 34095104 7009 33554432000 4194304 9016284 140736704030896 18446744073709551615 18446744073699065939 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 8324 7009 684 1178 0 7142 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 33296

[startup+67.1062 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 2537
/proc/meminfo: memFree=31214280/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=33444 CPUtime=67.1 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 8796 0 0 0 6442 268 0 0 25 0 1 0 967485826 34246656 7045 33554432000 4194304 9016284 140736704030896 18446744073709551615 4331387 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 8361 7045 684 1178 0 7179 0
Current children cumulated CPU time (s) 67.1
Current children cumulated vsize (KiB) 33444

[startup+68.7009 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 2537
/proc/meminfo: memFree=31214280/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=33444 CPUtime=68.69 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 8796 0 0 0 6596 273 0 0 25 0 1 0 967485826 34246656 7045 33554432000 4194304 9016284 140736704030896 18446744073709551615 4888560 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 8361 7045 684 1178 0 7179 0
Current children cumulated CPU time (s) 68.69
Current children cumulated vsize (KiB) 33444

[startup+69.5008 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 2537
/proc/meminfo: memFree=31214280/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=33444 CPUtime=69.49 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 8796 0 0 0 6674 275 0 0 25 0 1 0 967485826 34246656 7045 33554432000 4194304 9016284 140736704030896 18446744073709551615 4291405 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 8361 7045 684 1178 0 7179 0
Current children cumulated CPU time (s) 69.49
Current children cumulated vsize (KiB) 33444

[startup+70.3006 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 2537
/proc/meminfo: memFree=31214032/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=33640 CPUtime=70.3 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 8821 0 0 0 6752 278 0 0 25 0 1 0 967485826 34447360 7070 33554432000 4194304 9016284 140736704030896 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 8410 7070 684 1178 0 7228 0
Current children cumulated CPU time (s) 70.3
Current children cumulated vsize (KiB) 33640

[startup+70.7006 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 2537
/proc/meminfo: memFree=31214032/32951124 swapFree=67056304/67111528
[pid=2534] ppid=2532 vsize=33640 CPUtime=70.7 cores=1,3,5,7
/proc/2534/stat : 2534 (scip-2.0.1.4b_2) R 2532 2534 30098 0 -1 4202496 8821 0 0 0 6791 279 0 0 25 0 1 0 967485826 34447360 7070 33554432000 4194304 9016284 140736704030896 18446744073709551615 7925162 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/2534/statm: 8410 7070 684 1178 0 7228 0
Current children cumulated CPU time (s) 70.7
Current children cumulated vsize (KiB) 33640

Child status: 0
Real time (s): 70.7627
CPU time (s): 70.7642
CPU user time (s): 67.9697
CPU system time (s): 2.79457
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 33640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.9697
system time used= 2.79458
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8827
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= 4
involuntary context switches= 793

runsolver used 0.097985 second user time and 0.228965 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-11 08:09:12
IDJOB=3489568
IDBENCH=2907
IDSOLVER=1979
FILE ID=node110/3489568-1307772552
RUNJOBID= node110-1307767159-1951
PBS_JOBID= 13550851
Free space on /tmp= 74120 MiB

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

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

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=1493954716

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.76
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.830
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.83
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31240584 kB
Buffers:        286360 kB
Cached:         772784 kB
SwapCached:       8464 kB
Active:         927044 kB
Inactive:       550700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31240584 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:           16764 kB
Writeback:           0 kB
AnonPages:      416672 kB
Mapped:          16104 kB
Slab:           167612 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   621912 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= 74104 MiB
End job on node110 at 2011-06-11 08:10:23