Trace number 3734807

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)UNSAT 79.3579 79.3705

General information on the benchmark

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

Solver Data

0.00/0.00	c SCIP version 1.1.0.7
0.00/0.00	c LP-Solver SoPlex 1.4.1
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c read problem <HOME/instance-3734807-1338704762.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 start presolving problem
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 1 del vars, 1 del 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 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 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 OPT-LIN
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 = c 13950
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 = c 1791
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 = c 10000
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c start solving problem
0.00/0.00	c 
0.00/0.00	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.00	c   0.0s|     1 |     0 |    16 | 172k|   0 |   4 |  30 |   4 |   4 |  30 |   4 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    67 | 188k|   0 |   8 |  30 |   4 |   4 |  30 |   9 |   5 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    72 | 205k|   0 |   8 |  30 |   4 |   4 |  30 |  13 |   9 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    78 | 223k|   0 |  12 |  30 |   4 |   4 |  30 |  17 |  13 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    86 | 238k|   0 |  14 |  30 |   4 |   4 |  30 |  22 |  18 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |   103 | 252k|   0 |  14 |  30 |   4 |   4 |  30 |  27 |  23 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.00/0.02	c   0.0s|     1 |     0 |   105 | 259k|   0 |  15 |  30 |   4 |   4 |  30 |  30 |  26 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.03/0.05	c   0.0s|     1 |     2 |   105 | 260k|   0 |  15 |  30 |   4 |   4 |  30 |  30 |  26 |   0 |  15 | 0.000000e+00 |      --      |    Inf 
1.29/1.36	c   1.3s| 10000 |  1651 | 15661 |2408k|  25 |   4 |  30 |2617 | 117 |  30 |  15 |  26 |3161 | 320 | 0.000000e+00 |      --      |    Inf 
2.79/2.87	c   2.7s| 20000 |  2294 | 30748 |3008k|  25 |   4 |  30 |2383 |  18 |  30 |  15 |  26 |6228 | 442 | 0.000000e+00 |      --      |    Inf 
4.29/4.36	c   4.1s| 30000 |  2914 | 46259 |3723k|  25 |   4 |  30 |2793 |  17 |  30 |  15 |  26 |9574 | 557 | 0.000000e+00 |      --      |    Inf 
5.79/5.90	c   5.5s| 40000 |  3219 | 61201 |4152k|  25 |   4 |  30 |2988 | 107 |  30 |  15 |  26 |  12k| 660 | 0.000000e+00 |      --      |    Inf 
7.39/7.42	c   7.0s| 50000 |  3623 | 76294 |4784k|  25 |   4 |  30 |3647 |  47 |  30 |  15 |  26 |  15k| 749 | 0.000000e+00 |      --      |    Inf 
9.09/9.13	c   8.6s| 60000 |  3510 | 91142 |4844k|  25 |   - |  30 |3314 |  16 |   0 |   0 |  26 |  19k| 825 | 0.000000e+00 |      --      |    Inf 
10.79/10.90	c  10.3s| 70000 |  3392 |105915 |4999k|  25 |   - |  30 |3356 |  19 |  30 |  15 |  26 |  22k| 899 | 0.000000e+00 |      --      |    Inf 
12.58/12.66	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
12.58/12.66	c  11.9s| 80000 |  3158 |120782 |5049k|  25 |   - |  30 |3512 |  38 |  30 |  15 |  26 |  26k| 954 | 0.000000e+00 |      --      |    Inf 
14.38/14.44	c  13.7s| 90000 |  2669 |135351 |4738k|  25 |   4 |  30 |3473 |  77 |  30 |  15 |  26 |  29k|1022 | 0.000000e+00 |      --      |    Inf 
16.08/16.12	c  15.2s|100000 |  2733 |150345 |5003k|  25 |   4 |  30 |3972 |  25 |  30 |  15 |  26 |  32k|1090 | 0.000000e+00 |      --      |    Inf 
17.89/17.91	c  16.9s|110000 |  2789 |165824 |5518k|  25 |   - |  30 |5070 |  69 |   0 |   0 |  26 |  36k|1150 | 0.000000e+00 |      --      |    Inf 
19.99/20.04	c  19.0s|120000 |  2211 |180585 |5095k|  25 |   - |  30 |4606 |  80 |   0 |   0 |  26 |  39k|1209 | 0.000000e+00 |      --      |    Inf 
21.99/22.05	c  20.9s|130000 |  1510 |195322 |4330k|  25 |   - |  30 |4047 |  13 |   0 |   0 |  26 |  43k|1261 | 0.000000e+00 |      --      |    Inf 
23.68/23.73	c  22.5s|140000 |  2453 |211340 |5546k|  25 |   4 |  30 |5903 |  11 |  30 |  15 |  26 |  46k|1334 | 0.000000e+00 |      --      |    Inf 
25.59/25.65	c  24.3s|150000 |  3016 |226966 |6351k|  25 |   4 |  30 |6830 |  13 |  30 |  15 |  26 |  50k|1383 | 0.000000e+00 |      --      |    Inf 
27.78/27.87	c  26.4s|160000 |  2834 |242467 |6317k|  25 |   - |  30 |6380 |   4 |   0 |   0 |  26 |  54k|1438 | 0.000000e+00 |      --      |    Inf 
29.88/29.93	c  28.4s|170000 |  3569 |258507 |7162k|  25 |   - |  30 |7078 |  47 |   0 |   0 |  26 |  57k|1496 | 0.000000e+00 |      --      |    Inf 
32.19/32.25	c  30.6s|180000 |  3593 |274003 |7729k|  25 |   - |  30 |8067 |   6 |   0 |   0 |  26 |  61k|1546 | 0.000000e+00 |      --      |    Inf 
34.89/34.96	c  33.2s|190000 |  2795 |289328 |6946k|  25 |   4 |  30 |6807 | 312 |  30 |  15 |  26 |  65k|1592 | 0.000000e+00 |      --      |    Inf 
37.29/37.32	c  35.5s|200000 |  2386 |304593 |6697k|  25 |   - |  30 |7079 |  17 |  30 |  15 |  26 |  69k|1638 | 0.000000e+00 |      --      |    Inf 
39.59/39.68	c  37.7s|210000 |  2022 |320111 |6131k|  25 |   - |  30 |6116 | 109 |   0 |   0 |  26 |  72k|1689 | 0.000000e+00 |      --      |    Inf 
41.78/41.83	c  39.8s|220000 |  1716 |335446 |5856k|  25 |   4 |  30 |6035 |  16 |  30 |  15 |  26 |  76k|1735 | 0.000000e+00 |      --      |    Inf 
43.88/43.93	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
43.88/43.93	c  41.8s|230000 |  1822 |350856 |6100k|  25 |   4 |  30 |6698 |  18 |  30 |  15 |  26 |  80k|1770 | 0.000000e+00 |      --      |    Inf 
46.08/46.15	c  43.9s|240000 |  1437 |365359 |5981k|  25 |   - |  30 |7254 |   8 |   0 |   0 |  26 |  83k|1820 | 0.000000e+00 |      --      |    Inf 
48.68/48.71	c  46.4s|250000 |   554 |380449 |4125k|  25 |   - |  30 |4872 |  55 |  30 |  15 |  26 |  87k|1859 | 0.000000e+00 |      --      |    Inf 
50.68/50.78	c  48.4s|260000 |   226 |396190 |3956k|  25 |   - |  30 |6050 |   6 |  30 |  15 |  26 |  90k|1902 | 0.000000e+00 |      --      |    Inf 
52.79/52.88	c  50.4s|270000 |   307 |411819 |4039k|  25 |   - |  30 |6469 |  33 |   0 |   0 |  26 |  94k|1936 | 0.000000e+00 |      --      |    Inf 
54.99/55.04	c  52.4s|280000 |   247 |426729 |4530k|  25 |   - |  30 |7831 | 383 |   0 |   0 |  26 |  97k|1966 | 0.000000e+00 |      --      |    Inf 
57.09/57.18	c  54.5s|290000 |  1286 |442690 |5338k|  25 |   - |  30 |8195 |  82 |   0 |   0 |  26 | 101k|2014 | 0.000000e+00 |      --      |    Inf 
59.48/59.52	c  56.8s|300000 |  1782 |458320 |6093k|  25 |   - |  30 |9114 |   3 |   0 |   0 |  26 | 104k|2049 | 0.000000e+00 |      --      |    Inf 
62.28/62.39	c  59.5s|310000 |  1229 |473745 |6004k|  25 |   4 |  30 |9278 |1350 |  30 |  15 |  26 | 108k|2082 | 0.000000e+00 |      --      |    Inf 
65.27/65.37	c  62.4s|320000 |   303 |488544 |5465k|  25 |   - |  30 |  10k|   5 |   0 |   0 |  26 | 112k|2116 | 0.000000e+00 |      --      |    Inf 
68.19/68.20	c  65.2s|330000 |   235 |504271 |4376k|  25 |   - |  30 |7009 |   7 |  30 |  15 |  26 | 116k|2149 | 0.000000e+00 |      --      |    Inf 
70.38/70.47	c  67.3s|340000 |   100 |519813 |4433k|  25 |   - |  30 |7439 |  50 |  30 |  15 |  26 | 119k|2190 | 0.000000e+00 |      --      |    Inf 
72.78/72.86	c  69.6s|350000 |    21 |535953 |4916k|  25 |   4 |  30 |9232 |  25 |  30 |  15 |  26 | 123k|2225 | 0.000000e+00 |      --      |    Inf 
75.98/76.03	c  72.7s|360000 |   138 |552946 |5575k|  25 |   4 |  30 |  10k|  59 |  30 |  15 |  26 | 131k|2263 | 0.000000e+00 |      --      |    Inf 
79.28/79.35	c 
79.28/79.35	c SCIP Status        : problem is solved [infeasible]
79.28/79.35	c Solving Time (sec) : 75.94
79.28/79.35	c Solving Nodes      : 368828
79.28/79.35	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
79.28/79.35	c Dual Bound         : +1.00000000000000e+20
79.28/79.35	c Gap                : 0.00 %
79.28/79.35	c NODE         368828
79.28/79.35	c DUAL BOUND   1e+20
79.28/79.35	c PRIMAL BOUND 1e+20
79.28/79.35	c GAP          0
79.28/79.35	s UNSATISFIABLE
79.28/79.35	c SCIP Status        : problem is solved [infeasible]
79.28/79.35	c Solving Time       :      75.94
79.28/79.35	c Original Problem   :
79.28/79.35	c   Problem name     : HOME/instance-3734807-1338704762.opb
79.28/79.35	c   Variables        : 31 (31 binary, 0 integer, 0 implicit integer, 0 continuous)
79.28/79.35	c   Constraints      : 9 initial, 9 maximal
79.28/79.35	c Presolved Problem  :
79.28/79.35	c   Problem name     : t_HOME/instance-3734807-1338704762.opb
79.28/79.35	c   Variables        : 30 (30 binary, 0 integer, 0 implicit integer, 0 continuous)
79.28/79.35	c   Constraints      : 4 initial, 13440 maximal
79.28/79.35	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
79.28/79.35	c   trivial          :       0.00          0          0          0          0          0          0          0          0
79.28/79.35	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
79.28/79.35	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
79.28/79.35	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
79.28/79.35	c   implics          :       0.00          0          0          0          0          0          0          0          0
79.28/79.35	c   probing          :       0.00          0          0          0          0          0          0          0          0
79.28/79.35	c   linear           :       0.00          0          0          0          0          0          5          0          0
79.28/79.35	c   logicor          :       0.00          0          0          0          0          0          0          0          0
79.28/79.35	c   root node        :          -          1          -          -          1          -          -          -          -
79.28/79.35	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
79.28/79.35	c   integral         :          0          0          0     202444          0        149        858          0          0     403140
79.28/79.35	c   linear           :          4          6     796218          0          0     139356     974743          0          0          0
79.28/79.35	c   logicor          :          0+         0     405520          0          0       4088     126456          0          0          0
79.28/79.35	c   countsols        :          0          0          0          0          0          0          0          0          0          0
79.28/79.35	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
79.28/79.35	c   integral         :       1.17       0.00       0.00       1.17       0.00
79.28/79.35	c   linear           :      10.62       0.00      10.62       0.00       0.00
79.28/79.35	c   logicor          :      19.89       0.00      19.89       0.00       0.00
79.28/79.35	c   countsols        :       0.00       0.00       0.00       0.00       0.00
79.28/79.35	c Propagators        :       Time      Calls    Cutoffs    DomReds
79.28/79.35	c   rootredcost      :       0.08          0          0          0
79.28/79.35	c   pseudoobj        :       0.01          0          0          0
79.28/79.35	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
79.28/79.35	c   propagation      :       2.10     143444      55227     150320       18.7          8       16.1          -
79.28/79.35	c   infeasible LP    :       0.79      56504      56502      92971       12.8        847       17.1          0
79.28/79.35	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
79.28/79.35	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
79.28/79.35	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
79.28/79.35	c   applied globally :          -          -          -     137690       14.2          -          -          -
79.28/79.35	c   applied locally  :          -          -          -          0        0.0          -          -          -
79.28/79.35	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
79.28/79.35	c   cut pool         :       0.00          5          -          -         18          -    (maximal pool size: 88)
79.28/79.35	c   redcost          :       0.19     202449          0          0          0          0
79.28/79.35	c   impliedbounds    :       0.00          6          0          0          0          0
79.28/79.35	c   intobj           :       0.00          0          0          0          0          0
79.28/79.35	c   gomory           :       0.01          6          0          0          1          0
79.28/79.35	c   strongcg         :       0.00          6          0          0         12          0
79.28/79.35	c   cmir             :       0.00          6          0          0         39          0
79.28/79.35	c   flowcover        :       0.00          6          0          0         56          0
79.28/79.35	c   clique           :       0.00          1          0          0          0          0
79.28/79.35	c   zerohalf         :       0.00          0          0          0          0          0
79.28/79.35	c   mcf              :       0.00          1          0          0          0          0
79.28/79.35	c Pricers            :       Time      Calls       Vars
79.28/79.35	c   problem variables:       0.00          0          0
79.28/79.35	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
79.28/79.35	c   relpscost        :       1.12     202444        149        858          0          0     403140
79.28/79.35	c   pscost           :       0.00          0          0          0          0          0          0
79.28/79.35	c   inference        :       0.00          0          0          0          0          0          0
79.28/79.35	c   mostinf          :       0.00          0          0          0          0          0          0
79.28/79.35	c   leastinf         :       0.00          0          0          0          0          0          0
79.28/79.35	c   fullstrong       :       0.00          0          0          0          0          0          0
79.28/79.35	c   allfullstrong    :       0.00          0          0          0          0          0          0
79.28/79.35	c   random           :       0.00          0          0          0          0          0          0
79.28/79.35	c Primal Heuristics  :       Time      Calls      Found
79.28/79.35	c   LP solutions     :       0.00          -          0
79.28/79.35	c   pseudo solutions :       0.00          -          0
79.28/79.35	c   oneopt           :       0.04          0          0
79.28/79.35	c   crossover        :       0.01          0          0
79.28/79.35	c   guideddiving     :       0.02          0          0
79.28/79.35	c   pscostdiving     :       0.00         27          0
79.28/79.35	c   veclendiving     :       0.01         27          0
79.28/79.35	c   coefdiving       :       0.03         27          0
79.28/79.35	c   fracdiving       :       0.01         27          0
79.28/79.35	c   rootsoldiving    :       0.02         14          0
79.28/79.35	c   objpscostdiving  :       0.03         14          0
79.28/79.35	c   linesearchdiving :       0.01         28          0
79.28/79.35	c   feaspump         :       0.01         15          0
79.28/79.35	c   simplerounding   :       0.03          0          0
79.28/79.35	c   rounding         :       0.15       6322          0
79.28/79.35	c   shifting         :       0.34       2056          0
79.28/79.35	c   intshifting      :       0.00          0          0
79.28/79.35	c   fixandinfer      :       0.00          0          0
79.28/79.35	c   intdiving        :       0.00          0          0
79.28/79.35	c   actconsdiving    :       0.00          0          0
79.28/79.35	c   octane           :       0.00          0          0
79.28/79.35	c   rens             :       0.02          1          0
79.28/79.35	c   rins             :       0.00          0          0
79.28/79.35	c   localbranching   :       0.00          0          0
79.28/79.35	c   mutation         :       0.00          0          0
79.28/79.35	c   dins             :       0.00          0          0
79.28/79.35	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
79.28/79.35	c   primal LP        :       0.00          0          0       0.00          -
79.28/79.35	c   dual LP          :       7.57     253998     568175       2.24   75056.14
79.28/79.35	c   barrier LP       :       0.00          0          0       0.00          -
79.28/79.35	c   diving/probing LP:       0.02        246        435       1.77   21750.00
79.28/79.35	c   strong branching :       0.14       2297       8945       3.89   63892.86
79.28/79.35	c     (at root node) :          -         15        595      39.67          -
79.28/79.35	c   conflict analysis:       0.00          0          0       0.00          -
79.28/79.35	c B&B Tree           :
79.28/79.35	c   number of runs   :          1
79.28/79.35	c   nodes            :     368828
79.28/79.35	c   nodes (total)    :     368828
79.28/79.35	c   nodes left       :          0
79.28/79.35	c   max depth        :         25
79.28/79.35	c   max depth (total):         25
79.28/79.35	c   backtracks       :     107035 (29.0%)
79.28/79.35	c   delayed cutoffs  :      34313
79.28/79.35	c   repropagations   :     162225 (306397 domain reductions, 32523 cutoffs)
79.28/79.35	c   avg switch length:       5.04
79.28/79.35	c   switching time   :      21.13
79.28/79.35	c Solution           :
79.28/79.35	c   Solutions found  :          0 (0 improvements)
79.28/79.35	c   Primal Bound     : infeasible
79.28/79.35	c   Dual Bound       :          -
79.28/79.35	c   Gap              :       0.00 %
79.28/79.35	c   Root Dual Bound  : +0.00000000000000e+00
79.28/79.37	c Time complete: 79.34.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 29389
/proc/meminfo: memFree=30566636/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=9488 CPUtime=0 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 1909 0 0 0 0 0 0 0 20 0 1 0 336600747 9715712 1507 33554432000 4194304 7823515 140736179131856 140736421232616 4402248 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 2372 1519 365 887 0 1482 0

[startup+0.041169 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 29389
/proc/meminfo: memFree=30566636/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=19384 CPUtime=0.03 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 4133 0 0 0 3 0 0 0 20 0 1 0 336600747 19849216 3730 33554432000 4194304 7823515 140736179131856 140736421232616 4401518 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 4846 3730 555 887 0 3956 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19384

[startup+0.100349 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 29389
/proc/meminfo: memFree=30566636/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=14716 CPUtime=0.08 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 4144 0 0 0 8 0 0 0 20 0 1 0 336600747 15069184 2873 33554432000 4194304 7823515 140736179131856 140736421232616 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 3679 2873 566 887 0 2789 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14716

[startup+0.300219 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 29389
/proc/meminfo: memFree=30566636/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=14716 CPUtime=0.29 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 4147 0 0 0 27 2 0 0 20 0 1 0 336600747 15069184 2876 33554432000 4194304 7823515 140736179131856 140736179127848 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 3679 2876 566 887 0 2789 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14716

[startup+0.700221 s]
/proc/loadavg: 2.01 2.02 2.00 3/176 29389
/proc/meminfo: memFree=30566636/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=14716 CPUtime=0.68 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 4148 0 0 0 63 5 0 0 20 0 1 0 336600747 15069184 2877 33554432000 4194304 7823515 140736179131856 140736179127848 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 3679 2877 566 887 0 2789 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 14716

[startup+1.50022 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29390
/proc/meminfo: memFree=30557204/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=16072 CPUtime=1.48 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 4477 0 0 0 139 9 0 0 20 0 1 0 336600747 16457728 3206 33554432000 4194304 7823515 140736179131856 140736179128888 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 4018 3206 566 887 0 3128 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16072

[startup+3.10022 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29390
/proc/meminfo: memFree=30556212/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=16228 CPUtime=3.08 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 4536 0 0 0 289 19 0 0 20 0 1 0 336600747 16617472 3265 33554432000 4194304 7823515 140736179131856 140736179127656 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 4057 3265 566 887 0 3167 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16228

[startup+6.30022 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29390
/proc/meminfo: memFree=30553608/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=18816 CPUtime=6.28 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 5148 0 0 0 591 37 0 0 20 0 1 0 336600747 19267584 3877 33554432000 4194304 7823515 140736179131856 140736179129688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 4704 3877 566 887 0 3814 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 18816

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 29390
/proc/meminfo: memFree=30552160/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=19628 CPUtime=12.69 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 5338 0 0 0 1197 72 0 0 20 0 1 0 336600747 20099072 4067 33554432000 4194304 7823515 140736179131856 140736179128600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 4907 4067 566 887 0 4017 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19628

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29390
/proc/meminfo: memFree=30551168/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=20952 CPUtime=25.49 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 5661 0 0 0 2415 134 0 0 20 0 1 0 336600747 21454848 4390 33554432000 4194304 7823515 140736179131856 140736179128904 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 5238 4390 566 887 0 4348 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20952

[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29390
/proc/meminfo: memFree=30547944/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=24300 CPUtime=51.08 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 6457 0 0 0 4867 241 0 0 20 0 1 0 336600747 24883200 5186 33554432000 4194304 7823515 140736179131856 140736179128888 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 6075 5186 566 887 0 5185 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24300

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

[startup+63.9002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29390
/proc/meminfo: memFree=30546952/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=25648 CPUtime=63.88 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 6702 0 0 0 6099 289 0 0 20 0 1 0 336600747 26263552 5431 33554432000 4194304 7823515 140736179131856 140736179129688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 6412 5431 566 887 0 5522 0
Current children cumulated CPU time (s) 63.88
Current children cumulated vsize (KiB) 25648

[startup+70.3002 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 29390
/proc/meminfo: memFree=30546340/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=26344 CPUtime=70.29 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 6902 0 0 0 6719 310 0 0 20 0 1 0 336600747 26976256 5631 33554432000 4194304 7823515 140736179131856 140736179129688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 6586 5631 566 887 0 5696 0
Current children cumulated CPU time (s) 70.29
Current children cumulated vsize (KiB) 26344

[startup+73.5002 s]
/proc/loadavg: 2.00 2.01 2.00 3/176 29390
/proc/meminfo: memFree=30546092/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=26700 CPUtime=73.48 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 6948 0 0 0 7026 322 0 0 20 0 1 0 336600747 27340800 5677 33554432000 4194304 7823515 140736179131856 140736179127112 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 6675 5677 566 887 0 5785 0
Current children cumulated CPU time (s) 73.48
Current children cumulated vsize (KiB) 26700

[startup+76.7002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29391
/proc/meminfo: memFree=30546084/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=26956 CPUtime=76.67 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 6980 0 0 0 7336 331 0 0 20 0 1 0 336600747 27602944 5709 33554432000 4194304 7823515 140736179131856 140736179129688 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 6739 5709 566 887 0 5849 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 26956

[startup+78.3002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29391
/proc/meminfo: memFree=30545960/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=26956 CPUtime=78.28 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 7008 0 0 0 7491 337 0 0 20 0 1 0 336600747 27602944 5737 33554432000 4194304 7823515 140736179131856 140736179128600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 6739 5737 566 887 0 5849 0
Current children cumulated CPU time (s) 78.28
Current children cumulated vsize (KiB) 26956

[startup+79.1002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29391
/proc/meminfo: memFree=30545836/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=26956 CPUtime=79.09 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 7009 0 0 0 7570 339 0 0 20 0 1 0 336600747 27602944 5738 33554432000 4194304 7823515 140736179131856 140736179128600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 6739 5738 566 887 0 5849 0
Current children cumulated CPU time (s) 79.09
Current children cumulated vsize (KiB) 26956

[startup+79.3002 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 29391
/proc/meminfo: memFree=30545836/32873844 swapFree=7900/7900
[pid=29389] ppid=29387 vsize=26956 CPUtime=79.28 cores=0,2,4,6
/proc/29389/stat : 29389 (pbscip.linux.x8) R 29387 29389 17150 0 -1 4202496 7009 0 0 0 7589 339 0 0 20 0 1 0 336600747 27602944 5738 33554432000 4194304 7823515 140736179131856 140736179128600 6954986 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/29389/statm: 6739 5738 566 887 0 5849 0
Current children cumulated CPU time (s) 79.28
Current children cumulated vsize (KiB) 26956

Child status: 0
Real time (s): 79.3705
CPU time (s): 79.3579
CPU user time (s): 75.9575
CPU system time (s): 3.40048
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 26956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.9575
system time used= 3.40048
maximum resident set size= 23276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7093
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= 3
involuntary context switches= 83

runsolver used 0.12598 second user time and 0.331949 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-03 08:26:02
IDJOB=3734807
IDBENCH=2907
IDSOLVER=2321
FILE ID=node137/3734807-1338704762
RUNJOBID= node137-1338679216-25612
PBS_JOBID= 14636676
Free space on /tmp= 70320 MiB

SOLVER NAME= PB09: SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_4.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3734807-1338704762/watcher-3734807-1338704762 -o /tmp/evaluation-result-3734807-1338704762/solver-3734807-1338704762 -C 1800 -W 1900 -M 15500  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 15500 -f HOME/instance-3734807-1338704762.opb

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

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=1608709992

node137.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30567172 kB
Buffers:          181340 kB
Cached:          1106112 kB
SwapCached:         5796 kB
Active:           864616 kB
Inactive:         625012 kB
Active(anon):     196640 kB
Inactive(anon):     7780 kB
Active(file):     667976 kB
Inactive(file):   617232 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:              9736 kB
Writeback:             0 kB
AnonPages:        205468 kB
Mapped:            11324 kB
Shmem:                 0 kB
Slab:             677760 kB
SReclaimable:     119172 kB
SUnreclaim:       558588 kB
KernelStack:        1456 kB
PageTables:         4000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     326680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70312 MiB
End job on node137 at 2012-06-03 08:27:22